*,
*::after,
*::before {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
html {
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: smooth;
}
body {
  background-attachment: fixed;
  background-image: url("../media/bg-shemales.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  color: #fff;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  height: 100%;
  line-height: 1.7;
}
.privacy {
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 1.15rem;
  line-height: 1.5rem;
  margin-top: 1em;
}
.required {
  color: red;
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  margin: -0.8em 0 0.5em;
}
.btn {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 140% 140%;
  border: none;
  border-radius: 0.3em;
  box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.75);
  color: #fff;
  cursor: pointer;
  font-family: Anton;
  font-size: 3rem;
  height: 2.2em;
  outline: none;
  padding: 0;
  width: 4.2em;
}
.btn-on-1 {
  background-image: url(../media/btn-bg.png);
  width: 100%;
}
.btn-on-2 {
  background-image: url(../media/btn-bg.png);
  width: 85%;
}
.input {
  background-color: #626262;
  background-image: url(../media/png/border_input.png);
  background-repeat: no-repeat;
  background-size: 100% 101%;
  border: none;
  border-radius: 0.3em;
  box-shadow: 0px 0px 0.4em 0px rgba(0, 0, 0, 0.7);
  color: #fff;
  font-family: "Dosis", sans-serif;
  font-size: 3rem;
  font-weight: 300;
  height: 2em;
  margin: 0 0 0.5em 0;
  -moz-box-shadow: 0px 0px 0.4em 0px rgba(0, 0, 0, 0.7);
  outline: none;
  padding: 0 0.7em 0;
  -webkit-box-shadow: 0px 0px 0.4em 0px rgba(0, 0, 0, 0.7);
  width: 100%;
}
.form-select {
  background-color: #626262;
  border: none;
  border-radius: 0.3em;
  box-shadow: 0px 0px 0.4em 0px rgba(0, 0, 0, 0.7);
  color: #fff;
  font-family: "Dosis", sans-serif;
  font-size: 3rem;
  font-weight: 300;
  height: 2em;
  margin: 0 0 0.5em 0;
  margin: 2px;
  margin-bottom: 10px;
  -moz-box-shadow: 0px 0px 0.4em 0px rgba(0, 0, 0, 0.7);
  outline: none;
  padding: 0 0.5em 0;
  -webkit-box-shadow: 0px 0px 0.4em 0px rgba(0, 0, 0, 0.7);
}
.form-select--box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.container {
  display: flex;
  justify-content: center;
}
.container-p {
  font-size: 3rem;
  line-height: 4rem;
  margin-bottom: 10px;
  padding: 0 2rem;
  text-shadow: 0 0 0.2em #000, 0 0 0.2em #000;
}
.container__box-1 {
  background-color: #f4f4f4;
  border-radius: 5%;
  display: flex;
  height: 55rem;
  margin-top: 20px;
  width: 43rem;
}
.container__box-1--box {
  display: none;
  position: relative;
}
.container__box-2 {
  position: absolute;
  width: 42rem;
}
.container__box-2--form {
  align-items: center;
  display: none;
  flex-direction: column;
  height: 55rem;
  justify-content: space-between;
  margin-top: 20px;
  padding: 2rem 0;
  text-align: center;
}
.container__box-2--form.name-passw-email {
  height: 35rem;
}
.container__box-2--form-box {
  display: flex;
  justify-content: space-around;
  width: 90%;
}
.container__box-2--form-box-1 {
  transform: translateY(7rem);
}
.warning {
  color: #000;
  font-family: sans-serif;
  font-size: 12px;
  line-height: 14px;
}
.info {
  color: purple;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 16px;
  width: 75%;
}
@media only screen and (min-width: 1500px) {
  html {
    font-size: 72.5%;
  }
  .container__box-1 {
    width: 40rem;
  }
}
@media only screen and (max-width: 450px) {
  .container__box-1--box {
    width: 100%;
  }
  .container__box-1 {
    height: 60rem;
  }
  .container__box-2--form {
    height: 60rem;
  }
  .container__box-2 {
    width: 35rem;
  }
  .form-select {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 350px) {
  .container__box-2 {
    width: 32rem;
  }
}
.continue-btn {
  animation: 1.5s ease infinite alternate running shimmer;
  background: linear-gradient(90deg, #ffe27d 0%, #64e3ff 30%, #9192ff 85%);
  background-size: 200% 100%;
  border: none;
  border-radius: 30px;
  box-shadow: -2px -2px 10px rgba(255, 227, 126, 0.5),
    2px 2px 10px rgba(144, 148, 255, 0.5);
  color: #170f1e;
  cursor: pointer;
  font-size: 20px;
  margin-top: 5px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  text-decoration: none;
  transition: 0.2s;
  width: 200px;
}
.continue-btn:hover {
  color: darkblue;
  transform: scale(1.1);
}
.chose-btn {
  animation: 1.5s ease infinite alternate running shimmer;
  background: linear-gradient(90deg, #ffe27d 0%, #64e3ff 30%, #9192ff 85%);
  background-size: 200% 100%;
  border: none;
  border-radius: 50%;
  box-shadow: -2px -2px 10px rgba(255, 227, 126, 0.5),
    2px 2px 10px rgba(144, 148, 255, 0.5);
  color: #170f1e;
  cursor: pointer;
  height: 90px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  text-decoration: none;
  transition: 0.8s;
  width: 90px;
}
.chose-btn:hover {
  color: darkblue;
  transform: rotate(-360deg) scale(1.2);
}
.chose-btn.red {
  background: linear-gradient(90deg, #ffe27d 0%, orange 60%, darkorange 90%);
}
@keyframes shimmer {
  to {
    background-size: 100% 100%;
    box-shadow: -2px -2px 6px rgba(255, 227, 126, 0.5),
      2px 2px 6px rgba(144, 148, 255, 0.5);
  }
}
