* {
  margin: 0%;
  padding: 0;
}
body {
  font-family: "Metrophobic", sans-serif;
}

@font-face {
  font-family: "Quentin";
  src: url("../fonts/Quentin.woff2") format("woff2"),
    url("../fonts/Quentin.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "Playfair Display", serif; */
  font-family: "Metrophobic", sans-serif;
}

p {
  font-family: "Metrophobic", sans-serif;
  font-size: 17px;
  line-height: 30px;
}

.container-fluid {
  padding: 0 1%;
}

ul {
  padding-left: 0;
}

li {
  list-style: none !important;
}

a {
  text-decoration: none !important;
  transition: ease-in-out 0.3s;
  /* font-family: "Playfair Display", serif; */
}

img {
  max-width: 100%;
  transition: ease-in-out 0.3s;
}

.img {
  overflow: hidden;
}

.logo img {
  width: 123px;
  background-color: #365140;
  border-radius: 50%;
  border: 6px solid #ebe7e0;
}
.img img {
  /*margin-left: 25px;*/
  /*transform: scale(1.1);*/
  transition: 0.3s ease-in-out;
}
.img:hover img {
  margin-left: 0;
}

.head-all {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
}

.nab-navbar .navigation {
  display: flex;
  align-items: center;
}

.nab-navbar {
  display: flex;

  align-items: center;
}

nav {
  position: relative;
  width: 100%;
  z-index: 999;
  background-color: #ebe7e0;
  color: #fff;
  height: 85px;
}

.header {
  position: relative;
}

.nab-navbar ul li {
  padding: 0px 18px;
  position: relative;
  z-index: 9;
  margin-top: -25px;
}

.logo {
  position: relative;
  z-index: 9;
  margin-top: 23px;
}

.nab-navbar ul {
  padding-left: 0;

  margin-bottom: 0;
}

.nab-navbar ul li a {
  color: #000;
  font-size: 19px;
  font-family: sans-serif;
  letter-spacing: 2px;
}

.nab-navbar .droupdown li {
  padding: 10px 0;
}
.nab-navbar .droupdown {
  padding: 20px 0;
  background-color: #ebe7e0;
}

.nab-navbar .droupdown a {
  color: #000;
  padding: 10px 15px;
  display: block;
}

.nab-navbar ul li a:hover {
  color: #d16d56;
}

.nab-navbar .droupdown a:hover {
  background-color: #365140;
  color: #fff;
}

.nav-btn {
  margin-left: 20px;
}

.header.slick-slide.slick-current.slick-active .header_text .main_small {
  animation: stickySlideDown 1s ease-in-out;
}

.header.slick-slide.slick-current.slick-active .header_text .main_head {
  animation: stickySlideDown 1.5s ease-in-out;
}

.header.slick-slide.slick-current.slick-active .header_text p {
  animation: stickySlideDown 2s ease-in-out;
}

.header.slick-slide.slick-current.slick-active .img_h {
  animation: zoomInImage 2.5s ease-in-out;
}

.header.slick-slide.slick-current.slick-active::after {
  animation: stickySlideDown 2s ease-in-out;
}

@keyframes zoomInImage {
  from {
    transform: scale3d(0.8, 0.8, 0.8);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes stickySlideDownx {
  from {
    transform: scale(1.1);
  }
}

@keyframes stickySlideDown {
  0% {
    -webkit-transform: translateY(-200px);

    transform: translateY(-200px);

    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);

    transform: translateY(0);

    position: 1;
  }
}

#myHeader.sticky {
  position: fixed;

  width: 100%;

  top: 0;

  z-index: 999;

  animation: slideDown 1s ease-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.main_small {
  font-weight: 600;
  font-size: 25px;
  font-style: italic;
  color: #fff;
}

.header_text {
  background-image: linear-gradient(135deg, #6d0eb1 59%, #080ab4 100%);
  background-color: #6d0eb1;
  fill: #6d0eb1;
  position: relative;
  z-index: 999;
}
.header_text:after {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0000008c;
}
.header_text .container-fluid {
  position: relative;
  z-index: 99;
}
.head_b {
  display: none;
}

.head-pera p {
  font-size: 19px;
  line-height: 30px;
}

.head-pera {
  margin-top: 30px;
}

.clk_btn {
  position: absolute;
  color: #000;
  cursor: pointer;
  right: 0;
  top: 0%;
}

.booking_slider .slick-nav.next-arrow.slick-arrow {
  position: absolute;
  top: -12%;
  right: 80px;
  z-index: 99;
  background: transparent;
  padding: 7px 13px;
  color: #365140;
  cursor: pointer;
  font-size: 30px;
}

.booking_slider .slick-nav.prev-arrow.slick-arrow {
  position: absolute;
  top: -12%;
  right: 24px;
  background: transparent;
  padding: 7px 13px;
  color: #365140;
  cursor: pointer;
  font-size: 30px;
}
.booking_slider{
    padding:0 10%;
}

.head_img img {
  width: 100%;
  object-fit: cover;
  margin: auto;
}

.head_img {
  position: relative;
  z-index: 9;
}

.header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.header_text {
  padding: 6% 0 0% 8%;
  background-size: cover;
  background-position: center;
}

.header_text .row {
  align-items: center;
}

.banner_text p {
  color: #fff;
}

.droupdown {
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 100%;
  width: 250px;
  display: none;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.head_btn {
  display: flex;
  gap: 25px;
  margin-top: -30px;
}
.head_btn a {
  color: #fff;
  background: #365140;
  padding: 13px 39px;
  border: 1px solid #626262;
  font-family: "Quentin";
  font-weight: 800;
  font-size: 18px;
}

.head_socal {
  display: flex;
  gap: 15px;
}

.banner_text {
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
  color: #fff;
  z-index: 9;
  text-align: center;
}
.banner_text h1 {
  font-size: 70px;
  font-weight: 900;
  font-family: "Quentin";
}
.banner_item {
  position: relative;
}
.banner_item img {
  height: 100vh;
  width: 100%;
}
.banner_item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  /*background-color: #00000005;*/
}

.booking {
  /* padding-left: 1%; */
}
.booking_item {
  margin: 15px;
  position: relative;
  overflow: hidden;
  text-align: left;
}
.booking_item img {
  height: 425px;
  object-fit: cover;
  transition: ease-in-out 0.5s;
}
.down_malti_item .img img{
   height: 80px;
    object-fit: cover;
    width: 80px;
}

.do_img_text img {
    height: 458px;
    object-fit: cover;
}
.margin {
  margin: 80px 0;
}

.booking_text {
  position: absolute;
  bottom: -40px;
  color: #fff;
  z-index: 9;
  padding: 30px;
  transition: ease-in-out 0.5s;
}
.booking_item .booking_text{
    background: #41414163;
    width:100%;
}
.booking_text a {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}
.booking_item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  /*background: linear-gradient(*/
  /*  0deg,*/
  /*  rgba(0, 0, 0, 0.449) 0%,*/
  /*  rgba(0, 0, 0, 0) 100%*/
  /*);*/
}
.booking_item img{
    width:100%;
}

.slider-banner .slick-nav.prev-arrow.slick-arrow {
  position: absolute;
  top: 50%;
  right: 3%;
  z-index: 9;
  padding: 10px;
  cursor: pointer;
  color: #fff;
}
.slider-banner .slick-nav.next-arrow.slick-arrow {
  position: absolute;
  top: 50%;
  left: 3%;
  z-index: 9;
  color: #fff;
  padding: 10px;
  cursor: pointer;
}
.qodef-e-amenity-items i {
  color: #cacaca;
  font-size: 20px;
  transition: ease-in-out 0.5s;
  visibility: hidden;
}
.qodef-e-amenity-items {
  display: flex;
  gap: 20px;
}
.booking_item:hover .booking_text {
  bottom: 0;
}
.booking_item:hover .qodef-e-amenity-items i {
  visibility: visible;
}
.qodef-e-capacity {
  position: absolute;
  left: 0;
  top: 10%;
  background-color: #365140;
  color: #fff;
  padding: 5px 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
}
.main_head {
  font-size: 47px;
  margin-bottom: 15px;
  font-family: "Quentin";
  font-weight: 600;
}
.big_head {
  font-family: "Quentin";
  font-weight: 600;
  font-size: 40px;
}
.all_box_item {
  display: flex;
  flex-wrap: wrap;
}
.box_item {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #fff;
  margin-bottom: 90px;
  width: 20%;
}
.box_item p {
  font-size: 14px;
}
.box_item .icon {
  width: 30%;
}
.all_box {
  background: #365140;
  padding: 130px 0 10px;
}
.box_text h6 {
  margin-bottom: 15px;
  font-size: 20px;
}

.client .img img {
  width: 100px;
  margin: auto;
}
.client .img {
  padding: 15px;
}

.test_slider {
  padding: 10px 25%;
  position: relative;
}
.quote {
  position: absolute;
  left: 12%;
  opacity: 0.1;
  top: 25%;
  width: 200px;
}
.test_bg {
  /* position: relative; */
  /* background-color: #fcfbf8; */
}
.test_item h3 {
  line-height: 40px;
  font-size: 18px;
}
.name {
  margin-top: 20px;
  font-size: 25px;
  margin-bottom: 8px;
}
.test_item span {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
  font-size: 14px;
}

.test_slider .slick-nav.next-arrow.slick-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 99;
  background: transparent;
  padding: 7px 13px;
  color: #fff;
  cursor: pointer;
  font-size: 30px;
}

.test_slider .slick-nav.prev-arrow.slick-arrow {
  position: absolute;
  top: 50%;
  right: 24px;
  background: transparent;
  padding: 7px 13px;
  color: #fff;
  cursor: pointer;
  font-size: 30px;
}
.newly {
  background-attachment: fixed;
}
.newly_bg {
  padding: 100px 0;
  color: #fff;
  background-color: #00000055;
  position: relative;
}
.newly_box {
  padding: 0 20%;
  position: relative;
}
.newly_box h3 {
  font-size: 50px;
}

.all_btn {
  background-color: #d16d56;
  padding: 16px 54px;
  display: inline-block;
  color: #fff;
  font-family: "Raleway", sans-serif;
  border: none;
}
.newly_bg .main_map {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* The Style */
.box-scroll {
  position: relative;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.image-scroll {
  overflow: hidden;
  padding: 110px 0 150px;
}
.line {
  white-space: nowrap;
  display: flex;
  overflow: hidden;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.image-scroll ul {
  list-style: none;
  display: block;
  white-space: nowrap;
}
.image-scroll ul {
  display: flex;
  gap: 60px;
}
.image-scroll li {
  display: inline;
  padding-right: 30px;
  width: 20%;
}

.image-scroll a {
  color: #000;
}

.image-scroll i {
  color: #d16d56;
}

.image-scroll li:nth-child(even) {
  transform: translateY(180%);
}
.image-scroll li:nth-child(odd) {
  transform: translateY(-100%);
}

.line {
  position: absolute;
  top: 90%;
  left: 0;
}
.line img {
  width: auto;
  max-width: fit-content;
}
.centered {
  padding-left: 7%;
}

.calender {
  background-color: #ebe7e0;
  padding: 30px 0;
}
.explore_img {
  position: relative;
}
.explore_img .img_in img {
  width: 100%;
  height: 100%;
  margin-left: 30px;
  transform: scale(1.5);
}
.explore_img .img_in:hover img {
  margin-left: 0;
}
.img_1 img {
  margin-left: 30px;
  transform: scale(1.1);
}
.img_1:hover img {
  margin-left: 0;
  transform: scale(1);
}
.explore_img .img_in {
  border-radius: 50%;
  width: 450px;
  height: 450px;
  overflow: hidden;
}
.explore_img h2 {
  font-family: "Quentin";
  position: absolute;
  top: 35%;
  font-size: 80px;
  font-weight: 800;
  color: #fff;
  z-index: 99;
}
.explore_img .img_1 img {
  position: absolute;
  top: 20%;
  right: 20%;
  width: 190px;
  height: 280px;
  border-radius: 100px 100px 0 0;
  z-index: 9;
}
.new_mail {
  position: relative;
  margin-bottom: 20px;
}
.new_mail input {
  width: 100%;
  border: none;
  padding: 13px;
  padding-left: 0;
  padding-right: 50px;
  outline: none;
  border-bottom: 1px solid #cacaca;
}
.new_mail i {
  position: absolute;
  right: 0;
  font-size: 30px;
  top: 15%;
}
.calender form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.calender form .input {
  width: 18.5%;
}
.calender form .input input {
  margin: 0 0;
  background-color: transparent;
  border: 1px solid #d7cdba;
}
.calender form button {
  width: 100%;
}

.input input,
select {
  width: 100%;
  color: #010101;
  font-size: 12px;
  line-height: 1.15em;
  letter-spacing: 0.3em;
  font-weight: 600;
  text-transform: uppercase;
  height: 60px;
  padding: 10px 20px;
  padding-left: 50px;
  outline: none;
  margin-bottom: 0;
  margin: 15px 0;
}
.input textarea {
  width: 100%;
  color: #010101;
  font-size: 12px;
  letter-spacing: 0.3em;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 20px;
  outline: none;
  margin-bottom: 0;
  margin: 15px 0;
}
.input {
  position: relative;
}
.input i {
  position: absolute;
  left: 3%;
  top: 40%;
}

.grid-item {
  margin: 12px 0;
  overflow: hidden;
  text-align: center;
}

.grid-item img {
  width: 100%;
  transition: 0.9s;
}
.isotope-pager .pager {
  display: inline-block;
}

.filters {
  width: 100%;
  text-align: center;
  padding-bottom: 35px;
  padding-top: 20px;
}

.filters ul {
  list-style: none;
  padding: 20px 10px;
  box-shadow: -1px 1px 11px rgba(0, 0, 0, 0.4);
  margin: 0 40px;
  border-radius: 30px;
  background-color: #232323;
}

.filters li {
  display: inline-block;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.filters li a {
  color: #b6b6b6;
  text-decoration: none;
}

.filters li a:hover {
  color: #fff;
}

.foot_logo img {
  width: 110px;
}

.filters li:hover {
  box-shadow: -1px 1px 11px rgba(0, 0, 0, 0.4);
  border-radius: 15px;
}

.filters li.active a {
  color: #e3ca66;
  border: 1px solid #e3ca66;
  border-radius: 15px;
  box-shadow: -1px 1px 11px rgba(0, 0, 0, 0.4);
  padding: 10px 25px;
}

.isotope-pager a {
  margin: 6px 1px;
  display: inline-block;
  width: 50px;
  /* height: 60px; */
  line-height: 31px;
  color: #b6b6b6;
  font-weight: 600;
  transition: 0.3s;
  /* position: relative; */
  /* padding-right: 26px; */
  box-shadow: -1px 1px 11px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  background-color: #232323;
  border: 0.5px solid #e3ca66;
  text-decoration: none;
}

.isotope-pager a:hover {
  color: #fff;
  border: 0.5px solid #ffeeac;
  box-shadow: -1px 1px 10px 3px rgba(0, 0, 0, 0.1);
}

.isotope-pager .active {
  color: #e3ca66 !important;
  box-shadow: -1px 1px 10px 5px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  background-color: #161616;
  border: 1px dotted #e3ca66;
}

.isotope-pager .prev {
  border-radius: 30px 0 0 30px;
}

.isotope-pager .next {
  border-radius: 0 30px 30px 0;
}

.isotope-pager a::before,
.isotope-pager a:after {
  content: "";
  position: absolute;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}

.isotope-pager .num::before,
.next::before {
  border-right: 20px solid #2c3e50;
  right: 100%;
}

.isotope-pager .num:after,
.prev:after {
  border-right: 20px solid #f1f1f1;
  right: 0;
}

footer {
  position: relative;
  padding-top: 60px;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
}
/* footer::after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #365140;
  z-index: -1;
  clip-path: circle(50% at 50% 100%);
} */

footer .head_socal {
  justify-content: center;
}
footer .head_socal a {
  color: #fff;
}
footer h3 {
  margin: 15px 0;
}
.copy_right p {
  margin-bottom: 0;
  font-size: 14px;
}
.copy_right {
  margin-top: 50px;
}

.foot_text {
  text-align: left;
}

.foot_contact ul {
  margin: 20px 0;
}
.foot_contact ul li a {
  color: #fff;
  display: block;
  font-size: 20px;
  margin: 10px 0;
}

.foot_nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.foot_nav ul li a {
  color: #fff;
}
.maitipal .container-fluid {
  padding: 0 1%;
}
.maitipal img {
  height: 200px;
  object-fit: cover;
}

.inner_banner {
  position: relative;
}
.inner_banner img {
  width: 100%;
  object-fit: cover;
}
.inner_banner::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  /*background-color: #00000088;*/
}
.inner_banner img {
  height: 450px;
}
.inner_banner .in_text {
  position: absolute;
  top: 45%;
  z-index: 9;
  color: #fff;
  width: 100%;
  text-align: center;
}
.inner_banner .in_text h2 {
  font-size: 60px;
  font-weight: 600;
    /*text-transform: uppercase;*/
    color: #ebe7e0;
    background: #00000069;
        display: inline-block;
      font-family: "Marck Script", cursive;

}
.ab_text {
  padding-left: 60px;
}
.breakfast ul li {
  font-weight: 500;
  margin: 15px 0;
}

.breakfast ul li {
  font-weight: 600;
}

.down_banner {
  padding: 60px 0;
  background-color: #ebe7e0;
}
.down_item {
  text-align: left;
}
.down_item .img {
  border-radius: 50%;
}
.do_img_text {
  position: relative;
  text-align: center;
}
.do_img_text h3 {
  position: absolute;
  bottom: 20px;
  font-size: 70px;
  width: 100%;
  font-weight: 700;
  font-family: "Quentin";
  color: #fff;
}
.down_malti_item .img {
  border-radius: 50%;
  border: 1px dotted #000;
  padding: 5px;
  cursor: pointer;
}
.down_malti_item .img img {
  border-radius: 50%;
  transform: scale(2);
}
.down_malti_item {
  margin: 10px;
}

.down_banner_slider .slick-slide.slick-current.slick-active h3 {
  animation: 1s linear 0s alternate headerline;
}

.down_banner_slider .slick-slide.slick-current.slick-active p {
  animation: 3s linear 0s alternate headerline;
  transition-delay: 0.2s;
}

.down_banner_slider .slick-slide.slick-current.slick-active .img {
  animation: 3s linear 0s alternate headerline_img;
  /* transition-delay: .2s; */
}

@keyframes headerline {
  0%,
  25% {
    transform: translateY(-20%);
    opacity: 0;
  }

  75%,
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes headerline_img {
  0%,
  25% {
    transform: scale(0.5);
    opacity: 0;
  }

  75%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.things_details img {
  width: 100%;
  height:300px;
    object-fit: cover;
}

.services {
  padding: 10% 0 20%;
}
.service_item {
  margin-bottom: 50px;
}
.ser_item {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 30px;
  border-radius: 5px;
  background-color: #365140;
  min-height: 250px;
  /* background: linear-gradient(135deg, rgba(255, 0, 150, 0.7), rgba(0, 204, 255, 0.7)); */
  transition: transform 0.3s, box-shadow 0.3s;
}
.ser_item:hover {
  transform: scale(1.05);
  box-shadow: 0 0 30px #365140c7, 0 0 50px #365140c7;
}
.ser_item img {
  width: 60px;
  margin-bottom: 40px;
}
.ser_item h3 {
  font-size: 23px;
  font-weight: 600;
  color: #fff;
  line-height: 1.35;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.ser_box {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}
.ser_item {
  flex: 1 1 200px;
  max-width: 220px;
  width: auto;
  box-sizing: border-box;
}
.service_item .ser_text p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.property {
  margin: 50px 0 20px;
  height: auto;
  overflow: visible;
}

/* Property gallery: see css/airbnb-gallery.css */
.property-gallery:not(.airbnb-gallery) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  align-items: stretch;
}

.property-gallery-main {
  min-height: 452px;
}

.property-gallery-main a,
.property-gallery-cell a {
  display: block;
  height: 100%;
}

.property-gallery-main img {
  width: 100%;
  height: 100%;
  min-height: 452px;
  object-fit: cover;
  border-radius: 8px;
}

.property-gallery-side {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 452px;
}

.property-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
  flex: 1;
  min-height: 452px;
}

.property-gallery-cell {
  position: relative;
  min-height: 0;
  margin: 0;
}

.property-gallery-cell img {
  width: 100%;
  height: 100%;
  min-height: 222px;
  object-fit: cover;
  border-radius: 8px;
}

.property-gallery-more {
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.property-gallery.is-expanded .property-gallery-more {
  display: grid;
}

.property-gallery .grid-item {
  margin: 0;
}

.property .grid-item img {
  height: auto;
}

.pro_gallery {
  position: relative;
}

.property .left_img img {
  height: 100%;
}

.property .grid-item img {
  border-radius: 8px;
}

.property .see_all {
  position: absolute;
  bottom: 12px;
  right: 12px;
  z-index: 2;
  border: 1px solid #222;
  cursor: pointer;
  font-size: 14px;
  font-family: inherit;
  color: #1a73e8;
  line-height: 1.3;
}

.property-gallery-last::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.15), transparent 50%);
  pointer-events: none;
}

.property .row {
  --bs-gutter-x: 1rem;
}
.property_head_line {
  margin-bottom: 10px;
  font-weight: 600;
}
.pro_text .room_sat {
  display: flex;
  gap: 4px;
}
.pro_text .room_sat li {
  font-size: 18px;
}
.property_details hr {
  margin: 25px 0;
}
.offers {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  height: 220px;
  transition: ease-in-out 0.5s;
  animation: slideDown 1s ease-out;
  overflow: hidden;
}
.read_more {
  color: #d16d56;
  font-size: 17px;
  font-weight: 800;
  cursor: pointer;
}
ul.offers.main-button--blue {
  height: auto;
  overflow: revert;
}
.offers li {
  width: 48%;
  margin: 5px 0;
  font-size: 18px;
}
.offers li img {
  width: 25px;
  margin-right: 10px;
}
.property_form {
  background: #ebe7e0;
  padding: 30px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: sticky;
  top: 100px;
}
.property_form input {
  margin: 6px 0;
  background-color: transparent;
  border: 1px solid #d7cdba;
}

.property_form button {
  margin-top: 5px;
  width: 100%;
}
.rev_head {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 30px;
}
.rev_head i {
  margin-right: 8px;
  font-size: 20px;
}
.rev_item h3 {
  font-size: 17px;
  line-height: 28px;
}
.in_head_line img {
  width: 100%;
  margin-top: -225px;
  position: relative;
  z-index: 9;
  display:none;
}
.bg-move {
  text-align: center
}
.bg-move img{
  width: 40px;
  margin: auto;
}
.bg-static {
  position: relative;
  width: 100%;
  height: 50px;
  margin: auto;
  margin-top: 60px;
  display: none;
}

#google_translate_element_desktop select {
  width: 179px;
  height: auto;
  padding: 13px 10px;
  letter-spacing: normal;
  text-transform: math-auto;
}
div#google_translate_element_desktop {
  height: 52px;
  overflow: hidden;
  margin-top: -30px;
}
.language {
  width: 200px;
  height: auto;
  padding: 13px 10px;
  letter-spacing: normal;
  text-transform: math-auto;
  background-color: #fff;
  color: #000;
  text-align: center;
}

.tabs__btn.active {
  color: #fff;
  font-weight: 400;
  background-color: #365140;
}

.tabs__body {
  display: none;
  font-size: 18px;
}

.tabs__body.active {
  display: block;
}
.tabs__navigation {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.tabs__btn {
  width: 20%;
  padding: 13px 30px;
  text-align: center;
  cursor: pointer;
  background-color: #ebe7e0;
  border: 1px solid #c2c2c2;
}
.tabs__btn:hover {
  background-color: #365140;
  color: #fff;
}

#gallery {
  margin: 20px auto;
}

#gallery ul {
      display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

#gallery li {
  width:32%;
}

@media only screen and (max-width: 992px) {
  .head_btn {
    display: none;
  }
  .nab-navbar ul li a {
    font-size: 15px;
  }
  .nab-navbar ul li {
    padding: 10px 11px;
  }
  .calender form .input {
    width: 31%;
  }
  .box_item {
    width: 50%;
  }
  .test_slider {
    padding: 10px 9%;
  }
  .explore_img {
    margin-bottom: 30px;
  }
  footer {
    background-position: bottom;
  }
}

@media only screen and (max-width: 900px) {
  .logo {
    display: none;
  }
  .toggle {
    visibility: visible;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    order: 3;
    position: relative;
    z-index: 99;
  }

  .nav_bar_nav {
    position: revert;
    order: 3;
  }

  .nab-navbar {
    order: 3;
  }

  .toggle > * {
    width: 80%;
    height: 3px;
    background: #000;
    margin: 3px 0;
  }

  .toggle.active .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
  }

  .toggle.active .line2 {
    opacity: 0;
  }

  .toggle.active .line3 {
    transform: rotate(45deg) translate(-7px, -8px);
  }

  .nab-navbar .navigation {
    position: absolute;
    flex-direction: column;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: #fff;
    z-index: 9999;
    display: none;
  }

  .navigation li {
    padding: 12px 9px;
    font-size: 15px;
    border-bottom: 1px solid #fff;
  }

  .navigation li a {
    color: #000;
    display: block;
  }

  .droupdown {
    position: revert;
    width: 100%;
  }

  .clk_btn {
    position: absolute;
    right: 0;
    top: 0;
    color: #000;
    cursor: pointer;
    width: 47px;
    height: 46px;
    line-height: 37px;
    text-align: center;
    display: block;
  }

  .droupdown li {
    padding: 0 !important;
  }

  .droupdown li a {
    color: #000;
  }

  .nab-navbar ul li {
    position: relative;
    margin-top: 0;
  }

  .nab-navbar ul li:hover .service_hover {
    opacity: 1;
    visibility: visible;
    top: 100%;
    z-index: 99;
  }

  .tab-content ul {
    display: block;
    position: revert;
  }

  .nab-navbar ul li {
    padding: 15px 16px;
  }
  .nab-navbar ul li a {
    color: #000;
  }
  div#google_translate_element_desktop {
    margin-top: 0;
  }
  nav {
    height: auto;
    padding: 10px 0;
  }
}

@media only screen and (max-width: 768px) {
  .inner_banner img {
    height: 300px;
  }
  .banner_item img {
    height: 400px;
  }
  .banner_text {
    top: 45%;
  }
  .banner_text h1 {
    font-size: 30px;
  }
  .explore_img .img_1 img {
    right: 0;
  }
  .nab-navbar ul li {
    padding: 8px 16px;
  }
  .droupdown {
    height: 200px;
    overflow: auto;
  }
  .inner_banner .in_text h2 {
    font-size: 35px;
  }
  .tabs__btn {
    width: 50%;
  }
  #gallery ul {
    columns: 2;
  }
  #gallery li {
      width:48%;
    }
}

@media only screen and (max-width: 600px) {
  .calender form .input {
    width: 47%;
  }
  .main_head {
    font-size: 30px;
  }
  .margin {
    margin: 40px 0;
  }
  .box_item {
    width: 100%;
  }
  .all_box {
    background: #365140;
    padding: 57px 0 9px;
  }
  .box_item {
    margin-bottom: 30px;
  }
  .booking_text p {
    font-size: 13px;
    line-height: 21px;
  }
  .test_item h3 {
    line-height: 27px;
    font-size: 15px;
  }
}

@media only screen and (max-width: 500px) {
  .calender form .input {
    width: 100%;
  }
  .newly_bg {
    padding: 45px 0;
  }
  .test_slider .slick-nav.prev-arrow.slick-arrow {
    right: 0;
    font-size: 19px;
  }
  .test_slider .slick-nav.next-arrow.slick-arrow {
    font-size: 19px;
  }
  .banner_item img {
    height: 300px;
  }
  #gallery li {
      width:100%;
    }
}

@media only screen and (max-width: 460px) {
  .explore_img .img_in {
    border-radius: 50%;
    width: auto;
    height: 400px;
  }
  .explore_img .img_1 img {
    width: 130px;
    height: 210px;
  }

}
.see_all {
    position: absolute;
    bottom: 10px;
    right: 15px;
    padding: 4px 26px;
    font-size: 16px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #000;
}
.offers_item ul li {
  margin: 5px 0;
  font-size: 16px;
  border-bottom: 1px solid #c9c9c9;
  padding: 15px 0;
}

.offers_item ul li img {
  width: 25px;
  margin-right: 10px;
}
.offers_item {
  margin: 20px 0;
}

.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}

.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  margin: 30px auto;
  max-width: 97%;
}

.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 20px;
  padding-top: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(85vh - 70px);
  overflow-y: auto;
}

.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}

.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}

.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}

.close-btn {
     position: fixed;
    top: 3px;
    right: 8px;
    cursor: pointer;
    z-index: 99;
    font-size: 30px;
    color: #000;
    display: flex;
    justify-content: end;
    width: 98%;
    padding-right: 26px;
    border-radius: 10px;
}

@media screen and (min-width: 800px) {
  .custom-model-main:before {
    content: "";
    display: inline-block;
    height: auto;
    vertical-align: middle;
    margin-right: -0px;
    height: 100%;
  }
}

@media screen and (max-width: 799px) {
  .custom-model-inner {
    margin-top: 45px;
  }

}
@media screen and (max-width: 500px) {

  .booking_slider{
    padding:0 0%;
}
}
