* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

/* navigation bar */
.nav {
    width: 100%;
    height: 16vh;
    background-color: rgb(252, 252, 138);
}

.navrap {
    width: 83%;
    margin: auto;
    top: 0px;
    padding-top: 38px;
}

.logo {
    position: absolute;
    padding-left: 80px;
}

.name {
    position: absolute;
}

.name h1 {
    font-size: 38px;
    padding-left: 220px;
}

.login {
    float: right;
}
.login ul{
    border: 2px solid black;
    padding: 10px;
    border-radius: 30px;
}
.login ul li {
    display: inline;
}
.login ul li a{
    text-decoration: none;
    font-size: 20px;
}
/* sections */
.sec{
    width: 100%;
    height: 5vh;
}
.secrap{
    width: 80%;
    margin: auto;
}
.section ul{
    text-align: center;
    padding-top: 12px;
}
.section ul li{
    display: inline;
}
.section ul li a{
    text-decoration: none;
    padding: 20px;
    font-size: 18px;
    color: black;
    text-shadow: 0 0 5px white, 0 0 15px white;
}
.section ul li a:hover{
    color: palevioletred;
    text-shadow: 0 0 5px black, 0 0 15px black;
}
.ban{
    width: 100%;
    height: 100vh;
    background-image: url(./ban.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.banrap{
    width: 100%;
    height: 100vh;
    margin: auto;
    background-color: rgba( 0, 0, 0, 0.5);
}
.banrap1{
    text-align: center;
    width: 75%;
    margin: auto;
    padding-top: 200px;
}
.banrap1 h1{
    color: white;
    font-size: 100px;
}
.banrap1 h3{
    color: white;
    font-size: 50px;
}
.about{
    width: 100%;
    height: 90vh;
    background-image: url(./bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.aboutrap{
    width: 75%;
    margin: auto;
    padding-top: 40px;
}
.abt h1{
    font-size: 45px;
    text-align: center;
}
.abt h2{
    font-size: 40px;
    text-align: center;
}
.abt h3{
    font-size: 30px;
    color: rgb(77, 79, 177);
}
.abt p{
    font-size: 20px;
    text-align: justify;
}
.why{
    height: 50vh;
    width: 100%;
    background-image: url(./bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.whyrap{
    width: 75%;
    margin: auto; 
}
.whyy{
    padding: 35px;
    border: 1px solid rgb(182, 176, 176);
    background-color: white;
}
.whyy h1{
    font-size: 40px;
    text-align: center;
    padding: 5px;
    background-color: rgb(203, 203, 235);
    color: rgb(40, 40, 104);
}
.whyy ol li{
    font-size: 20px;
    padding-bottom: 5px;
    text-align: justify;
}
.achievement{
    height: 322vh;
    width: 100%;
    background-image: url(./bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.achievementrap{
    width: 75%;
    margin: auto;
}
.achieve{
    border: 1px solid rgb(182, 176, 176);
    background-color: white;
    padding: 35px;
}
.achieve h1{
    font-size: 40px;
    text-align: center;
    padding: 5px;
    background-color: rgb(203, 203, 235);
    color: rgb(40, 40, 104);
}
.achieve ul li{
    font-size: 20px;
    padding-bottom: 5px;
    text-align: justify;
}
.student{
    width: 100%;
    height: 95vh;
    background-image: url(./bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.studentrap{
    margin: auto;
    width: 75%;
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 130px;
}
.stu{
    border: 1px solid rgb(182, 176, 176);
    background-color: white;
    padding: 35px;
}
.stu h1{
    font-size: 40px;
    text-align: center;
    padding: 5px;
    background-color: rgb(203, 203, 235);
    color: rgb(40, 40, 104);
}
.stu ul li{
    font-size: 20px;
    padding-bottom: 5px;
    text-align: justify;
}
.course{
    height: 162vh;
    width: 100%;
    background-image: url(./bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.course h1{
    font-size: 40px;
    text-align: center;
}
.courserap{
    border: 1px solid rgb(182, 176, 176);
    background-color: white;
    margin: auto;
    width: 75%;
    padding: 35px;
}
#crs{
    font-size: 40px;
    text-align: center;
    padding: 5px;
    background-color: rgb(203, 203, 235);
    color: rgb(40, 40, 104);
}
.courserap1{
    margin: auto;
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto auto;
    column-gap: 30px;
    padding-left: 40px;
}
.coursee h1{
    font-size: 30px;
}
.coursee ul li{
    font-size: 20px;
}
.placement{
    width: 100%;
    height: 70vh;
    background-image: url(./bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.placementrap{
    margin: auto;
    width: 75%;
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 130px;
}
.place{
    border: 1px solid rgb(182, 176, 176);
    background-color: white;
    padding: 35px;
}
.place h1{
    font-size: 40px;
    text-align: center;
    padding: 5px;
    background-color: rgb(203, 203, 235);
    color: rgb(40, 40, 104);
}
.place ul li{
    font-size: 20px;
    padding-bottom: 5px;
    text-align: justify;
}
.laboratory{
    width: 100%;
    height: 88vh;
    background-image: url(./bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.labrap{
    margin: auto;
    width: 75%;
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 130px;
}
.lab{
    border: 1px solid rgb(182, 176, 176);
    background-color: white;
    padding: 35px;
}
.lab h1{
    font-size: 40px;
    text-align: center;
    padding: 5px;
    background-color: rgb(203, 203, 235);
    color: rgb(40, 40, 104);
}
.lab ul li{
    font-size: 20px;
    padding-bottom: 5px;
    text-align: justify;
}
.infra{
    width: 100%;
    height: 107vh;
    background-image: url(./bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.infrap{
    margin: auto;
    width: 75%;
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 130px;
}
.inf{
    border: 1px solid rgb(182, 176, 176);
    background-color: white;
    padding: 35px;
}
.inf h1{
    font-size: 40px;
    text-align: center;
    padding: 5px;
    background-color: rgb(203, 203, 235);
    color: rgb(40, 40, 104);
}
.inf ul li{
    font-size: 20px;
    padding-bottom: 5px;
    text-align: justify;
}
.mous{
    width: 100%;
    height: 113vh;
    background-image: url(./bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.mourap{
    margin: auto;
    width: 75%;
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 130px;
}
.mou{
    border: 1px solid rgb(182, 176, 176);
    background-color: white;
    padding: 35px;
}
.mou h1{
    font-size: 40px;
    text-align: center;
    padding: 5px;
    background-color: rgb(203, 203, 235);
    color: rgb(40, 40, 104);
}
.mou ul li{
    font-size: 20px;
    padding-bottom: 5px;
    text-align: justify;
}
.youtube{
    width: 100%;
    height: 90vh;
    background-image: url(./bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.ytrap{
    margin: auto;
    width: 89%;
}
/* footer */
.foot{
    width: 100%;
    height: 45vh;
    background: purple;
}
.footrap{
    width: 75%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: 40px;
}
.footer h3{
    font-size: 35px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer ul li{
    list-style: none;
}
.footer ul li a{
    text-decoration: none;
    font-size: 20px;
    color: wheat;
}
.footer p{
    font-size: 20px;
    color: wheat;
}