
  @import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');
  @import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");

html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  background-color:   #000000ab;
  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;
  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: #151618;

  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(255, 255, 255) !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:#D0B20F!important;
  transform: scale(1.05);
  border-bottom: 1px #D0B20F 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 #D0B20F;
  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/lounge/details.jpg') rgba(20, 19, 19, 0.679);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 900px;
}

.carousel2 {
  background: url('../photos/restaurant/8601b6e5-ae05-491d-98ac-6aefd28d95cd.jpeg') rgba(20, 19, 19, 0.656) ;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 900px;
}

.carousel3 {
  background: url('../photos/pirates/212a6a92-d76a-4f0f-a0fe-81077c001b2f.jpeg')   rgba(20, 19, 19, 0.606) ;
  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: 2px 2px 2px #D0B20F;
  font-family: 'Cinzel', serif;
  text-transform: capitalize;
  font-size: 80px !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 #D0B20F ;
 
  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);
 }


 
#bottone6 {
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #D0B20F ;
 
  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;
  margin-left: 250px;
 }
 
 #bottone6:hover,
 #bottone6: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);
 }
 
 #bottone6:hover {
  transform: translateY(-1px);
 }

 .about-section-b{

  background: url(../photos/restaurant/9fc15f43-3ad9-4df5-891c-95283cd5d528.jpeg) rgba(255, 255, 255, 0.947);
    -webkit-background-size: cover;
    background-position: top;
    background-blend-mode: lighten;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height:650px;
}
.about-section-b h1{
  color: #000000;
  margin-top: 20px;
}
.about-section-b h6{
  color: #000000;
}
 .ratings {
  margin-top: 70px;
  margin-bottom: 70px;
}
.about-section-b img{ 

  width: 65%;
  height:650px;
}


 .about-section{
  background-color: #131313 ;

  padding-top: 100px;
  padding-bottom: 0px;
 }
.about-section h1{
  color: #ffffff;
}
.about-section h6{
  color: #ffffff;
}
 .ratings {
  margin-top: 70px;
  margin-bottom: 70px;
}
   .ratings h1{
font-size: 90px;
font-family: 'Cormorant Garamond', serif;
color: #ffffff;
   }

.rooms-section{
  background-color: #191a1b;
  padding-top: 100px;
  padding-bottom: 100px;
}
.room-container {
  position: relative;

  overflow: hidden;
}

.room-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
}

.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;
}

.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;
  margin-top: 153px;
}

#video {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}

.dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80vh;
  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: #000000;

  background-size: 70%;
  background-position:right;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
 border-right: 1px solid #f9f8cd; 
 border-bottom: 1px solid #f9f8cd; 
 
  padding-top: 100px;
  padding-bottom:50px;
}
.res-section h1{
  color: #ffeea4d8;
  text-align: center;
}
.res-section h6{
  text-align: center;
}
.suite{
 background-color: #f9f8cd;
 
 
  background-size: 70%;
  background-position:right;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
 border-right: 1px solid #fdca724e; 
 border-bottom: 1px solid #fdca724e; 
 
  
}
.suite img{
  width: 400px;
  height: 550px;
}

.suite-1{
  background-color: #000000;
  
  
   background-size: 70%;
   background-position:right;
   background-repeat: no-repeat;
   background-blend-mode: multiply;
  border-right: 1px solid #fdca724e; 
  border-bottom: 1px solid #fdca724e; 
  
   
 }
 .suite-1 img{
   width: 400px;
   height: 550px;
 }
.pirate{
  background-color: #d5bc9e;
  
  
   background-size: 70%;
   background-position:right;
   background-repeat: no-repeat;
   background-blend-mode: multiply;
  border-right: 1px solid #fdca724e; 
  border-bottom: 1px solid #fdca724e; 
  
   
 }
 .pirate img{
   width: 400px;
   height: 550px;
 }
 .pirate-a{
  background-color: #000000ab;
  
  
   background-size: 70%;
   background-position:right;
   background-repeat: no-repeat;
   background-blend-mode: multiply;
  border-right: 1px solid #fdca724e; 
  border-bottom: 1px solid #fdca724e; 
  
   
 }
 .pirate-a img{
   width: 400px;
   height: 550px;
 }
 .pirate-a h1{
  color: #ffffff;
 }
 .pirate-a h6{
  color: #f9f8cdb1;
 }



 .camp img{
   width: 400px;
   height: 550px;
 }
 .camp{
  background-color: #989f7d43;
  
  
   background-size: 70%;
   background-position:right;
   background-repeat: no-repeat;
   background-blend-mode: multiply;
  border-right: 1px solid #fdca724e; 
  border-bottom: 1px solid #fdca724e; 
  
   
 }
 .camp img{
   width: 400px;
   height: 550px;
 }
 .camp h1{
  color: #ffffff;
 }
 .camp h6{
  color: #ffffffb1;
 }

.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/lounge/caption\ \(8\).jpg')rgba(20, 19, 19, 0.898) ;
  background-size: 100%;
  background-position:center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  border-left: 1px solid #B78932; 
  padding-top: 50px;
  padding-bottom: 70px;
z-index: 100 !important;

}
.restaurant-bg{
  background: white;
  position: relative;
  margin-top: -100px;
  padding-top: 50px;

  z-index: 1;
}
footer{
  font-family: 'Gilda Display', serif;
}


/*rooms.html*/
.section-background{
  background: url('../photos/pirates/212a6a92-d76a-4f0f-a0fe-81077c001b2f.jpeg') rgba(20, 19, 19, 0.706);
 
  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 #d5bc9e!important;
-moz-box-shadow: 7px 7px  0px 0px #d5bc9e !important;
box-shadow: 7px 7px  0px 0px #d5bc9e !important;
transition: 0.3s ease;
}

.room-box:hover button{
background: #d5bc9e !important;
}

/*restaurant.html*/
.section-background1{
  background: url('../photos/re.png') rgba(20, 19, 19, 0.665);
  background-attachment: fixed;
  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/lounge/our-space.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; 

}
.container-fluid{
  padding: 150px;
}
.contact-bg h3{
  color: #f9f8cd;
}
.contact-bg h1{
  color: #f9f8cd;
}


/*newimg*/
#menu-list{
  background: url(../photos/0101.png) rgba(255, 255, 255, 0.94);
    -webkit-background-size: cover;
    background-position: top;
    background-blend-mode: lighten;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
}
.header-h {
  font-size: 35px;
color: #D0B20F;
font-size: 46px;
font-family: 'Satisfy', sans-serif;
font-weight: 300;
}
ul
{
list-style:none;
}
.header-p {
color:#000000;
font-size:16px;
font-family: arial;
}
.section-padding{
padding: 60px 0px;
}

.marb-35{
margin-bottom:35px;
}
.menu-restaurant
{
width:50%;
float:left;
padding:15px;
position:realtive;

}
.menu-restaurant .menu-title
{
float:left;
font-family:Montserrat,arial;
text-transform:uppercase;
letter-spacing:1px;
color:#D0B20F;
}
.menu-restaurant .menu-line
{
position: absolute;
bottom:6px;
border-bottom:1px dotted rgba(246, 243, 243, 0.3);
margin-left: .6em;
margin-right: .6em;

}
.menu-restaurant .menu-price{
font-weight:600;
position:absolute;
right:0;
top:0;
color: #9699a6;

}
.menu-restaurant .menu-subtitle
{
display:block;
float:left;
color:#B1B1B1;
font-family: Satisfy,'Open Sans',arial;
font-size: 1.2rem;
}
.menu-restaurant span.clearfix{
position:relative;
display:block;
}
#menu-filters ul li a.active, #menu-filters ul li a:hover
{
background: #D0B20F;
color:#fff;
border:1px solid #D0B20F;
}
#menu-filters ul li 
{
display:inline-block;
color:#fff;
text-transform:capitalize;
letter-spacing:1px;
margin-botttom:40px;
}
#menu-filters ul li a
{
padding:10px 20px;
font-size:14px;
color:#565656;
border-radius:0px;
border:1px solid #BBBBBB;
text-decoration:none;
cursor:pointer;

}
@media (min-width: 20px) and (max-width: 450px) 
{
.menu-restaurant 
{
width: 100%;
}
.header-h
{
font-size: 35px;
}
.header-p 
{
font-size: 14px;
}

}

/*endmg*/



/*aboutus.html*/
.section-background5{
  background: url('../photos/restaurant/8601b6e5-ae05-491d-98ac-6aefd28d95cd.jpeg') rgba(20, 19, 19, 0.768);
  background-attachment: fixed;
  background-position: top;
  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: #f1e5ad;
}
.image2{
  position: relative;
  margin-top: -20px;
}

.about-text{
  margin-left: 100px;
}
.facilities-section{
  background: url('../photos/bcg\ facilities-03-03.png') 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;

}
.facility-box{
  background: rgba(54, 54, 54, 0.586);
  padding: 30px;
  border: rgba(234, 164, 34, 0.771)px solid;
}
.facility-box:hover{
  background: #0000003c;
  color: white;
  border: #ffeea4d8 1px solid;
  transition: 0.3s ease-in-out;


}
.facilities-section h5{
  color: #F0F0F1;
}

.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: #ffffff;
}

.testim .wrap {
  position: relative;
  width: 100%;
  max-width: 1020px;
  padding: 40px 20px;
  margin: auto;
}

.testim .arrow {
  display: block;
  position: absolute;
  color: #ffffff;
  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 #ffffff;
  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: #ffffff;
  border-color: #ffffff;
}

.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: #ffffff;
  font-size: 1em;
  margin: 15px 0;
}

.testim .cont div p {
  font-size: 1.15em;
  color: #ffffff;
  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: 320px) {
body {
  font-size: 14px;
}
}

@media all and (max-width: 576px) {
.testim .arrow {
  font-size: 1.5em;
}
.about-section-b img {
  width: 100%;
  height: 200px;
}

.testim .cont div p {
  line-height: 25px;
}
}


/*gallery.html*/
.section-background6{
  background: url('../photos/slide02.png') 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;
}
@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{
    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;
  
 
}

@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;
  }
  
}



}