


*{
margin: 0;
padding: 0;
font-family: 'Poppins', sans-serif;
}

.header{
min-height: 100vh;
width: 100%;


background-image: linear-gradient(rgba(4, 9, 30, 0.5),rgba(4, 9, 30, 0.5)), url('../Images/clear-blue-sky.jpeg') ;

background-position: center;
background-size: cover;
}

.sub-header{

height: 50vh;
width: 100%;
background-image: linear-gradient(rgba(4, 9, 30, 0.5),rgba(4, 9, 30, 0.5)), url('../Images/clear-blue-sky.jpeg') ;
background-position: center;
background-size: auto;

}

.sub-header h1{
  font-size: 150px;
  color: #D1D1D1;
  font-family: 'Fredericka the Great';
  font-weight: 200;
  text-align: center;
  margin-top: 10px;

}

nav{
display: flex;
padding: 2% 6%;
justify-content: space-between;
align-items: center;



}

.logo{
  position: relative;
  width: 200px;
  left: -150px;
  top: -30px;

}

.nav-links{
flex: 1;
position: relative;
text-align: right;
top: -50px;
right: -50px;
}

.nav-links ul li {
list-style: none;
display: inline-block;
padding: 8px 12px;
position: relative;
margin-top: 0;
}

.nav-links ul li a{

color: #EEEEEE;
  text-decoration: none;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}
.nav-links ul li a::after{
content : '';
width: 0%;
height: 2px;
background: #008E89;
display: block;
margin: auto;
transition: 0.5s;

}
.nav-links ul li a:hover::after{
width: 100%;
  color: #D1D1D1;
}


.text-box{
width: 90%;
color: #D1D1D1;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
}

.text-box h1{

font-size: 150px;
color: #D1D1D1;
font-family: 'Fredericka the Great';
font-weight: 200;

}

.hero-btn{

display: inline-block;
text-decoration: none;
color: #D1D1D1;
border: 1px solid #D1D1D1;
padding: 12px 34px;
font-size: 20px;
background: transparent;
font-family: 'Poppins', sans-serif;
font-weight: 300;
position: relative;
cursor: pointer;


}


.hero-btn:hover{

border: 1px solid #008E89;
background: #008E89;
transition: 1s;

}
nav .fa{

  display: none;
}
@media(max-width: 700px)
{
  .text-box h1{
    font-size: 72px;
  }
  .nav-links ul li{
    display: block;
  }
.nav-links{
position: fixed;
background: #008E89;
height: 100vh;
width: 200px;
top : 0;
right: -200px;
text-align: left;
z-index: 2;
transition: 0.5s;

}

nav .fa{

  display: block;
  color: #D1D1D1;
  margin: 10px;
  font-size: 22px;
  cursor: pointer;


}

.nav-links ul{
padding: 30px;
}


}

.about{
width: 80%;

padding-top: 50px;
text-align: center;
font-family: 'Poppins', sans-serif;
background-color: #fff;
margin: auto;



}

h1{
font-size: 50px;
font-weight: 600;
font-family: 'Poppins', sans-serif;

}

p{
  color: #EEEEEE;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
font-family: 'Poppins', sans-serif;
  padding: 10px;

}

.tagline{
  color: #777;
  font-size: 18px;
}



.row{

margin-top: 5%;
display: flex;
justify-content: space-between;

}

.about-col{

flex-basis: 31%;
background: #6FB2D2;
border-radius: 10px;
margin-bottom: 5%;
padding : 20px 12px;
box-sizing: border-box;
transition: 0.5s;

}

h3{
text-align: center;
font-weight: 600;
margin : 10px 0 ;
font-size: 25px;
color: #2C3333;


}

.about-col:hover{
box-shadow: 0 0 20px 0px rgba(0,0,0,0.5);

}


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


.ourTeam{
width: 80%;
margin: auto;
text-align: center;
padding-top: 50px;



}


.ourTeam-col{

flex-basis: 32%;
background: #6FB2D2;
border-radius: 10px;
margin-bottom: 30px;
position: relative;
overflow: hidden;



}

.ourTeam-col1{

  flex-basis: 48.5%;
  background: #6FB2D2;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  height: 548px;





}

.ourTeam-col1 img{
  width: 100%;
  height: 100%;
margin-top: 50px;
object-fit: cover;

}
.ourTeam-col img{
  width: 100%;
  height: 100%;
margin-top: 50px;
object-fit: cover;

}

.ourTeam-col .saumyaImage{

  height: 100%;
width: 120%;
position: relative;
left: -50px;
object-fit: cover;
}

.layer{
background: transparent;
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
transition: 0.5s;
}

.layer h3{
color: #FFF;

transition: 0.5s;
}

.layer:hover{

  background: rgba(111, 178, 210, 0.7);



}
.layer .post{

opacity: 0;

}

.layer:hover .post{


margin-top: 200px;
opacity: 1;
}


.footer{
width: 100%;
text-align: center;
padding: 30px 0;
}


.icons .fa{

color: #008E89;
margin: 0 13px;
cursor: pointer;
padding: 18px 0;


}

.contact-us{

width: 80%;
margin: auto;


}

.contact-col{
flex-basis: 48%;
margin-bottom: 30px;
}

.contact-col div{
display: flex;
align-items: center;
margin-bottom: 40px;
}

.contact-col div .fa{
font-size: 28px;
color: #008E89;

margin: 10px;
margin-right: 30px;

}

.contact-col div p {
  padding : 0;
  color: black;

}

.contact-col div h5 {
  font-size: 20px;
  font-weight: 400;

}

.submit-btn{
color: white;
background-color: #008E89;


}
.submit-btn:hover{
background-color: #6FB2D2;


}

.contact-col input, .contact-col textarea{

width: 100%;
padding: 15px;
margin-bottom: 17px;
outline: none;
border: 1px solid #008E89;
box-sizing: border-box;


}
