@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans&display=swap');

* {
  box-sizing: border-box;
  user-select: none;
  overflow: hidden;
}

a {
  color: red;
}

body {
  margin: 0;
  padding: 0;
  height: 100vh;
  color: white;
  background: black;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: uppercase;
  overflow-x: hidden;
}

h1 {
  font-size: clamp(2rem, 2vw, 3rem);
  font-weight: 800;
  text-align: left;
  letter-spacing: 0.3em;
  color: black;
  width: 70%;
}


h2 {
  font-size: clamp(2rem, 2vw, 5rem);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5em;
  margin-right: -0.5em;
  color: hsl(0, 0, 80%);
  width: 90vw;
  max-width: 1000px;
  letter-spacing: -0.05rem
  z-index: 2;
}

header {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  width: 100%;
  z-index: 1000;
  height: 9em;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(0.66rem, 2vw, 1rem);
  letter-spacing: 0.5em;
  opacity: 0;
  transition: opacity 0.5 ease out;
}

.header-img {
  height: 100px; 
  width: auto;      
}

.logo-image {
  height: 4rem;
  max-height: 30vh;
  width: auto;
  object-fit: contain;
  border-radius: 50%
}

.fas-quote-left, .fas-quote-right {
  font-size: 1rem; 
  color: red;
}

.fa-instagram {
  color: white;
  font-size: 3rem;
}

#quote {
  color: black;
}

.scroll-indicator {
  position: absolute;
  bottom: 20%; 
  left: 50%;
  font-size: 2rem;
  color: white;
  animation: pulse 3.5s infinite;
}

@keyframes pulse {
  0% {
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    transform: translateX(-50%) scale(1.5);
    opacity: 0;
  }
}
section {
  height: 100vh;
  min-height: 100vh;
  width: 100%;
  top: 0;
  position: fixed;
  visibility: hidden;
}

.big-video{
  position: absolute;
  width: 100%;
  min-width: 180.77777778vh;
  pointer-events: none;
  min-height: 80%;
}

@media (max-width: 768px) {
  .big-video {
      max-width: 80%;
      min-width: 90.77777778vh;
  }
}

@media (max-width: 480px) {
  .big-video {
      max-height: 30vh; 
      min-width: 90.77777778vh;
  }
}

section .outer,
section .inner {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}

#header-2 {
  background-color: black;
  font-size: 1rem;
  position: absolute;
  left: 0;
  bottom: 20%;
}

section .bg {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background-size: cover;
  background-position: center;
}

section .bg h2 {
  z-index: 3;
}

.first .bg {
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(0, 0, 0, 0.1) 100%
    );
    background-color: black;
}

.second .bg {
  background-color: black;
  height: 100%;
}

.video-background .content,
.content {
  position: relative;
  z-index: 2;
  color: white;
  padding: 20px;
  width: 30%;
  background-color: #FFF;
}

.third .bg {
  background-color: black;
  display: flex;
  flex-direction: column;
}

.fourth .bg {
  background-color: black;
  display: flex;
  flex-direction: column;
}


.fourth .bg {
  position: relative; 
  display: flex;
  flex-direction: column;
  align-items: center; 
  justify-content: space-evenly;
  padding: 1em;
}
.fourth .section-header {
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  background: black;
  font-weight: 300;
  z-index: 2;
  letter-spacing: 5px;
  width: fit-content;
}

@media screen and (max-width: 768px) {
  .fourth {
    padding: 1em 0.5em;
  }

  .outer {
    margin-bottom: 10vh;
  }

  .form__input,
  .form__input.large-input,
  .form textarea,
  .form__field button {
    font-size: 0.7em;
  }

  .section-header#email-header {
    font-size: smaller; 
    line-height: 1.2; 
    text-align: center; 
    padding: 5% 3%;
    display: block; 
  }

  .section-header#email-header a {
    display: inline-block; 
}

}

.fourth .align {
  background: black;
  padding: 2rem;
  border-radius: 8px;
  width: 100%;
  max-width: 700px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 2;
  margin-bottom: 2em;
}


.fourth .form {
  display: grid;
  gap: 1rem;
}

.fourth .form__input{
  box-border: none;
  background-color: grey; 
  color: black; 
  height: 3rem;
  width: 100%;
  font-size: 2rem;
}

.fourth .form textarea {
  height: 15rem;
}

.fourth .form__input::placeholder,
.fourth .form textarea::placeholder {
  color: black;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 2rem;
}

.fourth .form__field button {
  background-color: white; 
  color: black;
  border: none;
  cursor: pointer;
  width: 100%;
  height: 4rem;
  font-size: 3rem;
}
.fourth .form__input, .fourth .form textarea {
  background-color: grey;
  color: white;
  width: 100%;
  font-size: 2rem;
  padding: 0.5rem;
  border: none;
  font-family: "Plus Jakarta Sans", sans-serif;
}


@media screen and (max-width: 768px) {
  .fourth.section-active #header {
    display: none;
  }
}
.fourth .form__field button:hover {
  background-color: red;
  font-size: 3rem;
}
.error-message {
  color: #ff3860;
  font-size: 14px;
  margin-top: 5px;
}

.form__input.large-input {
  width: 100%;
  height: 5em; 
}

.hidden {
  display: none;
}

#bg {
  position: relative;
  background-image: url("images/new.png");
  background-size: cover;
  background-repeat: no-repeat;
}

#bg::after {
  content: "";
  position: absolute;
  top: 0; 
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.logo-wrapper {
  position: relative;
}

.logo {
position: relative;
z-index: 2;
display: flex;
align-items: center;
justify-content: center;
}


picture .logo-image {
  height: 700px;
  opacity: 0.3;
}

.video-container {
  display: flex;
  align-items:center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  padding: 1rem;
}

@media (max-width: 430px) {
  #quote {
    font-size: 0.6rem;
    text-align: center;
  }
  .video-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .video-container .small-video {
    width: 70%;
    margin-top: 2px;
    height: auto;
  }

  .fourth .align {
    width: 300px;
    padding: 0;
    margin: 10px;
  }

  .form__input {
    font-size: 0.3em;
  }
}

@media screen and (max-width: 768px) {
  .section-header {
    font-size: 1rem;
    max-width: 100%
  }

  .align, .grid {
    padding-bottom: 5em;
  }
}

.small-video {
  overflow: hidden;
}

