@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 16px;
  font-family: Jost, sans-serif;
  font-weight: normal;
}

.nav-link,
.nav-link:hover {
  color: black;
}

a {
  text-decoration: none;
}

.navbar {
  background-color: white;
}

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

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

.navbar-brand {
  padding: 10px;
}

.book-now, .book-now:hover {
  background-color: #3F4448;
  color: white;
  border-radius: 10px;
  padding: 10px 15px;
  width: fit-content;
}

.sector {
  padding: 50px 0;
}

.facilization {
  background-color: rgb(1, 17, 50);
  height: auto;
  padding: 70px 0;
}

.facilization .title {
  color: white;
}

.facilization .detalis {
  color: white;
}

.card-facilzation {
  background-color: rgb(255, 255, 255) !important;
  border-radius: 10px;
  padding: 20px;
  color: black;
  text-align: center;
}

.testimonials-items {
  border: solid 2px #011132;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}

.super-title {
  font-family: "Playfair Display", serif;
  font-size: 4rem;
  line-height: 2;
  color: rgb(1, 17, 50);
  font-weight: 800;
}

.title {
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  font-weight: 600;
}

.detalis {
  width: fit-content;
  display: block;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  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);
  padding: 5px 10px;
  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.2);
}

.footer {
  background-color: rgb(1, 17, 50);
  padding: 80px 0 20px 0;
  color: white !important;
}

.footer a {
  color: white;
}

.logo-footer {
  width: 120px;
}

.footer-title {
  font-size: 1.3rem;
  font-family: "Playfair Display", serif;
}

.map-footer {
  width: 100%;
  height: 250px;
}

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

.bg1 {
  background-color: rgba(1, 17, 50, 0.443);
  height: 30vh;
  display: flex;
  align-items: center;
}

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

.nav-link {
  color: black;
}

.nav-link:hover {
  color: black;
}

.book-now {
  background-color: rgb(63, 68, 72);
  color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  width: fit-content;
}

.book-now:hover {
  background-color: rgb(63, 68, 72);
  color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  width: fit-content;
}

.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:900px) {
  .hero-section img,
    .about {
    height: 500px;
  }
  .super-title {
    font-size: 3rem;
  }
  .bg1 {
    height: 20vh;
  }
}

@media (max-width: 500px) {
  .hero-section img,
    .about {
    height: auto;
  }
  .logo-footer {
    width: 90px;
  }
  .about, .hero-section img {
    height: auto;
  }
}

@media (max-width: 900px) {
  .about, .hero-section img {
    height: 500px;
  }
}