:root {
  --primary-color: #004b87;
  --secondary-color: #eeece8;
  --tertiary-color: #f9daba;
  --font-family-serif: "Georgia", serif;
  --font-family-heading: "Josefin Slab", serif;
}

/* Global Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--font-family-serif);
  color: var(--primary-color);
}

a {
  text-decoration: none;
}

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

button {
  cursor: pointer;
}

/* Navbar */
#navbar {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 10px 20px;
  transition: all 0.3s ease;
  z-index: 1000;
  }

  #navbar.bg-white {
  background-color: var(--primary-color) !important;
  }

  #navbar.bg-transparent {
  background-color: var(--primary-color) !important;
  }
.navbar-brand img {
  width: 200px;
  height: 50px;
  object-fit: contain;
}

.nav-item .nav-link {
  color: var(--secondary-color) !important;
  font-family: var(--font-family-serif);
}

.contact_btn,
.submit_btn {
  color: var(--secondary-color) !important;
  border: 1px solid var(--secondary-color) !important;
  font-size: 20px;
  font-weight: 500;
  border-radius: 0%;
  transition: 0.4s ease-in-out;
}

.contact_btn:hover,
.submit_btn:hover {
  background-color: var(--secondary-color);
  color: var(--primary-color) !important;
  border: 1px solid var(--primary-color);
}

.submit_btn {
  color: var(--primary-color) !important;
  border: 1px solid var(--primary-color) !important;
}

.submit_btn:hover {
  background-color: var(--primary-color) !important;
  color: var(--secondary-color) !important;
  border: 1px solid var(--secondary-color) !important;
}

/* Hero Section */
.main_hero {
  background-color: var(--primary-color);
  height: 100%;
}
.hero_sect {
  display: flex;
  position: relative;
}
.hero_heading {
  position: absolute;
  top: 20%;
  z-index: 10;
  /* left: 10%; */
}
.hero_heading .hero_explore {
  color: var(--secondary-color);
  font-size: 16px;
}
.hero_heading .hero_faimly {
  font-family: "Josefin Slab", serif;
  color: var(--secondary-color);
  font-size: 90px;
  font-weight: 700;
  z-index: 5;
}
@media screen and (max-width: 508px) {
  .hero_heading {
    position: absolute;
    top: 10%;
    left: 0%;
  }
  .hero_heading .hero_faimly {
    font-size: 30px;
  }
  .hero_heading .hero_explore {
    font-size: 12px;
  }
  .hero_check {
    width: 100% !important;
  }
  .main_hero {
    background-color: var(--primary-color);
    height: 615px;
  }
}

/* hero  img */
.hero_img {
  /* margin: 5% 5% 0 0; */
  text-align: end;
  width: 100%;
}
.hero_img img {
  width: 800px;
  height: 600px;
}
@media screen and (max-width: 508px) {
  .hero_img {
    text-align: end;
    width: 100%;
    margin: 0% !important;
  }
  .hero_img img {
    width: 100%;
    height: 100%;
  }
}
.hero_check {
  background-color: #ffffff;
  width: 100%;
}

.form-control {
  border: 1px solid var(--primary-color) !important;
  font-size: 19px !important;
  font-weight: 500;
  transition: 0.4s ease-in-out;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0px !important;
}


/* Resort Section */
.resort_luxery_heading {
  font-family: var(--font-family-serif);
  color: var(--primary-color);
  font-size: 20px;
}

.resort_luxery_desc {
  font-size: 60px;
  font-family: var(--font-family-heading);
  font-weight: 600;
  line-height: 75px;
}

.luxery_left_sec h1 {
  font-family: var(--font-family-serif);
  color: var(--primary-color);
  font-size: 44px;
  text-align: center;
}

.luxery_right_sec {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.luxery_right_sec img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 508px) {
  .resort_luxery_heading {
    font-size: 15px;
  }

  .resort_luxery_desc {
    font-size: 30px;
    line-height: 40px;
  }

  .luxery_left_sec h1 {
    font-size: 30px;
  }

  .luxery_right_sec {
    height: 350px;
  }

  .luxery_right_sec img {
    height: 350px;
  }
}

/* Services Section */
.services_main {
  background-color: var(--primary-color);
}

.services_heading {
  font-family: var(--font-family-serif);
  color: var(--secondary-color);
  font-size: 20px;
}

.services_desc {
  font-size: 60px;
  font-family: var(--font-family-heading);
  font-weight: 600;
  line-height: 75px;
  color: var(--secondary-color);
}

.services_icons span {
  font-size: 30px;
  color: var(--secondary-color);
}

.services_icons p {
  font-size: 20px;
  color: var(--secondary-color);
  font-family: var(--font-family-serif);
}
@media screen and (max-width: 508px) {
  .services_icons span {
    font-size: 40px;
    color: var(--secondary-color);
  }

  .services_icons p {
    font-size: 30px;
    color: var(--secondary-color);
    font-family: var(--font-family-serif);
  }

}
.luxery_right_sec2,
.luxery_right_sec3 {
  width: 100%;
  height: 500px;
  align-items: center;
}

.luxery_right_sec2 img,
.luxery_right_sec3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 508px) {
  .services_heading {
    font-size: 15px;
  }

  .services_desc {
    font-size: 30px;
    line-height: 40px;
  }
  .luxery_right_sec3{
    height: 500px;
  }
  .luxery_right_sec2
   {
    height: 1100px;
    overflow: hidden;
    object-fit: cover;
  }

  .luxery_right_sec2 img,
  .luxery_right_sec3 img {
    width: 100%;
    height: 350px;
  }
}
/* site plan */
.site_plan_left{
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.site_plan_left img {
  width: 100%;
  height: 100%;
}
.unit_plan_img{
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.unit_plan_img img {
  width: 100%;
  height: 100%;
}
/* Footer */
.footer_main {
  background-color: var(--primary-color);
}

.footer_heading h1 {
  font-family: var(--font-family-serif);
  color: var(--secondary-color);
  font-size: 30px;
}

.footer_heading p {
  font-size: 15px;
  color: var(--secondary-color);
}

.footer_heading p a {
  color: var(--secondary-color);
  font-weight: 500;
}

.social_icons a {
  font-size: 25px;
  color: var(--secondary-color);
  margin-right: 6px;
  border: 1px solid var(--secondary-color);
  padding: 10px 12px;
  transition: .4s ease-in-out;
}
@media screen and (max-width: 508px) {
  .social_icons a {
    /* font-size: 20px; */
    padding: 12px 15px;
  }

}
.social_icons a:hover {
  background-color: var(--secondary-color);
  color: var(--primary-color) !important;
  border: 1px solid var(--primary-color);
}
/* More Experience Section */
.more_exp_img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.more_exp_img {
  width: 100%;
 height: 100%;
}

/* Marquee Section */
.counter-section {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  /* text-align: center; */
}

.counter-box h2 {
  font-size: 64px;
  font-weight: 300;
  font-family: var(--font-family-heading);
}

.counter-box p {
  font-size: 16px;
  font-family: var(--font-family-serif);
}

/* Slider */
.slider_main {
  background-color: var(--primary-color);
}

.experience-card {
  height: 350px;
  width: 300px;
  overflow: hidden;
  position: relative;
}

.experience-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.experience-label {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: var(--secondary-color);
  color: var(--primary-color);
  padding: 5px 15px;
  font-weight: 500;
  font-size: 14px;
}

.slider-container {
  overflow: hidden;
}

.slider-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  gap: 20px;
}

.slider-item {
  flex: 0 0 calc((100% - 40px) / 3); /* 3 items with 2 gaps (2 * 20px = 40px) */
}

.slider-item:last-child {
  margin-right: 0;
}


@media (max-width: 510px) {
  .slider-item {
    flex: 0 0 100%;
  }
}

.articles_main {
  background-color: var(--primary-color);
}

.carousel-text-only {
  height: 100%;
  display: flex;
  align-items: center;
  min-height: 300px;
}

.carousel-text-only .carousel-item {
  display: none;
  text-align: center;
}

.carousel-text-only .carousel-item.active {
  display: flex;
}

.carousel-caption {
  position: static;
}

/* scroll to top button */
.scroll-top-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: var(--secondary-color);
  color: var(--primary-color);
  border: none;
  border-radius: 50%;
  padding: 12px 16px;
  font-size: 18px;
  cursor: pointer;
  display: none;
  z-index: 999;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease-in-out;
}
.scroll-top-btn:hover {
  opacity: 0.8;
}

/* Notifications */

.alert-with-icon .close {
    background: transparent;
    border: none;
}

.alert-with-icon .message {
    margin-left: 10px;
}
