@charset "utf-8";

* {
  outline: none;
  margin: 0px;
  padding: 0px;
  border: none;
  text-decoration: none;
  font-family: "Albert Sans";
  box-sizing: border-box;
}
@font-face {
  font-family: "FONTSPRING DEMO - Natom Pro";
  src: url("../fonts/FONTSPRINGDEMO-NatomProRegular.eot");
  src: url("../fonts/FONTSPRINGDEMO-NatomProRegular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/FONTSPRINGDEMO-NatomProRegular.woff2") format("woff2"),
    url("../fonts/FONTSPRINGDEMO-NatomProRegular.woff") format("woff"),
    url("../fonts/FONTSPRINGDEMO-NatomProRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Antipol-ExtendedMedium";
  src: url("../fonts/Antipol-ExtendedMedium.eot");
  src: url("../fonts/Antipol-ExtendedMedium.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Antipol-ExtendedMedium.woff2") format("woff2"),
    url("../fonts/Antipol-ExtendedMedium.woff") format("woff"),
    url("../fonts/Antipol-ExtendedMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.popup-title {
  width: 100%;
  height: auto;
  text-align: center;
  color: #0e463b;
  font-family: "FONTSPRING DEMO - Natom Pro";
  font-size: 2em;
  display: flex;
  justify-content: center;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  letter-spacing: 2px;
}

body {
  text-decoration: none;
  background: #fff;
  font-family: "Albert Sans";
  font-size: 16px;
  color: #000;
}

html {
  scroll-behavior: smooth;
}

.top-cal {
  width: auto;
  height: 35px;
  text-align: right;
  float: right;
  margin-bottom: 0.5%;
}
.top-for {
  width: auto;
  height: auto;
  float: left;
  padding-bottom: 5px;
  padding-top: 5px;
  margin-bottom: 0.5%;
}
.call-top {
  width: auto;
  height: auto;
  font-family: inherit;
  font-size: 1em;
  color: #fff;
  float: left;
  padding-left: 25px;
  margin-left: 10px;
  padding-left: 10px;
}
.call-top a {
  text-decoration: none;
  color: #333;
  font-family: inherit;
  line-height: 38px;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.call-top a:hover {
  text-decoration: none;
  color: #8856a0;
}
.mail-top {
  width: auto;
  height: auto;
  float: left;
}

.booknow {
  width: auto;
  height: auto;
  float: left;
  margin-left: 1em;
}

.booknow a {
  position: relative;
  display: inline-block;
  padding: 6px 30px;
  color: #fff;
  font-size: 1em;
  text-decoration: none;
  overflow: hidden;
  transition: 0.5s;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  background-color: #8856a0;
}

.booknow a:hover {
  background: #fff;
  color: #8856a0;
}

.smooth-scroll-wrapper {
  position: fixed;
  width: 100%;
  left: 0;
  will-change: transform;
  height: auto;
  background-color: #fff;
  z-index: 999;
}

.banner {
  width: 99%;
  height: calc(100vh - 114px);
  position: relative;
  margin: 0 auto;
  border-radius: 15px;
  overflow: hidden;
}
.inner-banner {
  width: 99%;
  height: auto;
  position: relative;
  margin: 0 auto;
  border-radius: 15px;
  overflow: hidden;
}

a {
  text-decoration: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

p {
  font-style: normal;
  font-display: swap;
  height: auto;
  font-size: 1em;
  color: #333;
  line-height: 1.7;
  font-family: "Albert Sans";
  font-weight: normal;
}

li {
  font-size: 16px;
  font-weight: normal;
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
@font-face {
  font-family: "Albert Sans";
  src: url("../fonts/AlbertSans-Regular.eot");
  src: url("../fonts/AlbertSans-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/AlbertSans-Regular.woff2") format("woff2"),
    url("../fonts/AlbertSans-Regular.woff") format("woff"),
    url("../fonts/AlbertSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barokah Signature";
  src: url("../fonts/BarokahSignature-Regular.eot");
  src: url("../fonts/BarokahSignature-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/BarokahSignature-Regular.woff2") format("woff2"),
    url("../fonts/BarokahSignature-Regular.woff") format("woff"),
    url("../fonts/BarokahSignature-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Brastika";
  src: url("../fonts/Brastika-Thin.eot");
  src: url("../fonts/Brastika-Thin.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Brastika-Thin.woff2") format("woff2"),
    url("../fonts/Brastika-Thin.woff") format("woff"),
    url("../fonts/Brastika-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

.header-contact {
  width: auto;
  height: auto;
  margin-top: 5px;
  float: right;
  display: flex;
  align-items: center;
}

.wh-top {
  margin-left: 15px;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 0.9em;
  font-family: inherit;
  color: #333;
}
.wh-top a {
  color: #0e463b;
  font-size: 1em;
  font-family: inherit;
}
.wh-top i {
  color: #0e463b;
  font-size: 1em;
}
.book-now-bg {
  background: url(../images/book-now-bg.png) no-repeat;
  padding: 12px 32px;
  color: #fff !important;
  font-size: 1em;
  font-family: inherit;
  background-size: 100% 100%;
  text-transform: uppercase;
}

.nav-menu > li > a {
  margin: 0px 20px;
  display: inline-block;
  position: relative;
  color: #000000;
  font-size: 1em;
  line-height: 1.7;
  font-family: inherit;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.5px;
  font-display: swap;
}

.header-phone {
  background: #0059c7;
  border-radius: 15px;
  color: #fff !important;
  padding: 10px 25px;
  display: flex !important;
  letter-spacing: 1px;
  align-items: center;
  margin-right: 0px !important;
}

.center {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  position: relative;
}

.resp-show {
  display: none !important;
}

.top-quickwraper {
  width: 100%;
  height: auto;
}

.nav-brand img {
  width: 95%;
}

#button {
  display: inline-block;
  background-color: #333;
  line-height: 50px;
  width: 50px;
  color: #fff;
  height: 50px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#button i {
  color: #fff;
}

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

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

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

/*popup*/

#popUp {
  position: fixed;
  width: 400px;
  height: auto;
  background: #0e463b;
  bottom: 8%;
  margin-left: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 9999;
  padding: 2% 2% 2%;
  right: 0;
  opacity: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

#popUp .close {
  position: absolute;
  top: -5px;
  opacity: 1;
  left: -4%;
  color: #fff;
  font-family: inherit;
  font-weight: normal;
  font-size: 1.5em;
  cursor: pointer;
  background-color: #0e463b;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

#popUp .close i {
  color: #fff;
  font-size: 1em;
  margin-left: 0px;
}

/*#plus {
  color: #fff;
  font-size: 1em;
  margin-right: -425px;
  -webkit-transition: all 1.25s ease;
  -moz-transition: all 1.25s ease;
  -o-transition: all 1.25s ease;
  transition: all 1.25s ease;
  cursor: pointer;
  text-align: left;
  letter-spacing: 1px;
  z-index: 999;
  width: 100%;
}*/

.button-out {
  position: fixed;
  right: 0;
  bottom: 40vh;
  z-index: 999;
}

/* WhatsApp button */
.whats-app {
  background: linear-gradient(to right, #e9ba59, #af8d31);
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  font-size: 2.5em;
  padding: 15px 0px;
  float: left;
  color: #fff;
}
.whats-app a {
  font-size: 1em;
  color: #fff;
}

#plus {
  color: #fff;
  font-size: 0.85em;
  margin-right: -425px;
  -webkit-transition: all 1.25s ease;
  -moz-transition: all 1.25s ease;
  -o-transition: all 1.25s ease;
  transition: all 1.25s ease;
  cursor: pointer;
  text-align: left;
  letter-spacing: 1px;
  width: auto;
}

/*.side-btn {
  background: #0059c7;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.95em;
  font-family: 'Acrom';
  font-weight: 300;
  display: inline-block;
  padding: 10px 25px;
  transform: rotate(90deg);
  transform-origin: right bottom;
  transition: all 1.25s ease;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}*/
.side-btn {
  background: #0059c7;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.95em;
  font-family: "Acrom";
  font-weight: 300;
  display: inline-block;
  padding: 10px 25px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: all 1.25s ease;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

#plus::after {
  display: block;
  display: relative;
}

.side-form .form-group {
  margin-bottom: 12px;
}

.side-form input[type="text"],
.side-form textarea {
  background: #fff;
  color: #3f3f3f;
  width: 100%;
  padding: 15px 20px;
}

.side-form-title {
  font-size: 1.81em;
  font-family: "Acrom";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  display: block;
}

.submit-button {
  line-height: 1.7;
  color: #0e463b;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: normal;
  font-size: 0.85em;
  cursor: pointer;
  transition: all 0.3s ease;
  background: linear-gradient(to right, #e9ba59, #af8d31);
  border-radius: 8px;
  padding: 0px 20px;
  line-height: 36px;
}

/**/

/**/
.clear {
  clear: both;
}

audio,
::selection {
  background: #daa289 !important;
  color: #fff !important;
}

span::selection {
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: #fff !important;
  background: #daa289 !important;
}

::-moz-selection {
  color: #fff !important;
}

.grecaptcha-badge {
  display: none !important;
}

.img-full {
  width: 100%;
  height: auto;
  display: block;
}

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

.logo1 {
  display: none;
}

.banner-wraper {
  width: 100%;
  height: auto;
  position: relative;
}

.carousel-inner {
  border-radius: 15px;
}

.sexy-menu.detached .navigation {
  top: 0;
}

.footer-container {
  width: 100%;
  height: auto;
  padding-top: 2em;
  padding-bottom: 2em;
}

.footer-top-for {
  display: flex;
  align-items: center;
}

.footer-top-for img {
  max-width: 35px;
  margin-left: 10px;
}

.top-wraper {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 9999;
}

.top-container {
  width: 100%;
  padding: 10px 2.5%;
}

.sexy-menu.detached .top-container {
  padding: 0px 2.5%;
}
.sexy-menu.detached .top-container .header-contact {
  display: none;
}

.sexy-menu.detached .nav-brand img {
  width: 80%;
  padding: 0.5em 0em;
}

/*
*/

/**/
.menu-container {
  width: auto;
  height: auto;
  float: right;
  margin-top: 1em;
}
.nav-menus-wrapper {
  width: 100%;
}

.nav-header {
  transition: all 0.4s ease-in-out;
  background-repeat: no-repeat;
  position: absolute;
  top: -40px;
}

a.button {
  margin: 0 auto;
  text-align: center;
  right: 0;
  left: 0;
  position: absolute;
  width: 120px;
  font-size: 15px;
  color: #fff;
  border-bottom: 2px solid #18729f;
  background: #1c8dc4;
  border-radius: 4px;
  padding: 8px 0;
}

.submit-btn1 {
  border: none;
  cursor: pointer;
  color: #fff;
  cursor: pointer;
  background: #000000;
  padding: 10px 20px;
  font-family: "Montserrat";
  font-weight: normal;
  border-radius: 10px;
  font-size: 1em;
  text-transform: uppercase;
}

.submit-btn1:hover {
  background: #000;
  color: #fff;
}

.desk-view {
  display: block;
}

.mob-view {
  display: none;
}

/* Dropdown styles */

.footer-bottom-container {
  position: relative;
}

.footer-wraper {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 9;
  padding-top: 80px;
}

.footer-bottom-wraper {
  width: 100%;
  height: 50px;
  background-color: #fff;
}

.space {
  justify-content: space-between;
}

.copy-right {
  width: auto;
  height: auto;
  float: left;
  font-family: inherit;
  font-weight: normal;
  font-size: 1em;
  color: #131313;
  line-height: 60px;
}

.copy-right span {
  font-family: inherit;
  font-weight: normal;
}

.designed {
  width: auto;
  height: auto;
  float: right;
}

.designed-ido {
  float: right;
  height: auto;
  padding-left: 8px;
  padding-top: 15px;
  width: auto;
}

.designed p {
  width: auto;
  height: auto;
  float: right;
  font-family: inherit;
  font-weight: normal;
  font-size: 1em;
  line-height: 60px;
  margin: 0;
  color: #131313;
}

.designed p a {
  text-decoration: none;
  font-family: inherit;
  font-size: 1em;
  color: #131313;
  font-weight: normal;
}

.designed p a:hover {
  text-decoration: none;
}

.footer-address-container {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-bottom: 35px;
  align-items: flex-start;
}

.footer-address {
  width: auto;
  height: auto;
  float: left;
}

.footer-address:nth-child(5) {
  padding-right: 0;
  margin-right: 0;
}

.icon-f {
  display: flex;
  align-items: center;
}

.footer-social-links li a:hover {
  color: #000 !important;
}

.footer-social-links ul li {
  float: left;
  margin: 0;
}

.footer-menu-brdr {
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  align-items: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.footer-menu-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-social-links {
  display: flex;
  align-items: center;
  float: right;
  width: auto;
}

.footer-content-title {
  color: #333;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1.7;
  font-family: "Acrom";
  position: relative;
  font-weight: normal;
  position: relative;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #ccc;
}

.footer-menu li {
  float: left;
  margin-right: 30px;
}

.footer-social-links ul li a {
  font-size: 1.333em;
}

.footer-social-links ul li a {
  color: #0066c7;
}

.footer-menu li a:hover {
  color: #f5821f;
}

.footer-social-links {
  justify-content: flex-start;
  display: flex;
  align-items: center;
}

.footer-social-links ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

/************************************************** START LOCATION **************************************************/

.bredcum-wraper {
  width: 100%;
  height: auto;
  padding-top: 20px;
  text-align: center;
  display: flex;
  margin: 0 auto;
  align-items: center;
  position: relative;
  z-index: 9;
}

.bred-home {
  width: auto;
  height: auto;
  float: left;
}

.bred-home a,
.bred-home {
  width: auto;
  height: auto;
  float: left;
  font-family: inherit;
  font-weight: normal;
  font-size: 1em;
  color: #1f1f1f;
  letter-spacing: 1px;
  line-height: 30px;
  text-transform: uppercase;
}

.bred-home a {
  font-size: 1em;
}

.bred-home a:hover {
  width: auto;
  height: auto;
  float: left;
  color: #070606;
}

.bred-arrow {
  width: auto;
  height: auto;
  float: left;
  font-size: 1em;
  color: #1f1f1f;
  line-height: 30px;
  padding-left: 8px;
  padding-right: 8px;
}

.bred-next {
  width: auto;
  height: auto;
  float: left;
  font-family: inherit;
  font-weight: normal;
  font-size: 1em;
  letter-spacing: 1px;
  color: #1f1f1f;
  line-height: 30px;
  text-transform: uppercase;
}

.main-wraper {
  width: 100%;
  height: auto;
  padding-top: 100px;
  position: relative;
}

.enquiry-home {
  width: 49%;
  height: auto;
}

.enquiry-home-title {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 0.5em;
}

.enquiry-form-outer {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  padding-top: 1em;
}

.enquiry-form-outer .user-box {
  position: relative;
  margin-right: 2%;
  width: 49%;
  float: left;
  margin-bottom: 15px;
}

.enquiry-form-outer .user-box:nth-child(2n + 2) {
  margin-right: 0%;
}

.enquiry-form-outer .user-box input {
  width: 100%;
  padding: 0px 1em;
  font-size: 1em;
  color: #333;
  border: none;
  border: 1px solid #ccc;
  outline: none;
  background: #fff;
  border-radius: 15px;
  line-height: 55px;
}

.enquiry-form-outer .user-box input:focus ~ label,
.enquiry-form-outer .user-box input:valid ~ label {
  top: -7px;
  left: 0px;
  color: #666;
  font-size: 10px;
  background-color: #fff;
  padding: 0px 10px;
  line-height: 20px;
  border-radius: 5px;
  bottom: inherit;
}

.enquiry-form-outer .user-box label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0px 1em;
  font-size: 1em;
  color: #333;
  pointer-events: none;
  transition: 0.5s;
  bottom: 0;
  line-height: 55px;
  background-color: transparent;
}

.full-field {
  width: 100% !important;
  margin-right: 0% !important;
}

textarea:focus ~ .floating-label,
textarea:not(:placeholder-shown) ~ .floating-label,
input:not(:focus):valid ~ .floating-label {
  top: -7px;
  left: 0px;
  color: #666;
  font-size: 10px;
  background-color: #fff;
  padding: 0px 10px;
  line-height: 20px;
  border-radius: 5px;
  bottom: inherit;
}

.scheme-des textarea {
  width: 100%;
  height: 160px;
  resize: none;
  padding: 10px 20px 0 20px;
  border: 1px solid #ccc;
  font-size: 1em;
  color: #333;
  font-family: inherit;
  font-weight: normal;
  border-radius: 15px;
}

.floating-label {
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 10px;
  transition: 0.2s ease all;
  color: #999999;
  font-size: 1em;
}

/* active state */
.floating-input:focus ~ .bar:before,
.floating-input:focus ~ .bar:after,
.floating-select:focus ~ .bar:before,
.floating-select:focus ~ .bar:after {
  width: 50%;
}

/* highlighter */
.highlight {
  position: absolute;
  height: 50%;
  width: 100%;
  top: 15%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-wobble-horizontal:hover,
.hvr-wobble-horizontal:focus,
.hvr-wobble-horizontal:active {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/************************************************** START CONTACT **************************************************/
.hide-menu {
  display: none;
}

#plus {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d5ae57;
  width: 44px;
  height: 180px;
  cursor: pointer;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  margin-bottom: 0.25em;
  background: url(../images/enquiry-bg.jpg) no-repeat;
  background-size: 100% 100%;
  float: right;
}

#plus .desk-view {
  transform: rotate(90deg);
  white-space: nowrap;
}

.enquiry-cont {
  align-items: flex-start;
}

.banner-caption-wrap {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 65px;
  display: flex;
  justify-content: center;
}

.banner-caption-top {
  font-size: 1.75em;
  color: #fff;
  font-family: "Brastika";
  font-weight: 100;
  text-align: center;
}

.banner-caption-top2 {
  font-size: 4.219em;
  color: #fff;
  font-family: "Brastika";
  font-weight: 100;
  line-height: 0.9;
  text-align: center;
}
.about-head .banner-caption-top2 {
  color: #fff;
  font-family: "FONTSPRING DEMO - Natom Pro";
  font-size: 3.625em;
  line-height: 1;
  margin-bottom: 0.25em;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  letter-spacing: 4px;
}
.about-head .banner-caption-top2 span {
  color: #fff;
  font-family: "Antipol-ExtendedMedium";
  font-size: 0.35em;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.banner-caption-top3 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.banner-caption-bottom-for {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

.banner-caption-top3-main {
  font-size: 1em;
  color: #fff;
  font-family: inherit;
  font-weight: normal;
  text-transform: uppercase;
  /* margin-right: 0.15em; */
  line-height: 1.1;
}
.banner-view {
  font-size: 0.85em;
  color: #fff;
  font-family: inherit;
  font-weight: normal;
  text-transform: uppercase;
  /* margin-right: 0.15em; */
  line-height: 1.25;
  text-align: center;
  background: url(../images/view-bg.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 20px 40px;
}

.banner-caption-bottom {
  font-size: 0.875em;
  color: #fff;
  font-family: "Acrom";
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.3;
}

.footer-bottom-container {
  width: 100%;
  height: auto;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}

.footer-mid {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  padding: 1em 0em;
}

.footer-social-links {
  width: auto;
  height: auto;
}

.footer-links {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(241, 198, 94, 0.22);
  border-radius: 15px;
}

.footer-links ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  margin-left: 1em;
}

.footer-links ul li {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 1em;
  font-family: inherit;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  margin: 15px 8px;
}

.footer-links ul li a {
  color: #0e463b;
  font-size: 1em;
  font-family: inherit;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.footer-social-links ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.footer-social-links ul li {
  width: auto;
  height: auto;
  float: left;
  margin-left: 1em;
  font-size: 1.25em;
  color: #232323;
}

.footer-social-links ul li a {
  width: auto;
  height: auto;
  float: left;
  font-size: 1em;
  color: #1e3f40;
}

.footer-menu {
  width: auto;
  height: auto;
  display: flex;
}

.footer-address-container {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0px;
}

.footer-address {
  width: auto;
  height: auto;
  display: flex;
  justify-content: space-between;
}

.footer-menu ul li {
  width: auto;
  height: auto;
  float: left;
  padding: 0px 1em;
}

.icon-f {
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
}

.icon-f span {
  margin-right: 15px;
  padding-top: 5px;
}

.footer-menu-title {
  width: auto;
  height: auto;
  text-transform: uppercase;
  font-family: "Albert Sans";
  font-weight: normal;
  font-size: 1em;
  letter-spacing: 1px;
  color: #e37d4f;
  line-height: 1.8;
  padding-right: 0.5em;
}

.footer-menu ul li a {
  width: auto;
  height: auto;
  text-transform: uppercase;
  font-family: "Albert Sans";
  font-weight: normal;
  font-size: 1em;
  letter-spacing: 1px;
  color: #333;
  line-height: 1.8;
}

.footer-menu ul li a:hover {
  color: #d1c298;
}

.footer-menu ul {
  width: auto;
  height: auto;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.explore {
  width: 100%;
  height: auto;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.explore-pic {
  width: 100%;
  height: auto;
  border-radius: 15px;
  overflow: hidden;
}
.explore-container {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.explore-top-title {
  width: 100%;
  height: auto;
  text-align: center;
  font-family: inherit;
  font-size: 0.95em;
  color: #fff;
}
.explore-main-title {
  width: 100%;
  height: auto;
  text-align: center;
  font-family: "Brastika";
  font-size: 10.125em;
  color: #dbb364;
  line-height: 1;
}
.explore-container p {
  width: 100%;
  height: auto;
  font-family: inherit;
  font-size: 1em;
  line-height: 1.7;
  color: #fff;
  text-align: center;
}
.explore-out {
  width: auto;
  max-width: min-content;
}
.explore-bottom-for {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  margin-top: 1em;
}
.mid-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
}
.mid-for {
  width: 32%;
  height: auto;
  position: relative;
  float: left;
}
.mid-for img {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.mid-for-center {
  width: 100%;
  height: 100%;
  display: block;
}
.mid-content {
  width: 100%;
  height: auto;
  padding: 1.5em 0.5em 0em 0.5em;
  text-align: center;
}
.mid-content p {
  line-height: 1.4;
  color: #8d8c8a;
}
.mid-content-title {
  width: 100%;
  height: auto;
  text-align: center;
  font-family: "Brastika";
  font-size: 2.688em;
  color: #0e463b;
  line-height: 1;
  text-transform: uppercase;
}
.mid-content-title-sub {
  width: 100%;
  height: auto;
  text-align: center;
  font-family: "Brastika";
  font-size: 1.75em;
  color: #0e463b;
  line-height: 1;
}
.mid-view {
  display: flex;
  justify-content: center;
  font-size: 0.75em;
  align-items: center;
  margin-top: 1.5em;
  color: #30584f;
  position: relative;
}
.mid-view p {
  font-size: 1em;
  color: #30584f;
}
.know-bg {
  width: auto;
  height: auto;
  position: absolute;
  right: 10px;
  z-index: -1;
}
.mid-view i {
  margin-left: 0.5em;
  color: #30584f;
}
.mid-view-caption {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 25px;
}
.mid-view-caption-for {
  width: 100%;
  height: auto;
  text-align: center;
  color: #fff;
  font-family: "Brastika";
  font-size: 1.75em;
  line-height: 1;
  display: flex;
  justify-content: center;
}
.mid-view-caption-for img {
  width: auto;
  margin-bottom: 0.5em;
}
.facility-title {
  width: 100%;
  height: auto;
  text-align: center;
  color: #0e463b;
  font-family: "Brastika";
  font-size: 2.75em;
  line-height: 1;
  display: flex;
  justify-content: center;
}

.facilities-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  margin: 35px 0px;
}
.facilities-for {
  width: 16.6%;
  height: auto;
  float: left;
  border-right: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0px;
}
.facilities-for div {
  text-align: center;
}
.facilities-for:last-child {
  border: none;
}
.facility-name {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 0.95em;
  color: #0e463b;
  line-height: 1;
  margin-top: 1.5em;
}
.fac-bottom {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fac-bottom-border {
  width: 47%;
  height: 1px;
  background-color: #e1d4bc;
}
.fac-bottom-icon {
  width: 6%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flavour-collection-out {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: flex-end;
}
.flavour-for {
  width: 30%;
  height: auto;
  border-radius: 15px;
  background-color: #f6f2ea;
  padding: 40px 55px;
  text-align: center;
  min-height: 476px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch;
  align-items: flex-end;
}

.flavour-for:nth-child(2) {
  justify-content: space-between;
  background-color: transparent;
  padding: 0px;
  width: 25%;
}
.flavour-taste img {
  width: 100%;
  height: auto;
  display: block;
}
.flavour-taste {
  width: 45%;
  height: auto;
  border-radius: 15px;
  overflow: hidden;
  margin-top: 10%;
}
.flavour-for p {
  color: #95835f;
  line-height: 1.5;
  text-align: center;
  margin-top: 0.5em;
}
.flavour-collection-bottom {
  width: 100%;
  height: auto;
  border-radius: 15px;
  background-color: #f6f2ea;
  display: flex;
  justify-content: center;
  padding: 30px 0px;
  margin-top: 45px;
}
.jubilee-collection {
  display: flex;
  justify-content: center;
  font-size: 0.75em;
  align-items: center;
  color: #30584f;
}
.jubilee-collection p {
  color: #b38e4f;
}
.jubilee-collection i {
  color: #b38e4f;
  margin-left: 1em;
}

.welcome-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: center;
  direction: rtl;
}
.welcome-pic-out {
  width: 51%;
  height: auto;
  position: relative;
}
.welcome-dtl {
  width: 42%;
  height: auto;
  direction: ltr;
}
.welcome-top-title {
  width: 100%;
  height: auto;
  text-align: left;
  font-family: inherit;
  font-size: 1em;
  color: #0e463b;
  text-transform: uppercase;
  line-height: 1.5;
}
.welcome-title {
  width: 100%;
  height: auto;
  color: #0e463b;
  font-family: "FONTSPRING DEMO - Natom Pro";
  font-size: 3.625em;
  line-height: 1;
  margin-bottom: 0.25em;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  letter-spacing: 4px;
}
.welcome-title span {
  color: #0e463b;
  font-family: "Antipol-ExtendedMedium";
  font-size: 0.35em;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.welcome-pic {
  width: 100%;
  height: auto;
  border-radius: 15px;
  overflow: hidden;
}
.welcome-more {
  width: 100%;
  height: auto;
  margin-top: 1em;
  display: flex;
  justify-content: flex-start;
}

.welcome-box {
  width: auto;
  background: rgba(172, 156, 111, 0.35);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  padding: 35px 50px;
  border-radius: 100px;
  font-size: 2.25em;
  line-height: 1.7;
  text-align: center;
  color: #f1f1f1;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Brastika";
  line-height: 0.8;
}

.rooms-name {
  width: 100%;
  height: auto;
  text-align: center;
  font-family: inherit;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #242424;
  font-size: 1em;
}

.room-container {
  width: 100%;
  height: auto;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.tab-sliding {
  width: 100%;
  height: auto;
  position: relative;
}
.room-details {
  width: 25%;
  height: auto;
  position: absolute;
  left: 50px;
  top: 50px;
  bottom: 50px;
  background-color: #fff;
  border-radius: 15px;
  padding: 50px;
  z-index: 1;
}

.tab-rooms-name {
  width: 100%;
  height: auto;
  text-align: center;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 2.313em;
  text-transform: uppercase;
  color: #0e463b;
  font-family: "Brastika";
  line-height: 1;
}
.tab-icon {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 0.5em 0em;
}
.room-details p {
  text-align: center;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;

  overflow: hidden;
}
.room-button {
  width: 100%;
  height: auto;
  margin-top: 1.5em;

  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch;
  align-items: center;
}
.room-button-for {
  width: 100%;
  height: auto;
  justify-content: center;
  display: flex;
  margin-top: 0.5em;
}
.room-button-for a {
  font-size: 0.875em;
  font-family: inherit;
  background-color: #245748;
  border-radius: 15px;
  line-height: 40px;
  width: 170px;
  text-align: center;
  color: #f1c65e;
}
.room-button-for:nth-child(2) a {
  background-color: #f1c65e;
  color: #fff;
}

.home-package-container {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.home-pack-left {
  width: 40.5%;
  height: auto;
  position: relative;
}
.package-pic {
  width: 100%;
  height: auto;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.packge-right {
  width: 41%;
  height: auto;
}
.package-title {
  width: 100%;
  height: auto;
  text-align: left;
  color: #0e463b;
  font-family: "Brastika";
  font-size: 2.75em;
  line-height: 1;
  display: flex;
  justify-content: flex-start;
}
.package-home {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  margin-top: 1em;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
.package-home-caption {
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  left: 0;
  right: 80px;
}
.package-home-caption-2 {
  justify-content: flex-start;
  right: 0px;
  left: 55px;
}
.package-bottom {
  width: 100%;
  height: auto;
  color: #333;
  font-family: "Brastika";
  font-size: 1.875em;
  text-align: center;
  line-height: 1.2;
  text-transform: uppercase;
}

.package-top {
  width: 100%;
  height: auto;
  color: #e1ae53;
  font-family: "Barokah Signature";
  font-size: 1.125em;
  text-align: center;
  line-height: 1;
}
.book-for {
  width: 100%;
  height: auto;
  text-align: center;
  color: #fff;
  font-size: 1em;
  font-family: inherit;
  background: linear-gradient(to right, #e9ba59, #af8d31);
  border-radius: 15px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;

  line-height: 42px;
  position: relative;
  margin-top: -1em;
  padding-top: 1em;
  z-index: -1;
}
.package-left-bottom {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 1em;
  padding: 0px 5%;
  text-align: center;
  color: #fff;
  font-size: 1em;
  font-family: inherit;
  line-height: 1.4;
}
.book-now-left {
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  right: 0;
  transform: translateX(50%);
}
.book-now-left a {
  color: #fff;
  font-size: 0.85em;
  font-family: inherit;
  background: linear-gradient(to right, #e9ba59, #af8d31);
  display: flex;
  align-items: center;
  position: relative;
  padding: 0px 30px;
  line-height: 48px;
  border-radius: 15px;
}
.book-now-left i {
  margin-left: 1em;
}
.discout-for {
  width: 100%;
  height: auto;
  position: absolute;
  top: 10%;
  left: 0;
  display: flex;
  justify-content: center;
}
.discount {
  font-size: 10em;
  background: linear-gradient(to right, #e9ba59, #af8d31);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Albert Sans";
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.discount-name {
  font-size: 1.25em;
  background: linear-gradient(to right, #e9ba59, #af8d31);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Albert Sans";
  position: relative;
  padding-left: 20px;
}

.welcome-top-left {
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  top: -3em;
  z-index: -1;
}
.welcome-bottom-left {
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.moving-image {
  width: auto;
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
.moving-image-top {
  width: auto;
  animation: float-top 3s ease-in-out infinite;
}

@keyframes float-top {
  0% {
    transform: translateY(0px);
  }
  60% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}

.reveal {
  opacity: 0;
  transition: all 0.8s ease-out 0.3s;
  visibility: hidden;
}

.reveal.active {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0) scale(1) rotateX(0);
}

.slide-left {
  transform: translateX(-50px);
}

.zoom-in {
  transform: scale(0.8);
}

.flip {
  transform: rotateX(-90deg);
  perspective: 1000px;
}

.welcome-top-right {
  width: auto;
  height: auto;
  right: 0;
  top: -90%;
  z-index: -1;
  position: absolute;
}
.welcome-bottom-bg {
  width: auto;
  height: auto;
  right: 0;
  bottom: -12em;
  z-index: -1;
  position: absolute;
}

.reveal.slide-up {
  opacity: 0;
  transform: translateY(70px);

  transition: all 0.9s ease-out 0.4s;
}

.reveal.slide-up.active {
  opacity: 1;
  transform: translateY(0);
}

.reveal.slide-right {
  opacity: 0;
  transform: translateX(100px);

  transition: all 1s ease-out 0.3s;
}

.reveal.slide-right.active {
  opacity: 1;
  transform: translateX(0);
}

.tab-content-bg {
  width: auto;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.blinking {
  animation: blinker 2s ease-in-out infinite;
}

@keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}

.footer-left-bottom {
  width: auto;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.footer-right-bottom {
  width: auto;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.package-for {
  background-color: #f2efe9;
  padding-bottom: 100px;
  padding-top: 275px;
  position: relative;
  margin-top: -175px;
}
.pack-left-flower {
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.pack-right-top {
  width: auto;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.tab-bg {
  width: auto;
  height: auto;
  top: 150px;
  left: 27%;
  position: absolute;
}
#parentHorizontalTab {
  position: relative;
  z-index: 1;
}

.banner-caption-bottom-for-inner {
  justify-content: center;
}

.about-bottom {
  border-radius: 15px;
  position: relative;
  background-color: #f2efe9;
  padding: 55px 42px;
  min-width: 35.5%;
  overflow: hidden;
}
.about-bottom p {
  font-family: inherit;
  font-size: 1em;
  line-height: 1.4;
  color: #333;
  text-align: center;
}
.about-bottom-title {
  width: 100%;
  height: auto;
  text-align: center;
  font-family: "Brastika";
  font-size: 3.625em;
  color: #333;
  line-height: 1;
}
.about-flower-top {
  width: 100%;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.about-bottom-flower {
  width: auto;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.about-pic-wrap {
  width: 61%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
}
.abt-dtl {
  width: 35%;
}
.about-left {
  width: 62%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.about-right {
  width: 37.5%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
}
.about-right-inside {
  width: 100%;
  height: auto;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 0.125em;
}
.about-right-inside:nth-child(2) {
  margin-bottom: 0px;
  margin-top: 0.125em;
}
.abt-dtl p {
  line-height: 1.4;
}
.abt-dtl .welcome-title {
  margin-bottom: 0px;
}

.room-outer {
  width: 100%;
  height: auto;
  margin-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-between;
}
.room-outer:nth-child(2n + 2) {
  direction: rtl;
}
.room-outer:last-child {
  margin-bottom: 0px;
}
.room-for {
  width: 57.5%;
  height: auto;
  border-radius: 15px;
  overflow: hidden;
}
.room-for:nth-child(2) {
  width: 40.5%;
  border: 1px solid #ccc;
  position: relative;
  background-color: #f2efe9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 50px;
}
.room-outer:nth-child(2n + 2) .room-for:nth-child(2) {
  direction: ltr;
}
.room-title {
  width: 100%;
  height: auto;
  text-align: center;
  font-family: "Brastika";
  font-size: 2.75em;
  color: #0e463b;
  line-height: 1;
  text-transform: uppercase;
}
.room-for p {
  text-align: center;
}
.room-buttons {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  margin-top: 1em;
}
.buttons-for {
  width: 175px;
  display: flex;
  justify-content: center;
  height: 36px;
  align-items: center;
  color: #fff;
  font-size: 0.95em;
  text-transform: uppercase;
  background: url(../images/room-book.jpg) no-repeat;
  border-radius: 5px;
  background-size: 100% 100%;
  margin: 0px 5px;
}
a:nth-child(2) .buttons-for {
  color: #feda6a;
  font-size: 0.95em;
  text-transform: uppercase;
  background: url(../images/room-view.jpg) no-repeat;
}
.room-dtl-bg {
  width: auto;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.room-dtl-bg img {
  height: 100%;
}
.room-left {
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 55px;
}

.feedbacks-container {
  position: relative;
}
.feedbacks-container .owl-carousel .owl-item img {
  border-radius: 15px;
  overflow: hidden;
}
.feedbacks-container .owl-theme .owl-nav .owl-prev {
  left: 14px;
}
.feedbacks-container .owl-theme .owl-nav .owl-next {
  right: -50px;
}
.feedbacks-container .owl-theme .owl-nav [class*="owl-"] {
  top: 50%;
}

.feedbacks-container .owl-theme .owl-nav [class*="owl-"] {
  padding: 0 !important;
  transform: translate(0%, -50%);
  font-size: 0px !important;
  position: absolute;
  width: 40px;
  background: transparent !important;
}

.feedbacks-container .owl-nav .owl-prev:before {
  right: 0;
  left: 0;
  top: 0;
  bottom: unset;
  content: "";
  position: absolute;
  background-image: url(../images/arrow-left-room.png);
  background-size: cover;
  height: 38px;
  width: 52px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.feedbacks-container .owl-next:before {
  right: 0;
  left: 0;
  top: 0;
  bottom: unset;
  content: "";
  position: absolute;
  background-image: url(../images/arrow-rgt-room.png);
  background-size: cover;
  height: 38px;
  width: 52px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.room-amenities {
  background-color: #f2efe9;
  padding: 60px 0px 100px 0px;
  position: relative;
}
.amenities-container {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 70px;
  padding: 40px 0px;
}

.amenity-item {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: normal;
  text-transform: uppercase;
  color: #333;
  font-family: inherit;
  justify-content: center;
  text-align: center;
}

.amenity-item::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 17px;
  margin-left: 70px;
  background: url(../images/amenities-flower.png);
}
.amenity-item:nth-child(4n)::after {
  display: none;
}
.amenity-item:last-child::after {
  display: none;
}
.amenities-bottom-left {
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
}
.amenities-bottom-right {
  width: auto;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}

.other-rooms .owl-nav {
  position: absolute;
  bottom: 5px; /* Adjust as per your need */
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px; /* spacing between prev/next */
}

.other-rooms {
  width: 100%;
  height: auto;
  padding-top: 35px;
  position: relative;
  padding: 35px 2%;
  padding-bottom: 100px;
}
.other-rooms .owl-theme .owl-nav [class*="owl-"] {
  top: inherit !important;
  padding: 0 !important;
  transform: translate(0%, -50%);
  right: 0;
  font-size: 0px !important;
  position: absolute;
  width: 40px;
  background: transparent !important;
  height: 40px;
  top: -60px;
  border: 1px solid rgb(0 0 0 / 74%);
  line-height: 40px;
  border-radius: 100%;
  top: inherit !important;
  background: #fff !important;
}
.other-rooms .owl-theme .owl-nav .owl-next {
  right: inherit !important;
}
.other-rooms .owl-controls {
  border-bottom: 1px solid #ccc;
  position: relative;
  bottom: -60px;
}

.other-rooms-name {
  width: 100%;
  height: auto;
  text-align: center;
  font-family: "Brastika";
  font-size: 1.75em;
  color: #0e463b;
  line-height: 1.7;
  padding: 0.5em 0em;
  letter-spacing: 1px;
}

.other-room-pic {
  width: 100%;
  height: auto;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.other-room-pic img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
.item:hover .other-room-pic img {
  transform: scale(1.05);
  border-radius: 10px;
}
.item:hover .other-room-pic::after {
  opacity: 1;
}
.other-room-pic:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5019607843);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 10px;
}

.other-rooms .owl-nav .owl-prev:before {
  right: 0;
  left: 0;
  top: 0;
  bottom: unset;
  content: "";
  position: absolute;
  background-image: url(../images/other-left.png);
  background-size: cover;
  height: 12px;
  width: 17px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.other-rooms .owl-next:before {
  right: 0;
  left: 0;
  top: 0;
  bottom: unset;
  content: "";
  position: absolute;
  background-image: url(../images/other-right.png);
  background-size: cover;
  height: 12px;
  width: 17px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.hero-swiper-slider .swiper-slide,
.hero-swiper-slider .slide-bg-img,
.hero-swiper-slider .swiper-wrapper {
  transition-timing-function: linear !important;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.hero-swiper-slider [data-swiper-parallax] {
  will-change: transform !important;
}

.hero-swiper-slider .swiper-button-next,
.hero-swiper-slider .swiper-button-prev {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.hero-swiper-slider:hover .swiper-button-next,
.hero-swiper-slider:hover .swiper-button-prev {
  opacity: 1;
  visibility: visible;
}
/*
body {
  cursor: none;
}

.cursor-dot {
  width: 8px;
  height: 8px;
  background-color: #000;
}

.cursor-outline {
  width: 30px;
  height: 30px;
  border: 1px solid #4c4c4c;
}

.cursor-dot,
.cursor-outline {
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 9999;
  pointer-events: none;
  transition: width 0.3s, height 0.3s, background-color 0.3s;
}

.cursor-hover {
  width: 60px !important;
  height: 60px !important;
  background-color: rgba(0, 0, 0, 0.1);
  border: none !important;
}*/
#packages {
  scroll-margin-top: 100px;
}
#enquiry {
  scroll-margin-top: 100px;
}
#banquet {
  scroll-margin-top: 100px;
}

.offer-outer {
  width: 100%;
  height: auto;
  position: relative;
}
.offer-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 15px;
}
.offer-for {
  width: 37%;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 50px 50px;
  display: flex;
  align-items: center;
  padding-left: 90px;
}
.offer-percentage {
  font-size: 16.25em;
  font-family: "Brastika";
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  color: #fff;
  line-height: 1;
  display: inline-block;
}
.offer-percentage-sub {
  font-size: 1.688em;
  font-family: "Brastika";
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  color: #fff;
  line-height: 1.2;
  position: relative;
  margin-top: -3em;
  text-transform: uppercase;
}
.offer-for p {
  font-family: "Albert Sans";
  font-size: 1em;
  color: #fff;
  line-height: 1.2;
  margin-top: 0.8em;
}
.book-dtl {
  width: auto;
  height: auto;
  background-color: #fff;
  padding: 18px 25px;
  font-family: "Albert Sans";
  font-size: 1em;
  color: #666;
  line-height: 1.2;
  border-radius: 15px;
  float: left;
  margin-top: 1em;
}
.inner-banner .banner-caption-wrap {
  bottom: 0;
  align-items: center;
  top: 0px;
}
.off-booknow {
  width: auto;
  height: auto;
  float: left;
  margin-top: 40px;
}
.off-booknow a {
  color: #fff;
  font-size: 0.85em;
  font-family: inherit;
  background: linear-gradient(to right, #e9ba59, #af8d31);
  display: flex;
  align-items: center;
  position: relative;
  padding: 0px 30px;
  line-height: 40px;
  border-radius: 15px;
}
.off-booknow i {
  margin-left: 1em;
}
.package-title {
  width: 100%;
  height: auto;
  text-align: center;
  color: #0e463b;
  font-family: "Brastika";
  font-size: 2.75em;
  line-height: 1;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
}
.packages-wraper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch;
}
.packages {
  width: 30%;
  height: auto;
  margin-right: 5%;
  margin-top: 5%;
  position: relative;
}
.packages:nth-child(3n + 3) {
  margin-right: 0%;
}
.package-pic {
  width: 100%;
  height: auto;
  border-radius: 15px;
  overflow: hidden;
}
.package-bg {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 15px;
  overflow: hidden;
}
.package-dtl {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 45px;
}
.package-name {
  width: 100%;
  height: auto;
  text-align: center;
  font-family: "Brastika";
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  color: #f1c65e;
  font-size: 3.25em;
  line-height: 0.8;
  text-transform: uppercase;
}
.package-sub {
  width: 100%;
  height: auto;
  text-align: center;
  font-family: "Albert Sans";
  color: #fff;
  font-size: 1em;
  margin: 1em 0em;
  line-height: 1.5;
}
.package-details {
  line-height: 1.7;
  color: #0e463b;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: normal;
  font-size: 0.625em;
  cursor: pointer;
  transition: all 0.3s ease;
  background: linear-gradient(to right, #e9ba59, #af8d31);
  border-radius: 8px;
  padding: 0px 20px;
  line-height: 28px;
}
.restaurant-container {
  position: relative;
  left: -30%;
  width: calc(100% + 30%);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  overflow: hidden;
}
.restaurant-container .room-for {
  width: 61.25%;
}
.restaurant-container .room-for:nth-child(2) {
  width: 38.25%;
}
.restaurant-container:nth-child(2n + 2) {
  left: inherit;
  right: 0%;
}
.restaurant-container:nth-last-child(2) {
  margin-bottom: 0px;
}
.banquets-for {
  width: 76%;
  height: auto;
  margin: 0 auto;
}
.banquet-pic {
  width: 100%;
  height: auto;
  border-radius: 15px;
  overflow: hidden;
  margin-top: 0.5em;
}
.parados {
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 0.25em;
}
.banquets-for p {
  text-align: center;
}
.facility {
  width: 49.75%;
  margin-top: 0.5%;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  margin-right: 0.5%;
}
.facility:nth-child(2n + 2) {
  margin-right: 0%;
}
.fac-name {
  width: auto;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.25em;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #fff;
  padding-right: 25px;
  padding-bottom: 15px;
}
.packagecontent {
  width: 100%;
  height: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.packagecontent-bottom {
  border-top: 1px solid #ccc;
  width: fit-content;
  margin: 0 auto;
  margin-top: 1em;
  padding-top: 1em;
}
.product-rate {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 0.25em;
}
.product-container-price-for {
  color: #0e463b;
  font-family: "Brastika";
  font-size: 2.75em;
  margin-bottom: -10px;
  line-height: 1.2;
}
.product-rate i {
  font-size: 0.35em !important;
  color: #0e463b;
  margin-top: 6px;
  margin-right: 5px;
}

.view-room-button {
  line-height: 1.7;
  color: #e9ba59;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: normal;
  font-size: 0.85em;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #0e463b;
  border-radius: 8px;
  padding: 0px 20px;
  line-height: 36px;
}
.view-room-button i {
  margin-left: 0.5em;
}
.package-days {
  width: 100%;
  height: auto;
  padding: 40px 0px;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #ccc;
}
.package-days:last-child {
  border: none;
}
.package-days-left {
  width: 32.5%;
  height: auto;
}
.package-days-left:nth-child(2) {
  width: 67.5%;
  height: auto;
  padding-left: 1%;
}
.package-days-left ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.package-days-left ul li {
  font-style: normal;
  font-display: swap;
  height: auto;
  font-size: 1em;
  color: #333;
  line-height: 1.7;
  font-family: "Albert Sans";
  font-weight: normal;
  background: url(../images/listing.png) no-repeat left 9px;
  margin-bottom: 0.25em;
  text-align: left;
  padding-left: 18px;
}
.package-days-for {
  background: linear-gradient(to right, #e9ba59, #af8d31);
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125em;
  padding: 5px 25px;
  float: left;
  color: #0e463b;
  border-radius: 10px;
  clear: both;
  margin-bottom: 1em;
}
.package-title-days {
  width: 100%;
  height: auto;
  text-align: left;
  color: #0e463b;
  font-family: "Brastika";
  font-size: 2.68em;
  line-height: 0.9;
  text-transform: uppercase;
  clear: both;
  margin-top: 1em;
}
.note-for {
  width: 100%;
  height: auto;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 25px 0em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.note-for-title {
  color: #0e463b;
  font-family: "Brastika";
  font-size: 1.8em;
  text-transform: uppercase;
}
.note-for p {
  font-family: "Brastika";
  margin: 0px 1em;
}
.note-for ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.note-for ul li {
  font-style: normal;
  font-display: swap;
  height: auto;
  font-size: 1em;
  color: #333;
  line-height: 1.7;
  font-family: "Albert Sans";
  font-weight: normal;
  background: url(../images/listing.png) no-repeat left 9px;
  margin-bottom: 0.25em;
  text-align: left;
  padding-left: 18px;
}

.contact-container {
  display: flex;
  gap: 15px;
  width: 100%;
  flex-wrap: wrap;
}

.contact-card {
  background-color: #f7f3eb;
  border: 1px solid #e5decb;
  border-radius: 12px;
  flex: 1;
  min-width: 280px;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}

/*.contact-card:nth-child(1)::before {
    content: "";
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 150px;
    height: 150px;
    background-color: #ede2cf;
    border-radius: 50%;
    z-index: 0;
}*/

.contact-card * {
  position: relative;
  z-index: 1;
}

.icon-box {
  width: 50px;
  height: 50px;
  border: 1px solid #b89a5b;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  color: #b89a5b;
  font-size: 1.2rem;
}

.contact-group {
  flex: 1;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.email-card {
  flex: 3;
  width: 100%;
}

.map-button {
  flex: 1;
  background-color: #f0e6d2;
  border: 1px solid #e5decb;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #b89a5b;
  font-weight: bold;
  font-size: 0.9rem;
  letter-spacing: 1px;
  padding: 20px;
  transition: background 0.3s;
}

.map-button i {
  margin-left: 10px;
}

.map-button:hover {
  background-color: #e5decb;
}

@media (max-width: 768px) {
  .contact-container {
    flex-direction: column;
  }

  .contact-card {
    width: 100%;
  }
}
.contact-enquiry-wrap {
  width: 100%;
  height: auto;
  margin-top: 50px;
}
.contact-enquiry-pic {
  width: 40%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  float: left;
}

.enquiry-home {
  width: 60%;
  height: auto;
  float: left;
  padding-left: 5%;
}

.enquiry-home-title {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 0.5em;
}

.enquiry-form-outer {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  padding-top: 1em;
}

.enquiry-form-outer .user-box {
  position: relative;
  margin-right: 2%;
  width: 49%;
  float: left;
  margin-bottom: 15px;
}

.enquiry-form-outer .user-box:nth-child(2n + 2) {
  margin-right: 0%;
}

.enquiry-form-outer .user-box input {
  width: 100%;
  padding: 0px 1em;
  font-size: 1em;
  color: #333;
  border: none;
  border: 1px solid #ccc;
  outline: none;
  background: #fff;
  border-radius: 15px;
  line-height: 55px;
}

.enquiry-form-outer .user-box input:focus ~ label,
.enquiry-form-outer .user-box input:valid ~ label {
  top: -7px;
  left: 0px;
  color: #666;
  font-size: 10px;
  background-color: #fff;
  padding: 0px 10px;
  line-height: 20px;
  border-radius: 5px;
  bottom: inherit;
}

.enquiry-form-outer .user-box label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0px 1em;
  font-size: 1em;
  color: #333;
  pointer-events: none;
  transition: 0.5s;
  bottom: 0;
  line-height: 55px;
  background-color: transparent;
}

.full-field {
  width: 100% !important;
  margin-right: 0% !important;
}

textarea:focus ~ .floating-label,
textarea:not(:placeholder-shown) ~ .floating-label,
input:not(:focus):valid ~ .floating-label {
  top: -7px;
  left: 0px;
  color: #666;
  font-size: 10px;
  background-color: #fff;
  padding: 0px 10px;
  line-height: 20px;
  border-radius: 5px;
  bottom: inherit;
}






.scheme-des textarea {
  width: 100%;
  height: 160px;
  resize: none;
  padding: 10px 20px 0 20px;
  border: 1px solid #ccc;
  font-size: 1em;
  color: #333;
  font-family: inherit;
  font-weight: normal;
  border-radius: 15px;
}

.floating-label {
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 10px;
  transition: 0.2s ease all;
  color: #999999;
  font-size: 1em;
}

/* active state */
.floating-input:focus ~ .bar:before,
.floating-input:focus ~ .bar:after,
.floating-select:focus ~ .bar:before,
.floating-select:focus ~ .bar:after {
  width: 50%;
}

/* highlighter */
.highlight {
  position: absolute;
  height: 50%;
  width: 100%;
  top: 15%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}
.cont-sub {
  color: #fff;
  font-size: 0.85em;
  font-family: inherit;
  background: linear-gradient(to right, #e9ba59, #af8d31);
  display: flex;
  align-items: center;
  position: relative;
  padding: 0px 30px;
  line-height: 40px;
  border-radius: 15px;
}
.cont-sub i {
  margin-left: 1em;
}
.call-bg {
  width: auto;
  height: auto;
  bottom: 0;
  right: 0;
  position: absolute;
}
.call-bg img {
  display: block;
}
.address-left {
  width: auto;
  height: auto;
  bottom: 0;
  left: 0;
  position: absolute;
}
.address-left img {
  display: block;
}
.address-right {
  width: auto;
  height: auto;
  bottom: 0;
  right: 0;
  position: absolute;
}
.address-right img {
  display: block;
}
.mail-bg {
  width: auto;
  height: auto;
  bottom: 0;
  left: 0;
  position: absolute;
}
.mail-bg img {
  display: block;
}
.map-bg {
  width: auto;
  height: auto;
  bottom: 0;
  left: 0;
  position: absolute;
}
.map-bg img {
  display: block;
}

.things {
  width: 49%;
  margin-top: 2%;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  margin-right: 2%;
}
.things:nth-child(2n + 2) {
  margin-right: 0%;
}
.things-name {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.25em;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #fff;
  padding-bottom: 15px;
  text-align: center;
}

.tab {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  align-items: center;
  margin-top: 2em;
  margin-bottom: 3em;
  justify-content: center;
}
.tab button {
  border: 1px solid #0e463b;
  color: #0e463b;
  margin-bottom: 1em;
  cursor: pointer;
  background: #fff;
  text-transform: capitalize;
  padding: 13px 28px;
  text-transform: capitalize;
  font-weight: normal;
  font-family: inherit;
  font-size: 1.2em;
  text-align: center;
  position: relative;
  margin-right: 15px;
  width: auto;
  border-radius: 6px;
}
.tab button:last-child {
  margin-right: 0;
}
.tab button.active {
  background: #0e463b;
  color: #ebd6aa;
  border: 1px solid #0e463b;
}

.gallery-container {
  padding: 60px 0;
  position: relative;
  z-index: 9;
}
/**/

/* The masonry grid */
.grid-item.is-visible {
  webkit-animation: fadeIn 1s ease forwards;
  animation: fadeIn 1s ease forwards;
}

@-webkit-keyframes fadeIn {
  0% {
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
  }
  100% {
    opacity: 1;
  }
}

.grid-item {
  width: calc(33.33% - 3px);
}

@supports (grid-template-rows: masonry) {
  .grid {
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: masonry;
  }

  .grid-item {
    width: auto;
  }
}

figure {
  margin: 0;
  display: block;
  line-height: 1;
}

figure > img {
  display: block;
  max-width: 100%;
}

.text-box {
  padding: 24px;
  color: #121212;
  background: #fff;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.07);
}

@media screen and (min-width: 768px) {
  /* set the grid to 2 columns */
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1200px) {
  header {
    text-align: center;
  }

  /* set the grid to 3 columns */
  .grid {
    grid-template-columns: repeat(3, 1fr);
  }

  /* change order of the masonry grid to have our key text in the center of the page */
  figure:first-of-type {
    order: 1;
  }

  .text-box {
    order: 2;
  }

  figure {
    order: 3;
  }
}

/**/
.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  opacity: 0;
}
.box-group.gallery-box h4 {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  bottom: 0;
  font-family: "Montserrat";
  z-index: 9;
  font-weight: 600;
  font-size: 1em;
  color: #333;
  padding: 6px 25px;
  background: #fff;
  border-radius: 10px;
  width: max-content;
}
.box-group:hover .img-overlay {
  opacity: 1 !important;
}
.img-overlay i {
  color: #fff;
  font-size: 2em;
}
.box-group {
  text-align: center;
  overflow: hidden;
  position: relative;
  margin: 7px;
  transition: all 0.3s ease 0s;
  border-radius: 15px;
  overflow: hidden;
}
.box-group img.img-full {
  object-fit: cover;
  transition: all 0.3s ease 0s;
}
#Feedbacks .box-group img.img-full {
  height: 300px;
}
.playbtn {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.box-group:hover img {
  transform: scale3d(1.04, 1.04, 1);
  transition: all 0.3s ease 0s;
}

.blog-content-wrap {
  width: 100%;
  height: auto;
}

.blog {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 2em;
  display: flex;
  padding-bottom: 2em;
  border-bottom: 1px dashed #ccc;
}
.blog:last-child {
  border: none;
}
.blog-category {
  width: 25%;
  height: auto;
  float: left;
}

.blog-category ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.blog-category li {
  font-family: inherit;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 1.5em;
  color: #0e463b;
  padding: 3% 0;
  line-height: 1.8em;
  text-align: left;
  border-bottom: 1px dotted #482f22;
  list-style-type: none;
}

.blog-category li a {
  font-size: 1em;
  color: #0e463b;
  font-family: inherit;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

.blog-category li a:hover {
  font-size: 1em;
  color: #0e463b;
  font-family: inherit;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

.blog_rgt_post {
  border-bottom: 1px dotted #b6997c;

  width: 100%;

  height: auto;

  font-family: inherit;

  color: #482f22;

  font-size: 1em;

  font-weight: 400;

  padding: 2% 0;

  line-height: 1.8em;

  text-align: justify;
}

.blog_rgt_post a {
  font-family: inherit;

  font-weight: 500;

  color: #482f22;

  text-decoration: none;

  font-size: 14px;
}

.blog_rgt_post a:hover {
  font-family: inherit;

  font-weight: 500;

  color: #054003;

  text-decoration: none;
}

.blog_rgt_contact {
  width: 100%;

  height: auto;

  margin-top: 10%;
}

.blog_rgt_contact h4 {
  margin-top: 0 !important;

  border-bottom: 1px dotted #b6997c;
}

.blog_rgt_contact p {
  font-family: inherit;

  font-weight: normal;

  color: #333;

  font-size: 1em;

  line-height: 30px;

  text-align: left;

  padding-top: 10px;

  padding-bottom: 10px;
}

.blog_rgt_contact p span {
  font-family: inherit;

  font-weight: 600;

  color: #333;

  font-size: 16px;

  line-height: 30px;

  text-align: left;
}

.blog_rgt_contact p a {
  font-family: inherit;

  font-weight: 500;

  color: #333;

  text-decoration: none;
}

.blog_rgt_contact p a:hover {
  font-family: inherit;

  font-weight: 500;

  color: #054003;

  text-decoration: none;
}

.blog-sub {
  width: 100%;
  height: auto;
  text-align: left;
  font-family: inherit;
  font-size: 1.5em;
  color: #0e463b;
  line-height: 1;
  margin-top: 2em;
}
.blog-content-wrap ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.blog-content-wrap ul li {
  font-style: normal;
  font-display: swap;
  height: auto;
  font-size: 1em;
  color: #333;
  line-height: 1.7;
  font-family: "Albert Sans";
  font-weight: normal;
}

.blog-pic-wrap {
  width: 35%;
  height: auto;
  float: left;
}
.outer-content-blog {
  width: 65%;
  height: auto;
  float: left;
  padding-left: 5%;
}
.blog-pic {
  width: 100%;
  max-height: 200px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.blog-site-name {
  width: 100%;
  height: auto;
  text-align: left;
  font-size: 1.5em;
  color: #0e463b;
  font-family: inherit;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  padding-bottom: 10px;
}

.blog p {
  width: 100%;
  height: auto;
  font-size: 1em;
  color: #333;
  font-family: inherit;
  font-weight: normal;
  line-height: 1.7;
  text-align: justify;
}
.blog-content {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blog-bottom {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between !important;
  align-items: center;
}
.blog_date {
  font-family: inherit;
  color: #666;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.7em;
  text-align: right;
  float: right;
  margin-top: 3%;
}
.blog_date::before {
  vertical-align: sub;
  display: inline-block;
}
.blog_date span {
  font-family: inherit;
  color: #0e463b;
}

.blog-detail-title {
  width: 100%;
  height: auto;
  text-align: left;
  font-size: 1.333em;
  font-family: "Zapf Humanist 601";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #333;
  margin-bottom: 1em;
}

#map {
  height: 450px;
  width: 100%;
}

/************************************************** END STUDENT WORKS **************************************************/

/*********************************************** S BLOG DETAILS ***********************************************/
.blog-details-wrap {
  width: 100%;
  padding-top: 40px;
}
.blog-details-content {
  width: auto;
  height: auto;
  z-index: 9;
}
.blog-content-wrap {
  width: 75%;
  margin-bottom: 3em;
  float: left;
  padding-right: 5%;
}

.blog-content-wrap p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1em;
  color: #333;
  line-height: 1.7;
  text-align: justify;
}
.blog-gallery-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  margin-top: 1.5em;
}
.gallery-blog {
  width: 15.83%;
  height: auto;
  float: left;
  margin-right: 1%;
  margin-bottom: 1%;
}
.gallery-blog:nth-child(6n + 6) {
  margin-right: 0%;
}
.blog-tile {
  width: 100%;
  height: auto;
  text-align: left;
  font-size: 2em;
  font-family: inherit;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #333;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.latest-blogs {
  width: 30%;
  height: auto;
  float: left;
  margin-right: 5%;
  margin-top: 1em;
  margin-bottom: 1em;
}
.blog-name {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 0.5em 0.5em;
  font-size: 1.25em;
  font-family: "Zapf Humanist 601";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #333;
}
.latest-blogs-pics {
  width: 100%;
  height: auto;
  min-height: 400px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.latest-blogs-pics img {
  height: 400px;
  width: auto !important;
  min-width: 100%;
}
.latest-blogs:nth-child(3n + 3) {
  margin-right: 0%;
}
.blog-border {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.blog-gallery-for {
  width: 100%;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 250px;
}

.gallary img {
  object-fit: cover;
  height: auto;
}

.company-box {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.company-box:before {
  content: "";
  width: 0;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 50%;
  opacity: 0;
  transition: all 500ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
.company-box:hover:before {
  width: 100%;
  left: 0;
  opacity: 0.5;
}
.company-box img {
  height: auto;
  display: block;
  max-width: 150%;
}
.company-box .box-content {
  width: 100%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}

.company-box .icon {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.company-box .icon li {
  display: inline-block;
}
a .company-box .icon li {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background: #fff;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-right: 5px;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s ease 0s;
}
a:hover .company-box .icon li {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 0.5s;
}
a:hover .company-box .icon li:last-child {
  transition-delay: 0.8s;
}

.other-blogs {
  width: 100%;
  height: auto;
  text-align: center;
  font-family: inherit;
  font-size: 1.15em;
  color: #0e463b;
  line-height: 1.5;
  padding: 0.5em 0em;
}

/* GALLERY GRID */
.grid {
  width: 100%;
}

.grid-item {
  width: 33.333%; /* 3 columns */
  padding: 8px;
}

@media (max-width: 991px) {
  .grid-item {
    width: 50%; /* Tablet – 2 columns */
    padding: 0px;
  }
}

@media (max-width: 575px) {
  .grid-item {
    width: 100%; /* Mobile – 1 column */
  }
}

.smooth {
  width: 100%;
  left: 0;
  will-change: transform;
  height: auto;
  background-color: #fff;
  z-index: 999;
  overflow: auto;
}

@media (min-width: 1023px) and (max-width: 1279px) {
  body,
  li {
    font-size: 12px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .nav-brand img {
    width: 56%;
    margin-top: 12px;
  }

  .nav-menu > li > a {
    margin: 25px 10px;
  }

  .sexy-menu.detached .nav-brand img {
    margin-top: 11px;
    width: 45%;
  }

  .header-phone {
    padding: 6px 10px;
    border-radius: 10px;
    margin: 16px 7px !important;
  }

  .sexy-menu.detached .nav-menu > li > a {
    margin: 18px 10px;
  }

  .sexy-menu.detached .header-phone {
    margin: 10px 10px !important;
  }

  #button {
    height: 40px;
    width: 40px;
    line-height: 40px;
    right: 15px;
  }

  #plus {
    bottom: 57%;
  }

  .whats-app,
  .side-btn {
    width: 40px;
  }

  .whats-app img,
  img.mob-icon {
    width: 35px;
  }

  .owl-theme .owl-nav [class*="owl-"] {
    height: 35px;
    width: 35px;
    line-height: 35px;
  }

  .trust-shape {
    width: 100%;
    bottom: -150px;
  }
  .nav-menu > li > a {
    margin: 0px 10px;
  }
}

@media (min-width: 1280px) and (max-width: 1359px) {
  body,
  li {
    font-size: 15px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .view-location {
    bottom: 104px;
    padding: 5px 14px;
    font-size: 0.667em;
  }
  .nav-menu > li > a {
    margin: 0px 10px;
  }
}

@media (min-width: 1360px) and (max-width: 1399px) {
  body,
  li {
    font-size: 15px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 6%;
    padding-right: 6%;
  }
  .nav-menu > li > a {
    margin: 0px 10px;
  }
}

@media (min-width: 1400px) and (max-width: 1441px) {
  body {
    font-size: 15px !important;
  }

  li {
    font-size: 15px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 6%;
    padding-right: 6%;
  }
  .nav-menu > li > a {
    margin: 0px 10px;
  }
}

@media (min-width: 1441px) and (max-width: 1599px) {
  li,
  body {
    font-size: 16px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 6%;
    padding-right: 6%;
  }
  .nav-menu > li > a {
    margin: 0px 10px;
  }
}

@media (min-width: 1600px) and (max-width: 1680px) {
  body {
    font-size: 16px !important;
  }

  li {
    font-size: 18px !important;
  }
  .nav-menu > li > a {
    margin: 0px 10px;
  }

  .nav-brand img {
    width: 88%;
  }

  .d-container {
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
  }
}

@media (min-width: 1681px) {
  body {
    font-size: 16px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 15%;
    padding-right: 15%;
  }
}

@media (max-width: 992px) {
  .header-contact {
    display: none;
  }

  .submenu-indicator-chevron {
    border-color: transparent #fff #fff transparent !important;
  }

  .nav-dropdown {
    min-width: 100% !important;
  }

  .sexy-menu.detached {
    opacity: 1 !important;
    position: unset !important;
  }

  .navigation-portrait li {
    font-size: 18px !important;
  }

  .nav-brand img {
    display: flex;
    align-items: center;
  }

  /*.logo {
    transform: translate(-50%, 0%);
    left: 50%;
  }*/
  .hide-menu a {
    width: 20%;
    line-height: 1;
    font-size: 1em;
    display: inline-block;
    float: left;
    text-align: center;
    font-weight: normal;
    font-family: inherit;
    text-transform: capitalize;
    color: #333;
  }

  .hide-menu a i {
    display: block;
    justify-content: center;
    margin: 0 auto;
    font-size: 1.6em;
    color: #b38e4f;
    margin-bottom: 10px;
  }

  .desk-view {
    display: none;
  }

  .mob-view {
    display: block;
  }

  .nav-menu > li > a {
    color: #fff !important;
    display: flex;
    align-items: center;
  }

  .nav-toggle,
  .navigation-hidden .nav-header {
    display: block !important;
  }

  .hide-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    /* background-image: linear-gradient(to bottom, #1e5e4e, #101c1b);*/
    z-index: 99999;
    padding: 10px 20px;
    display: block;
    background-color: #f6f2ea;
  }

  .hide-menu img {
    display: block;
    justify-content: center;
    margin: 0 auto;
    width: 38px;
  }

  .sexy-menu.detached {
    position: fixed !important;
    bottom: 0px !important;
    top: inherit !important;
    height: auto;
    background-color: transparent !important;
    backdrop-filter: unset !important;
  }

  .sexy-menu.detached .navigation-portrait .nav-menus-wrapper {
    position: fixed !important;
    bottom: 0px !important;
    top: 0px !important;
  }

  .sexy-menu.detached .nav-brand img {
    display: none !important;
  }

  .nav-menu {
    display: block !important;
  }

  .bottom-menu {
    width: auto;
    height: auto;
    /* border-radius: 50%;*/
    display: flex !important;
    justify-content: center;
    align-items: center;
    /* background-color: #fefff2;*/
    color: #1e3f40;
    /*box-shadow: rgba(103, 103, 103, 0.2) 0px 8px 24px;*/
  }
  .navigation {
    justify-content: center !important;
  }

  .banner {
    height: calc(100vh - 182px) !important;
  }

  .whats-app {
    right: 0px;
  }

  .logo {
    position: inherit !important;
  }

  .footer-wraper {
    padding-bottom: 80px;
    padding-top: 40px;
  }

  .footer-address {
    display: none;
  }

  .footer-address-container {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .whats-app {
    bottom: 38vh;
  }

  #plus {
    height: 52px;
    font-size: 1.75em;
    background: #0e463b;
  }

  #plus i {
    color: #fff;
  }

  #popUp {
    padding: 2% 4%;
    padding-top: 4%;
  }

  .scheme-des textarea {
    height: 120px;
  }
  .whats-app {
    width: 44px;
    height: 52px;
  }

  .welcome-dtl {
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
  }
  .welcome-pic-out {
    width: 100%;
  }

  .home-package-container {
    display: block;
    position: inherit;
  }
  .packge-right {
    width: 100%;
  }
  .home-pack-left {
    width: 100%;
  }
  .flavour-collection-out {
    display: block;
  }
  .flavour-for {
    width: 100%;
    min-height: inherit;
  }
  .flavour-for:nth-child(2) {
    width: 100%;
  }
  .mid-for {
    width: 100%;
    margin: 10px 0px;
  }
  .footer-left-bottom {
    display: none;
  }
  .footer-right-bottom {
    display: none;
  }
  .footer-address-container {
    display: none;
  }
  .footer-links {
    display: none;
  }
  .welcome-bottom-left {
    display: none;
  }
  .welcome-top-right {
    display: none;
  }
  .welcome-bottom-bg {
    display: none;
  }
  .welcome-top-title {
    text-align: center;
  }
  .welcome-more {
    justify-content: center;
  }
  .popup-title {
    font-size: 1.5em;
  }
  .modal-content {
    padding: 25px;
  }
  .main-wraper {
    padding-top: 50px;
  }
  .header-contact {
    display: none;
  }
  .nav-header {
    position: inherit !important;
    top: unset !important;
  }
  .package-for {
    margin-top: 0px;
    padding-bottom: 30px;
  }
  .copy-right span {
    display: none;
  }
  .social-mob {
    display: none;
  }
  .footer-social-links {
    width: 100%;
    justify-content: center;
  }

  .explore-container {
    position: inherit;
  }
  .explore-container p {
    color: #333;
    line-height: 1.7;
  }
  .abt-dtl p {
    line-height: 1.7;
  }
  .explore-main-title {
    font-size: 5em;
  }
  .explore-bottom-for .banner-view {
    color: #333;
  }
  .facilities-for {
    width: 33%;
  }
  .facilities-for:nth-child(3n + 3) {
    border-right: 0px;
  }

  .room-details {
    width: 100%;
    position: inherit;
    left: unset;
    top: unset;
    bottom: unset;
  }
  .room-details {
    padding: 15px;
  }
  h2.resp-tab-active {
    border-bottom: 1px solid #ccc !important;
  }
  .resp-tab-content {
    padding-top: 5% !important;
  }
  #button {
    display: none !important;
  }
  .pack-right-top {
    display: none;
  }
  .pack-left-flower {
    display: none;
  }

  .room-for {
    width: 100%;
  }
  .room-outer {
    display: block;
    margin-bottom: 50px;
  }
  .room-for:nth-child(2) {
    width: 100%;
    margin-top: 0.25em;
    padding: 1em 1em;
  }
  .room-left {
    display: none;
  }
  .offer-for {
    position: inherit;
    width: 100%;
    margin-top: 1em;
    padding: 10px 20px;
  }
  .offer-percentage {
    color: #e9ba59;
    font-size: 8em;
  }
  .offer-percentage-sub {
    color: #333;
    margin-top: -1em;
  }
  .offer-for p {
    color: #333;
  }
  .book-dtl {
    background-color: #0e463b;
    color: #fff;
  }

  .package-title {
    font-size: 2.15em;
  }

  .enquiry-home {
    width: 100%;
    padding-left: 0px;
  }
  .contact-enquiry-pic {
    display: none;
  }
  .tab button {
    font-size: 1.15em;
    padding: 10px 8px;
    margin-right: 5px;
    margin-bottom: 0em;
  }
  .tab {
    margin-bottom: 1em;
  }

  .about-pic-wrap {
    display: none;
  }
  .about-bottom {
    min-width: 100%;
  }

  .restaurant-container .room-for {
    width: 100%;
  }
  .restaurant-container .room-for:nth-child(2) {
    width: 100%;
  }
  .banquets-for {
    width: 100%;
  }
  .restaurant-container {
    width: 100%;
    left: 0px;
  }
  .other-rooms {
    padding-top: 10px;
  }
  .tab-bg {
    display: none;
  }
  .book-now-left {
    display: none;
  }
  .welcome-top-left {
    display: none;
  }

  .package-days {
    display: block;
  }
  .package-days-left {
    width: 100%;
  }
  .package-days-left:nth-child(2) {
    width: 100%;
  }
  .note-for {
    display: block;
  }
  .note-for img {
    display: none;
  }

  .footer-left-bottom {
    display: none;
  }
  .footer-right-bottom {
    display: none;
  }
  .banner-caption-wrap {
    top: 65px;
    bottom: inherit;
  }
  .banner-caption-top2 {
    font-size: 3em;
  }
  .banner-caption-top3-main {
    display: none;
  }
  .banner-caption-bottom-for {
    justify-content: center;
  }
  .welcome-box {
    font-size: 1.75em;
    padding: 30px 30px;
  }
  .banner-view {
    padding: 10px 28px;
  }
  .flavour-collection-bottom {
    padding: 10px 0px;
  }
  .roompic {
    display: block;
  }
  .about-pic-wrap {
    width: 90%;
    margin: 0 auto;
  }
  .tab-icon {
    display: none;
  }
  .flavour-for:nth-child(3) {
    margin-top: 10%;
  }
  .know-bg {
    display: none;
  }
  .resp-tab-active::after {
    display: none !important;
  }
  h2.resp-tab-active {
    background: #0e463b !important;
    border-radius: 15px;
    overflow: hidden;
  }
  .resp-tab-active span {
    color: #fff !important;
    text-decoration: none !important;
  }
  .explore-out {
    width: 100%;
    max-width: unset;
  }
  h2.resp-accordion {
    border: none !important;
    margin: 0.5em 0em;
  }
  .explore img {
    border-radius: 15px;
    overflow: hidden;
  }
  .tab-sliding {
    border-radius: 15px;
    overflow: hidden;
  }
  .room-for:nth-child(2) {
    display: block;
  }
  .owl-controls {
    display: none !important;
  }

  .amenity-item::after {
    /*height: 1px;
  background-image: linear-gradient(to right, rgba(204, 204, 204, 0.5), rgba(204, 204, 204, 0.5), rgba(204, 204, 204, 0));
  width: 100%;*/

    height: 1px;
    display: block;
    width: 80%;
    margin: 0 auto;
    background-image: linear-gradient(
      to right,
      rgba(204, 204, 204, 0) 0%,
      rgba(204, 204, 204, 0.5) 50%,
      rgba(204, 204, 204, 0) 100%
    );
    margin-top: 10px;
  }
  .amenity-item {
    text-align: center;
    flex-direction: unset;
    justify-content: flex-start;
    font-size: 1em;
    text-transform: none;
    line-height: 1.7;
    width: 100%;
    display: block;
  }
  .amenity-item br {
    display: none;
  }
  .amenity-item:nth-child(4n)::after {
    display: block;
  }
  
  .amenities-container {
    gap: 10px 0px;
    padding: 20px 0px;
  }
  .off-booknow{ margin-top: 1em;}
}

@media (max-width: 420px) {
  body,
  li {
    font-size: 14px !important;
  }

  .d-container {
    padding-left: 3%;
    padding-right: 3%;
  }

  /*.hero-text-area {
    font-size: 8px;
    bottom: 20px;
    top: unset;
  }*/

  .side-btn {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 29vh;
    /*right: 12px;
    background: #ffb629;*/
    color: #fffcff;
    transform: unset;
  }

  .side-btn span {
    display: none;
  }

  .side-form .form-group {
    margin-bottom: 8px;
  }

  #popUp {
    width: 300px;
    padding: 4% 5% 4%;
    bottom: 13%;
  }

  .b-content {
    text-align: center;
  }

  .copy-right span {
    display: none;
  }

  .what-bottom {
    display: block;
  }

  .what-bottom p br {
    display: none;
  }

  .packages {
    margin-right: 0%;
    width: 100%;

  }
  .enquiry-form-outer .user-box {
    width: 100%;
  }
  .facility {
    width: 100%;
    margin: 0.5em 0em;
  }
  .things {
    width: 100%;
    margin-right: 0%;
  }

  .package-home-caption-2 {
    left: 10px;
  }
  .package-home-caption {
    right: 25px;
  }
  .discout-for {
    top: 6%;
  }
}

@media (min-width: 421px) and (max-width: 460px) {
  body,
  li {
    font-size: 14px !important;
  }

  p {
    line-height: 1.8;
    font-size: 1em;
  }

  .d-container {
    padding-left: 3%;
    padding-right: 3%;
  }

  .whats-app {
    width: 40px;
    right: 10px;
  }

  #popUp {
    width: 300px;
    padding: 4% 5% 4%;
    bottom: 13%;
  }

  .copy-right span {
    display: none;
  }

  .enquiry-form-outer .user-box {
    width: 100%;
    margin-right: 0%;
  }

  .what-bottom {
    display: block;
  }

  .what-bottom p br {
    display: none;
  }

  .packages {
    margin-right: 0%;
    width: 100%;
  }
  .enquiry-form-outer .user-box {
    width: 100%;
  }
  .facility {
    width: 100%;
  }
  .things {
    width: 100%;
    margin-right: 0%;
  }
  .package-home-caption-2 {
    left: 20px;
  }
  .package-home-caption {
    right: 25px;
  }
  .discout-for {
    top: 6%;
  }
}

@media (min-width: 461px) and (max-width: 560px) {
  body,
  li {
    font-size: 14px !important;
  }

  .d-container {
    padding-left: 3%;
    padding-right: 3%;
  }

  p {
    line-height: 1.8;
    font-size: 1em;
  }

  .whats-app {
    width: 40px;
    right: 10px;
  }

  #popUp {
    width: 300px;
    padding: 4% 5% 4%;
    bottom: 13%;
  }

  .copy-right span {
    display: none;
  }

  .cat-lft {
    width: 100%;
  }

  .enquiry-form-outer .user-box {
    width: 100%;
    margin-right: 0%;
  }

  .mng-row .col-md-4 {
    width: 49%;
  }

  .packages {
    margin-right: 4%;
    width: 48%;
  }
  .packages:nth-child(3n + 3) {
    margin-right: 4%;
  }
  .packages:nth-child(2n + 2) {
    margin-right: 0%;
  }
  .enquiry-form-outer .user-box {
    width: 100%;
  }
  .facility {
    width: 100%;
  }
  .things {
    width: 100%;
    margin-right: 0%;
  }
  .package-home-caption-2 {
    left: 20px;
  }
  .package-home-caption {
    right: 25px;
  }
  .discout-for {
    top: 6%;
  }
}

@media (min-width: 561px) and (max-width: 680px) {
  body,
  li {
    font-size: 14px !important;
  }

  p {
    line-height: 1.8;
    font-size: 1em;
  }

  .d-container {
    padding-left: 3%;
    padding-right: 3%;
  }

  .whats-app {
    width: 40px;
    right: 10px;
  }

  #popUp {
    width: 300px;
    padding: 4% 3% 4%;
    bottom: 13%;
  }

  .cat-lft {
    width: 100%;
  }

  .enquiry-form-outer .user-box {
    width: 100%;
    margin-right: 0%;
  }

  .what-bottom {
    display: block;
  }

  .what-bottom p br {
    display: none;
  }

  .packages {
    margin-right: 4%;
    width: 48%;
  }
  .packages:nth-child(3n + 3) {
    margin-right: 4%;
  }
  .packages:nth-child(2n + 2) {
    margin-right: 0%;
  }
  .enquiry-form-outer .user-box {
    width: 100%;
  }
 
}

@media (min-width: 681px) and (max-width: 768px) {
  body,
  li {
    font-size: 14px !important;
  }

  .d-container {
    padding-left: 3%;
    padding-right: 3%;
  }

  .what-bottom {
    display: block;
  }

  .what-bottom p br {
    display: none;
  }

  .support {
    width: 33%;
    margin: 2em 0em;
  }

  .support:nth-child(2n) {
    padding-top: 0px;
  }

  .packages {
    margin-right: 4%;
    width: 48%;
  }
  .packages:nth-child(3n + 3) {
    margin-right: 4%;
  }
  .packages:nth-child(2n + 2) {
    margin-right: 0%;
  }
  .enquiry-form-outer .user-box {
    width: 100%;
  }
 
}
