@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
  line-height: 1.5;
  color: black;
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  font-weight: normal;
}

.navbar {
  background-color: white;
  border-radius: 20px;
  width: 80%;
  margin: 30px auto;
  padding: 10px;
  z-index: 1050;
}

.navbar-toggler {
  border: none;
}

.nav-link {
  font-weight: 600;
  color: black;
}

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

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

.navbar-brand {
  padding: 10px;
}

.logo {
  width: 120px !important;
  height: 70px !important;
}

.book-now,
.book-now:hover {
  background-color: #B07E50;
  color: white;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 5px 20px;
  font-weight: 600;
}

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

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

.carousel-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.carousel-caption span {
  font-size: 30px;
}

.carousel-caption .title {
  font-size: 60px;
  color: white;
}

.title {
  color: black;
  font-family: Jost, sans-serif;
  font-weight: 400;
  font-size: 50px;
}

.short-title {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 30px;
}

.more {
  padding: 5px 20px;
  background: rgba(255, 255, 255, 0.534);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 30px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 10px;
  overflow: hidden;
  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.533);
  overflow-x: hidden;
  overflow-y: hidden;
}

.more::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgb(17, 59, 58);
  z-index: -1;
}

.more:hover::before {
  animation: down 0.4s ease forwards;
  animation-duration: 0.4s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: down;
}

.more:hover {
  color: white;
}

.sector {
  padding: 100px 0;
}

.detalis {
  background-color: rgb(243, 245, 245);
  padding: 10px;
  font-size: 12px;
  width: fit-content;
  border-radius: 10px;
}

.facilities h4 {
  font-size: 1.2rem;
}

.facilities p {
  font-size: 12px;
}

.discover {
  background-color: rgb(17, 59, 58);
}

.discover .detalis {
  background-color: rgb(52, 89, 88);
  color: white;
  border-radius: 10px;
  margin: 0 auto;
}

.discover h2 {
  color: white;
}

.choose {
  background-color: #345958;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 30px;
  width: 100%;
}

.apartament h4,
.apartament p .apartament span {
  color: white;
}

.choose a {
  padding: 20px;
  text-decoration: none;
  color: white;
  gap: 20px;
  text-align: center;
  row-gap: 20px;
  column-gap: 20px;
}

.room-carousel {
  height: auto;
}

.room-carousel, .room-carousel img {
  height: auto;
}

.short-info {
  background: #345958;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  color: white;
  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: rgb(52, 89, 88);
}

.image-apt img {
  border-radius: 20px;
}

.activ {
  background-color: #B07E50;
  border-radius: inherit;
}

.apartament.isactive {
  display: flex;
}

.gallery .item {
  overflow: hidden !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}

.gallery .item img {
  width: 100% !important;
  height: 100%;
  transition: transform 0.4s ease;
  filter: brightness(0.8);
}

.ready h2 {
  color: white;
}

.footer {
  background-color: rgb(17, 59, 58);
  color: white;
  padding: 100px 0 10px 0;
}

.contact-icons {
  font-size: 1.4rem;
  row-gap: 20px;
  column-gap: 20px;
}

.contact-icons {
  gap: 20px;
}

.menu a {
  display: block;
  color: white;
  text-decoration: none;
  padding: 2px;
  font-weight: normal;
}

.footer-title {
  font-family: Jost, sans-serif;
  font-size: 1.4rem;
}

.owl-dots span {
  background-color: rgb(176, 126, 80) !important;
  width: 20px !important;
  height: 10px !important;
}

.testimonials {
  border: dashed 2px #B07E50;
  padding: 15px;
}

.quotes {
  width: 50px !important;
  height: 50px;
}

.logo-copyright {
  width: 100px;
  height: 30px;
}

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

.topsection .title {
  color: white;
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
}

.ready {
  background-color: #B07E50;
}

.about-sector {
  background-color: #103C3B;
  color: white;
}

.contact-card {
  background-color: #B07E50;
  padding: 30px 20px;
  border-radius: 20px;
}

.contact-card i {
  font-size: 1.8rem;
}

a {
  text-decoration: none;
  color: black;
}

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

.footer-map {
  width: 100%;
}

.flag {
  width: 30px;
  height: 30px;
}

.dropdown-item:hover {
  background-color: rgb(17, 59, 58);
  color: white;
}

.navbar.scrolled {
  width: 100% !important;
  margin: 0 !important;
  border-radius: 0px !important;
  transform: 0.3 ease;
}

.about-sector .short-title {
  color: white;
}

.contact-icons i,
.contact-card i,
.contact-card p {
  color: white;
}

* {
  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-now {
  background-color: rgb(176, 126, 80);
  color: white;
  text-transform: uppercase;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-weight: 600;
}

.book-now:hover {
  background-color: rgb(176, 126, 80);
  color: white;
  text-transform: uppercase;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-weight: 600;
}

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

.apartament h4, .apartament p .apartament span {
  color: white;
}

.contact-icons i, .contact-card i, .contact-card p {
  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;
}

@keyframes down{0%{top:-100%;}100%{top:0px;}}

@media (max-width:1000px) {
  .navbar {
    width: 100% !important;
    margin: 0 !important;
    border-radius: 0 !important;
  }
  .choose {
    flex-wrap: wrap;
    justify-content: center !important;
  }
  .copyright {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center !important;
  }
}

@media (max-width:800px) {
  .carousel-caption {
    flex-direction: column;
    justify-content: center;
  }
  .last {
    margin: 0 auto;
  }
  .ready .more {
    margin: 0 auto !important;
    display: block;
  }
  .carousel-caption .title {
    font-size: 50px;
    text-align: center !important;
  }
  .sector {
    padding: 50px 0;
  }
  .title {
    font-size: 35px;
  }
  .menu {
    padding-left: 0 !important;
  }
}

@media (max-width:500px) {
  .title {
    font-size: 30px;
  }
  .menu {
    padding-left: 10PX !important;
  }
  .carousel-control-next-icon, .carousel-control-prev-icon {
    width: 1rem !important;
  }
}

@media (max-width: 1000px) {
  .copyright {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center !important;
  }
}

@media (max-width: 800px) {
  .ready .more {
    display: block;
    margin-top: 0px !important;
    margin-right: auto !important;
    margin-bottom: 0px !important;
    margin-left: auto !important;
  }
  .menu {
    padding-left: 0px !important;
  }
}

@media (max-width: 500px) {
  .menu {
    padding-left: 10px !important;
  }
  .carousel-control-next-icon {
    width: 1rem !important;
  }
  .carousel-control-prev-icon {
    width: 1rem !important;
  }
}