body {
  font-family: "Inter", sans-serif;
}

h1,
h2,
h3 {
  font-family: "Playfair Display", serif;
}

h2 {
  letter-spacing: 0.05em;
  font-size: 44px;
}

h3 {
  font-size: 34px;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
}

ul {
  list-style: none;
}
ul.list-bullet {
  list-style: disc;
  padding-left: 20px;
}

a {
  text-decoration: none;
  color: #383E42;
}

section {
  border: 0px solid red;
}

.sign {
  border: 0px solid red;
  display: flex;
  flex-direction: row;
  opacity: 0.5;
  justify-content: center;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.sign img {
  height: 30px;
}

.icon {
  font-size: 40px;
  display: block;
  margin-bottom: 5px;
}

#header {
  position: relative;
}
#header #navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
}
#header #navbar #navbar-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  margin: auto;
  flex-direction: row;
  padding: 20px 0;
}
#header #navbar #logo {
  max-width: 200px;
}
#header #navbar .logotype {
  float: left;
}
#header #navbar .menu {
  margin: 0;
  padding: 0;
  flex: 1;
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
#header #navbar .menu li {
  text-align: center;
}
#header #navbar .menu a, #header #navbar .menu button {
  cursor: pointer;
  color: #dcdcdc;
  font-size: 1.2em;
  text-transform: uppercase;
  display: block;
  letter-spacing: 0.02em;
}
#header #navbar .menu a:hover, #header #navbar .menu button:hover {
  transition: text-decoration 0.8s ease;
  text-decoration: underline;
}
#header #navbar .menu .marketplace-link {
  flex: 0 0 44px;
}
#header #navbar .menu .make-space {
  margin-left: auto;
}
#header #navbar .menu .button {
  background-color: #C6A25A;
  color: #383E42;
  padding: 10px 10px;
  border-radius: 5px;
  border: 1px solid rgb(76, 76, 76);
  float: right;
}
#header #navbar .menu .button:hover {
  transition: background-color 0.3s ease, color 0.3s ease;
  background-color: #C6A25A;
  border: 1px solid #383E42;
  color: #dcdcdc;
  text-decoration: none;
}
#header #navbar.dark {
  transition: background-color 0.4s ease;
  background-color: #383E42;
  border-bottom: 1px solid #C6A25A;
}
#header #navbar.dark #navbar-content {
  padding: 10px 0;
  transition: padding 0.3s ease;
}
#header #navbar.dark .logotype {
  height: 40px;
  transition: height 0.3s ease;
}
#header .slogan {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  color: #dcdcdc;
  z-index: 1;
}
#header .slogan.small-slogan {
  display: flex;
  align-items: center;
  top: 0%;
  height: 100%;
  justify-content: center;
}
#header #image-container {
  position: relative;
  width: 100%;
  height: 400px;
  background-image: url("images/dzialka/dzialka_oferta.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#header #video-container {
  position: relative;
}
#header #video-container video {
  width: 100%;
}
#header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

section#footer {
  color: #fff;
  background-color: #383E42;
  display: flex;
  flex-direction: row;
}
section#footer #footer-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
section#footer #footer-content div {
  width: 33%;
  text-align: center;
  align-content: center;
}
section#footer #footer-content a {
  color: #dcdcdc;
}
section#footer #footer-content a:hover {
  text-decoration: underline;
}

section.text-page {
  padding-top: 80px;
}
section.text-page .text-page-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
section.text-page .text-page-content h1 {
  font-size: 2em;
}
section.text-page .text-page-content h2 {
  font-size: 1.5em;
}

section#features #features-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #383E42;
  margin: 0 auto;
}
section#features #features-content .feature-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  max-width: 1200px;
  margin: 0 auto;
}
section#features #features-content .feature-photo {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#features #features-content .feature-photo img {
  max-width: 350px;
  max-height: 350px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  border: 2px solid #C6A25A;
}
section#features #features-content .feature-text {
  width: 50%;
  height: 100%;
  background-color: #383E42;
  font-size: 1.2em;
  align-content: center;
}
section#features #features-content .feature-text h3 {
  color: #dcdcdc;
  margin: 0;
}
section#features #features-content .feature-text li {
  list-style: disc;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #dcdcdc;
  cursor: pointer;
}
section#features #features-content .feature-text li:hover {
  transition: text-decoration 0.8s ease;
  text-decoration: underline;
}
section#features #features-content .feature-text li.selected {
  padding-left: 0;
  font-weight: bold;
  color: #dcdcdc;
  text-decoration: underline;
}

section.photos {
  padding: 70px 0;
}
section.photos #photos-swapper-content {
  position: relative;
  margin: 0 auto;
  overflow-x: hidden;
  height: 450px;
}
section.photos #photos-swapper-content .photo-item {
  opacity: 0.5;
  height: 300px;
  width: 300px;
  position: absolute;
  cursor: pointer;
  margin-top: 75px;
  border: 5px solid transparent;
  border-radius: 10px;
  overflow: hidden;
}
section.photos #photos-swapper-content .photo-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.photos #photos-swapper-content .photo-item:hover {
  transition: opacity 0.3s ease;
  opacity: 1;
  border: 5px solid #C6A25A;
  border-radius: 10px;
}
section.photos #photos-swapper-content .photo-item.highlighted {
  opacity: 1;
  width: 400px;
  height: 400px;
  margin-top: 25px;
  border: 5px solid #C6A25A;
  border-radius: 10px;
}

#socials-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  gap: 10px;
}
#socials-content > div {
  padding: 0 10px;
  display: flex;
  flex-direction: row;
  align-items: startcenter;
  justify-content: center;
  text-align: center;
}
#socials-content > div a {
  text-align: center;
  margin: auto;
  font-weight: bold;
}
#socials-content > div a p {
  margin: 5px 0;
}
#socials-content > div a:hover {
  color: #C6A25A;
}
#socials-content > div a:hover .icon {
  color: #C6A25A;
}
#socials-content > div img {
  margin: auto;
  border-radius: 5px;
  display: block;
}
#socials-content > div br {
  line-height: 0;
}

section#opinions {
  max-width: 1200px;
  margin: 0 auto;
}
section#opinions #opinions-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 20px 0;
  column-gap: 60px;
}
section#opinions .opinion-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  column-gap: 30px;
}
section#opinions .opinion-item p {
  line-height: 1.5;
  font-style: italic;
}
section#opinions .opinion-photo {
  width: 60px;
  border-radius: 50%;
  height: 60px;
  background-color: #383E42;
  background-image: url("images/rates/f1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section#opinions .opinion-photo.f2 {
  background-image: url("images/rates/f2.jpg");
}

div.header {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
div.header h3 {
  line-height: 1;
  margin: 0;
}
div.header h2 {
  margin-top: 0;
  line-height: 1;
  color: #C6A25A;
  margin-bottom: 10px;
}

section#pool #pool-content {
  background-color: #383E42;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 40px 0;
}
section#pool .pool-photo {
  width: 50%;
  height: 100%;
  text-align: center;
}
section#pool .pool-photo .thumbnails {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}
section#pool .pool-photo .thumbnails .thumbnail-image {
  height: 70px;
  width: 70px;
  border-radius: 10px;
  opacity: 0.5;
  border: 2px solid transparent;
}
section#pool .pool-photo .thumbnails .thumbnail-image:hover, section#pool .pool-photo .thumbnails .thumbnail-image.selected {
  transition: opacity 0.3s ease;
  opacity: 1;
  cursor: pointer;
  border: 2px solid #C6A25A;
}
section#pool .pool-photo-image {
  border: 2px solid #C6A25A;
  max-height: 350px;
  max-width: 350px;
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
section#pool .pool-text {
  width: 50%;
  height: 100%;
  justify-content: center;
}
section#pool .pool-text p {
  color: #dcdcdc;
  font-size: 1.2em;
  line-height: 1.5;
  display: block;
  padding-right: 20px;
  max-width: 580px;
  float: right;
}

.booking-form-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}

.booking-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.booking-form .booking-form-row {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}
.booking-form label {
  font-size: 1em;
  margin-bottom: 4px;
  display: inline-block;
  color: #383E42;
}
.booking-form label span {
  color: rgb(183, 6, 6);
  margin-left: 5px;
}
.booking-form input,
.booking-form select {
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  min-width: 120px;
  font-size: 1em;
  height: 40px;
}

.check-offer {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

button[type=submit], a.primary {
  background-color: #C6A25A;
  color: #383E42;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 1em;
  line-height: 22px;
  cursor: pointer;
  margin-top: 24px;
  transition: background-color 0.3s, color 0.3s;
}
button[type=submit]:hover, a.primary:hover {
  background-color: #b5924e;
  color: #fff;
}

.booking-award {
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.booking-award img {
  height: 120px;
  border: 4px solid #C6A25A;
  border-radius: 10px;
}

.amenities-tags ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding-left: 0;
}
.amenities-tags ul li {
  list-style: none;
  background-color: #ececec;
  border: 1px solid #383E42;
  font-size: 0.8em;
  padding: 4px;
  border-radius: 5px;
}

.offer-section {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
.offer-section .offer-section-text {
  width: 40%;
}
.offer-section .offer-section-text a {
  text-decoration: underline;
  font-weight: bold;
}
.offer-section .offer-section-text .offer-pricing {
  width: 330px;
  margin: auto;
}
.offer-section .offer-section-text .offer-pricing h3 {
  text-align: center;
}
.offer-section .offer-section-text #socials-content {
  margin-top: 40px;
}
.offer-section .offer-section-text h2 {
  margin-top: 0;
}
.offer-section .offer-section-text h3 {
  font-size: 1.2em;
  margin-top: 0;
}
.offer-section .offer-section-text li {
  list-style: disc;
  padding: 5px 0;
}
.offer-section .offer-section-text table {
  border-collapse: collapse;
  overflow: hidden;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: block;
}
.offer-section .offer-section-text table th, .offer-section .offer-section-text table td {
  border: 1px solid #C6A25A;
  padding: 5px;
}
.offer-section .offer-section-text table .first-col {
  text-align: left;
  width: 250px;
}
.offer-section .offer-section-text table .second-col {
  text-align: center;
  width: 100px;
}
.offer-section .offer-section-photos {
  width: 60%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}
.offer-section .offer-section-photos .photos {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
}
.offer-section .offer-section-photos .photos a {
  flex: 1 1 calc(33.333% - 6.6666666667px);
  max-width: calc(33.333% - 6.6666666667px);
  margin-bottom: 10px;
  box-sizing: border-box;
}
.offer-section .offer-section-photos .photos img {
  border: 5px solid #ececec;
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  max-width: 200px;
}
.offer-section .offer-section-photos .photos img:hover {
  border: 5px solid #C6A25A;
  transition: border 0.3s ease;
}

@media (max-width: 768px) {
  .slogan {
    padding: 0 20px;
  }
  .slogan h2 {
    font-size: 30px;
  }
  .slogan h3 {
    font-size: 26px;
  }
  #header #navbar .menu .button {
    font-size: 1em;
  }
  section#footer #footer-content {
    flex-direction: column;
    gap: 20px;
  }
  section#footer #footer-content div {
    width: 100%;
  }
  .pool-photo-image {
    border: 2px solid #C6A25A;
    max-height: 350px;
    max-width: 350px;
  }
  section#pool .pool-photo {
    width: 100%;
  }
  .booking-form-content {
    max-width: 100%;
    padding: 20px;
    display: block;
  }
  .booking-form .booking-form-row {
    flex-direction: column;
    width: 100%;
  }
  .booking-form .booking-form-row input, .booking-form .booking-form-row select {
    width: 100%;
  }
  .booking-form .booking-form-row button[type=submit] {
    width: 100%;
  }
  .booking-form .booking-form-row > div {
    width: 100%;
  }
  section.photos #photos-swapper-content {
    height: 360px;
  }
  #header #video-container {
    height: 700px;
    overflow: hidden;
    object-fit: cover;
  }
  #header #video-container video {
    height: 700px;
    width: initial;
  }
}
@media (max-width: 1024px) {
  .booking-form-content {
    padding: 20px;
    max-width: 100%;
    display: block;
    box-sizing: border-box;
  }
  #header #navbar .menu {
    margin: 0 20px;
  }
  #header #navbar.dark .logotype {
    height: 60px;
  }
  div.header {
    padding: 0 20px;
  }
  section#pool #pool-content {
    flex-direction: column;
    padding: 20px;
  }
  section#pool #pool-content .pool-text {
    width: 100%;
  }
  section#pool #pool-content .pool-text p {
    width: 100%;
    max-width: 100%;
    float: none;
  }
  section#features #features-content .feature-item {
    flex-direction: column;
    height: auto;
  }
  section#features #features-content .feature-text {
    width: 100%;
    text-align: center;
  }
  section#features #features-content .feature-text ul {
    padding-left: 0;
  }
  section#features #features-content .feature-text ul li {
    padding-left: 0;
  }
  section#features #features-content .feature-photo {
    padding-top: 20px;
    width: 100%;
  }
  section#opinions #opinions-content {
    flex-direction: column;
    padding: 0 20px;
  }
  .desktop-only {
    display: none;
  }
  .offer-section {
    flex-direction: column;
  }
  .offer-section .offer-section-text {
    width: 100%;
  }
  .offer-section .offer-section-photos {
    width: 100%;
  }
}
/* Tablet styles */
@media (min-width: 768px) and (max-width: 1024px) {
  section#footer #footer-content {
    padding: 20px;
  }
  .booking-award {
    margin-top: 40px;
  }
}
@media (max-width: 550px) {
  .sign {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  section.photos {
    padding: 40px 0;
  }
  section.photos #photos-swapper-content {
    height: 260px;
  }
}
@media (min-width: 1024px) {
  .mobile-only {
    display: none;
  }
}

/*# sourceMappingURL=main.css.map */
