*,
*::after,
*::before {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
html {
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: smooth;
}
body {
  background-image: url("../media/sextoysbg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: border-box;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  height: 100%;
}
.btn {
  background-color: #82c26e;
  border: 0;
  border-radius: 56px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  margin: 5px;
  margin-top: 20px;
  outline: 0;
  padding: 14px 18px;
  position: relative;
  text-align: center;
  text-decoration: none;
  touch-action: manipulation;
  transition: all 0.3s;
  user-select: none;
  webkit-user-select: none;
  width: 100%;
}
.btn:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  width: 92%;
}
.btn:hover {
  box-shadow: rgba(255, 255, 255, 0.2) 0 3px 15px inset,
    rgba(0, 0, 0, 0.1) 0 3px 5px, rgba(0, 0, 0, 0.1) 0 10px 13px;
  transform: scale(1.05);
}
.last {
  margin-top: 15px;
}
.videobox {
  margin: auto;
  margin-bottom: 20px;
  left: 50%;
  position: absolute;
  top: 22%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.videobox video,
.videobox #imggirlonline {
  width: 250px;
  height: 250px;
  border: 2px solid #000;
  border-radius: 50%;
  object-fit: cover;
}
#imggirlonline {
  background-image: url("../media/juliashemaleds.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  animation-name: changingimg;
  animation-duration: 20s;
  animation-iteration-count: infinite;
}
.videobox video:hover,
.videobox #imggirlonline:hover {
  cursor: pointer;
  transform: scale(1.15);
  transition: transform 1s ease;
}

@keyframes changingimg {
  0% {
    background-image: url("../media/juliashemaleds.jpg");
  }
  30% {
    background-image: url("../media/juliashemaleds.jpg");
  }
  35% {
    background-image: url("../media/sofiashemaleds.jpg");
  }
  65% {
    background-image: url("../media/sofiashemaleds.jpg");
  }
  70% {
    background-image: url("../media/hannashemaleds.jpg");
  }
  100% {
    background-image: url("../media/hannashemaleds.jpg");
  }
}

.badgeonlinenow {
  display: inline-block;
  padding: 2px 6px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: rgb(99, 221, 99);
  border-radius: 2px;
  margin-right: 1em;
  position: absolute;
  right: 55%;
}
.row2 {
  display: none;
}
.form__span {
  font-weight: bold;
}
.form__span--2 {
  font-size: 18px;
}
.form__span--copy {
  font-size: 10px;
  line-height: 12px;
}
.form__module--box {
  align-items: center;
  display: none;
  flex-direction: column;
  text-align: center;
}
.form__module--button {
  display: flex;
  width: 100%;
}
.form--input {
  background-color: rgb(255, 255, 255);
  border: 1.5px solid lightgreen;
  border-radius: 0.2rem;
  color: #333;
  display: block;
  font-size: 1.2rem;
  margin: 0 auto;
  margin-top: 10px;
  padding: 1.5rem 2rem;
  transition: all 0.3s;
  width: 100%;
}
.form--input:focus {
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.85);
  outline: 0;
}
.form-select {
  background-color: rgb(255, 255, 255);
  border: 1.5px solid lightgreen;
  border-radius: 0.2rem;
  color: #333;
  display: block;
  font-size: 1.5rem;
  margin: 10px 2px;
  padding: 1.5rem 1rem;
  transition: all 0.3s;
  width: 32%;
}
.form-select--box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.content {
  background-color: rgb(0, 0, 0, 0.75);
  border-radius: 10px;
  color: #fff;
  left: 50%;
  padding: 20px 5px 10px 5px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 450px;
  padding-top: 140px;
  height: 570px;
}
.content--1 {
  align-items: center;
  display: flex;
  font-size: 3rem;
  height: 15%;
  justify-content: center;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 20px;
}
.content--2 {
  height: 61%;
  padding: 2rem;
}
.content--2-box {
  margin: 2rem 0;
}
.content--2-img {
  cursor: pointer;
  filter: grayscale(100);
  margin: 0 1rem;
  max-width: 120px;
}
.content--2-img--active {
  filter: grayscale(0);
}
.content--3 {
  color: #333;
  display: flex;
  font-size: 16px;
  height: 10%;
  justify-content: space-around;
  padding: 0.5rem 2rem;
}
.content--3 * {
  align-items: center;
  background-color: #bbb;
  border-radius: 100%;
  color: #000;
  display: flex;
  font-weight: 600;
  height: 40px;
  justify-content: center;
  width: 40px;
}
.content--3-active {
  background-color: #cee26b;
  border: 2px solid #5cb270;
}
.content--4 {
  align-items: center;
  display: flex;
  font-size: 1.2rem;
  height: 20%;
  letter-spacing: -1px;
  line-height: 1.4;
  padding: 0.5rem;
}
.required {
  color: red;
  display: block;
  font-size: 14px;
  line-height: 1.2;
  margin-top: 5px;
  text-align: center;
}
#termsc {
  margin-top: 5px;
}
@media only screen and (min-width: 2000px) {
  .videobox {
    top: 30%;
  }
}
@media only screen and (min-width: 1500px) {
  html {
    font-size: 72.5%;
  }
}
@media screen and (max-width: 1500px) {
  .videobox video,
  .videobox #imggirlonline {
    width: 160px;
    height: 160px;
  }
}
@media screen and (max-width: 900px) {
  .btn {
    font-size: 16px;
    padding: 10px 12px;
    width: 100%;
  }

  .videobox {
    top: 25%;
  }
  .videobox video,
  .videobox #imggirlonline {
    width: 200px;
    height: 200px;
  }
}
@media only screen and (max-width: 600px) {
  .content {
    width: 90%;
    height: 500px;
    padding-top: 100px;
  }
  .videobox {
    top: 16%;
  }
  .videobox video .videobox #imggirlonline {
    width: 180px;
    height: 180px;
  }
  .content--1 {
    font-size: 2.5rem;
  }
  .content--2-img {
    max-width: 100px;
  }
  .content--3 {
    display: none;
  }

  #imggirlonline {
    background-image: url("../media/juliamobileshemaleds.jpg");
  }

  @keyframes changingimg {
    0% {
      background-image: url("../media/juliamobileshemaleds.jpg");
    }
    30% {
      background-image: url("../media/juliamobileshemaleds.jpg");
    }
    35% {
      background-image: url("../media/sofiamobileshemaleds.jpg");
    }
    65% {
      background-image: url("../media/sofiamobileshemaleds.jpg");
    }
    70% {
      background-image: url("../media/hannamobileshemaleds.jpg");
    }
    100% {
      background-image: url("../media/hannamobileshemaleds.jpg");
    }
  }
}
@media only screen and (max-width: 350px) {
  .content {
    width: 95%;
    padding-top: 160px;
  }
  .videobox {
    top: 14%;
  }
  .videobox video .videobox #imggirlonline {
    width: 120px;
    height: 120px;
  }
  .badgeonlinenow {
    font-size: 14px;
    right: 50%;
    top: 5%;
  }
  .content--1 {
    height: 20%;
  }
  .content--2-img {
    max-width: 80px;
  }
}
