@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

* {
  padding: 0;
  margin: 0;
}

body {
  font-size: 14px;
  font-family: Sora, sans-serif;
  color: rgb(81, 92, 98);
  background-color: white;
  overflow-x: hidden;
}

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

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

.navbar-brand {
  padding: 10px;
}

.navbar {
  background-color: rgb(15, 31, 40);
  padding: 20px 30px;
}

.nav-link,
.nav-link:hover,
.dropdown-toggle {
  color: #e1e5e7 !important;
}

.logo {
  width: 130px;
}

.hero {
  background: url('image/cover.jpg');
  background-color: rgba(0, 0, 0, 0.59);
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  width: 100%;
  height: 90vh;
  display: flex;
  align-items: flex-end;
  padding-bottom: 50px;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/linahouse/linas-house.al/linas-house.al_2026-07-06_12-13-47-021/img/20260702_085526_image_24.jpeg");
  background-origin: initial;
  background-clip: initial;
  background-position-x: center;
  background-position-y: center;
}

.book-now {
  background-color: white;
  border-radius: 30px;
  color: rgb(15, 31, 40);
  padding: 5px 15px;
}

.book-now:hover {
  background-color: rgb(54, 175, 164);
  color: white;
}

.super-title {
  font-size: 3rem;
  color: white;
}

.hero p,
.super-title {
  color: white;
}

.hero hr {
  color: white;
}

.detalis {
  letter-spacing: 3px;
  color: rgb(81, 92, 98);
  font-weight: 600;
}

.sector {
  padding: 100px 0;
}

.round {
  border-radius: 20px;
  filter: brightness(0.8);
}

.book2,
.book2:hover {
  border-radius: 30px;
  padding: 5px 15px;
  background-color: #36AFA4;
  color: white;
  width: fit-content;
  display: block;
}

.hr-divider {
  height: 2px;
  border: none;
  background-color: #515C62;
  opacity: 0.5;
  border-radius: 5px;
}

.facilities {
  background: url('image/cover.jpg');
  background-color: rgba(0, 0, 0, 0.59);
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
  background-origin: initial;
  background-clip: initial;
  background-position-x: center;
  background-position-y: center;
  color: white;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/linahouse/linas-house.al/linas-house.al_2026-07-06_12-13-47-021/img/20260702_075601_image_77.jpeg");
}

.facilities h6 {
  color: rgb(255, 255, 255);
  font-weight: 400;
  font-family: Jost, sans-serif;
}

.facilities-icon p {
  color: rgb(177, 127, 44);
}

.counter {
  font-size: 2rem;
}

.number-box {
  text-align: center;
}

.villa-card {
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 20px;
  background-color: rgb(255, 255, 255);
  transition-duration: 0.3s, 0.3s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0s;
  transition-property: transform, box-shadow;
}

.villa-card img {
  transition: transform 0.5s ease;
  filter: brightness(0.65);
}

.villa-card:hover img {
  transform: scale(1.08);
  border-radius: 30px;
}

.villa-overlay {
  position: absolute;
  bottom: 0px;
  width: 100%;
  display: flex;
  justify-content: end;
  flex-direction: column;
  border-radius: 30px;
}

.room-title {
  color: white;
  font-weight: 500;
  font-size: 1.5rem;
}

.facilities2 {
  background-color: rgb(255, 246, 239);
}

.card-facilities {
  padding: 20px;
  background-color: white;
  border-radius: 20px;
  border: solid 1px #0F1F281F;
}

.circle {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.circle i {
  color: white;
  font-weight: 600;
  font-size: 1.2rem;
}

.child>div:nth-of-type(odd) .circle {
  background-color: #36AFA4;
}

.child>div:nth-of-type(even) .circle {
  background-color: #E9AB78;
}

.title2 {
  font-size: 1rem;
  font-weight: 500;
}

.card-facilities:hover,
.card-testimonials:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
  transition: all 0.3s ease;
}

.card-testimonials {
  padding: 40px;
  background-color: white;
  border-radius: 10px;
  border: solid 1px #0F1F281F;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.banner {
  background: url('image/cover.jpg');
  background-color: rgba(0, 0, 0, 0.59);
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  width: 100%;
  height: 40vh;
  display: flex;
  align-items: flex-center;
  flex-direction: column;
  color: white;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/linahouse/linas-house.al/linas-house.al_2026-07-06_12-13-47-021/img/20260702_075915_image_85.jpeg");
  background-origin: initial;
  background-clip: initial;
  background-position-x: center;
  background-position-y: center;
}

.footer {
  background-color: rgb(15, 31, 40);
  color: white;
  font-weight: normal;
  padding: 50px 0 10px 0;
}

.footer li {
  padding: 10px 0;
}

.footer a {
  color: white;
  text-decoration: none;
}

.map {
  width: 100%;
}

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

.hero-text {
  color: white;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.super-title {
  color: white;
  font-size: 3rem;
}

.breadcrumb-item a,
.breadcrumb-item.active,
.breadcrumb-item+.breadcrumb-item::before {
  color: white !important;
}

a {
  text-decoration: none;
}

.contact {
  background-color: #e1e5e7;
}

.card-contact {
  padding: 20px;
  background-color: white;
  border-radius: 20px;
  border: solid 1px #0F1F281F;
}

.card-contact .circle {
  background-color: rgb(54, 175, 164);
}

.map-contact {
  width: 100%;
  border-radius: 20px;
  height: 30vh;
}

.villa-card {
  background-color: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.villa-card:hover {
  transform: translateY(-5px);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 30px;
}

.villa-img-wrapper img {
  transition: transform 0.5s ease;
}

.villa-card:hover .villa-img-wrapper img {
  transform: scale(1.05);
}

.villa-content {
  background-color: rgba(233, 171, 120, 0.3);
}

.room-title2 {
  color: rgb(44, 62, 80);
  font-weight: 700;
  font-size: 1.5rem;
}

.villa-description {
  color: rgb(108, 117, 125);
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.nav-link {
  color: rgb(225, 229, 231) !important;
}

.nav-link:hover {
  color: rgb(225, 229, 231) !important;
}

.dropdown-toggle {
  color: rgb(225, 229, 231) !important;
}

.super-title, .hero p {
  color: white;
}

.book2 {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
  background-color: rgb(54, 175, 164);
  color: white;
  width: fit-content;
  display: block;
}

.book2:hover {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
  background-color: rgb(54, 175, 164);
  color: white;
  width: fit-content;
  display: block;
}

.child > div:nth-of-type(2n+1) .circle {
  background-color: rgb(54, 175, 164);
}

.child > div:nth-of-type(2n) .circle {
  background-color: rgb(233, 171, 120);
}

.card-facilities:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 15px;
  transform: translateY(-5px);
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.card-testimonials:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 15px;
  transform: translateY(-5px);
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.breadcrumb-item.active, .breadcrumb-item a, .breadcrumb-item + .breadcrumb-item::before {
  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;
}

.c10414 {
  font-weight: bolder;
}

.c41513 {
  color: rgb(81, 92, 98);
}

@media (max-width:500px) {
  .navbar {
    padding-left: 0;
    padding-right: 0;
  }
}