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

.title {
  font-size: 50px;
  line-height: 60px;
  font-family: "Playwrite NZ", cursive;
  font-style: italic;
}

.section-title {
  padding-top: 20px;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

.section-title::before {
  content: "";
  background: url(../images/decor3.png) no-repeat center;
  background-size: auto;
  background-size: contain;
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -11px;
  left: 740px;
}

.section-title::after {
  content: "";
  background: url(../images/decor3.png) no-repeat center;
  background-size: auto;
  background-size: contain;
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -11px;
  right: 740px;
  transform: scaleX(-1);
}

.subtitle {
  font-size: 30px;
  line-height: 35px;
  font-family: "Playwrite NZ", cursive;
  font-style: italic;
}

section {
  margin-bottom: 50px;
}

.container {
  width: 100%;
  height: 100%;
  padding: 0 50px;
  max-width: 1400px;
  margin: 0 auto;
}

.header {
  color: #000;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
  gap: 50px;
  align-items: center;
  background: linear-gradient(358deg, rgb(255, 255, 255) 1%, rgba(255, 97, 244, 0.37) 50%, rgb(255, 255, 255) 100%);
  height: 170px;
  padding: 0 50px;
  box-sizing: border-box;
  font-size: 24px;
  line-height: 35px;
  font-weight: 600;
  z-index: 20;
}
.header .icon {
  width: 35px;
}
.header .contacts,
.header .account {
  width: 37%;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.header .contacts .personal,
.header .account .personal {
  display: flex;
  gap: 30px;
}
.header .contacts {
  gap: 30px;
}
.header .contacts .contacts__social {
  max-height: 35px;
  display: flex;
  gap: 30px;
}
.header .contacts .contacts__phone {
  font-size: 22px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
}
.header .logo {
  position: absolute;
  left: calc(50% - 140px);
  top: -31px;
  z-index: 5;
}
.header .logo img {
  width: 280px;
}

nav {
  margin: 0;
  padding: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.49) 50%, rgba(0, 0, 0, 0) 100%);
  height: 60px;
  position: absolute;
  width: 100%;
  color: #fff;
  z-index: 11;
}
nav .nav-list {
  display: flex;
  padding: 10px 50px;
}
nav .nav-list .nav-list__item {
  margin-right: 50px;
}
nav .nav-list .nav-list__item .nav-list__link {
  font-size: 20px;
  line-height: 32px;
  font-weight: 480;
}

.slider {
  height: calc(100vh - 170px);
  background: url(../images/Piekarnia-Lange.webp);
  position: relative;
  z-index: 10;
}
.slider .slider-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
}
.slider .slider-inner .slider-content {
  color: #ecd3f3;
}

.gallery .gallery__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  gap: 30px;
  position: relative;
  z-index: 10;
}
.gallery img {
  width: 300px;
  height: 300px;
}

.about {
  padding-bottom: 50px;
}
.about .about-inner {
  background: url(../images/Piekarnia-Lange.webp);
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 3;
  overflow: hidden;
}
.about .mask {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6588235294);
  top: 0;
  left: 0;
}
.about p {
  text-align: center;
  font-size: 22px;
  line-height: 24px;
}
.about .about-content {
  padding: 50px 50px;
  border-radius: 20px;
  background: rgba(240, 136, 255, 0.19);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(240, 136, 255, 0.3);
  padding: 50px 50px;
  color: #fff;
}
.about .container {
  z-index: 5;
  position: relative;
}

@keyframes slideDown {
  from {
    transform: translate(-30vw, -30vh) rotate(0deg);
  }
  to {
    transform: translate(100vw, 100vh) rotate(360deg);
  }
}
.cake-image1 {
  animation: slideDown 8s linear infinite;
  animation: slideDown 8s linear infinite;
  position: absolute;
  z-index: 1;
}

@keyframes slideDown1 {
  from {
    transform: translate(100vw, 100vh) rotate(0deg);
  }
  to {
    transform: translate(-30vw, -30vh) rotate(360deg);
  }
}
.cake-image2 {
  animation: slideDown1 8s linear infinite;
  position: absolute;
  z-index: 1;
}

@keyframes slideDown2 {
  from {
    transform: translate(80vw, -60vh) rotate(0deg);
  }
  to {
    transform: translate(30vw, 160vh) rotate(360deg);
  }
}
.cake-image3 {
  animation: slideDown2 6s linear infinite;
  position: absolute;
  z-index: 1;
}

@keyframes slideDown3 {
  from {
    transform: translate(60vw, -60vh) rotate(0deg);
  }
  to {
    transform: translate(10vw, 160vh) rotate(360deg);
  }
}
.cake-image4 {
  animation: slideDown3 6s linear infinite;
  position: absolute;
  z-index: 1;
}/*# sourceMappingURL=style.css.map */