@media (width < 912px){
    .navbar{
        width: 100vw;
      }

      #navbarNavDropdown{
        background: rgb(16,16,17);
      }
    /* *********************************** */
      #contact{
        height: 340vh;
        /* background-color: chartreuse; */
      }
      .contact-container{
        margin-top: 14vh;
        display: flex;
        align-items: normal;
        width: 100vw;
        height: 112vh;
        /* background-color: blueviolet; */
      }
    .contact-head{
      display: flex;
      width: 98%;
      height: 112vh;
      /* background-color: blue; */
      }

      .contact-head p{
        font-size: 22px;
      }

  /* ********************************************************** */
  .contact-icons{
    margin-top: 0;
    display: flex;
    height: 70vh;
    width: 100vw;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content:flex-start;
    align-items: center;
    /* background-color: yellow; */
  }
  .contact-icons i{
    width: 50px;
    height: 60px;
    font-size: 25px;
  }
  .contact-icons h1{
    font-size: 20px;
}
.contact-icons p{
  font-size: 21px;
}

.phone, .whatsapp, .email, .address{
    display: flex;
    width: 85%;
    height: 95px;
    align-items: normal;
    justify-content: left;
    /* background-color: rgb(255,222,89); */

}
/* ************************************************************** */
.contact-form{
  margin-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 135vh;
  /* background-color: orange; */
}

.cont-form{
  margin-left: 0;
  padding-left: 0;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 55%;
  width: 90%;
}
form input{
  padding: 0;
  margin-bottom: 15px;
  width: 300px;
  height: 40px;
}
textarea{
  padding: 0;
  width: 300px;
}

.submit{
  margin-top: 12px;
}

#maps{
  position: relative;
  width: 100%;
  height: 35%;
  margin-left: 0;
  margin-top: 10vh;
  border-radius: 0;
}

#maps iframe{
  border-radius: 0;
}






    
    /* ****************************************** */
    #cont-bar p{
        font-size: 20px;
      }
      #cont-bar .fa-solid{
        margin-right: 5px;
        display: flex;
        width: 40px;
        height: 40px;
        border-radius:20px;
      }
  /* *************************************** */
      #company{
        display: flex;
        height: 65vh;
      }
  
      .logo-name{
        display: flex;
        flex-direction: column;
        height: 35vh;
        /* background-color: white; */
      }
      .logo-name img{
        margin-right: 0;
      }
      .logo-name h1{
        padding-top: 30px;
        font-weight: bold;
        font-size: 40px;
        letter-spacing: 8px;
        word-spacing: 8px;
      }
  
      .socials{
        /* margin-top: 7vh; */
        width: 100vw;
        justify-content: center;
          /* background-color: blue; */
      }
      .socials a{
        padding: 15px;
      }
  
      .location-address{
        margin-top: 2vh;
        display: flex;
        width: 100%;
        height: 5vh;
        /* background-color: yellow;       */
      }
  /* *************************************** */
  
  footer{
    display: flex;
    width: 100vw;
    height: 12vh;
    justify-content: center;
    align-items: center;
  }

  .foot{
    display: flex;
     width: 100%;
    height: 100%;
  }

}