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

      #navbarNavDropdown{
        background: rgb(16,16,17);
      }
    /* *********************************** */
      
    .service-container{
      display: flex;
      width: 100vw;
      height: 100vh;
      justify-content: center;
      /* background-color: aqua; */
  }
  
  .service-head{
      display: flex;
      flex-direction: column;
      width: 90%;
      height: 100%;
      justify-content: first baseline;
      align-items: center;
      text-align: center;
      /* background-color: orange; */
  }
    .service-head p{
      font-size: 22px;
    }
/* ************************************ */

/* ********************************************** */
.menu-container1{
  visibility:hidden;
  display: none;
}
.menu-container{
  visibility: visible;
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 330vh;
  align-items: center;
  justify-content: flex-start;
}
.cover-menu{
  display: flex;
  flex-direction:column;
  width: 85vw;
  height: 110vh;
}

.img-left{
  width: 100%;
  height: 55vh;
  background-color: rgb(249, 243, 243);
}
    
    /* ****************************************** */
    #cont-bar p{
        font-size: 21px;
      }
      #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: 0;
        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%;
  }

}