/**
  * Name: MunAi - AI Writer & Copywriting HTML Template
  * Version: 1.0.1
  * Author: Themesflat
  * Author URI: http://www.themesflat.com
*/
@import "../icon/icon.css";
@import "shortcodes.css";
@import "responsive.css";
@import "animation.css";
@import "textanimation.css";
@import "animate.min.css";
@import "nouislider.min.css";
@import "swiper-bundle.min.css";
@import "../font/font.css";
@import "bootstrap.css";
@import "magnific-popup.min.css";
/**
  	* Reset Browsers
    * General
	* Elements
  	* Forms
	* Typography
	* Extra classes
	* link style
	* header
    * footer
    * header section
    * mobile
    * cusor
    * preload

*/

/* === Refacta Renk Paleti === */
:root {
  --color-black: #0a0a0a;
  --color-dark: #181a1b;
  --color-green: #a3ff12;
  --color-green-dark: #3a4d1a;
  --color-lime: #c6ff4a;
  --color-white: #ffffff;
  --color-gray: #bdbdbd;
  --color-text: #e0e0e0;
}

/* Reset Browsers
-------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin        : 0;
    padding       : 0;
    border        : 0;
    outline       : 0;
    font-size     : 100%;
    font          : inherit;
    vertical-align: baseline;
    font-family   : inherit;
    font-size     : 100%;
    font-style    : inherit;
    font-weight   : inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block
}

html {
    font-size               : 62.5%;
    overflow-y              : scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust    : 100%;
}

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

body {
    background : var(--color-black);
    line-height: 1;
    padding: 0 !important;
    color: var(--color-text);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

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

caption,
th,
td {
    font-weight: normal;
    text-align : left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
}

blockquote,
q {
    quotes: none
}

a img {
    border: 0
}

img {
    max-width: 100%;
    height   : auto;
}

select {
    max-width: 100%
}

/* General
-------------------------------------------------------------- */

body,
button,
input,
select,
textarea {
    font-family            : 'Space Grotesk', sans-serif;
    color                  : var(--color-text);
    -webkit-font-smoothing : antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering         : optimizeLegibility;
    overflow-x             : hidden;
    overflow-y             : auto;
}

img {
    height                : auto;
    max-width             : 100%;
    vertical-align        : middle;
    -ms-interpolation-mode: bicubic
}

p {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 400;
    font-size  : 16px;
    line-height: 28px;
    color      : var(--color-gray);
}

strong,
b,
cite {
    font-weight: bold;
}

dfn,
cite,
em,
i,
blockquote {
    font-style: italic;
}

abbr,
acronym {
    border-bottom: 1px dotted var(--color-white);
    cursor       : help;
}

.btn-link:focus, 
.btn-link:hover,
mark,
ins {
    text-decoration: none;
}

sup,
sub {
    font-size     : 75%;
    height        : 0;
    line-height   : 0;
    position      : relative;
    vertical-align: baseline;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

address {
    font-style: italic;
    margin    : 0 0 20px;
}

code,
kbd,
tt,
var,
samp,
pre {
    margin         : 20px 0;
    padding        : 4px 12px;
    background     : var(--color-white);
    border         : 1px solid var(--color-white);
    overflow-x     : auto;
    -webkit-hyphens: none;
    -moz-hyphens   : none;
    hyphens        : none;
    border-radius  : 0;
    height         : auto;
}

svg,
svg path {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* Elements
-------------------------------------------------------------- */

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing   : border-box;
    box-sizing        : border-box;
}

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

hr {
    margin-bottom: 20px;
    border       : dashed 1px #ccc;
}

/* List */

ul,
ol {
    padding: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
}

li {
    list-style: none;
}

ul li,
ol li {
    padding: 0;
}

dl,
dd {
    margin: 0 0 20px;
}

dt {
    font-weight: bold;
}

del,
.disable {
    text-decoration: line-through;
    filter         : alpha(opacity=50);
    opacity        : 0.5;
}


/* Table */

table,
th,
td {
    border: 1px solid #343444;
}

table {
    border-collapse: separate;
    border-spacing : 0;
    border-width   : 1px 0 0 1px;
    margin         : 0 0 30px;
    table-layout   : fixed;
    width          : 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align : left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight : bold;
}

td {
    border-width: 0 1px 1px 0;
}

th,
td {
    padding: 8px 12px;
}

/* Media */

embed,
object,
video {
    margin-bottom : 20px;
    max-width     : 100%;
    vertical-align: middle;
}

p>embed,
p>iframe,
p>object,
p>video {
    margin-bottom: 0;
}

/* Forms
-------------------------------------------------------------- */
/* Fixes */
button,
input {
    line-height: normal;
}

button,
input,
select,
textarea {
    font-size     : 100%;
    line-height   : inherit;
    margin        : 0;
    vertical-align: baseline;
}

input,
textarea,
select {
    font-size       : 14px;
    max-width       : 100%;
    background      : var(--color-white);
    /* Removing the inner shadow on iOS inputs */
}

textarea {
    overflow      : auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    vertical-align: top;
    /* Improves readability and alignment in all browsers */
}

input[type="checkbox"] {
    display: inline;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    line-height       : 1;
    cursor            : pointer;
    -webkit-appearance: button;
    border            : 0;
}

input[type="checkbox"],
input[type="radio"] {
    padding       : 0;
    width         : 20px;
    height        : 20px;
    margin-right  : 10px;
    cursor        : pointer;
    vertical-align: sub;
    /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
    -webkit-appearance: textfield;
    /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border : 0;
    padding: 0;
}


/* Remove chrome yellow autofill */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset
}


/* Reset search styling */
input[type="search"] {
    outline: 0
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none
}

/* Contact Form 7 */
fieldset {
    margin-bottom: 0px;
    width: 100%;
}

select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
}

.select {
    position: relative;
    overflow: hidden;
}

.select::after {
    display: block;
    position: absolute;
    font-family: 'icomoon' ;
    content: '\e915';
    top: 50%;
    right: 25px;
    font-weight: 400;
    font-size: 12px;
    color: var(--color-lime);
    background: 0 0;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

select {
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding: 20px 30px;
    height: 60px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 16px;
    line-height: 11px;
    border-radius: 10px;
    background-color: var(--color-white);
    color: var(--color-text);
}

select option {
    padding: 20px 30px;
    font-size: 16px;
    line-height: 11px;
    color: var(--color-text);
    background-color: var(--color-white);
}

select.style-1 option,
select.style-1 {
    background-color: var(--color-white);
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    border: none;
    outline           : 0;
    -webkit-box-shadow: none;
    -moz-box-shadow   : none;
    box-shadow        : none;
    font-family: 'Space Grotesk';
    font-weight: 400;
    font-size  : 16px;
    line-height: 11px;
    border-radius: 10px;
    padding: 25px 30px 24px 30px;
    width: 100%;
    height: 60px;
    background: var(--color-white);
    color: var(--color-text);
}

textarea.style-1,
input[type="text"].style-1,
input[type="password"].style-1,
input[type="datetime"].style-1,
input[type="datetime-local"].style-1,
input[type="date"].style-1,
input[type="month"].style-1,
input[type="time"].style-1,
input[type="week"].style-1,
input[type="number"].style-1,
input[type="email"].style-1,
input[type="url"].style-1,
input[type="search"].style-1,
input[type="tel"].style-1,
input[type="color"].style-1 {
    background: var(--color-white);
}

/* Input focus */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    border: 1px solid var(--color-lime);
    border-radius: 12px;
    padding: 24px 29px 23px 29px;
    outline           : 0;
    -webkit-box-shadow: none;
    -moz-box-shadow   : none;
    box-shadow        : none;
}

textarea::placeholder,
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="time"]::placeholder,
input[type="week"]::placeholder,
input[type="number"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="color"]::placeholder {
    font-size  : 16px;
    font-weight: 400;
    line-height: 11px;
    font-family: 'Space Grotesk';
    color      : var(--color-text);
}

/* Button */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-family       : 'Space Grotesk';
    font-weight       : 700;
    font-size         : 16px;
    line-height       : 11px;
    background-color  : var(--color-lime);
    color             : var(--color-black);
    border-radius     : 14px;
    padding           : 20px 48px 20px 30px;
    height            : 51px;
    border            : none;
    display           : inline-block;
    -webkit-appearance: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    transition        : all 0.3s ease;
    position          : relative;
}

button::after,
input[type="button"]::after,
input[type="reset"]::after,
input[type="submit"]::after {
    position: absolute;
    font-family: 'icomoon' ;
    content: '\ea3c';
    font-size: 11px;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Button hover + focus */
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: 0;
    border: none;
    /* color: #696969; */
}

textarea {
    height: 130px;
}

button[type="submit"]:hover {
    background: var(--color-green);
    color: var(--color-black);
}

/* Placeholder color */
::-webkit-input-placeholder {
    color: var(--color-text);
}

:-moz-placeholder {
    color: var(--color-text);
}

::-moz-placeholder {
    color  : var(--color-text);
    opacity: 1;
}

/* Since FF19 lowers the opacity of the placeholder by default */
:-ms-input-placeholder {
    color: var(--color-text);
}

/* Typography
-------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family   : 'Space Grotesk', sans-serif;
    color         : #030014;
    font-weight   : 700;
    text-rendering: optimizeLegibility;
}

h1 {
    font-size: 75px;
    line-height: 90px;
}

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

h3 {
    font-size: 24px;
    line-height: 36px;
}

h4 {
    font-size: 22px;
    line-height: 33px;
}

h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

h6 {
    font-size: 18px;
    line-height: 27px;
}

/* Extra classes
-------------------------------------------------------------- */
.hidden {
    display: none;
}
.block {
    display: block;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.fixed {
    position: fixed !important;
}
.position-unset {
    position: unset;
}
.z-5 {
    z-index: 5;
}
.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.flex-grow {
    flex-grow: 1;
}
.row-reverse {
    flex-direction: row-reverse;
}
.justify-center {
    justify-content: center;
}
.justify-end {
    justify-content: flex-end;
}
.justify-between {
    justify-content: space-between;
}
.items-center {
    align-items: center;
}
.flex-wrap {
    flex-wrap: wrap;
}
.text-end {
    text-align: end;
}
.text-center {
    text-align: center;
}
.gap40 {
    gap: 40px;
}
.gap30 {
    gap: 30px;
}
.gap25 {
    gap: 25px;
}
.gap20 {
    gap: 20px;
}
.gap10 {
    gap: 10px;
}
.w-full {
    width: 100%;
}
.h-full {
    height: 100%;
}
.tf-color {
    color: var(--color-lime) !important;
}
.tf-color-green {
    color: #a3ff12 !important;
}
.tf-color-blue {
    color: #3468F0 !important;
}
.tf-color-yellow {
    color: #E6F85E !important;
}
.divider {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
}
.pt-130 {
    padding-top: 130px;
}
.pb-130 {
    padding-bottom: 130px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-10 {
    margin-top: 10px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-70 {
    margin-bottom: 70px;
}
.ml-35 {
    margin-left: 35px;
}
.ml--3 {
    margin-left: -3px;
}
.fl-item-1,
.fl-item {
    display: none;
}
.capitalize {
    text-transform: capitalize;
}
.italic {
    font-style: italic;
}
.e-resize {
    cursor: e-resize;
}
.home2 {
    background: #1D1F21;
}
.home4 {
    background: #11121C;
}
#wrapper{
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: 100%;
}

/* link style
-------------------------------------------------------------- */
a {
    text-decoration   : none;
    color             : var(--color-lime);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
}

a:hover,
a:focus {
    color             : var(--color-green);
    text-decoration   : none;
    outline           : 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
}

a:focus {
    color: #FFF;
}

/* tf-button
-------------------------------------------------------------- */
.tf-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    position: relative;
    border: none;
    color: var(--color-black);
    background-color: var(--color-lime);
    border-radius: 14px;
    font-weight: 700;
    font-size: 16px;
    line-height: 11px;
    width: max-content;
    height: 51px;
    padding: 20px 30px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
}

.tf-button:hover,
.tf-button.active {
    color: var(--color-black);
    background-color: var(--color-green);
}

.tf-button i {
    font-size: 12px;
}

.tf-button.style-1 {
    color: #030014;
    background-color: #fff;
    border: 1px solid #fff;
    padding: 19px 29px;
}

.tf-button.style-1.active,
.tf-button.style-1:hover {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.tf-button.style-1.active:hover {
    color: #030014;
    background-color: #fff;
}

.tf-button.type-1:hover {
    background-color: #030014;
    color: #FFF;
}

.tf-button.type-2 {
    background-color: #030014;
    color: #FFF;
}

.tf-button.type-2:hover {
    background-color: #6844ED;
    color: #FFF;
}

.tf-button.type-3 {
    background-color: #030014;
    color: #FFF;
}

.tf-button.type-3:hover {
    color: #030014;
    background-color: #FFF;
}

.tf-button.h45 {
    padding: 17px 30px;
    height: 45px;
}

.tf-button.h40 {
    padding: 15px 25px 14px ;
    height: 40px;
    font-size: 14px;
}

.tf-button.style-2 {
    color: #fff;
    padding: 20px 29px;
    border: 1px solid #55EDDB;
    background: linear-gradient(145deg, #a3ff12 0%, #000000 100%)
}

.tf-button.style-2:hover {
    background: linear-gradient(315deg, #a3ff12 0%, #c6ff4a 100%);
    border: 1px solid rgba(255, 255, 255, 0.20);
}

.tf-button.style-3 {
    border: 1.5px solid rgba(255, 255, 255, 0.15);
    background: none;
    color: #FFF;
}

.tf-button.style-3:hover {
    background: linear-gradient(145deg, #a3ff12 0%, #c6ff4a 100%);
}

/* tf-button-default */
.tf-button-default {
    display: flex;
    gap: 7px;
    align-items: center;
    color: var(--color-black);
    font-size: 16px;
    line-height: 11px;
}

.tf-button-default:hover {
    color: var(--color-green);
}

.tf-button-default i {
    font-size: 11px;
}

/* style-green */
.tf-button.style-green {
    background-color: rgba(163, 255, 18, 1);
}

.tf-button.style-green:hover {
    color: rgba(163, 255, 18, 1);
    background-color: #FFF;
}

/* style-blue */
.tf-button.style-blue {
    background-color: rgba(52, 104, 240, 1);
    border: 1px solid rgba(52, 104, 240, 1);
    padding: 17px 29px;
}

.tf-button.style-blue:hover {
    color: rgba(52, 104, 240, 1);
    background-color: #FFF;
}

/* style-yellow */
.tf-button.style-yellow {
    background-color: #E6F85E;
    border: 1px solid #E6F85E;
    color: #030014;
    padding: 17px 29px;
}

.tf-button.style-yellow:hover {
    color: #E6F85E;
    background-color: #030014;
}

/* header */
/* ------------------------------------------------------- */
.header {
    z-index: 100;
    height: 105px;
    width: 100%;
    border: none;
    padding-right: 0 !important;
    background: var(--color-dark) !important;

    position: relative;
    margin-bottom: -105px;
}

.header-inner {
    padding: 29px 52px 31px 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#site-logo {
    margin-right: 101px;
}

/* main-nav */
.main-nav {
    display: flex;
    gap: 30px;
    align-items: center;
}

.menu-primary-menu {
    display: flex;
    gap: 46px;
}

.menu-primary-menu li {
    position: relative;
}

.menu-primary-menu li a {
    font-family: 'Space Grotesk';
    font-size: 18px;
    font-weight: 600;
    line-height: 45px;
    color: #fff;
    position: relative;
}

.menu-primary-menu li.menu-item-has-children > a::after {
    font-family: 'icomoon';
    content: '\e915';
    font-size: 18px;
    line-height: 13px;
    position: absolute;
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.menu-primary-menu > li > a::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: auto;
    right: 0;
    width: 0;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu-primary-menu li:hover a::before ,
.menu-primary-menu li.current-menu-item a::before {
    width: 100%;
    left: 0;
    right: auto;
}

/* sub-menu */
.menu-primary-menu li:hover .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.menu-primary-menu .sub-menu {
    position: absolute;
    background: #fff;
    min-width: 220px;
    left: 0%;
    top: 110%;
    border-radius: 8px;
    box-shadow: 0px 0px 5px rgba(104, 68, 237, 0.15);;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu-primary-menu .sub-menu li {
    padding: 7px 20px;
    border-bottom: 1px solid #F1F1F1;
}

.menu-primary-menu .sub-menu li:last-child {
    border-bottom: none;
}

.menu-primary-menu .sub-menu li a {
    color: #121212;
    font-size: 16px;
}

.menu-primary-menu .sub-menu li.current-item a,
.menu-primary-menu .sub-menu li a:hover {
    color: #6844ED;
}

/* header-search */
.header-search .show-search i::before {
    font-size: 18px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-search .top-search {
    position: absolute;
    top: 32px;
    left: 0;
    min-width: 240px;
    display: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-search .top-search.active {
    display: block;
}

.search-form .icon-search {
    position: absolute;
    top: 50%;
    right: 23px;
    font-size: 18px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* header-right */
.header-right {
    display: flex;
    align-items: center;
    gap: 40px;
}

.header-right .sign-in {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    text-decoration-line: underline;
}

/* Mobile Menu Button */
.mobile-button {
    display           : none;
    position          : absolute;
    width             : 26px;
    height            : 26px;
    top               : 50%;
    right             : 15px;
    background-color  : transparent;
    cursor            : pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
    -webkit-transform : translateY(-20px);
    -ms-transform     : translateY(-20px);
    -o-transform      : translateY(-20px);
    transform         : translateY(-20px);
}

.mobile-button:before,
.mobile-button:after,
.mobile-button span {
    background-color  : #ffffff;
    -webkit-transition: all ease 0.3s;
    -moz-transition   : all ease 0.3s;
    transition        : all ease 0.3s;
}

.mobile-button:before,
.mobile-button:after {
    content                 : '';
    position                : absolute;
    top                     : 0;
    height                  : 3px;
    width                   : 100%;
    left                    : 0;
    top                     : 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin    : 50% 50%;
    transform-origin        : 50% 50%;
}

.mobile-button span {
    position   : absolute;
    width      : 100%;
    height     : 3px;
    left       : 0;
    top        : 50%;
    overflow   : hidden;
    text-indent: 200%;
}

.mobile-button:before {
    -webkit-transform: translate3d(0, -7px, 0);
    -moz-transform   : translate3d(0, -7px, 0);
    transform        : translate3d(0, -7px, 0);
}

.mobile-button:after {
    -webkit-transform: translate3d(0, 7px, 0);
    -moz-transform   : translate3d(0, 7px, 0);
    transform        : translate3d(0, 7px, 0);
}

.header.header-blue .mobile-button:before, 
.header.header-blue .mobile-button:after, 
.header.header-blue .mobile-button span {
    background-color: #030014;
}

/* mobile header */
.mobile-nav-wrap .overlay-mobile-nav {
    cursor: url(../images/close.svg),auto;
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 100%);
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
}

.mobile-nav-wrap.active .overlay-mobile-nav {
    opacity: 1;
    visibility: visible;
}

.mobile-nav-wrap.active .overlay-mobile-nav i {
    font-size: 25px;
    margin-right: 20px;
    color: #FFFFFF;
}

.mobile-nav-wrap .inner-mobile-nav {
    width: 320px;
    height: 100%;
    top: 0;
    left: -340px;
    position: fixed;
    background-color: #161616;
    z-index: 999999;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition   : all 0.5s ease;
    -ms-transition    : all 0.5s ease;
    -o-transition     : all 0.5s ease;
    transition        : all 0.5s ease;
}

.mobile-nav-wrap .inner-mobile-nav::-webkit-scrollbar {
    width: 0px;
}

.mobile-nav-wrap.active .inner-mobile-nav {
    left: 0;
}

.inner-mobile-nav {
    padding: 30px;
    position: relative;
}

.inner-mobile-nav .mobile-nav-close {
    position: absolute;
    top: 40px;
    right: 30px;
    cursor: pointer;
}

/* menu-mobile-menu */
#menu-mobile-menu {
    margin-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 30px;
}

#menu-mobile-menu {
    display: flex;
    flex-direction: column;
}

#menu-mobile-menu>li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 15px 0px;
    cursor: pointer;
}

#menu-mobile-menu>li .sub-menu-mobile li:last-child,
#menu-mobile-menu>li:last-child {
    border: none;
}

#menu-mobile-menu li a {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
}

#menu-mobile-menu li.current-menu-item > a ,
#menu-mobile-menu li a:hover ,
#menu-mobile-menu li.current-item a {
    color: #6844ED;
}

#menu-mobile-menu li.menu-item-has-children-mobile > a::after {
    content: '\e915';
    position: absolute;
    font-family: 'icomoon';
    font-weight: 300;
    position: absolute;
    right: 0;
    top: 17px;
    line-height: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#menu-mobile-menu>li.active a::after {
    transform: rotate(180deg);
}

#menu-mobile-menu>li .sub-menu-mobile {
    margin-top: 10px;
    border-radius: 8px;
    display: none;
    text-align: start;
    overflow: hidden;
}

#menu-mobile-menu>li .sub-menu-mobile li {
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    cursor: pointer;
}

#menu-mobile-menu>li .sub-menu-mobile a {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}

/*Header fixed */
.header.is-fixed {
    position: fixed;
    padding: 0;
    top: -100%;
    left: 0;
    width: 100%;
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.05);
    z-index: 9999;
    background: #161616;
    border: none;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.header.is-fixed.is-small {
    top: 0;
    height: 105px;
}

/* header-green */
.header-green .header-inner {
    padding-left: 0;
    padding-right: 0;
    justify-content: unset;
}

.header-green #site-logo {
    margin-right: 0;
}

.header-green .main-nav {
    flex-grow: 1;
    justify-content: end;
    padding-right: 50px;
}

.header-green .menu-primary-menu > li.current-menu-item > a,
.header-green .menu-primary-menu .sub-menu li.current-item a,
.header-green .menu-primary-menu .sub-menu li a:hover,
.header-green .menu-primary-menu > li:hover > a {
    color: #a3ff12;
}

.header-green .menu-primary-menu > li.current-menu-item > a::before,
.header-green .menu-primary-menu > li:hover > a::before {
    background: #a3ff12;
}

.header-green .menu-primary-menu li .sub-menu {
    background-color: #030014;
}

.header-green .menu-primary-menu .sub-menu li a  {
    color: #FFF;
}

.header-green .menu-primary-menu .sub-menu li {
    border-bottom: 1px solid #F1F1F166;
}

.header-green .menu-primary-menu .sub-menu li:last-child {
    border: none;
}

/* header-blue */
.header.header-blue {
    margin-bottom: 0;
}

.header.header-blue #site-logo {
    margin-right: 98px;
}

.header.header-blue .header-inner {
    justify-content: start;
}

.header.header-blue .main-nav {
    flex-grow: 1;
}

.header.header-blue .header-search .show-search i::before,
.header.header-blue .header-right .sign-in,
.header.header-blue .menu-primary-menu li a {
    color: #030014;
}

.header.header-blue .header-search .show-search:hover i::before,
.header.header-blue .menu-primary-menu .sub-menu li:hover a,
.header.header-blue .menu-primary-menu .sub-menu li.current-item a,
.header.header-blue .menu-primary-menu > li.current-menu-item > a,
.header.header-blue .menu-primary-menu > li:hover > a,
.header.header-blue .header-right .sign-in:hover {
    color: rgba(52, 104, 240, 1);
}

.header.header-blue .menu-primary-menu > li > a::before {
    background-color: rgba(52, 104, 240, 1);
}

.header.header-blue.is-fixed {
    background-color: #FFF;
}

/* header-yellow */
.header-yellow {
    margin-bottom: 0;
    background: rgba(23, 24, 37, 1);
}

.header-yellow .header-inner {
    padding-left: 0;
    padding-right: 0;
    justify-content: unset;
}

.header.header-yellow .header-search .show-search:hover i::before,
.header.header-yellow .menu-primary-menu .sub-menu li:hover a,
.header.header-yellow .menu-primary-menu .sub-menu li.current-item a,
.header.header-yellow .menu-primary-menu > li.current-menu-item > a,
.header.header-yellow .menu-primary-menu > li:hover > a,
.header.header-yellow .header-right .sign-in:hover {
    color: #E6F85E;
}

.header.header-yellow .menu-primary-menu > li > a::before {
    background-color: #E6F85E;
}


/* footer */
/* --------------------------------------------------- */
#footer {
    background: #0C091D;
    background-image: url(../images/item-background/line.png);
    position: relative;
}

#logo-footer {
    min-width: 166px;
}

.footer-top {
    padding-top: 218px;
    padding-bottom: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.avatar-wrapper {
    display: flex;
    gap: 20px 54px;
    align-items: center;
}

.avatar-wrapper p {
    font-weight: 500;
    font-size: 20px;
    line-height: 14px;
    color: #fff;
    letter-spacing: -0.6px;
}

.avatar-wrapper p span {
    font-family: 'Playfair Display';
    font-style: italic;
}

.wg-list-avatar a {
    margin-right: -13px;
}

.wg-list-avatar a:last-child {
    margin-right: 3px;
}

.wg-list-avatar a img {
    border-radius: 50px;
    border: 3px solid var(--color-white, #FFF);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.20);
    width: 50px;
}

.footer-title {
    color: #FFF;
    font-family: 'Space Grotesk';
    font-size: 20px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: -0.6px;
    margin-bottom: 36px;
}

#footer p.text {
    color: #FFF;
    font-family: 'Space Grotesk';
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-top: -4px;
    margin-bottom: 21px;
}

ul.wg-social {
    display: flex;
    gap: 10px;
}

ul.wg-social li a {
    width: 40px;
    height: 40px;
    background: #fff;
    color: #6844ED;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    font-size: 15px;
}

ul.wg-social li a:hover {
    color: #fff;
    background-color: #6844ED;
}

ul.wg-menu li {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 20px;
}

ul.wg-menu li:last-child {
    margin-bottom: 0;
}

ul.wg-menu li a {
    color: #FFF;
    position: relative;
}


ul.wg-menu li a::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: auto;
    right: 0;
    width: 0;
    height: 2px;
    background-color: #6844ED;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

ul.wg-menu li a:hover::before {
    width: 100%;
    left: 0;
    right: auto;
}

ul.wg-menu li a:hover {
    color: #6844ED;
}

.footer-bottom {
    margin-top: 75px;
    padding-top: 41px;
    border-top: 2px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 35px;
    display: flex;
    justify-content: space-between;
}

.footer-bottom p a:hover {
    color: #CBED44 !important;
}

.footer-bottom ul {
    gap: 41px;
    display: flex;
}

.footer-bottom ul li a {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.footer-bottom ul li a:hover {
    color: #6844ED;
}

#footer .item1 {
    position: absolute;
    top: 249px;
    left: 72px;
    animation: to-bottom 5s infinite linear;
}

#footer .item2 {
    position: absolute;
    bottom: 122px;
    left: -59px;
    width: 160px;
    height: 29px;
    transform: rotate(-20.673deg);
    background: #61FF00;
    filter: blur(40px);
}

#footer .item3 {
    position: absolute;
    bottom: -86px;
    left: 808px;
    width: 102px;
    height: 102px;
    border-radius: 50%;
    background: #00FFF0;
    filter: blur(50px);
}

#footer .item4 {
    position: absolute;
    top: 101px;
    right: 438px;
    width: 160px;
    height: 29px;
    transform: rotate(-20.673deg);
    background: #FF00E5;
    filter: blur(40px);
}

#footer .item5 {
    position: absolute;
    bottom: 191px;
    right: -189px;
    width: 223px;
    height: 223px;
    border-radius: 50%;
    background: #ECE30A;
    filter: blur(50px);
}

/* style-1 */
#footer.style-1 {
    background-color: #111112;
    padding-top: 269px;
    padding-left: 17px;
    overflow: hidden;
}

#footer.style-1 > .item-1 {
    position: absolute;
    content: '';
    left: -108px;
    top: -177px;
    width: 430px;
    height: 390px;
    transform: rotate(-105deg);
    background: linear-gradient(180deg, #a3ff12 0%, rgba(163, 255, 18, 0.00) 100%);
    opacity: 0.6;
    filter: blur(150px);
}

#footer.style-1 > .item-2 {
    position: absolute;
    content: '';
    right: -110px;
    bottom: 46px;
    width: 370px;
    height: 336px;
    background: linear-gradient(180deg, #a3ff12 0%, rgba(163, 255, 18, 0.00) 100%);
    opacity: 0.6;
    filter: blur(150px);
}

#footer.style-1 .footer-bottom {
    margin-top: 95px;
    padding-top: 41px;
}

#footer.style-1 .footer-bottom ul li a:hover {
    color: rgba(163, 255, 18, 1);
}

#footer.style-1 ul.wg-menu li a:hover {
    color: rgba(163, 255, 18, 1);
}

#footer.style-1 ul.wg-menu li a::before {
    background-color: rgba(163, 255, 18, 1);
}

#footer.style-1 .list-1 {
    padding-left: 43px;
}

#footer.style-1 .list-2 {
    padding-left: 71px;
}

#footer.style-1 .list-3 {
    padding-left: 99px;
}

#footer.style-1 .list-4 {
    padding-left: 17px;
}

#footer.style-1 form button {
    background: linear-gradient(145deg, #a3ff12 0%, #c6ff4a 100%);
}

#footer.style-1 form button:hover {
    color: #030014;
}

/* style-2 */
#footer.style-2 {
    background-color: rgba(242, 248, 253, 1);
    padding-top: 80px;
    background-image: url(../images/item-background/line-1.png);
}

#footer.style-2 .content p {
    margin-top: 23px;
    margin-bottom: 27px;
}

#footer.style-2 .footer-bottom {
    border-top: 1px solid rgba(52, 104, 240, 0.2);
    margin-top: 80px;
    padding-top: 31px;
}

#footer.style-2 .footer-bottom p {
    color: #696969;
}

#footer.style-2 .footer-bottom ul {
    gap: 29px;
}

#footer.style-2 .footer-bottom ul li a {
    color: #696969;
}

.box-email {
    width: 277px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    border-radius: 10px;
    border: 1px solid rgba(52, 104, 240, 0.30);
    background: #FFF;
    box-shadow: 0px 10px 60px 0px rgba(52, 104, 240, 0.15);
}

.box-email .icon-mail {
    font-size: 20px;
}

.box-email a {
    color:  #030014;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.54px;
}

.box-subscribe {
    padding: 32px 60px 40px 60px;
    border-radius: 20px;
    background: #FFF;
}

.box-subscribe h4 {
    color: #030014;
    font-size: 22px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: -0.66px;
    margin-bottom: -1px;
}

.box-subscribe h4 span {
    color: #3468F0;
    font-family: 'Playfair Display';
    font-size: 22px;
    font-style: italic;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: -0.66px;
}

.box-subscribe form {
    display: flex;
    align-items: center;
    gap: 20px;
}

.box-subscribe form input {
    border-radius: 12px;
    color: #030014;
    border: 1px solid #3468F0;
    background:  #F2F8FD;
    padding: 20px 30px 20px 24px;
    height: 51px;
    width: 100%;
}

.box-subscribe form input:focus {
    border: 1px solid #3468F0;
    padding: 20px 30px 20px 24px;
}

.box-subscribe form input::placeholder {
    color: #030014;
}

.box-subscribe form button {
    background: rgba(52, 104, 240, 1);
    padding: 19px 47px 19px 29px;
    border: 1px solid rgba(52, 104, 240, 1);
}

.box-subscribe form button:hover {
    color: rgba(52, 104, 240, 1);
}

/* type-yellow */
#footer.style-1.type-yellow {
    background: #111112;
    background-image: none;
    padding-top: 80px;
    padding-left: 20px;
}

#footer.style-1.type-yellow > .item-2,
#footer.style-1.type-yellow > .item-1 {
    background: linear-gradient(180deg, #E7F85E 0%, rgba(231, 248, 94, 0.00) 100%);
}   

#footer.style-1.type-yellow form button {
    background: rgba(230, 248, 94, 1);
    color: #030014;
}

#footer.style-1.type-yellow form button:hover {
    color: rgba(230, 248, 94, 1);
    background-color: #030014;
}

#footer.style-1.type-yellow .footer-bottom ul li a:hover,
#footer.style-1.type-yellow ul.wg-menu li a:hover {
    color: #E6F85E;
}

#footer.style-1.type-yellow ul.wg-menu li a::before {
    background-color: #E6F85E;
}

#footer.style-1.type-yellow form input:focus {
    border-color: #E6F85E;
}


/* cta */
/* ------------------------------------------ */
.cta {
    margin-bottom: -138px;
    position: relative;
    z-index: 10;
}

.cta.style-1 {
    margin-bottom: -168px;
}

.cta-wrapper {
    border-radius: 30px;
    background: #6844ED;
    padding: 80px 80px 68px 80px;
    display: flex;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

.cta-wrapper .ellipse {
    position: absolute;
    left: 50%;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.10);
    transform: translate(-50%, 55%);
    z-index: 0;
}

.cta-wrapper .ellipse.item1 {
    width: 200px;
    height: 200px;
    animation: ellipse1 3s linear 0s infinite;
}

.cta-wrapper .ellipse.item2 {
    width: 290px;
    height: 290px;
    animation: ellipse1 3s linear 0s infinite;
    animation-delay: 0.5s;
}

.cta-wrapper .ellipse.item3 {
    width: 394px;
    height: 394px;
    animation: ellipse1 3s linear 0s infinite;
    animation-delay: 1s;
}

.cta-wrapper .ellipse.item4 {
    width: 496px;
    height: 496px;
    animation: ellipse1 3s linear 0s infinite;
    animation-delay: 1.5s;
}

.cta-title h6 {
    color: #fff;
    line-height: 13px;
    letter-spacing: -0.54px;
    margin-bottom: 19px;
}

.cta-title h2 {
    color: #fff;
    line-height: 57px;
    letter-spacing: -1.44px;
}

.cta-title h2 span {
    line-height: 51px;
    font-style: italic;
    font-family: 'Playfair Display';
}

.cta-content {
    margin-right: 2px;
}

.cta-content p {
    line-height: 29px;
    color: #fff;
    font-size: 18px;
    margin-top: -6px;
    margin-bottom: 27px;
}

.cta-wrapper-1 {
    position: relative;
    border-radius: 30px;
    background: linear-gradient(145deg, #a3ff12 0%, #c6ff4a 100%);
    padding: 89px 0 99px;
    text-align: center;
}

.cta-wrapper-1::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/item-background/dot-1.png);
}

.cta-wrapper-1 h2 {
    color: #1D1F21;
    letter-spacing: -1.44px;
    margin-bottom: 16px;
}

.cta-wrapper-1 p {
    color:  #1D1F21;
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
    margin-bottom: 31px;
}

.cta-wrapper-1 .item1 {
    position: absolute;
    top: 75px;
    left: 60px;
    width: 225px;
    height: 225px;
    border: 2px dashed #fff;
    border-radius: 50%;
    animation: rotate360 20s infinite linear;
}

.cta-wrapper-1 .item2 {
    position: absolute;
    top: 130px;
    left: 94px;
    border-radius: 15px;
    box-shadow: 0px 20px 40px 0px rgba(163, 255, 18, 0.10);
}

.cta-wrapper-1 .item3 {
    position: absolute;
    top: 70px;
    right: 60px;
    width: 275px;
    height: 275px;
    border: 2px dashed #fff;
    border-radius: 50%;
    animation: rotate360 20s infinite linear;
}

.cta-wrapper-1 .item4 {
    position: absolute;
    top: 143px;
    right: 106px;
    border-radius: 16px;
    box-shadow: 0px 20px 40px 0px rgba(163, 255, 18, 0.10);
}

/* type-1 */
.cta.type-1 {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
}

.cta.type-1 .cta-wrapper {
    display: block;
    text-align: center;
    background: none;
    padding-top: 115px;
    padding-bottom: 130px;
}

.cta.type-1 .cta-wrapper a {
    margin: auto;
    margin-top: 38px;
}

.cta.type-1 .cta-wrapper .ellipse.item1 {
    width: 480.911px;
    height: 480.911px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: #212329;
}

.cta.type-1 .cta-wrapper .ellipse.item2 {
    width: 650.307px;
    height: 650.307px;
    border-radius: 650.307px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: #1B1D23;
}

.cta.type-1 .cta-wrapper .ellipse.item3 {
    width: 822.573px;
    height: 822.573px;
    border-radius: 822.573px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: #17181E;
}

.cta.type-1 .cta-wrapper .ellipse.item4 {
    border-radius: 969px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: #13141D;
    width: 969px;
    height: 969px;
}

.cta.type-1 > img {
    position: absolute;
    border-radius: 50px;
    border: 3px solid var(--color-white, #FFF);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.20);
    width: 50px;
    z-index: 5;
}

.cta.type-1 > .img1 {
    top: 142px;
    left: 146px;
    animation: to-bottom 5s infinite linear;
}

.cta.type-1 > .img2 {
    bottom: 74px;
    left: 248px;
    animation: to-bottom 5s infinite linear;
}

.cta.type-1 > .img3 {
    bottom: 85px;
    right: 256px;
    animation: to-bottom 5s infinite linear;
}

.cta.type-1 > .img4 {
    top: 95px;
    right: 160px;
    animation: to-bottom 5s infinite linear;
}

.cta .cta-title {
    position: relative;
    z-index: 5;
}

/* flat-title-page */
/* --------------------------------------------------- */
.flat-title-page {
    padding-top: 220px;
    padding-bottom: 150px;
    background: #030014;
    position: relative;
    overflow: hidden;
}

.flat-title-page .item1 {
    position: absolute;
    top: 202px;
    left: -59px;
    width: 160px;
    height: 29px;
    transform: rotate(-20.673deg);
    background: #61FF00;
    filter: blur(40px);
}

.flat-title-page .item2 {
    position: absolute;
    bottom: -86px;
    left: 668px;
    width: 102px;
    height: 102px;
    border-radius: 50%;
    background: #00FFF0;
    filter: blur(50px);
}

.flat-title-page .item3 {
    position: absolute;
    top: -27px;
    right: 438px;
    width: 160px;
    height: 29px;
    transform: rotate(-20.673deg);
    background: #FF00E5;
    filter: blur(40px);
}

.flat-title-page .item4 {
    position: absolute;
    bottom: -149px;
    right: -129px;
    width: 223px;
    height: 223px;
    border-radius: 50%;
    background: #ECE30A;
    filter: blur(50px);
}

.flat-title-page::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    background: url(../images/item-background/line.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.flat-title-page .heading {
    color:  #FFF;
    font-size: 65px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: -1.95px;
    text-align: center;
    margin-bottom: 50px;
}

.flat-title-page .heading span {
    font-family: 'Playfair Display';
    font-style: italic;
    color: #6844ED;
}

.breadcrumbs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 58px;
}

.breadcrumbs li::before {
    position: absolute;
    right: -46px;
    font-size: 29px;
    top: 50%;
    transform: translateY(-50%);
    color: #FFF;
}

.breadcrumbs li a {
    color: #FFF;
    font-family: "Space Grotesk";
    font-size: 24px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: -0.72px;
}

.breadcrumbs li.active a {
    text-decoration-line: underline;
    color: #CBED44;
}

.flat-title-page.shop .heading {
    line-height: 57px;
    margin-bottom: 44px;
}

.related-products {
    padding-bottom: 80px;
}

.related-products .title {
    color: #030014;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.9px;
    text-align: center;
    margin-bottom: 42px;
}

/* preload */
/* -------------------------------- */
.preload-container {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999999999999999;
    height: 100%;
    width: 100%;
    background-color: #000;
}

.preload-container .middle {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.preload-container .bar {
    width: 10px;
    height: 70px;
    background: transparent;
    display: inline-block;
    transform-origin: bottom center;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    animation: loader 1.2s linear infinite;
}

body.page-green .preload-container .bar {
    animation: loader1 1.2s linear infinite;
}

body.page-blue .preload-container .bar {
    animation: loader2 1.2s linear infinite;
}

body.page-yellow .preload-container .bar {
    animation: loader3 1.2s linear infinite;
}

.preload-container .bar1 {
    animation-delay: 0.1s !important;
}
.preload-container .bar2 {
    animation-delay: 0.2s !important;
}
.preload-container .bar3 {
    animation-delay: 0.3s !important;
}
.preload-container .bar4 {
    animation-delay: 0.4s !important;
}
.preload-container .bar5 {
    animation-delay: 0.5s !important;
}
.preload-container .bar6 {
    animation-delay: 0.6s !important;
}
.preload-container .bar7 {
    animation-delay: 0.7s !important;
}
.preload-container .bar8 {
    animation-delay: 0.8s !important;
}

/* progress- */
/* ---------------------------------------- */
.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 50px;
    width: 50px;
    padding: 10px;
    cursor: pointer;
    display: block;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
    box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    background: #6844ED;
}
  
.progress-wrap::after {
    position: absolute;
    content: '\e912';
    font-family: 'icomoon';
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    font-weight: 900;
    color: #fff;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap:hover::after {
    animation: 1s tf-buzz-out alternate linear infinite;
}
  
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
  
.progress-wrap svg path {
    fill: none;
}
  
.progress-wrap svg.progress-circle path {
    box-sizing: border-box;
    stroke: #fff;
    stroke-width: 5;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 0.4s;
    transition-timing-function: linear;
}

body.page-green .progress-wrap {
    background: #a3ff12;    
}

body.page-blue .progress-wrap {
    background: #3468F0;
}

body.page-yellow .progress-wrap {
    background: #E6F85E;
}

body.page-yellow .progress-wrap::after {
    color: #030014;
}

body.page-yellow .progress-wrap svg.progress-circle path {
    stroke: #030014;
}


/* cursor */
/* ------------------------------------------  */
.tf-mouse {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden
}

.tf-mouse-inner {
    margin-left: -5px;
    margin-top: -5px;
    width: 8px;
    height: 8px;
    z-index: 10000;
    background-color: #6844ED;
    -webkit-transition: width .5s ease-in-out, height .5s ease-in-out, margin .5s ease-in-out, opacity .5s ease-in-out;
    transition: width .5s ease-in-out, height .5s ease-in-out, margin .5s ease-in-out, opacity .5s ease-in-out
}

.tf-mouse-inner.mouse-hover {
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background-color: #6844ED;
    opacity: .3
}

.tf-mouse-outer {
    margin-left: -22px;
    margin-top: -22px;
    width: 40px;
    height: 40px;
    border: 2px solid #6844ED;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000;
    opacity: .5;
    -webkit-transition: all .05s ease-out;
    transition: all .05s ease-out
}

.tf-mouse-outer.mouse-hover {
    opacity: 0
}

body.page-green .tf-mouse-inner {
    background-color: #a3ff12;
}

body.page-green .tf-mouse-outer {
    border-color: #a3ff12;
}

body.page-blue .tf-mouse-inner {
    background-color: #3468F0;
}

body.page-blue .tf-mouse-outer {
    border-color: #3468F0;
}

body.page-yellow .tf-mouse-inner {
    background-color: #E6F85E;
}

body.page-yellow .tf-mouse-outer {
    border-color: #E6F85E;
}