* {
    margin: 0;
}

@font-face {
  font-family: 'SFPRODISPLAYBOLD';
  src: url('../fonts/sfpro/SFPRODISPLAYBOLD.OTF');
}
@font-face {
  font-family: 'SFPRODISPLAYMEDIUM';
  src: url('../fonts/sfpro/SFPRODISPLAYMEDIUM.OTF');
}
@font-face {
  font-family: 'SFPRODISPLAYREGULAR';
  src: url('../fonts/sfpro/SFPRODISPLAYREGULAR.OTF');
}
@font-face {
  font-family: 'SquadaOne-Regular';
  src: url('../fonts/SquadaOne-Regular.ttf');
}
@font-face {
    font-family: 'Grotters';
    src: url('../fonts/Grotters.ttf');
  }

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  font-family: 'SFPRODISPLAYREGULAR';
  overflow-x: hidden;
}

/********* HEADER *********/
.header {
    position: absolute;
    width: 100%;
    z-index: 11;
    display: flex;
    justify-content: space-between;
    /* border-style: solid;
    border-width: 0 0 1px;
    border-color: #FFFFFF30; */
    /* height: 120px; */
}
.header .logo {
  width: 265px;
  height: auto;
    margin-top: -10px;
    cursor: pointer;
}
.header .social-icons {
    align-self: center;
}
.header .social-icons ul {
    padding-left: 0px;
    list-style-type: none;
    display: flex;
    margin: 35px;
}
.header .social-icons ul li a {
    color: #fff !important;
    text-decoration: none !important;
    font-size: 22px;
}
.header .social-icons ul li {
  margin-left: 12px;
  margin-right: 12px;
}
.twitter-img {width: 17px !important;}
.twitter-icn:hover .twitter-img{filter: invert(1);}
@media (max-width: 600px) {
    .header .logo {
        width: 153px;
        height: 101px;
        margin-top: -3px;   
        display: none;     
    }
    .header {
        height: 95px;
    }
    .header .social-icons {
      margin-left: auto;
      margin-right: auto;
      /* display: none; */
    }
    .header .social-icons ul li a {
      font-size: 22px;
    }
    .header .social-icons ul li {
      margin-left: 12px;
    }
}

/************ WAVES *************/
/* waves */
.waves {
    position:relative;
    width: 100%;
    height:15vh;
    margin-bottom:-7px; /*Fix for safari gap*/
    min-height:100px;
    max-height:150px;
    bottom: 100px;
    z-index: 1;
  }
  /* Animation */

.parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
  }
  .parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
  }
  .parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
  }
  .parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
  }
  .parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
  }
  @keyframes move-forever {
    0% {
     transform: translate3d(-90px,0,0);
    }
    100% { 
      transform: translate3d(85px,0,0);
    }
  }

  @media (max-width: 600px) {
    .waves {
        height: 2vh;
        margin-bottom: 12px;
        min-height: 50px;
        bottom: 49px;
    }
  }

  /*Shrinking for mobile*/
  @media (max-width: 768px) {
    .waves {
      /* height:40px; */
      /* min-height:40px; */
    }
    .content {
      height:30vh;
    }
    h1 {
      font-size:24px;
    }
  }

  @media screen and (min-width: 600px) and (max-width: 767px) {
    .waves {
        height: 3vh;
        margin-bottom: -7px;
        min-height: 85px;
        max-height: 150px;
        bottom: 70px;
    }
  }
  @media screen and (min-width: 767px) and (max-width: 992px) {
    .waves {
        height: 3vh;
        margin-bottom: -7px;
        min-height: 85px;
        max-height: 150px;
        bottom: 70px;
    }
  }

/************* ABOUT ************/
.about-section {
    height: 770px;
    position: relative;
    margin-bottom: 50px;
}
.abt-left {
    /* background: url(../images/home/about-left-img.png); */
    background-image: linear-gradient(180deg, #FFF 0.37%, rgba(255, 255, 255, 0.848961) 9.2%, rgba(255, 255, 255, 0.129088) 69.49%), url(../images/home/about-left-img.png);
    background-size: cover;background-position: bottom;
}
.abt-right {
    background: url(../images/home/about-right-img.jpg);
    /* background-image: linear-gradient(180deg, #FFF 0.37%, rgba(255, 255, 255, 0.848961) 9.2%, rgba(255, 255, 255, 0.129088) 69.49%), url(../images/home/about-right-img.jpg); */
    background-size: cover;
}
.abt-right:before {
    content: '';
    background-image: linear-gradient(180deg, #FFF 1.37%, rgba(255, 255, 255, 0.848961) 25.2%, rgba(255, 255, 255, 0.129088) 39.49%);
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.abt-left-content {
    background: #fff;
    padding: 25px;
    width: 44%;
    position: absolute;
    left: 6%;
}
.abt-left-content h6 {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 4px;
    margin-bottom: 21px;
    color: #06b0df;
    text-transform: uppercase;
    font-family: 'SFPRODISPLAYBOLD';
}
.abt-left-content h1 {
  line-height: 40px;
  color: #000;
  font-size: 31px;
  font-family: 'SFPRODISPLAYBOLD';
  letter-spacing: .5px;
  margin-bottom: 30px;
}
.abt-left-content p {
    line-height: 26px;
    color: #686868;
    letter-spacing: .5px;
    margin-bottom: 50px;
}
/*youtube video popup*/

#video-popup-container {
    display:none;
    position: fixed;
    z-index: 996;
    width: 60%;
    left: 50%;
    margin-left: -30%;
    top: 20%;
    background-color: #fff;
  }
  
  #video-popup-close {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 998;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    text-align: center;
    font-size: 12px;
    background-color: #000;
    line-height: 25px;
    color: #fff;
  }
  
  #video-popup-iframe-container {
    position: absolute;
    z-index: 997;
    width: 100%;
    padding-bottom: 56.25%;
    /* border: 2px solid #000; */
    border-radius: 2px;
    background-color: #000;
    box-shadow: 0 0 8px rgba(0,0,0,.6);
  }
  
  #video-popup-iframe {
    z-index: 999;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
  }
  
  #video-popup-overlay {
    display: none;
    position: fixed;
    z-index: 995;
    top: 0;
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
  }
  
  #video-popup-close:hover {
    color: #DE0023;
  }
  .youtube-vid {
    position: relative;
  }
  .youtube-vid i {
    font-size: 60px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    transition: .3s ease-in-out;
  }
  .youtube-vid:hover i {
    color: #06b0df;
    transition: .3s ease-in-out;
  }
  .youtube-vid img {
    width: 100%;
  }
  .abt-left-content .logo {
    width: 200px;
    margin: auto;
    cursor: pointer;

  }

  @media (max-width: 600px) {
    .abt-left {
        display: none;
    }
    .abt-left-content {
        width: 90%;
        padding: 18px 35px 50px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .about-section {
        height: 735px;
    }
    .abt-left-content h1 {
      line-height: 34px;
      font-size: 28px;
      margin-top: 25px;
      text-align: center;     
    }
    .abt-left-content p {
      text-align: center;
    }
    .youtube-vid i {
        font-size: 45px;
    }
    
  }
  @media screen and (min-width: 600px) and (max-width: 767px) {
    .abt-left-content {
        width: 60%;
        padding: 80px 45px 45px;
    }
    .about-section {
        height: 690px;
    }
    
    .youtube-vid i {
        font-size: 45px;
    }
  }
  @media screen and (min-width: 767px) and (max-width: 992px) {
    .abt-left-content {
        width: 60%;
        padding: 80px 45px 45px;
    }
    .about-section {
        height: 690px;
    }
      
    .youtube-vid i {
        font-size: 45px;
    }
  }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .abt-left-content {
        padding: 80px 45px 45px;
    }
    .about-section {
        height: 690px;
    }
    .abt-left-content h1 {
        line-height: 40px;
        font-size: 31px;
    }
  }


  /************* GRID ************/
  .grid-section .cont-section {
    background: #333239;
  }
  .grid-section .cont-section .det {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-bottom: 0;
    left: 0;
    right: 0;
    padding: 0px 10px;
  }
  .grid-section .cont-section .det h5 {
    text-align: center;
    font-family: 'SFPRODISPLAYMEDIUM';
    font-size: 1.875rem;
    color: #fff;
  }
  .grid-section .cont-section .det p {
    text-align: center;
    font-family: 'SFPRODISPLAYMEDIUM';
    color: #fff;
    font-size: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
  }
  .grid-section .cont-section-img {
    overflow: hidden;
  }
  .grid-section .cont-section-img img {
    width: 100%;
    height: 375px;
    object-fit: cover;
    transition: .4s ease-in-out;
  }
  .grid-section .cont-section-img img:hover {
    transform: scale(1.2);
    transition: .4s ease-in-out;
  }
  .grid-section .cont-section-img:after:hover img {
    transform: scale(1.2);
    transition: .4s ease-in-out;
  }
  .grid-section .cont-section-img:after {
    background: transparent linear-gradient(360deg, #000000C2 0%, #0006 65%, #0000 100%) 0% 0% no-repeat padding-box !important;
    content: "";
    width: 100%;
    height: 32%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .grid-section .cont-section-img h6 {
    position: absolute;
    bottom: 45px;
    text-align: center;
    font-family: 'SFPRODISPLAYMEDIUM';
    color: #fff;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 24px;
    z-index: 1;
  }
  .grid-title {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
  }
  .grid-title .headingaft {
    width: 100px;
    height: 1px;
    background: #333239;
    margin: auto 13px;
    position: relative;
  }
  .grid-title h4 {
    text-align: center;
    font-family: 'SFPRODISPLAYMEDIUM';
    font-size: 1.875rem;
    color: #333239;
    letter-spacing: 0.02em;
  }
  .dot-rgt:after {
    content: '';
    width: 5px;
    height: 5px;
    background: #333239;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .dot-lft:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #333239;
    border-radius: 100%;
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  @media (max-width: 600px) {
    .grid-section .cont-section {
      height: 110px;
    }
    .grid-section .cont-section-img img {
      height: 200px;
    }
    .order-mb-2 {
      order: 2;
    }
    .grid-section .cont-section .det h5 {
      font-size: 26px;
    }
    .grid-section .cont-section .det p {
      margin-bottom: 10px;
    }
    .grid-title .headingaft {
      width: 60px;
    }
  }
  @media screen and (min-width: 600px) and (max-width: 767px) {
    .grid-section .cont-section-img img {
      height: 205px;
    }
    .grid-section .cont-section .det p {
      margin-bottom: 5px;
    }
    .grid-section .cont-section .det h5 {
      font-size: 20px;
    }
  }
  @media screen and (min-width: 600px) and (max-width: 767px) {
    .grid-section .cont-section-img img {
      height: 205px;
    }
    .grid-section .cont-section .det p {
      margin-bottom: 5px;
    }
    .grid-section .cont-section .det h5 {
      font-size: 20px;
    }
  }
  @media screen and (min-width: 767px) and (max-width: 992px) {
    .grid-section .cont-section-img img {
      height: 205px;
    }
    .grid-section .cont-section .det p {
      margin-bottom: 5px;
    }
    .grid-section .cont-section .det h5 {
      font-size: 20px;
    }
  }
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .grid-section .cont-section-img img {
    height: 292px;
  }
  .grid-section .cont-section .det h5 {
    font-size: 25px;
  }
}



  /****************** RESTAURANT ************/
.restaurant-section {
    padding: 50px 0px;
}
.restaurant-lft .carousel-fade .carousel-inner img {
    width: 100%;
    /* height: 400px; */
    object-fit: cover;
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
   }
   
   .carousel-fade  .carousel-item.active,
   .carousel-fade  .carousel-item-next.carousel-item-left,
   .carousel-fade  .carousel-item-prev.carousel-item-right {
     opacity: 1;
   }
   
   .carousel-fade .active.carousel-item-left,
   .carousel-fade  .active.carousel-item-right {
    opacity: 0;
   }
   
   .carousel-fade  .carousel-item-next,
   .carousel-fade .carousel-item-prev,
   .carousel-fade .carousel-item.active,
   .carousel-fade .active.carousel-item-left,
   .carousel-fade  .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
   }
   .carousel-fade .carousel-indicators li {
    width: 13px;
    height: 13px;
    cursor: pointer;
   }

   .restaurant-lft .slider-cont {
    padding: 35px 30px 45px;
    background: #f6f1dc;
   }
   .restaurant-lft .slider-cont img {
    width: auto !important;
    height: 60px !important;
    display: block;
    margin: auto;
   }
   .restaurant-lft .slider-cont h5 {
    text-align: center;
    font-family: 'SFPRODISPLAYMEDIUM';
    font-size: 28px;
    letter-spacing: .5px;    
   }
   .restaurant-lft .slider-cont p {
    color: #686868;
    line-height: 26px;
    font-size: 16px;    align-items: center;
    text-align: center;
    margin-top: 10px;     
    padding-bottom: 20px;
   }
   .restaurant-lft .slider-cont a {
    border-radius: 10px;
    border: 1px solid #FFF;
    background: linear-gradient(0deg, #894D00 -82.77%, #000 100%);
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    line-height: 145.6%;
    letter-spacing: 0.895px;
    transition: 0.5s all ease;
    padding: 4px 18px 5px;
    display: inline;
    width: 102px;
    margin-top: 10px;
   }  
.restaurant-lft .slider-cont a:hover{    background: linear-gradient(240deg, #894D00 -92.77%, #000 100%);}
   .restaurant-lft .slider-cont a img {
    height: 15px !important;
    margin-top: 5px !important;
    margin-left: 8px !important;
    transition: .3s ease-in-out !important;
    filter: invert(100) !important;
    width: auto !important;
   }
   .restaurant-lft .slider-cont a:hover img {
    margin-left: 15px !important;
    transition: .3s ease-in-out !important;
   }
   .restaurant-lft .carousel-indicators {
    bottom: 43%;
   }
.restaurant-rgt {
    padding-left: 15%;
}
   .restaurant-rgt h1 {
    line-height: 40px;
    color: #000;
    font-size: 35px;
    font-family: 'SFPRODISPLAYBOLD';
    letter-spacing: .5px;
    margin-bottom: 30px;
}
.restaurant-rgt p {
    line-height: 26px;
    color: #686868;
    letter-spacing: .5px;
    margin-bottom: 50px;
}
.restaurant-rgt ul {
    margin-top: 30px;
    list-style-type: none;
    padding-left: 0px;
}
.restaurant-rgt ul li {
    font-family: 'SFPRODISPLAYMEDIUM';
    letter-spacing: .5px;
    font-size: 22px;
    color: #000;
    margin-bottom: 23px;
}
.restaurant-rgt ul li img {
    width: 15px;
    margin-right: 7px;
}
.mail-sect {
  display: flex;
  justify-content: center;
}
.mail-sect a {
  font-family: 'SFPRODISPLAYMEDIUM';
  letter-spacing: .5px;
  font-size: 18px;
  color: #000;
  z-index: 1;
  margin-top: 16px;
  text-decoration: none !important;
}
.mail-sect a img {
  width: 15px;
}
/* .borderBottom {
  border-bottom: 1px solid #f7f7f7;
  position: absolute;
  left: 20%;
  bottom: 0;
  width: 100%;
} */
.border-lt {
  border-left: 1px dashed #1a1a1a;
}
/* .borderBottomR {
  border-bottom: 1px solid #f7f7f7;
  position: absolute;
  right: 20%;
  bottom: 0;
  width: 100%;
} */
.highlights-box-list {
  text-align: center;
  padding: 0px 13px;
}
/* .highlights-box-list:nth-child(1), .highlights-box-list:nth-child(2) {
  border-bottom: 1px dashed #1a1a1a;
}*/
.highlights-box-list h4 {    margin-top: 10px;
    font-family: 'SFPRODISPLAYMEDIUM';
    font-size: 1.15rem;    margin-bottom: 3px;
}
.highlights-box-list p {
    font-size: 12px;
    line-height: 14px;
    margin-top: 5px;
}
.now-open {
  left: 0%;
    width: 48%;
    top: 3%;
    bottom: unset;
    background: linear-gradient(270deg, #FFF0 19.7%, #020100 89.85%) !important;
}
.now-open1 {
  background: linear-gradient(-270deg, #FFF0 19.7%, #000 89.85%);
}
.now-open2 {
  background: linear-gradient(-270deg, #FFF0 19.7%, #192b13 89.85%);
}
.now-open3 {
  background: linear-gradient(-270deg, #FFF0 19.7%, #053b75 89.85%);
}
.now-open h5 {
  color: #fff;
  margin-bottom: 0;
    padding-left: 15px;
    width: 100%;
    font-size: 20px;
    text-align: left;
  font-family: 'SFPRODISPLAYBOLD';
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

@media (max-width: 600px) {
  .restaurant-lft .carousel-fade .carousel-inner img {
    /* height: 200px;    */
  }
  .restaurant-lft .slider-cont h5 {
    font-size: 25px;
  }
  .restaurant-lft .slider-cont p {
    text-align: justify;       
     /* height: 700px; */
  }
  .restaurant-rgt {
    padding-left: 0;
    margin-top: 25px;
  }
  .restaurant-rgt h1 {
    font-size: 28px;
    margin-bottom: 18px;
    line-height: 32px;
  }
  .restaurant-rgt ul li {
    font-size: 18px;
    margin-bottom: 18px;
  }
  .highlights-box-list h4 {
    margin-top: 20px;
  }
  .restaurant-rgt p {
    margin-bottom: 15px;
  }
  .restaurant-section {
    padding: 0px 0px 60px;
  }
  .border-lt {
    border-left: 1px dashed transparent;
  }
  
  .highlights-box-list {
    padding: 2% 0px;
  }
  .now-open {
    width: 60%;
  }
  .now-open h5 {
    font-size: 15px;
  }
  .restaurant-lft .carousel-indicators {
    bottom: unset;
    top: 46%;
  }
  .carousel-item > img{
    min-height: 350px;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .restaurant-section {
    padding: 60px 0px;
  }
  .restaurant-rgt {
    padding-left: 0;
    margin-top: 25px;
  }
  .restaurant-rgt h1 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .highlights-box-list {
    text-align: center;
    padding: 2% 13px;
  }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .restaurant-section {
    padding: 60px 0px;
  }
  .restaurant-rgt {
    padding-left: 0;
    margin-top: 25px;
  }
  .restaurant-rgt h1 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .highlights-box-list {
    text-align: center;
    padding: 2% 13px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .restaurant-rgt {
        padding-left: 10%;
      }
}

/********* Reservation call ***********/
.reservation-call {
  margin-top: 70px;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
}
.reservation-call h4 {
  font-size: 21px;
  font-family: 'SFPRODISPLAYMEDIUM';
  text-align: center;
  letter-spacing: 0.5px;
  margin-bottom: 0px;
  align-self: center;
}
.reservation-call h4 .bk-icon {
    width: 30px;
    margin-right: 5px;
}
.reservation-call h4 .nxt-icon {
    width: 10px;
    margin-top: -2px;
}
.reservation-call .ph-no {
  padding-left: 0px;
  list-style-type: none;
  display: flex;
  border: 1px solid #000;
  border-radius: 7px;
  width: 340px;
  margin: 0 0 0 15px;
  justify-content: center;
}
.reservation-call .ph-no li {
  padding: 5px 10px;
  border-right: 1px solid #000;
}
.reservation-call .ph-no li:nth-child(2) {
  border-right: 1px solid transparent;
}
.reservation-call .ph-no a {
  text-decoration: none !important;
  color: #212121;
  font-family: 'SFPRODISPLAYMEDIUM';
  font-size: 16px;
  letter-spacing: 1px;
  pointer-events: none;
}
.reservation-call .mail-sect a img {
    width: 19px;
    margin-right: 5px;
}  
.reservation-call .vrt-line {
    width: 1px;
    height: 30px;
    background: #000;
    margin: auto 25px;
}

@media (max-width: 600px) {
  .reservation-call .ph-no a {
    font-size: 15px;
  }
  .reservation-call .ph-no {
    width: 310px;
    margin: auto auto 10px;
  }
  .reservation-call .mail-sect a {
    font-size: 15px;
  }
  .reservation-call .vrt-line {
    display: none;
  }
  .reservation-call h4 { 
    font-size: 15px;
  }
}
@media (max-width: 992px) {
  .reservation-call {
    display: block;
    padding-left: 0;
  }
  .reservation-call h4 { 
    margin-bottom: 20px;
  }
  .reservation-call h4 .nxt-icon {
    transform: rotate(90deg);
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .reservation-call h4 {
    font-size: 16px;
  }
}

/************* AUTO SCROLL ************/
#jssor_1 {
    position:relative;
    /* margin:0 auto 50px; */
    margin: 0 auto 0px;
    top:0px;
    left:0px;
    width: 100% !important;
    height:320px !important;
    overflow:hidden;
    visibility:hidden;
}
.jssor-innerSlide {
    cursor:default;
    position:relative;
    top:0px;
    left:0px;
    width:100% !important;
    height:320px !important;
    overflow:hidden;
}
/* #jssor_1 div {
    width:100% !important;
    height:320px !important;
} */
#jssor_1 div img {
    object-fit: cover;
}
.auto-slider-section {
    position: relative;
    margin-top: 0px;
}
.auto-slider-section .stay-section {
    background: linear-gradient(#0aa1bf, #14bb93);
    width: 258px;
    height: 320px;
    position: absolute;
    top: 0;
}
.stay-section .social-icons ul {
    padding-left: 0px;
    list-style-type: none;
    display: flex;
    margin: 44% 35px 35px 35px;
}
.stay-section .social-icons ul li {
    margin-right: 30px;
}
.stay-section .social-icons ul li a {
    color: #fff !important;
    text-decoration: none !important;
    font-size: 27px;
  }
  .stay-section h5 {
    font-family: 'SFPRODISPLAYMEDIUM';
    letter-spacing: 3.5px;
    font-size: 26px;
    color: #fff;
    margin-bottom: 23px;
    margin-left: 35px;
    margin-top: 45%;
    line-height: 35px;
    margin-right: 35px;
  }
  .stay-section h5 span {
    font-family: 'SFPRODISPLAYBOLD';
    display: block;
    font-size: 31px;
    margin-top: 5px;
    letter-spacing: .6px;
  }

/* Direction aware animation */
.innerslide_img .overlay{
  position: absolute;
  width: 100%;
  height: 0%;
  bottom: 0%;
  color: #FFF;
  background-color: rgba(0,0,0,0.33);
  z-index: 10;
  transition: height 0.5s;
  -webkit-transition: height 0.5s;
  text-align: center;
  overflow: hidden;
  transition: .5s;
}
.innerslide_img:hover .overlay{
  height: 320px;  cursor: pointer;
}
.innerslide_img img {
  transition: .5s;
  cursor: pointer;
}
.innerslide_img:hover img {
  transform: scale(1.2);
  transition: .5s;
}
.innerslide_img .overlay img {
  width: 20px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

@media (max-width: 600px) {
  .auto-slider-section {
    display: grid;
  }
  .auto-slider-section .stay-section {
    width: 100%;
    height: auto;
    order: 1;
    position: unset;
  }
  .stay-section h5 {
    font-size: 24px;
    margin-top: 5%;
    text-align: center;
    letter-spacing: 2.5px;
  }
  .stay-section h5 span {
    font-size: 26px;
    display: block;
  }
  .innerslide_img img {
    height: 275px !important;
  }
  .jssor-innerSlide {
    height: 275px !important;
  }
  #jssor_1 {
    margin: 0 auto 0;
    order: 2;
  }
  .innerslide_img .overlay img {
    height: 20px !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .auto-slider-section .stay-section {
    width: 215px;
    height: 275px;
  }
  .stay-section h5 {
    font-size: 24px;
    letter-spacing: 2.3px;
  }
  .stay-section h5 span {
    font-size: 26px;
  }
  .innerslide_img img {
    height: 275px !important;
  }
  .jssor-innerSlide {
    height: 275px !important;
  }
  #jssor_1 {
    margin: 0 auto 0;
  }
  .innerslide_img .overlay img {
    height: 20px !important;
  }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .auto-slider-section .stay-section {
    width: 215px;
    height: 275px;
  }
  .stay-section h5 {
    font-size: 24px;
    letter-spacing: 2.3px;
  }
  .stay-section h5 span {
    font-size: 26px;
  }
  .innerslide_img img {
    height: 275px !important;
  }
  .jssor-innerSlide {
    height: 275px !important;
  }
  #jssor_1 {
    margin: 0 auto 0;
  }
  .innerslide_img .overlay img {
    height: 20px !important;
  }
}
   

/*********** RESERVATION **************/
.reservation-section {
  background: url(../images/footer-bg.png);
  height: auto;
  background-size: 100% 100%;
  margin-top: 25px;
  position: relative;
  padding-bottom: 65px;
}
.reservation-section:before {
  content: '';
  background: rgba(255, 255, 255, 0.67);
  width: 100%;
  height: 100%;
  position: absolute;
}
.reservation-section h4 {
  font-size: 21px;
  font-family: 'SFPRODISPLAYBOLD';
  text-align: center;
  letter-spacing: 0.5px;
}
.reservation-section .ph-no {
  padding-left: 0px;
  list-style-type: none;
  display: flex;
  border: 1px solid #000;
  border-radius: 7px;
  width: 370px;
  margin: 22px auto auto;
}
.reservation-section .ph-no li {
  padding: 5px 10px;
  border-right: 1px solid #000;
}
.reservation-section .ph-no li:nth-child(2) {
  border-right: 1px solid transparent;
}
.reservation-section .ph-no a {
  text-decoration: none !important;
  color: #212121;
  font-family: 'SFPRODISPLAYBOLD';
  font-size: 18px;
  letter-spacing: 1px;
  pointer-events: none;
}
.we-r {
  display: flex;
  width: 75%;
  margin: 80px auto auto;
}
.we-r h5 {
  font-size: 19px;
  font-family: 'SFPRODISPLAYBOLD';
  width: 300px;
  text-align: center;
  letter-spacing: 0.5px;
}
.we-r .line img {
  width: 100%;
}
.reservation-section .vertLine {
  width: 1px;
  height: 38px;
  border-left: 1px dashed #000;
  margin: auto;
}
.reservation-section .address p {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.8px;
  text-align: center;
  margin-top: 5px;
}
.reservation-section .route-map img {
  width: 100%;
}
.reservation-section .route-map {
  margin-top: 55px;
}

.location-map {
  width: 300px;
}
.location-map img {
  width: 50px;
  display: block;
  margin: -18px auto 8px;
}
.location-map a {
  width: 60px;
  border: 1px solid #0AA6CA;
  border-radius: 10px;
  color: #000 !important;
  text-decoration: none !important;
  font-size: 11px;
  text-align: center;
  height: 20px;
  line-height: 17px;
  display: block;
  margin: auto;
  letter-spacing: 0.5px;
}
.grid-title h4.landmark-img-title{
  z-index: 1;
  margin-top: 20px;
 
    color: #333239;
    margin: 0;
}
@media (max-width: 600px) {
  .reservation-section .ph-no a {
    pointer-events: unset;
    font-size: 15px;
  }
  .reservation-section .ph-no {
    width: 320px;
  }
  .reservation-section h4 {
    font-size: 19px;
  }
  .we-r {
    margin: 50px auto auto;
    width: 100%;
    justify-content: center;
  }
  .we-r .line img {
    height: 1px;
    width: 100px;
  }
  .reservation-section .address p {
    font-size: 16px;
    padding: 0px 12px;
  }
  .reservation-section .route-map {
    margin-top: 40px;
  }
  .we-r h5 {
    width: 235px;
  }
  .location-map {
    width: 235px;
  }
  .reservation-section {
    height: auto;
    padding-bottom: 65px;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .reservation-section .address p {
    font-size: 16px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .we-r {
    width: 100%;
  }
  .reservation-section .ph-no a {
    pointer-events: unset;
  }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .reservation-section .address p {
    font-size: 16px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .we-r {
    width: 100%;
  }
  .reservation-section .ph-no a {
    pointer-events: unset;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .reservation-section .address p {
    font-size: 16px;
  }
  .we-r {
    width: 100%;
  }
}


/************ SUBSCRIPTION ************/
.subscription-section {
  background: #fff;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 10px;
}
.subscription-lft {
  padding: 40px 0 20px;
}
.subscription-lft h6 {
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 4px;
  margin-bottom: 10px;
  color: #06b0df;
  text-transform: uppercase;
}
.subscription-lft p {
  line-height: 26px;
  color: #686868d1;
  letter-spacing: .5px;
  margin-bottom: 25px;
}

.subscription-lft .form-group {
  position: relative;
  width: 83%;
  margin-bottom: 0px;
}
.subscription-lft .form-control {
  line-height: 24px;
  padding: 8px 12px;
  color: #000;
  font-size: 14px;
  background-color: #ffefcf69;
  width: 100%;
  border: 0;
  border-radius: 8px;
  box-shadow: unset !important;
}
.subscription-lft ::placeholder {
    color: #000;
    opacity: 1 !important;
    }
.subscription-lft .btn {
  border-color: #06b0df;
  border-width: 1px;
  border-style: solid;
  font-size: 12px;
  line-height: 20px;
  background-color: #06b0df;
  padding: 6px 8px 6px 8px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 8px;
  letter-spacing: 1.5px;
  /* position: absolute;
  top: 0;
  right: 0; */
}
.subscription-rgt img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: 50% 82%;
}
.subscription-overlay {
  /* background: linear-gradient(270deg, #FFF 25.7%, #C9C9C900 99.85%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  text-align: right;
  padding-top: 9%; */
  background: linear-gradient(270deg, #f8fbf5, #ffffff4d 88%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  text-align: right;
  padding-top: 9%;
  padding-right: 7%;
}
.subscription-rgt h6 {
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 4px;
  margin-bottom: 10px;
  color: #06b0df;
  text-transform: uppercase;
  text-align: right;
}
.subscription-rgt h4 {
  /* line-height: 50px; */
  color: #000;
  font-size: 23px;
  font-family: 'SFPRODISPLAYBOLD';
  letter-spacing: 1.6px;
  margin-bottom: 20px;
  width: 42%;
  margin-left: auto;
}
.subscription-rgt a {
  text-decoration: none !important;
  color: #000 !important;
  display: flex;
  justify-content: end;
  letter-spacing: .9px;
  text-transform: uppercase;
  font-size: 12px;
}
.subscription-rgt a img {
  width: 15px;
  height: 15px;
  margin-top: 1px;
  margin-left: 8px;
  transition: .3s ease-in-out;
}
.subscription-rgt a:hover img {
  margin-left: 15px;
  transition: .3s ease-in-out;
}
.error {
  font-size: 12px;
  color: red;
}
.subscription-lft p span {
  font-family: 'SFPRODISPLAYMEDIUM';
  color: #535353;
}

@media (max-width: 600px) {
  .subscription-lft {
    text-align: center;
  }
  .subscription-lft .form-group {
    margin: auto;
    margin: auto auto 0px;
  }
  .subscription-lft .form-group:nth-child(2) {
    margin: auto auto 10px;
  }
  .subscription-overlay {
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 15%;
    padding-right: 5%;
  }
  .subscription-rgt h4 {
    width: 69%;
    margin-left: auto;
    margin-right: auto;
  }
  .subscription-lft p {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .subscription-rgt a {
    justify-content: center;
  }

}

@media (min-width: 600px) {
  .brd-rds-1 {
    border-radius: 8px 0 0 8px !important;
  }
  .brd-rds-2 {
    border-radius: 0px 8px 8px 0 !important;
    border-left: 2px solid #8a8a8a57 !important;
  }
}

@media screen and (min-width: 600px) and (max-width: 767px) {
  .subscription-lft {
    text-align: center;
  }
  /* .subscription-lft .form-group {
    margin: auto;
  } */
  .subscription-overlay {
    width: 100%;
    left: 0;
    right: 0;
    padding-right: 2%;
  }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .subscription-lft {
    text-align: center;
  }
  /* .subscription-lft .form-group {
    margin: auto;
  } */
  .subscription-overlay {
    width: 100%;
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .subscription-rgt h4 {
    width: 55%;
  }
  .lg-btn-align {
    font-size: 9px !important;
padding: 3px 5px !important;
  }
}
@media (min-width: 992px) {
  .ml-min-3 {
    margin-left: -3%;
  }
  .subscription-lft p { 
    margin-left: -3%;
  }
}
/************* FOOTER *************/
.footer-logo img {
  width: 210px;
  margin: auto;
  display: block;
}
.footer-address {
  align-self: center;
}
.footer-address img {
  width: 27px;
  margin: auto auto 10px;
  display: block;
}
.footer-address p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.8px;
  text-align: center;
  /* margin-top: -16px; */
  padding: 0px 10px;
  /* margin-left: 20px; */
}
.footer-socialmedia {
  align-self: center;
}
.footer-socialmedia .social-icons ul {
  padding-left: 0px;
  list-style-type: none;
  display: flex;
  justify-content: end;
  margin-bottom: 0px;
}
.footer-socialmedia .social-icons ul li {
  margin-left: 30px;
}
.footer-socialmedia .social-icons ul li a {
  color: #000 !important;
  text-decoration: none !important;
  font-size: 20px;
  width: 40px;
  height: 40px;
  display: inline-block;
  border: 2px solid #000;
  border-radius: 100px;
  text-align: center;
  line-height: 36px;
  transition: .3s ease-in-out;
}
.footer-socialmedia .social-icons ul li a img {
  width: 40px;
}
.footer-socialmedia .social-icons ul li a.facebook-icn:hover {
  border: 2px solid #3b5998;
  background: #3b5998;
  color: #fff;
  transition: .3s ease-in-out;
}
.footer-socialmedia .social-icons ul li a:hover i {
  color: #fff;
  transition: .3s ease-in-out;
}
.footer-socialmedia .social-icons ul li a.insta-icn:hover {
  border: 2px solid #e44570;
  background: #e44570;
  color: #fff;
  transition: .3s ease-in-out;
}
.footer-socialmedia .social-icons ul li a.youtube-icn:hover {
  border: 2px solid #e60000;
  background: #e60000;
  color: #fff;
  transition: .3s ease-in-out;
}
.footer-socialmedia .social-icons ul li a.twitter-icn:hover {
  border: 2px solid #41a1f2;
  background: #41a1f2;
  color: #fff;
  transition: .3s ease-in-out;
}
.footer-socialmedia .social-icons ul li a.linked-icn:hover {
  border: 2px solid #0077b5;
  background: #0077b5;
  color: #fff;
  transition: .3s ease-in-out;
}


footer p {
  margin-bottom: 0px;
  color: #D9D9D9D1;
  font-size: 13px;
  letter-spacing: 0.5px;
  margin-top: 3px;
}
footer a {
  color: #D9D9D9D1 !important;
  font-size: 13px;
  text-decoration: none !important;
  letter-spacing: 0.5px;
  cursor: pointer;
}
.f-12 {
  font-size: 12px;
}
.footer-bg {
  background: #343434;
  padding: 8px 0px;
}

.modal-dialog .modal-content {
  background-image: url(../images/banner/plain-bg.png);
  background-size: cover;
  background-color: #fff;
}
.modal-dialog .modal-header {
  border-bottom: 1px solid #a8a8a8;
}
.modal-dialog .modal-header h5 {
  font-family: 'SFPRODISPLAYMEDIUM';
}
.modal-dialog .modal-content p {
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.5px;
}


@media (max-width: 600px) {
  .footer-socialmedia .social-icons ul {
    justify-content: center;
  }
  .footer-socialmedia .social-icons ul li {
    margin-left: 15px;
    margin-right: 15px;
  }
  footer p {
    margin-bottom: 0px;
  }
  .footer-bg { 
    margin-top: 5%;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .footer-socialmedia .social-icons ul {
    justify-content: start;
  }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .footer-socialmedia .social-icons ul {
    justify-content: center;
  }
}

.overlay-popup-bg {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	display: none;
	z-index: 11111;
}
.popup {
	margin: 35px auto;
	padding: 30px 20px;
	background: #fff;
	border-radius: 5px;
	/* width: 30%; */
	position: relative;
	transition: all .5s ease-in-out;
	top: 100px;
}
.popup .close {
	position: absolute;
	top: 6px;
	right: 10px;
	transition: all 200ms;
	font-size: 23px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
    cursor: pointer;
}
.popup .close:hover {
  	color: #C54E47;
}
.popup .content {
  	max-height: 30%;
  	overflow: auto;
/*	margin-top: 5%;*/
	text-align: center;
/*	font-weight: bold;*/
padding: 5px;
height: auto;
}
.popup .content h3 {
    font-size: 19px;
    margin: auto;
}
.popup .content a {
    font-size: 15px;
}
.popup .content a:hover {
    text-decoration: none;
}


.whatsapp {
  position: fixed;
  width: 42px;
  height: 42px;
  bottom: 89px;
  right: 17px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 999;
}
.whatsapp img {
  width: 28px;
  margin-bottom: 8px;
  margin-left: 2px;
}

@media (max-width: 600px) {
  .whatsapp {
    bottom: 140px;
  }
}