/*-----------------------------------------------------------------------------------

    Template Name: xelo - WordPress Theme for Business & Creative
    Author: DevsVis
    Support: 
    Description: 
    Version: 1.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

	-----------------
    01. THEME CSS
	-----------------
		1.1 Theme Default
		1.2 Common Classes
		1.3 Default Spacing

	-----------------
    02. COMPONENTS css
	-----------------
		2.1 Back to top
		2.2 Theme Settings

	-----------------
    03. HEADER CSS
	-----------------
		3.1 Header Style 

	---------------------------------
	07. PAGES CSS
	---------------------------------
		7.1 Slider css




**********************************************/
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500&display=swap");
/* Regular (400) */
@font-face {
    font-family: "Ginger";
    src: url("../fonts/Ginger.otf") format("opentype"), url("../fonts/Ginger.ttf") format("truetype"), url("../fonts/Ginger.woff") format("wotf");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
/* Regular (400) */
@font-face {
    font-family: "bdo-grotesk";
    src: url("../fonts/BDOGrotesk-Regular.otf") format("opentype"), url("../fonts/BDOGrotesk-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
/* Medium (500) */
@font-face {
    font-family: "bdo-grotesk";
    src: url("../fonts/BDOGrotesk-Medium.otf") format("opentype"), url("../fonts/BDOGrotesk-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
/* Bold (700) */
@font-face {
    font-family: "bdo-grotesk";
    src: url("../fonts/BDOGrotesk-Bold.otf") format("opentype"), url("../fonts/BDOGrotesk-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
:root {
    /**
  @font family declaration
  */
    --xelo-ff-body: "DM Sans", serif;
    --xelo-ff-heading: "bdo-grotesk", serif;
    --xelo-ff-p: "DM Sans", serif;
    --xelo-ff-font-secondary: "Ginger", serif;
    /**
  @color declaration
  */
    --xelo-common-white: #ffffff;
    --xelo-common-black: #000000;
    --xelo-heading-primary: #0d0d0d;
    --xelo-text-body: #555e63;
    --xelo-theme-primary: #00dd3b;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*---------------------------------
	typography css start 
---------------------------------*/
body {
    font-size: 18px;
    line-height: 1.5;
    font-weight: normal;
    color: var(--xelo-text-body);
    font-family: var(--xelo-ff-body);
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    font-weight: 300;
    line-height: 1.5;
    color: var(--xelo-heading-primary);
    font-family: var(--xelo-ff-heading);
}

h1 {
    font-size: 86px;
}

h2 {
    font-size: 70px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

p {
    margin-top: 0;
    margin-bottom: 30px;
}

img,
svg {
    vertical-align: middle;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

/*---------------------------------
    1.2 Common Classes
---------------------------------*/
.text-center {
    text-align: center;
}

.w-img img {
    width: 100%;
}

.m-img img {
    max-width: 100%;
}

.fix {
    overflow: hidden;
}

.clear {
    clear: both;
}

.z-index-1 {
    z-index: 1;
}

.z-index-11 {
    z-index: 11;
}

.overflow-y-visible {
    overflow-x: hidden;
    overflow-y: visible;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.include-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/*----------------------------------------*/
/*  2.3 Buttons
/*----------------------------------------*/
.xelo-section-title {
    line-height: 1;
    font-size: 70px;
    font-weight: 500;
    letter-spacing: -0.06em;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .xelo-section-title {
        font-size: 52px;
        line-height: 1.08;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .xelo-section-title {
        font-size: 52px;
        line-height: 1.1;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .xelo-section-title {
        font-size: 38px;
        line-height: 1.1;
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .xelo-section-title {
        font-size: 48px;
        line-height: 1.1;
        margin-bottom: 25px;
        letter-spacing: -0.05em;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .xelo-section-title br {
        display: none;
    }
}
.xelo-section-title span {
    z-index: 1;
    font-size: 70px;
    font-weight: 700;
    line-height: 72px;
    position: relative;
    letter-spacing: -0.06em;
    background: linear-gradient(45deg, #00dd3b -64%, #0058dd 230%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .xelo-section-title span {
        display: inline-block;
        transform: translateY(10px);
    }
}
.xelo-section-title span div {
    z-index: 1;
    font-size: 70px;
    font-weight: 700;
    line-height: 72px;
    position: relative;
    letter-spacing: -0.06em;
    background: linear-gradient(45deg, #00dd3b -64%, #0058dd 230%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .xelo-section-title span div {
        display: inline-block;
        transform: translateY(10px);
    }
}
.xelo-section-title.white {
    color: var(--xelo-common-white);
}
.xelo-section p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: var(--xelo-common-black);
}
@media (max-width: 767px) {
    .xelo-section p br {
        display: none;
    }
}

/* Xelo-btn */
.xelo-btn {
    align-items: center;
    display: inline-flex;
    transition: 0.4s ease-in-out;
}

.gradient-circle-border-btn {
    z-index: 1;
    width: 60px;
    height: 60px;
    border: none;
    font-size: 28px;
    overflow: hidden;
    position: relative;
    align-items: center;
    border-radius: 50px;
    display: inline-flex;
    justify-content: center;
    background: transparent;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    color: var(--xelo-heading-primary);
}
.gradient-circle-border-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 2px;
    background: linear-gradient(262.99deg, #ff5f1c 0%, #00dd3b 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.gradient-border-btn {
    z-index: 1;
    border: none;
    line-height: 1;
    font-size: 18px;
    overflow: hidden;
    font-weight: 500;
    position: relative;
    padding: 21px 29px;
    border-radius: 50px;
    display: inline-block;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    color: var(--xelo-heading-primary);
}
.gradient-border-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 50px;
    background: linear-gradient(262.99deg, #00dd3b -24.09%, #ff5f1c 61.52%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.gradient-circle-border-btn.after {
    transform: scale3d(0.5, 0.5, 1);
    margin-inline-start: -60px;
    opacity: 0;
    margin-left: -60px;
}

.xelo-btn span:nth-child(1) {
    margin-right: 5px;
    transition: 0.4s ease-in-out;
}

.xelo-btn span:nth-child(3) {
    margin-left: 5px;
    transition: 0.4s ease-in-out;
}

.xelo-btn:hover span:nth-child(1) {
    transform: scale3d(0.5, 0.5, 1);
    margin-inline-start: -60px;
    opacity: 0;
    margin-right: 0px;
}
.xelo-btn:hover span:nth-child(3) {
    opacity: 1;
    margin-inline-end: 0;
    transform: scale3d(1, 1, 1);
}

.xelo-btn-2 {
    gap: 5px;
    align-items: center;
    border-radius: 50px;
    display: inline-flex;
}
.xelo-btn-2:hover .btn-text-flip span {
    color: inherit;
    transform: rotateX(90deg) translateY(-14px);
}
.xelo-btn-2:hover .xelo-icon__first {
    animation: downCycle 0.8s linear infinite;
}
.xelo-btn-2 .gradient-text {
    z-index: 1;
    border: none;
    line-height: 1;
    font-size: 18px;
    cursor: pointer;
    overflow: hidden;
    font-weight: 500;
    position: relative;
    border-radius: 50px;
    display: inline-block;
    padding: 18.3px 27.7px;
    transition: all 0.3s ease;
    color: var(--xelo-heading-primary);
}
.xelo-btn-2 .gradient-text::after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: inherit;
    background: linear-gradient(262.99deg, #00dd3b -24.09%, #ff5f1c 61.52%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}
.xelo-btn-2 .gradient-icon {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    background: transparent;
    position: relative;
    color: var(--xelo-heading-primary);
}
.xelo-btn-2 .gradient-icon::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: inherit;
    background: linear-gradient(262.99deg, #ff5f1c 0%, #00dd3b 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.btn-text-flip span {
    position: relative;
    display: inline-block;
    padding: 0;
    line-height: 1.3;
    transition: transform 0.4s;
    transform-origin: 50% 0;
    transform-style: preserve-3d;
}
.btn-text-flip span::before {
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    content: attr(data-text);
    transition: color 0.4s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
    text-align: center;
}

.xelo-icon__box {
    width: 24px;
    height: 24px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes downCycle {
    0% {
        transform: translateY(-50%);
        opacity: 1;
    }
    50% {
        opacity: 0.9;
    }
    80% {
        opacity: 0.5;
    }
    100% {
        transform: translateY(100%);
        opacity: 0;
    }
}
/* back-to-top */
.back-to-top-wrapper {
    position: fixed;
    right: 20px;
    bottom: 0;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    border-radius: 4px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s 0s ease-out;
}

.back-to-top-wrapper.back-to-top-btn-show {
    visibility: visible;
    opacity: 1;
    bottom: 50px;
}

.back-to-top-btn {
    display: inline-block;
    width: 44px;
    height: 44px;
    border: none;
    cursor: pointer;
    line-height: 44px;
    border-radius: 4px;
    text-align: center;
    color: var(--xelo-common-white);
    transition: all 0.3s 0s ease-out;
    background: var(--xelo-theme-primary);
}

.back-to-top-btn svg {
    transform: translateY(-2px);
}

.back-to-top-btn:hover {
    transform: translateY(-4px);
}

/* offcanvas btn */
.xelo-btn-offcanvas {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: var(--xelo-common-white);
    background: var(--xelo-theme-primary);
    text-align: center;
    padding: 9px 22px;
    letter-spacing: -0.02em;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
}
.xelo-btn-offcanvas i {
    padding-left: 5px;
}
.xelo-btn-offcanvas:hover {
    background-color: var(--xelo-common-black);
    color: var(--xelo-common-white);
}

/*----------------------------------------*/
/*  2.4 Animations
/*----------------------------------------*/
@keyframes xelo-slide-down {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes light {
    0% {
        transform: scale(0.7);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.7);
    }
}
@keyframes xelo-smoothShake {
    0% {
        transform: translateY(0);
    }
    15% {
        transform: translateY(-4px);
    }
    30% {
        transform: translateY(4px);
    }
    45% {
        transform: translateY(-2px);
    }
    60% {
        transform: translateY(2px);
    }
    75% {
        transform: translateY(-1px);
    }
    90% {
        transform: translateY(1px);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes xelo-rotate3D {
    0% {
        transform: perspective(800px) rotate3d(0, 0, 1, 0deg);
    }
    20% {
        transform: perspective(800px) rotate3d(0, 0, 1, 90deg);
    }
    40% {
        transform: perspective(800px) rotate3d(0, 0, 1, 90deg);
    }
    60% {
        transform: perspective(800px) rotate3d(0, 0, 1, 90deg);
    }
    80% {
        transform: perspective(800px) rotate3d(0, 0, 1, 90deg);
    }
    100% {
        transform: perspective(800px) rotate3d(0, 0, 1, 90deg);
    }
}
@keyframes xelo-bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-12px);
    }
}
@keyframes firefly {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes xelo-marquee {
    0% {
        transform: translateY(-50%);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes xelo-marquee-2 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-50%);
    }
}
@keyframes xelo-circle-shape {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes opacity-light {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes new-stroke {
    0% {
        offset-distance: 100%;
    }
    100% {
        offset-distance: 0%;
    }
}
@keyframes new-stroke {
    0% {
        offset-distance: 100%;
    }
    100% {
        offset-distance: 0%;
    }
}
@-webkit-keyframes new-text-1 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
@keyframes new-text-1 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
@-webkit-keyframes new-text-2 {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@keyframes new-text-2 {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@keyframes xelo-rotate {
    0% {
        transform: rotateY(0deg);
    }
    50% {
        transform: rotateY(180deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}
@keyframes xelo-move-horizontal {
    0% {
        transform: translateX(20%);
    }
    50% {
        transform: translateX(-20%);
    }
    100% {
        transform: translateX(20%);
    }
}
@keyframes xelo-move-horizontal-reverse {
    0% {
        transform: translateX(-20%);
    }
    50% {
        transform: translateX(20%);
    }
    100% {
        transform: translateX(-20%);
    }
}
@keyframes xelo-move-horizontal-reverse-2 {
    0% {
        transform: translateX(-10%);
    }
    50% {
        transform: translateX(10%);
    }
    100% {
        transform: translateX(-10%);
    }
}
@keyframes svgMove {
    0% {
        transform: translateX(0);
    }
    30% {
        transform: translateX(20px);
    }
    60% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes xelo-lineAnim {
    0% {
        width: 35px;
    }
    30% {
        width: 80px;
    }
    60% {
        width: 35px;
    }
    100% {
        width: 35px;
    }
}
@keyframes xelo-shake-animation {
    0% {
        transform: translateY(0) rotate(0);
    }
    10% {
        transform: translateY(6px) rotate(10deg);
    }
    20% {
        transform: translateY(-3px) rotate(-5deg);
    }
    30% {
        transform: translateY(4px) rotate(7deg);
    }
    40% {
        transform: translateY(-2px) rotate(-4deg);
    }
    55% {
        transform: translateY(2px) rotate(3deg);
    }
    70% {
        transform: translateY(-1px) rotate(-2deg);
    }
    85% {
        transform: translateY(1px) rotate(1deg);
    }
    100% {
        transform: translateY(0) rotate(0);
    }
}
@keyframes xelo-shake-animation-2 {
    0% {
        transform: translateY(0) rotate(0);
    }
    10% {
        transform: translateY(-6px) rotate(-10deg);
    }
    20% {
        transform: translateY(3px) rotate(5deg);
    }
    30% {
        transform: translateY(-4px) rotate(-7deg);
    }
    40% {
        transform: translateY(2px) rotate(4deg);
    }
    55% {
        transform: translateY(-2px) rotate(-3deg);
    }
    70% {
        transform: translateY(1px) rotate(2deg);
    }
    85% {
        transform: translateY(-1px) rotate(-1deg);
    }
    100% {
        transform: translateY(0) rotate(0);
    }
}
/*----------------------------------------*/
/*  2.5 Preloader
/*----------------------------------------*/
.xelo-header-transparent {
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    z-index: 10;
}
.xelo-header-wrap {
    padding-left: 105px;
    padding-right: 105px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .xelo-header-wrap {
        padding-left: 35px;
        padding-right: 35px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .xelo-header-wrap {
        padding-left: 0;
        padding-right: 0;
    }
}
.xelo-header-btn .xelo-btn-2 .gradient-icon {
    width: 40px;
    height: 40px;
    color: var(--xelo-common-white);
}
.xelo-header-btn .xelo-btn-2 .gradient-text {
    font-size: 16px;
    font-weight: 400;
    padding: 9.6px 18.73px;
    color: var(--xelo-common-white);
}
.xelo-header-main {
    position: relative;
}

#xelo-header__sticky.active {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    margin: auto;
    position: fixed;
    border-radius: 0;
    background-color: #141517;
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.05);
    background-image: url(../img/thumb/hero-bg.jpg);
    -webkit-box-shadow: 0px 4px 10px rgba(3, 4, 28, 0.1);
    animation: 0.95s ease 0s normal forwards 1 running xelo-slide-down;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #xelo-header__sticky.active {
        background-size: cover;
        background-repeat: no-repeat;
    }
}

.main-menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-menu ul li {
    list-style: none;
    position: relative;
    display: inline-block;
}
.main-menu ul li > a {
    margin: 0 14px;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    padding: 20px 0px;
    display: inline-block;
    transition: 0.3s ease-in-out;
    color: var(--xelo-common-white);
}
.main-menu ul li:hover > a {
    opacity: 1;
}
.main-menu ul li:hover > a::after {
    color: var(--xelo-theme-primary);
}

.marquee-position {
    top: 17px;
    right: -7px;
    position: absolute;
}
.marquee-position .new {
    position: relative;
    width: 29px;
    height: 15px;
    margin-left: 8px;
    background: #0f7f30;
    border-radius: 11px;
    overflow: hidden;
    z-index: 10;
}
.marquee-position .new::before,
.marquee-position .new::after {
    content: "";
    position: absolute;
    inset: 0;
}
.marquee-position .new:after {
    inset: 1px;
    background: #0f7f30;
    border-radius: 10px;
}
.marquee-position .new__stroke {
    position: absolute;
    top: -2px;
    left: -5px;
    width: 27px;
    height: 27px;
    background: #00dd3b;
    border-radius: 50%;
    offset-path: path("M11 1H29C35 1 39 5 39 11C39 17 35 21 29 21H11C5 21 1 17 1 11C1 5 5 1 11 1Z");
    -webkit-animation: new-stroke 4s linear infinite;
    animation: new-stroke 4s linear infinite;
}
.marquee-position .new__inner {
    position: absolute;
    inset: 1px;
    z-index: 2;
    border-radius: 10px;
    overflow: hidden;
}
.marquee-position .new__inner span {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0 2px;
    color: #00dd3b;
    font-size: 10px;
    font-weight: 700;
    white-space: nowrap;
}
.marquee-position .new__inner span:nth-child(1) {
    -webkit-animation: new-text-1 4s linear infinite;
    animation: new-text-1 4s linear infinite;
}
.marquee-position .new__inner span:nth-child(2) {
    -webkit-animation: new-text-2 4s linear infinite;
    animation: new-text-2 4s linear infinite;
}

/*---------------------------------
    Off-canvas Css
---------------------------------*/
.body-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 995;
    width: 100%;
    height: 100%;
    background: rgba(24, 24, 24, 0.8);
    visibility: hidden;
    opacity: 0;
    transition: 0.45s ease-in-out;
}
.body-overlay.apply {
    opacity: 1;
    visibility: visible;
}
.body-overlay:hover {
    cursor: url(../img/icon/cross-out.png), pointer;
}

.xelo-offcanvas {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    right: -100%;
    width: 480px;
    bottom: 0;
    box-shadow: 0 16px -32px 0 rgba(0, 0, 0, 0.8);
    background-color: var(--xelo-common-white);
    z-index: 997;
    padding: 50px;
    scrollbar-width: none;
    opacity: 0;
    visibility: hidden;
    transition: 0.45s ease-in-out;
    overflow-y: scroll;
}
.xelo-offcanvas .homemenu {
    margin-bottom: 30px;
}
.xelo-offcanvas .homemenu-title {
    color: var(--xelo-common-white);
}
.xelo-offcanvas .xelo-main-menu-mobile {
    margin-bottom: 30px;
}
.xelo-offcanvas.opened {
    opacity: 1;
    visibility: visible;
}
@media (max-width: 767px) {
    .xelo-offcanvas {
        width: 100%;
        padding: 40px 35px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .xelo-offcanvas {
        width: 400px;
        padding: 40px;
    }
}
.xelo-offcanvas.opened {
    right: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-duration: 0.6s;
}
.xelo-offcanvas-btn {
    padding: 22px 40px;
    background: var(--xelo-theme-primary);
    display: inline-block;
    font-size: 18px;
    letter-spacing: 0px;
    color: var(--xelo-common-white);
    font-weight: 600;
    position: relative;
    transition: all 0.3s linear;
    overflow: hidden;
    z-index: 1;
    line-height: 1;
    width: 100%;
    text-align: center;
    border: 1px solid var(--xelo-theme-primary);
}
.xelo-offcanvas-btn:hover {
    background: transparent;
    color: var(--xelo-theme-primary);
}
.xelo-offcanvas__contact-title h5 {
    font-size: 18px;
    color: var(--xelo-common-black);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
    display: inline-block;
}
.xelo-offcanvas__contact-info {
    margin-bottom: 30px;
}
.xelo-offcanvas__contact-info ul li {
    font-size: 18px;
    color: var(--xelo-common-black);
    margin-bottom: 15px;
    list-style-type: none;
}
.xelo-offcanvas__contact-info ul li i {
    width: 16px;
}
.xelo-offcanvas__contact-info ul li:last-child {
    margin-bottom: 0;
}
.xelo-offcanvas__contact-info ul li a {
    transition: 0.3s;
}
.xelo-offcanvas__contact-info ul li a:hover {
    color: var(--xelo-theme-primary);
}
.xelo-offcanvas__logo {
    margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .xelo-offcanvas__logo {
        padding-top: 0;
    }
}
@media (max-width: 767px) {
    .xelo-offcanvas__logo {
        padding-top: 0;
    }
}
.xelo-offcanvas__close-btn button {
    position: absolute;
    top: 37px;
    right: 30px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    line-height: 43px;
    border-radius: 8px;
    transition: 0.4s ease-in-out;
    border: 1px solid rgba(54, 38, 24, 0.15);
    background-color: #eaeaea;
}
.xelo-offcanvas__close-btn button:hover {
    background-color: #ededed;
}
.xelo-offcanvas__close-btn button i {
    font-weight: 300;
    font-size: 20px;
    transition: 0.4s;
}
.xelo-offcanvas__close-btn button span {
    color: #362618;
    transform: translateY(-5px);
    display: inline-block;
}
.xelo-offcanvas__close-btn button span img {
    width: 14px;
}

.main-menu-bar {
    cursor: pointer;
    width: 25px;
}

.main-menu-bar span {
    height: 2px;
    display: block;
    transition: 0.3s ease-in-out;
    background-color: var(--xelo-common-white);
    transition: 0.3s ease;
    margin-left: auto; 
}

.main-menu-bar span:not(:last-child) {
    margin-bottom: 6px;
}

.main-menu-bar span:nth-child(1) { width: 16px; }
.main-menu-bar span:nth-child(2) { width: 21px; }
.main-menu-bar span:nth-child(3) { width: 12px; }

/*----------------------------------------*/
/*  2.3 Mobile
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .xelo-main-menu-content {
        margin-bottom: 40px;
    }
}

.xelo-main-menu-mobile .xelo-submenu {
    display: none;
}
.xelo-main-menu-mobile ul {
    position: static;
    display: block;
    box-shadow: none;
}
.xelo-main-menu-mobile ul li {
    list-style: none;
    position: relative;
    width: 100%;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
    transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
    .xelo-main-menu-mobile ul li {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.xelo-main-menu-mobile ul li:not(:last-child) > a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.xelo-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 16px;
    color: #7f8387;
    transform: translateY(-50%);
    z-index: 1;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    transition: 0.3s ease-in-out;
    border: 1px solid rgba(0, 0, 0, 0.12);
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.xelo-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn i {
    transition: all 0.3s ease-in-out;
    display: inline-block;
    transform: translateY(2px);
}
.xelo-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn.dropdown-opened i {
    display: inline-block;
    transform: rotate(90deg) translateY(2px);
}
.xelo-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn:hover {
    background-color: var(--xelo-theme-primary);
    border-color: var(--xelo-theme-primary);
    color: var(--xelo-common-white);
}
.xelo-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn:hover i {
    color: var(--xelo-common-white);
}
.xelo-main-menu-mobile ul li.has-dropdown > a.expanded {
    color: var(--xelo-theme-primary);
}
.xelo-main-menu-mobile ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened {
    background-color: var(--xelo-theme-primary);
    border-color: var(--xelo-theme-primary);
    color: var(--xelo-common-white);
}
.xelo-main-menu-mobile ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened i {
    color: var(--xelo-common-white);
}
.xelo-main-menu-mobile ul li.has-dropdown:hover > a::after {
    color: var(--xelo-theme-green);
}
.xelo-main-menu-mobile ul li:last-child a span {
    border-bottom: 0;
}
.xelo-main-menu-mobile ul li > a {
    display: block;
    font-size: 18px;
    color: var(--xelo-common-black);
    position: relative;
    padding: 14px 0;
    padding-right: 20px;
    transition: 0.3s ease-in-out;
}
.xelo-main-menu-mobile ul li > a svg {
    transform: translateY(-2px);
}
.xelo-main-menu-mobile ul li > a > i {
    display: inline-block;
    width: 11%;
    margin-right: 13px;
    transform: translateY(4px);
    font-size: 21px;
    line-height: 1;
}
.xelo-main-menu-mobile ul li > a .menu-text {
    font-size: 16px;
    line-height: 11px;
    width: 82%;
    display: inline-block;
    padding: 19px 0 17px;
    border-bottom: 1px solid #eaebed;
}
.xelo-main-menu-mobile ul li img {
    width: 100%;
}
.xelo-main-menu-mobile ul li ul {
    padding: 0;
}
.xelo-main-menu-mobile ul li ul li {
    padding: 0;
}
.xelo-main-menu-mobile ul li ul li a {
    margin-left: auto;
    width: 93%;
    padding: 10px 5%;
    text-shadow: none !important;
    visibility: visible;
    padding-left: 0;
    padding-right: 20px;
}
.xelo-main-menu-mobile ul li ul li li a {
    width: 88%;
    padding: 10px 7%;
    padding-left: 0;
    padding-right: 20px;
}
.xelo-main-menu-mobile ul li ul li li li a {
    width: 83%;
    padding: 10px 9%;
    padding-left: 0;
    padding-right: 20px;
}
.xelo-main-menu-mobile ul li ul li li li li a {
    width: 68%;
    padding: 10px 11%;
    padding-left: 0;
    padding-right: 20px;
}
.xelo-main-menu-mobile ul li:hover > a {
    color: var(--xelo-theme-primary);
}
.xelo-main-menu-mobile ul li:hover > a::after {
    color: var(--xelo-theme-primary);
}
.xelo-main-menu-mobile ul li:hover > a .dropdown-toggle-btn i {
    color: var(--xelo-theme-primary);
}
.xelo-main-menu-mobile ul li:hover .mega-menu {
    visibility: visible;
    opacity: 1;
    top: 0;
}
.xelo-main-menu-mobile ul li .mega-menu,
.xelo-main-menu-mobile ul li .xelo-submenu {
    position: static;
    min-width: 100%;
    padding: 0;
    box-shadow: none;
    visibility: visible;
    opacity: 1;
    display: none;
}
.xelo-main-menu-mobile ul li .mega-menu li,
.xelo-main-menu-mobile ul li .xelo-submenu li {
    float: none;
    display: block;
    width: 100%;
    padding: 0;
}
.xelo-main-menu-mobile ul li .mega-menu li:hover a .dropdown-toggle-btn,
.xelo-main-menu-mobile ul li .xelo-submenu li:hover a .dropdown-toggle-btn {
    color: var(--xelo-theme-primary);
}
.xelo-main-menu-mobile * ul,
.xelo-main-menu-mobile * li {
    transition: none !important;
}

.w-100 {
    width: 100%;
}

/*---------------------------------
    Hero Css
---------------------------------*/
.xelo-logo img {
    max-width: 105px;
}

.xelo-banner-circle {
    top: -50px;
    left: -90px;
    z-index: -1;
    position: absolute;
}

.xelo-banner-blue {
    bottom: 0;
    right: 0;
    z-index: -1;
    position: absolute;
}

.xelo-banner-arrow {
    top: -430px;
    z-index: -1;
    left: -590px;
    position: absolute;
}

.xelo-banner-bg {
    z-index: 1;
    overflow: hidden;
    padding-top: 155px;
    position: relative;
    background-color: #141516;
}
.xelo-banner-bg::before {
    position: absolute;
    background-image: url(../img/thumb/hero-bg-noise.png);
    background-repeat: repeat-x;
    background-position: center;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    mix-blend-mode: overlay;
}
.xelo-banner-wrapper {
    position: relative;
    margin-bottom: 95px;
}
.xelo-banner-noise {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
}
.xelo-banner-noise img {
    width: 100%;
    height: 100%;
    mix-blend-mode: overlay;
}
.xelo-banner-content {
    position: relative;
    margin-left: -120px;
    margin-right: -120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .xelo-banner-content {
        margin-left: 0;
        margin-right: 0;
    }
}
.xelo-banner-content .text {
    z-index: 1;
    position: relative;
}
.xelo-banner-content .title {
    z-index: 1;
    font-size: 120px;
    font-weight: 500;
    line-height: 0.89;
    position: relative;
    margin-bottom: 41px;
    color: var(--xelo-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .xelo-banner-content .title {
        font-size: 92px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .xelo-banner-content .title {
        font-size: 74px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .xelo-banner-content .title {
        font-size: 64px;
    }
}
@media (max-width: 767px) {
    .xelo-banner-content .title {
        line-height: 1;
        font-size: 40px;
    }
}
.xelo-banner-content .title .style-1 {
    font-weight: 400;
    font-family: var(--xelo-ff-font-secondary);
}
.xelo-banner-content .title .style-2 {
    font-weight: 400;
}
.xelo-banner-content .title .shape-1 {
    top: -42px;
    right: 23%;
    z-index: -1;
    position: absolute;
}
.xelo-banner-content p {
    margin-bottom: 45px;
    color: var(--xelo-common-white);
}
@media (max-width: 767px) {
    .xelo-banner-content p br {
        display: none;
    }
}
.xelo-banner-content .envato {
    gap: 7px;
    z-index: 1;
    display: flex;
    flex: 0 0 auto;
    overflow: hidden;
    position: relative;
    align-items: center;
}
.xelo-banner-content .envato span {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    display: inline-block;
    color: var(--xelo-common-white);
}
.xelo-banner-star {
    position: relative;
    margin-bottom: 33px;
    display: inline-block;
}
.xelo-banner-star span {
    font-size: 21px;
    font-weight: 300;
    line-height: 28px;
    display: inline-block;
    color: var(--xelo-common-white);
}
.xelo-banner-star .shape-1 {
    bottom: 12px;
    right: -20px;
    position: absolute;
    animation: light 4s ease-in-out infinite;
}
.xelo-banner-star .shape-2 {
    bottom: 8px;
    right: -9px;
    position: absolute;
    animation: light 3s ease-in-out infinite;
}
.xelo-banner-star .shape-3 {
    bottom: 2px;
    right: -13px;
    position: absolute;
    animation: light 2.5s ease-in-out infinite;
}
.xelo-banner-btn .xelo-btn-2:hover .xelo-icon__first {
    animation: none;
}
.xelo-banner-btn .xelo-btn-2:hover .btn-text-flip span {
    line-height: 1.4;
}
.xelo-banner-btn .xelo-btn-2 .gradient-icon {
    width: 40px;
    height: 40px;
    color: var(--xelo-common-white);
}
.xelo-banner-btn .xelo-btn-2 .gradient-text {
    font-weight: 400;
    font-size: 16px;
    padding: 9.6px 18.73px;
    color: var(--xelo-common-white);
}
.xelo-banner-btn .xelo-btn-2 .btn-text-flip span {
    line-height: 1.4;
}
.xelo-banner-bottom {
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.xelo-banner-card {
    gap: 21px;
    display: flex;
    padding-top: 11px;
    align-items: center;
    margin: 0 8px 11px 8px;
    justify-content: center;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .xelo-banner-card {
        display: grid;
        margin: 0 21px 21px 21px;
        grid-template-columns: repeat(4, 1fr);
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .xelo-banner-card {
        display: grid;
        margin: 0 21px 21px 21px;
        grid-template-columns: repeat(3, 1fr);
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .xelo-banner-card {
        display: grid;
        margin: 0 21px 21px 21px;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767px) {
    .xelo-banner-card {
        display: grid;
        margin: 0 21px 21px 21px;
        grid-template-columns: repeat(1, 1fr);
    }
}
.xelo-banner-card .item {
    width: 100%;
}
.xelo-banner-card .item .main img {
    width: 100%;
    border-radius: 30px;
}
.xelo-banner-card .item-2 {
    position: relative;
}
.xelo-banner-card .item-2 .shape-1,
.xelo-banner-card .item-2 .shape-2,
.xelo-banner-card .item-2 .shape-3,
.xelo-banner-card .item-2 .shape-4 {
    position: absolute;
}
.xelo-banner-card .item-2 .shape-1 img,
.xelo-banner-card .item-2 .shape-2 img,
.xelo-banner-card .item-2 .shape-3 img,
.xelo-banner-card .item-2 .shape-4 img {
    max-width: 127px;
}
.xelo-banner-card .item-2 .shape-1 {
    z-index: 1;
    left: 30px;
    bottom: 56px;
    animation: xelo-shake-animation 2s ease infinite;
    transform-origin: 50% 50%;
}
.xelo-banner-card .item-2 .shape-1 span {
    color: #0d0d0d;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    background: #ffbd2e;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 26px;
    display: inline-block;
    padding: 2px 32px;
    transform: rotate(-8deg);
}
.xelo-banner-card .item-2 .shape-2 {
    z-index: 1;
    left: 59px;
    bottom: 24px;
    animation: xelo-shake-animation-2 2s ease infinite;
    transform-origin: 50% 50%;
}
.xelo-banner-card .item-2 .shape-2 span {
    color: #0d0d0d;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    background: #0ad954;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 26px;
    display: inline-block;
    padding: 2px 32px;
    transform: rotate(8deg);
}
.xelo-banner-card .item-2 .shape-2 {
    z-index: 2;
    left: 60px;
    bottom: 24px;
}
.xelo-banner-card .item-2 .shape-3 {
    left: 30px;
    bottom: 56px;
}
.xelo-banner-card .item-2 .shape-3 img {
    animation: opacity-light 1.5s ease-in-out infinite;
}
.xelo-banner-card .item-2 .shape-4 {
    left: 60px;
    bottom: 24px;
}
.xelo-banner-card .item-2 .shape-4 img {
    animation: opacity-light 1.5s ease-in-out infinite;
    animation-delay: 0.75s;
}
.xelo-banner-card .item-3 {
    position: relative;
}
.xelo-banner-card .item-3 .shape-1 {
    left: 0;
    right: 0;
    top: 40px;
    z-index: 2;
    width: 130px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
}
.xelo-banner-card .item-3 .shape-1 img {
    max-width: 100%;
}
.xelo-banner-card .item-3 .shape-2 {
    top: 90px;
    left: 45px;
    z-index: 1;
    width: 122px;
    position: absolute;
}
.xelo-banner-card .item-3 .shape-2 img {
    width: 100%;
    animation: xelo-move-horizontal 5s linear infinite;
}
.xelo-banner-card .item-3 .shape-3 {
    top: 160px;
    z-index: 4;
    right: 35px;
    width: 113px;
    position: absolute;
}
.xelo-banner-card .item-3 .shape-3 img {
    max-width: 100%;
    animation: xelo-move-horizontal-reverse 5s linear infinite;
}
.xelo-banner-card .item-4 {
    overflow: hidden;
    position: relative;
}
.xelo-banner-card .item-4 .shape {
    left: 0;
    right: 0;
    z-index: 1;
    bottom: -25px;
    object-fit: cover;
    position: absolute;
    text-align: center;
}
.xelo-banner-card .item-5 {
    position: relative;
}
.xelo-banner-card .item-5 .elementor-shape {
    top: 80px;
    left: 40px;
    right: 40px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
}
.xelo-banner-card .item-5 .elementor-shape .shape-1 {
    position: relative;
}
.xelo-banner-card .item-5 .elementor-shape .shape-1 > img {
    width: 100%;
}
.xelo-banner-card .item-5 .wrap {
    position: relative;
}
.xelo-banner-card .item-5 .wrap .shape-2 {
    left: 85px;
    right: 85px;
    top: -30px;
    width: 49px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
}
.xelo-banner-card .item-5 .wrap .shape-2 img {
    width: 100%;
    animation: xelo-rotate 2s ease-in-out infinite;
}
.xelo-banner-card .item-5 .shape-3 {
    left: 40px;
    z-index: 1;
    bottom: 118px;
    position: absolute;
}
.xelo-banner-card .item-5 .shape-3 .text {
    font-size: 16px;
    font-weight: 500;
    color: #551f61;
    padding: 1px 10px;
    position: relative;
    background-color: #00dd3b;
    border-radius: 13px 3px 3px 13px;
}
.xelo-banner-card .item-5 .shape-4 {
    left: 83px;
    z-index: 1;
    bottom: 93px;
    position: absolute;
}
.xelo-banner-card .item-5 .shape-4 .text {
    font-size: 16px;
    font-weight: 500;
    color: #4f0c30;
    padding: 1px 10px;
    background-color: #ff5f1c;
    border-radius: 3px 13px 13px 3px;
    animation: xelo-move-horizontal-reverse-2 5s linear infinite;
}
.xelo-banner-card .item-5 .shape-4 .text::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 67px;
    height: 5px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.1);
}

.xelo-banner-card .item-5 .shape-5 {
	left: 169px;
	bottom: 50px;
	position: absolute;
}
.xelo-banner-card .item-5 .shape-5 img {
    width: 100%;
}
.xelo-banner-wrap {
    z-index: 10;
    position: relative;
}
.xelo-banner-wrap .line-shape {
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
}
.xelo-banner-wrap .line-shape img {
    width: 100%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
    only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 767px) {
    .xelo-banner-wrap .line-shape {
        display: none;
    }
}

.xelo-banner-card .item-4 .shape svg {
    width: max(320px, 32.03125vw);
    height: max(135px, 13.5416666667vw);
    object-fit: cover;
}

.xelo-banner-card .item-4 .shape svg {
    width: max(320px, 32.03125vw);
    height: max(135px, 13.5416666667vw);
    object-fit: cover;
}

@media (max-width: 1600px) {
    .xelo-banner-card .item-4 .shape svg {
        width: max(320px, 40.625vw);
        height: max(180px, 20vw);
    }
}
@media (max-width: 992px) {
    .xelo-banner-card .item-4 .shape svg {
        width: max(280px, 93.75vw);
        height: max(150px, 38.810483871vw);
    }
}
@media (max-width: 1200px) {
    .xelo-banner-card .item-4 .shape {
        bottom: -10px;
    }
}
@media (max-width: 768px) {
    .xelo-banner-card .item-4 .shape {
        position: relative;
        bottom: auto;
        margin: 30px auto 0;
    }
    .xelo-banner-card .item-4 .shape svg {
        width: clamp(260px, 80.078125vw, 480px);
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .xelo-banner-card > *:nth-child(5) {
        grid-column: 2;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .xelo-banner-card > *:nth-child(6) {
        grid-column: 3;
    }
}

.xelo-about-bg {
    padding-top: 188px;
    padding-bottom: 156px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .xelo-about-bg {
        padding-bottom: 95px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .xelo-about-bg {
        padding-top: 167px;
        padding-bottom: 110px;
    }
}
@media (max-width: 767px) {
    .xelo-about-bg {
        padding-top: 195px;
        padding-bottom: 110px;
    }
}
.xelo-about-thumb-1 {
    width: 410px;
    height: 230px;
    border-radius: 10px;
    transform: rotate(-20deg);
}
@media (max-width: 767px) {
    .xelo-about-thumb-1 {
        width: 100%;
        height: 100%;
        transform: rotate(0deg);
    }
}
.xelo-about-thumb-1 img {
    width: 100%;
    border-radius: 10px;
}
.xelo-about-thumb-2 {
    margin-top: -48px;
    margin-left: 110px;
    border-radius: 10px;
    height: 260px;
    transform: rotate(16deg);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .xelo-about-thumb-2 {
        margin-left: 90px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .xelo-about-thumb-2 {
        margin-left: 0px;
    }
}
@media (max-width: 767px) {
    .xelo-about-thumb-2 {
        height: 100%;
        margin-left: 0;
        margin-top: 30px;
        transform: rotate(0deg);
    }
}
.xelo-about-thumb-2 img {
    border-radius: 10px;
}

.xelo-about-thumb-2 .video {
    width: 410px;
    height: 260px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(25px);
}
@media (max-width: 767px) {
    .xelo-about-thumb-2 .video {
        width: 100%;
        height: 100%;
    }
}
.xelo-about-thumb-2 .video video {
    width: 100% !important;
    height: auto;
    padding: 10px;
    border-radius: 15px;
}
.xelo-about-wrap {
    margin-left: 52px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
    .xelo-about-wrap {
        margin-left: 0;
    }
}
.xelo-about-wrapper {
    margin-top: 34px;
    position: relative;
}
.xelo-about-btn {
    left: 0;
    top: 283px;
    position: absolute;
}
@media (max-width: 767px) {
    .xelo-about-btn {
        top: -85px;
    }
}
.xelo-about-btn:hover .xelo-btn:hover span:nth-child(1) {
    transform: scale3d(1, 1, 1);
    margin-inline-start: 0;
    opacity: 1;
}
.xelo-about-btn:hover .xelo-btn:hover span:nth-child(1) {
    margin-right: 5px;
}
.xelo-about-btn:hover .gradient-border-btn span {
    margin-left: 6px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .xelo-about-btn {
        top: 200px;
    }
}
.xelo-about-btn .gradient-border-btn {
    background: var(--xelo-common-white);
}
.xelo-about-btn .gradient-border-btn span {
    margin-left: 6px;
    padding-left: 8px;
    display: inline-block;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.xelo-about-text {
    margin-top: -25px;
}
@media (max-width: 767px) {
    .xelo-about-text {
        margin-top: 30px;
    }
}
.xelo-about-text span {
    margin-bottom: 30px;
    display: inline-block;
    color: var(--xelo-heading-primary);
}
.xelo-about-text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: var(--xelo-heading-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .xelo-about-text p {
        margin-bottom: 90px;
    }
}
@media (max-width: 767px) {
    .xelo-about-text p br {
        display: none;
    }
}
.xelo-about-content .xelo-section-title {
    position: relative;
}
.xelo-about-content .xelo-section-title::before {
    content: "";
    left: 110px;
    width: 1px;
    top: -150px;
    opacity: 0.1;
    height: 120px;
    position: absolute;
    background: #0d0d0d;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .xelo-about-content .xelo-section-title::before {
        display: none;
    }
}
.xelo-about-content.position {
    margin-top: -38px;
}
.xelo-about-content .text {
    position: relative;
    margin-left: 170px;
    margin-right: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .xelo-about-content .text {
        margin-right: 20px;
        margin-left: 60px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .xelo-about-content .text {
        margin-left: 0;
        margin-right: 0;
    }
}
.xelo-about-content .text::before {
    content: "";
    left: -60px;
    width: 1px;
    opacity: 0.1;
    height: 535px;
    bottom: -165px;
    position: absolute;
    background: #0d0d0d;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .xelo-about-content .text::before {
        top: -32px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .xelo-about-content .text::before {
        left: -24px;
        bottom: -212px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .xelo-about-content .text::before {
        display: none;
    }
}
.xelo-about-content .text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: var(--xelo-heading-primary);
}
.xelo-about-content .text p.one {
    margin-bottom: 24px;
}

.xelo-feature-bg {
    z-index: 1;
    position: relative;
    padding-bottom: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .xelo-feature-bg {
        padding-bottom: 155px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .xelo-feature-bg {
        padding-bottom: 120px;
    }
}
.xelo-feature-bg::before {
    left: 0;
    top: 41px;
    content: "";
    width: 100%;
    z-index: -1;
    height: 1px;
    position: absolute;
    background-color: rgba(13, 13, 13, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .xelo-feature-bg::before {
        top: 81px;
    }
}
@media (max-width: 767px) {
    .xelo-feature-bg::before {
        display: none;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .xelo-feature-bg::before {
        top: 161px;
    }
}
.xelo-feature-wrap {
    display: flex;
    flex-wrap: wrap;
    border-radius: 50px;
    padding: 10px 40px 10px 10px;
    justify-content: space-between;
    background-color: var(--xelo-common-white);
    border: 1px solid rgba(13, 13, 13, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .xelo-feature-wrap {
        row-gap: 20px;
        column-gap: 50px;
        justify-content: start;
    }
}
@media (max-width: 767px) {
    .xelo-feature-wrap {
        gap: 20px;
    }
}
.xelo-feature-wrap .item {
    gap: 18px;
    align-items: center;
    display: inline-flex;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .xelo-feature-wrap .item {
        gap: 8px;
    }
}
.xelo-feature-wrap .item:hover .icon {
    animation: xelo-smoothShake 0.7s ease-in-out;
}
.xelo-feature-wrap .item .icon span {
    width: 60px;
    height: 60px;
    line-height: 55px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    color: var(--xelo-heading-primary);
    border: 1px solid rgba(13, 13, 13, 0.1);
}
.xelo-feature-wrap .item .text span {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    display: inline-block;
    color: var(--xelo-heading-primary);
    font-family: var(--xelo-ff-heading);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .xelo-feature-wrap .item .text span {
        font-size: 15px;
    }
}

.xelo-video-bg {
    padding-bottom: 160px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .xelo-video-bg {
        padding-bottom: 120px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .xelo-video-bg {
        padding-bottom: 110px;
    }
}
.xelo-video-heading .text {
    position: relative;
    text-align: center;
    display: inline-block;
}
.xelo-video-heading .text .shape-1 {
    top: -38px;
    left: 512px;
    position: absolute;
    transform-origin: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .xelo-video-heading .text .shape-1 {
        top: -46px;
        left: 324px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .xelo-video-heading .text .shape-1 {
        top: -44px;
        left: 350px;
    }
}
@media (max-width: 767px) {
    .xelo-video-heading .text .shape-1 {
        left: 65%;
        top: -60px;
    }
}
.xelo-video-heading .text .shape-2 {
    left: 180px;
    bottom: 16px;
    position: absolute;
    transform-origin: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .xelo-video-heading .text .shape-2 {
        bottom: -2px;
        left: 172px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .xelo-video-heading .text .shape-2 {
        left: 80px;
        bottom: 1px;
    }
}
@media (max-width: 767px) {
    .xelo-video-heading .text .shape-2 {
        left: -22px;
        bottom: -35px;
    }
}
.xelo-video-heading .text .shape-3 {
    right: -27px;
    bottom: 60px;
    position: absolute;
    animation: xelo-bounce 2s both infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .xelo-video-heading .text .shape-3 {
        bottom: 40px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .xelo-video-heading .text .shape-3 {
        bottom: 50px;
        animation: xelo-bounce 3s both infinite;
    }
}
@media (max-width: 767px) {
    .xelo-video-heading .text .shape-3 {
        right: -38px;
        bottom: 12px;
    }
}
.xelo-video-heading .title-1 {
    line-height: 1;
    font-weight: 500;
    font-size: 120px;
    margin-left: -300px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .xelo-video-heading .title-1 {
        font-size: 80px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .xelo-video-heading .title-1 {
        font-size: 80px;
        margin-left: -150px;
    }
}
@media (max-width: 767px) {
    .xelo-video-heading .title-1 {
        font-size: 52px;
        margin-left: -72px;
    }
}
.xelo-video-heading .title-2 {
    line-height: 1;
    font-weight: 500;
    font-size: 120px;
    margin-left: 270px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .xelo-video-heading .title-2 {
        margin-top: 15px;
        font-size: 80px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .xelo-video-heading .title-2 {
        font-size: 80px;
        margin-top: 15px;
        margin-left: 170px;
    }
}
@media (max-width: 767px) {
    .xelo-video-heading .title-2 {
        font-size: 50px;
        margin-left: 84px;
    }
}
.xelo-video-heading .gsap {
    margin-top: 16px;
}
.xelo-video-heading .gsap .thumb {
    display: inline-block;
}
.xelo-video-heading .gsap .thumb-main {
    display: inline-block;
}
.xelo-video-main {
    display: none;
    height: auto;
    width: 100%;
    position: relative;
}
.xelo-video-main .shape {
    left: 0;
    top: -58px;
    position: absolute;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .xelo-video-main .shape {
        top: -46px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .xelo-video-main .shape {
        top: -40px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .xelo-video-main .shape {
        top: -32px;
    }
}
@media (max-width: 767px) {
    .xelo-video-main .shape {
        top: -23px;
    }
}
.xelo-video-main .shape img {
    width: 100%;
    border-radius: 30px 30px 0 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .xelo-video-main .shape img {
        border-radius: 15px 15px 0 0;
    }
}
.xelo-video-wrap .thumb {
    display: flex;
    position: relative;
    transition: 0.3s;
}
.xelo-video-wrap .thumb video {
    width: 100% !important;
    height: auto;
    border-radius: 0 0 30px 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .xelo-video-wrap .thumb video {
        border-radius: 0 0 15px 15px;
    }
}
.xelo-video-wrap .thumb .video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 0;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    text-align: center;
    line-height: 120px;
    display: inline-block;
    border-radius: 52.5px;
    transform: translate(-50%, -50%);
    backdrop-filter: blur(3.5px);
    -webkit-backdrop-filter: blur(3.5px);
    background: rgba(255, 255, 255, 0.5);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .xelo-video-wrap .thumb .video-play-btn {
        width: 100px;
        height: 100px;
        line-height: 100px;
    }
}
@media (max-width: 767px) {
    .xelo-video-wrap .thumb .video-play-btn {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }
}

.xelo-video-heading .text .shape-2.round-shape {
    animation: xelo-circle-shape 5s linear infinite;
}

.xelo-video-heading .text .shape-1.rotate3DStep {
    animation: xelo-rotate3D 1.5s linear infinite;
}

.xelo-demo-bg {
    padding-top: 200px;
    padding-bottom: 160px;
    background-color: #eef5f7;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .xelo-demo-bg {
        padding-top: 155px;
        padding-bottom: 135px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .xelo-demo-bg {
        padding-top: 155px;
        padding-bottom: 110px;
    }
}
.xelo-demo-heading {
    z-index: 1;
    position: relative;
}
.xelo-demo-heading p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: var(--xelo-common-black);
}
@media (max-width: 767px) {
    .xelo-demo-heading p br {
        display: none;
    }
}
.xelo-demo-heading .shadow-title {
    opacity: 0.1;
    right: 0;
    top: -82px;
    left: 25px;
    font-size: 220px;
    font-weight: 500;
    line-height: 1.03;
    position: absolute;
    pointer-events: none;
    letter-spacing: -0.06em;
    color: var(--xelo-heading-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .xelo-demo-heading .shadow-title {
        top: -27px;
        left: -50px;
        font-size: 140px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .xelo-demo-heading .shadow-title {
        top: -27px;
        left: -50px;
        font-size: 140px;
    }
}
@media (max-width: 767px) {
    .xelo-demo-heading .shadow-title {
        top: -36px;
        font-size: 140px;
    }
}
.xelo-demo-heading .shape-1 {
    top: -155px;
    right: 290px;
    width: 100px;
    position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .xelo-demo-heading .shape-1 {
        top: -110px;
    }
}
@media (max-width: 767px) {
    .xelo-demo-heading .shape-1 {
        top: -120px;
        right: 35px;
    }
}
.xelo-demo-heading .shape-1 img {
    max-width: 100%;
}
.xelo-demo-wrapper {
    padding: 0 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .xelo-demo-wrapper {
        padding: 0 0;
    }
}
.xelo-demo-item {
    position: relative;
    display: block;
    margin-bottom: 30px;
    border-radius: 30px;
    transition: 0.3s ease-in-out;
    padding: 10px 10px 20px 10px;
    background-color: var(--xelo-common-white);
}
.xelo-demo-item .wrap {
    display: flex;
    margin-left: 20px;
    margin-right: 20px;
    align-items: center;
    justify-content: space-between;
}
.xelo-demo-item .thumb {
    position: relative;
    margin-bottom: 18px;
    display: inline-block;
}
.xelo-demo-item .thumb a {
    display: inline-block;
}
.xelo-demo-item .thumb a img {
    width: 100%;
    border-radius: 20px;
}
.xelo-demo-item .title a {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.02;
    display: inline-block;
    transition: 0.3s ease-in-out;
    color: var(--xelo-heading-primary);
}
.xelo-demo-item .text span {
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
    transition: 0.3s ease-in-out;
    color: rgba(13, 13, 13, 0.66);
}
.xelo-demo-item .info {
    gap: 5px;
    right: 30px;
    bottom: 33px;
    position: absolute;
    display: none !important;
}
.xelo-demo-item .switch {
    z-index: 1;
    display: flex;
    position: relative;
    align-items: center;
}
.xelo-demo-item .switch::before {
    top: 50%;
    left: 50%;
    content: "";
    z-index: -1;
    width: 30px;
    height: 20px;
    position: absolute;
    border-radius: 10.5px;
    background: #e6fcec;
    transform: rotate(-90deg);
    transform: translate(-50%, -50%);
}
.xelo-demo-item .light,
.xelo-demo-item .dark {
    width: 30px;
    height: 30px;
    color: #00dd3b;
    line-height: 26px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    background: #e6fcec;
    transition: 0.3s ease-in-out;
}
.xelo-demo-item .light:hover,
.xelo-demo-item .dark:hover {
    background-color: #00dd3b;
    color: var(--xelo-common-white);
}
.xelo-demo-item .rtl {
    width: 30px;
    height: 30px;
    color: #ff5f1c;
    line-height: 28px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    transition: 0.3s ease-in-out;
    background-color: rgba(255, 95, 28, 0.1);
}
.xelo-demo-item .rtl:hover {
    background-color: #ff5f1c;
    color: var(--xelo-common-white);
}
.xelo-demo-item.comming-soon .thumb {
    position: relative;
}
.xelo-demo-item.comming-soon .thumb::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(2.5px);
}
.xelo-demo-item .commin-btn {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.xelo-demo-item .commin-btn span {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    padding: 3px 13px;
    display: inline-block;
    color: var(--xelo-common-white);
    background: linear-gradient(265.18deg, #00dd3b -16.57%, #ff5f1c 46.97%, #0058dd 110.51%);
    backdrop-filter: blur(10px);
    border-radius: 30px;
}
.xelo-demo-btn {
    margin-top: 30px;
}
.xelo-demo-btn .wrap {
    z-index: 1;
    position: relative;
    display: inline-block;
}
.xelo-demo-btn i {
    top: -10px;
    right: 12px;
    z-index: 3;
    line-height: 1;
    position: absolute;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 7.06px;
    border-radius: 13px;
    font-style: normal;
    background-color: #00dd3b;
    color: var(--xelo-heading-primary);
    font-family: var(--xelo-ff-heading);
}
.xelo-demo-btn .gradient-border-btn {
    overflow: inherit;
    position: relative;
}

.xelo-feature-2-bg {
    padding-top: 150px;
    padding-bottom: 160px;
    background-color: #dcf9db;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .xelo-feature-2-bg {
        padding-top: 125px;
        padding-bottom: 105px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .xelo-feature-2-bg {
        padding-top: 110px;
    }
}
.xelo-feature-2-wrapper {
    padding-left: 15px;
    padding-right: 15px;
}
.xelo-feature-2-wrap {
    display: grid;
    grid-template-columns: repeat(7, 240px);
    gap: 30px;
    justify-content: center;
}
@media only screen and (min-width: 1801px) and (max-width: 1880px),
    only screen and (min-width: 1700px) and (max-width: 1800px),
    only screen and (min-width: 1600px) and (max-width: 1700px) {
    .xelo-feature-2-wrap {
        grid-template-columns: repeat(6, 240px);
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .xelo-feature-2-wrap {
        grid-template-columns: repeat(5, 240px);
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .xelo-feature-2-wrap {
        grid-template-columns: repeat(4, 240px);
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .xelo-feature-2-wrap {
        grid-template-columns: repeat(3, 240px);
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .xelo-feature-2-wrap {
        grid-template-columns: repeat(3, 240px);
    }
}
@media (max-width: 767px) {
    .xelo-feature-2-wrap {
        gap: 15px;
        grid-template-columns: repeat(2, 180px);
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .xelo-feature-2-wrap {
        grid-template-columns: repeat(3, 180px);
    }
}
.xelo-feature-2-wrap .item {
    width: 240px;
    height: 240px;
    cursor: pointer;
    text-align: center;
    border-radius: 60px;
    border: 1px solid rgba(178, 225, 176, 0.6);
    padding: 50px 35px 43px 35px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .xelo-feature-2-wrap .item {
        padding: 50px 21px 43px 21px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .xelo-feature-2-wrap .item {
        padding: 50px 20px 43px 20px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .xelo-feature-2-wrap .item {
        padding: 50px 20px 43px 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .xelo-feature-2-wrap .item {
        padding: 50px 26px 43px 26px;
    }
}
@media (max-width: 767px) {
    .xelo-feature-2-wrap .item {
        width: 180px;
        height: 180px;
        border-radius: 24px;
        padding: 20px 8px 15px 8px;
    }
}
.xelo-feature-2-wrap .item span {
    margin-bottom: 30px;
    display: inline-block;
}
.xelo-feature-2-wrap .item p {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 0;
    color: var(--xelo-heading-primary);
    font-family: var(--xelo-ff-heading);
}
@media (max-width: 767px) {
    .xelo-feature-2-wrap .item p {
        font-size: 16px;
        font-weight: 300;
        line-height: 22px;
    }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .xelo-feature-2-wrap .item p {
        font-size: 16px;
    }
}

.xelo-speed-bg {
    padding-top: 160px;
    padding-bottom: 160px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .xelo-speed-bg {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .xelo-speed-bg {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media (max-width: 767px) {
    .xelo-speed-bg {
        padding-top: 110px;
        padding-bottom: 80px;
    }
}
.xelo-speed-btn {
    margin-bottom: 28px;
}
.xelo-speed-btn:hover .xelo-btn:hover span:nth-child(1) {
    transform: scale3d(1, 1, 1);
    margin-inline-start: 0px;
    opacity: 1;
    margin-right: 5px;
}
.xelo-speed-btn .xelo-btn {
    transform: translateY(0px);
}
.xelo-speed-btn .gradient-circle-border-btn {
    width: 40px;
    height: 40px;
    color: var(--xelo-common-white);
    background-color: transparent;
}
.xelo-speed-btn .gradient-border-btn {
    font-size: 16px;
    font-weight: 400;
    padding: 12px 21px;
    background-color: transparent;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .xelo-speed-wrap {
        margin-bottom: 40px;
    }
}
.xelo-speed-wrap .plus {
    gap: 20px;
    display: flex;
    margin-bottom: 36px;
    align-items: center;
}
.xelo-speed-wrap .plus span {
    font-size: 21px;
    font-weight: 500;
    line-height: 27px;
    padding: 16px 17px;
    border-radius: 15px;
    display: inline-block;
    color: var(--xelo-common-white);
    background: linear-gradient(241.5deg, #00dd3b 0%, #0058dd 100%);
}
.xelo-speed-wrap .plus p {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 0;
    display: inline-block;
    color: var(--xelo-heading-primary);
    font-family: var(--xelo-ff-heading);
}
.xelo-speed-wrap .shape {
    gap: 10px;
    display: flex;
}
.xelo-speed-wrap .shape-1 {
    height: 40px;
    width: 110px;
}
.xelo-speed-wrap .shape-1 img {
    width: 100%;
    height: 100%;
}
.xelo-speed-wrap .shape-2 {
    width: 110px;
    height: 40px;
}
.xelo-speed-wrap .shape-2 img {
    width: 100%;
    height: 100%;
}
.xelo-speed-item {
    border-radius: 30px;
    background-color: #f7f1ef;
    padding: 50px 40px 42px 40px;
}
@media (max-width: 767px) {
    .xelo-speed-item {
        margin-bottom: 30px;
    }
}
.xelo-speed-item.style-2 {
    background-color: #e5f7f9;
}
.xelo-speed-item.style-3 {
    background-color: #f9eefb;
}
.xelo-speed-item.style-4 {
    background-color: #f5f8ea;
}
.xelo-speed-item .icon span {
    margin-bottom: 90px;
    display: inline-block;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .xelo-speed-item .icon span {
        margin-bottom: 54px;
    }
}
.xelo-speed-item .text span {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: var(--xelo-heading-primary);
    font-family: var(--xelo-ff-heading);
}

.progress-section {
    margin-bottom: 30px;
}
.progress-section .progress-box:first-child {
    margin-right: 110px;
}
@media (max-width: 767px) {
    .progress-section .progress-box:first-child {
        margin-right: 0;
    }
}
.progress-section .progress-box:last-child {
    margin-right: 330px;
}
@media (max-width: 767px) {
    .progress-section .progress-box:last-child {
        margin-right: 150px;
    }
}

.progress-box {
    margin-bottom: 23px;
}

.progress-label {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 6px;
    text-transform: uppercase;
    color: var(--xelo-heading-primary);
    font-family: var(--xelo-ff-heading);
}

.progress-bar {
    width: 100%;
    height: 10px;
    border-radius: 100px;
    overflow: hidden;
    position: relative;
}

.progress-bar span {
    width: 0;
    display: block;
    height: 100%;
    background: linear-gradient(241.5deg, #00dd3b 0%, #0058dd 100%);
    border-radius: 15px;
    transition: width 1.8s ease;
}
.progress-bar.style-2 span {
    background: #ff0000;
}

.xelo-testimonial-bg {
    padding-top: 150px;
    background-color: #eef5f7;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .xelo-testimonial-bg {
        padding-top: 120px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .xelo-testimonial-bg {
        padding-top: 100px;
    }
}
.xelo-testimonial-top p {
    margin-bottom: 0;
}
.xelo-testimonial-shadow {
    position: relative;
}
.xelo-testimonial-shadow::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 320px;
    background: linear-gradient(180deg, #eef5f7 20%, rgba(238, 245, 247, 0) 100%);
    z-index: 2;
}
.xelo-testimonial-shadow::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 320px;
    background: linear-gradient(180deg, rgba(238, 245, 247, 0) 0%, #eef5f7 79.59%);
    z-index: 2;
}
.xelo-testimonial-wrapper {
    display: grid;
    overflow: hidden;
    column-gap: 30px;
    position: relative;
    max-height: 1080px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .xelo-testimonial-wrapper {
        column-gap: 27px;
    }
}
.xelo-testimonial-wrap {
    display: flex;
    flex-direction: column;
    transition: all 0.5s ease-in;
    animation: xelo-marquee 50s linear infinite;
}
.xelo-testimonial-wrap:hover {
    animation-play-state: paused;
}
.xelo-testimonial-wrap.reverse {
    animation: xelo-marquee-2 50s linear infinite;
}
.xelo-testimonial-wrap.reverse:hover {
    animation-play-state: paused;
}
.xelo-testimonial-item {
    z-index: 1;
    position: relative;
    border-radius: 30px;
    margin-bottom: 30px;
    padding: 34px 40px 40px 40px;
    border: 1px solid #cfe6ec;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .xelo-testimonial-item {
        padding: 28px 28px 28px 28px;
    }
}
.xelo-testimonial-item .rating {
    margin-bottom: 6px;
}
.xelo-testimonial-item .title {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 27px;
}
.xelo-testimonial-item .text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 22px;
    color: var(--xelo-heading-primary);
}
.xelo-testimonial-item .avater {
    gap: 20px;
    display: flex;
    align-items: center;
}
.xelo-testimonial-item .avater span {
    height: 50px;
    width: 50px;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    border-radius: 50px;
    justify-content: center;
    border: 1px solid #000000;
}
.xelo-testimonial-item .avater-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 3px;
}
.xelo-testimonial-item .shape {
    top: 20px;
    right: 10px;
    z-index: -1;
    position: absolute;
}

.xelo-shop-bg {
    padding-top: 150px;
    padding-bottom: 160px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .xelo-shop-bg {
        padding-bottom: 125px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .xelo-shop-bg {
        padding-bottom: 100px;
    }
}
@media (max-width: 767px) {
    .xelo-shop-bg {
        padding-bottom: 110px;
    }
}
.xelo-shop-thumb {
    margin-top: 100px;
    margin-right: 55px;
    position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .xelo-shop-thumb {
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 80px;
    }
}
.xelo-shop-thumb .main img {
    width: 100%;
    border-radius: 35px;
}
.xelo-shop-thumb .shape-1 {
    left: -9px;
    top: -210px;
    width: 303px;
    position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .xelo-shop-thumb .shape-1 {
        top: -155px;
    }
}
.xelo-shop-thumb .shape-1 img {
    width: 100%;
    border-radius: 30px;
}
.xelo-shop-thumb .shape-2 {
    top: -95px;
    left: 202px;
    width: 45px;
    position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .xelo-shop-thumb .shape-2 {
        top: -167px;
    }
}
.xelo-shop-thumb .shape-2 img {
    width: 100%;
}
.xelo-shop-thumb .shape-3 {
    right: -59px;
    bottom: -180px;
    max-width: 200px;
    position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .xelo-shop-thumb .shape-3 {
        right: -70px;
        bottom: -190px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .xelo-shop-thumb .shape-3 {
        right: 65px;
        bottom: -125px;
    }
}
@media (max-width: 767px) {
    .xelo-shop-thumb .shape-3 {
        display: none;
    }
}
.xelo-shop-thumb .shape-3 img {
    width: 100%;
    border-radius: 30px;
    box-shadow: 0px 10px 60px rgba(13, 13, 13, 0.05);
}

.xelo-notice .title {
    display: block;
    padding: 12px 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    background-color: #ffd36a;
    color: var(--xelo-heading-primary);
}

.footer-bg-wrap {
    background: #ffffff;
    padding: 220px 0;
    position: absolute;
    width: 100%;
}
@media (max-width: 767px) {
    .footer-bg-wrap {
        padding: 110px 0 110px 0;
    }
}

.xelo-footer-bg {
    position: relative;
}
.xelo-footer-bg::before {
    left: 0;
    top: 41px;
    content: "";
    width: 100%;
    z-index: -1;
    height: 1px;
    position: absolute;
    background-color: #eef5f7;
}
@media (max-width: 767px) {
    .xelo-footer-bg::before {
        display: none;
    }
}
.xelo-footer-wrap {
    display: flex;
    flex-wrap: wrap;
    border-radius: 50px;
    padding: 10px 55px 10px 10px;
    justify-content: space-between;
    background-color: #eef5f7;
}
@media (max-width: 767px) {
    .xelo-footer-wrap {
        gap: 20px;
        display: grid;
        padding: 20px 20px 20px 20px;
        grid-template-columns: repeat(1, 1fr);
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .xelo-footer-wrap {
        gap: 20px;
        display: grid;
        padding: 20px 20px 20px 20px;
        grid-template-columns: repeat(2, 1fr);
    }
}
.xelo-footer-wrap .item {
    gap: 18px;
    align-items: center;
    display: inline-flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .xelo-footer-wrap .item {
        gap: 8px;
    }
}
.xelo-footer-wrap .item:hover .icon {
    animation: xelo-smoothShake 0.7s ease-in-out;
}
.xelo-footer-wrap .item .icon span {
    width: 60px;
    height: 60px;
    line-height: 55px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    background-color: var(--xelo-common-white);
}
.xelo-footer-wrap .item .title {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    display: inline-block;
    margin-bottom: 0;
    color: var(--xelo-heading-primary);
    font-family: var(--xelo-ff-heading);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .xelo-footer-wrap .item .title {
        font-weight: 400;
    }
}
.xelo-footer-content {
    margin-top: 86px;
    text-align: center;
}
.xelo-footer-title {
    font-size: 70px;
    font-weight: 500;
    line-height: 1.03;
    margin-bottom: 41px;
    letter-spacing: -0.06em;
}
@media (max-width: 767px) {
    .xelo-footer-title {
        font-size: 52px;
        letter-spacing: -0.05em;
    }
}

.xelo-plugin-wrap {
    position: relative;
}
.xelo-plugin-section {
    left: 0;
    right: 0;
    top: 148px;
    z-index: 3;
    margin: 0 auto;
    position: absolute;
    text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .xelo-plugin-section {
        top: 120px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .xelo-plugin-section {
        top: 100px;
    }
}
.xelo-plugin-section .xelo-section p {
    margin-bottom: 50px;
}

.horizontal-marquee-container {
    display: flex;
    justify-content: center;
    width: 100%;
    overflow: hidden;
}

.horizontal-marquee-wrapper {
    position: relative;
    width: 100%;
}

.horizontal-marquee-track {
    gap: 25px;
    width: auto;
    flex-wrap: nowrap;
    padding-top: 605px;
    display: inline-flex;
    will-change: transform;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .horizontal-marquee-track {
        padding: 520px 0 0 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .horizontal-marquee-track {
        padding: 490px 0 0 0;
    }
}

.logo-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 280px;
    width: 280px;
    border-radius: 50%;
    background: rgba(238, 245, 247, 0.6);
    user-select: none;
    will-change: transform;
    transition: transform 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .logo-item {
        height: 220px;
        width: 220px;
    }
}
@media (max-width: 767px) {
    .logo-item {
        height: 160px;
        width: 160px;
    }
    .logo-item svg,
    .logo-item img {
        width: 80px;
        height: 80px;
    }
}

/* ============================= */
/* MEDIA QUERIES (converted rems) */
/* ============================= */
@media (max-width: 1200px) {
    .logo-circle {
        width: 64px;
        height: 64px;
    }
}
@media (max-width: 992px) {
    .logo-item {
        height: 200px;
        width: 200px;
    }
    .logo-circle {
        width: 56px;
        height: 56px;
    }
}
@media (max-width: 768px) {
    .logo-item {
        height: 160px;
        width: 160px;
    }
    .logo-circle {
        width: 48px;
        height: 48px;
    }
}
@media (max-width: 480px) {
    .logo-item {
        height: 120px;
        width: 120px;
    }
    .logo-circle {
        width: 40px;
        height: 40px;
    }
}
.xelo-marquee-circuit-bg {
    padding: 515px 0 400px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .xelo-marquee-circuit-bg {
        padding: 355px 0 355px 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .xelo-marquee-circuit-bg {
        padding: 248px 0 285px 0;
    }
}
@media (max-width: 767px) {
    .xelo-marquee-circuit-bg {
        padding: 240px 0 214px 0;
    }
}
.xelo-marquee-circuit-bg .marquee-circuit {
    width: 100%;
    max-width: 1350px;
    margin: auto;
    position: relative;
    height: 260px;
    display: flex;
    justify-content: center;
}
.xelo-marquee-circuit-bg .marquee-circuit .marquee-wrapper {
    position: absolute;
    width: 100%;
}
.xelo-marquee-circuit-bg .marquee-circuit .marquee-wrapper.top {
    top: -139px;
    left: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .xelo-marquee-circuit-bg .marquee-circuit .marquee-wrapper.top {
        left: 18px;
        top: -106px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .xelo-marquee-circuit-bg .marquee-circuit .marquee-wrapper.top {
        top: -51px;
        left: 21px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .xelo-marquee-circuit-bg .marquee-circuit .marquee-wrapper.top {
        top: 38px;
        left: 17px;
    }
}
@media (max-width: 767px) {
    .xelo-marquee-circuit-bg .marquee-circuit .marquee-wrapper.top {
        left: 0;
        display: none;
    }
}
.xelo-marquee-circuit-bg .marquee-circuit .marquee-wrapper.top::after {
    background: #dcf9db;
    transform: rotate(0deg);
    clip-path: polygon(10% 19%, 96% 10%, 100% 95%, 40% 100%);
    top: -200px;
    right: 69px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .xelo-marquee-circuit-bg .marquee-circuit .marquee-wrapper.top::after {
        height: 80%;
        top: -186px;
        right: 66px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .xelo-marquee-circuit-bg .marquee-circuit .marquee-wrapper.top::after {
        top: -153px;
        right: 60px;
        height: 70%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .xelo-marquee-circuit-bg .marquee-circuit .marquee-wrapper.top::after {
        top: -113px;
        right: 54px;
        height: 90%;
        transform: rotate(3deg);
    }
}
.xelo-marquee-circuit-bg .marquee-circuit .marquee-wrapper.bottom {
    bottom: -104px;
}
.xelo-marquee-circuit-bg .marquee-circuit .marquee-wrapper.bottom::before {
    background: #eef5f7;
    transform: rotate(0deg);
    clip-path: polygon(0% 3%, 100% 17%, 80% 100%, 0% 100%);
    bottom: 145px;
    left: 32px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .xelo-marquee-circuit-bg .marquee-circuit .marquee-wrapper.bottom::before {
        left: 30px;
        bottom: 127px;
        height: 108%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .xelo-marquee-circuit-bg .marquee-circuit .marquee-wrapper.bottom::before {
        bottom: 110px;
        left: 28px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .xelo-marquee-circuit-bg .marquee-circuit .marquee-wrapper.bottom::before {
        left: 24px;
        bottom: 81px;
    }
}
.xelo-marquee-circuit-bg .marquee-circuit .marquee-wrapper.bottom::after {
    background: #eef5f7;
    transform: rotate(9deg);
    clip-path: polygon(0% 0%, 65% 0, 96% 91%, 7% 88%);
    bottom: -142px;
    right: 48px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .xelo-marquee-circuit-bg .marquee-circuit .marquee-wrapper.bottom::after {
        height: 80%;
        right: 46px;
        bottom: -131px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .xelo-marquee-circuit-bg .marquee-circuit .marquee-wrapper.bottom::after {
        right: 44px;
        height: 82%;
        bottom: -105px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .xelo-marquee-circuit-bg .marquee-circuit .marquee-wrapper.bottom::after {
        height: 76%;
        right: 40px;
        bottom: -73px;
    }
}
.xelo-marquee-circuit-bg .marquee-circuit .marquee-wrapper::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 60px;
    z-index: 3;
    pointer-events: none;
    left: 0;
}
@media (max-width: 767px) {
    .xelo-marquee-circuit-bg .marquee-circuit .marquee-wrapper::before {
        display: none;
    }
}
.xelo-marquee-circuit-bg .marquee-circuit .marquee-wrapper::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 60px;
    z-index: 3;
    pointer-events: none;
    right: 0;
}
@media (max-width: 767px) {
    .xelo-marquee-circuit-bg .marquee-circuit .marquee-wrapper::after {
        display: none;
    }
}
.xelo-marquee-circuit-bg .marquee-circuit .marquee-track {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0 60px;
    backface-visibility: hidden;
}
.xelo-marquee-circuit-bg .marquee-circuit .marquee-track::before,
.xelo-marquee-circuit-bg .marquee-circuit .marquee-track::after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    background: white;
}
@media (max-width: 767px) {
    .xelo-marquee-circuit-bg .marquee-circuit .marquee-track::before,
    .xelo-marquee-circuit-bg .marquee-circuit .marquee-track::after {
        display: none;
    }
}
.xelo-marquee-circuit-bg .marquee-circuit .marquee-track::before {
    left: 0;
    width: 60px;
    clip-path: polygon(0% 0%, 3% 0px, 53% 100%, 0% 100%);
}
.xelo-marquee-circuit-bg .marquee-circuit .marquee-track::after {
    right: 0;
    width: 60px;
    clip-path: polygon(77% 0, 100% 0, 100% 100%, 0% 100%);
}
.xelo-marquee-circuit-bg .marquee-circuit .marquee-track.top {
    transform: rotate(-19deg);
    background: #dcf9db;
    padding: 25px 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .xelo-marquee-circuit-bg .marquee-circuit .marquee-track.top {
        padding: 15px 60px;
    }
}
@media (max-width: 767px) {
    .xelo-marquee-circuit-bg .marquee-circuit .marquee-track.top {
        padding: 15px 60px;
        transform: rotate(0deg);
    }
}
.xelo-marquee-circuit-bg .marquee-circuit .marquee-track.top .marquee-inner {
    animation-direction: reverse;
}
.xelo-marquee-circuit-bg .marquee-circuit .marquee-track.bottom {
    transform: rotate(12.5deg);
    background: #eef5f7;
    padding: 25px 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .xelo-marquee-circuit-bg .marquee-circuit .marquee-track.bottom {
        padding: 15px 60px;
    }
}
@media (max-width: 767px) {
    .xelo-marquee-circuit-bg .marquee-circuit .marquee-track.bottom {
        padding: 15px 60px;
        transform: rotate(0deg);
    }
}
.xelo-marquee-circuit-bg .marquee-circuit .marquee-track.bottom::after {
    clip-path: polygon(0% 0, 100% 0, 100% 100%, 50% 100%);
}
.xelo-marquee-circuit-bg .marquee-circuit .marquee-track .marquee-inner {
    display: flex;
    width: max-content;
    animation: scroll 40s linear infinite;
    will-change: transform;
}
.xelo-marquee-circuit-bg .marquee-circuit .marquee-track .marquee-item {
    gap: 8px;
    display: flex;
    align-items: center;
    padding: 30px 28px;
}
.xelo-marquee-circuit-bg .marquee-circuit .marquee-track .marquee-item span {
    font-weight: 500;
    color: var(--xelo-heading-primary);
}
.xelo-marquee-circuit-bg .marquee-circuit .marquee-track .marquee-item .icon {
    transform: rotate(0deg);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 22px;
    height: 22px;
}
.xelo-marquee-circuit-bg .marquee-circuit .marquee-track .marquee-item .icon img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    object-fit: contain;
}

.marquee-image {
    top: -360px;
    width: 550px;
    height: 717px;
    flex-shrink: 0;
    position: relative;
    border-radius: 275px;
    background: #d9d9d9;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .marquee-image {
        top: -200px;
        width: 400px;
        height: 520px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .marquee-image {
        top: -130px;
        width: 350px;
        height: 460px;
    }
}
@media (max-width: 767px) {
    .marquee-image {
        width: 350px;
        height: 455px;
        top: -130px;
    }
}
.marquee-image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.1);
    border-radius: 275px;
    border: 10px solid #fff;
}
.marquee-image .shape-1 {
    top: 60px;
    left: -20px;
    width: 120px;
    position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .marquee-image .shape-1 {
        top: 20px;
        left: -34px;
    }
}
.marquee-image .shape-1 img {
    max-width: 100%;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
.header__logo {
    position: relative;
    display: block;
    width: 114px;
    perspective: 1000px;
    z-index: 1;
}

.header__logo-text {
    display: grid;
    height: 100%;
}

.header__logo-text svg {
    grid-area: 1/1;
    height: 100%;
    fill: currentColor;
    overflow: visible;
    transition: color 0.1s 0.3s;
}

.header__logo-text > svg:nth-child(2) {
    transform-origin: 0 0;
    animation: svgMove 2s ease-in-out infinite;
}

.header__logo-text-line {
    position: absolute;
    top: 19px;
    left: 19px;
    width: 35px;
    height: 8px;
    background: #0ae448;
    border-radius: 1px;
    transform: skew(-16deg) scaleX(0.4);
    transform-origin: 0 0;
    animation: xelo-lineAnim 2s ease-in-out infinite;
}

.xelo-circle-bg {
    padding-top: 65px;
}
.xelo-circle-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    perspective: 2000px;
    transform-style: preserve-3d;
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
}
.xelo-circle-heading {
    text-align: center;
    font-size: 70px;
    font-weight: 500;
    line-height: 1.02;
    letter-spacing: -4.2px;
    color: var(--xelo-heading-primary);
    font-family: var(--xelo-ff-heading);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .xelo-circle-heading {
        font-size: 56px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .xelo-circle-heading {
        font-size: 52px;
    }
}


.xelo-circle-image {
    width: 70vw;
    overflow: hidden;
    position: absolute;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    opacity: 0.001;
    z-index: 10;
    will-change: transform, opacity;
    transform-origin: 50% 50%;
}
.xelo-circle-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.xelo-circle-pattern {
    position: absolute;
    inset: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}
.xelo-circle-ring-row {
    position: absolute;
    width: 50vh;
    height: 50vh;
    will-change: transform;
}
@media (max-width: 767px) {
    .xelo-circle-ring-row {
        width: 30vh;
        height: 30vh;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .xelo-circle-ring-row {
        width: 45vh;
        height: 45vh;
    }
}
.xelo-circle-container {
    position: absolute;
    text-align: center;
    font-size: 25px;
}
.xelo-circle-ring-1 {
    transform: translate3d(0px, -158.532px, 0px) rotate(0deg);
}
.xelo-circle-ring-2 {
    transform: translate3d(-137.229px, 79.2183px, 0px) rotate(200deg);
}
.xelo-circle-ring-3 {
    transform: translate3d(137.229px, 79.2183px, 0px) rotate(-50deg);
}
.xelo-circle-ring-div {
    position: absolute;
    inset: 0px;
    border: 1px solid rgba(13, 13, 13, 0.0666666667);
    border-radius: 50%;
}
.xelo-circle-ring-dot {
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #0d0d0d;
    border-radius: 50%;
    top: -2px;
    left: 50%;
    margin-left: -2px;
}

.xelo-preview-bg {
    z-index: 1;
    height: 896px;
    position: relative;
    background-color: var(--xelo-common-black);
}
.xelo-preview-bg::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(13, 13, 13, 0.4);
}
.xelo-preview-bg .xelo-shape {
    z-index: 1;
    right: 0;
    bottom: 0;
    position: absolute;
}
.xelo-preview-slider {
    background-repeat: repeat-x;
    background-size: auto;
    position: relative;
    z-index: 1;
    height: 896px;
    margin-top: 0px;
    background-image: url(../img/thumb/preview-bg.png);
}
.xelo-preview-content {
    top: 50%;
    left: 50%;
    z-index: 5;
    padding: 59px 53px;
    text-align: center;
    transform: translate(-50%, -50%);
    position: absolute;
    background: rgba(38, 38, 38, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 270px;
    width: 1050px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .xelo-preview-content {
        width: 975px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .xelo-preview-content {
        width: 760px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .xelo-preview-content {
        width: 600px;
    }
}
@media (max-width: 767px) {
    .xelo-preview-content {
        width: 370px;
        padding: 34px 45px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .xelo-preview-content {
        width: 400px;
    }
}
.xelo-preview-content > span {
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    display: inline-block;
    margin-bottom: 32px;
    background: linear-gradient(269.55deg, #00dd3b 0%, #ff5f1c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
@media (max-width: 767px) {
    .xelo-preview-content > span {
        font-size: 24px;
    }
}
.xelo-preview-content .xelo-btn-2 .gradient-icon,
.xelo-preview-content .xelo-btn-2 .gradient-text {
    color: var(--xelo-common-white);
}
@media (max-width: 767px) {
    .xelo-preview-content .xelo-section-title {
        font-size: 28px;
    }
}



.card-wrapper {
    position: relative;
    min-height: 100svh;
    width: 100%;
    z-index: 0;
}

.cards-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100svh;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.cards {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    list-style: none;
    z-index: 1;
}

.card {
    position: absolute;
}

.card-inner {
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.84, 0);
    transition-delay: var(--transition-delay);
}

.card:first-child .card-inner {
    transform: translate3d(-150vw, 0, 0);
}

.card:nth-child(2) .card-inner {
    transform: translate3d(150vw, 0, 0);
}

.card:nth-child(3) .card-inner {
    transform: translate3d(-150vw, 0, 0);
}

.card.active .card-inner {
    transform: translateZ(0);
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    transition-delay: var(--transition-delay);
}

.card-face {
    width: 380px;
    border-radius: 40px;
    position: relative;
    text-align: left;
    transition: 0.3s ease;
    padding: 80px 40px 70px 40px;
}

.card:first-child .card-face {
    background: #dcf9db;
}

.card:nth-child(2) .card-face {
    background: #d5d4f4;
}

.card:nth-child(3) .card-face {
    background: #ffeacb;
}

.step-number {
    position: absolute;
    font-size: 128px;
    font-weight: 500;
    color: rgba(13, 13, 13, 0.03);
    text-align: center;
    right: -20px;
    bottom: 0;
    font-family: var(--xelo-ff-heading);
}

.card-face .card-title {
    color: #0d0d0d;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.16;
    margin-bottom: 17px;
}

.card-face .card-description {
    font-size: 18px;
    line-height: 1.55;
    margin-bottom: 30px;
    color: var(--xelo-common-black);
}

.card .icon {
    display: flex;
    position: relative;
    margin-bottom: 43px;
}

.card-face .view-btn {
    line-height: 1;
    display: inline-block;
}

.card-face .gradient-border-btn {
    font-size: 16px;
    padding: 12px 20px;
}

.xelo-card-btn .xelo-btn-2:hover .xelo-icon__first {
    animation: none;
}
.xelo-card-btn .xelo-btn-2 .gradient-icon {
    width: 40px;
    height: 40px;
}
.xelo-card-btn .xelo-btn-2 .gradient-text {
    font-size: 16px;
    padding: 9.6px 18.73px;
}
.xelo-card-btn .xelo-btn-2 .card-flip-btn {
    line-height: 1.4;
}

/* Marquee */
.xelo-marquee-container-2n {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 35%;
    left: 0;
    width: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
    height: 300px;
}

.xelo-marquee-text-2n {
    display: flex;
    white-space: nowrap;
    gap: 30px;
    animation: xelo-marquee-second 45s linear infinite;
    will-change: transform;
}

.xelo-marquee-text-2n span {
    color: #f4f4f5;
    font-size: 220px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    font-family: var(--xelo-ff-heading);
}
@media (max-width: 767px) {
    .xelo-marquee-text-2n span {
        font-size: 120px;
    }
}

@keyframes xelo-marquee-second {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
@media (max-width: 768px) {
    .card-face {
        width: 60vw;
        padding: 50px 24px;
    }
    .card-face .card-title {
        font-size: 26px;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .card-face .card-description {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .step-number {
        font-size: 110px;
        right: 0;
    }
    .cards {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .marquee-container {
        display: none;
        animation: none;
    }
    .marquee-text {
        animation: none;
    }
}
@media (max-width: 480px) {
    .card-face {
        width: 70vw;
        padding: 40px 30px;
    }
    .card-face .card-title {
        font-size: 22px;
    }
    .card-face .card-description {
        font-size: 14px;
    }
    .step-number {
        font-size: 80px;
    }
}
@media (max-width: 1200px) {
    .xelo-banner-card .item-4 .shape svg {
        width: max(260px, 55.8333333333vw);
        height: max(120px, 25vw);
    }
}
@media (max-width: 992px) {
    .xelo-banner-card .item-4 .shape svg {
        width: max(280px, 90.7258064516vw);
        height: max(150px, 36.2903225806vw);
    }
}
@media (max-width: 768px) {
    .xelo-banner-card .item-4 .shape {
        position: absolute;
        bottom: 0;
        margin: 0;
    }
    .xelo-banner-card .item-4 .shape svg {
        width: max(220px, 166.015625vw);
        height: max(160px, 67.0572916667vw);
    }
}
@media (max-width: 767px) {
    .footer-bg-wrap {
        position: absolute;
    }
}
.xelo-banner-card .item-3 .shape-1 {
    width: max(90px, 6.7708333333vw);
}

@media (max-width: 1600px) {
    .xelo-banner-card .item-3 .shape-1 {
        width: max(100px, 10.3125vw);
    }
}
@media (max-width: 1200px) {
    .xelo-banner-card .item-3 .shape-1 {
        width: max(95px, 12.9166666667vw);
    }
}
@media (max-width: 992px) {
    .xelo-banner-card .item-3 .shape-1 {
        width: max(120px, 21.1693548387vw);
    }
}
@media (max-width: 768px) {
    .xelo-banner-card .item-3 .shape-1 {
        width: max(150px, 34.5052083333vw);
    }
}
.xelo-banner-card .item-3 .shape-2 {
    width: max(90px, 6.3541666667vw);
}

.xelo-banner-card .item-3 .shape-3 {
    width: max(90px, 6.3541666667vw);
}

@media (max-width: 1600px) {
    .xelo-banner-card .item-3 .shape-2 {
        width: max(95px, 8.125vw);
    }
    .xelo-banner-card .item-3 .shape-3 {
        width: max(95px, 8.125vw);
    }
}
@media (max-width: 1200px) {
    .xelo-banner-card .item-3 .shape-2 {
        width: max(90px, 11.25vw);
    }
    .xelo-banner-card .item-3 .shape-3 {
        width: max(90px, 11.25vw);
    }
}
@media (max-width: 992px) {
    .xelo-banner-card .item-3 .shape-2 {
        width: max(110px, 15.1209677419vw);
    }
    .xelo-banner-card .item-3 .shape-3 {
        width: max(110px, 15.1209677419vw);
    }
}
@media (max-width: 768px) {
    .xelo-banner-card .item-3 .shape-2 {
        width: max(140px, 26.0416666667vw);
    }
    .xelo-banner-card .item-3 .shape-3 {
        width: max(140px, 26.0416666667vw);
    }
    .xelo-banner-content .title .shape-1 {
        display: none;
    }
}

/*# sourceMappingURL=main.css.map */
