*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
.header {
    min-height: 50vh;
    width: 100%;
    background-image: linear-gradient(rgba(9, 4, 84, 0.7), rgba(9, 11, 9, 0.5)), url("images/darwin.png");
    background-position: center;
    background-size: cover;
    position: relative;
}

form.nosubmit {
    border: none;
    padding: 0;
  }
  input.nosubmit {
    color: #fff3f3;
    float: right;
    width: 280px;
    border-radius: 10px;
    border: 1px solid rgb(188, 184, 184);
    display: block;
    padding: 9px 4px 9px 40px;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat 13px center;
  }

nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}
nav img{
    width: 100px;
    height: 80%;
}
.nav-links{
    flex: 1;
    text-align: right;
}
.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px ;
    position: relative;
}
.nav-links ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}
.nav-links ul li::after{
    content: '';
    width:0%;
    height: 2px;
    background: #f44336;
    display: block;
    margin: auto;
    transition: 0.5s;
}
.nav-links ul li:hover::after{
    width: 100%;
}
.text-box{
    width: 90%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.text-box h{
    font-size: 62px;
}
.text-box p{
    margin: 10px 0 40px;
    font-size: 14px;
    color: #fff;
}
.find-btn{
    display: inline-block;
    text-decoration: none;
    color: white;
    border: 1px solid #fff;
    padding: 12px 34px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
}
.find-btn:hover{
    border: 1px solid #290c0a;
    background: #b2462e;
    transition: 1s;
}

nav .fa{
    display: none;
}

/* course */

.course{
    width:80%;
    margin: auto;
    text-align: left;
    padding-top: 100px;
}
form.course-search {
    border: none;
    padding: 0;
 
  }
  input.course-search {
    margin-right: auto;
    margin-left: auto;
    float:inline-start;
    width: 400px;
    border-radius: 10px;
    border: 1px solid rgb(62, 59, 59);
    display: block;
    padding: 9px 4px 9px 40px;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat 13px center;
  }
h4 {
    font-size: 70px;
    font-weight: 600;
    margin-top: 40px;
  }
h1 {
    font-size: 36px;
    font-weight: 250;
}

p {
    font-style: Times;
    color: #040100;
    font-size: 20px;
    font-weight: 200;
    line-height: 30px;
    padding: 15px;
}

.course-col{
    flex-basis: 22%;
    background: #fff3f3;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
    cursor: pointer;
}
.course-col img{
    width: 100%;
    border-radius: 10px;
    display: block;
}
h3{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
}
.course-col:hover{
    box-shadow: 0   0   20px 0px rgba(0,0,0,0.2) ;

}

@media(max-width: 700px){
    .row{
        flex-direction: column;
    }
}

h6{
    text-align: right;
    font-weight: 250;
    font-size: 30px;
    margin-top: 10px;
}
/* Researchh-col */

h2{
    text-align: center;
    font-weight: 400;
    font-size: 50px;
    margin: 50px;
    margin-top: 100px;
}
h9{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
}

.row{
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.campus{
    width: 80%;
    margin: auto;
    text-align: right;
    padding-top: 50px;
    
}
.campus-col{
    flex-basis: 32%;
    border-radius: 10px;
    margin-bottom: 1px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.campus-col img{
    height: 400px;
    width: 100%;
    display: block;
}
.layer{
    background: transparent;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
}
.layer:hover{
    background: rgba(236, 226, 226, 0.7);
}
.layer h3{
    width: 100%;
    font-weight: 500;
    color: white;
    font-size: 26px;
    bottom: 0;
    left: 50%;
    transform:translateX(-50%);
    position: absolute;
    opacity:0;
    transition: 0.5s;
}
.layer:hover h3{
    bottom: 49%;
    opacity: 1;
}

/* facilities */
.facilities{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}
.facilities-col{
    flex-basis: 31%;
    border-radius: 10px;
    margin-bottom: 5px;
    text-align: left;
    margin-bottom: 10%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
    cursor:pointer;
}
.facilities-col img{
    width: 100%;
    height: 30vh;
    border-radius: 10px;
}

.facilities-col p{
    padding: 0;
}

.facilities-col h3{
    margin-top: 16px;
    margin-bottom: 15px;
    text-align: left;
}
.facilities-col:hover{
    box-shadow: 0   0   20px 0px rgba(0,0,0,0.2) ;

}

@media(max-width: 700px){
    .row{
        flex-direction: column;
    }
}
.backg {
  min-height: 50vh;
    width: 100%;
    background-image: linear-gradient(rgba(228, 221, 221, 0.01)), rgba(9, 11, 9, 0.5)), url("images/backg.jpeg");
    background-position: center;
    background-size: cover;
    position: relative;
    box-shadow: 0   0   20px 0px rgba(0,0,0,0.2) 
}
}