*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  box-sizing: border-box;
}
body {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.6;
  font-weight: 500;
  background-color: #fdfafa;
  font-size: 15px;
  color: #1b1c1e;
}
.services {
  background: #387ed1;
}
.heading-primary {
  font-size: 30px;
}
p {
  line-height: 1.8;
  margin: 0 0 1rem;
}
ul,
ol {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: #000;
}
button,
button:hover,
button:focus,
button:active {
  text-decoration: none;
  outline: none;
}
.padding {
  padding: 60px 0;
  position: relative;
}
/*------------ PRELOADER --------*/
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  overflow: hidden;
}
.no-js #loader-wrapper {
  display: none;
}
.my-story a:hover img {
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
  transform: scale3d(1.2, 1.2, 1.2);
}
.my-story a img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
.my-story .third {
  position: absolute;
  top: 90px;
  left: 50%;
  margin-left: -110.5px;
}
.my-story .second {
  float: right;
  display: inline-block;
  position: relative;
}
.my-story {
  float: left;
  width: 100%;
  padding-bottom: 100px;
  position: relative;
  margin-top: 50px;
}
.my-story a:hover {
  z-index: 2;
}
.my-story .first {
  display: inline-block;
  float: left;
  position: relative;
}
/*------ Scroll to Top------- */
#scroll-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 10px;
  display: none;
  z-index: 99;
  background: #1b1c1e;
  color: #fff;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
}
#scroll-to-top i {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
}
#scroll-to-top:hover {
  transform: scale(1.2);
}
.navbar {
  border: 0;
  z-index: 99;
  min-height: 70px;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  position: absolute;
  width: 100%;
  background: #f2f4f7;
  left: 0;
  top: 0;
  -webkit-box-shadow: 0px 10px 15px rgb(0 0 0 / 15%);
  box-shadow: 0px 10px 15px rgb(0 0 0 / 15%);
}
.navbar .icon-bar {
  color: #1b1c1e;
  font-size: 15px;
}
.navbar .navbar-nav .active {
  color: #000 !important;
}
.navbar-collapse .navbar-nav .nav-link {
  text-align: center;
  padding: 10px 0;
  margin: 0 0 0 25px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.nav-scroll {
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}
.nav-scroll .navbar-nav .nav-link .active {
  color: #f8c44f !important;
}
.ps {
  padding: 70px 0
}
/*------ width < 991px ------*/
/*05-02-2024*/
.top_contact i{
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@keyframes hvr-pulse{
25% {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
75% {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
}
.mobile.whatsapp_sticky {
  bottom:120px !important;
  background:#ff3131 !important;
}
.mobile.whatsapp_sticky:after {
  border-color:#ff3131 !important;
}
#home .banner-whatsapp{
  width: 100%;
  bottom:80px;
  z-index:2;
}
#home .banner-whatsapp .btn_man{
  background-color:#1b1c1e !important;
  border-color:#1b1c1e !important;
  color:#fff !important;
}
.bg-white {
  background: #fff;
}
.btn-space {
  display: flex;
  grid-column-gap: 20px;
  margin-top: 30px;
}
div#one-carousel .item img {
  border-radius: 20px 20px 30px 30%;
}
div#one-carousel .item {
  border-radius: 20px 20px 30px 30%;
}
.owl-nav button {
  background: #ddd !important;
  display: inline-block;
  margin: 0 2px;
  border-radius: 100px;
}
.owl-nav button span {
  padding: 10px;
  font-size: 25px;
  height: 30px;
  width: 30px;
  display: flex;
  background: #ddd;
  align-items: center;
  justify-content: center;
  align-content: center;
  border-radius: 90px;
}
/*05-02-2024*/
@media (max-width: 991px) {
.navbar-collapse {
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
.navbar-nav .dropdown-menu { background: #f2f4f7;
  text-align: center;
}
.navbar-collapse .navbar-nav .nav-link {
  color: #353434;
}
.top_contact {
  display: none;
}
.header-call {
  margin-right: 15px !important;
}
}
/*------- line ---------*/
.line li .nav-link {
  position: relative;
}
.line li .nav-link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #000;
  height: 1px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.w100 {
  width: 100%;
}
.fs26 {
  font-size: 22px;
}
.horizontal {
  -webkit-animation: horizontal 2s ease infinite;
  animation: horizontal 2s ease infinite;
}
@-webkit-keyframes horizontal {
0% {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}
6% {
  -webkit-transform: translate(5px, 0);
  transform: translate(5px, 0)
}
12% {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}
18% {
  -webkit-transform: translate(5px, 0);
  transform: translate(5px, 0)
}
24% {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}
30% {
  -webkit-transform: translate(5px, 0);
  transform: translate(5px, 0)
}
100%,
36% {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}
}
.line li a:hover:before {
  width: 100%;
}
.line li a:hover:after,
.line li a.active:after {
  width: 100%;
}
.btn_man, .btn_man:focus {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 500;
  padding: 6px 15px;
  border: 1px solid #1b1c1e;
  background: #1b1c1e; cursor: pointer;
  border-radius: 10px;
  outline: 1px solid transparent;
  z-index: 1;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.btn_man:hover {
  color: #1b1c1e;
  background: transparent;
}
/*------ width < 991px ------*/
@media (max-width: 991px) {
.line li a:hover:before {
  width: 20%;
}
.line li a:hover:after {
  width: 20%;
}
}
#home {
  position: relative;
  padding-top: 80px;
}
#home h1 {
  position: absolute;
  width: 80%;
  text-align: center;
  top: 40%;
  color: #fff;
  font-size: 68px;
  left: 10%;
  font-weight: 700;
}
#home .carousel-item img {
  width: 100%
}
.ht-search-form .hotel-booking-search {
  position: relative;
  z-index: 1;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1), 0 30px 45px rgba(0, 0, 0, .05);
  margin-top: -100px;
  margin-bottom: -75px;
  width: auto;
  max-width: 100%;
  padding: 35px;
  border-radius: 15px;
}
.ht-search-form .hotel-booking-search .btn_man {
  line-height: 48px;
}
.ht-search-form .hotel-booking-search .hb-form-table {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  align-items: end;
}
.ht-search-form .hb-form-field {
  -ms-flex: 0 0 25%;
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.ht-search-form .hotel-booking-search label {
  position: relative;
  display: block;
  color: #0f172b;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.ht-search-form .hotel-booking-search input,
.ht-search-form .hotel-booking-search select {
  width: 100%;
  height: 70px;
  padding: 15px 20px;
  line-height: 30px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  position: relative;
  display: block;
  color: #25283a;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.ht-search-form .hotel-booking-search input:focus,
.ht-search-form .hotel-booking-search input:active {
  outline: none
}
.btn,
.btn:focus {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #1b1c1e;
  background: transparent;
  font-weight: 500;
  padding: 7px 16px;
  border: 1px solid #1b1c1e;
  border-radius: 10px;
  outline: 0px solid transparent;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.btn:hover {color: #ffffff;
   background: #1b1c1e;
}
.home-content h1 {
  font-size: 6rem;
  font-weight: 900;
  color: #fff;
}
@keyframes rotateMe {
from {
  transform: rotate(0deg) scale(1);
}
to {
  transform: rotate(360deg);
}
}
@-webkit-keyframes rotateMe {
from {
  transform: rotate(0deg) scale(1);
}
to {
  transform: rotate(360deg);
}
}
@-moz-keyframes rotateMe {
from {
  transform: rotate(0deg) scale(1);
}
to {
  transform: rotate(360deg);
}
}
@-o-keyframes rotateMe {
from {
  transform: rotate(0deg) scale(1);
}
to {
  transform: rotate(360deg);
}
}
@keyframes rotateMe {
from {
  transform: rotate(0deg) scale(1);
}
to {
  transform: rotate(360deg);
}
}
@-webkit-keyframes ScaleMe {
0% {
  transform: scale(1);
}
50% {
  transform: scale(1.15);
}
100% {
  transform: scale(1);
}
}
@-moz-keyframes ScaleMe {
0% {
  transform: scale(1);
}
50% {
  transform: scale(1.15);
}
100% {
  transform: scale(1);
}
}
@-o-keyframes ScaleMe {
0% {
  transform: scale(1);
}
50% {
  transform: scale(1.15);
}
100% {
  transform: scale(1);
}
}
@keyframes ScaleMe {
0% {
  transform: scale(1);
}
50% {
  transform: scale(1.15);
}
100% {
  transform: scale(1);
}
}
.tri-pattern,
.circles,
.circles-two {
  -webkit-animation-name: rotateMe;
  -webkit-animation-duration: 25s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateMe;
  -moz-animation-duration: 25s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateMe;
  -ms-animation-duration: 25s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: rotateMe;
  animation-duration: 25s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.dotted-pattern,
.history-block .image-box:before,
.featured-section-four .image-box .image:nth-child(3):before {
  -webkit-animation-name: ScaleMe;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: ScaleMe;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: ScaleMe;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: ScaleMe;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.circles .c-1,
.circles-two .c-1 {
  -webkit-animation-name: ScaleMe;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: ScaleMe;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: ScaleMe;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: ScaleMe;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.circles-two .c-2 {
  -webkit-animation-name: ScaleMe;
  -webkit-animation-delay: 3ms;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: ScaleMe;
  -moz-animation-delay: 3s;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: ScaleMe;
  -ms-animation-delay: 3s;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: ScaleMe;
  animation-delay: 3s;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.about-section .image-box .dotted-pattern-2 {
  left: -140px;
  bottom: -80px;
}
.dotted-pattern-2 {
  position: absolute;
  width: 339px;
  height: 339px;
  display: block;
  background: url(../img/2.png) center center no-repeat;
}
.sec-title .hadding {
  position: relative;
  display: block;
  font-size: 35px;
  line-height: 1.30em;
  color: #121010;
  font-weight: 700;
  margin-bottom: 0px;
}
.sec-title .hadding2 {
  position: relative;
  display: block;
  font-size: 35px;
  line-height: 1.30em;
  color: #121010;
  font-weight: 600;
  margin-bottom: 0px;
}
.sec-title {
  position: relative;
  margin-bottom: 20px;
}
.about-section {
  padding:60px 0;
  position: relative;
  overflow: hidden;
  background: #e4e8ed;
}
.about-section .image-column .cap {
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
  height: 100%;
  background: #1b1c1e;
  text-align: center;
  color: #ffffff;
  box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.10);
}
.about-section .image-column .cap .txt {
  position: absolute;
  left: 0;
  top: 37%;
  width: 100%;
  padding: 0px 10px;
  font-size: 30px;
  line-height: 1.5em;
}
.about-section .image-column .image-box {
  position: relative;
  padding-left: 10px;
}
.about-section .image-column .image {
  position: relative;
  display: block;
}
.about-section .image-column .image img {
  display: block;
  width: 100%;
}
.about-section .tri-pattern-1 {
  right: 40px;
  bottom: 350px;
}
.tri-pattern-1 {
  position: absolute;
  width: 252px;
  height: 254px;
  display: block;
  background: url(../img/tri-1.png) center center no-repeat;
}
.about-section .image-column .inner {
  position: relative;
  display: block;
  padding-right: 30px;
}
.about-section .dotted-pattern-1 {
  right: -205px;
  bottom: 150px;
}
.dotted-pattern-1 {
  position: absolute;
  width: 394px;
  height: 408px;
  display: block;
  background: url(../img/11.png) center center no-repeat;
}
.stays_box {
  box-shadow: 0px 15px 30px 0px rgb(0 0 0 / 12%);
  height: 100%;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  border-radius: 10px;
  overflow: hidden;    background: #fff;
}
.stays_box p {
  margin: 0;
  line-height: 1.6;
  font-size: 14px;
}
.stays_box:hover {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.40);
}
.stays_box h4 {
  font-size: 1.3rem;
  font-weight: 600;
}
.stays_box .image-box {
  overflow: hidden;
  background: #000
}
.stays_box img {
  display: block;
  width: 100%;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.stays_box:hover img {
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.bg_light{background: #e4e8ed;}
.pattern-top {
  position: absolute;
  width: 100%;
  height: 90px;
  background: url(../iomg/pattern-top.png) center bottom no-repeat;
  background-size: 100% 100%;
  z-index: 5;
  bottom: 100%;
  margin-bottom: -10px;
}
.safety_section {
  position: relative;
  background: #e4e8ed;
  overflow: hidden
}
.safety_section .dotted-pattern-1 {
  right: -70px;
  top: 30px;
}
.safety_section .tri-pattern-1 {
  right: 50px;
  top: 140px;
}
.accordion .card .card-header a:before {
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  right: 0px;
  top: 0;
  font-size: 18px;
  display: block;
}
.faq .card .card-header button h3{ margin: 0;}
.faq .card .card-header a, .faq .card .card-header button {
    position: relative;
    display: block;
    font-weight: 600;
    width: 100%;
    border: 0;
    background: transparent;
    text-align: left;    cursor: pointer;    font-size: 15px;color: #1b1c1e;
}
.faq .card .card-header a[aria-expanded="false"]:before , .faq .card .card-header button[aria-expanded="false"]:before {
  content: "\f107";
}
.faq .card .card-header a[aria-expanded="true"]:before, .faq .card .card-header button[aria-expanded="true"]:before {
  content: "\f106";
}
.accordion .card .card-header a:before, .faq .card .card-header button:before{
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 0px;
    top: 0;
    font-size: 18px;
    display: block;
}

.faq .card-header {
  background: #fff;
  border: none;
  padding: 0.9rem 1.5rem 0.9rem 1.25rem;
}
.faq .card-header h3{ margin-bottom: 0;}
.faq .card-body {
  padding-top: 0px;
}
.faq .card {
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.07);
  margin-bottom: 10px;
  border: 1px solid rgb(0 0 0 / 5%);
  border-radius: 0.8rem;
  overflow: hidden;
}
/*------ width < 768px ------*/
@media (max-width: 768px) {
.home-content {
  margin-top: 20px;
  text-align: center;
}
.home-content h1 {
  margin-top: 20px;
  font-size: 5rem;
}
}
ul.list-items li {
  margin-bottom: 10px;
}
.copyright {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  padding: 15px;
  margin-top: 50px;
}
.copyright a {
  color: #e1e1e1;
}
.light_bg {
  background: #fafafa;
}
.footer {
  background: #181b1f;
  color: #e1e1e1;
  padding: 80px 0 0;
  font-weight: 400; overflow: hidden;
}
.footer .footer_address ul li {
  padding: 6px 0;
  display: flex;
  align-items: center;    font-size: 14px;
}
.footer .footer_address ul i {
  padding-right: 7px;
  margin: 5px 0 auto;
  font-size: 15px;
}
.footer .heading-primary {
  color: #fff;
}
.footet .navbar-brand .logo {
  width: 100%;
  height: 100%;
}
.footer .social-links {
  margin: 10px 0 0;
}
.footer .social-links ul li {
  display: inline-block;
  padding: 0;
}
.footer .social-links ul li a {
  color: #ffffff;
  font-size: 1.5rem;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  display: inline-block;
  margin: 0 12px 0 0;
}
.nav_link li {
  margin-bottom: 7px;
}
.footer li a {
  color: #e1e1e1;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  display: inline-block;
}
.footer li a:hover {
  color: #fff;
}
.footer h4, .footer h2, .footer h3{
  color: #fff;
  font-size: 20px;
  margin-bottom: 25px;
}
.whatsapp_sticky,
.whatsapp_sticky:hover {
  position: fixed;
  bottom: 25px;
  left: 25px;
  z-index: 9;
  font-size: 35px;
  background: #10c772;
  color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  padding-top: 7px;
  line-height: 0;
}
.whatsapp_sticky:after {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: animate 1.6s linear infinite;
  opacity: 0;
  backface-visibility: hidden;
  animation-delay: .6s;
  border: 5px solid #10c772;
}
@keyframes animate {
0% {
  transform: scale(.5);
  opacity: 0;
}
50% {
  opacity: 1;
}
}
.gallery .owl-nav,
.gallery .owl-dots, .safety_section .owl-dots {
  display: none;
}
.list_li li {
  padding: 5px 0 5px 25px;
  font-weight: 500;
  position: relative;
}
.list_li li:before {
  content: "\f0fb";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 17px;
}
.top_contact {
  width: 100%;
  font-weight: 500;
  font-size: 16px;
}
.footer_map {
  width: 100%;
  height: 195px;
  margin: 0 0 -10px;
  padding: 0;
  border: none;
}
.footer_map_full {
  width: 100%;
  height: 380px;
  margin: 0 0 -10px;
  padding: 0;
  border: none;
}
.location-inner {
  box-shadow: 0px 15px 20px rgb(0 0 0 / 10%);
  padding: 15px;
  height: 100%;
  border-radius: 10px;
}
.location-inner li{    font-size: 14px;}
.location-inner h5{    margin-top: 25px;}
.room_box{
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 5px 30px 0px rgb(0 0 0 / 20%);
  overflow: hidden;
}
.room_facade img{ width: 100%;}
.room_facade h4 {
  margin: 10px 0 0; 
  font-size: 1.5rem;
  font-weight: 600;
}
.carousel-indicators li{    cursor: pointer;}
.nav-tabs2 { display:block;}
.nav-tabs2 li {display: inline-block;}
.nav-tabs2 li a {
  font-size: 14px;
  font-weight: 600;
  padding: .5rem 1rem;
  color: #242424;
  background-color: transparent;
  border-radius: 10px;
  min-width: 120px;
  border: 1px solid #1b1c1e;
}
.nav-tabs2 li a.active { color: #fff;  background-color: #1b1c1e;}
.our_hotels .stays_boxmd{ height: auto;}
.our_hotels .stays_box h4 {
  font-size: 1.3rem;
  font-weight: 600;
}
.br10{border-radius: 15px;}
.dropdown-menu a {
  padding: 6px 15px;
  display: block;
  font-size: 15px;    white-space: nowrap;
}
.dropdown-menu a:hover {    background: #f2f4f7;}
.new_section1 {
  background: url(../img/bg_anjuna.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: cover;
}
.new_section2 {
  background: url(../img/bg_vagator.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: cover;
}
.new_section4 {
  background: url(../img/bg_kareri.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: cover;
}


.new_section3 {
  background: url(../img//female/female_bg.webp) no-repeat center;
  background-attachment: fixed;
  background-size: cover;
}
.icon-box img {
  filter: brightness(3.25); -webkit-transition: all .5s;
  transition: all .5s;
}
.icon-box h3 { 
  margin-top: 16px;
  font-weight: 600;
  font-size: 1.2rem;
}
.icon-box{    background: rgb(0 0 0 / 50%);
  padding:30px 20px;    height: 100%;
  border-radius: 20px;   
   -webkit-transition: all .5s;
  transition: all .5s;}
.icon-box p{font-weight: 400; margin: 0;}
.icon-box:hover { background: rgb(0 0 0 / 60%);}
.icon-box:hover img{    -webkit-transform: scaleX(-1);  transform: scaleX(-1);}
.readmore .read_2{display: block;}
.readmore .read_1{display: none;}
.readmore.collapsed .read_1{ display: inline-block;}
.readmore.collapsed .read_2{ display: none;}

#hgallery {
  display: block;
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 99999;
}

.hg-disable-scrolling {
  overflow: hidden !important;
}

#hg-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}

#hg-bg::after {
  content: '';
  position: absolute;
  display: block;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xOSA2LjQxTDE3LjU5IDUgMTIgMTAuNTkgNi40MSA1IDUgNi40MSAxMC41OSAxMiA1IDE3LjU5IDYuNDEgMTkgMTIgMTMuNDEgMTcuNTkgMTkgMTkgMTcuNTkgMTMuNDEgMTJ6Ii8+CiAgICA8cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+Cjwvc3ZnPg==);
  background-position: center;
  background-size: contain;
  cursor: pointer;
  opacity: 0.8;
}

#hg-bg::after:hover {
  background-color: white;
}

#hgallery.open {
  visibility: visible !important;
  opacity: 1;
}

#hg-pic-cont {
  max-width: calc(70% - 40px);
  max-height: 90vh;
  cursor: default;
  z-index: 12;
  position: relative;
  background-color: white;
  transition: transform 0.3s;
  transform: scale(1);
}

#hg-pic-cont.hg-transition {
  transform: scale(0.1);
}

#hg-pic-cont::before {
  content: attr(data-subtext);
  color: #ddd;
  font-size: 14px;
  position: absolute;
  display: block;
  left: 5px;
  top: calc(100% + 6px);
}

#hg-pic-cont::after {
  content: attr(data-howmany);
  color: #aaa;
  font-size: 14px;
  position: absolute;
  display: block;
  right: 5px;
  bottom: -20px;
}

#hg-pic {
  width: auto;
  height: auto;
  min-height: 100px;
  min-width: 100px;
  max-width: 100%;
  max-height: 90vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  cursor: default;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0;
}

#hg-pic:hover {
  -webkit-transform: none;
  transform: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#hgallery button {
  position: absolute;
  display: block;
  margin: auto 0;
  width: 60px;
  height: 60px;
  z-index: 99;
  cursor: pointer;
  background-color: transparent;
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZmZmZmIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgICA8cGF0aCBkPSJNOC41OSAxNi4zNGw0LjU4LTQuNTktNC41OC00LjU5TDEwIDUuNzVsNiA2LTYgNnoiLz4NCiAgICA8cGF0aCBkPSJNMC0uMjVoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz4NCjwvc3ZnPg==');
  background-size: contain;
  border: 0;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  visibility: hidden;
}

#hgallery.open button {
  visibility: visible;
  opacity: 0.7;
}

#hgallery button:hover {
  opacity: 1;
}

#hgallery button#hg-prev {
  left: 10px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#hgallery button#hg-prev:active {
  left: 7px;
}

#hgallery button#hg-next {
  right: 10px;
}

#hgallery button#hg-next:active {
  right: 7px;
}

#hgallery #hg-prev-onpic,
#hgallery #hg-next-onpic {
  position: absolute;
  top: 0;
  left: 0;
  width: 34%;
  height: 100%;
  cursor: pointer;
}

#hgallery #hg-next-onpic {
  right: 0;
  left: auto;
  width: 66%;
}

.hg-unvisible {
  opacity: 0 !important;
  visibility: hidden;
}

.row.hes-gallery {
  padding: 40px 0 0;
}

.hes-gallery img {
  padding: 5px;
  border: 1px dotted #d88f31;
  margin-bottom: 20px;
  cursor: pointer;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    color: #fff;
    text-align: center;
    opacity: .5;
    background: #000;
    height: 60px;
    top: 42%;
}

@media (min-width: 991px) {
.navbar-expand-lg .navbar-toggler,
.navbar .btn_man {
  display: none;
}
.navbar-brand {
  margin-top: -10px;
}
.dp_none{ display: none;}
.dropdown-menu {
display:block;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;    top: calc(100% + 30px);
}
li.dropdown:hover .dropdown-menu{
  opacity: 1;
  top: 100%;
  visibility: visible;
}

}
@media (max-width: 768px) {
#home, .in_banner{
  height: auto;    padding-top: 70px;

}
.in_banner img{ height: 30vh; object-fit: cover;}
.btn_man {
  padding: 5px 10px;
  font-size: 14px;
  line-height: normal;
  border-radius: 4px;
}
.home h3 {
  font-size: 25px;
  margin-top: 0;
}
.sec-title .hadding {
  font-size: 30px;
}
.ht-search-form .hb-form-field {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.ht-search-form .hb-form-field:last-child {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 15px;
}
.ht-search-form {
  margin:0px 0 0;
  padding-top:30px;
  background: #e4e8ed;
}
.about-section {
  padding: 30px 0 40px 0;
}
.about-section .image-column .inner {
  padding-right: 0;
}
.about-section .image-column .cap .txt {
  top: 25%;
  font-size: 20px;
}
.about-section .image-column .cap {
  width: 110px;
}
.about-section .image-column .image-box {
  padding-left: 110px;
}
.ht-search-form .hotel-booking-search {
  padding: 15px;
  margin: 0;
}
.ht-search-form .hotel-booking-search input,
.ht-search-form .hotel-booking-search select {
  height: 42px;
  padding: 5px 10px;
  font-size: 12px;
}
.ht-search-form .hotel-booking-search label {
  font-size: 12px;
  letter-spacing: 0;
  margin-bottom: 5px;
}
#home h1 {
  font-size: 30px;
}
nav .logo {
  height: 30px;
}
.navbar-toggler {
  margin: 6px 0 14px;
}
.home p {
  font-size: 20px;
  line-height: 24px;
}
.padding {
  padding: 30px 0;
}
.about-content {
  padding-top: 15px;
}
.heading-primary {
  font-size: 22px;
}
.footer h4, .footer h2, .footer h3{
  margin-top: 25px;
}
.ps {
  padding: 45px 0;
}
.safety_section .game_box{
  margin:20px  0 0 ;
}
.whatsapp_sticky, .whatsapp_sticky:hover {
  font-size: 25px;
  width: 40px;
  height: 40px;
}
.whatsapp_sticky:after {
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
  border-width:3px;
}
.mobile.whatsapp_sticky {
  bottom: 80px !important;
}
#home .banner-whatsapp {
  bottom: 40px;
}
.about-section .book-call {
  margin-bottom: 30px;
}
/*13-02-2024*/
.about-section .text-column {
  margin-bottom: 40px !important;
}
.navbar .navbar-toggler{
  padding:0;
  margin:0;
}
/*13-02-2024*/
}
@media (max-width: 559px) {
#home .carousel-item img {
  object-fit: cover;
  height: 300px;
}
.about-section .image-column.col-lg-6.col-md-12.col-sm-12.order-md-1 {
  display: none !important;
}
#safety-security .pattern-top {
  display: none;
}
#safety-security span.dotted-pattern.dotted-pattern-1 {
  display: none;
}
a.btn_man.horizontal.d-inline-flex.align-items-center {
  margin: 0 0 0 20px;
}
.fs26 {
  font-size: 20px;
}
.new_section3 .icon-box{padding: 20px 15px; }
.new_section3 .icon-box h3 { font-size: 0.9rem; margin-bottom: 0;    font-weight: 500;}
.copyright {margin-top: 25px;}
.carousel-control-next, .carousel-control-prev {
    width: 40px; 
    height: 40px; 
}
}