body {
  overflow: hidden;
  font-family: "Poppins", sans-serif;
  position: relative;
  min-height: 100vh;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
}

html {
  overflow-x: hidden;
}

li {
  list-style: none;
}

figure {
  margin: 0;
}

div,
ul,
li,
p,
form,
h5,
h6,
h4,
h3,
h2,
h1,
p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  transition: 0.4s all;
  display: inline-block;
}

span {
  display: inline-block;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: rgba(170, 168, 168, 0.185);
}

::-webkit-scrollbar-thumb {
  /* background:  linear-gradient(black, #FFA537 ); */
  background: #0e5147;
  border-radius: 10px;
}

section,
footer {
  position: relative;
}

.content {
  flex: 1;
}

.container {
  max-width: 1490px;
  width: 100%;
}

/* ====================== */
h1 {
  color: #fff;
  font-size: 100px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Playfair Display", serif;
}

h2 {
  font-size: 62px;
  font-weight: 500;
  color: #1f1f1f;
  margin-bottom: 30px;
  line-height: 72px;
  font-family: "Playfair Display", serif;
}

h3 {
  font-size: 25px;
  color: #000000;
  font-weight: 700;
  font-family: "Playfair Display", serif;
}

h4 {
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  font-family: "Red Rose", serif;
}

p {
  color: #3c3c3c;
  font-size: 20px;
  line-height: 36px;
}

.cmn-sec {
  padding: 70px 0;
  background: #fffff2;
}

.m-top {
  margin-top: 10px;
}

/* header */
#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  /* hide this */
  z-index: 2;
  /* and place it over the hamburger */

  -webkit-touch-callout: none;
}

.toggle-icon {
  display: none;
}

.header-sec {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}

a.logo img {
  width: 150px;
}

.nav_list li a {
  font-size: 18px;
  color: #fff;
  transition: 0.5s all;
}

.nav_list li a:hover {
  opacity: 0.5;
}

.head-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* .nav_bar {
    display: flex;
    align-items: center;
    gap: 50px;
} */

.nav_bar ul {
  display: flex;
  gap: 50px;
}

.nav-bar {
  display: flex;
  gap: 50px;
}

.nav_list {
  display: flex;
  gap: 50px;
}

.book_btn {
  background: #cd8d03;
  color: #fff;
  font-size: 14px;
  border-radius: 10px;
  width: 130px;
  height: 45px;
  line-height: 30px;
}

.book_btn:hover {
  background: #d79f27;
  color: #fff;
}

.icon {
  margin-right: 20px;
}

.icon img {
  width: 40px;
}

.head_spn {
  text-transform: uppercase;
  font-weight: 500;
  color: #cd8d03;
  letter-spacing: 1px;

  display: none;
}

.view_btn {
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* banner-sec */
.banner-sec {
  z-index: 9;
}

.item {
  position: relative;
  z-index: 1;
}

.banner-sec .item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(rgba(0, 0, 0, 0.3),
            rgba(0, 0, 0, 0.3)); */
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

/* .banner-sec::after {
    position: absolute;
    content: "";
    top: 110px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/banner/banner-bg.png) no-repeat center / cover;
    z-index: -1;
} */

.banner-spn {
  color: #fff;
}

.banner-content {
  padding-top: 250px;
  max-width: 400px;
}

.banner-slider .item {
  height: 800px;
  background-repeat: no-repeat !important;
  background-position: 50% 0 !important;
  background-size: cover !important;
}

.banner-imgs {
  display: flex;
  gap: 30px;
}

.ban_im img {
  width: 100%;
  border-radius: 145px 145px 130px 130px;
}

.ban_im2 {
  position: relative;
  top: 30px;
}

.search-bar {
  position: relative;
  width: 90%;
  bottom: 25px;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 21px 12.4px 0px #dde3e2;
  padding: 20px 25px;
  gap: 10px;
  overflow: visible;
}

.search-item {
  position: relative;
  width: 28%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 10px;
  cursor: pointer;
}

.search-item .search-in {
  font-size: 18px;
  color: #333;
  display: flex;
  align-items: center;
  gap: 15px;
}

.search-item .search-in input[type="text"] {
  border: none;
  outline: none;
  font-size: 14px;
  cursor: pointer;
}

.search-item select {
  border: none;
  outline: none;
  background: transparent;
  font-size: 14px;
  color: #666;
  cursor: pointer;
}

.divider {
  position: relative;
  right: 20px;
  width: 1px;
  height: 40px;
  background-color: #ddd;
}

.search-btn {
  position: absolute;
  right: 30px;
  background-color: #084c44;
  color: white;
  border: none;
  width: 150px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
}

.search-btn:hover {
  color: #fff;
  background-color: #0b6c60;
}

.search-in .sh-icn img {
  width: 28px;
}

/* datepicker */
.ui-widget-header {
  border: none !important;
  background: transparent !important;
  color: #1a1a1a !important;
  font-weight: bold;
}

.ui-datepicker td {
  border: 0;
  padding: 10px !important;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: 500 !important;
  border: 0;
  color: #595959 !important;
}

.ui-widget.ui-widget-content {
  border: none !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2) !important;
  background: #fff !important;
  width: 450px;
  padding: 20px;
  z-index: 999 !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: none !important;
  font-weight: 500 !important;
  color: #1a1a1a !important;
  font-size: 14px;
  text-align: center;
  padding: 10px;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: none !important;
  color: #fff !important;
  background: #084c44 !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover {
  background: #084c441c !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight:hover {
  border: none !important;
  color: #fff !important;
  background: #084c44 !important;
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: none !important;
  display: none;
}

.ui-widget-header .ui-icon {
  background-image: none !important;
  display: none;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: none !important;
  display: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: none !important;
  font-weight: bold;
  color: none !important;
  background: none !important;
}

.ui-datepicker .ui-datepicker-prev {
  background: url(../images/arr-lft.png) !important;
  background-size: contain !important;
  width: 20px !important;
  height: 20px !important;
}

.ui-datepicker .ui-datepicker-next {
  background: url(../images/arr-rit.png) !important;
  background-size: contain !important;
  width: 20px !important;
  height: 20px !important;
}

/* .ui-datepicker .ui-datepicker-next-hover {
    right: 0 !important;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 0 !important;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 0 !important;
} */

/* Guest Dropdown */
.drop_down {
  position: absolute;
  top: 60px;
  left: 0;
  background: white;
  /* border: 1px solid #ddd; */
  width: 400px;
  height: 360px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  display: none;
  padding: 20px;
  border-radius: 10px;
  z-index: 100;
}

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

.counter {
  display: flex;
  align-items: center;
  gap: 20px;
  border: 2px solid #eee;
  padding: 12px;
  border-radius: 6px;
}

.counter button {
  width: 30px;
  height: 30px;
  border: none;
  background: none;
  /* border-radius: 50%; */
  /* color: #0071c2; */
  cursor: pointer;
}

.counter button:hover {
  background: #084c44;
  color: #fff;
}

#doneBtn {
  background: #fff;
  border: 1px solid #084c44;
  color: #084c44;
  font-weight: 500;
  padding: 10px 12px;
  width: 100%;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.5s all;
}

#doneBtn:hover {
  background: #084c44;
  color: #fff;
}

/* about-sec */
.about-sec {
  padding: 50px 0 50px;
  background: #fffff2;
}

.text_center {
  text-align: center;
}

/* .about-slider {
    margin-top: 30px;
} */

.about-slider p {
  text-align: center;
}

.abt-para {
  padding-top: 20px;
}

.about-slider .owl-dots.disabled,
.about-slider .owl-carousel .owl-nav.disabled {
  display: block !important;
  position: absolute;
  bottom: -80px;
  left: 0;
  right: 0;
  margin: auto;
  display: table;
}

.about-slider .owl-nav button.owl-prev {
  display: none;
}

.about-slider .owl-nav button.owl-next {
  height: 50px;
  width: 50px;
  margin: 30px auto 0;
  display: table;
  background: #cd8d03;
  border-radius: 50%;
  color: #fff;
  font-size: 45px;
  line-height: 10px;
}

.about-info {
  margin-top: 50px;
}

.info-section {
  background-color: #085a4e;
  /* Deep green */
  padding: 16px;
  font-family: "Poppins", sans-serif;
  color: white;
}

.info-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

/* Left: Text area */
.info-text {
  flex: 1;
  padding: 70px 50px;
  position: relative;
  /* background-color: #115248; */
  background: #efa80e;
  z-index: 1;
}

/* Add the yellow diagonal accent */
.info-text::before {
  content: "";
  position: absolute;
  top: 0;
  right: -195px;
  width: 420px;
  height: 100%;
  background: url(../images/about/abt-bfe.png) no-repeat center / contain;
  pointer-events: none;
  z-index: -1;
}

/* .info-text::before {
    content: "";
    position: absolute;
    top: 0;
    right: -120px;
    width: 120px;
    height: 100%;
    background-color: #085a4e;
    clip-path: polygon(0 0, 100% 0, 0 100%);
} */

/* Text list */
.info-text ul {
  list-style: none;
  max-width: 400px;
}

.info-text li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 40px;
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
  font-family: "Playfair Display", serif;
  white-space: nowrap;
}

.info-text li:last-child {
  margin-bottom: 0;
}

.info-text li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  color: #f5b400;
  height: 25px;
  width: 25px;
  background: url(../images/about/tick.png) no-repeat center / contain;
  font-weight: bold;
}

/* Right: Image area */
/* .info-image {
    flex: 1;
} */

.info-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  max-width: 610px;
}

/* expect-sec */
.expect-sec {
  padding: 100px 0 0;
  height: 900px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.expect-sec::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000a3;
  z-index: 1;
}

.expect-img {
  position: absolute;
  bottom: 50px;
  left: 100px;
  z-index: 9;
}

.expect-img img {
  width: 100%;
}

.expect-sec .heading {
  position: relative;
  z-index: 9;
  max-width: 500px;
}

.whit-txt h2 {
  color: #fff;
}

.whit-txt p {
  color: #fff;
}

.whit-txt span {
  color: #fff;
}

.para_sn {
  color: #cd8d03;
}

.read_btn {
  text-transform: uppercase;
  color: #fff;
  padding-top: 30px;
  letter-spacing: 1px;
  border-bottom: 1px solid #cd8d03;
  padding-bottom: 5px;
  transition: 0.5s all;
}

.read_btn:hover {
  color: #fff;
  transform: translateX(2px);
}

/* ahar-sec */
.ahar-sec::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/banner/banner-bg.png) no-repeat center / cover;
  z-index: -1;
}

.ahar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}

.ahar-im {
  text-align: center;
}

.ahar-im img {
  width: 400px;
}

.ahar-im h3 {
  font-size: 30px;
  font-weight: 500;
  padding-top: 20px;
}

/* testimonial-sec */
.review_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-top: 30px;
}

.review_box p {
  font-size: 30px;
  color: #cd8d03;
}

.rev_fig img {
  width: 130px;
  border-radius: 50%;
}

.testimonial-sec .testi-para {
  font-size: 28px;
  color: #000;
  line-height: 50px;
  text-align: center;
  font-style: italic;
  font-family: "Playfair Display", serif;
}

.testimonial-sec .heading {
  position: relative;
  z-index: 0;
}

/* .testimonial-sec .heading::after {
    position: absolute;
    content: "";
    top: 110px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/images/testimonial/coma.png) no-repeat center / contain;
    z-index: -1;
} */

.testimonial-sec .heading::before {
  position: absolute;
  content: "";
  top: -80px;
  left: 0;
  right: 0;
  height: 300px;
  width: 300px;
  margin: auto;
  background: url(../images/testimonial/coma.png) no-repeat center / contain;
}

.testimonial-slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: 30px;
}

.testimonial-slider .owl-dot.active {
  background: #cd8d03 !important;
}

.testimonial-slider .owl-dot {
  height: 10px;
  width: 10px;
  background: #fff !important;
  border-radius: 10px;
  border: 1px solid #cd8d03 !important;
  margin: 0 4px;
}

.star-img {
  width: 120px !important;
  margin: 20px auto;
}

/* room-sec */
.room-hed {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.tab_box {
  display: flex;
  align-items: center;
  gap: 40px;
}

.tab_btn.active {
  background: #000;
  color: #fff;
  border-radius: 30px;
  width: 200px;
  height: 55px;
  text-align: center;
  line-height: 56px;
  border: 2px solid #000;
  cursor: pointer;
}

.tab_box .tab_btn.active a {
  color: #fff;
  transition: 0.5s all;
}

.tab_box li a {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
}

.room_img img {
  width: 100%;
  border-radius: 25px;
}

.room_txt {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.room_txt h4 {
  letter-spacing: 1px;
  padding-top: 10px;
}

.room_txt .book_btn {
  background: #fff;
  color: #cd8d03;
  font-size: 16px;
  border-radius: 30px;
  width: 150px;
  height: 45px;
  letter-spacing: 1px;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  transition: 0.5s all;
}

.room_txt .book_btn:hover {
  background: #cd8d03;
  color: #fff;
  border: 1px solid #cd8d03;
}

/* tab-sec */

/* .tab_box .tab_btn.active {
    background-color: #444;
    color: #fff;
} */

.content_box .content {
  display: none;
  animation: moving 0.5s ease;
}

.content_box .content.active {
  display: block;
}

@keyframes moving {
  from {
    transform: translateY(1px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* safari-sec */
.safari-sec {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  z-index: 1;
}

.safari-sec::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000a3;
  z-index: -1;
  background: rgba(0, 0, 0, 0.6);
}

.safari-tab .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background: #0f6356;
  color: #efa80e;
}

.safari-tab .nav-pills .nav-link {
  position: relative;
  background: #0f6356;
  color: #efa80e;
  border-radius: 0;
  width: 250px;
  margin-bottom: 10px;
  font-family: "Playfair Display", serif;
  text-align: right;
  padding-right: 30px;
}

.safari-tab .nav-pills .nav-link.active::before {
  position: absolute;
  content: "";
  top: 11px;
  right: -10px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-left: 9px solid #efa80e;
  border-bottom: 9px solid transparent;
  z-index: 1;
}

.safari-tab .nav-pills .nav-link::after {
  position: absolute;
  content: "";
  top: 5px;
  right: -15px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 15px solid #0f6356;
  border-bottom: 15px solid transparent;
}

.safari_content {
  display: flex;
}

.safari_bx {
  padding-bottom: 10px;
}

.safari-list li {
  color: #fff;
}

.safari_img {}

.safari_img img {
  max-width: 100%;
}

.safari-tab .tab-content {
  padding-left: 100px;
}

.safari-list-1 {
  padding-top: 10px;
}

.safari-hd {
  color: #fff;
  font-family: "Playfair Display", serif;
}

.safari-hd img {
  width: 15px;
  position: relative;
  top: -2px;
}

.safari-hd span {
  font-size: 24px;
  padding-left: 16px;
  margin: 15px 0;
}

.safari-list li {
  font-size: 22px;
  margin-bottom: 20px;
  padding-left: 30px;
}

.safari-list-1 {
  font-family: "Playfair Display", serif;
}

.safari-list-2 {
  padding-left: 20px;
}

.safari-list-1 li,
.safari-list-2 li {
  position: relative;
}

.safari-list-1>li::before {
  position: absolute;
  content: "";
  top: 9px;
  left: 0;
  height: 15px;
  width: 15px;
  background: url(../images/safari/circle.png) no-repeat center / contain;
}

.safari-list-2>li::before {
  position: absolute;
  content: "";
  top: 7px;
  left: 0;
  height: 18px;
  width: 18px;
  background: url(../images/about/tick.png) no-repeat center / contain;
}

.safari-sub li {
  font-family: "Poppins", sans-serif !important;
}

.safari_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s all;
}

/* slider-sec  */
.slider-sec::after {
  position: absolute;
  content: "";
  top: 110px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/banner/banner-bg.png) no-repeat center / cover;
  z-index: -1;
}

.slider-sec .heading {
  position: relative;
  max-width: 1010px;
  margin-bottom: 100px;
}

.slider-sec .heading::before {
  position: absolute;
  content: "";
  top: -95px;
  left: 0;
  height: 100%;
  width: 75px;
  background: url(../images/slider/un.png) no-repeat center / contain;
}

.slider-sec h2 {
  font-size: 50px;
  line-height: 80px;
  padding-left: 100px;
}

.slider-sec .head_spn {
  position: absolute;
  right: -150px;
  font-size: 22px;
  font-weight: 400;
}

.slider img {
  width: 100%;
  border-radius: 20px;
}

.slider .owl-nav {
  position: absolute;
  top: 30%;
  width: 100%;
  display: block !important;
}

.slider .owl-prev {
  width: 60px;
  height: 60px;
  float: left;
  margin-left: -80px;
}

.slider .owl-next {
  width: 60px;
  height: 60px;
  float: right;
  margin-right: -80px;
}

.slider .owl-nav span {
  font-size: 60px;
}

/* club-sec */
.club-sec {
  height: 720px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.club-sec::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000a3;
  z-index: -1;
  background: rgba(0, 0, 0, 0.6);
}

.club-info img {
  max-width: 100%;
  border: 5px solid #fff;
  border-radius: 10px;
}

/* video-sec */
.video-sec {
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.video-sec::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.video-sec .heading {
  position: relative;
  z-index: 9;
}

.video-sec h2 .hd-sn {
  display: block !important;
}

.video-info {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 60px;
}

/* .video-info img {
    position: relative;
    width: 100%;
    border-radius: 250px 0 0 250px;
} */

.yt_bttn {}

.yt_bttn img {
  width: 90px;
}

/* popup-modal */
.new-popup iframe {
  width: 100%;
  height: 300px;
}

.new-popup .modal-dialog {
  max-width: 600px;
}

.new-popup .modal-header {
  border-bottom: none;
  padding: 15px 10px 0;
}

.new-popup .btn-close {
  width: 14px;
  height: 14px;
  font-size: 22px;
  background: #084c44;
  color: #fff;
  position: absolute;
  right: 0;
  top: -11px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 35px;
  opacity: 1;
}

/* footer */
.footer {
  padding: 30px 0;
  position: relative;
  background-color: #202070b8;
  background: #233633;
}

/* .footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: url(../images/foot-bg.jpg)no-repeat center /cover;
    z-index: -1;
} */

.foot-cont h4 {
  color: #cd8d03;
  font-weight: 400;
  padding-bottom: 10px;
  font-family: "Playfair Display", serif;
}

.foot-list li {
  margin-bottom: 8px;
}

.foot-list li a {
  color: #fff;
  transition: 0.5s all;
}

.foot-list li a:hover {
  transform: translateX(2px);
  opacity: 0.5;
}

.foot-contact li a:hover {
  transform: none;
  opacity: 1;
}

.foot-contact li {
  display: flex;
  gap: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 16px;
}

.foot-contact li img {
  width: 20px;
  height: 20px;
}

.ph-no {
  position: relative;
  margin-bottom: 20px;
}

.ph-no::after {
  position: absolute;
  content: "";
  bottom: 0;
  height: 1px;
  width: 100px;
  background: #fccd52;
}

.address {
  position: relative;
  margin-bottom: 20px;
}

.address::after {
  position: absolute;
  content: "";
  bottom: 0;
  height: 1px;
  width: 100px;
  background: #fccd52;
}

.foot-copyright p {
  font-size: 25px;
  max-width: 320px;
  line-height: 35px;
  color: #fff;
  font-family: "Playfair Display", serif;
}

.social-lists {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.social-lists li a {
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: #fff;
  font-size: 15px;
  transition: 0.5s all;
  background: #efa80e;
}

.social-lists li a:hover {
  background: #fff;
  /* border: 1px solid #fff; */
  color: #35aeff;
}

.foot-logo {
  max-width: 190px;
}

.foot-logo img {
  max-width: 100%;
}

.ph-no a {
  font-size: 25px;
  color: #fccd52 !important;
  font-family: "Playfair Display", serif;
}

.foot-bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #444444;
  padding-top: 20px;
  margin-top: 40px;
}

.foot-bottom-para {
  display: flex;
}

.foot-bottom-para {
  display: flex;
  float: right;
  gap: 40px;
}

.foot-bottom-para p {
  position: relative;
  color: #8a8d8c;
}

.foot-bottom-para p a {
  color: #8a8d8c;
}

.foot-bottom-para p:nth-child(1)::after {
  position: absolute;
  content: "";
  top: 10px;
  right: -22px;
  height: 17px;
  width: 1px;
  background: #8a8d8c;
}

.content_page h4 {
  margin-top: 15px;
}

.follow-us.follow-us h4 {
  position: relative;
  font-size: 25px;
  color: #ffae00;
  font-style: italic;
  font-weight: 500;
}

.follow-us.follow-us .follow-span {
  position: absolute;
  top: 40px;
  right: -135px;
}

.follow-us {
  margin-top: 20px;
}

.follow-us.follow-us.social-lists {
  margin-top: 0 !important;
}

.guest-info.guest-info li a i {
  position: absolute;
  inset: 0;
  height: 20px;
  width: 20px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #ffffff;
  color: #ff0000;
  font-size: 50px;
}

.activity-wrapper.safari-activity {
  background: #233633;
  color: #fff;
  font-size: 21px;
  padding: 15px 20px;
  max-width: max-content;
  border-color: #233633;
  margin-bottom: 10px;
}

.sub-menu-lists.sub-menu-lists li {
  color: #505050;
  font-size: 18px;
  font-weight: 400 !important;
}

.check-in.check-in .sub-menu-lists li::before {
  position: absolute;
  content: "";
  top: 7px;
  left: 0;
  height: 18px;
  width: 18px;
  background: url(../images/about/tick.png) no-repeat center / contain;
  filter: brightness(0);
}

.safari-service.safari-service .check-in li {
  font-weight: 500;
}

.banquet-section {
  padding: 60px 0;
}

.banquet-section {
  /* background-attachment: fixed; */
  background-attachment: scroll;
  background-position: bottom;
  position: relative;
  z-index: 2;
}

.banquet-section,
.banquet-section h2 {
  color: #fff;
}

.banquet-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}

.for-border.for-border li a img {
  border: 2px solid #fff;
}

.banquet-info+.banquet-info {
  margin-top: 30px;
}

ul.banquet-list {
  display: flex;
  flex-wrap: wrap;
}

.banquet-list li {
  color: #fff;
  font-size: 19px;
  position: relative;
  padding-left: 16px;
  width: 50%;
  flex: 0 0 auto;
  margin-bottom: 6px;
}

.banquet-list li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  height: 6px;
  width: 6px;
  background: #fff;
  border-radius: 100px;
}

.main_heading {
  font-size: 28px;
  margin-bottom: 18px;
  color: #fff;
}

.banquet-dtls {
  display: block;
  max-width: 90%;
  margin-left: auto;
}

.jjj-frame.index-map iframe {
  width: 100%;
  height: 320px;
  display: block;
  /* max-width: 1000px; */
  border-radius: 20px;
  border: 5px solid white !important;
  margin: 40px auto 0;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.key-points.key-points {
  margin-top: 30px;
}

.safari-inner-lists.safari-inner-lists li+li {
  margin-top: 12px;
}

.acti-fig.acti-fig figure a {
  width: 100%;
  height: 100%;
}

.acti-fig {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.acti-fig figure {
  height: 370px;
}

.acti-fig figure img {
  height: 100%;
  object-fit: cover;
}

.acti-fig.acti-fig figcaption {
  position: absolute;
  bottom: 30px;
  left: 0;
  font-size: 25px;
  color: #fff;
  height: 58px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  background: linear-gradient(90deg,
      rgba(0, 0, 0, 1) 0%,
      rgb(255 255 255 / 0%) 100%);
  max-width: 205px;
  width: 100%;
  pointer-events: none;
  font-family: "Playfair Display", serif;
}

.acti-fig.last-same.last-same figure {
  height: 178px;
}

.last-same+.last-same {
  margin-top: 14px;
}

.social_on_banner {
  position: fixed;
  top: 8em;
  right: 7px;
  height: fit-content;
  z-index: 9999;
}

.social_on_banner a {
  width: 44px;
  height: 44px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  background: #1877f2;
  font-size: 20px;
  margin: 10px 0;
  box-shadow: 0px 4px 15px -4px #2f3132;
}

.social_on_banner a:hover {
  opacity: 0.8;
}

.social_on_banner.social_on_banner a:nth-child(2) {
  background: #b833a4;
}

.social_on_banner.social_on_banner a:nth-child(3) {
  background: #d91010;
}

.bnqet-para {
  font-size: 25px;
  font-weight: 600;
  color: #ffae00;
  letter-spacing: 1px;
  margin-top: 6px;
  margin-bottom: 8px;
}

.img-padding.img-padding.rooms-lists a img {
  padding: 2px;
  background: #fff;
}

.pick-drop {
  font-size: 48px;
  max-width: 620px;
}

span.deep-pink {
  padding: 3px 10px;
  background: #ff0000;
  color: #fff;
  border-radius: 8px;
}

.root-details h3,
.root-details h4 {
  color: #fff;
}

.root-details .check-in li {
  color: #fff;
}

.root-details .check-in li::before {
  background: #fff;
}

.root-details .check-in.check-in .sub-menu-lists li::before {
  filter: inherit;
}

.root-details.root-details h3 {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #efa80e;
}

.root-details.root-details h4 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
  color: #efa80e;
}

.root-details+.root-details {
  margin-top: 20px;
}

.light-grn-clr,
.heading-em {
  font-style: initial;
  color: #126d5f;
}

.more-light-grn.more-light-grn {
  color: #38d2ba;
  height: 0 !important;
  width: auto !important;
}

.guest-say.guest-say p {
  font-size: 16px;
  line-height: 28px;
}

.ratings-info {
  margin: 9px 0;
  display: flex;
  align-items: center;
  gap: 5px;
}

.ratings-info svg {
  color: #efa80e;
  font-size: 15px;
}

.guest-say {
  box-shadow: 0px 4px 40.5px 7px #b9b9b940;
  border: 1px solid #efefef;
  border-radius: 16px;
  padding: 15px 20px;
  background: #fff;
  min-height: 350px;
  position: relative;
  z-index: 6;
}

.slick-wrapper .slick-slide {
  margin: 0 8px;
  height: auto;
  transition: 0.5s all;
}

.slick-wrapper .slide-item {
  margin: 8px 0;
}

.slick-wrapper .slick-list {
  padding: 10px 10px 30px;
}

.slick-wrapper .slick-prev,
.slick-wrapper .slick-next {
  height: 50px;
  width: 50px;
  border: 1px solid #000000 !important;
  border-radius: 50%;
  background: white;
  color: black !important;
  transition: 0.4s all;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
}

.slick-wrapper .slick-next {
  right: -110px;
}

.slick-wrapper .slick-disabled {
  pointer-events: none;
  opacity: 0.7;
}

img.line-img {
  max-width: 370px;
  display: inline-block;
  vertical-align: baseline;
}

.tutorial_link.tutorial_link.tutorial_link {
  display: none !important;
  visibility: hidden;
}

.google-frame iframe {
  display: block;
  padding: 0;
}

.google-frame>div {
  height: 540px;
  overflow-y: scroll;
}

body .sk-ww-google-reviews .sk-load-more-btn-container {
  margin-top: 20px;
  display: none !important;
}

body .sk-ww-google-reviews .sk-post__footer {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

body .sk-ww-google-reviews .sk-post__body {
  margin-top: 12px;
  margin-bottom: 12px;
}

.syning-slick .slick-slide {
  height: auto !important;
}

.syning-slick .slider-nav .room_img img {
  height: 50px !important;
  width: 74px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
}

.syning-slick .slider-nav .slick-slide {
  width: auto !important;
}

.syning-slick {
  position: relative;
}

.syning-slick .slider-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #00000099;
  border-radius: 0 0 25px 25px;
}

.syning-slick .slider-nav .slick-list {
  padding: 6px 10px !important;
}

.syning-slick .slider-nav .slick-track.slick-track {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.syning-slick .slider-for .room_img img {
  height: 364px !important;
  object-fit: cover;
}

.yt_bttn_visitr.yt_bttn_visitr i {
  position: absolute;
  inset: 0;
  height: 20px;
  width: 20px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #ffffff;
  color: #ff0000;
  font-size: 50px;
}

.yt_bttn_visitr {
  position: relative;
  display: table;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border: 4px solid #386b36;
  margin: 20px auto 0;
}

.visitor-video img {
  max-width: 300px;
}

.disclmr-para {
  font-size: 15px;
  margin-top: 18px;
}

.disclmr-para b {
  color: #147c6d;
}

/* Overlay background */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  /* Initially hidden */
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Popup box */
.popup {
  background: #fff;
  padding: 6px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  display: flex;
  gap: 6px;
}

/* Close button */
.close {
  position: absolute;
  right: -8px;
  top: -12px;
  font-size: 18px;
  cursor: pointer;
  height: 34px;
  width: 34px;
  background: red;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.popup-fig {
  max-width: 450px;
}

.popup-fig img {
  border-radius: 10px;
}

/* new-about */
.bus-section {
  max-width: 700px;
  margin: 50px auto 0;
}

.bus-card img {
  width: 100%;
  max-width: 100%;
  margin: auto;
  display: block;
}

/* .bus-card {
  max-width: 1530px;
  height: 417px;
  margin: auto;
  display: flex;
  border-radius: 30px;
  overflow: hidden;
  background: #ffffff;
}  */

/* LEFT CONTENT */
.bus-content {
  /* width: 45%;
  padding: 60px; */
  /* background: #ffffff; */
}

.bus-content .bus_txt::after {
  position: absolute;
  content: "";
  top: -27px;
  left: 7px;
  /* right: 0; */
  height: 130px;
  width: 450px;
  /* margin: auto; */
  background: url(../images/rec-1.png) no-repeat center / contain;
  z-index: 0;
}

.bus-content .bus_txt_2::after {
  position: absolute;
  content: "";
  bottom: -27px;
  right: 7px;
  /* right: 0; */
  height: 130px;
  width: 440px;
  /* margin: auto; */
  background: url(../images/rec-2.png) no-repeat center / contain;
  z-index: 0;
}

.bus-content h2 {
  font-size: 35px;
  color: #fff;
  padding-left: 30px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.bus_txt_2 {
  position: absolute;
  bottom: 0;
  right: -7px;
}

.bus_txt_2 h2 {
  font-size: 35px;
  color: #fff;
  padding-left: 0;
  margin-bottom: 0;
  position: relative;
  right: 40px;
  z-index: 1;
}

.bus-content h2 span {
  color: #cd8d03;
  /* padding-left: 100px; */
}

.route {
  font-size: 30px;
  color: #23796e;
  font-weight: 600;
}

.route span {
  margin: 0 10px;
  color: #000000;
}

/* RIGHT IMAGE */
.bus-image {
  width: 55%;
}

.bus-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* room-section */
.rom_dtls {
  margin-top: 20px;
}

.room_row .room_txt {
  padding-top: 0;
}

.room_info .room_txt h3 {
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 0;
  color: #1f1f1f;
}

.ami_list {
  display: flex;
  gap: 20px;
  padding-top: 10px;
  flex-wrap: wrap;
}

.ami_list li {
    display: flex;
    align-items: center;
    font-weight: 400;
    color: #687270;
    font-size: 15px;
    width: 16.66%;
    font-family: "Poppins", sans-serif;
}

.ami_icon {
  border: 1px solid #bed3d0;
  /* padding: 5px; */
  height: 30px;
  width: 30px;
  text-align: center;
  margin-right: 5px;
  display: flex;
  justify-content: center;
  /* margin: auto; */
  align-items: center;
  border-radius: 3px;
}

.room_aminities {
  border-top: 1px solid #dcdcdc;
  padding-top: 10px;
  margin-top: 20px;
}

.room_row {
  background: #fff;
  box-shadow: 0px 4px 30px 0px #dfdfc8;
  padding: 15px 0;
  border-radius: 10px;
}

.room_row .room_img img {
  border-radius: 2px;
}

.room_row .syning-slick .slider-nav .slick-list {
  padding: 10px 0 !important;
}

.room_row .syning-slick .slider-nav {
  position: initial;
  bottom: 0;
  left: 0;
  width: 100%;
  background: transparent;
  border-radius: initial;
}

.room-price {
    color: #cd8d03;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.room_row .syning-slick .slider-nav .slick-list {
  padding: 10px 0 0 !important;
}

.room_row .syning-slick .slider-nav .room_img img {
  border-radius: 0;
}

.room_row .syning-slick .slider-nav .slick-track.slick-track {
  display: block;
}

.room_row .syning-slick .slider-nav .slick-slide {
  margin-right: 10px;
}

.room_row .syning-slick .slider-nav .slick-slide:last-child {
  margin-right: 0;
}

.room_info .room_txt .book_btn {
  width: 160px;
  height: 40px;
  font-weight: 600;
  text-transform: initial;
}

.read_more {
  cursor: pointer;
  color: #126d5f;
}

.gry_txt {
  color: #a4acab;
  font-family: "Poppins", sans-serif;
}

.room_aminities h4 {
  color: #3c3c3c;
  font-size: 22px;
}

.ami_icon img {
  width: 20px;
  height: 20px;
}

.room_row .syning-slick .slider-for .room_img img {
  height: 240px !important;
}

.hidden_txt {
  display: none;
}

.hidden_txt.show {
  display: inline;
}

/* room-dtls */
.room_price_dtls {
  font-family: "Playfair Display", serif;
}

.occupancy_dtls {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Poppins", sans-serif;
}

.occu_info {
  display: flex;
  gap: 20px;
}

.occu_info p {
  color: #121212;
}

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

.occ_num p {
  font-size: 20px;
}

.occ-im img {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

.room_price {
  font-size: 30px;
  color: #cd8d03;
}

.rupee_icon {
  position: relative;
  top: 0;
  left: -2px;
  color: #000;
  font-size: 22px;
}

.booking_info {
  border-top: 1px solid #bed3d0;
  border-bottom: 1px solid #bed3d0;
  padding: 20px 0;
  margin-top: 20px;
}

.booking_info .room_txt {
  padding-top: 0;
}

.room_dtls_info .inner-heading {
  padding-top: 30px;
}

.room_dtls_list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.room_dtls_list li {
  flex: 1 1 auto;
  width: 16%;
}

.room_ame_dtls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #fafae9;
    border: 1px solid #d9d9cf;
    padding: 10px 20px;
    border-radius: 10px;
    height: 80px;
    font-family: "Poppins", sans-serif;
}

.ame-im img {
  width: 30px;
  height: 30px;
}

.room_ame_dtls p {
  font-size: 16px;
  color: #687270;
  font-weight: 500;
  line-height: 22px;
}

.room_list2 li {
  width: 15%;
}

.serv_grn_txt {
  color: #137869 !important;
  font-weight: 600;
}

.serv_yel_txt {
  font-weight: 600;
  color: #af7b0a !important;
  font-family: "Playfair Display", serif;
  margin: 4px 0 0;
}

.room_cnt {
  background: #eeeee0;
}

.room_cnt .room_ame_dtls {
  height: 150px;
  background: #fff;
  box-shadow: 0px 22px 37.7px 0px #dfdfc8;
  border: none;
  flex-direction: column;
  text-align: center;
}

.room_cnt .ame-im img {
  width: 40px;
  height: 40px;
}

.room_cnt .room_ame_dtls p {
  color: #1d1d1d;
}

.book_now {
  position: fixed;
  top: 30em;
  right: -45px;
  height: fit-content;
  z-index: 9999;
  rotate: -90deg;
}

.book_now .book_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cd8d03;
  background: #cd8d034a;
  color: #cd8d03;
  border-radius: 6px 6px 0 0;
  transition: 0.5s all;
}

.book_now .book_btn:hover {
  background: #cd8d03;
  border: 1px solid #cd8d03;
  color: #fff;
}

.room_dtls_info .book_now {
  position: initial;
  rotate: initial;
}

.room_dtls_info .book_now .book_btn {
  border: 1px solid #cd8d03;
  background: transparent;
  border-radius: 10px;
  margin: 50px auto 0;
}

.room_dtls_info .book_now .book_btn:hover {
  background: #cd8d03;
  border: 1px solid #cd8d03;
  color: #fff;
}

.room_dtls_info .book_now .book_btn svg {
  font-size: 20px;
  position: relative;
  left: -6px;
  top: 0;
}

.book_info .room_txt {
  padding-top: 0;
}

/* =========== popup ============ */

.popup-overlay{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.6);
    display:flex;
    justify-content:center;
    align-items:center;
    visibility:hidden;
    opacity:0;
    transition:0.3s ease;
    z-index:9999;
}

.popup-overlay.active{
    visibility:visible;
    opacity:1;
}

.popup-box {
    position: relative;
    animation: pop .3s ease;
    padding: 4px;
    background: white;
    border-radius: 10px;
}

.popup-img{
  width: 100%;
    max-width: 570px;
    border-radius:10px;
}

.close-btn{
    position:absolute;
    top:-10px;
    right:-10px;
    background:#fff;
    color:#333;
    font-size:22px;
    width:35px;
    height:35px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    cursor:pointer;
    box-shadow:0 0 10px rgba(0,0,0,0.4);
}

.for-video.for-video.popup-box {
    max-width: 500px;
    max-height: 500px;
    width: 100%;
    height: 100%;
}

.for-video.for-video iframe {
    border: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10px;
}

@keyframes pop{
    from{transform:scale(0.6);}
    to{transform:scale(1);}
}

/* =========== popup ============ */




.holi_banner{
  display: block;
    width: 100%;
    max-width: 600px;
    margin: 30px auto 0;
}

@media only screen and (max-width: 1560px) {
  h1 {
    font-size: 70px;
  }

  h2 {
    font-size: 39px;
    line-height: 46px;
    margin-bottom: 15px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 20px;
  }

  p {
    font-size: 15px;
    line-height: 26px;
  }

  .text_center {
    max-width: 850px;
    margin: auto;
  }

  .cmn-sec {
    padding: 50px 0;
  }

  .head_spn {
    font-size: 12px;
  }

  /* header */
  .nav_list li a {
    font-size: 16px;
  }

  .search-btn {
    font-size: 15px;
    right: 30px;
  }

  /* banner-sec */
  .banner-content {
    padding-top: 180px;
  }

  .banner-slider .item {
    height: 550px;
  }

  .search-item .search-in {
    font-size: 14px;
    gap: 10px;
  }

  .search-in .sh-icn img {
    width: 25px;
  }

  /* about-sec */
  .info-text li {
    font-size: 18px;
    padding-left: 35px;
  }

  .info-text li::before {
    height: 23px;
    width: 23px;
  }

  .info-text::before {
    /* right: -430px; */
    right: -420px;
  }

  /* .bus-section {
    height: 300px;
  } */
  /* .bus-card img {
    aspect-ratio: 20/8;
  } */

  .bus-content .bus_txt::after {
    height: 110px;
    width: 340px;
  }

  .bus-content h2 {
    font-size: 24px;
  }

  .bus_txt_2 h2 {
    font-size: 24px;
  }

  .bus-content .bus_txt_2::after {
    height: 100px;
    width: 318px;
  }

  /* expect-sec */
  .expect-sec {
    height: 580px;
    padding: 80px 0;
  }

  .expect-img img {
    width: 500px;
  }

  .expect-img {
    bottom: 20px;
  }

  .read_btn {
    font-size: 14px;
  }

  .drop_down {
    width: 350px;
    height: 303px;
  }

  .counter {
    padding: 5px;
  }

  /* ahar-sec */
  .ahar-im img {
    width: 300px;
  }

  /* video-sec */
  .video-info {
    padding-top: 75px;
  }

  /* testimonial-sec  */
  .testimonial-sec {
    padding-bottom: 80px;
  }

  .testimonial-sec .testi-para {
    font-size: 19px;
    line-height: 32px;
  }

  .review_box p {
    font-size: 18px;
  }

  .rev_fig img {
    width: 80px;
  }

  /* room-sec */
  .tab_box .tab_btn.active {
    width: 170px;
    height: 40px;
    line-height: 38px;
  }

  .tab_box li a {
    font-size: 14px;
  }

  .room_txt .book_btn {
    font-size: 14px;
    width: 135px;
    height: 40px;
  }

  /* safari-sec */
  .safari-list li {
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 25px;
  }

  .safari-list-1 li::before {
    top: 7px;
    height: 10px;
    width: 10px;
  }

  .safari-list-2 li::before {
    top: 5px;
    height: 15px;
    width: 15px;
  }

  .safari-hd span {
    font-size: 18px;
    padding-left: 15px;
  }

  .safari-hd img {
    width: 11px;
  }

  /* slider-sec */
  .slider-sec h2 {
    font-size: 35px;
    line-height: 55px;
    padding-left: 70px;
  }

  .slider-sec .heading {
    max-width: 720px;
  }

  .slider-sec .head_spn {
    font-size: 18px;
  }

  .slider-sec .heading::before {
    top: -70px;
    width: 50px;
  }

  .slider .owl-prev {
    margin-left: -60px;
  }

  .slider .owl-next {
    margin-right: -60px;
  }

  /* club-sec */
  .club-sec {
    height: 600px;
  }

  /* video-sec */
  .video-sec {
    height: 400px;
  }

  .yt_bttn img {
    width: 60px;
  }

  /* testimonial-sec */
  .review-bx {
    max-width: 100%;
    margin: auto;
  }

  .testimonial-sec .heading::before {
    top: -70px;
    height: 250px;
    width: 250px;
  }

  /* footer */
  .foot-bottom-para p:nth-child(1)::after {
    top: 5px;
    right: -22px;
    height: 17px;
  }

  .container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 80px !important;
  }

  .follow-us.follow-us h4 {
    font-size: 20px;
  }

  .follow-us.follow-us .follow-span {
    position: absolute;
    top: 30px;
    right: 0;
  }

  .activity-wrapper.safari-activity {
    font-size: 15px;
    padding: 10px 16px;
    margin-bottom: 8px;
  }

  .sub-menu-lists.sub-menu-lists li {
    font-size: 14px;
  }

  .check-in.check-in .sub-menu-lists li::before {
    height: 13px;
    width: 13px;
  }

  .check-service.safari-service .mt-3 {
    margin-top: 10px !important;
  }

  .main_heading {
    font-size: 22px;
    margin-bottom: 14px;
  }

  .banquet-list li {
    font-size: 15px;
    padding-left: 14px;
    margin-bottom: 5px;
  }

  .banquet-list li::before {
    top: 8px;
    left: 0;
    height: 6px;
    width: 6px;
  }

  .banquet-info+.banquet-info {
    margin-top: 28px;
  }

  .banquet-dtls {
    max-width: 93%;
  }

  .acti-fig figure {
    height: 310px;
  }

  .acti-fig.last-same.last-same figure {
    height: 148px;
  }

  .acti-fig.acti-fig figcaption {
    bottom: 20px;
    left: 0;
    font-size: 18px;
    height: 40px;
    padding-left: 10px;
    max-width: 160px;
  }

  .room-hed {
    margin-bottom: 16px;
  }

  .bnqet-para {
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .info-text {
    padding: 50px 50px;
  }

  .pick-drop {
    font-size: 36px;
    max-width: 620px;
  }

  .pick-drop {
    font-size: 36px;
    max-width: 460px;
    line-height: 52px;
  }

  .info-text::before {
    top: 0;
    right: -175px;
    width: 365px;
    height: 100%;
  }

  span.deep-pink {
    padding: 1px 8px;
  }

  .info-image img {
    max-width: 540px;
  }

  .root-details.root-details h3 {
    font-size: 26px;
    margin-bottom: 5px;
  }

  .root-details.root-details h4 {
    font-size: 13px;
    margin-top: 12px;
  }

  .root-details+.root-details {
    margin-top: 15px;
  }

  .guest-say {
    border-radius: 12px;
    padding: 14px 15px;
    min-height: 315px;
  }

  .ratings-info svg {
    font-size: 12px;
  }

  .ratings-info {
    margin: 4px 0 6px;
  }

  .guest-say.guest-say p {
    font-size: 14px;
    line-height: 24px;
  }

  .slick-wrapper .slick-prev,
  .slick-wrapper .slick-next {
    height: 44px;
    width: 44px;
  }

  img.line-img {
    max-width: 320px;
  }

  .google-frame>div {
    height: 440px;
  }

  .syning-slick .slider-for .room_img img {
    height: 280px !important;
  }

  .syning-slick .slider-nav .room_img img {
    height: 44px !important;
    width: 65px;
    border-radius: 6px;
  }

  .visitor-video img {
    max-width: 240px;
  }

  .disclmr-para {
    font-size: 13px;
    margin-top: 15px;
  }

  .popup-fig {
    max-width: 400px;
  }

  /* room-sec */
  .room_row {
    padding: 10px 0;
  }

  .room_info .room_txt h3 {
    font-size: 30px;
  }

  .room_aminities h4 {
    font-size: 20px;
  }

  .gry_txt {
    font-size: 12px;
  }

  .room_aminities {
    padding-top: 10px;
    margin-top: 18px;
  }

  .ami_icon img {
    width: 16px;
    height: 16px;
  }

  .ami_icon {
    height: 28px;
    width: 28px;
  }

  .ami_list li {
    font-size: 13px;
  }

  .room_row .syning-slick .slider-for .room_img img {
    height: 180px !important;
  }

  .room_row .room_txt .book_btn {
    width: 150px;
  }

  /* room-dtls */
  .booking_info {
    padding: 10px 0;
    margin-top: 10px;
  }

  .rupee_icon {
    font-size: 17px;
  }

  .room_price {
    font-size: 22px;
  }

  .occ_num p {
    font-size: 14px;
  }

  .occ-im img {
    width: 18px;
    height: 18px;
  }

  .occu_info {
    gap: 16px;
  }

  .room_ame_dtls {
    height: 60px;
  }

  .ame-im img {
    width: 25px;
    height: 25px;
  }

  .room_ame_dtls p {
    font-size: 12px;
    line-height: 18px;
  }

  .popup-img{
    max-width: 450px;
  }

  .for-video.for-video.popup-box {
    max-width: 420px;
    max-height: 420px;
  }
}

@media only screen and (max-width: 1390px) {
  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 18px;
  }

  .book_btn {
    font-size: 12px;
    width: 120px;
    height: 40px;
    line-height: 27px;
  }

  /* header */
  a.logo img {
    width: 120px;
  }

  .nav_list li a {
    font-size: 14px;
  }

  .banner-content {
    padding-top: 150px;
  }

  /* banner */

  .banner-slider .item {
    height: 520px;
  }

  .search-in .sh-icn img {
    width: 20px;
  }

  .search-item .search-in {
    font-size: 13px;
  }

  .search-btn {
    width: 130px;
    height: 45px;
    line-height: 46px;
  }

  /* about-sec */
  .info-text::before {
    /* right: -390px; */
    /* right: -370px; */
  }

  /* expect-sec */
  .expect-sec {
    padding: 70px 0 30px;
  }

  /* club-sec */
  .club-sec {
    height: 550px;
  }

  /* .follow-us.follow-us h4 {
    font-size: 23px;
  } */

  .info-text {
    padding: 50px 40px;
  }

  .pick-drop {
    font-size: 32px;
    max-width: 400px;
  }

  .guest-say.guest-say p {
    font-size: 13px;
    line-height: 23px;
  }

  .guest-say {
    padding: 13px 15px;
    min-height: 320px;
  }

  img.line-img {
    max-width: 280px;
  }

  .info-image img {
    max-width: 350px;
  }

  /* room-sec */
  .room_ame_dtls {
    height: 70px;
  }

  .room_ame_dtls p {
    font-size: 11px;
    line-height: 15px;
  }

  /* room-dtls */
  .book_now {
    right: -40px;
  }

  .room_dtls_info .book_now .book_btn svg {
    font-size: 16px;
  }

  .rupee_icon {
    font-size: 16px;
  }

  .room_price {
    font-size: 20px;
  }

  .popup-img{
    max-width: 400px;
  }
}

@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 55px;
  }

  h2 {
    font-size: 38px;
  }

  p {
    font-size: 13px;
    line-height: 25px;
  }

  .book_btn {
    font-size: 12px;
    width: 110px;
    height: 36px;
    line-height: 21px;
  }

  /* header-sec */
  a.logo img {
    width: 80px;
  }

  .nav_list {
    gap: 30px;
  }

  .nav_list li a {
    font-size: 13px;
  }

  /* banner-sec */
  .banner-spn {
    font-size: 13px;
  }

  .banner-slider .item {
    height: 420px;
  }

  .banner-content {
    padding-top: 120px;
  }

  .search-item .search-in {
    font-size: 12px;
  }

  .search-btn {
    font-size: 15px;
    left: 0;
  }

  .divider {
    right: 15px;
  }

  /* about-sec */
  .about-slider .owl-nav button.owl-next {
    height: 42px;
    width: 42px;
  }

  .info-text {
    padding: 40px 30px;
  }

  .info-text li {
    font-size: 14px;
    white-space: inherit;
    padding-left: 30px;
  }

  .info-text li::before {
    height: 18px;
    width: 18px;
  }

  .info-text::before {
    right: -290px;
  }

  /* room-sec */

  .room-hed {
    margin-bottom: 10px;
  }

  .room_txt .book_btn {
    font-size: 12px;
    width: 120px;
    height: 36px;
  }

  /* expect-sec  */
  .expect-img img {
    width: 400px;
  }

  /* slider-sec  */
  .slider .owl-nav {
    top: 20%;
  }

  .slider .owl-prev {
    margin-left: -50px;
  }

  .slider .owl-next {
    margin-right: -50px;
  }

  /* club-sec */
  .club-sec {
    height: 450px;
  }

  /* ahar-sec  */
  .ahar-im img {
    width: 230px;
  }

  .ahar-im h3 {
    font-size: 25px;
  }

  .yt_bttn img {
    width: 50px;
  }

  /* video-sec */
  .video-sec {
    height: 350px;
  }

  .video-info {
    padding-top: 30px;
  }

  .yt_bttn img {
    width: 60px;
  }

  /* testimonial-sec  */
  .testimonial-sec {
    padding-bottom: 50px;
  }

  .testimonial-sec .heading::before {
    height: 200px;
    width: 200px;
  }

  .star-img {
    width: 100px !important;
  }

  .rev_fig img {
    width: 80px !important;
  }

  .foot-logo {
    max-width: 100px;
  }

  .foot-list li a {
    font-size: 14px;
  }

  .foot-contact li {
    font-size: 14px;
  }

  .social-lists li a {
    height: 30px;
    width: 30px;
    font-size: 13px;
  }

  .foot-copyright p {
    font-size: 20px;
    max-width: 320px;
    line-height: 30px;
  }

  .foot-bottom {
    padding-top: 20px;
    margin-top: 20px;
  }

  .foot-bottom-para p:nth-child(1)::after {
    top: 6px;
    height: 14px;
  }

  img.line-img {
    max-width: 240px;
  }

  /* new-about */
  .bus-content h2 {
    font-size: 22px;
  }

  .bus-content .bus_txt::after {
    height: 104px;
    width: 300px;
  }

  .bus-content .bus_txt_2::after {
    height: 96px;
    width: 300px;
  }

  .route {
    font-size: 21px;
  }
}

@media only screen and (max-width: 991px) {
  .container {
    padding: 0 40px !important;
  }

  .m-top {
    margin-top: 0;
  }

  .nav_list {
    display: initial;
    gap: 50px;
  }

  #menu {
    position: fixed;
    width: 320px;
    height: 120vh;
    right: -42px;
    margin: -100px 0 0 -50px;
    padding: 50px;
    padding-top: 125px;
    background: #084c44;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }

  #menuToggle {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 9999;
    padding: 6px;
    border-radius: 6px;
    color: #000;
    background: #fff;
    box-shadow: 2px 2px 10px #3d3b3b;
  }

  #menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    /* hide this */
    z-index: 2;
    /* and place it over the hamburger */

    -webkit-touch-callout: none;
  }

  /*
         * Just a quick hamburger
         */
  #menuToggle span {
    display: block;
    width: 30px;
    height: 3px;
    margin-bottom: 5px;
    position: relative;
    background: #000;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition:
      transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
      background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
      opacity 0.55s ease;
  }

  #menuToggle span:first-child {
    transform-origin: 0% 0%;
  }

  #menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
    margin-bottom: 0;
  }

  /*
         * Transform all the slices of hamburger
         * into a crossmark.
         */
  #menuToggle input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #fff;
  }

  /*
         * But let's hide the middle one.
         */
  #menuToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }

  /*
         * Ohyeah and the last one should go the other direction
         */
  #menuToggle input:checked~span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
  }

  /*
         * Make this absolute positioned
         * at the top left of the screen
         */
  /* #menu {
        position: absolute;
        width: 300px;
        margin: -100px 0 0 -50px;
        padding: 50px;
        padding-top: 125px;

        background: #ededed;
        list-style-type: none;
        -webkit-font-smoothing: antialiased;

        transform-origin: 0% 0%;
        transform: translate(-100%, 0);

        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    } */

  #menu li {
    padding: 10px 0;
    font-size: 22px;
  }

  /*
         * And let's slide it in from the left
         */
  #menuToggle input:checked~ul {
    transform: none;
  }

  .onclick-menu:focus {
    /* clicking on label should toggle the menu */
    pointer-events: none;
  }

  .onclick-menu:focus .onclick-menu-content {
    /*  opacity is 1 in opened state (see below) */
    opacity: 1;
    visibility: visible;
    display: inherit;
    /* don't let pointer-events affect descendant elements */
    pointer-events: auto;
  }

  .onclick-menu-content {
    /* use opacity to fake immediate toggle */
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.5s;
  }

  .onclick-menu-content li {
    list-style: none;
  }

  .nav_list li a {
    color: #fff;
  }

  .booking_btn {
    position: relative;
    right: 35px;
  }

  .book_btn {
    font-size: 13px;
    width: 120px;
    height: 40px;
    line-height: 26px;
  }

  h2 {
    font-size: 35px;
  }

  h4 {
    font-size: 18px;
  }

  p {
    font-size: 13px;
    line-height: 21px;
  }

  .cmn-sec {
    padding: 20px 0;
  }

  a.logo img {
    width: 70px;
  }

  .head_spn {
    font-size: 13px;
  }

  .book_btn {
    font-size: 12px;
    width: 100px;
    height: 35px;
    line-height: 20px;
  }

  /* banner-sec */
  .banner-slider .item {
    height: 390px;
  }

  .banner-content {
    padding-top: 100px;
  }

  /* about-sec */
  .info-text::before {
    right: -250px;
  }

  /* room-sec */
  .tab_box {
    gap: 10px;
  }

  .tab_box .tab_btn {
    font-size: 14px;
  }

  .tab_box .tab_btn.active {
    width: 140px;
    height: 35px;
    line-height: 30px;
  }

  .room_img img {
    height: 300px;
    object-fit: cover;
  }

  .room_dtls {
    margin-bottom: 30px;
  }

  /* .room_dtls:last-child {
        margin-bottom: 0;
    } */

  /* safari-sec */
  .safari_content {
    flex-direction: column;
  }

  .safari-tab .tab-content {
    padding-left: 30px;
  }

  .safari-list li {
    font-size: 13px;
  }

  .safari_img {
    max-width: 250px;
    margin: auto;
  }

  /* expect-sec  */
  .expect-sec {
    height: 500px;
  }

  .expect-sec .heading {
    max-width: 100%;
  }

  /* slider-sec */
  .slider-sec .head_spn {
    font-size: 15px;
    right: 16px;
  }

  .slider .owl-nav {
    top: 5px;
  }

  .slider-sec h2 {
    font-size: 30px;
    line-height: 45px;
    padding-left: 50px;
  }

  .slider-sec .heading::before {
    top: -53px;
    width: 35px;
  }

  /* club-sec */
  .club-sec {
    height: 350px;
  }

  /* ahar-sec */
  .ahar-im img {
    width: 150px;
  }

  .ahar-im h3 {
    font-size: 20px;
  }

  /* video-sec  */
  .video-sec {
    height: 280px;
  }

  .yt_bttn img {
    width: 50px;
  }

  /* testimonial-sec  */

  .testimonial-sec .heading::before {
    top: -33px;
    height: 160px;
    width: 160px;
  }

  /* footer */
  .foot-logo {
    margin-bottom: 30px;
  }

  .foot-logo img {
    max-width: 100px;
  }

  .foot-copyright p {
    font-size: 20px;
    max-width: 320px;
    line-height: 30px;
  }

  .foot-bottom-para p:nth-child(1)::after {
    height: 14px;
  }

  .foot-bottom {
    margin-top: 10px;
  }

  .follow-us.follow-us h4 {
    font-size: 18px;
  }

  .check-in.check-in .sub-menu-lists li::before {
    height: 12px;
    width: 12px;
    top: 5px;
  }

  .testimonial-slider .owl-dots {
    position: relative;
    margin-top: 20px;
  }

  .banquet-dtls {
    max-width: 100%;
    margin-top: 20px;
  }

  .banquet-section {
    padding: 30px 0;
  }

  .acti-fig figure {
    height: 250px !important;
  }

  .acti-fig.acti-fig {
    margin-bottom: 12px !important;
  }

  .info-image img {
    max-width: 400px;
  }

  .pick-drop {
    font-size: 22px;
    line-height: 40px;
    max-width: 270px;
  }

  span.deep-pink {
    padding: 4px 8px;
    line-height: normal;
  }

  .root-details+.root-details {
    margin-top: 0;
  }

  .root-details {
    margin-bottom: 13px;
  }

  img.line-img {
    max-width: 250px;
  }

  img.line-img {
    display: none;
  }

  .google-frame>div {
    height: 240px;
  }

  .visitor-video img {
    max-width: 180px;
  }

  .yt_bttn_visitr.yt_bttn_visitr i {
    height: 14px;
    width: 14px;
    font-size: 35px;
  }

  /* new-about */
  .bus-content {
    padding: 25px;
  }

  .bus-content h2 {
    font-size: 20px;
  }

  /* .bus-content h2 span {
    padding-left: 60px;
  } */

  .route {
    font-size: 20px;
  }

  /* room-sec */
  .room_row .syning-slick .slider-for .room_img img {
    height: 230px !important;
  }

  .ami_list li {
    width: 22.66%;
  }

  .room_row .room_txt .book_btn {
    width: 130px;
    height: 35px;
  }

  /* room-dtls */
  .room_ame_dtls {
    height: 70px;
  }

  .room_dtls_list li {
    width: 20%;
  }

  .room_list2 li {
    width: 20%;
  }

  .room_ame_dtls p {
    font-size: 12px;
    line-height: 18px;
  }

  .room_cnt .room_list2 li {
    width: 14%;
  }

  .room_cnt .room_ame_dtls {
    height: 140px;
  }

  .room_cnt .ame-im img {
    width: 30px;
    height: 30px;
  }

  .room_cnt .room_dtls_list {
    gap: 10px;
  }

  .book_now {
    right: -35px;
  }

  .popup-img {
    max-width: 420px;
}
}

@media only screen and (max-width: 767px) {
  .safari-tab {
    flex-direction: column;
  }

  .safari-list-2 {
    padding-left: 0;
  }

  .info-container {
    flex-direction: column;
  }

  .info-text {
    padding: 20px 26px;
  }

  .pick-drop {
    font-size: 20px;
    line-height: 30px;
    max-width: 100%;
  }

  span.deep-pink {
    padding: 3px 8px;
    line-height: normal;
  }

  .info-image img {
    max-width: 100%;
  }

  .info-text::before {
    display: none;
  }

  .guest-say {
    padding: 13px 15px;
    min-height: auto;
  }

  .slick-wrapper .slide-item {
    margin: 5px 0;
  }

  .slick-wrapper .slick-slide {
    margin: 0;
  }

  .slick-wrapper .slick-list {
    padding: 0;
  }

  img.line-img {
    max-width: 200px;
  }

  /* room-sec */
  .room_row {
    margin: 0px;
  }

  .ami_list {
    gap: 15px;
  }

  .ami_list li {
    width: 47%;
  }

  .room_info .room_txt h3 {
    font-size: 22px;
  }

  /* .room_info {
    padding-top: 20px;
  } */

  .room_row .syning-slick .slider-for .room_img img {
    height: 150px !important;
  }

  .room_row .room_txt .book_btn {
    width: 120px;
    height: 30px;
  }

  .room_aminities {
    padding-top: 5px;
    margin-top: 15px;
  }

  /* room-dtls */
  .room_ame_dtls {
    padding: 10px 5px;
  }

  .room_dtls_list li {
    width: 45%;
  }

  .room_cnt .room_ame_dtls {
    height: 120px;
    padding: 10px 5px;
  }

  .room_cnt .room_list2 li {
    width: 30%;
  }
  .room_dtls_list li:last-child {
    width: 48%;
    flex: 0 0 auto;
}

  .book_now {
    right: -32px;
    top: 25em;
  }

  .room_dtls_info .book_now .book_btn svg {
    font-size: 13px;
  }

  .room_dtls_info .book_now .book_btn {
    margin: 20px auto 0;
  }
  .occu_info p {
    font-size: 13px;
    color: #121212;
}
.room_dtls_info .inner-heading {
    padding-top: 20px;
}

.popup-img{
    max-width: 380px;
  }

}

@media only screen and (max-width: 575px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 10px;
  }

  p {
    font-size: 12px;
  }

  /* header */
  a.logo img {
    width: 80px;
  }

  .nav_list li a {
    font-size: 14px;
  }

  #menuToggle {
    top: 16px;
  }

  #menuToggle span {
    width: 23px;
    height: 2px;
  }

  #menuToggle input:checked~span {
    transform: rotate(45deg) translate(-1px, 1px);
  }

  /* header-sec */
  a.logo img {
    width: 70px;
    height: auto;
  }

  .book_btn {
    font-size: 11px;
    width: 90px;
    height: 30px;
    line-height: 16px;
    border-radius: 8px;
  }

  .booking_btn {
    right: 60px;
  }

  #menuToggle {
    top: 10px;
  }

  /* banner-sec */
  .banner-slider .item {
    height: 235px;
  }

  .banner-content {
    padding-top: 80px;
  }

  /* about-us */

  .about-sec {
    padding: 10px 0 25px;
  }

  .about-slider .owl-nav button.owl-next {
    height: 35px;
    width: 35px;
    margin: 15px auto 0;
  }

  .about-info {
    margin-top: 20px;
  }

  .info-container {
    flex-direction: column;
  }

  .info-text {
    padding: 20px;
  }

  .info-text::before {
    display: none;
  }

  /* room-sec */
  .tab_box .tab_btn {
    font-size: 12px;
  }

  .tab_box .tab_btn {
    font-size: 13px;
  }

  .room-hed {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .room-hed .heading {
    text-align: center;
  }

  .room_txt .book_btn {
    font-size: 11px;
    width: 110px;
    height: 30px;
  }

  /* expect-sec */
  .expect-img {
    left: 50px;
  }

  .expect-img img {
    width: 300px;
  }

  .read_btn {
    font-size: 12px;
  }

  /* slider-sec */
  .slider-sec h2 {
    font-size: 20px;
    line-height: 32px;
    padding-left: 40px;
  }

  .slider-sec .heading::before {
    top: -40px;
    width: 30px;
    margin-bottom: 50px;
  }

  /* video-sec  */
  .video-sec {
    height: 200px;
  }

  .video-info {
    padding-top: 20px;
  }

  /* testimonial-sec */
  .testimonial-sec .testi-para {
    font-size: 15px;
    line-height: 25px;
  }

  .rev_fig img {
    width: 70px !important;
  }

  /* club-sec */
  .club-sec {
    height: auto;
  }

  .club-info img {
    margin-bottom: 10px;
  }

  /* ahar-sec */
  .ahar-container {
    gap: 20px;
  }

  /* footer */
  .footer {
    padding: 10px 0;
  }

  .foot-logo img {
    max-width: 80px;
    height: auto;
  }

  .foot-copyright p {
    font-size: 14px;
    max-width: 100%;
    line-height: 22px;
  }

  .foot-bottom-para {
    padding-top: 15px;
  }

  .container {
    padding: 0 12px !important;
  }

  .follow-us.follow-us h4 {
    font-size: 15px;
  }

  .follow-us.follow-us .follow-span {
    top: 22px;
    right: 60px;
  }

  .follow-us.follow-us .social-lists {
    margin-top: 5px !important;
  }

  .follow-us {
    margin-top: 10px;
  }

  .guest-info.guest-info li a i {
    font-size: 33px;
  }

  .activity-wrapper.safari-activity {
    font-size: 13px;
    padding: 7px 12px;
    margin-bottom: 8px;
  }

  .sub-menu-lists.sub-menu-lists li {
    font-size: 13px;
  }

  .check-in.check-in .sub-menu-lists li::before {
    height: 10px;
    width: 10px;
  }

  .banquet-section {
    padding: 25px 0;
  }

  .banquet-list li {
    font-size: 15px;
    padding-left: 14px;
    margin-bottom: 5px;
    width: 100%;
  }

  .banquet-list li::before {
    top: 8px;
    left: 0;
    height: 5px;
    width: 5px;
  }

  .main_heading {
    font-size: 19px;
    margin-bottom: 9px;
  }

  .banquet-info+.banquet-info {
    margin-top: 10px;
  }

  .acti-fig figure {
    height: 150px !important;
  }

  .acti-fig.acti-fig {
    margin-bottom: 10px !important;
  }

  .jjj-frame.index-map iframe {
    height: 250px;
    border-radius: 12px;
    border: 4px solid white !important;
    margin: 25px auto 0;
  }

  .social_on_banner a {
    width: 38px;
    height: 38px;
    border-radius: 6px;
    font-size: 16px;
    margin: 9px 0;
  }

  .social_on_banner {
    top: 13em;
  }

  .pick-drop {
    font-size: 17px;
    line-height: 30px;
    max-width: 100%;
  }

  .info-text {
    padding: 15px;
  }

  span.deep-pink {
    padding: 2px 6px;
    line-height: normal;
    border-radius: 3px;
  }

  .root-details.root-details h3 {
    font-size: 18px;
    margin-bottom: 4px;
  }

  .root-details.root-details h4 {
    font-size: 12px;
    margin-top: 8px;
  }

  .guest-say {
    padding: 10px 12px;
    min-height: auto;
    border: 1px solid #a1a1a1;
    box-shadow: none;
  }

  .slick-wrapper .slick-prev,
  .slick-wrapper .slick-next {
    height: 40px;
    width: 40px;
    position: absolute;
    bottom: -40px;
  }

  .slick-wrapper .slick-prev {
    left: -40px;
  }

  .slick-wrapper .slick-next {
    right: -70px;
  }

  body .sk-ww-google-reviews .sk-post__header {
    padding-top: 12px;
  }

  .google-frame>div {
    height: 350px;
  }

  .room_dtls {
    margin-bottom: 15px;
  }

  .sm-screen-pt {
    padding-top: 0 !important;
  }

  body .sk-ww-google-reviews .sk-badge__title,
  body .sk-ww-google-reviews .sk-badge__name {
    font-size: 15px;
  }

  body .sk-ww-google-reviews .sk-grid {
    grid-auto-rows: auto !important;
  }

  body .sk-ww-google-reviews .sk-badge__write {
    height: 34px;
    border-radius: 12px;
    margin-top: 10px;
  }

  body .sk-ww-google-reviews .sk-badge {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  body .sk-ww-google-reviews .sk-load-more-btn {
    padding: 10px 20px;
    margin: 10px 0 !important;
  }

  body .sk-ww-google-reviews .sk-badge__stars svg {
    width: 16px;
    height: 16px;
  }

  .syning-slick .slider-for .room_img img {
    height: 190px !important;
    border-radius: 14px;
  }

  .syning-slick .slider-nav .room_img img {
    height: 35px !important;
    width: 55px;
    border-radius: 5px;
  }

  .syning-slick .slider-nav .slick-list {
    padding: 4px 10px !important;
  }

  .syning-slick .slider-nav {
    border-radius: 0 0 14px 14px;
  }

  h2 {
    line-height: 28px;
  }

  .inner-heading h2 span {
    height: 3px;
    width: 30px;
  }

  .visitor-video img {
    max-width: 160px;
  }

  .disclmr-para {
    font-size: 13px;
    margin-top: 10px;
  }

  .close {
    font-size: 16px;
    height: 28px;
    width: 28px;
  }

  .popup {
    padding: 5px;
    max-width: 90%;
  }

  /* new-about */
  .bus-content h2 {
    font-size: 20px;
  }

  .bus-content h2 span {
    padding-left: 0;
  }

  .route {
    font-size: 16px;
  }


/* room-dtls */
  .occu_info {
    gap: 10px;
}
.booking_info {
    padding: 5px 0;
}
.room_dtls_list {
    gap: 10px;
}
.ame-im img {
    width: 18px;
    height: 18px;
}
.room_dtls_info .book_now .book_btn svg {
    font-size: 11px;
    top: -1px;
}
.occ-im img {
    width: 16px;
    height: 16px;
}

/* contact-sec */
.enq_form .date-info {
    flex-direction: column;
    gap: 0px !important;
}
.enq_form .date-info .date_dtls input:first-child {
    margin-bottom: 0px;
}

.popup-img {
    max-width: 340px;
}

.for-video.for-video.popup-box {
    margin: 0 20px;
}

}

@media only screen and (max-width: 380px) {
  #menuToggle {
    right: 5px;
  }

  .expect-img {
    left: 30px;
  }

  .bus-content {
    padding: 10px;
  }


   .occ_num p {
    font-size: 12px;
}

.popup-img {
    max-width: 315px;
}

}

@media only screen and (max-width: 350px) {

  .room_ame_dtls p {
    font-size: 11px;
}
}