.content-container {
  width: 70%;
  margin-left: 22%;
}

.res-nav {
  position: fixed;
  z-index: 4;
  top: 15px;
  left: 30px;
  font-size: 50px;
}

header {
  left: 105px;
}
header nav {
  position: absolute;
  top: 400px;
}
header nav ul li a {
  position: relative;
  font-family: "EB Garamond", serif;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: normal;
  font-weight: 500;
  color: black;
}
header nav ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: black;
  left: 0;
  height: 1px;
  transform-origin: 100% 100%;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scaleX(0) translateZ(0);
  -webkit-transform: scaleX(0) translateZ(0);
  -moz-transform: scaleX(0) translateZ(0);
  -ms-transform: scaleX(0) translateZ(0);
  -o-transform: scaleX(0) translateZ(0);
}
header nav ul li a:hover::after {
  background-color: black;
  color: black;
  transform-origin: 0% 0%;
  transform: scaleX(1) translateZ(0);
  -webkit-transform: scaleX(1) translateZ(0);
  -moz-transform: scaleX(1) translateZ(0);
  -ms-transform: scaleX(1) translateZ(0);
  -o-transform: scaleX(1) translateZ(0);
}

.banner .banner-head {
  display: block;
  background-image: url("../images/banner.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100% !important;
  height: 100vh !important;
  background-attachment: fixed;
}
.banner h1 {
  font-family: "EB Garamond", serif;
  font-size: 70px;
  line-height: 60px;
  font-weight: 400;
  color: white;
  letter-spacing: normal;
  position: fixed;
  top: 80px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  mix-blend-mode: difference;
}
.banner i#down {
  position: absolute;
  z-index: 2;
  bottom: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  animation: ani 4s ease-in-out infinite;
}

@keyframes ani {
  0% {
    bottom: 50px;
  }
  10% {
    bottom: 30px;
  }
  20% {
    bottom: 50px;
  }
}
.event {
  background-color: #eeeeee;
  position: relative;
  z-index: 2;
}
.event .ev-left h1 {
  font-size: 48px;
  font-family: "EB Garamond", serif;
  line-height: 57.6px;
  letter-spacing: normal;
  font-family: 500;
}
.event .ev-left p {
  font-family: "NeueHaasGroteskDisp Pro", sans-serif;
  font-size: 16px;
  line-height: 46px;
  letter-spacing: 1.9px;
  word-spacing: 9px;
  font-weight: 400;
}
.event .ev-left .btn {
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.05em;
  background-color: #000;
  padding: 12px 20px;
  min-width: 145px;
  border-radius: 2px;
  color: #d8d8d8;
  border: 1px solid #000;
  transition: 300ms ease-in;
}
.event .ev-left .btn a {
  color: white;
}
.event .ev-left .btn:hover {
  background-color: white;
}
.event .ev-left .btn:hover a {
  color: black;
}

.exp {
  background-color: #eeeeee;
  position: relative;
  z-index: 2;
}
.exp .ex-hd h1 {
  font-size: 48px;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  line-height: 56.7px;
  letter-spacing: normal;
}
.exp .ex-hd p {
  font-family: "NeueHaasGroteskDisp Pro", sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.8px;
  font-weight: 400;
}
.exp p {
  font-family: "NeueHaasGroteskDisp Pro", sans-serif;
  font-size: 16px;
  line-height: 46px;
  letter-spacing: 1.9px;
  word-spacing: 9px;
  font-weight: 400;
}
.exp .star {
  align-items: center;
  gap: 13px;
}
.exp .star i {
  color: #f0ad4e;
}

.silder {
  position: relative;
  z-index: 2;
  background-color: white;
  overflow-x: hidden;
}
.silder .silder1 .img-wapper {
  padding: 15px;
}
.silder .silder1 .slick-track {
  display: flex;
  justify-content: center;
  align-items: center;
}
.silder .silder1 .fa-solid,
.silder .silder1 .fas {
  font-weight: 900;
  color: black;
  font-size: 23px;
}

.e-mail {
  position: relative;
  z-index: 2;
  background-color: white;
}
.e-mail .email-h h1 {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 4px;
  line-height: 32px;
  font-family: "EB Garamond", serif;
}
.e-mail .email-input {
  width: 50%;
}
.e-mail .email-input #email {
  border: none;
  border-bottom: 1px solid black;
  width: 100%;
  padding: 10px 0px;
  color: black;
}
.e-mail .email-input #button {
  background-color: black;
  border: none;
  color: white;
  margin: 15px 0px;
  padding: 10px 30px;
  border: 1px solid #000;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.05em;
  transition: 300ms ease-in;
}
.e-mail .email-input #button:hover {
  background-color: white;
  color: black;
}

footer {
  position: relative;
  z-index: 2;
  background-color: #eeeeee;
}
footer .logo {
  width: 300px;
  mix-blend-mode: multiply;
}
footer .social {
  font-size: 42px;
  display: flex;
  flex-direction: column;
  gap: 70px;
}
footer .tw,
footer .fb {
  gap: 50%;
}
footer .tw i,
footer .fb i {
  color: black;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer #twi:hover::after {
  content: "Twitter";
  position: absolute;
  font-size: 26px;
  margin-left: 60px;
  font-family: "EB Garamond", serif;
}
footer #insta:hover::after {
  content: "Instagram";
  position: absolute;
  font-size: 26px;
  margin-left: 60px;
  font-family: "EB Garamond", serif;
}
footer #fac:hover::after {
  content: "Facebook";
  position: absolute;
  font-size: 26px;
  margin-left: 60px;
  font-family: "EB Garamond", serif;
}
footer #you:hover::after {
  content: "Youtube";
  position: absolute;
  font-size: 26px;
  margin-left: 60px;
  font-family: "EB Garamond", serif;
}
footer .line {
  height: 1px;
  width: 100%;
  background: black;
}
footer p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  font-family: "NeueHaasGroteskDisp Pro", sans-serif;
  font-weight: 400;
}

@media (max-width: 768px) {
  .content-container {
    max-width: 1080px;
    padding: 15px;
    width: 100%;
    margin: 0;
  }
  .email-input {
    width: 100% !important;
  }
  header {
    display: none;
  }
  header nav {
    position: absolute;
    top: 0;
    width: 247px;
    background-color: #eeeeee;
    text-align: center;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -105px;
  }
  .banner h1 {
    top: 140px;
  }
  footer .logo {
    margin: 0 auto;
  }
  footer #twi::after {
    content: "Twiter";
    position: absolute;
    font-size: 18px;
    margin-left: 60px;
    font-family: "EB Garamond", serif;
  }
  footer #insta::after {
    content: "Instagram";
    position: absolute;
    font-size: 18px;
    margin-left: 60px;
    font-family: "EB Garamond", serif;
  }
  footer #fac::after {
    content: "Facebook";
    position: absolute;
    font-size: 18px;
    margin-left: 60px;
    font-family: "EB Garamond", serif;
  }
  footer #you::after {
    content: "Youtube";
    position: absolute;
    font-size: 18px;
    margin-left: 60px;
    font-family: "EB Garamond", serif;
  }
  i#down {
    opacity: 0%;
  }
}
@media (max-width: 414px) {
  .event .ev-left h1 {
    font-size: 33px;
  }
}/*# sourceMappingURL=main.css.map */