@font-face {
  font-family: "Satoshi";
  font-display: fallback;
  src: url("../fonts/Satoshi-Variable.woff2") format("woff2"),
    url("../fonts/Satoshi-Variable.woff") format("woff");
}

body {
  background: #ffffff;
  font-family: "Satoshi", sans-serif;
  font-weight: 400;
  position: relative;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4 {
  font-weight: 400;
}

.heading {
  font-size: 50px;
  font-weight: 500;
  color: black;
}
.subheading {
  font-size: 17px;
  font-weight: 400;
  padding-bottom: 50px;
}
.bold {
  font-weight: 500;
}

p {
  letter-spacing: 0px;
  line-height: 28px;
}

#about,
#contact {
  padding-top: 80px;
  padding-bottom: 80px;
}

#about .fas {
  font-size: 28px;
  min-width: 34px;
}

/* start navigation */
.custom-navbar {
  height: 80px;
  width: 100%;
  background: #fff;
  position: fixed;
  z-index: 3;
  padding: 15px;
}
.custom-navbar .logo {
  height: 50px;
  width: 50px;
  margin-top: 2px;
}
.custom-navbar .link {
  text-decoration: none;
}
.custom-navbar .navbar-toggle {
  padding: 4px 6px;
  font-size: 16px;
  color: #fff;
}
.navbar-collapse {
  background-color: #fff;
}
.custom-navbar .nav li a {
  font-weight: 500;
  color: black;
  font-size: 14px;
  padding-right: 15px;
  padding-left: 15px;
  transition: all 0.3s ease-in-out;
}
.custom-navbar .nav li a:hover {
  transition: all 0.3s ease-in-out;
}
.custom-navbar .nav > li > a:focus {
  background-color: transparent;
  outline: none;
}
.custom-navbar .nav li.active > a {
  border-bottom: 1px solid black;
}
.custom-navbar .navbar-toggle {
  border: none;
  padding-top: 10px;
}
.custom-navbar .navbar-toggle .icon-bar {
  background: black;
  border-color: transparent;
}

/* home section */
#home {
  background: url("../images/background.jpeg") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  text-align: center;
}
#home::after {
  position: absolute;
  height: 100vh;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(250, 250, 250, 0.1);
  content: "";
}
#home h3 {
  letter-spacing: 2px;
}
#home .container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
}
#home .btn {
  margin-bottom: 40px;
  padding: 0;
  background-color: transparent;
  border: transparent;
  opacity: 0.9;
  transition: all 0.2s ease-in-out;
  z-index: 2;
}
#home .down-arrow {
  height: 70px;
  width: 70px;
  animation: bounce 2s infinite;
  opacity: 0.9;
}
#home .click {
  font-style: italic;
  color: black;
}
#home .btn:hover {
  filter: brightness(0) invert(1);
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

/* about section */
.heading_bold {
  margin: 0;
  font-size: 50px;
  font-weight: 500;
}
#about {
  padding-top: 80px;
  padding-bottom: 80px;
}

#about .col-md-4 .fas {
  background: black;
  border-radius: 50%;
  color: #ffffff;
  font-size: 32px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  margin-bottom: 10px;
}
#about .col-lg-4 {
  text-align: center;
}
#about .col-md-6 {
  padding-top: 60px;
}
#about .col-md-6 h3 {
  padding-top: 40px;
  padding-bottom: 10px;
}
#about .col-md-6 p {
  padding-bottom: 30px;
}
#about span {
  display: block;
  padding-bottom: 6px;
}
#about_p {
  font-size: 17px;
  font-weight: 500;
}
#about .paragraph {
  font-size: 15px;
  font-weight: 300;
}

/* zabiegi section */
#zabiegi {
  padding-top: 85px;
  background: #f9f9f9;
  text-align: center;
}
#zabiegi .container {
  width: 100%;
  padding: 0;
  margin: 0;
}
#zabiegi .btn {
  padding: 13px;
  margin-top: 5px;
  font-size: 16px;
}
#btn-regulamin {
  font-weight: 700;
}
#zabiegi .subheading-zabiegi {
  font-size: 17px;
  font-weight: 400;
}
#myCarousel {
  background-color: #f9f9f9;
  text-align: center;
  margin: auto;
  max-width: 600px;
}
.carousel-control.left,
.carousel-control.right {
  background-image: none !important;
  filter: none !important;
  color: #f9f9f9;
}

/* galeria section */
#galeria {
  padding-bottom: 85px;
  background: #f9f9f9;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#galeria .heading {
  margin-bottom: 80px;
}
#galeria .container {
  width: 100%;
  padding: 0;
  margin: 0;
}
#galeria .row2 {
  padding-bottom: 50px;
  padding-left: 80px;
  padding-right: 80px;
}
#galeria .btn {
  padding: 13px;
  margin-top: 5px;
  font-size: 16px;
}
#galeria .subheading-zabiegi {
  font-size: 17px;
  font-weight: 400;
  padding-bottom: 40px;
}
#myCarousel2 {
  max-width: 1300px;
  margin: auto;
}
#myCarousel2 .carousel-inner img {
  max-height: 800px;
  min-width: auto;
  margin: auto;
}
/* cennik section */
#cennik {
  padding-top: 80px;
}
#cennik .container {
  text-align: center;
}
#cennik h3 {
  color: black;
  line-height: 4px;
}
#cennik .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#cennik .img-responsive {
  padding: 5px 5px;
}

/* contact section */
#contact {
  background: #f9f9f9;
  text-align: center;
}
.heading-contact {
  margin-bottom: 60px;
  margin-top: -20px;
}
#contact .fas {
  font-size: 40px;
}
#contact .far {
  font-size: 40px;
}
#contact form {
  padding-top: 70px;
}
#contact .form-control {
  border-radius: 0;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.2s ease-in-out;
}
#contact .form-control:focus {
  border: 2px solid #5b5b5a;
}
#contact input {
  height: 50px;
}
#contact input[type="submit"] {
  border: 2px solid #808080;
  margin-top: 25px;
  height: 54px;
}
#contact input[type="submit"]:hover {
  background: #d5d4cf;
}
#contact textarea {
  height: 170px;
}
.contact-info-box h3 {
  font-size: 16px;
}

/* footer section */
footer {
  background: url("../images/footer.jpeg") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding-top: 90px;
  padding-bottom: 90px;
}
footer .container::before {
  position: absolute;
  width: 100%;
  height: 320px;
  bottom: 100px;
  right: 0;
  left: 0;
  content: "";
  background: rgba(213, 212, 207, 0.3);
}
.social-icon {
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
.social-icon li {
  list-style: none;
  display: inline-block;
  padding: 0 5px;
}
.social-icon li a {
  border-radius: 40%;
  background: #d5d4cf;
  color: black;
  font-size: 80px;
  width: 110px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  margin-top: 20px;
}
.social-icon li a:hover {
  background: #fff;
}

/* copyright section */
#copyright {
  background: #d5d4cf;
  padding-top: 20px;
  padding-bottom: 20px;
}
#copyright .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#copyright p {
  font-weight: 600;
  margin: 0;
}
#copyright a {
  color: #fff;
}
#copyright a:hover {
  color: #5b5b5a;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
#copyright .fa {
  background: black;
  color: #ffffff;
  font-size: 18px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: all 0.2s ease-in-out;
  border-radius: 10px;
}
#copyright .fa:hover {
  background: #ffffff;
  color: #000;
}
@media screen and (min-width: 1320px) {
  #cennik .container {
    width: max-content;
  }
}
@media screen and (min-width: 1060px) {
  /* zabiegi section */
  #zabiegi {
    background: #f9f9f9;
  }
  #zabiegi .container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  #zabiegi .row {
    flex-grow: 1;
  }
  #zabiegi .row2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
    order: 2;
  }
  #myCarousel {
    /* flex-grow: 1; */
    order: 1;
  }
  #zabiegi .btn {
    padding: 8px;
    margin-top: 5px;
    font-size: 16px;
    min-width: 200px;
    max-width: 200px;
    white-space: normal;
  }
  #btn-regulamin {
    font-weight: 700;
  }
  #zabiegi .subheading-zabiegi {
    font-size: 17px;
    font-weight: 400;
    text-align: center;
  }
  .carousel-inner img {
    max-height: 800px;
    min-width: auto;
    margin: auto;
  }
  .carousel-control.left,
  .carousel-control.right {
    background-image: none !important;
    filter: none !important;
    color: #dfdfdf;
  }
  #cennik img {
    max-height: 1200px;
    margin: auto;
  }
}
@media screen and (max-width: 1060px) {
  .custom-navbar .navbar-brand {
    font-size: 1px;
  }
  #about img {
    padding-top: 40px;
  }
  #contact form {
    padding-top: 30px;
  }
  #contact input[type="submit"] {
    border: 2px solid #808080;
    margin-top: 25px;
    height: 54px;
  }
  #zabiegi .row2 {
    padding-bottom: 50px;
    padding-left: 80px;
    padding-right: 80px;
  }
  #zabiegi .subheading-zabiegi {
    padding-bottom: 40px;
  }
  #myCarousel {
    background-color: #f9f9f9;
    max-width: 750px;
    text-align: center;
  }
  #cennik img {
    max-height: 1200px;
    margin: auto;
  }
}

@media screen and (max-width: 788px) {
  .custom-navbar .logo {
    height: 40px;
    width: 40px;
    margin-left: 15px;
    margin-top: 7px;
  }
  .custom-navbar .nav li.active > a {
    background-color: #d5d4cf;
    border-bottom: none;
  }
  .contact-info-box {
    margin-bottom: 20px;
  }
  .contact-info-box:last-child {
    margin-bottom: 0;
  }
  .custom-navbar {
    height: 53px;
    width: 100%;
    padding: 0;
  }
  #home {
    margin-top: 30px;
  }
  #myCarousel {
    margin-left: 30px;
    margin-right: 30px;
    background-color: #f9f9f9;
    max-width: 700px;
    text-align: center;
  }
  .contact-info-box {
    padding-bottom: 20px;
  }
  #zabiegi .subheading-zabiegi {
    margin-bottom: -20px;
  }
  #zabiegi .row2 {
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: -20px;
  }
  #zabiegi .btn {
    font-size: 14px;
    padding: 6px;
  }
  .heading {
    margin-top: -30px;
  }
  #galeria .heading {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 788px) {
  #home .btn {
    margin-bottom: 140px;
  }
}

@media screen and (max-width: 500px) {
  #home h3 {
    letter-spacing: 1px;
  }
  .heading_bold {
    font-size: 40px;
    font-weight: 400;
  }
  #strefa {
    font-size: 30px;
  }
  .heading {
    font-size: 30px;
    font-weight: 400;
  }
  .subheading .subheading-zabiegi {
    font-size: 12px;
    font-weight: 300;
  }
  .contact-info-box h3 {
    font-size: 12px;
    margin-bottom: -40px;
  }
  #zabiegi .row2 {
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: -10px;
  }
  #zabiegi .btn {
    font-size: 14px;
    padding: 6px;
    white-space: normal;
  }
  #copyright p {
    font-weight: 200;
  }
  #strefa {
    font-weight: 400;
  }
  .bold {
    font-weight: 400;
  }
  .fa-envelope {
    margin-top: 25px;
  }
}
@media screen and (max-width: 383.3px) {
  footer .container::before {
    height: 450px;
  }
}
@media screen and (max-width: 330px) {
  .temporary-message {
    height: 140px;
  }
  .heading_bold {
    font-size: 28px;
  }
  h3 {
    font-size: 15px;
  }
  #home .btn {
    padding: 8px 21px;
  }
}
@media screen and (max-width: 302px) {
  #strefa {
    font-size: 24px;
  }
  .temporary-message {
    height: 220px;
  }
}
