:root {
  --web-side-margins: 100px;
  --gold-color: #cca46c;
  --font-color: black;
  --gray-color: rgb(200, 200, 200);
  --background-color: #f7f7f7;
  --navbar-color: white;
  --offer-container-bg-color: white;
  --annoucement-bg-color: #d9d9d9;
  --cennik-bg-color: white;
  transition: 0.2s;
}

.darkmode {
  background-color: #141414;
  --font-color: white;
  --navbar-color: #0a0a0a;
  --offer-container-bg-color: #0a0a0a;
  --annoucement-bg-color: black;
  --cennik-bg-color: black;
  transition: 0.2s;
}

#darkmode-toggle {
  transition: 0.2s;
  margin-left: 5px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
}

body {
  font-family: "Poppins", sans-serif;
  background-image: url(../images/offer/marmur.jpg);
  background-color: var(--background-color);
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

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

.blur {
  filter: blur(4px);
}

h3,
h4 {
  color: var(--font-color);
  font-size: 60px;
  font-weight: 100;
  padding-bottom: 10px;
  text-align: center;
}

section {
  text-align: center;
}

.up-settings-bar {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  background-color: var(--gold-color);
  font-size: 14px;
  padding-inline: var(--web-side-margins);
}

.navbar {
  display: flex;
  justify-content: center;
  color: var(--font-color);
  background-color: var(--navbar-color);
  height: 180px;
  transition: 0.2s;
}

.logo-container {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  margin-left: var(--web-side-margins);
  margin-right: 50px;
}

.logo-container svg {
  vertical-align: middle;
  height: 125px;
}

.menu-container {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-right: var(--web-side-margins);
}

.menu-container ul {
  display: flex;
  gap: 15px;
  list-style: none;
  white-space: nowrap;
}

.menu-container ul li {
  font-size: 16px;
  color: var(--font-color);
  padding: 0 5px 2px 5px;
  border-bottom: 3px solid var(--gray-color);
}

.menu-container ul li:hover {
  padding-bottom: 2px;
  border-bottom: 3px solid var(--gold-color);
}

.settings-container p {
  font-style: italic;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

.settings-container p a:visited,
.settings-container p a:active {
  color: black;
}

.informations-container {
  display: flex;
  gap: 20px;
  justify-content: start;
  align-items: center;
  font-style: italic;
  width: 100%;
  white-space: nowrap;
}

.up-settings-bar-content {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

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

.informations-container svg {
  vertical-align: middle;
  height: 18px;
  padding-right: 5px;
}

.vertical-line {
  border-left: 1px solid black;
  height: 80%;
}

.settings-container {
  display: flex;
  gap: 15px;
  justify-content: end;
  align-items: center;
  width: 100%;
}

.settings-container svg {
  vertical-align: middle;
  height: 22px;
}

#theme-container {
  display: flex;
  white-space: nowrap;
}

#facebook-icon-container {
  display: flex;
  white-space: nowrap;
}

.banner-container {
  width: 100%;
  background-image: url("../images/banner.jpg");
  background-color: rgba(0, 0, 0, 0.2);
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: 15%;
  height: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 100px;
}

.title {
  font-size: 20px;
  color: white;
  line-height: 50px;
  font-weight: 400;
}

.sub-title {
  font-size: 48px;
  color: white;
  line-height: 75px;
}

.banner-button {
  padding-top: 40px;
}

.booksy-business-link{
  display: none;
}

.banner-button button, 
.booksy-widget-button {
  color: white;
  border: 3px solid transparent;
  outline: none;
  border-radius: 20px;
  padding: 15px 40px;
  font-size: 24px;
  background-color: var(--gold-color);
  cursor: pointer;
  display: none;
}

.oferta-whole {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.h3 {
  text-align: center;
  height: 130px;
}

.h3-opis {
  width: 100%;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fline,
.sline {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  gap: 400px;
}

.lines {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.img-box {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 25px;
}

#img-box {
  height: 250px;
  position: absolute;
  z-index: 1;
}

.img-box-name {
  width: 300px;
  height: 35px;
  background-color: black;
  position: absolute;
  z-index: 2;
  margin-top: -16px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.szary-box {
  text-align: left;
  margin: 100px 0;
  width: 100%;
  padding: 120px 0;
  background-color: var(--annoucement-bg-color);
  color: var(--font-color);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 40px;
}

.left-box {
  width: 600px;
  height: 380px;
  position: relative;
  display: flex;
  justify-content: right;
  align-items: center;
  z-index: 2;
}

.right-box {
  width: 600px;
  height: 380px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
}

#masaz {
  height: 400px;
  width: 600px;
}

#right-box-headline {
  width: 100%;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 500;
}

#right-box-text {
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
}

.right-box button {
  width: 160px;
  background-color: var(--gold-color);
  color: white;
  border: none;
  font-size: 15px;
  padding: 10px 0;
  margin-bottom: 20px;
  cursor: pointer;
}

.right-box-logo {
  width: 100%;
  display: flex;
  justify-content: right;
}

.right-box-logo svg {
  width: 50px;
}

.zolty-kwadrat {
  width: 560px;
  height: 300px;
  border: var(--gold-color) 12px solid;
  position: absolute;
  z-index: 1;
  margin-top: 150px;
  margin-left: -730px;
}

.cennik-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.cennik {
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--font-color);
  background-color: var(--cennik-bg-color);
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.2);
  flex-direction: column;
}

.cennik-dane {
  color: var(--font-color);
  width: 90%;
  height: 100%;
  padding: 20px 0;
}

#massage-name {
  color: var(--gold-color);
  font-size: 20px;
  font-weight: 400;
  width: 100%;
  text-align: center;
  display: flex;
  padding: 20px 0;
}
#massage-name:before,
#massage-name:after {
  content: "";
  flex: 1 1;
  border-bottom: 2px solid var(--gold-color);
  margin: auto;
}
#massage-name:before {
  margin-right: 30px;
}
#massage-name:after {
  margin-left: 30px;
}

.cena-czas {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.czas {
  width: 50%;
  display: flex;
  justify-content: left;
  align-items: center;
  font-weight: 300;
  margin: 5px 0;
}

.cena {
  width: 50%;
  display: flex;
  justify-content: right;
  align-items: center;
  font-weight: 300;
  margin: 5px 0;
}

.opis-box {
  margin-bottom: 100px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}

.p-box {
  width: 1200px;
  height: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-box-text {
  width: 50%;
  height: 85%;
  background-color: #633724;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #fcfcfc;
  z-index: 2;
  margin-left: -580px;
}

#p-box-headline {
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 10px;
}

#p-box-text {
  font-size: 13px;
  font-weight: 400;
  padding: 0 40px;
}

.p-obwodka {
  width: 560px;
  height: 300px;
  border: var(--gold-color) 12px solid;
  position: absolute;
  z-index: -1;
  margin-left: 670px;
  margin-top: -130px;
}

.p-box-grafika {
  width: 600px;
  height: 380px;
  position: absolute;
  background-image: url(../images/offer/pierwsza_wizyta.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  margin-left: 580px;
}

.d-box {
  width: 1200px;
  height: 380px;
}

.d-box {
  width: 1200px;
  height: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.d-box-text {
  width: 50%;
  height: 85%;
  background-color: #633724;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #fcfcfc;
  z-index: 2;
  margin-left: 580px;
}

#d-box-headline {
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 10px;
}

#d-box-text {
  font-size: 13px;
  font-weight: 400;
  padding: 0 40px;
}

.d-obwodka {
  width: 560px;
  height: 300px;
  border: var(--gold-color) 12px solid;
  position: absolute;
  z-index: -1;
  margin-left: -670px;
  margin-top: 130px;
}

.d-box-grafika {
  width: 600px;
  height: 380px;
  position: absolute;
  background-image: url(../images/offer/prysznic.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  margin-left: -580px;
}

.d-box {
  width: 1200px;
  height: 380px;
}

.galeria-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 80px;
}

.galeria {
  width: 90%;
}

.ul-images {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ul-images > li {
  height: 225px;
}

.ul-images li img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.ul-images > li {
  /* grow/shrink/lenght */
  flex: 1 1 auto;
}

.button-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.button-box button {
  color: var(--gold-color);
  border: 3px solid var(--gold-color);
  border-radius: 10px;
  padding: 8px 20px;
  font-size: 18px;
  font-weight: 300;
  background-color: transparent;
  transition: 0.2s;
}

.button-box button:hover {
  cursor: pointer;
}

footer {
  width: 100%;
  height: 400px;
  background-color: black;
  margin-top: 200px;
  padding-top: 50px;
}

.ogolne {
  width: 100%;
  height: 85%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#logo-footer {
  height: 80%;
}

.kontakt-footer,
.logo-footer,
.menu-footer {
  height: 100%;
  width: 100%;
  color: white;
  text-align: center;
  margin: 0 15px 50px 15px;
}

.menu-footer {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-right: 100px;
}

.kontakt-footer p {
  font-size: 25px;
  font-weight: 300;
  margin-top: 20px;
}

.kontakt-footer {
  margin-left: 100px;
}

.logo-footer {
  padding-top: 20px;
}

.menu-footer p {
  font-size: 25px;
  font-weight: 300;
  margin-top: 20px;
}

.menu-footer ul {
  list-style: none;
  text-align: left;
  font-size: 13px;
  margin-top: 5px;
}

.menu-footer li {
  margin-bottom: 5px;
}

.menu-footer li a {
  color: white;
  text-decoration: none;
}

.list {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  text-align: left;
}

.list-kontakt {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  text-align: left;
}

.mapa-box {
  width: 100%;
  margin-top: 20px;
  display: none;
}

.list-kontakt ul {
  list-style: none;
  font-size: 13px;
  margin-top: 5px;
}

.list-kontakt li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

#footer-icon {
  height: 15px;
  width: auto;
}

#facebook-icon-footer {
  width: 30px;
  margin-top: 20px;
}

.fb-logo {
  width: 100%;
}

.copyright {
  width: 100%;
  height: 15%;
  color: #ffffff;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* offer */
#oferta {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.offer-container-box {
  width: 90%;
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.offer-container {
  height: 450px;
  max-width: 420px;
  min-width: 250px;
  background-color: var(--offer-container-bg-color);
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}

.offer-container img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.offer-name {
  color: var(--font-color);
  font-size: 18px;
  font-weight: 500;
  padding: 10px 0;
}

.offer-description {
  margin-inline: auto;
  width: 80%;
  font-size: 13px;
  color: #8c8c8c;
}

.offer-button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  border-radius: 15px;
  font-size: 16px;
  outline: none;
  border: 2px solid transparent;
  color: white;
  background-color: var(--gold-color);
  width: 150px;
  height: 35px;
  transition: 0.2s;
}

.offer-button:hover {
  cursor: pointer;
}

.szary-box-mobile {
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 130px 0;
  background-color: var(--annoucement-bg-color);
  margin: 100px 0;
}

.szary-box-mobile-picture {
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
}

.szary-box-mobile-picture img {
  width: 100%;
  object-fit: cover;
}

.szary-box-mobile-text-headline {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  margin-top: 20px;
  margin-inline: 20px;
}

.szary-box-mobile-text {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  max-width: 700px;
  margin-inline: 20px;
}

.szary-box-mobile button {
  width: 160px;
  background-color: var(--gold-color);
  color: white;
  border: none;
  font-size: 15px;
  padding: 10px 0;
  margin-top: 20px;
  cursor: pointer;
}

.opis-boxes-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  display: none;
}

.opis-box-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 20px;
  width: 100%;
}

.opis-box-picture-mobile {
  display: none;
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
}

.opis-box-picture-mobile img {
  width: 100%;
  object-fit: cover;
}

.opis-box-text-container {
  text-align: center;
  background-color: #633724;
  padding: 30px 20px;
  width: 100%;
}

.opis-box-headline {
  color: white;
  font-size: 30px;
  font-weight: 500;
}

.opis-box-text {
  color: white;
  font-size: 13px;
  max-width: 1000px;
  margin-inline: auto;
}

.burger-menu {
  display: block;
  background-color: var(--gold-color);
  width: 250px;
  height: 350px;
  position: absolute;
  margin-top: 42px;
  padding: 20px 0 0 0;
  margin-left: -250px;
  border-top: black 2px solid; 
}

.burger-menu ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  color: black;
  gap: 20px;
  width: 100%;
}

.burger-menu li {
  padding-left: 12px;
}

#burger-menu-icon {
  position: absolute;
  margin-left: -90%;
  display: none;
}

/* Media query */
@media screen and (max-width: 801px) {
  .logo-footer {
    display: none;
  }
}

@media screen and (max-width: 1471px) {
  .right-box {
    width: 350px;
  }

  .zolty-kwadrat {
    margin-left: -480px;
    margin-top: 130px;
  }
}

@media screen and (max-width: 1246px) {
  .opis-box {
    display: none;
  }
  .opis-boxes-mobile {
    display: flex;
  }
}

/* Mobilka */
@media screen and (max-width: 1101px) {
  .menu-container,
  .navbar,
  .informations-container,
  .szary-box,
  .opis-box {
    display: none;
  }

  .settings-container {
    justify-content: center;
  }

  .logo-container {
    justify-content: center;
  }

  .szary-box-mobile {
    display: flex;
  }

  .up-settings-bar-content {
    margin-inline: 20px;
  }

  .title {
    font-size: 18px;
  }
  .sub-title {
    font-size: 40px;
  }
  #burger-menu-icon {
    display: block;
    cursor: pointer;
  }
}

@media screen and (max-width: 801px) {
  .szary-box-mobile-picture,
  .opis-box-picture-mobile {
    width: 100%;
    height: auto;
  }

  .szary-box-mobile-picture img,
  .opis-box-picture-mobile img {
    object-fit: contain;
  }
}
