@import url('https://fonts.googleapis.com/css2?family=Cal+Sans&display=swap');

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
  color: black;
  font-size: 16px;
  overscroll-behavior-y: none;
}

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

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

.navbar-brand {
  padding: 10px;
}

.logo {
  width: 120px;
}

.navbar {
  top: 0px !important;
  z-index: 1030;
  background-color: rgba(255, 255, 255, 0.97);
  padding: 14px 28px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 0px, rgba(0, 0, 0, 0.04) 0px 4px 16px;
  transition: box-shadow 0.3s ease;
}

.nav-link {
  font-family: "Cal Sans", sans-serif;
  color: black;
}

.book-btn,
.book-btn:hover {
  color: white;
  background-color: #CAA05C;
  border-radius: 20px;
  padding: 5px 20px;
  width: fit-content;
}

.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;
  object-fit: cover;
  border-radius: 20px;
}

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

.hero-text {
  background: rgba(255, 255, 255, 0.114);
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 30px;
  backdrop-filter: blur(5px);
  padding: 20px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.114);
}

.carousel-caption h1 {
  font-family: "Cal Sans", sans-serif;
  font-size: 2.5rem;
}

.sector {
  padding: 80px 0;
}

.detalis {
  color: rgb(202, 160, 92);
  font-family: "Cal Sans", sans-serif;
  font-size: 1.2rem;
}

.room-img {
  border-radius: 20px;
  position: relative;
}

.room-card {
  position: relative;
  background-color: rgba(204, 163, 59, 0.12);
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.room-card1 {
  position: relative;
}

.room-text {
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 19px;
  background: rgba(255, 255, 255, 0.397);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 30px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-end-start-radius: 20px;
  border-end-end-radius: 20px;
  z-index: 10;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.396);
}

.room-name {
  color: rgb(138, 95, 26);
  font-family: "Cal Sans", sans-serif;
}

.title {
  font-family: "Cal Sans", sans-serif;
  font-size: 2rem;
}

.sector img {
  border-radius: 20px;
}

.testimonials-section {
  background-color: white;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/alnesapartment/alnes-apartments.al/alnes-apartments.al_2026-06-10_08-18-52-050/img/20260609_132646_img1.jpg");
  padding: 100px 0;
  border-radius: 20px;
  background-position-x: center;
  background-position-y: center;
}

.author {
  font-style: italic;
  font-weight: bold;
}

.item {
  padding: 30px !important;
  background: rgba(255, 255, 255, 0.397);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 30px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 20px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.396);
}

.testimonials-name {
  font-weight: 500;
  font-family: "Cal Sans", sans-serif;
  color: rgb(77, 51, 9);
}

.galery img {
  border-radius: 20px;
}

.footer {
  background-color: rgb(87, 70, 64);
  color: white;
  padding: 80px 0 20px 0;
  border-radius: 20px;
  margin: 10px;
}

.footer a {
  color: white;
}

a {
  text-decoration: none;
}

.maps {
  width: 100%;
  border-radius: 20px;
  height: 200px;
}

.footer-title {
  font-family: "Cal Sans", sans-serif;
  font-size: 1.5rem;
}

.footer-hr {
  background-color: white;
}

.facility-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.facility-card:hover {
  transform: translateY(-5px);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 20px !important;
}

.facility-icon i {
  color: rgb(204, 164, 59);
}

.topsection img {
  height: 60vh;
  width: 100% !important;
  filter: brightness(0.5);
  object-fit: cover;
  position: relative;
}

.topsection .supertitle {
  color: white;
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  font-size: 3rem;
  font-family: "Cal Sans", sans-serif;
}

.contact-map {
  width: 100%;
  border-radius: 29px;
  height: 400px;
}

.contact-icon {
  color: rgb(204, 164, 59);
}

.room-card {
  background-color: #cca33b1f;
  padding: 20px;
  border-radius: 20px;
}

* {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.book-btn {
  color: white;
  background-color: rgb(202, 160, 92);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
  width: fit-content;
}

.book-btn:hover {
  color: white;
  background-color: rgb(202, 160, 92);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
  width: fit-content;
}

.carousel-inner, .carousel-inner img {
  height: 80vh;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.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:500px) {
  .carousel-caption h1 {
    font-size: 2rem;
  }
  .topsection .supertitle {
    font-size: 2.5rem;
  }
  .navbar {
    padding: 0 12px;
  }
  .carousel-caption {
    width: 90%;
  }
}