
/**
  * 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

*/

/* 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,
hgroup,
menu,
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 : #fff;
    line-height: 1;
    padding: 0 !important;
}

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                  : #696969;
    -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      : #696969;
}

strong,
b,
cite {
    font-weight: bold;
}

dfn,
cite,
em,
i,
blockquote {
    font-style: italic;
}

abbr,
acronym {
    border-bottom: 1px dotted #e0e0e0;
    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     : #f5f5f5;
    border         : 1px solid #e0e0e0;
    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      : #fff;
    /* 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: #00A39E;
    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: #fff;
    color: #696969;
}

select option {
    padding: 20px 30px;
    font-size: 16px;
    line-height: 11px;
    color: #696969;
    background-color: #fff;
}

select.style-1 option,
select.style-1 {
    background-color: #EBEBFD;
}

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: #fff;
    color: #696969;
}

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: #EBEBFD;
}

/* 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 #00A39E;
    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      : #696969;
}

/* 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  : #00A39E;
    color             : #fff;
    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;
    padding: 15px 30px;
    border-radius: 25px;
    border: 1px solid rgb(0 0 0 / 30%);
    line-height: 1.2;
}

button[type="submit"]:hover {
    background: #FFF;
    color: #00A39E;
}

/* Placeholder color */
::-webkit-input-placeholder {
    color: #696969;
}

:-moz-placeholder {
    color: #696969;
}

::-moz-placeholder {
    color  : #696969;
    opacity: 1;
}

/* Since FF19 lowers the opacity of the placeholder by default */
:-ms-input-placeholder {
    color: #696969;
}

/* 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: #00A39E !important;
}
.tf-color-green {
    color: #09B6A2 !important;
}
.tf-color-blue {
    color: #00A39E !important;
}
.tf-color-yellow {
    color: #00A39E !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             : #696969;
    -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             : #00A39E;
    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: #fff;
    background-color: #00A39E;
    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: #00A39E;
    background-color: #fff;
}

.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: #00A39E;
    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, #09B6A2 0%, #55EDDB 100%);
}

.tf-button.style-2:hover {
    background: linear-gradient(315deg, #09B6A2 0%, #55EDDB 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, #09B6A2 0%, #55EDDB 100%);
}

/* tf-button-default */
.tf-button-default {
    display: flex;
    gap: 7px;
    align-items: center;
    color: #00A39E;
    font-size: 16px;
    line-height: 11px;
}

.tf-button-default:hover {
    color: #030014;
}

.tf-button-default i {
    font-size: 11px;
}

/* style-green */
.tf-button.style-green {
    background-color: rgba(9, 182, 162, 1);
}

.tf-button.style-green:hover {
    color: rgba(9, 182, 162, 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: #00A39E;
    border: 1px solid #00A39E;
    color: #030014;
    padding: 17px 29px;
}

.tf-button.style-yellow:hover {
    color: #00A39E;
    background-color: #030014;
}

/* header */
/* ------------------------------------------------------- */
.header {
    z-index: 100;
    height: 105px;
    width: 100%;
    border: none;
    padding-right: 0 !important;
    background: transparent;

    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: #00A39E;
}

/* 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: #00A39E;
}

#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: 999;
    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: #09B6A2;
}

.header-green .menu-primary-menu > li.current-menu-item > a::before,
.header-green .menu-primary-menu > li:hover > a::before {
    background: #09B6A2;
}

.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: #00A39E;
}

.header.header-yellow .menu-primary-menu > li > a::before {
    background-color: #00A39E;
}


/* footer */
/* --------------------------------------------------- */
#footer {
    background: #000000;
    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: #00A39E;
    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: #00A39E;
}

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: #00A39E;
    -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: #00A39E;
}

.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: #00A39E;
}

#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, #09B6A2 0%, rgba(9, 182, 162, 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, #09B6A2 0%, rgba(9, 182, 162, 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(9, 182, 162, 1);
}

#footer.style-1 ul.wg-menu li a:hover {
    color: rgba(9, 182, 162, 1);
}

#footer.style-1 ul.wg-menu li a::before {
    background-color: rgba(9, 182, 162, 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, #09B6A2 0%, #55EDDB 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: #00A39E;
    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 #00A39E;
    background:  #F2F8FD;
    padding: 20px 30px 20px 24px;
    height: 51px;
    width: 100%;
}

.box-subscribe form input:focus {
    border: 1px solid #00A39E;
    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: #00A39E;
}

#footer.style-1.type-yellow ul.wg-menu li a::before {
    background-color: #00A39E;
}

#footer.style-1.type-yellow form input:focus {
    border-color: #00A39E;
}


/* cta */
/* ------------------------------------------ */
.cta {
    margin-bottom: -138px;
    position: relative;
    z-index: 10;
}

.cta.style-1 {
    margin-bottom: -168px;
}

.cta-wrapper {
    border-radius: 30px;
    background: #00A39E;
    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, #09B6A2 0%, #55EDDB 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(9, 182, 162, 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(9, 182, 162, 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: #00A39E;
}

.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: #00A39E;
}
  
.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: #09B6A2;    
}

body.page-blue .progress-wrap {
    background: #00A39E;
}

body.page-yellow .progress-wrap {
    background: #00A39E;
}

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: #00A39E;
    -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: #00A39E;
    opacity: .3
}

.tf-mouse-outer {
    margin-left: -22px;
    margin-top: -22px;
    width: 40px;
    height: 40px;
    border: 2px solid #00A39E;
    -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: #09B6A2;
}

body.page-green .tf-mouse-outer {
    border-color: #09B6A2;
}

body.page-blue .tf-mouse-inner {
    background-color: #00A39E;
}

body.page-blue .tf-mouse-outer {
    border-color: #00A39E;
}

body.page-yellow .tf-mouse-inner {
    background-color: #00A39E;
}

body.page-yellow .tf-mouse-outer {
    border-color: #00A39E;
}


.header-2{padding-top: 50px;}
.header-2 .header-inner-2 {background: #000;border-radius: 50px;padding: 21px 34px;width: 83%;margin: 0px auto;}
.header-2 .login-btn {background: transparent;border: 1px solid #fff;min-width: 100px;}
.header-inner-2 .menu-primary-menu li a {color: #fff;font-size: 16px;font-weight: 600;font-family: "Kumbh Sans", sans-serif;}
.header-inner-2 .menu-primary-menu .current-menu-item a {color: #00A39E;font-weight: 600;}
.menu-primary-menu > li > a::before{display: none;}
.header-2.is-fixed {background: transparent;box-shadow: unset;}
.header-2.is-fixed .header-inner-2 {border-bottom: none;}
.tf-button-22 {color: #fff;background: #00A39E;border: 1px solid #00A39E !important; border-radius: 60px;height: 52px;min-width: 180px;font-family: Kumbh Sans;font-weight: 600;font-size: 18px;line-height: 100%;line-height: 52px;text-align: center;}
/*.container{width: 100%; max-width: 1600px;}*/
.hero-btn .tf-button-22{ min-width: 200px;    line-height: 0;}
.hero-banner {background: url(../images/banner-bg.jpeg);height: 100vh;padding: 0px;background-position: center;background-repeat: no-repeat;background-size: cover;}
.hero-content {text-align: center;margin: 0px auto;}
.hero-content h2 {font-weight: 600;font-size: 72px;line-height: 94px;text-align: center;font-family: "Poppins", sans-serif;margin-bottom: 15px;}
.hero-content p {font-weight: 400;font-size: 30px;line-height: 40px;text-align: center;font-family: "Poppins", sans-serif;color: #000;margin-bottom: 20px;}
.hero-search {width: 576px;margin: 40px auto 30px;position: relative;}
.hero-search .tf-button-22 {position: absolute;right: 11px; top: 13px;width: 33px;height: 33px;border-radius: 2px;line-height: 0px;overflow: hidden;padding: 0 0;min-width: 33px;}
.tf-button-22 {overflow: hidden;padding: 10px 15px;line-height: 32px;border: 1px solid #00A39E;}
.tf-button-22:after{display: none;}
.hero-search input {padding: 15px 15px;color: #000;font-weight: 400;font-size: 16px;font-family: "Poppins", sans-serif !important;}
.hero-search input:focus {border: 1px solid #00A39E;padding: 15px 15px;}
.hero-rating img {margin-right: 12px;}
.hero-rating .rating-text {font-weight: 600;font-size: 20px;line-height: 100%;color: #000;font-family: "Poppins", sans-serif;}
.hero-rating .hr-text-light{font-weight: 400;}
.create-account-page {background: url(../images/create-banner-image.jpg);padding: 200px 0 110px;background-position: center;background-repeat: no-repeat;background-size: cover;
    width: 100vw;
    /* Full width of the viewport */
    height: 100vh;
    /* Full height of the viewport */
    display: flex;
    align-items: center;
}
.form-heading h5 {font-weight: 700;font-size: 36px;text-transform: uppercase;margin-bottom: 15px;font-family: "Poppins", sans-serif;    line-height: 43px;}
.form-heading p {font-weight: 400;font-size: 18px;margin-bottom: 25px;font-family: "Poppins", sans-serif;color: #525252;}
.form-group {margin-bottom: 20px;position: relative;}
.form-group label {font-size: 16px;font-family: "Poppins", sans-serif;color: #000;margin-bottom: 12px;}
.form-group input {padding: 15px 30px;border-radius: 50px;border: 1px solid rgb(0 0 0 / 30%);}
.form-group input:focus {border: 1px solid #00A39E;padding: 15px 30px;border-radius: 50px;}
.form-group select {border-radius: 50px;border: 1px solid rgb(0 0 0 / 30%);padding: 10px 30px;}
.form-gruop-select{position: relative;}
.form-gruop-select:after{content: "";background-image: url(../images/down-arrow.png);position: absolute;width: 20px;height: 20px;top: 48px;right: 20px;}
.form-btn button {min-width: 100%; margin: 30px 0 20px;}
.creat-text {text-align: center;}
.creat-text p {color: #000;font-family: "Poppins", sans-serif;font-size: 20px;font-weight: 500;}
.creat-text p a{color: #00A39E;}
#or {position: relative;width: 300px;height: 50px;line-height: 50px;text-align: center;    margin: 0px auto;color: #294957;font-size: 16px;}

#or::before,
#or::after {position: absolute;width: 130px;height: 1px;top: 24px;background-color: #c7c7c7;content: '';}
#or::before {left: 0;}
#or::after {right: 0;}
ul.signin-list {display: flex;flex-wrap: wrap;justify-content: center;margin-top: 10px;}
.sign-btn {display: flex;align-items: center;border-radius: 30px;background: #fff;padding: 12px 15px;min-width: 184px;margin-right: 11px;}
.sb-icon {width: 28px;margin-right: 12px;}
.sb-text {font-weight: 400;font-size: 15px;color: #000;font-family: "Poppins", sans-serif;}
.acc-box {display: flex;flex-wrap: wrap;}
.acb-left {width: 63%;padding-right: 35px;}
.acb-right {width: 37%; }
.acb-image{ background: #fff;height: 100%;border-radius: 10px;overflow: hidden;}
.acb-image img{width: 100%;height: 100%;object-fit: cover;}
.menu-primary-menu {gap: 36px;}
ul.signin-list li {padding: 5px 0;}
#footer-1 {background: url(../images/footerbg.png);padding: 175px 0 50px;}
.ft-wrapper h5 {font-family: Kumbh Sans;font-weight: 700;font-size: 30px;line-height: 100%;text-transform: capitalize;color: #000;margin-bottom: 30px;}
ul.ft-list li{padding: 10px 0;}
ul.ft-list li a {font-family: Kumbh Sans;font-weight: 500;font-size: 18px;line-height: 100%;text-transform: capitalize;color: #000;}
.ft-email input {height: 52px;border: 1px solid #bfbfbf;border-radius: 8px;font-family: Kumbh Sans; font-weight: 500;font-size: 18px;line-height: 100%;color: #000;padding: 10px 15px;margin-bottom: 25px;}
.ft-email input:focus {border: 1px solid #00A39E;padding: 10px 15px;}
.ft-btn .tf-button-22 {border-radius: 6px;min-width: 50%;overflow: hidden;line-height: 0px;padding: 15px}
.ft-btn .tf-button-22::after {display: none;}
.psw-wrd{position: relative;}
.psw-wrd span { position: absolute;width: 20px;height: 20px;right: 16px;top: 41px;}
.error-msg {font-size: 12px;color: #F9566A;padding-left: 13px;margin: 8px 0 0;}

.client-item .images .item-7 {top: 96px;left: -30px;}
.client-item .images .item-3 {top: 102px;right: -24px;}
.client-item .images .item-4 {bottom: 110px;right: -23px;}
.client-item .images .item-6 {bottom: 78px;left: -8px;}
.client-item .images .item-5 {bottom: -45px;left: 166px;}   
.services-item .icon i {font-size: 35px;color: #00A39E;}

.hero-content .popup-youtube {top: unset;left: unset;transform: unset;}
.hero-content .popup-youtube::before{display: none;}
.fea-list {width: 35%;}
.feature-show { width: 30%;}
.fea-list .services-item {padding: 12px;position: relative;gap: 25px;}
.feature-box{position: relative;}
.fea-list .services-item .icon {width: 75px;min-width: 75px;height: 75px;}
.mob-image img {width: 74%;}
.feature-item-1,.feature-item-4 { top: 0;left: 130px;}
.feature-item-5,.feature-item-8 {right: 130px;}
.request-demo-btn:hover {color: #00A39E !important; border: 1px solid #00A39E !important;}
.list-tool::before {background: none;}
.wg-tool .order {background: linear-gradient(180deg, rgba(0, 163, 158, 0.50) 0%, rgba(230, 228, 252, 0.00) 100%);background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}
.wg-create-design .image .rectangle{display: none;}
.system-slider li {text-align: center;padding: 0 15px;}
.system-slider li .wg-helpful {display: flex;align-items: center;justify-content: center;border: 1px solid #00A39E}
.mob-image {width: 350px;height: 350px;border: 1px solid rgba(255, 255, 255, 0.10);margin: 0px auto;border-radius: 50%;display: flex !important;align-items: center;justify-content: center;}

.mi-slide {text-align: center;display: flex !important;align-items: center;justify-content: center;height: 350px !important}
.feature-mob{display: none;}
.vertical-text {display: inline-block !important;width: 550px !important;top: 10px;background-image: url(../images/circle-highlight.png);background-size: 525px 130px;background-repeat: no-repeat;height: 130px; padding-top: 14px;}
.vertical-text.slick-vertical .slick-slide {overflow: hidden;}
ul.register-step {margin-bottom: 35px;align-items: center;justify-content: center;}
ul.register-step li{position: relative;margin-right: 150px;}
.register-step button {background: #fff;width: 25px !important;height: 25px !important; display: flex;align-items: center;justify-content: center;color: #00A39E;border-radius: 50% !important;border: 1px solid #00A39E;overflow: hidden;padding: 0;font-family: "Poppins", sans-serif;font-weight: 400;}
.register-step .nav-link.active {background: #00A39E;color: #fff;}
ul.register-step li:last-child{margin-right: 0;}
ul.register-step li:after{position: absolute;content: "";width: 150px;background: #00A39E;height: 1px;right: 25px;top: 50%;transform: translateY(-50%);}
ul.register-step li:first-child:after{display: none;}
.register-step li button::after{display: none;}

.fh-right a {font-family: "Poppins", sans-serif;color: #00A39E;font-weight: 700;font-size: 18px;text-decoration: underline;}
.fh-right {padding-left: 10px;}
.thanyou-content {margin-top: 50px;display: flex;align-items: center;justify-content: center; flex-flow: column;}
.th-img {margin-bottom: 18px;width: 150px;}
.thanyou-content h5 {font-family: "Poppins", sans-serif;}
.thanyou-content p {font-family: "Poppins", sans-serif;margin-bottom: 17px;}
.form-textarea .form-control {border-radius: 12px;border: 1px solid rgb(0 0 0 / 30%);font-size: 16px;color: #696969;padding: 15px 30px;}
.form-textarea .form-control:focus{padding: 15px 30px;}
.btn-outline {color: #00A39E;background: #fff;}
.checkbox-form-check {margin-right: 15px;}
.checkbox-form-check input[type="checkbox"]{display:none;}
.checkbox-form-check input[type="checkbox"] + label {display: inline-block;position: relative;padding-left: 32px;font-size: 18px !important;line-height: 28px !important;color: #000;margin-bottom: 0;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;}
.checkbox-form-check input[type="checkbox"] + label:before {content: '';display: block;width: 20px;height: 20px;background: transparent;border: 1px solid rgb(0 0 0 / 30%);position: absolute;left: 0;top: 3px;border-radius: 4px;}
.checkbox-form-check input[type="checkbox"] + label:after {content: "\2713";/*font-family: "Font Awesome 6 Free";*/display: inline-block;font-weight: 900;font-size: 13px;width: 20px;height: 20px;line-height: 23px;color: #fff;text-align: center;position: absolute;left: 0;top: 3px;transform: scale(0);-moz-transition: all 0.12s ease-in;-o-transition: all 0.12s ease-in;-webkit-transition: all 0.12s ease-in;transition: all 0.12s ease-in;}
.checkbox-form-check input[type="checkbox"] + label:after{color:#fff;background:#00A39E;}
.checkbox-form-check input[type="checkbox"]:checked + label:after{transform:scale(1);}
.otp-text p {font-size: 16px;}
.digit-group label {display: block;}
.resend-text {justify-content: end;padding-right: 10px;}
.resend-text p{color: #00A39E;font-weight: 600;}
.digit-group input {width: 94px;background-color: #FFF;border: 1px solid rgb(0 0 0 / 30%);line-height: 50px;text-align: center;font-size: 18px;font-weight: 200;color: #000;margin: 0 11px;padding: 10px;border-radius: 54px;}
.digit-group input:first-child{margin-left: 0;}
.wrong-digit-otp input {border: 1px solid #E51818;color: #E51818;}
.wrong-digit-otp input:focus { border: 1px solid #E51818;}
.otp-error p {color: #E82812;font-weight: 400;}
.header-inner-2 ul.sub-menu li a {color: #000 !important;line-height: 37px;}
.header-2 .menu-item-has-children {margin-right: 5px;}
.helpful {padding: 30px 0;}
.tf-button-22:hover,.tf-button:hover {color: #fff !important;}
.tf-button.style-1:hover{color: #000 !important;background: #fff !important;}
.news-item:hover .bottom a {color: #00A39E;}

.gp-circle {width: 50px;height: 50px;border: 2px solid #00A39E;display: flex;align-items: center;justify-content: center;border-radius: 50%; background: #BCF7F5;z-index: 4;}
.gp-2 {
    background: #BCF7F5;
    font-weight: 600;
    border: 2px solid #00A39E;
    border-radius: 50%;
    font-size: 10px;
    line-height: 18px;
    padding: 3px 10px;
    color: #000;
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.gp-card {z-index: 2;background: linear-gradient(285.76deg, #000000 14.47%, #ACACAC 132.81%);color: #fff;border-radius: 12px;padding: 15px;width: 302px;}
.gpc-detail h5 {color: #fff;font-size: 18px;font-family: "Poppins", sans-serif;margin-bottom: 0;line-height: 28px;min-height: 57px;}
.gpc-detail p {font-family: "Poppins", sans-serif;font-size: 13px;color: #ffff;line-height: 18px;min-height: 72px;  margin-top: 20px;}
.gpc-social-list{
    display: flex;
    justify-content: center;
    border: 2px solid #00A39E;
    border-radius: 50%;
    background: #BCF7F5;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    align-items: center;
    width: 50px;
    height: 50px;
    z-index: 5;
}
/*.gpc-social-list a img{margin-right: 10px;    width: 22px;}*/
.gpc-social-list a + a,.sender-img + .sender-img{margin-top: 40px;z-index: 5;}
.graph-list li + li{margin-top: 25px;}
.desk-container {padding: 50px 0 100px;position: relative;background: url(../images/banner-bg.jpeg);background-position: center;background-repeat: no-repeat;background-size: cover;}
.desk-container:before{position: absolute;content: "";width: 100%;height: 100%;left: 0;top: 0;background-image: url(../images/root-bg.jpg);z-index: -1;background-size: cover;}
/* .graph-list {background-image: url(../images/clip-path-2.png);background-size: cover;background-repeat: no-repeat;    background-position: -19px -112px;} */
/* .graph-list li:last-child{margin-top: 45px;} */
/* .graph-list li:first-child{ margin-bottom: -60px;} */
.bg-first-line{position: relative;}
.bg-first-line:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #cccccc -38.08%, #cccccc 41.76%);
    top: 50%;
    left: 0;
    z-index: 1;
  }
  
  .moving-point {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: #00bfb2;
    border-radius: 50%;
    animation: movePoint 10s infinite alternate ease-in-out;
    z-index: 1;
  }
  
  @keyframes movePoint {
    0% { left: 0%; }
    100% { left: 99%; }
  }
.gp-line-box {width: 61%;justify-content: space-between;}
.gp-line-box::before {bottom: 38px;top: unset;}
.identity-box {margin-bottom: 45px;}
.identity-box div {font-weight: 700;font-size: 22px;line-height: 32px;color: #000;position: relative;}
.id-second {color: #00A39E !important;}
.gp-mob-view,.mb-arrow{display: none;}
/* .id-first, .id-arrow, .id-second, .id-third {width: 20%;} */
/* .gp-card-2 {margin-top: -145px;bottom: unset;} */
/* .gp-card { position: relative;} */
/* .graph-list li:last-child::before {width: 50%;top: 19px;} */
.gpc-social-list-2 {margin-top: -12px;}
.gpc-name {font-size: 17px;line-height: 24px;font-family: "Poppins", sans-serif;padding-left: 10px;font-weight: 600;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.gpc-category {font-size: 12px;line-height: 14px;font-family: "Poppins", sans-serif;padding-left: 10px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.gpc-name-container {padding-left: 10px;display: flex;align-items: center;justify-content: center;flex-direction: column;}

@media (max-width: 1599.98px){
.header-2 {padding-top: 35px;}
.header-2 .header-inner-2 {padding: 16px 27px;}
.header-2 .login-btn,.tf-button-22 {padding: 4px 10px;height: auto;font-size: 16px;}
.hero-banner {padding: 0px;height: 100vh;}
.hero-content h2 {font-size: 46px;line-height: 64px;}
.hero-content p {font-size: 24px;line-height: 30px;}
.form-group input,.form-group select {height: 48px;}
.form-gruop-select:after {top: 43px;}
.creat-text p {font-size: 16px;}
.sign-btn {padding: 8px 10px; margin-right: 6px;}
.sb-icon {width: 25px;}
.sb-text {font-size: 14px;}
.vertical-text {width: 422px !important;top: 12px;background-image: url(../images/circle-highlight.png);background-size: 415px 87px;background-repeat: no-repeat; height: 87px; padding-top: 8px;}
.terms-label {
    margin-top: 15px;
}
}

@media (max-width: 1399.98px){
.header-inner {padding: 15px 52px 15px 70px;}
.header-2.is-fixed.is-small {top: 0;height: 82px;}
.hero-content {padding: 0 20px;}
.header-2 .mobile-button:before, .header-2 .mobile-button:after, .header-2 .mobile-button span {background-color: #00A39E;}
.header-2 #menu-mobile-menu li.current-menu-item > a,.header-2 #menu-mobile-menu li a:hover,.header-2 #menu-mobile-menu li.current-item a {color: #31B4AD;}
.ft-wrapper h5 {font-size: 26px;margin-bottom: 20px;}
ul.ft-list li {padding: 7px 0;}
ul.ft-list li a {font-size: 16px;}
.ft-btn .tf-button-22 { height: 43px;}

}
@media (max-width: 1399.98px){
  .header-2 .header-inner-2 {width: 90%;}  
  
}

@media (max-width: 1299.98px){
.digit-group input {width: 71px;}
.gp-line-box {width: 62%;}
}


@media (max-width: 991.98px){
.header-2 {padding-top: 0px;}
.header-2 .header-inner-2 {background: #000;padding: 15px 12px;width: calc(100% - 15px);margin: 0px auto 0;border-radius: 10px;position: relative;top: 6px;}
.header-2.is-fixed.is-small, .header-2 {height: 67px;background: transparent;box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.05);}
.hero-content {padding: 50px 0 0;  width: 100%;}  
.hero-banner {height: 100vh;padding: 0px;}
.hero-content h2 {font-size: 55px;line-height: 62px;}
.hero-content p {font-size: 22px;line-height: 30px;}
.hero-search {width: 100%;}
.acb-left {width: 100%;padding-right: 0px;}
.acb-right {display: none;}
.create-account-page {padding: 140px 0 60px; width: 100vw; height: 100vh;}
.form-btn button {margin: 15px 0 20px;}
.feature-show {display: none;}
.fea-list {width: 100%;}
.feature-item-5, .feature-item-8 {right: 0px;}
.feature-item-1, .feature-item-4 {top: 0;left: 0px;}
.mobile-button {-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%);}
#site-logo-inner a img {width: 115px;}
.wg-create-design .content {padding-top: 350px;}
.list-tool {padding-top: 55px;padding-bottom: 35px;}
.feature-mob{display: block;}
.mob-image {width: 330px;height: 330px;margin-bottom: 20px;}
.vertical-text {width: 265px !important;top: 10px;background-size: 255px 78px;}
.create-account-page-container {
    padding: 15px 12px !important;
    width: calc(100% - 15px) !important;
    margin: 0px auto 0;
}
.terms-label {
    margin-top: 15px;
}
.gp-line-box {width: 65%;}
.custom-heading {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    width: 160px;
    }
}

@media (max-width: 767.98px){
.hero-content h2 {font-size: 28px;line-height: 30px;}
.hero-content p {font-size: 16px;line-height: 22px;}
.hero-rating .rating-text {font-size: 16px;}

.footer-logo {margin-bottom: 20px;}
.ft-wrapper h5 {font-size: 24px;margin-bottom: 12px;}
.ft-wrapper {margin-bottom: 15px;}
.ft-email input {height: 45px;}
.ft-btn .tf-button-22 {min-width: 100%;}
.sign-btn { min-width: 205px;}
.form-heading h5 {font-size: 24px;margin-bottom: 6px;}
.form-heading p {font-size: 16px;margin-bottom: 19px;line-height: 22px;}
.hero-rating img {width: 138px;}
.tf-button {    line-height: 17px;}
.wg-create-design .image .img-01 {left: 0px;}
.heading-section .main-title,.cta-title h2,.client-item .content h2,.client-item .content h2 span {font-size: 28px;line-height: 40px;}
.client-item .content h2 {margin-bottom: 26px;}
.client-item .images .item-2 {left: 128px;}
.client-item .images {width: 280px;height: 280px;}
.client-item .images .ellipse {width: 220px;height: 220px;}
.client-item .images .item-1 {width: 165px;}
.client-item .images .item-2,.client-item .images .item-5 {left: 123px !important;}
.client-item .images .item-7 {top: 101px;left: -42px;}
.client-item .images .item-6 {bottom: 28px;left: -8px;}
.client-item .images .item-4 {bottom: 50px;right: -9px;}
.wg-create-design .image {height: auto;}
.wg-create-design .image .rectangle {height: 0;}
.pt-130 {padding-top: 30px;}
.vertical-text {width: 220px !important;top: 10px;background-size: 220px 48px;height: 50px;margin-bottom: 6px; padding-top: 8px;  }
.hero-content h4{font-size: 17px;line-height: 28px;}
.fh-right a { font-size: 16px;}
.form-heading {align-items: baseline !important;}
ul.register-step li {margin-right: 125px;}
ul.register-step li:after {width: 125px;}
.ref-select {flex-flow: column;}
.btn-outline {margin-top: 0 !important;}
.digit-group input {width: 42px;height: 40px;border-radius: 6px;margin: 0 6px;}
.digit-group input:focus {border: 1px solid #00A39E;padding: 10px;border-radius: 6px}
.resend-text p {font-size: 14px;}
.digit-group .form-group {margin-bottom: 10px;}

.wg-create-design .image .img-01 {top: -10px;}
#canvas {margin-top: -100px;margin-left: -20px;}
.pb-130 {padding-bottom: 50px;}
.grid-counter {flex-direction: column;text-align: center;}
.wg-services {padding-top: 65px;padding-bottom: 35px;}
.helpful {padding: 30px 0; padding-bottom: 0px; margin-bottom: -25px}
.wg-partners-1,.faqs-wrap {padding-top: 65px;padding-bottom: 60px;}
.footer-bottom {margin-top: 50px;}
.footer-top {padding-top: 190px;}
.form-heading h5 {line-height: 30px;}
.graph-list,.id-arrow{display: none;}
.gp-mob-view,.mb-arrow{display: block;}
ul.gp-top-list {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
  }
  
  ul.gp-top-list li {
    width: 20%;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style: none;
  }
  
  ul.gp-top-list li:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 635px;
    background: linear-gradient(180deg, #cccccc -38.08%, #cccccc 41.76%);
    left: 50%;
    top: 46px;
    z-index: 1;
  }
  
  .moving-point-vertical {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    background-color: #00bfb2;
    border-radius: 50%;
    animation: moveVertically 10s infinite alternate ease-in-out;
    animation-delay: var(--delay);
    z-index: 1;
  }
  
  @keyframes moveVertically {
    0% { top: 40px; }
    100% { top: 681px; }
  }
  /*ul.gp-top-list li:last-child:before{display: none;}*/
.identity-box div {font-size: 16px;line-height: 24px;}
.mb-arrow img {width: 13px;}
.mb-arrow {padding: 0px 3px;}
.gp-mob-view .gp-circle {margin-bottom: 35px;z-index: 2;}
.gp-mob-view .gp-2 {font-size: 11px;margin-bottom: 35px;}
.identity-box {margin-bottom: 25px;}
.gp-card {width: 100%;margin-bottom: 25px;}
.gpc-img img {width: 38px;}
.gpc-detail h5 {font-size: 15px;line-height: 25px;}
ul.gp-social-list li{width: 20%;position: relative;}
ul.gp-social-list li:before {position: absolute;content: "";width: 2px;height: 320px;background: linear-gradient(90deg, #D7FFFE -38.08%, #ADF0EE 41.76%);left: 25px;top: -223px;z-index: -1;}
.gpl-icon {width: 50px;height: 50px;background: #BCF7F5;border-radius: 50%;display: flex;align-items: center;justify-content: center;border: 2px solid #00A39E;margin-bottom: 40px;}
.sender-img {padding-left: 5px;z-index: 5;}
ul.gp-social-list { padding-top: 20px;}
/* .gp-mob-view{background-image: url(../images/mb-clip-path.png);background-size: cover;background-repeat: no-repeat;background-position: -22px 38px;} */
/* .desk-container {padding: 35px 50px;} */
.id-first, .id-arrow, .id-second, .id-third {width: auto;}
ul.gp-top-list {margin-bottom: 20px;}
.gpc-name {font-size: 15px;line-height: 24px;}
.custom-heading {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    width: 300px;
}
}


@media (max-width: 499.98px){
.hero-search .flex {display: flow;}
.hero-search .flex a {min-width: 197px;padding: 15px 29px;height: 45px;}
.hero-search { margin: 25px auto 25px;}
.hero-search .flex a + a{margin-top: 15px;}
.identity-box div{font-size: 12px;line-height: 20px;}
.custom-heading {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    width: 160px;
    }
}

.partners-title {
    h4 {
        /* font-weight: 600; */
        line-height: 100%;
        text-transform: capitalize;
        color: #000;
        /* border-right: 1px solid #000; */
        font-family: 'Space Grotesk', sans-serif;
        margin-right: 20px;
        font-size: 17px;
        line-height: 28px;
    }
}
.integrations-title {
    h4 {
        /* font-weight: 600; */
        line-height: 100%;
        text-transform: capitalize;
        color: #fff;
        /* border-left: 1px solid #fff; */
        font-family: 'Space Grotesk', sans-serif;
        margin-right: 20px;
        font-size: 17px;
        line-height: 28px;
    }
}
.partners-image-row{
    margin: auto;
}

@media (max-width: 991.98px){
    .integrations-title {
         h4 {
            font-weight: 500;
            line-height: 100%;
            text-transform: capitalize;
            color: #000;
            margin-bottom: 30px;
            border-right: none;
            font-family: 'Space Grotesk', sans-serif;
            font-size: 17px;
            line-height: 28px;
         }
    }
    .integrations-title {
        h4 {
           font-weight: 500;
           line-height: 100%;
           text-transform: capitalize;
           color: #fff;
           margin-bottom: 30px;
           border-right: none;
           font-family: 'Space Grotesk', sans-serif;
           font-size: 17px;
           line-height: 28px;
        }
   }
}

.partners-row {
    margin-bottom: 30px;
    margin-left: 25px;
    margin-right: 25px;
}

.integrations-row {
    padding-bottom: 40px;
    padding-left: 25px;
    padding-right: 25px;
}

.flipped-arrow {
    transform: scaleX(-1); /* Flips the image horizontally */
    display: inline-block; /* Ensures the transform works properly */
}

.gp-card-overlay {
    position: absolute;
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
    z-index: 10;
} 

.gp-card-container {
    position: absolute;
    width: 302px;
    height: 400px; /* Adjust based on your card height */
    overflow: hidden; /* Hide overflowing cards */
}

.gp-card-container::after {
    content: ""; /* Creates the pseudo-element */
    position: absolute;
    bottom: 0; /* Position at the bottom of the container */
    left: 0;
    width: 100%;
    height: 60px; /* Adjust the height of the fade effect */
    /* background: linear-gradient(to top, rgba(200, 248, 234, 1), rgba(200, 248, 234, 0));  */
    pointer-events: none; /* Ensure it doesn't interfere with user interactions */
    z-index: 10; /* Ensure it appears above the cards */
}

.gp-card {
    position: absolute;
    width: 100%;
    height: 50%; /* Show only two cards at a time */
    transition: transform 0.5s ease-in-out; /* Smooth scrolling effect */
    margin-bottom: 20px; /* Add margin between cards */
    box-sizing: border-box; /* Ensure padding and margin are included in the card's dimensions */
}

/* Add spacing between cards using transform */
.gp-card:nth-child(1) {
    transform: translateY(0); /* First card stays at the top */
}

.gp-card:nth-child(2) {
    transform: translateY(calc(100% + 20px)); /* Second card is spaced below the first */
}

.gp-card:nth-child(3) {
    transform: translateY(calc(200% + 40px)); /* Third card is spaced below the second */
}

.gp-card:nth-child(4) {
    transform: translateY(calc(300% + 60px)); /* Fourth card is spaced below the third */
}

.gp-card-placeholder {
    width: 302px;
}
.gp-card-placeholder-vertical {
    height: 400px; /* Adjust based on your card height */
}

.gp-card-slide {
    margin-bottom: 20px;
}

.gp-sender {
    z-index: 5;
}

.gp-card-img {width: 50px;}

.webview-only {
    display: flex; /* Default behavior for web view */
    align-items: center; /* Vertically center content */
}

@media (max-width: 991.98px) {
    .webview-only {
        display: block; /* Disable flexbox on mobile view */
        align-items: unset; /* Reset alignment */
    }
}

.create-account-page-container {
    padding: 0 34px;
        width: 83%;
}

.testimonial-text {
    font-size: 17px;
    line-height: 1.5;
}


.gpc-loader {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    position: absolute;
    z-index: 999;
    bottom: 0;
    background-color: black;
    width: 100%;
    height: 45%;
    opacity: 0.9;
    padding: 5px;
    border-radius: 10px;
}

.gpc-loader-inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    border: 2px solid transparent; /* Transparent border to hold the gradient */
    border-radius: 10px;
    background: linear-gradient(90deg, #000000, #F9566A, #00A39E); /* Gradient colors */
    background-size: 200% 100%; /* Double the width for animation */
    animation: shiny-border-flow 5s infinite; /* Apply animation */
    -webkit-background-clip: padding-box; /* Clip the gradient to the border */
    background-clip: padding-box;
}

/* Keyframes for shiny flow effect */
@keyframes shiny-border-flow {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: 0 0;
    }
}

.botspice-logo {
    width: 120px;
    height: auto;
    margin-bottom: 10px;
    z-index: 10000;
}

.loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #00A39E;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 10s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.mi-icon {
    width: 24px;
    font-size: 20px;
}
.mi-text {
    width: calc(100% - 24px);
    padding-left: 10px;
}
.mi-text h5 {
    font-family: "Kumbh Sans", sans-serif;
    font-size: 15px;
    line-height: 24px;
}
.mi-text p {
    font-family: "Kumbh Sans", sans-serif;
    font-size: 13px;
    line-height: 18px;
}

.gp-card-slide {
    transition: transform 1s ease-in-out; /* Smooth transition for card movement */
}

.gp-card-slide-mb {
    transition: transform 1s ease-in-out; /* Smooth transition for card movement */
}

.animate-heading {
    animation: fadeInText 1s ease-in-out; /* Apply animation */
}

@keyframes fadeInText {
    0% {
        opacity: 0;
        transform: translateY(20px); /* Start slightly below */
    }
    100% {
        opacity: 1;
        transform: translateY(0); /* Move to original position */
    }
}
