@import url('https://fonts.googleapis.com/css2?family=Anton&family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Cardo:ital,wght@0,400;0,700;1,400&family=Catamaran:wght@100..900&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=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Dancing+Script:wght@400..700&family=Halant:wght@300;400;500;600;700&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Jost:ital,wght@0,100..900;1,100..900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Lora:ital,wght@0,400..700;1,400..700&family=Manrope:wght@200..800&family=Marcellus&family=Monsieur+La+Doulaise&family=Montez&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mrs+Saint+Delafield&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Nothing+You+Could+Do&family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Princess+Sofia&family=Road+Rage&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rock+Salt&family=Sacramento&family=Tangerine:wght@400;700&family=Tenor+Sans&display=swap');


html,
body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Jost", sans-serif;
  color: rgb(0, 0, 0);
  background-color: #ffffff !important;
}

a {
  text-decoration: none !important;
}

h1 {
  font-size: 50px !important;
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 500 !important;
  color: rgb(99, 84, 66) !important;
}

h2 {
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 400 !important;
}

h3 {
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 500 !important;
}

h4 {
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 200 !important;
}

h5 {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 200 !important;
}

.subtext {
  font-family: "Mrs Saint Delafield", serif;
  color: #704323 !important;
  font-size: 50px !important;
}

p {
  font-family: Jost, sans-serif;
  color: rgba(0, 0, 0, 0.718);
  font-weight: 400 !important;
  margin-bottom: 0px;
  line-height: 27.2px;
}

.navbar {
  background-color: rgba(255, 255, 255, 0);
  padding: 10px 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.306);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.306);
}

.navbar-brand {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 10px;
}

.nav-link {
  color: rgb(255, 255, 255) !important;
  font-weight: 500;
  margin: 15px 10px;
  position: relative;
  font-family: Jost, sans-serif;
}

.nav-item.dropdown .nav-link::after {
  vertical-align: middle;
  margin-left: 5px;
}

.offcanvas-body ul li a.nav-link {
  color: black !important;
}

.book-now-btn {
  background-color: rgba(255, 255, 255, 0);
  color: white;
  border: 1px solid white;
  padding: 10px 20px;
  font-family: Jost, sans-serif;
  letter-spacing: 2px;
  font-weight: 500;
}

.phone-number {
  color: rgb(0, 0, 0);
  margin-right: 15px;
}

.offcanvas-navbar {
  display: none !important;
}

.logo {
  width: 80px;
}

.logo2 {
  width: 50px;
}

.logo3 {
  width: 80px;
}

.scrolled {
  background-color: white!important;
  border-radius: 0px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  position: fixed !important;
  width: 100%;
  border-bottom: none !important;
}

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

.scrolled .book-now-btn {
  background: #635442!important;
  background-image: initial !important;
  background-position-x: initial !important;
  background-position-y: initial !important;
  background-size: initial !important;
  background-repeat: initial !important;
  background-attachment: initial !important;
  background-origin: initial !important;
  background-clip: initial !important;
  background-color: rgb(99, 84, 66) !important;
}

.owl-carousel .owl-stage {
  padding-top: 50px;
  padding-bottom: 50px;
}

.scrollToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #704323;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  display: none;
  z-index: 1000;
}

.scrollToTop:hover {
  background-color: #704323d7;
}

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

.carousel-item {
  position: relative;
}

.carousel-caption {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  bottom: auto !important;
  right: auto !important;
  color: rgb(255, 255, 255);
}

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

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

.text-line1 {
  color: white;
}

.carousel-caption p {
  font-family: "Mrs Saint Delafield", serif;
  font-size: 50px;
  position: relative;
  margin-bottom: -40px;
  z-index: 10;
}

.carousel-caption h2 {
  font-size: 60px;
  font-weight: lighter !important;
  font-family: "Tenor Sans", sans-serif;
  color: white !important;
  padding: 20px;
  text-align: center;
}

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

.fa-right-long {
  position: relative;
  color: rgb(112, 67, 35);
  z-index: 1000 !important;
}

.top-bar {
  background-color: #20100200;
  border-radius: 0px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 10px;
  color: rgb(255, 255, 255) !important;
  border-bottom: 1px solid #704323;
  z-index: 1000;
  position: relative;
}

.button-59 {
  align-items: center;
  background-color: rgb(255, 255, 255);
  border: 2px solid #704323;
  box-sizing: border-box;
  color: rgb(112, 67, 35);
  cursor: pointer;
  display: inline-flex;
  fill: rgb(112, 67, 35);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  justify-content: center;
  letter-spacing: -0.8px;
  line-height: 24px;
  min-width: 140px;
  outline: 0;
  padding: 0 17px;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
}

.button-59:focus {
  color: rgb(23, 30, 41);
}

.button-59:hover {
  border-color: #704323;
  color: rgb(112, 67, 35);
  fill: rgb(112, 67, 35);
}

.button-59:active {
  border-color: #704323;
  color: rgb(112, 67, 35);
  fill: rgb(112, 67, 35);
}

.room-section {
  background-color: rgb(99, 84, 66);
  padding-top: 100px;
}

.room-section p,
.room-section h1 {
  color: white !important;
}

.room-content1 h2 {
  color: rgb(255, 255, 255);
}

.room-content1 h6 {
  color: rgba(255, 255, 255, 0.83);
}

.room-section .cta span {
  color: white !important;
  font-weight: 400;
}

.room-box1 {
  position: relative;
}

.room-number1 {
  position: absolute;
  display: flex;
  top: 15px;
  left: 15px;
  background-color: white;
  padding: 5px;
}

.img1 {
  outline: 1px solid rgba(255, 255, 255, 0.595);
  outline-offset: -15px;
  border-radius: 0px;
  outline-color: rgba(255, 255, 255, 0.596);
  outline-style: solid;
  outline-width: 1px;
}

.centered-button {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  font-size: 15px;
  width: 100px;
  height: 100px;
  color: rgb(255, 255, 255) !important;
  border-radius: 50%;
  background-color: rgba(17, 29, 34, 0.686);
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  backdrop-filter: blur(5px);
}

.room-box1:hover .centered-button {
  opacity: 1;
}

.container1 {
  width: 95% !important;
}

.footer {
  background-color: rgb(99, 84, 66) !important;
  padding-top: 60px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}

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

.footer-link {
  font-size: 14px;
}

.footer a {
  color: white;
  font-family: Jost, sans-serif;
  font-weight: 300;
  font-size: 14px;
}

.footer-link:hover {
  color: white;
}

.footer-title {
  font-size: 32px;
  letter-spacing: 4px;
  color: rgb(209, 198, 176) !important;
}

.footer-contact h4,
.footer-contact {
  color: white;
  font-size: 24px;
}

.footer-link h6 {
  color: white;
}

.logo-footer {
  width: 100px;
}

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

.copyright h6 {
  color: white;
}

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

.payment {
  display: flex;
}

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

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

.footer-links a {
  color: white;
}

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

.facility-box {
  padding: 20px;
}

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

.flower {
  width: 90px;
}

.cover-bg {
  background: url('../image/713205412.jpg') rgba(0, 0, 0, 0.46);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/elco1900/elko-boutiquehotel.al/elko-boutiquehotel.al_2026-04-27_08-25-04-208/img/20260416_075802_338022246_1.jpg");
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.46);
  background-position-x: center;
  background-position-y: center;
}

.cover-bg img {
  width: 90px;
}

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

.testimonials {
  padding-top: 100px;
  padding-bottom: 100px;
}

.testimonial-item {
  padding: 30px;
}

.testimonial-item h2 {
  color: rgb(99, 84, 66);
}

.author {
  color: rgb(99, 84, 66);
  font-style: italic;
}

.button-col {
  justify-content: end;
  text-align: end;
}

.section-bg {
  background: url('../image/DeluxeKingSuite-ttt.jpg') rgba(0, 0, 0, 0.604);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  position: relative;
  margin-top: -100px;
  padding-top: 250px;
  padding-bottom: 150px;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/elco1900/elko-boutiquehotel.al/elko-boutiquehotel.al_2026-04-27_08-25-04-208/img/20260416_082546_338022249.jpg");
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.604);
  background-position-x: center;
  background-position-y: center;
}

.room {
  padding: 100px 0;
}

.room .cta span,
.about-section .cta span .facilities-section .cta span {
  color: #704323 !important;
}

.room-content {
  padding: 30px !important;
}

.section-bg1 {
  background: url('../image/DeluxeDoubleRoom-6.jpg') rgba(0, 0, 0, 0.604);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  text-align: center;
  position: relative;
  margin-top: -100px;
  padding-top: 250px;
  padding-bottom: 150px;
  background-image: url(https://api.intermedia-web.com/getSavedAsset/elco1900/elko-boutiquehotel.al/elko-boutiquehotel.al_2026-04-27_08-25-04-208/img/20260412_084815_263009984.jpg);
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.604);
  background-position-x: center;
  background-position-y: center;
}

.section-bg1 h1 {
  color: white !important;
}

.about-img2 {
  width: 100%;
}

.col2 {
  display: block;
  background-color: rgb(209, 198, 176);
  padding: 100px 50px 80px 50px !important;
  height: 100%;
}

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

.about-txt {
  height: 100%;
}

.about .col-5 {
  margin-top: auto;
  margin-bottom: auto;
}

.img2 {
  position: relative;
  margin-left: -50px;
}

.facilities {
  padding: 100px 0;
}

.facilities img {
  width: 90px;
}

.facilities h1 {
  color: rgb(11, 11, 11) !important;
}

.gallery-section .owl-carousel .owl-stage {
  padding: 0 !important;
}

.gallery {
  padding: 100px 0;
}

.section-bg1 {
  background: url('../image/DeluxeTripleRoom-4.jpg') rgba(0, 0, 0, 0.604);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  text-align: center;
  position: relative;
  margin-top: -100px;
  padding-top: 250px;
  padding-bottom: 150px;
}

.section-bg h1 {
  color: white !important;
}

.contact {
  padding: 100px 0;
}

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

.contact-icon {
  display: flex;
  width: 60px;
  height: 60px;
  justify-content: center;
  text-align: center;
  align-items: center;
  border: 2px solid #635442;
  border-radius: 50%;
}

.room-btn {
  border-radius: 40px;
}

.contact-box {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 30px;
}

html, body {
  width: 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;
  overflow-x: hidden;
  font-family: Jost, sans-serif;
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255) !important;
}

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

.room-section p, .room-section h1 {
  color: white !important;
}

.footer-contact, .footer-contact h4 {
  color: white;
  font-size: 24px;
}

.room .cta span, .about-section .cta span .facilities-section .cta span {
  color: rgb(112, 67, 35) !important;
}

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

.img-fluid.flower {
  height: 207px;
  width: 305px;
}

@media (max-width: 991px) {
  .nav-link,
  .nav-item.about,
  .nav-item.dropdown,
  .nav-item a {
    color: #000000 !important;
  }
  .nav-item .book-now-btn {
    color: black !important;
    border-color: black !important;
  }
  .offcanvas-body ul li a.nav-link {
    color: black !important;
  }
  .br-tag {
    display: none;
  }
  .normal-navbar {
    display: none;
  }
  .offcanvas-navbar {
    display: block !important;
    color: black !important;
  }
  .navbar-brand {
    position: relative;
    left: 0px;
    transform: none;
  }
  .navbar-collapse {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
  }
  .mx-auto {
    margin-right: auto !important;
    margin-left: 0px !important;
  }
  .navbarNav2 {
    margin-top: -20px !important;
  }
  .owl-carousel .owl-stage {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .nav-item.about {
    color: rgb(0, 0, 0) !important;
  }
  .nav-item.dropdown, .nav-item a {
    color: rgb(0, 0, 0) !important;
  }
}

@media (min-width: 768px) {
  .button-59 {
    min-width: 170px;
  }
}

@media (max-width:1000px) {
  .section-bg,
  .section-bg1 {
    margin-top: -100px;
    padding-top: 300px;
    padding-bottom: 100px;
  }
  h1 {
    font-size: 30px !important;
  }
  .picture-2 {
    display: none;
  }
  .facility-box {
    padding: 5px;
  }
  .facilities-img {
    height: 100%;
  }
  .carousel-caption h2 {
    font-size: 30px;
  }
  .carousel {
    margin: 0;
  }
  .flower {
    width: 50px !important;
  }
  .button-col {
    justify-content: start;
    text-align: start;
  }
  .img2 {
    position: relative;
    margin-left: 0px;
  }
  .btn {
    border: 1px solid black !important;
    border-radius: 0px !important;
  }
  .img3 {
    display: none;
  }
  .nav-link {
    color: rgb(255, 255, 255) !important;
    font-weight: 500;
    margin: 5px 10px !important;
    position: relative;
    font-family: "Jost", sans-serif;
  }
  .footer-links {
    display: flex;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    justify-content: center;
  }
  .copyright {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
  }
}

@media (max-width:425px) {
  .facilities-img,
  .about-img2 {
    padding-top: 20px;
  }
  .col2 {
    padding: 20px !important;
  }
  .testimonial-item {
    padding: 5px;
  }
  .footer {
    padding-left: 10px;
    padding-right: 10px;
  }
  .room-content {
    padding: 10px !important;
  }
}

@media (max-width: 1000px) {
  .picture-2 {
    display: none;
  }
  .facilities-img {
    height: 100%;
  }
  .btn {
    border-top-width: 1px !important;
    border-right-width: 1px !important;
    border-bottom-width: 1px !important;
    border-left-width: 1px !important;
    border-top-style: solid !important;
    border-right-style: solid !important;
    border-bottom-style: solid !important;
    border-left-style: solid !important;
    border-top-color: black !important;
    border-right-color: black !important;
    border-bottom-color: black !important;
    border-left-color: black !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }
}

@media (max-width: 425px) {
  .facilities-img {
    padding-top: 20px;
  }
}