body {
  margin: 0px;
  padding: 0px;
}

html, body{
    overflow-x: hidden;
  }

@media only screen and (min-width:300px) and (max-width : 680px) {
html, body{
    overflow-x: hidden;
  }
}


.headerDesktop {
  background-color: black;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content:space-between;
  position: fixed;
  top:0;
  left: 0;
  z-index: 999;
}

.lvid {
  width: 440;
  height: 100;
}

#logoVid {
  display: block;
}

#logoVidMobile {
  display: none;
}

.remainingMenu {
  color:white;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: Arial;

}

.menuItem {
  padding-left: 10px;
  padding-right:10px;
  font-weight: bold;
  font-size: 14px;
  color: rgb(100,100,100);
  cursor: pointer;
}

.contactInfo {
  top:0;
  right: 0;
  background-color: rgb(120,120,120);
  padding: 20px;
  color: white;
  position: absolute;
  border-bottom-left-radius: 5px;
  font-family: arial;
  font-size: 16px;
}

@media (max-width : 500px) {

  .contactInfo {
    display: none;
  }

  /* .headerDesktop{
    display: none;
  } */

  .menuDesktop {
    display: none;
  }


  #logoVid {
    display: none;
  }

  #logoVidMobile {
    display: block;
  }


}



#imageSlideShowContainer {
margin: 0;
z-index: -1;
position: relative;
height: 260px;
top:60px;
}

#imageSlideShowContainer img {
 width: 100vw;
 height: 400px;
 position: relative;
 top: 0px;
 object-fit:cover;


}

#slideShowImage {
  position: relative;
  z-index: -1;
}


.captions {
  position: absolute;
  top:70%;

}

.caption1Size {
  font-size: 1.2vw;
  color: white;

}

.caption2Size {
  font-size: 1.8vw;
  color: white;

}

.caption3Size {
  font-size: 2.5vw;
  color: white;

}


.scaleClass {
  opacity: 1.0;
  transition: scale(1);
  -webkit-animation: expands 10s 1 linear;
   -moz-animation: expands 10s 1 linear;
   -o-animation: expands 10s 1 linear;
      animation: expands 10s 1 linear;

}




@keyframes expands {
  0% {
    transform: scale(1);
    opacity: 0.0;
    z-index: -1;

  }
  10%{
    opacity: 0.8;
    z-index: -1;

  }
  40% {
    opacity: 1.0;
    z-index: -1;

  }
  85% {
    opacity: 1.0;
    z-index: -1;

  }
  100% {
    transform: scale(1.15);
    opacity: 0.0;
    z-index: -1;

  }
}





#aboutContainer {
  display:flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
align-items: center;
margin-top:200px;
background: white;
padding-bottom: 50px;
}

.aboutDesc {
  display: flex;
  flex-direction: row;
  padding: 3vw;
  justify-content: center;

}


.aboutTitle {
  font-family: 'Arsenal', sans-serif;
  font-size: 40px;
  color: rgb(0,0,0);
  padding: 20px;
  text-align: center;
}

.aboutInfo {
  padding: 20px;
      font-family: 'Roboto', sans-serif;
  font-size: 24px;
  color: rgb(103,103,103);
  text-align: justify;
  padding: 3vw;
  width: 40%;
}



@media (max-width: 500px) {


  #imageSlideShowContainer {
    height: 100px;
    top:70px;
}

  #aboutContainer {

    overflow-x: hidden;


  }

  .aboutDesc {
    flex-direction: column;
    padding: 0vw;
    justify-content: center;
    text-align: center;


  }


  .aboutTitle {
    font-size: 30px;

  }

  .aboutInfo {

    font-size: 20px;

    width: 90%;
    padding: 2vw;
    overflow-x: hidden;

  }

  #aboutContainer img {
    padding: 0vw;
    width: 100vw;
    height:auto;

  }


}



.footersContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: rgb(40,40,40);
  padding: 1.2vw;
}

.footersMenu {
  color: rgb(230,230,230);
  text-decoration: none;
  font-family: Arial;
}




.footersTitle {
  color: rgb(230,230,230);

}

.footerMenuColor {
  color: rgb(230,230,230);

}

.footerHotelName{
  font-family: 'Arsenal', sans-serif;
  color: rgb(230,230,230);
  font-size: 40px;
}


@media (max-width:500px) {

 .footersMenu {
   display: none;
 }

 .footerHotelName{
   font-family: 'Arsenal', sans-serif;

   font-size: 25px;
 }

}


.topContent {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5vw;
  width: 100%;
  text-align: center;


  font-weight: 100;

}

@media (max-width:600px) {
  .topContent {
    font-size: 5.5vw;
  }
}



#myCarousel{
  top: 60px;
}


.carousel-caption {
  top: 100px;
  font-size: 4.5vw;
  font-weight: 300;
  color: rgb(255, 255, 255);
  font-family: 'Raleway', sans-serif;
  line-height: 145px;
  text-transform: uppercase;
}

.carousel-inner{
  height: 400px;
}
.item {
  height: 100%;
  width: auto;

}

@media only screen and (min-width: 300px) and (max-width: 680px) {
  .carousel-caption {
    top: 160px;
    font-size: 10vw;
    font-weight: 200;
    line-height: 65px;
    line-height: 45px;
  }
}

.contact_us_container{
  display: flex;
  flex-direction: row;
  margin-top: 220px;
  margin-left: 15%;
  margin-right: 15%;
  justify-content: space-around;
  margin-bottom: 50px;
}

.contact_us_item1{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 60%;
  margin-left: 10px;
}
.contact_us_main_heading, .contact_us_main_heading2{
  font-size: 25px;
  font-weight: 800;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0px;
  font-family: 'Architects Daughter', cursive;
  color: #262626;
  border-bottom:  1px solid;
  border-color: #e2e2e2;
  padding: 20px;
  width: auto;
  padding-left: 0px;
}
.contact_us_main_heading2{
  font-size: 20px;
}
.contact_us_item1_description{
  margin-top: 30px;
  line-height: 1.7;
  font-size: 16px;
  color: #000;
  font-family: 'Source Sans Pro', sans-serif;
}
.contact_us_item1_form_container{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-top: 30px;
}

.input_box{
  font-size: 15px;
  padding: 15px 22px;
  color: #000;
  background-color: #fff;
  vertical-align: middle;
  text-align: start;
  margin-top: 10px;
  margin-bottom: 10px;
}
.enq_button{

  border: 2px solid black;
  color: black;

  cursor: pointer;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 15px 33px;
  display: inline-block;
  width: 200px;
  margin-top: 20px;
  margin-left: 40%;
}

.enq_button:hover {
  background-color: black;
  color: white;
  border: 2px solid black;

}

.contact_us_item2{
  width: 30%;
}
.contact_us_item2_description{
  margin-top: 30px;
  line-height: 1.5;
  font-size: 16px;
  color: #000;
  font-family: 'Source Sans Pro', sans-serif;
}
.contact_us_details{
  display: flex;
  flex-direction: column;
  font-size: 16px;
  margin-top: 20px;
  line-height: 2;
}
.contact_us_map{
  width: 100%;
  padding: 10px;
}
.map_iframe
{
  height:400px;
}

@media only screen and (min-width: 300px) and (max-width: 680px) {
  .contact_us_container{
    display: flex;
    flex-direction: column;
    margin: 0px;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 410px;

  }
  .contact_us_item1{
    width: auto;
    flex-direction: column;
    padding: 10px;
  }
  .enq_button{
    margin-left: 20%;
  }
  .contact_us_item2{
    width: auto;
    margin: 10px;
  }

}
