@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
  
  
  
  .navo {
    
    width: 100%;
    padding: 10px;
    background-color: #080808;

color: gold;
    position: relative;
    height:65px ;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
  }
  
  .navo > .nav-header {
    display: inline;
  }
  
  .navo > .nav-header > .nav-title {
    display: inline-block;
    font-size: 22px;
    color: gold;
    font-weight: 600;
    font-size: 30px;
    margin-top: 0px;
    
    
  }
  
  .navo > .nav-btn {
    display: none;
  }
  
  .navo > .nav-links {
    display: inline;
    float: right;
    font-size: 18px;
  }
  
  .navo > .nav-links > a {
    display: inline-block;
    padding: 3px;
    text-decoration: none;
    color: gold;
    margin-top: 9px;
    margin-left: 15px;
     font-weight: 500;
    text-decoration: none;
  transition: all 0.3s ease;
    font-size: 18px;
    
  }
  
  .navo > .nav-links > a:hover {
    color: blue;

  }
  
  .navo > #nav-check {
    display: none;
  }
  
  @media (max-width:900px) {
    .navo > .nav-btn {
      display: inline-block;
      position: absolute;
      right: 0px;
      top: 0px;
    }
    .navo > .nav-btn > label {
      display: inline-block;
      width: 50px;
      height: 50px;
      padding: 10px;
      margin: 10px;
    }
    .navo > .nav-btn > label:hover,.nav  #nav-check:checked ~ .nav-btn > label {
      background-color:transparent;
    }
    .navo > .nav-btn > label > span {
      display: block;
      width: 25px;
      height: 10px;
      border-top: 2px solid #eee;
    }
    .navo > .nav-links {
      position:static;
      display: block;
      width: 100%;
      background-color: #080808;
      height: 0px;
      margin-top: 10px;
      margin: 0px;
      padding: 0px;
      transition: all 0.3s ease-in;
      overflow-y: hidden;
      top: 50px;
      left: 0px;
    }
    .navo > .nav-links > a {
      display: block;
      margin: 0px;
      width: 100%;
      padding: 10px;
    
    }
    .navo > #nav-check:not(:checked) ~ .nav-links {
      height: 0px;
    }
    .navo > #nav-check:checked ~ .nav-links {
      height: calc(100vh - 50px);
      overflow-y: auto;
    }
  }
  
  .headertwo{
    height: auto;
    background-image: url('');
    background-repeat: no-repeat;
    align-items: center;

    background-position: center;
  }
  .team {
    padding: 130px 0;
}

.team h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.team h2 span {
    color:gold;
}

.team p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #999999;
    margin: 20px 0 60px;
    padding: 0;
}

.team .box {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all .5s ease-in-out;
    padding: 10px;
    margin: 20px;
}

.team .box .image {
    position: relative;
    height: 100%;
}

.team .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #ff9100 1%, #56dc1 100%);
    top: 0;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    z-index: 15;
}

.team .box .image .social-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    z-index: 20;
    text-decoration: none;
    opacity: 0;
    margin-top: 100px;
    padding: 8px 15px;
    background: #ffffff;
    border-radius: 35px;
    transition: all 0.5s ease-in-out;
}

.team .box .image .social-icons i {
    font-size: 18px;
    padding: 0 7px;
    color: #ff9100;
}

.team .box:hover .overlay {
    opacity: 0.85;
}

.team .box:hover .social-icons {
    margin-top: 0;
    opacity: 1;
}

.team .box h3 {
    margin: 0;
    padding: 0;
    margin-top: 20px;
    font-size: 17px;
    font-weight: 600;
}

.team .box h4 {
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #999999;
    font-weight: 400;
    margin-top: 5px;
    padding-bottom: 25px;
}

.team .box:hover {
    transform: translateY(-15px);
}
.foot {
  
  background-color: #000000;
background-image: linear-gradient(315deg, #000000 0%, #141313 74%);
display: table;
width: 100%;
height: 8rem;
text-align: center;
padding: 1rem;
font-family: 'Arial', sans-serif;
font-size: .875rem;
}
footer small {
  color: #ccc;
  letter-spacing: .025rem;
  margin-bottom: 1.5rem;
  display: block;
}

.footer-nav a {
  color:gold;
  text-decoration: none;
  margin: 0 .5rem;
  display: inline-block;
}

.footer-nav a:hover {
  color: goldenrod;
  transition: color .15s ease-in-out;
}
#myBtn{
  border: none;
  border-radius: 30px;
background-color: goldenrod;
color: white;
margin: 10px;
padding: 10px;
}
.fo{
  font-size: 27px;
}
@media (max-width: 600px){
.fo{
  font-size:15px ;
  
}
.intro-area h2 {
  font-size: 50px;
 
}
.intro-area p {
  font-size: 18px;
  
}
}
