/*======================================================================================

=======================================================================================*/

/*======================================================================================
  >> TABLE OF CONTENTS <<
========================================================================================
01. Mixins & Variables
02. Base
03. Components
04. Layouts
05. Sections
======================================================================================*/

/*---------------------------------------
01. Mixins & Variables
---------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
:root {
    --body: #EDF1F5;
    --black: #000;
    --white: #fff;
    --theme: #007BFF;
    --header: #15171A;
    --text: #15171ACC;
    --border: #FCFCFC;
    --bg: #F8FAFC;
    --box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.13);
    --cube-1: cubic-bezier(0.55, 0.085, 0, 0.99);
    --cube-2: all .25s cubic-bezier(.645, .045, .355, 1);
    --cube-3: cubic-bezier(0.25, 1, 0.5, 1);
}

/*---------------------------------------
02. Base
---------------------------------------*/

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */

body {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: var(--text);
    background-color: var(--body);
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

@media (max-width: 1199px) {
    body {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    body {
        font-size: 14px;
    }
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

button {
    border: none;
    background-color: transparent;
    padding: 0;
}

input:focus {
    color: var(--white);
    outline: none;
}

input {
    color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Plus Jakarta Sans", sans-serif;
    margin: 0px;
    padding: 0;
    color: var(--header);
    transition: all 0.4s ease-in-out;
}

h1 {
    font-size: 80px;
    font-weight: 600;
    line-height: 105%;
    letter-spacing: -0.02em;
}

@media (max-width: 1399px) {
    h1 {
        font-size: 70px;
    }
}

@media (max-width: 1199px) {
    h1 {
        font-size: 65px;
    }
}

@media (max-width: 991px) {
    h1 {
        font-size: 60px;
        line-height: 110% !important;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 48px;
    }
}

@media (max-width: 575px) {
    h1 {
        font-size: 42px;
    }
}

@media (max-width: 470px) {
    h1 {
        font-size: 34px;
    }
}

h2 {
    font-size: 60px;
    font-weight: 600;
    line-height: 113%;
    letter-spacing: -2%;
}

@media (max-width: 1399px) {
    h2 {
        font-size: 50px;
    }
}

@media (max-width: 1199px) {
    h2 {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    h2 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 42px;
    }
}

@media (max-width: 575px) {
    h2 {
        font-size: 36px;
    }
}

@media (max-width: 470px) {
    h2 {
        font-size: 28px;
    }
}

h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 133%;
    letter-spacing: -0.02em;
}

@media (max-width: 575px) {
    h3 {
        font-size: 22px;
    }
}

h4 {
    font-size: 18px;
    font-weight: 400;
}

h5 {
    font-size: 18px;
    font-weight: 700;
}

h6 {
    font-size: 16px;
    font-weight: 700;
}

a {
    text-decoration: none;
    outline: none !important;
    cursor: pointer;
    color: var(--header);
    transition: all 0.4s ease-in-out;
}

p {
    margin: 0px;
    transition: all 0.4s ease-in-out;
}

span {
    margin: 0px;
}

.theme-btn-main {
    display: inline-flex;
    align-items: center;
    gap: 0;
    position: relative;
    transition: all 0.4s ease;
    text-transform: capitalize;
    border-radius: 10px;
    overflow: hidden;
}

.theme-btn-main.style-2 {
    background: linear-gradient(103.71deg, #5CABFF 17.96%, #007BFF 66.13%);
    border-radius: 50px;
    padding: 7px 25px;
    padding-right: 7px;
    position: relative;
}

.theme-btn-main.style-2::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 2px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.7));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0.7;
    pointer-events: none;
}

.theme-btn-main.style-2::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    pointer-events: none;
    z-index: -1;
}

.theme-btn-main.style-2 .theme-btn {
    background-color: transparent;
    padding: 0;
    margin-right: 15px;
    position: relative;
    z-index: 2;
}

.theme-btn-main.style-2 .theme-btn-arrow-left,
.theme-btn-main.style-2 .theme-btn-arrow-right {
    width: 46px;
    height: 46px;
    background: linear-gradient(129.97deg, #2D3238 16.23%, #15171A 84.69%);
    border-radius: 50%;
    color: #fff;
}

.theme-btn-main.style-2 .theme-btn-arrow-left img,
.theme-btn-main.style-2 .theme-btn-arrow-right img {
    animation: cir36 10s linear infinite;
}

.theme-btn-main.style-2:hover {
    padding-right: 25px;
    padding-left: 7px;
}

.theme-btn-main.style-2:hover .theme-btn {
    background-color: transparent;
}

.theme-btn-main .theme-btn-arrow-left,
.theme-btn-main .theme-btn-arrow-right {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    transition: all 0.4s ease;
    background: linear-gradient(129.97deg, #2D3238 16.23%, #15171A 84.69%);
}

.theme-btn-main .theme-btn-arrow-left::before,
.theme-btn-main .theme-btn-arrow-right::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 2px;
    background: linear-gradient(135deg, rgb(255, 255, 255), rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.8));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0.7;
    pointer-events: none;
}

.theme-btn-main .theme-btn-arrow-left i,
.theme-btn-main .theme-btn-arrow-right i {
    /* font-weight: 400; */
    color: var(--white);
}

.theme-btn-main .theme-btn-arrow-left {
    position: absolute;
    left: 7px;
    transform: translateX(-15px) scale(0);
    opacity: 0;
}

.theme-btn-main .theme-btn-arrow-right {
    transform: scale(1);
    opacity: 1;
}

.theme-btn-main .theme-btn {
    background: var(--theme);
    color: var(--white);
    font-weight: 600;
    font-size: 18px;
    padding: 13px 30px;
    display: inline-flex;
    align-items: center;
    gap: 30px;
    transition: all 0.4s ease;
}

@media (max-width: 575px) {
    .theme-btn-main .theme-btn {
        font-size: 14px;
        padding: 10px 25px;
    }
}

.theme-btn-main:hover .theme-btn-arrow-left {
    transform: translateX(0) scale(1);
    opacity: 1;
}

.theme-btn-main:hover .theme-btn-arrow-left img {
    animation: cir36 10s linear infinite;
}

.theme-btn-main:hover .theme-btn-arrow-right {
    transform: scale(0);
    opacity: 0;
}

.theme-btn-main:hover .theme-btn-arrow-right img {
    animation: cir36 10s linear infinite;
}

.theme-btn-main:hover .theme-btn {
    transform: translateX(57px);
    background-color: var(--header);
}

@keyframes slideRight {
    49% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes slideUp {
    49% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}

/*---------------------------------------
03. Components
---------------------------------------*/

.back-to-top {
    background-color: var(--theme);
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: var(--white);
    font-size: 18px;
    position: fixed;
    display: inline-block;
    z-index: 999;
    right: 30px;
    bottom: 30px;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    border-radius: 12px;
}

.back-to-top:hover {
    background-color: var(--header);
    color: var(--white);
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
}

.search-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    -webkit-transition: all 1s ease;
    -khtml-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.search-popup__overlay {
    position: fixed;
    width: 224vw;
    height: 224vw;
    top: calc(90px - 112vw);
    right: calc(50% - 112vw);
    z-index: 3;
    display: block;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: transform 0.8s ease-in-out;
    -khtml-transition: transform 0.8s ease-in-out;
    -moz-transition: transform 0.8s ease-in-out;
    -ms-transition: transform 0.8s ease-in-out;
    -o-transition: transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
    transition-delay: 0s;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    background-color: #000000;
    opacity: 0.7;
    cursor: url(../../assets/img/close.png), auto;
}

@media (max-width: 767px) {
    .search-popup__overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: none;
        width: 100%;
        height: 100%;
        border-radius: 0;
        transform: translateY(-110%);
    }
}

.search-popup__content {
    position: fixed;
    width: 0;
    max-width: 560px;
    padding: 30px 15px;
    left: 50%;
    top: 50%;
    opacity: 0;
    z-index: 3;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    transition-delay: 0s, 0.8s, 0s;
    transition-delay: 0s, 0.4s, 0s;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}

.search-popup__form {
    position: relative;
}

.search-popup__form input[type=search],
.search-popup__form input[type=text] {
    width: 100%;
    height: 66px;
    border: none;
    outline: none;
    padding-left: 20px;
    background-color: var(--white);
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    transition: all 500ms ease;
    border-radius: 4px;
    padding-right: 80px;
}

.search-popup__form input[type=search]:focus,
.search-popup__form input[type=text]:focus {
    color: #000000;
}

.search-popup__form .search-btn {
    padding: 0;
    width: 66px;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: -1px;
    border-radius: 4px;
    font-size: 20px;
    color: var(--white);
    background-color: var(--theme);
    transition: all 0.4s ease-in-out;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.search-popup__form .search-btn:hover {
    background-color: var(--header);
    color: var(--white);
}

.search-popup__form .eolexi-btn svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.search-popup.active {
    z-index: 999999;
}

.search-popup.active .search-popup__overlay {
    top: auto;
    bottom: calc(90px - 112vw);
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    opacity: 0.7;
    -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
    -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
    -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
    -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
    -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
    transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}

@media (max-width: 767px) {
    .search-popup.active .search-popup__overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: none;
        width: 100%;
        height: 100%;
        border-radius: 0;
        transform: translateY(0%);
    }
    .logo img{
        width: 150px;
    }
    .footer-widget-items img{
        width: 200px;
    }
}

.search-popup.active .search-popup__content {
    width: 100%;
    opacity: 1;
    transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
}

/* ============================================================== 
    # Preloader CSS
=================================================================== */

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 9999999;
}

.bg-dark #preloader {
    background-color: #000;
}

.hexus-loader-wrap {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
}

.hexus-loader-inner {
    position: fixed;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.hexus-loader {
    margin-left: 92px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .hexus-loader {
        transform: scale(0.8);
        margin-left: 66px;
    }
}

.hexus-loader-item {
    position: absolute;
    width: 6px;
    height: 80px;
    margin-top: -45px;
    border-radius: 0px;
    background-color: var(--theme);
    animation: hexus-loader-aim 0.8s infinite;
    animation-direction: alternate-reverse;
}

.hexus-loader .hexus-loader-item:nth-child(1) {
    margin-left: 0px;
}

.hexus-loader .hexus-loader-item:nth-child(2) {
    margin-left: -14px;
    animation-delay: 0.1s;
}

.hexus-loader .hexus-loader-item:nth-child(3) {
    margin-left: -28px;
    animation-delay: 0.2s;
}

.hexus-loader .hexus-loader-item:nth-child(4) {
    margin-left: -42px;
    animation-delay: 0.3s;
}

.hexus-loader .hexus-loader-item:nth-child(5) {
    margin-left: -56px;
    animation-delay: 0.4s;
}

.hexus-loader .hexus-loader-item:nth-child(6) {
    margin-left: -70px;
    animation-delay: 0.5s;
}

.hexus-loader .hexus-loader-item:nth-child(7) {
    margin-left: -84px;
    animation-delay: 0.6s;
}

.hexus-loader .hexus-loader-item:nth-child(8) {
    margin-left: -98px;
    animation-delay: 0.7s;
}

@keyframes hexus-loader-aim {
    0% {
        height: 2px;
        margin-top: 0;
        transform: rotate(0deg);
    }
    100% {
        height: 80px;
        transform: rotate(0deg);
    }
}

.cursor-outer {
    margin-inline-start: -12px;
    margin-top: -12px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--theme);
    background-color: var(--theme);
    box-sizing: border-box;
    z-index: 10000000;
    opacity: 0.34;
    transition: all 0.4s ease-out 0s;
}

.cursor-outer.cursor-hover {
    opacity: 0.14;
}

.cursor-outer.cursor-big {
    opacity: 0;
}

.mouseCursor {
    position: fixed;
    top: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    bottom: 0;
    pointer-events: none;
    border-radius: 50%;
    transform: translateZ(0);
    visibility: hidden;
    text-align: center;
}

.mouseCursor.cursor-big {
    width: 20px;
    height: 20px;
    margin-inline-start: -12px;
    margin-top: -12px;
}

.cursor-inner {
    margin-inline-start: -3px;
    margin-top: -3px;
    width: 10px;
    height: 10px;
    z-index: 10000001;
    background-color: var(--header);
    opacity: 1;
    transition: all 0.24s ease-out 0s;
}

.cursor-inner span {
    color: var(--white);
    line-height: 60px;
    opacity: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

.cursor-inner.cursor-big span {
    opacity: 1;
}

.cursor-inner.cursor-hover {
    margin-inline-start: -10px;
    margin-top: -10px;
    width: 30px;
    height: 30px;
    background-color: var(--header);
    border: 1px solid #686363;
    opacity: 0;
}

@-webkit-keyframes rippleOne {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    }
}

@keyframes rippleOne {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    }
}

@keyframes gelatine {
    from,
    to {
        transform: scale(1, 1);
    }
    25% {
        transform: scale(0.7, 1.1);
    }
    50% {
        transform: scale(1.1, 0.7);
    }
    75% {
        transform: scale(0.95, 1.05);
    }
}

@keyframes scale-up-two {
    0% {
        -webkit-transform: scale(0.2);
        transform: scale(0.5);
    }
    40% {
        -webkit-transform: scale(0.4);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(0.15);
        transform: scale(0.15);
    }
}

@keyframes cir36 {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rounded {
    50% {
        transform: rotate(15deg);
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-10px);
    }
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@-webkit-keyframes letters-loading {
    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }
    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@keyframes letters-loading {
    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }
    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes tpswing {
    0% {
        -webkit-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        transform: rotate(20deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes width {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@-webkit-keyframes width {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@-webkit-keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes loaderpulse {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}

@keyframes rounded {
    50% {
        transform: rotate(20deg);
    }
}

@keyframes cir36 {
    100% {
        transform: rotate(360deg);
    }
}

.float-bob-y {
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

.float-bob-x {
    -webkit-animation-name: float-bob-x;
    animation-name: float-bob-x;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(30px);
    }
    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    100% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
}

@keyframes float-bob-x {
    0% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    100% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
}

@keyframes bounce-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.bounce-x {
    -webkit-animation: bounce-x 7s infinite linear;
    animation: bounce-x 7s infinite linear;
}

@keyframes criss-cross-left {
    0% {
        left: -20px;
    }
    50% {
        left: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        left: 50%;
        width: 375px;
        height: 375px;
    }
}

@keyframes criss-cross-right {
    0% {
        right: -20px;
    }
    50% {
        right: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        right: 50%;
        width: 375px;
        height: 375px;
    }
}

@keyframes rotated2 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-360deg);
    }
}

@keyframes wave {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-25%);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes zoom {
    0% {
        transform: scale(0.5);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.5);
    }
}

@keyframes translateY2 {
    0% {
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    100% {
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes translateX2 {
    0% {
        -webkit-transform: translateX(-30px);
        -moz-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        -o-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    100% {
        -webkit-transform: translatXY(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }
}

@keyframes moving {
    0% {
        transform: translatey(0px);
    }
    20% {
        transform: translateX(-50px);
    }
    50% {
        transform: translatey(-40px);
    }
    100% {
        transform: translatey(0px);
    }
}

/*img-animation**********************/

.img-custom-anim-right {
    animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@keyframes img-anim-right {
    0% {
        transform: translateX(5%);
        clip-path: inset(0 0 0 100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.img-custom-anim-left {
    animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@keyframes img-anim-left {
    0% {
        transform: translateX(-5%);
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.img-custom-anim-top {
    animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
}

@keyframes img-anim-top {
    0% {
        transform: translateY(-5%);
        clip-path: inset(0 0 100% 0);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

@keyframes animate-positive {
    0% {
        width: 0;
    }
}

@keyframes scale {
    0% {
        top: -1000px;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.animation-infinite {
    animation: ShapeAnim 50s linear infinite;
    height: 30px;
    width: 100%;
    background-repeat: repeat;
    overflow: hidden;
}

@keyframes ShapeAnim {
    0% {
        background-position: top left;
    }
    100% {
        background-position: top left 3000px;
    }
}

.splt-txt .whitespace {
    width: 8px;
}

.splt-txt.animated .char {
    -webkit-animation: fadeIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(30ms * var(--char-index));
    animation-delay: calc(30ms * var(--char-index));
}

.splt-txt-bounce .whitespace {
    width: 20px;
}

@media (max-width: 991px) {
    .splt-txt-bounce .whitespace {
        width: 10px;
    }
}

.splt-txt-bounce.animated .char {
    -webkit-animation: bounceIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: bounceIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(30ms * var(--char-index));
    animation-delay: calc(30ms * var(--char-index));
}

/*---------------------------------------
04. Layouts
---------------------------------------*/

.sticky-menu {
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(0, 123, 255, 0.08);
    animation: 400ms ease-in-out 0s normal none 1 running fadeInDown;
    border-radius: 0;
    position: fixed !important;
    top: 0 !important;
    right: 0px !important;
    left: initial !important;
    padding: 18px 150px;
    border: none;
}

@media (max-width: 1899px) {
    .sticky-menu {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (max-width: 1399px) {
    .sticky-menu {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (max-width: 1199px) {
    .sticky-menu {
        padding-left: 90px;
        padding-right: 90px;
    }
}

@media (max-width: 991px) {
    .sticky-menu {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 767px) {
    .sticky-menu {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 575px) {
    .sticky-menu {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.navbar-brand img{
    width: 210px;
}



.sticky-menu .header-main .navbar .navbar-nav .nav-item>.sub-menu {
    top: 118%;
}

.sticky-menu .header-main .navbar .navbar-nav .nav-item .has-homemenu {
    top: 100%;
}

.sticky-menu.header-2 {
    background-color: var(--header);
}

.sticky-menu .mobile-menu-area {
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(0, 123, 255, 0.08);
}

/* ===============================
   NAVBAR
================================= */

.header-main .navbar .navbar-nav .menu-thumb {
    position: inherit !important;
}

.header-main .navbar .navbar-nav .has-homemenu::-webkit-scrollbar {
    display: none;
}

.header-main .navbar .navbar-nav .has-homemenu {
    -ms-overflow-style: none;
}

.header-main .navbar .navbar-nav .nav-item {
    position: relative;
    margin-inline-end: 18px;
}

@media (max-width: 1600px) {
    .header-main .navbar .navbar-nav .nav-item {
        margin-inline-end: 15px;
    }
}

.header-main .navbar .navbar-nav .nav-item:last-child {
    margin-inline-end: 0;
}

.header-main .navbar .navbar-nav .nav-item .nav-link {
    color: var(--header);
    font-size: 16px;
    font-weight: 600;
}

.header-main .navbar .navbar-nav .nav-item .nav-link i {
    font-size: 10px;
    position: relative;
    top: -1px;
    margin-left: 3px;
    transition: all 0.4s ease-in-out;
}

.header-main .navbar .navbar-nav .nav-item .nav-link:hover {
    color: var(--theme);
}

.header-main .navbar .navbar-nav .nav-item {
    /* ===============================
     FIRST LEVEL SUBMENU
  ================================= */
}

.header-main .navbar .navbar-nav .nav-item>.sub-menu {
    min-width: 235px;
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(0, 123, 255, 0.08);
    position: absolute;
    top: 118%;
    left: 0;
    margin-top: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 0.4s ease;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 7px 29px 0px;
}

.header-main .navbar .navbar-nav .nav-item>.sub-menu li {
    position: relative;
}

.header-main .navbar .navbar-nav .nav-item>.sub-menu li a {
    color: var(--header);
    display: block;
    width: 100%;
    padding: 12px 18px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: capitalize;
}

.header-main .navbar .navbar-nav .nav-item>.sub-menu li a:hover {
    color: var(--theme);
}

.header-main .navbar .navbar-nav .nav-item>.sub-menu li a i {
    font-size: 12px;
    transition: all 0.4s ease-in-out;
}

.header-main .navbar .navbar-nav .nav-item>.sub-menu li:not(:last-child) a {
    border-bottom: 1px solid rgba(22, 22, 22, 0.1);
}

.header-main .navbar .navbar-nav .nav-item>.sub-menu li:hover i {
    transform: rotate(90deg);
}

.header-main .navbar .navbar-nav .nav-item .has-homemenu {
    padding: 20px 20px 10px 20px !important;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding: 0;
    width: 100%;
    z-index: 999;
    overflow: hidden;
    margin: auto;
    overflow: hidden;
    margin: auto;
    max-height: 740px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(0, 123, 255, 0.08);
}

.header-main .navbar .navbar-nav .nav-item .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
    border-radius: 10px;
    position: relative;
}

.header-main .navbar .navbar-nav .nav-item .has-homemenu .homemenu-items .homemenu .homemenu-thumb::before {
    background: linear-gradient(to bottom, rgba(255, 71, 28, 0) 0%, #3B82F6 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
    border-radius: 10px;
}

.header-main .navbar .navbar-nav .nav-item .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.header-main .navbar .navbar-nav .nav-item .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    margin-top: 20px;
    left: 25px;
    right: 25px;
    max-width: 210px;
    margin: 20px auto 0;
}

.header-main .navbar .navbar-nav .nav-item .has-homemenu .homemenu-items .homemenu .homemenu-content {
    text-align: center;
}

.header-main .navbar .navbar-nav .nav-item .has-homemenu .homemenu-items .homemenu .hometitle {
    text-align: center;
    font-family: "Plus Jakarta Sans", sans-serif;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: var(--header);
    padding: 0;
    padding-top: 15px;
    padding-bottom: 10px;
}

.header-main .navbar .navbar-nav .nav-item .has-homemenu .homemenu-items .homemenu .hometitle:hover {
    color: var(--theme);
}

.header-main .navbar .navbar-nav .nav-item .has-homemenu .homemenu-items .homemenu:hover .homemenu-thumb::before {
    visibility: visible;
    opacity: 1;
}

.header-main .navbar .navbar-nav .nav-item .has-homemenu .homemenu-items .homemenu:hover .homemenu-thumb .demo-button {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.header-main .navbar .navbar-nav .nav-item:hover>.sub-menu,
.header-main .navbar .navbar-nav .nav-item .sub-menu:hover {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.header-main .navbar .navbar-nav .nav-item:hover .nav-link i {
    transform: rotate(-180deg);
}

.header-main .sidebar__toggle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 6px;
    width: 25px;
    height: 25px;
    position: relative;
    top: 0;
    inset-inline-start: 0;
    -webkit-margin-start: 5px;
    margin-inline-start: 5px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.header-main .sidebar__toggle span {
    display: block;
    width: 18px;
    height: 2px;
    background-color: var(--theme);
    border-radius: 10px;
    margin-inline-end: auto;
    backface-visibility: hidden;
    transition: all 0.3s;
}

.header-main .sidebar__toggle span:last-child,
.header-main .sidebar__toggle span:first-child {
    width: 25px;
}

.header-main .sidebar__toggle.mobile_menu_bar {
    width: 50px;
    height: 50px;
    padding: 12px;
    background: var(--white);
    border-radius: 7px;
}

.header-main .sidebar__toggle.mobile_menu_bar span {
    background-color: var(--white);
}

.header-main .sidebar__toggle:hover span {
    width: 100%;
}

.sub-menu li {
    position: relative;
}

.sub-menu li>.sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    margin-top: 0;
    min-width: 235px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    border-radius: 10px;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 7px 29px 0px;
}

.sub-menu li>.sub-menu li a {
    padding: 12px 18px;
}

.sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mobile-menu-area {
    z-index: 999999;
    width: 100%;
    transition: all 0.4s ease-in-out;
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 18px 0;
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(0, 123, 255, 0.08);
}

.mobile-menu-area .mobile-topbar {
    width: 100%;
}

.mobile-menu-area .mobile-topbar .bars {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 6px;
    width: 25px;
    height: 25px;
    position: relative;
    top: 0;
    inset-inline-start: 0;
    -webkit-margin-start: 5px;
    margin-inline-start: 5px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.mobile-menu-area .mobile-topbar .bars span {
    display: block;
    width: 18px;
    height: 2px;
    background-color: var(--theme);
    border-radius: 10px;
    margin-inline-end: auto;
    backface-visibility: hidden;
    transition: all 0.3s;
}

.mobile-menu-area .mobile-topbar .bars span:last-child,
.mobile-menu-area .mobile-topbar .bars span:first-child {
    width: 25px;
}

.mobile-menu-area .mobile-topbar .bars.mobile_menu_bar {
    width: 50px;
    height: 50px;
    padding: 12px;
    background: var(--white);
    border-radius: 7px;
}

.mobile-menu-area .mobile-topbar .bars.mobile_menu_bar span {
    background-color: var(--white);
}

.mobile-menu-area .mobile-topbar .bars:hover span {
    width: 100%;
}

.mobile-menu-area {
    /* =========================
     OVERLAY
  ========================= */
}

.mobile-menu-area .mobile-menu-overlay {
    width: 100%;
    height: 100%;
    backdrop-filter: blur(15px);
    background-color: rgba(252, 245, 234, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease;
}

.mobile-menu-area .mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-area .mobile-menu-main {
    width: 390px;
    height: 100%;
    background-color: #0c0c0c;
    position: fixed;
    top: 0;
    right: -390px;
    z-index: 999;
    overflow-y: scroll;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    height: 100%;
    overflow-y: auto;
    scrollbar-width: none;
    top: 15px;
    height: calc(100% - 30px);
    border-start-start-radius: 12px;
    border-end-start-radius: 12px;
    border-radius: 12px;
}

@media (max-width: 470px) {
    .mobile-menu-area .mobile-menu-main {
        width: 300px;
    }
}

.mobile-menu-area .mobile-menu-main .logo {
    padding: 30px;
}

@media (max-width: 470px) {
    .mobile-menu-area .mobile-menu-main .logo img {
        width: 130px;
    }
}

.mobile-menu-area .mobile-menu-main .close-mobile-menu {
    position: absolute;
    top: 34px;
    right: 10px;
}

.mobile-menu-area .mobile-menu-main .close-mobile-menu i {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: var(--white);
    font-size: 20px;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.mobile-menu-area .mobile-menu-main .menu-body .menu-list {
    padding-top: 10px;
}

.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li a {
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    border-top: 1px solid rgba(193, 210, 206, 0.0705882353) !important;
    width: 100%;
    padding: 12px 30px;
    padding-right: 10px;
    transition: all 0.4s ease-in-out;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: capitalize;
}

.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li a i {
    width: 32px;
    height: 32px;
    background-color: var(--white);
    color: #000;
    text-align: center;
    line-height: 32px;
    font-size: 12px;
    border-radius: 3px;
    transition: all 0.4s ease-in-out;
    margin-right: 15px;
}

.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li a:hover {
    color: var(--theme);
}

.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li a:hover i {
    background-color: var(--theme);
    color: var(--white);
}

.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li ul {
    padding-left: 0;
    display: none;
}

.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li ul a {
    padding-left: 40px;
}

.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li ul li:last-child a {
    border-bottom: 0;
}

.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li:last-child a {
    border-bottom: 1px solid rgba(193, 210, 206, 0.0705882353) !important;
}

.mobile-menu-area .mobile-menu-main .off-contact-area {
    padding: 30px;
    padding-top: 0;
    display: none;
}

.mobile-menu-area .mobile-menu-main .off-contact-info {
    margin-top: 30px;
}

.mobile-menu-area .mobile-menu-main .off-contact-info .info-title {
    font-size: 24px;
    color: var(--white);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
}

@media (max-width: 575px) {
    .mobile-menu-area .mobile-menu-main .off-contact-info .info-title {
        font-size: 20px;
    }
}

.mobile-menu-area .mobile-menu-main .off-contact-info .contact-details {
    margin-top: 14px;
}

.mobile-menu-area .mobile-menu-main .off-contact-info .contact-details .sub-info {
    color: #C1D2CE;
}

@media (max-width: 575px) {
    .mobile-menu-area .mobile-menu-main .off-contact-info .contact-details .sub-info {
        font-size: 14px;
    }
}

.mobile-menu-area .mobile-menu-main .off-contact-info .contact-details p {
    color: var(--white);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 17px;
    font-weight: 600;
}

@media (max-width: 575px) {
    .mobile-menu-area .mobile-menu-main .off-contact-info .contact-details p {
        font-size: 15px;
    }
}

.mobile-menu-area .mobile-menu-main .off-contact-info .contact-details p a {
    color: var(--white);
}

.mobile-menu-area .mobile-menu-main .social-icon-list {
    margin-top: 30px;
}

.mobile-menu-area .mobile-menu-main .social-icon-list .follow-title {
    font-size: 24px;
    color: var(--white);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
}

@media (max-width: 575px) {
    .mobile-menu-area .mobile-menu-main .social-icon-list .follow-title {
        font-size: 20px;
    }
}

.mobile-menu-area .mobile-menu-main .social-icon-list .social-icon {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 15px;
}

.mobile-menu-area .mobile-menu-main .social-icon-list .social-icon a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    background: rgba(193, 210, 206, 0.0705882353);
    color: var(--white);
    font-size: 14px;
}

.mobile-menu-area .mobile-menu-main .social-icon-list .social-icon a:hover {
    background-color: var(--theme);
    color: var(--header);
}

.mobile-menu-area .mobile-menu-main.active {
    right: 15px !important;
    left: initial !important;
}

.mobile-menu-area .mobile-menu-action-btn {
    padding: 20px;
}

.mobile-menu-area .mobile-menu-action-btn a {
    color: var(--theme);
    padding: 12px 0;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    width: 100%;
    text-align: center;
}

.mobile-menu-area .mobile-menu-action-btn a i {
    font-size: 14px;
    margin-left: 8px;
}

.mobile-menu-area .mobile-menu-action-btn a:hover {
    background-color: var(--header);
}

.mobile-menu-overlay {
    z-index: 2000;
}

.mobile-menu-main {
    z-index: 2001;
}

.offcanvas-overlay {
    backdrop-filter: blur(15px);
    background-color: rgba(252, 245, 234, 0.1);
    z-index: 999;
    transition: all 0.4s ease-in-out;
    visibility: hidden;
    opacity: 0;
    cursor: crosshair;
}

.offcanvas-overlay.active {
    visibility: visible;
    opacity: 1;
}

.offcanvas-menu {
    max-width: 450px;
    z-index: 9999;
    padding: 40px;
    overflow-y: auto;
    scrollbar-width: thin;
    font-size: 20px;
    right: -450px;
    transition: all 0.4s ease-in-out;
    visibility: hidden;
    opacity: 0;
    background-color: var(--header);
    height: 100%;
    overflow-y: auto;
    scrollbar-width: none;
    top: 15px;
    width: 470px;
    height: calc(100% - 30px);
    border-start-start-radius: 12px;
    border-end-start-radius: 12px;
    border-radius: 12px;
}

.offcanvas-menu .offcasvas-close {
    width: 50px;
    height: 50px;
    background: var(--theme);
}

.offcanvas-menu .header-top {
    margin-bottom: 30px;
}

.offcanvas-menu .action-title {
    font-size: 24px;
    display: block;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
    color: var(--white);
}

.offcanvas-menu .news-btn {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: var(--white);
    overflow: hidden;
    text-transform: capitalize;
    margin-top: 18px;
}

.offcanvas-menu .news-btn i {
    margin-left: 7px;
}

.offcanvas-menu .news-btn .text {
    position: relative;
    display: inline-block;
    height: 22px;
    overflow: hidden;
}

.offcanvas-menu .news-btn .text-default,
.offcanvas-menu .news-btn .text-hover {
    display: block;
    transition: transform 0.4s ease;
}

.offcanvas-menu .news-btn .text-hover {
    position: absolute;
    left: 0;
    top: 100%;
    color: var(--theme);
}

.offcanvas-menu .news-btn:hover .text-default {
    transform: translateY(-100%);
}

.offcanvas-menu .news-btn:hover .text-hover {
    transform: translateY(-100%);
}

.offcanvas-menu .news-btn i {
    transition: transform 0.4s ease;
}

.offcanvas-menu .offcanvas_gallery {
    height: 264px;
    position: relative;
    margin-top: 30px;
}

.offcanvas-menu .offcanvas_gallery .gallery_img {
    --i: 0;
    max-width: 146px;
    width: 100%;
    aspect-ratio: 146/167;
    object-fit: cover;
    position: absolute;
    left: calc(var(--i) * 82px);
    bottom: calc(var(--i) * 32px);
    z-index: 0;
    transform: translateY(0) scale(1);
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
    border-radius: 8px;
}

.offcanvas-menu .offcanvas_gallery .gallery_img:nth-child(2) {
    --i: 1;
}

.offcanvas-menu .offcanvas_gallery .gallery_img:nth-child(3) {
    --i: 2;
}

.offcanvas-menu .offcanvas_gallery .gallery_img:nth-child(4) {
    --i: 3;
}

.offcanvas-menu .offcanvas_gallery .gallery_img:hover {
    z-index: 1;
    transform: translateY(-5px) scale(1.02);
}

.offcanvas-menu .offcanvas_gallery .gallery_img:hover~.gallery_img {
    z-index: 0;
}

.offcanvas-menu .off-contact-info {
    margin-top: 40px;
}

.offcanvas-menu .off-contact-info .info-title {
    font-size: 24px;
    color: var(--white);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
}

@media (max-width: 575px) {
    .offcanvas-menu .off-contact-info .info-title {
        font-size: 20px;
    }
}

.offcanvas-menu .off-contact-info .contact-details {
    margin-top: 14px;
}

.offcanvas-menu .off-contact-info .contact-details .sub-info {
    color: #C1D2CE;
    font-size: 15px;
}

@media (max-width: 575px) {
    .offcanvas-menu .off-contact-info .contact-details .sub-info {
        font-size: 14px;
    }
}

.offcanvas-menu .off-contact-info .contact-details p {
    color: var(--white);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 17px;
    font-weight: 600;
}

@media (max-width: 575px) {
    .offcanvas-menu .off-contact-info .contact-details p {
        font-size: 15px;
    }
}

.offcanvas-menu .off-contact-info .contact-details p a {
    color: var(--white);
}

.offcanvas-menu .social-icon-list {
    margin-top: 30px;
}

.offcanvas-menu .social-icon-list .follow-title {
    font-size: 24px;
    color: var(--white);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
}

@media (max-width: 575px) {
    .offcanvas-menu .social-icon-list .follow-title {
        font-size: 20px;
    }
}

.offcanvas-menu .social-icon-list .social-icon {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 15px;
}

.offcanvas-menu .social-icon-list .social-icon a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    background: rgba(193, 210, 206, 0.0705882353);
    color: var(--white);
    font-size: 14px;
}

.offcanvas-menu .social-icon-list .social-icon a:hover {
    background-color: var(--theme);
}

.offcanvas-menu.active {
    right: 0;
    visibility: visible;
    opacity: 1;
    right: 15px;
}

.header-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99999;
    padding: 20px 120px;
}

@media (max-width: 1899px) {
    .header-1 {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (max-width: 1600px) {
    .header-1 {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.header-1 .menu-right-info {
    display: flex;
    align-items: center;
    gap: 60px;
}

@media (max-width: 1600px) {
    .header-1 .menu-right-info {
        gap: 20px;
    }
}

.header-1 .navbar-collapse {
    flex-grow: initial;
}

.header-1 .navbar-expand-xl .navbar-collapse {
    justify-content: end;
    width: 100%;
    gap: 60px;
}

@media (max-width: 1399px) {
    .header-1 .navbar-expand-xl .navbar-collapse {
        gap: 30px;
    }
}

.header-2 {
    background: linear-gradient(94.68deg, rgba(255, 255, 255, 0.04) 7.02%, rgba(255, 255, 255, 0.09) 90.21%);
    opacity: 0.98;
    backdrop-filter: blur(15px);
}

@media (max-width: 1399px) {
    .header-2 {
        background: var(--white);
        opacity: initial;
        backdrop-filter: initial;
    }
}

.header-2 .header-main .navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
}

.header-2 .header-main .navbar .navbar-nav .nav-item .nav-link:hover {
    color: var(--theme);
}

.header-2 .search-toggler {
    color: #fff;
}

.header-2 .theme-btn-main {
    background: linear-gradient(94.68deg, rgba(255, 255, 255, 0.04) 7.02%, rgba(255, 255, 255, 0.09) 90.21%);
    backdrop-filter: blur(15px);
}

.header-4 {
    position: relative;
    padding: 10px 65px;
}

.breadcrumb-wrapper {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

@media (max-width: 1399px) {
    .breadcrumb-wrapper {
        border-bottom: 1px solid rgba(21, 23, 26, 0.1);
    }
}

.breadcrumb-wrapper .page-heading {
    padding: 180px 0 150px;
    text-align: center;
}

@media (max-width: 1399px) {
    .breadcrumb-wrapper .page-heading {
        padding-bottom: 100px;
    }
}

@media (max-width: 991px) {
    .breadcrumb-wrapper .page-heading {
        text-align: center;
        padding-top: 150px;
        padding-bottom: 80px;
    }
}

.breadcrumb-wrapper .page-heading h1 {
    font-size: 80px;
    font-weight: 600;
    margin-bottom: 20px;
}

@media (max-width: 1399px) {
    .breadcrumb-wrapper .page-heading h1 {
        font-size: 60px;
    }
    .breadcrumb-wrapper .page-heading h1 br {
        display: none;
    }
}

@media (max-width: 991px) {
    .breadcrumb-wrapper .page-heading h1 {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .breadcrumb-wrapper .page-heading h1 {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .breadcrumb-wrapper .page-heading h1 {
        font-size: 35px;
    }
}

@media (max-width: 470px) {
    .breadcrumb-wrapper .page-heading h1 {
        font-size: 30px;
    }
}

.breadcrumb-wrapper .page-heading p {
    max-width: 710px;
    font-size: 18px;
    font-weight: 400;
    color: #15171A;
    opacity: 0.8;
    margin: 0 auto;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    margin-bottom: 20px;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li {
    color: #15171A;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -2%;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li i {
    color: #15171A;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li a {
    color: #15171A;
    transition: all 0.4s ease-in-out;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li a i {
    color: #15171A;
    margin-right: 9px;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li a:hover {
    color: var(--theme);
    opacity: 1;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li a i {
    color: var(--theme);
    margin-right: 5px;
}

.error-items {
    text-align: center;
    position: relative;
}

.error-items .error-image {
    margin: 0 auto 40px;
}

.error-items .error-image img {
    width: 100%;
    height: 100%;
}

.error-items h2 {
    font-size: 72px;
    font-weight: 600;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    margin-bottom: 25px;
}

@media (max-width: 1399px) {
    .error-items h2 {
        font-size: 53px;
    }
}

@media (max-width: 991px) {
    .error-items h2 {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .error-items h2 {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .error-items h2 {
        font-size: 30px;
    }
}

.error-items p {
    margin: 0 auto 30px;
    font-size: 18px;
    font-weight: 400;
    color: rgba(3, 7, 13, 0.8);
    max-width: 390px;
}

.footer-section {
    background: #15171A;
    border-radius: 12px 12px 0px 0px;
    padding-bottom: 30px !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


.footer-logo{
    width: 210px;
}

.footer-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .footer-top-wrapper {
        flex-wrap: wrap;
        justify-content: center;
        gap: 25px;
        text-align: center;
    }
}

.footer-top-wrapper h2 {
    color: var(--white);
}

.footer-top-wrapper .right-content {
    max-width: 510px;
    width: 100%;
}

.footer-top-wrapper .right-content form {
    position: relative;
}

.footer-top-wrapper .right-content form input {
    display: inline-block;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(15px);
    border-radius: 56px;
    width: 100%;
    border: none;
    border: 1px solid rgba(255, 255, 255, 0.06);
    height: 65px;
    line-height: 65px;
    border-radius: 56px;
    color: rgba(255, 255, 255, 0.8);
    padding-left: 25px;
    padding-right: 85px;
    font-size: 16px;
}

.footer-top-wrapper .right-content form input::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.footer-top-wrapper .right-content form .line {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, 0.1);
    right: 75px;
    display: inline-block;
}

.footer-top-wrapper .right-content form .email-btn {
    position: absolute;
    top: 14px;
    right: 25px;
}

.footer-top-wrapper .right-content .sq-checkbox {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    user-select: none;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 20px;
}

.footer-top-wrapper .right-content .sq-checkbox input {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
}

.footer-top-wrapper .right-content .sq-checkbox .box {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    border-radius: 4px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    display: inline-grid;
    place-items: center;
    transition: background-color 0.14s ease, border-color 0.14s ease, box-shadow 0.14s ease, transform 0.12s ease;
    background: rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    flex-shrink: 0;
}

.footer-top-wrapper .right-content .sq-checkbox .check {
    width: 14px;
    height: 14px;
    transform: scale(0);
    transition: transform 0.14s cubic-bezier(0.2, 0.9, 0.2, 1);
    color: var(--white);
}

.footer-top-wrapper .right-content .sq-checkbox input:checked+.box {
    background: var(--theme);
    border-color: var(--theme);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

.footer-top-wrapper .right-content .sq-checkbox input:checked+.box .check {
    transform: scale(1);
}

.footer-top-wrapper .right-content .sq-checkbox input:focus+.box {
    box-shadow: 0 0 0 4px rgba(14, 165, 164, 0.12);
    border-color: var(--theme);
}

.footer-top-wrapper .right-content .sq-checkbox:active .box {
    transform: scale(0.98);
}

.footer-top-wrapper .right-content .sq-checkbox .label-text {
    line-height: 1;
}

.footer-widget-wrapper {
    padding: 70px 0 100px;
}

@media (max-width: 991px) {
    .footer-widget-wrapper {
        padding: 50px 0 80px;
    }
}

.footer-widget-wrapper .footer-widget-items {
    margin-top: 30px;
}

.footer-widget-wrapper .footer-widget-items .widget-head {
    margin-bottom: 30px;
}

.footer-widget-wrapper .footer-widget-items .widget-head .widget-title {
    font-size: 24px;
    font-weight: 600;
    color: var(--white);
    display: inline-block;
}

.footer-widget-wrapper .footer-widget-items .footer-content {
    max-width: 310px;
}

.footer-widget-wrapper .footer-widget-items .footer-content p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 162.5%;
    max-width: 250px;
}

.footer-widget-wrapper .footer-widget-items .footer-content .social-icon {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 30px;
}

.footer-widget-wrapper .footer-widget-items .footer-content .social-icon a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    background: rgba(61, 72, 87, 0.5);
    color: var(--white);
    font-size: 14px;
}

.footer-widget-wrapper .footer-widget-items .footer-content .social-icon a:hover {
    background-color: var(--theme);
}

.footer-widget-wrapper .footer-widget-items .footer-content .app-image-item {
    display: grid;
    gap: 20px;
    margin-top: 30px;
}

.footer-widget-wrapper .footer-widget-items .footer-content .app-image-item .app-image img {
    border-radius: 4px;
}

.footer-widget-wrapper .footer-widget-items .gt-list-area li {
    transition: all 0.4s ease-in-out;
    font-size: 16px;
    font-weight: 500;
}

.footer-widget-wrapper .footer-widget-items .gt-list-area li:not(:last-child) {
    margin-bottom: 15px;
}

.footer-widget-wrapper .footer-widget-items .gt-list-area li a {
    color: rgba(255, 255, 255, 0.8);
}

.footer-widget-wrapper .footer-widget-items .gt-list-area li:hover {
    margin-left: 5px;
}

.footer-widget-wrapper .footer-widget-items .gt-list-area li:hover a {
    color: var(--theme);
}

.footer-widget-wrapper .footer-widget-items .contact-list li {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 500;
    line-height: 162.5%;
    font-family: "Plus Jakarta Sans", sans-serif;
    transition: all 0.4s ease-in-out;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-widget-wrapper .footer-widget-items .contact-list li:not(:last-child) {
    margin-bottom: 20px;
}

.footer-widget-wrapper .footer-widget-items .contact-list li:hover {
    color: var(--theme);
}

.footer-widget-wrapper .footer-widget-items .contact-list li a {
    color: rgb(255, 255, 255);
}

.footer-widget-wrapper .footer-widget-items .contact-list li a:hover {
    color: var(--theme);
}

.footer-widget-wrapper .footer-widget-items form {
    max-width: 364px;
    display: grid;
    width: 100%;
}

@media (max-width: 575px) {
    .footer-widget-wrapper .footer-widget-items form {
        display: block;
    }
}

.footer-widget-wrapper .footer-widget-items form input {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    background: linear-gradient(94.68deg, rgba(255, 255, 255, 0.04) 7.02%, rgba(255, 255, 255, 0.09) 90.21%);
    backdrop-filter: blur(15px);
    border-radius: 80px;
    font-size: 16px;
    padding: 0 25px;
    width: 100%;
    border: 2px solid rgba(255, 255, 255, 0.2);
    outline: none;
    color: rgba(255, 255, 255, 0.5);
}

.footer-widget-wrapper .footer-widget-items form input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.footer-widget-wrapper .footer-widget-items form .theme-btn-main {
    max-width: 364px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.footer-area {
    background: linear-gradient(94.68deg, rgba(255, 255, 255, 0.04) 7.02%, rgba(255, 255, 255, 0.09) 90.21%);
    backdrop-filter: blur(15px);
    border-radius: 12px;
    margin: 0 30px;
    margin-top: 97px;
}

@media (max-width: 991px) {
    .footer-area {
        margin-top: 77px;
        margin-left: 18px;
        margin-right: 18px;
    }
}

.footer-bottom {
    border-top: 1px solid rgba(61, 72, 87, 0.6);
    padding: 25px 0;
}

.footer-bottom.style-2 {
    border: none;
    padding: 25px 0;
    padding-bottom: 0;
    margin-bottom: -4px;
}

.footer-bottom .footer-bottom-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .footer-bottom .footer-bottom-wrapper {
        flex-wrap: wrap;
        justify-content: center;
        gap: 25px;
    }
}

.footer-bottom .footer-bottom-wrapper p {
    color: rgba(255, 255, 255, 0.87);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.footer-bottom .footer-bottom-wrapper p b {
    color: var(--theme);
}

.footer-bottom .footer-bottom-wrapper .social-icon {
    display: flex;
    align-items: center;
    gap: 16px;
}

.footer-bottom .footer-bottom-wrapper .social-icon a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    background: rgba(61, 72, 87, 0.5);
    color: var(--white);
    font-size: 14px;
}

.footer-bottom .footer-bottom-wrapper .social-icon a:hover {
    background-color: var(--theme);
}

.footer-bottom .footer-bottom-wrapper .footer-list {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-bottom .footer-bottom-wrapper .footer-list li {
    font-size: 16px;
    font-weight: 500;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: rgba(255, 255, 255, 0.87);
}

.footer-bottom .footer-bottom-wrapper .footer-list li a {
    color: rgba(255, 255, 255, 0.87);
}

.footer-bottom .footer-bottom-wrapper .footer-list li a:hover {
    color: var(--theme);
}

.footer-newsletter-wrapper-two {
    background: linear-gradient(94.68deg, rgba(255, 255, 255, 0.04) 7.02%, rgba(255, 255, 255, 0.09) 90.21%);
    backdrop-filter: blur(15px);
    padding: 50px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 6px;
}

@media (max-width: 1199px) {
    .footer-newsletter-wrapper-two {
        padding: 40px 30px;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
}

.footer-newsletter-wrapper-two .title {
    color: var(--white);
    font-size: 48px;
    width: 100%;
}

@media (max-width: 1199px) {
    .footer-newsletter-wrapper-two .title {
        font-size: 45px;
    }
}

@media (max-width: 767px) {
    .footer-newsletter-wrapper-two .title {
        font-size: 42px;
    }
}

@media (max-width: 575px) {
    .footer-newsletter-wrapper-two .title {
        font-size: 32px;
    }
}

@media (max-width: 470px) {
    .footer-newsletter-wrapper-two .title {
        font-size: 28px;
    }
}

@media (max-width: 500px) {
    .footer-newsletter-wrapper-two .title {
        font-size: 25px;
    }
}

.footer-newsletter-wrapper-two form {
    max-width: 595px;
    margin: 35px auto 0;
    display: flex;
    align-items: center;
    width: 100%;
}

@media (max-width: 575px) {
    .footer-newsletter-wrapper-two form {
        display: block;
    }
}

.footer-newsletter-wrapper-two form input {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    background: linear-gradient(94.68deg, rgba(255, 255, 255, 0.04) 7.02%, rgba(255, 255, 255, 0.09) 90.21%);
    backdrop-filter: blur(16px);
    backdrop-filter: blur(15px);
    border-radius: 80px;
    font-size: 16px;
    padding: 0 25px;
    width: 100%;
    border: none;
    outline: none;
    color: rgba(255, 255, 255, 0.5);
}

.footer-newsletter-wrapper-two form input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.footer-newsletter-wrapper-two form .theme-btn-main {
    max-width: 182px;
    width: 100%;
}

@media (max-width: 575px) {
    .footer-newsletter-wrapper-two form .theme-btn-main {
        width: initial;
        max-width: initial;
        margin-top: 30px;
    }
}

.section-title {
    position: relative;
    z-index: 99;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .section-title {
        margin-bottom: 0;
    }
    .section-title br {
        display: none;
    }
}

.section-title .sub-title {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    height: 38px;
    line-height: 33px;
    border-radius: 80px;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0px 2px 2px rgba(21, 23, 25, 0.1);
    border: 3px solid #fff;
    backdrop-filter: blur(15px);
    padding: 0 5px;
    padding-right: 19px;
    margin-bottom: 20px;
    display: inline-block;
}

.section-title .sub-title b {
    font-size: 14px;
    font-weight: 600;
    border-radius: 80px;
    height: 26px;
    line-height: 24px;
    background: linear-gradient(103.71deg, #5CABFF 17.96%, #007BFF 66.13%);
    color: #fff;
    display: inline-block;
    padding: 0 10px;
    margin-right: 10px;
}

.section-title.style-2 .sub-title {
    text-transform: uppercase;
    padding: 0 12px;
}

.section-title.sec-style-2 .sub-title {
    background: linear-gradient(94.68deg, rgba(255, 255, 255, 0.04) 7.02%, rgba(255, 255, 255, 0.09) 90.21%);
    color: var(--white);
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.section-title.sec-style-2 h2 {
    font-size: 48px;
}

@media (max-width: 991px) {
    .section-title.sec-style-2 h2 {
        font-size: 45px;
    }
}

@media (max-width: 767px) {
    .section-title.sec-style-2 h2 {
        font-size: 42px;
    }
}

@media (max-width: 575px) {
    .section-title.sec-style-2 h2 {
        font-size: 32px;
    }
}

@media (max-width: 470px) {
    .section-title.sec-style-2 h2 {
        font-size: 28px;
    }
}

@media (max-width: 500px) {
    .section-title.sec-style-2 h2 {
        font-size: 25px;
    }
}

.section-title.sec-style-22 .sub-title {
    background: linear-gradient(94.68deg, rgba(255, 255, 255, 0.04) 7.02%, rgba(255, 255, 255, 0.09) 90.21%);
    color: var(--white);
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.section-title-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .section-title-area {
        margin-bottom: 0;
    }
    .section-title-area br {
        display: none;
    }
}

.section-title-area .section-title {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .section-title-area {
        flex-wrap: wrap;
        gap: 30px;
    }
}

.gt-section-title {
    position: relative;
    z-index: 99;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .gt-section-title {
        margin-bottom: 0;
    }
}

.gt-section-title span {
    font-size: 16px;
    font-weight: 800;
    text-transform: capitalize;
    line-height: 1;
    color: var(--theme);
    font-family: "Plus Jakarta Sans", sans-serif;
    position: relative;
    font-family: "Plus Jakarta Sans", sans-serif;
    margin-bottom: 10px;
}

.gt-section-title h2 {
    font-size: 45px;
}

@media (max-width: 1399px) {
    .gt-section-title h2 {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .gt-section-title h2 {
        font-size: 35px;
    }
}

@media (max-width: 767px) {
    .gt-section-title h2 {
        font-size: 30px;
    }
}

.gt-section-title h2 span {
    background: linear-gradient(103.71deg, #5CABFF 17.96%, #007BFF 66.13%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-style: italic;
    font-weight: 400;
    padding-right: 8px;
    font-size: 45px;
}

.center {
    text-align: center;
    margin: 0 auto;
}

.section-bg {
    background-color: var(--bg) !important;
}

.section-bg-2 {
    background-color: #FBF3E6 !important;
}

.theme-bg {
    background-color: var(--theme);
}

.section-padding {
    padding: 120px 0;
}

@media (max-width: 1199px) {
    .section-padding {
        padding: 100px 0;
    }
}

@media (max-width: 991px) {
    .section-padding {
        padding: 80px 0;
    }
}

.section-padding-2 {
    padding: 60px 0;
}

.gt-section-title-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .gt-section-title-area {
        flex-wrap: wrap;
        gap: 30px;
    }
}

.gt-section-title-area .gt-theme-btn.style-3 {
    height: 49px;
    line-height: 49px;
    padding: 0 25px;
}

@media (max-width: 767px) {
    .gt-section-title-area {
        margin-bottom: 0;
    }
}

.gt-section-title-area .gt-section-title {
    margin-bottom: 0;
}

/*---------------------------------------
05. Sections
---------------------------------------*/

.hero-1 {
    padding: 160px 0 0;
}

.hero-1 .hero-content {
    text-align: center;
    position: relative;
}

.hero-1 .hero-content .shape-1 {
    position: absolute;
    top: 41%;
    left: -6%;
}

@media (max-width: 1199px) {
    .hero-1 .hero-content .shape-1 {
        display: none;
    }
}

.hero-1 .hero-content .shape-2 {
    position: absolute;
    top: 36%;
    right: -11%;
}

@media (max-width: 1199px) {
    .hero-1 .hero-content .shape-2 {
        display: none;
    }
}

.hero-1 .hero-content .hero-sub {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    height: 36px;
    line-height: 33px;
    border-radius: 80px;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0px 2px 2px rgba(21, 23, 25, 0.1);
    border: 2px solid #fff;
    backdrop-filter: blur(15px);
    padding: 0 5px;
    padding-right: 19px;
    margin-bottom: 20px;
}

.hero-1 .hero-content .hero-sub b {
    font-size: 14px;
    font-weight: 600;
    border-radius: 80px;
    height: 26px;
    line-height: 24px;
    background: linear-gradient(103.71deg, #5CABFF 17.96%, #007BFF 66.13%);
    color: #fff;
    display: inline-block;
    padding: 0 10px;
    margin-right: 10px;
}

.hero-1 .hero-content p {
    margin: 25px auto 0;
    max-width: 710px;
    letter-spacing: 0.01em;
}

.hero-1 .hero-content form {
    max-width: 630px;
    margin: 35px auto 0;
    display: flex;
    align-items: center;
}

@media (max-width: 575px) {
    .hero-1 .hero-content form {
        display: block;
    }
}

.hero-1 .hero-content form input {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    border-radius: 80px;
    font-size: 16px;
    padding: 0 25px;
    width: 100%;
    border: none;
    outline: none;
    color: var(--text);
    border: 2px solid var(--white);
}

.hero-1 .hero-content form .theme-btn-main {
    max-width: 182px;
    width: 100%;
}

@media (max-width: 575px) {
    .hero-1 .hero-content form .theme-btn-main {
        width: initial;
        max-width: initial;
        margin-top: 30px;
    }
}

.hero-1 .hero-items {
    margin-top: 120px;
    perspective: 2000px;
    transform-style: preserve-3d;
}

@media (max-width: 1199px) {
    .hero-1 .hero-items {
        perspective: none;
        transform-style: initial;
        margin-top: 40px;
    }
}

.hero-1 .hero-items .hero-image img {
    width: 100%;
    height: 100%;
}

.hero-1 .hero-items .hero-animation {
    transform-origin: bottom;
    will-change: transform;
}

.hero-2 {
    position: relative;
}

.hero-2 .array-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 300px;
    z-index: 99;
    gap: 14px;
    bottom: 80px;
}

@media (max-width: 1600px) {
    .hero-2 .array-button {
        left: 50px;
        bottom: 50px;
    }
}

@media (max-width: 991px) {
    .hero-2 .array-button {
        left: 50%;
        transform: translateX(-50%);
    }
}

.hero-2 .array-button .array-prev,
.hero-2 .array-button .array-next {
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: linear-gradient(94.68deg, rgba(255, 255, 255, 0.04) 7.02%, rgba(255, 255, 255, 0.09) 90.21%);
    backdrop-filter: blur(14.0625px);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    font-size: 15px;
}

.hero-2 .array-button .array-prev:hover,
.hero-2 .array-button .array-next:hover {
    background-color: var(--theme);
    color: var(--white);
    border-color: var(--theme);
}

.hero-2 .hero-slider-items {
    z-index: 1;
    overflow: hidden;
    padding-top: 220px;
    padding-bottom: 290px;
    position: relative;
    z-index: 9;
}

@media (max-width: 767px) {
    .hero-2 .hero-slider-items {
        padding-top: 190px;
        padding-bottom: 210px;
    }
}

@media (max-width: 575px) {
    .hero-2 .hero-slider-items {
        padding-top: 160px;
        padding-bottom: 180px;
    }
}

.hero-2 .hero-slider-items .hero-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    transform: translateX(-150px);
}

@media (max-width: 1600px) {
    .hero-2 .hero-slider-items .hero-shape {
        display: none;
    }
}

.hero-2 .hero-slider-items .hero-shape2 {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    z-index: 1;
    transform: translateX(150px);
}

@media (max-width: 1600px) {
    .hero-2 .hero-slider-items .hero-shape2 {
        display: none;
    }
}

.hero-2 .hero-slider-items .hero-info {
    position: absolute;
    bottom: 0;
    right: 250px;
    transform: translateY(350px);
    opacity: 0;
}

@media (max-width: 1600px) {
    .hero-2 .hero-slider-items .hero-info {
        right: 60px;
    }
}

@media (max-width: 1399px) {
    .hero-2 .hero-slider-items .hero-info {
        right: 40px;
    }
}

.hero-2 .swiper-slide.swiper-slide-active .hero-shape {
    opacity: 1;
    transform: translateX(0px);
    transition: all 1500ms ease;
}

.hero-2 .swiper-slide.swiper-slide-active .hero-shape {
    opacity: 1;
    transform: translateX(0px);
    transition: all 1500ms ease;
}

.hero-2 .swiper-slide.swiper-slide-active .hero-shape2 {
    opacity: 1;
    transform: translateX(0px);
    transition: all 1500ms ease;
}

.hero-2 .swiper-slide.swiper-slide-active .hero-info {
    opacity: 1;
    transform: translateY(0px);
    transition: all 1400ms ease;
}

@media (max-width: 1199px) {
    .hero-2 .swiper-slide.swiper-slide-active .hero-info {
        display: none;
    }
}

.hero-2 .item-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.hero-2 .item-img::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #0C0E0F;
    opacity: 0.62;
    z-index: 1;
}

.hero-2 .item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-filter: blur(108px);
    filter: blur(108px);
    -webkit-transform: scaleX(150%);
    transform: scaleX(150%);
    -webkit-transition: -webkit-filter 2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 2s cubic-bezier(0.4, -0.2, 0.1, 0.48);
    transition: -webkit-filter 2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 2s cubic-bezier(0.4, -0.2, 0.1, 0.48);
    transition: filter 2s cubic-bezier(0.4, 0, 0.2, 1), transform 2s cubic-bezier(0.4, -0.2, 0.1, 0.48);
    transition: filter 2s cubic-bezier(0.4, 0, 0.2, 1), transform 2s cubic-bezier(0.4, -0.2, 0.1, 0.48), -webkit-filter 2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 2s cubic-bezier(0.4, -0.2, 0.1, 0.48);
}

.hero-2 .hero-content {
    position: relative;
    z-index: 99;
    max-width: 650px;
}

@media (max-width: 991px) {
    .hero-2 .hero-content {
        max-width: 700px;
        margin: 0 auto;
        text-align: center;
    }
}

.hero-2 .hero-content .hero-sub {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--white);
    box-shadow: 0px 2px 2px rgba(21, 23, 25, 0.1);
    border-radius: 80px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px 14px;
    line-height: 1;
    position: relative;
    padding-left: 25px;
    margin-bottom: 25px;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    -webkit-transition: 1.5s cubic-bezier(0.61, -0.63, 0.46, 1.48);
    transition: 1.5s cubic-bezier(0.61, -0.63, 0.46, 1.48);
}

.hero-2 .hero-content .hero-sub::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #007BFF;
    border-radius: 5px;
}

.hero-2 .hero-content h1 {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: var(--white);
    text-transform: uppercase;
    font-size: 82px;
    line-height: 114%;
    position: relative;
}

@media (max-width: 1399px) {
    .hero-2 .hero-content h1 {
        font-size: 70px;
    }
}

@media (max-width: 1199px) {
    .hero-2 .hero-content h1 {
        font-size: 78px;
    }
}

@media (max-width: 991px) {
    .hero-2 .hero-content h1 {
        font-size: 70px;
        line-height: 110% !important;
    }
}

@media (max-width: 767px) {
    .hero-2 .hero-content h1 {
        font-size: 54px;
    }
}

@media (max-width: 575px) {
    .hero-2 .hero-content h1 {
        font-size: 42px;
    }
}

@media (max-width: 470px) {
    .hero-2 .hero-content h1 {
        font-size: 34px;
    }
}

.hero-2 .hero-content h1 .star {
    position: relative;
    top: -20px;
}

@media (max-width: 1199px) {
    .hero-2 .hero-content h1 .star {
        display: none;
    }
}

.hero-2 .hero-content h1 .star img {
    animation: cir36 10s linear infinite;
}

.hero-2 .hero-content p {
    font-size: 18px;
    font-weight: 400;
    color: var(--white);
    letter-spacing: 0.01em;
    max-width: 600px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: 800ms cubic-bezier(0.61, -0.63, 0.46, 1.48);
    transition: 800ms cubic-bezier(0.61, -0.63, 0.46, 1.48);
}

@media (max-width: 991px) {
    .hero-2 .hero-content p {
        max-width: 700px;
        margin: 0 auto;
        text-align: center;
        font-size: 16px;
    }
}

.hero-2 .hero-content .hero-button {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: 800ms cubic-bezier(0.61, -0.63, 0.46, 1.48);
    transition: 800ms cubic-bezier(0.61, -0.63, 0.46, 1.48);
}

@media (max-width: 991px) {
    .hero-2 .hero-content .hero-button {
        margin-top: 25px;
        justify-content: center;
        flex-wrap: wrap;
    }
}

.hero-2 .hero-content .hero-button .theme-2 {
    background: linear-gradient(94.68deg, rgba(255, 255, 255, 0.04) 7.02%, rgba(255, 255, 255, 0.09) 90.21%);
    backdrop-filter: blur(15px);
}

.hero-2 .hero-content .hero-button .theme-2 .theme-btn-arrow-left,
.hero-2 .hero-content .hero-button .theme-2 .theme-btn-arrow-right {
    background: linear-gradient(103.71deg, #5CABFF 17.96%, #007BFF 66.13%);
}

.hero-2 .swiper-slide:is(.swiper-slide-active) .hero-slider-items .item-img img {
    -webkit-transform: scaleX(100%);
    transform: scaleX(100%);
    -webkit-filter: blur(0px);
    filter: blur(0px);
}

.hero-2 .swiper-slide:is(.swiper-slide-active) .hero-slider-items .hero-sub {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.hero-2 .swiper-slide:is(.swiper-slide-active) .hero-slider-items .hero-sub {
    opacity: 1;
    visibility: visible;
}

.hero-2 .swiper-slide:is(.swiper-slide-active) .hero-slider-items .hero_title .split-line {
    -webkit-transform: translateX(0%) scaleX(1);
    transform: translateX(0%) scaleX(1);
    opacity: 1;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.hero-2 .swiper-slide:is(.swiper-slide-active) .hero-slider-items .hero_title .split-line:nth-child(2) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

.hero-2 .swiper-slide:is(.swiper-slide-active) .hero-slider-items .hero_title .split-line:nth-child(3) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.hero-2 .swiper-slide:is(.swiper-slide-active) .hero-slider-items .item-text .hero_title .split-line:nth-child(4) {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
}

.hero-2 .swiper-slide:is(.swiper-slide-active) .hero-slider-items .hero_title .split-line:nth-child(5) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.hero-2 .swiper-slide:is(.swiper-slide-active) .hero-slider-items .hero_title .split-line:nth-child(6) {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
}

.hero-2 .swiper-slide:is(.swiper-slide-active) .hero-slider-items .hero_title .split-line:nth-child(7) {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
}

.hero-2 .swiper-slide:is(.swiper-slide-active) .hero-slider-items .hero_title .split-line:nth-child(8) {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

.hero-2 .swiper-slide:is(.swiper-slide-active) .hero-slider-items .hero_title .split-line:nth-child(9) {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s;
}

.hero-2 .swiper-slide:is(.swiper-slide-active) .hero-slider-items .hero_title .split-line:nth-child(10) {
    -webkit-transition-delay: 1.7s;
    transition-delay: 1.7s;
}

.hero-2 .swiper-slide:is(.swiper-slide-active) .hero-slider-items p {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 800ms;
    transition-delay: 800ms;
}

.hero-2 .swiper-slide:is(.swiper-slide-active) .hero-slider-items .hero-button {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.hero-2 .split-line {
    overflow: hidden;
    -webkit-transform: translateX(-20%) scaleX(-0.3);
    transform: translateX(-20%) scaleX(-0.3);
    opacity: 0;
    -webkit-transition: 1.2s var(--cube-1);
    transition: 1.2s var(--cube-1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.hero-3 {
    padding: 200px 0 0;
    margin-bottom: 100px;
}

@media (max-width: 991px) {
    .hero-3 {
        padding: 160px 0 0;
    }
}

.hero-3 .container {
    max-width: 1360px;
}

.hero-3 .hero-content {
    position: relative;
    z-index: 99;
    max-width: 650px;
}

@media (max-width: 991px) {
    .hero-3 .hero-content {
        max-width: 700px;
        margin: 0 auto;
        text-align: center;
    }
}

.hero-3 .hero-content .hero-sub {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--white);
    box-shadow: 0px 2px 2px rgba(21, 23, 25, 0.1);
    border-radius: 80px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px 14px;
    line-height: 1;
    position: relative;
    padding-left: 25px;
    margin-bottom: 25px;
}

.hero-3 .hero-content .hero-sub::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 5px;
}

.hero-3 .hero-content h1 {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: var(--white);
    font-size: 82px;
    line-height: 114%;
    position: relative;
}

@media (max-width: 1399px) {
    .hero-3 .hero-content h1 {
        font-size: 60px;
    }
}

@media (max-width: 1199px) {
    .hero-3 .hero-content h1 {
        font-size: 60px;
    }
}

@media (max-width: 991px) {
    .hero-3 .hero-content h1 {
        font-size: 65px;
        line-height: 110% !important;
    }
}

@media (max-width: 767px) {
    .hero-3 .hero-content h1 {
        font-size: 54px;
    }
}

@media (max-width: 575px) {
    .hero-3 .hero-content h1 {
        font-size: 42px;
    }
}

@media (max-width: 470px) {
    .hero-3 .hero-content h1 {
        font-size: 34px;
    }
}

.hero-3 .hero-content h1 .star {
    position: relative;
    top: -20px;
}

@media (max-width: 1199px) {
    .hero-3 .hero-content h1 .star {
        display: none;
    }
}

.hero-3 .hero-content h1 .star img {
    animation: cir36 10s linear infinite;
}

.hero-3 .hero-content p {
    font-size: 18px;
    font-weight: 400;
    color: var(--white);
    letter-spacing: 0.01em;
    max-width: 540px;
    margin-top: 20px;
}

@media (max-width: 991px) {
    .hero-3 .hero-content p {
        max-width: 700px;
        margin: 0 auto;
        text-align: center;
        font-size: 16px;
    }
}

.hero-3 .hero-content .hero-button {
    margin-top: 40px;
}

.hero-3 .hero-content .hero-client {
    display: flex;
    align-items: center;
    gap: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 30px;
    margin-top: 160px;
    max-width: 533px;
}

@media (max-width: 1399px) {
    .hero-3 .hero-content .hero-client {
        margin-top: 30px;
    }
}

.hero-3 .hero-content .hero-client span {
    font-size: 16px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 470px) {
    .hero-3 .hero-content .hero-client span {
        font-size: 13px;
    }
}

.hero-3 .hero-content .hero-client span b {
    color: var(--white);
}

.hero-3 .hero-image {
    text-align: right;
    position: relative;
}

@media (max-width: 1399px) {
    .hero-3 .hero-image img {
        width: 100%;
        height: 100%;
    }
}

.hero-3 .hero-image .frame-shape {
    position: absolute;
    bottom: 170px;
    left: -15%;
}

@media (max-width: 1399px) {
    .hero-3 .hero-image .frame-shape {
        display: none;
    }
}

.gt-hero-4 {
    position: relative;
    padding: 120px 0 0;
    z-index: 9;
    margin: 0 60px;
    overflow: hidden;
    margin-top: 80px;
}

.gt-hero-4::after {
    width: 1350px;
    height: 1350px;
    content: "";
    top: 69%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 30%);
    z-index: 1;
    position: absolute;
}

@media (max-width: 1399px) {
    .gt-hero-4::after {
        display: none;
    }
}

@media (max-width: 1600px) {
    .gt-hero-4 {
        margin: 0 40px;
        margin-top: 80px !important;
    }
}

@media (max-width: 1399px) {
    .gt-hero-4 {
        margin: 0 30px;
        margin-top: 100px !important;
        padding: 90px 0 0;
    }
}

@media (max-width: 1199px) {
    .gt-hero-4 {
        margin: 0 20px;
    }
}

.gt-hero-4 .hero-circle-shape {
    position: absolute;
    left: 10.5%;
    z-index: -1;
    top: 50px;
    animation: cir36 30s linear infinite;
}

@media (max-width: 1600px) {
    .gt-hero-4 .hero-circle-shape {
        display: none;
    }
}

.gt-hero-4::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 20px;
    background: linear-gradient(101deg, #124AFF 0%, #05111A 100%);
    height: calc(100% - 300px);
    z-index: -1;
}

@media (max-width: 1199px) {
    .gt-hero-4::before {
        height: 100%;
    }
}

.gt-hero-4 .gt-hero-content {
    max-width: 850px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}

.gt-hero-4 .gt-hero-content h1 {
    font-weight: 800;
    font-size: 60px;
    line-height: 117%;
    color: var(--white);
}

@media (max-width: 1199px) {
    .gt-hero-4 .gt-hero-content h1 {
        font-size: 52px;
    }
}

@media (max-width: 767px) {
    .gt-hero-4 .gt-hero-content h1 {
        font-size: 48px;
    }
}

@media (max-width: 575px) {
    .gt-hero-4 .gt-hero-content h1 {
        font-size: 40px;
    }
}

@media (max-width: 470px) {
    .gt-hero-4 .gt-hero-content h1 {
        font-size: 34px;
    }
}

.gt-hero-4 .gt-hero-content p {
    color: var(--white);
    margin-top: 15px;
}

.gt-hero-4 .gt-hero-content form {
    max-width: 550px;
    width: 100%;
    margin: 50px auto 0;
    position: relative;
}

.gt-hero-4 .gt-hero-content form input {
    border: none;
    outline: none;
    width: 100%;
    border-radius: 6px;
    background: #F4F4F4;
    padding: 22px 30px;
    line-height: 1;
    color: var(--text);
    height: 55px;
}

.gt-hero-4 .gt-hero-content form button {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
}

.gt-hero-4 .gt-hero-content form .theme-btn-main {
    border: none;
    color: var(--white);
    text-transform: capitalize;
    padding: 0 25px;
    height: 45px;
    line-height: 45px;
    border-radius: 6px;
}

.gt-hero-4 .gt-hero-content form .theme-btn-main .theme-btn-arrow-left {
    background: transparent;
}

.gt-hero-4 .gt-hero-content form .theme-btn-main .theme-btn-arrow-right {
    background: transparent;
}

.gt-hero-4 .gt-hero-content form .theme-btn-main::after {
    display: none;
}

.gt-hero-4 .gt-hero-content form .theme-btn-main::before {
    background: var(--theme);
}

.gt-hero-4 .gt-hero-content ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    gap: 15px;
}

@media (max-width: 1199px) {
    .gt-hero-4 .gt-hero-content ul {
        flex-wrap: wrap;
        justify-content: start;
    }
}

.gt-hero-4 .gt-hero-content ul li {
    color: var(--white);
    font-weight: 500;
    font-size: 14px;
}

.gt-hero-4 .gt-hero-content ul li i {
    margin-right: 5px;
}

.gt-hero-4 .gt-hero-image {
    max-width: 1010px;
    margin: 30px auto 0;
    position: relative;
    z-index: 9;
}

.gt-hero-4 .gt-hero-image img {
    width: 100%;
    height: 100%;
}

.gt-hero-4 .gt-hero-image .gt-hero-left {
    position: absolute;
    max-width: 210px;
    position: absolute;
    top: 65px;
    left: -95px;
    transform: rotate(0deg);
    transition: transform 0.5s ease;
    z-index: -1;
}

@media (max-width: 1399px) {
    .gt-hero-4 .gt-hero-image .gt-hero-left {
        left: -20px;
    }
}

@media (max-width: 1199px) {
    .gt-hero-4 .gt-hero-image .gt-hero-left {
        display: none;
    }
}

.gt-hero-4 .gt-hero-image .gt-hero-right {
    position: absolute;
    max-width: 210px;
    position: absolute;
    top: 65px;
    right: -95px;
    transform: rotate(0deg);
    z-index: -1;
    transition: transform 0.5s ease;
}

@media (max-width: 1399px) {
    .gt-hero-4 .gt-hero-image .gt-hero-right {
        right: -20px;
    }
}

@media (max-width: 1199px) {
    .gt-hero-4 .gt-hero-image .gt-hero-right {
        display: none;
    }
}

.gt-hero-5 {
    padding: 180px 0 0;
    position: relative;
    overflow: hidden;
}

.gt-hero-5 .top-shape {
    position: absolute;
    top: -29px;
    left: -36px;
}

@media (max-width: 1399px) {
    .gt-hero-5 .top-shape {
        display: none;
    }
}

.gt-hero-5 .robot-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
}

@media (max-width: 1600px) {
    .gt-hero-5 .robot-shape {
        max-width: 450px;
    }
    .gt-hero-5 .robot-shape img {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 1399px) {
    .gt-hero-5 .robot-shape {
        display: none;
    }
}

.gt-hero-5 .left-shape {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

@media (max-width: 1399px) {
    .gt-hero-5 .left-shape {
        display: none;
    }
}

.gt-hero-5 .right-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
}

.gt-hero-5 .gt-hero-items {
    position: relative;
    z-index: 99;
}

.gt-hero-5 .gt-hero-items .shape2 {
    position: absolute;
    top: -50px;
    right: -55px;
}

@media (max-width: 1399px) {
    .gt-hero-5 .gt-hero-items .shape2 {
        display: none;
    }
}

.gt-hero-5 .gt-hero-items .border-shape {
    position: absolute;
    top: -17px;
    right: -17px;
    bottom: 0;
}

@media (max-width: 1399px) {
    .gt-hero-5 .gt-hero-items .border-shape {
        display: none;
    }
}

.gt-hero-5 .gt-hero-items .border-shape img {
    border-radius: 20px 20px 0 0;
}

.gt-hero-5 .gt-hero-items .box-shape {
    position: absolute;
    top: -15%;
    left: 21%;
    z-index: -1;
    opacity: 0.4;
}

.gt-hero-5 .gt-hero-items .gt-hero-content {
    max-width: 895px;
    margin: 0 auto 70px;
    text-align: center;
    z-index: 99;
}

.gt-hero-5 .gt-hero-items .gt-hero-content p {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--white);
}

.gt-hero-5 .gt-hero-items .gt-hero-content h1 {
    margin-bottom: 30px;
    color: #FFF;
    font-size: 60px;
    font-style: italic;
    font-weight: 400;
}

@media (max-width: 1199px) {
    .gt-hero-5 .gt-hero-items .gt-hero-content h1 {
        font-size: 58px;
    }
}

@media (max-width: 767px) {
    .gt-hero-5 .gt-hero-items .gt-hero-content h1 {
        font-size: 52px;
    }
}

@media (max-width: 575px) {
    .gt-hero-5 .gt-hero-items .gt-hero-content h1 {
        font-size: 45px;
    }
}

@media (max-width: 470px) {
    .gt-hero-5 .gt-hero-items .gt-hero-content h1 {
        font-size: 38px;
    }
}

.gt-hero-5 .gt-hero-items .gt-hero-content h1 span {
    background: linear-gradient(103.71deg, #5CABFF 17.96%, #007BFF 66.13%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-style: italic;
    font-weight: 400;
}

.gt-hero-5 .gt-hero-items .gt-hero-content h1 b {
    font-weight: 400;
}

.gt-hero-5 .gt-hero-items .gt-hero-image {
    max-width: 1170px;
    text-align: center;
    margin: 0 auto;
    padding: 17px;
    position: relative;
    margin-bottom: -20px;
    border-radius: 10px 10px 0 0;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(250px);
}

.gt-hero-5 .gt-hero-items .gt-hero-image .bg-gradient-color {
    position: absolute;
    top: -60%;
    left: 0;
}

@media (max-width: 1399px) {
    .gt-hero-5 .gt-hero-items .gt-hero-image .bg-gradient-color {
        display: none;
    }
}

.gt-hero-5 .gt-hero-items .gt-hero-image img {
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0px 0px;
}

.about-wrapper .about-image {
    max-width: 490px;
    border-radius: 8px;
    margin-top: 30px;
}

@media (max-width: 991px) {
    .about-wrapper .about-image {
        max-width: initial;
    }
}

.about-wrapper .about-image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.about-wrapper .about-content {
    border-radius: 8px;
    background: linear-gradient(94.68deg, rgba(255, 255, 255, 0.04) 7.02%, rgba(255, 255, 255, 0.09) 90.21%);
    backdrop-filter: blur(15px);
    padding: 70px 34px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1399px) {
    .about-wrapper .about-content {
        padding: 50px 28px;
        gap: 30px;
    }
}

@media (max-width: 1199px) {
    .about-wrapper .about-content {
        flex-wrap: wrap;
    }
}

.about-wrapper .about-content .icon-items {
    max-width: 275px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 1399px) {
    .about-wrapper .about-content .icon-items {
        border-right: none;
        max-width: 300px;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .about-wrapper .about-content .icon-items {
        max-width: initial;
    }
}

.about-wrapper .about-content .icon-items .icon {
    margin-bottom: 74px;
}

.about-wrapper .about-content .icon-items h3 {
    color: #fff;
    font-size: 36px;
}

.about-wrapper .about-content .icon-items p {
    color: #fff;
    opacity: 0.75;
    margin-top: 15px;
}

.about-wrapper .about-content .content {
    max-width: 366px;
}

@media (max-width: 991px) {
    .about-wrapper .about-content .content {
        max-width: initial;
    }
}

.about-wrapper .about-content .content p {
    color: #fff;
    opacity: 0.8;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.about-wrapper-4 .about-image img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.about-wrapper-4 .about-bg-box {
    border-radius: 10px;
}

.about-wrapper-4 .about-bg-box .box-content {
    padding: 40px 30px 60px;
}

@media (max-width: 1399px) {
    .about-wrapper-4 .about-bg-box .box-content {
        padding: 30px;
    }
}

.about-wrapper-4 .about-bg-box .box-content h2 {
    color: var(--white);
    font-size: 163px;
}

@media (max-width: 1399px) {
    .about-wrapper-4 .about-bg-box .box-content h2 {
        font-size: 100px;
    }
}

.about-wrapper-4 .about-bg-box .box-content p {
    color: var(--white);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -2%;
    max-width: 274px;
    margin-bottom: 140px;
}

.about-wrapper-4 .about-bg-box .box-content p.style-2 {
    margin-bottom: 240px;
    margin-top: 15px;
    max-width: 244px;
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 1399px) {
    .about-wrapper-4 .about-bg-box .box-content p.style-2 {
        margin-bottom: 130px;
    }
}

@media (max-width: 767px) {
    .about-wrapper-4 .about-bg-box .box-content p.style-2 {
        margin-bottom: 40px;
    }
}

.about-wrapper-4 .about-bg-box .box-content p.style-2 span {
    color: var(--white);
}

@media (max-width: 1399px) {
    .about-wrapper-4 .about-bg-box .box-content p {
        margin-bottom: 70px;
    }
}

@media (max-width: 991px) {
    .about-wrapper-4 .about-bg-box .box-content p {
        margin-bottom: 30px;
    }
}

.gt-about-wrapper-3 {
    border-top: 1px solid rgba(104, 104, 102, 0.2);
    margin-top: 65px;
    position: relative;
}

.gt-about-wrapper-3 .clicp-shape {
    position: absolute;
    left: 55%;
    top: 16%;
}

@media (max-width: 1399px) {
    .gt-about-wrapper-3 .clicp-shape {
        display: none;
    }
}

.gt-about-wrapper-3 .gt-about-content {
    max-width: 650px;
}

.gt-about-wrapper-3 .gt-about-content .gt-text {
    color: var(--text);
    margin-top: 25px;
}

.gt-about-wrapper-3 .gt-about-content .gt-list-items {
    margin-top: 35px;
    position: relative;
}

.gt-about-wrapper-3 .gt-about-content .gt-list-items::before {
    position: absolute;
    top: 0;
    left: 3px;
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgba(104, 104, 102, 0.2);
}

.gt-about-wrapper-3 .gt-about-content .gt-list-items li {
    display: flex;
    gap: 14px;
}

.gt-about-wrapper-3 .gt-about-content .gt-list-items li:not(:last-child) {
    margin-bottom: 35px;
}

.gt-about-wrapper-3 .gt-about-content .gt-list-items li .gt-circle-box {
    width: 11px;
    height: 11px;
    border-radius: 11px;
    background-color: var(--white);
    display: inline-block;
    position: relative;
}

.gt-about-wrapper-3 .gt-about-content .gt-list-items li .gt-circle-box::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: var(--theme);
}

.gt-about-wrapper-3 .gt-about-content .gt-list-items li .gt-content h3 {
    color: var(--header);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.gt-about-wrapper-3 .gt-about-content .gt-list-items li .gt-content span {
    color: #686866;
}

.gt-about-wrapper-3 .gt-about-image {
    text-align: right;
    position: relative;
    z-index: 9;
    width: 691px;
    height: 692px;
    line-height: 692px;
    border-radius: 50%;
    background-color: #C2D0FF;
    overflow: hidden;
}

@media (max-width: 1399px) {
    .gt-about-wrapper-3 .gt-about-image {
        width: 540px;
        height: 540px;
        line-height: 540px;
    }
}

@media (max-width: 1199px) {
    .gt-about-wrapper-3 .gt-about-image {
        width: initial;
        height: initial;
        background-color: transparent;
        line-height: initial;
    }
    .gt-about-wrapper-3 .gt-about-image img {
        width: 100%;
        height: 100%;
    }
}

.gt-about-wrapper-3 .gt-about-image .crm-image {
    position: relative;
    z-index: 1;
    padding-top: 15px;
}

.choose-us-items {
    background: #EDF1F5;
    box-shadow: 0px 2px 2px rgba(21, 23, 25, 0.1);
    border-radius: 12px;
    text-align: center;
    padding: 40px 30px;
    border: 2px solid var(--white);
    margin-top: 30px;
    transition: all 0.4s ease-in-out;
    height: 460px;
}

.choose-us-items .number {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(103.71deg, #5CABFF 17.96%, #007BFF 66.13%);
}

.choose-us-items .content {
    margin-top: 50px;
}

@media (max-width: 1199px) {
    .choose-us-items .content {
        margin-top: 25px;
    }
}

.choose-us-items .content .title {
    margin-bottom: 17px;
}

.choose-us-items .content p {
    letter-spacing: 0.01em;
    line-height: 167%;
}

@media (max-width: 1399px) {
    .choose-us-items .content p {
        font-size: 14px;
    }
}

.choose-us-items:hover {
    transform: translateY(-15px);
}

.choose-us-section .dashboard-image {
    margin-top: 30px;
}

.choose-us-section .dashboard-image img {
    width: 100%;
    height: 100%;
}

.choose-us-section .hero-items {
    perspective: 2000px;
    transform-style: preserve-3d;
}

@media (max-width: 1199px) {
    .choose-us-section .hero-items {
        perspective: initial;
        transform-style: initial;
    }
}

.choose-us-section .hero-items .hero-animation {
    transform-origin: bottom;
    will-change: transform;
}

.how-it-items li {
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0px 2px 2px rgba(21, 23, 25, 0.1);
    border-radius: 12px;
    padding: 40px 27px;
    border: 2px solid var(--white);
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 18px;
}

@media (max-width: 575px) {
    .how-it-items li {
        padding: 28px 20px;
        display: grid;
    }
}

.how-it-items li .content .title {
    margin-bottom: 15px;
}

.how-it-items li:hover .icon img {
    animation: wobble 1.5s ease-in-out;
}

.how-it-image {
    margin-top: 30px;
    border-radius: 17.01px;
    position: relative;
    overflow: hidden;
}

.how-it-image img {
    width: 100%;
    height: 100%;
    border-radius: 17.01px;
    display: block;
    object-fit: cover;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.how-it-image img:first-child {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transform: translateX(50%) scaleX(2);
    transform: translate(50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.how-it-image:hover img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translate(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.how-it-image:hover img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.feature-box-items-2 {
    margin-top: 30px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    border-radius: 8px;
    padding: 40px 30px;
    border: 2px solid var(--white);
    text-align: center;
}

@media (max-width: 470px) {
    .feature-box-items-2 {
        padding: 30px 24px;
    }
}

.feature-box-items-2 .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    background: linear-gradient(103.71deg, #5CABFF 17.96%, #007BFF 66.13%);
    margin: 0 auto;
}

.feature-box-items-2 .content {
    margin-top: 70px;
}

@media (max-width: 1199px) {
    .feature-box-items-2 .content {
        margin-top: 30px;
    }
}

.feature-box-items-2 .content p {
    font-size: 16px;
    margin-top: 15px;
}

.feature-box-items-2:hover .icon img {
    animation: wobble 1.5s ease-in-out;
}

.feature-section-2 {
    position: relative;
}

.feature-section-2 .light-shape {
    position: absolute;
    bottom: -27%;
    left: 0;
}

.feature-section-2 .light-shape2 {
    position: absolute;
    top: 0;
    right: 0;
}

.feature-box-items-3 {
    margin-top: 30px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    border-radius: 12px;
    border: 2px solid var(--white);
    padding: 30px;
    position: relative;
}

.feature-box-items-3 .number {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: var(--theme);
    position: absolute;
    top: 30px;
    right: 30px;
}

.feature-box-items-3 .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    background: linear-gradient(103.71deg, #5CABFF 17.96%, #007BFF 66.13%);
}

.feature-box-items-3 .content {
    margin-top: 75px;
}

.feature-box-items-3 .content p {
    font-size: 16px;
    margin-top: 18px;
}

.feature-box-items-3:hover .icon img {
    animation: wobble 1.5s ease-in-out;
}

.choose-us-wrapper-two .choose-us-content .choose-list-items {
    margin-top: 45px;
}

.choose-us-wrapper-two .choose-us-content .choose-list-items li {
    display: flex;
    border: 2px solid var(--white);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0px 2px 2px rgba(21, 23, 25, 0.1);
    border-radius: 12px;
    padding: 30px 30px;
    gap: 24px;
    position: relative;
}

@media (max-width: 991px) {
    .choose-us-wrapper-two .choose-us-content .choose-list-items li {
        flex-wrap: wrap;
    }
}

.choose-us-wrapper-two .choose-us-content .choose-list-items li:not(:last-child) {
    margin-bottom: 18px;
}

.choose-us-wrapper-two .choose-us-content .choose-list-items li .arrow-icon {
    position: absolute;
    top: 30px;
    right: 30px;
}

.choose-us-wrapper-two .choose-us-content .choose-list-items li .arrow-icon:hover {
    color: var(--theme);
}

.choose-us-wrapper-two .choose-us-content .choose-list-items li .content .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

@media (max-width: 1399px) {
    .choose-us-wrapper-two .choose-us-content .choose-list-items li .content .title {
        font-size: 20px;
    }
}

.choose-us-wrapper-two .choose-us-content .choose-list-items li .content p {
    font-size: 16px;
}

.choose-us-wrapper-two .choose-us-content .choose-list-items li:hover .icon img {
    animation: wobble 1.5s ease-in-out;
}

.choose-us-wrapper-two .choose-us-image {
    position: relative;
    margin-left: 60px;
    height: 100%;
}

@media (max-width: 1399px) {
    .choose-us-wrapper-two .choose-us-image {
        height: initial;
        margin-left: 0;
    }
}

.choose-us-wrapper-two .choose-us-image img {
    height: 100%;
}

@media (max-width: 1399px) {
    .choose-us-wrapper-two .choose-us-image img {
        width: 100%;
    }
}

.choose-us-section-2 {
    position: relative;
    margin-right: 20px;
}

.choose-us-section-2 .choose-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 49%;
    border-radius: 20px;
    overflow: hidden;
}

@media (max-width: 1399px) {
    .choose-us-section-2 .choose-bg {
        display: none;
    }
}

.choose-us-section-2 .choose-bg img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.country-wrapper {
    height: 760px !important;
    border-radius: 20px;
    margin: 0 20px;
    margin-top: 60px;
    position: relative;
}

.country-wrapper .flag-items {
    background: #EDF1F5;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0px 8px 8px rgba(50, 50, 71, 0.08), 0px 8px 16px rgba(50, 50, 71, 0.06);
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 20px;
    position: relative;
    max-width: 228px;
    width: 100%;
}

.country-wrapper .flag-items .content span {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: var(--header);
    line-height: 1;
}

.country-wrapper .flag-items .content p {
    font-size: 14px;
    font-weight: 600;
    color: var(--header);
    line-height: 1;
}

.country-wrapper .flag-items.items-1 {
    position: absolute;
    top: 165px;
    left: 18%;
}

@media (max-width: 991px) {
    .country-wrapper .flag-items.items-1 {
        left: 10px;
        top: 80px;
    }
}

.country-wrapper .flag-items.items-2 {
    position: absolute;
    top: 190px;
    left: 43%;
}

@media (max-width: 991px) {
    .country-wrapper .flag-items.items-2 {
        left: 10px;
        top: 330px;
    }
}

.country-wrapper .flag-items.items-3 {
    position: absolute;
    top: 40%;
    left: initial;
    right: 24%;
}

@media (max-width: 991px) {
    .country-wrapper .flag-items.items-3 {
        left: 10px;
        right: initial;
        top: 27%;
    }
}

.country-wrapper .flag-items.items-4 {
    position: absolute;
    bottom: 140px;
    left: 25%;
}

@media (max-width: 991px) {
    .country-wrapper .flag-items.items-4 {
        bottom: 210px;
        left: 10px;
    }
}

.country-wrapper .flag-items.items-5 {
    position: absolute;
    bottom: 182px;
    left: 45%;
}

@media (max-width: 1399px) {
    .country-wrapper .flag-items.items-5 {
        display: none;
    }
}

.country-wrapper .flag-items.items-6 {
    position: absolute;
    bottom: 167px;
    right: 18%;
}

@media (max-width: 991px) {
    .country-wrapper .flag-items.items-6 {
        right: initial;
        bottom: 80px;
        left: 10px;
    }
}

.country-wrapper .flag-items .arrow-shape {
    position: absolute;
    bottom: -14px;
    left: 0;
    text-align: center;
    right: 0;
}

.setup-process-wrapper .setup-image {
    height: 790px;
}

.setup-process-wrapper .setup-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.setup-process-wrapper .setup-process-content {
    margin-left: 35px;
}

@media (max-width: 1399px) {
    .setup-process-wrapper .setup-process-content {
        margin-left: 0;
    }
}

.setup-process-wrapper .setup-process-content .setup-process-wrap {
    margin-top: 50px;
}

@media (max-width: 1399px) {
    .setup-process-wrapper .setup-process-content .setup-process-wrap {
        margin-top: 30px;
    }
}

.setup-process-wrapper .setup-process-content .setup-box-items {
    border: 2px solid var(--white);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0px 2px 2px rgba(21, 23, 25, 0.1);
    border-radius: 12px;
    padding: 30px 30px;
    margin-bottom: 30px;
}

.setup-process-wrapper .setup-process-content .setup-box-items p {
    font-size: 16px;
    margin-top: 10px;
}

.feature-wrapper-4 .feature-image {
    margin-top: 60px;
    max-width: 420px;
}

@media (max-width: 1399px) {
    .feature-wrapper-4 .feature-image {
        max-width: initial;
        margin-top: 30px;
    }
}

.feature-wrapper-4 .feature-image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.feature-wrapper-4 .feature-box-items {
    margin-left: 60px;
}

@media (max-width: 1399px) {
    .feature-wrapper-4 .feature-box-items {
        margin-left: 0;
    }
}

.feature-wrapper-4 .feature-box-items .box {
    display: flex;
    align-items: center;
    gap: 22px;
    align-items: start;
    box-shadow: 0px 2px 2px rgba(21, 23, 25, 0.1);
    border-radius: 12px;
    padding: 38px 30px;
    border: 2px solid var(--white);
    margin-bottom: 18px;
}

@media (max-width: 991px) {
    .feature-wrapper-4 .feature-box-items .box {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.feature-wrapper-4 .feature-box-items .box .content h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

@media (max-width: 1399px) {
    .feature-wrapper-4 .feature-box-items .box .content h3 {
        font-size: 22px;
    }
}

.feature-wrapper-4 .feature-box-items .box .content p {
    color: #15171A;
}

.feature-wrapper-4 .feature-box-items .box:hover .icon img {
    animation: wobble 1.5s ease-in-out;
}

.feature-section-4 {
    position: relative;
    z-index: 9;
}

@media (max-width: 1399px) {
    .feature-section-4 {
        overflow: hidden;
    }
}

.feature-section-4 .blur-1 {
    position: absolute;
    right: 0;
    top: 0px;
    z-index: -1;
}

@media (max-width: 1399px) {
    .feature-section-4 .blur-1 {
        display: none;
    }
}

.feature-section-4 .blur-1 img {
    width: 100%;
    height: 100%;
}

.feature-section-4 .blur-2 {
    position: absolute;
    left: 0;
    bottom: -230px;
    z-index: -1;
}

@media (max-width: 1399px) {
    .feature-section-4 .blur-2 {
        display: none;
    }
}

.feature-section-4 .blur-2 img {
    width: 100%;
    height: 100%;
}

.gt-brand-wrapper {
    position: relative;
    z-index: 99;
}

.gt-brand-wrapper h2 {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 60px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    font-family: "Plus Jakarta Sans", sans-serif;
    margin-bottom: 55px;
}

.gt-brand-wrapper h2 b {
    color: var(--theme);
}

.gt-brand-wrapper .gt-brand-image img {
    filter: grayscale(100%) sepia(20%) brightness(90%) hue-rotate(190deg) saturate(200%);
    transition: filter 0.5s ease;
}

.gt-brand-wrapper .gt-brand-image:hover img {
    filter: none;
}

.gt-brand-wrapper .gt-brand-image.hover-2 img {
    transition: all 0.5s ease;
}

.gt-brand-wrapper .gt-brand-image.hover-2:hover img {
    filter: brightness(0) saturate(100%) invert(10%) sepia(15%) saturate(749%) hue-rotate(170deg) brightness(90%) contrast(95%);
}

.gt-brand-wrapper .seco-tool-text {
    max-width: 1000px;
    text-align: center;
    margin: 0 auto 55px;
    position: relative;
    z-index: 99;
    font-size: 45px;
    padding-top: 0;
}

.gt-brand-wrapper .seco-tool-text .color-1 {
    background: linear-gradient(103.71deg, #5CABFF 17.96%, #007BFF 66.13%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gt-brand-wrapper .seco-tool-text .color-2 {
    background: linear-gradient(103.71deg, #5CABFF 17.96%, #007BFF 66.13%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic;
}

.gt-brand-wrapper .seco-tool-text .color-3 {
    background: linear-gradient(103.71deg, #5CABFF 17.96%, #007BFF 66.13%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gt-brand-wrapper h3 {
    border-top: 1px solid rgba(115, 115, 115, 0.15);
    padding-top: 60px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    font-family: "Plus Jakarta Sans", sans-serif;
    margin-bottom: 55px;
}

.gt-feature-focus-wrapper {
    border-radius: 20px;
    background: #05111A;
    margin: 0 60px;
}

@media (max-width: 1399px) {
    .gt-feature-focus-wrapper {
        margin: 0 40px;
    }
}

@media (max-width: 1199px) {
    .gt-feature-focus-wrapper {
        margin: 0 30px;
    }
}

@media (max-width: 575px) {
    .gt-feature-focus-wrapper {
        margin: 0 25px;
    }
}

@media (max-width: 470px) {
    .gt-feature-focus-wrapper {
        margin: 0 20px;
    }
}

.gt-feature-focus-wrapper .gt-feature-image {
    position: relative;
    z-index: 9;
}

@media (max-width: 1399px) {
    .gt-feature-focus-wrapper .gt-feature-image img {
        width: 100%;
        height: 100%;
    }
}

.gt-feature-focus-wrapper .gt-feature-image .bg-shape {
    position: absolute;
    top: -43%;
    left: -30%;
    z-index: -1;
}

.gt-feature-focus-wrapper .gt-feature-content {
    position: relative;
    z-index: 99;
}

.gt-feature-focus-wrapper .gt-feature-content .gt-counter-items {
    margin-top: 25px;
    display: flex;
    align-items: center;
    gap: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

@media (max-width: 1199px) {
    .gt-feature-focus-wrapper .gt-feature-content .gt-counter-items {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.gt-feature-focus-wrapper .gt-feature-content .gt-counter-items .gt-counter h2 {
    font-size: 50px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 300;
    color: var(--white);
}

.gt-feature-focus-wrapper .gt-feature-content .gt-counter-items .gt-counter p {
    color: var(--white);
}

.gt-feature-focus-wrapper .gt-feature-content .gt-btn-all {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 15px;
}

@media (max-width: 1199px) {
    .gt-feature-focus-wrapper .gt-feature-content .gt-btn-all {
        flex-wrap: wrap;
        margin-top: 30px;
    }
}

.gt-feature-focus-wrapper .gt-feature-content .gt-btn-all .theme-2 {
    background: linear-gradient(94.68deg, rgba(255, 255, 255, 0.04) 7.02%, rgba(255, 255, 255, 0.09) 90.21%);
    backdrop-filter: blur(15px);
}

.gt-feature-focus-wrapper .gt-feature-content .gt-btn-all .theme-2 .theme-btn-arrow-left,
.gt-feature-focus-wrapper .gt-feature-content .gt-btn-all .theme-2 .theme-btn-arrow-right {
    background: linear-gradient(103.71deg, #5CABFF 17.96%, #007BFF 66.13%);
}

.gt-feature-benefit-wrapper {
    border-top: 1px solid rgba(104, 104, 102, 0.2);
    margin-top: 60px;
    padding-top: 90px;
    position: relative;
}

@media (max-width: 1199px) {
    .gt-feature-benefit-wrapper {
        margin-top: 30px;
    }
}

.gt-feature-benefit-wrapper .gt-feature-benefit-items {
    position: relative;
}

.gt-feature-benefit-wrapper .gt-feature-benefit-items .bg-shape {
    position: absolute;
    top: -30px;
    left: 0;
    max-width: 681px;
}

.gt-feature-benefit-wrapper .gt-feature-benefit-items .bg-shape img {
    width: 100%;
}

.gt-feature-benefit-wrapper .gt-feature-benefit-items ul li .gt-benefit-content {
    background-color: var(--white);
    padding: 50px;
    border-radius: 20px;
    position: relative;
}

@media (max-width: 1199px) {
    .gt-feature-benefit-wrapper .gt-feature-benefit-items ul li .gt-benefit-content {
        padding: 28px;
    }
}

.gt-feature-benefit-wrapper .gt-feature-benefit-items ul li .gt-benefit-content h3 {
    font-size: 24px;
    color: var(--header);
    font-family: "Plus Jakarta Sans", sans-serif;
    margin-bottom: 15px;
}

.gt-feature-benefit-wrapper .gt-feature-benefit-items ul li .gt-benefit-content .gt-number {
    font-size: 36px;
    font-weight: 600;
    color: var(--theme);
    font-family: "Plus Jakarta Sans", sans-serif;
    position: absolute;
    right: 30px;
    top: 30px;
}

.gt-feature-benefit-wrapper .gt-feature-benefit-items ul li:not(:last-child) {
    margin-bottom: 20px;
}

.gt-feature-benefit-wrapper .gt-feature-box-image {
    position: relative;
    padding-top: 60px;
}

.gt-feature-benefit-wrapper .gt-feature-box-image .bg-shape {
    position: absolute;
    top: 0;
    z-index: -1;
}

@media (max-width: 1899px) {
    .gt-feature-benefit-wrapper .gt-feature-box-image .bg-shape img {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 1199px) {
    .gt-feature-benefit-wrapper .gt-feature-box-image .bg-shape {
        right: 0;
        bottom: 0;
    }
}

.gt-feature-benefit-wrapper .gt-feature-box-image .bg-shape img {
    border-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.gt-feature-benefit-wrapper .gt-feature-box-image .image-1 {
    text-align: right;
}

@media (max-width: 1199px) {
    .gt-feature-benefit-wrapper .gt-feature-box-image .image-1 img {
        width: 100%;
        height: 100%;
    }
}

.gt-feature-benefit-wrapper .gt-feature-box-image .image-2 {
    margin-top: -265px;
    text-align: right;
    padding-right: 50px;
}

@media (max-width: 1199px) {
    .gt-feature-benefit-wrapper .gt-feature-box-image .image-2 {
        display: none;
    }
}

.gt-feature-benefit-wrapper .gt-feature-box-image .image-3 {
    margin-top: -265px;
    text-align: right;
    padding-right: 100px;
    position: relative;
    z-index: 8;
}

@media (max-width: 1199px) {
    .gt-feature-benefit-wrapper .gt-feature-box-image .image-3 {
        display: none;
    }
}

.gt-product-tour-wrapper .gt-product-tour-slider {
    margin-right: -55%;
}

@media (max-width: 1199px) {
    .gt-product-tour-wrapper .gt-product-tour-slider {
        margin-right: 0;
    }
}

.gt-product-tour-wrapper .gt-product-tour-image {
    margin-top: 30px;
}

.gt-product-tour-wrapper .gt-product-tour-image img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    border: 3px solid var(--header);
}

.gt-product-tour-section {
    position: relative;
}

.gt-product-tour-section .gt-product-dot {
    display: flex;
    align-items: center;
    margin-top: 50px;
    max-width: 800px;
    justify-content: center;
    margin: 50px auto 0;
    position: relative;
}

@media (max-width: 767px) {
    .gt-product-tour-section .gt-product-dot {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.gt-product-tour-section .gt-product-dot::before {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    content: "";
    background-color: rgba(104, 104, 102, 0.2);
}

@media (max-width: 1199px) {
    .gt-product-tour-section .gt-product-dot::before {
        display: none;
    }
}

.gt-product-tour-section .gt-product-dot .swiper-pagination-bullet {
    background-color: transparent;
    cursor: pointer;
    border-radius: 0;
    opacity: 1;
    max-width: 850px;
    width: 100%;
}

.gt-product-tour-section .gt-product-dot .swiper-pagination-bullet .dot-content {
    display: flex;
    justify-content: center;
    height: 100%;
}

.gt-product-tour-section .gt-product-dot .swiper-pagination-bullet .dot-content span {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #05111A;
}

.gt-product-tour-section .gt-product-dot .swiper-pagination-bullet .dot-content span:first-child {
    text-align: right;
}

.gt-product-tour-section .gt-product-dot .swiper-pagination-bullet.swiper-pagination-bullet-active span {
    color: var(--theme);
    position: relative;
}

.gt-product-tour-section .gt-product-dot .swiper-pagination-bullet.swiper-pagination-bullet-active span::before {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    content: "";
    background-color: var(--theme);
}

@media (max-width: 1199px) {
    .gt-product-tour-section .gt-product-dot .swiper-pagination-bullet.swiper-pagination-bullet-active span::before {
        display: none;
    }
}

.gt-why-choose-us-wrapper-3 {
    margin: 0 60px;
    border-radius: 20px;
    background: #05111A;
}

@media (max-width: 1399px) {
    .gt-why-choose-us-wrapper-3 {
        margin: 0 40px;
    }
}

@media (max-width: 1199px) {
    .gt-why-choose-us-wrapper-3 {
        margin: 0 30px;
    }
    .gt-why-choose-us-wrapper-3 .gt-choose-us-image img {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 575px) {
    .gt-why-choose-us-wrapper-3 {
        margin: 0 25px;
    }
}

@media (max-width: 470px) {
    .gt-why-choose-us-wrapper-3 {
        margin: 0 20px;
    }
}

.gt-why-choose-us-wrapper-3 .accordion {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 25px;
    margin-bottom: 50px;
}

.gt-why-choose-us-wrapper-3 .accordion .accordion-item {
    border: none;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
    margin-top: 25px;
    padding-bottom: 25px;
}

.gt-why-choose-us-wrapper-3 .accordion .accordion-item h2 button {
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    box-shadow: none;
    font-family: "Plus Jakarta Sans", sans-serif;
    padding: 0 0;
    padding-bottom: 0;
    color: var(--header);
    border-radius: 10px !important;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .gt-why-choose-us-wrapper-3 .accordion .accordion-item h2 button {
        font-size: 20px;
        line-height: 1.3;
    }
}

.gt-why-choose-us-wrapper-3 .accordion .accordion-item .accordion-body {
    padding: 0;
    padding-top: 15px;
}

.gt-why-choose-us-wrapper-3 .accordion .accordion-item .accordion-body p {
    color: var(--white);
    font-weight: 500;
    font-size: 15px;
}

.gt-why-choose-us-wrapper-3 .accordion .accordion-button {
    background-color: transparent;
    color: #fff !important;
    border-radius: 0;
}

.gt-why-choose-us-wrapper-3 .accordion .accordion-button::after {
    display: none;
}

.gt-why-choose-us-wrapper-3 .accordion .accordion-button::before {
    display: none;
}

.gt-why-choose-us-wrapper-3 .accordion .accordion-button.collapsed {
    background-color: transparent;
    color: var(--white) !important;
}

.gt-why-choose-us-wrapper-3 .accordion .accordion-button.collapsed::before {
    color: #9BA0A3;
    content: "+";
}

.gt-web-app-wrapper .gt-web-app-content .web-text {
    margin-top: 25px;
    color: var(--text);
    max-width: 640px;
}

.gt-web-app-wrapper .gt-web-app-content .gt-client-box-items {
    padding: 40px;
    border-radius: 10px;
    background: var(--white);
    max-width: 690px;
    margin-top: 30px;
}

@media (max-width: 1199px) {
    .gt-web-app-wrapper .gt-web-app-content .gt-client-box-items {
        padding: 30px;
    }
}

.gt-web-app-wrapper .gt-web-app-content .gt-client-box-items p {
    font-style: italic;
    color: var(--header);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    border-left: 1px solid var(--theme);
    padding-left: 30px;
}

@media (max-width: 1199px) {
    .gt-web-app-wrapper .gt-web-app-content .gt-client-box-items p {
        padding-left: 15px;
        font-size: 16px;
    }
}

.gt-web-app-wrapper .gt-web-app-content .gt-client-box-items .gt-info {
    display: flex;
    align-items: center;
    gap: 15px;
    border-left: 1px solid var(--theme);
    padding-left: 30px;
}

@media (max-width: 1199px) {
    .gt-web-app-wrapper .gt-web-app-content .gt-client-box-items .gt-info {
        padding-left: 15px;
    }
}

.gt-web-app-wrapper .gt-web-app-content .gt-client-box-items .gt-info span {
    font-weight: 500;
}

.gt-web-app-wrapper .gt-web-app-content .gt-client-box-items .gt-info span b {
    color: var(--header);
}

.gt-web-app-wrapper .gt-web-app-image {
    width: 646px;
    height: 646px;
    line-height: 646px;
    border-radius: 50%;
    background-color: var(--theme);
    overflow: hidden;
}

@media (max-width: 1600px) {
    .gt-web-app-wrapper .gt-web-app-image {
        width: 540px;
        height: 540px;
        line-height: 540px;
    }
}

@media (max-width: 1199px) {
    .gt-web-app-wrapper .gt-web-app-image {
        width: initial;
        height: initial;
        background-color: transparent;
        line-height: initial;
    }
    .gt-web-app-wrapper .gt-web-app-image img {
        width: 100%;
        height: 100%;
    }
}

.gt-web-app-wrapper .gt-web-app-image .web-app {
    text-align: right;
    padding-top: 15px;
}

.gt-feature-box-items {
    margin-top: 30px;
    border-radius: 10px;
    text-align: center;
    padding: 25px 70px;
    padding-top: 45px;
    position: relative;
    z-index: 99;
}

@media (max-width: 1199px) {
    .gt-feature-box-items {
        padding: 25px;
        padding-top: 40px;
    }
}

.gt-feature-box-items .gt-number-box::before,
.gt-feature-box-items .gt-number-box::after {
    box-shadow: none !important;
    filter: none !important;
}

.gt-feature-box-items::before {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgba(155, 160, 163, 0.2);
    border-radius: 10px;
}

.gt-feature-box-items::after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    /* Border thickness */
    background: linear-gradient(103.71deg, #5CABFF 17.96%, #007BFF 66.13%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.gt-feature-box-items .gt-number-box {
    margin-bottom: 35px;
    position: relative;
}

.gt-feature-box-items .gt-number-box span {
    font-size: 20px;
    font-weight: 800;
    color: var(--white);
    position: relative;
    z-index: 99;
}

.gt-feature-box-items .gt-number-box .icon-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease-in-out;
}

.gt-feature-box-items.style-height-1 {
    margin-top: 90px;
}

@media (max-width: 1199px) {
    .gt-feature-box-items.style-height-1 {
        margin-top: 30px;
    }
}

.gt-feature-box-items.style-height-2 {
    margin-top: 150px;
}

@media (max-width: 1199px) {
    .gt-feature-box-items.style-height-2 {
        margin-top: 30px;
    }
}

.gt-feature-box-items h3 {
    color: var(--header);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 500;
    position: relative;
    z-index: 9;
}

.gt-feature-box-items p {
    font-weight: 500;
    margin-top: 10px;
    position: relative;
    z-index: 9;
}

.gt-feature-box-items:hover::after {
    opacity: 1;
    visibility: visible;
}

.gt-feature-box-items:hover .hover-lines {
    border-left-width: 1px;
    border-right-width: 1px;
    height: 100%;
    -webkit-transition: width 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75), height 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75) 145ms, border-left-width 0s cubic-bezier(0.25, 0.25, 0.75, 0.75) 145ms, border-right-width 0s cubic-bezier(0.25, 0.25, 0.75, 0.75) 145ms;
    transition: width 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75), height 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75) 145ms, border-left-width 0s cubic-bezier(0.25, 0.25, 0.75, 0.75) 145ms, border-right-width 0s cubic-bezier(0.25, 0.25, 0.75, 0.75) 145ms;
    width: 100%;
}

.gt-feature-box-items:hover .hover-lines::before,
.gt-feature-box-items:hover .hover-lines::after {
    -webkit-transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1) 340ms;
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1) 340ms;
    width: 50%;
}

.gt-feature-list-wrapper {
    border-radius: 20px;
    border: 3px solid rgba(155, 160, 163, 0.25);
    padding: 74px 60px;
    padding-right: 40px;
    margin-top: 60px;
    position: relative;
    z-index: 9;
}

@media (max-width: 1199px) {
    .gt-feature-list-wrapper {
        padding: 40px 35px;
    }
}

@media (max-width: 767px) {
    .gt-feature-list-wrapper {
        padding: 40px 30px;
    }
}

@media (max-width: 575px) {
    .gt-feature-list-wrapper {
        padding: 30px 25px;
    }
}

.gt-feature-list-wrapper .bg-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

@media (max-width: 1199px) {
    .gt-feature-list-wrapper .bg-shape {
        display: none;
    }
}

.gt-feature-list-wrapper .gt-feature-list-content {
    position: relative;
}

.gt-feature-list-wrapper .gt-feature-list-content .list-head {
    font-size: 18px;
    font-weight: 700;
    max-width: 555px;
    display: inline-block;
    margin-top: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 27px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .gt-feature-list-wrapper .gt-feature-list-content .list-head {
        font-size: 16px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

.gt-feature-list-wrapper .gt-feature-list-content p {
    max-width: 555px;
}

.gt-feature-list-wrapper .gt-feature-list-content .theme-btn-main {
    margin-top: 40px;
}

@media (max-width: 1399px) {
    .gt-feature-list-wrapper .gt-feature-list-content .theme-btn-main {
        margin-top: 30px;
    }
}

.gt-feature-list-wrapper .gt-feature-list-image {
    margin-left: 50px;
}

@media (max-width: 1199px) {
    .gt-feature-list-wrapper .gt-feature-list-image {
        margin-left: 0;
    }
}

.gt-feature-list-wrapper .gt-feature-list-image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.gt-feature-list-wrapper.style-2 {
    padding-bottom: 0;
    padding-left: 10px;
    padding-top: 20px;
}

@media (max-width: 1399px) {
    .gt-feature-list-wrapper.style-2 {
        padding: 25px;
    }
}

.gt-feature-list-wrapper.style-2 .gt-feature-list-image {
    margin-left: 0;
    max-width: 456px;
}

.gt-feature-list-wrapper.style-2 .gt-feature-list-content {
    margin-left: 80px;
}

@media (max-width: 1199px) {
    .gt-feature-list-wrapper.style-2 .gt-feature-list-content {
        margin-left: 0;
    }
}

.gt-feature-list-wrapper.style-2 .gt-feature-list-content .right-text {
    margin-top: 5px;
    font-weight: 500;
}

.gt-feature-list-wrapper.style-2 .gt-feature-list-content .gt-feature-marqueee-area {
    border-radius: 10px;
    background: #05111A;
    padding: 20px 10px;
    margin-top: 25px;
    position: relative;
}

.gt-feature-list-wrapper.style-2 .gt-feature-list-content .gt-feature-marqueee-area .border-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.gt-feature-list-wrapper.style-2 .gt-feature-list-content .gt-feature-marqueee-area .border-shape img {
    border-radius: 10px;
    height: 100%;
}

.gt-feature-list-wrapper.style-2 .gt-feature-list-content .gt-feature-right-box ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.gt-feature-list-wrapper.style-2 .gt-feature-list-content .gt-feature-right-box ul:not(:last-child) {
    margin-bottom: 10px;
}

.gt-feature-list-wrapper.style-2 .gt-feature-list-content .gt-feature-right-box ul li {
    font-size: 15px;
    border-radius: 100px;
    border: 1px solid rgba(155, 160, 163, 0.2);
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    padding: 10px 10px;
    line-height: 1;
    color: var(--white);
}

.gt-feature-list-wrapper.style-2 .gt-feature-list-content .button-list {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 45px;
}

@media (max-width: 1199px) {
    .gt-feature-list-wrapper.style-2 .gt-feature-list-content .button-list {
        flex-wrap: wrap;
    }
}

@media (max-width: 575px) {
    .gt-feature-list-wrapper.style-2 .gt-feature-list-content .button-list {
        margin-top: 25px;
    }
}

.gt-feature-list-wrapper.style-2 .gt-feature-list-content .video-btn {
    height: 51px;
    line-height: 51px !important;
    padding: 0 22px;
    border: 1px solid var(--theme);
    color: var(--header);
    border-radius: 100px;
}

.gt-feature-marqueee-slider {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    z-index: 9;
    height: 50px;
    text-transform: uppercase;
}

.marquee-inner.to-right {
    animation: marqueeRight 25s linear infinite;
}

@keyframes marqueeRight {
    0% {
        right: 0;
    }
    100% {
        right: -100%;
    }
}

.marquee-inner {
    position: absolute;
    display: inline-flex;
    width: 200%;
}

.marquee-list {
    float: left;
    width: 50%;
}

.marquee-item {
    float: left;
    transition: animation 0.2s ease-out;
}

.marquee-inner.to-left {
    animation: marqueeLeft 25s linear infinite;
}

@keyframes marqueeLeft {
    0% {
        left: 0;
    }
    100% {
        left: -100%;
    }
}

.gt-what-can-box-items {
    margin-top: 30px;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 9;
    transition: all 0.4s ease-in-out;
}

.gt-what-can-box-items::after {
    content: "";
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 1px;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0px 2px 2px rgba(21, 23, 25, 0.1);
    border-radius: 8px;
    border: 2px solid #fff;
    z-index: -1;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
}

.gt-what-can-box-items .gt-icon {
    border-radius: 10px;
    background: linear-gradient(103.71deg, #5CABFF 17.96%, #007BFF 66.13%);
    max-width: 86px;
    height: 80px;
    width: 100%;
    text-align: center;
    line-height: 75px;
    font-size: 50px;
    position: relative;
    z-index: 9;
}

.gt-what-can-box-items .gt-icon i,
.gt-what-can-box-items .gt-icon svg {
    transition: all 0.6s ease;
    display: inline-block;
}

.gt-what-can-box-items h3 {
    font-size: 20px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.gt-what-can-box-items:hover .gt-icon i,
.gt-what-can-box-items:hover .gt-icon svg {
    transform: rotateY(180deg);
}

.gt-what-get-section .shape-1 {
    position: absolute;
    right: -50px;
    top: -8px;
    z-index: 1;
}

@media (max-width: 1399px) {
    .gt-what-get-section .shape-1 {
        display: none;
    }
}

.gt-what-get-wrapper {
    position: relative;
    z-index: 99;
}

.gt-what-get-wrapper .cicle-box {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    position: absolute;
    bottom: -80px;
    left: -120px;
}

@media (max-width: 1399px) {
    .gt-what-get-wrapper .cicle-box {
        display: none;
    }
}

.gt-what-get-wrapper .shape-2 {
    position: absolute;
    bottom: 148px;
    left: -26px;
}

@media (max-width: 1399px) {
    .gt-what-get-wrapper .shape-2 {
        display: none;
    }
}

.gt-what-get-wrapper .gt-what-get-content {
    position: relative;
}

.gt-what-get-wrapper .gt-what-get-content::before {
    position: absolute;
    top: 50%;
    left: -22%;
    transform: translateY(-50%);
    content: "";
    width: 540px;
    height: 540px;
    z-index: -1;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
}

@media (max-width: 1199px) {
    .gt-what-get-wrapper .gt-what-get-content::before {
        display: none;
    }
}

.gt-what-get-wrapper .gt-what-get-content .gt-what-text {
    margin-top: 20px;
    max-width: 570px;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .gt-what-get-wrapper .gt-what-get-content .gt-what-text {
        margin-bottom: 35px;
    }
}

@media (max-width: 575px) {
    .gt-what-get-wrapper .gt-what-get-content .gt-what-text {
        margin-bottom: 25px;
    }
}

.gt-what-get-wrapper .gt-what-get-faq-items {
    padding: 45px 50px;
    border-radius: 10px;
}

@media (max-width: 1199px) {
    .gt-what-get-wrapper .gt-what-get-faq-items {
        padding: 30px;
    }
}

@media (max-width: 575px) {
    .gt-what-get-wrapper .gt-what-get-faq-items {
        padding: 20px;
    }
}

.gt-what-get-wrapper .faq-items {
    border-radius: 20px 20px 0px 0px;
    background: #05111A;
    padding: 40px;
}

@media (max-width: 1199px) {
    .gt-what-get-wrapper .faq-items {
        padding: 35px;
    }
}

@media (max-width: 767px) {
    .gt-what-get-wrapper .faq-items {
        padding: 30px;
    }
}

@media (max-width: 575px) {
    .gt-what-get-wrapper .faq-items {
        padding: 25px;
    }
}

.gt-what-get-wrapper .faq-items .accordion .accordion-item {
    border: none;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
    margin-top: 25px;
    padding-bottom: 25px;
}

.gt-what-get-wrapper .faq-items .accordion .accordion-item h2 button {
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    box-shadow: none;
    border-radius: 0 !important;
    font-family: "Plus Jakarta Sans", sans-serif;
    padding: 0 0;
    padding-bottom: 0;
    color: var(--theme) !important;
    border-radius: 0 !important;
    text-transform: capitalize;
}

@media (max-width: 1199px) {
    .gt-what-get-wrapper .faq-items .accordion .accordion-item h2 button {
        font-size: 18px;
    }
}

.gt-what-get-wrapper .faq-items .accordion .accordion-item .accordion-body {
    padding: 0;
    padding-top: 15px;
}

.gt-what-get-wrapper .faq-items .accordion .accordion-item .accordion-body p {
    color: var(--white);
    font-weight: 500;
    font-size: 15px;
}

.gt-what-get-wrapper .faq-items .accordion .accordion-item .accordion-body .faq-image {
    margin-top: 10px;
}

.gt-what-get-wrapper .faq-items .accordion .accordion-item .accordion-body .faq-image img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.gt-what-get-wrapper .faq-items .accordion .accordion-button {
    background-color: transparent;
    color: var(--theme) !important;
    border-radius: 0;
}

.gt-what-get-wrapper .faq-items .accordion .accordion-button::after {
    display: none;
}

.gt-what-get-wrapper .faq-items .accordion .accordion-button::before {
    position: absolute;
    content: "\f068";
    font-family: "Font Awesome 6 Pro";
    font-weight: 700;
    top: 0;
    right: 0;
    font-size: 18px;
    text-align: center;
    transition: all 0.4s ease-in-out;
    color: var(--theme);
    text-align: center;
}

.gt-what-get-wrapper .faq-items .accordion .accordion-button.collapsed {
    background-color: transparent;
    color: var(--white) !important;
}

.gt-what-get-wrapper .faq-items .accordion .accordion-button.collapsed::before {
    color: #9BA0A3;
    content: "+";
}

.service-box-items {
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0px 2px 2px rgba(21, 23, 25, 0.1);
    border-radius: 12px;
    border: 2px solid var(--white);
    margin-top: 30px;
    padding: 15px;
    padding-bottom: 0;
}

.service-box-items .thumb {
    position: relative;
    overflow: hidden;
    border-radius: 9.28058px;
    height: 370px;
}

@media (max-width: 991px) {
    .service-box-items .thumb {
        height: initial;
    }
}

.service-box-items .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 9.28058px;
    display: block;
    object-fit: cover;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-box-items .thumb img:first-child {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transform: translateX(50%) scaleX(2);
    transform: translate(50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.service-box-items .content {
    padding: 30px 15px;
}

.service-box-items .content .title {
    font-size: 28px;
    margin-bottom: 10px;
}

@media (max-width: 1399px) {
    .service-box-items .content .title {
        font-size: 24px;
    }
}

.service-box-items .content .title a:hover {
    color: var(--theme);
}

.service-box-items .content p {
    max-width: 360px;
}

.service-box-items:hover .thumb img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translate(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.service-box-items:hover .thumb img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.service-card-items-two {
    margin-top: 30px;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0px 2px 2px rgba(21, 23, 25, 0.1);
    border-radius: 8px;
    border: 2px solid rgb(255, 255, 255);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.service-card-items-two::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    transform: scale(0.1, 1);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background: linear-gradient(103.71deg, #5CABFF 17.96%, #007BFF 66.13%);
    border-radius: 8px;
    z-index: -1;
}

.service-card-items-two .content {
    padding: 50px 30px;
}

@media (max-width: 1199px) {
    .service-card-items-two .content {
        padding: 30px 25px;
    }
}

.service-card-items-two .content .title {
    margin-bottom: 15px;
}

.service-card-items-two .content .title a:hover {
    color: var(--theme);
}

.service-card-items-two .content p {
    font-size: 16px;
}

.service-card-items-two .icon-items {
    border-top: 1px solid rgba(21, 23, 26, 0.1);
    padding: 30px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service-card-items-two .icon-items .icon {
    transition: all 0.4s ease-in-out;
}

.service-card-items-two .icon-items .service-btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: var(--header);
    letter-spacing: -2%;
    height: 50px;
    line-height: 47px;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0px 2px 2px rgba(21, 23, 25, 0.1);
    backdrop-filter: blur(15px);
    border-radius: 50px;
    padding: 0 25px;
    border: 2px solid var(--white);
    transition: all 0.4s ease-in-out;
}

.service-card-items-two .icon-items .service-btn::before {
    position: absolute;
    content: "";
    inset: 0;
    border-radius: 50px;
    background: linear-gradient(131.53deg, #2D3238 14.51%, #15171A 86.51%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}

.service-card-items-two .icon-items .service-btn i {
    margin-left: 6px;
}

.service-card-items-two:hover .icon-items .icon {
    filter: brightness(0) invert(1);
}

.service-card-items-two:hover .icon-items .icon img {
    animation: wobble 1.5s ease-in-out;
}

.service-card-items-two.active:before {
    opacity: 1;
    transform: scale(1, 1);
}

.service-card-items-two.active .content .title a {
    color: var(--white);
}

.service-card-items-two.active .content p {
    color: var(--white);
}

.service-card-items-two.active .icon-items .service-btn {
    color: var(--white);
    border-color: var(--black);
}

.service-card-items-two.active .icon-items .service-btn::before {
    opacity: 1;
}

.service-card-items-two.active .icon-items .icon {
    filter: brightness(0) invert(1);
}

.service-card-items-two.active .icon-items .icon img {
    animation: wobble 1.5s ease-in-out;
}

.service-details-wrapper .service-details-post .details-image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.service-details-wrapper .service-details-post .details-content {
    margin-top: 30px;
}

.service-details-wrapper .service-details-post .details-content h2 {
    margin-bottom: 15px;
}

@media (max-width: 1399px) {
    .service-details-wrapper .service-details-post .details-content h2 br {
        display: none;
    }
}

.service-details-wrapper .service-details-post .details-content .details-box {
    display: flex;
    align-items: start;
    gap: 16px;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0px 2px 2px rgba(21, 23, 25, 0.1);
    border-radius: 12px;
    border: 2px solid var(--white);
    padding: 20px;
}

@media (max-width: 1399px) {
    .service-details-wrapper .service-details-post .details-content .details-box {
        flex-wrap: wrap;
    }
}

.service-details-wrapper .service-details-post .details-content .details-box .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 100%;
    background: linear-gradient(103.71deg, #5CABFF 17.96%, #007BFF 66.13%);
}

.service-details-wrapper .service-details-post .details-content .details-box .content h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.service-details-wrapper .service-details-post .details-content .details-box .content p {
    max-width: 300px;
}

.service-details-wrapper .service-details-post .details-content h3 {
    font-size: 32px;
}

@media (max-width: 1399px) {
    .service-details-wrapper .service-details-post .details-content h3 {
        font-size: 25px;
    }
}

.service-details-wrapper .service-details-post .details-content .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.service-details-wrapper .service-details-post .details-content .faq-items .accordion .accordion-item {
    border: none;
    margin-bottom: 25px;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0px 2px 2px rgba(21, 23, 25, 0.1);
    padding: 0;
    border-radius: 10px !important;
}

.service-details-wrapper .service-details-post .details-content .faq-items .accordion .accordion-item h2 button {
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
    box-shadow: none;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-radius: 10px !important;
    padding: 24px 20px;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: var(--header);
}

@media (max-width: 1399px) {
    .service-details-wrapper .service-details-post .details-content .faq-items .accordion .accordion-item h2 button {
        font-size: 20px;
        padding: 24px 16px;
    }
}

@media (max-width: 575px) {
    .service-details-wrapper .service-details-post .details-content .faq-items .accordion .accordion-item h2 button {
        font-size: 16px;
        padding: 24px 16px;
    }
}

.service-details-wrapper .service-details-post .details-content .faq-items .accordion .accordion-item .accordion-body p {
    color: var(--text);
    line-height: 32px;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
}

@media (max-width: 575px) {
    .service-details-wrapper .service-details-post .details-content .faq-items .accordion .accordion-item .accordion-body p {
        width: 100%;
        font-size: 14px;
        line-height: 28px;
    }
}

.service-details-wrapper .service-details-post .details-content .faq-items .accordion .accordion-button {
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0px 2px 2px rgba(21, 23, 25, 0.1);
    border: 2px solid var(--white);
    color: #15171A !important;
}

.service-details-wrapper .service-details-post .details-content .faq-items .accordion .accordion-button::after {
    display: none;
}

.service-details-wrapper .service-details-post .details-content .faq-items .accordion .accordion-button::before {
    position: absolute;
    content: "+";
    font-family: "Font Awesome 6 Pro";
    font-weight: 700;
    top: 13px;
    right: 22px;
    font-size: 14px;
    text-align: center;
    transition: all 0.4s ease-in-out;
    color: var(--white);
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 100px;
    text-align: center;
    background: linear-gradient(103.71deg, #5CABFF 17.96%, #007BFF 66.13%);
}

@media (max-width: 1399px) {
    .service-details-wrapper .service-details-post .details-content .faq-items .accordion .accordion-button::before {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

.service-details-wrapper .service-details-post .details-content .faq-items .accordion .accordion-button.collapsed {
    background-color: transparent;
    color: var(--header) !important;
}

.service-details-wrapper .service-details-post .details-content .faq-items .accordion .accordion-button.collapsed::before {
    content: "\f068";
    font-family: "Font Awesome 6 Pro";
    color: var(--white);
    background: linear-gradient(129.97deg, #2D3238 16.23%, #15171A 84.69%);
}

.service-details-wrapper .service-details-sidebar .sidebar-widget {
    padding: 38px 30px;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0px 2px 2px rgba(21, 23, 25, 0.1);
    border-radius: 12px;
    margin-bottom: 30px;
    border: 2px solid var(--white);
}

@media (max-width: 1399px) {
    .service-details-wrapper .service-details-sidebar .sidebar-widget {
        padding: 30px;
    }
}

.service-details-wrapper .service-details-sidebar .sidebar-widget .sideber-title {
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(21, 23, 26, 0.1);
    padding-bottom: 15px;
}

.service-details-wrapper .service-details-sidebar .sidebar-widget .sideber-title h4 {
    font-size: 24px;
    font-weight: 500;
    display: inline-block;
}

.service-details-wrapper .service-details-sidebar .sidebar-widget .sideber-title h4 i {
    color: var(--theme);
    font-size: 16px;
    margin-right: 7px;
}

.service-details-wrapper .service-details-sidebar .sidebar-widget-image {
    position: relative;
}

.service-details-wrapper .service-details-sidebar .sidebar-widget-image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.service-details-wrapper .service-details-sidebar .sidebar-widget-image .content {
    position: absolute;
    top: 25px;
    left: 25px;
    right: 25px;
}

@media (max-width: 1399px) {
    .service-details-wrapper .service-details-sidebar .sidebar-widget-image .content {
        bottom: 20px;
        left: 20px;
        right: 20px;
    }
}

.service-details-wrapper .service-details-sidebar .sidebar-widget-image .content h4 {
    color: var(--white);
    font-size: 32px;
    font-weight: 600;
    margin-top: 0;
}

@media (max-width: 1399px) {
    .service-details-wrapper .service-details-sidebar .sidebar-widget-image .content h4 {
        font-size: 24px;
    }
}

.service-details-wrapper .service-details-sidebar .sidebar-widget-image .content p {
    color: #FFFFFF;
    opacity: 0.8;
    margin-top: 10px;
}

.service-details-wrapper .service-details-sidebar .sidebar-widget-image .theme-btn-main {
    position: absolute;
    bottom: 25px;
    left: 25px;
    right: 25px;
    display: flex;
    justify-content: space-between;
}

.service-details-wrapper .service-details-sidebar .sidebar-widget-image .white-logo {
    position: absolute;
    top: 50px;
    left: 50px;
}

.service-details-wrapper .service-details-sidebar .service-list-item li {
    font-size: 16px;
    font-weight: 600;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.service-details-wrapper .service-details-sidebar .service-list-item li:not(:last-child) {
    margin-bottom: 10px;
}

.service-details-wrapper .service-details-sidebar .service-list-item li a {
    color: var(--header);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(21, 23, 26, 0.1);
    padding: 20px 24px;
    line-height: 1;
    border-radius: 8px;
}

.service-details-wrapper .service-details-sidebar .service-list-item li a:hover {
    color: var(--theme);
}

.testimonial-box-items {
    margin-top: 30px;
    padding: 50px 30px;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0px 2.835px 2.835px rgba(21, 23, 25, 0.1);
    border-radius: 12px;
}

@media (max-width: 575px) {
    .testimonial-box-items {
        padding: 30px 25px;
    }
}

.testimonial-box-items .star {
    color: var(--theme);
    margin-bottom: 20px;
}

.testimonial-box-items .text {
    font-size: 20px;
    line-height: 160%;
    opacity: 0.8;
    color: #15171A;
    opacity: 0.8;
}

@media (max-width: 575px) {
    .testimonial-box-items .text {
        font-size: 16px;
    }
}

.testimonial-box-items .client-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 40px;
}

@media (max-width: 767px) {
    .testimonial-box-items .client-info {
        margin-top: 25px;
    }
}

.testimonial-box-items .client-info .thumb img {
    border-radius: 50%;
}

.testimonial-box-items .client-info .info-content .name {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}

.testimonial-box-items .client-info .info-content span {
    color: rgba(21, 23, 26, 0.7);
    font-size: 15px;
}

.testimonial-box-items.style-2 {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(21.2625px);
    border-radius: 12px;
    border: 2px solid rgba(255, 255, 255, 0.15);
}

.testimonial-box-items.style-2 .star {
    color: #fff;
}

.testimonial-box-items.style-2 .text {
    color: #fff;
}

.testimonial-box-items.style-2 .info-content h3,
.testimonial-box-items.style-2 .info-content span {
    color: #fff;
}

.testimonial-section {
    position: relative;
}

.testimonial-section-2 {
    position: relative;
    border-bottom: 1px solid rgba(21, 23, 26, 0.1);
}

.testimonial-section-2 .light-shape {
    position: absolute;
    top: 0;
    right: 0;
}

.testimonial-section-2 .light-shape2 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.testimonial-section-2 .testimonial-image {
    border-radius: 10px;
    margin-top: 30px;
    position: relative;
    height: 520px;
}

.testimonial-section-2 .testimonial-image .video-btn {
    display: inline-block;
    width: 76px;
    height: 76px;
    line-height: 76px;
    border-radius: 50%;
    background: linear-gradient(103.71deg, #5CABFF 17.96%, #007BFF 66.13%);
    color: var(--white);
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.testimonial-section-2 .testimonial-image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.testimonial-wrapper-two {
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0px 2.835px 2.835px rgba(21, 23, 25, 0.1);
    border-radius: 12px;
    border: 2px solid var(--white);
    padding: 55px 40px;
    margin-top: 30px;
    margin-right: -100%;
    position: relative;
}

@media (max-width: 1199px) {
    .testimonial-wrapper-two {
        margin-right: 0;
        padding: 30px;
    }
}

.testimonial-wrapper-two .testi-line {
    display: inline-block;
    width: 1px;
    height: 385px;
    background-color: rgba(21, 23, 26, 0.1);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 45%;
}

@media (max-width: 1399px) {
    .testimonial-wrapper-two .testi-line {
        display: none;
    }
}

.testimonial-wrapper-two .testimonial-box-items-2 {
    max-width: 575px;
    opacity: 0.5;
}

.testimonial-wrapper-two .testimonial-box-items-2 .star {
    color: var(--theme);
    margin-bottom: 20px;
}

.testimonial-wrapper-two .testimonial-box-items-2 .text {
    font-size: 22px;
    line-height: 160%;
    font-weight: 500;
    color: #15171A;
}

@media (max-width: 1199px) {
    .testimonial-wrapper-two .testimonial-box-items-2 .text {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .testimonial-wrapper-two .testimonial-box-items-2 .text {
        font-size: 16px;
    }
}

.testimonial-wrapper-two .testimonial-box-items-2 .client-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 40px;
    border-top: 1px solid rgba(21, 23, 26, 0.1);
    padding-top: 40px;
}

@media (max-width: 767px) {
    .testimonial-wrapper-two .testimonial-box-items-2 .client-info {
        margin-top: 25px;
    }
}

.testimonial-wrapper-two .testimonial-box-items-2 .client-info .thumb img {
    border-radius: 50%;
}

.testimonial-wrapper-two .testimonial-box-items-2 .client-info .info-content .name {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}

.testimonial-wrapper-two .testimonial-box-items-2 .client-info .info-content span {
    color: rgba(21, 23, 26, 0.7);
    font-size: 15px;
}

.swiper-slide.swiper-slide-active .testimonial-box-items-2 {
    opacity: 1;
}

.testimonial-section-3 {
    border-radius: 20px;
    margin: 0 20px;
}

.gt-testimonial-section-3 {
    margin: 120px 60px;
    margin-bottom: 0;
    border-radius: 20px;
}

@media (max-width: 1399px) {
    .gt-testimonial-section-3 {
        margin-left: 40px;
        margin-right: 40px;
    }
}

@media (max-width: 1199px) {
    .gt-testimonial-section-3 {
        margin-left: 30px;
        margin-right: 30px;
        margin-top: 100px;
        margin-bottom: 100px;
    }
}

@media (max-width: 575px) {
    .gt-testimonial-section-3 {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}

@media (max-width: 575px) {
    .gt-testimonial-section-3 {
        margin-left: 25px;
        margin-right: 25px;
    }
}

@media (max-width: 470px) {
    .gt-testimonial-section-3 {
        margin-left: 20px;
        margin-right: 20px;
    }
}

.gt-flag-items .gt-flag-thumb {
    margin-top: 30px;
    position: relative;
    transition: all 0.4s ease-in-out;
    width: 120px;
    height: 120px;
}

.gt-flag-items .gt-flag-thumb::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(5, 17, 26, 0.8);
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.gt-flag-items .gt-flag-thumb::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    border: 5px solid var(--white);
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.gt-flag-items .gt-flag-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.gt-flag-items .gt-flag-thumb .country-name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.gt-flag-items .gt-flag-thumb .country-name h3 {
    font-size: 14px;
    font-weight: 800;
    font-family: "Plus Jakarta Sans", sans-serif;
    text-transform: capitalize;
    text-align: center;
    color: var(--white);
}

.gt-flag-items .gt-flag-thumb:hover::before {
    opacity: 1;
    visibility: visible;
}

.gt-flag-items .gt-flag-thumb:hover::after {
    opacity: 1;
    visibility: visible;
}

.gt-flag-items .gt-flag-thumb:hover .country-name {
    opacity: 1;
    visibility: visible;
}

.gt-flag-box {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0px 100px 100px 0px;
    background: var(--theme);
    padding: 15px;
    position: relative;
}

@media (max-width: 767px) {
    .gt-flag-box {
        flex-wrap: wrap;
        gap: 15px;
        border-radius: 0;
    }
}

.gt-flag-box::before {
    position: absolute;
    left: -100%;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    background: var(--theme);
}

@media (max-width: 767px) {
    .gt-flag-box::before {
        display: none;
    }
}

.gt-flag-box .arrow-box {
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    line-height: 100px;
    background-color: var(--white);
    color: var(--theme);
    font-size: 40px;
}

.gt-flag-box .info-content {
    display: flex;
    align-items: center;
    gap: 16px;
}

@media (max-width: 767px) {
    .gt-flag-box .info-content {
        flex-wrap: wrap;
        gap: 15px;
    }
}

.gt-flag-box p {
    color: var(--white);
    font-weight: 600;
    font-size: 16px;
}

.gt-testimonial-wrapper-3 .shape4 {
    position: absolute;
    top: 47%;
    right: 7%;
    z-index: 9;
}

@media (max-width: 1399px) {
    .gt-testimonial-wrapper-3 .shape4 {
        display: none;
    }
}

.gt-testimonial-wrapper-3 .gt-testimonial-box-items-3 {
    border-radius: 10px 10px 0px 0px;
    border: 2px solid #fff;
    background: #05111A;
    padding: 40px;
    border-bottom: none;
    position: relative;
    z-index: 9;
}

.gt-testimonial-wrapper-3 .gt-testimonial-box-items-3::before {
    position: absolute;
    bottom: -20%;
    right: -10%;
    content: "";
    width: 408px;
    height: 408px;
    border-radius: 408px;
    background: #EA4BFF;
    filter: blur(162px);
    z-index: -1;
}

.gt-testimonial-wrapper-3 .gt-testimonial-box-items-3 h3 {
    font-weight: 500;
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 30px;
    color: var(--white);
}

.gt-testimonial-wrapper-3 .gt-testimonial-box-items-3 h3 span {
    font-size: 14px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.gt-testimonial-wrapper-3 .gt-testimonial-box-items-3 p {
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    color: var(--white);
    line-height: 156%;
    margin-top: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 30px;
}

.gt-testimonial-wrapper-3 .gt-testimonial-box-items-3 .gt-client-info {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.gt-testimonial-wrapper-3 .gt-testimonial-box-items-3 .gt-client-info .quote-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(18, 74, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
    text-align: center;
    line-height: 100px;
}

.pricing-box-items {
    margin-top: 30px;
    background-color: var(--bg);
    border-radius: 8px;
    border: 1px solid #E6E8EB;
    padding: 40px 30px;
    border: 2px solid var(--white);
    transition: all 0.4s ease-in-out;
}

.pricing-box-items .pricing-header {
    margin-bottom: 30px;
}

.pricing-box-items .pricing-header .sub-price {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    margin-bottom: 20px;
    color: var(--header);
}

.pricing-box-items .pricing-header .price-text {
    font-size: 16px;
    margin-bottom: 30px;
}

.pricing-box-items .pricing-header h3 {
    font-size: 64px;
    font-weight: 600;
    letter-spacing: -3px;
    line-height: 1;
    margin-bottom: 25px;
}

@media (max-width: 1399px) {
    .pricing-box-items .pricing-header h3 {
        font-size: 55px;
    }
}

.pricing-box-items .pricing-header h3 sub {
    font-size: 16px;
    font-weight: 500;
    color: var(--header);
    letter-spacing: initial;
    margin-left: 0;
}

.pricing-box-items .theme-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 600;
    background: linear-gradient(103.71deg, #5CABFF 17.96%, #007BFF 66.13%);
    border-radius: 50px;
    padding: 6px;
    color: var(--white);
    padding-left: 24px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    text-transform: capitalize;
}

.pricing-box-items .theme-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
    transition: all 0.75s ease;
}

.pricing-box-items .theme-btn .icon {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    transition: all 0.4s ease;
    color: #fff;
    background: linear-gradient(129.97deg, #2D3238 16.23%, #15171A 84.69%);
}

.pricing-box-items .theme-btn .icon::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 2px;
    z-index: -1;
    background: linear-gradient(135deg, rgb(255, 255, 255), rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.8));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0.7;
    pointer-events: none;
}

.pricing-box-items .theme-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(0, 123, 255, 0.25);
}

.pricing-box-items .theme-btn:hover::after {
    left: 130%;
}

.pricing-box-items .theme-btn:hover .icon {
    transform: rotate(-45deg) scale(1.08);
    background: linear-gradient(129.97deg, #3A4048 16.23%, #1B1E22 84.69%);
}

.pricing-box-items .pricing-list {
    margin-top: 30px;
}

.pricing-box-items .pricing-list span {
    font-size: 16px;
    font-weight: 500;
    color: var(--header);
}

@media (max-width: 1199px) {
    .pricing-box-items .pricing-list span {
        letter-spacing: inherit;
    }
}

.pricing-box-items .pricing-list ul {
    margin-top: 20px;
}

.pricing-box-items .pricing-list ul li {
    color: var(--text);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -1px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.pricing-box-items .pricing-list ul li i {
    font-size: 18px;
    color: var(--header);
}

.pricing-box-items .pricing-list ul li:not(:last-child) {
    margin-bottom: 15px;
}

.pricing-box-items:hover {
    transform: translateY(-15px);
}

.pricing-box-items.style-3 .pricing-header h3 {
    color: var(--white);
}

.pricing-box-items.style-3 .pricing-header h3 sub {
    color: var(--white);
}

.pricing-box-items.style-3 .pricing-list ul li {
    color: var(--white);
}

.pricing-section .pricing-toggle-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    height: 60px;
    line-height: 60px;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0px 2px 2px rgba(21, 23, 25, 0.1);
    border-radius: 72px;
    padding: 4px;
    border: 2px solid var(--white);
    margin-top: 30px;
}

.pricing-section .pricing-toggle-wrapper span {
    font-size: 18px;
    font-weight: 600;
}

.pricing-section .pricing-toggle-wrapper .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ddd;
    transition: 0.4s;
    border-radius: 34px;
}

.pricing-section .pricing-toggle-wrapper .slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

.pricing-section .pricing-toggle-wrapper input:checked+.slider {
    background-color: var(--theme);
}

.pricing-section .pricing-toggle-wrapper input:checked+.slider:before {
    transform: translateX(26px);
}

.pricing-section .pricing-toggle-wrapper .toggle-label {
    padding: 0;
    height: 47px;
    line-height: 47px;
    padding: 0 32px;
    font-size: 16px;
    font-weight: 600;
    color: var(--header);
    border-radius: 66.667px;
    cursor: pointer;
    transition: 0.3s;
}

.pricing-section .pricing-toggle-wrapper .toggle-label.active {
    background: linear-gradient(103.71deg, #5CABFF 17.96%, #007BFF 66.13%);
    color: var(--white);
}

.pricing-section .price {
    transition: opacity 0.3s ease;
}

.pricing-section .price.fade-out {
    opacity: 0;
}

.pricing-section .price.fade-in {
    opacity: 1;
}

.project-box-items {
    margin-top: 30px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0px 2px 2px rgba(21, 23, 25, 0.1);
    border-radius: 12px;
    border: 2px solid var(--white);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    z-index: 1;
}

@media (max-width: 1199px) {
    .project-box-items {
        display: block;
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .project-box-items {
        padding: 28px;
    }
}

.project-box-items .content {
    max-width: 550px;
    padding: 0 45px;
}

@media (max-width: 1199px) {
    .project-box-items .content {
        padding: 0;
    }
}

.project-box-items .content .number {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    background: linear-gradient(103.71deg, #5CABFF 17.96%, #007BFF 66.13%);
    font-size: 32px;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 100px;
}

@media (max-width: 1399px) {
    .project-box-items .content .number {
        margin-bottom: 60px;
    }
}

@media (max-width: 1199px) {
    .project-box-items .content .number {
        margin-bottom: 35px;
    }
}

@media (max-width: 767px) {
    .project-box-items .content .number {
        font-size: 18px;
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
}

.project-box-items .content .title {
    font-size: 32px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .project-box-items .content .title {
        font-size: 26px;
    }
}

.project-box-items .content .title a:hover {
    color: var(--theme);
}

.project-box-items .content p {
    font-size: 16px;
    margin-top: 20px;
}

.project-box-items .content .news-btn {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: var(--header);
    overflow: hidden;
    text-transform: capitalize;
    margin-top: 25px;
}

.project-box-items .content .news-btn i {
    margin-left: 7px;
}

.project-box-items .content .news-btn .text {
    position: relative;
    display: inline-block;
    height: 22px;
    overflow: hidden;
}

.project-box-items .content .news-btn .text-default,
.project-box-items .content .news-btn .text-hover {
    display: block;
    transition: transform 0.4s ease;
}

.project-box-items .content .news-btn .text-hover {
    position: absolute;
    left: 0;
    top: 100%;
    color: var(--theme);
}

.project-box-items .content .news-btn:hover .text-default {
    transform: translateY(-100%);
}

.project-box-items .content .news-btn:hover .text-hover {
    transform: translateY(-100%);
}

.project-box-items .content .news-btn i {
    transition: transform 0.4s ease;
}

.project-box-items .thumb {
    position: relative;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .project-box-items .thumb {
        border-radius: 12px;
        margin-top: 30px;
        height: 500px;
    }
    .project-box-items .thumb img {
        border-radius: 12px;
    }
}

@media (max-width: 470px) {
    .project-box-items .thumb {
        height: 430px;
    }
}

.project-box-items .thumb img {
    width: 100%;
    height: 100%;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    display: block;
    object-fit: cover;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-box-items .thumb img:first-child {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transform: translateX(50%) scaleX(2);
    transform: translate(50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.project-box-items:hover .thumb img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translate(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.project-box-items:hover .thumb img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.team-section .array-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.team-section .array-button .array-prev,
.team-section .array-button .array-next {
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: linear-gradient(94.68deg, rgba(255, 255, 255, 0.04) 7.02%, rgba(255, 255, 255, 0.09) 90.21%);
    backdrop-filter: blur(14.0625px);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    font-size: 15px;
}

.team-section .array-button .array-prev:hover,
.team-section .array-button .array-next:hover {
    background-color: var(--theme);
    color: var(--white);
    border-color: var(--theme);
}

.team-box-items {
    margin-top: 30px;
}

.team-box-items .thumb {
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    z-index: 1;
}

.team-box-items .thumb::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    transform: scale(0.1, 1);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    backdrop-filter: blur(15px);
    border-radius: 8px;
    z-index: 11;
}

.team-box-items .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    display: block;
    object-fit: cover;
    transition: all 500ms ease;
}

.team-box-items .thumb img:first-child {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transform: translateX(50%) scaleX(2);
    opacity: 0;
    filter: blur(10px);
}

.team-box-items .thumb .social-icon {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(0.8);
    left: 0;
    right: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}

.team-box-items .thumb .social-icon a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: var(--white);
    background-color: var(--theme);
    font-size: 14px;
    transition: all 0.3s ease;
}

.team-box-items .thumb .social-icon a:hover {
    background-color: var(--white);
    color: var(--header);
}

.team-box-items .content {
    margin-top: 20px;
}

.team-box-items .content .title {
    font-size: 20px;
    font-weight: 600;
}

.team-box-items .content .title a {
    color: var(--white);
}

.team-box-items .content .title a:hover {
    color: var(--theme);
}

.team-box-items .content p {
    text-transform: uppercase;
    font-size: 14px;
    color: #FFFFFF;
    opacity: 0.7;
    margin-top: 3px;
}

.team-box-items.style-2 .content .title a {
    color: var(--header);
}

.team-box-items.style-2 .content p {
    text-transform: uppercase;
    color: #15171A;
}

.team-box-items:hover .thumb:before {
    opacity: 1;
    transform: scale(1, 1);
}

.team-box-items:hover .thumb img:first-child {
    transform: translateX(0) scaleX(1);
    opacity: 1;
    filter: blur(0);
}

.team-box-items:hover .thumb img:nth-child(2) {
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    filter: blur(10px);
}

.team-box-items:hover .thumb .social-icon {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) scale(1);
}

.project-box-items-2 {
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0px 2px 2px rgba(21, 23, 25, 0.1);
    border-radius: 10px;
    padding: 15px 15px 30px;
    border: 2px solid var(--white);
    margin-top: 30px;
}

@media (max-width: 1199px) {
    .project-box-items-2 {
        margin-top: 30px;
    }
}

@media (min-width: 1200px) {
    .project-box-items-2.style-auto {
        margin-left: auto;
    }
}

.project-box-items-2 .thumb {
    overflow: hidden;
    position: relative;
    border-radius: 8px;
}

@media (max-width: 1199px) {
    .project-box-items-2 .thumb {
        height: 500px;
    }
}

.project-box-items-2 .thumb .arrow-icon {
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    background-color: var(--theme);
    color: var(--white);
    border-radius: 50%;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    transition: all 0.4s ease-in-out;
}

.project-box-items-2 .thumb .arrow-icon:hover {
    background-color: var(--white);
    color: var(--header);
}

.project-box-items-2 .thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 8px;
}

.project-box-items-2 .thumb img:first-child {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transform: translateX(50%) scaleX(2);
    transform: translate(50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.project-box-items-2 .content-items {
    z-index: 99;
    margin-top: 30px;
}

.project-box-items-2 .content-items .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .project-box-items-2 .content-items .content {
        flex-wrap: wrap;
        gap: 30px;
    }
}

.project-box-items-2 .content-items .content .title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -2%;
}

@media (max-width: 1199px) {
    .project-box-items-2 .content-items .content .title {
        font-size: 23px;
    }
}

.project-box-items-2 .content-items .content .title a:hover {
    color: var(--theme);
}

.project-box-items-2 .content-items .content .tag-items a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: var(--header);
    border: 1px solid rgba(3, 7, 13, 0.15);
    border-radius: 48px;
    padding: 3px 14px;
}

.project-box-items-2 .content-items .content .tag-items a:hover {
    background-color: var(--theme);
    color: var(--white);
    border-color: var(--theme);
}

.project-box-items-2:hover .thumb img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translate(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.project-box-items-2:hover .thumb img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.project-box-items-2:hover .thumb .arrow-icon {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}

.project-section-6 {
    position: relative;
}

.project-section-6 .project-nav .nav {
    display: flex;
    margin-bottom: 30px;
    gap: 8px;
    justify-content: center;
}

@media (max-width: 1199px) {
    .project-section-6 .project-nav .nav {
        flex-wrap: wrap;
        margin-bottom: 15px;
    }
}

.project-section-6 .project-nav .nav li .nav-link {
    transition: all 0.4s ease-in-out;
    padding: 9px 15px;
    border-radius: 100px;
    border: 1px solid rgb(3, 7, 13);
    line-height: 1;
    color: var(--header);
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    position: relative;
    letter-spacing: -0.03em;
}

.project-section-6 .project-nav .nav li .nav-link.active {
    position: relative;
    border-radius: 100px;
    background: var(--header);
    color: var(--white);
    border: 1px solid var(--header);
}

.project-section-6 .left-shape {
    position: absolute;
    left: 0;
    bottom: 20%;
}

@media (max-width: 1399px) {
    .project-section-6 .left-shape {
        display: none;
    }
}

.project-section-6 .left-shape img {
    width: 100%;
    height: 100%;
}

.project-section-6 .right-shape {
    position: absolute;
    right: 0;
    top: 20%;
}

@media (max-width: 1399px) {
    .project-section-6 .right-shape {
        display: none;
    }
}

.project-section-6 .right-shape img {
    width: 100%;
    height: 100%;
}

.project-details-wrapper .project-details-top-item .top-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1399px) {
    .project-details-wrapper .project-details-top-item .top-content {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.project-details-wrapper .project-details-top-item .top-content h2 {
    font-size: 120px;
    text-transform: uppercase;
    font-weight: 600;
}

@media (max-width: 1399px) {
    .project-details-wrapper .project-details-top-item .top-content h2 {
        font-size: 60px;
    }
}

@media (max-width: 991px) {
    .project-details-wrapper .project-details-top-item .top-content h2 {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .project-details-wrapper .project-details-top-item .top-content h2 {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .project-details-wrapper .project-details-top-item .top-content h2 {
        font-size: 30px;
    }
}

.project-details-wrapper .project-details-top-item .top-content p {
    font-size: 18px;
    font-weight: 500;
    max-width: 397px;
    color: rgb(3, 7, 13);
}

@media (max-width: 1399px) {
    .project-details-wrapper .project-details-top-item .top-content p {
        font-size: 16px;
    }
}

.project-details-wrapper .project-details-top-item .project-details-info-item {
    display: flex;
    align-items: center;
    gap: 90px;
    margin-top: 50px;
}

@media (max-width: 1399px) {
    .project-details-wrapper .project-details-top-item .project-details-info-item {
        margin-top: 30px;
        flex-wrap: wrap;
        gap: 60px;
    }
}

@media (max-width: 991px) {
    .project-details-wrapper .project-details-top-item .project-details-info-item {
        gap: 30px;
    }
}

.project-details-wrapper .project-details-top-item .project-details-info-item .content {
    border-right: 1px solid rgba(3, 7, 13, 0.12);
    padding-right: 180px;
}

@media (max-width: 1399px) {
    .project-details-wrapper .project-details-top-item .project-details-info-item .content {
        padding-right: 0;
        border-right: none;
    }
}

.project-details-wrapper .project-details-top-item .project-details-info-item .content.style-2 {
    border-right: none;
    padding-right: 0;
}

.project-details-wrapper .project-details-top-item .project-details-info-item .content span {
    color: rgba(3, 7, 13, 0.7);
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 15px;
}

.project-details-wrapper .project-details-top-item .project-details-info-item .content p {
    font-size: 18px;
    font-weight: 600;
    color: rgb(3, 7, 13);
}

.project-details-wrapper .project-details-top-item .project-details-image {
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 100px;
    border-radius: 12px;
}

@media (max-width: 1399px) {
    .project-details-wrapper .project-details-top-item .project-details-image {
        margin-bottom: 30px;
        margin-top: 30px;
    }
}

.project-details-wrapper .project-details-top-item .project-details-image img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.project-details-wrapper .project-details-top-item .left-text h2 {
    font-size: 60px;
    font-weight: 600;
}

@media (max-width: 1600px) {
    .project-details-wrapper .project-details-top-item .left-text h2 {
        font-size: 60px;
    }
}

@media (max-width: 1399px) {
    .project-details-wrapper .project-details-top-item .left-text h2 {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .project-details-wrapper .project-details-top-item .left-text h2 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .project-details-wrapper .project-details-top-item .left-text h2 {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .project-details-wrapper .project-details-top-item .left-text h2 {
        font-size: 25px;
    }
}

.project-details-wrapper .project-details-top-item .details-content p {
    font-size: 18px;
    font-weight: 400;
    color: rgba(3, 7, 13, 0.8);
    margin-bottom: 30px;
}

@media (max-width: 1399px) {
    .project-details-wrapper .project-details-top-item .details-content p {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

.project-details-wrapper .project-details-top-item .details-content .details-list {
    max-width: 320px;
    width: 100%;
}

.project-details-wrapper .project-details-top-item .details-content .details-list li {
    font-size: 18px;
    font-weight: 500;
    color: rgb(3, 7, 13);
    border-top: 1px solid rgba(3, 7, 13, 0.12);
    border-bottom: 1px solid rgba(3, 7, 13, 0.12);
    padding-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

@media (max-width: 1399px) {
    .project-details-wrapper .project-details-top-item .details-content .details-list li {
        font-size: 16px;
    }
}

.project-details-wrapper .project-details-top-item .details-content .details-list li i {
    margin-right: 5px;
}

.project-details-wrapper .project-details-top-item .details-image-item {
    margin-top: 100px;
    margin-bottom: 100px;
}

@media (max-width: 1399px) {
    .project-details-wrapper .project-details-top-item .details-image-item {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.project-details-wrapper .project-details-top-item .details-image-item .thumb {
    overflow: hidden;
    border-radius: 12px;
}

.project-details-wrapper .project-details-top-item .details-image-item .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.project-details-wrapper .project-details-top-item .details-box {
    margin-top: 30px;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0px 2px 2px rgba(21, 23, 25, 0.1);
    border-radius: 12px;
    padding: 40px 30px;
    border: 2px solid var(--white);
}

.project-details-wrapper .project-details-top-item .details-box .number {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 100px;
    color: var(--white);
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 80px;
    background-color: var(--theme);
}

@media (max-width: 1399px) {
    .project-details-wrapper .project-details-top-item .details-box .number {
        margin-bottom: 90px;
    }
}

.project-details-wrapper .project-details-top-item .details-box h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.project-details-wrapper .project-details-top-item .details-box p {
    font-size: 18px;
    font-weight: 500;
}

@media (max-width: 1600px) {
    .project-details-wrapper .project-details-top-item .details-box p {
        font-size: 15px;
    }
}

@media (max-width: 1399px) {
    .project-details-wrapper .project-details-top-item .details-box p {
        font-size: 16px;
    }
}

.project-details-wrapper .project-details-top-item .details-bottom-content {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-top: 100px;
}

@media (max-width: 1399px) {
    .project-details-wrapper .project-details-top-item .details-bottom-content {
        flex-wrap: wrap;
        gap: 30px;
        margin-top: 30px;
    }
}

.project-details-wrapper .project-details-top-item .details-bottom-content .right-content p {
    font-size: 18px;
    font-weight: 400;
    color: rgba(3, 7, 13, 0.8);
    margin-bottom: 30px;
    max-width: 682px;
}

@media (max-width: 1399px) {
    .project-details-wrapper .project-details-top-item .details-bottom-content .right-content p {
        font-size: 16px;
    }
}

.project-details-wrapper .project-details-top-item .slider-button {
    border-top: 1px solid rgba(3, 7, 13, 0.12);
    border-bottom: 1px solid rgba(3, 7, 13, 0.12);
    margin-top: 50px;
    padding: 15px 0;
}

.project-details-wrapper .project-details-top-item .slider-button span {
    font-weight: 500;
}

.project-details-wrapper .project-details-top-item .slider-button .cmn-next,
.project-details-wrapper .project-details-top-item .slider-button .cmn-prev {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    transition: all 0.4s;
    border: 1px solid rgb(3, 7, 13);
    border-radius: 100px;
}

.project-details-wrapper .project-details-top-item .slider-button .cmn-next i,
.project-details-wrapper .project-details-top-item .slider-button .cmn-prev i {
    color: rgb(3, 7, 13);
    transition: all 0.4s;
}

.project-details-wrapper .project-details-top-item .slider-button .cmn-next:hover,
.project-details-wrapper .project-details-top-item .slider-button .cmn-prev:hover {
    background: var(--theme);
    border-color: var(--theme);
}

.project-details-wrapper .project-details-top-item .slider-button .cmn-next:hover i,
.project-details-wrapper .project-details-top-item .slider-button .cmn-prev:hover i {
    color: var(--white);
}

.project-details-wrapper .project-details-top-item .slider-button .previus-text {
    font-size: 16px;
    font-weight: 600;
    color: var(--header);
}

.team-details-wrapper .team-details-image {
    overflow: hidden;
    border-radius: 12px;
}

.team-details-wrapper .team-details-image img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.team-details-wrapper .team-details-content {
    margin-left: 30px;
    background-color: var(--white);
    border-radius: 10px;
    padding: 45px 40px;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0px 2px 2px rgba(21, 23, 25, 0.1);
    border-radius: 12px;
    border: 2px solid var(--white);
}

@media (max-width: 1199px) {
    .team-details-wrapper .team-details-content {
        margin-left: 0;
    }
}

.team-details-wrapper .team-details-content .offer {
    background-color: var(--theme);
    color: var(--white);
    padding: 8px 10px;
    border-radius: 6px;
}

.team-details-wrapper .team-details-content h2 {
    margin-top: 30px;
    font-size: 48px;
}

.team-details-wrapper .team-details-content .team-infrom {
    margin-top: 30px;
}

.team-details-wrapper .team-details-content .team-infrom li {
    display: flex;
    gap: 100px;
    align-items: center;
    color: var(--header);
    font-size: 16px;
    font-weight: 500;
}

@media (max-width: 1199px) {
    .team-details-wrapper .team-details-content .team-infrom li {
        display: grid;
        gap: 20px;
    }
}

.team-details-wrapper .team-details-content .team-infrom li span {
    color: var(--header);
    font-size: 16px;
    font-weight: 500;
    flex-basis: 28%;
}

.team-details-wrapper .team-details-content .team-infrom li:not(:last-child) {
    margin-bottom: 12px;
}

.team-details-wrapper .team-details-content h3 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 30px;
}

.team-details-wrapper .team-details-content .social-icon {
    display: flex;
    margin-top: 30px;
    gap: 15px;
}

.team-details-wrapper .team-details-content .social-icon a {
    color: var(--theme);
    background: var(--bg);
    width: 48px;
    height: 48px;
    line-height: 48px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
}

.team-details-wrapper .team-details-content .social-icon a:hover {
    background-color: var(--theme);
    color: var(--white);
}

.team-details-wrapper .team-middle-items .team-skill-area {
    margin-top: 60px;
}

.team-details-wrapper .team-middle-items .team-skill-area .skill-content {
    margin-right: 60px;
}

@media (max-width: 1199px) {
    .team-details-wrapper .team-middle-items .team-skill-area .skill-content {
        margin-right: 0;
    }
}

.team-details-wrapper .team-middle-items .team-skill-area .skill-content h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}

.team-details-wrapper .team-middle-items .team-skill-area .skill-content .progress-wrap .pro-items {
    width: 100%;
}

.team-details-wrapper .team-middle-items .team-skill-area .skill-content .progress-wrap .pro-items:not(:last-child) {
    margin-bottom: 30px;
}

.team-details-wrapper .team-middle-items .team-skill-area .skill-content .progress-wrap .pro-items .pro-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.team-details-wrapper .team-middle-items .team-skill-area .skill-content .progress-wrap .pro-items .pro-head .title {
    color: var(--header);
    font-size: 16px;
}

.team-details-wrapper .team-middle-items .team-skill-area .skill-content .progress-wrap .pro-items .pro-head .point {
    font-size: 16px;
    color: var(--header);
}

.team-details-wrapper .team-middle-items .team-skill-area .skill-content .progress-wrap .pro-items .progress {
    background-color: rgba(21, 23, 26, 0.12);
    justify-content: flex-start;
    align-items: center;
    position: relative;
    display: flex;
    height: 6px;
    width: 100%;
}

.team-details-wrapper .team-middle-items .team-skill-area .skill-content .progress-wrap .pro-items .progress-value {
    animation: load 3s normal forwards;
    border-radius: 0;
    background: #15171A;
    height: 6px;
    width: 0;
}

.team-details-wrapper .team-middle-items .team-skill-area .skill-content .progress-wrap .pro-items .style-two {
    animation: load2 3s normal forwards;
}

.team-details-wrapper .team-middle-items .team-skill-area .skill-content .progress-wrap .pro-items .style-three {
    animation: load3 3s normal forwards;
}

@keyframes load {
    0% {
        width: 0;
    }
    100% {
        width: 69%;
    }
}

@keyframes load2 {
    0% {
        width: 0;
    }
    100% {
        width: 80%;
    }
}

@keyframes load3 {
    0% {
        width: 0;
    }
    100% {
        width: 98%;
    }
}

.team-details-wrapper .team-middle-items .team-skill-area .career-content h4 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}

.team-details-wrapper .team-middle-items .team-skill-area .career-content ul li {
    display: flex;
    gap: 20px;
}

.team-details-wrapper .team-middle-items .team-skill-area .career-content ul li:not(:last-child) {
    margin-bottom: 20px;
}

.team-details-wrapper .team-bottom-items {
    margin-top: 120px;
    border-radius: 10px;
    padding: 80px 60px;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0px 2px 2px rgba(21, 23, 25, 0.1);
    border-radius: 12px;
    border: 2px solid var(--white);
}

@media (max-width: 1199px) {
    .team-details-wrapper .team-bottom-items {
        margin-top: 100px;
        padding: 50px;
    }
}

@media (max-width: 991px) {
    .team-details-wrapper .team-bottom-items {
        margin-top: 80px;
    }
}

@media (max-width: 767px) {
    .team-details-wrapper .team-bottom-items {
        padding: 40px 30px;
    }
}

@media (max-width: 575px) {
    .team-details-wrapper .team-bottom-items {
        padding: 30px;
    }
}

.team-details-wrapper .team-bottom-items .team-left-items p {
    margin-top: 20px;
}

.team-details-wrapper .team-bottom-items .team-left-items .phone-icon {
    display: flex;
    gap: 10px;
    border-radius: 70px;
    display: inline-flex;
    padding: 20px;
    font-weight: 600;
    line-height: 1;
    margin-top: 30px;
    background: linear-gradient(103.71deg, #5CABFF 17.96%, #007BFF 66.13%);
}

.team-details-wrapper .team-bottom-items .team-left-items .phone-icon .icon {
    color: var(--white);
}

.team-details-wrapper .team-bottom-items .team-left-items .phone-icon a {
    color: var(--white);
}

.team-details-wrapper .team-bottom-items .team-right-items {
    margin-left: 80px;
}

@media (max-width: 1199px) {
    .team-details-wrapper .team-bottom-items .team-right-items {
        margin-left: 0;
    }
}

.team-details-wrapper .team-bottom-items .team-right-items .contact-form-box {
    margin-top: 30px;
}

.team-details-wrapper .team-bottom-items .team-right-items .contact-form-box .form-clt input,
.team-details-wrapper .team-bottom-items .team-right-items .contact-form-box .form-clt textarea {
    outline: none;
    width: 100%;
    color: var(--header);
    padding-bottom: 20px;
    border: none;
    background: transparent;
    border-bottom: 1px solid rgba(15, 23, 42, 0.2);
    text-transform: capitalize;
}

.team-details-wrapper .team-bottom-items .team-right-items .contact-form-box .form-clt input::placeholder,
.team-details-wrapper .team-bottom-items .team-right-items .contact-form-box .form-clt textarea::placeholder {
    color: var(--header);
}

.team-details-wrapper .team-bottom-items .team-right-items .contact-form-box .form-clt textarea {
    padding-bottom: 120px;
}

.team-details-wrapper .team-bottom-items .team-right-items .contact-form-box .form-clt .form .single-select {
    border: none;
    border-bottom: 1px solid rgba(15, 23, 42, 0.2);
    background-color: transparent;
    width: 100%;
    height: initial;
    line-height: initial;
    text-transform: capitalize;
    color: var(--header);
    padding-bottom: 20px;
    border-radius: 0;
}

.team-details-wrapper .team-bottom-items .team-right-items .contact-form-box .form-clt .form .single-select .current {
    color: var(--header);
}

.team-details-wrapper .team-bottom-items .team-right-items .contact-form-box .form-clt .form .single-select::after {
    border-bottom: 2px solid var(--header);
    border-right: 2px solid var(--header);
    width: 8px;
    height: 8px;
    right: 12px;
}

.team-details-wrapper .team-bottom-items .team-right-items .contact-form-box .form-clt .form .single-select .list {
    width: 100%;
}

.news-box-items {
    margin-top: 30px;
    border: 2px solid var(--white);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0px 2px 2px rgba(21, 23, 25, 0.1);
    border-radius: 10px;
    padding: 15px;
}

.news-box-items .thumb {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.news-box-items .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    display: block;
    object-fit: cover;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-box-items .thumb img:first-child {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transform: translateX(50%) scaleX(2);
    transform: translate(50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.news-box-items .content {
    margin-top: 20px;
    padding: 15px;
    padding-top: 0;
    padding-bottom: 5px;
}

.news-box-items .content ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.news-box-items .content ul li {
    font-size: 16px;
    font-weight: 500;
}

.news-box-items .content ul li b {
    font-weight: 500;
    color: var(--header);
}

.news-box-items .content .title {
    font-size: 24px;
    font-weight: 600;
    margin-top: 14px;
}

@media (max-width: 1399px) {
    .news-box-items .content .title {
        font-size: 20px;
    }
}

@media (max-width: 1199px) {
    .news-box-items .content .title br {
        display: none;
    }
}

.news-box-items .content .title a:hover {
    color: var(--theme);
}

.news-box-items .content .service-btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -2%;
    height: 50px;
    line-height: 47px;
    padding: 0 25px;
    border-radius: 50px;
    color: var(--white);
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.4s ease-in-out;
    margin-top: 27px;
}

.news-box-items .content .service-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    background: linear-gradient(103.71deg, #5CABFF 17.96%, #007BFF 66.13%);
    transition: transform 0.6s ease;
    z-index: -1;
}

.news-box-items .content .service-btn i {
    margin-left: 6px;
}

.news-box-items .content .service-btn:hover::before {
    transform: rotate(180deg) scale(1.2);
}

.news-box-items:hover .thumb img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translate(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.news-box-items:hover .thumb img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.main-sideber {
    margin-left: 40px;
}

@media (max-width: 1600px) {
    .main-sideber {
        margin-left: 30px;
    }
}

@media (max-width: 1399px) {
    .main-sideber {
        margin-left: 0;
    }
}

.main-sideber .search-widget form {
    width: 100%;
    position: relative;
}

.main-sideber .search-widget form input {
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0px 2px 2px rgba(21, 23, 25, 0.1);
    border-radius: 12px;
    border: 2px solid var(--white);
    font-size: 16px;
    font-weight: 500;
    padding: 16px 20px;
    width: 100%;
    border: none;
    color: var(--header);
}

.main-sideber .search-widget form input::placeholder {
    color: var(--header);
}

.main-sideber .search-widget form button {
    position: absolute;
    right: 18px;
    top: 18px;
    font-size: 18px;
    color: var(--header);
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.main-sideber .search-widget form button:hover {
    color: var(--theme);
}

.main-sideber .news-info-box-item {
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0px 2px 2px rgba(21, 23, 25, 0.1);
    border-radius: 12px;
    border: 2px solid var(--white);
    padding: 40px 30px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 60px;
}

@media (max-width: 1399px) {
    .main-sideber .news-info-box-item {
        margin-bottom: 30px;
        padding: 30px;
    }
}

.main-sideber .news-info-box-item .content-one h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 10px;
}

.main-sideber .news-info-box-item .content-one span {
    font-size: 15px;
    font-weight: 400;
    color: rgba(3, 7, 13, 0.7);
    margin: 0 auto;
}

.main-sideber .news-info-box-item .content-two {
    margin-top: 15px;
}

.main-sideber .news-info-box-item .content-two p {
    margin: 0 auto;
    font-size: 18px;
    font-weight: 500;
    max-width: 330px;
    color: rgba(3, 7, 13, 0.8);
}

@media (max-width: 1399px) {
    .main-sideber .news-info-box-item .content-two p {
        font-size: 16px;
    }
}

.main-sideber .news-info-box-item .content-two .social-icon {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

.main-sideber .news-info-box-item .content-two .social-icon a {
    color: var(--header);
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.main-sideber .news-info-box-item .content-two .thems-btn {
    width: 100%;
}

.main-sideber .news-info-box-item .theme-btn-main {
    display: flex;
    justify-content: space-between;
}

.main-sideber .single-sideber-widget {
    margin-bottom: 60px;
}

.main-sideber .single-sideber-widget.style-2 {
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0px 2px 2px rgba(21, 23, 25, 0.1);
    border-radius: 12px;
    border: 2px solid var(--white);
    padding: 30px;
}

@media (max-width: 1399px) {
    .main-sideber .single-sideber-widget {
        margin-bottom: 30px;
    }
}

.main-sideber .single-sideber-widget .widget-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.main-sideber .single-sideber-widget .widget-title h3 {
    font-size: 28px;
    font-weight: 600;
}

.main-sideber .single-sideber-widget .category-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 600;
    color: var(--header);
    transition: all 0.4s ease-in-out;
    border-bottom: 1px solid rgba(21, 23, 26, 0.1);
    padding: 22px 25px;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 1;
    text-transform: capitalize;
}

@media (max-width: 1399px) {
    .main-sideber .single-sideber-widget .category-list li {
        font-size: 16px;
    }
}

.main-sideber .single-sideber-widget .category-list li a {
    color: var(--header);
}

.main-sideber .single-sideber-widget .category-list li:not(:last-child) {
    margin-bottom: 15px;
}

.main-sideber .single-sideber-widget .category-list li:hover {
    background-color: var(--theme);
}

.main-sideber .single-sideber-widget .category-list li:hover a {
    color: var(--white);
}

.main-sideber .single-sideber-widget .category-list li:hover span {
    color: var(--white);
}

.main-sideber .single-sideber-widget .recent-post-area .recent-items {
    display: flex;
    align-items: center;
    gap: 18px;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0px 2px 2px rgba(21, 23, 25, 0.1);
    border-radius: 12px;
    border: 2px solid var(--white);
    padding: 10px;
}

.main-sideber .single-sideber-widget .recent-post-area .recent-items:not(:last-child) {
    margin-bottom: 20px;
}

@media (max-width: 1399px) {
    .main-sideber .single-sideber-widget .recent-post-area .recent-items {
        gap: 12px;
    }
}

@media (max-width: 991px) {
    .main-sideber .single-sideber-widget .recent-post-area .recent-items {
        gap: 18px;
    }
}

.main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-thumb img {
    border-radius: 8px;
}

.main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-content span {
    font-size: 16px;
    font-weight: 600;
    color: var(--white);
    background-color: var(--header);
    padding: 2px 8px;
    transition: all 0.4s ease-in-out;
}

.main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-content h4 {
    margin-top: 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 15px;
}

@media (max-width: 1600px) {
    .main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-content h4 {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-content h4 {
        font-size: 14px;
    }
}

.main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-content h4 a:hover {
    color: var(--theme);
}

.main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-content ul li {
    color: var(--header);
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}

.main-sideber .single-sideber-widget .recent-post-area .recent-items:hover .recent-content span {
    background-color: var(--theme);
}

.main-sideber .single-sideber-widget .tagcloud a {
    display: inline-block;
    padding: 12px 15px;
    line-height: 1;
    font-weight: 600;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0px 2px 2px rgba(21, 23, 25, 0.1);
    border-radius: 12px;
    border: 2px solid var(--white);
    margin-right: 2px;
    margin-bottom: 10px;
    color: rgb(3, 7, 13);
    text-transform: capitalize;
}

@media (max-width: 1600px) {
    .main-sideber .single-sideber-widget .tagcloud a {
        padding: 12px 12px;
    }
}

.main-sideber .single-sideber-widget .tagcloud a:last-child {
    margin-right: 0;
}

.main-sideber .single-sideber-widget .tagcloud a:hover {
    background-color: var(--theme);
    color: var(--white);
}

.news-details-post .details-image {
    margin-bottom: 30px;
}

.news-details-post .details-image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.news-details-post .news-details-content ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.news-details-post .news-details-content ul li {
    font-size: 16px;
    font-weight: 500;
    color: var(--header);
}

.news-details-post .news-details-content ul li a {
    background-color: var(--theme);
    color: var(--white);
    display: inline-block;
    padding: 6px 8px;
    line-height: 1;
    transition: all 0.4s ease-in-out;
    font-size: 16px;
    font-weight: 500;
}

.news-details-post .news-details-content ul li a:hover {
    background-color: var(--theme);
}

.news-details-post .news-details-content h2 {
    font-size: 52px;
    font-weight: 600;
    margin-top: 10px;
}

@media (max-width: 1399px) {
    .news-details-post .news-details-content h2 {
        font-size: 36px;
    }
}

@media (max-width: 991px) {
    .news-details-post .news-details-content h2 {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .news-details-post .news-details-content h2 {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .news-details-post .news-details-content h2 {
        font-size: 24px;
    }
}

.news-details-post .news-details-content p {
    font-size: 18px;
    font-weight: 400;
    color: rgba(3, 7, 13, 0.7);
    margin-top: 16px;
}

@media (max-width: 1399px) {
    .news-details-post .news-details-content p {
        font-size: 16px;
    }
}

.news-details-post .news-details-content h3 {
    font-size: 32px;
    font-weight: 600;
    margin-top: 50px;
}

@media (max-width: 1399px) {
    .news-details-post .news-details-content h3 {
        font-size: 25px;
        margin-top: 30px;
    }
}

.news-details-post .news-details-content .news-details-list-2 {
    display: block;
    margin-top: 20px;
}

.news-details-post .news-details-content .news-details-list-2 li {
    font-size: 18px;
    font-weight: 500;
    color: rgb(3, 7, 13);
    margin-bottom: 15px;
}

@media (max-width: 1399px) {
    .news-details-post .news-details-content .news-details-list-2 li {
        font-size: 16px;
    }
}

.news-details-post .news-details-content .news-details-list-2 li i {
    margin-right: 5px;
}

.news-details-post .news-details-content .details-sideber {
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0px 2px 2px rgba(21, 23, 25, 0.1);
    border-radius: 12px;
    border: 2px solid var(--white);
    padding: 40px 30px;
    display: flex;
    align-items: start;
    gap: 30px;
    margin-top: 60px;
    margin-bottom: 30px;
}

@media (max-width: 1399px) {
    .news-details-post .news-details-content .details-sideber {
        flex-wrap: wrap;
        padding: 30px;
        margin-top: 30px;
    }
}

.news-details-post .news-details-content .details-sideber .icon {
    margin-top: 0px;
}

.news-details-post .news-details-content .details-sideber .content p {
    font-size: 24px;
    font-weight: 600;
    color: rgb(3, 7, 13);
    margin-bottom: 20px;
    line-height: 125%;
}

@media (max-width: 1600px) {
    .news-details-post .news-details-content .details-sideber .content p {
        font-size: 27px;
    }
}

@media (max-width: 1399px) {
    .news-details-post .news-details-content .details-sideber .content p {
        font-size: 16px;
    }
}

.news-details-post .news-details-content .details-sideber .content span {
    font-size: 20px;
    font-weight: 600;
    color: rgba(3, 7, 13, 0.5);
}

@media (max-width: 1399px) {
    .news-details-post .news-details-content .details-sideber .content span {
        font-size: 16px;
    }
}

.news-details-post .news-details-content .thumb {
    overflow: hidden;
    border-radius: 8px;
}

.news-details-post .news-details-content .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.news-details-post .news-details-content .tag-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
}

@media (max-width: 1399px) {
    .news-details-post .news-details-content .tag-wrapper {
        flex-wrap: wrap;
        gap: 25px;
        margin-top: 30px;
    }
}

.news-details-post .news-details-content .tag-wrapper .tagcloud-text {
    display: flex;
    align-items: center;
    gap: 8px;
}

.news-details-post .news-details-content .tag-wrapper .tagcloud-text span {
    font-size: 20px;
    font-weight: 600;
    color: rgb(3, 7, 13);
}

@media (max-width: 1399px) {
    .news-details-post .news-details-content .tag-wrapper .tagcloud-text span {
        font-size: 16px;
    }
}

.news-details-post .news-details-content .tag-wrapper .tagcloud-text a {
    display: inline-block;
    background-color: rgba(0, 123, 255, 0.1);
    font-size: 16px;
    font-weight: 600;
    color: rgb(3, 7, 13);
    padding: 6px 14px;
    border-radius: 100px;
}

.news-details-post .news-details-content .tag-wrapper .tagcloud-text a:hover {
    background-color: var(--theme);
    color: var(--white);
}

.news-details-post .news-details-content .tag-wrapper .social-icon {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

.news-details-post .news-details-content .tag-wrapper .social-icon a {
    color: var(--header);
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.news-details-post .news-details-content .slider-button {
    border-top: 1px solid rgba(3, 7, 13, 0.12);
    border-bottom: 1px solid rgba(3, 7, 13, 0.12);
    margin-top: 30px;
    padding: 15px 0;
}

.news-details-post .news-details-content .slider-button span {
    font-weight: 500;
}

.news-details-post .news-details-content .slider-button .cmn-next,
.news-details-post .news-details-content .slider-button .cmn-prev {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border-radius: 100px;
    transition: all 0.4s;
    border: 1px solid rgb(3, 7, 13);
}

.news-details-post .news-details-content .slider-button .cmn-next i,
.news-details-post .news-details-content .slider-button .cmn-prev i {
    color: rgb(3, 7, 13);
    transition: all 0.4s;
}

.news-details-post .news-details-content .slider-button .cmn-next:hover,
.news-details-post .news-details-content .slider-button .cmn-prev:hover {
    background: var(--theme);
    border-color: var(--theme);
}

.news-details-post .news-details-content .slider-button .cmn-next:hover i,
.news-details-post .news-details-content .slider-button .cmn-prev:hover i {
    color: var(--white);
}

.news-details-post .news-details-content .slider-button .previus-text {
    font-size: 16px;
    font-weight: 600;
    color: var(--header);
}

.news-details-post .news-details-content .comment-form-wrap {
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0px 2px 2px rgba(21, 23, 25, 0.1);
    border-radius: 12px;
    border: 2px solid var(--white);
    padding: 50px 30px 30px;
    margin-top: 50px;
}

@media (max-width: 1399px) {
    .news-details-post .news-details-content .comment-form-wrap {
        padding: 30px 30px 30px;
    }
}

.news-details-post .news-details-content .comment-form-wrap h3 {
    font-size: 32px;
    margin-bottom: 0px;
    font-weight: 600;
    margin-top: 0;
}

@media (max-width: 575px) {
    .news-details-post .news-details-content .comment-form-wrap h3 {
        font-size: 28px;
        margin-bottom: 20px;
    }
}

.news-details-post .news-details-content .comment-form-wrap p {
    font-size: 18px;
    font-weight: 400;
    color: rgba(3, 7, 13, 0.8);
    margin-top: 10px;
    margin-bottom: 15px;
}

.news-details-post .news-details-content .comment-form-wrap .form-clt input,
.news-details-post .news-details-content .comment-form-wrap .form-clt textarea {
    width: 100%;
    outline: none;
    background-color: transparent;
    border: 1px solid rgba(21, 23, 26, 0.1);
    border-radius: 8px;
    padding: 16px 20px;
    font-weight: 500;
    color: rgba(3, 7, 13, 0.5);
}

.news-details-post .news-details-content .comment-form-wrap .form-clt input::placeholder,
.news-details-post .news-details-content .comment-form-wrap .form-clt textarea::placeholder {
    color: rgba(3, 7, 13, 0.5);
}

.news-details-post .news-details-content .comment-form-wrap .form-clt textarea {
    padding-bottom: 100px;
}

.news-details-post .news-details-content .sq-checkbox {
    cursor: pointer;
    display: flex;
    align-items: center;
}

@media (max-width: 1399px) {
    .news-details-post .news-details-content .sq-checkbox {
        flex-wrap: wrap;
        gap: 10px;
    }
}

.news-details-post .news-details-content .sq-checkbox input:checked+.box {
    background: var(--theme);
    border-color: var(--theme);
}

.news-details-post .news-details-content .sq-checkbox input:checked+.box .check {
    transform: scale(1);
    color: #fff;
}

.news-details-post .news-details-content .sq-checkbox input:not(:checked)+.box .check {
    color: #000;
    transform: scale(1);
}

.news-details-post .news-details-content .sq-checkbox .box {
    width: 24px;
    height: 24px;
    display: inline-grid;
    place-items: center;
    border: 1px solid rgba(3, 7, 13, 0.12);
    margin-right: 10px;
}

.news-details-post .news-details-content .sq-checkbox .box .check {
    width: 16px;
    height: 16px;
    font-weight: 700;
    transition: all 0.14s ease;
}

.news-details-post .news-details-content .sq-checkbox input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.news-standard-items {
    border: 1px solid rgb(223, 220, 210);
    padding: 14px;
    margin-bottom: 30px;
    border-radius: 8px;
}

.news-standard-items .thumb {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.news-standard-items .thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 8px;
}

.news-standard-items .thumb img:first-child {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transform: translateX(50%) scaleX(2);
    transform: translate(50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.news-standard-items .content {
    padding: 30px 16px;
}

.news-standard-items .content ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.news-standard-items .content ul li {
    font-size: 14px;
    color: var(--header);
}

.news-standard-items .content ul li a {
    background-color: var(--header);
    color: var(--white);
    border-radius: 60px;
    display: inline-block;
    padding: 6px 8px;
    line-height: 1;
    transition: all 0.4s ease-in-out;
    font-size: 16px;
    font-weight: 500;
}

.news-standard-items .content ul li a:hover {
    background-color: var(--theme);
}

.news-standard-items .content .title {
    letter-spacing: -1px;
    font-size: 40px;
    font-weight: 500;
    margin-top: 20px;
}

@media (max-width: 1399px) {
    .news-standard-items .content .title {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .news-standard-items .content .title {
        font-size: 20px;
    }
}

.news-standard-items .content .title a:hover {
    color: var(--theme);
}

.news-standard-items .content p {
    font-size: 18px;
    font-weight: 400;
    color: rgba(3, 7, 13, 0.8);
    margin-bottom: 40px;
    margin-top: 15px;
}

@media (max-width: 1399px) {
    .news-standard-items .content p {
        font-size: 16px;
        margin-bottom: 30px;
    }
}

.news-standard-items:hover .thumb img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translate(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.news-standard-items:hover .thumb img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.gt-news-box-items-3 {
    margin-top: 30px;
}

.gt-news-box-items-3 .gt-thumb {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.gt-news-box-items-3 .gt-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: block;
    object-fit: cover;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.gt-news-box-items-3 .gt-thumb img:first-child {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transform: translateX(50%) scaleX(2);
    transform: translate(50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.gt-news-box-items-3 .gt-content {
    margin-top: 20px;
}

.gt-news-box-items-3 .gt-content ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}

.gt-news-box-items-3 .gt-content ul li {
    font-size: 14px;
    font-weight: 600;
    color: var(--text);
    position: relative;
    padding-left: 14px;
}

.gt-news-box-items-3 .gt-content ul li::before {
    position: absolute;
    top: 10px;
    left: 0;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: var(--theme);
}

.gt-news-box-items-3 .gt-content h3 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
    line-height: 160%;
    border-bottom: 1px solid rgba(5, 17, 26, 0.2);
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 18px;
}

.gt-news-box-items-3 .gt-content h3 a {
    color: var(--header);
}

.gt-news-box-items-3 .gt-content h3 a:hover {
    color: var(--theme);
}

.gt-news-box-items-3 .gt-content span {
    font-weight: 600;
    font-size: 14px;
    color: var(--text);
}

.gt-news-box-items-3 .gt-content span img {
    margin-right: 10px;
}

.gt-news-box-items-3:hover .gt-thumb img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translate(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.gt-news-box-items-3:hover .gt-thumb img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.faq-items-1 .accordion-box {
    position: relative;
    margin-top: 50px;
    padding-top: 30px;
}

@media (max-width: 767px) {
    .faq-items-1 .accordion-box {
        margin-top: 30px;
    }
}

.faq-items-1 .accordion-box .block {
    position: relative;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0px 2px 2px rgba(21, 23, 25, 0.1);
    border-radius: 12px;
    margin-bottom: 10px;
    margin-bottom: 20px;
    line-height: 1;
    padding: 40px 30px;
    border: 2px solid var(--white);
    padding-left: 80px;
}

@media (max-width: 767px) {
    .faq-items-1 .accordion-box .block {
        line-height: 1.3;
        padding: 20px 25px;
        padding-left: 80px;
    }
}

.faq-items-1 .accordion-box .block .acc-btn {
    position: relative;
    font-size: 22px;
    color: var(--header);
    font-weight: 600;
    font-family: "Plus Jakarta Sans", sans-serif;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media (max-width: 1199px) {
    .faq-items-1 .accordion-box .block .acc-btn {
        padding-right: 40px;
    }
}

@media (max-width: 470px) {
    .faq-items-1 .accordion-box .block .acc-btn {
        font-size: 17px;
    }
}

.faq-items-1 .accordion-box .block .acc-btn .number {
    font-size: 22px;
    font-family: 600;
    color: var(--theme);
    position: absolute;
    top: 0;
    left: -50px;
}

.faq-items-1 .accordion-box .block .acc-btn .icon {
    position: absolute;
    right: 0;
    top: -5px;
    height: 35px;
    font-size: 16px;
    line-height: 18px;
    color: var(--white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    background: var(--header);
}

.faq-items-1 .accordion-box .block .acc-content {
    position: relative;
    display: none;
    margin-top: 22px;
}

@media (max-width: 470px) {
    .faq-items-1 .accordion-box .block .acc-content {
        margin-top: 10px;
    }
}

.faq-items-1 .accordion-box .block .acc-content .content {
    position: relative;
}

.faq-items-1 .accordion-box .block .acc-content .content .text {
    line-height: 175%;
}

@media (max-width: 1199px) {
    .faq-items-1 .accordion-box .block .acc-content .content .text {
        font-size: 14px;
    }
}

@media (max-width: 470px) {
    .faq-items-1 .accordion-box .block .acc-content .content .text {
        font-size: 13px;
    }
}

.faq-items-1 .accordion-box .block .acc-content.current {
    display: block;
}

.faq-items-1 .accordion-box .block .acc-btn.active .icon:before {
    content: "\f00d";
}

.faq-items-1 .accordion-box .block .acc-btn.active .icon {
    background: linear-gradient(103.71deg, #5CABFF 17.96%, #007BFF 66.13%);
}

.faq-items-1 .accordion-box .block:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .faq-section .section-title-area {
        justify-content: center;
        text-align: center;
    }
}

.faq-section-two .faq-image-two {
    border-radius: 12px;
    margin-top: 30px;
}

.faq-section-two .faq-image-two img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.faq-items-two .accordion-box {
    position: relative;
    margin-top: 30px;
}

.faq-items-two .accordion-box .block {
    position: relative;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0px 2px 2px rgba(21, 23, 25, 0.1);
    border-radius: 12px;
    margin-bottom: 10px;
    margin-bottom: 20px;
    line-height: 1;
    padding: 34px 30px;
    border: 2px solid var(--white);
    padding-left: 80px;
}

@media (max-width: 767px) {
    .faq-items-two .accordion-box .block {
        line-height: 1.3;
        padding: 20px 25px;
        padding-left: 80px;
    }
}

.faq-items-two .accordion-box .block .acc-btn {
    position: relative;
    font-size: 22px;
    color: var(--header);
    font-weight: 600;
    font-family: "Plus Jakarta Sans", sans-serif;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media (max-width: 1199px) {
    .faq-items-two .accordion-box .block .acc-btn {
        padding-right: 40px;
    }
}

@media (max-width: 470px) {
    .faq-items-two .accordion-box .block .acc-btn {
        font-size: 17px;
    }
}

.faq-items-two .accordion-box .block .acc-btn .number {
    font-size: 22px;
    font-family: 600;
    color: var(--theme);
    position: absolute;
    top: 0;
    left: -50px;
}

.faq-items-two .accordion-box .block .acc-btn .icon {
    position: absolute;
    right: 0;
    top: -5px;
    height: 35px;
    font-size: 16px;
    line-height: 18px;
    color: var(--white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    background: var(--header);
}

.faq-items-two .accordion-box .block .acc-content {
    position: relative;
    display: none;
    margin-top: 22px;
}

@media (max-width: 470px) {
    .faq-items-two .accordion-box .block .acc-content {
        margin-top: 10px;
    }
}

.faq-items-two .accordion-box .block .acc-content .content {
    position: relative;
}

.faq-items-two .accordion-box .block .acc-content .content .text {
    line-height: 175%;
}

@media (max-width: 1199px) {
    .faq-items-two .accordion-box .block .acc-content .content .text {
        font-size: 14px;
    }
}

@media (max-width: 470px) {
    .faq-items-two .accordion-box .block .acc-content .content .text {
        font-size: 13px;
    }
}

.faq-items-two .accordion-box .block .acc-content.current {
    display: block;
}

.faq-items-two .accordion-box .block .acc-btn.active .icon:before {
    content: "\f00d";
}

.faq-items-two .accordion-box .block .acc-btn.active .icon {
    background: linear-gradient(103.71deg, #5CABFF 17.96%, #007BFF 66.13%);
}

.faq-items-two .accordion-box .block:last-child {
    margin-bottom: 0;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-100% - var(--gap)));
    }
}

.marquee {
    position: relative;
    --duration: 100s;
    --gap: 0px;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: 0;
}

.marquee .marquee-group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 30px;
    min-width: 100%;
    animation: scroll var(--duration) linear infinite;
}

.marquee .marquee-group .icon-box {
    background: rgba(255, 255, 255, 0.1);
    border: 1.13258px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(18.1212px);
    border-radius: 9.78671px;
    width: 123px;
    height: 123px;
    line-height: 123px;
    text-align: center;
    border-radius: 10px;
}

@keyframes scrollLTR {
    0% {
        transform: translateX(calc(-100% - var(--gap)));
    }
    100% {
        transform: translateX(0);
    }
}

.brand-section-one {
    margin: 0 30px;
}

@media (max-width: 1199px) {
    .brand-section-one {
        margin: 0 20px;
    }
}

.brand-section-one .text {
    font-size: 20px;
    font-weight: 600;
    color: var(--header);
    text-align: center;
    margin-bottom: 60px;
}

.brand-section-one .text b {
    color: var(--theme);
    font-weight: 600;
}

.brand-section-one .brand-img {
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid #fff;
    backdrop-filter: blur(15px);
    width: 285px;
    height: 123px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 80px;
}

.brand-section-one .marquee {
    --duration: 40s;
    gap: 30px;
}

.brand-section-two .text {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    height: 42px;
    line-height: 33px;
    border-radius: 80px;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0px 2px 2px rgba(21, 23, 25, 0.1);
    border: 3px solid #fff;
    backdrop-filter: blur(15px);
    padding: 0 15px;
    margin-bottom: 50px;
    display: inline-block;
}

.brand-section-two .text b {
    color: var(--theme);
    font-weight: 600;
}

.brand-section-two .brand-img {
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid #fff;
    backdrop-filter: blur(15px);
    width: 285px;
    height: 123px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.brand-section-two .marquee {
    --duration: 40s;
    gap: 30px;
}

.brand-section-two.style-3page .marquee {
    position: relative;
}

.brand-section-two.style-3page .marquee::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 500px;
    background: linear-gradient(90deg, #EDF1F5 -2.22%, rgba(237, 241, 245, 0) 97.03%);
    z-index: 1;
}

@media (max-width: 991px) {
    .brand-section-two.style-3page .marquee::before {
        display: none;
    }
}

.brand-section-two.style-3page .marquee::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    height: 100%;
    width: 500px;
    background: linear-gradient(88deg, rgba(237, 241, 245, 0) 0%, #EDF1F5 99.25%);
    z-index: 1;
}

@media (max-width: 991px) {
    .brand-section-two.style-3page .marquee::after {
        display: none;
    }
}

.marquee-section-2 {
    background-color: var(--theme);
}

.marquee-section-2 .marquee {
    gap: 40px;
    --duration: 50s;
}

.marquee-section-2 .text {
    display: flex;
    align-items: center;
    gap: 40px;
    font-size: 28px;
    font-weight: 600;
    color: var(--white);
    text-transform: capitalize;
    padding: 18px 0;
}

.marquee-section-2 .text img {
    animation: cir36 10s linear infinite;
}

.banner-wrapper-two .list-items {
    background: linear-gradient(94.68deg, rgba(255, 255, 255, 0.04) 7.02%, rgba(255, 255, 255, 0.09) 90.21%);
    backdrop-filter: blur(15px);
    border-radius: 8px;
    margin-top: 50px;
}

.banner-wrapper-two .list-items li {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 30px 30px;
}

.banner-wrapper-two .list-items li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.banner-wrapper-two .list-items li i {
    color: var(--white);
}

.banner-section-two {
    position: relative;
}

@media (max-width: 991px) {
    .banner-section-two {
        padding-bottom: 0 !important;
    }
}

.banner-section-two .thumb-1 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 720px;
}

@media (max-width: 1399px) {
    .banner-section-two .thumb-1 {
        max-width: initial;
        width: 50%;
    }
}

@media (max-width: 991px) {
    .banner-section-two .thumb-1 {
        position: static;
        width: 100%;
        margin-top: 30px;
        height: 500px;
        overflow: hidden;
    }
}

.banner-section-two .thumb-1 .frame-shape {
    position: absolute;
    bottom: 120px;
    left: -38%;
}

@media (max-width: 1899px) {
    .banner-section-two .thumb-1 .frame-shape {
        left: -150px;
    }
}

@media (max-width: 1600px) {
    .banner-section-two .thumb-1 .frame-shape {
        left: -70px;
        max-width: 220px;
    }
}

@media (max-width: 1399px) {
    .banner-section-two .thumb-1 .frame-shape {
        display: none;
    }
}

.banner-section-two .thumb-1 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.app-banner-section .section-title h2 {
    font-size: 78px;
}

@media (max-width: 1399px) {
    .app-banner-section .section-title h2 {
        font-size: 55px;
    }
}

@media (max-width: 991px) {
    .app-banner-section .section-title h2 {
        font-size: 45px;
    }
}

@media (max-width: 767px) {
    .app-banner-section .section-title h2 {
        font-size: 35px;
    }
}

.app-banner-section .button-items {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 35px;
    margin-bottom: 75px;
}

.app-banner-section .mobile-list-items {
    margin: 0 20px;
    margin-bottom: -15%;
}

.app-banner-section .mobile-list-items .mobile-image img {
    width: 100%;
    height: 100%;
}

.gt-contact-managenment-image {
    position: relative;
}

.gt-contact-managenment-image .shape-3 {
    position: absolute;
    right: -32px;
    text-align: 0;
    top: -30px;
}

@media (max-width: 1399px) {
    .gt-contact-managenment-image .shape-3 {
        display: none;
    }
}

.cta-box-items {
    border-radius: 20px;
    padding: 60px;
}

@media (max-width: 1199px) {
    .cta-box-items {
        padding: 50px 40px;
    }
}

@media (max-width: 767px) {
    .cta-box-items {
        padding: 40px 30px;
    }
}

@media (max-width: 575px) {
    .cta-box-items {
        padding: 30px 25px;
    }
}

.cta-box-items .cta-content {
    max-width: 840px;
    margin: 0 auto;
}

.cta-box-items .cta-content h2 {
    font-style: italic;
    font-size: 60px;
}

@media (max-width: 767px) {
    .cta-box-items .cta-content h2 {
        font-size: 48px;
    }
}

@media (max-width: 575px) {
    .cta-box-items .cta-content h2 {
        font-size: 40px;
    }
}

.cta-box-items .cta-content .theme-btn-main {
    margin-top: 50px;
}

@media (max-width: 1199px) {
    .cta-box-items .cta-content .theme-btn-main {
        margin-top: 40px;
    }
}

.cta-box-items .cta-content .theme-btn-main .theme-btn {
    display: inline-block;
    margin-bottom: 0;
}

.cta-box-items .cta-content ul {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    margin-top: 40px;
}

@media (max-width: 1199px) {
    .cta-box-items .cta-content ul {
        flex-wrap: wrap;
        margin-top: 30px;
    }
}

.cta-box-items .cta-content ul li {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    padding-left: 20px;
}

.cta-box-items .cta-content ul li::before {
    position: absolute;
    top: 10px;
    left: 0;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: var(--theme);
}

.contact-us-wrapper .contact-us-content .contact-us-item {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(21, 23, 26, 0.1);
    border-bottom: 1px solid rgba(21, 23, 26, 0.1);
    padding-top: 60px;
    margin-top: 150px;
    position: relative;
    padding-bottom: 60px;
}

@media (max-width: 1399px) {
    .contact-us-wrapper .contact-us-content .contact-us-item {
        margin-top: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .contact-us-wrapper .contact-us-content .contact-us-item {
        flex-wrap: wrap;
        gap: 30px;
    }
}

.contact-us-wrapper .contact-us-content .contact-us-item::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background-color: rgba(21, 23, 26, 0.1);
    left: 290px;
    top: 0;
}

@media (max-width: 1399px) {
    .contact-us-wrapper .contact-us-content .contact-us-item::before {
        display: none;
    }
}

.contact-us-wrapper .contact-us-content .contact-us-item .contact-content .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: linear-gradient(103.71deg, #5CABFF 17.96%, #007BFF 66.13%);
    border-radius: 40px;
    margin-bottom: 30px;
    text-align: center;
}

.contact-us-wrapper .contact-us-content .contact-us-item .contact-content .cont span {
    color: #000000;
    display: inline-block;
    margin-bottom: 30px;
}

@media (max-width: 1399px) {
    .contact-us-wrapper .contact-us-content .contact-us-item .contact-content .cont span {
        margin-bottom: 20px;
    }
}

.contact-us-wrapper .contact-us-content .contact-us-item .contact-content .cont h3 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 150%;
}

.contact-us-wrapper .contact-box {
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0px 2px 2px rgba(21, 23, 25, 0.1);
    border-radius: 12px;
    border: 2px solid var(--white);
    padding: 60px 30px;
    margin-left: 40px;
}

@media (max-width: 1399px) {
    .contact-us-wrapper .contact-box {
        margin-left: 0;
        padding: 30px;
    }
}

.contact-us-wrapper .contact-box h3 {
    font-size: 32px;
    margin-bottom: 30px;
}

@media (max-width: 1399px) {
    .contact-us-wrapper .contact-box h3 {
        font-size: 20px;
    }
}

.contact-us-wrapper .contact-box .form-clt input,
.contact-us-wrapper .contact-box .form-clt textarea {
    outline: none;
    width: 100%;
    color: var(--header);
    padding: 16px 25px;
    background: transparent;
    border: 1px solid rgba(21, 23, 26, 0.1);
    text-transform: capitalize;
    color: rgba(21, 23, 26, 0.7);
    border-radius: 8px;
}

.contact-us-wrapper .contact-box .form-clt input::placeholder,
.contact-us-wrapper .contact-box .form-clt textarea::placeholder {
    color: rgba(21, 23, 26, 0.7);
}

.contact-us-wrapper .contact-box .form-clt textarea {
    padding-bottom: 170px;
}

@media (max-width: 1399px) {
    .contact-us-wrapper .contact-box .form-clt textarea {
        padding-bottom: 120px;
    }
}

.contact-us-section {
    border-top: 1px solid rgba(21, 23, 26, 0.1);
}

.contact-box-item {
    display: flex;
    align-items: center;
    gap: 28px;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0px 2px 2px rgba(21, 23, 25, 0.1);
    border-radius: 8px;
    border: 2px solid var(--white);
}

@media (max-width: 1399px) {
    .contact-box-item {
        flex-wrap: wrap;
    }
}

@media (max-width: 1399px) {
    .contact-box-item .contact-image {
        flex-basis: 100%;
    }
}

.contact-box-item .contact-image img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

@media (max-width: 1399px) {
    .contact-box-item .contact-image img {
        border-radius: 8px;
    }
}

@media (max-width: 1399px) {
    .contact-box-item .contact-content {
        padding-left: 25px;
        padding-bottom: 25px;
    }
}

.contact-box-item .contact-content h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.contact-box-item .contact-content p {
    max-width: 260px;
    font-size: 16px;
}

.contact-box-item .contact-content .view-btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #15171A;
    border-bottom: 2px solid var(--header);
    margin-top: 25px;
    margin-bottom: 30px;
}

.contact-box-item .contact-content .view-btn i {
    margin-left: 5px;
}

.contact-box-item .contact-content h3 {
    font-size: 16px;
    font-weight: 600;
}

.contact-box-item .contact-content h3 a {
    color: #15171A;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff;
    border-radius: 5px;
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: linear-gradient(103.71deg, #5CABFF 17.96%, #007BFF 66.13%);
    border-radius: 0;
}

.array-button {
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 999;
}

.array-button .array-prev,
.array-button .array-next {
    border-radius: 100px;
    border: 1px solid rgba(59, 130, 246, 0.2);
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    border-radius: 50%;
    color: #3B82F6;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    font-size: 15px;
}

.array-button .array-prev:hover,
.array-button .array-next:hover {
    background-color: var(--theme);
    color: var(--white);
}

.swiper-dot {
    position: relative;
}

.swiper-dot .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    transition: 0.6s;
    background-color: #111827;
    opacity: 1;
    border-radius: 10px;
}

.swiper-dot .swiper-pagination-bullet:not(:last-child) {
    margin-right: 5px;
}

.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--theme);
    transition: 0.6s;
    position: relative;
}

.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.fix {
    overflow: hidden;
}

.ralt {
    position: relative;
}

.gt-slide-transtion {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.gt-brand-slide-element {
    width: auto;
    display: inline-block;
}

.p-relative {
    position: relative;
}

/* ================================
   Split Text Styles
================================ */

.split-title .word {
    display: inline-block;
    white-space: nowrap;
}

/* char animation */

.split-title .char {
    display: inline-block;
    transform-origin: left center;
    clip-path: inset(0 100% 0 0);
    opacity: 0;
}

.body-bg-2 {
    background-color: #FFFCF8;
}

.array-buttons {
    display: flex;
    align-items: center;
    gap: 8px;
}

.array-buttons .array-prev,
.array-buttons .array-next {
    transition: all 0.4s ease-in-out;
}

.array-buttons .array-prev:hover,
.array-buttons .array-next:hover {
    color: var(--theme);
}

.page-nav-wrap {
    margin-top: 50px;
}

.page-nav-wrap ul li {
    display: inline-block;
}

.page-nav-wrap ul li.active .page-numbers {
    background-color: var(--theme);
    color: var(--white);
}

.page-nav-wrap ul li .page-numbers.current {
    background-color: var(--theme);
    color: var(--white);
}

.page-nav-wrap ul li .page-numbers {
    display: inline-block;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    border-radius: 0;
    background: transparent;
    color: var(--header);
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    margin: 0 2px;
    border-radius: 100px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    border: 1px solid rgba(21, 23, 26, 0.12);
}

@media (max-width: 767px) {
    .page-nav-wrap ul li .page-numbers {
        margin-top: 10px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
}

.page-nav-wrap ul li .page-numbers i {
    margin-top: 2px;
    color: var(--header);
    transition: all 0.4s ease-in-out;
    font-size: 16px;
}

.page-nav-wrap ul li .page-numbers:hover {
    background-color: var(--theme);
    color: var(--white);
}

.page-nav-wrap ul li .page-numbers:hover i {
    color: var(--white);
}

.z-index-1 {
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    br {
        display: none;
    }
}

.swiper-dot {
    position: relative;
}

.swiper-dot .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    transition: 0.6s;
    background-color: #03070D;
    opacity: 1;
    border-radius: 8px;
}

.swiper-dot .swiper-pagination-bullet:not(:last-child) {
    margin-right: 5px;
}

.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--theme);
    transition: 0.6s;
    position: relative;
}

.jump-anim,
.studio-text {
    display: inline-block;
}

.p-relative {
    position: relative;
}

.sec-line-shape img {
    width: 100%;
}

.image-distortion {
    overflow: hidden;
    height: 100%;
    position: relative;
}

.image-distortion canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/* ================================
   CLIP ANIMATION STYLE
================================ */

.tp-clip-anim {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.tp-clip-anim .tp-anim-img {
    width: 100%;
    display: block;
    opacity: 0;
    /* hide original */
}

/* mask base */

.tp-clip-anim .mask {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.1);
    opacity: 0;
    animation: reveal 1s forwards;
    will-change: transform, opacity;
}

/* 9 slice animation */

.mask-1 {
    clip-path: inset(0 88.8% 0 0%);
    animation-delay: 0.1s;
}

.mask-2 {
    clip-path: inset(0 77.7% 0 11.1%);
    animation-delay: 0.2s;
}

.mask-3 {
    clip-path: inset(0 66.6% 0 22.2%);
    animation-delay: 0.3s;
}

.mask-4 {
    clip-path: inset(0 55.5% 0 33.3%);
    animation-delay: 0.4s;
}

.mask-5 {
    clip-path: inset(0 44.4% 0 44.4%);
    animation-delay: 0.5s;
}

.mask-6 {
    clip-path: inset(0 33.3% 0 55.5%);
    animation-delay: 0.6s;
}

.mask-7 {
    clip-path: inset(0 22.2% 0 66.6%);
    animation-delay: 0.7s;
}

.mask-8 {
    clip-path: inset(0 11.1% 0 77.7%);
    animation-delay: 0.8s;
}

.mask-9 {
    clip-path: inset(0 0% 0 88.8%);
    animation-delay: 0.9s;
}

/* animation */

@keyframes reveal {
    from {
        opacity: 0;
        transform: scale(1.2);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.text_invert>div {
    background-image: linear-gradient(to right, rgb(137, 137, 137) 50%, rgb(137, 137, 137) 50%);
    background-size: 200% 100%;
    background-position-x: 100%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}

.text_invert-2>div {
    background-image: linear-gradient(to right, rgb(255, 255, 255) 50%, rgb(137, 137, 137) 50%);
    background-size: 200% 100%;
    background-position-x: 100%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}

.side-bar-logo{
    width: 180px;
}

/* Checkout section box styling */
.checkout-box {
    background: #ffffff;
    border: 1px solid #e6ecf5;
    border-radius: 10px;
    padding: 25px;
}

/* White input + select fields */
.checkout-box .form-control,
.checkout-box .form-select {
    background-color: #ffffff !important;
    border: 1px solid #d9e2ef;
    padding: 12px;
    height: 48px;
    font-size: 15px;
    color: #333;
    border-radius: 8px;
}

/* Fix focus outline (blue theme) */
.checkout-box .form-control:focus,
.checkout-box .form-select:focus {
    border-color: #0075ff;
    box-shadow: 0 0 0 0.15rem rgba(0, 117, 255, 0.2);
}

/* Labels */
.checkout-box .form-label {
    font-weight: 600;
    color: #0a1a2a;
}

/* Order summary card */
.order-summary-box {
    background: #ffffff;
    border: 1px solid #e6ecf5;
    border-radius: 10px;
    padding: 25px;
}

/* Checkout button */

.checkout-section{
    padding: 100px 0;
}


.btn-checkout {
    background: #ff8c00;
    color: #fff;
    padding: 12px 22px;
    border-radius: 8px;
    border: none;
    transition: 0.3s ease;
}

.btn-checkout:hover {
    background: #e67a00;
}

/* White input + select fields with matching border */
.checkout-box .form-control,
.checkout-box .form-select {
    background-color: #ffffff !important;
    border: 1px solid #d9e2ef !important;  /* SAME BORDER */
    padding: 12px;
    height: 48px;
    font-size: 15px;
    color: #333;
    border-radius: 8px;
}

/* Focus state (blue theme) */
.checkout-box .form-control:focus,
.checkout-box .form-select:focus {
    border-color: #0075ff !important;
    box-shadow: 0 0 0 0.15rem rgba(0, 117, 255, 0.25);
}

/* Labels */
.checkout-box .form-label {
    font-weight: 600;
    color: #0a1a2a;
}

/*# sourceMappingURL=main.css.map */
#my-widget-popup {
    top: auto !important;
    bottom: 20px !important;
}

#widget-content {
    bottom: 0px !important;
    top: auto !important;
}