@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Nothing+You+Could+Do&display=swap');

html,
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  font-family: "Cormorant Garamond";
  background-color: #ffffff;
  color: rgb(0, 0, 0);
}

p {
  font-family: Jost, sans-serif;
}

h5 {
  font-family: "Nothing You Could Do", cursive;
  color: rgb(27, 76, 96) !important;
  font-size: 25px;
}

h6 {
  font-family: Jost, sans-serif;
  font-weight: 400;
  font-size: 15px !important;
  color: rgb(85, 85, 85);
  letter-spacing: 1px;
  line-height: 28px;
}

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

a {
  color: initial !important;
  text-decoration: none;
}

.navbar-brand {
  padding: 10px;
}

.navbar-brand img {
  max-width: 100px;
  height: auto;
}

.navbar {
  transition: 0.3s;
  background-color: white;
}

.logo {
  width: 130px;
}

.logo2 {
  width: 150px;
}

.footer {
  background-color: rgb(10, 28, 35) !important;
  padding-top: 60px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  color: white;
}

.footer-title {
  font-size: 32px;
  letter-spacing: 4px;
  color: white;
}

.footer h4 {
  font-size: 24px;
}

.footer-description {
  font-size: 15px;
  font-family: Jost, sans-serif;
  font-weight: 400;
  line-height: 28px;
  color: white;
}

a.footer-link {
  color: white !important;
  font-family: Jost, sans-serif;
  font-weight: 300;
}

.footer a {
  color: white !important;
  font-family: Jost, sans-serif;
  font-weight: 500;
  font-size: 14px;
  padding: 0 10px;
}

.footer-link:hover {
  color: rgb(169, 209, 219);
}

.footer-link h6 {
  color: white;
}

.payment {
  display: flex;
}

.footer-map {
  width: 100%;
  height: 150px;
  border: 0;
}

.logo-footer {
  width: 100px;
}

.copyright h6 {
  color: white;
}

.socials {
  display: flex;
  color: white;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  font-family: Jost, sans-serif;
  font-size: 18px;
}

.footer-link {
  color: white !important;
}

.socials a {
  text-decoration: none !important;
  color: white;
}

.socials a:hover h4 {
  color: rgb(169, 209, 219);
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

.copyright {
  display: flex;
  justify-content: right;
  text-align: right;
  align-items: end;
}

.room-link {
  color: #000000;
}

.room-link:hover {
  color: #932B41;
}

.navbar .navbar-nav .nav-link {
  color: rgb(0, 0, 0);
  font-size: 1.1em;
}

.navbar .navbar-nav .nav-link:hover {
  color: rgb(128, 128, 128) !important;
  transition: 0.2s ease-in-out;
}

.navbar-logo-centered .navbar-nav .nav-link {
  padding: .5em 1em;
}

.top-bar {
  background-color: #1B4C60;
  padding: 10px;
  color: white !important;
}

.top-bar a,
.top-bar h6,
.top-bar span {
  color: white;
}

.carousel-item {
  position: relative;
}

.carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: auto;
  right: auto;
  color: white;
}

.carousel-inner,
.carousel-inner img {
  height: 80vh;
  width: 100%;
  object-fit: cover;
}

.carousel-inner img {
  filter: brightness(0.6);
}

.carousel-caption h3 {
  font-size: 72px;
  font-family: "Cormorant Garamond";
  line-height: 67.68px;
  letter-spacing: normal;
  font-weight: 700;
  font-stretch: 100%;
}

.carousel-caption p {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-family: Jost, sans-serif;
}

footer {
  background-color: rgb(17, 17, 17);
  padding-top: 60px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}

a.footer-link {
  color: white !important;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
}

.footer-link:hover {
  color: #A9D1DB;
}

.payment {
  display: flex;
}

.socials {
  display: flex;
  color: white;
}

.footer-links {
  display: flex;
  font-family: 'Jost', sans-serif;
  font-size: 18px;
}

.footer-contact h6 {
  color: white;
}

.socials a {
  text-decoration: none !important;
  color: white;
}

.socials a:hover h4 {
  color: #A9D1DB;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

.copyright {
  display: flex;
  justify-content: right;
  text-align: right;
  align-items: end;
}

.room-link {
  color: #000000;
}

.room-link:hover {
  color: #932B41;
}

.learn-more {
  display: inline-block;
  height: auto;
  width: fit-content;
  cursor: pointer;
  border-radius: 40px;
  color: white !important;
  font-size: 18px;
  padding: 5px 15px;
  background-color: rgb(0, 25, 28);
  border: solid 5px #00191C;
}

.room-card {
  border-radius: 30px;
  position: relative;
}

.photo-room {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.room-content span {
  font-weight: 700;
}

.buttons {
  display: flex;
  justify-content: space-around;
  top: 20px;
  left: 20px;
}

.book-btn {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  width: 150px;
  height: 50px;
  background-color: white;
  margin: 10px 0px 10px 0px;
  color: rgb(27, 76, 96) !important;
  padding: 10px;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: bolder;
  text-transform: uppercase;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.book-btn p {
  vertical-align: middle;
  text-align: center;
  padding: 0;
  margin: 0;
  transition: all 0.4s cubic-bezier(0.35, 0.1, 0.25, 1);
  position: absolute;
  width: 100%;
  height: 100%;
}

.buttons button.start:hover:before,
.buttons button.start:hover:after {
  display: none;
}

.buttons button.start:hover span {
  display: none;
}

.buttons button:active {
  outline: none;
  border: none;
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
}

.buttons button:focus {
  outline: 0;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
}

.nav-hidden {
  display: none;
}

.nav-hidden1 {
  display: block;
}

.section-title {
  font-size: 2rem;
  font-weight: 300;
}

.title2 {
  font-size: 3rem;
  font-weight: 700;
}

.about-section {
  background: url('../image/h1-about-bg.png');
  background-position: left;
  background-size: 18%;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding: 100px 0;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/vilaera2/vila-era-2.al/vila-era-2.al_2026-04-20_08-34-33-920/image/h1-about-bg.png");
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  background-position-x: left;
  background-position-y: center;
}

.info-box {
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  padding: 30px;
  text-align: center;
  width: fit-content;
  background-color: white;
  align-items: end;
  border-radius: 20px;
  z-index: 10;
  position: relative;
  display: grid;
  justify-self: right !important;
  margin-right: -50px;
}

.img1 {
  position: relative;
  margin-top: -100px;
}

.room-card {
  border-radius: 30px;
  position: relative;
}

.room-content {
  padding: 20px;
}

.facilities {
  background-color: white;
  padding-top: 100px;
  padding-bottom: 100px;
}

.about-testimonials {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #0A1C23;
  color: white;
  border-bottom: 1px solid #a9774e;
}

.about-testimonials .author {
  font-style: italic;
  color: rgb(169, 119, 78);
}

.about-testimonials h6 {
  color: white;
}

.facilities-col {
  padding: 50px;
}

.facility-box {
  background-color: white;
  padding: 50px;
  text-align: center;
}

.unique-box {
  border-left: 1px solid #1B4C60;
  border-right: 1px solid #1B4C60;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgb(27, 76, 96);
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgb(27, 76, 96);
}

.testimonial-section {
  padding: 100px 0;
}

.testimonial-section img {
  width: 70px !important;
  height: 70px;
}

.fa-star {
  color: rgb(27, 76, 96);
}

.testimonial-box {
  border: 1px solid #EEEEEE;
  padding: 40px;
  transition: 0.3s ease-in-out;
}

.testimonial-box:hover {
  border: 1px solid #1B4C60;
  transition: 0.3s ease-in-out;
}

.quotes {
  position: relative;
  z-index: 10;
  margin-bottom: -40px;
}

.cover-bg {
  background: url('../image/img6.jpg') rgba(0, 0, 0, 0.549);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/vilaera2/vila-era-2.al/vila-era-2.al_2026-04-20_08-34-33-920/img/20260417_131751_WhatsApp_Image_2026-04-16_at_133632_5.jpeg");
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.55);
  background-position-x: center;
  background-position-y: center;
}

.cover-bg h5 {
  color: white !important;
}

.section-bg {
  background: url('../image/room5.png') rgba(0, 0, 0, 0.549);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  color: white !important;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/vilaera2/vila-era-2.al/vila-era-2.al_2026-04-20_08-34-33-920/img/20260417_133147_WhatsApp_Image_2026-04-16_at_133633.jpeg");
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.55);
  background-position-x: center;
  background-position-y: center;
}

.room-wrapper {
  position: relative;
  justify-content: center;
  text-align: center;
}

.info-box1 {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #1B4C60;
  color: white;
  padding: 10px 20px;
}

.rooms {
  padding: 100px 0;
}

.room-wrapper h2 {
  font-size: 2rem;
  font-weight: 700;
}

.rooms-section {
  padding-bottom: 100px;
}

.section-bg1 {
  background: url('../image/img14.jpeg') rgba(0, 0, 0, 0.549);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  color: white !important;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/vilaera2/vila-era-2.al/vila-era-2.al_2026-04-20_08-34-33-920/img/20260417_132546_WhatsApp_Image_2026-04-16_at_133633_4.jpeg");
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.55);
  background-position-x: center;
  background-position-y: center;
}

.about {
  padding: 100px 0;
}

.top-title {
  font-weight: 700;
}

.facility-box1 {
  padding: 30px;
  text-align: center;
  justify-content: center;
  background-color: white;
  -webkit-box-shadow: 10px 10px 31px -21px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 31px -21px rgba(0, 0, 0, 0.75);
  box-shadow: rgba(0, 0, 0, 0.75) 10px 10px 31px -21px;
}

.section-bg2 {
  background: url('../image/img15.jpeg') rgba(0, 0, 0, 0.549);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  color: white !important;
  background-image: url(https://api.intermedia-web.com/getSavedAsset/vilaera2/vila-era-2.al/vila-era-2.al_2026-04-20_08-34-33-920/img/20260417_132951_WhatsApp_Image_2026-04-16_at_133633_3.jpeg);
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.55);
  background-position-x: center;
  background-position-y: center;
}

.gallery {
  padding: 100px 0;
}

.section-bg3 {
  background: url('../image/img13.jpg') rgba(0, 0, 0, 0.549);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  color: white !important;
  background-image: url(https://api.intermedia-web.com/getSavedAsset/vilaera2/vila-era-2.al/vila-era-2.al_2026-04-20_08-34-33-920/img/20260420_075442_WhatsApp_Image_2026-04-16_at_133632_4.jpeg);
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.55);
  background-position-x: center;
  background-position-y: center;
}

.contact {
  padding: 100px 0;
}

.map {
  width: 100%;
  height: 100%;
  border: 0;
}

html, body {
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-family: "Cormorant Garamond";
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  overflow-x: hidden !important;
}

.top-bar a, .top-bar h6, .top-bar span {
  color: white;
}

.carousel-inner, .carousel-inner img {
  height: 80vh;
  width: 100%;
  object-fit: cover;
}

.buttons button.start:hover::before, .buttons button.start:hover::after {
  display: none;
}

.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;
}

@media (max-width:1000px) {
  .img1 {
    margin-top: -50px;
  }
  .info-box {
    margin-right: -10px;
  }
  .br-tag {
    display: block !important;
  }
  .carousel-caption {
    bottom: 0%;
  }
  .carousel-caption h3 {
    font-size: 40px;
    z-index: 100;
    line-height: normal;
    font-stretch: normal;
    margin-bottom: 20px !important;
  }
  .carousel-caption p {
    line-height: 20px;
    font-stretch: normal;
    margin-bottom: 20px !important;
  }
}

@media (max-width:500px) {
  .unique-box {
    border: none;
  }
  .title2 {
    font-size: 2.5rem;
  }
  .cover-bg h5 {
    font-size: 23px;
  }
  .facility-box {
    padding: 30px;
  }
}

@media (max-width:375px) {
  .title2 {
    font-size: 2rem;
  }
  .section-title {
    font-size: 2rem;
  }
  .cover-bg h5 {
    font-size: 20px;
  }
  .room-wrapper h2 {
    font-size: 1.5rem;
  }
  .footer-links a {
    display: block;
  }
}

@media (max-width: 375px) {
  .footer-links a {
    display: block;
  }
}