::selection {
  background-color: var(--color-tertiary);
  color: var(--color-text);
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  --color-primary: #402034;
  --color-primary-m: rgba(64, 32, 52, 0.55);
  --color-secondary: #613951;
  --color-secondary-m: rgba(97, 57, 81, 0.6);
  --color-tertiary: #894f72;
  --color-tertiary-m: rgba(137, 79, 114, 0.55);
  --color-quaternary: #af7398;
  --color-quaternary-m: rgba(175, 115, 152, 0.8);
  --color-quintary: #da9dc2;
  --color-quintary-m: rgba(218, 157, 194, 0.7);
  --color-black: #000;
  --color-black-m: rgba(0, 0, 0, 0.6);
  --color-white: #ffffff;
  --color-white-m: rgba(255, 255, 255, 0.5);
  --color-text: #3a2231;
  --color-text-m: rgba(64, 32, 52, 0.55);
  --color-text-reverse: #ffffff;
  --color-text-reverse-m: rgba(255, 255, 255, 0.7);
  --color-text-violet: var(--color-quaternary);
  --color-bg: #ffffff;
  --color-bg-m: rgba(255, 255, 255, 0.7);
  --color-bg2: #ffffff;
  --color-bg2-m: rgba(255, 255, 255, 0.4);
  --color-bg-reverse: var(--color-primary);
  --color-bg-reverse-m: var(--color-primary-m);
}

html[data-theme=dark] {
  --color-primary: #3a2231;
  --color-primary-m: rgba(64, 32, 52, 0.55);
  --color-secondary: #613951;
  --color-secondary-m: rgba(97, 57, 81, 0.6);
  --color-tertiary: #894f72;
  --color-tertiary-m: rgba(137, 79, 114, 0.55);
  --color-quaternary: #da9dc2;
  --color-quaternary-m: rgba(218, 157, 194, 0.7);
  --color-quintary: #ffffff;
  --color-quintary-m: rgba(255, 255, 255, 0.8);
  --color-black: #000;
  --color-black-m: rgba(0, 0, 0, 0.7);
  --color-white: #ffffff;
  --color-white-m: rgba(255, 255, 255, 0.7);
  --color-text: #ffffff;
  --color-text-m: rgba(255, 255, 255, 0.7);
  --color-text-reverse: #3a2231;
  --color-text-reverse-m: rgba(64, 32, 52, 0.55);
  --color-text-violet: var(--color-quaternary);
  --color-bg: var(--color-primary);
  --color-bg-m: rgba(64, 32, 52, 0.55);
  --color-bg2: var(--color-primary);
  --color-bg2-m: rgba(64, 32, 52, 0.55);
  --color-bg-reverse: #ffffff;
  --color-bg-reverse-m: rgba(255, 255, 255, 0.7);
}

@font-face {
  font-family: PT Sans;
  src: url(../fonts/PTSans-Regular.ttf);
  font-weight: 400px;
  font-display: optional;
}
@font-face {
  font-family: Cormorant Garamond;
  src: url(../fonts/CormorantGaramond-Medium.ttf);
  font-weight: 500px;
  font-display: optional;
}
:root {
  font-size: 105%;
  scroll-behavior: smooth;
  --swiper-theme-color: var(--color-quintary);
}

body {
  font-family: "PT Sans", sans-serif;
  line-height: 2;
  background-color: var(--color-bg);
}

.container {
  display: grid;
  grid-template-columns: [container-start] 1fr [center-start] repeat(6, [col-start] minmax(min-content, 16.66667rem) [col-end]) [center-end] 1fr [container-end];
}

li {
  list-style: none;
}

a:link,
a:visited {
  text-decoration: none;
  color: var(--color-white);
  font-weight: 400;
  letter-spacing: 0.2rem;
  font-size: calc(0.7rem + 0.4vw);
}

i {
  color: var(--color-secondary);
  font-size: calc(1.5rem + 2vw);
}

.fadeMenu {
  animation: fadeIn 0.6s ease-in-out both;
}

.hide {
  display: none;
}

.ms-nav {
  grid-column: container-start/container-end;
  position: relative;
  background: var(--color-primary);
  height: 100px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .ms-nav {
    height: 80px;
  }
}
@media screen and (max-width: 700px) {
  .ms-nav {
    height: 70px;
  }
}

.ms-label {
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translate(-2%, -50%);
  padding-right: 2%;
}
@media screen and (max-width: 1500px) {
  .ms-label {
    right: 3%;
  }
}
@media screen and (max-width: 1000px) {
  .ms-label {
    right: 4%;
  }
}
@media screen and (max-width: 400px) {
  .ms-label {
    right: 6%;
  }
}
.ms-label label {
  position: relative;
  width: 120px;
  min-height: 60px;
  background: var(--color-secondary);
  box-shadow: 0 0 0 4px var(--color-tertiary);
  border-radius: 45px;
  cursor: poiter;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .ms-label label {
    width: 90px;
    min-height: 40px;
    border-radius: 40px;
    box-shadow: 0 0 0 3px var(--color-tertiary);
  }
}
@media screen and (max-width: 700px) {
  .ms-label label {
    width: 50px;
    min-height: 25px;
    border-radius: 25px;
    box-shadow: 0 0 0 2px var(--color-tertiary);
  }
}
.ms-label label input {
  appearance: none;
}
.ms-label label span {
  position: absolute;
  left: 0;
  width: 75px;
  height: 60px;
  background: url(../img/home/coffee_1.png);
  background-size: auto 60px;
  background-repeat: no-repeat;
  transition: 1.5s;
  transform: rotate(-180deg);
  transform-origin: 28px;
  filter: drop-shadow(1px 1px 5px black);
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .ms-label label span {
    width: 50px;
    height: 40px;
    background-size: auto 40px;
    transform-origin: 20px;
  }
}
@media screen and (max-width: 700px) {
  .ms-label label span {
    width: 30px;
    height: 25px;
    background-size: auto 25px;
    transform-origin: 12px;
  }
}
.ms-label label input:checked ~ span {
  left: 60px;
  cursor: pointer;
  background: url(../img/home/coffee_2.png);
  background-size: auto 60px;
  background-repeat: no-repeat;
  filter: drop-shadow(1px 1px 5px black);
  transform: rotate(360deg);
}
@media screen and (max-width: 1000px) {
  .ms-label label input:checked ~ span {
    left: 50px;
    background-size: auto 40px;
  }
}
@media screen and (max-width: 700px) {
  .ms-label label input:checked ~ span {
    left: 25px;
    background-size: auto 25px;
  }
}
.ms-label label text {
  position: absolute;
  left: -50px;
  font-size: 30px;
  color: var(--color-white);
  cursor: pointer;
  filter: drop-shadow(0 0 15px var(--color-white)) drop-shadow(0 0 15px var(--color-white));
}
@media screen and (max-width: 1000px) {
  .ms-label label text {
    left: -40px;
    font-size: 24px;
    filter: drop-shadow(0 0 10px var(--color-white));
  }
}
@media screen and (max-width: 700px) {
  .ms-label label text {
    left: -30px;
    font-size: 20px;
    filter: drop-shadow(0 0 8px var(--color-white));
  }
}
.ms-label label text:last-child {
  left: initial;
  right: -35px;
  color: var(--color-quaternary);
  filter: none;
}
@media screen and (max-width: 1000px) {
  .ms-label label text:last-child {
    right: -30px;
  }
}
@media screen and (max-width: 700px) {
  .ms-label label text:last-child {
    right: -20px;
  }
}
.ms-label label input:checked ~ text {
  color: var(--color-quaternary);
  filter: none;
}
.ms-label label input:checked ~ text:last-child {
  color: var(--color-white);
  filter: drop-shadow(0 0 15px var(--color-white)) drop-shadow(0 0 15px var(--color-white));
}

.ms-menu-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.menu-container {
  font-display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .menu-container {
    transform: translateX(-225px);
  }
}
@media screen and (max-width: 1000px) {
  .menu-container {
    transform: translateX(-130px);
  }
}
@media screen and (max-width: 700px) {
  .menu-container {
    transform: translateX(-60px);
  }
}

.navbar {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dots-btn {
  width: 80px;
  height: 80px;
  background-color: var(--color-secondary-m);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-shadow: 0 5px 10px var(--color-primary);
  cursor: pointer;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border: 2px dotted var(--color-quaternary);
}
@media screen and (max-width: 1500px) {
  .dots-btn {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 1000px) {
  .dots-btn {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 700px) {
  .dots-btn {
    width: 50px;
    height: 50px;
  }
}

.dot {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
@media screen and (max-width: 1500px) {
  .dot {
    width: 9px;
    height: 9px;
  }
}
@media screen and (max-width: 1000px) {
  .dot {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 700px) {
  .dot {
    width: 7px;
    height: 7px;
  }
}

.changemenu .dot-1 {
  margin-left: 1px;
  height: 40px;
  width: 5px;
  border-radius: 1rem;
  transform: rotate(-45deg) translate(15px, 15px);
}
@media screen and (max-width: 1500px) {
  .changemenu .dot-1 {
    margin-left: -6px;
    width: 4px;
  }
}
@media screen and (max-width: 1000px) {
  .changemenu .dot-1 {
    margin-left: -10px;
    height: 35px;
    width: 3px;
  }
}
@media screen and (max-width: 700px) {
  .changemenu .dot-1 {
    margin-left: -15px;
    height: 30px;
  }
}

.changemenu .dot-2 {
  opacity: 0;
}

.changemenu .dot-3 {
  margin-right: 1px;
  height: 40px;
  width: 5px;
  border-radius: 1rem;
  transform: rotate(45deg) translate(-15px, 15px);
}
@media screen and (max-width: 1500px) {
  .changemenu .dot-3 {
    margin-right: -6px;
    width: 4px;
  }
}
@media screen and (max-width: 1000px) {
  .changemenu .dot-3 {
    margin-right: -10px;
    height: 35px;
    width: 3px;
  }
}
@media screen and (max-width: 700px) {
  .changemenu .dot-3 {
    margin-right: -15px;
    height: 30px;
  }
}

.nav-menu {
  width: 0;
  height: 55px;
  background-color: var(--color-tertiary-m);
  padding: 15px 30px;
  border-radius: 5rem;
  box-shadow: 0 5px 10px var(--color-primary-m);
  transition: width 0.3s;
}
@media screen and (max-width: 1500px) {
  .nav-menu {
    height: 50px;
    padding: 12px 26px;
  }
}
@media screen and (max-width: 1000px) {
  .nav-menu {
    height: 45px;
    padding: 10px 23px;
  }
}
@media screen and (max-width: 700px) {
  .nav-menu {
    height: 40px;
    padding: 5px 10px;
  }
}

.nav-menu-links {
  position: relative;
}

.changemenu .nav-menu {
  width: 375px;
}
@media screen and (max-width: 1500px) {
  .changemenu .nav-menu {
    width: 325px;
  }
}
@media screen and (max-width: 1000px) {
  .changemenu .nav-menu {
    width: 300px;
  }
}
@media screen and (max-width: 700px) {
  .changemenu .nav-menu {
    width: 230px;
  }
}

.nav-menu-link {
  position: absolute;
  top: 60%;
  transform: translateY(-60%);
  padding-top: 50px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}

.changemenu .nav-menu-link {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s 0.3s;
}

.nav-menu-link:nth-child(1) {
  left: -10px;
}
@media screen and (max-width: 1500px) {
  .nav-menu-link:nth-child(1) {
    left: -5px;
  }
}
@media screen and (max-width: 1000px) {
  .nav-menu-link:nth-child(1) {
    left: -5px;
  }
}
@media screen and (max-width: 700px) {
  .nav-menu-link:nth-child(1) {
    left: -3px;
  }
}

.nav-menu-link:nth-child(2) {
  left: 50px;
}
@media screen and (max-width: 1500px) {
  .nav-menu-link:nth-child(2) {
    left: 45px;
  }
}
@media screen and (max-width: 1000px) {
  .nav-menu-link:nth-child(2) {
    left: 45px;
  }
}
@media screen and (max-width: 700px) {
  .nav-menu-link:nth-child(2) {
    left: 40px;
  }
}

.nav-menu-link:nth-child(3) {
  right: 50px;
}
@media screen and (max-width: 1000px) {
  .nav-menu-link:nth-child(3) {
    right: 45px;
  }
}
@media screen and (max-width: 700px) {
  .nav-menu-link:nth-child(3) {
    right: 40px;
  }
}

.nav-menu-link:nth-child(4) {
  right: -5px;
}
@media screen and (max-width: 700px) {
  .nav-menu-link:nth-child(4) {
    right: 2px;
  }
}

.nav-menu-link img {
  width: 35px;
  transform: scale(0.95);
  transition: all 0.3s ease-in-out;
}
.nav-menu-link img:hover {
  filter: drop-shadow(0 0 2px var(--color-black-m));
  transform: scale(1);
}
@media screen and (max-width: 1500px) {
  .nav-menu-link img {
    width: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .nav-menu-link img {
    width: 28px;
  }
}
@media screen and (max-width: 700px) {
  .nav-menu-link img {
    width: 24px;
  }
}

.showcase {
  grid-column: container-start/container-end;
  position: relative;
  background: linear-gradient(var(--color-primary), var(--color-secondary));
  width: 100%;
  height: 1020px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .showcase {
    height: 900px;
  }
}
@media screen and (max-width: 700px) {
  .showcase {
    height: 760px;
  }
}
.showcase img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.showcase #sprinkles {
  animation: fadeIn 0.6s ease-in-out both;
  animation-delay: 0.6s;
}
.showcase #bg-back,
.showcase #bg-front {
  filter: brightness(0.7);
}
.showcase #bg-back {
  z-index: 8;
}
.showcase #bg-front {
  z-index: 10;
}
.showcase #logo {
  filter: drop-shadow(1px 1px 2px var(--color-black-m));
  animation: fadeIn 0.6s ease-in-out;
}
.showcase h1 {
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -42%);
  font-family: Cormorant Garamond;
  color: var(--color-quintary);
  font-weight: 500;
  text-shadow: 1px 1px 2px var(--color-black-m);
  white-space: nowrap;
  font-size: calc(1.5rem + 3vw);
  letter-spacing: 1.3px;
  z-index: 9;
  animation-delay: 0.6s;
}
.showcase #btn {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50, -54%);
  width: 260px;
  height: 100px;
  background: var(--color-quaternary-m);
  color: var(--color-text);
  text-align: center;
  line-height: 80px;
  font-weight: bolder;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 7%;
  border-top-right-radius: 7%;
  box-shadow: 0 0 5px var(--color-tertiary);
  z-index: 9;
  animation: fadeIn 0.6s ease-in-out both;
  animation-delay: 0.12s;
}
@media screen and (max-width: 1000px) {
  .showcase #btn {
    top: 50%;
    left: 45%;
    transform: translate(-45%, -50%);
    width: 200px;
    height: 80px;
    line-height: 60px;
  }
}
@media screen and (max-width: 700px) {
  .showcase #btn {
    top: 50%;
    left: 35%;
    transform: translate(-35%, -50%);
    width: 180px;
    height: 70px;
    line-height: 50px;
  }
}

.showcase::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(to top, var(--color-bg), transparent);
  z-index: 100;
}

.motto {
  grid-column: container-start/container-end;
  background-image: url("../img/home/lokomotywa_trans.avif");
  padding-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .motto {
    background-image: url("../img/home/lokomotywa_trans_dc.avif");
    background-size: auto;
    background-position: center;
  }
}
@media screen and (max-width: 700px) {
  .motto {
    background-image: url("../img/home/lokomotywa_trans_md.avif");
    background-size: auto;
    background-position: center;
  }
}
.motto-logo {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.motto-logo img {
  width: 450px;
  padding-bottom: 60px;
  filter: drop-shadow(0 0 1px var(--color-white-m));
}
@media screen and (max-width: 1500px) {
  .motto-logo img {
    padding-bottom: 50px;
    width: 400px;
  }
}
@media screen and (max-width: 1000px) {
  .motto-logo img {
    padding-bottom: 40px;
    width: 350px;
  }
}
@media screen and (max-width: 700px) {
  .motto-logo img {
    width: 300px;
  }
}
@media screen and (max-width: 400px) {
  .motto-logo img {
    width: 250px;
  }
}
.motto .motto-header {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Cormorant Garamond", serif;
  color: var(--color-text);
  font-size: 36px;
  text-align: center;
  padding: 5px 10px;
  background-color: var(--color-bg-m);
}
@media screen and (max-width: 1000px) {
  .motto .motto-header {
    font-size: 32px;
  }
}
@media screen and (max-width: 700px) {
  .motto .motto-header {
    font-size: 26px;
  }
}
.motto span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-quaternary);
  font-size: 50px;
  animation: pin 2s infinite;
}
.motto span img {
  width: 60px;
  filter: drop-shadow(0 0 1px var(--color-black-m));
}
.motto .motto-clue {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.motto .motto-clue .motto-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1100px;
}
.motto .motto-clue .motto-container .motto-card {
  position: relative;
  width: 320px;
  height: 320px;
  margin: 15px;
  cursor: help;
  overflow: hidden;
}
@media screen and (max-width: 700px) {
  .motto .motto-clue .motto-container .motto-card {
    width: 270px;
    height: 270px;
  }
}
.motto .motto-clue .motto-container .motto-card .motto-imgBox,
.motto .motto-clue .motto-container .motto-card .motto-contentBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.motto .motto-clue .motto-container .motto-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.motto .motto-clue .motto-container .motto-card .motto-infoBox {
  padding-top: 30px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.motto .motto-clue .motto-container .motto-card .motto-infoBox h3 {
  padding: 5px 10px;
  background: var(--color-tertiary-m);
  border-radius: 20px;
  font-family: "Cormorant Garamond", serif;
  color: var(--color-text);
  font-size: 24px;
  letter-spacing: 1px;
  z-index: 2;
  border: 2px dotted var(--color-bg-m);
}
@media screen and (max-width: 700px) {
  .motto .motto-clue .motto-container .motto-card .motto-infoBox h3 {
    border: 1px dotted var(--color-bg-m);
  }
}
@media screen and (max-width: 700px) {
  .motto .motto-clue .motto-container .motto-card .motto-infoBox h3 {
    font-size: 16px;
    border: 0.5px dotted var(--color-bg-m);
  }
}
.motto .motto-clue .motto-container .motto-card .motto-contentBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-bg-m);
  transform: scaleX(0);
  transition: 0.5s ease-in-out;
  transform-origin: right;
}
.motto .motto-clue .motto-container .motto-card:hover .motto-contentBox::before {
  transform: scaleX(1);
  transition: 0.5s ease-in-out;
  transform-origin: left;
}
.motto .motto-clue .motto-container .motto-card .motto-contentBox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.motto .motto-clue .motto-container .motto-card .motto-contentBox .motto-content {
  position: relative;
  padding: 20px;
  z-index: 1;
  transition: 0.5s;
  transform: translateX(-300px);
}
.motto .motto-clue .motto-container .motto-card:hover .motto-contentBox .motto-content {
  transform: translateX(0);
}
.motto .motto-clue .motto-container p {
  padding-top: 60px;
  padding-left: 15px;
  font-size: 20px;
  color: var(--color-text);
  line-height: 1.3;
}
@media screen and (max-width: 700px) {
  .motto .motto-clue .motto-container p {
    font-size: 16px;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(0.99);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes pin {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  50% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(-15px);
  }
  80% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes video {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes arrow-video {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 10;
  }
  25% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  50% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(-15px);
  }
  80% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    text-shadow: 0 0 10px transparent;
  }
  5% {
    transform: translateX(-100%);
  }
  95% {
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    text-shadow: 0 0 10px var(--color-primary);
  }
}
@keyframes fadeMenu {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes color {
  0% {
    filter: grayscale(100%);
  }
  100% {
    filter: grayscale(0%);
  }
}
@keyframes space {
  0% {
    opacity: 0;
    transform: scale(0.1);
    background-color: transparent;
  }
  10% {
    transform: rotate(-5deg);
  }
  20% {
    transform: translateX(40px);
  }
  50% {
    transform: rotate(30deg);
  }
  55% {
    opacity: 1;
  }
  75% {
    transform: translateX(-80px);
  }
  100% {
    transform: translateX(-150px);
    rotate: -25deg;
    transform: scale(1.1);
    opacity: 0;
    @media screen and (max-width: 700px) {
      transform: translateX(-120px);
    }
  }
}
@keyframes cookies {
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
.parallax {
  grid-column: container-start/container-end;
  position: relative;
}
.parallax .ms-absolute {
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.parallax .parx1 {
  background-image: url(../img/home/tort_bg2.avif);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 1500px) {
  .parallax .parx1 {
    background-image: url(../img/home/tort_bg2_dc.avif);
    height: 350px;
  }
}
@media screen and (max-width: 1000px) {
  .parallax .parx1 {
    background-image: url(../img/home/tort_bg2_tb.avif);
    height: 300px;
  }
}
@media screen and (max-width: 700px) {
  .parallax .parx1 {
    background-image: url(../img/home/tort_bg2_md.avif);
    height: 250px;
  }
}
@media screen and (max-width: 400px) {
  .parallax .parx1 {
    height: 200px;
  }
}
.parallax .parx2 {
  background-image: url(../img/home/tort_bg.avif);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 1500px) {
  .parallax .parx2 {
    background-image: url(../img/home/tort_bg_dc.avif);
    height: 350px;
  }
}
@media screen and (max-width: 1000px) {
  .parallax .parx2 {
    background-image: url(../img/home/tort_bg_tb.avif);
    height: 300px;
  }
}
@media screen and (max-width: 700px) {
  .parallax .parx2 {
    background-image: url(../img/home/tort_bg_md.avif);
    height: 250px;
  }
}
@media screen and (max-width: 400px) {
  .parallax .parx2 {
    height: 200px;
  }
}
.parallax .parx3 {
  background-image: url(../img/home/tort_bg4.avif);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 1500px) {
  .parallax .parx3 {
    background-image: url(../img/home/tort_bg4_dc.avif);
    height: 350px;
  }
}
@media screen and (max-width: 1000px) {
  .parallax .parx3 {
    background-image: url(../img/home/tort_bg4_tb.avif);
    height: 300px;
  }
}
@media screen and (max-width: 700px) {
  .parallax .parx3 {
    height: 250px;
  }
}
@media screen and (max-width: 400px) {
  .parallax .parx3 {
    height: 200px;
  }
}
.parallax .ptext1,
.parallax .ptext2,
.parallax .ptext3 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
  width: 100%;
  color: var(--color-text);
}
@media screen and (max-width: 1000px) {
  .parallax .ptext1,
  .parallax .ptext2,
  .parallax .ptext3 {
    height: 350px;
  }
}
@media screen and (max-width: 700px) {
  .parallax .ptext1,
  .parallax .ptext2,
  .parallax .ptext3 {
    height: 320px;
    padding-bottom: 40px;
  }
}
.parallax .ptext1 h2,
.parallax .ptext2 h2,
.parallax .ptext3 h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  letter-spacing: 1px;
}
@media screen and (max-width: 700px) {
  .parallax .ptext1 h2,
  .parallax .ptext2 h2,
  .parallax .ptext3 h2 {
    font-size: 20px;
  }
}
.parallax .ptext1 p,
.parallax .ptext2 p,
.parallax .ptext3 p {
  margin-bottom: 40px;
  width: 800px;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .parallax .ptext1 p,
  .parallax .ptext2 p,
  .parallax .ptext3 p {
    padding: 0 20px;
    width: 100%;
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  .parallax .ptext1 p,
  .parallax .ptext2 p,
  .parallax .ptext3 p {
    font-size: 15px;
  }
}
@media screen and (max-width: 400px) {
  .parallax .ptext1 p,
  .parallax .ptext2 p,
  .parallax .ptext3 p {
    font-size: 14px;
  }
}
.parallax .ptext1 .parbtn,
.parallax .ptext2 .parbtn,
.parallax .ptext3 .parbtn {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -25%);
  width: 260px;
  height: 100px;
  background: var(--color-quaternary-m);
  color: var(--color-text);
  text-align: center;
  line-height: 80px;
  font-weight: bolder;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 7%;
  border-top-right-radius: 7%;
  box-shadow: 0 0 5px var(--color-tertiary);
  z-index: 9;
  border: 2px dotted var(--color-bg-m);
  transition: all 0.3s ease-in-out;
}
.parallax .ptext1 .parbtn:hover,
.parallax .ptext2 .parbtn:hover,
.parallax .ptext3 .parbtn:hover {
  background: var(--color-tertiary-m);
  color: var(--color-white-m);
  border: 2px dotted var(--color-bg);
}
@media screen and (max-width: 1000px) {
  .parallax .ptext1 .parbtn:hover,
  .parallax .ptext2 .parbtn:hover,
  .parallax .ptext3 .parbtn:hover {
    border: 1px dotted var(--color-bg);
  }
}
@media screen and (max-width: 700px) {
  .parallax .ptext1 .parbtn:hover,
  .parallax .ptext2 .parbtn:hover,
  .parallax .ptext3 .parbtn:hover {
    border: 0.5px dotted var(--color-bg);
  }
}
@media screen and (max-width: 1000px) {
  .parallax .ptext1 .parbtn,
  .parallax .ptext2 .parbtn,
  .parallax .ptext3 .parbtn {
    top: 10%;
    left: 50%;
    transform: translate(-50%, -10%);
    width: 200px;
    height: 80px;
    line-height: 60px;
    border: 1px dotted var(--color-bg);
  }
}
@media screen and (max-width: 700px) {
  .parallax .ptext1 .parbtn,
  .parallax .ptext2 .parbtn,
  .parallax .ptext3 .parbtn {
    top: 5%;
    left: 50%;
    transform: translate(-50%, -5%);
    width: 180px;
    height: 70px;
    line-height: 50px;
    border: 0.5px dotted var(--color-bg);
  }
}
.parallax .ptext1 .btn-elipse,
.parallax .ptext2 .btn-elipse,
.parallax .ptext3 .btn-elipse {
  padding: 20px 40px;
  background: var(--color-quintary-m);
  color: var(--color-secondary);
  border-radius: 50%;
  transform: translateY(30px);
  border: 2px dotted var(--color-bg);
  box-shadow: 0 0 5px var(--color-black-m);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1000px) {
  .parallax .ptext1 .btn-elipse,
  .parallax .ptext2 .btn-elipse,
  .parallax .ptext3 .btn-elipse {
    border: 1px dotted var(--color-bg);
  }
}
@media screen and (max-width: 700px) {
  .parallax .ptext1 .btn-elipse,
  .parallax .ptext2 .btn-elipse,
  .parallax .ptext3 .btn-elipse {
    border: 0.5px dotted var(--color-bg);
  }
}
.parallax .ptext1 .btn-elipse:hover,
.parallax .ptext2 .btn-elipse:hover,
.parallax .ptext3 .btn-elipse:hover {
  background: var(--color-quintary);
  box-shadow: 0 0 5px var(--color-white-m);
}
.parallax .ptext1 .container-bnt-social,
.parallax .ptext2 .container-bnt-social,
.parallax .ptext3 .container-bnt-social {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -25%);
}
@media screen and (max-width: 700px) {
  .parallax .ptext1 .container-bnt-social,
  .parallax .ptext2 .container-bnt-social,
  .parallax .ptext3 .container-bnt-social {
    top: 5%;
    left: 50%;
    transform: translate(-50%, -5%);
  }
}
.parallax .ptext1 .container-bnt-social img,
.parallax .ptext2 .container-bnt-social img,
.parallax .ptext3 .container-bnt-social img {
  margin: 0 20px;
  width: 150px;
  transform: scale(0.95);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1500px) {
  .parallax .ptext1 .container-bnt-social img,
  .parallax .ptext2 .container-bnt-social img,
  .parallax .ptext3 .container-bnt-social img {
    margin: 0 15px;
    width: 120px;
  }
}
@media screen and (max-width: 1000px) {
  .parallax .ptext1 .container-bnt-social img,
  .parallax .ptext2 .container-bnt-social img,
  .parallax .ptext3 .container-bnt-social img {
    margin: 0 10px;
    width: 100px;
  }
}
@media screen and (max-width: 700px) {
  .parallax .ptext1 .container-bnt-social img,
  .parallax .ptext2 .container-bnt-social img,
  .parallax .ptext3 .container-bnt-social img {
    margin: 0 10px;
    width: 80px;
  }
}
.parallax .ptext1 .container-bnt-social img:hover,
.parallax .ptext2 .container-bnt-social img:hover,
.parallax .ptext3 .container-bnt-social img:hover {
  filter: drop-shadow(0 0 5px var(--color-primary));
  transform: scale(1);
}
.parallax .ptext1 .img-left,
.parallax .ptext2 .img-left,
.parallax .ptext3 .img-left {
  position: absolute;
  top: 0px;
  left: 4%;
  height: 400px;
  object-fit: cover;
  filter: drop-shadow(0 0 0.5px var(--color-black-m));
}
@media screen and (max-width: 1500px) {
  .parallax .ptext1 .img-left,
  .parallax .ptext2 .img-left,
  .parallax .ptext3 .img-left {
    height: 350px;
    left: 2%;
  }
}
@media screen and (max-width: 1000px) {
  .parallax .ptext1 .img-left,
  .parallax .ptext2 .img-left,
  .parallax .ptext3 .img-left {
    height: 300px;
    left: 1%;
  }
}
@media screen and (max-width: 700px) {
  .parallax .ptext1 .img-left,
  .parallax .ptext2 .img-left,
  .parallax .ptext3 .img-left {
    height: 250px;
    left: 0.5%;
  }
}
@media screen and (max-width: 400px) {
  .parallax .ptext1 .img-left,
  .parallax .ptext2 .img-left,
  .parallax .ptext3 .img-left {
    height: 200px;
    left: 0.2%;
  }
}
.parallax .ptext1 .img-right,
.parallax .ptext2 .img-right,
.parallax .ptext3 .img-right {
  position: absolute;
  top: 0px;
  right: 4%;
  height: 400px;
  object-fit: cover;
  filter: drop-shadow(0 0 0.5px var(--color-black-m));
}
@media screen and (max-width: 1500px) {
  .parallax .ptext1 .img-right,
  .parallax .ptext2 .img-right,
  .parallax .ptext3 .img-right {
    height: 350px;
    right: 2%;
  }
}
@media screen and (max-width: 1000px) {
  .parallax .ptext1 .img-right,
  .parallax .ptext2 .img-right,
  .parallax .ptext3 .img-right {
    height: 300px;
    right: 1%;
  }
}
@media screen and (max-width: 700px) {
  .parallax .ptext1 .img-right,
  .parallax .ptext2 .img-right,
  .parallax .ptext3 .img-right {
    height: 250px;
    right: 0.5%;
  }
}
@media screen and (max-width: 400px) {
  .parallax .ptext1 .img-right,
  .parallax .ptext2 .img-right,
  .parallax .ptext3 .img-right {
    height: 200px;
    right: 0.2%;
  }
}
.parallax .ptext1,
.parallax .ptext3 {
  background-image: url(../img/home/sprinkles_trans.png), url(../img/home/lokomotive1_trans.avif);
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1000px) {
  .parallax .ptext1,
  .parallax .ptext3 {
    background-image: url(../img/home/sprinkles_trans.png), url(../img/home/lokomotive1_trans_tb.avif);
  }
}
@media screen and (max-width: 700px) {
  .parallax .ptext1,
  .parallax .ptext3 {
    background-image: url(../img/home/sprinkles_trans.png), url(../img/home/lokomotive1_trans_md.avif);
  }
}
.parallax .ptext2 {
  background-image: url(../img/home/sprinkles_trans.png), url(../img/home/lokomotive2_trans.avif);
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1000px) {
  .parallax .ptext2 {
    background-image: url(../img/home/sprinkles_trans.png), url(../img/home/lokomotive2_trans_tb.avif);
  }
}
@media screen and (max-width: 700px) {
  .parallax .ptext2 {
    background-image: url(../img/home/sprinkles_trans.png), url(../img/home/lokomotive2_trans_md.avif);
  }
}

.parallax::before {
  content: "";
  position: absolute;
  bottom: -100px;
  width: 100%;
  height: 200px;
  background: linear-gradient(to bottom, transparent, var(--color-bg), transparent);
  z-index: 1;
}
@media screen and (max-width: 1500px) {
  .parallax::before {
    bottom: -60px;
    height: 120px;
  }
}
@media screen and (max-width: 1000px) {
  .parallax::before {
    bottom: -40px;
    height: 80px;
  }
}
@media screen and (max-width: 700px) {
  .parallax::before {
    bottom: -45px;
    height: 90px;
  }
}

.ms-video {
  grid-column: container-start/container-end;
  padding: 0;
  overflow: hidden;
}
.ms-video #video-container {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .ms-video #video-container {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .ms-video #video-container {
    display: none;
  }
}
.ms-video #video-container video {
  min-width: 100%;
  min-height: 100%;
  position: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  object-fit: cover;
}
.ms-video #video-container .video-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 400px;
  text-align: center;
}
.ms-video #video-container .video-content img {
  width: 350px;
  opacity: 0.5;
}
.ms-video #video-container2 {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: none;
}
@media screen and (max-width: 1000px) {
  .ms-video #video-container2 {
    height: 400px;
    display: block;
  }
}
.ms-video #video-container2 .video-content2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 400px;
  text-align: center;
}
.ms-video #video-container2 .video-content2 img {
  width: 200px;
  opacity: 0.5;
}

.ms-testimonials {
  grid-column: container-start/container-end;
  background: linear-gradient(var(--color-bg-m), var(--color-bg-m)), url("../img/home/tort_bg3_grey.avif");
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.ms-testimonials .ms-sec-heading {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: var(--color-text);
  margin: 50px;
  max-width: 550px;
  text-align: center;
}
.ms-testimonials .ms-sec-heading h2 {
  font-family: "Cormorant Garamond", serif;
  margin: 0 auto;
  font-size: 28px;
  letter-spacing: 1px;
}
@media screen and (max-width: 700px) {
  .ms-testimonials .ms-sec-heading h2 {
    font-size: 20px;
  }
}
.ms-testimonials .ms-sec-heading p {
  margin: 0 auto;
  padding-bottom: 40px;
}
.ms-testimonials .ms-sec-heading a {
  padding: 20px 40px;
  background: var(--color-bg-reverse);
  color: var(--color-tertiary);
  border-radius: 50%;
  transform: translateY(30px);
  border: 2px dotted var(--color-bg);
  box-shadow: 0 0 5px var(--color-black-m);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1000px) {
  .ms-testimonials .ms-sec-heading a {
    border: 1px dotted var(--color-bg);
  }
}
@media screen and (max-width: 1000px) {
  .ms-testimonials .ms-sec-heading a {
    border: 0.5px dotted var(--color-bg);
  }
}
.ms-testimonials .ms-sec-heading a:hover {
  background: var(--color-bg-reverse-m);
  box-shadow: 0 0 5px var(--color-white-m);
}
.ms-testimonials img {
  width: 360px;
  height: 360px;
  object-fit: cover;
}
.ms-testimonials .carousel {
  margin: 40px 0;
  padding: 0;
  border: 2px solid var(--color-bg-reverse);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
  height: 360px;
  width: 360px;
  overflow: hidden;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
.ms-testimonials .carousel:hover {
  transform: scale(1.05);
}
.ms-testimonials .image-container {
  display: flex;
  transform: translateX(0);
  transition: transform 0.5s ease-in-out;
}

.ms-testimonials::before {
  content: "";
  position: absolute;
  top: -200px;
  width: 100%;
  height: 400px;
  background: linear-gradient(to top, transparent, var(--color-bg), transparent);
}
@media screen and (max-width: 1000px) {
  .ms-testimonials::before {
    top: -150px;
    height: 300px;
  }
}
@media screen and (max-width: 700px) {
  .ms-testimonials::before {
    top: -100px;
    height: 200px;
  }
}

.footer {
  position: relative;
  grid-column: container-start/container-end;
  background-image: url("../img/gallery1/lokomotywa_trans.avif"), url("../img/home/tort.avif");
  background-color: var(--color-primary);
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  display: grid;
  grid-template-rows: repeat(3, max-content);
  grid-row-gap: 4vh;
}
@media screen and (max-width: 1000px) {
  .footer {
    background-image: linear-gradient(rgba(64, 32, 52, 0.5), rgb(64, 32, 52)), url("../img/gallery1/lokomotywa_trans_tb.avif"), url("../img/home/tort.avif");
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 700px) {
  .footer {
    background-image: linear-gradient(rgba(64, 32, 52, 0.5), rgb(64, 32, 52)), url("../img/gallery1/lokomotywa_trans_md.avif"), url("../img/home/tort.avif");
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
  }
}
.footer__content {
  display: grid;
  grid-template-columns: repeat(auto-fit, 20rem);
  place-content: center;
  grid-gap: 5rem 3vw;
  z-index: 101;
}
@media screen and (max-width: 700px) {
  .footer__content {
    grid-gap: 3rem 1vw;
  }
}
@media screen and (max-width: 1000px) {
  .footer__content {
    grid-gap: 2rem 0.7vw;
  }
}
@media screen and (max-width: 400px) {
  .footer__content {
    grid-gap: 1.5rem 0.5vw;
  }
}
.footer__content--section {
  display: grid;
  grid-gap: 1rem;
}
.footer__content--section img {
  width: 45px;
}
@media screen and (max-width: 1000px) {
  .footer__content--section img {
    width: 40px;
  }
}
@media screen and (max-width: 700px) {
  .footer__content--section img {
    width: 30px;
  }
}
.footer__content--section .footer__content--doc__link {
  display: block;
  letter-spacing: initial;
  color: var(--color-white);
  text-shadow: 0 0 1px var(--color-primary);
  font-size: 18px;
  line-height: 1;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 1000px) {
  .footer__content--section .footer__content--doc__link {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  .footer__content--section .footer__content--doc__link {
    font-size: 14px;
  }
}
.footer__content--section .footer__content--doc__link:hover {
  color: var(--color-quaternary);
  text-shadow: 0 0 1px var(--color-primary);
}
.footer__content--section__link:link {
  display: block;
  letter-spacing: initial;
  color: var(--color-white);
  font-size: 18px;
  line-height: 1;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 1000px) {
  .footer__content--section__link:link {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  .footer__content--section__link:link {
    font-size: 14px;
  }
}
.footer__content--section__link:link:hover {
  color: var(--color-tertiary);
}
.footer__content--section__soc img {
  width: 80px;
  transform: scale(0.95);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1500px) {
  .footer__content--section__soc img {
    width: 70px;
  }
}
@media screen and (max-width: 1000px) {
  .footer__content--section__soc img {
    width: 60px;
  }
}
@media screen and (max-width: 700px) {
  .footer__content--section__soc img {
    width: 50px;
  }
}
.footer__content--section__soc img:hover {
  filter: drop-shadow(0 0 5px var(--color-primary));
  transform: scale(1);
}
.footer__content--section:first-child, .footer__content--section:nth-child(2), .footer__content--section:nth-child(3) {
  border-right: 1px solid var(--color-white);
}
@media screen and (max-width: 1000px) {
  .footer__content--section:first-child, .footer__content--section:nth-child(2), .footer__content--section:nth-child(3) {
    border-right: none;
  }
}
.footer__content--section:first-child, .footer__content--section:nth-child(2), .footer__content--section:nth-child(3) {
  border-bottom: none;
}
@media screen and (max-width: 1000px) {
  .footer__content--section:first-child, .footer__content--section:nth-child(2), .footer__content--section:nth-child(3) {
    border-bottom: 1px solid var(--color-white);
    padding-bottom: 1rem;
  }
}
.footer__content--section:last-child {
  padding-bottom: 3vw;
  border-bottom: 1px solid var(--color-white);
}
.footer__content--section:last-child span {
  font-family: "Cormorant Garamound", serif;
  font-size: 26px;
}
@media screen and (max-width: 1000px) {
  .footer__content--section:last-child span {
    font-size: 22px;
  }
}
@media screen and (max-width: 700px) {
  .footer__content--section:last-child span {
    font-size: 18px;
  }
}
.footer .footer__content--contact__para {
  color: var(--color-white);
}
.footer__copy {
  display: block;
  margin: 0 auto;
}
.footer__copy p {
  padding-bottom: 15px;
  color: var(--color-white);
  text-align: center;
}
.footer__copy a {
  color: var(--color-white-m);
  font-size: 14px;
  letter-spacing: 1px;
  transition: all 0.5s ease-in-out;
}
.footer__copy a:hover {
  color: var(--color-quaternary);
}

.footer-logo {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.footer-logo img {
  width: 350px;
}
@media screen and (max-width: 1000px) {
  .footer-logo img {
    padding-bottom: 40px;
    width: 300px;
  }
}
@media screen and (max-width: 700px) {
  .footer-logo img {
    width: 250px;
  }
}
@media screen and (max-width: 400px) {
  .footer-logo img {
    width: 200px;
  }
}

.footer::before {
  content: "";
  position: absolute;
  top: -150px;
  width: 100%;
  height: 300px;
  background: linear-gradient(to bottom, transparent, var(--color-primary), transparent);
}
@media screen and (max-width: 1000px) {
  .footer::before {
    top: -100px;
    height: 200px;
  }
}
@media screen and (max-width: 700px) {
  .footer::before {
    top: -75px;
    height: 150px;
  }
}

.ms-video-hero {
  grid-column: container-start/container-end;
  padding: 0;
  background: linear-gradient(to top, var(--color-primary), transparent, transparent, transparent, transparent, var(--color-primary));
}
@media screen and (max-width: 1500px) {
  .ms-video-hero {
    display: none;
  }
}
.ms-video-hero #video-container {
  width: 100%;
  height: 950px;
  overflow: hidden;
  position: relative;
}
.ms-video-hero #video-container video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  object-fit: cover;
  filter: blur(5px);
}
.ms-video-hero #video-container .video-content {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -45%);
}
.ms-video-hero #video-container .video-content h1 {
  display: block;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  color: var(--color-primary-m);
  font-size: 70px;
  line-height: 1.2;
  text-shadow: 0 0 20px var(--color-white), 0 0 50px var(--color-white), 0 0 80px var(--color-white), 0 0 100px var(--color-white), 0 0 150px var(--color-white);
  animation: video 6.5s ease-in-out both;
}
.ms-video-hero #video-container img {
  display: block;
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -75%);
  width: 300px;
  animation: video 4.5s ease-in-out both;
  animation-delay: 7.5s;
}

.ms-video-hero2 {
  grid-column: container-start/container-end;
  padding: 0;
  display: none;
}
@media screen and (max-width: 1500px) {
  .ms-video-hero2 {
    display: block;
    background: linear-gradient(to top, var(--color-primary), transparent, transparent, transparent, transparent, var(--color-primary));
  }
}
@media screen and (max-width: 1000px) {
  .ms-video-hero2 {
    display: none;
  }
}
.ms-video-hero2 #video-container {
  width: 100%;
  height: 850px;
  overflow: hidden;
  position: relative;
}
.ms-video-hero2 #video-container video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  object-fit: cover;
  filter: blur(4px);
}
.ms-video-hero2 #video-container .video-content {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -45%);
}
.ms-video-hero2 #video-container .video-content h1 {
  display: block;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  color: var(--color-primary-m);
  font-size: 60px;
  line-height: 1.2;
  text-shadow: 0 0 20px var(--color-white), 0 0 50px var(--color-white), 0 0 80px var(--color-white), 0 0 100px var(--color-white), 0 0 150px var(--color-white);
  animation: video 6.5s ease-in-out both;
}
.ms-video-hero2 #video-container img {
  display: block;
  position: absolute;
  top: 65%;
  left: 50%;
  width: 250px;
  animation: video 4.5s ease-in-out both;
  animation-delay: 7.5s;
  transform: translate(-50%, -65%);
  animation: video 4.5s ease-in-out both;
  animation-delay: 7.5s;
}

.ms-video-hero3 {
  grid-column: container-start/container-end;
  padding: 0;
  display: none;
}
@media screen and (max-width: 1000px) {
  .ms-video-hero3 {
    display: block;
    background: linear-gradient(to top, var(--color-primary), transparent, transparent, transparent, transparent, var(--color-primary));
  }
}
@media screen and (max-width: 700px) {
  .ms-video-hero3 {
    display: none;
  }
}
.ms-video-hero3 #video-container {
  width: 100%;
  height: 800px;
  position: relative;
}
.ms-video-hero3 #video-container .cake_cherry {
  width: 100%;
  height: 100%;
  filter: blur(3px);
  object-fit: fill;
}
.ms-video-hero3 #video-container .video-content {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -40%);
}
.ms-video-hero3 #video-container .video-content h1 {
  display: block;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  color: var(--color-primary-m);
  line-height: 1.2;
  font-size: 50px;
  text-shadow: 0 0 20px var(--color-white), 0 0 50px var(--color-white), 0 0 80px var(--color-white), 0 0 100px var(--color-white), 0 0 150px var(--color-white);
  animation: video 1.5s ease-in-out both;
}
.ms-video-hero3 #video-container .cake_cherry_arrow {
  display: block;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -65%);
  width: 200px;
  animation: video 2.5s ease-in-out both;
}

.ms-video-hero4 {
  grid-column: container-start/container-end;
  padding: 0;
  display: none;
}
@media screen and (max-width: 700px) {
  .ms-video-hero4 {
    display: block;
    background: linear-gradient(to top, var(--color-primary), transparent, transparent, transparent, transparent, var(--color-primary));
  }
}
.ms-video-hero4 #video-container {
  width: 100%;
  height: 670px;
  overflow: hidden;
  position: relative;
}
.ms-video-hero4 #video-container .cake_cherry {
  width: 100%;
  height: 100%;
  filter: blur(3px);
  object-fit: cover;
}
.ms-video-hero4 #video-container .video-content {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -40%);
}
.ms-video-hero4 #video-container .video-content h1 {
  display: block;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  color: var(--color-primary-m);
  line-height: 1.2;
  font-size: 40px;
  text-shadow: 0 0 20px var(--color-white), 0 0 30px var(--color-white), 0 0 50px var(--color-white), 0 0 70px var(--color-white), 0 0 120px var(--color-white);
  animation: video 1.5s ease-in-out both;
}
.ms-video-hero4 #video-container .cake_cherry_arrow {
  display: block;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -65%);
  width: 150px;
  animation: video 2.5s ease-in-out both;
}

.ms-gallery {
  position: relative;
  grid-column: container-start/container-end;
  background: linear-gradient(var(--color-primary), var(--color-primary-m), var(--color-primary)), url("../img/home/tort_bg3_grey.avif");
  padding: 150px 100px;
  height: 1200px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 1500px) {
  .ms-gallery {
    padding: 100px 80px;
    height: 1000px;
  }
}
@media screen and (max-width: 1000px) {
  .ms-gallery {
    background: linear-gradient(var(--color-primary), var(--color-primary-m), var(--color-primary)), url("../img/home/tort_bg3_grey_tb.avif");
    padding: 80px 60px;
    height: 900px;
  }
}
@media screen and (max-width: 700px) {
  .ms-gallery {
    background: linear-gradient(var(--color-primary), var(--color-primary-m), var(--color-primary)), url("../img/home/tort_bg3_grey_md.avif");
    padding: 80px 10px;
    height: 800px;
  }
}
.ms-gallery .swiper {
  width: 100%;
  padding: 130px 0;
}
@media screen and (max-width: 1000px) {
  .ms-gallery .swiper {
    padding: 50px 0;
  }
}
.ms-gallery .swiper-slide {
  position: relative;
  background-position: center;
  background-size: cover;
  width: 600px;
  height: 762px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
  border-radius: 15px !important;
  filter: blur(4px);
  opacity: 0.8;
  overflow: hidden;
}
@media screen and (max-width: 1500px) {
  .ms-gallery .swiper-slide {
    width: 500px;
    height: 634px;
  }
}
@media screen and (max-width: 1000px) {
  .ms-gallery .swiper-slide {
    width: 450px;
    height: 571px;
  }
}
@media screen and (max-width: 700px) {
  .ms-gallery .swiper-slide {
    width: 380px;
    height: 482px;
  }
}
@media screen and (max-width: 400px) {
  .ms-gallery .swiper-slide {
    width: 340px;
    height: 431px;
  }
}
.ms-gallery .swiper-slide .ms-swiper-content h2,
.ms-gallery .swiper-slide .ms-swiper-content p {
  opacity: 0;
}
.ms-gallery .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(rgba(64, 32, 52, 0.3), rgba(64, 32, 52, 0.6));
  border-radius: 15px !important;
}
.ms-gallery .swiper-slide-active {
  filter: blur(0);
  opacity: 1;
}
.ms-gallery .swiper-slide-active span {
  position: absolute;
  bottom: 70px;
  left: 15px;
  padding: 8px;
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  line-height: 40px;
  color: var(--color-text);
  background-color: var(--color-bg-m);
  border-radius: 30%;
  cursor: default;
}
@media screen and (max-width: 1000px) {
  .ms-gallery .swiper-slide-active span {
    padding: 6px;
    font-size: 35px;
    line-height: 35px;
  }
}
@media screen and (max-width: 400px) {
  .ms-gallery .swiper-slide-active span {
    padding: 4px;
    font-size: 30px;
    line-height: 30px;
  }
}
.ms-gallery .swiper-slide-active .ms-swiper-content {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 200px;
  color: var(--color-text);
  background: transparent;
  cursor: default;
  transition: 0.7s all ease-in-out;
  transition-delay: 0.3s;
}
@media screen and (max-width: 1000px) {
  .ms-gallery .swiper-slide-active .ms-swiper-content {
    height: 170px;
  }
}
.ms-gallery .swiper-slide-active .ms-swiper-content:hover {
  background: var(--color-bg-m);
}
.ms-gallery .swiper-slide-active .ms-swiper-content:hover h2 {
  transform: translateX(0%);
  opacity: 1;
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  letter-spacing: 1px;
  text-shadow: 0 0 1px var(--color-black-m);
  transition: 0.7s all ease-in-out;
}
@media screen and (max-width: 1500px) {
  .ms-gallery .swiper-slide-active .ms-swiper-content:hover h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .ms-gallery .swiper-slide-active .ms-swiper-content:hover h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 700px) {
  .ms-gallery .swiper-slide-active .ms-swiper-content:hover h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 400px) {
  .ms-gallery .swiper-slide-active .ms-swiper-content:hover h2 {
    font-size: 20px;
  }
}
.ms-gallery .swiper-slide-active .ms-swiper-content:hover p {
  transform: translateY(0%);
  opacity: 1;
  font-size: 17px;
  transition: 0.7s all ease-in-out;
}
@media screen and (max-width: 1500px) {
  .ms-gallery .swiper-slide-active .ms-swiper-content:hover p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .ms-gallery .swiper-slide-active .ms-swiper-content:hover p {
    font-size: 15px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 700px) {
  .ms-gallery .swiper-slide-active .ms-swiper-content:hover p {
    font-size: 14px;
    line-height: 1.5;
  }
}
.ms-gallery .swiper-slide-active .ms-swiper-content h2 {
  padding-top: 10px;
  margin-left: 100px;
  margin-right: 15px;
  opacity: 0;
  transform: translateX(110%);
  transition: 0.5s all ease-in-out;
}
@media screen and (max-width: 1000px) {
  .ms-gallery .swiper-slide-active .ms-swiper-content h2 {
    margin-left: 60px;
  }
}
@media screen and (max-width: 400px) {
  .ms-gallery .swiper-slide-active .ms-swiper-content h2 {
    margin-left: 50px;
  }
}
.ms-gallery .swiper-slide-active .ms-swiper-content p {
  margin-left: 100px;
  margin-right: 15px;
  transform: translateY(150%);
  opacity: 0;
  transition: 0.5s all ease-in-out;
  transition-delay: 0.2s;
}
@media screen and (max-width: 1000px) {
  .ms-gallery .swiper-slide-active .ms-swiper-content p {
    margin-left: 60px;
  }
}
@media screen and (max-width: 400px) {
  .ms-gallery .swiper-slide-active .ms-swiper-content p {
    margin-left: 50px;
  }
}
.ms-gallery .swiper-slide-active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: none;
  border-radius: 15px !important;
}
.ms-gallery .swiper-slide img {
  display: block;
  width: 100%;
  border-radius: 15px !important;
  object-fit: cover;
}

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 1000px) {
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 700px) {
  .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }
}
@media screen and (max-width: 400px) {
  .swiper-pagination-bullet {
    width: 3px;
    height: 3px;
  }
}

.ms-gallery::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 400px;
  background: linear-gradient(to top, transparent, var(--color-primary));
  z-index: 100;
}

.ms-video-about {
  grid-column: container-start/container-end;
  padding: 0;
  background-color: var(--color-primary);
  background: linear-gradient(to top, var(--color-bg), transparent, transparent, transparent, transparent, transparent, transparent, transparent, transparent, transparent, var(--color-primary));
}
@media screen and (max-width: 1500px) {
  .ms-video-about {
    display: none;
  }
}
.ms-video-about #video-container {
  width: 100%;
  height: 1050px;
  overflow: hidden;
  position: relative;
}
.ms-video-about #video-container video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  object-fit: cover;
}
.ms-video-about #video-container .video-content {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -40%);
}
.ms-video-about #video-container .video-content h1 {
  display: block;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  color: var(--color-white);
  font-size: 70px;
  line-height: 1.2;
  letter-spacing: 2px;
  text-shadow: 0 0 20px var(--color-white), 0 0 50px var(--color-white);
  animation: video 6.5s ease-in-out both;
}
.ms-video-about #video-container img {
  display: block;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -55%);
  width: 550px;
  opacity: 0.5;
  animation: video 4.5s ease-in-out both;
  animation-delay: 1.5s;
}

.ms-video-about2 {
  grid-column: container-start/container-end;
  padding: 0;
  background: linear-gradient(to top, var(--color-bg), transparent, transparent, transparent, transparent, transparent, transparent, transparent, var(--color-primary));
  display: none;
}
@media screen and (max-width: 1500px) {
  .ms-video-about2 {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .ms-video-about2 {
    display: none;
  }
}
.ms-video-about2 #video-container {
  width: 100%;
  height: 850px;
  overflow: hidden;
  position: relative;
}
.ms-video-about2 #video-container video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  object-fit: cover;
}
.ms-video-about2 #video-container .video-content {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -40%);
}
.ms-video-about2 #video-container .video-content h1 {
  display: block;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  color: var(--color-white);
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: 1.5px;
  text-shadow: 0 0 20px var(--color-white), 0 0 50px var(--color-white);
  animation: video 6.5s ease-in-out both;
}
.ms-video-about2 #video-container img {
  display: block;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -55%);
  width: 500px;
  opacity: 0.5;
  animation: video 4.5s ease-in-out both;
  animation-delay: 1.5s;
}

.ms-video-about3 {
  grid-column: container-start/container-end;
  padding: 0;
  background: linear-gradient(to top, var(--color-bg), transparent, transparent, transparent, transparent, transparent, transparent, transparent, var(--color-primary));
  display: none;
}
@media screen and (max-width: 1000px) {
  .ms-video-about3 {
    display: block;
  }
}
@media screen and (max-width: 700px) {
  .ms-video-about3 {
    display: none;
  }
}
.ms-video-about3 #video-container {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
}
.ms-video-about3 #video-container video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  object-fit: cover;
}
.ms-video-about3 #video-container .video-content {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -40%);
}
.ms-video-about3 #video-container .video-content h1 {
  display: block;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  color: var(--color-white);
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 1.2px;
  text-shadow: 0 0 20px var(--color-white), 0 0 50px var(--color-white);
  animation: video 6.5s ease-in-out both;
}
.ms-video-about3 #video-container img {
  display: block;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -60%);
  width: 400px;
  opacity: 0.5;
  animation: video 4.5s ease-in-out both;
  animation-delay: 1.5s;
}

.ms-video-about4 {
  grid-column: container-start/container-end;
  padding: 0;
  background: linear-gradient(to top, var(--color-bg), transparent, transparent, transparent, transparent, transparent, transparent, transparent, var(--color-primary));
  display: none;
}
@media screen and (max-width: 700px) {
  .ms-video-about4 {
    display: block;
  }
}
.ms-video-about4 #video-container {
  width: 100%;
  height: 450px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 400px) {
  .ms-video-about4 #video-container {
    height: 420px;
  }
}
.ms-video-about4 #video-container video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  object-fit: cover;
}
.ms-video-about4 #video-container .video-content {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -30%);
}
.ms-video-about4 #video-container .video-content h1 {
  display: block;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  color: var(--color-white);
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 1px;
  text-shadow: 0 0 20px var(--color-white), 0 0 50px var(--color-white);
  animation: video 6.5s ease-in-out both;
}
.ms-video-about4 #video-container img {
  display: block;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -45%);
  width: 180px;
  opacity: 0.5;
  animation: video 4.5s ease-in-out both;
  animation-delay: 1.5s;
}

.cake1 {
  grid-column: container-start/container-end;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to top, var(--color-bg2), var(--color-bg2-m), var(--color-bg2)), url("../img/about/czekolada2.avif");
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .cake1 {
    background: linear-gradient(to top, var(--color-bg2), var(--color-bg2-m), var(--color-bg2-m), var(--color-bg2-m), var(--color-bg2)), url("../img/about/czekolada2_tb.avif");
  }
}
@media screen and (max-width: 700px) {
  .cake1 {
    background: linear-gradient(to top, var(--color-bg2), var(--color-bg2-m), var(--color-bg2-m), var(--color-bg2-m), var(--color-bg2)), url("../img/about/czekolada2_md.avif");
  }
}
.cake1 .cake-logo {
  width: 480px;
  height: 192px;
}
@media screen and (max-width: 1500px) {
  .cake1 .cake-logo {
    width: 400px;
    height: 160px;
  }
}
@media screen and (max-width: 1000px) {
  .cake1 .cake-logo {
    width: 350px;
    height: 140px;
  }
}
@media screen and (max-width: 700px) {
  .cake1 .cake-logo {
    width: 300px;
    height: 120px;
  }
}
@media screen and (max-width: 400px) {
  .cake1 .cake-logo {
    width: 250px;
    height: 100px;
  }
}
.cake1 h2 {
  padding: 80px 0 0 0;
  font-size: 50px;
  font-family: "Cormorant Garamond", serif;
  color: var(--color-text);
  text-align: center;
  letter-spacing: 2px;
}
@media screen and (max-width: 1500px) {
  .cake1 h2 {
    padding: 60px 0 0 0;
    font-size: 45px;
  }
}
@media screen and (max-width: 1000px) {
  .cake1 h2 {
    padding: 50px 0 0 0;
    font-size: 35px;
  }
}
@media screen and (max-width: 700px) {
  .cake1 h2 {
    padding: 40px 0 0 0;
    font-size: 30px;
  }
}
@media screen and (max-width: 400px) {
  .cake1 h2 {
    padding: 25px 0 0 0;
    font-size: 24px;
  }
}
.cake1 .boxes-large {
  display: block;
}
@media screen and (max-width: 700px) {
  .cake1 .boxes-large {
    display: none;
  }
}
.cake1 .boxes-large .box {
  position: relative;
  background-color: var(--color-bg-m);
  padding: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 930px;
  height: 515px;
  margin: 70px;
  border-radius: 10px;
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.3);
  transform: translateX(400%);
  transition: transform 2s ease;
}
@media screen and (max-width: 1500px) {
  .cake1 .boxes-large .box {
    width: 720px;
    height: 450px;
    margin: 35px;
  }
}
@media screen and (max-width: 1000px) {
  .cake1 .boxes-large .box {
    width: 540px;
    height: 450px;
    margin: 60px 0;
    transition: transform 1s ease;
  }
}
.cake1 .boxes-large .box .box-desc {
  margin: 0 30px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1500px) {
  .cake1 .boxes-large .box .box-desc {
    margin: 0 25px;
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 1000px) {
  .cake1 .boxes-large .box .box-desc {
    margin: 0 10px;
    padding-bottom: 25px;
  }
}
.cake1 .boxes-large .box .box-desc h3 {
  font-family: "Cormorant Garamond", serif;
  color: var(--color-text-m);
  font-size: 40px;
}
@media screen and (max-width: 1500px) {
  .cake1 .boxes-large .box .box-desc h3 {
    padding-top: 10px;
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .cake1 .boxes-large .box .box-desc h3 {
    padding-top: 0px;
    font-size: 24px;
    line-height: 1.2;
  }
}
.cake1 .boxes-large .box .box-desc p {
  margin-bottom: 30px;
  color: var(--color-text);
  font-size: 18px;
}
@media screen and (max-width: 1500px) {
  .cake1 .boxes-large .box .box-desc p {
    font-size: 17px;
    margin-bottom: 25px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1000px) {
  .cake1 .boxes-large .box .box-desc p {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
.cake1 .boxes-large .box .boxImg img {
  width: 290px;
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}
@media screen and (max-width: 1500px) {
  .cake1 .boxes-large .box .boxImg img {
    width: 250px;
  }
}
@media screen and (max-width: 1000px) {
  .cake1 .boxes-large .box .boxImg img {
    width: 190px;
  }
}
.cake1 .boxes-small {
  display: none;
}
@media screen and (max-width: 700px) {
  .cake1 .boxes-small {
    display: block;
  }
}
.cake1 .boxes-small .box {
  position: relative;
  background-color: var(--color-bg-m);
  padding: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: 350px;
  margin: 40px;
  border-radius: 10px;
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.3);
  transform: translateX(400%);
  transition: transform 0.8s ease;
}
@media screen and (max-width: 400px) {
  .cake1 .boxes-small .box {
    padding: 10px;
    width: 320px;
    height: 320px;
  }
}
.cake1 .boxes-small .box .box-desc {
  margin: 0 5px;
  padding-bottom: 25px;
}
@media screen and (max-width: 400px) {
  .cake1 .boxes-small .box .box-desc {
    margin: 0 10px;
    padding-bottom: 20px;
  }
}
.cake1 .boxes-small .box .box-desc h3 {
  margin: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 20px;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  color: var(--color-text-m);
  font-size: 22px;
}
@media screen and (max-width: 400px) {
  .cake1 .boxes-small .box .box-desc h3 {
    font-size: 20px;
  }
}
.cake1 .boxes-small .box .box-desc p {
  margin-bottom: 20px;
  margin-left: 5px;
  margin-right: 5px;
  color: var(--color-text);
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 400px) {
  .cake1 .boxes-small .box .box-desc p {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.cake1 .boxes-small .box .boxImg {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cake1 .boxes-small .box .boxImg img {
  height: 300px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}
@media screen and (max-width: 1500px) {
  .cake1 .boxes-small .box .boxImg img {
    height: 270px;
  }
}
.cake1 .box:nth-of-type(even) {
  transform: translateX(-400%);
}
.cake1 .box.show {
  transform: translateX(0);
}
.cake1 .frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 1500px) {
  .cake1 .frame {
    width: 785px;
    height: 540px;
  }
}
@media screen and (max-width: 1000px) {
  .cake1 .frame {
    width: 575px;
    height: 540px;
  }
}
@media screen and (max-width: 700px) {
  .cake1 .frame {
    width: 395px;
    height: 395px;
  }
}
@media screen and (max-width: 400px) {
  .cake1 .frame {
    width: 360px;
    height: 360px;
  }
}
.cake1 .locomotive-right {
  position: absolute;
  top: 90%;
  left: 100%;
  width: 70%;
  transform: translate(-100%, -90%);
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .cake1 .locomotive-right {
    width: 90%;
  }
}
@media screen and (max-width: 700px) {
  .cake1 .locomotive-right {
    width: 100%;
  }
}
.cake1 .locomotive-left {
  position: absolute;
  top: 90%;
  left: 5%;
  width: 60%;
  transform: translate(-5%, -90%);
  z-index: -1;
}
@media screen and (max-width: 700px) {
  .cake1 .locomotive-left {
    width: 100%;
  }
}
.cake1 h3 {
  margin: 30px 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  color: var(--color-text);
}

.cake2 {
  grid-column: container-start/container-end;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  background-image: linear-gradient(to top, var(--color-bg), var(--color-bg-m), var(--color-bg)), url("../img/about/maliny_budyn.avif");
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .cake2 {
    background-image: linear-gradient(to top, var(--color-bg), var(--color-bg-m), var(--color-bg)), url("../img/about/maliny_budyn_tb.avif");
  }
}
@media screen and (max-width: 700px) {
  .cake2 {
    background-image: linear-gradient(to top, var(--color-bg), var(--color-bg-m), var(--color-bg)), url("../img/about/maliny_budyn_md.avif");
  }
}
.cake2 .cake-logo {
  width: 480px;
  height: 192px;
}
@media screen and (max-width: 1500px) {
  .cake2 .cake-logo {
    width: 400px;
    height: 160px;
  }
}
@media screen and (max-width: 1000px) {
  .cake2 .cake-logo {
    width: 350px;
    height: 140px;
  }
}
@media screen and (max-width: 700px) {
  .cake2 .cake-logo {
    width: 300px;
    height: 120px;
  }
}
@media screen and (max-width: 400px) {
  .cake2 .cake-logo {
    width: 250px;
    height: 100px;
  }
}
.cake2 h2 {
  padding: 80px 0 0 0;
  font-size: 50px;
  font-family: "Cormorant Garamond", serif;
  color: var(--color-text);
  text-align: center;
}
@media screen and (max-width: 1500px) {
  .cake2 h2 {
    padding: 60px 0 0 0;
    font-size: 45px;
  }
}
@media screen and (max-width: 1000px) {
  .cake2 h2 {
    padding: 50px 0 0 0;
    font-size: 35px;
  }
}
@media screen and (max-width: 700px) {
  .cake2 h2 {
    padding: 40px 0 0 0;
    font-size: 30px;
  }
}
@media screen and (max-width: 400px) {
  .cake2 h2 {
    padding: 25px 0 0 0;
    font-size: 24px;
  }
}
.cake2 .boxes-large {
  display: block;
}
@media screen and (max-width: 700px) {
  .cake2 .boxes-large {
    display: none;
  }
}
.cake2 .boxes-large .box {
  position: relative;
  background-color: var(--color-bg-reverse-m);
  padding: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 930px;
  height: 515px;
  margin: 70px;
  border-radius: 10px;
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.3);
  transform: translateX(400%);
  transition: transform 2s ease;
}
@media screen and (max-width: 1500px) {
  .cake2 .boxes-large .box {
    width: 720px;
    height: 450px;
    margin: 35px;
  }
}
@media screen and (max-width: 1000px) {
  .cake2 .boxes-large .box {
    width: 540px;
    height: 450px;
    margin: 60px 0;
    transition: transform 2s ease;
  }
}
.cake2 .boxes-large .box .box-desc {
  margin: 0 30px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1500px) {
  .cake2 .boxes-large .box .box-desc {
    margin: 0 25px;
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 1000px) {
  .cake2 .boxes-large .box .box-desc {
    margin: 0 15px;
    padding-bottom: 25px;
  }
}
.cake2 .boxes-large .box .box-desc h3 {
  font-family: "Cormorant Garamond", serif;
  color: var(--color-text-reverse-mm);
  font-size: 40px;
}
@media screen and (max-width: 1500px) {
  .cake2 .boxes-large .box .box-desc h3 {
    padding-top: 10px;
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .cake2 .boxes-large .box .box-desc h3 {
    padding-top: 0px;
    font-size: 24px;
    line-height: 1.2;
  }
}
.cake2 .boxes-large .box .box-desc p {
  margin-bottom: 30px;
  margin-top: 10px;
  color: var(--color-text-reverse);
  font-size: 18px;
}
@media screen and (max-width: 1500px) {
  .cake2 .boxes-large .box .box-desc p {
    font-size: 17px;
    margin-bottom: 25px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1000px) {
  .cake2 .boxes-large .box .box-desc p {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
.cake2 .boxes-large .box .boxImg img {
  width: 290px;
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}
@media screen and (max-width: 1500px) {
  .cake2 .boxes-large .box .boxImg img {
    width: 250px;
  }
}
@media screen and (max-width: 1000px) {
  .cake2 .boxes-large .box .boxImg img {
    width: 190px;
  }
}
.cake2 .boxes-small {
  display: none;
}
@media screen and (max-width: 700px) {
  .cake2 .boxes-small {
    display: block;
  }
}
.cake2 .boxes-small .box {
  position: relative;
  background-color: var(--color-bg-reverse-m);
  padding: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: 350px;
  margin: 40px;
  border-radius: 10px;
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.3);
  transform: translateX(400%);
  transition: transform 1s ease;
}
@media screen and (max-width: 400px) {
  .cake2 .boxes-small .box {
    padding: 10px;
    width: 320px;
    height: 320px;
  }
}
.cake2 .boxes-small .box .box-desc {
  margin: 0 15px;
  padding-bottom: 25px;
}
@media screen and (max-width: 400px) {
  .cake2 .boxes-small .box .box-desc {
    margin: 0 10px;
    padding-bottom: 20px;
  }
}
.cake2 .boxes-small .box .box-desc h3 {
  margin: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 20px;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  color: var(--color-text-reverse-m);
  font-size: 22px;
}
@media screen and (max-width: 400px) {
  .cake2 .boxes-small .box .box-desc h3 {
    font-size: 20px;
  }
}
.cake2 .boxes-small .box .box-desc p {
  margin-bottom: 20px;
  margin-left: 5px;
  margin-right: 5px;
  color: var(--color-text-reverse);
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 400px) {
  .cake2 .boxes-small .box .box-desc p {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.cake2 .boxes-small .box .boxImg {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cake2 .boxes-small .box .boxImg img {
  height: 300px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}
@media screen and (max-width: 1500px) {
  .cake2 .boxes-small .box .boxImg img {
    height: 270px;
  }
}
.cake2 .box:nth-of-type(even) {
  transform: translateX(-400%);
}
.cake2 .box.show {
  transform: translateX(0);
}
.cake2 .frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 1500px) {
  .cake2 .frame {
    width: 785px;
    height: 540px;
  }
}
@media screen and (max-width: 1000px) {
  .cake2 .frame {
    width: 575px;
    height: 540px;
  }
}
@media screen and (max-width: 700px) {
  .cake2 .frame {
    width: 395px;
    height: 395px;
  }
}
@media screen and (max-width: 400px) {
  .cake2 .frame {
    width: 360px;
    height: 360px;
  }
}
.cake2 .locomotive-right {
  position: absolute;
  top: 90%;
  left: 100%;
  width: 70%;
  transform: translate(-100%, -90%);
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .cake2 .locomotive-right {
    width: 90%;
  }
}
@media screen and (max-width: 700px) {
  .cake2 .locomotive-right {
    width: 100%;
  }
}
.cake2 .locomotive-left {
  position: absolute;
  top: 90%;
  left: 5%;
  width: 60%;
  transform: translate(-5%, -90%);
  z-index: -1;
}
@media screen and (max-width: 700px) {
  .cake2 .locomotive-left {
    width: 100%;
  }
}

.cake3 {
  grid-column: container-start/container-end;
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(to top, var(--color-bg), var(--color-bg-m), var(--color-bg)), url("../img/about/czekoladowe_serce.avif");
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .cake3 {
    background-image: linear-gradient(to top, var(--color-bg), var(--color-bg-m), var(--color-bg-m), var(--color-bg-m), var(--color-bg)), url("../img/about/czekoladowe_serce_tb.avif");
  }
}
@media screen and (max-width: 700px) {
  .cake3 {
    padding: 0 15px !important;
    background-image: linear-gradient(to top, var(--color-bg), var(--color-bg-m), var(--color-bg-m), var(--color-bg-m), var(--color-bg)), url("../img/about/czekoladowe_serce_md.avif");
  }
}
.cake3 .boxes-large {
  display: block;
  padding: 80px;
}
@media screen and (max-width: 1500px) {
  .cake3 .boxes-large {
    padding: 70px;
  }
}
@media screen and (max-width: 1000px) {
  .cake3 .boxes-large {
    padding: 60px;
  }
}
@media screen and (max-width: 700px) {
  .cake3 .boxes-large {
    display: none;
  }
}
.cake3 .boxes-large .box {
  position: relative;
  background-color: var(--color-bg-m);
  padding: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: start;
  width: 930px;
  height: 515px;
  margin: 40px;
  border-radius: 10px;
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.3);
  transform: translateX(400%);
  transition: transform 2s ease;
}
@media screen and (max-width: 1500px) {
  .cake3 .boxes-large .box {
    width: 720px;
    height: 450px;
    margin: 35px;
  }
}
@media screen and (max-width: 1000px) {
  .cake3 .boxes-large .box {
    width: 540px;
    height: 450px;
    margin: 60px 0;
    transition: transform 2s ease;
  }
}
.cake3 .boxes-large .box .boxImg video {
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}
@media screen and (max-width: 1500px) {
  .cake3 .boxes-large .box .boxImg video {
    width: 240px;
  }
}
.cake3 .boxes-large .logo-about {
  position: absolute;
  top: 15%;
  left: 77%;
  transform: translate(-77%, -15%);
  width: 180px;
  filter: drop-shadow(0 0 5px var(--color-black-m));
}
@media screen and (max-width: 1500px) {
  .cake3 .boxes-large .logo-about {
    top: 15%;
    left: 78%;
    transform: translate(-78%, -15%);
  }
}
@media screen and (max-width: 1000px) {
  .cake3 .boxes-large .logo-about {
    top: 15%;
    left: 88%;
    transform: translate(-88%, -15%);
  }
}
.cake3 .boxes-large .p-social {
  position: absolute;
  top: 55%;
  left: 77%;
  transform: translate(-77%, -55%);
  font-size: 20px;
  text-transform: uppercase;
  color: var(--color-text-m);
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 1500px) {
  .cake3 .boxes-large .p-social {
    top: 57%;
    left: 77%;
    transform: translate(-77%, -57%);
    font-size: 19px;
  }
}
@media screen and (max-width: 1000px) {
  .cake3 .boxes-large .p-social {
    top: 57%;
    left: 81%;
    transform: translate(-81%, -57%);
    font-size: 16px;
    line-height: 1.5;
  }
}
.cake3 .boxes-large .container-desc-soc {
  position: absolute;
  left: 83%;
  top: 77%;
  transform: translate(-83%, -77%);
  padding-top: 40px;
}
@media screen and (max-width: 1500px) {
  .cake3 .boxes-large .container-desc-soc {
    left: 79%;
    top: 77%;
    transform: translate(-79%, -77%);
    padding-top: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .cake3 .boxes-large .container-desc-soc {
    left: 87%;
    top: 77%;
    transform: translate(-87%, -77%);
    padding-top: 40px;
  }
}
.cake3 .boxes-large .container-desc-soc .box-desc-soc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cake3 .boxes-large .container-desc-soc .box-desc-soc img {
  margin: 0 40px;
  width: 80px;
  transform: rotate(0);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1500px) {
  .cake3 .boxes-large .container-desc-soc .box-desc-soc img {
    margin: 0 15px;
    width: 75px;
  }
}
@media screen and (max-width: 1000px) {
  .cake3 .boxes-large .container-desc-soc .box-desc-soc img {
    margin: 0 10px;
    width: 60px;
  }
}
.cake3 .boxes-large .container-desc-soc .box-desc-soc img:hover {
  filter: drop-shadow(0 0 5px var(--color-primary));
  transform: rotate(360deg);
}
.cake3 .boxes-small {
  display: none;
}
@media screen and (max-width: 700px) {
  .cake3 .boxes-small {
    display: block;
  }
}
.cake3 .boxes-small h4 {
  text-align: center;
  text-transform: uppercase;
  color: var(--color-text);
}
.cake3 .boxes-small .box-desc-soc {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 250px;
  margin: 0 auto;
  padding: 10px;
}
.cake3 .boxes-small .box-desc-soc img {
  width: 65px;
  transform: rotate(0);
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 400px) {
  .cake3 .boxes-small .box-desc-soc img {
    width: 55px;
  }
}
.cake3 .boxes-small .box-desc-soc img:hover {
  transform: rotate(360deg);
}
.cake3 .boxes-small .box {
  position: relative;
  background-color: var(--color-bg-reverse-m);
  padding: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: 350px;
  margin: 40px;
  border-radius: 10px;
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.3);
  transform: translateX(400%);
  transition: transform 0.8s ease;
}
@media screen and (max-width: 400px) {
  .cake3 .boxes-small .box {
    padding: 10px;
    width: 320px;
    height: 320px;
  }
}
.cake3 .boxes-small .box .boxImg {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cake3 .boxes-small .box .boxImg video {
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  width: 270px;
  height: 270px;
}
@media screen and (max-width: 400px) {
  .cake3 .boxes-small .box .boxImg video {
    width: 240px;
    height: 240px;
  }
}
.cake3 .box.show {
  transform: translateX(0);
}
.cake3 .frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 1500px) {
  .cake3 .frame {
    width: 785px;
    height: 540px;
  }
}
@media screen and (max-width: 1000px) {
  .cake3 .frame {
    width: 575px;
    height: 540px;
  }
}
@media screen and (max-width: 700px) {
  .cake3 .frame {
    width: 395px;
    height: 395px;
  }
}
@media screen and (max-width: 400px) {
  .cake3 .frame {
    width: 360px;
    height: 360px;
  }
}
.cake3 .locomotive-right {
  position: absolute;
  top: 90%;
  left: 100%;
  width: 70%;
  transform: translate(-100%, -90%);
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .cake3 .locomotive-right {
    width: 90%;
  }
}

.cake4 {
  grid-column: container-start/container-end;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(to top, var(--color-bg), var(--color-bg-m), var(--color-bg)), url("../img/about/wisnie_czekolada.avif");
  overflow: hidden;
}
.cake4 .boxes-large {
  display: block;
  padding: 80px;
}
@media screen and (max-width: 1500px) {
  .cake4 .boxes-large {
    padding: 70px;
  }
}
@media screen and (max-width: 1000px) {
  .cake4 .boxes-large {
    padding: 60px;
    background-image: linear-gradient(to top, var(--color-bg), var(--color-bg-m), var(--color-bg)), url("../img/about/wisnie_czekolada_tb.avif");
  }
}
@media screen and (max-width: 700px) {
  .cake4 .boxes-large {
    display: none;
    background-image: linear-gradient(to top, var(--color-bg), var(--color-bg-m), var(--color-bg)), url("../img/about/wisnie_czekolada_md.avif");
  }
}
.cake4 .boxes-large .box {
  position: relative;
  background-color: var(--color-bg-reverse-m);
  padding: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 930px;
  height: 515px;
  margin: 40px;
  border-radius: 10px;
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.3);
  transform: translateX(-400%);
  transition: transform 2s ease;
}
@media screen and (max-width: 1500px) {
  .cake4 .boxes-large .box {
    width: 720px;
    height: 450px;
    margin: 35px;
  }
}
@media screen and (max-width: 1000px) {
  .cake4 .boxes-large .box {
    width: 540px;
    height: 450px;
    margin: 60px 0;
    transition: transform 2s ease;
  }
}
.cake4 .boxes-large .box .box-desc {
  text-align: center;
  margin: 0 30px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1500px) {
  .cake4 .boxes-large .box .box-desc {
    margin: 0 25px;
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 1000px) {
  .cake4 .boxes-large .box .box-desc {
    margin: 0 15px;
    padding-bottom: 25px;
  }
}
.cake4 .boxes-large .box .box-desc h3 {
  font-family: "Cormorant Garamond", serif;
  color: var(--color-text-reverse);
  font-size: 35px;
}
@media screen and (max-width: 1500px) {
  .cake4 .boxes-large .box .box-desc h3 {
    padding-top: 30px;
    font-size: 30px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1000px) {
  .cake4 .boxes-large .box .box-desc h3 {
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 20px;
  }
}
.cake4 .boxes-large .box .box-desc span {
  color: var(--color-text-reverse);
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 1500px) {
  .cake4 .boxes-large .box .box-desc span {
    font-size: 17px;
  }
}
@media screen and (max-width: 1000px) {
  .cake4 .boxes-large .box .box-desc span {
    font-size: 15px;
  }
}
.cake4 .boxes-large .box .box-desc p {
  margin: 40px 0;
  color: var(--color-text-reverse);
  font-size: 18px;
}
@media screen and (max-width: 1500px) {
  .cake4 .boxes-large .box .box-desc p {
    font-size: 17px;
  }
}
@media screen and (max-width: 1000px) {
  .cake4 .boxes-large .box .box-desc p {
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 40px;
  }
}
.cake4 .boxes-large .box .box-desc .parbtn {
  padding: 20px 40px;
  background: var(--color-quintary-m);
  color: var(--color-secondary);
  border-radius: 50%;
  transform: translateY(30px);
  border: 2px dotted var(--color-bg);
  box-shadow: 0 0 5px var(--color-black-m);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1000px) {
  .cake4 .boxes-large .box .box-desc .parbtn {
    border: 1px dotted var(--color-bg);
  }
}
@media screen and (max-width: 700px) {
  .cake4 .boxes-large .box .box-desc .parbtn {
    border: 0.5px dotted var(--color-bg);
  }
}
.cake4 .boxes-large .box .box-desc .parbtn:hover {
  background: var(--color-quintary);
  box-shadow: 0 0 5px var(--color-white-m);
}
.cake4 .boxes-large .box .boxImg img {
  width: 415px;
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}
@media screen and (max-width: 1500px) {
  .cake4 .boxes-large .box .boxImg img {
    width: 350px;
  }
}
@media screen and (max-width: 1000px) {
  .cake4 .boxes-large .box .boxImg img {
    width: 200px;
  }
}
.cake4 .boxes-small {
  display: none;
  padding-bottom: 50px;
}
@media screen and (max-width: 700px) {
  .cake4 .boxes-small {
    display: block;
  }
}
.cake4 .boxes-small .last-desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}
.cake4 .boxes-small .last-desc h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  font-weight: bold;
  color: var(--color-text);
}
@media screen and (max-width: 400px) {
  .cake4 .boxes-small .last-desc h3 {
    font-size: 20px;
  }
}
.cake4 .boxes-small .last-desc span {
  padding-bottom: 20px;
  font-size: 15px;
  font-weight: bold;
  color: var(--color-text-m);
}
@media screen and (max-width: 400px) {
  .cake4 .boxes-small .last-desc span {
    font-size: 14px;
  }
}
.cake4 .boxes-small .last-desc p {
  font-size: 15px;
  color: var(--color-text);
  text-align: center;
}
@media screen and (max-width: 400px) {
  .cake4 .boxes-small .last-desc p {
    font-size: 14px;
  }
}
.cake4 .boxes-small .last-desc .parbtn {
  margin-bottom: 40px;
  padding: 20px 40px;
  background: var(--color-quintary-m);
  color: var(--color-secondary);
  border-radius: 50%;
  transform: translateY(30px);
  border: 0.5px dotted var(--color-bg);
  box-shadow: 0 0 5px var(--color-black-m);
  transition: all 0.3s ease-in-out;
}
.cake4 .boxes-small .last-desc .parbtn:hover {
  background: var(--color-quintary);
  box-shadow: 0 0 5px var(--color-white-m);
}
.cake4 .boxes-small .box {
  position: relative;
  background-color: var(--color-bg-m);
  padding: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: 350px;
  margin: 40px auto;
  border-radius: 10px;
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.3);
  transform: translateX(400%);
  transition: transform 0.8s ease;
}
@media screen and (max-width: 400px) {
  .cake4 .boxes-small .box {
    padding: 10px;
    width: 320px;
    height: 320px;
  }
}
.cake4 .boxes-small .box .boxImg {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cake4 .boxes-small .box .boxImg img {
  width: 280px;
  border-radius: 20px;
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 400px) {
  .cake4 .boxes-small .box .boxImg img {
    width: 250px;
  }
}
.cake4 .box.show {
  transform: translateX(0);
}
.cake4 .frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 1500px) {
  .cake4 .frame {
    width: 785px;
    height: 540px;
  }
}
@media screen and (max-width: 1000px) {
  .cake4 .frame {
    width: 575px;
    height: 540px;
  }
}
@media screen and (max-width: 700px) {
  .cake4 .frame {
    width: 395px;
    height: 395px;
  }
}
@media screen and (max-width: 400px) {
  .cake4 .frame {
    width: 360px;
    height: 360px;
  }
}
.cake4 .locomotive-left {
  position: absolute;
  top: 90%;
  left: 5%;
  width: 70%;
  transform: translate(-5%, -90%);
  z-index: -1;
}

.contact-hero {
  position: relative;
  grid-column: container-start/container-end;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to top, var(--color-bg), var(--color-primary-m), var(--color-primary)), url(../img/contact/kwiaty_krem.avif);
  height: 1020px;
  overflow: hidden;
  animation: color 2s ease-in-out both;
}
@media screen and (max-width: 1500px) {
  .contact-hero {
    height: 950px;
    background: linear-gradient(to top, var(--color-bg), var(--color-primary-m), var(--color-primary)), url(../img/contact/kwiaty_krem_desk.avif);
  }
}
@media screen and (max-width: 1000px) {
  .contact-hero {
    height: 900px;
    background: linear-gradient(to top, var(--color-bg), var(--color-primary-m), var(--color-primary)), url(../img/contact/kwiaty_krem_tab.avif);
  }
}
@media screen and (max-width: 700px) {
  .contact-hero {
    height: 700px;
    background: linear-gradient(to top, var(--color-bg), var(--color-primary-m), var(--color-primary)), url(../img/contact/kwiaty_krem_md.avif);
  }
}
@media screen and (max-width: 400px) {
  .contact-hero {
    height: 650px;
    background: linear-gradient(to top, var(--color-bg), var(--color-primary-m), var(--color-primary)), url(../img/contact/kwiaty_krem_sm.avif);
  }
}
.contact-hero .loco {
  position: absolute;
  bottom: 1%;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 1000px) {
  .contact-hero .loco {
    width: 900px;
  }
}
@media screen and (max-width: 700px) {
  .contact-hero .loco {
    width: 600px;
  }
}
.contact-hero .cake-logo {
  display: block;
  animation: fadeIn 1s ease-out both;
  animation-delay: 0.5s;
  z-index: 10;
}
@media screen and (max-width: 1500px) {
  .contact-hero .cake-logo {
    width: 400px;
    height: 160px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-hero .cake-logo {
    width: 350px;
    height: 140px;
  }
}
@media screen and (max-width: 700px) {
  .contact-hero .cake-logo {
    width: 300px;
    height: 120px;
  }
}
@media screen and (max-width: 400px) {
  .contact-hero .cake-logo {
    width: 250px;
    height: 100px;
  }
}
.contact-hero h1 {
  display: block;
  padding-top: 130px;
  font-family: Cormorant Garamond;
  color: var(--color-white);
  font-weight: 500;
  text-shadow: 1px 1px 2px var(--color-black-m);
  white-space: nowrap;
  font-size: calc(1.5rem + 3vw);
  letter-spacing: 1.3px;
  animation: fadeInLeft 2s ease-in-out both;
  z-index: 10;
}
@media screen and (max-width: 1000px) {
  .contact-hero h1 {
    padding-top: 100px;
  }
}
@media screen and (max-width: 700px) {
  .contact-hero h1 {
    padding-top: 24px;
  }
}
@media screen and (max-width: 400px) {
  .contact-hero h1 {
    font-size: 22px;
  }
}
.contact-hero a {
  display: block;
  margin-top: 150px;
  margin-bottom: 170px;
  width: 260px;
  height: 100px;
  background: var(--color-secondary);
  color: var(--color-white-m);
  text-align: center;
  line-height: 80px;
  font-weight: bolder;
  text-transform: uppercase;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 7%;
  border-top-right-radius: 7%;
  border: dotted 2px var(--color-white);
  box-shadow: 0 0 5px var(--color-tertiary);
  animation: fadeIn 3s ease-in-out both;
  animation-delay: 0.7s;
  transition: all 0.5s ease-in-out;
  z-index: 10;
}
.contact-hero a:hover {
  background: var(--color-secondary-m);
  color: var(--color-white);
}
@media screen and (max-width: 1000px) {
  .contact-hero a {
    margin-top: 150px;
    margin-bottom: 100px;
    width: 200px;
    height: 80px;
    line-height: 60px;
  }
}
@media screen and (max-width: 700px) {
  .contact-hero a {
    width: 180px;
    height: 70px;
    line-height: 60px;
    border: dotted 1px var(--color-white);
  }
}

.ms-contact {
  grid-column: container-start/container-end;
  background: linear-gradient(to top, var(--color-bg), var(--color-bg-m), transparent, var(--color-bg-m), var(--color-bg-m), var(--color-bg)), url(../img/contact/contact_bg_color.avif);
  padding: 150px 0;
}
@media screen and (max-width: 1000px) {
  .ms-contact {
    background: linear-gradient(to top, var(--color-bg), var(--color-bg-m), transparent, var(--color-bg-m), var(--color-bg-m), var(--color-bg)), url(../img/contact/contact_bg_color_tb.avif);
  }
}
@media screen and (max-width: 700px) {
  .ms-contact {
    background: linear-gradient(to top, var(--color-bg), var(--color-bg-m), transparent, var(--color-bg-m), var(--color-bg-m), var(--color-bg)), url(../img/contact/contact_bg_color_md.avif);
  }
}
.ms-contact h2 {
  margin-bottom: 80px;
  padding: 20px 10px;
  background-color: var(--color-bg-m);
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  color: var(--color-text);
  font-size: 50px;
}
@media screen and (max-width: 1500px) {
  .ms-contact h2 {
    padding: 15px 5px;
    font-size: 35px;
  }
}
@media screen and (max-width: 1000px) {
  .ms-contact h2 {
    padding: 15px 5px;
    font-size: 30px;
  }
}
.ms-contact .large-container {
  display: block;
}
@media screen and (max-width: 700px) {
  .ms-contact .large-container {
    display: none;
  }
}
.ms-contact .large-container .ms-contact-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 700px;
  height: 389px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: rgba(255, 255, 255, 0.4);
  filter: drop-shadow(2px 4px 5px rgba(0, 0, 0, 0.2));
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1000px) {
  .ms-contact .large-container .ms-contact-container {
    align-items: center;
    width: 450px;
    height: 250px;
    margin: 0 auto;
    padding: 30px 15px;
  }
}
.ms-contact .large-container .ms-contact-container:hover {
  background-color: rgba(255, 255, 255, 0.7);
  filter: drop-shadow(2px 4px 10px rgba(0, 0, 0, 0.4));
}
.ms-contact .large-container .ms-contact-container .box-contact1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ms-contact .large-container .ms-contact-container .box-contact1 img {
  width: 280px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .ms-contact .large-container .ms-contact-container .box-contact1 img {
    width: 170px;
    padding-bottom: 10px;
  }
}
.ms-contact .large-container .ms-contact-container .box-contact1 img:last-child {
  width: 120px;
  padding-top: 25px;
}
@media screen and (max-width: 1000px) {
  .ms-contact .large-container .ms-contact-container .box-contact1 img:last-child {
    width: 100px;
    padding-top: 15px;
  }
}
.ms-contact .large-container .box-container2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 30px;
}
.ms-contact .large-container .box-container2 a {
  padding-left: 5px;
  color: var(--color-primary);
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1000px) {
  .ms-contact .large-container .box-container2 a {
    font-size: 17px;
  }
}
.ms-contact .large-container .box-container2 a:hover {
  color: var(--color-primary-m);
}
.ms-contact .large-container .box-container2 img {
  width: 25px;
  transform: translateY(5px);
}
@media screen and (max-width: 1000px) {
  .ms-contact .large-container .box-container2 img {
    width: 18px;
  }
}
.ms-contact .large-container .box-container2 .contact-items {
  padding-bottom: 25px;
}
@media screen and (max-width: 1000px) {
  .ms-contact .large-container .box-container2 .contact-items {
    padding-bottom: 15px;
  }
}
.ms-contact .large-container .box-container2 .social-items {
  padding-top: 25px;
}
.ms-contact .small-container {
  display: none;
}
@media screen and (max-width: 700px) {
  .ms-contact .small-container {
    display: block;
  }
}
.ms-contact .small-container .ms-contact-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 540px;
  margin: 0 auto;
  padding: 20px 10px;
  background-color: rgba(255, 255, 255, 0.4);
  filter: drop-shadow(2px 4px 5px rgba(0, 0, 0, 0.2));
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 400px) {
  .ms-contact .small-container .ms-contact-container {
    width: 250px;
    height: 450px;
  }
}
.ms-contact .small-container .ms-contact-container:hover {
  background-color: rgba(255, 255, 255, 0.7);
  filter: drop-shadow(2px 4px 10px rgba(0, 0, 0, 0.4));
}
.ms-contact .small-container .ms-contact-container a {
  color: var(--color-primary);
  font-size: 17px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 400px) {
  .ms-contact .small-container .ms-contact-container a {
    font-size: 16px;
  }
}
.ms-contact .small-container .ms-contact-container a:hover {
  color: var(--color-primary-m);
}
.ms-contact .small-container .ms-contact-container .contact-logo {
  width: 220px;
  padding-bottom: 40px;
}
@media screen and (max-width: 400px) {
  .ms-contact .small-container .ms-contact-container .contact-logo {
    width: 190px;
  }
}
.ms-contact .small-container .ms-contact-container .contact-items {
  text-align: center;
  padding-top: 25px;
}
.ms-contact .small-container .ms-contact-container .contact-items img {
  width: 20px;
  transform: translateY(5px);
}
.ms-contact .small-container .ms-contact-container .contact-items a {
  margin-left: 5px;
}
.ms-contact .small-container .ms-contact-container .social-items {
  padding: 25px 0;
}
.ms-contact .small-container .ms-contact-container .social-items img {
  width: 20px;
  transform: translateY(5px);
}
.ms-contact .small-container .ms-contact-container .social-items a {
  margin-left: 5px;
}
.ms-contact .small-container .ms-contact-container .contact-qr {
  width: 100px;
}
@media screen and (max-width: 400px) {
  .ms-contact .small-container .ms-contact-container .contact-qr {
    width: 80px;
  }
}

.parallax-contact {
  grid-column: container-start/container-end;
  position: relative;
}
.parallax-contact .ms-absolute {
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.parallax-contact .parx1 {
  background-image: url(../img/contact/lokomotywa_trans.avif);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 1500px) {
  .parallax-contact .parx1 {
    background-image: url(../img/contact/lokomotywa_trans_des.avif);
    height: 350px;
  }
}
@media screen and (max-width: 1000px) {
  .parallax-contact .parx1 {
    background-image: url(../img/contact/lokomotywa_trans_tab.avif);
    height: 300px;
  }
}
@media screen and (max-width: 700px) {
  .parallax-contact .parx1 {
    height: 250px;
  }
}
@media screen and (max-width: 400px) {
  .parallax-contact .parx1 {
    height: 200px;
  }
}
.parallax-contact .ptext1 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 800px;
  color: var(--color-text);
}
@media screen and (max-width: 1000px) {
  .parallax-contact .ptext1 {
    height: 700px;
  }
}
@media screen and (max-width: 700px) {
  .parallax-contact .ptext1 {
    height: 600px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 400px) {
  .parallax-contact .ptext1 {
    height: 500px;
    padding-bottom: 40px;
  }
}
.parallax-contact .ptext1 h2 {
  margin-bottom: 80px;
  padding: 20px 10px;
  background-color: var(--color-bg-m);
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  color: var(--color-text);
  font-size: 36px;
  border-radius: 20px;
}
@media screen and (max-width: 1500px) {
  .parallax-contact .ptext1 h2 {
    padding: 15px 5px;
    font-size: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .parallax-contact .ptext1 h2 {
    padding: 15px 5px;
    font-size: 24px;
  }
}
.parallax-contact .ptext1 .parbtn {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -25%);
  width: 260px;
  height: 100px;
  background: var(--color-quaternary-m);
  color: var(--color-text);
  text-align: center;
  line-height: 80px;
  font-weight: bolder;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 7%;
  border-top-right-radius: 7%;
  box-shadow: 0 0 5px var(--color-tertiary);
  z-index: 9;
  border: 2px dotted var(--color-bg-m);
  transition: all 0.3s ease-in-out;
}
.parallax-contact .ptext1 .parbtn:hover {
  background: var(--color-tertiary-m);
  color: var(--color-text-reverse);
  border: 2px dotted var(--color-bg);
}
@media screen and (max-width: 1000px) {
  .parallax-contact .ptext1 .parbtn:hover {
    border: 1px dotted var(--color-bg);
  }
}
@media screen and (max-width: 700px) {
  .parallax-contact .ptext1 .parbtn:hover {
    border: 0.5px dotted var(--color-bg);
  }
}
@media screen and (max-width: 1500px) {
  .parallax-contact .ptext1 .parbtn {
    top: 20%;
    left: 50%;
    transform: translate(-50%, -20%);
  }
}
@media screen and (max-width: 1000px) {
  .parallax-contact .ptext1 .parbtn {
    top: 20%;
    left: 50%;
    transform: translate(-50%, -25%);
    width: 200px;
    height: 80px;
    line-height: 60px;
    border: 1px dotted var(--color-bg);
  }
}
@media screen and (max-width: 700px) {
  .parallax-contact .ptext1 .parbtn {
    top: 18%;
    left: 50%;
    transform: translate(-50%, -18%);
    width: 180px;
    height: 70px;
    line-height: 50px;
    border: 0.5px dotted var(--color-bg);
  }
}
.parallax-contact .ptext1 .img-left {
  position: absolute;
  top: 0px;
  left: 4%;
  height: 400px;
  object-fit: cover;
  filter: drop-shadow(0 0 0.5px var(--color-black-m));
}
@media screen and (max-width: 1500px) {
  .parallax-contact .ptext1 .img-left {
    height: 350px;
    left: 2%;
  }
}
@media screen and (max-width: 1000px) {
  .parallax-contact .ptext1 .img-left {
    height: 300px;
    left: 1%;
  }
}
@media screen and (max-width: 700px) {
  .parallax-contact .ptext1 .img-left {
    height: 250px;
    left: 0.5%;
  }
}
@media screen and (max-width: 400px) {
  .parallax-contact .ptext1 .img-left {
    height: 200px;
    left: 0.2%;
  }
}
.parallax-contact .ptext1 .img-right {
  position: absolute;
  top: 0px;
  right: 4%;
  height: 400px;
  object-fit: cover;
  filter: drop-shadow(0 0 0.5px var(--color-black-m));
}
@media screen and (max-width: 1500px) {
  .parallax-contact .ptext1 .img-right {
    height: 350px;
    right: 2%;
  }
}
@media screen and (max-width: 1000px) {
  .parallax-contact .ptext1 .img-right {
    height: 300px;
    right: 1%;
  }
}
@media screen and (max-width: 700px) {
  .parallax-contact .ptext1 .img-right {
    height: 250px;
    right: 0.5%;
  }
}
@media screen and (max-width: 400px) {
  .parallax-contact .ptext1 .img-right {
    height: 200px;
    right: 0.2%;
  }
}
.parallax-contact .ptext1 .img-up {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1000px) {
  .parallax-contact .ptext1 .img-up {
    width: 50%;
  }
}
.parallax-contact .ptext1 {
  background-image: linear-gradient(to top, var(--color-bg), var(--color-bg-m), transparent, var(--color-bg-m), var(--color-bg-m), var(--color-bg)), url(../img/contact/contact_bg2.avif);
}
@media screen and (max-width: 1000px) {
  .parallax-contact .ptext1 {
    background-image: linear-gradient(to top, var(--color-bg), var(--color-bg-m), transparent, var(--color-bg-m), var(--color-bg-m), var(--color-bg)), url(../img/contact/contact_bg2_tb.avif);
  }
}
@media screen and (max-width: 700px) {
  .parallax-contact .ptext1 {
    background-image: linear-gradient(to top, var(--color-bg), var(--color-bg-m), transparent, var(--color-bg-m), var(--color-bg-m), var(--color-bg)), url(../img/contact/contact_bg2_md.avif);
  }
}
.parallax-contact .par-desc {
  padding: 40px 20px;
  color: var(--color-primary);
  background-color: rgba(255, 255, 255, 0.4);
  filter: drop-shadow(2px 4px 5px rgba(0, 0, 0, 0.2));
  transition: all 0.3s ease-in-out;
}
.parallax-contact .par-desc:hover {
  background-color: rgba(255, 255, 255, 0.7);
  filter: drop-shadow(2px 4px 10px rgba(0, 0, 0, 0.4));
}
.parallax-contact .par-desc h3 {
  font-size: 24px;
}
@media screen and (max-width: 1500px) {
  .parallax-contact .par-desc h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .parallax-contact .par-desc h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 700px) {
  .parallax-contact .par-desc h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  .parallax-contact .par-desc h3 {
    font-size: 16px;
  }
}
.parallax-contact .par-desc p {
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
  .parallax-contact .par-desc p {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  .parallax-contact .par-desc p {
    font-size: 14px;
  }
}

.ms-video-error {
  grid-column: container-start/container-end;
  padding: 0;
  background: linear-gradient(to top, var(--color-primary), transparent, transparent, transparent, transparent, var(--color-primary));
  font-family: "VT323", monospace;
}
.ms-video-error #video-container {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.ms-video-error #video-container video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  object-fit: cover;
  filter: blur(5px);
}
@media screen and (max-width: 1000px) {
  .ms-video-error #video-container video {
    filter: blur(3px);
  }
}
@media screen and (max-width: 700px) {
  .ms-video-error #video-container video {
    filter: blur(1px);
  }
}
.ms-video-error #video-container .video-content {
  width: 100%;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -45%);
}
.ms-video-error #video-container .video-content h1 {
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  color: var(--color-primary-m);
  font-size: 300px;
  line-height: 1.2;
  text-shadow: 0 0 20px var(--color-white), 0 0 50px var(--color-white), 0 0 80px var(--color-white), 0 0 100px var(--color-white), 0 0 150px var(--color-white);
  animation: video 7.5s ease-in-out both;
  opacity: 0.2;
}
@media screen and (max-width: 1500px) {
  .ms-video-error #video-container .video-content h1 {
    font-size: 220px;
  }
}
@media screen and (max-width: 1000px) {
  .ms-video-error #video-container .video-content h1 {
    font-size: 200px;
    text-shadow: 0 0 15px var(--color-white), 0 0 25px var(--color-white), 0 0 60px var(--color-white), 0 0 80px var(--color-white), 0 0 120px var(--color-white);
  }
}
@media screen and (max-width: 700px) {
  .ms-video-error #video-container .video-content h1 {
    font-size: 180px;
    text-shadow: 0 0 10px var(--color-white), 0 0 20px var(--color-white), 0 0 40px var(--color-white);
    animation: video 15.5s ease-in-out both;
  }
}
@media screen and (max-width: 400px) {
  .ms-video-error #video-container .video-content h1 {
    font-size: 150px;
  }
}
.ms-video-error #video-container .video-content .text {
  padding: 20px;
  text-align: center;
  font-size: 42px;
  color: var(--color-white);
}
@media screen and (max-width: 1500px) {
  .ms-video-error #video-container .video-content .text {
    font-size: 34px;
  }
}
@media screen and (max-width: 1000px) {
  .ms-video-error #video-container .video-content .text {
    font-size: 28px;
  }
}
.ms-video-error #video-container .space-btn {
  position: absolute;
  bottom: 15%;
  left: 25%;
  font-family: "VT323", monospace;
  font-size: 24px;
  text-shadow: 0 0 2px var(--color-black-m);
  padding: 30px 30px;
  border-radius: 50%;
  border: 2px dotted transparent;
  background-color: rgba(255, 255, 255, 0.6);
  animation: space 30s linear infinite;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
@media screen and (max-width: 1500px) {
  .ms-video-error #video-container .space-btn {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .ms-video-error #video-container .space-btn {
    font-size: 18px;
    padding: 20px 20px;
  }
}
@media screen and (max-width: 700px) {
  .ms-video-error #video-container .space-btn {
    font-size: 16px;
    padding: 15px 15px;
  }
}
@media screen and (max-width: 400px) {
  .ms-video-error #video-container .space-btn {
    font-size: 14px;
  }
}
.ms-video-error #video-container .space-btn:hover {
  font-family: "Cormorant Garamond", serif;
  border: 2px dotted var(--color-white);
  background: var(--color-primary-m);
  box-shadow: 0 0 20px var(--color-white), 0 0 50px var(--color-white), 0 0 80px var(--color-white);
}
.ms-video-error #video-container img {
  position: absolute;
  bottom: 10%;
  right: 10%;
  width: 200px;
  opacity: 0.6;
}
@media screen and (max-width: 1000px) {
  .ms-video-error #video-container img {
    width: 160px;
    bottom: 12%;
    right: 5%;
    opacity: 0.5;
  }
}
@media screen and (max-width: 700px) {
  .ms-video-error #video-container img {
    width: 100px;
    bottom: 8%;
    right: 5%;
    opacity: 0.5;
  }
}

.cookie-box {
  position: fixed;
  bottom: 0;
  padding: 2em;
  background-color: var(--color-white-m);
  background-image: url(../img/404/cookies.png);
  height: 180px;
  width: 100%;
  font-size: 18px;
  z-index: 150;
  text-align: center;
  opacity: 0;
  transform: translateY(100%);
  animation: cookies 0.5s 0.5s forwards;
}
@media screen and (max-width: 1000px) {
  .cookie-box {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  .cookie-box {
    height: 150px;
    font-size: 15px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 400px) {
  .cookie-box {
    font-size: 14px;
  }
}
.cookie-box p {
  color: var(--color-text);
  padding: 20px 0;
}
@media screen and (max-width: 700px) {
  .cookie-box p {
    padding: 0 0 15px 0;
  }
}
.cookie-box a {
  color: var(--color-quaternary);
  font-size: 18px;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
.cookie-box a:hover {
  color: var(--color-primary);
}
@media screen and (max-width: 1000px) {
  .cookie-box a {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  .cookie-box a {
    font-size: 15px;
  }
}
@media screen and (max-width: 400px) {
  .cookie-box a {
    font-size: 14px;
  }
}
.cookie-box .cookie-btn {
  margin-left: 10px;
  padding: 10px 15px;
  border: none;
  border-radius: 10px;
  background-color: var(--color-primary);
  color: var(--color-white);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cookie-box .cookie-btn:hover {
  background-color: var(--color-white);
  color: var(--color-primary);
}

.motto, .ms-testimonials, .ms-gallery, .cake1, .cake2, .cake3, .cake4, .contact-hero, .ms-contact, .parallax-contact .ptext1 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.footer, .cake1, .cake2 {
  padding: 5vh 4vw;
}

.ms-testimonials {
  padding: 5vh 0;
}

.scroll {
  position: fixed;
  bottom: 35rem;
  right: 1.5rem;
  height: 4rem;
  width: 4rem;
  background-image: url("../img/home/arrow_scroll.png");
  background-repeat: no-repeat;
  background-color: var(--color-white-m);
  background-size: contain;
  background-position: center;
  padding: 20px 10px;
  border-radius: 45%;
  border: 2px dotted var(--color-bg-reverse);
  filter: drop-shadow(0 0 2px var(--color-secondary));
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s cubic-bezier(1, 0, 0, 1);
  z-index: 200;
}
@media screen and (max-width: 1000px) {
  .scroll {
    right: 1rem;
    height: 3.5rem;
    width: 3.5rem;
  }
}
@media screen and (max-width: 700px) {
  .scroll {
    right: 0.5rem;
    height: 3rem;
    width: 3rem;
  }
}

.scroll.active {
  visibility: visible;
  opacity: 1;
  bottom: 2rem;
}

html.transition,
html.transition *,
html.transition *::before,
html.transition *::after {
  transition: all 0.5s !important;
  transition-delay: 0 !important;
}/*# sourceMappingURL=main-style.css.map */