@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

body {
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-family: "Jost", sans-serif;
}

.wrap-1 {
  overflow-x: hidden;
}

.wrap-1 .wrap-row {
  background-color: rgba(0, 0, 0, 0);
  background-position: 0 0;
  background-size: cover;
  height: 100vh;
  position: relative;
}

.text-holder {
  clip-path: inset(0);
  background: #000;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.text-holder .text {
  position: fixed;
  inset: 0%;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

/* Remove Bootstrap default icon */
.navbar-toggler {
  border: none;
  box-shadow: none !important;
  position: relative;
  border: 1px solid #3EAEC8;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler::after,
.navbar-toggler::before {
  display: none;
}

.navbar-toggler .menu-icon,
.navbar-toggler .close-icon {
  font-size: 20px;
  color: #3EAEC8;
  line-height: 1;
}

.navbar-toggler .close-icon {
  display: none;
}

/* When menu is open */
.navbar-toggler:not(.collapsed) .menu-icon {
  display: none;
}

.navbar-toggler:not(.collapsed) .close-icon {
  display: inline;
}

/* Header Background */
.main-header {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1));
  transition: 0.5s linear;
}

.main-header {
  background: transparent;
  transition: all 0.4s ease;
}

.main-header.scrolled {
  background: #E9FBFF !important; /* Change to your desired color */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
}

.main-header.scrolled .nav-link {
  color: #000 !important;
}

.logo {
  position: relative;
  display: inline-block;
  width: 180px; /* Adjust as needed */
  height: 60px;
}

.logo img {
  position: absolute;
  top: 50%;
  left: 0;
  width: auto;
  transition: opacity 0.4s ease;
  transform: translate(0, -50%);
}

/* Default */
.logo-white {
  opacity: 1;
}

.logo-black {
  opacity: 0;
}

/* After scroll */
.main-header.scrolled .logo-white {
  opacity: 0;
}

.main-header.scrolled .logo-black {
  opacity: 1;
}

/* Logo Styling */
.logo {
  color: #fff;
  font-weight: 600;
  line-height: 1;
}

.logo .small-text {
  font-size: 10px;
  letter-spacing: 2px;
}

.logo .main-text {
  font-size: 14px;
}

.logo .highlight-text {
  font-size: 16px;
  color: #00bcd4;
  font-weight: 700;
}

/* Center Menu */
.nav-center .nav-link {
  color: #fff;
  font-size: 14px;
  margin: 0 10px;
  letter-spacing: 1px;
  position: relative;
  transition: 0.3s;
}

/* Active Menu (AMENITIES) */
.nav-center .nav-link.active {
  border: 1px solid #00bcd4;
  padding: 3px 8px;
  border-radius: 3px;
  color: #00bcd4;
}

/* Hover Effect */
.nav-center .nav-link:hover {
  color: #00bcd4;
}

/* Book Button */
.book-btn {
  background: #00bcd4;
  color: #fff;
  font-size: 12px;
  padding: 6px 15px;
  border-radius: 3px;
  text-transform: uppercase;
}

.book-btn:hover {
  background: #0097a7;
  color: #fff;
}

/* Mobile Adjustments */
@media (max-width: 991px) {
  .nav-center {
    text-align: center;
    margin-top: 10px;
  }
  .nav-center .nav-link {
    display: block;
    padding: 10px 0;
  }
}
.hero-section {
  position: relative;
}

.hero-section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* OVERLAY */
.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.308); /* adjust opacity */
  z-index: 1;
}

.hero-section, .hero-section1 {
  background: #f5f5f5;
  position: relative;
}
.hero-section .banner-content, .hero-section1 .banner-content {
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  color: #fff;
  max-width: 800px !important;
}
.hero-section .banner-content .title, .hero-section .banner-content .sub-title, .hero-section1 .banner-content .title, .hero-section1 .banner-content .sub-title {
  color: #ffffff;
  z-index: 1;
}
.hero-section .banner-content .sub-title, .hero-section1 .banner-content .sub-title {
  text-transform: uppercase;
}
.hero-section .sub-title, .hero-section1 .sub-title {
  font-size: 14px;
  letter-spacing: 8px;
  color: #000000;
  margin-bottom: 15px;
}
.hero-section .title, .hero-section1 .title {
  font-size: 50px;
  font-family: "Poppins", sans-serif;
  color: #000000;
  font-weight: 600;
  margin: 0;
  line-height: 1.1;
}
.hero-section .title .highlight, .hero-section1 .title .highlight {
  color: #E17026;
  position: relative;
  z-index: 1;
}
.hero-section .title .highlight::after, .hero-section1 .title .highlight::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #3EAEC8;
  position: absolute;
  left: 0;
  bottom: 5px;
  z-index: -1;
}
.hero-section .hero-right .mini-title, .hero-section1 .hero-right .mini-title {
  font-size: 18px;
  color: #4C4C4C;
  margin-bottom: 10px;
}
.hero-section .hero-right .desc, .hero-section1 .hero-right .desc {
  font-size: 16px;
  color: #4C4C4C;
  line-height: 1.6;
  margin-bottom: 25px;
}
.hero-section, .hero-section1 {
  /* Pricing Cards */
}
.hero-section .price-card, .hero-section1 .price-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 10px 0 0 0;
  transition: 0.3s;
}
.hero-section .price-card h5, .hero-section1 .price-card h5 {
  font-size: 18px;
  font-weight: 600;
}
.hero-section .price-card p, .hero-section1 .price-card p {
  font-size: 14px;
  margin-bottom: 15px;
}
.hero-section .price-card .view-btn, .hero-section1 .price-card .view-btn {
  background: #3EAEC8;
  color: #ffffff;
  font-size: 12px;
  padding: 6px 12px;
  width: 100%;
  border-radius: 0;
}
.hero-section .price-card:hover, .hero-section1 .price-card:hover {
  transform: translateY(-5px);
}
.hero-section, .hero-section1 {
  /* Features */
}
.hero-section .feature-row, .hero-section1 .feature-row {
  padding-top: 30px;
}
.hero-section .feature-box, .hero-section1 .feature-box {
  padding: 15px;
}
.hero-section .feature-box .icon, .hero-section1 .feature-box .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #f1f1f1;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-section .feature-box h5, .hero-section1 .feature-box h5 {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  font-family: "Poppins", sans-serif;
}
.hero-section .feature-box p, .hero-section1 .feature-box p {
  font-size: 13px;
  color: #4C4C4C;
  text-align: left;
  margin-bottom: 0;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .hero-section .title {
    font-size: 45px;
  }
  .hero-section .hero-right {
    margin-top: 30px;
  }
  .hero-section .pricing-row {
    gap: 15px;
  }
}
@media (max-width: 576px) {
  .hero-section .title {
    font-size: 32px;
  }
  .hero-section .feature-box {
    margin-bottom: 20px;
  }
}
.developer-section {
  background: #f5f5f5;
  padding: 70px 0;
}
.developer-section .sub-title {
  font-size: 14px;
  letter-spacing: 7px;
  color: #000000;
  margin-bottom: 10px;
}
.developer-section .title {
  font-size: 50px;
  font-family: "Poppins", sans-serif;
  color: #000000;
  font-weight: 600;
  margin: 0;
  line-height: 1.1;
}
.developer-section .title .highlight {
  color: #E17026;
  position: relative;
}
.developer-section .title .highlight::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background: #3EAEC8;
}
.developer-section .developer-right .logo {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 2px;
  margin-left: -14px;
}
.developer-section .developer-right p {
  font-size: 16px;
  color: #4C4C4C;
  line-height: 1.7;
  margin-bottom: 15px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .developer-section .title {
    font-size: 45px;
  }
  .developer-section .developer-right {
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  .developer-section .title {
    font-size: 32px;
  }
  .developer-section .developer-right .logo {
    font-size: 36px;
  }
}
.amenities-section {
  background: #ffffff;
  padding: 90px 0 !important;
}
.amenities-section .sub-title {
  font-size: 14px;
  letter-spacing: 7px;
  color: #000000;
}
.amenities-section .title {
  font-size: 50px;
  font-family: "Poppins", sans-serif;
  color: #000000;
  font-weight: 600;
  margin: 0;
  line-height: 1.1;
}
.amenities-section .title .highlight {
  color: #E17026;
  position: relative;
}
.amenities-section .title .highlight::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 3px;
  background: #3EAEC8;
}
.amenities-section {
  /* GRID */
}
.amenities-section .amenities-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  border: 1px solid #ddd;
}
.amenities-section .amenity-item {
  text-align: center;
  padding: 30px 10px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #ffffff;
  transition: 0.5s ease;
}
.amenities-section .amenity-item:hover {
  background-color: #3EAEC8 !important;
  transform: scale(1.04);
}
.amenities-section .amenity-item:hover img {
  filter: brightness(0) invert(0);
  transform: scale(1.2);
}
.amenities-section .amenity-item:hover p {
  color: #ffffff;
  transform: scale(1.1);
}
.amenities-section .amenity-item img {
  height: 40px;
  margin-bottom: 10px;
  transition: 0.5s ease;
}
.amenities-section .amenity-item p {
  font-size: 17px;
  color: #4C4C4C;
  margin: 0;
  font-weight: 400;
  transition: 0.5s ease;
}
.amenities-section .amenity-item:hover {
  background: #fafafa;
}

/* RESPONSIVE */
@media (max-width: 1200px) {
  .amenities-section .amenities-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .amenities-section .title {
    font-size: 40px;
  }
  .amenities-section .amenities-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .amenities-section .title {
    font-size: 30px;
  }
  .amenities-section .amenities-grid {
    grid-template-columns: 1fr;
  }
}
.gallery-section {
  background: #3EAEC8;
  color: #ffffff;
  padding: 90px 0 !important;
  overflow: hidden;
}
.gallery-section .sub-title {
  font-size: 12px;
  letter-spacing: 7px;
  color: rgba(255, 255, 255, 0.7);
}
.gallery-section .title {
  font-size: 50px;
  font-family: "Poppins", sans-serif;
  color: #000000;
  font-weight: 600;
  margin: 0;
  line-height: 1.1;
}
.gallery-section .title .highlight {
  color: #E17026;
  position: relative;
  z-index: 1;
}
.gallery-section .title .highlight::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 100%;
  height: 3px;
  background: #ffffff;
}
.gallery-section .title .highlight-new {
  color: #E17026;
  position: relative;
}
.gallery-section .title .highlight-new::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 100%;
  height: 3px;
  background: #3EAEC8;
}
.gallery-section {
  /* FILTER BUTTONS */
}
.gallery-section .gallery-tabs {
  width: 100%;
  text-align: right;
}
.gallery-section .gallery-tabs button {
  background: #ffffff;
  border: none;
  font-size: 12px;
  padding: 6px 14px;
  margin-left: 8px;
  color: #4C4C4C;
  cursor: pointer;
}
.gallery-section .gallery-tabs button.active {
  background: #E17026;
  color: #ffffff;
}
.gallery-section {
  /* CAROUSEL */
}
.gallery-section .gallery-slider .item, .gallery-section .plan-slider .item, .gallery-section .video-slider .item {
  padding: 5px;
}
.gallery-section .gallery-slider .item img, .gallery-section .plan-slider .item img, .gallery-section .video-slider .item img {
  width: 100%;
}
.gallery-section .gallery-slider .item p, .gallery-section .plan-slider .item p, .gallery-section .video-slider .item p {
  font-size: 12px;
  margin-top: 8px;
  color: #ffffff;
}
.gallery-section .gallery-slider, .gallery-section .plan-slider, .gallery-section .video-slider {
  /* Custom Arrows */
}
.gallery-section .gallery-slider .owl-nav button, .gallery-section .plan-slider .owl-nav button, .gallery-section .video-slider .owl-nav button {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #ffffff !important;
  color: #000 !important;
  font-size: 20px !important;
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.5);
}
.gallery-section .gallery-slider .owl-nav .owl-prev, .gallery-section .plan-slider .owl-nav .owl-prev, .gallery-section .video-slider .owl-nav .owl-prev {
  left: -20px;
}
.gallery-section .gallery-slider .owl-nav .owl-next, .gallery-section .plan-slider .owl-nav .owl-next, .gallery-section .video-slider .owl-nav .owl-next {
  right: -20px;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: inline-block !important;
}

.owl-prev span, .owl-next span {
  font-size: 28px;
}

.owl-nav button {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .gallery-section .title {
    font-size: 45px;
  }
}
@media (max-width: 576px) {
  .gallery-section .title {
    font-size: 30px;
  }
}
.spec-section {
  background: #E17026;
  color: #ffffff;
  padding: 80px 0;
}
.spec-section .sub-title {
  font-size: 14px;
  letter-spacing: 7px;
  opacity: 0.8;
}
.spec-section .title {
  font-size: 50px;
  font-family: "Poppins", sans-serif;
  color: #000000;
  font-weight: 600;
  margin: 0;
  line-height: 1.1;
  margin-bottom: 60px;
}
.spec-section .title .highlight {
  color: #3EAEC8;
  position: relative;
  z-index: 0;
}
.spec-section .title .highlight::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 100%;
  height: 3px;
  background: #ffffff;
  z-index: -1;
}
.spec-section .spec-item {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.spec-section .spec-item .icon-title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.spec-section .spec-item .icon-title img {
  width: 30px;
  height: 30px;
}
.spec-section .spec-item .icon-title h6 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}
.spec-section .spec-item p {
  font-size: 16px;
  margin-top: 8px;
  font-weight: 300;
}
.spec-section .view-btn {
  background: #3EAEC8;
  color: #ffffff;
  padding: 10px 25px;
  font-size: 13px;
  letter-spacing: 1px;
  border-radius: 0 !important;
}
.spec-section .view-btn:hover {
  background: rgb(46.7943548387, 142.0846774194, 164.2056451613);
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .spec-section .title {
    font-size: 45px;
  }
  .spec-section .spec-item {
    padding: 15px 0;
  }
}
@media (max-width: 576px) {
  .spec-section .title {
    font-size: 30px;
  }
  .spec-section .icon-title h6 {
    font-size: 14px;
  }
}
.media-section {
  background: #3EAEC8;
  color: #ffffff;
  overflow: hidden;
}
.media-section .sub-title {
  font-size: 14px;
  letter-spacing: 7px;
  opacity: 0.8;
}
.media-section .title {
  font-size: 50px;
  font-family: "Poppins", sans-serif;
  color: #000000;
  font-weight: 600;
  margin: 0;
  line-height: 1.1;
  color: #ffffff;
}
.media-section .title .highlight {
  color: #E17026;
  position: relative;
}
.media-section .title .highlight::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 100%;
  height: 3px;
  background: #ffffff;
}
.media-section {
  /* CARD */
}
.media-section .media-card {
  position: relative;
  padding: 10px;
}
.media-section .media-card .img-wrap img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.media-section .media-card .overlay-box {
  position: relative;
  left: 0;
  /* right: 10px; */
  bottom: 30px;
  background: #3EAEC8;
  padding-top: 10px;
  box-shadow: 1px 2px 11px rgba(0, 0, 0, 0.5);
  width: 93%;
  margin: 0 auto;
  min-height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.media-section .media-card .overlay-box h5 {
  font-size: 20px;
  font-weight: 400;
  padding: 0 13px;
  font-family: "Poppins", sans-serif;
}
.media-section .media-card .overlay-box p {
  font-size: 15px;
  margin-bottom: 10px;
  padding: 0 13px;
  font-family: "Jost", sans-serif;
}
.media-section .media-card .overlay-box .meta {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 8px 13px;
}
.media-section .media-card .overlay-box .meta span {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 300;
}
.media-section .media-card .overlay-box .meta span img {
  width: 16px !important;
}
.media-section {
  /* ARROWS */
}
.media-section .owl-nav button {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #ffffff !important;
  color: #000 !important;
  box-shadow: 2px 3px 12px rgba(0, 0, 0, 0.5);
}
.media-section .owl-prev {
  left: -20px;
}
.media-section .owl-next {
  right: -20px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .media-section .title {
    font-size: 45px;
  }
}
@media (max-width: 576px) {
  .media-section .title {
    font-size: 30px;
  }
}
.testimonial-section {
  background: #f5f5f5;
  padding: 90px 0;
}
.testimonial-section .testimonial-slider .owl-nav {
  display: none !important;
}
.testimonial-section .sub-title {
  font-size: 14px;
  letter-spacing: 7px;
  color: #4C4C4C;
}
.testimonial-section .title {
  font-size: 50px;
  font-family: "Poppins", sans-serif;
  color: #000000;
  font-weight: 600;
  margin: 0;
  line-height: 1.1;
}
.testimonial-section .title .highlight {
  color: #E17026;
  position: relative;
}
.testimonial-section .title .highlight::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 100%;
  height: 3px;
  background: #3EAEC8;
}
.testimonial-section .testimonial-item {
  max-width: 700px;
  margin: auto;
}
.testimonial-section .testimonial-item .user-img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 15px;
  display: block;
  margin: 15px auto;
}
.testimonial-section .testimonial-item .stars {
  color: #E17026;
  font-size: 30px;
  margin-bottom: 15px;
  letter-spacing: 3px;
}
.testimonial-section .testimonial-item .desc {
  font-size: 16px;
  color: #4C4C4C;
  line-height: 1.2;
  margin-bottom: 20px;
}
.testimonial-section .testimonial-item .name {
  font-size: 18px;
  font-weight: 500;
}
.testimonial-section {
  /* DOTS */
}
.testimonial-section .owl-dots {
  margin-top: 25px;
  text-align: center;
}
.testimonial-section .owl-dots .owl-dot span {
  width: 30px;
  height: 3px;
  background: #ccc;
  display: inline-block;
  margin: 0 3px;
  transition: 0.1s linear;
  border-radius: 20px;
}
.testimonial-section .owl-dots .owl-dot.active span {
  background: #E17026;
  width: 70px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .testimonial-section .title {
    font-size: 40px;
  }
  .testimonial-section .testimonial-item .desc {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .testimonial-section .title {
    font-size: 28px;
  }
  .testimonial-section .testimonial-item .user-img {
    width: 80px;
    height: 80px;
  }
}
.location-section {
  background: #f5f5f5;
  overflow: hidden;
}
.location-section .sub-title {
  font-size: 14px;
  letter-spacing: 7px;
  color: #4C4C4C;
}
.location-section .title {
  font-size: 50px;
  font-family: "Poppins", sans-serif;
  color: #000000;
  font-weight: 600;
  margin: 0;
  line-height: 1.1;
  z-index: 0;
}
.location-section .title .highlight {
  color: #E17026;
  position: relative;
  z-index: 0;
}
.location-section .title .highlight::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 100%;
  height: 3px;
  background: #3EAEC8;
  z-index: -1;
}
.location-section .desc {
  font-size: 16px;
  color: #4C4C4C;
  margin: 15px 0;
}
.location-section .location-list {
  list-style: none;
  padding: 0;
}
.location-section .location-list li {
  font-size: 16px;
  color: #4C4C4C;
  margin-bottom: 6px;
}
.location-section {
  /* MAP */
}
.location-section .map-box iframe {
  width: 100%;
  height: 100%;
}
.location-section {
  /* IMAGE */
}
.location-section .image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.location-section {
  /* FORM */
}
.location-section .form-box form {
  margin-top: 20px;
}
.location-section .form-box form input {
  width: 100%;
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 15px;
  font-size: 14px;
}
.location-section .form-box form .submit-btn {
  background: #E17026;
  color: #ffffff;
  padding: 10px 25px;
  font-size: 13px;
}
.location-section .form-box form .submit-btn:hover {
  background: rgb(186.2510121457, 89.2631578947, 25.7489878543);
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .location-section .title {
    font-size: 45px;
  }
  .location-section .left-content,
  .location-section .form-box {
    padding: 30px 20px;
  }
}
@media (max-width: 576px) {
  .location-section .title {
    font-size: 28px;
  }
  .location-section .map-box iframe {
    min-height: 250px;
  }
}
.footer-section {
  background: #2f7f8c;
  color: #ffffff;
}
.footer-section .footer-logo h3 {
  font-weight: bold;
  margin: 0;
}
.footer-section .footer-logo h4 {
  margin: 0;
}
.footer-section .footer-logo h5 {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
}
.footer-section .footer-logo .copyright {
  font-size: 12px;
  opacity: 0.8;
  margin-top: 20px;
}
.footer-section .footer-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.footer-section ul {
  list-style: none;
  padding: 0;
}
.footer-section ul li {
  margin-bottom: 8px;
}
.footer-section ul li a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
}
.footer-section ul li a:hover {
  color: #ffffff;
}
.footer-section p, .footer-section a {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 8px;
}
.footer-section a:hover {
  color: #E17026;
}
.footer-section .social-icons {
  display: flex;
  gap: 10px;
}
.footer-section .social-icons a {
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: #ffffff;
  font-size: 16px;
}
.footer-section .social-icons a:hover {
  background: #E17026;
}

.floating_btn {
  z-index: 1000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: fixed;
  bottom: -10px;
  right: 0;
}
.floating_btn .contact_icon {
  color: #fff;
  text-align: center;
  animation: 1.5s infinite pulse;
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  background-color: #42db87;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: sans-serif;
  font-size: 30px;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  animation: 1.25s cubic-bezier(0.66, 0, 0, 1) infinite pulsing;
  display: flex;
  transform: translateY(0);
  box-shadow: 0 0 #42db87;
  text-decoration: none !important;
}

@keyframes pulsing {
  100% {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}
.modal-title {
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  color: #4C4C4C;
}

.modal-content {
  border-radius: 0 !important;
}
.modal-content #bookNowForm input, .modal-content #bookNowForm textarea {
  border-radius: 0 !important;
}
.modal-content #bookNowForm input::-moz-placeholder, .modal-content #bookNowForm textarea::-moz-placeholder {
  opacity: 0.5;
}
.modal-content #bookNowForm input::placeholder, .modal-content #bookNowForm textarea::placeholder {
  opacity: 0.5;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .footer-section {
    text-align: center;
  }
  .footer-section .social-icons {
    justify-content: center;
  }
  .footer-section .footer-title {
    text-align: left;
    margin-bottom: 10px;
  }
  .footer-section ul li {
    margin-bottom: 5px;
    text-align: left;
  }
  .footer-section p {
    text-align: left;
  }
  .footer-section .social-icons {
    justify-content: start;
  }
  .footer-section .footer-logo .copyright {
    text-align: center;
    margin-top: 10px;
  }
}
@media (max-width: 1400px) {
  .gallery-section, .spec-section, .testimonial-section, .amenities-section, .developer-section {
    padding: 50px 0 !important;
  }
  .location-section .left-content {
    margin: 0 !important;
  }
  h2 {
    font-size: 40px !important;
  }
  .spec-section .spec-item {
    padding: 15px 0;
  }
  .spec-section .spec-item p {
    margin: 5px 0;
  }
  .amenities-section .amenity-item p {
    font-size: 15px;
  }
  .amenities-section .amenity-item img {
    height: 30px;
    width: 30px;
  }
  .spec-section .spec-item .icon-title img {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 992px) {
  .hero-section .banner-content, .hero-section1 .banner-content {
    position: absolute;
    left: 2%;
    top: auto;
    bottom: 70px;
    transform: none;
    z-index: 2;
    color: #fff;
    width: 70% !important;
  }
}
@media (max-width: 767px) {
  .desk-img {
    display: none;
  }
  .mob-img {
    display: block;
  }
  h2 {
    font-size: 30px !important;
  }
  .hero-section .title, .hero-section1 .title {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .hero-section .feature-box, .hero-section1 .feature-box {
    padding: 10px 0;
    flex-direction: column;
  }
  .hero-section1 .feature-box h5, .hero-section1 .feature-box p {
    text-align: center;
    margin: 3px;
  }
  .developer-section .developer-right .logo {
    margin-bottom: 0;
  }
  .developer-section .developer-right {
    margin-top: 20px;
  }
  .amenities-section .amenities-grid {
    grid-template-columns: auto auto;
  }
  .gallery-section .gallery-tabs button {
    margin: 0;
  }
  .gallery-section .gallery-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 7px;
  }
  .gallery-section .sub-title {
    text-align: center;
  }
  .gallery-section .title {
    text-align: center;
  }
  .gallery-section .title .highlight::after {
    bottom: 5px;
    height: 2px;
    z-index: -1;
  }
  .gallery-section .title .highlight-new::after {
    height: 2px;
  }
  .spec-section .title .highlight::after {
    height: 2px;
    z-index: -1;
  }
  .testimonial-section .title .highlight::after {
    height: 2px;
  }
  .media-section .title .highlight::after {
    height: 2px;
  }
  .location-section .title .highlight::after {
    height: 2px;
    z-index: -1;
  }
  .testimonial-section, .spec-section, .gallery-section, .developer-section, .amenities-section {
    padding: 40px 0 !important;
  }
  .owl-nav button {
    width: 34px !important;
    height: 34px !important;
  }
  .owl-prev {
    left: -10px !important;
  }
  .owl-next {
    right: -10px !important;
  }
  .developer-section .developer-right .logo {
    width: 130px;
  }
}
@media (min-width: 768px) {
  .desk-img {
    display: block;
  }
  .mob-img {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */
