@import url('https://fonts.googleapis.com/css2?family=Ephesis&family=Jost:ital,wght@0,100..900;1,100..900&family=Marcellus&display=swap');

html,
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Marcellus';
}

p {
  font-family: Jost;
}

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

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

.navbar-brand {
  padding: 10px;
}

.logo {
  width: 140px;
}

.carousel-item {
  position: relative;
}

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

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

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

.carousel-caption p {
  font-size: 18px;
}

.carousel-caption h2,
.carousel-caption h1 {
  font-size: 4rem;
  font-weight: 300;
}

.navbar {
  position: sticky;
  top: 0px;
  color: white !important;
  padding: 1em 0em;
  z-index: 10;
  box-shadow: none !important;
  background-color: white !important;
  border-bottom: 1px solid rgba(235, 235, 235, 0.233);
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(235, 235, 235, 0.23);
}

.navbar li {
  margin: 0em 1em;
}

.navbar li a {
  color: black !important;
  font-family: Marcellus;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}

.navbar-toggler {
  border: none;
}

.book-btn {
  color: rgb(145, 116, 76);
  background-color: transparent;
  border: 1px solid #91744C;
  border-radius: 0px;
  font-family: Marcellus;
  text-transform: capitalize;
  font-size: 14px;
}

.book-btn:hover {
  background-color: rgb(145, 116, 76);
  color: white;
}

.sec-btn {
  background-color: rgb(145, 116, 76);
  color: white;
  padding: 1em 3em;
  border-radius: 0px;
  font-family: Marcellus;
}

.sec-btn:hover {
  background-color: white;
  color: rgb(0, 0, 0);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.third-btn {
  background-color: rgb(185, 157, 117);
  color: white;
  padding: 3em 2em;
  border-radius: 0px;
  font-family: Marcellus;
  font-size: 14px;
  width: fit-content;
}

.third-btn:hover {
  background-color: white;
  color: rgb(0, 0, 0);
}

.room-btn {
  background-color: none;
  box-shadow: none;
  padding: 3px;
  font-family: Jost;
  border-bottom: 1px solid #b99d75;
  border-radius: 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(185, 157, 117);
}

.room-btn:hover {
  background-color: none;
  box-shadow: none !important;
  padding: 3px;
  font-family: Jost;
  border-bottom: 1px solid transparent;
  border-radius: 0px;
  color: black;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
}

.dropdown-toggle {
  background-color: transparent !important;
  font-family: Marcellus !important;
  color: rgb(0, 0, 0) !important;
  text-transform: uppercase;
  font-size: 14px;
  border: none;
  box-shadow: none !important;
}

.dropdown {
  margin-top: -2px;
  color: rgb(0, 0, 0) !important;
  box-shadow: none !important;
}

.dropdown:hover {
  box-shadow: none !important;
}

.dropdown-toggle {
  color: rgb(0, 0, 0) !important;
  box-shadow: none !important;
}

.dropdown-menu {
  border-radius: 0px;
  background-color: rgb(214, 214, 214);
}

.dropdown-item {
  border-radius: 0px !important;
}

.dropdown-item:hover {
  border-radius: 0px !important;
  background-color: white;
  color: rgb(83, 98, 78) !important;
  transition-duration: 0.25s;
}

.dropdown-menu:hover {
  border-radius: 0px;
  background-color: white;
}

.slider-row {
  background-color: rgb(83, 98, 78);
  padding: 1em;
  position: relative;
  z-index: 100;
  color: white;
}

.location-box {
  border: 1px solid #b99d75;
  padding: 1em;
}

.about-home img {
  width: 100px;
}

.short-text {
  font-weight: 500;
  color: rgb(145, 116, 76);
  font-size: 14px;
}

.titull {
  color: black;
  font-weight: 400;
  font-size: 3rem;
}

.titull-2 {
  font-family: Marcellus;
}

.quotes {
  font-size: 3rem;
}

span {
  color: rgb(145, 116, 76) !important;
}

.about-home {
  background: url('../image/orchid-bg.png');
  background-size: 300px;
  background-position: -1% 80%;
  background-repeat: no-repeat;
  background-color: rgba(238, 235, 235, 0.745);
  padding: 10em 0em;
  margin-top: -4em;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/zurichhotel/hotelzurich.al/hotelzurich.al_2026-05-11_15-17-57-808/img/20260505_091031_Untitled-6.png");
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-position-x: -1%;
  background-position-y: 80%;
}

.about-home p {
  color: rgb(145, 116, 76);
}

.owl-home {
  margin-top: -8em;
}

.owl-home h2 {
  font-family: Marcellus;
  color: black;
}

.banner {
  background-size: cover;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 65vh;
  display: flex;
  align-items: center;
  margin: 6em 0em;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/zurichhotel/hotelzurich.al/hotelzurich.al_2026-05-11_15-17-57-808/img/20260505_073419_850810725.jpg");
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.576);
  background-position-x: center;
  background-position-y: center;
}

.banner h2 {
  color: white;
  font-size: 4rem;
  font-weight: 400;
}

.banner p {
  color: white;
}

.banner .book-btn {
  border: 1px solid white;
  color: white;
}

.sec-banner {
  margin: 6em 0em;
  background: url('../image/sec-banner.png')rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 30em;
}

.room-inner,
.room-inner img {
  height: 300px;
}

.fac-box h4 {
  font-size: 17px;
  margin: 0;
  padding: 0;
}

.fac-box p {
  line-height: 20px;
  font-size: 14px;
}

.facilities {
  background: url('../image/orchid-bg-2.png');
  background-size: 300px;
  background-position: 101% 10%;
  background-repeat: no-repeat;
  background-color: rgba(240, 240, 240, 0.56);
  padding: 6em 0em;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/zurichhotel/hotelzurich.al/hotelzurich.al_2026-05-11_15-17-57-808/img/20260504_154442_Untitled-6.png");
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-position-x: 101%;
  background-position-y: 10%;
}

.facilities-img img {
  width: 50px;
  height: 50px;
}

.pree-footer {
  padding: 5em 0em;
  background: url('../image/pree-bg.jpg')rgba(0, 0, 0, 0.7);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  color: white;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/zurichhotel/hotelzurich.al/hotelzurich.al_2026-05-11_15-17-57-808/img/20260505_073244_850810685.jpg");
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.7);
  background-position-x: center;
  background-position-y: center;
}

.pree-footer .short-text {
  color: white;
}

.pree-footer .book-btn {
  border: 1px solid white;
  color: white;
}

.location-box p {
  line-height: 20px;
  color: rgb(226, 226, 226);
  font-size: 14px;
}

.footer {
  background-color: rgb(20, 20, 20);
  color: white;
}

.footer-row {
  border-top: 1px solid #8181813a;
  border-bottom: 1px solid #8181813a;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(129, 129, 129, 0.227);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(129, 129, 129, 0.227);
}

.footer-col {
  border-right: 1px solid #8181813a;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(129, 129, 129, 0.227);
}

.footer-title {
  font-size: 12px;
  color: rgb(145, 116, 76);
  font-weight: 500;
}

.footer a {
  color: white;
  padding: 0 10px !important;
}

.copyright {
  border-top: 0px;
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
}

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

.logo-Intermedia {
  width: 100px;
}

.about-head .titull,
.contact-head .titull,
.contact-head p,
.gallery-head .titull,
.gallery-head p,
.rooms-head .titull,
.rooms-head p {
  color: white !important;
}

.about {
  margin-top: 0em;
  padding-top: 4em;
}

.contact {
  padding-top: 5em;
}

.contacxt h2 {
  font-weight: 300;
  font-size: 2rem;
}

.contact-boxes hr {
  color: rgb(190, 190, 190);
}

.contact-title {
  font-family: Georgia, "Times New Roman", Times, serif !important;
  color: rgb(172, 140, 54) !important;
}

.contact-info {
  text-align: center;
  font-size: 20px;
}

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

.gallery {
  padding: 5em 0em;
}

.gallery img {
  border-radius: 10px;
}

.rooms-section {
  padding: 5em 0em;
}

.rooms-head {
  background: url('../image/room-1-orchid-8.jpg')rgba(0, 0, 0, 0.65);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 60vh;
  display: flex;
  align-items: center;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/zurichhotel/hotelzurich.al/hotelzurich.al_2026-05-11_15-17-57-808/image/room-1-orchid-8.jpg");
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.65);
  background-position-x: center;
  background-position-y: center;
}

.gallery-head {
  background: url('../image/orchid-2.jpg')rgba(0, 0, 0, 0.65);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 60vh;
  display: flex;
  align-items: center;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/zurichhotel/hotelzurich.al/hotelzurich.al_2026-05-11_15-17-57-808/img/20260504_155156_850810685.jpg");
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.65);
  background-position-x: center;
  background-position-y: center;
}

.about-head {
  background: url('../image/orchid-1.jpg')rgba(0, 0, 0, 0.55);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 60vh;
  display: flex;
  align-items: center;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/zurichhotel/hotelzurich.al/hotelzurich.al_2026-05-11_15-17-57-808/img/20260505_081657_850810435.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;
}

.contact-head {
  background: url('../image/pree-bg.jpg')rgba(0, 0, 0, 0.55);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 60vh;
  display: flex;
  align-items: center;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/zurichhotel/hotelzurich.al/hotelzurich.al_2026-05-11_15-17-57-808/image/pree-bg.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;
}

.service {
  padding: 30px;
}

.first-facilities {
  flex-direction: column;
}

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;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Marcellus;
}

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

.carousel-caption h2, .carousel-caption h1 {
  font-size: 4rem;
  font-weight: 300;
}

.room-inner, .room-inner img {
  height: 300px;
}

.about-head .titull, .contact-head .titull, .contact-head p, .gallery-head .titull, .gallery-head p, .rooms-head .titull, .rooms-head p {
  color: white !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;
}

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

.c12988 {
  color: rgb(33, 37, 41);
  font-size: 20px;
  background-color: rgb(255, 255, 255);
}

@media only screen and (max-width: 980px) {
  .navbar {
    background-color: rgb(255, 255, 255) !important;
    border-bottom: 0px;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
  }
  .carousel-caption h2,
    .carousel-caption h1 {
    font-size: 2.5rem;
  }
  .carousel-caption p {
    display: none;
  }
  .about-home {
    padding-bottom: 26em;
    background-position-x: -1%;
    background-position-y: 75%;
  }
  .banner h2 {
    font-size: 3rem;
  }
  .image-service {
    display: none;
  }
  .hotel-img {
    width: 90%;
    height: 300px;
    padding-right: 29px;
  }
  .tekst {
    width: 60%;
  }
  .first-facilities {
    align-items: end;
  }
  .titull {
    font-size: 2rem;
  }
  .contact-info {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .service {
    padding: 10px;
  }
  .owl-home h2 {
    padding: 0 10px;
  }
  .col-start {
    text-align: start !important;
  }
  .room-box {
    margin: 1em 0.4em;
  }
  .slider-row {
    display: none;
  }
  .footer-col {
    border-bottom: 1px solid #8181813a;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(129, 129, 129, 0.227);
  }
  .carousel-caption h2, .carousel-caption h1 {
    font-size: 2.5rem;
  }
}

@media (max-width:500px) {
  .first-facilities {
    flex-direction: column;
  }
  .hotel-img {
    width: 100%;
    padding-right: 0;
  }
  .tekst {
    width: 100%;
    padding: 10px;
  }
  .about-home {
    padding-bottom: 20em;
    background-position-y: 88%;
  }
  .banner h2 {
    font-size: 2rem;
  }
}

@media (max-width: 500px) {
  .hotel-img {
    width: 100%;
    padding-right: 0px;
  }
  .tekst {
    width: 100%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
}