textarea{
  height: 300px !important;
}

h1, h2, h5{
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

nav, h3, h4, p{
  font-family: 'Poppins', sans-serif;
}

h2{
  font-size: 40px;
}

a{
  text-decoration: none;
}

p{
  color: #555555;
  font-size: 16px !important;
}

span{
  text-decoration: none;
  color: #000;
  position: relative;
}



.btn{
  font-size: 15px;
  font-weight: bold;
  padding: 7px 45px;
  margin: auto;
  border-radius: 50rem;
  /* box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1); */
  background-color: #ffd800;
}

.btn-send{
  display: block;
  font-size: 23px;
  font-weight: 700;
  /* padding: 12px 150px; */
  width: 100%;
  height: 50px;
  padding: 5px;
  margin: auto;
  border-radius: 10px;
  /* box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1); */
  background-color: #ffd800;
  color: #000;
}

/* a:hover{
  color: #000;
} */

/* Navbar */
nav .nav-link{
  font-size: 20px;
  color: #555555;
}

nav a:hover{
  color: #ffd800 !important;
}


.contact{
  padding-top: 100px !important;
}

.contact .text {
  max-width: 400px;
  height: auto;
  margin: auto;
}


/* JOIN US */
.join-us{
  margin: auto;
  margin-top: 150px !important;
  max-width: 500px;
  height: auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 3px -3px 5px 3px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}

.join-us h2{
  font-size: 32px !important;
}

.join-us .btn{
  margin-top: 20px;
}


.box{
  z-index: 1;
  position: absolute;
  margin-top: -100px;
  width: 100%;
  height: 150px;
  background-color: rgb(0, 0, 0);
  }


  .form-control{
    background-color: #e6e6e6;
  }




  @media (max-width: 768px) {
    .logo a img {
      width: 120px !important;
    }
  
    #mobileLogo img {
      width: 120px !important;
    }
  }

  @media (min-width: 768px) and (max-width: 915px){
    ul li a.active {
      color: #ffd800;
      border-bottom: 2.5px solid #ffd800;
      padding-bottom: 5px;
      transition: 0.6s;
    }
  
    .text h2 {
      font-size: 30px !important;
    }
  }

/* TABLET VERSION */
@media (min-width: 400px){

  span:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 50%;
    left: -0.1em;
    right: -0.1em;
    bottom: 0;
    background-color: #ffd800;
  }

  .join-us{
    max-width: 800px;
    height: auto;
  }

}


/* DESKTOP VERSION */
@media (min-width: 992px){
  
  .form{
    margin: auto;
    width: 90%;
    height: auto;
  }

  .contact .text {
    max-width: 800px;
    height: auto;
    margin: auto;
  }

  /* JOIN US */
  .join-us{
    min-width: 1200px;
    height: auto;
    padding: 30px;
  }

  .join-us h2{
    font-size: 40px !important;
  }

  

}

@media (max-width: 450px){

  span:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 70%;
    left: -2.5em;
    right: -0.1em;
    bottom: 0;
    background-color: #ffd800;
  }

  /* .join-us h2 span:after{
    top: 50%;
    left: -0.1em;
    right: -0.1em;
  } */

}

@media (max-width: 768px) {
  #mobileLogo {
    display: block !important;
  }
}

@media (max-width: 570px){
  .join-us span:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 50%;
    left: -0.1em;
    right: -0.1em;
    bottom: 0;
    background-color: #ffd800;
  }
}