*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    scroll-behavior: smooth;
    font-family: 'Roboto', sans-serif !important;
}

.serif{
    font-family: 'Noto Serif', serif !important;
}

/* nav */

.nav-item{
    margin-left: 1rem;
    display: flex;
    align-items: end;
}

.nav-item .nav-link{
    color: #000;
    font-family: Overlock;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 0;
}

.btn-req_info{
    color: #F14D4D;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: 1px solid #F14D4D;
    background: #FFF;
    width: 11.3rem;
    max-height: 5rem;
    transition: 280ms ease-in-out;
}

.btn-req_info:hover{
    color: #fff;
    background: #F14D4D;
}

.btn-enroll{
    color: #FFF;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: 1px solid #D14141;
    background: #F14D4D;
    width: 11.3rem;
    max-height: 5rem;
    transition: 280ms ease-in-out;
}

.btn-enroll:hover{
    color: #D14141;
    background: #fff;
    border: 1px solid #fff;
}

/* section1 */
.section1{
    background-color: #E0B6B6;
}

/* end of section1  */

/* section 2 */
.sec2-title{
    color: #D14141;
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sec2-text{
    color: #000;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.btn-enroll2{
    border: 1px solid #D14141;
    background: #F14D4D;
    color: #FFF;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

@media (max-width:576px){
    .sec2-title{
        font-size: 1.8rem ;
    }

    .sec2-text{
        font-size: 1rem;
    }
}
/* end of section 2 */


/* section3 */
.section3{
    background: url(img/sec3-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.sec3-title{
    color: #000;
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sec3-text{
    color: #000;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sec3-green{
    color: #06940B;
}

.sec3-orange{
    color: #DA5910;
}

.sec3-red{
    color: #C24141;
}

.sec3-blue{
    color: #0098ED;
}
@media (max-width:576px){
    .sec3-title{
        font-size: 1.8rem ;
    }

    .sec3-text{
        font-size: 1rem;
    }
}
/* end of section3 */

/* section4 */

.section4{
    background: url(img/sec4-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.sec4-title{
    color: #000;
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media (max-width:768px){
    .sec4-subtitle{
        color: #000;
        font-size: 2rem !important;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
}

/* end of section4 */

/* section5 */
.section5{
    background: url(img/sec5-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.sec5-title{
    color: #D14141;
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.board{
    background-color: #FFF;
}

.board-title{
    color: #000;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.board-text{
    color: #000;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.board-purple{
    color: #843EF8;
}

@media (max-width:576px){
    .sec5-title{
        font-size: 2rem;
    }
}
/* end of section5 */


/* section6 */

.section6{
    background: linear-gradient(to right, #F9C2C2 0%, #F9C2C2 50%, #F5E5E5 50%, #F5E5E5 100%);
}

.sec-6-title{
    font-size: 3rem;
}

.sec-6-title2{
    color: #D14141;
    font-size: 3rem;
}

.sec-6-sub_title{
    color: #000;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.5rem;
}



.sec-6-sub_title2{
    color: #000;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
}

.sec6-left{
    background: #F9C2C2;
    color: #000;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
}

.mid-color{
    background: #CD7272;
}

.sec-right{
    background: #F5E5E5;
    color: #000;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.left-rect{
    background: #FEE9E9;
}

.right-rect{
    background: #FFA5A5;
}

.img-rect{
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
    object-position: center;
}

@media (max-width:576px){
    .sec6-left{
        font-size: 0.8rem;
    }

    .sec-right{
        font-size: 0.8rem;
    }

    .sec-6-title{
        font-size: 2rem;
    }

    .sec-6-title2{
        font-size: 2rem;
    }
}

/* end of section6 */

/* footer */
.footer{
    background-image: url(img/footer-bg.png);
    background-position: center;
    background-size: cover;
}

.footer-list  li{
font-size: 1.25rem;
font-style: normal;
margin: 2rem 0;
color: #000;
}

.footer-list li i{
font-size: 3rem;
    }
/* end of footer */

/* hover effect */
.hoverable1{
    transition: 280ms ease-in-out;
}

.hoverable1:hover{
    color:#E0B6B6;
    cursor: context-menu;
}

.hoverable2{
    transition: 280ms ease-in-out;
}

.hoverable2:hover{
    filter: brightness(70%);
}

.hoverable3{
    transition: 280ms ease-in-out;
}

.hoverable3:hover{
    filter: brightness(70%);
}

.hoverable4{
    transition: 280ms ease-in-out;
}

.hoverable4:hover{
    color: grey;
    cursor: context-menu;
}