*{
    font-family: 'Rubik', sans-serif;
}
p,h1,h2,h3,h4,h5,h6{
    margin-bottom: 0;
}
:root{
    --navyblue:#273272;
    --blue:#344bd3;
    --orange:#ff5e15;
    --gray:#f6f6f6;
}
.background-gray{
    background-color: var(--gray);
}
.content-container{
    max-width: 1320px;
    margin: 0 auto;
}
.color-navy{
    color: var(--navyblue);
}
.color-orange{
    color: var(--orange);
}
.line-hight-30{
    line-height: 30px;
}
input{
    border-radius: 5px;
    border: 1px solid orange;
}
input:focus{
    border: 1px solid var(--navyblue);
    outline: none;
}
textarea:focus{
    border: 1px solid var(--navyblue);
    outline: none;
}
.w-20{
    width: 20%;
}
.scl-title{
    background-color: white;
}
.scl-title-first{
    background-color: var(--navyblue);
    border-radius: 50px 0 0 50px;
    color: white;
}
.scl-title-second{
    background-color:white;
} 
.login-btn{
    background-color: var(--blue);
    padding: 8px 25px;
    color: white;
    margin: 5px;
} 
.menu-bar{
    background-color: white;
    position: sticky;
    top: 0;
    z-index: 10;
} 
.carousel-item{
    height: calc(100vh - 90px);
}
.carousel-item img,video{
    height: 100%;
    object-fit: cover;
}
.phone-icon{
    font-size: 30px;
    margin-right: 25px;
}
.chairman-message-box{
    border: 2px dashed var(--orange);
    border-radius: 5px;
}
.chairman-img{
    width: 25%;
}
.chairman-img img{
    border-radius: 5px 5px 0 0 ;
    width: 100%;
    height: 350px;
}
.chairman-message{
    width: 75%;
    border-left: 5px solid var(--navyblue);
    padding-left: 20px;
    margin-left: 20px;
}
.admission-main-box{
    width: 90%;
}
.academic-box{
    height: 280px;
    width: 250px;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}
.object-fit-cover{
    object-fit: cover;
}
.academic-box:hover .school-item-list{
    color: var(--orange);
}
.academic-box:hover{
    border: 1px solid var(--navyblue);
}
textarea {
    resize: none;
    width: 100% !important;
    border-radius: 5px;
    border: 1px solid orange;
  }
.btn-common{
    background-color: var(--orange);
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 30px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    cursor: pointer;
}
.btn-common:hover{
    background-color: var(--navyblue);
}
.background-nblue{
    background-color: var(--navyblue);
}
.background-blue{
    background-color: var(--blue);
}
.color-white{
    color: white;
}
.address-box i{
    width: 30px;
}
.about-img-box{
    display: inline-block;
    border: 25px solid rgb(247, 245, 245);
    border-radius: 5px;
    box-shadow: 0px 7px 70px 0px rgb(0 0 0 / 5%);
}
.about-img{
    border-radius: 5px;
}
.about-img-contaner{
    position: absolute;
}
.about-img-box-1{
    width: 350px;
    height: 350px;
}
.about-img-box-2{
    width: 200px;
    height: 170px;
}
.about-img-box-3{
    width: 400px;
}
.about-img-contaner2{
    position: relative;
    right: 28px;
}
.about-img-contaner3{
    position: relative;
    right: 506px;
    top: 259px;
}
.abut-pre{
    line-height: 28px;
}
.about-main-box{
    height: 650px;
}
.scl-logo{
    height: 50px;
}
.icon-box{
    min-width: 25px;
}
.header-logo{
    width: 120px;
    text-align: center;
}
a:hover{
    color: var(--orange) !important;
}
.social-icon-box{
    border: 1px solid var(--orange);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer ;
    font-size: 18px;
}
.social-icon-box:hover{
    background-color: var(--orange);
}
.carousel-indicators [data-bs-target]{
    width: 15px !important;
    height: 15px !important;
    border-radius: 50%;
    margin: 0 10px;
    border: 2px solid rgb(255, 255, 255) !important;
    background-color: var(--blue) !important;
}
.carousel-indicators .active {
    background-color: var(--navyblue) !important;
  }
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
}
/* scroll */
.popup{
    display: flex;
    justify-content: center;
    align-items: baseline;
}
.popinner{
    width: 90%;
    border-radius: 5px;
    display: flex;overflow: hidden;
}
.content-pop{
    min-width: 200px;
    height: 200px;
    margin: 0 2px;
}
.popup-img{
    width: 200px;
    height: 200px;
    object-fit: cover;
}
.scroll-btn{
    border-radius: 50%;
    min-width: 60px;
    height: 60px;
    border: none;
    background: rgb(176,176,176);
    color: white;
}
.text-justify{
    text-align: justify;
}

/* Mobile screen*/
@media(max-width: 576px) {
    body{
        scrollbar-width: 0;
    }
    .carousel-item{
        height: 500px;
    }
    .img-one{
        width: 90%;
        border: 20px solid rgb(239, 239, 239);
    }
    .about-img-contaner{
        position: static;
        text-align: center;
    }
    .about-img-box{
        width: 90%;
        margin: 10px auto;
    }
    .about-img-box-1{
        width: 100%;
        height: 100%;
    }
    .about-img-contaner2{
        position: static;
    }
    .about-img-box-2{
        width: 100%;
        height: 100%;
    }
    .about-img-contaner3{
        display: none;
    }
    .about-main-box{
        height: auto !important;
        padding: 15px;
    }
    .chairman-img{
        width: 100%;
    }
    .chairman-message{
        width: 100%;
        border-top: 5px solid var(--navyblue);
        border-left: none;
        padding-left: 0px;
        margin-left: 0px;
    }
    .about-main-box{
        text-align: center;
    }
    .academic-box{
        height: 280px;
        width:70%;
        margin: 10px auto;
    }
    .nav-item{
        margin-left: 23%;
    }
    .nav-item2{
        margin-left: 22%;
    }
    .nav-item3{
        margin-left: 16%;
    }
    .nav-item4{
        margin-left: 18%;
    }
}

/* Tablat Screen*/
@media(max-width: 992px){
    .academic-box{
        margin: 10px auto;
    }
    .chairman-img{
        width: 80%;
        margin: auto;
    }
    .chairman-message{
        width: 100%;
        border-top: 5px solid var(--navyblue);
        border-left: none;
        padding-left: 0px;
        margin-left: 0px;
    }
    .about-img-contaner{
        position: static;
        text-align: center;
    }
    .about-img-box{
        width: 90%;
        margin: 10px auto;
    }
    .about-img-box-1{
        width: 100%;
        height: 100%;
    }
    .about-img-contaner2{
        position: static;
    }
    .about-img-box-2{
        width: 100%;
        height: 100%;
    }
    .about-img-contaner3{
        display: none;
    }
    .about-main-box{
        height: auto !important;
        padding: 15px;
    }
    .nav-item{
        text-align: center;
    }
}