@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Kalnia:wght@100..700&display=swap');


/*@font-face {*/
/*    font-family: 'Avenir-regular';*/
/*    src: url('../fonts/Avenir/Avenir-Book.otf') format('otf');    */
/*    font-style: normal;*/
/*    font-weight: 500;*/
/*    font-display: swap;*/
/*}*/


@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Light.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: "avenir-book";
  src: url("../fonts/AvenirLTStd-Book.woff2") format("woff2"), url("../fonts/AvenirLTStd-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "avenir-roman";
  src: url("../fonts/AvenirLTStd-Roman.woff2") format("woff2"), url("../fonts/AvenirLTStd-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "avenir-roman-55";
  src: url("../fonts/avenir-lt-55-roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "avenir-roman-black";
  src: url("../fonts/AvenirLTStd-Black.woff2") format("woff2"), url("../fonts/AvenirLTStd-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/*General Css*/
::selection {}

::-webkit-scrollbar {    height: 12px;    width: 8px;    background:#fff; }

::-webkit-scrollbar-thumb {background: #58636A;-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);}

::-webkit-scrollbar-corner {    background: #ccc;   }
html {
    scroll-behavior: smooth;
  }
body{
    font-family: 'avenir-book' , sans-serif;
    overflow-x: hidden;
    background-color: #F5F5F5;
  }
  html {
    scroll-behavior: smooth;
}
  p{
      font-family: "Inter";
  }
  h1,h2,h3,h4,h5,em,b,a{
      font-family: 'avenir-book' , sans-serif;
  }

  h2{
    font-size: 55px;
  }
  /*General Css*/

  /* header */

#mobile-header{
  display: none;
}

#header .top-section {
  padding-right: 40px;
}

#header .social-icons li {
    list-style-type: none;
    display: inline-block;
    margin: 15px 10px;
}
 
#header .social-icons {
  width: fit-content;
  border-right: 1px solid #80808033;
  padding-left: 0;
  padding-right: 15px;
}

#header ul.contact-icons,ul.social-icons{
  margin-bottom: 0;
}

#header ul.contact-icons {padding-left: 0;width: fit-content;}

#header ul.contact-icons li {
    list-style-type: none;
    display: inline-block;
    border-right: 1px solid #80808033;
    padding: 15px 25px;
}

#header ul.contact-icons li:nth-child(3) {border: 0;margin-right: 10px;}

#header .social-icons li:hover img {  
  transform: scale(1.1);
  transition: all linear .2s;
}

#header ul.contact-icons li:hover img {
  transform: scale(1.1);
  transition: all linear .2s;
} 

#header .logo{
    width : 75%;
}

section#header {
  position: relative;
  z-index: 9999999;
  transition: all 0.4s ease;
}

#header.sticky {
    position: sticky;
    top: 0;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    /*transition: all 0.4s ease;*/
}

a.btn {
  width: 200px;
  border: 1px solid #0000007a;
  border-radius: 0;
  padding: 10px;
  text-transform: uppercase;
  font-size: 15px;
  background-color: #E7EBEE;
  color: #000;
  font-weight: 500;
  font-family: "Avenir LTStd", sans-serif;
  height: 48px;
  align-items: center;
  display: flex;
  justify-content: center;
}

a.btn:hover {
  background-color: #000 !important;
  transition: all .5s linear;
  color: white !important;
}

#header .bottom-section{
  background-color: #000;
}

#header nav a.nav-link {
  font-size: 16px;
  text-transform: capitalize;
  color: white;
  padding-right: 30px !important;
  padding-left: 30px !important;
  font-family: 'avenir-book';
}

#header nav a.nav-link.active {
  color: white !important;
}


.headerDropdown ul.dropdown-menu {
    border-radius : 0;
    
}

.headerDropdown ul.dropdown-menu li a {
    padding : 8px;
    color : #000 !important;
}

.headerDropdown ul.dropdown-menu li a:hover{
    background-color: #000 !important;
    color: #fff !important;
    font-weight: 400;
}


.headerDropdown:hover ul{
    display : block !important;
    opacity : 1;
   
}

.headerDropdown ul{
    opacity : 0;
    display : none !important;
    transition : all 4s ease; 
    z-index: 9999999 !important;
}


.headerDropdown a.nav-link::after,
.mobDropdown a.nav-link::after{
  font-family: fontawesome;
  content: "\f078" !important;
  border: none;
  margin-left: 10px;
  font-size: 14px;
}

.headerDropdown a,
.mobDropdown a{
  display: flex;
  align-items: center;
}

.headerDropdown:hover a.nav-link::after {
  transform: rotate(180deg);
}


.sub-menu {
  position: relative;
}

.sub-dropdown-menu.inner-menu {
    top: 0;
    left: 100%;
    margin-top: 0;
    position: absolute;
    background-color: white;
    padding-left: 0;
    transition : all 0.4s ease;
    opacity : 0 !important;
    

}

.sub-menu:hover .sub-dropdown-menu.inner-menu {
  display: block !important;
  opacity : 1 !important;
  
}

.sub-dropdown-menu.inner-menu li{
    color : #000;
    list-style : none;
    
}

li.dropdown-item.sub-menu:hover{
    background-color : #000;
    color : white;
}



li.dropdown-item.sub-menu {
    position : relative;
}

li.dropdown-item.sub-menu::after{
    position : absolute;
    top: 5px;
    right : 10px;
    font-family: fontawesome;
    content: "\f054" !important;
    border: none;
    margin-left: 10px;
    font-size: 16px;
}

li.dropdown-item.sub-menu p{
    margin-bottom : 0 !important;
    padding-right : 30px;
    cursor: pointer;
}


.mobDropdown a.dropdown-toggle::after{
    font-family: fontawesome;
    content: "\f078" !important;
    border: none;
    margin-left: 10px;
    font-size: 14px;
}

.hide-icon::after {
    display : none;
}


section#header {
    background-color: #00000061;
    position : absolute;
    width : 100%;
}

#header .bottom-section {
    background-color: transparent;
    border-top: none;
}

 #header nav a.nav-link,
 #header nav a.nav-link.active{

    color: #fff !important;
}

#header ul.contact-icons img,
#header ul.social-icons img ,
#header a.logo img{
    filter : brightness(0) invert(1);
}


#header.sticky ul.contact-icons img,  #header.sticky ul.social-icons img,  #header.sticky a.logo img{
    filter: unset;
}

 #header.sticky nav a.nav-link {

    color: #231F20 !important;
 
}


#header.sticky a.header-btn {
    color: white !important;
    background: #58636A !important;
}


.header-btn {
    position: fixed;
    top: 45%;
    right: -73px;
    z-index: 20;
    background: #58636A!important;
    color: white !important;
    border: none !important;
    width: 200px;
    text-decoration: none;
    border-radius: 0;
    padding: 10px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    font-family: "Avenir LTStd", sans-serif;
    height: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
    transform: rotate(-90deg);
}




/* header end */

/* banner */


.banner-slider img{
    height: 100vh;
    object-fit: cover;

}


.container.banner-container {
    position: relative;
    z-index: 100;
    margin-top: -250px;
}

.container.banner-container h1{
    color : white;
    font-family: "Kalnia";
    font-weight: 400;
    font-size: 60px;
    letter-spacing: 1px;
    
}

.banner-slider .carousel-inner .carousel-item img {
      animation: zoomIn 8s ease-in-out infinite;
      transform-origin: center center;
    }

    @keyframes zoomIn {
      0% {
        transform: scale(1);
        
      }
      100% {
        transform: scale(1.1);
        
      }
    }

.banner-slider .carousel-indicators button {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    background-color: #f7eeee;
    margin-left: 5px  !important;
    
}

.banner-slider::after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 99;
}


.banner-slider .carousel-indicators button.active{
    width: 11px !important;
    height: 11px !important;
     background-color: #58636A;
}

.banner-slider .carousel-indicators{
    bottom: 70px !important;
    z-index: 100;
}


section#banner h2 {
  color: white;
  font-size: 72px;
  font-weight: 500;
  position: absolute;
  bottom: 150px;
  z-index: 9999;
  font-family: "Kalnia", serif;
}

section#banner h2::before{
  content: url(/svg/123.svg);
  position: absolute;
  top: -45px;
  left: 0;
}

.video-background {
  /* position: absolute; */
  /* top: 50%; */
  /* left: 50%; */
  min-width: 100%;
  min-height: 100vh;
  /* width: auto; */
  /* height: auto; */
  z-index: -1; /* Send video to back */
  /* transform: translate(-50%, -50%); */ /* Center the video */
  width: 100%;
  margin-top: -55px;
  position: relative;
}

.play-controls {
  position: absolute;
  bottom: 130px;
  z-index: 999999;
  display: flex;
  gap: 10px;
}

section#banner {
  padding-top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

section#banner h1::before {
    content: url(/svg/123.svg);
    position: absolute;
    top: -30px;
    left: 0;
}

/*#banner:after {*/
/*  content: "";*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background-color: #00000080;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*  bottom: 0;*/
/*  z-index: 99;*/
/*}*/

/* checkin-checkout */

#checkin-checkout{
  margin-top: -50px;
  position: relative;
  z-index: 99;
}

#checkin-checkout select.form-control {
  height: 45px;
  border-radius: 0;
  
}
#checkin-checkout .select-group{
  width: 27%;
}

#checkin-checkout a.input-group-addon {
  border: 1px solid #80808057;
  height: 45px;
  padding: 10px 13px;
  width: 45px;
  color: #58636A;
}

#checkin-checkout input#number ,#checkin-checkout input#number2 {
  width: 45px;
  border-top: 0;
  border-bottom: 0;
  text-align: center;
}

#checkin-checkout a.input-group-addon:hover {
    background-color: #58636a1a;
}

#checkin-checkout button {
  height: 45px;
  background-color: #58636A;
  color: white;
  border: 0;
  width: 90%;
  margin-top: 32px;
  margin-left: 10%;
}

#checkin-checkout button:hover {  
  background-color: #000;
  transition: all .5s linear;
}


#checkin-checkout .button-group{
  width: 27%;
}

#checkin-checkout .counter-group {
  width: 23%;
  padding-left: 4%;
}

#checkin-checkout form {
  display: flex;
}

#checkin-checkout .input-group {
  display: inline-flex;
  width: auto;
}

#checkin-checkout label.form-label {
    font-size: 12px;
    text-transform: uppercase;
    font-family: avenir-roman;
}

#checkin-checkout select.form-control {
    font-size: 20px;
    font-family: "Big Shoulders Display", sans-serif; 
    text-transform: uppercase;
    letter-spacing: 2px;
    
}

#checkin-checkout .col-md-10 {
    background-color: white;
    box-shadow: 0px 0px 10px 0px #8080803d;
    padding: 50px 40px 50px 40px;
}


/* about */

section#about h2 {
  font-size: 55px;
}

section#about a {
  color: #58636a !important;
  text-decoration: none;
  display: flex;
}

section#about a img {
    margin-left: 10px;
}

section#about {
  margin-top: 150px;
  margin-bottom: 50px;
}

/* tabs */

#tabs{
  padding-top: 100px;
  padding-bottom: 50px;
}

#tabs h6 {
  font-size: 64px;
  font-family: 'Big Shoulders Display';
  color: #85754e;
}

#tabs h5 {
  font-size: 24px;
}

#tabs .counter {
  width: 90% !important;
  border-bottom: 1px solid #80808040;
  padding-bottom: 30px;
  margin-top: 50px;
}

#tabs .counter.last{
  border-bottom: unset  !important;
}

#tabs .nav-tabs .nav-link {
  color: black;
  font-size: 22px;
  text-transform: uppercase;
  border: 0 !important;
  border-bottom: 2px solid transparent !important;
}

#tabs  .nav-link.active {
  border:  0;
  border-bottom: 2px solid #85754e !important;
  color: #85754e !important;
  background-color: transparent;
}

#tabs .nav-link:hover {
  border: 0;
  border-bottom: 2px solid #85754e !important;
}

#tabs div#nav-tab {
  width: fit-content;
  
}

/* surroundings */

#surroundings{
  padding-top: 100px;
}

#surroundings h5 {
  background-color: #58636a;
  color: white;
  border-radius: 30px;
  padding: 5px 20px;
  height: fit-content;
  font-size: 20px;
}

#surroundings .col-md-4 {padding-right: 50px;}

#surroundings .col-md-4:nth-last-child(1) {
  padding-right: 10px;
}

#surroundings h5 img{
  width: 10%;
}

#surroundings h4 img {
    width: 9%;
}

#surroundings span {
    color: #808080bd;
    font-size: 14px;
}

#surroundings h4 {
    font-size: 30px;
    display: flex;
}

#surroundings td {
    padding: 5px 0px 5px 0 !important;
    font-family: 'avenir-roman';
}

#surroundings .custom td {
  width: 80%;
}

#surroundings td:nth-last-child(1) {
  text-align: end;
}

/* image */

#image-section{
  background-image: url('../images/HorizontalPhoto_Section.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 600px;
  margin-top: 100px;
}

/* blogs */

#blogs{
  margin-top: 100px;
}

#blogs .last-icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}

#blogs a {
  color: #58636a !important;
  display: flex;
}

#blogs h3 {
  font-size: 40px;
  font-family: 'avenir-roman';
}

.blog h5 {
  margin-top: -20px;
  font-family: 'avenir-roman';
  font-size: 24px;
  margin-bottom: 20px;
}

#blogs .blog-name {
  margin-top: 30px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#blogs .blog {   
  padding: 20px;
  height: 100%;
}

#blogs .blog:hover {   
    box-shadow: 0px 0px 10px 0px rgb(204, 204, 204);
    transition: linear all .5s;
    background-color: white;
}

#blogs a img {
    margin-left: 10px;
}

#blogs .blog-name .icons {
  display: none;
}
#blogs p {
    width: 85%;
}

#blogs a {
  display: none;
}

#blogs .blog:hover a {
  display: flex;
  transition: all linear .5s;
}

#blogs .blog:hover .icons {
  display: block;
  transition: all linear .5s;
}

/* timeline */
#timeline {
  margin-top: 100px;
}

#timeline .year ul {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  position: relative;
}

#timeline .year ul li {
  list-style: none;
}

#timeline .year ul li h2 {
  font-size: 55px;
  font-family: 'Big Shoulders Display';
  font-weight: 400;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 13px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#timeline .year ul li h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  background: #333333;
  border-radius: 100%;
}

#timeline .year ul li p {
  font-family: "avenir-book";
  font-size: 18px;
  color: #231f20;
  width: 95%;
}

#timeline .year ul li:first-child h2:after {
  display: none;
}

#timeline .year ul li:hover h2 {
  color: #58636A;
}

#timeline .year ul li:hover h2:after {
  background-color: #58636A;
}

/*#timeline .year ul li:last-child p:last-child {*/
/*  position: relative;*/
/*  padding-top: 10px;*/
/*}*/
/*#timeline .year ul li:last-child p:last-child:before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: -10px;*/
/*  width: 8px;*/
/*  height: 8px;*/
/*  background: #333333;*/
/*  border-radius: 100%;*/
/*}*/
#timeline .year ul:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 76px;
  border-bottom: 2px solid #898787;
  z-index: -1;
}

@media only screen and (max-width: 992px) {
  #timeline .year ul li {
    width: 33%;
  }

  #timeline .year ul {
    flex-wrap: wrap;
  }

  #timeline .year ul li:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #58636A;
    z-index: -1;
    width: 3px;
    height: 100%;
  }

  #timeline .year ul li h2 {
    font-size: 38px;
    position: relative;
    padding: 0 0 8px 16px;
    margin-top: -8px;
  }

  #timeline .year ul:after {
    display: none;
  }

  #timeline .year ul li h2:after {
    display: none;
  }

  #timeline .year ul li:after {
    content: "";
    position: absolute;
    left: -3px;
    top: 0px;
    width: 8px;
    height: 8px;
    background: #333333;
    border-radius: 100%;
  }

  #timeline .year ul li p {
    font-size: 14px;
    padding-left: 16px;
    padding-bottom: 0;
  }

  #timeline .year ul li p br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  #timeline .year ul li {
    width: 100%;
    /* margin-bottom: 30px; */
    /* border-bottom: #ccc 1px solid; */
    position: relative;
  }
}

/* map-image-section */

#map-image-section{
  margin-top: 150px;
}

/* logo-slider */

section#logo-slider {
    overflow: hidden;
}

#logo-slider img.client-img {
  width: 50% !important;
  height: 200px !important;
}
#logo-slider img.client-img2 {
  width: 30% !important;
  height: 200px !important;
}

#logo-slider {
  background-color: #F0F0F0;
  margin-top: 100px;
}

/* Promotion */

#promotion{
  background-image: url('/images/Shotelimages.jpeg');
  background-position: 100% 40%;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 70vh;
  display: flex;
  align-items: center;
}

section#promotion::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
   
}

section#promotion {
    position : relative;
}
section#promotion .container{
    position: relative;
    z-index: 1
    
}

#promotion h3 {
  font-size: 36px;
  font-family: 'Big Shoulders Display';
  color: white;
  font-weight: normal;
  letter-spacing: 1px;
}

#promotion p {
  color: white;
  width: 80%;
  font-family: 'avenir-book';
  font-size: 20px;
}

#promotion a.btn {
  background-color: #0000004f;
  color: white;
  border-color: white;
  width: 330px;
  margin-top: 70px;
}

#promotion a.btn:hover {
  background-color: black;
  color: white;
  border-color: black;
  transition: all linear .5s;
}

/* offer */

#offers .offer-box {
  border-bottom: 1px solid #333333;
  padding-bottom: 8px;
  margin-bottom: 50px;
}
#offers .offer-box h4 {
  font-size: 24px;
  font-family: 'avenir-book';
  line-height: 2;
  margin-bottom: 7px;
  margin-top: 10px;
}
#offers .offer-box p {
  font-size: 16px;
  color: #333333;
  margin: 0;
  max-height: 0;
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
#offers .offer-box img {
  height: 60px;
  object-fit: contain;
}
#offers .offer-box .offer-box-img {
  display: inline-block;
  position: relative;
}
#offers .offer-box .offer-box-img .clr-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
#offers .offer-box a {
  color: #333333;
  font-size: 27px;
}
#offers .offer-box:hover i:before {
  content: "\f106";
}
#offers .offer-box:hover .offer-box-img .clr-img {
  opacity: 1;
}
#offers  .offer-box:hover p {
  margin: 27px 0 15px;
  max-height: 250px;
  opacity: 1;
}

#offers p {
    font-family: 'avenir-roman';
}

#offers a.readmore {
    color: #58636a;
    display: flex;
   
}

#offers .offer-box a.readmore {
    color: #58636a;
    display: flex;
    font-size: 18px;
    font-weight: 600;
    justify-content: center;
    margin-top: 20px;
}

#offers .offer-box a.readmore img {
    width: 30px;
    height: 28px !important;
}

#offers a img {
    margin-left: 10px;
}

#offers {
    margin-top: 150px;
    margin-bottom: 150px;    
}

/* outdoor */

#outdoor{
  background-image: url('/images/ODC.jpg');
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 50px;
  min-height : 70vh;
  display : flex;
  align-items : center;
}


section#outdoor .outdoor-content{
    background: #00000073;
    padding: 30px;
}

/*section#outdoor::after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: rgba(0, 0, 0, 0.5);*/
/*    position: absolute;*/
/*    left: 0px;*/
/*    top: 0px;*/
/*    bottom: 0px;*/
   
/*}*/

/*section#outdoor {*/
/*    position : relative;*/
/*}*/
/*section#outdoor .container{*/
/*    position: relative;*/
/*    z-index: 1*/
    
/*}*/



/*.section {*/
/*  width: 100%;*/
/*  height: 400px;*/

/*  background-color: #000; */
/*}*/

#outdoor h3 {
  font-size: 36px;
  font-family: 'Big Shoulders Display';
  color: white;
  font-weight: normal;
  letter-spacing: 1px;
  text-align: end;
}

#outdoor p {
  color: white;
  font-family: 'avenir-book';
  font-size: 20px;
  text-align: end;
  /*margin-left: 20%;*/
}

#outdoor a.btn {
  background-color: #0000004f;
  color: white;
  border-color: white;
  width: 270px;
  margin-top: 15px;
  float: inline-end;
}

#outdoor a.btn:hover {
  background-color: black;
  color: white;
  border-color: black;
  transition: all linear .5s;
}

/* reviews */

.review img {
  width: 100px !important;
}

.review p {
  font-family: 'avenir-roman';
  font-size: 18px;
  margin-left: 20px;
}

.review {
  display: flex;
  align-items: center;
}

#reviews h4 {
  font-family: 'avenir-roman';
  font-size: 32px;
  text-align: center;
}

#reviews h5 {
  font-size: 16px;
  font-family: 'avenir-roman';
  text-align: center;
}

.review img {
  margin-top: -20px;
}

#reviews .item.box {
  width: 80%;
  margin-left: 10%;
  margin-top: 30px;
}

#reviews h2 {
  text-align: center;
}

section#reviews {
  margin-top: 100px;
  margin-bottom: 100px;
}

#reviews .owl-theme .owl-dots .owl-dot.active span {
  background: #58636a;
}

/* logos */

section#sec10 .bottom-logos {
  border: 1px solid #747474;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 56px 0 27px;
  position: relative;
  margin-bottom: 80px;
  margin-top: 80px;
}
section#sec10 .bottom-logos .client-logos {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: space-around;
}
section#sec10 .bottom-logos .client-logos img {
  margin: 0 70px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 190px;
  height: 100px;
  object-fit: contain;
}
section#sec10 .bottom-logos .client-logos img:hover {
  opacity: 1;
}
section#sec10 .bottom-logos > img {
  position: absolute;
  left: -4px;
  top: -40px;
  background: #f8f8f7;
  padding-right: 20px;
}

/* footer */

section#footer {
  background-color: #231F20;
  padding-top: 100px;
}

section#footer h5 {
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'avenir-roman';
  font-weight: 600;
}

section#footer p {
  color: white;
  font-family: 'avenir-roman';
}

section#footer ul {list-style-type: none;padding-left: 0; margin-top: 20px;}

section#footer ul a {
  color: white;
  text-decoration: none;
  display: flex;
  align-items : center;
}

section#footer ul li {
  margin-bottom: 5px;
}
section#footer ul .without-icon {
  margin-left: 34px;
}

section#footer ul a img {
  margin-right: 10px;
}

.copyright{
  border-top:1px solid #8080803d;
  padding-top: 20px;
}

.whatsapp-logo {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99999999;
}



/*gallery starts here */

section.lightbox-gallery{
    padding-left : 30px;
    padding-right : 30px;
}

section.inner-banner {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    ALIGN-ITEMS: center;
    position: relative;
}

section.inner-banner h2{
    font-family : "Kalnia", sans-serif;
}

section.inner-banner h2,
section.inner-banner p{
    color : white;
}

section.inner-banner p{
    margin-bottom : 0;
}

section.inner-banner.is-gallery {
    background: url(../images/gallery-banner.jpg) no-repeat center center / cover;
}


section.section-content{
    padding-top: 60px;
    padding-bottom : 50px;
}

.inner-title{
    font-size: 54px;
    font-family: "avenir-roman-55";
    color : #222;
    margin-bottom: 20px;
}

.inner-title.small{
   font-size: 30px; 
}

/*Gallery*/

section#inner-banner.gallery{
    background-image: url('/images/gallery-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


section.lightbox-gallery .modal-body {
    padding: 0;
}

section.lightbox-gallery button.carousel-control-next,
section.lightbox-gallery button.carousel-control-prev{
    opacity : 1 !important;
}

section.lightbox-gallery button.carousel-control-next span,
section.lightbox-gallery button.carousel-control-prev span{
    background-color : transparent;
    width: 40px;
    height: 40px;
}

section.lightbox-gallery .carousel-item img {
    margin-top: 9%;
}

section.lightbox-gallery .modal-content {
    background-color: transparent;
    border: 0;
}

section.lightbox-gallery div#galleryLightbox {
    background-color: #0403038c;
    z-index: 1000000000;
   
}

.gallery-img{
    width : 100%;
}



/* wellness starts here */

section.inner-banner.is-wellness {
    background: url(../images/wellness-banner.png) no-repeat center center / cover;
}

.container-large{
    max-width : 1440px !important;
    width : 100%;
    margin : 0 auto;
}


section.cols-2 {
    padding-left : 30px;
    padding-right : 30px;
}

section.cols-2 h2{
    font-size : 36px;
    line-height : 48px;
    margin-bottom : 16px;
    color : #222;
    font-family: "avenir-roman-black";
    
}

section.cols-2 p{
    font-size : 15px;
    color : #000;
    
}

section.cols-2 ul{
    padding-left : 18px !important;
    
}

section.cols-2 ul li{
    color : #000;
    font-family : "Inter", sans-serif;
    margin-bottom : 12px;
    font-size : 15px;
}

section.cols-2 h4 {
    font-size : 20px;
    color : #222;
    font-family: "avenir-roman-black";
    margin-bottom: 20px;
    
}

.row.ripples-row .col-md-6:nth-child(2){
    padding-left : 30px;
}

.row.kinetic-row{
    padding-top : 50px;
}


/* business space starts here */

section.inner-banner.is-business-space {
    background: url(../images/business-space-banner.png) no-repeat center center / cover;
}


a.btn.is-bg-dark{
    background-color: #58636A;
    color : white;
}


/* familty activities starts here */

section.inner-banner.is-family-activities {
    background: url(../images/family-banner.png) no-repeat center center / cover;
}



/* dining areas starts here */

section.inner-banner.is-dining-areas {
    background: url(../images/Fusion-4.jpg) no-repeat center center / cover;
}

section.inner-banner.is-sunday-brunch {
  
   background: url(../images/sunday-buffet.jpg) no-repeat center center / cover;
}

section.inner-banner.is-friday-brunch {
    background: url(../images/friday-buffet.jpg) no-repeat center center / cover;
}
section.inner-banner.is-saturday-brunch {
    background: url(../images/saturday-buffet.jpg) no-repeat center center / cover;
}
section.inner-banner.is-turkey {
    background: url(../images/turkey.jpg) no-repeat center center / cover;
}
section.inner-banner.is-new-year {
    background: url(../images/new-year.jpg) no-repeat center center / cover;
}


.dining-content{
    padding-left : 30px;
    padding-right : 30px;
}

ul.list li p{
    color : #979797;
    margin : 0;
}

.container.container-xl{
    max-width : 1800px;
}

.padding-x-sm{
    padding-left : 40px;
    padding-right : 40px;
}

.row.dining-2{
    margin-top: 50px;
    margin-bottom: 50px;
}
.row.dining-4{
    margin-top: 50px;
}

@media(min-width : 1500px){
    .padding-left-lg{
    padding-left : 140px !important;
   
}

.padding-right-lg{
     padding-right : 140px !important;
}

.padding-x-sm{
    padding-left : 60px;
    padding-right : 60px;
}

}

/* meeting events starts here */

section.inner-banner.is-meeting-events {
    background: url(../images/events-banner.png) no-repeat center center / cover;
}

.single-image{
    padding : 0 5%;
}

section.img-on-right{
    padding-left : 5%;
    padding-right : 5%;
}

section.img-on-left{
    padding-left : 5%;
    padding-right : 5%;
}

section.img-on-right .col-md-6:nth-child(1){
    padding-right : 30px;
}
section.img-on-left .col-md-6:nth-child(2){
    padding-left : 30px;
}


/* accommodation */


section.inner-banner.bg-overlay {
    position : relative;
}

section.inner-banner.bg-overlay .container{
    position : relative;
    z-index:1;
}
  

section.inner-banner.bg-overlay::after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #000000a6;
}


section.inner-banner.bg-overlay.is-dining-areas::after {

    background-color: #000000a6;
}

section.inner-banner.is-accommodation {
    background: url(../images/accommodation-banner.png) no-repeat center center / cover;
}

section.inner-banner.is-executive-king {
    background: url(../images/acc-1-banner.jpg) no-repeat center center / cover;
}

section.inner-banner.is-executive-king-canal {
    background: url(../images/acc-2-banner.jpg) no-repeat center center / cover;
}

section.inner-banner.is-executive-twin {
    background: url(../images/acc-3-banner.jpg) no-repeat center center / cover;
}

section.inner-banner.is-executive-twin-canal{
    background: url(../images/acc-4-banner.jpg) no-repeat center center / cover;
}

section.inner-banner.is-family-suite{
    background: url(../images/banner.png) no-repeat center center / cover;
}




.vertical-padding{
    padding-left : 30px;
    padding-right : 30px;
}


section#cards-slider .owl-nav.disabled {
    display: block !important;
    text-align: end;
}


section#cards-slider .owl-theme .owl-nav [class*='owl-'] {
    color: #000;
    font-size: 25px;
    margin: 5px;
    padding: 4px 7px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

section#cards-slider span.owl-prev-arrow {
    position : relative;
    margin-right: 80px !important;
}
section#cards-slider span.owl-prev-arrow::after{
    position : absolute;
    left : 24px;
    content : "";
    width : 80px;
    height : 1px;
    background-color : #000;
    top : 43%;
        
}

section#cards-slider span.owl-next-arrow {
    position : relative;
    margin-left: 80px !important; 
}

section#cards-slider span.owl-next-arrow::after{
     position : absolute;
    right : 24px;
    content : "";
    width : 80px;
    height : 1px;
    background-color : #000;
    top : 43%;
}


section#cards-slider .owl-nav {
    display: flex;
    justify-content: end;
}

.card-content {
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 10px;
    min-height: 416px;
    margin-bottom: 20px;
    background-color: #FBFBFB;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.card-content h3 {

    font-size  : 26px;
    color : #000;
}

.slide-card {
    margin: 0 10px;
}

.card-content p {

    color : #000;
}

.icons-btn-wrap{
     display : flex;
    align-items : center;
    justify-content : space-between;
    margin-top : 40px;
}

.card-content .icons{
    display : flex;
    align-items : center;
    gap : 16px;
}

.card-content a{
    color : #000;
    text-decoration : none;
        display: flex;
    align-items: center;
    gap: 10px;
}


.section-content.is-padding-sm{
    padding-bottom : 24px;
}

.room-table{
    margin-top : 30px;
}

.room-table tr{
    background-color : #FCFCFC;
    border-color : #70707040;
}

.room-table tr:nth-child(odd){
  background : #000;
  color: white;
}
.room-table tr:nth-child(odd) ul li{
    color : white;
}

.room-table td{
    padding : 20px;
}

.room-table ul{
    margin-bottom  : 0 !important;
}

.room-table ul li{
    padding-left  : 30px;
    color : #222;
}

section.info{
    padding-top: 50px !important;
    padding-bottom: 100px !important;
}

section.info .info-content{
    padding-left : 40px !important;
}

.image-slider button.carousel-control-prev,
.image-slider button.carousel-control-next {
    width : 50px;
    height: 50px;
    top : 50%;
    background: #000;
    opacity: 0.8;
    transform: translate(0, -50%);
}



/*section.info.executive-king{*/
/*   background: url(../images/acc-1-info.jpg) no-repeat center center / cover;  */
/*}*/

section.info.king-canal{
   background: url(../images/acc-2-info.jpg) no-repeat center center / cover;  
}

section.info.executive-twin{
   background: url(../images/acc-3-info.jpg) no-repeat center center / cover;  
}

section.info.twin-canal{
   background: url(../images/acc-4-info.jpg) no-repeat center center / cover;  
}

section.info.family{
   background: url(../images/acc-5-banner.jpg) no-repeat center center / cover;  
}

section.info.long-stay{
   background: url(../images/long-stay-new.jpg) no-repeat center center / cover;  
}



section.info .container{
    position : relative;
    z-index: 1;
}

section.info p
{
    font-size : 16px;
    color : #000;
    text-align: left;
  
}

section.info h5{
   font-size : 22px;
   line-height: 30px;
    color : #000; 
    text-align: left;
}

/*section.info .col-lg-6{*/
/*    background-color: #00000099;*/
/*    padding: 50px;*/
/*    backdrop-filter: blur(15px);*/
/*}*/

section.info {
    position : relative;
}

/*section.info::after{*/
/*    position: absolute;*/
/*    content: "";*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: #00000087;*/
/*}*/



section.inner-content-section{
    padding-top : 50px;
}


section.room-details.inner-room-details{
    padding-top: 50px;
}



section.reservation .accordion-item {
  background-color: transparent !important;
  border: none;
  padding-bottom: 50px;
}

section.reservation button.accordion-button {
  border: none !important;
  box-shadow: none !important;
  background-color: #58636A !important;
  color: #fff !important;
  border-radius: 0 !important;
  width: 250px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  transition : all 0.4s ease;
}
section.reservation button.accordion-button:hover,
form.reservation-form button.btn.btn-primary:hover{
  background-color: #000 !important;
 
}

section.reservation button.accordion-button::after {
  display: none;
}

button.accordion-button {
}

form.reservation-form input,
form.reservation-form select {
  height: 50px !important;
  border-color: #58636A;
  background-color: transparent;
  margin-bottom : 15px;
}

form.reservation-form input:focus,
form.reservation-form select:focus,
form.reservation-form textarea:focus {
  box-shadow: none !important;
  border-color: #000;
  background-color: transparent;
}

form.reservation-form textarea {
  height: 173px !important;
  border-color: #58636A;
  background-color: transparent;
}

form.reservation-form button.btn.btn-primary {
  background-color: #58636A !important;
  border-color: #58636A !important;
  padding: 14px 50px;
  border-radius: 0;
  /* margin-top: 30px; */
  width: 100%;
  transition : all 0.4s ease;
}

form.reservation-form {
    margin-top: 50px;
}

section.reservation h2 {
  font-size: 45px;
  margin-top: 20px;
}

section.reservation {
    padding-top: 50px;
}

section.inner-banner.is-long {
    background: url(../images/Shotelimages.jpeg) no-repeat center center / cover;
    position : relative;
    
}

section.inner-banner.is-long .container{
    position : relative;
    z-index: 1;
}

/*section.inner-banner.is-long::after{*/
/*    position: absolute;*/
/*    content: "";*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: #00000050;*/
/*}*/

.circle {
     width : 80px; 
     height : 80px; 
    background-color : #5F5F5F;
    border-radius : 50px;
    transition : all 0.4s ease;
    position : relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle:hover{
   background-color: #000;
}


.location-details {
    position : absolute;
    opacity : 0;
    display: none;
    transition : all 0.4s ease;
    left : 0;
    top : 90px;
    z-index: 1;
    BACKGROUND: WHITE;
}

.circle:hover .location-details {
    opacity : 1;
    display: block;
}
.location-details h4{
    margin-top : 10px;
   }
   
   
 .map-col {
    position : relative;
    
}

.location{
    position : absolute;
   
    
}

.location.location-1{
   top : 110px;
   left: -2%;
} 

.location.location-2 {
    top : 180px;
    left: 33%;
}

.location-details {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    width : 200px;
}
.location-details img{
    width : 100%;
    max-height: 140px;
    object-fit: cover;
}
    .location-details h4{
        font-size : 18px;
        text-transform : capitalize;
        padding: 10px 10px 10px 10px;
}

.location.location-3 {
    top : 100px;
    left: 70%;
}
  
  
   section.contact-form i {
    padding: 22px;
    background-color: #000;
    border-radius: 50%;
    font-size: 22px;
}

section.contact-form h2{
    font-size : 40px;
    line-height : 50px;
}

section.contact-form i::before {
    color: white;
}
section.contact-form h5 {
    font-size: 24px;
    font-weight: 700;
     line-height: 34px;
     margin: 0;
}
section.contact-form p {
    margin-bottom: 0;
}

section.contact-form form input {
    min-height: 55px;
    border-color: #000;
    color: #000;
}

section.contact-form form button {
    width: 200px;
    border: 1px solid #000;
    border-radius: 0;
    padding: 10px;
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    font-family: "Avenir LTStd", sans-serif;
    height: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: transparent;
    margin-top: 20px;
}

section.contact-form form button:hover{
    background-color: #000;
    color : white;
    border-color: #000;
}


section.contact-form form input:focus {
    box-shadow: none;
    border-color: #000;
}
   

section.inner-banner.is-contact {
    background: url(../images/s19-contact-2.jpg) no-repeat center center / cover;
    position : relative;
    
}   


section.inner-banner.is-kinetic-gym {
    background: url(../images/gym-banner.jpg) no-repeat center center / cover;
}

section.inner-banner.is-ripples-pool {
    background: url(../images/pool-banner.jpg) no-repeat center center / cover;
}

.fusion-cloud-kitchen-section {
  padding: 70px 20px;
  font-family: 'avenir-book', sans-serif;
  color: #58636a;
  background: #fdfdfd;
}

.fusion-heading {
  text-align: center;
  margin-bottom: 50px;
}

.fusion-label {
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #58636a;
  font-weight: 900;
}

.fusion-heading h2 {
  font-size: 56px;
  color: #000;
  margin: 10px 0;
}

.fusion-heading p {
  font-size: 16px;
  color: #58636a;
}

.fusion-brand-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.fusion-brand-card {
  text-align: center;
  padding: 25px;
  border-radius: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.fusion-brand-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.fusion-brand-logo {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  padding: 40px;
  border-radius: 12px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.quickish-card .fusion-brand-logo {
  background: linear-gradient(135deg, #e5a0c2, #f4c2d1);
}

.wok-card .fusion-brand-logo {
  background: linear-gradient(135deg, #183f66, #3a599f);
}

.yalla-card .fusion-brand-logo {
  background: linear-gradient(135deg, #f2cf76, #f9e2aa);
  color: #000;
}

.fusion-brand-card h3 {
  font-size: 22px;
  margin: 12px 0;
  color: #000;
}

.fusion-brand-card p {
  font-size: 15px;
  margin-bottom: 20px;
}

.fusion-btn {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(90deg, #59636a, #646464, #262427);
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.fusion-btn:hover {
  transform: scale(1.05);
    color:white;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

@media (max-width: 991px) {
  .fusion-brand-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .fusion-brand-grid {
    grid-template-columns: 1fr;
  }
}

.fusion-container {
    max-width: 1300px;
    margin: auto;
}
