.booknow-container {
  display: none;
}

@media screen and (max-width: 1080px) {

  .booknow-container {
    display: block;
    margin: 0 auto;
  }

  * {
    box-sizing: border-box;
    outline: none;
  }

  #booknow-button {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.5rem;
  }

  #close-button {
    border: none;
  }

  .btn2 {
    margin: 0;
    padding: 0;
    font-weight: bold;
    color:   #B12117;
    overflow: hidden;
    width: 45rem;
    height: 5rem;
    background-color: #a7a7a6;
    cursor: pointer;
    border: none;
    border-radius: 1rem 1rem 0 0;
    z-index: 2000;
    box-shadow: 4px 7px 10px rgba(0, 0, 0, 0.4);
  }

  .material-design2 {
    position: relative;
  }

  .material-design2 canvas {
    opacity: 0.25;
    position: absolute;
    top: 0;
    left: 0;
  }

  .form-popup2 {
    display: none;
    position: fixed;
    border: 3px solid #f1f1f1;
    z-index: 9;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: white;
    margin: 0 auto;
  }

  /* Add styles to the form container */
  .form-container2 {
    margin-bottom: 60px;
    padding-top: 5px;
    background-color: white;
    z-index: 8;
    width: 40rem;
    height: 65rem;
    margin: 0 auto;
  }

  .form-container2 > div {
    display: block;
    width: 288px;
    height: 890px;
    transform: scale(2,2) translateY(13.5rem);
    margin: 0 auto;
  }

  .close-icon {
    display:block;
    box-sizing:border-box;
    width:20px;
    height:20px;
    border-width:3px;
    border-style: solid;
    border-color:red;
    border-radius:100%;
    background: -webkit-linear-gradient(-45deg, transparent 0%, transparent 46%, white 46%,  white 56%,transparent 56%, transparent 100%), -webkit-linear-gradient(45deg, transparent 0%, transparent 46%, white 46%,  white 56%,transparent 56%, transparent 100%);
    background-color: black;
    box-shadow:0px 0px 5px 2px rgba(0,0,0,0.5);
    transition: all 0.3s ease;
  }
}
