/* styles.css */
@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css");
:root {
  --highlight-color: #A0D8F1;
}

body {
  overflow-x: hidden;
}

.navbar {
  background-color: transparent;
  transition: background-color 0.3s;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: medium;
  letter-spacing: 3.3px;
  font-size: 11px;
}

.navbar .navbar-brand .logo {
  width: 150px;
}

.navbar .navbar-toggler {
  border: none;
}

.navbar.scrolled {
  background-color: white;
  box-shadow: 0 0px 2px 0px rgba(0, 0, 0, 0.2);
}

.navbar .offcanvas {
  width: 80%;
}

.navbar .offcanvas-header {
  justify-content: space-between;
}
.navbar-nav {
  --bs-nav-link-padding-y: 0.8rem;
}
.nav-item {
  margin: 0px 15px;
}
.nav-link {
  color: white; /* White color for transparent background */
  transition: color 0.3s;
}
.navbar.scrolled .nav-link {
  color: inherit; /* Inherit the default link color */
}
.nav-link.active {
  color: var(--highlight-color) !important;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.nav-link:hover {
  color: var(--highlight-color) !important;
}
.custom-btn {
  background-color: transparent;
  border: 1px solid white;
  padding: 7px;
}
.custom-btn-span {
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: medium;
  font-size: 11px;
  color: white;
  letter-spacing: 3.3px;
  border: 1px solid white;
  padding: 4px 20px;
}
.custom-btn.after {
  border-color: rgba(0, 0, 0, 0.2);
}
.custom-btn-span.after {
  color: inherit;
  border-color: rgba(0, 0, 0, 0.2);
}
.mobile-logo {
  display: none;
}
.main-hero-image {
  background: url('https://d2fifdvmf89bey.cloudfront.net/images/2.jpg') no-repeat center center/cover;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}
.main-hero-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.main-hero-image .text-content {
  position: relative;
  z-index: 2;
  padding: 20px;
}
.main-title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 160px;
  letter-spacing: 25px;
  font-size: 100px;
  text-transform: uppercase;
  margin-top: 4rem;
}
.subtitle {
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: medium;
  letter-spacing: 12px;
  font-size: 15px;
  line-height: 30px;
  margin-top: 1.5rem;
  color: var(--highlight-color);
}

.intro-section {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

#request-visit .bg-image {
  height: 70vh;
  background: url('https://d2fifdvmf89bey.cloudfront.net/images/2.jpg') no-repeat center center/cover;
}

#request-visit .main-page-form {
  width: 60%;
  margin: 0 auto;
  background-color: #eee;
  padding: 20px;
  margin-top: -25%;
}

.floor-plan-section {
  margin-top: 6rem;
  margin-bottom: 5rem;
}
.choose-apartment {
  margin-top: 5rem;
  margin-bottom: 3rem;
}
.choose-apartment h3 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
}

.choose-apartment img {
  max-height: 450px;
}

.learn-more-link {
  border: 1px solid #eee;
  background-color: var(--highlight-color);
}

.learn-more-btn {
  background-color: transparent;
}

.second-section {
  background-color: #f7e3d82d;
  display: flex;
  align-items: center;
  min-height: 40vh;
  padding-bottom: 4rem;
}

.stat-item {
  text-align: center;
}

.stat-item h1 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 80px;
  color: var(--highlight-color);
}

.stat-item p {
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-size: 9px;
  letter-spacing: 7px;
  margin-top: -50px;
}

.pattern-background {
  background: url('https://d2fifdvmf89bey.cloudfront.net/images/pattern-image.png') no-repeat center center/cover;
  background-color: #000;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}

.pattern-background h4 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  letter-spacing: 2px;
}

.pattern-background .col-6 {
  margin-bottom: 25px;
}

/* ABOUT US  */
.about-bg {
  background: url('https://d2fifdvmf89bey.cloudfront.net/images/6.jpg') no-repeat center center/cover;
}
.main-text-content {
  margin-top: 5rem;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
}
.main-text-content h5 {
  font-weight: 400 !important;
  line-height: 40px;
}
.side-image {
  max-height: 500px;
  text-align: center;
  justify-content: center;
}
.side-text {
  display: flex;
  align-items: center;
}
.side-text h5 {
  line-height: 40px;
}
.sub-heading {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  text-transform: uppercase;
  font-size: 40px;
  letter-spacing: 6.6px;
}
.sub-heading-subtitle {
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: medium;
  letter-spacing: 4px;
  font-size: 13px;
  line-height: 150%;
  margin-top: 2rem;
  color: var(--highlight-color);
  text-shadow: 0.5px 0.5px var(--highlight-color);
}

.custom-list {
  list-style-type: none; /* Remove default bullets */
  padding-left: 0; /* Optional: Remove default padding */
  margin-top: 2rem;
}

.custom-list li {
  position: relative;
  padding-left: 15px; /* Adjust padding to make space for the icon */
  margin-bottom: 10px;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
}

.custom-list li::before {
  content: '>'; /* You can replace '>' with any other icon or character */
  position: absolute;
  left: 0;
  color: inherit; /* Optional: Set color of the icon */
}

.call-to-action {
  background-color: var(--highlight-color);
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta-text-content {
  width: 50%;
}

.call-to-action-link {
  border: 1px solid #eee;
  padding: 13px 3px;
  background-color: #eee;
}
.call-to-action-btn {
  padding: 7px 40px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  letter-spacing: 4px;
  border: 1px solid var(--highlight-color);
}

/* Contact Us Page  */
.contact-bg {
  background: url('https://d2fifdvmf89bey.cloudfront.net/images/18.jpg') no-repeat center center/cover;
}

.custom-form {
  margin-top: 5rem;
  margin-bottom: 5rem;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  
}

.custom-form input {
  letter-spacing: 1.5px;
}

.custom-form textarea {
  letter-spacing: 1.5px;
}

.form-link {
  border: 1px solid #eee;
  background-color: var(--highlight-color);
  padding: 3px 3px;
}

.form-btn {
  background-color: transparent;
  border: 1px solid #eee;
  text-transform: uppercase;
  padding: 7px 40px;
  color: white;
  text-shadow: 0.5px 0.5px white;
  letter-spacing: 2px;
}

footer {
  background-color: #000;
  color: #eee;
  min-height: 50vh;
  padding-top: 5rem;
  padding-bottom: 5rem;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
}
footer h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.footer-links li a {
  color: #eee !important;
  text-decoration: none;
}
.useful-links {
  display: grid;
  justify-content: center;
}
.footer-icons {
  display: grid;
  justify-content: center;
}
footer .social-links a {
  color: inherit !important;
  margin-right: 15px;
}

.mobile-image {
  display: none;
}

/* PROPERTY PAGE  */
.property-bg {
  background: url('https://d2fifdvmf89bey.cloudfront.net/images/10.jpg') no-repeat center center/cover;
}
.download-link {
  color: inherit;
  margin-top: 3rem;
}

.download-link:hover {
  color: var(--highlight-color);
}

.download-link p {
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  letter-spacing: 3px;
}

/* AMMENITIES PAGE  */
.ammenities-bg {
  background: url('https://d2fifdvmf89bey.cloudfront.net/images/9.jpg') no-repeat center center/cover;
}

@media screen and (max-width: 992px) {
  .request-viewing-button {
    display: none;
  }
  .mobile-logo {
    display: block;
  }
  .main-logo {
    display: none;
  }
  .nav-item {
    margin: 0px !important;
  }
  .nav-link {
    color: inherit !important;
  }
  .main-title {
    font-size: 50px;
    line-height: 70px;
  }
  .subtitle {
    letter-spacing: 9px;
    font-size: 12px;
    line-height: 30px;
  }
  .cta-text-content {
    width: 100%;
  }
  #request-visit .main-page-form {
    width: 80%;
    margin-top: -35%;
  }
  .ammenities-title {
    font-size: 30px;
    letter-spacing: 10px;
  }
}
@media screen and (max-width: 575px) {
  .useful-links {
    justify-content: flex-start;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .footer-icons {
    justify-content: flex-start;
  }
  .mobile-image {
    display: block;
  }
  .desktop-image {
    display: none;
  }
  #request-visit .main-page-form {
    width: 90%;
    margin-top: -65%;
  }
}
@media screen and (max-width: 425px) {
  .subtitle {
    font-size: 9px;
    line-height: 25px;
    letter-spacing: 8px;
  }
  .sub-heading {
    font-size: 30px;
  }
}
@media screen and (max-width: 350px) {
  .main-title {
    font-size: 35px;
    line-height: 60px;
  }
  .subtitle {
    font-size: 8px;
    line-height: 20px;
    letter-spacing: 7px;
  }
  .ammenities-title {
    font-size: 30px;
    letter-spacing: 8px;
  }
}