* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  color: #12141d;
  background: #f1ebe4;
  overflow: hidden;
  transition: all 0.3s ease-out;
  padding: 0 !important;
}

a {
  text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
  font-size: 16px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

::-webkit-scrollbar {
  width: 7px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  background-color: #3f1324;
}

textarea {
  resize: none;
  height: 68px;
}

:focus {
  outline: none !important;
}

/***forms****/
input:-internal-autofill-selected {
  background-color: transparent !important;
}

.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}

.dropdown-menu {
  transform: translate3d(0px, 0px, 0px);
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #acacac;
  background-color: transparent;
  border-color: #ffffff;
}

button:visited,
button.active,
button:hover,
button:focus,
a:hover,
a:focus,
a:visited,
a.active {
  outline: none;
  box-shadow: none !important;
  text-decoration: none;
  background-color: transparent;
}

.form-control:focus {
  outline: none;
  box-shadow: none !important;
  text-decoration: none;
  background-color: #ffffff;
}

.form-control {
  outline: none;
  box-shadow: none !important;
  border-radius: 0;
  font-size: 19px;
  color: #222222;
  border: none;
  background: #fff;
  padding: 0.7rem 1rem;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #ffffff !important;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #3f1324;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #3f1324;
}

.btn-light {
  color: #232020;
  background-color: transparent;
  border-radius: 5px;
  border: none;
  font-size: 19px;
  padding: 0.7rem 1rem;
}

.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  background: #ffffff;
  border-color: transparent;
}

.btn-light:hover {
  color: #222222 !important;
  background-color: #ffffff;
  border-color: transparent;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #003956;
  background-color: #003956;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #12141d !important;
  text-decoration: none;
  background-color: #ffffff;
}

.bootstrap-select .bs-ok-default:after {
  border-width: 0 0.2em 0.2em 0;
}

.dropdown-menu {
  padding: 0 2px;
  margin: 0;
  font-size: 14px;
  border-radius: 0;
  z-index: 99999;
  background: #3f1324;
}

.dropdown-toggle::after {
  content: "\f11d" !important;
  font-family: uicons-regular-rounded !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  border: none !important;
  vertical-align: middle !important;
  font-size: 19px;
  margin: 0;
  margin-left: -3px !important;
  line-height: 0;
}
.btn-close {
  background: url("https://easylinkindia.mo.cloudinary.net/stayinthewoods/close.svg");
  width: 0.3em;
  height: 0.3em;
  background-repeat: no-repeat;
}
/***date-picker****/
.datepicker {
  background: #fff;
}

.datepicker table tr td.active {
  background: #3f1324 !important;
}

.datepicker table tr td span.active {
  background: #3f1324 !important;
}

/* .datepicker table tr td.new,
.datepicker table tr td.old {
  color: #000;
} */
/***modal****/
.modal-backdrop {
  z-index: 999999;
}

.modal {
  z-index: 9999999;
}

.modal-open {
  padding: 0 !important;
}

.modal-body {
  background: transparent;
  padding: 0;
  z-index: 9;
  overflow: hidden;
  position: relative;
}

.modal-header {
  background: #3f1324;
  color: #ffffff;
  padding: 10px 15px;
  border: none;
  border-radius: 0;
}

button.close {
  color: #fff;
  opacity: 1;
  background: #3f1324;
  line-height: 1;
  padding: 1px 8px !important;
  margin-top: 0px !important;
  margin-right: 0px !important;
  border-radius: 25px;
  font-size: 30px;
  border: none;
}

button.close:hover {
  color: #ffffff;
  opacity: 0.9 !important;
}

.modal-body p {
  color: #000;
  text-align: center;
  font-size: 19px;
  font-weight: 600;
}

.modal-body p:not(:last-child) {
  margin-bottom: 13px;
}

.modal-body a {
  color: #979f3f;
}

.modal-content {
  border-radius: 0;
}
div#migration button.btn-close {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat !important;
  opacity: 1;
}

div#migration .modal-body {
  padding: 17px;
}
/***********go-top****/
#button {
  display: inline-block;
  background-color: #3f1324;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  box-shadow: 0 0 4px 2px #0000003b;
}

#button::after {
  content: "\f125";
  font-family: uicons-regular-rounded !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  font-size: 21px;
  line-height: 50px;
  color: #ffffff;
}

#button:hover {
  cursor: pointer;
  background-color: #525252;
}

#button:active {
  background-color: #525252;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

/***header***/
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.3s ease-out;
}

header.back {
  transition: all 0.3s ease-out;
}

header:before {
  content: "";
  position: absolute;
  background: #3f1324;
  height: 0%;
  width: 100%;
  z-index: -9;
  transition: all 0.3s ease-out;
}

header.back:before {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-out;
  height: 100%;
  box-shadow: 0 0 8px 3px #0000008a;
}

header.back {
  z-index: 999;
  transition: all 0.3s ease-out;
}

header.back nav#main_navbar {
  transition: all 0.3s ease-out;
}

/***navbar***/
.navbar-brand img {
  width: 215px;
}

ul.navbar-nav li a.nav-link {
  /* text-transform: uppercase; */
  color: #fff !important;
  font-weight: 500;
  padding: 0 !important;
  font-size: 16.4px;
}

nav#main_navbar {
  padding: 30px 20px 20px;
  transition: all 0.3s ease-out;
  align-items: flex-start;
}

.navbar-brand {
  padding: 0;
}

ul.navbar-nav li a.dropdown-item {
  padding: 10px;
  font-size: 15px;
}

ul.dropdown-menu li:not(:last-child) a {
  border-bottom: 1px solid #9191914d;
}

ul.dropdown-menu li a {
  text-transform: capitalize;
  color: #fff;
}

ul.navbar-nav li.nav-item:not(:last-child) {
  margin-right: 14px;
}

/****banner****/
.banner_home {
  font-family: "Rajdhani", sans-serif;
  position: relative;
}

.hero-slider {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgb(0 0 0 / 56%);
}

@media (max-width: 991px) {
  .hero-slider {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 55px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform: translateX(50px);
}

.hero-slider .swiper-button-prev:before,
.hero-slider .swiper-button-next:before {
  content: "\f11e";
  font-family: uicons-regular-rounded !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  font-size: 28px;
  color: #d4d3d3;
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform: translateX(-50px);
}

.hero-slider .swiper-button-next:before {
  content: "\f11f";
}

.hero-slider .swiper-button-prev:hover,
.hero-slider .swiper-button-next:hover {
  background: #3f1324;
  border-color: #3f1324;
}

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background: #fff;
  transition: all 0.2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity: 1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (min-width: 992px) {
  .swiper-pagination {
    text-align: left;
  }

  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 50px;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 30px;
  }
}

/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.hero-style .container {
  z-index: 9;
  padding-top: 30px;
}

.hero-style {
  height: 667px;
  transition: all 0.4s ease;
}

@media (max-width: 991px) {
  .hero-style {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style {
    height: 500px;
  }
}

@media screen and (min-width: 992px) {
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 779px;
}

.hero-style .slide-title h2 {
  font-size: 71px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 19px;
  text-transform: capitalize;
  transition: all 0.4s ease;
}

@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    font-size: 75px;
  }
}

@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
    margin: 0 0 35px;
  }
}

@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 35px;
    margin: 0 0 30px;
  }
}

.hero-style .slide-text p {
  opacity: 0.8;
  font-family: Rajdhani;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 40px;
  transition: all 0.4s ease;
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 30px;
  }
}

.hero-style .slide-btns > a:first-child {
  margin-right: 10px;
}

/*--------------------------------------------------------------
	#button-style
--------------------------------------------------------------*/
.theme-btn,
.theme-btn-s2 {
  background-color: #979f3f;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  padding: 9px 23px;
  border: 0;
  border-radius: 3px;
  text-transform: uppercase;
  display: inline-block;
  line-height: initial;
  transition: all 0.4s ease;
  font-family: "Rajdhani", sans-serif;
}

a {
  text-decoration: none;
  transition: all 0.2s ease;
}

.theme-btn-s2 {
  background-color: #979f3f;
  color: #fff;
  display: inline-flex;
  align-items: center;
}

.theme-btn-s2 i {
  line-height: 9px;
  font-size: 15px;
  background: #fff;
  color: #3f1324;
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  border-radius: 25px;
  margin-left: 5px;
}

.theme-btn:hover,
.theme-btn-s2:hover,
.theme-btn:focus,
.theme-btn-s2:focus,
.theme-btn:active,
.theme-btn-s2:active {
  background-color: #3f1324;
  color: #fff;
}

@media (max-width: 991px) {
  .theme-btn,
  .theme-btn-s2 {
    font-size: 13px;
    padding: 15px 25px;
  }
}

@media (max-width: 767px) {
  .theme-btn,
  .theme-btn-s2 {
    padding: 13px 20px;
    font-size: 13px;
  }
}

/**booking-form****/
.booking_form_box {
  position: absolute;
  z-index: 9;
  right: 9%;
  top: 13%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.booking_form {
  background: #3f1324;
  width: 90%;
  padding: 34px;
  box-shadow: inset 0 0 19px 7px #0000008a;
  border-radius: 8px;
}

.booking_form_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  border-bottom: 1px solid #5d5d5d70;
  padding-bottom: 15px;
}

.booking_form_title img {
  width: 122px;
}

.booking_form_title span {
  display: inline-block;
  font-weight: 700;
  font-size: 31px;
  line-height: 27px;
  color: #ffffff;
  font-family: "Rajdhani", sans-serif;
}

.booking_date,
.booking_person {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.check_in,
.check_out,
.adults,
.children {
  width: 100%;
  margin: 0 8px;
}

.check_in,
.adults {
  margin-left: 0;
}

.check_out,
.children {
  margin-right: 0;
}

.booking_form_main_box label {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}

.booking_button button {
  background: #979f3f;
  color: #fff;
  font-size: 20px;
  border-radius: 4px;
  border: none;
  padding: 12px 22px;
  font-weight: 500;
  font-family: Rajdhani;
}

.booking_button {
  margin-top: 20px;
}

.booking_date input {
  cursor: pointer;
}

/**our-story***/
.our_story_image_box {
  position: relative;
  overflow: hidden;
}

.our_story_image_box_title {
  background: #3f1324;
  width: 100%;
  padding: 17px;
}

.our_story_image_box_title_box {
  position: absolute;
  width: 100%;
  transform: rotate(90deg);
  left: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.our_story_image_box_title span {
  display: block;
  text-align: center;
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 28px;
}

.our_story_image_box {
  position: relative;
}

.our_story {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.our_story_content h3 {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
  color: #3f1324;
  margin-bottom: 15px;
}

.our_story_content p {
  text-align: justify;
}

.our_story_content p:not(:last-child) {
  margin-bottom: 20px;
}

.our_story_content a {
  font-size: 17px;
  padding: 9px 14px;
}

.our_story_content a i {
  padding: 3px;
  font-size: 16px;
}

/****choice-program***/
.choice_program {
  background: #fff;
  padding: 15px 0px;
}

.choice_program_content h4 {
  font-family: "Rajdhani", sans-serif;
  color: #3f1324;
  font-weight: 600;
  font-size: 60px;
  line-height: 1;
}

.choice_program_content h4 span {
  display: block;
}

.choice_program_content h4 span:last-child {
  margin-left: 28px;
  margin-top: 7px;
  color: #979f3f;
}

/***services****/
.services_title {
  text-align: center;
  margin-bottom: 37px;
}

.services_title h3 {
  font-family: "Rajdhani", sans-serif;
  color: #3f1324;
  font-weight: 600;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 5px;
}

.services_title span {
  display: block;
  width: 57%;
  margin: auto;
}

.services {
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}

.services_box {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 7px 3px #0000000f;
  height: 100%;
}

.services_box_image img {
  width: 100%;
  /* height: 285px; */
}

.services_box_content {
  padding: 27px 25px;
  text-align: center;
  background: #ffffff;
}

.services_box_content span {
  font-family: "Rajdhani", sans-serif;
  display: block;
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 12px;
  color: #3f1324;
}

.services_box_content p {
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 21px;
}

.services_box_content a {
  font-size: 17px;
  padding: 9px 14px;
}

.services_box_content a i {
  padding: 3px;
  font-size: 16px;
}

.services_box_image {
  border-bottom: 1px solid #e1e1e1;
}

.service_extra {
  text-align: center;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  color: #979f3f;
  font-size: 23px;
  margin-top: 35px;
}

.specific_service_image {
  padding: 0;
  width: 100%;
}

.specific_service_image img {
  width: 100%;
}

.specific_service {
  position: relative;
}

.specific_service_content_box {
  position: absolute;
  width: 39%;
  height: 100%;
  right: 3%;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.specific_service_content {
  background: #ffffff;
  padding: 31px;
  border-radius: 8px;
}

.specific_service_content h3 {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  color: #3f1324;
  font-size: 26px;
  margin-bottom: 7px;
}

.specific_service_content p {
  text-align: justify;
  font-size: 16px;
  margin-bottom: 16px;
}

.specific_service_content a {
  font-size: 17px;
  padding: 9px 14px;
}

.specific_service_content a i {
  padding: 3px;
  font-size: 16px;
}

.specific_service.spes2 .specific_service_content {
  left: 3%;
  right: unset;
}

/***opening-hours***/
.opening_hours {
  padding: 70px 0;
  position: relative;
}

.opening_hours_title h3 {
  font-family: "Rajdhani", sans-serif;
  color: #3f1324;
  font-weight: 600;
  font-size: 45px;
  line-height: 1;
}

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

.opening_hours_content {
  background: #fff;
  padding: 29px;
  border-radius: 8px;
  box-shadow: 0 0 8px 1px #3f132473;
  position: sticky;
  top: 100px;
  height: 100%;
}

.opening_hours_content p {
  color: #3f1324;
  font-size: 16px;
  text-align: center;
}

.opening_hours_content strong {
  display: block;
  margin: 9px 0px;
  color: #979f3f;
}

.opening_hours_content ul li:not(:last-child) {
  margin-bottom: 6px;
}

.opening_hours_content p span {
  display: block;
  font-weight: 600;
}

/****gallery***/
.gallery_title h4 {
  font-family: "Rajdhani", sans-serif;
  color: #3f1324;
  font-weight: 600;
  font-size: 50px;
  line-height: 1;
}

.gallery_title {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 15px;
}

.gallery_title a {
  font-size: 18px;
}

.gallery {
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}

.gallery_image a img {
  width: 100%;
  /* height: 242px; */
}

/* .gallery_image.first_image a img {
  height: 508px;
} */

.gallery_image {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 0 8px 1px #3f132469;
  cursor: pointer;
}

.gallery_image a {
  display: block;
  position: relative;
}

.gallery_image a:before {
  content: "";
  position: absolute;
  background: #0000001f;
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
  margin: auto;
  border-radius: 18px;
  cursor: pointer;
}

.gallery_image a:hover:before {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

/****testimonials****/
.testimonial {
  padding: 70px 0;
  position: relative;
  overflow: hidden;
  background: #fff;
  z-index: 9;
}

.testimonial:before {
  content: "";
  position: absolute;
  background: #3f1324;
  height: 41%;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: -9;
}

.testimonial_slider_item_content {
  background: #979f3f;
  padding: 20px 20px 30px 20px;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 0 8px 1px #00000033;
  position: relative;
}

.testimonial_slider_item_content:before {
  content: "\f416";
  font-family: uicons-solid-rounded !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  font-size: 111px;
  line-height: 0;
  color: #ffffff;
  position: absolute;
  opacity: 0.2;
  top: 116px;
  transform: rotate(180deg);
  left: 18px;
}

.testimonial_slider_item_content span {
  font-family: "Rajdhani", sans-serif;
  color: #ffffff;
  font-weight: 600;
  display: block;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 13px;
  margin-left: 215px;
}

ul.stars {
  display: flex;
  align-items: center;
  margin-left: 215px;
  color: #f5e200;
}

ul.stars li:not(:last-child) {
  margin-right: 5px;
}

.testimonial_slider_item_content p {
  text-align: center;
  font-style: italic;
  color: #fff;
  font-size: 16px;
  margin-top: 14px;
}

.testimonial_slider_item_image {
  position: relative;
  z-index: 99;
  width: 134px;
  background: #f1ebe4;
  text-align: center;
  height: 134px;
  border-radius: 72px;
  top: 70px;
  left: 70px;
  box-shadow: 0 0 12px 4px #00000026;
}

.testimonial_slider_item_image img {
  width: 98px !important;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -20px;
}

.testimonial_slider_item_image:before {
  content: "";
  position: absolute;
  background: #979f3f;
  height: 100px;
  width: 100px;
  left: 0;
  z-index: -99;
  bottom: 0;
  border-radius: 83px;
  right: 0;
  top: 1px;
  margin: auto;
}

.testimonial_slider_item_image:after {
  content: "";
  position: absolute;
  border: 17px solid #f1ebe4;
  height: 100%;
  width: 100%;
  left: 0;
  border-radius: 84px;
  top: 0px;
  border-top: transparent;
  border-left: transparent;
  transform: rotate(45deg);
}

.testimonial_title h4 {
  font-family: "Rajdhani", sans-serif;
  color: #3f1324;
  font-weight: 600;
  font-size: 54px;
  line-height: 1;
  text-align: center;
  display: inline-block;
}

.testimonial_title h4 span {
  display: block;
  font-family: "Dancing Script", cursive;
  text-align: center;
  font-size: 45px;
  color: #979f3f;
}

.testimonial_title {
  text-align: center;
}

/* Styling Pagination*/
.owl-theme .owl-dots {
  text-align: center;
  margin-top: 25px;
}

.owl-theme .owl-dot {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 37px;
  height: 5px;
  margin-left: 2px;
  margin-right: 2px;
  background: #ccc !important;
  border: none;
}

.owl-theme .owl-dot.active,
.owl-theme .owl-dot:hover {
  background: #979f3f !important;
}

/***blog****/
.blog_box_image img {
  width: 100%;
  height: 259px;
}

.blog_box_content {
  padding: 16px 0 0;
}

.blog_box_content span {
  display: block;
  font-size: 14px;
  color: #8f8f8f;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.blog_box_content h5 {
  font-family: "Rajdhani", sans-serif;
  color: #3f1324;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 21px;
}

.blog_box_content a {
  font-size: 17px;
  padding: 9px 14px;
}

.blog_box_content a i {
  padding: 3px;
  font-size: 16px;
}

.blog_title {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 15px;
}

.blog_title h4 {
  font-family: "Rajdhani", sans-serif;
  color: #3f1324;
  font-weight: 600;
  font-size: 50px;
  line-height: 1;
}

.blog_title a {
  font-size: 18px;
}

.blog_title a i {
  padding: 3px;
  font-size: 16px;
}

.blog {
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}

/***partners****/
.partners {
  background: #3f1324;
  padding: 50px;
}

.partners_box ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.partners_box ul li:last-child img {
  width: 108px;
}

/***footer****/
footer {
  background: #3f1324;
  color: #e3e3e3;
  padding: 60px 0 0;
  position: relative;
  z-index: 9;
}

.footer_address_content_box_title {
  font-size: 26px;
  letter-spacing: -0.5px;
  margin-bottom: 18px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1;
  font-family: "Rajdhani", sans-serif;
}

.footer_address_content_box_title span {
  margin-right: 4px;
  font-size: 18px;
  color: #abb532;
}

ul.footer_address_content_box_address li span {
  margin-right: 4px;
  font-size: 15px;
  color: #abb532;
}

ul.footer_address_content_box_address li strong {
  display: inline-block;
  margin-right: 127px;
}

ul.footer_address_content_box_address {
  font-size: 15px;
}

ul.footer_address_content_box_address li:not(:last-child) {
  margin-bottom: 8px;
}

ul.footer_address_content_box_phone li span {
  margin-right: 4px;
  font-size: 15px;
  color: #abb532;
}

ul.footer_address_content_box_phone li a {
  color: #e3e3e3;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}

ul.footer_address_content_box_phone li:not(:last-child) {
  margin-bottom: 4px;
}

ul.footer_address_content_box_phone {
  margin-top: 10px;
}

ul.footer_address_content_box_email li span {
  margin-right: 4px;
  font-size: 15px;
  color: #abb532;
}

ul.footer_address_content_box_email li a {
  color: #e3e3e3;
  font-size: 16px;
}

ul.footer_address_content_box_email {
  margin-top: 5px;
}

.footer_address_content .footer_address_content_box:not(:last-child) {
  margin-bottom: 24px;
}

.footer_address_logo {
  width: 130px;
  height: 130px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 66px;
  overflow: hidden;
  padding: 15px;
  box-shadow: 0 0 6px 2px #00000061;
}

.footer_top_part {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer_links_content span {
  display: block;
  text-transform: uppercase;
  font-size: 19px;
  margin-bottom: 18px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Rajdhani", sans-serif;
}

.footer_links_content ul li a {
  color: #e3e3e3;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  padding: 3px;
}

.footer_links_content ul li {
  line-height: 1;
  position: relative;
  margin-left: 14px;
}

.footer_links_content ul li::after {
  content: "\f11f";
  font-family: uicons-regular-rounded !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  color: #7b822f;
  position: absolute;
  left: -19px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 17px;
}

.footer_links_content ul li:not(:last-child) {
  margin-bottom: 16px;
}

footer a:hover {
  color: #979f3f !important;
  transition: all 0.3s ease-in-out;
}

.footer_copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
  border-top: 1px solid #ffffff70;
  padding: 20px 0;
}

.footer_copyright_content p span {
  display: inline-block;
  margin: 0 4px;
}

.footer_copyright_content p {
  font-size: 15px;
}

.footer_copyright_content p a {
  color: #a5af33;
}

.footer_copyright_link ul {
  display: flex;
  align-items: center;
}

.footer_copyright_link ul li a {
  color: #e3e3e3;
  font-size: 15px;
  line-height: 1;
}

.footer_copyright_link ul li:not(:last-child) {
  border-right: 2px solid #ffffff;
  line-height: 1;
  margin-right: 9px;
  padding-right: 9px;
}

.footer_social {
  text-align: center;
  margin-top: 17px;
}

.footer_social ul {
  display: flex;
  align-items: center;
}

.footer_social ul li a {
  background: #fff;
  color: #3f1324;
  height: 38px;
  width: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  border-radius: 29px;
  border: 1px solid #232020;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}

.footer_social ul li a:hover {
  background: #979f3f !important;
  transition: all 0.3s ease-in-out;
  color: #fff !important;
}

.footer_social ul li:not(:last-child) {
  margin-right: 16px;
}

.footer_social ul li a span {
  display: block;
  line-height: 0.8;
}

.footer_social ul li a span i {
  line-height: 0.8;
  display: block;
}

/***inner-banner****/
.inner_banner_image {
  padding: 0;
  position: relative;
}

.inner_banner_image img {
  width: 100%;
  height: 370px;
}

.inner_banner_image:before {
  content: "";
  position: absolute;
  background: rgb(0 0 0 / 56%);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.inner_banner_box {
  padding: 0;
  position: relative;
}

.inner_banner_content {
  position: absolute;
  bottom: 0;
  top: 50px;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
  height: fit-content;
  text-align: center;
  font-family: "Rajdhani", sans-serif;
}

.inner_banner_content h1 {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 61px;
  line-height: 1;
}

.inner_banner_content span {
  font-size: 21px;
  font-weight: 500;
  color: #c1cb4e;
}

/***inner-story****/
.our_story.inner_story .our_story_image_box_image img {
  width: 100%;
}

/***acco***/
.inner_acco_content_image img {
  width: 100%;
}

.inner_acco_content_text h2 {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  color: #3f1324;
  font-size: 34px;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.inner_acco_content_text p {
  font-size: 16px;
  text-align: justify;
}

.inner_acco_content_text p:not(:last-child) {
  margin-bottom: 18px;
}

.inner_acco_content_text a {
  font-size: 17px;
  padding: 9px 14px;
}

.inner_acco_content_text a i {
  padding: 3px;
  font-size: 16px;
}

.inner_acco_content_image {
  position: relative;
  overflow: hidden;
  border-radius: 7px;
  box-shadow: 0 0 8px 1px #3f132469;
}

.inner_acco {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.inner_acco_content_image.fix-hight img {
  height: 200px;
}

.inner_acco_content_image.fix-hight {
  cursor: pointer;
  border-radius: 18px;
  box-shadow: 0 0 8px 1px #3f132447;
}

.inner_acco_content_image.fix-hight a {
  display: block;
  position: relative;
}

.inner_acco_content_image.fix-hight a:before {
  content: "";
  position: absolute;
  background: #0000001f;
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
  margin: auto;
  border-radius: 18px;
  cursor: pointer;
}

.inner_acco_content_image.fix-hight a:hover:before {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.inner_acco_content_text ul li a {
  color: #979f3f;
  padding: 0;
  font-size: 17px;
}

.inner_acco_content_text ul li a:hover {
  color: #3f1324;
}

.inner_acco_content_text ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.inner_acco_content_text ul li {
  width: 47%;
  margin-bottom: 10px;
  position: relative;
  margin-left: 15px;
}

.inner_acco_content_text ul li:before {
  content: "";
  position: absolute;
  background: #3f1324;
  height: 8px;
  width: 8px;
  left: -15px;
  top: 8px;
  border-radius: 15px;
}

.inner_acco_content_text p a {
  color: #abb532;
  font-size: 16px;
  padding: 0;
}

.company_list_image {
  background: #fff;
  padding: 15px;
  border-radius: 14px;
  box-shadow: 0 0 8px 1px #3f132469;
}

.company_list_title {
  text-align: center;
  margin-bottom: 40px;
}

.company_list_title h3 {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  color: #3f1324;
  font-size: 34px;
  line-height: 1;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.company_list_title span {
  color: #979f3f;
  font-size: 16px;
  display: block;
}

/****entent****/
.events_box {
  text-align: center;
}

.events_box_text {
  background: #fff;
  padding: 15px;
  height: 100%;
}

.events_box_text h3 {
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 10px;
  color: #3f1324;
  font-weight: 600;
}

.events_box_text p {
  font-size: 15px;
  color: #000;
  margin-bottom: 13px;
}

.events_box_text a {
  font-size: 17px;
  padding: 9px 14px;
}

.events_box_text a i {
  padding: 3px;
  font-size: 16px;
}

.entertainment_calendar_box iframe {
  width: 100%;
  height: 600px;
}

.entertainment_calendar_box span#calendarTitle {
  text-align: center !important;
}

.entertainment_calendar {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.entertainment_calendar_box span#calendarTitle {
  display: block;
  text-align: center;
}

.entertainment_calendar_box {
  padding: 7px 20px 20px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 7px 3px #0000000f;
  position: relative;
}

.entertainment_calendar_box:before {
  content: "";
  background: #fff;
  height: 16px;
  width: 100%;
  left: 0;
  z-index: 99;
  position: absolute;
}

.entertainment_calendar_title h4 {
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 22px;
  color: #3f1324;
  font-weight: 600;
}

/***cresen****/
.inner_acco_content_image_qr img {
  width: 140px;
}

.inner_acco_content_image_qr {
  text-align: center;
}

/***menu-cresen****/
.inner_acco_content_image.zoom_icon {
  border-radius: 18px;
}

.inner_acco_content_image.zoom_icon a {
  display: block;
  position: relative;
}

.inner_acco_content_image.zoom_icon a:before {
  content: "";
  position: absolute;
  background: #0000001f;
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
  margin: auto;
  border-radius: 18px;
  cursor: pointer;
}

.inner_acco_content_image.zoom_icon a:hover:before {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

/**map-box***/
.map_box {
  padding: 7px 7px 1px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 7px 3px #0000000f;
  position: relative;
  margin-bottom: 35px;
}

.map_box iframe {
  width: 100%;
  height: 395px;
}

.inner_acco_content_text h2 i {
  font-size: 25px;
  margin-right: 7px;
  color: #000;
  line-height: 0;
  display: inline-block;
}

/****contact****/
.address_box {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 7px 3px #0000000f;
  position: relative;
  margin-top: 35px;
}

.address_box ul li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.address_box ul li span {
  margin-right: 9px;
  font-size: 20px;
  color: #abb532;
  display: block;
  line-height: 0;
}

.address_box ul li span i {
  display: block;
  line-height: 0;
}

.address_box ul li h2 {
  font-family: "Rajdhani", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #3f1324;
}

.address_box ul li {
  font-size: 15px;
  color: #3f1324;
}

.address_box ul li:not(:last-child) {
  margin-bottom: 15px;
}

.address_box ul li a {
  color: #3f1324;
}

.address_box ul li a:hover {
  color: #abb532;
}

/****round-text***/
.badge-round {
  position: relative;
  width: 115px;
  border-radius: 65%;
  height: 115px;
  /* left: 0; */
  text-align: center;
  background: #3f132400;
  /* bottom: 0; */
  border: 0 solid #0000;
  z-index: 9;
}

.badge-round h3 span {
  font-family: "Rajdhani", sans-serif;
  font-size: 14px;
  height: 115px;
  position: absolute;
  width: 115px;
  left: 0px;
  top: 0px;
  transform-origin: center;
  transform: rotate(14.4deg);
  color: #fff;
}

.our_story_image_box_video {
  position: relative;
}

.badge-round:before {
  content: "";
  position: absolute;
  background: #3f1324ba;
  width: 114%;
  height: 114%;
  left: -8px;
  top: -8px;
  border-radius: 81px;
  z-index: -9;
}

.anim_circle {
  -webkit-animation: animCircle 15s linear infinite;
  animation: animCircle 15s linear infinite;
}

@-webkit-keyframes animCircle {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-1turn);
  }
}

@keyframes animCircle {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-1turn);
  }
}

.badge-round_box {
  position: absolute;
  width: auto;
  cursor: pointer;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.badge-round_box i {
  position: absolute;
  z-index: 9;
  font-size: 38px;
  color: #ffffff;
  left: 0;
  line-height: 3.5;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

/****wedding****/
.gallery_comp_list ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.gallery_comp_list ul li:first-child {
  background: #fff;
  padding: 10px 20px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
}

.gallery_comp_list ul li:first-child img {
  width: 123px;
}

.gallery_slider .inner_acco_content_image.fix-hight {
  margin: 10px;
}

/****inner_booking***/
.inner_booking_form_box .booking_form_box {
  position: relative;
  top: -100px;
  right: 0;
}

.booking_one_line {
  display: flex;
  width: 100%;
}

.booking_one_line .booking_date,
.booking_one_line .booking_person {
  width: 100%;
}

.booking_one_line .booking_date {
  margin-right: 8px;
  margin-bottom: 0px;
}

.booking_one_line .booking_person {
  margin-left: 8px;
  margin-bottom: 0px;
  margin-right: 8px;
}

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

.booking_one_line_main .booking_ava {
  margin-left: 8px;
}

.inner_booking_form_box .booking_button button {
  margin: auto;
}

.inner_booking_form_box .booking_button {
  text-align: center;
  margin-top: 30px;
}

.inner_booking_form_box .booking_form_title {
  margin-bottom: 17px;
}

.inner_booking_form_box {
  margin-bottom: -100px;
  font-family: "Rajdhani", sans-serif;
}

/***info****/
.booking_date.inner_info input {
  cursor: text;
}

.booking_button.info_submit button {
  width: 17%;
}

.booking_form_title.info_title {
  flex-direction: column;
  align-items: flex-start;
}

.booking_form_title.info_title p {
  font-size: 15px;
  text-transform: capitalize;
  color: #ffffff;
  margin-top: 12px;
}

.booking_form_title.info_title span {
  letter-spacing: 1px;
}

.booking_form_title.info_title p a {
  color: #fff;
}

.cursor-pointer input {
  cursor: pointer !important;
}

/***mobile-menu****/
.menu-btn {
  position: absolute;
  width: 33px;
  height: 28px;
  right: 30px;
  top: 33px;
  border: none;
  padding: 0;
  transition: all 200ms ease-in-out;
  -webkit-transition: transform 200ms;
  -webkit-transition: -webkit-transform 200ms;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
}

.menu-btn__burger {
  width: 25px;
  height: 3px;
  background-color: #a4aa57;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgb(164 170 87 / 19%);
  transition: all 200ms ease-in-out;
  -webkit-transition: transform 200ms;
  -webkit-transition: -webkit-transform 200ms;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.menu-btn__burger::before,
.menu-btn__burger::after {
  content: "";
  position: absolute;
  width: 34px;
  height: 3px;
  background: #a4aa57;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgb(164 170 87 / 19%);
  transition: all 200ms ease-in-out;
  -webkit-transition: transform 200ms;
  -webkit-transition: -webkit-transform 200ms;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
}

.menu-btn__burger::before {
  transform: translateY(-11px);
}

.menu-btn__burger::after {
  transform: translateY(11px);
}

.menu-btn.open .menu-btn__burger {
  transform: translateX(-50px);
  background: 0 0;
  box-shadow: none;
  transition: all 200ms ease-in-out;
  -webkit-transition: transform 200ms;
  -webkit-transition: -webkit-transform 200ms;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
}

.menu-btn.open .menu-btn__burger::before {
  transform: rotate(45deg) translate(35px, -35px);
  transition: all 200ms ease-in-out;
  -webkit-transition: transform 200ms;
  -webkit-transition: -webkit-transform 200ms;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
}

.menu-btn.open .menu-btn__burger::after {
  transform: rotate(-45deg) translate(35px, 35px);
  transition: all 200ms ease-in-out;
  -webkit-transition: transform 200ms;
  -webkit-transition: -webkit-transform 200ms;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
}

/****page-loader******/
.loaded {
  overflow: visible;
  transition: all 0.3s ease-out;
}

.preloader-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
}

.percentage {
  z-index: 100;
  border: 1px solid #ccc;
  text-align: center;
  color: #fff;
  line-height: 30px;
  font-size: 15px;
}

.loader,
.percentage {
  height: 80%;
  max-width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99;
}

.loader:after,
.percentage:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.trackbar {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  overflow: hidden;
  position: relative;
  opacity: 0.99;
}

.loadbar {
  width: 100%;
  height: 0;
  background: #fff;
  /* Stripes Background Gradient */
  position: absolute;
  top: 0;
  left: 0;
  animation: flicker 5s infinite;
  overflow: hidden;
}

.loader-section {
  position: fixed;
  top: 0;
  width: 50%;
  height: 100%;
  background: #3f1324;
}

.loader-section.section-left {
  left: 0;
}

.loader-section.section-right {
  right: 0;
}

.loaded .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded .loader-section.section-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded .preloader-wrap {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out;
}

.loaded .loader {
  opacity: 0 !important;
  z-index: -9;
  visibility: hidden;
  transition: all 0.3s ease-out;
}

.nav_book a {
  background-color: #979f3f;
  font-size: 16px;
  text-align: center;
  color: #fff;
  padding: 18px 19px;
  border-radius: 49px;
  text-transform: uppercase;
  transition: all 0.4s ease;
  font-family: "Rajdhani", sans-serif;
  display: block;
  line-height: 0;
  font-weight: 600;
}

.nav_book {
  margin-left: 12px;
}

.reward_key {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.reward_key_icon i {
  line-height: 0;
  display: block;
  font-size: 40px;
  color: #fff;
}

.reward_key_icon {
  background: #3f1324;
  height: 100%;
  padding: 28px;
  margin-right: 10px;
}

.reward_key_content span {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
}

.reward_key_content p {
  font-size: 15px;
}

.reward_key_content {
  padding: 0px 10px 0px 0px;
}

.inner_acco_content_image.fix-hight-offer img {
  height: 500px;
}

.exp_float {
  display: flex;
  background-color: #3f1324;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50px;
  position: fixed;
  bottom: 18px;
  right: 30px;
  transition: all 0.4s ease;
  z-index: 99;
  box-shadow: 0 0 4px 2px #0000003b;
  justify-content: center;
  align-items: center;
}
.exp_float.high {
  bottom: 110px;
  transition: all 0.4s ease;
}

.exp_float i {
  color: #fff;
  font-size: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.exp_float a {
  display: flex;
  line-height: 1;
}

.waves:before {
  position: absolute;
  background: #3f1324;
  width: 35px;
  height: 35px;
  left: 0;
  right: 0;
  content: "";
  display: block;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  animation: wave-animate 3s infinite ease-out;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: -9;
}

.waves:after {
  position: absolute;
  background: #3f1324;
  width: 35px;
  height: 35px;
  content: "";
  display: block;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  animation: wave-animate 3s 1.5s infinite ease-out;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -99;
}

@keyframes wave-animate {
  0% {
    transform: scale(0);
    opacity: 1;
    transform-origin: center;
  }

  100% {
    transform: scale(3);
    opacity: 0;
    transform-origin: center;
  }
}

.career_box {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 7px 3px #0000000f;
  height: 100%;
}

.career_desc {
  padding: 20px 20px;
  background: #ffffff;
}

.career_apply {
  padding: 10px 20px 30px;
  text-align: center;
  background: #ffffff;
}

.career_desc ul li:not(:last-child) {
  margin-bottom: 10px;
}

.career_desc ul li span {
  display: inline-block;
  margin-right: 5px;
  font-weight: 800;
  color: #3f1324;
}

.career_apply button {
  font-size: 17px;
  padding: 9px 14px;
}

#careerModal .modal-body {
  background: #979f3f;
  padding: 20px;
}

#careerModal .modal-body label {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}

#careerModal .modal-body button {
  width: 100%;
  background: #3f1324;
  color: #fff;
  font-size: 20px;
  border-radius: 29px;
  border: none;
  padding: 5px;
  font-weight: 500;
  font-family: Rajdhani;
}

/*********gallery******/
#btncontainer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
  width: 100%;
}

#btncontainer a {
  background-color: #979f3f;
  font-size: 16px;
  text-align: center;
  color: #fff;
  padding: 18px 19px;
  border-radius: 49px;
  text-transform: uppercase;
  transition: all 0.4s ease;
  font-family: "Rajdhani", sans-serif;
  display: block;
  line-height: 0;
  font-weight: 600;
}

#btncontainer a:not(:last-child) {
  margin-right: 20px;
}

#btncontainer a.btn.btn-active {
  background: #3f1324;
}

/****enate-card****/
.entertainment_card_box {
  position: relative;
  background: #fff;
  font-family: "Rajdhani", sans-serif;
  box-shadow: 0 0 4px 2px #3f132459;
}

.entertainment_card_image_box {
  position: relative;
}

.entertainment_card_image {
  height: 320px;
  border-radius: 0px 0 60px 60px;
  overflow: hidden;
}

.entertainment_card_image img {
  height: 100%;
  width: 100%;
}

.entertainment_card_image_over_content {
  position: absolute;
  z-index: 9;
  background: #fff;
  left: 20px;
  top: 0;
  text-align: center;
  color: #3f1324;
  padding: 8px 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.entertainment_card_image_over_content small {
  font-weight: 500;
  display: block;
  line-height: 1;
  font-size: 17px;
  margin-bottom: 6px;
}

.entertainment_card_image_over_content p {
  font-weight: 600;
  font-size: 21px;
  line-height: 1;
}

.entertainment_card_image_over_title {
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
}

.entertainment_card_image_over_title p {
  background: #3f1324;
  color: #fff;
  padding: 8px 15px;
  font-weight: 600;
  border-radius: 6px;
  line-height: 1;
  box-shadow: 0 0 4px 2px #3f132459;
  font-size: 16px;
  letter-spacing: 0.5px;
}

.entertainment_card_content {
  padding: 15px;
  text-align: center;
  margin-top: 25px;
}

.entertainment_card_content h3 {
  font-weight: 600;
  color: #3f1324;
  line-height: 1;
  margin-bottom: 10px;
}

.entertainment_card_content p {
  font-size: 15px;
  color: #000;
  font-weight: 500;
  line-height: 1;
  /* display: flex; */
  /* align-items: center; */
}

.entertainment_card_content p i {
  line-height: 1;
  display: inline-block;
  margin-right: 5px;
}

.entertainment_card_button {
  padding: 15px 15px 25px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.entertainment_card_button button,
.entertainment_card_button a {
  border: none;
  background: #3f1324;
  color: #fff;
  line-height: 1;
  padding: 10px 15px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  cursor: pointer;
  font-size: 17px;
}

.entertainment_card_button button {
  background: #979f3f;
}

.eventModal_content {
  padding: 20px;
  text-align: center;
}

.eventModal_box {
  font-family: "Rajdhani", sans-serif;
}

.eventModal_content h4 {
  font-weight: 700;
  color: #3f1324;
  line-height: 1;
  margin-bottom: 15px;
  font-size: 27px;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 10px;
}

.eventModal_content p {
  font-size: 17px;
  color: #2e2e2e;
  font-weight: 600;
  display: block;
}

.eventModal_content p span:not(:last-child) {
  margin-right: 11px;
}

.eventModal_content p span {
  display: inline-block;
  line-height: 1;
}

.eventModal_content p i {
  display: inline-block;
  line-height: 0;
  margin-right: 5px;
  margin-top: 0;
}

.eventModal_note {
  padding: 20px;
}

.eventModal_note p {
  color: inherit;
  text-align: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.eventModal_image {
  border-radius: 0px 0 60px 60px;
  overflow: hidden;
}

.doordash_title h4 {
  display: block;
  font-family: "Dancing Script", cursive;
  text-align: center;
  font-size: 73px;
  color: #ffffff;
  line-height: 1;
}

.doordash_title img {
  width: 50%;
  margin-top: 22px;
}

.doordash_title {
  margin-bottom: 33px;
}

.doordash_content {
  text-align: center;
}

.doordash {
  padding: 60px 0;
  background-image: url("../image/doordash.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 9;
}

.doordash:before {
  content: "";
  position: absolute;
  background: #000000b5;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -9;
}

.doordash_content.crese_doordash h6 {
  color: #3f1324;
  font-size: 62px;
}

.opening_hours_content.creas_inner {
  height: auto;
}

.natural-aspect-ratio {
  width: 100%;
  height: auto;
}

/* .aspect-ratio-container {
  position: relative !important;
  width: 100% !important;
  padding-top: 100% !important; 
}
.aspect-ratio-container img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important; 
} */

.adjust_background_color_page {
  background-color: #6b752f !important;
}
.text_color_change_accessbility {
  color: #4b5e0e !important;
}

.our_story_image_box_image img {
  width: 100%;
}