
@media only screen and (min-device-width: 768px) and (max-device-width: 1180px) {
    html, body{ 
        max-width: 100%;
        background-color: black;
        scroll-behavior: smooth;
       }


       .rooms {
        height: 1100px;
        padding-bottom:0px;
        padding-top: 50px;
       }

       .rooms h1 {
        padding-bottom: 0px;
       }
    .rooms__wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr ;
        grid-gap: 30px;
        /* padding-bottom: 100px; */
        /* padding-top: 100px; */
      }
      
      .contact__container {
        height: 1300px;
      }
      .contact__wrapper {
        display: grid;
        grid-template-columns: 1fr;
        height: 0;
        padding-top: 0px;
        padding-left: 50px;
        padding-bottom: 0;
        width: 95%;
        justify-content: center;
        align-items: center;
        row-gap: 50px;
      }

      .contact__form {
        justify-content: center;
        justify-items: center;
        width: 90%;
      }
      .contact__form h3 {
        text-align: center;
        font-size: 30px;
        font-weight: 500;
      }
      .hotel-address {
        text-align: center;
        margin-right:50px ;
      }

      .contact__form {
        justify-content: center;
        padding-left: 0px;
      }

      .map {
        width: 93%;
        height: 400px;
        padding-left: 0px;
      }
       


  #send-button {
    display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 10px 20px;
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  border-radius: 4px;
  background: #FDC830;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #F37335, #FDC830);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #F37335, #FDC830); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ 
  background-size: 100%;
  color: #fff;
  transition: all 0.3s ease;
  }
} 


/* Rotated screen */


@media screen and (maxwidth:1180px) {
    .contact__container {
        padding-top: 0px;
    }
    
}

/* 
* {
    background: #000 !important;
    color: #0f0 !important;
    outline: solid #f00 1px !important;
  }  */