/*
Theme Name: Demo HTML5 Template
Theme URI: 
Design by: 
Developed by: A N Abdullah Al Numan
Version: 1.0
License: 
Tags: 
*/
/*================================================
[  Table of contents  ]
================================================

    1 Theme Default

    2 Menu Bar

    3 Banner

    4 Slider Text

    5 Core Features

    6 Responsive

    7 Demo Items List

    8 Visual Eiditor

    9 Inner Pages

    10 Features List

    11 Features Plugins

    12 Faq

    13 Call Action

======================================
[ End table content ]
======================================*/
/* =================
    Google Fonts 
===================*/
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap");
/* =================
    Root Color 
=================*/
:root {
  --color-white: #ffffff;
  --color-black: #060606;
  --color-black2: #161616;
  --color-gBlack: #797979;
  --color-gBlack2: #b3b3c0;
  --color-gBlack3: #dddddd;
  --color-border: #c1d4e8;
  --color-border2: #282828;
  --color-pink: #fdc448;
  --color-yellow: #fdc448;
  --color-tr: transparent;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*====================
	 Default
======================*/
*,
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
big,
cite,
code,
del,
img,
q,
small,
strong,
sub,
sup,
tt,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
footer,
header,
menu,
nav,
section,
mark,
audio,
video,
::before,
::after {
  margin: 0;
  padding: 0;
  border: 0;
}

*,
::before,
::after {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul,
ol,
li {
  list-style: none;
}

img {
  vertical-align: middle;
}

iframe {
  max-width: 100%;
}

del {
  text-decoration: line-through;
}

table {
  width: 100%;
  max-width: 100%;
}

table th {
  vertical-align: top;
}

pre {
  display: block;
  word-break: break-all;
  word-wrap: break-word;
}

textarea {
  resize: initial;
}

b,
strong {
  font-weight: 700;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

input,
.uneditable-input,
select,
textarea {
  border-radius: 0;
  font-size: 14px;
  min-width: auto;
  letter-spacing: 1.4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.6;
  height: 50px;
  padding: 0px 20px;
  vertical-align: middle;
}

input:focus,
.uneditable-input:focus,
select:focus,
textarea:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 0em rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0em rgba(0, 123, 255, 0.25);
}

input[type=submit] {
  padding: 13px 15px;
  height: 40px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.5px;
  border: none;
}

input[type=submit],
input[type=button] {
  cursor: pointer;
}

/*=====================
    1 Theme Default
=======================*/
.row,
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.875rem;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.2px;
  word-spacing: 0px;
  word-wrap: break-word;
  background: var(--color-black2);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  color: var(--color-white);
  text-transform: capitalize;
}

h1 {
  font-size: 54px;
  line-height: 1;
}

h2 {
  font-size: 48px;
  line-height: 1.2;
}

h3 {
  font-size: 32px;
  line-height: 1.4;
}

h4 {
  font-size: 24px;
  line-height: 1.5;
}

h5 {
  font-size: 20px;
  line-height: 1.2;
}

h6 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  color: var(--color-gBlack);
}

.color-pink {
  color: var(--color-pink);
}

.color-yellow {
  color: var(--color-yellow);
}

a,
button,
.btn {
  outline: none;
  cursor: pointer;
  color: var(--color-white);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover,
button:hover,
.btn:hover {
  color: var(--color-pink);
  outline: none;
}

a {
  text-decoration: none;
}
a:hover {
  color: var(--color-pink);
  text-decoration: none;
}

.btn,
.btn:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 0em rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0em rgba(0, 123, 255, 0.25);
}

input,
.uneditable-input,
select,
textarea {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.w-50-15 {
  width: calc(50% - 15px);
}

.w-50-30 {
  width: calc(50% - 30px);
}

.w-70-15 {
  width: calc(70% - 15px);
}

.w-70-30 {
  width: calc(70% - 30px);
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-300 {
  margin-top: 300px;
}

.mb-300 {
  margin-bottom: 300px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-300 {
  padding-top: 300px;
}

.pb-300 {
  padding-bottom: 300px;
}

.section-title h6,
.section-title-center h6 {
  position: relative;
  padding-left: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.section-title h6::before,
.section-title-center h6::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 9px;
  left: 0;
  border-radius: 50px;
  background: var(--color-pink);
}
.section-title h6 ~ h2,
.section-title-center h6 ~ h2 {
  margin-top: 10px;
}
.section-title h2,
.section-title-center h2 {
  font-size: 40px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 500;
}
.section-title h2 ~ p,
.section-title-center h2 ~ p {
  margin-top: 25px;
}
.section-title ~ .row, .section-title ~ .slider, .section-title ~ .counter-item,
.section-title-center ~ .row,
.section-title-center ~ .slider,
.section-title-center ~ .counter-item {
  margin-top: 60px;
}
.section-title ~ .all-btns,
.section-title-center ~ .all-btns {
  margin-top: 40px;
}

.title-left-right,
.all-btns,
.right-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.title-left-right {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}
.title-left-right .right-content ul {
  gap: 30px;
}

.all-btns {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}

.section-title-center {
  text-align: center;
}
.section-title-center h6,
.section-title-center h2,
.section-title-center p {
  color: var(--color-white);
  margin-left: auto;
  margin-right: auto;
}
.section-title-center h6 {
  display: inline-block;
}

.link-anime.v1,
.btn-anime.v1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 8px;
  letter-spacing: 0.2px;
  color: var(--color-black);
  text-transform: uppercase;
  white-space: nowrap;
  background: var(--color-white);
}
.link-anime.v1.icon-1::before,
.btn-anime.v1.icon-1::before {
  font-family: "icomoon";
  content: "\e903";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--color-pink);
  margin-right: 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.link-anime.v1:hover,
.btn-anime.v1:hover {
  color: var(--color-pink);
}
.link-anime.round-border-sm,
.btn-anime.round-border-sm {
  border-radius: 10px;
}
.link-anime.round-border-full,
.btn-anime.round-border-full {
  border-radius: 50px;
}

.link-anime {
  padding: 18px 40px;
}

.btn-anime {
  padding: 20.2px 40px;
}

.all-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.check-mark-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.check-mark-list i {
  font-size: 18px;
  width: 30px;
  height: 30px;
  min-width: 30px;
  text-align: center;
  line-height: 30px;
  color: var(--color-pink);
}
.check-mark-list p {
  color: var(--color-white);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
}

.faq-accordion > li {
  padding-bottom: 40px;
  border-bottom: 1px solid var(--color-border2);
}
.faq-accordion > li ~ li {
  margin-top: 40px;
}
.faq-accordion button {
  width: 100%;
  background: var(--color-tr);
  text-align: inherit;
}
.faq-accordion button .qa-num {
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-gBlack2);
}
.faq-accordion button .qa-num ~ .qa-title {
  margin-top: 29px;
}
.faq-accordion button .qa-title {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-gBlack3);
}
.faq-accordion button .qa-title::after {
  position: absolute;
  right: 0;
  top: -9px;
  text-align: center;
  line-height: 34px;
  opacity: 0.4;
  color: var(--color-white);
  font-family: "icomoon";
  font-size: 18px;
  line-height: 48px;
  content: "\e902";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  border-radius: 50px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.faq-accordion button:not(.collapsed) .qa-title::after {
  color: var(--color-gBlack3);
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.faq-accordion .box-content {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid var(--color-border2);
}
.faq-accordion .box-content h6,
.faq-accordion .box-content li {
  font-size: 18px;
  line-height: 28px;
  color: var(--color-gBlack);
}
.faq-accordion .box-content h6 ~ ul,
.faq-accordion .box-content ul ~ h6 {
  margin-top: 43px;
}
.faq-accordion .box-content ul {
  padding-left: 10px;
}
.faq-accordion .box-content ul li {
  position: relative;
  padding-left: 18px;
}
.faq-accordion .box-content ul li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  top: 13px;
  left: 0;
  border-radius: 10px;
  background: var(--color-gBlack);
}
.faq-accordion .box-content ul li ~ li {
  margin-top: 10px;
}

.bg-cover,
.bg-cover-top,
.bg-cover-center,
.bg-cover-bottom {
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-cover-top {
  background-position: top;
}

.bg-cover-center {
  background-position: center;
}

.bg-cover-bottom {
  background-position: bottom;
}

/*=====================
    2 Manu Bar
=======================*/
.menu-bar {
  position: absolute;
  padding: 20px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu-bar.sticky-header {
  position: fixed;
  background: var(--color-black);
  -webkit-animation: headerAnimation 1.5s 1 ease;
          animation: headerAnimation 1.5s 1 ease;
  -webkit-box-shadow: 0px -24px 20px 17px rgba(138, 138, 138, 0.71);
          box-shadow: 0px -24px 20px 17px rgba(138, 138, 138, 0.71);
}
@-webkit-keyframes headerAnimation {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}
@keyframes headerAnimation {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}

.menu-logo {
  width: 170px;
}
.menu-logo a {
  display: inline-block;
}

.menu-bar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}

.mobile-menu-btn {
  position: relative;
  width: 35px;
  height: 25px;
  background: var(--color-tr);
}
.mobile-menu-btn span {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  border-radius: 10px;
  background: var(--color-pink);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-menu-btn span:nth-child(1) {
  top: 0;
}
.mobile-menu-btn span:nth-child(3) {
  bottom: 0;
}
.mobile-menu-btn.active span:nth-child(1) {
  width: 15px;
  top: 23px;
  -webkit-transform: translate(-1.5px, -5.3px) rotate(-135deg);
  transform: translate(-1.5px, -5.3px) rotate(-135deg);
}
.mobile-menu-btn.active span:nth-child(2) {
  width: 75%;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.mobile-menu-btn.active span:nth-child(3) {
  width: 15px;
  bottom: 23px;
  -webkit-transform: translate(-1.5px, 7.3px) rotate(135deg);
  transform: translate(-1.5px, 7.3px) rotate(135deg);
}

.main-menu {
  display: none;
}
.main-menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}
.main-menu li {
  position: relative;
}
.main-menu li ul {
  padding-top: 0;
  position: absolute;
  min-width: 220px;
  top: 120%;
  opacity: 0;
  visibility: hidden;
  z-index: 4;
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.09);
  background: var(--color-black);
}
.main-menu li ul li:hover > ul {
  top: 0;
}
.main-menu li ul li:hover > a {
  padding-left: 45px;
}
.main-menu li ul ul {
  left: 100%;
}
.main-menu li:hover > ul {
  top: 100%;
  opacity: 1;
  pointer-events: inherit;
  visibility: visible;
}
.main-menu li ul li ~ li {
  border-top: 1px dashed var(--color-pink);
}
.main-menu li ul li a {
  display: block;
  padding: 15px 35px;
  font-weight: 500;
  color: var(--color-white);
}
.main-menu li.active > a, .main-menu li:hover > a, .main-menu li.current_page_parent > a, .main-menu li.current-menu-parent > a, .main-menu li.current_page_item > a {
  color: var(--color-pink);
}
.main-menu li.active > a::before, .main-menu li:hover > a::before, .main-menu li.current_page_parent > a::before, .main-menu li.current-menu-parent > a::before, .main-menu li.current_page_item > a::before {
  opacity: 1;
  width: 30%;
}
.main-menu li.has-dropdown > a::after {
  font-family: "icomoon";
  content: "\e902";
  speak: never;
  font-size: calc(100% - 8px);
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-left: 8px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  display: inline-block;
}
.main-menu li.has-dropdown .has-dropdown > a {
  position: relative;
  padding-right: 50px;
}
.main-menu li.has-dropdown .has-dropdown > a::after {
  position: absolute;
  top: 20px;
  right: 33px;
  -webkit-transform: rotate(-90deg) translateX(-6px);
  transform: rotate(-90deg) translateX(-6px);
  margin-left: 0;
}
.main-menu > ul > li > a {
  position: relative;
  display: inline-block;
  color: var(--color-white);
  padding: 40px 0px;
  font-weight: 700;
  text-transform: uppercase;
}
.main-menu > ul > li > a::before {
  position: absolute;
  content: "";
  width: 0%;
  bottom: 10px;
  left: 50%;
  height: 2px;
  border-radius: 5px;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: var(--color-pink);
}

.menu-right {
  display: none;
}

.mobile-menu-bar {
  position: fixed;
  width: 320px;
  max-width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  opacity: 0;
  visibility: hidden;
  background: var(--color-black);
  -webkit-box-shadow: -24px 0px 20px 17px rgba(138, 138, 138, 0.71);
          box-shadow: -24px 0px 20px 17px rgba(138, 138, 138, 0.71);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 5;
}
.mobile-menu-bar.active {
  left: 0;
  opacity: 1;
  visibility: visible;
}
.mobile-menu-bar .mobile-menu-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px dashed var(--color-border2);
}
.mobile-menu-bar .mobile-menu-header .mobile-logo {
  padding-left: 15px;
}
.mobile-menu-bar .mobile-menu-header .mobile-logo a {
  display: inline-block;
  max-width: 140px;
}
.mobile-menu-bar .mobile-menu-header .mobile-logo a img {
  max-width: 100%;
}
.mobile-menu-bar .mobile-menu-header .mobile-logo img {
  max-width: 140px;
}
.mobile-menu-bar .mobile-menu-header .close-mobile-btn {
  padding: 25px;
  font-size: 20px;
  color: var(--color-white);
  border-left: 1px dashed var(--color-border2);
  background: var(--color-tr);
}
.mobile-menu-bar .mobile-menu-header .close-mobile-btn:hover {
  color: var(--color-pink);
}
.mobile-menu-bar .mobile-overflow {
  margin-top: 25px;
  overflow-y: auto;
  height: calc(100% - 100px);
}
.mobile-menu-bar .mobile-main-manu li {
  border-top: 1px dashed var(--color-border2);
}
.mobile-menu-bar .mobile-main-manu li a {
  padding: 15px 20px;
  text-transform: uppercase;
  color: var(--color-white);
}
.mobile-menu-bar .mobile-main-manu li.active > a, .mobile-menu-bar .mobile-main-manu li:hover > a {
  color: var(--color-pink);
}
.mobile-menu-bar .mobile-main-manu li.active a > .my-icon {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.mobile-menu-bar .mobile-main-manu li.has-dropdown a::after {
  right: 24px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mobile-menu-bar .mobile-main-manu li.has-dropdown ul {
  padding-left: 10px;
}
.mobile-menu-bar .mobile-main-manu li.has-dropdown > a::after {
  position: absolute;
  font-family: "icomoon";
  content: "\e902";
  speak: never;
  font-size: calc(100% - 5px);
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 21px;
  font-size: 12px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-menu-bar .mobile-main-manu li.has-dropdown.active > a::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.mobile-menu-bar .mobile-main-manu > ul > li:first-child {
  border-top: none;
}
.mobile-menu-bar .mobile-main-manu ul ul {
  display: none;
}
.mobile-menu-bar .mobile-main-manu ul ul a {
  font-size: calc(100% - 0.4px);
}
.mobile-menu-bar .mobile-main-manu a {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
}
.mobile-menu-bar .mobile-footer {
  padding: 20px;
}

.mobile-menu-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background: var(--color-black);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 2;
}
.mobile-menu-overlay.active {
  opacity: 0.8;
  visibility: visible;
}

/*=====================
    3 Banner
=======================*/
.banner {
  position: relative;
  z-index: 1;
}
.banner .banner-content {
  padding: 100px 0px 50px 0px;
  text-align: center;
}
.banner .banner-content h2 {
  font-size: 50px;
  line-height: 1.2;
  text-transform: uppercase;
}
.banner .banner-content h2 ~ .check-mark-list {
  margin-top: 40px;
}
.banner .banner-content .check-mark-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}
.banner .banner-content .check-mark-list ~ img {
  margin-top: 50px;
}
.banner .banner-content img {
  width: 100%;
}

.bg-noice {
  position: relative;
  z-index: 1;
}
.bg-noice::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.09;
  background-image: url("../img/body-bg/noise.png");
  z-index: -1;
}

/*=====================
    4 Slider Text
=======================*/
.slider-text {
  position: relative;
  overflow: hidden;
  z-index: -1;
}
.slider-text .marquee-container {
  white-space: nowrap;
}
.slider-text .marquee-container .slide-text {
  font-size: 241px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.1;
  -webkit-animation: marqueeAnimation 15s linear infinite;
          animation: marqueeAnimation 15s linear infinite;
}
.slider-text .marquee-container .slide-text img {
  width: 65px;
  margin: 0px 20px;
}
.slider-text .marquee-container .slide-text i {
  color: var(--color-pink);
  font-size: 65px;
  margin: 0px 20px;
}
.slider-text .marquee-container.v2 .slide-text {
  color: var(--color-tr);
  font-weight: 500;
  font-size: 90px;
  opacity: 0.3;
  line-height: 110px;
  -webkit-text-stroke: 1px var(--color-white);
}
@-webkit-keyframes marqueeAnimation {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-180%);
            transform: translateX(-180%);
  }
}
@keyframes marqueeAnimation {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-180%);
            transform: translateX(-180%);
  }
}

/*=====================
    5 Core Features
=======================*/
.core-features .core-features-card {
  padding: 45px 50px;
  border-radius: 10px;
  border: 1px solid var(--color-border2);
  background: var(--color-black);
  overflow: hidden;
}
.core-features .core-features-card h4 ~ p {
  margin-top: 20px;
}
.core-features .core-features-card p ~ img {
  margin-top: 55px;
}
.core-features .core-features-card img {
  width: 100%;
}
.core-features .row > div:nth-child(2) .core-features-card img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  margin-bottom: -12px;
}
.core-features .row > div:nth-child(3) .core-features-card img {
  margin-bottom: -17px;
}

/*=====================
    6 Responsive
=======================*/
.responsive .responsive-content {
  padding: 95px 80px;
  border-radius: 10px;
  border: 1px solid var(--color-border2);
  background: var(--color-black);
}
.responsive .section-title-center ~ .device-list {
  margin-top: 65px;
}
.responsive .device-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.responsive .device-list li {
  text-align: center;
}
.responsive .device-list li img ~ h6 {
  margin-top: 34px;
}
.responsive .device-list li h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
.responsive .device-list li h6 ~ p {
  margin-top: 20px;
}

/*=====================
    7 Demo Items List
=======================*/

.demo-items-list .demo-card {
  padding: 30px;
  border-radius: 20px;
  border: 1px solid var(--color-border2);
  text-align: center;
}
.demo-items-list .demo-card .demo-img a {
  display: block;
  position: relative;
  overflow: hidden;
}
.demo-items-list .demo-card .demo-img a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.demo-items-list .demo-card .demo-img ~ h6 {
  margin-top: 56px;
}
.demo-items-list .demo-card h6 {
  font-weight: 700;
  text-transform: uppercase;
}
.demo-items-list .demo-card:hover .demo-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*=====================
    8 Visual Eiditor
=======================*/
.visual-eiditor .visual-eiditor-content {
  padding-right: 95px;
}
.visual-eiditor .section-title p {
  color: var(--color-white);
}
.visual-eiditor .section-title ~ .check-mark-list {
  margin-top: 40px;
}
.visual-eiditor .check-mark-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.visual-eiditor .check-mark-list li {
  width: calc(50% - 10px);
}
.visual-eiditor .visual-eiditor-img img {
  width: 100%;
}

/*=====================
    9 Inner Pages
=======================*/
.inner-pages {
  position: relative;
  z-index: 1;
}
.inner-pages::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 200px);
  bottom: 0;
  left: 0;
  background: var(--color-black);
  z-index: -1;
}
.inner-pages .section-title-center ~ .demo-left {
  margin-top: 70px;
}
.inner-pages .inner-pages-content {
  position: relative;
  padding: 150px 0px 40px 0px;
  border-radius: 20px;
  background: var(--color-black2);
  overflow: hidden;
  margin-top: -200px;
  z-index: 1;
}
.inner-pages .demo-left,
.inner-pages .demo-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  width: calc(152% - 7px);
}
.inner-pages .demo-left li,
.inner-pages .demo-right li {
  width: calc(25% - 20px);
}
.inner-pages .demo-left li img,
.inner-pages .demo-right li img {
  width: 100%;
  border-radius: 20px;
}
.inner-pages .demo-left ~ .demo-right {
  margin-top: 40px;
}
.inner-pages .demo-left {
  -webkit-animation: imgSlider 10s infinite linear;
          animation: imgSlider 10s infinite linear;
}
.inner-pages .demo-right {
  animation: imgSlider 10s infinite reverse linear;
}
.inner-pages .demo-right ~ .tags-link {
  margin-top: 180px;
}
@-webkit-keyframes imgSlider {
  0% {
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes imgSlider {
  0% {
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.inner-pages .tags-link {
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 38px;
}
.inner-pages .tags-link a {
  display: inline-block;
  padding: 17px 30px;
  border-radius: 40px;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  border: 1px solid var(--color-border2);
}

/*=====================
    10 Features List
=======================*/
.features-list {
  position: relative;
  z-index: 1;
}
.features-list::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  z-index: -1;
  background: var(--color-black);
}
.features-list .features-list-card {
  padding: 40px 0px;
  border-bottom: 1px solid var(--color-border2);
}
.features-list .features-list-card img ~ h6 {
  margin-top: 40px;
}
.features-list .features-list-card h6 {
  font-weight: 700;
  text-transform: uppercase;
}
.features-list .features-list-card h6 ~ p {
  margin-top: 30px;
}

/*=========================
    11 Features Plugins
===========================*/
.features-plugins .section-title-center ~ .features-plugins-list {
  margin-top: 70px;
}
.features-plugins .features-plugins-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 50px;
}
.features-plugins .features-plugins-list li {
  position: relative;
  padding: 80px 30px 70px 30px;
  text-align: center;
  width: calc(25% - 70px);
  z-index: 2;
  margin-top: -130px;
}
.features-plugins .features-plugins-list li::before {
  position: absolute;
  content: "";
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  top: 0;
  left: -10px;
  background-image: url("../img/features-plugins-list/polygon-shap.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
}
.features-plugins .features-plugins-list li img {
  max-width: 70px;
  width: 100%;
}
.features-plugins .features-plugins-list li img ~ h6 {
  margin-top: 30px;
}
.features-plugins .features-plugins-list li h6 {
  font-weight: 700;
  text-transform: uppercase;
}
.features-plugins .features-plugins-list li h6 ~ a {
  margin-top: 20px;
}
.features-plugins .features-plugins-list li a {
  display: inline-block;
  color: var(--color-gBlack);
  border: 1px solid var(--color-border2);
  border-radius: 30px;
  padding: 8px 20px;
}
.features-plugins .features-plugins-list li a:hover {
  border-color: var(--color-pink);
  color: var(--color-white);
}
.features-plugins .features-plugins-list > li:nth-child(1), .features-plugins .features-plugins-list > li:nth-child(2), .features-plugins .features-plugins-list > li:nth-child(3), .features-plugins .features-plugins-list > li:nth-child(4) {
  margin-top: 0;
}

/*================
    12 Faq
==================*/
.faq {
  background: var(--color-black);
}
.faq .slider-text {
  margin: -70px 0px -100px 0px;
}
.faq .section-title-center ~ .faq-accordion {
  margin-top: 60px;
}

/*====================
    13 Call Action
======================*/
.call-action {
  position: relative;
  z-index: 1;
}
.call-action::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: var(--color-black);
  z-index: -1;
}
.call-action .call-action-box {
  padding: 145px 30px;
  text-align: center;
  border-radius: 22px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.call-action .call-action-box h2 {
  font-size: 50px;
  line-height: 65px;
  font-weight: 500;
  text-transform: uppercase;
}
.call-action .call-action-box h2 ~ a {
  margin: 33px;
}
