@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap');

body {
    margin: 0;
    overflow-x: hidden;
    font-family: 'montserrat';
}
h1 {
  font-size: 50px;
   padding: 0;
   margin: 0 0 25px 0;
}
h2 {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 30px;
  text-transform: uppercase;
  text-align: center;
}
h3 {
  font-size: 30px;
  margin: 15px 0 10px 0;
}
p {
  line-height: 1.5;
  margin: 0 0 20px 0;
}
p, li {
  font-size: 18px;
}

ul {
  padding-left: 15px;
}

br {
  margin: 0 0 5px 0;
}
.container {
  max-width: 1240px;
  padding: 20px;
  margin: 0 auto;
  text-align: center;
}

fieldset {
  border: 0;
}

#Form_ContactForm {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-flow: column wrap;
  text-align: left;
}

#Form_ContactForm input {
height: 40px;
width: 100%;
}

input#Form_ContactForm_action_doSubmitContact {
    padding: 15px 20px;
    margin: 10px 0;
    font-size: 18px;
    height: auto;
}

main a {
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 20px 0;
  color: #000;
}

main a:hover {
  color: rgb(241,194,50);
}

.arrow {
    position: absolute;
    z-index: 2;
    top: 40%;
    opacity: 65%;
}
#topimage {
    position: relative;
    padding: 0;
    height: 400px;
    width: 100%;
}
#topimage > img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
    position: absolute;
    opacity: 0;
}

#black > img {
    overflow: hidden;
    position: absolute;
    left: -1px;
    top: 0;
    width: 100.1%;
    height: 30%;
    z-index: 1;
}

@keyframes button {
    from {color: white;}
    to {color: rgb(241,194,50);}
} 
#topBar a:hover:not([id="book"]) {
    color: #000000; 
}
#video {
    position: relative;
}
#title {
    position:inherit;
    text-align: center;
    font-family: 'montserrat';
}
#subtitle {
    font-family: 'montserrat';
    text-align: center;
    color: rgb(241,194,50);
}
#discription {
    text-align: center;
    font-family: 'montserrat';
    padding-bottom: 40px;
}
#pg-content {
    width: 100%;
}
.item .image {
  display: block;
  width: 300px;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; 
}

.options {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

.item {
  position: relative;
  text-align: center;
  margin: 15px;
  cursor: pointer;
}
.item h3 {
  font-size: 40px;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.item:hover .cover {
  opacity: 1;
  cursor: pointer;
}
.item .cover {
  opacity: 0;
  position: absolute;
  top: 0;
  color: #FFF;
  width: 100%;
  height: 100%;
  background-color: rgba(000, 000, 000, 0.7);
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
}

.rooms {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
#ourrooms1 {
    position:absolute;
    width: 600px;
    top: 46%;
    text-align: center;
    z-index: 1;
    font-size: 40px;
}

#ourrooms1 h3{
  position: absolute;
}

.singleroom {
    position: relative;
    width: 100%;
    margin-bottom: 5%;
}
.singleroom h2 {
  margin-bottom: 30px;
}
.singleroomtext {
  height: auto;
  margin: 0 auto;
  padding: 25px 0;
}
.singleroomtext .mobiletext {
  padding: 0 30px;
}
.singleroomtext .mobiletext h3 {
  margin-top: 0;
}

.singleroomimg {
  position: relative;
  height: 200px;
    margin: 0 auto;
    overflow: hidden;
}
.singleroomimg > img {
  position: absolute;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}
.singleroomimg > img {
    opacity: 0;
}
.singleroomimg > a {
    top: 36%;
    position: absolute;
    z-index: 1;
}
#sidenav a {
    padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
} 
#sidenav a:hover {
  color: rgb(241,194,50);
}
.showmobile {
  display: block;
}
#title {
    font-size: 54px;
}
#subtitle {
    font-size: 22.5px;
}
#totaltitle {
    padding: 10px;
    padding-top: 50px;
    text-align: center;
}
#topBar {
  display: none;
}
#logomobile {
    display: block;
    position: absolute;
    z-index: 4;
    top: 10px;
    left: 50%;
    margin-left: -37.5px;
}
#threelines {
    display: block;
    position: absolute;
    z-index: 4;
    left: 25px;
    top: 25px;
    width: 35px;
    height: 30px;
}
#foldlocation {
    font-size: 60px;
}
#mobilehotelalert {
    font-size: 20px;
}
.mobiletext {
    font-size: 18px;
    line-height: 1.5;
    padding: 40px 5px;
}

.mobiletext img {
      width: 130px;
      height: auto;
      margin-top: 20px;
}

.hidemobile {
  display: none;
}

.alert {
  background-color: #f1f1f1;
  text-align: center;
  padding: 40px 20px;
}

.alert p {
  font-size: 14px;
}


/*  Media Queries */

/*  Small devices (landscape phones, 576px and up) */

@media only screen and (min-width: 420px) { 
  
  .singleroomimg {
    height: 300px;
  }
}

/*  Small devices (landscape phones, 576px and up) */

@media only screen and (min-width: 576px) {  
  
  h2 {
    font-size: 40px;
  }
  .singleroomimg {
    height: 400px;
  }
  
}

/*  Medium devices (tablets, 768px and up )*/

@media only screen and (min-width: 768px) {  
  
  h1 {
    font-size: 70px;
  }
  h2 {
    font-size: 50px;
  }
  
  .mobiletext {
    padding: 40px 50px;
  }
  
  #topimage {
      height: 550px;
  }
  #topimage > img {
      height: 550px;
  }
 
 .options {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
  }
  
  .item .image {
    width: 350px;
    height: 350px;
  }
  
  .item h3 {
    font-size: 50px;
  }
  
  .singleroomimg {
    width: 600px;
  }
  .singleroomtext {
    display: flex;
    flex-flow: row nowrap;
    width: 70%;
    padding: 0;
  }
  .singleroomtext .mobiletext {
    padding: 20px 30px;
    width: 50%;
  }
  
}

/*   Large devices (desktops, 992px and up) */
@media only screen and (min-width: 992px) {  
  
  .item .image {
    width: 450px;
    height: 450px;
  }
  
  .singleroomtext {
    width: 50%;
  }
  
}

/*  Extra large devices (large desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {  
  
  .showmobile {
    display: none;
  }
  
  #topBar {
      display: flex;
      flex-flow: row wrap;
      align-items: center;
      width: 100%;
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0;
      z-index: 1;
  }
  #topBar a {
      color: white;
      float: left;
      text-align: center;
      padding: 18px 18px;
      font-size: 25px;
      text-decoration: none;
  }
  
  #topimage {
      height: 650px;
  }
  #topimage > img {
      height: 650px;
  }
  
  #title {
      font-size: 50px;
  }
  #subtitle {
      font-size: 30px;
  }
  #totaltitle {
      padding: 60px 0 20px 0;
  }
  .arrow {
      width: 109px;
      height: 148px;
  }
  #logomobile {
      display: none;
  }
  #threelines {
      display:none;
  }
  #foldlocation {
      font-size: 60px;
  }
  #mobilehotelalert {
      font-size: 30px;
  }
 
  .hidemobile {
    display: block;
  } 
  
  .item .image {
    width: 600px;
    height: 600px;
  }

  .singleroom {
    display: flex;
    flex-flow: row nowrap;
    overflow: hidden;
    height: fit-content;
  }
  
  .singleroomtext, .singleroomimg {
    margin: 0;
  } 
  .singleroomimg {
    height: 500px;
  }
   
  .singleroomimg {
    width: 50%;
  }
  	
}

