@font-face {
  font-family: "Circular Std";
  src: url("../fonts/circular-std-medium-500.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: bold;
  src: local("PT Sans"), url("https://fonts.cdnfonts.com/s/19834/PTS55F.woff") format("woff");
}
@font-face {
  font-family: "CircularSP";
  src: url("../fonts/CircularSp-Book-4eaffdf96f4c6f984686e93d5d9cb325.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "CircularTitle";
  src: url("../fonts/CircularSpTitle-Black-3f9afb402080d53345ca1850226ca724.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  scroll-behavior: smooth;
  font-family: "Circular Std";
}

body {
  background-color: black;
  overflow: hidden;
  transition: transform 0.5s ease-in-out;
}

.bgcForm {
  position: relative;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -250px;
  top: 50%;
  margin-top: -250px;
  transform: rotate(3deg) scale(1.1);
  transition: 1s;
}

.test {
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background-image: url(../file-spotify-logo-png-4.png);
  background-size: cover;
  opacity: 0.6;
  position: absolute;
  left: 50%;
  margin-left: -250px;
  top: 50%;
  margin-top: -250px;
}

.email_reg {
  width: 340px;
  height: 50px;
  background-color: #000000;
  position: absolute;
  left: 50%;
  margin-left: -170px;
  top: 150px;
  border-radius: 25px;
  outline: none;
  border: none;
  color: white;
  padding: 0px 20px;
  font-size: 20px;
}

.name_reg {
  width: 300px;
  height: 40px;
  background-color: #000000;
  position: absolute;
  left: 50%;
  margin-left: -150px;
  top: 240px;
  border-radius: 25px;
  outline: none;
  border: none;
  color: white;
  padding: 0px 20px;
  font-size: 17px;
}

.next_one {
  width: 240px;
  height: 30px;
  background-color: #000000;
  position: absolute;
  left: 50%;
  margin-left: -120px;
  top: 320px;
  border-radius: 25px;
  border: none;
  outline: none;
  cursor: pointer;
  color: #FFFFFF;
  font-family: "Circular Std";
}

.playing_cont {
  width: 250px;
  height: 50vh;
  position: absolute;
  left: 50px;
  bottom: 0px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 10px;
}
.playing_cont span {
  width: 100%;
  height: 0%;
  background-color: #fff;
  animation: playin 1s linear alternate infinite;
}
.playing_cont span:nth-child(2) {
  animation: playin 1.2s linear alternate infinite 0.3s;
}
.playing_cont span:nth-child(3) {
  animation: playin 1.3s linear alternate infinite 0.5s;
  background-color: #1DB954;
}

.passForm {
  position: relative;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: #1DB954;
  position: absolute;
  left: 50%;
  margin-left: 230px;
  top: 50%;
  margin-top: -250px;
  transform: rotate(-3deg) scale(1.1);
  transition: 1s;
  z-index: -1;
  display: none;
  animation: leftForm 1s ease forwards;
}

.pass {
  width: 190px;
  height: 30px;
  background-color: #000000;
  position: absolute;
  left: 50%;
  margin-left: -95px;
  top: 90px;
  border-radius: 25px;
  outline: none;
  border: none;
  color: white;
  padding: 0px 17px;
  font-size: 15px;
}

.males {
  width: 170px;
  height: 25px;
  background-color: #000000;
  position: absolute;
  left: 50%;
  margin-left: -85px;
  top: 135px;
  border-radius: 25px;
  outline: none;
  border: none;
  color: white;
  padding: 0px 14px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.males label {
  cursor: pointer;
}

.next_two {
  width: 150px;
  height: 20px;
  background-color: #000000;
  position: absolute;
  left: 50%;
  margin-left: -75px;
  top: 178px;
  border-radius: 25px;
  border: none;
  outline: none;
  cursor: pointer;
  color: #FFFFFF;
  font-family: "Circular Std";
}

.man {
  display: block;
  width: calc(50% + 20px);
  height: 120%;
  margin-left: -20px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.man i {
  font-size: 17px;
  color: #fff;
  margin-left: 10px;
}

#man {
  display: none;
}

#woman {
  display: none;
}

#ava {
  display: none;
  transition: 1s;
}

.woman {
  display: block;
  width: calc(50% + 20px);
  height: 120%;
  margin-right: -20px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woman i {
  font-size: 17px;
  color: #ffffff;
  margin-left: -10px;
}

.avatar {
  display: block;
  width: 100%;
  height: 100%;
  color: white;
  display: flex;
  align-items: center;
}
.avatar i {
  position: absolute;
  font-size: 18px;
  right: 10px;
}

.activeMal {
  background-color: #fff;
}
.activeMal i {
  color: #000;
}

.finalForm {
  position: relative;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: #1DB954;
  position: absolute;
  left: 50%;
  margin-left: -530px;
  top: 50%;
  margin-top: -250px;
  transform: rotate(3deg) scale(1.1);
  transition: 1s;
  z-index: -1;
  animation: rightForm 1s ease forwards;
  display: none;
}

.prews_items {
  width: 100%;
  height: 100px;
  background-color: #fff;
  position: absolute;
  right: -400px;
  transform: rotate(45deg);
}

.avaPrew {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-size: cover;
  left: 50%;
  margin-left: -50px;
  top: 20px;
  transition: 1s;
  border: 2px solid #000;
}

@keyframes leftForm {
  0% {
    margin-top: -150px;
    left: 35%;
  }
  100% {
    margin-top: -230px;
    left: 50%;
  }
}
@keyframes rightForm {
  0% {
    margin-top: -150px;
    left: 85%;
  }
  100% {
    margin-top: -230px;
    left: 50%;
  }
}
@keyframes playin {
  0% {
    height: 0%;
  }
  25% {
    height: 90%;
  }
  50% {
    height: 10%;
  }
  75% {
    height: 40%;
  }
  100% {
    height: 100%;
  }
}/*# sourceMappingURL=signup.css.map */