*,
*::after,
*::before {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
html {
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: smooth;
}
body {
  background-image: url("../media/d1520315-ee38-4085-8347-b4f18dff920c.jpg");
  background-size: cover;
  box-sizing: border-box;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  height: 100%;
  line-height: 1.7;
}
.required {
  color: red;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.7em;
}
.copyright--text {
  color: #ccc;
  font-size: 12px;
}
ul {
  list-style: none;
}
.group-answer li input {
  display: none;
}
.group-answer li label {
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(to right, #ff0078, #f60) border-box;
  border: solid 0.04em transparent;
  border-radius: 0.25em;
  color: #ff0078;
  cursor: pointer;
  display: inline-block;
  font-family: sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.4em;
  margin: 5px;
  padding: 0.3em 1em 0.3em 1em;
  text-align: left;
  width: 400px;
}
.group-answer li input:checked + label {
  background: #00ffa2;
  box-shadow: 0 0.17em 0.22em -0.12em rgba(0, 0, 0, 0.75);
  color: #000;
  -moz-box-shadow: 0 0.17em 0.22em -0.12em rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0 0.17em 0.22em -0.12em rgba(0, 0, 0, 0.75);
}
.btn {
  border: 0;
  border-radius: 10px;
  color: #000;
  font-size: 30px;
  font-weight: bold;
  margin: 10px;
  outline: 0;
  padding: 20px 40px;
  transition: all 0.2s;
}
.btn:hover {
  background-color: #fffc45;
  cursor: pointer;
}
.btn-green {
  background: #09f1b8;
}
.btn-pink {
  background: #ff00d2;
}
.btn--flex {
  align-items: center;
  display: flex;
  justify-content: space-around;
  margin: 10px;
  max-width: 90%;
}
.select {
  font-size: 18px;
  height: 6rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  width: 30rem;
}
.select--date {
  font-size: 18px;
  height: 6rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  width: 12rem;
}
.input {
  border-radius: 10px;
  font-size: 18px;
  margin: 0.5rem 0;
  padding: 1.5rem 0.5rem;
  width: 100%;
}
#imgwoman {
  display: inline-block;
  margin-top: 10%;
  overflow: hidden;
  width: 50%;
}
#videodesktop {
  background-size: cover;
  border: 8px solid orange;
  display: block;
  height: 600px;
  margin: auto;
}
#videomobile {
  display: none;
}
.content {
  display: flex;
  flex-direction: row;
  padding-left: 10%;
  padding-right: 10%;
  vertical-align: middle;
}
.content--bg {
  display: inline-block;
  margin-top: 10%;
  text-align: center;
  width: 50%;
}
:root {
  --color-background: #000119;
  --font-size: 44px;
  --font-weight: 700;
  --stroke-width: 5px;
}
.title {
  background-clip: text;
  background-image: linear-gradient(
    to right,
    #09f1b8,
    #00a2ff,
    #ff00d2,
    #fed90f
  );
  color: var(--color-background);
  font-size: var(--font-size);
  font-weight: var(--font-weight);
  letter-spacing: 5px;
  line-height: 36px;
  margin: 25px;
  padding: calc(--stroke-width / 2);
  -webkit-text-stroke-color: transparent;
  -webkit-text-stroke-width: var(--stroke-width);
}
.content--p-2 {
  color: #fff;
  font-size: 30px;
  line-height: 32px;
  margin: 10px;
}
.content--p-3 {
  color: #b9b9b9;
  font-size: 26px;
  line-height: 28px;
  margin: 10px;
}
.container__box-2--form {
  align-items: center;
  background-color: #000;
  border: 5px solid #0fe2fe;
  display: none;
  flex-direction: column;
  height: 600px;
  margin: auto;
  padding: 50px;
  text-align: center;
}
.logo {
  display: block;
  margin: auto;
  margin-bottom: -100px;
  margin-top: 20px;
  width: 100px;
}
.footer {
  align-items: center;
  background-color: #000;
  bottom: 0;
  font-size: 12px;
  height: 40px;
  justify-content: center;
  padding-top: 10px;
  position: fixed;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 1300px) {
  .select--date {
    height: 5rem;
    width: 8rem;
  }
  .content {
    padding: 7%;
  }
  .content--bg {
    top: 50px;
    width: 100%;
  }
  .container__box-2--form {
    padding: 10px;
  }
  #videomobile {
    background-size: cover;
    display: block;
    margin: auto;
    width: 100%;
  }
  #videodesktop {
    display: none;
  }
  .logo,
  .footer {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  #videomobile {
    border: none;
  }
  .content {
    padding: 0;
  }
  body {
    background-position: center;
  }
  .content--bg {
    animation: opacity 3s forwards;
    background-color: rgba(0, 0, 0, 0.75);
    display: block;
    margin: auto;
    margin-bottom: -200px;
    opacity: 0;
    top: -450px;
  }
  @keyframes opacity {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 100%;
    }
  }
  .container__box-2--form {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.75);
    border: 5px solid #0fe2fe;
    display: none;
    flex-direction: column;
    height: auto;
    padding: 5px;
    position: absolute;
    top: 100px;
    width: 100%;
    z-index: 10;
  }
  .content {
    flex-direction: column;
  }
  .content--p-2 {
    font-size: 22px;
    line-height: 24px;
    margin: 5px;
  }
  .content--p-3 {
    font-size: 18px;
    line-height: 20px;
  }
  .group-answer li label {
    width: 300px;
  }
  .select--date {
    margin-right: 1rem !important;
  }
  .select--date {
    width: 6rem;
  }
  .required {
    font-size: 12px;
  }
  .copyright--text {
    font-size: 10px;
  }
  .title {
    font-size: 34px;
  }
  #imgwoman {
    display: block;
    height: auto;
    margin: auto;
    width: 100%;
  }
}
