@charset "UTF-8";
.bounce-top {
  display: block;
  animation: bounce-top 2s infinite both;
}

/* ----------------------------------------------
 * Generated by Animista on 2023-5-29 12:29:49
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation bounce-top
 * ----------------------------------------
 */
@keyframes bounce-top {
  0% {
    transform: translate(-50%, -45px);
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    transform: translate(-50%, -24px);
    animation-timing-function: ease-in;
  }
  65% {
    transform: translate(-50%, -12px);
    animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 87% {
    transform: translate(-50%, 0px);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translate(-50%, 0px);
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
* {
  margin: 0;
  box-sizing: border-box;
  padding: 0;
}

html {
  scroll-padding-top: 74px;
}

body {
  background-color: #E4E0E1;
  font-family: "'DM Serif Text', serif";
}

.shadow-bg {
  background-color: rgba(228, 224, 225, 0.9);
  color: #E4E0E1;
}

.section-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  color: #E4E0E1;
  padding: 10px;
}

.underline {
  margin: 0 auto 20px;
  width: 80px;
  height: 4px;
  background-color: #E4E0E1;
}

nav {
  z-index: 5;
  text-transform: uppercase;
  transition: background-color 0.6s;
}
nav .navbar-toggler {
  padding: 10px 15px;
}
nav .nav-link,
nav .navbar-nav .show > .nav-link,
nav .navbar-brand:hover,
nav .fa-bars {
  color: #33211c;
}
nav .nav-link:focus,
nav .nav-link:hover,
nav .navbar-nav .nav-link.active,
nav .navbar-nav .show > .nav-link {
  font-weight: bold;
}
nav .navbar-brand {
  color: #33211c;
  font-weight: bold;
  font-size: 28px;
}

.hero-title {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-title .hero-text {
  position: absolute;
  background-image: url("../img/name-logo.png");
  background-size: cover;
  width: 450px;
  height: 450px;
}
.hero-title h1 {
  padding-top: 60px;
  text-transform: uppercase;
  font-size: 140px;
  letter-spacing: 10px;
  color: #fff;
}
.hero-title .fa-chevron-down {
  font-size: 30px;
  position: absolute;
  bottom: 20px;
  color: #33211c;
  left: 50%;
  transform: translate(-50%);
}

.aboutus {
  position: relative;
  background-image: url("../img/klaudia.jpg");
  background-position: top 0 center;
  background-size: cover;
  z-index: 0;
  display: flex;
}
.aboutus .aboutus-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -5;
}
.aboutus .aboutus-text {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}
.aboutus .aboutus-text p {
  margin-bottom: 40px;
}
.aboutus .aboutus-text .aboutus-services {
  margin-bottom: 50px;
}
.aboutus .aboutus-text .aboutus-services p {
  margin-bottom: 15px;
}
.aboutus .aboutus-text .aboutus-services span {
  font-weight: bold;
}
.aboutus .aboutus-text h1 {
  font-weight: bolder;
  font-family: "'DM Serif Text', serif";
  text-align: center;
  font-size: 24px;
  margin: 50px 20px;
  text-transform: uppercase;
}

.motivation {
  position: relative;
  height: 500px;
}
.motivation .motivation-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Baskervville", serif;
  font-style: normal;
  font-size: 26px;
  font-weight: bolder;
  text-align: center;
  letter-spacing: -1px;
}
.motivation .motivation-text span {
  font-style: italic;
}

.services .services-card {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
}
.services .services-card .card {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: grayscale(100%);
  z-index: 0;
  transition: transform 0.3s ease;
}
.services .services-card.services-card1 .card {
  background-image: url("/img/services1.jpg");
}
.services .services-card.services-card2 .card {
  background-image: url("/img/services2.jpg");
}
.services .services-card.services-card3 .card {
  background-image: url("/img/services3.jpg");
}
.services .services-card.services-card4 .card {
  background-image: url("/img/unsplash1.jpg");
}
.services .services-card.services-card5 .card {
  background-image: url("/img/unsplash4.jpg");
}
.services .services-card.services-card6 .card {
  background-image: url("/img/unsplash3.jpg");
}
.services .services-card.services-card7 .card {
  background-image: url("/img/services7.jpg");
}
.services .services-card .services-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0 20px;
  font-family: "Baskervville", serif;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  z-index: 2;
}
.services .services-card .services-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.prices {
  border: 2px solid black;
  background-color: #fff;
  margin: 0 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
.prices .section-title {
  color: #33211c;
}
.prices .price-box {
  margin: 50px 20px 20px 20px;
}
.prices .price-box .price-tag {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.prices .price-box .price-name {
  text-transform: uppercase;
}
.prices .price-box hr {
  margin: 50px 0;
  border: 1px solid black;
}
.prices h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}
.prices h4 {
  text-transform: uppercase;
  font-size: 12px;
}
.prices p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}
.prices .price-description {
  margin-top: 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 0;
}
.prices .price-description.open {
  max-height: 1200px; /* lub większą wartość, jeśli masz dużo treści */
  padding: 10px 0;
}
.prices .toggle-btn {
  cursor: pointer;
  display: inline-block;
  transition: transform 0.3s ease;
  margin-left: 10px;
}
.prices .toggle-btn.rotate {
  transform: rotate(180deg);
}

.contact {
  background-color: #E4E0E1;
  padding: 50px 0;
  font-family: "Montserrat", sans-serif;
}
.contact .contact-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  text-transform: uppercase;
  font-size: 18px;
}
.contact .contact-box .contact-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.contact .contact-box .contact-item a[href^=tel] {
  color: #fff;
  text-decoration: none;
}
.contact .contact-box .contact-item a[href^=tel]:hover, .contact .contact-box .contact-item a[href^=tel]:focus {
  color: #fff;
  text-decoration: none;
}
.contact .contact-box .contact-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  width: 90%;
  border: 1px solid black;
  padding: 20px;
  overflow: hidden;
  filter: grayscale(100%);
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  cursor: pointer;
}
.contact .contact-box .contact-item a {
  text-decoration: none;
}
.contact .contact-box .contact-item i,
.contact .contact-box .contact-item h3 {
  position: relative;
  z-index: 2;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}
.contact .contact-box .contact-item i {
  font-size: 46px;
  margin-bottom: 10px;
}
.contact .contact-box .contact-item .contact-bg,
.contact .contact-box .contact-item .contact-bg1,
.contact .contact-box .contact-item .contact-bg2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
  opacity: 0.4;
}
.contact .contact-box .contact-item .contact-bg {
  background-image: url("/img/contact1.jpg");
}
.contact .contact-box .contact-item .contact-bg1 {
  background-image: url("/img/contact2.jpg");
}
.contact .contact-box .contact-item .contact-bg2 {
  background-image: url("/img/contact3.jpg");
}
.contact .contact-box .contact-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 20%;
  min-height: 220px;
  overflow: hidden;
  text-align: center;
  color: #33211c;
  text-transform: uppercase;
  display: none;
  line-height: 1.2;
  white-space: nowrap;
  height: 100%;
}
.contact .contact-box .contact-text .scrolling-text {
  animation: scroll-text 30s linear infinite;
}
.contact .contact-box .contact-text p {
  margin: 5px 0;
  font-size: 18px;
  color: #33211c;
}

@keyframes scroll-text {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
@media (min-width: 992px) {
  .contact {
    padding: 0;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    background-color: #fff;
    height: 300px;
  }
  .contact .contact-box {
    flex-direction: row;
  }
  .contact .contact-box .contact-items {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .contact .contact-box .contact-items .contact-item {
    max-width: 200px;
    min-width: 180px;
    flex: 0 0 30%;
  }
  .contact .contact-box .contact-items .contact-item i {
    font-size: 24px;
  }
  .contact .contact-box .contact-items .contact-item h3 {
    font-size: 12px;
    letter-spacing: 1px;
  }
  .contact .contact-box .contact-text {
    display: flex;
    height: 299px;
  }
}
@media (max-width: 443px) {
  .hero-title .hero-text {
    width: 300px;
    height: 300px;
  }
  .hero-title .hero-text h1 {
    padding-top: 50px;
    font-size: 100px;
  }
}
@media (min-width: 576px) {
  .hero-title .hero-text {
    width: 600px;
    height: 600px;
  }
  .hero-title .hero-text h1 {
    padding-top: 120px;
    font-size: 180px;
  }
  .aboutus .aboutus-text {
    margin: 0 50px;
  }
  .aboutus .aboutus-text h1 {
    font-size: 30px;
  }
  .aboutus .aboutus-text p {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  html {
    scroll-padding-top: 72px;
  }
  .aboutus {
    position: relative;
    height: 1200px;
    background-image: none;
    background-color: #E4E0E1;
    display: flex;
  }
  .aboutus .aboutus-img {
    background-image: url("../img/klaudia.jpg");
    background-size: cover;
    background-position: center;
    height: 100%;
    min-width: 400px;
  }
  .aboutus .aboutus-text {
    border: 1px solid black;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 8px;
    color: #333;
  }
  .aboutus .aboutus-text .aboutus-text-wrapper {
    margin: 20 20px;
  }
  .aboutus .aboutus-text h1 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .aboutus .aboutus-shadow {
    display: none;
  }
  .motivation {
    height: 700px;
  }
  .motivation .motivation-text {
    font-size: 48px;
  }
  .prices {
    margin: 0 150px;
  }
  .prices .price-box h2 {
    font-size: 26px;
  }
  .prices .price-box p {
    font-size: 16px;
  }
  .prices .price-box .price-tag {
    font-size: 20px;
  }
  .prices .price-box h4 {
    font-size: 22px;
  }
}
@media (min-width: 1400px) {
  .aboutus .aboutus-text p {
    font-size: 16px;
  }
  .aboutus .aboutus-text h1 {
    font-size: 36px;
  }
  .aboutus .aboutus-text .aboutus-text-wrapper {
    margin: 40px 100px;
  }
  .contact .contact-box .contact-text .scrolling-text p {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .services .services-card .card {
    background-attachment: scroll;
  }
}/*# sourceMappingURL=main.css.map */