@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Allison&family=Allura&family=Amethysta&family=Arya:wght@400;700&family=Bonheur+Royale&family=Cinzel:wght@400..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=DM+Serif+Text:ital@0;1&family=Gotu&family=Great+Vibes&family=Inconsolata:wght@200..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Kalnia:wght@100..700&family=La+Belle+Aurore&family=Marcellus&family=Martel:wght@200;300;400;600;700;800;900&family=Montserrat+Alternates: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=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&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=Pridi:wght@200;300;400;500;600;700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

html,
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  background-color: #FFFFFF;
  font-family: "DM Serif Text", serif;
  color: rgb(0, 0, 0);
}

h1 {
  font-size: 50px !important;
}

h3,
h2,
h4 {
  font-weight: 300;
}

h5 {
  font-family: Jost, sans-serif !important;
  font-weight: 300;
}

h6 {
  font-family: Roboto, sans-serif !important;
  font-weight: 300;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 2px;
}

a {
  text-decoration: none !important;
}

::selection {
  color: rgb(255, 255, 255);
  background-color: rgb(116, 104, 94);
}

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

nav.navbar {
  background-color: rgb(255, 255, 255);
  backdrop-filter: blur(0px) !important;
  transition: background .5s !important;
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
  font-weight: 200;
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;
}

li.nav-item a.nav-link {
  color: rgb(0, 0, 0) !important;
  font-size: 14px !important;
  font-weight: 300 !important;
}

.nav-item {
  margin-top: 25px;
  margin-bottom: 20px;
  text-align: center;
}

.navbar-brand {
  padding: 10px;
}

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

.logo {
  height: 85px;
  width: 110px;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  vertical-align: middle;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/bekimapartments/bekim-apartments.al/bekim-apartments.al_2026-02-18_15-18-27-157/image/toggler.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-position-x: center;
  background-position-y: center;
}

a.nav-link:hover {
  transform: scale(1.02);
}

.dropdown-menu {
  background-color: rgb(255, 255, 255) !important;
  color: rgb(0, 0, 0);
  backdrop-filter: blur(0px) !important;
  transition: background .5s !important;
  border: 1px solid #AE9555;
  font-family: Inconsolata, monospace;
  font-weight: 400;
  z-index: 100;
  width: 100%;
  text-align: center;
  padding: 10px;
}

.dropdown-menu .dropdown-item {
  color: rgb(0, 0, 0);
  text-align: left;
}

.dropdown-menu .dropdown-item:hover {
  background-color: rgb(255, 255, 255);
  border: 1px solid #252525;
  transform: scale(1.02);
  color: rgb(0, 0, 0);
}

.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;
  width: 100%;
  object-fit: cover;
}

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

.fa-star {
  color: rgb(177, 127, 44);
}

.carousel-caption h1 {
  font-weight: lighter;
  text-shadow: rgb(193, 155, 118) 4px 4px 4px;
  font-size: 100px !important;
}

.carousel-caption h6 {
  margin-bottom: 30px;
  font-family: Inconsolata, monospace;
  text-transform: uppercase;
  font-size: 16px !important;
  letter-spacing: 9px !important;
  font-weight: 100;
  color: rgb(255, 255, 255) !important;
}

.btn_center {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  border: none;
  background-color: rgb(193, 155, 118);
  color: white;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  width: 150px;
  line-height: 50px;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: bold;
  text-transform: uppercase;
  box-shadow: rgb(193, 155, 118) 0px 15px 18px -6px;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  position: relative;
}

.check h5 {
  color: white;
}

.col1 h5 {
  color: rgb(177, 127, 44);
  font-weight: 500;
}

.btn_center {
  color: white;
  margin: auto;
  width: 150px;
  line-height: 50px;
  font-size: 12px;
  letter-spacing: 2px;
  border-radius: 0px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #C19B76;
  box-shadow: 0px 15px 18px -6px #C19B76;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  position: relative;
}

.btn_center:hover {
  background-color: rgb(193, 155, 118);
  box-shadow: rgb(193, 155, 118) 0px 22px 19px -8px;
  transform: scale(1.02, 1.02);
}

.btn_center:active {
  background-color: rgb(193, 155, 118);
  box-shadow: rgb(193, 155, 118) 0px 12px 18px -4px;
  transform: scale(0.95, 0.95);
  transition: all 0.4s -0.125s;
}

.relative-box {
  position: relative;
  background-color: rgb(193, 155, 118);
  padding: 30px;
  width: 90% !important;
  z-index: 10;
  margin-top: -80px;
  -webkit-box-shadow: 0px 24px 65px -29px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 24px 65px -29px rgba(0, 0, 0, 0.75);
  box-shadow: rgba(0, 0, 0, 0.75) 0px 24px 65px -29px;
}

.about-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.about-section img {
  width: 100%;
}

.facilities {
  background: url('../image/img4.png') rgba(0, 0, 0, 0.24);
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/BekimApartments/bekim-apartments.al/bekim-apartments.al_2026-03-16_09-48-07-550/img/20260316_082353_e-Bedroom-_Apartment-with-Balcony-and-Sea-View2.jpg");
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.24);
  background-position-x: center;
  background-position-y: center;
}

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

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

.image {
  position: relative;
  height: 40%;
}

.top-bar {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: rgb(193, 155, 118);
  color: white;
  padding: 10px;
}

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

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

.counter {
  animation-duration: 10s;
  animation-delay: 0s;
  font-size: 69px;
  font-weight: 500;
  color: white;
}

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

.room-card {
  position: relative;
  -webkit-box-shadow: 0px 24px 65px -29px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 24px 65px -29px rgba(0, 0, 0, 0.75);
  box-shadow: rgba(0, 0, 0, 0.75) 0px 24px 65px -29px;
}

.room-content {
  padding: 10px;
}

.room-section h5 {
  color: rgb(177, 127, 44);
  font-weight: 500;
}

.room-content h5 {
  color: rgb(177, 127, 44);
}

.room-icon {
  height: 25px;
  width: 25px !important;
}

.amenities {
  background: url('../image/bg-pattent2.jpg') rgba(0, 0, 0, 0.326);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/bekimapartments/bekim-apartments.al/bekim-apartments.al_2026-02-18_15-18-27-157/image/bg-pattent2.jpg");
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.325);
  background-position-x: center;
  background-position-y: center;
}

.amenities h5 {
  color: rgb(177, 127, 44);
  font-weight: 500;
}

.facility-box {
  padding: 20px;
  justify-content: center;
  text-align: center;
  background-color: white;
  transition: 0.4s ease-in-out;
}

.facility-box:hover {
  transform: translateY(-20px);
  transition: 0.4s ease-in-out;
  -webkit-box-shadow: 0px 24px 65px -29px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 24px 65px -29px rgba(0, 0, 0, 0.75);
  box-shadow: rgba(0, 0, 0, 0.75) 0px 24px 65px -29px;
}

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

.gallery-section h5 {
  color: rgb(177, 127, 44);
  font-weight: 500;
}

.footer {
  background-color: rgb(21, 14, 7);
}

.pre-footer {
  background-color: rgb(193, 155, 118);
  width: 100%;
  height: 40px;
  z-index: 100;
}

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

.footer hr {
  width: 60px;
  background-color: rgb(15, 36, 84);
  height: 2px;
  color: white;
}

.footer p {
  letter-spacing: 2px;
  font-weight: normal;
  color: white;
}

.footer a {
  color: white;
}

.socials-row {
  justify-content: left;
}

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

.copyright {
  background-color: rgba(0, 0, 0, 0.2);
  color: white;
}

.logo-Intermedia {
  width: 100px;
}

.circle1 {
  position: relative;
  margin-bottom: -50px;
  width: 40px;
  height: 40px;
  background-color: #C19B76;
  border-radius: 50%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
}

.circle1:hover {
  transform: translateY(-10px);
  background-color: white;
  color: #C19B76;
}

.section-background2 {
  background: url('../image/img6.jpg') rgba(0, 0, 0, 0.24);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  color: white;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/BekimApartments/bekim-apartments.al/bekim-apartments.al_2026-03-16_09-48-07-550/img/20260316_091253_img1.jpg");
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.24);
  background-position-x: center;
  background-position-y: center;
}

.top {
  color: rgb(169, 119, 78);
}

.about-img1 {
  border-radius: 20px;
  height: 500px;
}

.about-img2 {
  border-radius: 20px;
  border: 10px solid white;
  height: 400px;
}

.img-1 {
  position: relative;
  margin-left: -150px;
}

.testimonials {
  background: url('../image/room3.jpg') rgba(0, 0, 0, 0.571);
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/bekimapartments/bekim-apartments.al/bekim-apartments.al_2026-02-18_15-18-27-157/img/20260218_095527_Two-Bedroom-Standard-Apartment.jpg");
  background-position-x: initial;
  background-position-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.573);
}

.testimonials::before {
  content: "";
  position: absolute;
  right: 0px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.7);
}

.title {
  color: white;
}

.testimonials .title {
  text-align: center;
  position: relative;
  padding: 20px 0;
  max-width: 600px;
  margin: 0 auto;
}

.testimonials .title h5 {
  color: rgb(255, 255, 255);
  line-height: 1.2em;
  font-size: 18px;
  font-weight: 100;
  margin-bottom: -3px;
}

.testimonials .title h2 {
  color: rgb(255, 255, 255);
  line-height: 1.2em;
  font-weight: 100;
  font-size: 41px;
  letter-spacing: -1px;
  margin: 0;
}

.testimonials .title img {
  margin-top: -10px;
}

.testimonials .title p {
  margin: 0 0 10px;
  color: rgb(90, 55, 51);
}

.testimonials .testi .item {
  background-color: rgb(255, 255, 255);
  padding: 50px 30px;
  border-radius: 15px;
}

.profile {
  padding: 20px;
}

.testimonials .testi .item .profile {
  display: flex;
  padding-left: 15px;
}

.testimonials .testi .item .profile img {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.testimonials .testi .item .profile .information {
  padding-left: 20px;
  margin-bottom: 15px;
}

.testimonials .testi .item .profile .information .stars i {
  color: rgb(193, 155, 118);
}

.testimonials .testi .item .profile .information p {
  font-size: 24px;
  margin: 0px auto 0px;
  color: rgb(90, 55, 51);
  font-weight: 900;
  line-height: 1;
}

.testimonials .testi .item .profile .information span {
  color: rgb(177, 127, 44);
  font-weight: bold;
  margin-top: -4px;
  line-height: 1.6em;
  font-size: 14px;
}

.testimonials .testi .item>p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.6em;
  display: block;
  z-index: 2;
  font-style: italic;
  color: #5A3733;
  text-align: center;
}

.dropdown-divider {
  color: rgb(169, 119, 78);
}

.testimonials .testi .item .icon {
  text-align: center;
}

.testimonials .testi .item .icon i {
  font-size: 32px;
  color: rgb(193, 155, 118);
}

.section-background1 {
  background: url('../image/img4.png') rgba(0, 0, 0, 0.24);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  color: white;
  background-image: url(https://api.intermedia-web.com/getSavedAsset/BekimApartments/bekim-apartments.al/bekim-apartments.al_2026-03-16_09-48-07-550/img/20260316_091734_img4.jpg);
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.24);
  background-position-x: center;
  background-position-y: center;
}

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

.room-card1 {
  position: relative;
  -webkit-box-shadow: 0px 24px 65px -29px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 24px 65px -29px rgba(0, 0, 0, 0.75);
  box-shadow: rgba(0, 0, 0, 0.75) 0px 24px 65px -29px;
}

.image {
  height: 40%;
}

.image img {
  height: 100%;
  width: 100%;
}

.room-offers h5 {
  color: black;
}

.room-content h6 {
  font-size: 12px;
}

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

.contact-box {
  border: 1px solid #AA8B5F;
  padding-top: 70px;
  padding-bottom: 70px;
}

.contact-box h5 {
  color: rgb(185, 157, 117);
  font-size: 18px;
}

.addres {
  color: #000000 !important;
}

.contact-box a {
  text-transform: lowercase;
  color: black;
}

.contact-box i {
  color: rgb(170, 139, 95);
}

.contact-map {
  width: 100%;
  border: 0;
  height: 700px;
}

.gallery {
  margin-top: 100px;
  margin-bottom: 100px;
  z-index: 100;
}

.photos img {
  width: 100%;
  height: 300px;
}

.photos:nth-of-type(odd) img {
  height: 500px;
}

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;
  background-color: rgb(255, 255, 255);
  font-family: "DM Serif Text", serif;
  color: rgb(0, 0, 0);
  overflow-x: hidden !important;
}

h3, h2, h4 {
  font-weight: 300;
}

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

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

.testimonials .testi .item > p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.6em;
  display: block;
  z-index: 2;
  font-style: italic;
  color: rgb(90, 55, 51);
  text-align: center;
}

.photos:nth-of-type(2n+1) img {
  height: 500px;
}

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

.c45334 {
  color: rgb(0, 0, 0);
  flex-shrink: 0;
  width: 1140px;
  max-width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

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

.c15064 {
  font-size: 1.5rem;
}

.c15082 {
  font-size: 1.5rem;
}

.carousel-control-next-icon {
  background-image: url(https://api.intermedia-web.com/getSavedAsset/BekimApartments/bekim-apartments.al/bekim-apartments.al_2026-03-16_09-48-07-550/img/20260316_094803_next.png);
}

.carousel-control-prev-icon {
  background-image: url(https://api.intermedia-web.com/getSavedAsset/BekimApartments/bekim-apartments.al/bekim-apartments.al_2026-03-16_09-48-07-550/img/20260316_094757_prev.png);
}

@media (max-width:990px) {
  .img-1 {
    position: relative;
    margin-left: -50px;
  }
  .br {
    display: none !important;
  }
  .rooms-content {
    padding: 20px;
  }
  .slide p {
    padding: 0 20px;
  }
  .testimonial1 {
    position: relative;
    align-self: center;
    width: 100%;
    padding: 50px 0px !important;
    overflow: hidden;
  }
  .row1 {
    justify-content: center;
    text-align: center;
  }
  .map-col {
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
  }
  p {
    font-size: 16px !important;
  }
  html,
  body {
    font-size: 85% !important;
  }
  .d-1 {
    font-size: 30px !important;
  }
  nav.navbar {
    height: auto;
  }
  .carousel-caption h1 {
    text-shadow: 4px 4px 4px #AE9555;
    font-size: 50px !important;
    font-weight: 100 !important;
  }
  .carousel-caption h6 {
    margin-bottom: 30px;
    font-family: "Inconsolata", monospace;
    text-transform: uppercase;
    font-size: 12px !important;
    letter-spacing: 2px !important;
    font-weight: 100;
    color: #ffffff !important;
  }
  .counter-number .col-sm-6 {
    width: 50%;
  }
  .counter {
    font-size: 40px !important;
  }
}

@media (max-width:425px) {
  .about-img2 {
    display: none;
  }
  .socials-row {
    justify-content: center;
  }
}

@media (max-width: 990px) {
  .slide p {
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }
  p {
    font-size: 16px !important;
  }
  html, body {
    font-size: 85% !important;
  }
  .counter-number .col-sm-6 {
    width: 50%;
  }
}