body {
    font-size: 16px;
}

.container {
    width: 100%;
    padding: 1rem;
}

.glow-effect {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80vw;
    height: 80vw;
    transform: translate(-90%, -90%);
    background: radial-gradient(circle at 10%, rgba(253, 248, 132, 0.4) 10%, rgba(0, 0, 0, 0) 70%);
    filter: blur(10vw);
    z-index: -1;
    pointer-events: none;
}

.hero-right-img {
    position: absolute;
    right: 0;
    top: 0%;
    z-index: 0;
    pointer-events: none;
}

.landing-page-wrapper {
    /* padding: 20px 120px; */
    background: #fff;
    z-index: 10;
    position: relative;
}

.header-logo {
    width: 150px;
}

.login-button {
    background: #526557;
    color: white;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    padding: 8px 18px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    width: 111px;
    height: 51px;
}

.header-custom {
    font-weight: 700;
    font-size: 16px;
    border-radius: 25px;
    padding: 12px 24px;
    display: inline-block;
    margin-bottom: 20px;
    letter-spacing: 0px;
    vertical-align: middle;
    background: linear-gradient(90deg, #D6EEDC 0%, rgba(230, 240, 208, 0.3) 49.52%);
    color: #526557;
    font-family: "Open Sans", sans-serif;

}

.headline {
    font-size: 35px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0px;
    vertical-align: middle;
}

.btn-get-started {
    background: #526557;
    color: white;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 8px;
    border: none;
    width: 178px;
    height: 51px;
}

.downtext {
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #0B0C0E;
    max-width: 500px;
    margin-bottom: 30px;
    letter-spacing: 0px;
    vertical-align: middle;
}

.second {
    background: #1F1F18;
    ;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    color: white;
    width: 1200;
    height: 492;
    gap: 24px;
    opacity: 1;
}

.discovery-text {
    text-align: center;
    color: white;
    font-weight: bolder;
}

.stats-box {
    border: 1px solid transparent;
    /* border-image: linear-gradient(to left, #6A7D6F00, #BFBF80); */
    /* border-image-slice: 1; */
    border-radius: 12px;
    padding: 24px 32px;
    /* max-width: 695px; */
    background: linear-gradient(90deg, #D6EEDC 0%, rgba(230, 240, 208, 0.3) 49.52%);
    color: #526557;
}

.status-card-border {
    border-right: 1px solid transparent;
    border-image: linear-gradient(to bottom, #6A7D6F00, #6A7D6F, #6A7D6F00);
    border-image-slice: 1;
}

.gradient-border {
    position: relative;
    border-radius: 16px;
    background: transparent;
}

.gradient-border::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 0;
    border-radius: 16px;
    padding: 1px;
    background: linear-gradient(to bottom right, #969659, #F5F8F900);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    pointer-events: none;
}

.gradient-card {
    background: linear-gradient(to bottom, #1F1F18, #2F2F1F);
}

.footer {
    background-color: #0e0f0a;
    padding: 30px 0px 5px 0px;
    color: #ccc;
}

.footer a,
.footer p {
    color: #ccc;
}

.footer-logo {
    width: 150px
}

.jainam-text {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
}

.footer-last {
    text-align: center;
    font-family: "Open Sans", sans-serif;
}

.hero-container {
    padding: 7rem 0;
}


.bg-image {
    background-image: url('./bg-hero-image.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    /* Full height of the viewport */
}

@media (max-width: 767px) {

    .status-card-border {
        border-right: 0;
        border-bottom: 1px solid transparent;
        border-image: linear-gradient(to right, #6A7D6F00, #6A7D6F, #6A7D6F00);
        border-image-slice: 1;
        /* padding-bottom: 1.5rem; */
    }

    .bg-image {
        background-image: url('./Tablet.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 100vh;
    }

    .stats-box {
        border: 1px solid transparent;
        border-image-slice: 1;
        border-radius: 12px;
        padding: 24px 32px;
        /* max-width: 695px; */
        background: linear-gradient(90deg, #D6EEDC 0%, rgba(230, 240, 208, 0.3) 49.52%);
        color: #526557;
        text-align: center;
    }

    .status-card-border {
        border-right: none;
        /* border-image: none; */
    }

    .hero-container {
        margin: auto;
        padding: 4rem 0;
    }

    .gradient-card {
        /* background: linear-gradient(135deg, #1b1b1b, #1e1e1e); */
        border-radius: 16px;
        color: white;
        min-height: 230px;
        transition: 0.3s ease-in-out;
    }

    .gradient-border::before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .gradient-border {
        /* border: 1px solid rgba(212, 255, 136, 0.1); */
        border-radius: 16px;
    }

    .gradient-card img {
        width: 48px;
        height: 48px;
        background-color: rgba(212, 255, 136, 0.1);
        padding: 10px;
        border-radius: 8px;
        border: 1px solid rgba(212, 255, 136, 0.3);
    }
}

.carousel-indicators {
    bottom: -50px !important;
}

.carousel-indicators [data-bs-target] {
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    background-color: rgba(255, 255, 255, 0.4) !important;
    opacity: 1 !important;
    margin: 4px;
    border: none;
    border-top: 0 !important;
    border-bottom: 0 !important;
}

.carousel-indicators .active {
    background: linear-gradient(to bottom right, #D2D272, #FDFAD0) !important;
    width: 8px !important;
    height: 8px !important;
}

@media (max-width: 576px) {

    .status-card-border {
        border-right: 0;
        border-bottom: 1px solid transparent;
        border-image: linear-gradient(to right, #6A7D6F00, #6A7D6F, #6A7D6F00);
        border-image-slice: 1;
        padding-bottom: 1.5rem;
    }

    .bg-image {
        background-image: url('./Responsive\ Landing\ Page.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 100vh;
    }

    .stats-box {
        border: 1px solid transparent;
        border-image-slice: 1;
        border-radius: 12px;
        padding: 24px 32px;
        /* max-width: 695px; */
        background: linear-gradient(90deg, #D6EEDC 0%, rgba(230, 240, 208, 0.3) 49.52%);
        color: #526557;
    }

    .status-card-border {
        border-right: none;
        /* border-image: none; */
    }

    .hero-container {
        margin: auto;
        padding: 4rem 0;
    }

}

@media only screen and (max-width:1400px) {
    .hero-container {
        padding: 5rem 0;
    }

    .hero-right-img {
        top: 0%;
    }

    .hero-right-img img {
        width: 600px;
    }
}

@media only screen and (max-width:1200px) {
    .hero-container {
        padding: 4rem 0;
    }

    .hero-right-img {
        top: 10%;
    }

    .hero-right-img img {
        width: 500px;
    }
}

@media only screen and (max-width:992px) {
    .hero-container {
        padding: 4rem 0 0 0;
    }

    .hero-right-img {
        display: none;
        pointer-events: none;
    }
}