@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap");
:root {
  --brand: #b38f54;
  --yellow: #F7A800;
  --pink: #f430d6;
  --brand-light-bg: rgba(220, 25, 45, 0.04);
  --bg-light-blue: #D7E9F3;
  --link-color: #1D242E;
  --heading-color: #454545;
  --dark: #1B1918;
  --grey: #707070;
  --border-color: rgba(112, 112, 112, 0.431);
  --br: .875rem;
  --body-text-color: #696969;
  --radius: .75rem;
  --white: #ffffff;
  --body-font: "Montserrat", sans-serif;
}

* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
}
*::after, *::before {
  margin: 0%;
  padding: 0%;
}

html {
  font-size: 100%;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  background-color: #fff;
  text-rendering: optimizeLegibility;
  font-family: var(--body-font);
  font-display: swap;
  line-height: 1.65;
  color: var(--dark);
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  padding-right: 0 !important;
}

.lead-lg {
  font-size: 1.375rem;
}

.lead-sm {
  font-size: 1.125rem;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-15 {
  font-size: 0.937rem;
}

.btn {
  font-size: 0.937rem;
}

.bg-light {
  background-color: var(--brand-light-bg) !important;
}

.bg-primary {
  background-color: var(--brand) !important;
}

.bg-dark {
  background-color: var(--dark) !important;
}

.bg-gradient {
  background-color: rgba(218, 242, 255, 0.24) !important;
}

.z-index {
  z-index: 99;
  position: relative;
}

.round {
  border-radius: 0.875rem;
}

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

.text-primary {
  color: var(--brand) !important;
}

.text-dark {
  color: var(--dark) !important;
}

.text-grey {
  color: var(--grey) !important;
}

.object-cover {
  object-fit: cover;
  object-position: center center;
}

.spacing-x {
  letter-spacing: 2px;
}

.spacing-x-1 {
  letter-spacing: 1px;
}

.link {
  color: var(--brand);
  cursor: pointer;
  word-wrap: break-word;
  text-decoration: none;
}
.link:hover {
  color: var(--dark);
}

a {
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  color: var(--dark);
}
a:hover {
  color: var(--brand);
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}
ul li {
  list-style-type: none;
}

.btn:focus, .form-control:focus, .form-select:focus, .form-check-input:focus {
  box-shadow: none;
}

.btn {
  font-weight: 500;
  font-display: swap;
  color: var(--dark);
  border-radius: var(--border-radius);
  padding: 0.625rem 1rem;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  transition: all 0.4s ease-in-out;
  gap: 0.35rem;
}

.btn-primary {
  background-color: var(--brand);
  border-color: var(--brand);
  color: var(--white);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: var(--dark);
  border-color: var(--dark);
}

.btn-outline-primary {
  border-color: var(--white);
  color: var(--white);
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
  background-color: var(--brand);
  border-color: var(--brand);
  color: var(--white) !important;
}

.btn-outline-white {
  border-color: var(--white);
  color: var(--white);
}
.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--brand) !important;
}

.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: var(--dark);
}
.btn-white:hover, .btn-white:focus {
  background-color: var(--brand);
  border-color: var(--brand);
  color: var(--white);
}
.btn-white:hover svg, .btn-white:focus svg {
  color: var(--white);
}

.btn-dark {
  background-color: var(--dark);
  border-color: var(--dark);
  color: var(--white);
}
.btn-dark:hover, .btn-dark:focus {
  background-color: var(--brand);
  border-color: var(--brand);
  color: var(--white);
}
.btn-dark:hover svg, .btn-dark:focus svg {
  color: var(--white);
}

.border-bottom {
  border-color: var(--dark) !important;
}

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

.scroller * {
  scrollbar-width: thin;
  scrollbar-color: #ddd #eee;
}

.scroller *::-webkit-scrollbar {
  width: 12px;
}

.scroller *::-webkit-scrollbar-track {
  background: #eee;
}

.scroller *::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 20px;
  border: 3px solid #eee;
}

/*------ Disc List Style ------------*/
.disc__list li {
  padding-left: 1.25rem;
  position: relative;
}
.disc__list li::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 0.5rem;
  left: 0%;
  background-color: var(--brand);
  border-radius: 50%;
}
.disc__list li:not(:last-child) {
  margin-bottom: 0.25rem;
}

.dot__list li {
  padding-left: 1.5rem;
  position: relative;
}
.dot__list li::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 0.25rem;
  left: 0%;
  background: var(--right-arrow-icon) no-repeat center center/1.25rem;
}
.dot__list li:not(:last-child) {
  margin-bottom: 0.25rem;
}

.tooltip {
  opacity: 1;
}
.tooltip .tooltip-inner {
  padding: 0 0.5rem;
  min-height: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--dark);
  opacity: 1;
  line-height: 1.2;
}

.tooltip.show {
  opacity: 1 !important;
}

.pagination .page-item {
  margin: 0.2rem;
}
.pagination .page-item .page-link {
  border: 1px solid #E5E5E5;
  font-weight: 600;
  color: var(--body-text-color);
  border-radius: 0%;
  line-height: 1;
  padding: 0.75rem 0.75rem;
  min-width: 2.5rem;
  text-align: center;
}
.pagination .page-item .page-link img {
  width: 1.125rem;
}
.pagination .page-item .page-link.active {
  background-color: var(--brand);
  color: var(--white);
  border-color: var(--brand);
}
.pagination .page-item.active .page-link {
  background-color: var(--brand);
  color: var(--white);
  border-color: var(--brand);
}

@media (max-width: 991.99px) {
  html {
    font-size: 93.75%;
  }
}
@media (max-width: 767.99px) {
  .h1 {
    font-size: 2rem;
  }
}
@media (max-width: 575.99px) {
  html {
    font-size: 87.5%;
  }
  .btn {
    font-size: 0.937rem;
    padding: 0.5rem 0.85rem;
  }
  .btn .arrow {
    width: 18px;
    height: 8px;
    background-size: contain;
  }
  .btn.height {
    min-height: 2.5rem;
  }
  .container {
    max-width: calc(100% - 20px);
  }
}
/*====================== Navigation Styles ===================*/
.smart-scroll {
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.scrolled-down {
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out;
}

.scrolled-up {
  transform: translateY(0);
  position: fixed;
  top: 0;
  left: 0%;
  width: 100%;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  background-color: var(--white);
}
.scrolled-up .navbar-brand img {
  max-height: 5rem;
}

.navbar {
  background-color: #bf9b30;
}
.navbar .nav__content .top__nav {
  position: relative;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid rgba(112, 112, 112, 0.4);
}
.navbar .nav__content .top__nav .nav-link {
  font-size: 1rem;
  font-weight: 500;
}
.navbar .nav__content .top__nav .nav-link img {
  width: 1.5rem;
  height: 1.5rem;
}
.navbar .nav-item .nav-link {
  font-size: 1.125rem;
  color: var(--white);
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.navbar .nav-item .nav-link:hover {
  color: var(--dark);
}
.navbar .nav-item .nav-link:hover .caret {
  transform: rotate(-180deg);
}
.navbar .nav-item.active .nav-link {
  color: var(--red);
}
.navbar .nav-item.active .nav-link.btn-primary {
  color: var(--white);
  background-color: var(--dark);
}
.navbar .dropdown {
  -webkit-appearance: none;
}
.navbar .dropdown .dropdown-menu {
  position: absolute;
  top: 96%;
  left: 0%;
  width: 100%;
  min-width: min-content;
  transition: all 0.3s ease;
  transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
}
.navbar .dropdown .dropdown-menu.location__menu {
  min-width: 28rem;
}
.navbar .dropdown .dropdown-menu.location__menu ul li a {
  position: relative;
}
.navbar .dropdown .dropdown-menu.location__menu ul li a::before {
  content: '';width: 6px;height: 6px;border-radius: 50%;background-color: var(--border-color);
  position: absolute;top: 50%;transform: translateY(-50%);left: 0.25rem;
}
.navbar .dropdown .dropdown-menu .dropdown-item {
  color: #707070;
  font-size: 1.067rem;
  font-weight: 500;
  display: block;
  padding: 0.5rem 1rem;
  position: relative;
  border-radius: var(--radius);
}
.navbar .dropdown .dropdown-menu .dropdown-item:hover, .navbar .dropdown .dropdown-menu .dropdown-item:focus, .navbar .dropdown .dropdown-menu .dropdown-item:active {
  color: var(--dark);
  background-color: #e9ecef;
}
.navbar .dropdown .dropdown-menu .dropdown-item:last-child {
  padding-bottom: 0.55rem;
}
.navbar .dropdown .dropdown-menu .dropdown-item:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.navbar .dropdown .dropdown-menu .active .dropdown-item {
  color: var(--dark);
  border-left: 0.25rem solid var(--dark);
  background-color: #e9ecef;
}
.navbar .dropdown .dropdown-menu.show {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.navbar .dropdown:hover > .nav-link {
  color: var(--dark);
}
.navbar .dropdown:hover > .nav-link .caret {
  transform: rotate(-180deg);
}
.navbar .social__links li a {
  background-color: var(--dark);
}
.navbar .social__links li a:hover, .navbar .social__links li a:focus, .navbar .social__links li a:active {
  background-color: var(--brand);
}
.navbar .navbar-toggler {
  border: 1px solid transparent;
  width: 2.875rem;
  height: 2.875rem;
  position: relative;
  background-color: var(--brand);
  color: #fff;
  margin-left: 1rem;
}
.navbar .navbar-toggler span {
  width: 100%;
  height: 3px;
  border-radius: 4px;
  background-color: var(--white);
  display: block;
  transition: all 0.3s ease-in-out;
}
.navbar .navbar-toggler span:nth-child(2) {
  margin: 7px 0;
  width: 70%;
}
.navbar .navbar-toggler:hover span:nth-child(1) {
  width: 100%;
}
.navbar .navbar-toggler:hover span:nth-child(3) {
  width: 100%;
}
.navbar .navbar-toggler:hover span:nth-child(2) {
  width: 100%;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}
.navbar.fixed-top {
  position: fixed;
  background-color: var(--white) !important;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
  animation: mymove 1s ease-in-out;
}

.sideNav ul.links__list li {
  border-bottom: 1px solid #eee;
}
.sideNav ul.links__list li a {
  display: flex;
  padding: 0.75rem 1rem;
  font-weight: 500;
  color: var(--link-color);
  justify-content: space-between;
  align-self: center;
  font-size: 1rem;
}
.sideNav ul.links__list li a.btn__link::after {
  content: "+";
  font-family: inherit;
  font-size: 1.5rem;
  line-height: 1;
  color: var(--link-color);
}
.sideNav ul.links__list li a.btn__link:not(.collapsed) {
  color: var(--brand);
}
.sideNav ul.links__list li a.btn__link:not(.collapsed)::after {
  content: "−";
  color: var(--brand);
}
.sideNav ul.links__list li a.collapse__btn {
  border-left: 1px solid #eee;
}
.sideNav ul.links__list li a:hover, .sideNav ul.links__list li a:focus, .sideNav ul.links__list li a:active {
  color: var(--brand);
}
.sideNav ul.links__list li .collapse li:first-child {
  border-top: 1px solid #eee;
}

.booking__modal .modal-dialog {
  max-width: 700px;
}

@media (min-width: 992px) {
  .navbar .dropdown .dropdown-menu {
    display: block;
  }
  .navbar .dropdown:hover .dropdown-menu {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 1200px) {
  .navbar .nav-link {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .navbar .navbar-brand img {
    max-height: 6rem;
  }
}
.contact__card .icon {
  width: 2rem;
}
.contact__card .icon img {
  height: 2rem;
}
.contact__card .icon img.sm {
  height: 2rem;
}
.contact__card .caption {
  width: calc(100% - 2rem);
  padding-left: 0.5rem;
}

footer {
  background-color: #f9f9f9;
}
footer .logo img {
  height:7rem;width:auto;margin-bottom:1rem;
}
footer a {
  color: var(--link-color);
  text-transform: capitalize;
  font-size: 0.937rem;
  font-weight: 500;
}
footer a:hover {
  text-decoration: underline;
  color: var(--brand);
}
footer .border-top {
  border-color: rgba(255, 255, 255, 0.3) !important;
}
footer .copyright__wrapp {
  border-top: 1px solid var(--border-color);
}

.social__links li {
  margin-bottom: 0;
}
.social__links li a {
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 3px;
  background-color: var(--brand);
  color: var(--white);
}
.social__links li a svg {
  width: 0.85rem;
  height: 0.85rem;
}
.social__links li a svg path {
  fill: var(--white);
}
.social__links li a:hover, .social__links li a:focus {
  background-color: var(--dark);
  color: var(--white);
}
.social__links li:not(:first-child) {
  margin-left: 0.5rem;
}

/*---------------------- Back to Top Css --------------*/
.backTop {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 3.5rem;
  min-height: auto;
  height: 3.5rem;
  z-index: 999;
  border: 2px solid var(--white);
  display: none;
}
.backTop svg {
  width: 1.875rem;
  height: 1.875rem;
}
.backTop svg path {
  fill: var(--white);
}
.backTop:hover, .backTop:focus, .backTop:active {
  background-color: var(--dark);
}
.backTop.show {
  display: flex;
}

@media (max-width: 767.99px) {
  footer .logo__main {
    max-height: 8rem;
    width: auto;
  }
  footer .logo {
    max-height: 4rem;
    width: auto;
  }
}
@media (max-width: 575.99px) {
  footer .logo__main {
    max-height: 7rem;
    width: auto;
    margin-bottom: 1rem;
  }
  footer .logo {
    max-height: 3rem;
    width: auto;
  }
}
.owl-carousel .owl-item img {
  width: auto;
}
.owl-carousel .owl-item img.w-100 {
  width: 100% !important;
}

.owl-nav {
  margin-top: 1.5rem;
  text-align: center;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  width: 3rem;
  height: 3rem;
  border-radius: 50% !important;
  margin: 0.25rem;
  background: var(--chevron-right) no-repeat center center/1.5rem !important;
  background-color: var(--white) !important;
  box-shadow: 0 2px 3px rgba(0, 110, 22, 0.2);
  border-radius: var(--border-radius);
  transition: all 0.3s ease-in-out;
}
.owl-nav .owl-prev span,
.owl-nav .owl-next span {
  display: none;
}
.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
  opacity: 0.6;
  pointer-events: none;
}
.owl-nav .owl-prev {
  background: var(--chevron-left) no-repeat center center/1.5rem !important;
  background-color: #fff !important;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  background-color: #e0e0e0 !important;
}

.owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}
.owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 0.2rem;
  justify-content: center;
  align-items: center;
  background-color: rgba(124, 124, 124, 0.3176470588) !important;
}
.owl-dots .owl-dot.active {
  background-color: var(--brand) !important;
  width: 16px;
  border-radius: 8px;
}

.header__wrapper {
  min-height: 600px;
}
.header__wrapper .stay__card {
  transition: all 0.3s ease-in-out;
}
.header__wrapper .stay__card .bg__image {
  transition: all 0.3s ease-in-out;opacity: 0; 
}
.header__wrapper .stay__card:hover {
  transform: translate(0, -8px); color: var(--white);
}
.header__wrapper .stay__card svg path {
  transition: all 0.3s ease-in-out;
}
.header__wrapper .stay__card:hover svg path {
  fill: var(--white);
}
.header__wrapper .stay__card:hover .bg__image {
  opacity: 1;
}
.header__wrapper .stay__card:hover .caption__box {
  background-color: #00000055; 
}
.header__wrapper.compact__view {
  min-height: 340px;
}
.header__wrapper.compact__view .stay__card {
  font-size: 0.75rem;
}

@media (max-width: 575px) {
  .header__wrapper {
    min-height: auto;
  }
  .header__wrapper.compact__view .stay__card svg { width:1.5rem;height:1.5rem; }
  .header__wrapper.compact__view .stay__card { font-size: 0.7rem;}
}
.btns svg {
  transition: all 0.4s ease-in-out;
}
.btns:hover svg {
  transform: translateX(0.75rem);
  transition: all 0.4s ease-in-out;
}

@media (max-width: 575px) {
  .btns svg {
    width: 2rem;
    height: 2rem;
  }
}
.top__title {
  border: 1px solid var(--brand);
}

.packeges__card {
  border: 1px solid var(--brand);
}
.packeges__card .duration__icon {
  width: 1.5rem;
  height: 1.5rem;
}
.packeges__card .title {
  min-height: 2.5rem;
}
.packeges__card p.fs-15 {
  overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.main__box figure {
  width: 6rem;
  height: 6rem;
  background-color: var(--brand);
}
.main__box figure .icons {
  width: 4rem !important;
  height: 3rem;
}

.disc__list li {
  padding-left: 1.5rem;
  position: relative;
}
.disc__list li::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 0.15rem;
  left: 0%;
  background: var(--check-icon) no-repeat center center/contain;
  border-radius: 50%;
}

.about__image {
  position: relative;
  top: 4rem;
}

@media (max-width: 992px) {
  .about__image {
    position: relative;
    top: 0;
  }
}
.testi__card .author__thumb {
  width: 4.5rem !important;
  height: 4.5rem;
}
.testi__card .rating {
  height: 1.5rem;
}
.testi__card .lead-sm {
  min-height: 24rem;
}

.btns .height {
  min-height: 4.5rem;
  border-radius: 14px;
}

.package__wrapper .package__area::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: #fff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 1%, rgba(0, 0, 0, 0.4) 72%);
}
.package__wrapper .package__area:hover::after {
  background: rgba(209, 153, 49, 0.9215686275);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 1%, rgba(0, 0, 0, 0.7) 72%);
}
.package__wrapper .package__area:hover .caption {
  transform: translateY(0);
}
.package__wrapper .package__area .caption {
  z-index: 5;
  transform: translateY(100%);
  transition: 0.3s ease-in-out;
}

@media (max-width: 991.99px) {
  .package__wrapper .package__area .caption {
    transform: translateY(0);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 1%, rgba(0, 0, 0, 0.7) 72%);
  }
}
.blog__card {
  border: 1px solid #dbdbdb;
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
}

.subpage__wrapper {
  min-height: 26rem;
}

@media (max-width: 575px) {
  .subpage__wrapper {
    min-height: 9rem;
  }
}
.galleryItem img {
  transition: all 0.3s ease;
}
.galleryItem:hover img {
  transform: scale(1.3);
}
.galleryItem:hover::after {
  opacity: 1;
  visibility: visible;
}
.galleryItem::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s linear;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0iZmVhdGhlciBmZWF0aGVyLWV4dGVybmFsLWxpbmsiPjxwYXRoIGQ9Ik0xOCAxM3Y2YTIgMiAwIDAgMS0yIDJINWEyIDIgMCAwIDEtMi0yVjhhMiAyIDAgMCAxIDItMmg2Ij48L3BhdGg+PHBvbHlsaW5lIHBvaW50cz0iMTUgMyAyMSAzIDIxIDkiPjwvcG9seWxpbmU+PGxpbmUgeDE9IjEwIiB5MT0iMTQiIHgyPSIyMSIgeTI9IjMiPjwvbGluZT48L3N2Zz4=") center center/2rem no-repeat rgba(0, 0, 0, 0.76);
}

.detail__box {
  max-width: 900px;
  position: relative;
}
.detail__box .back__btn {
  width: 4rem;
  height: 4rem;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItYXJyb3ctbGVmdCI+PGxpbmUgeDE9IjE5IiB5MT0iMTIiIHgyPSI1IiB5Mj0iMTIiPjwvbGluZT48cG9seWxpbmUgcG9pbnRzPSIxMiAxOSA1IDEyIDEyIDUiPjwvcG9seWxpbmU+PC9zdmc=") no-repeat center center/1.65rem;
  background-color: #f9f9f9;
  position: absolute;
  top: 0%;
  left: -5rem;
}
.detail__box .back__btn:hover {
  background-color: #eeeeee;
}

.gallery__carousel .carousel-inner {
  width: 65%;
  border-radius: var(--radius);
}
.gallery__carousel .carousel-inner .img-round {
  border-radius: var(--radius);
  max-height: 500px;
  object-fit: cover;
  object-position: center center;
}
.gallery__carousel .carousel-indicators {
  width: calc(35% - 1rem);
  left: auto;
  right: 0px;
  margin: 0;
  top: 0;
  flex-wrap: wrap;
  bottom: auto;
  gap: 0.5rem;
  max-height: 28rem;
     overflow-y: auto;
}
.gallery__carousel .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  width: calc(32% - 0.25rem);
  padding: 0;
  margin: 0%;
  text-indent: inherit;
  background-color: #fff;
  border: 0;
  height:auto;
  aspect-ratio:  4 / 3;
}
.gallery__carousel .carousel-indicators [data-bs-target] img {
  border-radius: var(--radius);
  width: 100%;
  aspect-ratio: 4 / 3;
}
.gallery__carousel .carousel-control-next, .gallery__carousel .carousel-control-prev {
  width: 5rem;
}
.gallery__carousel .carousel-control-next {
  right: 35%;
}

@media(max-width:991px){
   .gallery__carousel .carousel-inner { width: 75%; }
   .gallery__carousel .carousel-indicators { width: calc(25% - 1rem);max-height: 20.5rem;  }
   .gallery__carousel .carousel-indicators [data-bs-target] { width: calc(48% - 0.25rem); }
}
@media(max-width:765px){
   .gallery__carousel .carousel-inner { width: 100%; }
   .gallery__carousel .carousel-indicators { width: 100%;max-height: 20.5rem; position: static !important;    margin-top: 1rem; }
   .gallery__carousel .carousel-indicators [data-bs-target] { width: calc(24% - 0.25rem); }
   .gallery__carousel .carousel-control-next, .gallery__carousel .carousel-control-prev { height: 56%; }
   .gallery__carousel .carousel-control-next { right:0%; }
}
@media(max-width:575px){
         .gallery__carousel .carousel-indicators { max-height: 12rem;   }
   .gallery__carousel .carousel-indicators [data-bs-target] { width: calc(32% - 0.25rem); }
}

.include__card .icon {
  width: 4.5rem;
  height: 4.5rem;
  background-color: var(--brand);
}
.include__card .icon img {
  max-width: 2.5rem;
}
.include__card .icon img.plane {
  max-width: 1.875rem;
}

.pricing__box__lg {
  overflow: hidden;
  border-radius: var(--radius);
}
.pricing__box__lg .caption {
  width: calc(100% - 13rem);
  border: 1px solid #aaa;
  border-right: 0%;
  border-top-left-radius: var(--radius);
  border-bottom-left-radius: var(--radius);
}
.pricing__box__lg .price {
  width: 13rem;
}

.enquire__form__card {
  border-radius: var(--radius);
  border-color: #aaa;
}
.enquire__form__card label {
  font-weight: 500;
  color: #797979;
}
.enquire__form__card .form-control {
  border-color: #C4C8D8;
  height: 2.875rem;
}
.enquire__form__card textarea.form-control {
  height: auto;
}

.round-md {
  border-radius: var(--radius);
}

.card {
  border-radius: var(--radius);
  border-color: #e4e4e4;
  width: 100%;
}
.card .card-header {
  border: 0;
  background-color: #F7F4F4;
  display: flex;
  align-items: center;
  padding: 1.5rem 2rem;
  border-radius: var(--radius) var(--radius) 0 0;
}
.card .card-header .day {
  color: var(--brand);
  font-weight: 800;
  margin-right: 1rem;
  min-width: 3.4rem;
}
.card .card-header .title {
  color: #363636;
} 