@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
/* font-family: 'Roboto', sans-serif; */
/* font-family: 'Poppins', sans-serif; */
/* blue-- #0563ba; */
*{
  margin: 0;
  padding: 0;
 
}
.container{
  width:100%;
  height:100vh;
 
}
.nav{
  position: fixed;
  z-index: 1000;
  background-color: #0563ba;
  height:15vh ;
  width: 100%;
}

.nav2{
  height: 13.5vh;
  width: 100%;
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 1000;
  
}
.d1{
  height: 12vh;
  width: 34%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* background-color: red; */
 
}
.d11{
  height: 10vh;
  width: 15%;
  margin-left: 2%;
  margin-left: 20%;
}
.d12 h1{
  font-size: 1.5rem;
  font-weight: bolder;
  letter-spacing: 2px;
  padding:1rem 1rem 0 0;
  font-family: 'Roboto', sans-serif;
}
.d2{
  height: 8vh;
  width: 66%;
  padding:0 4rem;
  margin-left:10%;
  font-family: 'Poppins', sans-serif; 
  /* background-color: red; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2rem;
  position: relative;
  color: #0087ca;
}
.d2 a{
  text-decoration: none;
  position: relative;
  color: #000;
}
.d2 a:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0087ca;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.d2 a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown a:hover {background-color: #ddd;}
  
  .show {display: block;}

  .outer-div{
    height:100vh;
    width: 92%;
    padding-top: 10vh;
    padding-left: 8%;
    
}
.inner-div0{
    height: 60vh;
    width: 100%;
    background-image: url('images/bg.jpg');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size:cover;
    position: relative;
    background-attachment: fixed;
    margin-bottom:2rem;
}
.inner-div-1-1{
    height:60vh;
    width:100%;
    background-color: transparent;
    background: rgb(0, 0, 0, 0.7);
    padding-top: 32vh;
    color: white;
    padding-left: 37%;
    font-size: 30px;
}

.inner-div-1-1 .heading2{
  padding-left: 3rem;
  font-size: 4rem;
}

/* Set height of body and the document to 100% */
body, html {
    height: 90%;
    margin: 0;
    font-family: Arial;
  }
  
  /* Style tab links */
  .tablink {
    background-color: #555;
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 17px;
    width: 20%;
  }
  
  .tablink:hover {
    background-color: #777;
  }
  
  /* Style the tab content (and add height:100% for full page content) */
  .tabcontent {
    color: white;
    display: none;
    padding: 100px 20px;
    height: 100%;
  }
  
  #Home {
    /* background-color: red; */
    width:100%;
    height:120vh;
}
  #News {
    /* background-color: green; */
    width:100%;
    height:80vh;
  }
  #Contact {
    /* background-color: blue; */
    width:100%;
    height:120vh;
  }
  #About {
    /* background-color: orange; */
    width:100%;
    height:80vh;}
  .details1 {
    position: relative;
    width: 50%;
    margin-left: 36em;
  }
  .details2 {
    position: relative;
    width: 50%;
   
  }
  .details8 {
    position: relative;
    width: 50%;
   
  }
  
  .image1 {
    display: block;
    height: 20rem;
    width: 20rem;
    border-radius: 10px;
  }
  
  .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20rem;
    width: 20rem;
    opacity: 0;
    transition: .5s ease;
    background-color: #008CBA;
    border-radius: 10px;
  }
  
  .details1:hover .overlay {
    opacity: 1;
  }
  .details2:hover .overlay {
    opacity: 1;
  }
  .details8:hover .overlay {
    opacity: 1;
  }
  
  .text {
    color: white;
    font-size: 10px;
    position: absolute;
    top: 60%;
    left: 48%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
 #icon{
    display:flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 2rem;
  }
 #icon i{
    color:snow;
    cursor: pointer;
    padding-left:1rem;
    font-size:1.5rem;
  }
 .member{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:2rem 5rem 2rem 10rem;
 }
 .member1{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding:0 5rem 2rem 10rem;
}
.member2{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 2rem;
}
.member3{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 5rem 2rem 10rem;
 
}
.member4{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 5rem 2rem 22rem;
 
}
.footer-div{
  height: 15rem;
  width: 100%;
}
.footer{
  width:100%;
  height: 20rem;
  display:flex;
  background-color: #1c1c1c;
  align-items: center;
  justify-content: space-between;
  padding:2rem 12rem 2rem 10rem;
  box-shadow:2px 2px 2px 2px inset #c7c7c7;
 color:snow;
}
.footer-img{
  display:flex;
  align-items: center;
  justify-content: space-between;
  padding:0 3rem;
}
.footer-img img{
  width:8rem;
  height:8rem;
}
.footer1 h1{
  margin-top: 2rem;
  margin-left: 1rem;
}
.footer2{
  display:flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 3rem;;
}
.footer2 h1{
  margin-bottom:1rem;
}
#text-1{
  display:flex;
}
#text-1 a{
  text-decoration: none;
}
#text-1 p{
  margin-left: 0.5rem;
  margin-bottom: 1rem;
}
.contain-1{
  margin-right: 5rem;
}
#footer-icon{
  display:flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 7rem;
  color:snow;
}
#footer-icon i{
  color:snow;
  cursor: pointer;
}