@font-face {
  font-family: "kulbaskervilleregular";
  src: url("../font/kulbaskerville-webfont.eot");
  src:
    url("../font/kulbaskerville-webfont.eot?#iefix") format("embedded-opentype"),
    url("../font/kulbaskerville-webfont.woff2") format("woff2"),
    url("../font/kulbaskerville-webfont.woff") format("woff"),
    url("../font/kulbaskerville-webfont.ttf") format("truetype"),
    url("../font/kulbaskerville-webfont.svg#kulbaskervilleregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "kulblackletter";
  src:
    url("../font2/kulblackletter-webfont.woff2") format("woff2"),
    url("../font2/kulblackletter-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.custom {
  font-family: "kulblackletter";
  color: red;
  font-size: 20px;
}

html {
  background: url(kura2.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.btn-back {
  position: fixed;
  top: 10px;
  left: 10px;
  cursor: pointer;
  font-size: 13px;
  font-family: "kulbaskervilleregular";
  padding: 5px;
  z-index: 1000;
}

.center2 {
  display: flex;
  align-items: center;
  gap: 5px;
}

.malpa {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.link {
  text-decoration: none;
  color: black;
  display: flex;
  align-items: center;
  gap: 10px;
}

.link:hover {
  color: blue;
}

.link:active {
  color: blue;
}
h1 {
  font-family: "kulblackletter";

  letter-spacing: 2px;
  color: black;
  line-height: 1%;
  margin-left: 6%;
  margin-top: 10%;
}

#accent {
  float: left;
  width: 35%;
}

.vimeovideowrapper {
  margin-left: 40%;
  margin-right: 0%;
  margin-top: 12%;
  margin-bottom: 15%;
}

@keyframes rotateArrow {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(90deg);
  }
}
@media (max-width: 768px) {
  html {
    background: url(kura2.png) no-repeat;
    -webkit-background-size: cover;

    background-size: cover;
    background-position: 30% center; /* 👈 przesunięcie w lewo */
  }
  @media (max-width: 768px) {
    #accent {
      float: none;
      display: block;
      width: 60%;
      max-width: 220px;
      margin: 0 auto 15px auto;
    }

    .accent-rotate {
      transform-origin: center;
      animation: rotateArrow 0.6s ease forwards;
      animation-delay: 1s;
    }

    .vimeovideowrapper {
      width: 100%;
      margin: 0;
    }
    pre {
      font-size: 10px;
    }
  }
}
