:root {
    --dark-color: 53, 67, 77;
    --light-color: 255, 255, 255;
    --clr-1: 96, 59, 165;
    --clr-2: 1, 135, 137;
    --trans-timing: cubic-bezier(0.65, 0, 0.35, 1);
}

html {
    font-family: "Degular Display";
    font-weight: normal;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    right: 0;
    -webkit-transition: margin-left 0.3s ease-in-out;
    transition: margin-left 0.3s ease-in-out;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    font-family: "Degular Display";
    font-weight: normal;
    color: #ffffff;
    background: #000000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

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

footer,
section,
.counter {
    overflow-x: hidden;
    overflow-y: clip;
}

* {
    box-sizing: border-box;
}

*,
:after,
:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

a {
    outline: 0;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    transition-duration: 0.8s;
    position: relative;
}

a:active,
a:focus {
    color: #f7f7f7;
    outline: 0 !important;
    text-decoration: none;
}

a:hover {
    color: #2489d4;
    outline: 0 !important;
    text-decoration: none;
}

b,
strong {
    font-weight: 700;
}

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

h5 {
    font-size: 24px;
}

h4 {
    font-size: 30px;
}

h3 {
    font-size: 40px;
}

h2 {
    font-size: 70px;
}

h1 {
    font-size: 118px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Degular Display";
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: bold;
}

.clr-1 {
    color: #2489d4;
}

.clr-2 {
    color: #ffd878;
}

.clr-3 {
    color: #ffa31a;
}

.lh-27 {
    line-height: 27px;
}

.text-black {
    color: #020203;
}

.form-control,
input,
select {
    background: #202020;
    color: #676767;
    padding: 16px 8px 16px 24px;
    transition: 0.3s linear;
    height: auto;
    border-radius: 50px;
    font-size: 16px !important;
    box-shadow: unset;
    width: 100%;
    font-weight: 300;
    border: 1px solid #393939;
}

.form-control:focus,
input:focus,
textarea:focus,
select:focus {
    box-shadow: unset;
    background: #202020;
    color: #676767;
    border: 1px solid #393939;
    outline: unset;
}

.form-control:focus::placeholder,
input:focus::placeholder {
    color: #676767;
    font-weight: 300;
}

.form-control::placeholder,
input::placeholder {
    color: #676767;
    font-weight: 300;
    font-size: 16px;
    opacity: 1;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
    font-size: 16px;
}

.btn,
button {
    padding: 3px;
    border-radius: 50px;
    background: rgb(255 255 255 / 16%);
}

.btn .span-main,
button .span-main {
    background: #ffffff;
    padding: 14px 33px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid #2489d4;
    color: #414141;
    transition: 0.5s linear;
    border-radius: 50px;
    font-size: 18px;
    position: relative;
    font-weight: 600;
    box-shadow: 0px -4px 2px rgb(0 0 0 / 25%) inset;
}

.btn-2 .span-main,
button .span-main {
    background: #2489d4;
    border: 1px solid #ffd878;
}

.btn-3 .span-main,
button .span-main {
    background: #e5b84a;
    border: 1px solid #fdcb51;
}

.btn:active .span-main,
.btn:focus .span-main,
.btn:hover .span-main,
button:active .span-main,
button:focus .span-main,
button:hover .span-main {
    background: #2489d4;
    border: 1px solid #ffd878;
}

.btn:active,
.btn:focus,
.btn:hover,
button:active,
button:focus,
button:hover {
    background: #2489d43d;
}

.btn-2:active .span-main,
.btn-2:focus .span-main,
.btn-2:hover .span-main {
    background: #ffffff;
    border: 1px solid #ffd878;
}

.btn-3:active .span-main,
.btn-3:focus .span-main,
.btn-3:hover .span-main {
    background: #ffffff;
    border: 1px solid #ffd878;
}

.text-gradient {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(77deg, #2489d4 30%, #ffd878 51%);
    -text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 200% 100%;
    animation: movinggradient ease-in-out 2s infinite alternate;
}

@keyframes movinggradient {
    0% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0 100%;
    }
}

.text-uppercase {
    text-transform: uppercase;
}

.invisible-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    background-color: #f5f5f500;
    border-radius: 0;
}

.invisible-scroll::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f500;
}

.invisible-scroll::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: #ee307300;
}

img.logo-img {
    width: 90px;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 111;
    padding-top: 30px;
}

.header-menu-main-ul .li-header-ul-list-main {
    transition: 0.3s linear;
}

.header-menu-main-ul .li-header-ul-list-main ul li a {
    color: #ffffff;
    font-size: 16px;
}

.header-menu-main-ul .li-header-ul-list-main ul li a:hover {
    color: #2489d4;
}

.header-menu-main-ul .li-header-ul-list-main ul {
    gap: 40px;
    width: auto;
    transition: 0.3s linear;
}

.header-menu-main-ul .li-header-ul-list-main.open {
    display: none !important;
}

.menu-toggle {
    width: 20px;
    height: 10px;
    display: block;
    position: relative;
}

.menu-toggle .menu-toggle-bar {
    width: 100%;
    height: 1px;
    background: #6b6b6b;
}

.menu-toggle .menu-toggle-bar-one {
    position: absolute;
    right: 0;
    top: 4px;
    left: 0;
    transition: 0.2s linear;
    transform: translate(0, 0) rotate(45deg);
}

.menu-toggle .menu-toggle-bar-two {
    position: absolute;
    right: 0;
    bottom: 5px;
    left: 0;
    transition: 0.2s linear;
    transform: translate(0, 0) rotate(-45deg);
}

.header-menu-main-ul .three {
    margin-left: 30px;
}

.menu-toggle.active .menu-toggle-bar-one {
    transform: translate(0, 0) rotate(0deg);
    top: 0;
}

.menu-toggle.active .menu-toggle-bar-two {
    transform: translate(0, 0) rotate(0deg);
    bottom: 0;
}

.header-menu-main-ul .one {
    padding-right: 25px;
}

.header-menu-main-ul .one::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #525252;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
}

.header-menu-main-ul .two {
    padding-left: 32px;
}

.header-menu-main-ul {
    background: linear-gradient( 180deg, rgba(24, 24, 24, 1) 0%, rgba(56, 56, 56, 1) 100%);
    border: 1px solid #393939;
    border-radius: 50px;
    padding: 15px 23px;
    transition: 0.3s linear;
}

.text-stroke {
    -webkit-text-stroke: 1px rgb(255, 255, 255);
    color: #ffffff00;
    fill: unset;
}

.index-wrap-1 h1 {
    line-height: 92px;
}

.index-wrap-1 {
    padding: 200px 0px 258px;
}

.index-wrap-1 span.clr-1,
.index-wrap-1 span.clr-2 {
    color: #fff;
}

.index-wrap-1 video {
    position: absolute;
    right: 2%;
    top: 0;
    height: 100%;
}

.banner-circle-1 {
    position: absolute;
    left: -5%;
    bottom: -38%;
}

.banner-triangle-1 {
    position: absolute;
    left: 19%;
    bottom: -3%;
}

.banner-circle-2 {
    position: absolute;
    left: 0;
    right: -145px;
    bottom: -36%;
    margin: 0 auto;
}

.banner-triangle-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 582px;
}

.recaptcha_Area {
    position: absolute !important;
    bottom: -80px;
    display: flex;
    justify-content: end;
}

.index-wrap-2 .container {
    position: relative;
}

.index-wrap-2 {
    padding: 114px 0px 80px;
    clip-path: ellipse(75% 100% at 50% 110%);
    margin-top: -7%;
    background: black !important;
}

.index-right {
    display: inline-block;
}

.index-right ul {
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.index-right ul li {
    list-style-type: none;
    background: linear-gradient(89deg, #ffffff 8%, #f9e0a2 100%);
    border-radius: 25px;
    padding: 20px 35px;
    height: 200px;
    display: inline-flex;
    align-items: center;
    animation: movinggradient ease-in-out 2s infinite alternate;
    background-size: 200% 100%;
    margin: 0 10px;
    margin-bottom: 20px;
}

.index-right ul li img {
    height: 130px;
    object-fit: contain;
    width: 150px;
}

.social-ul li a {
    width: 50px;
    height: 50px;
    border: 1px solid white;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px -4px 2px rgb(0 0 0 / 25%) inset;
    margin-bottom: 10px;
    padding: 0 11px;
}

.social-ul li a img {
    filter: brightness(0) invert(1);
}

.social-ul li a:hover {
    background: #ffd878;
    border: 1px solid #ffd878;
    transform: scale(1.2);
}

.social-ul li a:hover img {
    filter: unset;
}

.social-ul {
    display: inline-block;
    position: absolute;
    right: 26px;
    top: 21%;
    z-index: 9;
}

.wrpa-1-item-img {
    position: absolute;
    right: 10%;
    top: 34%;
    z-index: 9;
}

.wrap-1-circle-text-main {
    position: absolute;
    right: 0;
    left: 0;
    top: -95px;
    bottom: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
    z-index: 9;
}

.mouse-div {
    width: 25px;
    height: 43px;
    border: 3px solid white;
    border-radius: 20px;
    position: relative;
    padding: 3px 0px;
}

.mouse-div::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #2489d4;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    animation: mouse-div 2s ease-in-out infinite;
    transition: 0.3s linear;
}

@keyframes mouse-div {
    0% {
        transform: translateY(-3px);
    }
    50% {
        transform: translateY(-24px);
    }
    100% {
        transform: translateY(-3px);
    }
}

.mouse-div-main {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-table;
}

.wrap-1-circle-text-main-img {
    animation: 15s linear infinite asteroid;
}

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

.index-wrap-3 ul li img {
    width: 80px;
}

.index-wrap-3 {
    background: #171717;
    padding: 40px 0px;
}

.index-wrap-4 h2 {
    font-size: 70px;
}

.index-wrap-4 .p-head {
    font-size: 27px;
}

.index-wrap-4 ul::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: #212121;
    width: 100%;
    height: 85%;
    border-radius: 50px;
}

.index-wrap-4 ul li {
    color: #5e5e5e;
    cursor: pointer;
    background: linear-gradient( 100deg, rgba(32, 237, 192, 0) 0%, rgba(255, 217, 120, 0) 100%);
    font-size: 23px;
    font-weight: 600;
    border-radius: 50px;
    padding: 15px 40px;
    box-shadow: 0px 0px 4px #20edc000;
    transition: 0.3s linear;
    position: relative;
}

.index-wrap-4 ul li.current {
    background: linear-gradient( 100deg, #2489d4 0%, rgba(255, 216, 120, 1) 100%);
    box-shadow: 0px 0px 26px #2489d4b0;
    color: #414141;
}

.index-wrap-4 ul {
    gap: 30px;
}

.index-wrap-4 h6 {
    font-size: 27px;
}

.index-wrap-4 h3 {
    font-size: 50px;
}

.span-style {
    padding: 0px 10px;
    border-radius: 17px;
    display: inline-block;
    border: 2px solid white;
    transform: rotate(358deg);
    margin-left: 8px;
}

.index-wrap-4 .my-tabs p {
    font-size: 25px;
    line-height: 39px;
}

.index-wrap-4 .my-tabs {
    padding-top: 60px;
}

.index-wrap-4 {
    padding: 70px 0px 70px;
}

.service-section-item {
    position: absolute;
    right: 0;
    bottom: -8%;
}

.index-wrap-4 .service-img-main {
    transition: 0.2s linear;
}

.index-wrap-4 .service-img-main:hover {
    filter: drop-shadow(0px 0px 50px #20edc06b);
}

.wrap-4-item-img {
    position: absolute;
    bottom: 9%;
    left: 0;
    right: 9%;
    margin: 0 auto;
}

.index-wrap-5 h6 {
    font-size: 27px;
}

.p-head {
    font-size: 25px;
    font-weight: 500;
}

.index-wrap-5-item-img {
    width: 550px;
    height: 550px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.index-wrap-5-item-main .portfolio-catogrie-shape-1 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    transform: scale(0);
    transition: 0.4s linear;
}

.index-wrap-5-item-img-main {
    z-index: 1;
}

.index-wrap-5-item-main.active .portfolio-catogrie-shape-1 {
    transform: scale(1);
}

.index-wrap-5 {
    background: white;
    padding: 70px 0px;
}

.index-wrap-5-item-main .index-wrap-5-item-content h3 {
    font-size: 45px;
}

.index-wrap-5-item-main .index-wrap-5-item-content p {
    font-size: 25px;
}

.index-wrap-6 {
    padding: 80px 0px;
    background: linear-gradient(89deg, #2489d4 38%, #ffd878 100%);
}

.index-wrap-6 h2 {
    font-size: 90px;
    line-height: 90px;
    padding-bottom: 35px;
}

.index-wrap-6 h2 .span-style {
    padding: 0px 10px;
    border-radius: 17px;
    display: inline-block;
    border: 2px solid white;
    transform: rotate(358deg);
    margin-top: 8px;
    margin-left: 0px;
}

.wrap-6-shapes {
    position: absolute;
    bottom: 0;
    left: 0;
}

.wrap-6-item-img {
    position: absolute;
    right: 16%;
    top: -15px;
}

.wrap-6-item-2 {
    position: absolute;
    left: 0;
    right: 11%;
    top: 0;
    bottom: 22%;
    margin: auto;
}

.index-wrap-7-main-item {
    background: #1b1b1b;
    border-radius: 28px;
    padding: 55px 50px 65px;
}

.index-wrap-7 .tabs-pkg-parent {
    gap: 22px;
}

.index-wrap-7 .tabs-pkg-parent::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: #212121;
    width: 100%;
    height: 85%;
    border-radius: 50px;
}

.index-wrap-7 .tabs-pkg-parent li {
    color: #5e5e5e;
    cursor: pointer;
    background: linear-gradient( 100deg, rgba(32, 237, 192, 0) 0%, rgba(255, 217, 120, 0) 100%);
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    padding: 18px 41px;
    box-shadow: 0px 0px 4px #20edc000;
    transition: 0.3s linear;
    position: relative;
}

.index-wrap-7 .tabs-pkg-parent li.current {
    background: linear-gradient( 100deg, #2489d4 0%, rgba(255, 216, 120, 1) 100%);
    box-shadow: 0px 0px 26px #2489d4b0;
    color: #414141;
}

.index-wrap-7 .my-tabs h3 {
    font-size: 35px;
}

.index-wrap-7 .my-tabs .p-head {
    font-size: 24px;
    line-height: 35px;
    font-weight: 400;
}

.index-wrap-7 .span-style {
    padding: 0px 6px;
    border-radius: 11px;
    display: inline-block;
    border: 1px solid white;
    transform: rotate(358deg);
    margin-left: 5px;
}

.index-wrap-7 .pkg-name-main h4 {
    font-size: 29px;
}

.index-wrap-7 .pkg-name-main h5 {
    font-size: 64px;
}

.index-wrap-7 .pkg-name-main h5 span {
    font-size: 31px;
    font-weight: 300;
}

.index-wrap-7 .pkg-name-main h5 del {
    font-size: 16px;
    font-weight: 300;
}

.index-wrap-7 .pkg-name-main p {
    font-size: 16px;
    font-weight: 500;
}

.index-wrap-7 .pkg-name-main {
    background: linear-gradient(89deg, #2489d4 8%, #ffd878 100%);
    border-radius: 25px;
    padding: 20px 35px;
    height: 350px;
    display: inline-flex;
    align-items: center;
    animation: movinggradient ease-in-out 2s infinite alternate;
    background-size: 200% 100%;
    width: 100%;
}

.index-wrap-7 .pkg-list-main {
    border-radius: 25px;
    padding: 20px 28px;
    display: inline-flex;
    align-items: center;
    height: 350px;
    background: #232323;
    width: 100%;
}

.index-wrap-7 .pkg-list-main ul li {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 21px;
    position: relative;
}

.index-wrap-7 .pkg-list-main ul {
    height: 265px;
    overflow-y: scroll;
}

.index-wrap-7 .pkg-list-main ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    background: url("../images/icons/check.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
}

.index-wrap-7-item-1 {
    position: absolute;
    right: 19%;
    top: 9%;
    transform: rotate(26deg);
}

.index-wrap-7 {
    padding: 80px 0px 110px;
}

.index-wrap-8 .p-head {
    font-size: 25px;
}

.index-wrap-8-item-1 {
    position: absolute;
    left: 10px;
    top: -39px;
}

.index-wrap-8 {
    padding: 80px 0px 150px;
    transition: 0.3s linear;
}

.index-wrap-8.in-viewport {
    background: white;
}

.process-item .process-item-img {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-radius: 34px;
    overflow: hidden;
}

.process-item .process-item-img-shape {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s linear;
    transform: scale(0) rotate(100deg);
    opacity: 0;
}

.process-item:hover .process-item-img-shape {
    transform: scale(1) rotate(0deg);
    opacity: 1;
}

.process-item .process-h-one {
    height: 550px;
}

.process-item .process-h-two {
    height: 380px;
}

.process-item .process-item-content h3 {
    font-size: 33px;
}

.process-item .process-item-content p {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
}

.process-item .process-item-content {
    padding-top: 22px;
}

.process-item .process-item-content .process-item-content-parah {
    height: auto;
    overflow-y: scroll;
}

.margin-top-custom {
    margin-top: -1%;
}

.process-slider .slick-list {
    padding-top: 80px;
}

#progress-cursor {
    position: relative;
    cursor: none;
}

#custom-cursor {
    display: none;
    width: 125px;
    height: 125px;
    position: absolute;
    background: url("../images/cursor.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
    pointer-events: none;
    z-index: 1000;
}

.index-wrap-8-item-2 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.index-wrap-8-item-3 {
    position: absolute;
    left: 0;
    top: 25px;
}

.index-wrap-9 h2 {
    font-size: 90px;
    padding-bottom: 35px;
}

.wrap-9-span-style {
    padding: 5px 15px;
    border-radius: 9px;
    display: inline-block;
    border: 2px solid white;
    margin-left: 23px;
    font-size: 40px;
    transform: translate(2px, -22px) rotate(354deg);
}

.index-wrap-9 {
    padding: 50px 0px 60px;
    background: #1f1f1f;
}

.index-wrap-9-shapes {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.index-wrap-10 .p-head {
    font-size: 25px;
}

.index-wrap-10-item-one {
    position: absolute;
    left: -29px;
    top: -96px;
    transform: rotate(199deg);
}

.index-wrap-10 {
    padding: 90px 0px 120px;
}

.review-img {
    width: 100%;
    height: 450px;
    overflow: hidden;
}

.review-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-content {
    background: linear-gradient(89deg, #2489d4 8%, #ffd878 100%);
    animation: movinggradient ease-in-out 2s infinite alternate;
    background-size: 200% 100%;
    padding: 40px 38px 38px 38px;
}

.review-content .content p {
    line-height: 29px;
    color: #000000;
}

.review-content .content {
    max-height: 115px;
    overflow-y: scroll;
    margin-top: 12px;
}

.review-name h3 {
    font-size: 46px;
}

.review-name .review-name-p {
    font-size: 22px;
}

.review-name {
    padding: 0px 0px 40px 40px;
}

.review-product-img {
    position: absolute;
    left: -9%;
    bottom: -3%;
    z-index: 1;
}

.review-slider .slick-next,
.review-slider .slick-prev {
    width: 90px;
    height: 90px;
    background: #202020;
    border-radius: unset;
}

.review-slider .slick-next:hover,
.review-slider .slick-prev:hover {
    background: #f8c951;
}

.review-slider .slick-next::before,
.review-slider .slick-prev::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    width: 31px;
    height: 23px;
    filter: brightness(0) invert(1);
}

.review-slider .slick-next:hover::before,
.review-slider .slick-prev:hover::before {
    filter: unset;
}

.review-slider .slick-next:focus,
.review-slider .slick-prev:focus {
    background: #f8c951;
}

.review-slider .slick-next:focus::before,
.review-slider .slick-prev:focus::before {
    filter: unset;
}

.review-slider .slick-next::before {
    background: url("../images/icons/arrow-right.png");
}

.review-slider .slick-prev::before {
    background: url("../images/icons/arrow-left.png");
}

.review-slider .slick-next {
    right: 28px;
    top: auto;
    bottom: 0;
    transform: unset;
}

.review-slider .slick-prev {
    left: auto;
    right: 118px;
    top: auto;
    bottom: 0;
    transform: unset;
}

.index-wrap-10-item-two {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.review-img-bg-box {
    position: absolute;
    left: 0;
    right: 0;
    width: 100% !important;
    height: auto !important;
    bottom: 0;
}

.index-wrap-11 h2 {
    font-size: 90px;
    line-height: 91px;
    padding-bottom: 95px;
}

.index-wrap-11 {
    padding: 100px 0px 120px;
    background: linear-gradient(89deg, #2489d4 8%, #ffd878 100%);
    animation: movinggradient ease-in-out 2s infinite alternate;
    background-size: 200% 100%;
}

.index-wrap-11 .span-style {
    padding: 0px 10px;
    border-radius: 12px;
    margin-left: 0px;
    margin-top: 13px;
}

.index-wrap-11-item {
    position: absolute;
    left: 0;
    right: 149px;
    bottom: 0;
    margin: 0 auto;
}

.index-wrap-11 .accordion-list h3 {
    font-size: 30px;
    margin-bottom: unset;
    transition: 0.2s linear;
}

.index-wrap-11 .accordion-list p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: unset;
}

.index-wrap-11 .accordion-list {
    width: 90%;
    float: right;
}

.index-wrap-11 .accordion-list li {
    padding: 35px 0px;
    border-bottom: 1px solid black;
    cursor: pointer;
}

.index-wrap-11 .accordion-list li.active h3 {
    padding-bottom: 20px;
}

.index-wrap-11 .accordion-list li h3 span {
    transition: 0.2s linear;
}

.index-wrap-11 .accordion-list li.active h3 span {
    transform: rotate(45deg);
}

.wrap-11-item-shapes {
    position: absolute;
    left: 0;
    bottom: 0;
}

img.footer-logo {
    width: 190px;
}

footer .ul-footer-list li a {
    font-size: 25px;
}

footer .ul-footer-list {
    line-height: 50px;
}

footer .social-ul-footer li a span {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #2489d4;
    background: #2489d4;
    box-shadow: 0px -4px 2px rgb(0 0 0 / 41%) inset;
    margin-right: 10px;
    transition: 0.3s linear;
    padding: 16px;
}

footer .social-ul-footer li a {
    font-size: 20px;
    font-weight: 600;
}

footer .social-ul-footer li a:hover {
    color: #ffd878;
}

footer .social-ul-footer li a:hover span {
    border: 1px solid #ffd878;
    background: #ffd878;
}

footer h2 {
    line-height: 68px;
    font-size: 66px;
    padding-bottom: 25px;
}

footer .form-group {
    margin-bottom: 25px;
}

.footer-item-img {
    position: absolute;
    right: -26px;
    top: 165px;
}

footer {
    padding-top: 80px;
}

.footer-copyright {
    margin-top: 80px;
    padding: 25px 0px;
    border-top: 1px solid #5c5c5c;
}

.my-tabs {
    display: none;
}

.my-tabs.current {
    display: block;
}

.nav-bar {
    position: fixed;
    background: linear-gradient( 180deg, rgba(24, 24, 24, 1) 0%, rgba(56, 56, 56, 1) 100%);
    animation: movinggradient ease-in-out 2s infinite alternate;
    background-size: 200% 100%;
    top: 0;
    left: 0;
    z-index: 3;
    box-shadow: -10px 0 16px #11141126;
    height: 100vh;
    transform: translateX(-100vw);
    transition-duration: 0.8s;
    color: #b0b0b0;
    padding: 30px;
    font-weight: 600;
}

.nav-bar.active {
    transform: translateX(0);
}

.nav-bar ul li {
    margin-bottom: 15px;
}

.inner-tabs-ul li {
    cursor: pointer;
    padding: 14px 40px;
    background: #2d2d2d;
    border-radius: 50px;
    box-shadow: 0px -4px 2px rgb(0 0 0 / 25%) inset;
    border: 1px solid #212121;
}

.inner-tabs-ul li.current {
    background: #e5b84a;
    border: 1px solid #fdcb51;
}

.inner-tabs-ul {
    flex-wrap: wrap;
    gap: 25px;
}

.service-wrap-1 {
    padding: 165px 0px 52px;
}

.service-wrap-1 h1 {
    font-size: 90px;
    line-height: 90px;
}

.service-wrap-1 p {
    font-size: 25px;
}

.service-wrap-1-item-1 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.service-wrap-1-item-2 {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}

.service-wrap-1-item-3 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.service-wrap-1 .service-wrap-1-img-list-ul li {
    width: 220px;
    height: 310px;
    overflow: hidden;
    border-radius: 15px;
    transition: 0.3s linear;
}

.service-wrap-1 .service-wrap-1-img-list-ul li:hover {
    box-shadow: 0px 0px 50px #2489d485;
}

.service-wrap-1 .service-wrap-1-img-list-ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s linear;
}

.service-wrap-1 .service-wrap-1-img-list-ul li:hover img {
    transform: scale(1.2);
}

.service-wrap-1 .service-wrap-1-img-list-ul li:nth-child(1) {
    transform: rotate(345deg);
    margin-bottom: -16%;
}

.service-wrap-1 .service-wrap-1-img-list-ul li:nth-child(2) {
    transform: rotate(-11deg);
    margin-bottom: -5%;
}

.service-wrap-1 .service-wrap-1-img-list-ul li:nth-child(4) {
    transform: rotate(11deg);
    margin-bottom: -5%;
}

.service-wrap-1 .service-wrap-1-img-list-ul li:nth-child(5) {
    transform: rotate(23deg);
    margin-bottom: -16%;
}

.circle-cta {
    position: absolute;
    right: -80px;
    bottom: 40px;
}

.service-wrap-1-item-4 {
    position: absolute;
    left: -120px;
    top: -75px;
}

.service-wrap-2 .brands-ul-list-img li img {
    width: 80px;
}

.service-wrap-2 {
    padding: 105px 0px 55px;
    clip-path: ellipse(75% 100% at 50% 110%);
    margin-top: -7%;
    background: black;
}

.service-wrap-3 h2 {
    font-size: 57px;
    padding-bottom: 40px;
}

.service-wrap-3 p {
    line-height: 26px;
}

.service-wrap-3 {
    padding: 30px 0px 100px;
}

.service-wrap-4 .service-wrap-4-ul-list li {
    cursor: pointer;
    flex: 0 0 50%;
    /* width: 30%; */
}

.service-wrap-4 .service-wrap-4-ul-list li .btn {
    visibility: hidden;
    transition: 0.2s linear;
    opacity: 0;
}

.service-wrap-4 .service-wrap-4-ul-list li.current .btn {
    visibility: visible;
    opacity: 1;
}

.service-wrap-4 .service-wrap-4-ul-list li h3 {
    font-size: 30px;
    padding-bottom: 5px;
}

.service-wrap-4 .service-wrap-4-ul-list li p {
    font-size: 17px;
    line-height: 29px;
}

.service-wrap-4 .service-wrap-4-ul-list li .content {
    height: 87px;
    overflow-y: scroll;
    margin-bottom: 20px;
}

.service-wrap-4 .service-wrap-4-ul-list li:nth-child(1) {
    margin-bottom: 20px;
}

.service-wrap-4 .service-wrap-4-ul-list li.current h3 {
    color: #e9c24d;
}

.service-wrap-4-tabs-content-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 60%;
    filter: drop-shadow(2px 4px 14px black);
}

.service-wrap-4-ul-list-2 {
    padding-left: 35px;
}

.service-wrap-4 .service-wrap-4-ul-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-count: 2;
    margin-top: 60px;
}

.service-wrap-4-ul-list-inner-content {
    width: 60%;
}

.content-img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    display: inline-block;
    width: fit-content;
}

.service-wrap-4-tabs-content {
    width: 430px;
    height: 430px;
    overflow: hidden;
}

.service-wrap-4 {
    padding: 100px 0px;
}

.service-wrap-4-item-1 {
    position: absolute;
    right: 16%;
    top: 8%;
}

.service-wrap-4-item-2 {
    position: absolute;
    left: 0;
    top: 10%;
}

.service-wrap-5 .service-wrap-5-item-long {
    height: 300px;
    width: 100%;
}

.service-wrap-5 .service-wrap-5-item h3 {
    font-size: 40px;
    font-weight: 700;
}

.service-wrap-5 .service-wrap-5-item p {
    line-height: 24px;
}

.service-wrap-5-item-long .content {
    height: 96px;
    overflow-y: scroll;
}

.service-wrap-5-item.one {
    background: linear-gradient( 63deg, rgba(5, 115, 169, 1) 35%, rgba(132, 250, 176, 1) 100%);
}

.service-wrap-5 .service-wrap-5-item {
    border-radius: 10px;
    overflow: hidden;
    padding: 25px 33px;
    margin-bottom: 25px;
}

.industrie-img-1-shape {
    position: absolute;
    right: 0;
    bottom: 0;
}

.service-wrap-5 .service-wrap-5-item-short {
    height: 390px;
    width: 100%;
}

.service-wrap-5-item.two {
    background: linear-gradient( 176deg, rgba(162, 88, 255, 1) 0%, rgba(128, 175, 255, 1) 100%);
}

.service-wrap-5-item-short .content {
    height: 74px;
    overflow-y: scroll;
}

.service-wrap-5-item.three {
    background: linear-gradient(176deg, #ff8f42 0%, #ff5151 100%);
}

.industrie-img-2-shape {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.industrie-img-3-shape {
    position: absolute;
    left: 0;
    top: 0;
}

.service-wrap-5-item.four {
    background: linear-gradient(147deg, #ff7d60 0%, #de33e5 100%);
}

.industrie-img-4-shape {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.service-wrap-5-item.five {
    background: linear-gradient(147deg, #57c36f 0%, #d7db20 100%);
}

.industrie-img-5-shape {
    position: absolute;
    left: 0;
    top: 0;
}

.service-wrap-5-item.six {
    background: linear-gradient(147deg, #0077e5 0%, #71ffee 100%);
}

.industrie-img-6-shape {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.service-wrap-5-item-1 {
    position: absolute;
    left: 0;
    top: -43px;
}

.service-wrap-5-item-2 {
    position: absolute;
    left: 0;
    top: 5%;
}

.service-wrap-5 {
    padding: 80px 0px;
    background: white;
}

.about-wrap-1 {
    padding: 165px 0px 169px;
}

.about-wrap-1 h1 {
    font-size: 90px;
    line-height: 90px;
}

.about-wrap-1 p {
    font-size: 25px;
}

.about-wrap-1-item-1 {
    position: absolute;
    left: 3%;
    top: 0;
    bottom: -20%;
    margin: auto 0;
}

.about-wrap-1-item-2 {
    position: absolute;
    right: 3%;
    bottom: 22%;
}

.about-wrap-2 {
    background: white;
    padding: 100px 0px;
    overflow-x: unset;
    overflow-y: unset;
}

.about-wrap-2-item {
    width: 495px;
    height: 415px;
    overflow: hidden;
}

.home-team .about-wrap-2-item {
    height: auto;
}

.about-wrap-2-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.about-wrap-2-ul {
    gap: 25px;
}

.about-wrap-2-ul li:nth-child(1) {
    position: absolute;
    left: 200px;
    top: 0;
}

.about-wrap-2-ul li:nth-child(2) {
    position: relative;
    z-index: 1;
    filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.342));
}

.about-wrap-2-ul li:nth-child(3) {
    position: absolute;
    right: 200px;
    top: 0;
}

.home-team .about-wrap-2-container {
    margin-top: 0%;
}

.home-team .about-wrap-2-item h2 {
    color: #000;
    font-size: 25px;
}

.home-team .about-wrap-2-item h4 {
    color: #000;
    font-size: 20px;
}

.home-team .about-wrap-2-ul li:nth-child(1) {
    position: relative;
    left: 0px;
    top: 0;
}

.home-team .about-wrap-2-ul li {
    position: relative;
    z-index: 1;
    filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.342));
}

.home-team .about-wrap-2-ul li:nth-child(3) {
    position: relative;
    right: 0px;
    top: 0;
}

.team-cont {
    background: linear-gradient(89deg, #fff 8%, #fff 100%);
    border-radius: 10px;
    transform: translateY(-10px);
    width: 80%;
    margin: 0 auto;
    transition: ease 0.5s;
    padding: 10px 10px;
    filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.150));
}

.about-wrap-2-item:hover .team-cont {
    transform: translateY(-30px);
    width: 90%;
    background: linear-gradient(89deg, #2489d4 8%, #ffd878 100%);
    animation: movinggradient ease-in-out 2s infinite alternate;
    background-size: 200% 100%;
}

.scrollX_Custom {
    transform: perspective(1200px) translateX(0px) translateY(-40px) scale(1.2) rotate(0deg) rotateX(0deg) rotateY(0deg) translateZ(0px);
}

.about-wrap-2 .about-wrap-2-container {
    position: relative;
    margin-top: -9%;
}

.about-wrap-3,
.about-wrap-4 {
    background: white;
}

.about-wrap-4 h2 {
    font-size: 57px;
}

.about-wrap-4 .span-style {
    border: 2px solid rgb(14, 14, 14);
}

.about-wrap-4 {
    padding: 100px 0px 200px;
}

.about-wrap-4 video {
    position: absolute;
    right: 2%;
    bottom: 0;
}

.about-wrap-4-item-2 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.about-wrap-4-item-1 {
    position: absolute;
    bottom: 0;
    left: 10%;
}

.about-wrap-5 {
    padding: 90px 0px;
}

.about-wrap-5 h2 {
    font-size: 57px;
}

.about-wrap-5-item.custom-clr-1 {
    background: linear-gradient(89deg, #2489d4 8%, #ffd878 100%);
    animation: movinggradient ease-in-out 2s infinite alternate;
    background-size: 200% 100%;
}

.about-wrap-5-item.custom-clr-2 {
    background: linear-gradient(89deg, #8230b5 8%, #ff29d0 100%);
    animation: movinggradient ease-in-out 2s infinite alternate;
    background-size: 200% 100%;
}

.about-wrap-5-item.custom-clr-3 {
    background: linear-gradient(89deg, #ff0404 8%, #00ff2a 100%);
    animation: movinggradient ease-in-out 2s infinite alternate;
    background-size: 200% 100%;
}

.about-wrap-5-item {
    border-radius: 20px;
    height: 340px;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 25px 50px;
    margin-bottom: 20px;
}

.about-wrap-5-item h3 {
    font-size: 57px;
    line-height: 55px;
    padding-bottom: 5px;
    padding-top: 15px;
}

.about-wrap-5-item .content {
    max-height: 48px;
    overflow-y: scroll;
}

.custom-relative {
    position: relative;
}

.pricing-wrap-1 {
    padding: 180px 0px 150px;
}

.pricing-wrap-1 h1 {
    font-size: 90px;
    line-height: 90px;
}

.pricing-wrap-1 p {
    font-size: 25px;
}

.pricing-wrap-1-shade-1 {
    position: absolute;
    left: 0;
    top: 0;
}

.pricing-wrap-1-shade-2 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.pricing-wrap-1-item-3 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.pricing-wrap-2 {
    padding: 35px 0px;
    background: #171717 !important;
}

.port-page-ul {
    background: #eeeeee;
    border-radius: 50px;
    cursor: pointer;
}

.port-page-ul li {
    border-radius: 50px;
    padding: 14px 40px;
    color: #5e5e5e;
    font-size: 19px;
    font-weight: 600;
    background: linear-gradient( 100deg, rgba(32, 237, 192, 0) 0%, rgba(255, 217, 120, 0) 100%);
}

.port-page-ul li.current {
    background: linear-gradient( 100deg, #2489d4 0%, rgba(255, 216, 120, 1) 100%);
}


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

.head {
    height: 100vh;
}

.content-box {
    position: relative;
}

.heading {
    opacity: 0;
    position: absolute;
    top: 0rem;
}

.scroll-img {
    width: 30vw;
    display: none;
    opacity: 1;
    position: absolute;
    top: 5em;
}

.active {
    opacity: 1;
    display: block;
}

.about-wrap-5-item .content p {
    font-size: 16px !important;
}

.testimonial-wrap-1 {
    padding: 200px 0px 130px;
}

.testimonial-wrap-1 h1 {
    font-size: 90px;
    line-height: 90px;
}

.testimonial-wrap-1-item-1 {
    position: absolute;
    left: 0;
    bottom: 7%;
}

.testimonial-wrap-1-item-2 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.testimonial-wrap-2 {
    background: white;
    padding: 90px 0px 170px;
}

.testimonial-wrap-2 h2 {
    font-size: 70px;
}

.testimonial-wrap-2 .testimonial-item {
    border-radius: 20px;
    padding: 35px 45px;
    margin-bottom: 25px;
    overflow: hidden;
}

.testimonial-wrap-2 .testimonial-item .testimonial-img {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 18px;
}

.testimonial-wrap-2 .testimonial-item .testimonial-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-wrap-2 .testimonial-item .testimonial-content h3 {
    font-size: 40px;
    padding-bottom: 10px;
}

.testimonial-wrap-2 .testimonial-item .testimonial-content p {
    line-height: 26px;
    font-size: 16px;
}

.testimonial-wrap-2 .testimonial-item .testimonial-content {
    height: 135px;
    overflow-y: scroll;
}

.t-clr-1 {
    background: linear-gradient(312deg, #84fab0 -6%, #0573a9 100%);
}

.t-clr-2 {
    background: linear-gradient(145deg, #ff7d61 24%, #dd2fec 100%);
}

.t-clr-3 {
    background: linear-gradient(185deg, #57c36f -6%, #d7db20 100%);
}

.t-clr-4 {
    background: linear-gradient(201deg, #a258ff -6%, #80afff 100%);
}

.t-clr-5 {
    background: linear-gradient(142deg, #ff9142 -6%, #ff5151 100%);
}

.t-clr-6 {
    background: linear-gradient(148deg, #0077e5 -6%, #71ffee 100%);
}

.t-shape-1 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.t-shape-2 {
    position: absolute;
    left: 0;
    top: 0;
}

.t-shape-3 {
    position: absolute;
    left: 0;
    top: 0;
}

.testimonial-wrap-2-item-img {
    position: absolute;
    left: -15%;
    top: 0;
}

.testimonial-wrap-2-item-2 {
    position: absolute;
    right: 0;
    top: 0;
}

.loadservice {
    display: none;
}

.loadservice-2 {
    display: none;
}

.loadservice-3 {
    display: none;
}

.loadservice-4 {
    display: none;
}

.contact-wrap-1 {
    padding: 230px 0px 250px;
}

.contact-wrap-1 h1 {
    font-size: 90px;
    line-height: 90px;
}

.contact-wrap-1 p {
    font-size: 25px;
}

.contact-wrap-1-item-1 {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
}

.contact-wrap-1-item-2 {
    position: absolute;
    right: 0;
    bottom: 35%;
}

.dropdown-cont {
    width: 200px !important;
    height: auto;
    transition: all 0.5s ease-in-out;
    z-index: 9999999999999999999;
    transform-origin: left top;
    transform: scaleY(0);
    font-size: 13px;
    border-bottom: 3px solid #000000;
    left: 0;
    padding: 0px 0px 0px;
    box-shadow: 0px 8px 16px #0000001f;
    background: #000000;
}

.dropdown-cont li {
    border-bottom: 1px solid rgb(0 0 0);
    padding: 14px 12px;
    position: relative;
    box-shadow: 0px 8px 11px rgb(0 0 0 / 25%) inset;
    background: #e5b84a;
}

.dropdown-cont li a {
    font-weight: 600;
    color: #414141 !important;
    font-size: 16px !important;
}

.dropdown:hover .dropdown-cont {
    transform: scaleY(1);
}

.nav-bar .accordion-list h3 {
    font-size: 16px;
    font-weight: 600;
    color: #b0b0b0;
}

.mobile-dropdown-ul li a {
    font-size: 14px;
    color: #ffd878;
    padding-left: 8px;
}

.mobile-dropdown-ul li {
    margin-bottom: 5px !important;
}

.terms-wrap-3 .term-ul {
    padding-left: 1rem;
}

.terms-wrap-3 {
    padding: 80px 0px;
    background: white;
}

.overlayS {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 999;
    transition: 2s ease;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    background: #2b2b2b;
}

.overlayS.hide {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}

.cube {
    position: absolute;
    width: 1em;
    height: 1em;
    background: #FDCB51;
    animation: move 3s ease-in-out infinite;
    transform-style: preserve-3d;
    box-shadow: 4em 4em 0.3em 0.1em #00000014;
}

.cube::before,
.cube::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.cube::before {
    background-color: #c59520;
    transform-origin: 100% 100%;
    transform: rotateY(-90deg);
}

.cube::after {
    background-color: #FDCB51;
    transform-origin: 0% 100%;
    transform: rotateX(90deg);
}

.cube:nth-of-type(1) {
    animation-delay: -11.25s;
}

.cube:nth-of-type(2) {
    animation-delay: -10.5s;
}

.cube:nth-of-type(3) {
    animation-delay: -9.75s;
}

.cube:nth-of-type(4) {
    animation-delay: -9s;
}

@keyframes move {
    0%,
    87.5%,
    100% {
        transform: translate(1em, 0em);
    }
    12.5% {
        transform: translate(2em, 0em);
    }
    25% {
        transform: translate(2em, 1em);
    }
    37.5%,
    50% {
        transform: translate(1em, 1em);
    }
    62.5% {
        transform: translate(0em, 1em);
    }
    75% {
        transform: translate(0em, 0em);
    }
}

.box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 3em;
    height: 2em;
    margin: 39vmin auto;
    font-size: 50px;
    transform-style: preserve-3d;
    transform: rotateX(60deg) rotateZ(45deg);
}

.box:hover * {
    animation-play-state: paused;
}

.box:active * {
    animation-play-state: running;
}


/* Merchant Page */

section.payment-merchant {
    padding: 170px 0 50px;
    position: relative;
}

.sm-text {
    font-size: 17px;
}

.merchant-services {
    background: #fba64f14;
    padding: 6.25rem 0;
}

.merchant-services h2,
.merchant-benefits h2 {
    text-transform: uppercase;
    margin-bottom: 2rem;
    text-align: center;
}

.merchant-card {
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    height: 100%;
    padding: 3rem;
    border-radius: 20px;
    background: #fff;
    background: linear-gradient( 100deg, #2489d4 0%, rgba(255, 216, 120, 1) 100%);
    transition: .5s;
}

.merchant-card h3 {
    font-size: 25px;
    margin-bottom: 2rem;
    transition: .5s;
}

.merchant-card p {
    font-size: 17px;
    transition: .5s;
}

.merchant-card:hover {
    background: #2489d4;
}

.merchant-card * {
    color: #000000;
}

.merchant-benefits {
    padding: 6.25rem 0 3rem;
}

.merchant-benefits__block {
    margin-bottom: 2.5rem;
}

.merchant-benefits__block h4 {
    font-size: 25px;
    margin-bottom: 0;
    padding-left: 4rem;
    position: relative;
}

.merchant-benefits__block h4::before {
    position: absolute;
    content: '';
    width: 3rem;
    height: 2px;
    left: 0;
    top: 19px;
    background: linear-gradient( 100deg, #2489d4 0%, rgba(255, 216, 120, 1) 100%);
}

.merchant-benefits__block p {
    font-size: 19px;
}

.merchant-service h2 {
    font-size: 30px;
}

.merchant-service ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2em;
    margin-bottom: 3em;
}

.merchant-service ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    border-radius: 20px;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    background: linear-gradient(168deg, rgb(217 217 217) 0%, rgb(92 92 92) 100%);
    height: 7em;
    width: 10em;
    transition: .5s;
}

.merchant-service ul li a:hover {
    background: transparent;
    border: 2px solid;
}

.merchant-service ul li a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.privacy-sec p {
    font-size: 18px;
}

.merchant-service ul li {
    list-style-type: none;
}

a.watsap-cht {
    position: fixed;
    -webkit-animation: glide 1.5s ease-in-out alternate infinite;
    width: 8%;
    text-align: center;
    right: auto;
    left: 0;
}

a.watsap-cht i {
    color: #28b83f;
    font-size: 65px;
}

@-webkit-keyframes glide {
    from {
        right: 0px;
        bottom: 50px;
    }
    to {
        right: 0px;
        bottom: 20px;
    }
}


/*Modal*/

.modal {
    background: rgb(0 0 0 / 83%);
}

.balti_popup {
    width: 800px;
    padding: unset;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0px;
    border: unset;
    background: #232323;
    box-shadow: 0px 15px 32px 0px rgba(0, 0, 0, 0.25);
    overflow: unset;
}

.balti_popup .fancybox-close-small {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #2489d4;
    border: 0;
    padding: 0;
    margin: 0;
    outline: none !important;
    position: absolute;
    right: 17px;
    top: 17px;
    overflow: visible;
    z-index: 10;
    transform: rotate(45deg);
}

.balti_popup .fancybox-close-small:after {
    content: "+";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    transition: .1s linear;
    font-size: 40px;
    color: #363636;
    background: unset;
}

.balti_popup h2 {
    font-size: 45px;
}

.balti_popup p {
    font-size: 14px;
}

.balti_popup .form-control,
.balti_popup input,
.balti_popup select {
    background: #202020;
    color: #676767;
    padding: 14px 8px 14px 55px;
    transition: 0.3s linear;
    height: auto;
    border-radius: 50px;
    font-size: 16px !important;
    box-shadow: unset;
    width: 100%;
    font-weight: 300;
    border: 1px solid #393939;
}

.balti_popup .form-control::placeholder,
.balti_popup input::placeholder,
.balti_popup select::placeholder {
    color: white !important;
}

.balti_popup .form-control:focus::placeholder,
.balti_popup input:focus::placeholder {
    color: white !important;
}

.popup-input-email {
    position: absolute;
    left: 41px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.balti_popup_content {
    padding: 0px 45px;
}

.popup-item-img {
    position: absolute;
    left: -46px;
    top: 0;
    bottom: -19px;
    margin: auto 0;
    max-width: 49%;
}

@media screen and (max-width: 1440px) {
    .balti_popup {
        width: 915px;
        padding: 30px 30px 30px;
    }
}

@media screen and (max-width: 1367px) {
    .balti_popup {
        width: 700px;
        padding: 0px;
    }
    .balti_popup h2 {
        font-size: 35px;
    }
    .balti_popup p {
        font-size: 12px;
    }
    .balti_popup .form-control,
    .balti_popup input,
    .balti_popup select {
        padding: 11px 8px 11px 45px;
    }
    .balti_popup_content {
        padding: 0px 35px;
    }
    .popup-input-email {
        left: 36px;
        max-width: 4%;
    }
}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 991px) {
    .balti_popup .fancybox-close-small {
        right: 17px;
        top: 17px;
        left: auto;
    }
    .balti_popup {
        width: 455px;
        padding: 30px 30px 30px;
    }
}

@media screen and (max-width: 767px) {
    .balti_popup {
        width: 500px;
        padding: 1rem;
    }
    .balti_popup .fancybox-close-small {
        width: 34px;
        height: 34px;
    }
    .balti_popup .fancybox-close-small:after {
        font-size: 20px;
    }
}

@media screen and (max-width: 575px) {
    .balti_popup {
        width: 90%;
        padding: 2rem 1rem 1rem;
        background-position: right;
        border-radius: 20px;
    }
}

.modal-backdrop {
    display: none !important;
}

.leng_logos li img {
    height: 70px;
}

.oddo-sec .odoo-boxes img {
    width: 15%;
    margin-bottom: 20px;
}

.odoo-boxes .inn-boxes {
    border: 2px solid #e5b84a;
    padding-bottom: 20px;
    padding: 20px 20px 20px 20px;
    min-height: 603px;
    box-shadow: 0px 10px 25px rgb(0 0 0 / 25%);
    border-radius: 30px;
    transition: ease 0.5s;
}

.odoo-boxes .inn-boxes:hover {
    box-shadow: 0px 10px 25px rgb(36 137 212 / 50%);
}


/* --------------------------- Odd Css ----------------------------- */

.why-content p {
    color: #00000 !important;
}

.oddo-servs {
    background-color: #fff;
}

.oddo-servs .service-box {
    transition: all 0.3s ease;
    border-color: #eee !important;
}

.oddo-servs .service-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border-color: #7b2cbf !important;
}

.oddo-servs .service-icon img {
    filter: hue-rotate(290deg) saturate(1.5);
}

.oddo-servs .service-box p {
    min-height: 216px;
}

.oddo-servs .row.g-4.mt-3 .service-box p {
    min-height: 265px;
}

.oddo-servs .service-box a {
    border-radius: 100px;
}

.hero {
    text-align: center;
    padding: 120px 20px 80px;
    background: linear-gradient(135deg, #F6F0FA 0%, #FFFFFF 100%);
}

.hero h1 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #52375A;
}

.hero p {
    color: #6F5875;
    font-size: 1.1rem;
}

.btn-primary {
    background-color: #875A7B !important;
    border: none;
    padding: 10px 25px;
    border-radius: 6px;
    font-weight: 500;
    transition: 0.3s;
}

.btn-primary:hover {
    background-color: #714867 !important;
}

.btn-outline-light {
    border: 1.5px solid #875A7B;
    color: #875A7B;
    background: transparent;
    padding: 10px 25px;
    border-radius: 6px;
    font-weight: 500;
    transition: 0.3s;
}

.btn-outline-light:hover {
    background-color: #875A7B;
    color: #fff;
}

.section-title {
    color: #52375A;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
    font-size: 2rem;
    position: relative;
}

.section-title::after {
    content: '';
    width: 60px;
    height: 3px;
    background-color: #875A7B;
    display: block;
    margin: 10px auto 0;
    border-radius: 2px;
}

section {
    padding: 70px 0;
    border-bottom: 1px solid #eee;
}

.icon-box {
    text-align: center;
    background: #fff;
    border-radius: 12px;
    padding: 40px 25px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
    transition: 0.3s ease-in-out;
    height: 100%;
}

.icon-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
}

.icon-box img {
    width: 60px;
    margin-bottom: 20px;
}

.icon-box h5,
.icon-box h6 {
    color: #52375A;
    font-weight: 600;
    margin-bottom: 10px;
}

.icon-box p {
    color: #6F5875;
    font-size: 0.95rem;
}


/* Highlight sections */

section:nth-of-type(even) {
    background-color: #F6F0FA;
}


/* Responsive */

@media (max-width: 768px) {
    .hero h1 {
        font-size: 2rem;
    }
    .section-title {
        font-size: 1.6rem;
    }
}


/* -------------------------- Insutry Boxes -------------------------------- */

.industries-section {
    background-color: #faf7ff;
}

.industry-box {
    background: #fff;
    border: 1px solid #e5d8ff;
    border-radius: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(173, 133, 255, 0.05);
    min-height: 252px;
}

.industry-box:hover {
    border-color: #875a7b;
    box-shadow: 0 4px 12px rgba(135, 90, 123, 0.15);
    transform: translateY(-5px);
}

.industry-box .icon i {
    font-size: 36px;
    color: #875a7b;
}

.industry-box h5 {
    font-weight: 600;
    color: #3a2a48;
}

.industry-box p {
    font-size: 14px;
    color: #6b5c76;
}


/* -------------------------- Insutry Boxes -------------------------------- */


/* -------------------------- Process Section -------------------------------- */

.odoo-process-section {
    background-color: #faf7ff;
    color: #3a2a48;
}

.process-list {
    position: sticky;
    top: 0px;
    border-left: 3px solid #d8c6f5;
    padding-left: 20px;
}

.process-step {
    padding: 10px 15px;
    margin-bottom: 15px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    font-weight: 500;
    color: #6b5c76;
    line-height: 1.4;
}

.process-step::before {
    content: "";
    position: absolute;
    left: -28px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #875a7b;
    background: #fff;
    transition: all 0.3s ease;
}

.process-step.active {
    color: #875a7b;
    font-weight: 600;
}

.process-step.active::before {
    background: #875a7b;
}

.process-content {
    background: #fff;
    padding: 25px;
    border: 1px solid #e5d8ff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(135, 90, 123, 0.05);
    transition: all 0.3s ease;
}

.process-content h4 {
    color: #3a2a48;
    font-weight: 600;
    margin-bottom: 15px;
}

.process-content ul li {
    color: #6b5c76;
    margin-bottom: 8px;
    position: relative;
}

.process-content ul li:after {
    position: absolute;
    left: -20px;
    top: calc(50% - 5px);
    width: 0;
    height: 0;
    content: "";
    border-left: 5px solid #875a7b;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.process-content ul {
    list-style-type: none;
}


/* Mobile */

@media (max-width: 767px) {
    .process-list {
        border-left: none;
        border-top: 3px solid #d8c6f5;
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        padding-top: 10px;
    }
    .process-step {
        display: inline-block;
        margin-right: 20px;
        border-left: none;
    }
    .process-step::before {
        display: none;
    }
}


/* -------------------------- Process Section -------------------------------- */


/* -------------------------- Brand Slider -------------------------------- */

.brand-slider .slick-track {
    display: flex;
    align-items: center;
}

.brand-slider .slick-slide {
    display: flex;
    justify-content: center;
}

.brand-slider ul.slick-dots {
    margin-top: 0px;
    bottom: -40px;
    text-align: center;
}

.brand-slider .slick-slide img {
    width: 40%;
}


/* -------------------------- Brand Slider -------------------------------- */


/* -------------------------- Why Choose Oodo -------------------------------- */

.why-choose-odoo-simple {
    background-color: #faf9fb;
}

.why-choose-odoo-simple h2 {
    color: #2e2e3a;
}

.why-choose-odoo-simple p {
    line-height: 1.8;
    color: #555;
}

.why-choose-odoo-simple img {
    max-width: 90%;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.why-choose-odoo-simple img:hover {
    transform: scale(1.03);
}


/* -------------------------- Why Choose Oodo -------------------------------- */


/* -------------------------- Oodo Support page -------------------------------- */

.support-hero {
    background: linear-gradient(135deg, #F6F0FA 0%, #FFFFFF 100%);
    color: #3a2a48;
}

.why-choose-support {
    background-color: #faf7ff;
}

.section-title {
    color: #6f42c1;
    font-weight: 700;
}

.feature-box {
    background: #fff;
    border: 1px solid #e5d8ff;
    border-radius: 10px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.feature-icon {
    font-size: 2rem;
    color: #6f42c1;
}

.support-services li {
    margin-bottom: 12px;
    color: #5a4e6a;
    font-size: 1rem;
}

.cta-section {
    background-color: #ffffff;
}


/* -------------------------- Oodo Support page -------------------------------- */

.why-choose-support .feature-box img {
    margin-bottom: 15px;
}

.services-list img {
    width: 100%;
}

.support-plans {
    background-color: #faf9fb;
}

.support-plans h2 {
    color: #2e2e3a;
}

.plan-card {
    background: #fff;
    border: 1px solid #e3d8f5;
    border-radius: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}

.plan-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.plan-card.featured {
    background: linear-gradient(145deg, #714b67 0%, #9c7ca3 100%);
    color: #fff;
    border: none;
    box-shadow: 0 6px 18px rgba(113, 75, 103, 0.3);
}

.plan-card.featured h4,
.plan-card.featured p,
.plan-card.featured li {
    color: #fff;
}

.plan-card ul li {
    margin-bottom: 8px;
}

.plan-card .btn-primary {
    background-color: #714b67;
    border-color: #714b67;
}

.plan-card .btn-outline-primary {
    border-color: #714b67;
    color: #714b67;
}

.plan-card .btn-outline-primary:hover {
    background-color: #714b67;
    color: #fff;
}

.odoo-upgrade-services .services-list h4 {
    font-weight: 700;
}


/* --- Base Section --- */

.odoo-faq {
    background: #faf7f9;
    padding: 60px 0;
}

.section-title {
    color: #875a7b;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-subtitle {
    color: #6c757d;
    font-size: 15px;
}


/* --- Accordion Cards --- */

#odooAccordion .card {
    border: 1px solid #e9dbe3;
    border-radius: 8px;
    margin-bottom: 12px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(135, 90, 123, 0.08);
    transition: all 0.3s ease;
}

#odooAccordion .card:hover {
    box-shadow: 0 4px 12px rgba(135, 90, 123, 0.15);
    transform: translateY(-2px);
}

#odooAccordion .card-header {
    background: linear-gradient(to right, #fff, #faf7f9);
    border: none;
    padding: 0;
    border-radius: 8px 8px 0 0;
}


/* --- Accordion Button --- */

#odooAccordion .faq-link {
    color: #2d2d2d;
    padding: 15px 20px;
    text-decoration: none;
    width: 100%;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.25s ease;
    border-radius: 8px;
}

#odooAccordion .faq-link:hover {
    background: #f4edf1;
    color: #875a7b;
}


/* Active Accordion Header */

#odooAccordion .faq-link[aria-expanded="true"] {
    background: #f4edf1;
    color: #875a7b;
    box-shadow: inset 0 0 0 1px rgba(135, 90, 123, 0.2);
}


/* --- Icon Style --- */

#odooAccordion .icon {
    font-size: 22px;
    font-weight: 400;
    color: #875a7b;
    transition: transform 0.25s ease;
}

#odooAccordion .faq-link[aria-expanded="true"] .icon {
    transform: rotate(45deg);
}


/* --- Body --- */

#odooAccordion .card-body {
    padding: 15px 25px;
    color: #555;
    font-size: 15px;
    line-height: 1.6;
    border-top: 1px solid #eee;
    background: #fff;
    border-radius: 0 0 8px 8px;
}


/* --- Animation Fix --- */

#odooAccordion .collapse {
    transition: height 0.25s ease-out;
}

#odooAccordion .collapsing {
    transition: height 0.25s ease-out;
}


/* --- Pricing Section --- */

.odoo-pricing {
    background: #faf7f9;
    text-align: center;
}

.section-title {
    color: #875a7b;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-subtitle {
    color: #6c757d;
    font-size: 15px;
    margin-bottom: 40px;
}


/* --- Pricing Card --- */

.pricing-card {
    background: #fff;
    border: 1px solid #e9dbe3;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(135, 90, 123, 0.08);
    padding: 40px 20px;
    transition: all 0.3s ease;
    position: relative;
}

.pricing-card:hover {
    box-shadow: 0 4px 16px rgba(135, 90, 123, 0.2);
    transform: translateY(-5px);
}


/* Highlight popular plan */

.pricing-card.popular {
    border: 2px solid #875a7b;
    box-shadow: 0 6px 20px rgba(135, 90, 123, 0.25);
}

.ribbon {
    position: absolute;
    top: 15px;
    right: -35px;
    background: #875a7b;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 40px;
    transform: rotate(45deg);
}


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

.plan-title {
    font-size: 20px;
    font-weight: 700;
    color: #875a7b;
    margin-bottom: 15px;
}

.plan-price {
    font-size: 36px;
    font-weight: 700;
    color: #2d2d2d;
    margin-bottom: 20px;
}

.plan-price span {
    font-size: 14px;
    color: #6c757d;
}

.plan-features {
    margin-bottom: 25px;
}

.plan-features li {
    margin: 10px 0;
    color: #555;
    text-align: left;
}


/* --- Button --- */

.btn-odoo {
    background: #875a7b;
    color: #fff;
    padding: 10px 25px;
    border-radius: 25px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-odoo:hover {
    background: #9a6b8b;
    color: #fff;
    box-shadow: 0 4px 10px rgba(135, 90, 123, 0.3);
}

.odoo-apps .icon-box img {
    width: 100%;
}

.odoo-apps .icon-main .col-md-4 {
    margin-bottom: 20px;
}

.oddo-pricing {
    background: #171717 !important;
}

.oddo-sec .odoo-boxes a .span-main img {
    width: 100%;
    margin: 0;
}