@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

html {
  font-size: 10px;
}

body {
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0.6rem rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 0px;
}

body::-webkit-scrollbar {
  width: 0.9rem;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 0px;
  background-image: -webkit-linear-gradient(5deg, #000000 53%, #000000 99%);
}

.blur-img {
  filter: blur(4px);
}

.modal::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0.6rem rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 0px;
}

.modal::-webkit-scrollbar {
  width: 0.9rem;
  background-color: #f5f5f5;
}

.modal::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 0px;
  background-image: -webkit-linear-gradient(5deg, #000000 53%, #000000 99%);
}

.heading-main {
  font-weight: 500 !important;
  color: #8a4456;
  font-size: 28px;
  text-transform: uppercase !important;
  margin: 10px 0 !important;
}

.heading-white {
  font-weight: 500 !important;
  color: #ffffff;
  font-size: 28px;
  text-transform: uppercase !important;
  margin: 10px 0 !important;
}

.heading {
  font-weight: 500 !important;
  color: #333333;
  font-size: 28px;
  text-transform: uppercase !important;
  margin: 10px 0 !important;
}

.subheading {
  letter-spacing: 0.2rem;
  font-size: 48px;
  text-transform: uppercase !important;
  color: #848484;
  font-weight: 200;
  line-height: 30px;
}

.subheading2 {
  color: #8a4456;
  text-transform: uppercase;
  font-size: 52px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.heading2 {
  color: #8a4456;
  font-size: 36px;
}

.slick-slide img {
  display: block;
  border-radius: 10px !important;
  height: 140px;
}

.am-title {
  color: #8a4456;
  font-size: 36px;
  font-weight: 300;
  text-transform: uppercase;
}

.am-wrapper .item {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  text-align: center;
  margin: 10px 15px;
}

.am-wrapper p {
  text-transform: capitalize;
}

/* ==================== navbar start ==================== */

.plans .img,
.location .img,
.contactus .img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.plans .overlay,
.location .overlay,
.contactus .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);

  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 0;
  visibility: hidden;

  transition: all 0.4s ease;
  cursor: pointer;
}

.plans .img:hover .overlay,
.location .img:hover .overlay,
.contactus .img:hover .overlay {
  opacity: 1;
  visibility: visible;
}

.plans .ico,
.location .ico,
.contactus .ico {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;

  display: flex;
  align-items: center;
  justify-content: center;

  transform: scale(0.7);
  transition: all 0.4s ease;
}

.plans .img:hover .ico,
.location .img:hover .ico,
.contactus .img:hover .ico {
  transform: scale(1);
}

.plans .ico iconify-icon,
.location .ico iconify-icon,
.contactus .ico iconify-icon {
  font-size: 30px;
  color: #000;
}

/* Navbar */
/* #mainNav {
  padding: 10px 0;
} */

#mainNav {
  padding: 10px 0;
  background: #324d60;
}

#mainNav .navbar-collapse {
  align-items: center;
}

#mainNav .navbar-nav {
  display: flex;
  align-items: center;
  gap: 2px;
}

/* Logo */
/* .center-logo img {
  max-height: 70px;
  margin-top: 25px;
} */

.center-logo img {
  max-height: 54px;
  margin-top: 0px;
}

/* Desktop */
@media (min-width: 992px) {
  .left-menu,
  .right-menu {
    width: 42%;
    display: flex;
  }

  .left-menu {
    justify-content: flex-end;
  }

  .right-menu {
    justify-content: flex-start;
  }

  .center-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
  }
}

/* Mobile */
@media (max-width: 991px) {
  .center-logo {
    position: relative;
    z-index: 999;
  }

  .center-logo img {
    max-height: 44px;
    margin-top: 0;
  }

  .navbar-toggler {
    border: 0;
    box-shadow: none !important;
  }

  .navbar-collapse {
    text-align: center;
    padding-top: 20px;
    background: #000;
  }

  .left-menu,
  .right-menu {
    width: 100%;
    gap: 10px;
  }
}

.home .img {
  position: relative;
}

.banner-caption {
  position: absolute;
  top: 42%;
  left: 10%;
  transform: translateY(-50%);
  z-index: 2;
  color: #fff;
  max-width: 550px;
}

.banner-caption .sub-title {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 5px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.banner-caption .main-title {
  font-size: 80px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.banner-caption .config-text {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 10px;
}

.banner-caption .price-text {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #d4af37;
}

.banner-caption .location-text {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1px;
}

/* Overlay */
.home .img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}

/* Mobile Responsive */
@media (max-width: 991px) {
  .banner-caption {
    left: 20px;
    right: 20px;
    max-width: 100%;
  }

  .banner-caption .sub-title {
    font-size: 14px;
    letter-spacing: 2px;
  }

  .banner-caption .main-title {
    font-size: 38px;
    margin-bottom: 15px;
  }

  .banner-caption .config-text {
    font-size: 18px;
  }

  .banner-caption .price-text {
    font-size: 24px;
  }

  .banner-caption .location-text {
    font-size: 16px;
  }
}

.location-section {
  background: #ffffff;
}

.location-card {
  background: #efefef;
  border-radius: 25px;
  padding: 18px 25px;
}

.location-title {
  text-align: center;
  color: #8b3f52;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: "Montserrat", sans-serif;
}

.location-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.location-list li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.3;
  color: #111;
  font-family: "Montserrat", sans-serif;
}

.location-left {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  max-width: 75%;
}

.location-left i {
  font-size: 12px;
  font-family: sans-serif !important;
  font-style: normal;
}

.dot {
  margin-right: 12px;
}

.time {
  white-space: nowrap;
}

@media (max-width: 991px) {
  .location-title {
    font-size: 40px;
  }

  .location-list li {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .location-card {
    padding: 30px 20px;
    border-radius: 22px;
  }

  .location-title {
    font-size: 28px;
    margin-bottom: 25px;
  }

  .location-list li {
    font-size: 16px;
    gap: 10px;
    margin-bottom: 18px;
  }

  .location-left {
    max-width: 70%;
  }
}

/* swap style */
.nav-link {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #fff !important;
  padding: 13px 10px !important;
  text-transform: uppercase;
}

#home {
  position: relative !important;
  /* margin-top: -90px; */
  margin-top: 0px;
}

header {
  z-index: 1111;
  position: relative;
}

.cap-one {
  color: #000;
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 400;
}
.cap-two {
  color: #8a4456;
  text-transform: uppercase;
  font-size: 52px;
}
.cap-three {
  color: #000;
  font-size: 24px;
}
.cap-three span {
  font-weight: 400;
  color: #5c5c5c;
}
.cap-location {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  border: 2px solid #fff;
  padding: 5px 17px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 15px;
}

.bg-gray {
  background: #d9d9d9;
}

.configuration,
.plans,
.contact {
  background-image: url("../images/bg-black.png");
  background-size: cover;
}

.price-wrapper {
  background-image: url("../images/bg-config-overlay.png");
  background-size: cover;
  padding: 70px 8px 60px;
  color: #fff;
  text-align: center;
}

.pricing-content {
  background: #f79823;
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  padding: 5px;
  cursor: pointer;
}

.price-header h3 {
  font-size: 26px;
  padding: 15px 0;
}

.img-ab1,
.img-ab3 {
  padding: 10px 40px;
  margin-top: -30px;
}

.paratext {
  font-size: 16px;
}

.headfnt {
  font-size: 44px;
  color: #c3804a;
  font-weight: 700;
  line-height: 30px;
}

.smatxt {
  font-size: 18px;
  color: #000;
}

.contact_form {
  background: #c3804a;
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 40px 20px;
  text-align: center;
  margin-top: -80px;
  margin-bottom: 35px;
}

.btn-contact {
  background: #fff;
  border-radius: 8px;
  color: #c3804a !important;
  padding: 5px 22px;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
}
.btn-contact:hover,
.btn-contact:focus {
  background: #333;
}

.btn-contact2 {
  background: #fff;
  border-radius: 8px;
  color: #c3804a !important;
  padding: 2px 22px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.btn-contact2:hover,
.btn-contact2:focus {
  background: #333;
}

.abt_img img {
  width: 100%;
}

.qr_img {
  background: #ffffff;
  float: left;
  margin-bottom: 15px;
  height: 70px;
  margin-right: 10px;
}

.qr-para {
  color: #fff;
}

.disclaimer {
  color: #fff;
  font-weight: 400;
  font-size: 13px;
}

.fix-callback {
  position: fixed;
  bottom: 0;
  background: #000000;
  width: 100%;
  text-align: center;
  font-size: 14px;
  border-top: 1px solid #b1a9a9;
  padding: 10px;
}

.fix-callback a {
  color: #fff;
  text-decoration: none;
}

.modal-content {
  background: #c3804a;
  border: 2px solid #fff;
  padding: 0 15px 20px 15px;
}

.modal-title {
  font-size: 18px;
  color: #fff;
}

.fs-10 {
  font-size: 10px;
}

.ext_img img {
  max-height: 220px;
}

.footer-links a {
  text-decoration: none;
}

.gal-img {
  border-radius: 12px;
  width: 100%;
  height: 250px;
}

.gallery-slider {
  width: 100%;
  position: relative;
}

.gallery-track {
  display: flex;
  width: max-content;
  animation: scrollGallery 25s linear infinite;
}

.gallery-group {
  padding-right: 20px;
}

@keyframes scrollGallery {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* Pause on hover */
.gallery-slider:hover .gallery-track {
  animation-play-state: paused;
}

.form-control {
  font-size: 14px;
  line-height: 26px;
}

#enquireModal {
  z-index: 9999;
}
