@import url("https://fonts.googleapis.com/css2?family=Pacifico&family=Poppins:wght@300;500;800&family=Six+Caps&display=swap");
:root {
  --main-dark: #245b60;
  --main-light: #fff7eb;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #245b60;
  background-color: #fff7eb;
  font-display: swap;
}

body {
  background: #245b60;
  background: -moz-linear-gradient(to top right, #205256 0%, #2e757b 100%);
  background: -webkit-linear-gradient(to top right, #205256 0%, #2e757b 100%);
  background: linear-gradient(to top right, #205256 0%, #2e757b 100%);
}

.loadingScreen {
  align-items: center;
  background: #245b60;
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.2s linear;
  width: 100%;
  z-index: 9999;
  opacity: 1;
  transform: opacity 1s linear;
}
.loadingScreen svg {
  max-width: 8vw;
}

.hero {
  width: 100vw;
  height: 100vh;
  color: #fff7eb;
  position: relative;
}

.intro {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
}

.video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
  background-image: url(./Filmevent_Web_Cover.jpg);
  background-position: center;
  background-size: cover;
  border-radius: 0;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  object-fit: cover;
}

.video {
  object-fit: cover;
  min-width: 100vw;
  min-height: 100vh;
  position: absolute;
}

.title {
  all: unset;
  font-size: 5rem;
  font-family: "Pacifico", sans-serif;
  font-weight: normal;
  background: #F2AD4D;
  background: -webkit-linear-gradient(to top right, #f09f2f 0%, #f3b55f 100%);
  background: -moz-linear-gradient(to top right, #f09f2f 0%, #f3b55f 100%);
  background: linear-gradient(to top right, #f09f2f 0%, #f3b55f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  text-align: center;
  letter-spacing: 1px;
  margin: -32px 0 32px;
}

.subtitle {
  all: unset;
  display: block;
  font-family: "Six Caps", sans-serif;
  text-transform: uppercase;
  font-size: 2.5rem;
  letter-spacing: 5px;
  color: #fff7eb;
  font-weight: 200;
}

.scroll-svg {
  margin: 32px;
}

@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(100px);
  }
}
svg #wheel {
  animation: scroll ease-in-out 2s infinite;
}

.pacifico-h2 {
  font-size: 3rem;
  font-family: "Pacifico", sans-serif;
  font-weight: normal;
  background: #F2AD4D;
  background: -webkit-linear-gradient(to top right, #f09f2f 0%, #f3b55f 100%);
  background: -moz-linear-gradient(to top right, #f09f2f 0%, #f3b55f 100%);
  background: linear-gradient(to top right, #f09f2f 0%, #f3b55f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin: 0;
  padding: 32px;
}

.explainer h3 {
  font-size: 2rem;
  font-family: "Pacifico", sans-serif;
  font-weight: normal;
  background: #245b60;
  background: -webkit-linear-gradient(to top right, #205256 0%, #2e757b 100%);
  background: -moz-linear-gradient(to top right, #205256 0%, #2e757b 100%);
  background: linear-gradient(to top right, #205256 0%, #2e757b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.keypoints {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 90vw;
  max-width: 1200px;
  gap: 30px;
  margin: 64px auto -128px;
  color: #245b60;
  text-align: center;
}
.keypoints p {
  font-size: 1rem;
  font-weight: 300;
}
.keypoints .keypoint {
  background: #FFD6B4;
  background: -moz-linear-gradient(to top right, #ffbe89 0%, #ffdabc 100%);
  background: -webkit-linear-gradient(to top right, #ffbe89 0%, #ffdabc 100%);
  background: linear-gradient(to top right, #ffbe89 0%, #ffdabc 100%);
  transform: translateY(33px);
  opacity: 0;
  padding: 32px;
  border-radius: 30px;
  box-shadow: 0px 10px 23px -3px rgba(17, 73, 78, 0.1);
}
.keypoints .keypoint .key-image {
  width: 66%;
  max-width: 180px;
  aspect-ratio: 1/1;
  margin: 0 auto;
  display: block;
  background-size: cover;
  transition: border-radius 0.3s ease-in-out;
}
.keypoints .keypoint .key-image:hover {
  border-radius: 50%;
}
.keypoints .keypoint .image-1 {
  background-image: url("https://picsum.photos/350");
  border-radius: 48% 52% 50% 50%/59% 38% 62% 41%;
}
.keypoints .keypoint .image-2 {
  background-image: url("https://picsum.photos/300");
  border-radius: 48% 52% 50% 50%/34% 69% 31% 66%;
}
.keypoints .keypoint .image-3 {
  background-image: url("https://picsum.photos/400");
  border-radius: 48% 52% 36% 64%/72% 31% 69% 28%;
}

.explainer {
  background-image: radial-gradient(#e5ded3 1.95px, transparent 1.95px), radial-gradient(#e5ded3 1.95px, #fff7eb 1.95px);
  background-size: 78px 78px;
  background-position: 0 0, 39px 39px;
  background: var(--main-light);
  z-index: -1;
  position: relative;
  min-height: 100vh;
  padding-top: 128px;
}

.spacer {
  position: absolute;
  top: 0;
  transform: translateY(-99%);
  height: 300px;
}

.spacer-white {
  fill: #fff7eb;
}

.spacer-orange {
  fill: #F2AD4D;
}

.trailer-container {
  margin-top: 32px;
}

#fe-trailer {
  min-width: 60vw;
  aspect-ratio: 16/9;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  border-radius: 30px;
  transition: box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1), transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-box-shadow: 0px 21px 20px -20px rgba(66, 90, 86, 0.63);
  -moz-box-shadow: 0px 21px 20px -20px rgba(66, 90, 86, 0.63);
  box-shadow: 0px 21px 20px -20px rgba(66, 90, 86, 0.63);
  margin-bottom: 32px;
}

#fe-trailer html {
  cursor: none;
}

#fe-trailer:hover, #fe-trailer:focus {
  -webkit-box-shadow: 0px 20px 30px 0px rgba(66, 90, 86, 0.63);
  -moz-box-shadow: 0px 20px 30px 0px rgba(66, 90, 86, 0.63);
  box-shadow: 0px 20px 30px 0px rgba(66, 90, 86, 0.63);
  transform: scale(1.025);
}

.explainer-point {
  width: 80vw;
  max-width: 1000px;
  margin: 0 auto;
  padding: 16px 0 0;
  display: grid;
  gap: 100px;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}
.explainer-point .text {
  grid-column: span 2;
}
.explainer-point .text:nth-of-type(2) {
  text-align: right;
}
.explainer-point .text p {
  font-size: 1rem;
  font-weight: 300;
}
.explainer-point .hero-lightpass {
  box-shadow: none;
  transition: border-radius 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.explainer-point .hero-lightpass:hover {
  border-radius: 50%;
  box-shadow: 0px 10px 23px -3px rgba(17, 73, 78, 0.1);
}
.explainer-point .lightpass-0 {
  border-radius: 55% 70% 30%/57% 37% 63% 43%;
}
.explainer-point .lightpass-1 {
  border-radius: 56% 44% 55% 45%/57% 68% 32% 43%;
}
.explainer-point .lightpass-2 {
  border-radius: 62% 38% 70% 30%/38% 68% 32% 62%;
}

@media screen and (max-width: 945px) {
  .keypoints {
    grid-template-columns: auto;
    max-width: 90vw;
  }
  .explainer-point {
    grid-template-columns: 1fr;
  }
  .explainer-point .text {
    grid-column: span 1;
    text-align: center;
  }
  .explainer-point .text:nth-of-type(2) {
    text-align: center;
  }
}
.bookbutton {
  all: unset;
  cursor: pointer;
  font-weight: bold;
  display: inline-block;
  height: 56px;
  line-height: 56px;
  border-radius: 10rem;
  color: #fff7eb;
  width: fit-content;
  font-size: 1rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 0 20px;
  box-shadow: 0px 10px 23px -3px rgba(17, 73, 78, 0.2);
  margin: -32px auto 32px;
  display: block;
}
.bookbutton:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F2AD4D;
  border-radius: 10rem;
  z-index: -2;
}
.bookbutton:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -100%;
  height: 100%;
  width: 100%;
  background-color: rgb(235, 99, 44);
  transition: all 0.3s ease-in-out;
  border-radius: 10rem;
  z-index: -1;
}
.bookbutton:hover:before {
  left: 0;
}

.premiere h3 {
  margin-top: 100px;
  font-family: "Pacifico", sans-serif;
  font-size: 2rem;
  color: var(--main-dark);
  text-align: center;
}

/*# sourceMappingURL=style.css.map */
