@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 {
  color: rgb(169, 119, 78) !important;
  font-size: 25px;
}

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

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

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

a {
  text-decoration: none;
}

.navbar-brand {
  padding: 10px;
}

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

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

.logo {
  width: 80px;
}

.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 a {
  color: white !important;
}

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

.footer h6 {
  color: white !important;
}

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

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

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

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

.payment {
  display: flex;
}

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

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

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

.logo {
  width: 80px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
  border-bottom: 1px solid black;
  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: #A9774E;
  padding: 10px;
  color: white !important;
}

.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: rgb(169, 209, 219);
}

.payment {
  display: flex;
}

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

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

.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 {
  position: inline-block;
  background-color: rgb(0, 25, 28);
  border-radius: 20px;
  color: white !important;
  font-size: 18px;
  width: fit-content;
  height: auto;
  padding: 10px 15px;
  cursor: pointer;
}

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

.book-btn {
  width: fit-content;
  height: auto;
  display: inline-block;
  color: rgb(169, 119, 78);
  background-color: white;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 3px;
  text-align: center;
  padding: 10px 20px;
}

.book-btn:hover {
  border: solid 3px #A9774E;
}

.nav-hidden {
  display: none;
}

.nav-hidden1 {
  display: block;
}

.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/arja/ar-ja.al/ar-ja.al_2026-03-16_08-45-32-069/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;
}

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

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

.info-box {
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  padding: 10px;
  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;
  height: 450px;
  object-fit: cover;
  width: 100%;
}

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

.room-content {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 20px;
  background-color: white;
}

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

.facilities-col {
  padding: 50px;
}

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

.box {
  padding: 50px 10px;
}

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

.about-testimonials {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgb(10, 28, 35);
  color: white;
  border-bottom: 1px solid #a9774e;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(169, 119, 78);
}

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

.about-testimonials h6 {
  color: white;
}

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

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

.fa-star {
  color: rgb(169, 119, 78);
}

.quotes {
  position: relative;
  z-index: 10;
  margin-bottom: -40px;
  width: 70px !important;
  height: 70px;
}

.cover-bg {
  background: url('../image/img3.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/arja/ar-ja.al/ar-ja.al_2026-03-16_08-45-32-069/img/20260313_135156_triple_1.jpg");
  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;
}

.about {
  padding: 100px 0;
}

.gallery {
  padding: 100px 0;
}

.section-bg1 {
  background: url('../image/img3.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/arja/ar-ja.al/ar-ja.al_2026-03-16_08-45-32-069/img/20260313_144353_triple_1.jpg);
  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;
}

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

.contact {
  padding: 100px 0;
}

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

.rooms-section {
  padding-top: 50px;
  padding-bottom: 100px;
  background-color: rgb(245, 243, 236);
}

.room-number {
  margin-bottom: 30px;
  background-color: rgb(255, 255, 255);
}

.room-number img {
  width: 100%;
}

.room-content .section-title {
  color: rgb(169, 119, 78) !important;
}

.rooms {
  padding: 100px 0;
}

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

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

.section-bg2 {
  background: url('../image/img2.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/arja/ar-ja.al/ar-ja.al_2026-03-16_08-45-32-069/img/20260313_144516_image_32.jpg");
  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;
}

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

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: black;
  font-size: 1.1em;
}

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

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

.c14862 {
  font-family: Jost, sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
}

.c24964 {
  flex-shrink: 0;
  width: 1320px;
  max-width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

.c25196 {
  color: rgb(0, 0, 0);
}

.c25223 {
  --bs-gutter-y: 0;
  margin-top: 0px;
  margin-right: -12px;
  margin-left: -12px;
  font-size: 16px;
  font-weight: 400;
}

.c26253 {
  font-weight: bolder;
}

.c26280 {
  vertical-align: inherit;
}

.c18391 {
  vertical-align: inherit;
}

.c18409 {
  font-weight: bolder;
}

.c18436 {
  vertical-align: inherit;
}

.c18463 {
  vertical-align: inherit;
}

.c18481 {
  font-weight: bolder;
}

.c18508 {
  vertical-align: inherit;
}

.c15154 {
  vertical-align: inherit;
}

.c15172 {
  vertical-align: inherit;
}

.c15190 {
  vertical-align: inherit;
}

.c15490 {
  width: 550px;
  max-width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-top: 0px;
  font-family: "Cormorant Garamond";
  font-size: 16px;
  letter-spacing: normal;
}

.c9660 {
  color: rgb(0, 0, 0);
}

.c7046 {
  font-size: 2rem;
  background-color: initial;
}

.c7064 {
  font-size: 2rem;
  background-color: initial;
}

@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;
  }
  .buttons button p:before {
    content: attr(data-title);
    top: 70%;
    transform: translateY(-70%);
  }
  .buttons {
    display: flex;
    justify-content: start;
    top: 20px;
    left: 20px;
  }
}

@media (max-width:768px) {
  .box-3 {
    border: none !important;
  }
}

@media (max-width:425px) {
  .title2 {
    font-size: 2rem;
  }
  .section-title {
    font-size: 1.5rem;
  }
  .cover-bg h5 {
    font-size: 20px;
  }
  .about-img2 {
    width: 100%;
  }
  .about-img {
    display: none;
  }
}

@media (max-width: 1000px) {
  .buttons button p::before {
    content: attr(data-title);
    top: 70%;
    transform: translateY(-70%);
  }
}

@media (max-width: 768px) {
  .box-3 {
    border-top-width: initial !important;
    border-right-width: initial !important;
    border-bottom-width: initial !important;
    border-left-width: initial !important;
    border-top-style: none !important;
    border-right-style: none !important;
    border-bottom-style: none !important;
    border-left-style: none !important;
    border-top-color: initial !important;
    border-right-color: initial !important;
    border-bottom-color: initial !important;
    border-left-color: initial !important;
  }
}

@media (max-width: 425px) {
  .about-img2 {
    width: 100%;
  }
  .about-img {
    display: none;
  }
}