@font-face {
  font-family: "GulfsDisplay-Condensed";
  src: url("/GulfsDisplay.ttf");
}
@font-face {
  font-family: "GulfsDisplay-Normal";
  src: url("/GulfsDisplay-Normal.ttf");
}

body {
  color: white;
}

.gulfs-normal {
  font-family: "GulfsDisplay-Normal";
}
.gulfs-condensed {
  font-family: "GulfsDisplay-Condensed";
}

.bg-pink {
  background-color: #f2a0bc;
}

.bg-green {
  background-color: #0e6b54;
}

.bg-yellow {
  background-color: #fec71c;
}

.bg-red {
  background-color: #e94544;
}

.pink {
  color: #f2a0bc;
}

.green {
  color: #0e6b54;
}

.yellow {
  color: #fec71c;
}

.red {
  color: #e94544;
}

body {
  padding: 0;
  margin: 0;
  font-family: sans-serif;
}

.navbar {
  padding: 10px;
  font-size: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo-title {
  font-size: 50px;
}
@media (max-width: 1300px) {
  .logo-title {
    font-size: 40px;
  }
}
@media (max-width: 1000px) {
  .logo-title {
    font-size: 30px;
  }
}
@media (min-height: 1400px){
  .logo-title {
    font-size: 40px;
  }
}
.menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  row-gap: 4px;
  padding-right: 10px;
}
.menu .bar {
  width: 60px;
  height: 16px;
  background-color: #fec71c;
}
.main {
}

.logo-left {
  display: flex;
  align-items: center;
}
.logo-title {
  padding-left: 15px;
  padding-top: 30px;
}

h1 {
  font-size: 40px;
  text-shadow: white 1px 2px 5px;
}

.first-block {
  position: relative;
  overflow: hidden;
  padding-top: 160px;
  z-index: 1;
}

.face {
  text-align: center;
}

.face img {
  max-height: 80vh;
  max-width: 80%;
}
.first-block .title {
  position: fixed;
  top: 150px;
  left: 0;
  width: 90%;
  text-align: center;
  mix-blend-mode: difference;
  color: #1496ab;
  font-weight: 100;
  padding: 0 5%;
}
.first-block .title {
  font-size: 70px;
}
@media (max-width: 1300px) {
  .first-block .title {
    font-size: 60px;
  }
}
@media (max-width: 1000px) {
  .first-block .title {
    font-size: 40px;
  }
}
@media (min-height: 1400px){
  .first-block .title {
    font-size: 70px;
  }
}
.second-block {
  position: relative;
  height: 560px;
  background-color: #a11013;
  z-index: 2;
  display: flex;
  align-items: start;
  justify-content: space-around;
  padding-top: 70px;
}
.window-center img {
  height: 300px;
  margin-top: 20%;
}
.window {
  background-color: #fec71c;
  height: 480px;
  width: 26%;
}
.window .title {
  color: #a11013;
  text-align: center;
  margin-top: 10px;
  font-size: 50px;
  font-weight: 100;
}
.window .desc {
  color: #a11013;
  padding: 0 30px;
  font-size: 30px;
  font-weight: 100;
}
@media (max-width: 1300px) {
  .window .title {
    font-size: 40px;
  }
  .window .desc {
    font-size: 25px;
  }
}
@media (max-width: 1000px) {
  .window .desc {
    font-size: 20px;
  }
}
@media (min-height: 1400px){
  .window .title {
    font-size: 50px;
  }
  .window .desc {
    font-size: 35px;
  }
}

@media (max-width: 1000px) {
  .second-block {
    flex-direction: column;
    height: auto;
    padding-bottom: 50px;
    align-items: center;
  }
  .window {
    width: 80%;
    height: auto;
    padding-bottom: 30px;
  }
  .window-center img {
    margin: 30px 0;
  }
}
.third-block {
  position: relative;
  height: 300px;
  background-color: #0e6b54;
  z-index: 0;
  display: flex;
  align-items: start;
  justify-content: space-around;
  padding-top: 70px;
}
.third-block .title {
  color: #fec71c;
  position: fixed;
  top: 65vh;
  text-align: center;
  font-size: 45px;
  font-weight: 100;
  padding: 0 5%;
}
@media (max-width: 1300px) {
  .third-block .title {
    font-size: 40px;
  }
}
@media (max-width: 1000px) {
  .third-block .title {
    font-size: 35px;
  }
}
@media (min-height: 1400px){
  .third-block .title {
    font-size: 45px;
  }
}

.fourth-block,
.fifth-block {
  text-align: center;
  padding: 90px 6% 110px;
  position: relative;
  z-index: 5;
}

.fourth-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.fourth-block .title {
  font-size: 70px;
  font-weight: 100;
  letter-spacing: 1px;
  color: #0e6b54;
}

.fourth-block .subtitle {
  font-size: 28px;
  font-weight: 100;
  color: #0e6b54;
}

.fourth-block .trailer {
  width: min(900px, 100%);
  margin-top: 20px;
}

.fourth-block .trailer iframe {
  width: 100%;
  height: 520px;
  border-radius: 14px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
}

.fifth-block {
  background-color: #0e6b54;
  color: #fec71c;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.fifth-block .title {
  font-size: 60px;
  font-weight: 100;
}

.fifth-block .subtitle {
  font-size: 24px;
  font-weight: 100;
}

.fifth-block .placeholder {
  margin-top: 24px;
  padding: 28px 36px;
  border: 2px dashed rgba(254, 199, 28, 0.7);
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.1);
  max-width: 720px;
}

.fifth-block .placeholder p {
  margin: 0;
  font-size: 20px;
  font-weight: 100;
}

@media (max-width: 1000px) {
  .fourth-block,
  .fifth-block {
    padding: 70px 7% 90px;
  }
  .fourth-block .title {
    font-size: 52px;
  }
  .fourth-block .subtitle {
    font-size: 22px;
  }
  .fourth-block .trailer iframe {
    height: 360px;
  }
  .fifth-block .title {
    font-size: 44px;
  }
  .fifth-block .subtitle {
    font-size: 20px;
  }
}

@media (max-width: 600px) {
  .fourth-block .title {
    font-size: 40px;
  }
  .fourth-block .subtitle {
    font-size: 18px;
  }
  .fourth-block .trailer iframe {
    height: 240px;
  }
  .fifth-block .title {
    font-size: 34px;
  }
  .fifth-block .subtitle {
    font-size: 18px;
  }
  .fifth-block .placeholder {
    padding: 22px 20px;
  }
}

@media (min-height: 1400px){
  .fourth-block .title {
    font-size: 60px;
  }
  .fourth-block .subtitle {
    font-size: 40px;
  }
  .fifth-block .title {
    font-size: 45px;
  }
  .fifth-block .subtitle {
    font-size: 30px;
  }
  .fifth-block .placeholder p {
    font-size: 30px;
  }
}