@font-face {
    font-family: "Excon Regular";
    src: url("../fonts/Excon-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

:root {
    --dark-bg: #021024;
    --primary: #052659;
    --secondary: #051023;
    /* --tertiary: #3f35bc; */
}

html {
    font-size: 14px;
}

body {
    font-size: 1rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-weight: 300;
    color: #000;
}

.text-bolder {
    font-family: "Lexend Deca", sans-serif;
    font-weight: 800 !important;
}

.hero-section {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

/* .text-gradient {
  background: -webkit-linear-gradient(321deg, #ffffff 30%, #3f35bc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
} */

.bg-gradient-2 {
    background: linear-gradient(321deg, #110234 30%, #009688, #3f35bc);
}

.money-text {
    font-size: 5rem;
    line-height: 85px;
    font-weight: 400;
    /* letter-spacing: -3.2px; */
    background: linear-gradient(to bottom, white 74.21%, #021024);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    /* padding-left: 34px;
    padding-right: 34px; */
    max-width: 100%;
}

.heading-text {
    font-size: 3rem;
    line-height: 60px;
    font-weight: 400;
    /* letter-spacing: -3.2px; */
}

.heading-text-2 {
    font-size: 2.75rem;
    line-height: 70px;
    font-weight: 400;
    /* letter-spacing: -3.2px; */
}

.hero-para {
    font-size: 1.2rem;
    color: #929eaf;
    font-weight: 300;
}

.invert-1 {
    filter: invert(1);
}

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

.add-image-contain {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.add-image-cover {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.video-main-container {
    position: relative;
    /* overflow: hidden; */
    height: auto;
}

.btn-main-primary {
    background-color: var(--primary) !important;
    color: #fff !important;
}

.btn-main-primary:hover {
    background-color: var(--primary) !important;
    color: #fff !important;
}

.btn-main-tertiary {
    background-color: var(--primary) !important;
    color: #fff !important;
}

.btn-main-tertiary:hover {
    background-color: var(--primary) !important;
    color: #fff !important;
}

.avatar-circle {
    height: 100px;
    width: 100px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    background-color: #ccc;
}

.card-border {
    border-style: none;
    border: 5px solid #fff;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.uni-box {
    height: 500px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.rounded-20 {
     border-radius: 20px;
}

/* .rotate-1 {
  transition: transform 0.4s, opacity 0.4s;
  transform: rotate(14deg);
}

.rotate-1:hover {
  transform: rotate(0deg);
}

.rotate-2 {
  transition: transform 0.4s, opacity 0.4s;
  transform: rotate(-5deg);
}

.rotate-2:hover {
  transform: rotate(0deg);
}

.rotate-3 {
  transition: transform 0.4s, opacity 0.4s;
  transform: rotate(15deg);
}

.rotate-3:hover {
  transform: rotate(0deg);
} */

.page-banner__video-overlay-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    /* background-color: var(--main-text-custom); */
    /* background-image: linear-gradient(270deg, #00262b38, rgb(18 27 50)); */
    background-image: linear-gradient(270deg, #00262b38, rgba(0, 0, 0, 1));
    opacity: 1;
}

.intro-content-absolute {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
    z-index: 1;
}

.main-video-view {
    width: 100% !important;
    object-fit: cover;
    object-position: center center;
}

.btn {
    font-weight: 700;
}

.text-bold {
    font-family: "Lexend Deca", sans-serif;
    font-weight: 700;
}

.btn-size {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    border-radius: 50px;
    font-size: 1.125rem;
}

.btn-size-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    border-radius: 50px;
    font-size: 1.125rem;
}

.form-control {
    border-radius: 16px;
}

.rounded-16 {
    border-radius: 16px;
}

.form-control-size {
    height: 50px;
}

.nav-custom .nav-link {
    font-size: 1rem;
}

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

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

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

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

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

.add-image {
    background-position: bottom right;
    background-size: 50%;
    background-repeat: no-repeat;
}

.ft-sm {
    font-size: 12px;
}

.add-grayscale {
    filter: grayscale(1);
}

.copy-right {
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.2rem;
}

.footer-list a {
    color: rgba(237, 239, 250, 1);
}

.footer-list {
    color: rgba(237, 239, 250, 1);
}

.footer-list li {
    margin-bottom: 15px;
}

.glass-card {
    /* background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3); */
    background-color: #0a112c;
    /* border: 1px solid #575757 !important; */
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1) !important;
    border-radius: 12px;
}

.glass-nav {
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1) !important;
    backdrop-filter: blur(5px);
}

.glass-nav-2 {
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1) !important;
}

.glass-nav-3 {
    background-color: var(--dark-bg);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1) !important;
    backdrop-filter: blur(5px);
    color: #fff !important;
}

.custom-text {
    /* letter-spacing: 0.1rem; */
    text-transform: uppercase;
    font-size: 0.75rem;
}

.custom-text-2 {
    text-transform: uppercase;
    font-size: 0.9rem;
}

.text-tertiary {
    color: #3f35bc;
}

.bg-tertiary {
    background-color: #3f35bc;
}

.text-muted-2 {
    color: #a9a9a9;
}

.text-muted-3 {
    color: #3e3e3e;
}

.logos-container {
    height: 100px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.logos-container img {
    /* filter: grayscale(1);
    opacity: 0.5; */
    border: 1px solid #eaeaea;
    border-radius: 10px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1) !important;
}

.object-position-center {
    object-position: center center;
}

.object-fit-contain {
    object-fit: contain !important;
}

.object-fit-cover {
    object-fit: cover !important;
}

.bg-dark-2 {
    background-color: #01071e;
}

.big-text {
    font-size: 5rem;
    line-height: 6rem;
    font-weight: 700;
    -webkit-text-stroke: 1px #3d3d3d;
    color: transparent;
    font-family: Arial, Helvetica, sans-serif;
}

/* Customize the track */
input[type="range"]::-webkit-slider-runnable-track {
    background: #aaa; /* light gray track */
    height: 6px;
    border-radius: 3px;
}

input[type="range"]::-moz-range-track {
    background: #aaaaaa;
    height: 6px;
    border-radius: 3px;
}

/* Customize the thumb */
input[type="range"]::-webkit-slider-thumb {
    background: var(--dark-bg); /* Bootstrap primary color */
    border: none;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    margin-top: -6px;
    cursor: pointer;
    -webkit-appearance: none;
}

input[type="range"]::-moz-range-thumb {
    background: var(--dark-bg);
    border: none;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    cursor: pointer;
}

/* Optional: focus outline */
input[type="range"]:focus {
    outline: none;
}

.cursor-pointer {
    cursor: pointer;
}

.glass-card-4 {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    border: unset;
}

.effect-radial {
    inset: 0;
    position: absolute;
    background-color: transparent;
    background-image: linear-gradient(#6461fc 0%, #dfef0032 50%);
    opacity: 0.14;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.effect-radial-2 {
    inset: 0;
    position: absolute;
    background-color: transparent;
    background-image: linear-gradient(#bfbeff 0%, #ab4747 20%, #dfef0032 50%);
    opacity: 0.14;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.dropdown-size {
    /* box-shadow: 0px 0.5px 3px 0px #141b2914; */
    box-shadow: -18px 13.62px 31.24px 0px #0100231a;
    width: 600px;
    border-radius: 7px;
    top: 55px !important;
}

.profile-img-size {
    height: 80px;
    width: 80px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    border: 3px solid #fff;
    margin-top: -80px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1) !important;
}

/* .glass-card-3 {
  background-color: #e8e8e8;
} */

.glass-card-3 {
    background-color: #e8e8e8d1;
    backdrop-filter: blur(40px);
}

.transfer-2 {
    position: absolute;
    top: 50%;
    right: 0;
    animation-name: transfer-2;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

.accordionFAQ-2 .accordion-item {
    border: 0px;
}

.accordionFAQ-2 .accordion-button {
    /* font-family: var(--font-family-medium); */
    font-size: 16px;
    font-weight: 400;
    line-height: 34.8px;
    text-align: left;
    /* color: var(--main-primary); */
}

.rounded-16-tb {
    border-top-left-radius: 16px !important;
    border-bottom-left-radius: 16px !important;
}

.custom-badge-2 {
    padding: 10px 15px;
    background-color: #f6f6f6;
    border: 1px solid var(--dark-bg);
    color: var(--dark-bg);
    border-radius: 50px;
    text-decoration: none;
    /* font-size: 10px; */
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    font-size: 11px;
}

.custom-badge-2.active {
    background-color: var(--dark-bg);
    color: #fff;
}

.h-50px {
    height: 50px;
}

.hero-para-2 {
    font-size: 2rem;
    color: #929eaf;
    font-weight: 300;
}

.hero-para-3 {
    font-size: 1.5rem;
    color: #929eaf;
    font-weight: 300;
}

.text-box-size {
    font-size: 1.2rem;
}

.testimonial-carousel.owl-carousel .owl-stage-outer {
    overflow-y: unset;
    padding-top: 50px;
}

.testimonial-carousel-2.owl-carousel .owl-stage-outer {
    overflow-y: unset;
    padding-top: 50px;
}

.money-text-2 {
    font-size: 4rem;
    line-height: 75px;
    font-weight: 600;
    /* letter-spacing: -3.2px; */
    background: linear-gradient(to bottom, grey 74.21%, #021024);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    max-width: 100%;
}

.partner-size {
    height: 70px;
    width: 250px;
    position: relative;
    overflow: hidden;
}

.offer-border {
    width: 100%;
    height: 220px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    color: var(
        --bs-table-color-state,
        var(--bs-table-color-type, var(--bs-table-color))
    );
    background-color: var(--bs-table-bg);
    border-bottom-width: unset;
    box-shadow: inset 0 0 0 9999px
    var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
    padding: 15px;
}

.ft-big {
    font-size: 24px;
}

.top-gradient {
    height: 320px;
    top: 0;
    width: 100%;
    overflow: hidden;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.grid-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 100vh;
}

.money-text-3 {
    font-size: 4.5rem;
    line-height: 70px;
    font-weight: 400;
    /* letter-spacing: -3.2px; */
    background: linear-gradient(to bottom, white 74.21%, #021024);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    max-width: 100%;
}

.money-text-4 {
    font-size: 3.5rem;
    line-height: 60px;
    font-weight: 400;
    /* letter-spacing: -3.2px; */
    background: linear-gradient(to bottom, white 74.21%, #021024);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    max-width: 100%;
}

.aveka-avatar {
    height: 400px;
    width: 400px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
}

.num_box {
    height: 60px;
    width: 60px;
    border-radius: 20px;
    background-color: #3f35bc;
    font-size: 2rem;
    font-family: "Bebas Neue", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    z-index: 1;
    top: -30px;
    filter: invert(1);
}

.num_box-2 {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #fff;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 1;
    margin-bottom: 20px;
}

.big-text-2 {
    font-size: 7rem !important;
}

.parallax {
    background-image: url(../images/parallax-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    height: 500px;
}

.country-flag {
    width: 30px;
    height: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.big-text-3 {
    font-size: 5rem;
}

.certificate-card {
    height: 400px;
    overflow: hidden;
    position: relative;
    border: 1px solid #f0f0f0;
}

.card-img-box {
    height: 200px;
    overflow: hidden;
    position: relative;
    background: url(../images/dots.png);
    background-color: rgba(27, 30, 49, 1);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-position: center center;
    background-size: contain;
}

.number-effect .number-position {
    position: absolute;
    bottom: 10px;
}

.number-effect .card {
    width: 80%;
    margin: 0 auto;
}

.big-text-4 {
    font-size: 3.5rem;
}

.circle-icon {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: #052659;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-item {
    height: 100px;
    width: 150px;
    position: relative;
    overflow: hidden;
}

.icon-wrap {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary);
    border-radius: 50%;
}

.country-flag-position {
    height: 40px;
    width: 40px;
    position: relative;
    border-radius: 100%;
    overflow: hidden;
}

.upload-box {
    border: 1.5px dashed #d0d5dd;
    border-radius: 16px;
}

.upload-box {
    border: 1.5px dashed #d0d5dd;
    border-radius: 16px;
}
.cursor-pointer {
    cursor: pointer;
}
.upload-box {
    min-height: 100px;
    border-radius: 20px;
    border: 1px dotted #bebebe;
    background-color: #f7f7f7;
}

.accordionFAQ-2 .accordion-button {
    border-bottom: 1px solid #eeeeee;
}

.money-text-responsive {
    font-size: 4rem !important;
    line-height: 4.5rem !important;
}

.page-banner__video-overlay-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: linear-gradient(180deg, #00262b38, rgba(0, 0, 0, 1));
    opacity: 1;
}

.page-banner__video-overlay-3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: linear-gradient(180deg, #00000087, rgba(0, 0, 0, 0.6));
    opacity: 1;
}

.text-info-2 {
    color: #6461fc;
}

@media screen and (max-width: 768px) {
    .rotate-1,
    .rotate-2,
    .rotate-3 {
        transform: rotate(0deg);
    }

    .big-text-4 {
        font-size: 2.5rem;
    }

    .ft-big-2 {
        font-size: 24px;
    }

    .big-text-3 {
        font-size: 3rem;
    }

    .btn-size-2-sm {
        padding-top: 0.6rem;
        padding-bottom: 0.6rem;
        padding-right: 2.5rem;
        padding-left: 2.5rem;
        border-radius: 50px;
        font-size: 0.6rem;
    }

    .parallax {
        background-image: url(../images/parallax-img.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
        height: 250px;
    }

    .money-text-2 {
        font-size: 2rem;
        line-height: 50px;
        color: #000 !important;
        font-weight: 600;
        /* letter-spacing: -3.2px; */
        /* background: linear-gradient(to bottom, grey 74.21%, #021024); */
        -webkit-background-clip: text;
        /* -webkit-text-fill-color: transparent; */
        background-clip: text;
        max-width: 100%;
    }

    .money-text-responsive {
        font-size: 2rem !important;
        line-height: 40px !important;
    }

    .money-text-3,
    .money-text-4 {
        font-size: 2rem;
        line-height: 40px;
        font-weight: 400;
        background: unset;
        color: #fff;
        -webkit-text-fill-color: unset;
        max-width: 100%;
    }

    .money-text {
        background: unset;
        color: #fff;
        -webkit-text-fill-color: unset;
    }

    .grid-section {
        height: 100%;
    }

    .aveka-avatar {
        height: 250px;
        width: 250px;
        position: relative;
        overflow: hidden;
        border-radius: 50%;
        margin: 0px auto;
    }

    .grid-section {
        grid-template-columns: 1fr;
    }

    .ft-big {
        font-size: 13px;
        text-align: center;
    }

    .accordionFAQ-2 .accordion-button {
        /* font-family: var(--font-family-medium); */
        font-size: 16px;
        font-weight: 500;
        line-height: 26.8px;
        text-align: left;
        /* color: var(--main-primary); */
    }

    .hero-para-2 {
        font-size: 1.2rem;
        color: #fff;
        font-weight: 300;
    }

    .hero-para {
        font-size: 1.2rem;
        color: #fff;
        font-weight: 300;
    }

    .remove-bg.add-image {
        background-image: unset !important;
    }

    body {
        font-weight: 400;
    }

    .profile-img-size {
        height: 50px;
        width: 50px;
        position: relative;
        overflow: hidden;
        border-radius: 50%;
        margin-top: -50px;
    }

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding-right: 25px;
        padding-left: 25px;
    }

    .money-text {
        font-size: 2.5rem;
        line-height: 40px;
        font-weight: 600;
    }

    .heading-text {
        font-size: 2.5rem;
        line-height: 44px;
        font-weight: 600;
        /* letter-spacing: -3.2px; */
    }

    .nav-custom {
        gap: 1.5rem;
    }

    .dropdown-size {
        width: unset;
    }

    .add-image {
        background-position: bottom right;
        background-size: 30%;
        background-repeat: no-repeat;
    }

    .glass-nav-2 {
        background-color: #000 !important;
    }
}

@keyframes transfer-2 {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-20px);
    }
}

@media screen and (min-width: 991px) {
    .h-custom-height {
        height: 700px;
    }

    .pt-custom-100 {
        /* padding-top: 100px; */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .grid-item-2 {
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
    }
}
