@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');


.quicksand-quicksand {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    max-width: 100%;
    max-height: 100%;
}

/* common property */
.navbar,
.banner-container {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
}

.secondary-btn {
    background-color: #F0AA00;
    border: none;
    border-radius: 50%;
    margin-right: 25px;
    text-align: center;
    width: 100px;
    height: 100px;
}

.less-arrow,
.greater-arrow {
    width: 50px;
    height: 50px;
}


.color-black {
    color: #111111;
}

.color-orange {
    color: #FEA301;
}

.color-sky-blue {
    color: #01ACFD;
    ;
}



/* header section */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.kid-school {
    display: flex;
    gap: 10px;
    align-items: center;
}

.kid-icon {
    width: 52px;
    height: 62px;
}

.institution {
    font-size: 2rem;
    font-weight: 700;
}

.link-container {
    display: flex;
    gap: 2rem;
}


#home {
    font-weight: 700;
    font-size: 1.25rem;
}

#about {
    font-size: 1.25rem;
    font-weight: 600;
}

#facilities {
    font-size: 1.25rem;
    font-weight: 600;
    color: #05D4DF;
}

#admission {
    font-size: 1.25rem;
    font-weight: 600;
    color: #5D58EF;
}

.ancor {
    text-decoration: none;
}

.link {
    list-style: none;
}


.btn {
    background-color: #FEA301;
    border-radius: 12px;
    border: none;
    padding: 10px 60px;
    font-size: 1.25rem;
    font-weight: 600;
    color: #FFFFFF;
}

.menu-icon {
    display: none;
}

.separate-line {
    display: none;
}

/*Banner related  */
.banner-container {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    gap: 50px;
}


.banner-title {
    font-size: 3.5rem;
    font-weight: 700;
}

.banner-description {
    font-size: 1.25rem;
}

.banner-btn {
    color: #FFFFFF;
    background-color: #111111;
    border: none;
    border-radius: 12px;
    padding: 10px 47px;
}

/*main part*/
.curriculum {
    margin-top: 100px;
    margin-bottom: 100px;
    background-image: url("../assets/bg.png");
    /* border: 2px solid red; */
}

.curriculum-title {
    font-size: 3rem;
    font-weight: 700;
    color: #000000;
    text-align: center;
}

.card-container {
    display: flex;
    gap: 28px;
    margin: 0px 100px;
    margin-top: 80px;
    margin-bottom: 40px;
}

.card1 {
    background: linear-gradient(to bottom, #DEF5FF 0%, #FFFFFF 40%);
}

.card2 {
    background: linear-gradient(to bottom, #FFF4DC 0%, #FFFFFF 40%);
}

.card3 {
    background: linear-gradient(to bottom, #EEE1FF 0%, #FFFFFF 40%);
}

.card {
    text-align: center;
    box-shadow: 0px 0px 28.5px .94px rgba(0, 0, 0, 0.05);
    padding: 40px;
    max-width: 367px;
    border-radius: 20px;
}

.card-icon {
    max-width: 130px;
    height: 120px;
}

.card-title {
    font-size: 1.56rem;
    font-weight: 700;
    color: #202020;
}

.card-description {
    font-size: 1rem;
    font-weight: 600;
    color: #808080;
}

.more-info1 {
    font-size: 1rem;
    font-weight: 700;
    color: #64C8FF;
}

.more-info2 {
    font-size: 1rem;
    font-weight: 700;
    color: #F0AA00;
}

.more-info3 {
    font-size: 1rem;
    font-weight: 700;
    color: #8700FF;
}

.arrow {
    text-align: center;
    margin-top: 0px;
}

/* story related */
.story {
    /* width: 100%; */
    background-size: cover;
    /* box-shadow: 0px 4px 0px 40px rgba(255, 255, 255, 1); */
    background-image: url('../assets/bg.png'), linear-gradient(to bottom, #FEA301 -100%, #D9D9D9 150%);
    /* margin-bottom: 100px; */
}

.story-container {
    max-width: 1160px;
    display: flex;
    gap: 20px;
    padding: 100px 120px;

}

.story1 {
    /* margin: 0 auto; */
    max-width: 540px;
    max-height: 630px;
    /* text-align: center; */
    /* padding: 20px; */
    background-color: #FFFFFF;
    /* border-radius: 20px; */
    border-radius: 20px;
}

.story1>div {
    margin-left: 20px;
}

.story1-img {
    border-radius: 10px 10px 0px 0px;
}

#btn-specific {
    font-size: 1rem;
    font-weight: 600;
    color: #FFFFFF;
    background-color: #5D58F0;
    padding: 14px 18px;
    border: none;
    position: relative;
    left: 20px;
    top: -20px;
    border-radius: 15px;
}

.story1-btn {
    font-size: 1rem;
    font-weight: 600;
    color: #FFFFFF;
    background-color: #3CD8E8;
    padding: 14px 18px;
    border: none;
    position: relative;
    left: 20px;
    top: -20px;
    border-radius: 15px;
}

.story1-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #000000;
}

.story1-description {
    font-size: 1rem;
    font-weight: 600;
    color: #666666;
}

.square-story>div {
    max-height: 300px;
    max-width: 290px;
    background-color: #FFFFFF;
    border-radius: 20px;
}

.square-story>div .right-clm-img {
    border-radius: 10px 10px 0 0;
    max-width: 100%;
}

.square-story>div p {
    margin-left: 15px;
}

.square-story {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: auto auto;
}

.our-story {
    padding: 60px;
    /* margin-bottom: 80px; */
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    color: #000000;
    /* margin-top: 80px; */
}

.btn-same {
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 600;
    background-color: #95B226;
    padding: 10px 18px;
    border-radius: 15px;
    border: none;
    position: relative;
    left: 20px;
    top: -20px;
    max-width: 100%;
}

.view-btn {
    background-color: #111111;
    padding: 10px 50px;
    color: #FFFFFF;
    border: none;
    border-radius: 10px;
}

.more-btn {
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
}

.right-clm-btn {}

.right-clm-description {}

/* footer part */
.footer {
    background-color: #01ACFD;

}

.kid-education>div {
    display: flex;
}

.footer-container {
    max-width: 1160px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* max-width: 100%; */
    /* border: 4px solid red; */
    
}

.about-school-title {
    margin-left: 34px;
}

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

    .navbar,
    .banner-container {
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .banner-container {
        padding: 20px 10px;
    }

    .navbar {
        margin-bottom: 8px;
    }

    .banner-container,
    .card-container {
        flex-direction: column;
    }

    .banner-img {
        order: -1;
        width: 100%;
    }

    .separate-line {
        display: block;
        background-color: #FEA301;
        /* width: 100%; */
        border: none;
    }

    .institution,
    .link-container,
    .btn {
        display: none;
    }

    .menu-icon {
        display: block;
        width: 32px;
        height: 32px;
    }

    .card-container {
        max-width: 1160px;
        margin: 0 auto;
        width: 100%;

    }

    .card {
        margin: 0 auto;
        max-height: 100%;
    }

    .arrow {
        display: none;
    }

    .story {
        background: linear-gradient(to bottom, #FFFFFF, rgba(254, 163, 1, 0.3));
        max-width: 100%;
        margin: 0 auto;
    }

    .our-story {
        padding: 5px;
    }

    .story1 {
        display: none;
    }

    .square-story {
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
    }

    .story-container {
        padding: 10px;
        width: 100%;
    }

    .btn-same {
        width: 100%;
        left: 0px;

    }

    .right-clm-img {
        width: 100%;
    }

    #btn-specific {
        left: 0px;
        width: 100%;
    }

    .footer-container {
        grid-template-columns: repeat(1, 1fr);
        margin-left: 10px;
    }
}