@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');
@import url('https://use.fontawesome.com/releases/v6.2.0/css/all.css');
@font-face {
  font-family: one;
  src: url(files/1.woff);
}
body {
  margin: 0;
  color: white;
  background: black;
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-size: 18px;
}
.load {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: black;
  z-index: 9;
}
a {
  color: inherit;
  text-decoration: none;
}
.intro {
  display: block;
  height: 100vh;
  background: url(files/bg.jpg) right no-repeat;
  background-size: contain;
}
.title-wrap {
  display: block;
  letter-spacing: 10px;
  width: 100%;
  padding-top: 100px;
  text-transform: uppercase;
}
.title-wrap img {
  width: 400px;
  margin-bottom: 15px;
  max-width: 70%;
}
.heading {
  display: block;
  margin: 15px 0 25px;
  font-size: 20px;
}
.sub {
  font-size: 15px;
  max-width: 90%;
  display: inline-block;
  line-height: 1.7;
}
.social {
  display: block;
  letter-spacing: 0;
  margin-top: 10px;
}
.social a {
  display: inline-block;
  padding: 15px;
  font-size: 20px;
}
.videos {
  display: block;
  padding: 70px;
  color: white;
  font-size: 0;
}
.videos a, .embed {
  position: relative;
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
  padding: 10px;
  font-size: 50px;
  cursor: pointer;
}
.videos a:before {
  content: "\f04b";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  left: 50%;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 15px 20px 20px;
  width: 25px;
  top: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 100%;
  text-align: center;
  color: black;
}
.videos img {
  width: 100%;
}
.photo {
  display: block;
  height: 50vw;
  background: url(files/photo.jpg);
  background-size: cover;
}
.footer {
  display: block;
  padding: 70px 0 100px;
  line-height: 2;
}
.footer a {
  display: inline-block;
  margin: 5px 0;
  text-decoration: underline;
  text-underline-offset: 10px;
}
.footer img {
  width: 200px;
  margin-bottom: 15px;
}
.pop {
  position: fixed;
  top: 0;
  left: 0;
  background: rgb(0 0 0 / 80%);
  height: 100vh;
  width: 100%;
  display: none;
}
.pop-show .pop {
  display: initial;
}
form {
  padding-bottom: 50px;
  background: black;
  width: 500px;
  display: inline-block;
  border: solid 1px;
  border-radius: 40px;
  top: 50%;
  position: relative;
  transform: translatey(-50%);
  overflow: hidden;
}
input[type="email"] {
  font: inherit;
  margin: 30px 0;
  padding: 15px;
  width: 350px;
  border-radius: 5px;
  border: none;
  outline: none;
}
button {
  font: inherit;
  padding: 12px 0 15px;
  background: black;
  color: white;
  border: solid 1px;
  border-radius: 15px;
  width: 150px;
  margin-right: 30px;
  cursor: pointer;
}
button:hover {
  box-shadow: 0 0 15px rgb(255 255 255 / 50%);
}
.button-close {
  display: inline-block;
  border-bottom: solid;
  padding-bottom: 5px;
  cursor: pointer;
}
.pop img {
  width: 100%;
  margin-bottom: 30px;
}
.close {
  position: absolute;
  padding: 40px;
  font-size: 25px;
  left: 0;
  cursor: pointer;
}
.wrap-close {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}
.open {
  cursor: pointer;
}
.embed {
  height: 26vw;
}
.events {
  display: block;
  margin-top: 50px;
  line-height: 2;
}
.event {
  display: inline-block;
  margin: 15px;
}
.date {
  display: inline-block;
  margin-right: 15px;
}
.title {
  text-wrap: balance;
  display: inline-block;
}
.link {
  margin-left: 15px;
  text-decoration: underline;
  text-underline-offset: 10px;
}
h1 {
  font-family: one;
  font-size: 30px;
  letter-spacing: 15px;
  font-weight: initial;
}
.thank-you-pop {
  display: block;
  padding: 30px 0;
  border-bottom: solid 1px;
  position: absolute;
  top: 0;
  width: 100%;
}
.thank-you .intro {
  margin-top: 50px;
}
@media (max-width: 1000px) {
  .intro {
    background-position: bottom;
    height: 100vw;
  }
  .dot {
    display: block;
    font-size: 0;
  }
  .videos {
    padding: 100px 0;
  }
}
@media (max-width: 500px) {
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 25px;
    margin-bottom: 0;
  }
  .intro {
    height: 700px;
    background-position: bottom right;
    background-size: 600px;
  }
  .sub {
    font-size: 13px;
  }
  .videos {
    padding: 30px 0;
  }
  .embed {
    width: 100%;
    height: 57vw;
    margin: 30px 0;
    padding: 0;
  }
  .footer {
    width: 240px;
    display: inline-block;
    padding-top: 50px;
  }
  .date, .link {
    display: block;
    margin: 0;
  }
  .footer img {
    width: 150px;
  }
}