*{
    margin: 0;
    padding: 0;
  
}
.banner
{
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(uni2.jpg);
    background-size: cover;
    background-position: relative;
}
.navbar{
  background-color:transparent ;
  width: 96%;
  padding: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo{
  width: 200px;
  height: 150px;
  cursor: pointer;
}
.navbar ul li{
  list-style: none;
  display: inline-block;
  margin: 20px;
  position: relative;
}
.navbar ul li a{
  text-decoration: none;
  color:#fff;
  text-transform: uppercase;
}
.navbar ul li ::after{
  content: '';
  height: 3px;
  width: 0%;
  background: #009688;
  position:absolute;
  left: 0;
  bottom: -5px;
  transition: 0.5s;
}
.navbar ul li :hover::after{
width: 100%;
}
.content{
  width: 100%;
  position: absolute;
  top: 90%;
  /* transform: translateY(-50%); */
  text-align: center;
  color: solid #fff;
}
.content h1{
  font-size: 70px;
  margin-top: -400px;
  color: #fff;
}
.content p{
  margin: 20px auto;
  font-weight: 100;
  line-height: 25px;
  color: #fff;
}
/* <!-------------------------------------------------------------------------------------------------button-----------------------------------------------------------> */
.content-btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 34px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
}
.content-btn:hover{
    border: 1px solid #009688;
    background: #009688;
    transition: 0.5s;
}
/* our courses */
.container{
  width: 100%;
  max-width: 1100px;
  margin: auto;
  padding-top: 70px;
}

 .course{
  background: rgb(163, 116, 45);
  width: 80%;
  text-align: center;
  margin: auto;
} 

.cource-col h1{
  text-align: center;
  font-size: 36px;
  font-weight: 600;
 
}
.Course h1{
  text-align: center;
  font-size: 36px;
  font-weight: 600;
}

.p{
  text-align: center;
  padding: 10px;
  color: rgb(8, 39, 39);
  font-weight: 300;
  line-height: 22px;
  padding: 10px;
}

.row{
 margin-top: 5%;
 display: flex;
 justify-content: space-between;
}

.d3{
  float: left;
  padding: 20px;
}

.cource-col{
   background: rgb(230, 138, 19);
   border-radius: 10px;
   margin-bottom: 5px;
   padding: 20px 12px;    
   box-sizing: border-box;
   flex-basis: 31%;
}
.cource-col:hover {
  box-shadow: 5px 5px 5px #606060;
}

.h1{
  text-align: center;
  font-weight: 600;
  margin: 10px 0;

}
/* sarwat */
/*------campus-----*/
.row{
  margin-top:5%;
  display:flex;
  justify-content:space-between;
}
.campus{
	width: 80%;
	margin: auto;
	text-align: center;
	padding-top: 200px;	
  font-size:20px;
}
.campus-col{
	flex-basis: 32%;
	border-radius: 10px;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}
.campus-col img{
	width: 100%;

}
.layer{
	background: transparent;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.5s;
}
.layer:hover
{
	background:  rgba(226,0,0,0.7);
}
.layer h3{
	width: 100%;
	font-weight: 500;
	color: #fff;
	font-size: 26px;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
	position: absolute;
	opacity: 0;
	transform: 0.5s;

}
.layer:hover h3{
	bottom: 49%;
	opacity: 1;
}
/*------------facilities----------*/
.facilities{
  width: 80%;
  margin: auto;
  text-align: center;
  padding-top: 100px;
  font-size:20px;

}
.facilities-col{
   flex-basis: 31%;
  border-radius: 10px;
  margin-bottom: 5%;
  text-align: left;
}
.facilities-col img{
   width: 80%;
   border-radius: 10px;
}
 .facilities-col p{
   padding: 0; 
  font-size:20px;
} 
.facilities-col h3{
   margin-top:16px ;
   margin-bottom: 15px;
   text-align: left;
}
/* contact us  */
.contact{
  border: 1px solid black;
  margin: 100px auto;
  width: 80%; 
  background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(enroll5.jpg);
  background-position: center;
  border-radius: 20px;
  text-align: center;
  padding: 100px 0;
  background-repeat: no-repeat;
}
.contact h1{
  font-size:50px;
  color: white;
  margin-bottom:70px;
  padding: 0;
}
/* footer */
.footer{
  width:100%;
  text-align: center;
  padding:30px 0;
}
.footer h4{
  margin-bottom:25px;
  margin-top:20px;
  font-weight:600;
  font-size:30px
}
.social-media{
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.social-media ul{
  list-style: none;
}

.social-media ul li{
  display: inline-block;
  cursor: pointer;
  margin: 25px 15px;
}

.social-media img{
  width: 30px;
  height: 30px;
}