html{
  scroll-behavior: smooth; 
  margin:0px;
}


.loadscreen{
  width: 100%;
  position: absolute;
  z-index: 10000;
  background-color: white;
  margin: auto;
  height: 100%;
  top:0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@-webkit-keyframes pulse {
 0% {
 -webkit-transform: scale(1, 1);
}
 50% {
 -webkit-transform: scale(1.1, 1.1);
}
 100% {
 -webkit-transform: scale(1, 1);
};
}

@keyframes pulses {
 0% {
 transform: scale(1, 1);
}
 50% {
 transform: scale(1.03, 1.03);
}
 100% {
transform: scale(1, 1);
};
}

.fixed-room-header-individual{
width: 100%; 
height: 80px; 
background-color: white; 
position: fixed; 
top:0px; 
z-index: 2;  
box-shadow: 0px 0px 10px rgba(0,0,0,0.3); 
}
.whatsapp {

  -webkit-animation: pulse 1s linear infinite;
  animation: pulses 2s linear infinite;
  position: fixed;
  left:20px; 
  bottom: 20px; 
  width: 80px;
  z-index: 1000;
  
}


.information-tab-text-info{
font-size: 20px; 
margin: 0px; 
text-align: center; 
font-family: Source Serif Pro; 
font-weight: 300;
}

.information-tab-text-info-small{
font-size: 13px; 
margin: 0px; 
text-align: center; 
font-family: Source Serif Pro; 
font-weight: 300;
}

.information-tab-elements{
font-family: Source Serif Pro; 
font-weight: 300;
margin-top: 30px; 
border-bottom: 1px solid rgb(188,188,188);
padding-bottom: 30px; 
font-size: 20px; 
margin-left: 20px; 
margin-right: 20px;
}

.small-divider-content{
width: 50px; 
height: 2px; 
background-color: black; 
margin:0 auto;
}

.left-line-infotab{
padding-left:10px; 
padding-right:10px; 
border-left: 1px solid rgb(188,188,188); 
border-right: 1px solid rgb(188,188,188);
}

.small-divider-content-mobile{
width: 50px; 
height: 2px; 
background-color: black; 
margin:0 auto;
}

.small-divider-content-mobiles{
width: 50px; 
height: 2px; 
background-color: black; 
margin:0 auto;
}

.right-sidebar-info{
width: 30%; margin-top: 90px; float: right;
}
.google-virtual-iframe{
width: 70%;
height: 750px;
margin-bottom: -4px;
}

* {
    box-sizing: border-box;
}

.rowalign{
margin:20px;
}

.rowalign-rooms{

}
.rows{
margin:20px;
}

.column1 {
    float: left;
    width: 50%;
    height: auto;
}
.column2 {
    float: left;
    width: 50%;
}


.column1r {
    float: right;
    width: 50%;
    height: auto;
}
.column2r {
    float: right;
    width: 50%;
}



.header-section-content{
	font-family: source serif pro;
	font-weight: 300;
	font-size: 40px;
  text-align: center;
}

.header-section-content-mobile{
  font-family: source serif pro;
  font-weight: 300;
  font-size: 30px;
  text-align: center;
}


.header-section-content-mobiles{
  font-family: source serif pro;
  font-weight: 300;
  font-size: 30px;
  text-align: center;
}

/* Clear floats after the columns */
.rowalign:after {
    content: "";
    display: table;
    clear: both;
}


.rowalign-rooms:after {
    content: "";
    display: table;
    clear: both;
}




  .videoplayer-youtube:hover{
    filter: brightness(110%);
  }

a { color: inherit; } 

.play-button{
   width:100px;
  margin-top: 250px;
}

.description-info1{
      font-family: source serif pro;
      border: 1px solid grey;
      margin: 20px;
      padding: 10px;
      border-radius: 20px;
}

.best-rooms-header{
    font-family: source serif pro;
  font-weight: 300;
  font-size: 40px;
  text-align: center;
}

.hotel-rooms{
  position: relative;
  background-color: #EFEFEF;
  max-width: 100%;
  padding: 20px;
  margin-top: -60px;
}

.room-name-header{
    font-family: source serif pro;
  font-weight: 300;
  font-size: 20px;
  border-bottom:1px solid #A8A8A8;
  padding-bottom: 9px;
  margin-top:4px;
  margin-left:12px;
  margin-right:12px;
  margin-bottom: 2px;
}

.hotel-rooms-desktop{
display: block;
}


.hotel-rooms-mobile{
max-width: 1300px;
margin: 0 auto;
}


.hotel-room-individual{
background-color: white;
max-width: 700px;
margin: 20px;
}

.icons-room-layout{
  display: inline-block;
  padding-bottom: 5px;
  width: 100%;
 
}

.icon-explainer-hotel{
  display: inline;
   font-family: source serif pro;
  font-weight: 300;
  font-size: 14px;
  position: relative;
  bottom: 5px;
  
}


  #container {
  margin-top: 20px;
  margin-left: 30px;
  position: relative;
  background: green;
}

.pulse {
  width: 10px;
  height: 10px;
  border: 2px solid green;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: rgb(102,205,77);
  z-index: 10;
  position: absolute;
}

.dot {
  border: 10px solid rgb(102,205,77);
  background: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  height: 60px;
  width: 60px;
  -webkit-animation: pulse 3s ease-out;
  -moz-animation: pulse 3s ease-out;
  animation: pulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: -12;
  opacity: 0;
}

@-moz-keyframes pulse {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}

@-webkit-keyframes "pulse" {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 0.5;}
    100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}

  .callbutton{ position: fixed; z-index: 5000; bottom: 60px;transform: scale(1);}




.sqmetericon{
  height:20px; 
  margin-right: 5px;
}

.adultsicon{
  height:20px; 
  margin-left: 15px; 
}

.roompriceicon{
  width:20px; 
  margin-left: 15px; 
  margin-right: 5px; 
}

footer{
  width: 100%; 
  background-color: black; 
  margin-bottom: -20px;

}

.followus{
  width: 300px; 
  border-top: 1px solid white; 
  border-bottom: 1px solid white; 
  margin-top: 30px; 
  font-family: Source Serif Pro;  
}

.followusheadline{
  color: white; 
  margin:0px; 
  font-weight: 300;
}

.finalexplainer{
  color: white;
  font-family: source serif pro;
  font-weight: 300;
}

.main-video-title{
	width:600px; 
	text-align: center;   
	color: white; 
	font-family: Source Serif Pro; 
	font-size: 60px; 
	text-shadow: 0px 0px 15px rgba(0,0,0,0.5);
}


nav{
width: 100%; 
position: absolute; 
top:0px;  
height:90px; 
background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0));
border-bottom: 1px solid white; 
z-index: 40;
}

.divider-main-white{
height: 3px; width: 70px; background-color: white; margin-top: -20px;
}
.navimage{height:78px; position:absolute; top:5px; left:20px;}



ul {
  position: absolute;
  top:15px;
  right: 20px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	margin-left:250px;
}

li {
	margin:10px;
	margin-top: 5px;
    float: left;
}



li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
	font-family:Source Serif Pro;
	font-size:20px;
	}


li:hover{
	border-bottom: 1px solid white;
}	








.googlemap{
  width: 400px;

}



body {
    padding:0px;
    margin:0px;
}
.video_container, .video {
    padding:0px;
    margin:0px;
    width:100%;
    height:100vh;
    object-fit: cover;
}


.fullscreen-copy{
	z-index: 50;
  	position: absolute;
  	left: 50%;
  	top: 50%;
  	transform: translate(-50%, -50%);
}

.centered-copy{
	  margin-top: 30%;
	  position: relative;
  	left: 50%;
  	top: 50%;
  	transform: translate(-50%, -50%);
	  text-align: center;
  	width: 80%;

}



.headline-explainer-content{
	font-family: Source Serif Pro;
	font-size: 25px;
	font-style: italic;
	font-weight: 300;
  text-align: center;
  padding: 20px;
}


.headline-explainer-content-mobile{
  font-family: Source Serif Pro;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
  padding: 20px;
}


.downArrow{
  position: absolute;
  margin-left: -20px;
  bottom: 30px;
  left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%)
}
.bounce {
  -moz-animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}















.virtual-tour-button{
	color: white; 
	font-family: Source Serif Pro; 
	border:1px solid white; 
	padding: 20px; 
	width: 200px; 
	background-color: rgba(0,0,0,0.4); 
	font-size: 20px; 
	cursor: pointer;
	text-align: center;
	margin: 0 auto;
}

a{ text-decoration: none; }

p.virtual-tour-button:hover{
		background-color: rgba(0,0,0,0.8); 
}


.header-section-content-mobile{
  display: none;
}

.small-divider-content-mobile{
  display: none;
}
.headline-explainer-content-mobile{
  display: none;
}


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

.header-section-content-mobiles{
  display: block;
}

.small-divider-content-mobiles{
  display: block;
}  

  .hotel-rooms-desktop{
display: none;
}

  .hotel-rooms-mobile{
display: block;
}

}



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

.google-virtual-iframe{
width:100%;
height:600px;

}

.right-sidebar-info{
width: 100%;
position: relative;
z-index: 300;
background-color: white;
margin-top: -60px;
margin-bottom: 30px;}

.googlemap{
  width: 100%;
}

  .hotel-rooms-desktop{
display: none;
}

  .hotel-rooms-mobile{
display: block;
}



.header-section-content{
  display: none;
}

.small-divider-content{
  display: none;
}
.headline-explainer-content{
  display: none;
}



.header-section-content-mobile{
  display: block;
}

.small-divider-content-mobile{
  display: block;
}
.headline-explainer-content-mobile{
  display: block;
}




.centered-copy{

    text-align: center;
    width: 100%;
}


.hotel-room-individual{
background-color: white;
max-width: 700px;
margin: 0px;
}


.main-video-title{
	width:300px; 
	text-align: center;   
	color: white; 
	font-family: Source Serif Pro; 
	font-size: 30px; 
	text-shadow: 0px 0px 15px rgba(0,0,0,0.5);
	margin-bottom: 50px;
}
.virtual-tour-button{
	color: white; 
	font-family: Source Serif Pro; 
	border:1px solid white; 
	padding: 15px; 
	width: 150px; 
	background-color: rgba(0,0,0,0.4); 
	font-size: 15px; 
	cursor: pointer;
	text-align: center;
}





    ul{
      display: none;
      width: 100%;
      height: 300px;
      text-align: center;
      position: absolute;
      top:70px;
      left:-250px;
      padding-top: 30px;
      z-index: 40;


    }

li {
  	width: 100%;
	margin-left:0px;
    text-align: center;
}

a{
  text-align: center;
}

.rooms-anchor{
  text-align: left;
}


.rowalign{
	margin: 0px;
}



.column1 {
    width: 100%;
}
.column2 {
   width: 100%;
   display: none;

}

.column1r {
    width: 100%;
}
.column2r {
   width: 100%;
   display: none;
}




.centered-copy{
  position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  text-align: center;
    width: 90%;

}




.navimage{
	height:68px; 
	position:absolute; 
	top:10px; 
	left: 10px;
  	left: 50%;
  	transform: translate( -50%);}

}






}

