@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

html,
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  font-family: "Playfair Display", serif;
  color: #ffffff;
  background-color: #fcfaee;


  
}
p {
  color: #436a9b;
}

::selection {
  color: #ffffff;
  background: #74685e;
}

.background-container {
  animation: zoom 10s ease-in-out forwards;
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

nav.navbar {
  background-color: #02214b;
  backdrop-filter: blur(0px) !important;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  font-weight: 400 !important;
  z-index: 1000;

  position: sticky;
  font-size: 17px !important;
  
}

li.nav-item a.nav-link {
  color: rgb(255, 255, 255) !important;
  
  font-weight: 400 !important;
  font-size: 14px !important;
}

.nav-item {
  margin-top: 25px;
  margin-bottom: 30px;
  align-items: center !important;
  justify-content: center;
}

a.nav-link:hover {
  transform: scale(1.07);
  text-decoration: none;
}

.navbar li a.active {
  color: #ffffff !important;
  transform: scale(1.05);
  background-color: transparent;
  border-bottom: #ffffff 1px solid !important;
}

.dropdown-menu {
  background-color: #ffffff !important;
  color: #ffffff;
  backdrop-filter: blur(0px) !important;
  transition: background 0.5s !important;
  border: 1px solid #490e0e;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  z-index: 100;
  width: 100%;
  text-align: center;
  padding: 10px;
}

.dropdown-menu .dropdown-item {
  color: rgb(0, 0, 0);
  text-align: left;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #d2cbbf;

  transform: scale(1.02);
  color: rgb(43, 43, 43);
}

#carouselExampleFade {
  margin-top: -200px;
}
.carousel1 {
  background: url("image/exterior/exterior\ \(13\).JPG") rgba(20, 19, 19, 0.493);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 1000px;
}

.carousel2 {
  background: url("image/exterior/exterior\ \(14\).JPG") rgba(20, 19, 19, 0.493);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 1000px;
}

.carousel3 {
  background: url("image/exterior/exterior\ \(9\).JPG") rgba(20, 19, 19, 0.493);

  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 1000px;
}

.carousel-caption {
  margin-bottom: 1%;
  text-align: start;
}

.carousel-caption h1 {
  font-family: "Playfair Display", serif;
  font-style: italic;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-size: 100px !important;
  font-weight: 100;
  color: #ffffff;
}

.carousel-caption h6 {
  margin-bottom: 0px;
  font-family: "Jost", sans-serif;
  font-size: 12px;
  letter-spacing: 1.2px !important;
  text-transform: uppercase;
  color: #b88f40 !important;
  font-weight: 900 !important;
}

.fancy {
 border: 1px solid white;
  background: transparent;
  padding: 20px;
  color: white;
  cursor: pointer;
  display: inline-block;
  /* float: right; */
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0;
  outline: none;
  overflow: visible;

  transition: all 0.3s ease-in-out;
  user-select: none;
  font-size: 13px;
}


.fancy .text {
  font-size: 1.125em;
  line-height: 1.33333em;
  padding-left: 2em;
  display: block;
  text-align: left;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(255, 255, 255);
}

.fancy .top-key {
  height: 2px;
  width: 1.5625rem;
  top: -2px;
  left: 0.625rem;
  position: absolute;
  background: #00000000;
  transition:
    width 0.5s ease-out,
    left 0.3s ease-out;
}

.fancy .bottom-key-1 {
  height: 2px;
  width: 1.5625rem;
  right: 1.875rem;
  bottom: -2px;
  position: absolute;
  background: #00000000;
  transition:
    width 0.5s ease-out,
    right 0.3s ease-out;
}

.fancy .bottom-key-2 {
  height: 2px;
  width: 0.625rem;
  right: 0.625rem;
  bottom: -2px;
  position: absolute;
  background: #00000000;
  transition:
    width 0.5s ease-out,
    right 0.3s ease-out;
}

.fancy:hover {
  color: rgb(0, 0, 0);
  background: rgb(255, 255, 255);
}

.fancy:hover::before {
  width: 0.9375rem;
  background: rgb(0, 0, 0);
}

.fancy:hover .text {
  color: rgb(0, 0, 0);
  padding-left: 1.5em;
}

.fancy:hover .top-key {
  left: -2px;
  width: 0px;
}

.fancy:hover .bottom-key-1,
.fancy:hover .bottom-key-2 {
  right: 0;
  width: 0;
}
.about-section {
  position: relative;
  text-align: center;
  padding: 80px 20px;
  overflow: hidden;
}

.about-watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 450px;
  opacity: 0.15; /* transparenca e logos */
  z-index: 0;
  pointer-events: none;
}

.about-label {
  position: relative;
  z-index: 1;
  font-size: 13px;
  letter-spacing: 3px;
  color: #02214b;
  margin-bottom: 20px;
}

.about-title {
  position: relative;
  z-index: 1;
  font-size: 48px;
  font-style: italic;
  color: #02214b;
  font-family: Georgia, serif;
  margin: auto;
  display: block;
}

.text-about {
  font-family: "Jost", sans-serif;
  color: #134384;
  font-weight: 500;
  line-height: 5;
}
.about {
  margin-left: 50px;
  margin-right: 50px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.about p {
  margin-left: 50px;
  margin-right: 50px;
}
.p-67 {
  width: 20%;
  margin: auto;
  display: block;
  opacity: 1;
}
.h2-head {
  color: #134384;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 50px;

  align-items: center;
  text-align: center;
  margin-left: 50px;
  margin-right: 50px;
}
.services-section {
  background-color: #02214b;
  padding: 80px 40px;
}

.services-label {
  color: #a0aecf;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.services-title {
  color: #ffffff;
  font-size: 48px;
  font-style: italic;
  font-family: Georgia, serif;
  line-height: 1.2;
  margin-bottom: 0;
}

/* --- FACILITY CARD --- */
.facility-card {
  background-color: #f5f0e8;
  padding: 35px 30px 30px 30px;
  border: 1px solid #d9d3c5;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
}

.facility-icon {
  width: 45px;
  height: 45px;
  object-fit: contain;
}

.card-number {
  font-size: 120px;
  font-family: Georgia, serif;
  font-style: italic;
  color: #02214b;
  opacity: 0.12;
  line-height: 1;
  position: absolute;
  right: 20px;
  top: 10px;
}

.card-title {
  color: #02214b;
  font-size: 20px;
  font-style: italic;
  font-family: Georgia, serif;
  margin-bottom: 12px;
}
.rooms-section {
  background-color: #f5f0e8;
  padding: 60px 20px;
}

/* --- CARD --- */
.room-card {
  border: 1px solid #02214b;
  background-color: #fff;
  overflow: hidden;
}

.room-img-wrapper {
    position: relative;
    width: 100%;
    height: 320px;
    overflow: hidden;
    padding: 20px;
}

.room-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.room-offer {
    position: absolute;
    inset: 20px;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    transition: opacity .4s ease;
}

/* .room-offer h4 {
    margin: 0;
    font-size: 2rem;
    text-transform: uppercase;
} */
/* 
.room-offer p {
    margin-top: 10px;
    font-size: 1.1rem;
} */

.room-img-wrapper:hover .room-offer {
    opacity: 1;
}

/* .room-img-wrapper:hover .room-img {
    transform: scale(1.08);
} */

.room-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.room-body {
  padding: 20px 25px 25px;
}

/* Meta row: type + stars */
.room-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.room-type {
  font-size: 11px;
  letter-spacing: 2px;
  color: #888;
  text-transform: uppercase;
}

.room-stars {
  color: #f5a623;
  font-size: 13px;
}

/* Title + Price */
.room-title-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 12px;
}

.room-title {
  font-size: 24px;
  font-style: italic;
  font-family: Georgia, serif;
  color: #02214b;
  margin: 0;
}

.room-price {
  font-size: 22px;
  font-weight: 700;
  color: #02214b;
  white-space: nowrap;
}

.room-price span {
  font-size: 13px;
  font-weight: 400;
}

/* Description */
.room-desc {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 16px;
}

/* Features */
.room-features {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 13px;
  color: #444;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e0dbd0;
}

.room-features span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.room-features i {
  color: #02214b;
}

/* Button */
.btn-book {
  display: block;
  width: 100%;
  background-color: #02214b;
  color: #fff;
  text-align: center;
  padding: 14px;
  font-size: 12px;
  letter-spacing: 2px;
  text-decoration: none;
  transition: background 0.3s;
}

.btn-book:hover {
  background-color: #0a2070;
  color: #fff;
}
.card-text {
  color: #444;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
.form-field {
  background: transparent;
  border: none;
  border-bottom: 1px solid #02214b;
  padding: 8px 0;
  font-size: 15px;
  font-style: italic;
  font-family: Georgia, serif;
  color: #02214b;
  outline: none;
}

.form-field::placeholder {
  color: #02214b;
  opacity: 0.6;
}

select.form-field {
  appearance: none;
  cursor: pointer;
}

textarea.form-field {
  border: 1px solid #02214b;
  padding: 10px;
  resize: vertical;
}
.footer {
  background-color: #02214b;
  background-size: cover;
  padding-top: 50px;
  font-size: 20px;
  border-top: 1px solid white;
}
.section-background {
  background-color: #02214b;

  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 400px;
}

.section-title h1 {
  text-align: start;
  font-size: 3.2rem;
  padding-top: 14%;

    font-family: "Playfair Display", serif;
    font-style: italic;

}
.contact-info-box {
  display: block;
  border: 1px solid #0d2b8e;
  padding: 18px 24px;
  text-decoration: none;
  transition: background 0.3s;
}

.contact-info-box:hover {
  background-color: #0d2b8e;
}

.contact-info-box:hover .room-type,
.contact-info-box:hover .room-title {
  color: #fff !important;
}
a{
    text-decoration: none;
}
@media (max-width: 1024px) {
  nav.navbar {
    height: auto;
  }
}
@media (max-width: 1790px) {
  .carousel-caption {
    margin-bottom: 0%;
    text-align: center;
  }

  nav.navbar {
    height: auto;
  }
  .nav-item {
  margin-top: 25px;
  margin-bottom: 2px;
  align-items: center !important;
  justify-content: center;
}
.about-title {
  position: relative;
  z-index: 1;
  font-size: 28px;
  font-style: italic;
  color: #02214b;
  font-family: Georgia, serif;
  margin: auto;
  display: block;
}
.about p {
  margin-left: 0px;
  margin-right: 0px;
}
.services-title {
  color: #ffffff;
  font-size: 28px;
  font-style: italic;
  font-family: Georgia, serif;
  line-height: 1.2;
  margin-bottom: 0;
}
}
@media (max-width: 990px) {
  .footer-button {
    display: flex;
    justify-content: center !important;
    text-align: center !important;
    align-items: center !important;
  }
  #carouselExampleFade {
    margin-top: 0px !important;
  }

  nav.navbar {
    height: auto;
    background-color: #02214B;
  }
  .carousel1,
  .carousel2,
  .carousel3 {
    height: 800px;
  }
  .carousel-caption {
    padding-bottom: 70%;
  }
  .carousel-caption h1 {
    font-size: 45px !important;
  }
  .img-col {
    position: relative;
    margin-left: -70px;
    margin-top: 130px;
  }
  .map-col {
    justify-content: center !important;
    text-align: center !important;
    align-items: center !important;
  }
  .text-col1 {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 100px;
    margin-bottom: 30px;
  }
  .image1 {
    z-index: 10;
    margin-bottom: 600px;
  }
  .image2 {
    position: relative;
    margin-top: 70px;
    margin-bottom: 30px;
  }
  .facilities-section {
    margin-top: 800px;
  }
  .section-background,
  .section-background1,
  .section-background2 {
    height: 500px;
  }
  .section-title h1 {
    padding-top: 40%;
    font-size: 50px !important;
  }
}

/*Animations*/
.fadeinleft {
  opacity: 0;
  transform: translateX(200px);
  transition: all 1.3s ease-out;
}
.fadeinright {
  opacity: 0;
  transform: translateX(-200px);
  transition: all 0.8s ease-out;
}
.fadeindown {
  opacity: 0;
  transform: translateY(-100px);
  transition: all 1.2s ease-out;
}
.fadeinup {
  opacity: 0;
  transform: translateY(100px);
  transition: all 1.2s ease-out;
}
.fade-in {
  opacity: 0;
  transition: all 1.3s ease-in;
}
.active-left,
.active,
.active-right,
.active-down,
.active-up {
  opacity: 1;
  transform: translateX(0);
  transform: translateY(0);
}
.fadein {
  opacity: 0;
}


/* ===============================
   OTHER PROPERTY TOPBAR
================================ */
.other-property-topbar {
  width: 100%;
  background-color: #02214b;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 18px 0 9px;
  position: relative;
  z-index: 999;
}

.other-property-topbar .container {
  max-width: 100%;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.other-property-topbar a {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight:300;
  letter-spacing: 1.3px;
  line-height: 1.4;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.other-property-topbar a span {
  color: #b88f40;
  font-weight: 700;
}

.other-property-topbar a strong {
  color: #ffffff;
  font-weight: 500;
}

.other-property-topbar a i {
  color: #ffffff;
  font-size: 15px;
  transition: transform 0.3s ease-in-out;
}

.other-property-topbar a:hover i {
  transform: translateX(5px);
}

/* ===============================
   FOOTER SISTER PROPERTY BUTTON
================================ */

.footer .footer-button {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer .footer-sister-btn {
  display: inline-block;
  border: 1px solid #ffffff;
  color: #ffffff;
  background: transparent;
  padding: 12px 24px;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.footer .footer-sister-btn:hover {
  background: #ffffff;
  color: #02214b;
  text-decoration: none;
}


/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 991px) {
  .other-property-topbar {
    padding: 10px 0;
  }

  .other-property-topbar .container {
    justify-content: center;
  }

  .other-property-topbar a {
    font-size: 11px;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }

  .footer .footer-sister-btn {
    padding: 11px 20px;
    font-size: 11px;
  }
}

/* STICKY TOPBAR + NAVBAR */

:root {
  --topbar-height: 46px;
}

.other-property-topbar {
  position: sticky;
  top: 0;
  z-index: 2000;
  width: 100%;
  background-color: #02214b;
}

.navbar.sticky-top {
  top: var(--topbar-height);
  z-index: 1999;
}