#overlay {
  width: 100% !important;
}

#mobileNavbar {
  width: 40vw;
}

nav {
  width: 100%;
  padding-top: 15px;
  position: relative;
  z-index: 997;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

nav img {
  width: 200px;
  margin-left: 30px;
}

nav #sections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0;
}

nav #sections p {
  font-weight: 600;
  color: black;
  font-size: 15px;
  margin-right: 50px;
}

nav #menu {
  width: 30px;
  height: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  margin-right: 30px;
  display: none;
}

nav #menu div {
  width: 100%;
  height: 3px;
  border: none;
  background: black;
}

#content {
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#content #landing {
  width: 100%;
  height: auto;
  -webkit-transition: height 300ms;
  transition: height 300ms;
  position: relative;
  background-image: url("https://i.postimg.cc/qv1Zbr2j/hotel-1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.landing-title{
  padding: 25%;
  font-size: 45px;
}
#content #landing #input-wrapper {
  top: calc(120vh - 30px);
}

#content #landing #gradient {
  position: absolute;
  width: 100%;
  height: 70%;
  top: 30%;
  background: #021033;
  background: -webkit-gradient(linear, left bottom, left top, from(#021033), to(rgba(0, 212, 255, 0)));
  background: linear-gradient(0deg, #021033 0%, rgba(0, 212, 255, 0) 100%);
}

#content #landing #input-wrapper input[type="text"] {
  display: block;
  width: 100%;
  text-align: start;
}

#content #list-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          background: #F7F3F3;
}

#content #list-wrapper #top {
  width: 75%;
}

#content #list-wrapper #top h1 {
  font-weight: 600;
  font-size: 45px;
  margin: 0;
  margin-bottom: 14px;
  color: #021033;
}

#content #list-wrapper #list {
  margin-top: 25px;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#content #list-wrapper #list h1 {
  font-weight: 600;
  font-size: 45px;
  margin: 0;
  margin-bottom: 14px;
  color: #021033;
}
.box{
  position: relative;
  bottom: 5rem;
  background: #F9EFE9;
  width: 80%;
}
#contact-us-section{
  background: #F7F3F3;
}
#contact-us-section .container{
  width: 75%;
}
form button{
  background-color: #021033 !important;
}
.box h1{
  font-size: 20px !important;
  color: #FF5500 !important;
}
#contact-us h1{
  font-weight: 600;
  font-size: 45px;
  margin: 0;
  margin-bottom: 14px;
  color: #021033;
}
#contact-us .seperation {
  width: 100%;
  height: 1px;
  background: #021033;
}
#content #list-wrapper #list .element {
  width: calc(50% - 25px);
  margin-bottom: 50px;
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#content #list-wrapper #list .element:first-child #background {
  background-image: url("https://i.postimg.cc/RWnRhjsH/hotel-1.png");
}

#content #list-wrapper #list .element:nth-child(2) #background {
  background-image: url("https://i.postimg.cc/jWH4Qyrq/hotel-2.png");
}

#content #list-wrapper #list .element:nth-child(3) #background {
  background-image: url("https://i.postimg.cc/d7yxM7Pg/hotel-3.png");
}

#content #list-wrapper #list .element:nth-child(4) #background {
  background-image: url("https://i.postimg.cc/1n07tLzH/hotel-4.png");
}

#content #list-wrapper #list .element:nth-child(5) #background {
  background-image: url("https://i.postimg.cc/mhNK2Fzs/hotel-5.png");
}

#content #list-wrapper #list .element:nth-child(6) #background {
  background-image: url("https://i.postimg.cc/SJg5cFf1/hotel-6.png");
}

#content #list-wrapper #list .element div {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

#content #list-wrapper #list .element div:hover #background {
  width: 115%;
  height: 115%;
}

#content #list-wrapper #list .element div #background {
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition: height 300ms, width 300ms;
  transition: height 300ms, width 300ms;
}

#content #list-wrapper #list .element div h3 {
  font-size: 30px;
  color: #fff;
  z-index: 999;
}

#content #list-wrapper #list .element button {
  background: transparent;
  border: solid 2px #021033;
  color: #021033;
  font-family: 'Caviar Dreams';
  font-size: 25px;
  width: 100%;
  height: 70px;
  -webkit-transition: color 400ms, background 400ms;
  transition: color 400ms, background 400ms;
  font-weight: 600;
  cursor: pointer;
  margin-top: 20px;
}

#content #list-wrapper #list .element button:hover {
  color: #fff;
  background: #021033;
}

#content #mail {
  width: 100%;
  margin: 0!important;
  text-align: center;
  font-size: 25px;
}
#mail #background{
  color: #FF5500;
  padding-bottom: 10%;
}
#background h2{
  margin-bottom: 5rem;
}

@media only screen and (max-width: 1235px) {
  nav {
    height: 100px !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-flow: row nowrap !important;
            flex-flow: row nowrap !important;
  }
  nav img {
    width: 200px !important;
    margin-left: 0;
  }
  nav #gradient {
    height: 100px !important;
  }
  nav #sections {
    display: none !important;
  }
  nav #menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media only screen and (max-width: 1050px) {
  #list-wrapper {
    padding-top: 100px !important;
  }
}

@media only screen and (max-width: 880px) {
  #landing {
    height: 400px !important;
  }
  #list-wrapper {
    padding-top: 20px !important;
  }
  #list-wrapper #list {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-flow: column nowrap !important;
            flex-flow: column nowrap !important;
  }
  #list-wrapper #list .element {
    height: 400px !important;
    width: 100% !important;
  }
  #planes{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    justify-content: center;
  }
  h1{
    font-size: 25px !important;
  }
}

@media only screen and (max-width: 701px) {
  #list-wrapper #top h1 {
    font-size: 25px !important;
  }
  #contact-us-section{
    padding-left: 5%;
    padding-right: 5%;
  }
  #content #list-wrapper #top{
    width: 100%;
  }
  #contact-us-section .container{
    width: 100%;
  }
  #top div{
    flex-direction: column;
  }
  #top button{
    margin: 0;
  }
  #top div p{
    width: 100%;
  }
  #tel{
    width: 100%;
  }
  #background div{
    flex-direction: column;
  }
  #background div>*{
   width: 100%;
  }
  #mail #background {
    height: auto;
  }
  footer{
    margin-top: 0 !important;
  }
  footer #upper img{
    width: 80%;
  }
  footer #lower{
    flex-direction: column;
    height: auto;
    gap: 30px;
  }
}
