html{
    scroll-behavior: smooth;
}

.border{
    height: calc(100vh - 57.3px);
    width: 100%;
    background-image: url("../images/BannerLarge.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: rgba(0, 0, 0, 0.35) 0px -90px 36px -28px inset;
    
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
}

.border div {
    box-shadow:inset rgba(188, 188, 188, 0.16) 0px 9px 8px 0px;
}


main{
    margin: 0 10em;
}


/*LOGO START*/

.logo{
    padding-top: 5rem;
    max-width: 100%;
    max-height: 40vh;
    display: block;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    position: sticky;
    z-index: 1;
}


.backtotop{
    cursor: pointer;
    position: fixed;
    left: 90%;
    top: 95%;
    border-radius: 50px;
}


/* MAIN START  */


.info_page > div > div , .info_page > div {
    margin: 15px 5px;
}
#about_us > div {
    box-shadow: rgba(136, 127, 255, 0.05) 0px 6px 24px 0px, rgba(13, 73, 122, 0.08) 0px 0px 0px 1px;
    border-radius: 3px;
}

#about_us ul{
    margin-left: 40px;
}

#about_us img{
    float: right;
}

.info_page p, .info_page li{
    padding: 0.5em;
}

#our_groups {
    display: flex;
    flex-direction: column;
}

#our_groups > div{
    display: flex;
    gap: 1rem;
    justify-content: center;
    text-align: center;
}

#our_groups div img {
    padding-top: 15px;
}

#our_groups > div > div {
    border: 3px solid;
    border-color:rgb(36, 156, 255);
    border-radius: 15px;
    padding: 5px 24px;
    box-shadow: rgba(13, 73, 122, 0.502) 0px 3px 8px;
    transition: transform .4s; /* Animation */
    flex: 1 1 0;
}

#our_groups > div > div:hover{
    transform: scale(1.02); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */

}

#our_groups div p{
    text-align: left;
}

#our_programs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 75px;
    padding: 15px 0;
}

#our_programs a{
    color: rgb(36, 156, 255);
    text-decoration: underline;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}

main h2, main h3 {
    color: rgb(36, 156, 255);
    font-size: 24px;
    font-weight: 600;
}

main h2 {
    font-size: 32px;
}


@media(max-width:1440px){

    #our_groups > div{
        flex-direction: column;
    }

    #our_groups div p{
        text-align: center;
    }
}

@media(max-width:940px){
    
    #our_groups img, #about_us img {
        width: 300px;
    }

}

@media(max-width:800px){

    .border{
        justify-content: center;
        height: 100vh; 
        background-image: url("../images/BannerMobile-new.png");
        
    }

    main{
        margin: 0;
    }

    .border div {
        box-shadow: none;
    }

    .border img {
        width: 600px;
    }


    #about_us img {
        display: none;
    }



}




 

/*REVIEWS
.user{
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
}

.user span{
    color: gray !important;
    margin-right: 10px;
}

.stars{
    margin-left: 38px;
}

.stars span{
    color: gold !important;
    text-shadow: 0px 0px 3px rgb(0, 0, 0) !important;
    font-size: 38px !important;
}

.ratings{
    display: flex;
    justify-content: space-between;
    margin-right: 230px;
    margin-left: 140px;
    
}

.ratings .rev{
    width: 600px;
    background-color: rgb(208, 233, 253);
    padding: 15px;
    border-radius: 5px;
    margin-top: 50px;
    margin-right: 20px;
    margin-left: 20px;
}

.reviewButton button{
    cursor: pointer;
    width: 200px !important;
    margin-left: 7.5px;
    margin-right: 7.5px;
}

.buttons{
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}


#more {display: none;}


@media(max-width:775px){

    .info_page img {
        display: none;
    }

    .logo {
        padding-top: 260px; 
        height: 250px;
    }

    p {
        font-size: 16px ;
    }


    .ratings {
        margin-left: auto;
        margin-right: auto;
    }

    .ratings .rev{
        width: 75vw;
    }

    .reviews {
        width: 90%;
    }

}

@media(max-width:1500px){

    .ratings{
        flex-direction: column;
       
    }
    .ratings .rev{
        margin-left: auto;
        margin-right: auto;
    }
} */
