.funFatalStudio {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 73px;
  background-color: #effcfe;
  flex-direction: column;
  gap: 54px;
  position: relative;
}
.funFatalStudio .shape01 {
  position: absolute;
  top: 40px;
  left: 1px;
}
.funFatalStudio .shape01 img {
  width: 500px;
}

.funFatalStudio .topPart {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 100px;
  z-index: 1;
}
.funFatalStudio .topPart .row01 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 18px;
}
.funFatalStudio .topPart .row01 h1 {
  font-size: 88px;
  font-family: "evogria_regular", sans-serif;
  font-weight: 400;
}
.funFatalStudio .topPart .row01 .details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14px;
  text-align: center;
}
.funFatalStudio .topPart .row01 .details p {
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 20px;
}
.funFatalStudio .topPart .row01 .details p a {
  color: var(--black-color);
  position: relative;
  line-height: 18px;
}
.funFatalStudio .topPart .row01 .details p a::before {
  content: "";
  width: 0%;
  height: 1px;
  background-color: var(--black-color);
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 5px;
}
.funFatalStudio .topPart .row01 .details p a:hover::before {
  width: 100%;
}
.funFatalStudio .topPart .row01 .details p .textHighlight {
  font-weight: 800;
  color: var(--light-blue-color);
}
.funFatalStudio .topPart form {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 44px;
  padding: 0 18px;
}
.funFatalStudio .topPart form .col01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 22px;
}
.funFatalStudio .topPart form .col01 .row01,
.funFatalStudio .topPart form .col01 .row02 {
  width: 560px;
}
.funFatalStudio .topPart form .col01 .row01 input {
  width: 100%;
  height: 82px;
  border-radius: 5px;
  outline: none;
  border: none;
  background-color: #d1d4d44a;
  padding: 0 24px;
  font-size: 24px;
  color: var(--black-color);
  transition: 0.3s;
  border: 1px dashed transparent;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.funFatalStudio .topPart form .col01 .row01 input:hover,
.funFatalStudio .topPart form .col01 .row01 input:focus,
.funFatalStudio .topPart form .col01 .row02 textarea:hover,
.funFatalStudio .topPart form .col01 .row02 textarea:focus {
  border-color: var(--light-blue-color);
}
.funFatalStudio .topPart form .col01 .row02 textarea {
  width: 100%;
  height: 100%;
  padding: 14px 26px;
  border-radius: 5px;
  outline: none;
  border: none;
  background-color: #d1d4d44a;
  padding: 27px 34px;
  font-size: 21px;
  color: var(--black-color);
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  resize: none;
  transition: 0.3s;
  border: 1px dashed transparent;
}
.funFatalStudio .topPart form button {
  width: 270px;
  min-height: 60px;
  outline: none;
  border: none;
  background-color: var(--light-blue-color);
  font-size: 26px;
  font-family: "evogria_regular", sans-serif;
  font-weight: 400;
  color: var(--white-color);
  cursor: pointer;
  border-radius: 2px;
  transition: 0.3s;
}
.funFatalStudio .topPart form button:hover {
  box-shadow: 8px 8px 0 0 var(--black-color);
}
.funFatalStudio .bottomPart {
  width: 100%;
  display: flex;
}
.funFatalStudio .bottomPart iframe {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .funFatalStudio .topPart form .col01 .row01,
  .funFatalStudio .topPart form .col01 .row02 {
    width: 500px;
  }
  .funFatalStudio .topPart form .col01 .row01 input {
    height: 70px;
  }
}

@media screen and (max-width: 600px) {
  .funFatalStudio .topPart .row01 h1 {
    font-size: 32px;
  }
  .funFatalStudio .topPart .row01 .details p {
    line-height: 14px;
    font-size: 14px;
  }
  .funFatalStudio .topPart .row01 .details {
    gap: 8px;
  }
  .funFatalStudio .topPart {
    width: 90%;
    gap: 50px;
  }
  .funFatalStudio .topPart .row01,
  .funFatalStudio .topPart form .col01 {
    gap: 12px;
  }
  .funFatalStudio .topPart form {
    padding: 0;
    gap: 34px;
  }
  .funFatalStudio .topPart form .col01 .row01,
  .funFatalStudio .topPart form .col01 .row02 {
    width: 100%;
  }
  .funFatalStudio .shape01 img {
    width: 90%;
  }
  .funFatalStudio .topPart form .col01 .row01 input {
    height: 58px;
  }
  .funFatalStudio .topPart form .col01 .row02 textarea {
    height: 150px;
    padding: 14px 18px;
    font-size: 16px;
  }
  .funFatalStudio .topPart form .col01 .row01 input {
    font-size: 16px;
    padding: 0 18px;
  }
  .funFatalStudio .topPart form button {
    font-size: 18px;
  }
  .funFatalStudio .topPart form button {
    width: 200px;
    min-height: 50px;
  }
  .funFatalStudio .topPart form button:hover {
    box-shadow: 6px 6px 0 0 var(--black-color);
  }
  .funFatalStudio .bottomPart {
    height: 350px;
  }
  .funFatalStudio .bottomPart img {
    object-fit: cover;
  }
}
