@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

* {
  margin: 0;
  padding: 0;
}

body {
  color: black;
  font-size: 16px;
  font-weight: normal;
  font-family: Lato, sans-serif;
  line-height: 1.5;
}

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

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

.navbar-brand {
  padding: 10px;
}

.title {
  font-family: "EB Garamond", serif;
  font-size: 2.5rem;
  font-weight: 300;
}

.navbar {
  background-color: transparent;
  z-index: 1000;
}

.navbar.scrolled {
  background-color: white;
}

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

.navbar.scrolled .nav-link {
  color: black;
}

.logo {
  width: 100px;
}

.book-now, .book-now:hover {
  background-color: #76BE81;
  color: white;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.book1, .book1:hover {
  background-color: #234C48;
  border: 1px solid white;
  color: white;
}

.book2, .book2:hover {
  background-color: white;
  color: #1A4042;
}

.hero-section {
  background-color: rgb(26, 64, 66);
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
}

.super-title {
  color: white;
  font-size: 5.5rem;
  font-family: "EB Garamond", serif;
}

.hero-text {
  color: white;
}

.butona {
  display: flex;
  align-items: center;
  gap: 10px;
  row-gap: 10px;
  column-gap: 10px;
}

.hero img {
  aspect-ratio: 4 / 3;
  border-radius: 15px;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: end;
}

.owl-theme .owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot.active span {
  background-color: #76BE81;
  width: 20px;
  height: 20px;
}

.rooms-carousel .owl-theme .owl-dots .owl-dot span,
.rooms-carousel .owl-theme .owl-dots .owl-dot.active span {
  display: none;
}

.small-img {
  height: 100px;
  width: 100px;
  object-fit: cover;
}

.sector {
  padding: 100px 0;
}

.card-facilities {
  background-color: rgb(242, 252, 244);
  padding: 20px;
  border-radius: 10px;
}

.card-facilities:hover {
  border: 1px solid #234C48;
}

.card-facilities i {
  color: black;
}

.detalis {
  text-transform: uppercase;
  font-family: "EB Garamond", serif;
  text-align: center;
  padding: 5px;
  color: rgb(142, 201, 151);
  font-size: 1.1rem;
}

.fa-circle-chevron-left {
  color: rgb(118, 190, 129);
}

.circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(35, 76, 72);
  padding: 5px;
}

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

.fa-phone {
  color: white;
}

.rezervo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: black;
  text-transform: uppercase;
  font-weight: 600;
  row-gap: 10px;
  column-gap: 10px;
}

.rooms {
  background-color: rgb(242, 252, 244);
}

.room-card {
  background-color: white;
  padding: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.sub-title {
  font-size: 1.5rem;
  font-family: "EB Garamond", serif;
}

.see-more {
  color: #234C48;
  text-decoration: solid #1A4042 !important;
}

.rooms img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.footer {
  background-color: rgb(10, 14, 1);
  color: white;
  padding: 100px 0 20px 0;
}

.logo-footer {
  width: 100px;
}

.footer a {
  color: white;
}

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

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

.top-section {
  background-color: rgb(26, 64, 66);
  height: 45vh;
  display: flex;
  align-items: center;
}

.super-title2 {
  font-size: 3rem;
  font-family: "EB Garamond", serif;
  color: white;
}

.card-testimonilas {
  background-color: white;
  border-radius: 20px;
  border: solid 2px #1A4042;
  padding: 20px;
}

.testimonials {
  background-color: rgb(242, 252, 244);
}

.circle2 {
  background-color: rgb(118, 190, 129);
}

* {
  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: white;
}

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

.book-now {
  background-color: rgb(118, 190, 129);
  color: white;
  text-transform: uppercase;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  z-index: 1;
}

.book-now:hover {
  background-color: rgb(118, 190, 129);
  color: white;
  text-transform: uppercase;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  z-index: 1;
}

.book1 {
  background-color: rgb(35, 76, 72);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: white;
  border-right-color: white;
  border-bottom-color: white;
  border-left-color: white;
  color: white;
}

.book1:hover {
  background-color: rgb(35, 76, 72);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: white;
  border-right-color: white;
  border-bottom-color: white;
  border-left-color: white;
  color: white;
}

.book2 {
  background-color: white;
  color: rgb(26, 64, 66);
}

.book2:hover {
  background-color: white;
  color: rgb(26, 64, 66);
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: end;
}

.owl-theme .owl-dots .owl-dot span, .owl-theme .owl-dots .owl-dot.active span {
  background-color: rgb(118, 190, 129);
  width: 20px;
  height: 20px;
}

.rooms-carousel .owl-theme .owl-dots .owl-dot span, .rooms-carousel .owl-theme .owl-dots .owl-dot.active span {
  display: none;
}

.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:1025px) {
  .super-title {
    font-size: 3.5rem;
  }
}

@media (max-width:500px) {
  .hero-section .super-title {
    padding-top: 170px;
  }
  .hero-section {
    height: auto;
  }
  .title {
    font-size: 2rem;
  }
  .copyright {
    flex-direction: column;
  }
}

@media (max-width:1000px) {
  .navbar {
    background: #ffffff;
  }
  .nav-link {
    color: black !important;
  }
}

@media (max-width: 1000px) {
  .nav-link {
    color: black !important;
  }
}

@media (max-width: 500px) {
  .hero-section .super-title {
    padding-top: 170px;
  }
  .copyright {
    flex-direction: column;
  }
}