@import url('https://fonts.googleapis.com/css2?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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gilda+Display&display=swap');

* {
  padding: 0;
  margin: 0;
}

body {
  font-size: 15px;
  font-family: Barlow, sans-serif;
  overflow-x: hidden;
}

p {
  color: rgb(103, 105, 119);
}

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

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

.navbar-brand {
  padding: 10px;
}

.navbar {
  background-color: white;
}

.logo {
  width: 120px;
}

.nav-link {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: rgb(15, 36, 84);
  margin: 1px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.book-now {
  background-color: rgb(32, 149, 174);
  color: white;
  border-radius: 0;
  padding: 7px 20px;
  text-transform: uppercase;
  width: fit-content;
}

.book-now:hover {
  background-color: rgb(15, 36, 84);
  color: white;
}

.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: 95vh;
  object-fit: cover;
}

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

.carousel-title {
  position: relative;
  font-family: "Gilda Display", serif;
  font-size: 75px;
  text-transform: uppercase;
  line-height: 1em;
  -webkit-animation-delay: .6s;
  animation-delay: 0.6s;
  color: rgb(255, 255, 255);
  font-weight: 400;
  letter-spacing: 10px;
}

.carousel-caption h5,
.carousel-top {
  font-family: 'Barlow Condensed', serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #fff;
}

.book1 {
  background-color: transparent;
  color: white;
  border-radius: 0;
  padding: 7px 20px;
  text-transform: uppercase;
  width: fit-content;
  border: solid 2px white;
}

.book1:hover {
  background-color: white;
  color: rgb(15, 36, 84);
}

.sector {
  padding: 100px 0;
}

.round {
  border-radius: 10px;
}

.title {
  font-size: 46px;
  font-family: "Gilda Display", serif;
  font-weight: 400;
  color: rgb(15, 36, 84);
  margin-bottom: 20px;
  line-height: 1.25em;
}

.detalis {
  font-size: 15px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  color: rgb(32, 149, 174);
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 5px;
}

.img3 {
  width: 50%;
  object-fit: cover;
}

.img1 {
  width: 75%;
  margin-top: 25%;
  object-fit: cover;
}

.img4 {
  width: 75%;
  object-fit: cover;
}

.rooms-sector {
  background-color: rgb(244, 245, 248);
}

.rooms-card {
  background-color: white;
  padding: 40px;
  margin-right: -90px;
  display: block;
  position: relative;
  z-index: 2;
}

.rooms-card hr {
  color: rgb(103, 105, 119);
}

.room-name {
  font-size: 35px;
  font-family: "Gilda Display", serif;
  font-weight: 400;
  color: rgb(15, 36, 84);
  margin-bottom: 20px;
  line-height: 1.25em;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #2095ae !important;
}

.banner1 {
  background: url('../image/img (26).jpeg');
  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: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/ediapartments/edi-apartments.al/edi-apartments.al_2026-07-09_14-54-53-184/image/img (26).jpeg");
  background-origin: initial;
  background-clip: initial;
  background-position-x: center;
  background-position-y: center;
}

.facilities-card {
  background: transparent;
  padding: 30px 20px;
  margin-bottom: 30px;
  line-height: 1;
  border: 1px solid rgba(32, 149, 174, 0.2);
  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: transparent;
}

.facilities-name {
  font-size: 24px;
  font-family: "Gilda Display", serif;
  font-weight: 400;
  color: rgb(15, 36, 84);
  margin-bottom: 20px;
  line-height: 1.25em;
}

.footer {
  background-color: rgb(15, 36, 84);
  padding: 50px 0 20px 0;
  color: white;
}

.footer-map {
  width: 100%;
}

a {
  text-decoration: none;
}

.footer p,
.footer a {
  color: white;
}

.footer-title {
  color: white;
  font-size: 24px;
  font-family: "Gilda Display", serif;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.25em;
}

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

.breadcrumb-item,
.breadcrumb-item a,
.breadcrumb-item+.breadcrumb-item::before {
  color: white !important;
  font-size: 18px;
}

.about2 {
  background-color: #0F2454;
  color: white !important;
}

.about2 p,
.about2 .title,
.about2 .detalis {
  color: white;
}

.map {
  width: 100%;
  height: 400px;
}

.footer-map {
  width: 100%;
}

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

.carousel-inner, .carousel-inner img {
  height: 95vh;
  object-fit: cover;
}

.carousel-top, .carousel-caption h5 {
  font-family: "Barlow Condensed", serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: rgb(255, 255, 255);
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background-color: rgb(32, 149, 174) !important;
}

.footer p, .footer a {
  color: white;
}

.breadcrumb-item, .breadcrumb-item a, .breadcrumb-item + .breadcrumb-item::before {
  color: white !important;
  font-size: 18px;
}

.about2 p, .about2 .title, .about2 .detalis {
  color: white;
}

.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:800px) {
  .carousel-title {
    font-size: 60px;
  }
}

@media (max-width:500px) {
  .rooms-card {
    margin-right: 0;
  }
  .carousel-title {
    font-size: 50px;
  }
  .title {
    font-size: 36px;
  }
  .room-name {
    font-size: 28px;
  }
}

@media (max-width:400px) {
  .carousel-title {
    font-size: 38px;
  }
  .rooms-card {
    padding: 20px;
  }
}