@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");

:root {
    --base-1: #00e77b;
    --base-rgb: 0, 231, 123;
    --base-2: #04f485;
    --base-rgb-2: 4, 244, 133;

    /* Test Color */
    /* --base-1: #c70000;
    --base-rgb: 255, 0, 0;
    --base-2: #ff2200;
    --base-rgb-2: 255, 34, 0; */
    /* Test Color End */

    --base-8: #6200ee;
    --base-9: #0079e3;
    --base-10: #ef7822;
    --base-11: #ffce31;
    --base-13: #e35606;
    --base-21: #768d82;
    --base-30: #047bc7;
    --base-35: #8800e7;
    --base-38: #ffc29f;
    --base-39: #e35606;
    --base-43: #17a1fa;
    --base-44: #61b2fa;
    --base-45: #f92e0f;
    --base-46: rgba(236, 175, 17, 0.9);
    --header-bg: #f2f8f5;
    --body-clr: #717c77;
    --light-clr: #ded6ff;
    --title-clr: #2f3934;
    --title-rgb: 24, 25, 27;
    --body-bg: #ffffff;
    --section-bg: #fcfcfc;
    --white: #ffffff;
    --white-clr: #ffffff;
    --border-clr: #e5e5e5;
    --border-light: #e5e5e5;
    --heading-fonts: "Lato", sans-serif;
    --body-fonts: "Lato", sans-serif;
}

*[stroke="#039D55"] {
    stroke: var(--base-1);
}

*[fill="#039D55"] {
    fill: var(--base-1);
}

*[stop-color="#039D55"] {
    stop-color: var(--base-1);
}

*[stop-color="#D6FFEC"] {
    stop-color: rgba(var(--base-rgb), 0.041);
}
.e-shape-3 path,
.e-shape-4 path,
*[fill="#D6FFEC"] {
    fill: rgba(var(--base-rgb), 0.041);
}
*[stroke="#ADD7C4"],
*[stroke="#9BFFD0"],
*[stroke="#71DAA6"] {
    stroke: rgba(var(--base-rgb), 0.4);
}

*[fill="#ADD7C4"],
*[fill="#9BFFD0"],
*[fill="#71DAA6"] {
    fill: rgba(var(--base-rgb), 0.4);
}

*[stop-color="#ADD7C4"],
*[stop-color="#9BFFD0"],
*[stop-color="#71DAA6"] {
    stop-color: rgba(var(--base-rgb), 0.4);
}

*[stroke="#00E77B"] {
    stroke: var(--base-2);
}

*[fill="#00E77B"] {
    fill: var(--base-2);
}

*[stop-color="#00E77B"] {
    stop-color: var(--base-2);
}

*[stroke="#8cefb9"] {
    stroke: rgba(var(--base-rgb), 0.4);
}
*[stroke="#AAFFD7"] {
    stroke: rgba(var(--base-rgb), 0.7);
}

*[fill="#8cefb9"] {
    fill: rgba(var(--base-rgb), 0.4);
}
*[fill="#AAFFD7"] {
    fill: rgba(var(--base-rgb), 0.7);
}

*[stop-color="#8cefb9"] {
    stop-color: rgba(var(--base-rgb), 0.4);
}
*[stop-color="#AAFFD7"] {
    stop-color: rgba(var(--base-rgb), 0.7);
}

*[stroke="#03C168"] {
    stroke: var(--base-1);
}

*[fill="#03C168"] {
    fill: var(--base-1);
}

*[stop-color="#03C168"] {
    stop-color: var(--base-1);
}

*[stroke="#00A759"] {
    stroke: var(--base-1);
}

*[fill="#00A759"] {
    fill: var(--base-1);
}

*[stop-color="#00A759"] {
    stop-color: var(--base-1);
}

*[stroke="#00B05E"] {
    stroke: var(--base-1);
}

*[fill="#00B05E"] {
    fill: var(--base-1);
}

*[stop-color="#00B05E"] {
    stop-color: var(--base-1);
}

*[stroke="#00C066"] {
    stroke: var(--base-1);
}

*[fill="#00C066"] {
    fill: var(--base-1);
}

*[stop-color="#00C066"] {
    stop-color: var(--base-1);
}

*[stroke="#6200EE"] {
    stroke: var(--base-8);
}

*[fill="#6200EE"] {
    fill: var(--base-8);
}

*[stop-color="#6200EE"] {
    stop-color: var(--base-8);
}

*[stroke="#0079E3"] {
    stroke: var(--base-9);
}

*[fill="#0079E3"] {
    fill: var(--base-9);
}

*[stop-color="#0079E3"] {
    stop-color: var(--base-9);
}

*[stroke="#EF7822"] {
    stroke: var(--base-10);
}

*[fill="#EF7822"] {
    fill: var(--base-10);
}

*[stop-color="#EF7822"] {
    stop-color: var(--base-10);
}

*[stroke="#FFCE31"] {
    stroke: var(--base-11);
}

*[fill="#FFCE31"] {
    fill: var(--base-11);
}

*[stop-color="#FFCE31"] {
    stop-color: var(--base-11);
}

*[stroke="#039D55"] {
    stroke: var(--base-1);
}

*[fill="#039D55"] {
    fill: var(--base-1);
}

*[stop-color="#039D55"] {
    stop-color: var(--base-1);
}
*[stroke="#34DD8E"] {
    stroke: var(--base-1);
}

*[fill="#34DD8E"] {
    fill: var(--base-1);
}

*[stop-color="#34DD8E"] {
    stop-color: var(--base-1);
}
*[stroke="#00D571"] {
    stroke: var(--base-2);
}

*[fill="#00D571"] {
    fill: var(--base-2);
}

*[stop-color="#00D571"] {
    stop-color: var(--base-2);
}

.testimonial-shape path {
    fill: rgba(var(--base-rgb), 0.1);
}

*[stroke="#E35606"] {
    stroke: var(--base-13);
}

*[fill="#E35606"] {
    fill: var(--base-13);
}

*[stop-color="#E35606"] {
    stop-color: var(--base-13);
}

*[stroke="#45BD00"] {
    stroke: rgba(var(--base-rgb), 0.9);
}

*[fill="#45BD00"] {
    fill: rgba(var(--base-rgb), 0.9);
}

*[stop-color="#45BD00"] {
    stop-color: rgba(var(--base-rgb), 0.9);
}

*[stroke="#A9F97B"] {
    stroke: rgba(var(--base-rgb), 0.7);
}

*[fill="#A9F97B"] {
    fill: rgba(var(--base-rgb), 0.7);
}

*[stop-color="#A9F97B"] {
    stop-color: rgba(var(--base-rgb), 0.7);
}

*[stroke="#D1FFEA"] {
    stroke: rgba(var(--base-rgb), 0.051);
}

*[fill="#D1FFEA"] {
    fill: rgba(var(--base-rgb), 0.051);
}

*[stop-color="#D1FFEA"] {
    stop-color: rgba(var(--base-rgb), 0.051);
}

*[stroke="#02D371"] {
    stroke: var(--base-1);
}

*[fill="#02D371"] {
    fill: var(--base-1);
}

*[stop-color="#02D371"] {
    stop-color: var(--base-1);
}

*[stroke="#04F485"] {
    stroke: var(--base-2);
}

*[fill="#04F485"] {
    fill: var(--base-2);
}

*[stop-color="#04F485"] {
    stop-color: var(--base-2);
}

*[stroke="#0DCB72"] {
    stroke: var(--base-2);
}

*[fill="#0DCB72"] {
    fill: var(--base-2);
}

*[stop-color="#0DCB72"] {
    stop-color: var(--base-2);
}

*[stroke="#02DA75"] {
    stroke: var(--base-1);
}

*[fill="#02DA75"] {
    fill: var(--base-1);
}

*[stop-color="#02DA75"] {
    stop-color: var(--base-1);
}

*[stroke="#00BE65"] {
    stroke: var(--base-1);
}

*[fill="#00BE65"] {
    fill: var(--base-1);
}

*[stop-color="#00BE65"] {
    stop-color: var(--base-1);
}

*[stroke="#768D82"] {
    stroke: var(--base-21);
}

*[fill="#768D82"] {
    fill: var(--base-21);
}

*[stop-color="#768D82"] {
    stop-color: var(--base-21);
}

*[stroke="#02BF67"] {
    stroke: var(--base-1);
}

*[fill="#02BF67"] {
    fill: var(--base-1);
}

*[stop-color="#02BF67"] {
    stop-color: var(--base-1);
}

*[stroke="#03A057"] {
    stroke: var(--base-1);
}

*[fill="#03A057"] {
    fill: var(--base-1);
}

*[stop-color="#03A057"] {
    stop-color: var(--base-1);
}

*[stroke="#01DB75"] {
    stroke: var(--base-2);
}

*[fill="#01DB75"] {
    fill: var(--base-2);
}

*[stop-color="#01DB75"] {
    stop-color: var(--base-2);
}

*[stroke="#04B061"] {
    stroke: var(--base-2);
}

*[fill="#04B061"] {
    fill: var(--base-2);
}

*[stop-color="#04B061"] {
    stop-color: rgba(var(--base-rgb), 0.2);
}
*[stroke="#22FF98"] {
    stroke: rgba(var(--base-rgb), 0.1);
}
.e-shape-2 path,
.e-shape-1 path,
*[fill="#22FF98"] {
    fill: rgba(var(--base-rgb), 0.3);
}
*[stop-color="#22FF98"] {
    stop-color: rgba(var(--base-rgb), 0.1);
}

*[stroke="#9BFFD0"] {
    stroke: rgba(var(--base-rgb), 0.7);
}

*[fill="#9BFFD0"] {
    fill: rgba(var(--base-rgb), 0.7);
}

*[stop-color="#9BFFD0"] {
    stop-color: rgba(var(--base-rgb), 0.7);
}

*[stroke="#85F390"] {
    stroke: rgba(var(--base-rgb), 0.8);
}

*[fill="#85F390"] {
    fill: rgba(var(--base-rgb), 0.8);
}

*[stop-color="#85F390"] {
    stop-color: rgba(var(--base-rgb), 0.8);
}

*[stroke="#02B714"] {
    stroke: var(--base-1);
}

*[fill="#02B714"] {
    fill: var(--base-1);
}

*[stop-color="#02B714"] {
    stop-color: var(--base-1);
}

*[stroke="#8CEFB9"] {
    stroke: rgba(var(--base-rgb), 0.2);
}

*[fill="#8CEFB9"] {
    fill: rgba(var(--base-rgb), 0.2);
}

*[stop-color="#8CEFB9"] {
    stop-color: rgba(var(--base-rgb), 0.2);
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
        padding-inline-start: 30px;
        padding-inline-end: 30px;
    }

    .container.max-w1060 {
        max-width: 1060px;
    }
}

html {
    font-size: 14px;
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: var(--body-clr);
    line-height: 26px;
    overflow-x: hidden;
    font-family: var(--body-fonts);
    background: var(--body-bg);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    line-height: 1.3;
    color: var(--title-clr);
    font-family: var(--heading-fonts);
    font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: var(--title-clr);
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: var(--base-clr);
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 22px;
    line-height: 32px;
}

h3 {
    font-size: 18px;
    line-height: 28px;
}

h4 {
    font-size: 15px;
    line-height: 24px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 14px;
}

p {
    margin-top: -9px;
}

p:last-child {
    margin-bottom: -7px !important;
}

@media (min-width: 576px) {
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 24px;
        line-height: 34px;
    }

    h3 {
        font-size: 18px;
        line-height: 28px;
    }

    h4 {
        font-size: 16px;
        line-height: 26px;
    }

    h5 {
        font-size: 15px;
    }
}

@media (min-width: 768px) {
    h1 {
        font-size: 32px;
        line-height: 40px;
    }

    h2 {
        font-size: 26px;
        line-height: 36px;
    }

    h3 {
        font-size: 20px;
        line-height: 30px;
    }

    h4 {
        font-size: 18px;
        line-height: 26px;
    }

    h5 {
        font-size: 16px;
    }
}

a {
    display: inline-block;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

label,
button,
select {
    cursor: pointer;
}

input,
textarea {
    width: 100%;
}

.pt-25 {
    padding-top: 25px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.newsletter-content {
    max-width: 450px;
    text-align: center;
    margin: 0 auto;
    padding: 138px 15px 51px;
    z-index: 1;
    position: relative;
    z-index: 99;
}

.newsletter-content .title {
    font-size: 24px;
    letter-spacing: 0.2px;
    margin-bottom: 20px;
    position: relative;
}

.newsletter-content .title::after {
    content: "";
    background: linear-gradient(
        90.07deg,
        var(--base-2) -2.32%,
        var(--base-2) 99.95%
    );
    border-radius: 10px;
    width: 118px;
    height: 7px;
    bottom: 0;
    display: block;
    margin: 15px auto 0;
}

.newsletter-content .text {
    max-width: 373px;
    margin-inline-start: auto;
    margin-inline-end: auto;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .newsletter-content {
        padding-top: 80px;
    }
}

@media (max-width: 575px) {
    .newsletter-content {
        padding-top: 60px;
        font-size: 15px;
    }

    .newsletter-content .title {
        font-size: 20px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .newsletter-content {
        padding-top: 115px;
    }
}

@media (max-width: 767px) {
    .newsletter-content {
        padding-top: 134px;
    }
}

@media (max-width: 575px) {
    .newsletter-content {
        padding-top: 115px;
    }
}

.input--grp {
    position: relative;
}

.input--grp .form-control {
    height: 60px;
    box-shadow: none;
    border-radius: 30px;
    padding-inline-start: 25px;
    padding-inline-end: 60px;
    border: none;
    font-size: 18px;
    background: #e0fff1;
    background: rgba(var(--base-rgb), 0.051);
}

.input--grp .form-control::placeholder {
    color: #adb9c0;
}

.input--grp .search-btn {
    position: absolute;
    outline: none;
    border: none;
    background: transparent;
    box-shadow: none;
    top: 6px;
    inset-inline-end: 3px;
    position: absolute;
}
[dir="rtl"] .input--grp .search-btn,
[dir="rtl"] .counter-wrapper .counter-bg {
    transform: rotateY(180deg);
}
.newsletter-bg {
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff4d7;
    mask: url(./img/newsletter-bg.png) no-repeat;
    -webkit-mask: url(./img/newsletter-bg.png) no-repeat;
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
}

.footer-bottom {
    background: linear-gradient(180deg, var(--base-2) 0%, var(--base-1) 100%);
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 60px 60px 0 0;
    position: relative;
}

.newsletter-section {
    position: relative;
}

.copyright {
    font-size: 12px;
    line-height: 22px;
    color: var(--white);
}

.footer-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .footer-wrapper {
        margin-bottom: 35px;
    }
}

.footer-widget {
    font-size: 16px;
    color: var(--white);
    width: 100%;
}

@media (min-width: 992px) {
    .footer-widget {
        max-width: 349px;
    }
}

.footer-widget .footer-logo {
    width: 100%;
    max-width: 134px;
    margin-bottom: 18px;
}

.footer-widget .footer-logo a {
    display: block;
}

.footer-widget .footer-logo img {
    width: 100%;
    max-height: 60px;
    object-fit: contain;
    object-position: left center;
}

.footer-widget .subtitle {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}

@media (max-width: 575px) {
    .footer-widget .subtitle {
        margin-bottom: 15px;
    }
}

.footer-widget.widget-links {
    width: calc(50% - 15px);
    max-width: 221px;
}

.footer-widget.widget-links ul li a {
    font-size: 15px;
    color: var(--white);
    text-decoration: none;
}

.footer-widget.widget-links ul li a i,
.footer-widget.widget-links ul li a svg {
    margin-inline-end: 5px;
}

@media (max-width: 575px) {
    .footer-widget.widget-links ul li a {
        font-size: 14px;
    }
}

.social-icon {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (max-width: 575px) {
    .social-icon {
        gap: 20px;
    }
}

.app-btn-grp {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.app-btn-grp a {
    max-width: calc(50% - 8px);
    display: block;
}

.app-btn-grp a img {
    max-width: 100%;
}

footer {
    overflow: hidden;
}

.newsletter-wrapper {
    position: relative;
    max-width: 932px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 0 auto;
}

.newsletter-wrapper::after {
    inset: 70px;
    background: var(--white-clr);
}

@media (max-width: 991px) and (min-width: 768px) {
    .newsletter-wrapper::after {
        inset: 50px;
    }
}

@media (max-width: 767px) {
    .newsletter-wrapper::after {
        width: 640px;
    }
}

.newsletter-wrapper::before {
    background: radial-gradient(
        54.67% 54.67% at 50% -10.09%,
        rgba(var(--base-rgb), 0.62) 0%,
        var(--base-2) 100%
    );
    inset: 0;
}

@media (max-width: 767px) {
    .newsletter-wrapper::before {
        width: 700px;
    }
}

.newsletter-wrapper::after,
.newsletter-wrapper::before {
    position: absolute;
    content: "";
    aspect-ratio: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .newsletter-wrapper::after,
    .newsletter-wrapper::before {
        inset-inline-start: 50%;
        transform: translateX(-50%);
    }
}

header {
    position: sticky;
    z-index: 999;
    transition: all ease 0.3s;
}

header.active {
    background: #fff;
    animation: fadeInDown 0.5s;
    top: 0;
}
header.active::after {
    inset: 0;
    content: "";
    position: absolute;
    background: rgba(var(--base-rgb), 0.051);
}
.navbar-bottom {
    position: relative;
    z-index: 1;
}
.nav-toggle {
    position: relative;
    cursor: pointer;
    width: 25px;
    height: 20px;
}

.nav-toggle span {
    position: absolute;
    display: inline-block;
    height: 2px;
    width: 100%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background: var(--title-clr);
    inset-inline-start: 0;
}

.nav-toggle span:first-child {
    top: 0;
}

.nav-toggle span:nth-child(2) {
    top: 52%;
    transform: translateY(-65%);
}

.nav-toggle span:last-child {
    bottom: 0;
}

.nav-toggle.active span:first-child {
    -webkit-transform: rotate(45deg) translate(3px, 10px);
    -ms-transform: rotate(45deg) translate(3px, 10px);
    transform: rotate(45deg) translate(3px, 10px);
}

.nav-toggle.active span:nth-child(2) {
    opacity: 0;
}

.nav-toggle.active span:last-child {
    -webkit-transform: rotate(-45deg) translate(3px, -10px);
    -ms-transform: rotate(-45deg) translate(3px, -10px);
    transform: rotate(-45deg) translate(3px, -10px);
}

.navbar-bottom-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 22px 17px;
}

.navbar-bottom-wrapper .menu {
    display: flex;
    margin-inline-start: auto;
    transition: all ease 0.3s;
    transform-origin: top;
}

.navbar-bottom-wrapper .menu li {
    padding: 2.5px 6px;
}

.navbar-bottom-wrapper .menu li a {
    padding: 10px;
    font-size: 14px;
    color: var(--title-clr);
    text-transform: capitalize;
    text-decoration: none;
}

.navbar-bottom-wrapper .menu li a span {
    position: relative;
}
@media (992px <= width <= 1200px) {
    .navbar-bottom-wrapper .cmn--btn,
    .navbar-bottom-wrapper .header--btn {
        font-size: 14px;
        font-weight: 500;
        padding: 5px 10px;
    }
    .navbar-bottom-wrapper .menu li a {
        padding-inline: 2px;
    }
}
@media (width < 575px) {
    .navbar-bottom-wrapper .cmn--btn,
    .navbar-bottom-wrapper .header--btn {
        font-size: 12px;
        font-weight: 500;
        padding: 5px 10px;
    }
    .navbar-bottom-wrapper .logo {
        width: 60px !important;
    }
}

.navbar-bottom-wrapper .menu li a span::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    bottom: -9px;
    height: 2px;
    background: var(--base-1);
    border-radius: 2px;
    width: 0;
    transition: 0.3s ease-in-out;
}

.navbar-bottom-wrapper .menu li a:hover,
.navbar-bottom-wrapper .menu li a.active {
    color: var(--base-1);
}

.navbar-bottom-wrapper .menu li a:hover span::before,
.navbar-bottom-wrapper .menu li a:hover span::before,
.navbar-bottom-wrapper .menu li a.active span::before,
.navbar-bottom-wrapper .menu li a.active span::before {
    width: 100%;
}

.navbar-bottom-wrapper .menu li a.active {
    font-weight: 700;
}

@media (max-width: 991.9px) {
    .navbar-bottom-wrapper .menu {
        position: absolute;
        top: 100%;
        flex-direction: column;
        width: 100%;
        padding: 30px 20px;
        background: var(--header-bg);
        inset-inline-start: 0;
        border-top: 1px solid var(--border-clr);
    }

    .navbar-bottom-wrapper .menu li {
        padding: 0;
    }

    .navbar-bottom-wrapper .menu li a {
        padding: 5px;
        display: block;
    }

    .navbar-bottom-wrapper .menu:not(.active) {
        transform: scaleY(0);
    }
}

.navbar-bottom-wrapper .logo {
    height: 50px;
    max-width: 220px;
}

.navbar-bottom-wrapper .logo img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    object-position: left;
}

@media (max-width: 575px) {
    .navbar-bottom-wrapper {
        padding: 10px;
    }

    .navbar-bottom-wrapper .logo {
        width: unset;
        margin-inline-end: 10px;
        max-width: 130px;
    }

    .navbar-bottom-wrapper .cmn--btn {
        font-size: 12px;
        padding: 3px 12px;
        font-weight: 400;
    }
}

.language-bar {
    color: var(--title-clr);
    position: relative;
}

.language-bar button {
    outline: none;
    border: none;
    box-shadow: none;
    background: transparent;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.language-bar button img {
    width: 18px;
    height: 13px;
    object-fit: cover;
}

.language-bar button span {
    color: var(--title-clr);
    margin-inline-end: 6px;
}

.language-bar .lang-btn {
    padding: 3px 0;
    margin: 0;
    height: 20px;
    margin-inline-end: 30px;
}

@media (max-width: 575px) {
    .language-bar .lang-btn {
        margin-inline-end: 15px;
        font-size: 14px;
    }
}

.language-bar ul {
    position: absolute;
    top: calc(100% + 10px);
    inset-inline-start: 0;
    padding: 10px 0;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(141, 153, 174, 0.5);
    transform: translateY(15px);
    visibility: hidden;
    opacity: 0;
    transition: all ease 0.4s;
    background: var(--white-clr);
    z-index: 99;
}

.language-bar ul li {
    padding: 0;
}

.language-bar ul li button {
    height: 35px;
    padding: 0 23px 0 23px;
    margin: 0;
}

.language-bar ul li button span {
    color: var(--dark-clr);
    font-size: 14px;
}

.language-bar > button:focus ~ ul {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.header--btn {
    border: 1px solid var(--base-1);
    border-radius: 10px;
    padding: 5px 22px;
    font-size: 16px;
    color: var(--title-clr);
    text-decoration: none;
}

@media (max-width: 575px) {
    .header--btn {
        font-size: 14px;
        padding: 3px 13px;
    }
}

@media (min-width: 992px) {
    .h-18px {
        height: 18px;
    }
}

.banner-content {
    text-align: center;
    max-width: 650px;
    margin: auto;
    position: relative;
    z-index: 9;
    padding: 30px 0;
}

.banner-content .title {
    font-size: 36px;
    margin-bottom: 10px;
}

.banner-content .logo {
    margin-bottom: 20px;
}

.banner-content img {
    max-height: 55px;
    object-fit: contain;
    margin-bottom: 20px;
}
.banner-content .text {
    max-width: 500px;
    margin: 0 auto;
    font-size: 18px;
}

@media (max-width: 767px) {
    .banner-content {
        padding-top: 100px;
    }
}

@media (max-width: 575px) {
    .banner-content {
        padding-top: 50px;
    }

    .banner-content .title {
        font-size: 28px;
    }
}

.banner-shape-1 {
    position: absolute;
    inset-inline-start: 0;
    top: -130px;
}

@media (max-width: 991px) {
    .banner-shape-1 {
        top: 0;
        max-height: calc(100% - 100px);
        width: unset;
    }
}

.banner-shape-2 {
    inset-inline-end: 0;
    position: absolute;
    bottom: 193px;
}

@media (max-width: 991px) {
    .banner-shape-2 {
        top: 0;
        bottom: unset;
        inset-inline-end: -40px;
    }

    .banner-shape-2 svg {
        height: unset;
        width: 130px;
    }
}

@media (max-width: 575px) {
    .banner-shape-2 {
        display: none;
    }
}

.banner-img {
    width: 100%;
    height: unset;
    position: relative;
    z-index: 9;
}

.banner-section {
    padding-bottom: 57px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* min-height: calc(100vh - 86px); */
}

.banner-section .container {
    margin-top: auto;
}
@media (max-width: 991px) {
    .banner-section {
        overflow: hidden;
    }
}

.cloud {
    position: absolute;
    width: 82px;
    inset-inline-start: 0;
    opacity: 0.8;
}

.cloud-1 {
    width: 150px;
    inset-inline-start: 1500px;
    bottom: 250px;
}

.cloud-2 {
    bottom: 20%;
}

.cloud-4 {
    bottom: 165px;
    inset-inline-start: 200px;
}

.cloud-3 {
    width: 150px;
    inset-inline-start: 500px;
    bottom: 193px;
}

.cloud-5 {
    width: 120px;
    inset-inline-start: 1300px;
    bottom: 180px;
}

.cloud-6 {
    inset-inline-start: 800px;
    bottom: 85px;
}

.cloud-7 {
    inset-inline-start: 1050px;
    bottom: 205px;
    width: 130px;
}

.cloud-img {
    position: absolute;
    bottom: 0;
    inset-inline-start: 0;
    width: 100%;
    height: calc(100% - 50px);
    overflow: hidden;
    opacity: 0.5;
}

@media (max-width: 1199px) {
    .cloud-img .cloud-4 {
        bottom: 125px;
    }

    .cloud-img .cloud-7 {
        bottom: 135px;
    }

    .cloud-img .cloud-3 {
        bottom: 145px;
    }

    .cloud-img .cloud-1 {
        bottom: 135px;
    }
}

.cloud-img .cloud {
    animation: cloudAnime 25s alternate infinite;
}

@media (max-width: 767px) {
    .cloud-img .cloud {
        bottom: 70px;
    }

    .cloud-img .cloud:nth-child(even) {
        width: 40px;
    }

    .cloud-img .cloud:nth-child(odd) {
        width: 50px;
    }
}

@keyframes cloudAnime {
    0% {
        transform: translate(-1220px);
    }

    100% {
        transform: translate(920px);
    }
}

.section-header {
    text-align: center;
    margin-bottom: 35px;
}

.section-header .title {
    margin-bottom: 12px;
}

@media (min-width: 768px) {
    .section-header {
        margin-bottom: 45px;
    }

    .section-header .title {
        font-size: 30px;
        margin-bottom: 18px;
    }
}

.ecommerce-venture-section {
    background: linear-gradient(
        112.54deg,
        #ffffff 0%,
        rgba(var(--base-rgb), 0.03) 15.13%,
        rgba(255, 255, 255, 0.15) 79.34%,
        #ffffff 99.56%
    );
    padding: 53px 0px 68px;
}

.nav--tabs-wrapper {
    /* overflow-x: auto; */
    padding-bottom: 5px;
}

.nav--tabs {
    border: none;
    min-width: 100%;
}

.nav--tabs .item {
    border: none;
    background: transparent;
    color: var(--base-1);
    width: 100%;
    padding-top: 21px;
    padding-bottom: 18px;
    border-radius: 5px;
    border: 1px solid transparent;
    transition: all ease 0.3s;
    outline: none;
    box-shadow: none;
    white-space: initial;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    padding-inline-start: 6px;
    padding-inline-end: 6px;
    margin: 0 auto;
}
@media (min-width: 1200px) {
    .nav--tabs .item {
        width: 130px;
        min-height: 130px;
    }
    .nav--tabs .item .txt {
        height: 36px;
    }
}
.nav--tabs .item * {
    font-weight: 600;
}

.nav--tabs .owl-item.synced .item {
    background: #ffffff;
    border-color: var(--base-1);
}

*[stroke="#00A95A"] {
    stroke: var(--base-1);
}

*[fill="#00A95A"] {
    fill: var(--base-1);
}

*[stop-color="#00A95A"] {
    stop-color: var(--base-1);
}

*[stroke="#00C569"] {
    stroke: var(--base-2);
}

*[fill="#00C569"] {
    fill: var(--base-2);
}

*[stop-color="#00C569"] {
    stop-color: var(--base-2);
}
.nav--tabs li button.active *[stroke="#00A95A"] {
    stroke: #ffffff;
}

.nav--tabs li button.active *[fill="#00A95A"] {
    fill: #ffffff;
}

.nav--tabs li button.active *[stop-color="#00A95A"] {
    stop-color: #ffffff;
}

.nav--tabs li button.active *[stroke="#00C569"] {
    stroke: #ffffff;
}

.nav--tabs li button.active *[fill="#00C569"] {
    fill: #ffffff;
}

.nav--tabs li button.active *[stop-color="#00C569"] {
    stop-color: #ffffff;
}

@media (max-width: 767px) {
    .nav--tabs li button {
        min-width: 70px;
        padding-top: 14px;
        padding-bottom: 10px;
        padding-inline-end: 10px;
        padding-inline-start: 10px;
        width: unset;
        font-size: 14px;
    }

    .nav--tabs li button svg {
        width: 24px;
        height: 24px;
    }
}

.venture-content-box {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 30px;
}

.venture-content-box .subtitle {
    font-size: 20px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .venture-content-box {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .venture-content-box .subtitle {
        font-size: 18px;
    }
}

.nav--tabs-wrapper {
    margin-bottom: 40px;
    /* scroll-behavior: smooth; */
}

@media (min-width: 992px) {
    .nav--tabs-wrapper {
        margin-bottom: 44px;
    }
}
.tab-pane.active {
    animation: fadeInUp 0.6s;
    -webkit-animation: fadeInUp 0.6s;
    -moz-animation: fadeInUp 0.6s;
}

/* .venture-img {
    filter: drop-shadow(0px 4px 50px rgba(0, 0, 0, 0.15));
} */

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

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.main-category-slider {
    width: calc(100% - 30px);
    max-width: 787px;
    margin: 0 auto;
}

.main-category-slider .owl-stage-outer {
    overflow: visible;
}

.main-category-slider .owl-stage-outer .owl-item {
    transition: all ease 0.3s;
    opacity: 0.17;
}

.main-category-slider .owl-stage-outer .owl-item.active {
    opacity: 1;
}

.category-slide-item {
    overflow: hidden;
    border-radius: 10px;
    padding: 25px 61px;
    display: flex;
    align-items: center;
    min-height: 287px;
    position: relative;
}

.category-slide-item::after {
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(
        90deg,
        #b0f7d5 0%,
        rgba(196, 196, 196, 0) 91.23%
    );
}

.category-slide-item div {
    position: relative;
    z-index: 1;
    max-width: 266px;
}

.category-slide-item .title {
    color: var(--base-1);
    font-weight: 600;
    font-size: 49px;
    line-height: 50x;
    margin-bottom: 10px;
}

.category-slide-item .text {
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
    color: #000000;
}

@media (max-width: 575px) {
    .category-slide-item {
        padding: 25px;
        min-height: 267px;
    }

    .category-slide-item .title {
        font-size: 42px;
    }

    .category-slide-item .text {
        font-size: 20px;
    }
}

.owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 24px;
    gap: 6px;
}

.owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #e4e4e4;
    transition: all ease 0.3s;
}

.owl-dots .owl-dot.active {
    background: rgba(var(--base-rgb), 0.5);
    width: 20px;
}

.refer-section {
    padding: 36px 0 65px;
}

.learn-feature-section {
    position: relative;
    overflow: hidden;
}

.learn-feature-section::before {
    content: "";
    inset: 0;
    position: absolute;
    background: rgba(var(--base-rgb), 0.027);
}

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

.learn-feature-content {
    padding: 74px 0 120px;
}

@media (max-width: 1199px) {
    .learn-feature-content {
        padding-bottom: 0;
        padding-inline-start: 20px;
        padding-inline-end: 20px;
    }
}

.learn-feature-item {
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    padding: 0 27px 32px;
    border: 1px solid rgba(var(--base-rgb), 0.2);
    border-radius: 10px;
    background: var(--white-clr);
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
}

.learn-feature-item .learn-feature-icon {
    width: 102px;
    height: 101px;
    box-shadow: 0px 4px 40px rgba(3, 157, 85, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px;
    background: #fff;
    transform: translateY(-34px);
}

.learn-feature-item .learn-feature-icon img {
    max-width: 100%;
}

@media (max-width: 575px) {
    .learn-feature-item .learn-feature-icon {
        width: 70px;
        height: 70px;
    }

    .learn-feature-item .learn-feature-icon svg {
        width: 24px;
    }
}

.learn-feature-item .subtitle {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.05em;
    margin-bottom: 19px;
}

@media (max-width: 991px) {
    .learn-feature-item {
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1) !important;
    }
}

.learn-feature-item .learn-feature-item-content {
    margin-top: -34px;
}

.learn-feature-item .learn-feature-item-content .text {
    min-height: 52px;
}

@media (max-width: 575px) {
    .learn-feature-item {
        font-size: 14px;
        line-height: 1.5;
        padding-inline-start: 15px;
        padding-inline-end: 15px;
    }
}

.learn-feature-item-group {
    animation: scrollToTop 25s linear infinite;
    transition: all ease 0.3s;
}
.learn-feature-item-group.stop-animation {
    transform: translateY(0);
    animation: none;
    -webkit-animation: none;
    -moz-animation: none;
}

.learn-feature-item-group
    div[class*="col"]:nth-child(odd)
    div[class*="col"]:nth-of-type(4n + 2)
    .learn-feature-item
    .learn-feature-icon {
    box-shadow: 0px 4px 40px rgba(255, 206, 49, 0.1);
}

.learn-feature-item-group
    div[class*="col"]:nth-child(odd)
    div[class*="col"]:nth-of-type(4n + 3)
    .learn-feature-item
    .learn-feature-icon {
    box-shadow: 0px 4px 40px rgba(98, 0, 238, 0.1);
}

.learn-feature-item-group
    div[class*="col"]:nth-child(odd)
    div[class*="col"]:nth-of-type(4n + 4)
    .learn-feature-item
    .learn-feature-icon {
    box-shadow: 0px 4px 40px rgba(249, 62, 62, 0.1);
}

.learn-feature-item-group
    div[class*="col"]:nth-child(even)
    div[class*="col"]:nth-of-type(4n + 1)
    .learn-feature-item
    .learn-feature-icon {
    box-shadow: 0px 4px 40px rgba(98, 0, 238, 0.1);
}

.learn-feature-item-group
    div[class*="col"]:nth-child(even)
    div[class*="col"]:nth-of-type(4n + 2)
    .learn-feature-item
    .learn-feature-icon {
    box-shadow: 0px 4px 40px rgba(3, 157, 85, 0.1);
}

.learn-feature-item-group
    div[class*="col"]:nth-child(even)
    div[class*="col"]:nth-of-type(4n + 3)
    .learn-feature-item
    .learn-feature-icon {
    box-shadow: 0px 4px 40px rgba(255, 206, 49, 0.1);
}

.learn-feature-item-group
    div[class*="col"]:nth-child(even)
    div[class*="col"]:nth-of-type(4n + 4)
    .learn-feature-item
    .learn-feature-icon {
    box-shadow: 0px 4px 40px rgba(23, 161, 250, 0.1);
}

.learn-feature-wrapper {
    height: 430px;
    overflow-y: auto;
}

.learn-feature-wrapper::-webkit-scrollbar {
    display: none;
}

@media (max-width: 991px) {
    .learn-feature-wrapper {
        overflow: hidden;
        margin-inline-start: 20px;
        margin-inline-end: 20px;
    }
}

@keyframes scrollToTop {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(calc(-100% + 422px));
        -ms-transform: translateY(calc(-100% + 422px));
        transform: translateY(calc(-100% + 422px));
    }
}

.earn-money-section {
    padding: 62px 0 165px;
    position: relative;
    background: linear-gradient(
        112.54deg,
        rgba(var(--base-rgb), 0.081) 0%,
        #ffffff 33.19%,
        #ffffff 66.37%,
        rgba(var(--base-rgb-2), 0.0941176471) 99.56%
    );
    border-bottom-right-radius: 150px;
    overflow: hidden;
}

.earn-money-section .container-fluid {
    position: relative;
    z-index: 3;
}

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

.earn-item {
    display: flex;
    align-items: center;
}

.earn-item-img {
    width: 950px;
    flex-grow: 1;
    min-height: 264px;
    padding: 70px;
    border-radius: 0 50px 50px 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    overflow: hidden;
}

[dir="rtl"] .earn-item-img {
    border-radius: 50px 0 0 50px;
}
.earn-item-img::before {
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(
        270deg,
        rgba(var(--base-rgb), 0.54) 13.66%,
        rgba(2, 211, 113, 0) 89.75%
    );
    filter: drop-shadow(0px 4px 40px rgba(174, 255, 217, 0.25));
}
[dir="rtl"] .earn-item-img::before {
    background: linear-gradient(
        -270deg,
        rgba(var(--base-rgb), 0.54) 13.66%,
        rgba(2, 211, 113, 0) 89.75%
    );
}

@media (max-width: 991px) {
    .earn-item-img {
        min-height: 230px;
    }
}

@media (min-width: 1850px) {
    .earn-item-img {
        min-height: 280px;
    }
}

@media (max-width: 767px) {
    .earn-item-img {
        padding: 50px 30px;
    }
}

@media (max-width: 575px) {
    .earn-item-img {
        max-width: calc(100% - 40px);
    }
}

@media (max-width: 375px) {
    .earn-item-img {
        max-width: calc(100% - 20px);
        min-height: 200px;
    }

    .earn-item-img .cmn--btn {
        font-size: 14px;
    }
}

.earn-item-cont {
    padding: 44px;
    width: 485px;
    flex-grow: 1;
    display: flex;
}

.earn-item-img .cmn--btn {
    background: var(--white) !important;
    color: var(--base-1) !important;
}

.earn-item-cont .subtitle {
    font-size: 20px;
}

.earn-item-cont .title {
    font-weight: 800;
    font-size: 28px;
    color: var(--base-1);
    margin-top: 5px;
}

@media (max-width: 767px) {
    .earn-item-cont {
        padding: 30px;
    }
}

@media (max-width: 575px) {
    .earn-item {
        flex-wrap: wrap-reverse;
    }
}

.earn-item:not(:last-child) {
    margin-bottom: 58px;
}

.earn-item:nth-child(even) {
    flex-direction: row-reverse;
}

.earn-item:nth-child(even) .earn-item-img {
    border-radius: 50px 0 0 50px;
    justify-content: flex-start;
}

[dir="rtl"] .earn-item:nth-child(even) .earn-item-img {
    border-radius: 0 50px 50px 0;
}
.earn-item:nth-child(even) .earn-item-img::before {
    background: linear-gradient(
        -270deg,
        rgba(var(--base-rgb), 0.54) 13.66%,
        rgba(2, 211, 113, 0) 89.75%
    );
}
[dir="rtl"] .earn-item:nth-child(even) .earn-item-img::before {
    background: linear-gradient(
        270deg,
        rgba(var(--base-rgb), 0.54) 13.66%,
        rgba(2, 211, 113, 0) 89.75%
    );
}

.earn-item:nth-child(even) .earn-item-cont {
    justify-content: flex-end;
}

@media (min-width: 1200px) {
    .earn-item:nth-child(even) .earn-item-cont > div {
        padding-inline-end: 26px;
    }
}
/*Earn Money Shapes*/
.e-shape-1 {
    position: absolute;
    top: -40px;
    inset-inline-end: 0;
    z-index: 1;
}

@media (max-width: 991px) {
    .e-shape-1 {
        opacity: 0.5;
    }
}

.e-shape-2 {
    position: absolute;
    top: 116px;
    inset-inline-start: 0;
    z-index: 1;
}

@media (max-width: 991px) {
    .e-shape-2 {
        opacity: 0.5;
    }
}

@media (max-width: 350px) {
    .e-shape-2 {
        opacity: 0;
    }
}

.e-shape-3 {
    position: absolute;
    bottom: 0;
    inset-inline-start: 0;
    height: unset;
    z-index: 0;
    opacity: 0.6;
    width: 70%;
}

@media (max-width: 1199px) {
    .e-shape-3 {
        display: none;
    }
}

.e-shape-4 {
    position: absolute;
    bottom: 0;
    inset-inline-start: calc(50% - 100px);
    height: unset;
    z-index: 0;
    opacity: 0.6;
}

@media (max-width: 1199px) {
    .e-shape-4 {
        display: none;
    }
}

.special-feature-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
}

@media (max-width: 767px) {
    .special-feature-wrapper {
        gap: 20px;
    }
}

@media (min-width: 768px) {
    .special-feature-wrapper {
        padding-bottom: 51px;
    }
}

.feature-card {
    border-radius: 5px;
    padding: 27px 27px 46px 52px;
    background: #f4fff5;
    width: calc(33.3333333333% - 24px);
}

.feature-card-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline-start: auto;
}
.feature-card-icon img {
    width: 100%;
}

.feature-card-cont {
    margin-top: -10px;
}

.feature-card-cont .subtitle {
    font-size: 22px;
    color: rgba(var(--base-rgb), 0.9);
    font-weight: 700;
}

.feature-card:nth-of-type(6n + 2) {
    background: rgba(232, 246, 255, 0.3);
    transform: translateY(51px);
}

.feature-card:nth-of-type(6n + 2) .feature-card-cont .subtitle {
    color: var(--base-30);
}

.feature-card:nth-of-type(6n + 3) {
    background: #f1ffe9;
}

.feature-card:nth-of-type(6n + 3) .feature-card-cont .subtitle {
    color: rgba(var(--base-rgb), 0.8);
}

.feature-card:nth-of-type(6n + 4) {
    background: #f1ffe9;
}

.feature-card:nth-of-type(6n + 4) .feature-card-cont .subtitle {
    color: var(--base-35);
}

.feature-card:nth-of-type(6n + 5) {
    background: #eefff7;
    transform: translateY(51px);
}

.feature-card:nth-of-type(6n + 5) .feature-card-cont .subtitle {
    color: var(--base-1);
}

.feature-card:nth-of-type(6n + 6) {
    background: #fffaf7;
}

.feature-card:nth-of-type(6n + 6) .feature-card-cont .subtitle {
    color: var(--base-39);
}

@media (max-width: 991px) {
    .feature-card {
        padding: 27px;
    }
}

@media (max-width: 767px) {
    .feature-card {
        padding: 20px;
        width: calc(50% - 20px);
        transform: translate(0) !important;
    }
}

@media (max-width: 575px) {
    .feature-card {
        width: 100%;
        padding: 27px 35px 52px;
    }
}

.s-shape-1 {
    position: absolute;
    inset-inline-start: calc(50% + 500px);
    top: 30px;
}

.s-shape-2 path,
.s-shape-1 path {
    fill: rgba(var(--base-rgb), 0.027);
}
.s-shape-2 {
    position: absolute;
    inset-inline-end: calc(50% + 500px);
    top: 30px;
}

.special-feature-section .container {
    max-width: 915px;
}

.testimonial-section {
    padding: 40px 0 136px;
}

.testimonial-section .container {
    position: relative;
    z-index: 2;
}

.testimonial-shape {
    position: absolute;
    width: 1362px;
    inset-inline-start: 50%;
    transform: translateX(-50%);
    top: 70px;
}

.testimonial-item {
    box-shadow: 0px 1px 120px rgba(var(--base-rgb-2), 0.051);
    border-radius: 15px;
    padding: 42px;
    background: var(--white-clr);
}

.testimonial-item .user {
    display: flex;
    align-items: center;
}

.testimonial-item .user img {
    width: 40px;
    aspect-ratio: 1;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-item .user div {
    padding-inline-start: 10px;
    font-size: 12px;
}

.testimonial-item .user div .name {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: -5px;
}

.testimonial-item .logo {
    max-width: 102px;
}

.testimonial-item blockquote {
    margin-top: 15px;
}

@media (max-width: 1199px) {
    .testimonial-item {
        padding: 35px 25px;
    }

    .testimonial-item .logo {
        width: 80px;
    }
}

.testimonial-slider {
    position: relative;
}

.testimonial-slider .owl-stage-outer {
    overflow: visible;
}

.download-app-section {
    background: linear-gradient(
        180deg,
        rgba(var(--base-rgb), 0.041) 0%,
        rgba(132, 253, 196, 0) 100%
    );
    padding-top: 218px;
}

@media (max-width: 767px) {
    .download-app-section {
        padding-top: 178px;
    }
}

.download-app-content {
    padding-top: 35px;
}

.download-app-content .title {
    color: var(--base-1);
    font-size: 36px;
    line-height: 1.3;
    font-weight: 800;
}

.download-app-content .subtitle {
    font-size: 30px;
    line-height: 1.3;
    color: var(--base-1);
}

.download-app-content .btn-grp {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 46px;
}

.download-app-content .btn-grp .cmn--btn {
    font-size: 16px;
}

@media (max-width: 991px) {
    .download-app-content .btn-grp {
        margin-top: 35px;
    }
}

@media (max-width: 575px) {
    .download-app-content .btn-grp {
        gap: 10px;
    }

    .download-app-content .btn-grp .cmn--btn {
        font-size: 14px;
        font-weight: 400;
    }
}
/*Counter Section*/
.counter-wrapper {
    padding: 40px 0 95px 25px;
    filter: drop-shadow(0px 4px 40px rgba(var(--base-rgb), 0.045));
    -webkit-filter: drop-shadow(0px 4px 40px rgba(var(--base-rgb), 0.045));
}

.counter-wrapper .counter-bg {
    border: 1px solid #c6fde3;
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #ffffff;
    border-radius: 45px;
}

@media (min-width: 992px) {
    .counter-wrapper .counter-bg {
        mask: url(./img/counter-shape.png) no-repeat;
        -webkit-mask: url(./img/counter-shape.png) no-repeat;
        mask-size: 100% 100%;
        -webkit-mask-size: 100% 100%;
    }
}

.counter-wrapper .contact-wrapper-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.counter-wrapper .contact-wrapper-inner .left-side {
    flex-grow: 1;
    width: 420px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 25px;
}

.counter-wrapper .contact-wrapper-inner .right-side {
    padding: 27px 28px;
    background: #ffffff;
    border: 1px solid rgba(var(--base-rgb), 0.2);
    box-shadow: 0px 4px 40px rgba(52, 206, 134, 0.12);
    border-radius: 27px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: var(--base-1);
    transform: translateX(30px);
    position: relative;
}
[dir="rtl"] .counter-wrapper .contact-wrapper-inner .right-side {
    transform: translateX(-30px);
}
@media (min-width: 768px) {
    [dir="rtl"] .counter-wrapper {
        padding: 40px 25px 95px 0;
    }
}
@media (max-width: 767px) {
    [dir="rtl"] .counter-wrapper .contact-wrapper-inner .right-side {
        transform: translateX(0);
    }
}
.counter-wrapper .contact-wrapper-inner .right-side::before {
    inset: 0;
    content: "";
    position: absolute;
    border-radius: 27px;
    background: rgba(var(--base-rgb), 0.031);
}

.counter-wrapper .contact-wrapper-inner .right-side img {
    width: 27px;
    margin-inline-end: 15px;
}
.counter-wrapper .contact-wrapper-inner .right-side * {
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .counter-wrapper {
        padding: 40px 20px;
    }

    .counter-wrapper .right-side {
        transform: translate(0);
        margin-inline-start: auto;
        margin-top: 20px;
        margin-inline-end: 30px;
        padding: 15px 22px !important;
        font-size: 16px !important;
        border-radius: 14px !important;
    }
}

.mb--186px {
    margin-bottom: -161px;
}

.word-nowrap {
    white-space: nowrap;
}

.counter-item {
    color: #cfcfcf;
    font-size: 22px;
    line-height: 43px;
    text-align: center;
    direction: ltr;
}

.counter-item .icon {
    display: flex;
    justify-content: center;
    margin-bottom: 7px;
}

.counter-item .title {
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: lowercase;
    margin-bottom: -9px;
    white-space: nowrap;
}

.counter-item .title .odometer-inside {
    display: flex;
    align-items: center;
}

.counter-item .title span {
    font-size: 30px;
    line-height: 43px;
    display: block;
}

@media (min-width: 992px) {
    .counter-item:first-child {
        transform: translateY(30px);
    }

    .counter-item:nth-child(2) {
        transform: translateY(20px);
    }

    .counter-item:nth-child(3) {
        transform: translateY(10px);
    }

    .counter-item:nth-child(4) .icon {
        margin-bottom: 2px;
    }
}

@media (max-width: 991px) {
    .counter-item {
        width: calc(50% - 12.5px);
    }

    .counter-item .icon {
        height: 30px;
    }
}

@media (max-width: 575px) {
    .counter-item {
        font-size: 18px;
    }
}
/*About Section*/
.about-section {
    position: relative;
    background: linear-gradient(
        176deg,
        #ffffff 0%,
        rgba(var(--base-rgb), 0.034) 15.13%,
        rgba(255, 255, 255, 0.15) 79.34%,
        #ffffff 99.56%
    );
    padding: 60px 0;
}

.about-section .left--shape {
    position: absolute;
    inset-inline-start: 0;
    top: 0;
}

@media (min-width: 992px) {
    .about-section {
        padding: 80px 0;
    }
}

.about-section .container {
    position: relative;
    z-index: 9;
}

.about-content p:not(:last-child) {
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .about-content {
        font-size: 18px;
        font-weight: 500;
    }
}

.privacy-wrapper {
    background: var(--body-bg);
    box-shadow: 0px 4px 20px rgba(4, 97, 165, 0.1);
    border-radius: 30px;
    padding: 45px 50px;
}

@media (max-width: 767px) {
    .privacy-wrapper {
        padding: 40px 30px;
    }
}

@media (max-width: 575px) {
    .privacy-wrapper {
        padding: 30px 15px;
    }
}

.privacy-wrapper .item h1:not(:last-child),
.item h2:not(:last-child),
.item h3:not(:last-child),
.item h4:not(:last-child),
.item h5:not(:last-child),
.item h6:not(:last-child) {
    margin-bottom: 20px;
}

.privacy-wrapper .item p:not(:last-child) {
    margin-bottom: 20px;
}

.privacy-wrapper .item:not(:last-child) {
    margin-bottom: 35px;
}

.contact-img {
    position: relative;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
}

.contact-img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        270deg,
        rgba(var(--base-rgb), 0.64) 13.66%,
        rgba(var(--base-rgb), 0.1) 89.75%
    );
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.contact-img img {
    width: 100%;
    height: 129px;
    object-fit: cover;
}

.contact-form-wrapper {
    background: #ffffff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    padding: 30px 28px;
    height: 100%;
}

@media (max-width: 575px) {
    .contact-form-wrapper {
        padding: 25px 23px;
    }
}

.form--control {
    background: rgba(var(--base-rgb), 0.1);
    border-radius: 30px;
    border: none;
    box-shadow: none !important;
    color: var(--base-1);
    padding: 20px;
}

.form--control:focus {
    background: rgba(var(--base-rgb), 0.1);
}

input.form--control {
    height: 47px;
}

textarea.form--control {
    height: 120px;
}

.contact-item {
    padding: 40px 24px 28px;
    background: #ffffff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #18191b;
}

.contact-item h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 20px;
}

.contact-item ul {
    margin-top: 15px;
}

.contact-item ul li a {
    color: #18191b;
    text-decoration: none;
}

@media (min-width: 1200px) {
    .contact-container {
        max-width: 1298px;
    }
}

.refer-img {
    position: relative;
    max-width: 518px;
    margin: 0 auto;
}

.refer-img .shape-1,
.refer-img .shape-2,
.refer-img .shape-3,
.refer-img .shape-4,
.refer-img .shape-5,
.refer-img .shape-6 {
    position: absolute;
}

.refer-img .shape-1 {
    inset-inline-start: 60.31px;
    bottom: 24.67px;
    animation: shake-1 2s linear infinite;
}

.refer-img .shape-2 {
    inset-inline-start: 60.07px;
    top: 71.2px;
    animation: shake-1 2s linear infinite;
}

.refer-img .shape-3 {
    bottom: 55.9px;
    inset-inline-end: 66.03px;
    animation: shake-2 2s linear infinite;
}

.refer-img .shape-4 {
    top: 69.27px;
    inset-inline-start: 181px;
    animation: pulse 2s alternate infinite;
}

.refer-img .shape-5 {
    bottom: 170.47px;
    inset-inline-end: 137.03px;
    animation: pulse 2s alternate infinite;
}

.refer-img .shape-6 {
    top: 117px;
    inset-inline-start: 180px;
    animation: shake-3 2s linear infinite;
}

.refer-img .main-img {
    max-width: 518px;
}

@media (max-width: 575px) {
    .refer-img {
        max-width: 299px;
    }

    .refer-img .shape-1 {
        inset-inline-start: 25.31px;
        bottom: -14.33px;
        width: 77px;
    }

    .refer-img .shape-2 {
        inset-inline-start: 25px;
        top: 12.2px;
        width: 70px;
    }

    .refer-img .shape-3 {
        bottom: -26px;
        inset-inline-end: 26.03px;
        width: 70px;
    }

    .refer-img .shape-4 {
        top: 24.27px;
        inset-inline-start: 106px;
    }

    .refer-img .shape-5 {
        top: 128.27px;
        inset-inline-start: 199px;
        width: 23px;
    }

    .refer-img .shape-4 {
        top: 24.27px;
        inset-inline-start: 106px;
    }

    .refer-img .shape-6 {
        top: 59px;
        inset-inline-start: 102px;
        width: 30px;
    }
}

@keyframes shake-1 {
    0% {
        transform: rotate(0);
    }

    10% {
        transform: rotate(0);
    }

    40% {
        transform: rotate(-15deg);
    }

    60% {
        transform: rotate(-15deg);
    }

    90% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(0);
    }
}

@keyframes shake-2 {
    0% {
        transform: rotate(0);
    }

    10% {
        transform: rotate(0);
    }

    40% {
        transform: rotate(12deg);
    }

    60% {
        transform: rotate(12deg);
    }

    90% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(0);
    }
}

@keyframes shake-3 {
    0% {
        transform: rotate(0);
    }

    10% {
        transform: rotate(0);
    }

    40% {
        transform: rotate(-8deg);
    }

    60% {
        transform: rotate(-8deg);
    }

    90% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(0);
    }
}

#landing-loader {
    background: var(--white);
    position: fixed;
    top: 0;
    inset-inline-start: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
}

.cmn--btn {
    font-size: 16px;
    padding: 12px 16px;
    min-width: 129px;
    line-height: 25px;
    font-weight: 700;
    text-decoration: none;
    color: var(--white-clr);
    background: var(--base-1);
    border-radius: 10px;
    text-align: center;
    background: linear-gradient(
        119.87deg,
        var(--base-1) 0%,
        var(--base-1) 40.8%,
        var(--base-1) 84.23%
    );
    box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.1);
    transition: all ease 0.3s;
}

.cmn--btn:hover {
    color: var(--white-clr);
    filter: brightness(0.9);
}

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

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

.text--body {
    color: var(--body-clr) !important;
}

.text--base {
    color: var(--base-1) !important;
}

.text--title {
    color: var(--title-clr) !important;
}

.dropdown-list {
    position: absolute;
    top: calc(100% + 10px);
    inset-inline-end: 0;
    padding: 10px 0;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(141, 153, 174, 0.5);
    transform: translateY(15px);
    visibility: hidden;
    opacity: 0;
    transition: all ease 0.4s;
    background: var(--white-clr);
    z-index: 99;
    width: 100%;
    min-width: 220px;
}

.dropdown-list li a {
    color: var(--title-clr);
    text-transform: capitalize;
    font-size: 14px;
    padding: 4px 25px;
    text-decoration: none;
    display: block;
    border-inline-start: 3px solid transparent;
}

.dropdown-list li a:hover {
    color: var(--base-1);
    border-color: var(--base-1);
}

.dropdown--btn:focus ~ .dropdown-list {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}
::selection {
    background: var(--base-1);
    color: #fff;
}
.page-header-title {
    text-transform: capitalize;
    margin-bottom: 20px;
}
.__form-control {
    height: 45px;
    border: 1px solid #e5e5e5;
    box-shadow: none !important;
    border-radius: 6px;
}
textarea.__form-control {
    min-height: 45px;
    padding-top: 11px;
}
.__form-control[type="file"] {
    height: unset;
    line-height: 36.5px;
}
.input-label {
    text-transform: capitalize;
    font-weight: 500;
    color: var(--title-clr);
    font-family: var(--heading-fonts);
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}

.__card {
    border-color: #f3fcf5;
    box-shadow: 0 0 15px rgba(var(--base-rgb-2), 0.05);
}
.__card .card-header {
    background: transparent;
    padding: 18px 20px;
    border-color: #eff5ff;
}
.__card .card-header .card-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    text-transform: capitalize;
}
.__card .card-header .card-title svg {
    margin-inline-end: 5px;
}
.__register-img {
    height: 140px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    object-position: left center;
    border: 1px solid #eff5ff;
    border-radius: 5px;
}
.iti {
    width: 100%;
}
.__img-50 {
    width: 38px !important;
    margin: 0 auto 5px;
    aspect-ratio: 1;
    object-fit: contain;
}
@media (min-width: 576px) {
    .__img-50 {
        width: 50px !important;
    }
}
.__form-control ~ .select2 .select2-selection--single {
    min-height: 45px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.__form-control ~ .select2 .select2-selection__arrow {
    height: 45px !important;
    width: 30px !important;
}

.dropdown--btn-hover:hover .dropdown-list {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.navbar-bottom-wrapper .logo {
    width: 125px;
}
.navbar-bottom-wrapper .logo img {
    width: 100%;
}
[dir="rtl"] .navbar-bottom-wrapper .logo img {
    object-position: right;
}
/*# sourceMappingURL=main.css.map */

.iti__country {
    display: flex;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    inset-inline-start: 0;
    inset-inline-end: unset !important;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type="text"],
.iti--allow-dropdown input[type="tel"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="text"],
.iti--separate-dial-code input[type="tel"] {
    padding-inline-end: 6px !important;
    padding-inline-start: 93px !important;
}

.iti--container {
    direction: ltr;
}

@media (min-width: 1240px) {
    [dir="rtl"] .iti__country {
        direction: rtl;
    }
}
[dir="rtl"] .iti-mobile .iti--container .iti__country {
    direction: rtl;
}
[dir="rtl"] .input-group .form-control:first-child {
    border-radius: 0 5px 5px 0 !important;
}
[dir="rtl"] .input-group .form-control:last-child {
    border-radius: 5px 0 0 5px !important;
}
