
#about {
    background-image: url('images/pexels-terje-sollie-298864.jpg');
    height: 80vh;
    width: 100%;
    background-size: cover;
    color: white;
    font-size: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    object-position: top;
    
  
  }
  
  .about-content h1 {
    font-size: 3rem;
    font-weight: 700;
  
  }

  .about-content h1 {
    animation: fade-in 1s ease forwards;
  }
  
  @keyframes fade-in {
    from {
      opacity: 0;
      transform: translateY(150px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  .about-content {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  
  .about-content h1 {
    font-size: 1.1em;
    
  
  }
  #contact-details   {
    margin: 150px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 0 100px; */

  }

  #contact-details .details h2 {
    font-size: 26px;
    /* line-height: 35px; */
    padding: 20px 0;
  }

    #contact-details .details h3 {
    font-size: 16px;
    padding-bottom: 15px;
  }

  #contact-details .details li {
    list-style: none;
    display: flex;
    padding: 10px 0;
    line-height: 20px;
  }
 
  #contact-details .details li i {
    font-size: 16px;
    padding-right: 22px;

  }

  #contact-details .details li p{
    margin: 0;
    font-size: 16px;

  }

  #contact-details .details li a{
    color: #010101;
  }

  #contact-details .details li a:hover, 
  #contact-details .details li i:hover{
    
    color: #30a0e0;
    text-decoration: none;

  }

  #contact-details .map {
    width: 130%;
    height: 400px;
  }
  #contact-details .map iframe {
    width: 100%;
    height: 100%;
  }

/* 

  .details {
    padding: 30px;
  } */


  #news-letter {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  #news-letter p {
    max-width: 700px;
    margin: 40px auto;
    font-size: 15px;
  } 

  

  .email-box {
    height: 40px;
    display: flex;
    justify-content: center;
  }

.email-box i {
    background-color: #404040;
    width: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 21px;

}

.tbox {
    outline: none;
}

.my-btn{
    border: none;
    outline: none;

}

.tbox {
    width: 260px;
    padding: 0 10px;
}

.my-btn {
    background-color: #46afea;
    color: #fff;
    padding: 0 10px;
    text-transform: uppercase;
}

.my-btn:hover {
    background-color: #30a0e0;
    transform: scale(1.02);
    transition: 0.2s;
}

 