@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hurricane&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  background-color: #e6d9d1;
  padding-right: 0 !important;
}

/*------------------ cookies

/* 1. TŁO PRZYCIEMNIAJĄCE */
.cookie-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999998;
  transition:
    opacity 0.8s ease,
    visibility 0.8s;
  opacity: 0;
  visibility: hidden;
  background: rgba(
    0,
    0,
    0,
    0.4
  ); /* Delikatne przyciemnienie na obu urządzeniach */
  /* backdrop-filter: blur(3px); */
}

/* 2. BANER - Domyślnie DESKTOP (Szeroki pasek na dole) */
.cookie-container {
  position: fixed;
  bottom: -150px; /* Startuje schowany */
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  max-width: 1100px;
  background: #f1eceabe;
  color: #333;
  padding: 20px 40px;

  box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.2);
  z-index: 999999;
  opacity: 0;
  transition:
    bottom 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.8s ease;
}

/* Układ treści na Desktopie */
.cookie-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.cookie-content h2 {
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333;
  font-weight: bold;
}

.cookie-content p {
  font-size: 13px;
  margin: 0;
  line-height: 1.5;
  color: #666;
  flex: 2;
}

/* Przyciski w Twoim nowym stylu */
.cookie-actions {
  display: flex;
  gap: 12px;
  flex: 1;
  justify-content: flex-end;
}

#cookie-btn {
  background: #333; /* Ciemny przycisk z obrazka */
  color: #fff;
  border: none;
  padding: 12px 25px;
  cursor: pointer;

  text-transform: uppercase;
  font-size: 12px;
  transition: 0.3s;
  letter-spacing: 0.2em;
  white-space: nowrap;
}

#cookie-btn:hover {
  background: #000000; /* Lekkie rozjaśnienie czerni */
  letter-spacing: 4px; /* Powiększenie odstępów przy najechaniu - bardzo modne */
}

.cookie-link-btn:hover {
  letter-spacing: 4px;
  background: rgba(230, 217, 209, 0.69);;
}

.cookie-link-btn {
  text-decoration: none;
  color: #333;
  border: 1px solid #333;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  letter-spacing: 0.2em;
  white-space: nowrap;
}

/* Stan aktywny */
.cookie-overlay.active {
  opacity: 1;
  visibility: visible;
}
.cookie-overlay.active .cookie-container {
  bottom: 20px;
  opacity: 1;
}

/* 3. ADAPTACJA NA MOBILE (Telefon na dole) */
@media (max-width: 991px) {
  .cookie-container {
    width: 90%;
    padding: 25px;
    bottom: -300px; /* Startuje niżej na mobile */
  }

  .cookie-content {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .cookie-content h2 {
    font-size: 18px;
    display: block;
  }
  .cookie-content p {
    text-align: center;
    font-size: 14px;
  }

  .cookie-actions {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }

  #cookie-btn,
  .cookie-link-btn {
    width: 100%;
    padding: 15px;
  }
}

/*---koniec cookies------------------------------*/

h2.team-title {
  font: 700 20px/28px Poppins;
  margin-bottom: 0;
  letter-spacing: 5px;
  color: #454545;
  text-transform: uppercase;
}

h3.team-subtitle {
  font: 400 13px/20px Poppins;
  letter-spacing: 3px;
  color: #454545;
  margin-bottom: 0px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .carousel-inner .carousel-item > div {
    display: none;
  }
  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}

.carousel-inner {
  width: 80%;
  margin: auto;
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {
  .carousel-inner .carousel-item-end.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }

  .carousel-inner .carousel-item-start.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
  transform: translateX(0);
}

.card-img {
  padding: 7%;
}

.card-img img {
  border-radius: 500px;
}

.carousel-control-prev-icon {
  background-image: url(../svg/arrow-left.svg);
}
.carousel-control-next-icon {
  background-image: url(../svg/arrow-right.svg);
}

/*-------------------------------*/

img {
  width: 100%;
  height: auto;
}
.space {
  height: 50px;
}

.img-cover-1-1 {
  aspect-ratio: 1/1;
  object-fit: cover;
}

.photo-team-home {
  margin: auto;
  max-width: 1320px;
  padding: 0px;
  object-fit: cover;
  border-bottom-left-radius: 500px;
  border-bottom-right-radius: 500px;
  /* border: 1px solid #e6d9d1; */
}

.photo-team-home-mobile {
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

/* .photo-team-home {
  margin: auto;
  max-height: 300px;
  padding-top: 1rem;
  object-fit: cover;

} */

.img-person-rounded {
  border-top-left-radius: 400px;
  border-top-right-radius: 400px;
  aspect-ratio: 3/4;
}

.text-rounded-photo {
  height: auto;
  flex-flow: column wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5%;
}

.beige {
  filter: invert(92%) sepia(4%) saturate(1314%) hue-rotate(335deg)
    brightness(88%) contrast(78%);
}
/* .section-category-text{
	min-height: 360px;
} */

.disabled-link {
  pointer-events: none;
}

hr {
  margin: 0;
}

hr.main-hr {
  height: 1px;
  color: #cabdab;
  opacity: 1;
}

span.bold {
  font-weight: 600;
}

/*insta i fb*/

.sticky-social-mobile {
  position: fixed;
  bottom: 7px;
  right: 13px;
  padding: 0px;
  z-index: 1;
}

/* .sticky-social-desktop{
    top: 7px;
    right: 13px;
    padding: 0px;
	z-index: 1;
  } */

.social {
  list-style: none;
}
.social li {
  padding: 14px;
  font-size: 27px;
  transition: all 0.2s ease-in-out;
  margin: 5px;
  line-height: 27px;
  text-align: center;
}
.social li:hover {
  margin-left: -8px;
}
.social li:hover .fa {
  margin-right: 8px;
}
.fa {
  color: #000000;
  transition: all 0.2s ease-in-out;
}
.fb {
  background-color: #e6d9d1;
  border: 1px solid black;
}

.insta {
  background-color: #e6d9d1;
  border: 1px solid black;
}
/*koniec insta i fb*/

a.nav-link,
a.dropdown-item {
  font: normal normal 400 13px/27px Poppins;
  letter-spacing: 0.1em;
  /*color: #979797;*/
  color: black;
  text-transform: uppercase;
  opacity: 1;
  transition: all 0.25s linear;
  /* border: 1px solid #755b4f00; */
}

a.nav-link:hover {
  color: #755b4f;
  /* border: 1px solid #755b4f; */
  background: #00000015;
}

a.dropdown-item:hover {
  background: #00000015;
  color: #504949;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #50494960;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 20px;
  padding-left: 20px;
}

.contain-space-beetween {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.dropdown-divider {
  border-top: 1px solid #ccc4bd1a;
}

.offcanvas-body {
  padding: 0;
}

.offcanvas {
  --bs-offcanvas-border-color: none;
  background-color: #2e2e2e;
}

.offcanvas.offcanvas-end {
  width: 100%;
}

.navbar-toggler {
  border: none;
  padding: 5%;
  color: blue;
}

.dropdown-menu {
  background: #0000001f;
  border-radius: 0px;
  border: 0;
}

.offcanvas-header .btn-close {
  padding: 5%;
}

#header {
  margin-left: 8%;
  margin-right: 8%;
  /* margin-top: 30px; */
}

.photo-header img {
  width: 100%;
  height: auto;
}

.photo-header img {
  width: 100%;
  height: auto;
}

.mobile-nav {
  display: none;
}

.sticky {
  left: 0;
  right: 0;
  z-index: 2;
  position: fixed;
  top: 0;
  width: 100%;
  background: #faeaea;
  transition: all 0.5s ease;
  border-bottom: 1px solid #afafaf;
  padding: 5px 10% 5px 10%;
}
/*end sticky navabr*/

p.nav-first-text {
  font: normal normal normal 13px/20px Poppins;
  letter-spacing: 2.6px;
  color: black;
  text-transform: uppercase;
  opacity: 1;
  margin-bottom: 5px;
}

.navbar-expand-sm .navbar-nav .nav-link {
  padding-right: 0px;
  padding-left: 0px;
}

.nav-first-text img {
  padding: 10px;
}

.navbar-light .navbar-nav .nav-link {
  font: normal normal 400 13px/27px Poppins;
  letter-spacing: 0.1em;
  /*color: #979797;*/
  color: black;
  text-transform: uppercase;
  opacity: 1;
  transition: all 0.25s linear;
  position: relative;
}

.navbar-light .navbar-nav .nav-link:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgb(111, 84, 77);
  position: absolute;
  left: 0;
  bottom: -2px; /* this is to match where the border is */
  transform-origin: left;
  transform: scale(0);
  transition: 0.25s linear;
}

.navbar-light .navbar-nav .nav-link:hover:before {
  transform: scale(1);
}

.navbar-light .navbar-nav .nav-link:hover {
  color: rgb(111, 84, 77);
}

.navbar-light .navbar-nav .nav-link:active {
  color: rgb(111, 84, 77);
}

hr.nav {
  color: #afafaf;
}

.top {
  margin-top: 5%;
  /* background-color: #CEBDAF; */
}

img.copy-svg {
  width: 80%;
  height: auto;
}

img.photo-top {
  /* scale: 1.3; */
  /* right: -10%; */
  position: relative;
  margin-top: -12%;
}

.banner {
  background-image:
    linear-gradient(
      0deg,
      rgba(230, 217, 209, 0.1) 0%,
      rgba(230, 217, 209, 0.7) 78%
    ),
    url("../photos/top.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  background-position: 100%;
}

.nav-first {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

#navbar-brand {
  padding: 0;
}

#navbar-brand img {
  height: 200px;
  margin-top: -25px;
}

.navbar-expand-sm {
  margin-top: -10px;
  margin-bottom: -30px;
}

.navbar-light .navbar-nav .links {
  padding-left: 30px;
}

/*koniec navigacji */

h1.header-text {
  text-align: left;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 275;
  line-height: normal;
  letter-spacing: 13.5px;
  padding-top: 50px;
  color: #000000;
  text-transform: uppercase;
  opacity: 1;
  margin-bottom: 0;
}

p.header-text-p {
  /* width: 85%; */
  margin-right: 10%;
  padding-top: 20px;
  text-align: left;
  font: normal normal 300 16px/26px Poppins;
  letter-spacing: 0px;
  /*color: #636363;*/
  color: black;
  opacity: 1;
}

img.header-graphic-right {
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin-top: -608px;

  background-image: url("../photos/header-graphic-right.png");
  background-position: right;
}

/*buttony */

.box-btn-main {
  margin: 7% 0 0 0;
}

a.btn-main {
  font-family: Poppins;
  font-weight: 400;
  padding: 12px 25px;
  background-color: none;
  border: 1px solid #2c2c2c;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 13px;
  transition: background-color 0.7s;
  line-height: 43px;
}

a.btn-main:hover {
  background-color: #2c2c2c;
  color: rgb(230, 217, 209);
}

a.btn-main:active {
  color: rgb(230, 217, 209);
}

a.btn-main-full {
  font-family: Poppins;
  font-weight: 400;
  padding: 12px 25px;
  background: #2c2c2c;
  border: 1px solid #2c2c2c;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 13px;
  color: rgb(223, 223, 223);
  transition: background-color 0.7s ease-out;
  line-height: 43px;
}

a.btn-main-full:hover {
  background-color: #000000;
  color: rgb(230, 217, 209);
}

a.btn-main-full:active {
  color: rgb(230, 217, 209);
}

a.btn-main-full:focus {
  color: rgb(230, 217, 209);
}

/* a.btn-main-full:visited {
	color: rgb(230, 217, 209);
} */

a.btn-main-ramka-nav {
  border: 1px solid #2c2c2c;
  text-transform: uppercase;
  transition: background-color 0.7s;
}

a.btn-main-ramka-nav:hover {
  background-color: #2c2c2c;
  color: rgb(230, 217, 209);
}

a.btn-main-ramka-nav:active {
  color: rgb(230, 217, 209);
}

a.btn-main-ramka-nav:focus {
  color: rgb(230, 217, 209);
}

/* a.btn-main-ramka-nav:visited {
	color: rgb(230, 217, 209);
} */

a.white {
  border: 1px solid #e6d9d1;
  color: #e6d9d1;
}
a.white:hover {
  background: #e6d9d1;
  color: black;
}

.button-rezerwuj-mobile {
  display: none;
}

p.header-button-text {
  text-align: center;
  margin: auto;
  font: normal normal normal 15px/22px Poppins;
  letter-spacing: 3.6px;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 1;
}

*:focus {
  outline: 0 !important;
}

#section-2 {
  display: flex;
  flex-direction: column;
  background-position: center;
  /* margin-bottom: 32px; */
  background-color: #2e2e2e;
  /* padding-top: 3rem; */
  padding-bottom: 3rem;
  /* padding-left: 1rem;
	padding-right: 1rem; */
}

h2.section-2-subtitle {
  text-align: center;
  font: 400 18px/26px Poppins;
  letter-spacing: 4px;
  color: #4545459d;
  text-transform: uppercase;
  opacity: 1;
}

h1.section-2-title {
  text-align: center;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 8.5px;

  color: #454545;
  text-transform: uppercase;
  opacity: 1;
  margin-bottom: 36px;
}

p.section-2-text-p {
  text-align: center;
  font: normal normal normal 16px/26px Poppins;
  letter-spacing: 0px;
  color: black;
  opacity: 1;
}

.frame {
  border-bottom: 1px solid grey;
  border-radius: 250px 0;
  padding: 5% 12% 7% 0%;
  margin-left: 0;
  margin-right: 0;
}

/* section-category ************************/

.section-category {
  margin: 0 16% 0 16%;
}

.category-box {
  margin-top: 4%;
  background: #e6d9d1;
}

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

.section-category-text {
  padding: 5%;
  /* text-align: center; */
}

.offer-box {
  margin: 3%;
}

.offer-box-text {
  padding: 7%;
  /* padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5); */
  background: #f1eae6;
  min-height: 320px;
}

.section-offer-photo img {
  border-top-left-radius: 500px;
  border-top-right-radius: 500px;
  margin-top: -20%;
}

.section-offer-photo-square img {
  border-radius: 0;
  margin-bottom: 0;
}

.section-category-photo {
  /* background-color: rgb(230, 217, 209); */
  border-radius: 100px;
  /* border: 1px solid rgb(230, 217, 209); */
}

.section-category-photo img {
  /* width: 100%;
  height: auto; */
  aspect-ratio: 19/9;
  object-fit: cover;
  border-radius: 100px;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  /* margin-top: -1px; */
}

.section-category-photo img:hover {
  opacity: 0.65;
}

h3.section-category-title-1 {
  font: 400 15px/23px Poppins;
  letter-spacing: 3px;
  color: #454545;
  margin-bottom: 0px;
  text-transform: uppercase;
}

h2.section-category-title-2 {
  font: 700 22px/30px Poppins;
  letter-spacing: 5px;
  color: #454545;
  text-transform: uppercase;
}

p.section-category-text-p {
  font: 300 16px/24px Poppins;
  letter-spacing: 0px;
  color: #000000b9;
}

/*SECTION 3*/

#section-3 {
  margin: 150px 14% 0 14%;
}

#section-3-mobile {
  display: none;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: inherit;
}

#section-3 h1 {
  text-align: center;
  font: normal normal 600 75px/101px Bodoni Moda;
  letter-spacing: 16.4px;
  color: #000000;
  text-transform: uppercase;
  /*margin-bottom: -5px;*/
  margin-top: 16px;
}

#section-3 h2 {
  text-align: center;
  font: normal normal normal 16px/28px Poppins;
  letter-spacing: 3.4px;
  color: #585858;
  text-transform: uppercase;
}

.team-boxes {
  margin: 0 16% 0 16%;
}

/*salon*/
#section-salon {
  padding-top: 40px;
  padding-bottom: 40px;
}

.fitting-image {
  background-origin: border-box;
  background-clip: content-box;
}

/*SECTION 4*/
#section-4 {
  /* padding-top: 2%;
	padding-bottom: 5%; */
  margin: auto;
  /* background-color: #f6eff0; */
  margin-top: 100px;
}

i.arrow {
  color: rgb(127 101 95 / 47%);
  height: 50%;
  padding-left: 10px;
  margin-bottom: 5px;
}

.accordion {
  /* border: 1px solid #cea7a8; */
  /* box-shadow: 12px 12px 50px #dac8c8b8; */
  margin-top: 5%;
  margin-bottom: 5%;
}

.card {
  background: none;
  border: none;
}

.card-header {
  background: none;
  /* border-bottom: solid 1px rgba(111, 84, 77, 0.585);; */
  padding: 1.5rem 1rem;
}

.card-header a {
  text-align: center;
  font: normal normal 600 20px/28px Poppins;
  /* letter-spacing: 5px; */
  color: black;
  text-transform: uppercase;
  text-decoration: none;
}

.card-header h2 {
  /* font: 400 30px / 48px "Bodoni Moda"; */
  letter-spacing: 4px;
  font: normal normal 400 18px/26px Poppins;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #454545;
}

.card-body {
  padding: 1rem 3rem 3rem 3rem;
  border-right: 1px solid #77777761;
  border-left: 1px solid #77777761;

  border-right: none;
  border-left: none;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgb(195 183 170 / 27%) 99%
  );
}

.service-price {
  border-bottom: 1px solid rgba(111, 84, 77, 0.305);
  padding-top: 10px;
  padding-bottom: 10px;
}

p.price {
  text-align: right;
  font: normal normal normal 16px/24px Poppins;
  letter-spacing: 1.5px;
  color: rgb(111, 84, 77);
  margin-bottom: 0;
}

p.service {
  font: normal normal normal 16px/22px Poppins;
  letter-spacing: 0px;
  color: rgb(111, 84, 77);
  margin-bottom: 0;
}

p.description-add {
  font: normal normal normal 12px/20px Poppins;
  letter-spacing: 0px;
  color: rgba(111, 84, 77, 0.593);
  margin-bottom: -15px;
}

.pricelist-title-category {
  align-items: center;
  justify-content: center;
}

/*team -------------------------------*/

h2.color-font-grey,
h3.color-font-grey,
p.color-font-grey {
  color: #e6d9d1;
}

#team {
  background-color: #2e2e2e;
  padding: 4% 0 4% 0;
}

.team-box {
  margin: 7%;
  /* background-color: #363636;
	box-shadow: 12px 12px 50px #0000006f;
	border-top-left-radius: 300px;
	border-top-right-radius: 300px; */
}

.section-photo-team img {
  width: 100%;
  height: auto;
  /* border-top-left-radius: 300px;
	border-top-right-radius: 300px; */
  border-radius: 300px;
  border: 2px solid #e6d9d1;
}

/*section reserve*/

#section-reserve {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url("../photos/photo-bg-reserve-3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  /* padding-left: 30%;
	padding-right: 30%; */
}

#section-voucher {
  /* margin-top: 40px; */
  padding: 40px 0 0px 0;
  background: #e6d9d1;
  text-align: left;
}

img.photo-voucher {
  margin-top: -36%;
}

.text-voucher {
  padding: 60px 60px 0px 60px;
}

/* SECTION 5 - footer */

#section-5-footer {
  /* 	background-color: #7D6B6A;*/
  background-color: #2e2e2e;
  color: white;
}

.footer-content {
  /* padding: 120px 13% 0px 13%; */
  padding-top: 120px;
}

.footer-mobile {
  display: none;
}

#section-5-footer img {
  height: 22px;
  width: 22px;
  display: block;
  margin: auto;
}

.contact {
  padding-bottom: 50px;
}

.contact .row {
  padding-bottom: 20px;
}

.contact h1 {
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 5px;
  text-transform: uppercase;
  padding-bottom: 20px;
  color: #e6d9d1;
}

.map h1 {
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 5px;
  text-transform: uppercase;
  padding-bottom: 20px;
  color: #e6d9d1;
}

.map-img img {
  height: 80% !important;
  width: 80% !important;
  margin-left: 0 !important;
}

.contact p {
  font: normal normal 300 16px/24px Poppins;
  color: #ccc4bd;
}

.contact {
  padding-bottom: 50px;
}

.media {
  margin-bottom: 50px;
}

.media h1 {
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 5px;
  text-transform: uppercase;
  padding-bottom: 20px;
  color: #e6d9d1;
}

.media p {
  font: normal normal normal 16px/23px Poppins;
  /* color: #ccc4bd; */
}

.copyright {
  font: normal normal normal 14px/20px Poppins;
  letter-spacing: 0px;
  color: #ccc4bd75;
  opacity: 0.7;
  text-align: left;
  padding: 20px;
  padding-top: 40px;
}
p.copyright-text {
  text-align: right;
}

@media (min-width: 1440px) and (max-width: 1700px) {
  #navbar-brand img {
    height: 180px;
    margin-top: -25px;
  }

  .section-category {
    margin: 0 8% 0 8%;
  }

  .team-boxes {
    margin: 0 8% 0 8%;
  }
}

@media (min-width: 990px) and (max-width: 1440px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
  }

  #navbar-brand img {
    height: 150px;
    margin-top: -25px;
  }

  .header {
    margin-left: 7%;
    margin-right: 7%;
  }

  .navbar-brand img {
    margin-left: 20px;
  }

  .navbar-light .navbar-nav .links {
    padding-left: 25px;
  }

  h1.header-text {
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 275;
    line-height: normal;
    letter-spacing: 13.5px;
    padding-top: 80px;
  }

  .section-category {
    margin: 0 3% 0 3%;
  }

  .team-boxes {
    margin: 0 3% 0 3%;
  }

  h2.section-category-title-2 {
    font: 700 22px/30px Poppins;
    letter-spacing: 5px;
  }

  #section-3 {
    margin: 80px 8% 0 8%;
  }

  #section-3 h1 {
    font: normal normal 600 53px/65px Bodoni Moda;
  }

  #section-3 h2 {
    font: normal normal normal 14px/20px Poppins;
  }
}

@media (min-width: 576px) and (max-width: 992.98px) {
  .text-rounded-photo {
    padding: 0;
  }

  .sticky-social-mobile {
    position: fixed;
    bottom: 7px;
    right: 13px;
    padding: 0px;
    z-index: 1;
  }

  .social li {
    padding: 14px;
    font-size: 20px;
    transition: all 0.2s ease-in-out;
    margin: 5px;
    line-height: 20px;
    text-align: center;
  }

  /*sm-stickers*/

  .sm-mobile {
    position: absolute;
    bottom: 3%;
    opacity: 61%;
    padding-left: 1rem;
  }

  img.icon-sm-mobile {
    padding-right: 15px;
    max-height: 20px;
  }

  a.sm-text {
    text-transform: lowercase;
    font-weight: 400;
    padding-left: 0;
  }

  a.nav-link,
  a.dropdown-item {
    font: normal normal 600 15px/27px Poppins;
    letter-spacing: 0.1em;
    color: #ccc4bd;
    text-transform: uppercase;
    opacity: 1;
    transition: all 0.25s linear;
    padding-left: 20px;
  }

  a.sm-text {
    text-transform: lowercase;
    font-weight: 400;
    padding-left: 0;
  }

  a.dropdown-item {
    font: normal normal 400 15px/27px Poppins;
    color: #ccc4bda3;
  }

  a.nav-link:hover {
    color: #ccc4bda1;
    background: #0000001f;
  }

  .nav-link.disabled {
    color: #ccc4bd3a;
  }

  .dropdown-menu[data-bs-popper] {
    margin-top: 0;
  }

  a.dropdown-item:active {
    background: none;
  }

  a.dropdown-item:hover {
    color: #504949;
  }

  .dropdown-item.disabled,
  .dropdown-item:disabled {
    color: #ccc4bd3a;
  }

  .offcanvas-body {
    padding: 9%;
  }

  .header-copy-box {
    text-align: center;
    padding: 1rem;
    height: 75vh;
    flex-flow: column wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .contact-nav {
    display: none;
  }

  hr.nav {
    display: none;
  }

  .mobile-nav .call {
    font: normal normal 600 18px/27px Poppins;
    letter-spacing: 3.6px;
    text-transform: uppercase;
    color: white;
    padding-top: 50px;
  }

  p.phone a {
    font: normal normal 600 16px/27px Poppins;
    border-radius: 41px;
    letter-spacing: 0.1rem;
    border: 2px solid #ccc4bd;
    padding: 12px;
    width: 200px;
    color: #ccc4bd;
    margin: auto;
  }

  p.location {
    font: normal normal 500 12px/19px Poppins;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: white;
    padding-top: 50px;
    transition: all 0.25s linear;
  }

  .mobile-nav {
    display: inline;
  }

  #header {
    margin-top: 0px;
  }

  h1.header-text {
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 275;
    line-height: normal;
    letter-spacing: 13.5px;
    padding-top: 80px;
    text-align: center;
  }

  .navbar-toggler {
    font-size: 30px;
  }

  #section-2 {
    height: auto;
  }

  .photos-section-2-mobile {
    display: inline;
  }

  .section-2-texts {
    /* margin: 30px 0 30px 0; */
  }

  h1.section-2-title {
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 10.5px;
    margin-bottom: 10px;
  }

  h2.section-2-subtitle {
    font: 400 17px/25px Poppins;
    letter-spacing: 3px;
    margin-bottom: 0;
  }

  p.section-2-text-p {
    margin: auto;
    margin-bottom: 15px;
    padding-top: 20px;
    padding-right: 0;
    /* text-align: left; */
    font: normal normal normal 18px/28px Poppins;
  }

  .section-category {
    margin: 0 3% 0 3%;
  }
  .team-boxes {
    margin: 0 3% 0 3%;
  }

  .team-box {
    border-top-left-radius: none;
    border-top-right-radius: none;
  }

  .section-photo-team img {
    border-radius: 300px;
    border: 2px solid #e6d9d1;
  }

  h2.section-category-title-2 {
    font: 700 20px/28px Poppins;
  }

  #section-3 {
    display: none;
  }

  #section-3-mobile {
    display: inline;
  }

  #section-3-mobile h1 {
    text-align: center;
    font: normal normal 600 47px/58px Bodoni Moda;
    letter-spacing: 9.4px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: -5px;
    margin-top: 16px;
  }

  #section-3-mobile h2 {
    text-align: center;
    font: normal normal normal 10px/14px Poppins;
    letter-spacing: 1.8px;
    padding-top: 5px;
    color: #585858;
    text-transform: uppercase;
  }

  h1.section-4-title {
    text-align: center;
    margin-left: 0;
  }

  /* .photo-service {
		display: none;
	}

	.service p {
		font: normal normal normal 17px/20px Poppins;
	}

	.service-price {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.card-body {
		padding: 1.5rem;
	}

	.price p {
		margin-bottom: 15px;
		margin-top: 15px;
		font: normal normal 600 17px/22px Bodoni Moda;
	} */

  p.description-add {
    font: normal normal normal 12px/16px Poppins;
  }

  #section-4 {
    margin-top: 80px;
  }

  h1.section-4-title {
    font: normal normal 600 40px/45px Bodoni Moda;
  }

  img.photo-voucher {
    margin-bottom: 0%;
    margin-top: 0%;
  }
  .text-voucher {
    padding-left: 0;
    padding-bottom: 20px;
  }
  p.copyright-text {
    text-align: left;
  }
}

@media (max-width: 576px) {
  .section-category-text {
    padding: 5% 0% 5% 0%;
  }

  .img-person-rounded {
    margin-top: -90px;
  }

  .text-rounded-photo {
    padding: 0;
  }

  .sticky-social-mobile {
    position: fixed;
    bottom: 7px;
    right: 13px;
    padding: 0px;
    z-index: 1;
  }

  .social li {
    /* padding: 14px;
    font-size: 20px;
    transition: all 0.2s ease-in-out;
    margin: 5px;
    line-height: 20px;
    text-align: center; */

    padding: 9px;
    font-size: 17px;
    transition: all 0.2s ease-in-out;
    margin: 5px;
    line-height: 9px;
    text-align: center;
  }

  /*sm-stickers*/

  .sm-mobile {
    position: absolute;
    bottom: 3%;
    opacity: 61%;
    padding-left: 1rem;
  }

  img.icon-sm-mobile {
    padding-right: 15px;
    max-height: 20px;
  }

  a.nav-link,
  a.dropdown-item {
    font: normal normal 600 15px/27px Poppins;
    letter-spacing: 0.1em;
    color: #ccc4bd;
    text-transform: uppercase;
    opacity: 1;
    transition: all 0.25s linear;
    padding-left: 20px;
  }

  a.sm-text {
    text-transform: lowercase;
    font-weight: 400;
    padding-left: 0;
  }
  a.dropdown-item {
    font: normal normal 400 15px/27px Poppins;
    color: #e6d9d1;
  }

  a.nav-link:hover {
    color: #ccc4bda1;
    background: #0000001f;
  }

  .nav-link.disabled {
    color: #ccc4bd3a;
  }

  .dropdown-menu[data-bs-popper] {
    margin-top: 0;
  }

  a.dropdown-item:active {
    background: none;
  }

  a.dropdown-item:hover {
    color: #504949;
  }

  .dropdown-item.disabled,
  .dropdown-item:disabled {
    color: #ccc4bd3a;
  }

  .navbar {
    margin-left: 5%;
  }
  .contain-space-beetween {
    align-items: self-start;
  }

  .section-category {
    background: #f1eae6;
  }

  .section-offer-photo img {
    /* border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		margin-top: 0%; */
    margin-bottom: 30px;
  }

  .section-offer-photo-square img {
    /* border-radius: 0px 0px 100px 0px; */
    margin-bottom: 1rem;
  }

  .offer-box {
    margin-top: 8%;
    margin-bottom: 8%;
  }

  .offer-box-text {
    /* margin-bottom: 0; */
    padding: 0;
    min-height: auto;
    background: none;
  }

  .spec {
    display: none;
  }

  .top {
    margin-top: 0%;
  }

  .header-copy-box {
    text-align: center;
    padding: 1rem;
    height: 65vh;
    flex-flow: column wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .mobile-nav span {
    position: fixed;
    right: 0;
    top: 3%;
    /* background: #ffffff; */
    /*border-radius: 10px 0 0 10px;*/
    padding: 0px 30px 0px 10px;
  }

  img.photo-top {
    /* right: 9%; */
  }
  .section-category-photo img {
    border-radius: 0px 0px 100px 0px;
  }

  .photos-section-2-mobile {
    display: inline;
  }

  .mobile-nav .call {
    font: normal normal 600 18px/27px Poppins;
    letter-spacing: 3.6px;
    text-transform: uppercase;
    color: white;
    padding-top: 50px;
  }

  p.phone a {
    font: normal normal 400 16px/27px Poppins;
    /* border-radius: 41px; */
    letter-spacing: 0.1rem;
    border-bottom: 1px solid #a39393;
    padding: 12px;
    width: 200px;
    color: #a39393;
    margin: auto;
  }

  p.location {
    font: normal normal 500 12px/19px Poppins;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: white;
    padding-top: 50px;
    transition: all 0.25s linear;
  }

  .mobile-nav {
    display: inline;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
  }

  .contact-nav {
    display: none;
  }

  hr.nav {
    display: none;
  }

  #header {
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0px;
  }

  #navbar-brand img {
    height: 170px;
    margin-top: -17px;
  }

  .navbar-light .navbar-toggler-icon {
    background-image: url(../svg/toggle.svg);
  }

  .navbar-light .navbar-toggler {
    border: none;
  }

  .navbar-toggler:focus {
    box-shadow: 0 0 0 0rem;
  }

  .navbar-collapse {
    margin-top: 20px;
    -moz-box-shadow: 5px 2px 5px rgb(68, 68, 68, 0.09);
    -webkit-box-shadow: 5px 2px 5px rgb(68, 68, 68, 0.09);
    box-shadow: 5px 2px 5px rgb(68, 68, 68, 0.09);
  }

  .navbar-light .navbar-nav .links {
    padding: 5px 0 5px 0;
    background: #ffffffa6;
  }

  .banner {
    background-image: url("../photos/top-mobile.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    background-position: 100%;
  }

  h1.header-text {
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 275;
    line-height: normal;
    letter-spacing: 13.5px;
    padding-top: 80px;
    text-align: center;
  }

  p.header-text-p {
    padding-top: 0;
    font: normal normal normal 15px/23px Poppins;
    letter-spacing: 0px;
    color: #2c2c2c;
  }

  .button-rezerwuj-mobile {
    display: inline;
    background: #2e2e2e;
    padding: 10px 15px 10px 15px;
    border: none;
  }

  #section-2 {
    padding-top: 0%;
    padding-bottom: 15%;
    height: auto;
  }

  .section-2-texts {
    margin: 0;
    text-align: left;
  }

  .frame {
    border-bottom: 0;
    border-radius: 0;
    padding: 10% 0% 7% 0%;
    margin-left: 0;
    margin-right: 0;
  }

  h1.section-2-title {
    text-align: left;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 7.5px;
  }

  h2.section-2-subtitle {
    text-align: left;
    font: 400 15px/23px Poppins;
    letter-spacing: 3px;
    margin-bottom: 0;
    padding-top: 1rem;
  }

  h2.section-category-title-2 {
    font: 700 20px/28px Poppins;
    letter-spacing: 4px;
  }

  p.section-2-text-p {
    font: normal normal normal 15px/25px Poppins;
    text-align: left;
  }

  .section-category {
    margin: 0 3% 0 3%;
  }
  .team-boxes {
    margin: 0 3% 3%;
  }

  #section-3 {
    display: none;
  }

  #section-3-mobile {
    display: inline;
  }

  #section-3-mobile h1 {
    text-align: center;
    font: normal normal 600 47px/58px Bodoni Moda;
    letter-spacing: 9.4px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: -5px;
    margin-top: 16px;
  }

  #section-3-mobile h2 {
    text-align: center;
    font: normal normal normal 10px/14px Poppins;
    letter-spacing: 1.8px;
    padding-top: 5px;
    color: #585858;
    text-transform: uppercase;
  }

  .section-category {
    margin: 0;
  }

  #team {
    padding: 0;
    padding-top: 50px;
  }
  .team-boxes {
    margin: 0;
  }
  .team-box {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #2e2e2e;
  }

  .section-photo-team img {
    border-radius: 300px;
    border: 2px solid #e6d9d1;
    margin: 5%;
    width: 80%;
    /* border-radius: 300px;
		display: flex;
		margin-left: auto;
		margin-right: auto;
		width: 70%; */
  }

  .category-box {
    margin: 4%;
  }

  p.section-category-text-p {
    font: normal normal normal 15px/23px Poppins;
    letter-spacing: 0px;
    color: #000000;
  }

  #section-4 {
    margin-top: 80px;
  }

  h1.section-4-title {
    font: normal normal 600 40px/45px Bodoni Moda;
  }

  h1.section-4-title {
    text-align: center;
    margin-left: 0;
  }

  .team-box {
    margin-left: 0;
    margin-right: 0;
    box-shadow: none;
  }

  .photo-service {
    display: none;
  }

  /* .pricelist-tabel {
  }


  /* .service p {
    font: normal normal normal 14px/18px Poppins;
  } */

  /* .pricelist-title-category {
    justify-content: space-between;
  } */

  /* .service-price {
    padding-top: 10px;
    padding-bottom: 10px;
  } */

  .card-body {
    padding: 1rem 1rem 2rem 1rem;
    border-right: none;
    border-left: none;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgb(195 183 170 / 27%) 99%
    );
  }

  p.price {
    font: normal normal normal 16px/24px Poppins;
    letter-spacing: 1px;
    color: rgb(111, 84, 77);
    margin-bottom: 0;
  }

  p.description-add {
    font: normal normal normal 12px/16px Poppins;
  }

  #section-salon {
    padding-top: 70px;
    padding-left: 0;
    padding-right: 0;
  }

  #section-reserve {
    padding-top: 70px;
    padding-left: 0;
    padding-right: 0;
  }

  img.photo-voucher {
    margin-bottom: 0%;
    margin-top: 0;
  }
  .text-voucher {
    padding: 1rem 0 1rem 0;
    /* padding-bottom: 50px; */
  }

  #section-5-footer img {
    margin-right: 20px;
    margin: 0 20px 0 0;
  }

  .footer-content {
    padding: 40px 5% 30px 5%;
  }
  /*
	.footer-mobile {
		display: inline;
	}

*/
  .footer-mobile span {
    padding: 0 0 20px 0;
  }

  .media h1 {
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .contact h1 {
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .contact span {
    font: normal normal 300 15px/23px Poppins;
    color: #ccc4bd;
  }

  .copyright {
    font: normal normal 300 12px/20px Poppins;
  }

  p.copyright-text {
    text-align: left;
  }

  .map h1 {
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .map-img img {
    height: 100% !important;
    width: 80% !important;
    margin-left: 0 !important;
  }
}
