﻿@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

section {
    padding: 100px 214px;
    display: grid;
    gap: 81px;
}

    section .headings {
        gap: 8px;
    }

        section .headings h1 {
            line-height: 1.2em;
        }

        section .headings p {
            margin-top: 48px;
        }

        section .headings p.desc {
            margin-top: 17px;
            color: #051114;
        }

    section#overview {
        gap: 100px;
        gap: 100px;
    }

/* school hero section starts here*/

#case-hero-section .navbar-brand, #case-hero-section .nav-link, #case-hero-section .nav-link.active {
    color: white;
}

#case-hero-section {
    position: relative;
    gap: 0;
}

    #case-hero-section .banner-img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: -2;
    }

        #case-hero-section .banner-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        #case-hero-section .banner-img::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            background: linear-gradient(to right, rgb(13, 110, 253) 22%, rgba(62, 139, 253, 0.74) 41%, rgba(255, 255, 255,0.58) 66%);
            height: 100%;
            width: 100%;
        }

    #case-hero-section .content-section {
        max-width: 466px;
        width: 100%;
        padding: 121px 0 75px 0;
        margin-left: 215px;
    }

        #case-hero-section .content-section h1 {
            font-size: 56px;
            line-height: 1.25em;
            font-weight: 700;
            color: white;
        }

        #case-hero-section .content-section p.desc {
            margin-top: 25px;
            margin-bottom: 25px;
            font-size: 24px;
            line-height: 1.334em;
            color: #E4EFFF;
        }

    #case-hero-section .btn.btn-black {
        background-color: #17263B;
        border: 1px solid #17263B;
    }

/*  about section starts here */

section#about {
    gap: 48px;
}

#about .about-cards {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
}

    #about .about-cards .card {
        display: flex;
        flex-direction: column;
        gap: 27px;
        border: 2px solid #4252CF1A;
        border-radius: 30px;
        padding: 57px 38px 27px 38px;
        height: 100%;
        cursor: pointer;
    }

        #about .about-cards .card.active {
            background: #0E6EFD;
        }

            #about .about-cards .card.active .content-section {
                color: white;
            }

            #about .about-cards .card.active .icon svg {
                fill: white;
            }

        #about .about-cards .card .icon svg {
            fill: #0E6EFD;
        }

        #about .about-cards .card .icon {
            width: 50px;
        }

        #about .about-cards .card .content-section {
            font-family: "Inter";
            font-size: 18px;
            line-height: 1.6em;
            color: #05000B;
            display: flex;
            flex-direction: column;
            gap: 12px
        }

    #about .about-cards .card .content-section h1.title {
        font-size: 18px;
        line-height: 1.6em;
        margin-bottom: 0;
    }

    #about .about-cards .card .image {
        width: 100%;
        border: 3px solid #FFFFFF80;
        border-radius: 30px;
        overflow: hidden;
        aspect-ratio: 1.628;
    }

        #about .about-cards .card .image img {
            object-fit: cover;
            width: 100%;
            height: 100%;
        }

/* overview section starts here*/
#overview img {
    max-height: 670px;
}

/* feature-overview starts here*/
section#feature-overview{
    gap:0;
}

    section#feature-overview .feature-overview-card {
        gap: 67px;
        padding:100px 215px;
    }

        section#feature-overview .feature-overview-card:nth-child(odd) {
            background-color: #FAFCFF;
        }

        section#feature-overview .headings {
            gap: 24px;
        }

    section#feature-overview .headings h1 {
        color: #2c3135;
        font-size: 48px;
        line-height: 1.4em;
        font-weight: 700;
    }

    section#feature-overview .content-section .content{
        display: grid;
        gap: 24px;
    }

    section#feature-overview .image-section{
        padding-right: 35px;
        padding-bottom: 45px;
    }

    section#feature-overview .image-section {
        width: 100%;
        max-width: 491px;
    }

    section#feature-overview .image-section img {
        
        aspect-ratio: 0.864;
        border-radius: 30px;
        box-shadow: 35px 45px #D9D9D9;
        object-fit: cover;
    }

    /*digit-info section starts here*/

section#digits h1 {
    font-family: "Inter";
    font-size: 56px;
    font-weight: 600;
    line-height: 1.21em;
    margin-bottom: 31px;
    color: #2C3135;
}

section#digits p {
    font-size: 24px;
    line-height: 1.21em;
    color: #2C3135;
}

section#digits .img-section {
    width: 100%;
    max-width: 496px;
}

section#digits .img-section img{
    width: 100%;
    border-radius: 30px;
    aspect-ratio: 1;
}


    /*count section starts here*/


section#counts {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #4B34D933;
}

section#counts .row{
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
}

section#counts .valueCard{
    display: grid;
    gap: 20px;
}

    section#counts .valueCard .val{
        font-size: 72px;
        font-weight: 700;
        line-height: 1em;
    }

    section#counts .valueCard h3 {
        font-family: "Inter";
        font-size: 20px;
        font-weight: 600;
        line-height: 1.21em;
    }



    @media (max-width: 1500px) {
        #case-hero-section .content-section {
        margin-left: 70px;
    }

    section#feature-overview .feature-overview-card {
        padding: 30px 70px;
    }

        section#counts .valueCard .val {
            font-size: 57px;
        }

        section#counts .valueCard h3 {
            font-size: 16px;
        }
}

@media (max-width: 750px) {

    #case-hero-section .banner-img::after {
        background: linear-gradient(to right, rgb(13, 110, 253) 17%, rgba(62, 139, 253, 0.74) 60%, rgba(255, 255, 255,0.58) 130%);
    }

    section:not(:first-child) {
        gap: 40px !important;
    }


    #case-hero-section {
        display: flex;
        height: calc(100dvh - 50px);
        max-height: 900px;
        flex-direction: column;
        justify-content: center;
    }

        #case-hero-section .content-section {
            margin-left: 0px;
            padding: 0px 0 45px 20px;
        }

            #case-hero-section .content-section h1 {
                font-size: 45px;
            }


    #about .about-cards, #features .feature-cards {
        --bs-gutter-x: 15px;
        --bs-gutter-y: 24px;
    }

        #about .about-cards .card {
            gap: 17px;
            padding: 25px 20px;
        }

            #about .about-cards .card .icon {
                width: 35px;
            }

            #about .about-cards .card .content-section {
                font-size: 14px;
                gap: 6px;
            }


    section#feature-overview .feature-overview-card {
        padding: 30px 20px;
    }

    section#feature-overview .content-section .content, section#feature-overview .headings {
        gap: 12px;
    }

    section#feature-overview .headings h1{
        font-size: 38px;
    }

    section#feature-overview .image-section img {
        aspect-ratio: 0.864;
        box-shadow: 16px 20px #D9D9D9;
        max-width: 250px;
    }

    section#feature-overview .image-section {
        padding-right: 16px;
        padding-bottom: 20px;
    }

    section#feature-overview .feature-overview-card {
        gap: 32px;
    }

    section#digits h1 {
        font-size: 44px;
        margin-bottom: 15px;
    }

    section#digits p {
        font-size: 19px;
    }
}
