@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Instrument Sans", sans-serif;
  font-size: 16px;
  color: rgb(46, 43, 38);
  overflow-x: hidden;
}

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

.navbar-brand img {
  padding: 10px;
}

.logo {
  width: 120px;
}

.navbar {
  box-shadow: rgba(0, 0, 0, 0.46) 0px 2px 10px;
}

.nav-link,
.nav-link:hover {
  font-weight: 500;
  color: white;
}

.navbar.scrolled {
  background-color: rgb(26, 69, 49);
}

.navbar.scrolled .nav-link {
  color: white !important;
}

.sector {
  padding: 100px 0;
}

.hero-section {
  background: url('../image/carouselimg.jpg');
  background-color: rgba(0, 0, 0, 0.59);
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 95vh;
  width: 100%;
  display: flex;
  align-items: center;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/azulapartment/azul-apartment.al/azul-apartment.al_2026-08-20_14-13-08-049/img/20260820_080341_azul_16.jpeg");
  background-origin: initial;
  background-clip: initial;
  background-position-x: center;
  background-position-y: center;
}

.hero-badge {
  display: inline-block;
  padding: 6px 16px;
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  color: rgb(224, 224, 224);
}

.super-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 25px;
  letter-spacing: -0.5px;
  text-shadow: rgba(0, 0, 0, 0.3) 0px 4px 10px;
  color: white;
}

.hero-para {
  font-size: 1.2rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
  max-width: 600px;
  font-weight: 300;
}

.book2 {
  background-color: rgb(26, 69, 49);
  color: rgb(255, 255, 255);
  padding: 14px 36px;
  border-radius: 4px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.85rem;
  border: 1px solid #1A4531;
  transition: all 0.3s ease;
  box-shadow: rgba(26, 69, 49, 0.4) 0px 4px 15px;
  width: fit-content;
}

.book2:hover {
  background-color: rgb(18, 50, 35);
  color: rgb(255, 255, 255);
  border-color: #123223;
  transform: translateY(-3px);
}

.book-now {
  background-color: transparent;
  color: rgb(255, 255, 255);
  padding: 14px 36px;
  border-radius: 4px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  transition: all 0.3s ease;
}

.book-now:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(26, 69, 49);
  border-color: #ffffff;
  transform: translateY(-3px);
}

.image-overlap-container {
  position: relative;
  padding-bottom: 25%;
}

.main-img-box {
  width: 60%;
  position: relative;
  z-index: 1;
}

.main-img-box img {
  width: 100%;
  height: auto;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 10px 25px;
}

.overlay-img-box {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 50%;
  z-index: 2;
}

.overlay-img-box img {
  width: 100%;
  height: auto;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 30px;
}

.title {
  font-family: "Cormorant Garamond", serif;
  font-size: 50px;
  padding-bottom: 20px;
  font-weight: 600;
  color: rgb(26, 69, 49);
}

.title2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  padding-bottom: 20px;
  font-weight: 500;
  color: rgb(26, 69, 49);
}

.section-title {
  display: flex;
  align-items: center;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 500;
  font-size: 1.3rem;
  color: rgb(26, 69, 49);
  gap: 15px;
  row-gap: 15px;
  column-gap: 15px;
}

.section-title::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: rgb(51, 51, 51);
}

.rooms-sector {
  padding: 100px 0;
  background: #EEE7DA;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(238, 231, 218);
}

.room-card {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.room-text {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background-color: white;
  width: 100%;
  height: 100%;
  flex-direction: column;
}

.room-name {
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 15px;
}

.banner-section {
  background: url('../image/carouselimg.jpg');
  background-color: rgba(26, 69, 49, 0.7);
  background-blend-mode: multiply;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  padding: 150px 0 130px 0;
  position: relative;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/azulapartment/azul-apartment.al/azul-apartment.al_2026-08-20_14-13-08-049/img/20260820_083406_azul_11.jpeg");
  background-origin: initial;
  background-clip: initial;
  background-position-x: center;
  background-position-y: center;
}

.banner-text {
  color: rgb(247, 244, 238);
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
}

.banner-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 42px;
  font-weight: 600;
  padding-bottom: 18px;
}

.banner-para {
  font-size: 17px;
  line-height: 1.7;
  padding-bottom: 30px;
}

.testimonials-sector {
  padding: 100px 0;
  background-color: rgb(247, 244, 238);
}

.testimonial-card {
  background-color: white;
  padding: 45px 30px 35px 30px;
  box-shadow: rgba(50, 50, 93, 0.15) 0px 2px 5px -1px, rgba(0, 0, 0, 0.1) 0px 1px 3px -1px;
  text-align: center;
  height: 100%;
}

.quote-mark {
  font-family: "Cormorant Garamond", serif;
  font-size: 60px;
  font-style: italic;
  font-weight: 600;
  color: rgb(176, 141, 87);
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}

.testimonial-text {
  color: rgb(46, 43, 38);
  font-size: 16px;
  line-height: 1.7;
  padding-bottom: 20px;
}

.testimonial-name {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  font-weight: 600;
  color: rgb(26, 69, 49);
}

.testimonial-role {
  font-size: 13px;
  color: rgb(148, 140, 125);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer {
  background-color: rgb(26, 69, 49);
  padding: 70px 0 20px 0;
}

.maps {
  width: 100%;
}

.footer-brand-text {
  color: rgb(199, 193, 180);
  font-size: 15px;
  line-height: 1.7;
  padding-top: 15px;
  max-width: 320px;
}

.footer-heading {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  font-weight: 600;
  color: rgb(238, 231, 218);
  padding-bottom: 20px;
}

.footer-links {
  list-style: none;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

.footer-links li {
  padding-bottom: 10px;
}

.footer-links a {
  color: rgb(199, 193, 180);
  text-decoration: none;
  font-size: 15px;
}

.footer-links a:hover {
  color: rgb(238, 231, 218);
}

.footer-contact-item {
  color: rgb(199, 193, 180);
  font-size: 15px;
  padding-bottom: 12px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  row-gap: 10px;
  column-gap: 10px;
}

.footer-social {
  display: flex;
  gap: 15px;
  padding-top: 15px;
  row-gap: 15px;
  column-gap: 15px;
}

.footer-social a {
  color: rgb(238, 231, 218);
  font-size: 20px;
  text-decoration: none;
}

.footer-divider {
  border-top: 1px solid rgba(238, 231, 218, 0.2);
  margin-top: 50px;
  padding-top: 20px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(238, 231, 218, 0.2);
}

.footer-bottom-text {
  color: rgb(148, 140, 125);
  font-size: 14px;
  text-align: center;
}

.hero-about {
  background: url('../image/carouselimg.jpg');
  background-color: rgba(0, 0, 0, 0.59);
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 50vh;
  width: 100%;
  display: flex;
  align-items: center;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/azulapartment/azul-apartment.al/azul-apartment.al_2026-08-20_14-13-08-049/img/20260820_093603_azul_16.jpeg");
  background-origin: initial;
  background-clip: initial;
  background-position-x: center;
  background-position-y: center;
}

.breadcrumb-item a,
.breadcrumb-item.active {
  color: white;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: white;
}

a {
  text-decoration: none;
}

.hero-rooms {
  background: url('../image/carouselimg.jpg');
  background-color: rgba(0, 0, 0, 0.59);
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 50vh;
  width: 100%;
  display: flex;
  align-items: center;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/azulapartment/azul-apartment.al/azul-apartment.al_2026-08-20_14-13-08-049/img/20260820_103309_azul_21.jpeg");
  background-origin: initial;
  background-clip: initial;
  background-position-x: center;
  background-position-y: center;
}

.hero-contact {
  background: url('../image/carouselimg.jpg');
  background-color: rgba(0, 0, 0, 0.59);
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 50vh;
  width: 100%;
  display: flex;
  align-items: center;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/azulapartment/azul-apartment.al/azul-apartment.al_2026-08-20_14-13-08-049/img/20260820_103414_azul_24.jpeg");
  background-origin: initial;
  background-clip: initial;
  background-position-x: center;
  background-position-y: center;
}

.rooms-description {
  padding: 20px;
}

.contact-maps {
  width: 100%;
  height: 500px;
}

* {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.nav-link {
  font-weight: 500;
  color: white;
}

.nav-link:hover {
  font-weight: 500;
  color: white;
}

.breadcrumb-item.active, .breadcrumb-item a {
  color: white;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: white;
}

.cropped-image {
  object-fit: cover !important;
  object-position: center !important;
  max-width: none !important;
  max-height: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
  display: block !important;
}

.cropped-image-parent,
*:has(.cropped-image) {
  overflow: hidden !important;
  position: relative !important;
}

.cropped-image-parent, :has(.cropped-image) {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  position: relative !important;
}

.c11050 {
  background-color: rgb(255, 255, 255);
}

.room-card .row {
  min-height: 485px;
}

.room-card img {
  width: 100%;
  height: 485px;
  object-fit: cover;
}

.room-card .col-lg-5 {
  background-color: rgb(255, 255, 255);
}

.room-text {
  width: 100%;
  height: 100%;
  padding: 55px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.room-name {
  margin-bottom: 15px;
}

.room-description {
  max-width: 420px;
  margin-bottom: 28px;
  line-height: 1.7;
}

.room-features {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 25px;
  margin-bottom: 35px;
  row-gap: 18px;
  column-gap: 25px;
}

.room-features span {
  width: calc(50% - 13px);
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  row-gap: 9px;
  column-gap: 9px;
}

.room-features i {
  color: rgb(23, 77, 59);
}

@media (max-width: 576px) {
  .image-overlap-container {
    padding-bottom: 20%;
  }
  .banner-title {
    font-size: 32px;
  }
}

@media (max-width:768px) {
  .navbar {
    background-color: #1A4531;
  }
  .super-title {
    font-size: 3.5rem;
  }
  .title2 {
    font-size: 30px;
  }
  .title {
    font-size: 45px;
  }
  .room-text {
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width:425px) {
  .hero-para {
    font-size: 1rem;
  }
  .super-title {
    font-size: 2.8rem;
  }
}

@media (max-width:320px) {
  .title {
    font-size: 35px;
  }
  .title2 {
    font-size: 22px;
  }
}