/*General Styling*/



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

::selection {
  background-color: rgba(7, 57, 55, 0.9);
  color: #fff;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-size: 18px;
  font-weight: 300;
  overflow-x: hidden;
  position: relative;
  line-height: 21px;
  scroll-behavior: smooth;
}

.section {
  position: relative;
  padding: 90px 0;
}

.section.section-padding {
  padding: 100px 0 70px;
}

.img-responsive {
  width: auto;
  height: auto;
}

img {
  max-width: 100%;
  max-height: auto;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.section-title.centered {
  margin: 0 auto 58px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 890px;
}

.section-title p {
  line-height: 30px;
}

.section-title.centered p {
  font-size: 16px;
  line-height: 30px;
}

.container-fluid {
  padding: 0;
}





/* Typography */



h1,

h2,

h3,

h4,

h5,

h6 {
  font-family: 'Noto Serif';
  font-weight: 400;
  color: #073937;
  margin-bottom: 20px;
  line-height: 70px;
  font-stretch: 100;
  text-transform: uppercase;
  font-variation-settings: 'CTGR' 86;
}

h1 {
  font-size: 54px;
  line-height: 59px;
}

h2 {
  font-size: 42px;
  line-height: 55px;
}

h3 {
  font-size: 35px;
  font-weight: 400;
  line-height: 49px;
}

h4 {
  font-size: 30px;
  font-weight: 500;
}

p {
  margin-bottom: 20px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px !important;
  color: #073937;
}

a {
  transition: .3s;
  display: inline-block;
}

a:hover,

a:focus {
  outline: none;
  box-shadow: none;
  text-decoration: none;
  color: var(--secondary-color);
}

.box {
  padding-right: 25px;
}

.box-1 {
  padding-left: 25px;
}

section#product_section #next {
  margin: 3rem auto 0;
}

#next {
  width: 49%;
  color: #fff;
  display: flex;
  top: 0;
  font-size: 11px;
  padding: 10px;
  margin-right: 20px;
}

#next:before {
  content: "";
  position: absolute;
  color: #fff;
  right: 50%;
  opacity: 0;
  transition: 0.6s ease-in;
  padding-right: 5px;
}

#next span {
  display: inline-block;
  transition: 0.3s ease-in;
  font-size: 15px;
  padding-left: 5px;
  font-weight: bold;
}

.btn__text {
  position: relative;
  display: block;
  border: 1px solid transparent;
  padding: 10px 22px;
  font-size: 15px;
  line-height: 20px;
  background: linear-gradient(128deg, #073937 0%, #0e7c78 50%, #073937 100%);
  background-size: 200% 100%;
  background-position: 0 0;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  transition: 0.5s ease-in-out;
  transition-property: background-position, opacity, color, box-shadow;
  border-radius: 40px;
  font-weight: 400;
  box-shadow: 0 10px 20px rgb(125 126 126 / 15%);
}

#next:hover span {
  transform: translateX(50%);
}

#next:hover.btn__text {
  background: linear-gradient(128deg, #0e7c78 0%, #073937 50%, #073937 100%);
}



/* ========top-header============ */



.fixed-header {
  position: fixed;
  z-index: 999;
  width: 100%;
}

.top-header {
  background: #596737;
  padding: 7px 0;
  /*position:fixed;*/
  ;
}

.top-header .top-header-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-header .top-header-box .left-box ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.top-header .top-header-box .left-box ul li {
  margin-right: 42px;
}

.top-header .top-header-box .left-box ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 188.5%;
  color: #fff;
  transition: all 0.5s ease;
  text-transform: uppercase;
}

.top-header .top-header-box .left-box ul li a:hover {
  font-weight: 600;
  /* letter-spacing: 1px; */
  ;
}

.top-header .top-header-box .right-box .social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-header .top-header-box .right-box .social-icons li {
  margin-left: 1px;
}

.top-header .top-header-box .right-box .social-icons li a {
  display: flex;
  align-items: center;
  justify-content: center;
  /* transform: translateY(-30px); */
  transition: all 0.5s ease;
}

.top-header .top-header-box .right-box .social-icons li a i {
  font-size: 18px;
  color: #fff;
  margin: 0 8px;
}

.contact-icons ul li a i {
  font-size: 18px;
  color: #073937;
  margin: 0px;
}

.top-header .top-header-box .right-box .social-icons li a:hover,
.contact-icons ul li a:hover {
  padding-left: 0;
  transform: translateY(-2px);
}

.top-header .top-header-box .right-box .social-icons li a:hover .facebook,
.contact-icons ul li a:hover .facebook {
  color: #4267B2;
}

.top-header .top-header-box .right-box .social-icons li a:hover .instagram,
.contact-icons ul li a:hover .instagram {
  color: #8a3ab9;
}

.top-header .top-header-box .right-box .social-icons li a:hover .whatsapp,
.contact-icons ul li a:hover .whatsapp {
  color: #128C7E;
}

.top-header .top-header-box .right-box .social-icons li a:hover .youtube,
.contact-icons ul li a:hover .youtube {
  color: #FF0000;
}

.header {
  position: relative;
  background-color: #fff;
  z-index: 4;
  box-shadow: 1px 5px 4px #f7f7f782;
}

.content {
  padding: 16px;
}



/* The sticky class is added to the header with JS when it reaches its scroll position */

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}



/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */

.sticky+.content {
  padding-top: 102px;
}

/* ==========navbar============ */



.navbar {
  padding: 6px 0;
}

.navbar .menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.navbar .menu .logo img {
  width: 42%;
}

.navbar .menu .menu-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.navbar .menu .menu-list ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar .menu .menu-list ul .nav-item .nav-link {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #073937;
  transition: all 0.5s ease;
}

.navbar .menu .menu-list ul .nav-item .nav-link:hover {
  font-weight: 800;
}

.all-button {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #073937;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  padding: 12px 24px;
  border: 1px solid transparent;
  transition: all 0.5s ease;
  z-index: 1;
}







/* button-hover */



.all-button span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  color: #FFFFFF;
  background-color: #fff;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.all-button:hover {
  color: #073937;
}

.all-button:hover span {
  width: 225%;
  height: 562.5px;
}

.all-button.button-2 {
  color: #073937;
  background: transparent;
  border: 1px solid #073937;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  padding: 12px 24px;
  /* border: 1px solid transparent; */
  transition: all 0.5s ease;
  z-index: 1;
}

.all-button.button-2 span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  color: #FFFFFF;
  background: #073937;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.all-button.button-2:hover {
  color: #fff;
  border: 1px solid transparent;
}

.all-button.button-2:hover span {
  width: 225%;
  height: 562.5px;
  color: #fff;
}

.all-button.button-3 {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 12px 24px;
  transition: all 0.5s ease;
  overflow: hidden;
  position: relative;
}

.all-button.button-3 span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  color: #073937;
  background: #fff;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.all-button.button-3:hover {
  color: #073937;
  border: 1px solid transparent;
}

.all-button.button-3:hover span {
  width: 225%;
  height: 562.5px;
  color: #073937;
}



/* .button-3 {



}



.button-3:hover {



  color: #FFFFFF;

  background: #073937;

border: 1px solid #fff;

} */



.slick-arrow.slick-disabled {
  display: none;
  opacity: 0;
}

.top-move-button {
  position: fixed;
  bottom: 4%;
  left: 3%;
  background: #073937;
  height: 55px;
  width: 55px;
  border-radius: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out .3s;
}

.top-move-button.active {
  opacity: 1;
  visibility: visible;
}

.top-move-button a i {
  color: #fff;
  transform: rotate(-90deg);
  font-size: 36px;
}



/* ==============banner-slider============== */



.home-banner-slider {
  padding-top: 10px;
  padding-bottom: 3px;
}

.home-slide-heading {
  font-size: 42px;
}

.about-banner-heading {
  font-size: 35px;
  line-height: 114.7%;
  text-align: center;
  color: #FFFFFF;
}



/*Banner Booking Table*/

.booking-table {
  position: absolute;
  top: 27%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 900px;
  /*border: 1px solid #fff;*/
  height: auto;
  /*border-radius: 10px;*/
  /*border-collapse: separate;*/
  z-index: 1;
}

.booking-table:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 10px;
  z-index: -1;
}

.booking-table:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  z-index: -1;
}

.booking-table tr td {
  width: 25%;
  border-right: 1px solid #fff;
  position: relative;
}

.booking-table tr td .absolute-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 24px;
}

.booking-table tr td:nth-child(3),

.booking-table tr td:last-child {
  border-right: 0;
}

.booking-table tr td input,

.booking-table tr td select {
  width: 100%;
  height: 60px;
  padding: 0 8px 0 30px;
  border: 0;
  font-size: 18px;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
}

.booking-table tr td input.date {
  padding-left: 44px;
}

.booking-table tr td select option {
  color: #000;
}

.booking-table tr td input::placeholder,

.booking-table tr td select::placeholder {
  color: #fff;
}

.booking-table tr td .all-button {
  border-radius: 0 10px 10px 0;
  transition: 0.3s;
  font-size: 18px;
  font-weight: 600;
  padding: 16px 30px;
  background-color: #fff;
  color: #073937;
}

.booking-table tr td .all-button:hover {
  background-color: #073937;
  color: #fff;
}

.banner-slider .banner-slide .slide-item {
  width: 100%;
  height: auto;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
  background-position: center !important;
}

.banner-slider .banner-slide .slide-item,
.banner-slider .banner-slide .slide-item video {
  height: 470px;
}

.banner-slider .banner-slide .slide-item video {
  width: 100%;
  object-fit: cover;
}

.banner-slider .banner-slide .slide-item .slider-caption {
  position: absolute;
  top: 16%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
  max-width: 437px;
}

.banner-slider .banner-slide .slide-item .slider-caption .location {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 15px;
}

.banner-slider .banner-slide .slide-item .slider-caption .location p {
  font-size: 16px;
}

.banner-slider .banner-slide .slide-item .slider-caption .location img {
  width: 6%;
  margin-top: -17px;
  margin-right: 10px;
}

.banner-slider .banner-slide .slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 60px;
  width: 100%;
  text-align: center;
}

.banner-slider .banner-slide .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 3px;
  cursor: pointer;
}

.banner-slider .banner-slide .slick-dots li button {
  border: 1px solid #073937;
  background: transparent;
  width: 10px;
  height: 10px;
  font-size: 1px;
  border-radius: 50%;
  color: transparent;
  cursor: pointer;
}

.banner-slider .banner-slide .slick-dots li.slick-active button {
  background: #073937;
}





/* ==========hospitality============== */



.hospitality {
  position: relative;
}
.hospitality h1 {
  font-size: 42px;
  line-height: 55px;
}
.hospitality .stroke-1 {
  position: absolute;
  width: 21%;
  right: 0;
  top: -1px;
}

.hospitality .stroke-2 {
  position: absolute;
  width: 11%;
  left: 0;
  top: 0px;
}

.hospitality .section-title p {
  max-width: 491px;
  text-align: center;
  font-size: 18px;
  line-height: 29px;
}

.hospitality .row {
  align-items: center;
}

.hospitality .left-content p {
  font-size: 16px;
  line-height: 205.5%;
  /* padding-top: 26px; */
  ;
}





/* ==================creativity-culture=============== */



.creativity-culture .section-heading {
  max-width: 577px;
}

.creativity-culture p {
  font-size: 18px;
}

.room-box a p {
  text-transform: uppercase;
}

.terms {
  position: relative;
}

.terms .terms-ele {
  position: absolute;
  width: 21%;
  right: 0;
  top: -1px;
}

.terms .stroke {
  position: absolute;
  width: 9%;
  left: 0;
  bottom: -29%;
}

.creativity-culture .tabs .tab-content {
  padding-top: 20px;
}

.creativity-culture .tabs .tab-content h4 {
  line-height: 33px;
  margin-bottom: 11px;
  font-size: 23px;
}

.creativity-culture .tabs .tab-content p {
  font-size: 16px;
  line-height: 205.5%;
  /* text-transform: uppercase; */
  ;
}

.room-box .room-content .room-img a {
  width: 100%;
}

.creativity-culture .location {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0px;
}

.creativity-culture .location p {
  font-size: 16px;
  line-height: 27.24px;
}

.creativity-culture .location img {
  width: 4%;
  margin-top: -17px;
  margin-right: 10px;
}

.creativity-culture .nav-tabs {
  border-bottom: 1px solid #073937;
}

.creativity-culture .nav-tabs .nav-link {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 188.5%;
  color: #073937;
  border: 0;
  border-bottom: 3px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  text-transform: uppercase;
  padding: 0.5rem 0.8rem;
}

.creativity-culture .nav-tabs .nav-item.show .nav-link,

.nav-tabs .nav-link.active {
  color: #073937;
  font-weight: 700;
  border-color: #073937;
}

.room-box {
  padding-top: 40px;
}

.room-headingss {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 20px !important;
  line-height: 38px;
  color: #073937;
  padding-bottom: 0px;
  padding-top: 23px;
  text-shadow: 0px 4px 4px rgb(0 0 0 / 15%);
}

.room-box .room-content {
  transition: all 0.5s ease;
  cursor: pointer;
}

.room-box .room-content .room-img {
  position: relative;
  overflow: hidden;
}

.room-box .room-content .room-img img {
  transform: scale(1);
  transition: all 0.5s ease;
}

.room-box .room-content:hover .room-img img {
  transform: scale(1.2);
}

.room-box .room-content .room-img span {
  position: absolute;
  top: 0;
  left: 0;
  background: #FFD600;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #073937;
  padding: 9px 11px;
}

.room-box .room-content a p {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 136.2%;
  color: #073937;
  font-stretch: 100;
  font-variation-settings: 'CTGR' 86;
  padding-top: 16px;
}





/* ===============local-foodies-section=============== */



.local-foodies-section {
  padding: 20px 0 0px;
}



/* =======expolre============ */



.expolre {
  background-image: url('../img/home/explore-bg.html');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 180px 0 90px;
}

.expolre .section-title p {
  max-width: 670px;
  font-size: 16px;
  margin-bottom: 0px;
}

.expolre .expolre-img p {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 136.2%;
  color: #073937;
  font-stretch: 100;
  font-variation-settings: 'CTGR' 86;
  padding-top: 23px;
  text-transform: uppercase;
}

.expolre .expolre-img a {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #073937;
  display: flex;
  padding-top: 10px;
  align-items: center;
  width: 100%;
}

.expolre .expolre-img a {
  transition: all 0.5s ease;
}

.expolre .expolre-img a .arrow-1 {
  width: 5%;
  margin-left: 9px;
  transition: all 0.5s ease;
}

.expolre .expolre-img a .arrow-2 {
  width: 8%;
  margin-left: -11px;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}

.expolre .expolre-img a:hover .arrow-1 {
  opacity: 0;
  visibility: hidden;
}

.expolre .expolre-img a:hover .arrow-2 {
  opacity: 1;
  visibility: visible;
}





/* =============story=============== */



.story .section-heading p {
  max-width: 470px;
  font-size: 18px;
}

.story .story-slider {
  padding-top: 40px;
  position: relative;
}

.story .story-slider .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/home/gradiant.html);
  z-index: 1;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.story .story-slider .story-cards {
  margin: 0 -240px;
}

.story .story-slider .slider-sec .slide-content {
  height: 320px;
  padding: 47px 57px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-direction: column;
  text-align: left;
}

.story .story-slider .slider-sec .slide-content-1 {
  background: #E9EDE1;
  border-radius: 120px 0px 0px 0px;
}

.story .story-slider .slider-sec .slide-content-2 {
  background: #FFF0B9;
  border-radius: 0px 120px 0px 0px;
}

.story .story-slider .slider-sec .slide-content-3 {
  background: #EDB300;
  border-radius: 120px 0px 0px 0px;
}

.story .story-slider .slider-sec .slide-content-4 {
  background: #FFF0B9;
  border-radius: 0px 120px 0px 0px;
}

.story .story-slider .slider-sec .slide-content p {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 188.5%;
  color: #073937;
}

.story .story-slider .slider-sec .slide-content span {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #073937;
}

.story .custom-slick-arrows {
  position: absolute;
  width: calc(100% - 60px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  z-index: 2;
}

.story .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -20%;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.story .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 4px;
  cursor: pointer;
}

.story .slick-dots li button {
  border: 1px solid #073937;
  background: transparent;
  width: 10px;
  height: 10px;
  font-size: 1px;
  border-radius: 50%;
  color: transparent;
  cursor: pointer;
}

.story .slick-dots li.slick-active button {
  background: #073937;
}





/* ==================our-initiative-tabs================= */



.our-initiative-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  margin-top: -38px;
}

.our-initiative-tabs .nav-tabs {
  border-bottom: 1px solid #073937;
}

.our-initiative-tabs .nav-tabs .nav-link {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 188.5%;
  color: #073937;
  border: 0;
  margin: -1px 21px;
  border-bottom: 3px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

*:focus {
  border: none;
  outline: none;
}

.our-initiative-tabs .nav-tabs .nav-item.show .nav-link,

.nav-tabs .nav-link.active {
  color: #073937;
  font-weight: 700;
  border-color: #073937;
}

.our-initiative-tabs .tab-content .tab-pane p {
  max-width: 737px;
  margin: auto;
  padding: 39px 0;
  font-size: 18px;
  line-height: 39px;
}

.our-initiative-tabs .tab-content .tab-pane img {
  filter: grayscale(100%);
  cursor: pointer;
  transition: all 0.5s ease;
}

.our-initiative-tabs .tab-content .tab-pane img:hover {
  filter: grayscale(0%);
}





/* ==============instagram-post============== */



.insta-post-section {
  position: relative;
  padding: 53px 0;
}

.instagram-post {
  max-width: 900px;
  margin: auto;
}

.instagram-post .section-heading {
  margin-bottom: 56px;
}

.instagram-post .insta-post {
  position: relative;
  margin-bottom: 30px;
}

.instagram-post .insta-post .insta-icon {
  position: absolute;
  left: 12%;
  top: 10%;
  cursor: pointer;
}

.instagram-post .insta-post {
  overflow: hidden;
  /* transition: all 0.5s ease; */
  ;
}

.instagram-post .insta-post a {
  width: 100%;
}

.instagram-post .insta-post a .post {
  transform: scale(1);
  transition: all 0.5s ease;
  width: 100%;
}

.instagram-post .insta-post:hover a .post {
  transform: scale(1.1);
}

.insta-post-section .post-stroke {
  position: absolute;
  right: 0;
  bottom: 0%;
  width: 47%;
  z-index: -1;
}





/* ================footer-menu================ */



.footer-menu {
  padding: 30px 0;
  background: #E9EDE1;
}

.footer-menu .left-box ul li {
  margin-right: 0 !important;
  margin-left: 42px;
}

.footer-menu .left-box ul li a {
  font-size: 12px;
}

.footer-menu .top-header-box .right-box .social-icons li a i,
.footer-menu .top-header-box .left-box ul li a {
  color: #073937;
}

.copyright-sec {
  background: #073937;
  padding: 5px 0;
}

.copyright-sec .copyright-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copyright-sec .copyright-list ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0;
  padding: 0;
}

.copyright-sec .copyright-list ul li {
  margin: 0 28px 0 16px;
}

.copyright-sec .copyright-list ul li a {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 188.5%;
  color: #FFFFFF;
  border-bottom: 1px solid transparent;
  transition: all 0.5s ease;
}

.copyright-sec .copyright-list ul li a:hover {
  border-bottom: 1px solid #fff;
}

.copyright-sec .copyright-list p {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 188.5%;
  color: #adadad;
  margin: 0;
  padding: 0;
}

.copyright-sec .copyright-list p a {
  color: #FFFFFF;
  transition: all 0.5s ease;
}

.copyright-sec .copyright-list p a:hover {
  color: #d8d8d8;
}

.footer-menu .col-lg-6,

.footer-menu .col-md-6,

.footer-menu .col-sm-6 {
  padding: 0;
}

.contact-icons .social-icons li {
  padding-left: 2px !important;
}

.contact-icons .social-icons li a img {
  width: 69%;
}

.mail {
  text-transform: lowercase !important;
}









/* =============drop=down===== */



.reservations-drop {
  position: relative;
}

.reservations-drop .dropdown-menus {
  position: absolute;
  top: 256%;
  /* height: 210px; */
  background: #fff;
  box-shadow: 2px 3px 12px #bababa;
  left: -71%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  width: 210px;
  padding: 21px 17px;
  z-index: 9999999999999999;
}

.reservations-drop .dropdown-menus.button-menu {
  position: absolute;
  top: 236%;
  /* height: 210px; */
  background: #fff;
  box-shadow: 2px 3px 12px #bababa;
  left: -32%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  width: 210px;
  padding: 21px 17px;
  z-index: 9999999999999999;
}

.reservations-drop .dropdown-menus ul {
  display: block !important;
}

.reservations-drop .dropdown-menus ul li {
  padding: 11px 0;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 14px;
}

.reservations-drop .dropdown-menus ul li a {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #757878;
  transition: all 0.5s ease;
}

.reservations-drop .dropdown-menus ul li a:hover {
  color: #073937;
}

.reservations-drop:hover .dropdown-menus {
  top: 177%;
  opacity: 1;
  visibility: visible;
}

.reservations-drop:hover .dropdown-menus.button-menu {
  top: 143%;
  opacity: 1;
  visibility: visible;
}

.mobile-aside .button-3 {
  margin-left: 15px;
  margin-top: 20px;
}





/* =======mobile-menu============ */





.navbar-mobile .overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: #073937;
  overflow-x: hidden;
  transition: 0.5s;
}

.navbar-mobile .overlay-content {
  position: relative;
  top: 9%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.navbar-mobile .overlay-content ul li {
  padding: 16px 0;
}

.navbar-mobile .overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 19px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.navbar-mobile .overlay a i {
  margin-left: 8px;
}

.navbar-mobile .overlay a:hover,

.navbar-mobile .overlay a:focus {
  color: #f1f1f1;
}

.navbar-mobile .overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {

  .navbar-mobile .overlay a {
    font-size: 20px;
  }

  .navbar-mobile .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

.navbar-mobile {
  display: none;
}

.navbar-mobile .menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0px;
}

.mobile-btn a {
  background: #fff;
  color: #073937 !important;
  padding: 14px 24px !important;
  margin-top: 18px !important;
}

.aside-trigger {
  display: none;
  font-size: 33px;
  font-weight: 700;
  margin-top: -8px;
}

.mobile-aside {
  position: fixed;
  top: 0;
  width: 330px;
  height: 100%;
  right: -330px;
  background-color: #073937;
  transition: 0.3s;
  z-index: 100019;
  overflow-y: auto;
}

.mobile-aside .navbar-nav {
  flex-direction: column;
  padding-top: 50px;
}

.aside-open .mobile-aside {
  right: 0;
}

.aside-overlay {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 1000;
}

.aside-open .aside-overlay {
  opacity: 0.7;
  visibility: visible;
}

.mobile-aside .mobile-close {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  z-index: 1;
}

.mobile-aside .logo {
  padding: 36px 20px;
}

.mobile-aside .logo img {
  width: 100px;
}

.mobile-aside .navbar-nav li a {
  padding: 12px 15px;
  width: 100%;
  color: #b2b2b2;
  position: relative;
  font-weight: 500;
  display: flex;
  align-items: center;
  transition: 0.4s;
}

.mobile-aside .navbar-nav li a i {
  margin-right: 10px;
}

.mobile-aside .navbar-nav li a:hover {
  color: #fff;
}

.mobile-aside .navbar-nav li.has-dropdown {
  position: relative;
}

.mobile-aside .navbar-nav li.has-dropdown ul.submenu {
  display: none;
  position: relative;
  margin-left: 30px;
}

.mobile-aside .navbar-nav li.has-dropdown ul.submenu:before {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  left: 2px;
  top: 1px;
  background-color: #777;
}

.mobile-aside .navbar-nav li.has-dropdown .submenu a:before {
  content: '';
  position: absolute;
  display: block;
  width: 7px;
  height: 1px;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #777;
}

.mobile-aside .navbar-nav li.has-dropdown>a:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--body-color);
  opacity: 1;
  font-size: 20px;
  transition: 0.3s;
}

.mobile-aside .navbar-nav li.has-dropdown>a.active:after {
  transform: translateY(-50%) rotate(180deg);
}

.mobile-aside .navbar-nav li.has-dropdown ul li a {
  padding-left: 25px;
}

.modal.room-listing-pop-up {
  position: fixed;
  top: 17%;
}

#offerModal .modal-dialog {
  margin-top: 4% !important;
  max-width: 700px;
}

#offerModal .close {
  position: absolute;
  right: -15px;
  top: -15px;
  z-index: 9;
  border: 0px solid #fff;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  opacity: 100%;
  font-weight: 300;
  display: flex;
  justify-content: center;
  background: #596737;
}

#offerModal .offer-image a {
  height: 100%;
}

#offerModal .offer-image {
  width: 100%;
}

#offerModal .offer-image .modal-body {
  padding: 0;
}

.load-more-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: -13px;
}

/* .gallery_form_wrap .newsletter-background {
  padding-bottom: 29px;
}
} */
.enquire-now-section .newsletter-background .newsletter {
  padding-top: 81px;
}

.enquire-now-section .newsletter-background {
  padding-bottom: 0;
}

.enquire-now-section .send-btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 30px;
}

/* @media(max-width:1599px)  {
  #offerModal .modal-dialog {
    width: 400px;
  }
} */
@media(max-width:575px) {

  .links-header {
    display: none;
  }

  #offerModal .offer-image {

    width: 100%;
  }
  #offerModal .modal-dialog {
    margin-top: 30% !important;
    width: 100%;
    max-width: 97%;
    margin: 0 2%;
}
}

.write-us-section .newsletter-background {
  padding-bottom: 0;
}

.write-us-section .newsletter-background .newsletter {
  padding-top: 81px;
}

.write-us-section .send-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 15px;
}

/*-- Thank your page -- */


.thank-sec {
  width: 100%;
  position: relative;
  padding: 100px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.thank-main {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
}

.thank-main img {
  margin-bottom: 20px;
  margin-top: 40px;
  width: 210px;
}
.thank-main h2 {
  font-size: 70px;
  letter-spacing: 16px;
  line-height: 140px;
  color: #000000;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0px;
}

.thank-main h2:before {
  content: "";
  position: absolute;
  width: 94px;
  height: 4px;
  background-color: #073937;
  top: 0;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.thank-main p {
  font-size: 30px;
  letter-spacing: 3px;
  line-height: 28px;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  opacity: 0.4;
  font-weight: initial;
  margin-bottom: 40px;
}

.btn-div {
  text-align: center;
}

.btn-div .btn {
  padding: 22px 70px;
}

.send-btn .all-button:hover {
  color: #FFF;
}

.mobile-aside .navbar-nav li a.all-button:hover {
  color: #073937;
}

/* section.section.creativity-culture {
  padding-top: 0;
} */
section.suits.section {
  padding-top: 0;
}

.section.spt0 {
  padding-top: 0;
}

.points_box_content h1 {
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 10px;
}

.points_box_content {
  padding: 30px;
}

.points_box_content p {
  margin: 0;
  padding: 0 !important;
}

.clearfix {
  float: right;
  width: 100%;
}

.clearfix:before,
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

@media(max-width: 575px) {

  .thank-sec {
    padding: 62px 0;
  }

  .thank-main h2 {
    font-size: 48px;
    line-height: 100px !important;
  }

  .thank-main p {
    font-size: 22px;
    line-height: 43px;
    margin-bottom: 15px;
  }


}

.banner-slide .slide-arrow {
  width: 45px;
  height: 50px;
  background: #073937;
  border: 2px solid #073937;
  color: #FFF;
  position: absolute;
  z-index: 9;
  top: 50%;
  cursor: pointer;
  font-size: 15px;
}

.banner-slide .prev-arrow {
  left: 15px;
}

.banner-slide .next-arrow {
  right: 15px;
}


.over_slider_buttons {
  position: absolute;
  bottom: 89px;
  z-index: 99;
  display: flex;
  justify-content: center;
  gap: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.over_slider_buttons .all-button {
  background: #FFF;
  color: #073937;
  min-width: 260px;
  text-align: center;
}

.over_slider_buttons .all-button span {
  background: #073937;
}

.over_slider_buttons .all-button:hover {
  color: #FFF;
  border: 1px solid #073937;
}

/* .over_slider_buttons a {
  border-radius: 5px;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 20px;
  background-color: #fff !important;
  color: #073937 !important;
  text-transform: uppercase;
}

.over_slider_buttons a:hover {
  background-color: #073937 !important;
  color: #FFF !important;
} */

/* -- Discount Popup -- */
.promotions-wrapper {
  position: fixed;
  left: 0;
  top: 180px;
  width: 50px;
  margin-right: 0;
  z-index: 205;
  -moz-transition: all .8s ease-in-out;
  -ms-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}

.promotions-wrapper .promo-details-wrap {
  transform: translateX(-100%);
}

.promotions-wrapper.active .promo-details-wrap {
  transform: translateX(0);
}

.promotions-wrapper.active .fa-chevron-down:before {
  content: "\f00d";
}

.promotions-wrapper .promo-btn {
  margin: 0;
  padding: 0 15px;
  display: table;
  z-index: 1002;
  position: absolute;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: -73px;
  top: 72px;
  text-decoration: none;
  height: 47px;
  line-height: 50px;
  width: 195px;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  border-radius: 0;
  overflow: hidden;
  background-color: #596737;
  color: #fff;
  text-transform: normal;
  font-size: 16px;
  font-style: normal;
  float: left;
}

.promotions-wrapper .promo-btn .promo-text {
  letter-spacing: 1px;
  font-weight: 400;
}

.promotions-wrapper .promo-btn .promo-gift {
  padding-top: 15px;
  transform: rotate(90deg);
  height: 25px;
  text-align: center;
}

.promotions-wrapper .promo-btn .promo-close {
  width: 25px;
  border-left: 1px solid rgba(255, 255, 255, .5);
  text-align: right;
}

.promotions-wrapper .promo-btn .promo-close,
.promotions-wrapper .promo-btn .promo-gift,
.promotions-wrapper .promo-btn .promo-text {
  display: table-cell;
  vertical-align: middle;
}

.promotions-wrapper .promo-details-wrap {
  padding-left: 50px;
  height: 195px;
  width: 420px;
  background-color: hsl(78deg 30% 31% / 70%);
  left: 0;
  position: relative;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  border-radius: 0;
  -webkit-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  -ms-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}

.promotions-wrapper .promo-details-wrap .promo-details {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.slider__counter {
  position: absolute;
  bottom: 0;
  left: 50px;
  color: #FFF;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 3px;
  width: calc(100% - 50px);
  border-top: 1px solid rgb(255 255 255 / 40%);
  padding: 3px 0 8px 15px;
}

button.slick-prev.slick-arrow {
  width: 20px;
  height: 30px;
  border: none;
  background: transparent;
  position: absolute;
  right: 30px;
  bottom: 0;
  text-indent: 36px;
  overflow: hidden;
  z-index: 9;
  cursor: pointer;
}

button.slick-prev.slick-arrow:before {
  content: "\f078";
  position: absolute;
  right: 0;
  transform: rotate(90deg);
  top: 4px;
  text-indent: 0;
  font-family: fontawesome;
  color: #FFF;
}

button.slick-next.slick-arrow {
  width: 20px;
  height: 30px;
  border: none;
  background: transparent;
  position: absolute;
  right: 10px;
  bottom: 0;
  text-indent: 36px;
  overflow: hidden;
  z-index: 9;
  cursor: pointer;
}

button.slick-next.slick-arrow:before {
  content: "\f078";
  position: absolute;
  right: 1px;
  transform: rotate(-90deg);
  top: 4px;
  font-family: FontAwesome;
  text-indent: 0;
  color: #FFF;
}

.promotions-wrapper .promo-details-wrap .promo-details p {
  color: #FFF;
  margin-bottom: 11px;
  line-height: 21px !important;
  font-weight: 500;
  font-size: 16px;
}

.promotions-wrapper .promo-details-wrap .promo-details p span {
  display: block;
  margin-bottom: 6px;
}

.promotions-wrapper .promo-details-wrap .promo-details a {
  padding: 5px 10px;
  background: #FFF;
  font-size: 13px;
  font-weight: 500;
  border-radius: 4px;
}

.promotions-wrapper .promo-details-wrap .promo-details {
  padding: 15px;
  position: static;
}

.promotions-wrapper .slick-list {
  position: static;
}


.modal_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 80%);
  display: none;
  z-index: 999;
}

.modal_popup_in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.modal_popup .madal_container {
  width: fit-content;
  margin: auto;
  position: relative;
  max-width: 88%;
}

.modal_popup .madal_container img {
  width: 100%;
  max-height: 80vh;
}

.modal_popup span.popup_close {
  position: absolute;
  right: -20px;
  top: -20px;
  background: #000;
  color: #FFF;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  cursor: pointer;
}


.slide-item.mobile {
  display: none !important;
}


.floating_whatsapp {
  position: fixed;
  bottom: 3%;
  right: 2%;
  cursor: pointer;
  z-index: 99;
  animation: beat .6s infinite alternate;
  transform-origin: center;
}

.floating_whatsapp img {
  width: 65px;
  border-radius: 50%;
  animation: beatmg .6s infinite alternate;
  transform-origin: center;
}

/* Heart beat animation */
@keyframes beat {
  to {
      transform: scale(1.05);
  }
}

@keyframes beatmg {
  to {
      box-shadow: 0 0 15px 0 rgb(0 0 0 / 60%);
  }
}
