
  @import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');


html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  background-color:   rgb(255, 255, 255);
  font-family: 'Della Respira', serif;
  font-family: 'Raleway', sans-serif;
  font-family: 'Italiana', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'Marcellus', serif;
  font-family: 'Marcellus SC', serif;
  font-family: 'Work Sans', sans-serif;
  font-family: 'Lato', sans-serif;
  font-family: 'Lora', serif;
  font-family: 'Cormorant Garamond', serif;
  font-family: 'Literata', serif;
  font-family: 'Barlow', sans-serif;
  font-family: 'Dancing Script', cursive;
  font-family: 'Gilda Display', serif;
  font-family: 'Cinzel', serif;
  font-family: 'Clarendon', serif;
  color: rgb(0, 0, 0);

}
h6{
  font-family: 'Gilda Display', serif;
  line-height: 30px;
}
a{
  text-decoration: none;
}
::selection {
  color: #ffffff;
  background: #74685E;
}

.background-container {

  animation: zoom 10s ease-in-out forwards;
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

nav.navbar {
  background-color: #ffffff;

  backdrop-filter: blur(0px) !important;
  transition: background .5s !important;

  font-family: 'Literata', serif;
  text-transform: uppercase;
font-weight: 500;
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;


}

li.nav-item a.nav-link {
  color: rgb(0, 0, 0) !important;
  font-size: 15px !important;



}

.nav-item {
  margin-top: 25px;
  margin-bottom: 20px;
  text-align: center;

}

a.nav-link:hover {
  transform: scale(1.07);

}

.navbar li a.active {
  color:#345E7D !important;
  transform: scale(1.05);
  border-bottom: 1px #345E7D solid !important;
  background-color: transparent;

}


.dropdown-menu {
  background-color: rgb(255, 255, 255) !important;
  color: #000000;
  backdrop-filter: blur(0px) !important;
  transition: background .5s !important;
  border: 1px solid #345E7D;
  font-family: 'Cormorant Garamond', serif;

  font-weight: 400;
  z-index: 100;
  width: 100%;
  text-align: center;
  padding: 10px;
}

.dropdown-menu .dropdown-item {
  color: rgb(0, 0, 0);
  text-align: left;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #ffffff;
  border: 1px solid #252525;
  transform: scale(1.02);
  color: rgb(0, 0, 0);
}

#carouselExampleFade {
  margin-top: -150px;
  position: relative;
}

.carousel1 {
  background: url('../photos/new/DJI_0720.jpg') rgba(20, 19, 19, 0.243);
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 900px;
}

.carousel2 {
  background: url('../photos/new/643A8517.jpg') rgba(20, 19, 19, 0.44) ;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 900px;
}

.carousel3 {
  background: url('../photos/new/643A8890.jpg')   rgba(20, 19, 19, 0.636) ;
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 900px;
}

.carousel-caption {
  margin-bottom: 13%;
  text-align: center;
  
}

.carousel-caption h1 {
  text-shadow: 3px 3px 4px #345E7D;
  font-family: 'clarendon', serif;
  text-transform: capitalize;
  font-size: 100px !important;
  font-weight: 500;
}

.carousel-caption h6 {
  margin-bottom: 30px;
  font-family: 'arial', cursive !important;
  font-style: italic;
  font-size: 22px;
  letter-spacing: 7px;
  font-weight: 100;
  color: #ffffff !important;

}

#bottone5 {
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #345E7D ;
 
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  min-height: 3rem;
  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
 }
 
 #bottone5:hover,
 #bottone5:focus {
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  color: rgba(0, 0, 0, 0.65);
 }
 
 #bottone5:hover {
  transform: translateY(-1px);
 }
 
 #bottone5:active {
  background-color: #F0F0F1;
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
  color: rgba(0, 0, 0, 0.65);
  transform: translateY(0);
 }

 .about-section{
  background:url(/assets/photos/pattern_2.png) top right no-repeat;

  padding-top: 100px;
  padding-bottom: 0px;
 }
 .about-section1{
  background:url(/assets/photos/) top right no-repeat;

  padding-top: 100px;
  padding-bottom: 0px;
 }
 .ratings {
  margin-top: 70px;
  margin-bottom: 70px;
}
   .ratings h1{
font-size: 90px;
font-family: 'Cormorant Garamond', serif;
color: #ffffff;
   }

.rooms-section{
  background-color: #ffffff;
  padding-top: 100px;
  padding-bottom: 100px;
}
.room-container {
  position: relative;

  overflow: hidden;
}

.room-image {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.initial-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  z-index: 2;
  font-size: 25px;
  text-shadow: 3px 3px 4px #435876;
}


.image-section {
  width: 100%;
  height: 550px;
  object-fit: cover;
  padding-bottom: 20px;
}
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  z-index: 3;
}
#video-background {
  top: 0;
  right: 0;
  bottom: 0;
  left: 100px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  z-index: 1;
  width: 100%;
  height: 50vh;
}

video {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}

.dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60vh;
  background-color: rgba(0, 0, 0, 0.449);
  /* Adjust the alpha (last value) for opacity */
  z-index: 2;
  /* Place it above the video */
}

.video-content {
  z-index: 100 !important;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  font-weight: bold;
  font-family: 'Gilda Display', serif;
}
.video-content h1{ font-size: 80px; }

.room-container:hover .overlay {
  opacity: 1;
  transform: translateY(-30%);
}

.room-text {
  color: white;
  text-align: center;
}

.res-section{
 background-color: #e2eef85d;

  background-size: 70%;
  background-position:right;
  background-repeat: no-repeat;
  background-blend-mode: multiply;


 
  padding-top: 50px;
  padding-bottom:50px;
}

.suite{
 background-color: #ffffff;
 
 
  background-size: 100%;
  background-position:center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
 
 border-bottom: 2px solid #435876; 
 
  padding-top: 100px;
  padding-bottom:50px;
}

.pool-section{
  
  margin-top: 50px;
  background-size: 70%;
  background-position:right;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
 border-right: 1px solid #435876; 
 border-bottom: 1px solid #435876; 
 
  padding-top: 100px;
  padding-bottom:50px;
}
.gym-section{
  background: url('../photos/white.jpg');
  background-size: 70%;
  background-position:left;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  border-left: 1px solid #B78932; 
  padding-top: 50px;
  padding-bottom: 100px;

  margin-bottom: 50px;
}

.restaurant{
  background: url('../photos/new/643A8860.jpg')rgba(20, 19, 19, 0.648) ;
  background-size: 100%;
  background-position:center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  border-left: 1px solid #B78932; 
  padding-top: 50px;
  padding-bottom: 50px;
z-index: 100 !important;
  margin-bottom: 50px;
}
.restaurant-bg{
  background: white;
  position: relative;
  margin-top: -150px;
  padding-top: 100px;
  padding-bottom: 100px;
  z-index: 1;
}
footer{
  font-family: 'Gilda Display', serif;
}

/*marquee*/
.marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 100px;
  overflow: hidden;
  font-size: 120px;
  font-weight: bold;
  margin-top: -60px
}
.marquee .track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 140s linear infinite
}
.marquee .content {
  opacity: 0.05;
  line-height: 1.2;
}
@keyframes marquee {
  from {
      transform: translateX(0)
  }
  to {
      transform: translateX(-30%)
  }
}



/*rooms.html*/
.section-background{
  background: url('../photos/sliderooms.png') rgba(20, 19, 19, 0.558);
 
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  color: white;
}

.room-content{
  padding: 15px;
}

.room-box:hover{
  -webkit-box-shadow: 7px 7px 0px 0px #435876 !important;
-moz-box-shadow: 7px 7px  0px 0px #435876 !important;
box-shadow: 7px 7px  0px 0px #435876 !important;
transition: 0.3s ease;
}

.room-box:hover button{
background: #435876 !important;
}

/*restaurant.html*/
.section-background1{
  background: url('../photos/new/643A8859.jpg')rgba(20, 19, 19, 0.696) ;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  color: white;
}

/*spa.html*/
.section-background2{
  background: url('../photos/202716630\ \(1\).jpg') rgba(20, 19, 19, 0.768);
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  color: white;
}

.spa-bg{
  background: url('../photos/044A2976.jpg') rgba(20, 19, 19, 0.768);
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  clip-path: polygon(0 0, 100% 17%, 100% 100%, 0 83%);
padding-top: 100px;
padding-bottom: 100px;
color: #ffffff;
text-shadow: 3px 3px 4px #EEC78C;
}


.spa-box{
  padding: 30px;
  text-align: center;
  border: 1px solid #B78932 ;
  background: #ffffff;
  color: #B78932;
}

/*contact.html*/
.section-background4{
  background: url('../photos/new/643A8860.jpg') rgba(0, 0, 0, 0.708);
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
  color: white;
}
.contact-bg{
  background: url('../photos/white.jpg');
  background-size: 80%;
  background-position:right;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  border-left: 1px solid #B78932; 
  padding-top: 50px;
  padding-bottom: 50px;
margin-top: 50px;
  margin-bottom: 50px;
}
.container-fluid{
  padding: 150px;
}
/*aboutus.html*/
.section-background5{
  background: url('../photos/new/DJI_0720.jpg') rgba(20, 19, 19, 0.689);
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  color: white;
}

.info-box{
  width: 400px;
  text-align: center;
 padding-top: 20px;
 padding-bottom: 20px;
  background: white;
  position: relative;
  margin-top: -20px;
  z-index: 10;
  margin-left: 100px;
  color: #435876;
}
.image2{
  position: relative;
  margin-top: -20px;
}

.about-text{
  margin-left: 100px;
}
.facilities-section{
  background: url('../photos/home.DvrBF5D6.png') rgba(20, 19, 19, 0.803);
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;

}
.facility-box{
  background: rgba(255, 255, 255, 0.881);
  padding: 30px;
  border: #b7893200 1px solid;
}
.facility-box:hover{
  background: #0000003c;
  color: white;
  border: #435876 1px solid;
  transition: 0.3s ease-in-out;


}
.feature-area {
  background: #1E1E1E;
  padding: 50px 0 195px;
}

.feature-area .section-title.center {
  margin-bottom: 58px;
}

.feature-area .section-title h1 {
  color: #fff;
}

.feature-area p.section-desc-1 {
  color: #acacac;
}
.single-feature-box {
border: 1px solid #353535;
text-align: center;
padding: 37px 0 27px;
transition: 0.5s;
position: relative;
z-index: 1;
margin-bottom: 20px;
}
.feature-content h4 {
font-size: 22px;
color: #ffffff;
font-weight: 500;
margin-top: 63px;
position: relative;
}
.feature-area1{
background-color: rgb(0, 0, 0);
padding: 59px 0 195px;
}

.feature-area1 .section-title.center {
margin-bottom: 58px;
}

.feature-area1 .section-title h1 {
color: #ffffff;
}

.feature-area1 p.section-desc-1 {
color: #ffffff;
}
.feature-content1 h4 {
font-size: 22px;
color: #ffffff;
font-weight: 500;
margin-top: 63px;
position: relative;
}
/* end */
.testimonials{

  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
}


.testimonials-section{
  background: #2F4137;
  padding-top: 100px;
  padding-bottom: 100px;
}

.testim {
  width: 100%;
  position:relative;
  top: 0%;
color: #000000;
}

.testim .wrap {
  position: relative;
  width: 100%;
  max-width: 1020px;
  padding: 40px 20px;
  margin: auto;
}

.testim .arrow {
  display: block;
  position: absolute;
  color: #435876;
  cursor: pointer;
  font-size: 2em;
  top: 70%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s ease-in-out;    
  -ms-transition: all .3s ease-in-out;    
  -moz-transition: all .3s ease-in-out;    
  -o-transition: all .3s ease-in-out;    
  transition: all .3s ease-in-out;
  padding: 5px;
  z-index: 22222222;
}

.testim .arrow:before {
  cursor: pointer;
}

.testim .arrow:hover {
  color: rgb(255, 255, 255);
}
  

.testim .arrow.left {
 bottom:300px;
  left: 700px;
}

.testim .arrow.right {
  right: 70px;
  bottom:300px;
}

.testim .dots {
  text-align: left;
  position: absolute;
  width: 100%;
  bottom: 60px;
  left: 0;
  display: block;
  z-index: 3333;
  height: 12px;
}

.testim .dots .dot {
  list-style-type: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #435876;
  margin: 0 10px;
  cursor: pointer;
  -webkit-transition: all .5s ease-in-out;    
  -ms-transition: all .5s ease-in-out;    
  -moz-transition: all .5s ease-in-out;    
  -o-transition: all .5s ease-in-out;    
  transition: all .5s ease-in-out;
  position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
  background: #435876;
  border-color: #435876;
}

.testim .dots .dot.active {
  -webkit-animation: testim-scale .5s ease-in-out forwards;   
  -moz-animation: testim-scale .5s ease-in-out forwards;   
  -ms-animation: testim-scale .5s ease-in-out forwards;   
  -o-animation: testim-scale .5s ease-in-out forwards;   
  animation: testim-scale .5s ease-in-out forwards;   
}
  
.testim .cont {
  position: relative;
  overflow: hidden;
}

.testim .cont > div {
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0 70px 0;
  opacity: 0;
}

.testim .cont > div.inactive {
  opacity: 1;
}
  

.testim .cont > div.active {
  position: relative;
  opacity: 1;
}
  

.testim .cont div .img img {
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50%;
}

.testim .cont div h2 {
  color: #435876;
  font-size: 1em;
  margin: 15px 0;
}

.testim .cont div p {
  font-size: 1.15em;
  color: #000000;
  width: 100%;
  margin: auto;
}

.testim .cont div.active .img img {
  -webkit-animation: testim-show .5s ease-in-out forwards;            
  -moz-animation: testim-show .5s ease-in-out forwards;            
  -ms-animation: testim-show .5s ease-in-out forwards;            
  -o-animation: testim-show .5s ease-in-out forwards;            
  animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active h2 {
  -webkit-animation: testim-content-in .4s ease-in-out forwards;    
  -moz-animation: testim-content-in .4s ease-in-out forwards;    
  -ms-animation: testim-content-in .4s ease-in-out forwards;    
  -o-animation: testim-content-in .4s ease-in-out forwards;    
  animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
  -webkit-animation: testim-content-in .5s ease-in-out forwards;    
  -moz-animation: testim-content-in .5s ease-in-out forwards;    
  -ms-animation: testim-content-in .5s ease-in-out forwards;    
  -o-animation: testim-content-in .5s ease-in-out forwards;    
  animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
  -webkit-animation: testim-hide .5s ease-in-out forwards;            
  -moz-animation: testim-hide .5s ease-in-out forwards;            
  -ms-animation: testim-hide .5s ease-in-out forwards;            
  -o-animation: testim-hide .5s ease-in-out forwards;            
  animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h2 {
  -webkit-animation: testim-content-out .4s ease-in-out forwards;        
  -moz-animation: testim-content-out .4s ease-in-out forwards;        
  -ms-animation: testim-content-out .4s ease-in-out forwards;        
  -o-animation: testim-content-out .4s ease-in-out forwards;        
  animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
  -webkit-animation: testim-content-out .5s ease-in-out forwards;    
  -moz-animation: testim-content-out .5s ease-in-out forwards;    
  -ms-animation: testim-content-out .5s ease-in-out forwards;    
  -o-animation: testim-content-out .5s ease-in-out forwards;    
  animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
  0% {
      -webkit-box-shadow: 0px 0px 0px 0px #eee;
      box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
      -webkit-box-shadow: 0px 0px 10px 5px #eee;        
      box-shadow: 0px 0px 10px 5px #eee;        
  }

  70% {
      -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
      box-shadow: 0px 0px 10px 5px #ea830e;        
  }

  100% {
      -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
      box-shadow: 0px 0px 0px 0px #ea830e;        
  }
}

@-moz-keyframes testim-scale {
  0% {
      -moz-box-shadow: 0px 0px 0px 0px #eee;
      box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
      -moz-box-shadow: 0px 0px 10px 5px #eee;        
      box-shadow: 0px 0px 10px 5px #eee;        
  }

  70% {
      -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
      box-shadow: 0px 0px 10px 5px #ea830e;        
  }

  100% {
      -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
      box-shadow: 0px 0px 0px 0px #ea830e;        
  }
}

@-ms-keyframes testim-scale {
  0% {
      -ms-box-shadow: 0px 0px 0px 0px #eee;
      box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
      -ms-box-shadow: 0px 0px 10px 5px #eee;        
      box-shadow: 0px 0px 10px 5px #eee;        
  }

  70% {
      -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
      box-shadow: 0px 0px 10px 5px #ea830e;        
  }

  100% {
      -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
      box-shadow: 0px 0px 0px 0px #ea830e;        
  }
}

@-o-keyframes testim-scale {
  0% {
      -o-box-shadow: 0px 0px 0px 0px #eee;
      box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
      -o-box-shadow: 0px 0px 10px 5px #eee;        
      box-shadow: 0px 0px 10px 5px #eee;        
  }

  70% {
      -o-box-shadow: 0px 0px 10px 5px #ea830e;        
      box-shadow: 0px 0px 10px 5px #ea830e;        
  }

  100% {
      -o-box-shadow: 0px 0px 0px 0px #ea830e;        
      box-shadow: 0px 0px 0px 0px #ea830e;        
  }
}

@keyframes testim-scale {
  0% {
      box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
      box-shadow: 0px 0px 10px 5px #eee;        
  }

  70% {
      box-shadow: 0px 0px 10px 5px #ea830e;        
  }

  100% {
      box-shadow: 0px 0px 0px 0px #ea830e;        
  }
}

@-webkit-keyframes testim-content-in {
  from {
      opacity: 0;
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
  }
  
  to {
      opacity: 1;
      -webkit-transform: translateY(0);        
      transform: translateY(0);        
  }
}

@-moz-keyframes testim-content-in {
  from {
      opacity: 0;
      -moz-transform: translateY(100%);
      transform: translateY(100%);
  }
  
  to {
      opacity: 1;
      -moz-transform: translateY(0);        
      transform: translateY(0);        
  }
}

@-ms-keyframes testim-content-in {
  from {
      opacity: 0;
      -ms-transform: translateY(100%);
      transform: translateY(100%);
  }
  
  to {
      opacity: 1;
      -ms-transform: translateY(0);        
      transform: translateY(0);        
  }
}

@-o-keyframes testim-content-in {
  from {
      opacity: 0;
      -o-transform: translateY(100%);
      transform: translateY(100%);
  }
  
  to {
      opacity: 1;
      -o-transform: translateY(0);        
      transform: translateY(0);        
  }
}

@keyframes testim-content-in {
  from {
      opacity: 0;
      transform: translateY(100%);
  }
  
  to {
      opacity: 1;
      transform: translateY(0);        
  }
}

@-webkit-keyframes testim-content-out {
  from {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
  
  to {
      opacity: 0;
      -webkit-transform: translateY(-100%);        
      transform: translateY(-100%);        
  }
}

@-moz-keyframes testim-content-out {
  from {
      opacity: 1;
      -moz-transform: translateY(0);
      transform: translateY(0);
  }
  
  to {
      opacity: 0;
      -moz-transform: translateY(-100%);        
      transform: translateY(-100%);        
  }
}

@-ms-keyframes testim-content-out {
  from {
      opacity: 1;
      -ms-transform: translateY(0);
      transform: translateY(0);
  }
  
  to {
      opacity: 0;
      -ms-transform: translateY(-100%);        
      transform: translateY(-100%);        
  }
}

@-o-keyframes testim-content-out {
  from {
      opacity: 1;
      -o-transform: translateY(0);
      transform: translateY(0);
  }
  
  to {
      opacity: 0;
      transform: translateY(-100%);        
      transform: translateY(-100%);        
  }
}

@keyframes testim-content-out {
  from {
      opacity: 1;
      transform: translateY(0);
  }
  
  to {
      opacity: 0;
      transform: translateY(-100%);        
  }
}

@-webkit-keyframes testim-show {
  from {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
  }
  
  to {
      opacity: 1;
      -webkit-transform: scale(1);       
      transform: scale(1);       
  }
}

@-moz-keyframes testim-show {
  from {
      opacity: 0;
      -moz-transform: scale(0);
      transform: scale(0);
  }
  
  to {
      opacity: 1;
      -moz-transform: scale(1);       
      transform: scale(1);       
  }
}

@-ms-keyframes testim-show {
  from {
      opacity: 0;
      -ms-transform: scale(0);
      transform: scale(0);
  }
  
  to {
      opacity: 1;
      -ms-transform: scale(1);       
      transform: scale(1);       
  }
}

@-o-keyframes testim-show {
  from {
      opacity: 0;
      -o-transform: scale(0);
      transform: scale(0);
  }
  
  to {
      opacity: 1;
      -o-transform: scale(1);       
      transform: scale(1);       
  }
}

@keyframes testim-show {
  from {
      opacity: 0;
      transform: scale(0);
  }
  
  to {
      opacity: 1;
      transform: scale(1);       
  }
}

@-webkit-keyframes testim-hide {
  from {
      opacity: 1;
      -webkit-transform: scale(1);       
      transform: scale(1);       
  }
  
  to {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
  }
}

@-moz-keyframes testim-hide {
  from {
      opacity: 1;
      -moz-transform: scale(1);       
      transform: scale(1);       
  }
  
  to {
      opacity: 0;
      -moz-transform: scale(0);
      transform: scale(0);
  }
}

@-ms-keyframes testim-hide {
  from {
      opacity: 1;
      -ms-transform: scale(1);       
      transform: scale(1);       
  }
  
  to {
      opacity: 0;
      -ms-transform: scale(0);
      transform: scale(0);
  }
}

@-o-keyframes testim-hide {
  from {
      opacity: 1;
      -o-transform: scale(1);       
      transform: scale(1);       
  }
  
  to {
      opacity: 0;
      -o-transform: scale(0);
      transform: scale(0);
  }
}

@keyframes testim-hide {
  from {
      opacity: 1;
      transform: scale(1);       
  }
  
  to {
      opacity: 0;
      transform: scale(0);
  }
}

@media all and (max-width: 300px) {
body {
  font-size: 14px;
}
}

@media all and (max-width: 500px) {
.testim .arrow {
  font-size: 1.5em;
}

.testim .cont div p {
  line-height: 25px;
}
}


/*gallery.html*/
.section-background6{
  background: url('../photos/new/643A8859.jpg') rgba(20, 19, 19, 0.765);
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  color: white;
}
@media(max-width: 990px){
  .carousel-caption {
    margin-bottom: 57%;
    text-align: center;
    
  }
  
  .carousel-caption h1 {
    text-shadow: 3px 3px 4px #435876;
    font-family: 'Cinzel', serif;
    text-transform: capitalize;
    font-size: 50px !important;
    font-weight: 500;
  }
  
  .carousel-caption h6 {
    margin-bottom: 30px;
    font-family: 'arial', cursive !important;
    font-style: italic;
    font-size: 17px;
    letter-spacing: 7px;
    font-weight: 100;
    color: #ffffff !important;
  
  }
.info-box{
  width: 400px;
  height: 80px;
  background: white;
  position: relative;
  margin-top: -20px;
  z-index: 10;
  margin-left: 30px;
}
  .about-text{
    margin-left: 0px;
    text-align: center;
  }
  .container-fluid{
    padding: 30px;
  }
  .restaurant{
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: cover !important;
    text-align: center;
  }
  .restaurant-bg{
    background-image: url(/assets/photos/slide01.png);
    margin-top: 0px !important;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  nav.navbar{
    height: auto;
  }
  .ratings h1{
    font-size: 30px;
    font-family: 'Cormorant Garamond', serif;
       }
       .ratings h6{
        font-size: 11px;
        font-family: 'Cormorant Garamond', serif;
        font-weight: normal;
           }
           .map-col{
            justify-content: center !important;
            text-align: center !important;
            align-items: center !important;
           }
}

/*Animations*/
.fadeinleft {
  opacity:0;
  transform: translateX(200px);
  transition: all 1.3s ease-out;
}
.fadeinright{
  opacity: 0;
  transform: translateX(-200px);
  transition: all 0.8s ease-out;
}
.fadeindown{
  opacity: 0;
  transform: translateY(-100px);
  transition: all 1.2s ease-out;
}
.fadeinup{
  opacity: 0;
  transform: translateY(100px);
  transition: all 1.2s ease-out;
}
.fade-in{
  opacity:0;
  transition: all 1.3s ease-in;
}
.active-left,.active,.active-right,.active-down,.active-up{
  opacity:1;
  transform: translateX(0);
  transform: translateY(0);
}
.fadein{
opacity: 0;
}

@media(min-width: 450px) {
  .work-bottom {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 3rem;
    row-gap: 0;
  
 
}
.rooms-section {
  background-color: #ffffff;
  padding-top: 35px;
  padding-bottom: 100px;
}

@media(min-width: 576px) {

  .work-bottom {
    grid-template-columns: repeat(4, 1fr);
  }
 
}

@media(min-width: 768px) {

  .about-content,
  .work-top {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 6rem;
    row-gap: 0;
  }
  
}

}