/* Variables - SET COLORS
-------------------------------------------------------------- */

:root {
  --primary: #d84bff;
  --body-color: #fff;
  --body-bg: #0d2e74;
  --body-gradient: linear-gradient(165deg, rgba(0,86,214,1) 0%, rgba(50,46,125,1) 100%);
}


/* Reset
-------------------------------------------------------------- */

* {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  background: none;
  border: none;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  padding: 0;
  cursor: pointer;
}


/* Global
-------------------------------------------------------------- */

body {
  color: var(--body-color);
  background: var(--body-bg);
  background: var(--body-gradient);
}


/* Layout
-------------------------------------------------------------- */

body {
  overflow-x: hidden;
  min-height: 100vh;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

main.container {
  max-width: 800px;
  padding: 2rem;
  margin: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.col {
  width: 100%;
  text-align: center;
  padding: 1rem;
}

@media (min-width: 768px) {
  .col {
    width: 50%;
    text-align: left;
  }
}

section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}


/* Typography
-------------------------------------------------------------- */

body {
  font-family: "Karla", sans-serif;
  line-height: 1.35;
}

main {
  font-size: 1.125rem;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

main a {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: .25em;
  letter-spacing: .05em;
}

h1 {
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: bold;
}

main h1 {
  font-size: clamp(1.5rem, 6vw, 3rem);
  line-height: 1.3;
  text-align: center;
  max-width: 15em;
  margin: auto;
  margin-bottom: 1em;
}

h2 {
  font-size: clamp(1.5rem, 5vw, 2.25rem);
}

h3 {
  margin-top: 2em;
  margin-bottom: .5em;
}

/* Paragraph */
p {
  margin-bottom: .5em;
}

main p {
  margin-bottom: 1em;
}

.big {
  font-size: clamp(1.125rem, 2.625vw, 1.5rem);
}

p.big {
  margin-bottom: 1em;
}

/* List */
ul {
  list-style: none;
}

li {
  margin-bottom: .5em;
}

li ul {
  margin-left: 1em;
}


/* Top Section
-------------------------------------------------------------- */

.section-top {
  position: relative;
  background: url('../assets/bg.jpg') no-repeat 38% top;
  background-size: cover;
  min-height: 100vh;
}

/* .section-top::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(90deg, rgba(117,21,131,1) 0%, rgba(189,66,190,1) 50%, rgba(189,66,190,0) 100%);
  background: linear-gradient(90deg, rgb(117, 21, 131) 0%, rgb(189, 66, 190) 30%, rgba(189,66,190,0) 70%);
  opacity: .25;
} */

.section-top .container:last-child {
  margin-top: clamp(1rem, 8vmin, 8rem);
}

header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 2rem;
  padding: 2rem 2rem 0;
}

.socials .lab {
  font-size: clamp(2rem, 4vw, 2.5rem);
}

.logo {
  text-align: center;
  font-weight: bold;
  max-width: 15vw;
  font-size: clamp(1.25rem, 5vw, 2rem);
}

.logo-plus {
  padding-left: clamp(.75rem, 2vw, 1.5rem);
  padding-right: clamp(.75rem, 2vw, 1.5rem);
  color: var(--body-color);
}

.logo2 {
  margin-right: auto;
  max-width: 45vw;
}

@media (max-width: 991.98px) {
  .logo { 
    height: clamp(4rem, 13vw, 10rem);
  }
  .logo2 {
    width: clamp(6rem, 22vw, 12em);
  }
  .logo-plus {
    font-size: clamp(1rem, 3.5vw, 2rem);
  }
}

@media (max-width: 480px) {
  .logo2 {
    margin-top: -.15em;
  }
  .socials {
    width: 100%;
  }
}

.intro {
  padding-left: 2rem;
  padding-right: 2rem;
}

.cta {
  position: relative;
  max-width: 28rem;
  text-align: left;
  text-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.cta h2 {
  max-width: 14em;
}

.btn {
  display: inline-block;
  background-color: var(--primary);
  padding: 1rem 2rem;
  border-radius: .25rem;
  text-decoration: none;
}

.cta .btn {
  font-size: clamp(1rem, 3vw, 1.5rem);
  letter-spacing: .05em;
  margin-top: 1em;
}

.cta .arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(50deg);
}

@media (max-width: 991.98px) {
  .cta .arrow {
    transform: rotate(70deg);
    right: 2rem;
  }
}

@media (max-width: 899.98px) {
  .cta .arrow {
    transform: rotate(80deg) scale(.9);
  }
}

@media (max-width: 799.98px) {
  .cta .arrow {
    transform: rotate(100deg) scale(.85);
    bottom: -1rem;
  }
}

@media (max-width: 699.98px) {
  .cta .arrow {
    transform: rotate(28deg) scale(.75);
    bottom: -6rem;
    left: 0;
  }
}

@media (max-width: 399.98px) {
  .cta .arrow {
    transform: rotate(32deg) scale(.7);
    bottom: -5rem;
    left: -1rem;
  }
}

.radio-control {
  font-size: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  width: 8rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
}

@media (min-width: 400px) {
  .btn-play img,
  .btn-pause img {
    width: 120px;
    height: 120px;
  }
}

@media (min-width: 900px) {
  .radio-control {
    margin-top: 1rem;
  }
}

#nofunctionplayBtn2 {
  display: none;
}

.btn-pause {
  display: none;
}

.btn-play {
  position: relative;
}

.btn-play:before {
  content: '';
  position: absolute;
  left: -1.25rem;
  top: -1.25rem;
  right: -1.25rem;
  bottom: -1.25rem;
  background-color: rgba(255, 255, 255, .15);
  border-radius: 50%;
  transform: scale(.5);
  animation: pulse1 2.5s ease-out infinite;
  animation-delay: .3s;
}

@keyframes pulse1 {
  0% {
    transform: scale(.7);
    opacity: 1;
  }

  60% {
    transform: scale(1.3);
    opacity: 0;
  }

  100% {
    transform: scale(.5);
    opacity: 0;
  }
}

.btn-play img {
  display: block;
  animation: pulse2 2.5s ease-out infinite;
}

@keyframes pulse2 {
  0% {
    transform: scale(.9);
    filter: drop-shadow(0 0 15px rgba(6, 82, 204, .75));
  }

  50% {
    transform: scale(1.1);
    filter: drop-shadow(0 0 10px rgba(216, 75, 255, .75));
  }

  70% {
    transform: scale(1.1);
    filter: drop-shadow(0 0 10px rgba(216, 75, 255, .75));
  }

  100% {
    transform: scale(.9);
    filter: drop-shadow(0 0 15px rgba(6, 82, 204, .75));
  }
}

.btn-volume {
  padding: .25rem;
  z-index: 1;
}

/* Volume */
#volume {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: none;
  z-index: 99999;
}

.bar {
  position: absolute;
  top: 30%;
  left: 5%;
  margin: -5px auto;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.33);
}

#barEmpty {
  width: 90%;
  opacity: 0.5;
  box-shadow: none;
  cursor: pointer;
}

#barFull {
  width: 90%;
}

#sliderBtn {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 30%;
  left: 93.25%;
  margin: -25px auto;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.33);
  border-radius: 25px;
  cursor: pointer;
}

/* Fade-In */
.fadeout {
  -webkit-animation: fadeout 0.5s;
  -ms-animation: fadeout 0.5s;
  animation: fadeout 0.5s;
}

.fadein {
  -webkit-animation: fadein 0.5s;
  -ms-animation: fadein 0.5s;
  animation: fadein 0.5s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-ms-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeout {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes fadeout {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-ms-keyframes fadeout {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}


/* Bottom Section
-------------------------------------------------------------- */

.section-bottom {
  display: none;
  background: var(--body-gradient);
}

.wtf {
  width: 100%;
  background-color: #000;
  text-align: center;
  font-size: clamp(1.25rem, 4vw, 1.625rem);
  padding: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .contest.row {
    justify-content: space-around;
    padding-block: 3rem;
  }
}

.contest .col:first-child {
  position: relative;
}

.contest .arrow {
  position: absolute;
  right: 2rem;
  top: 6rem;
}

@media (max-width: 991.98px) {
  .contest .arrow {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .wtf {
    display: none;
  }

  .contest {
    padding-top: 1rem;
  }
}

.product-title {
  position: absolute;
  top: 30%;
}

.product-img {
  display: block;
  text-align: center;
  margin-top: 4rem;
}

.price-label {
  margin-left: 50%;
}

.price-label,
.asome-link {
  text-align: center;
  width: 10rem;
}

.btn.price {
  font-size: 1.125rem;
  padding: .75rem 2.375rem;
  background-color: rgba(255, 255, 255, .2);
}

.asome-link {
  position: relative;
  top: -3.85rem;
}

.asome-link a {
  display: block;
}

.asome-link a:last-child {
  font-weight: bold;
}

@media (max-width: 767.98px) {
  .contest .col:first-child {
    padding-bottom: 2rem;
  }

  .contest .col:first-child:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 15%;
    right: 15%;
    height: 1px;
    background-color: #fff;
  }

  .img-ssd {
    max-width: 52%;
    margin-right: 5rem;
  }

  .product-title {
    top: 40%;
    left: 5rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
  }

  .price-label,
  .asome-link {
    position: absolute;
    right: 15%;
  }

  .price-label {
    top: 8rem;
  }

  .asome-link {
    top: 14rem;
  }
}

@media (max-width: 519.98px) {

  .product-title {
    left: 2rem;
    font-size: .875rem;
  }

  .price-label,
  .asome-link {
    right: 1rem;
    transform: scale(.75);
  }

  .price-label {
    top: 6rem;
  }

  .asome-link {
    top: 10rem;
  }
}


/* Form
-------------------------------------------------------------- */

form .option {
  display: flex;
  align-items: center;
  max-width: 30rem;
  margin-bottom: .25em;
}

@media (max-width: 767.98px) {
  form .option {
    max-width: 26rem;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  form .option.privacy {
    text-align: left;
    font-size: .75rem;
  }
}

form label {
  cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  color: currentColor;
  min-width: 1.5em;
  width: 1.5em;
  height: 1.5em;
  border: .125rem solid currentColor;
  margin-right: .75em;
  display: grid;
  place-content: center;
  cursor: pointer;
}

input[type="radio"],
input[type="radio"]::before {
  border-radius: 50%;
}

input[type="checkbox"]::before,
input[type="radio"]::before {
  content: '';
  width: .74em;
  height: .74em;
  transform: scale(0);
  transition: .1s transform ease-in-out;
  background-color: currentColor;
}

input[type="radio"]::before {
  width: .5rem;
  height: .5rem;
}

input[type="checkbox"]:checked::before,
input[type="radio"]:checked::before {
  transform: scale(1);
}

input[type="radio"]:not(:checked)::before {
  transform: scale(0);
}

input[type="email"],
button[type="submit"] {
  display: block;
  color: inherit;
  border: none;
  padding: .75rem 1.5rem;
  letter-spacing: .05em;
  width: min(20rem, 100%);
  text-align: center;
}

@media (max-width: 767.98px) {
  input[type="email"],
  button[type="submit"] {
    margin-left: auto;
    margin-right: auto;
  }
}

input[type="email"] {
  font-size: 1rem;
  background-color: #000;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

button[type="submit"] {
  font-size: .9375rem;
  letter-spacing: .15em;
  line-height: 1.28;
  background-color: var(--primary);
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  margin-bottom: 1em;
  transition: .2s;
}

/* button[type="submit"]:hover {
  background-color: rgba(255, 255, 255, .2);
}

button[type="submit"]:active:focus {
  background-color: rgba(255, 255, 255, .25);
} */


/* Tables
-------------------------------------------------------------- */

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
}

tr:nth-child(n+3) {
  border-top: 1px solid #fff2;
}

tr:nth-child(2) td:first-child {
  border-top-left-radius: .25rem;
}

tr:nth-child(2) td:last-child {
  border-top-right-radius: .25rem;
}

tr:last-child td:first-child {
  border-bottom-left-radius: .25rem;
}

tr:last-child td:last-child {
  border-bottom-right-radius: .25rem;
}

th, td {
  text-align: center;
  padding: .75em 1.5em;
}

th {
  font-weight: normal;
  text-transform: uppercase;
  font-size: .875rem;
  letter-spacing: .15em;
}

td {
  background-color: #fff2;
}

td:first-child,
th:first-child {
  text-align: left;
}

td:last-child,
th:last-child {
  text-align: right;
}

td a {
  text-underline-offset: .25em;
}

@media (max-width: 575.98px) {
  td {
    font-size: .9375rem;
    padding: .75em;
  }
  th {
    font-size: .75rem;
    padding: .75em;
  }
}


/* Footer
-------------------------------------------------------------- */
footer {
  width: 100%;
  background-color: #000;
  font-size: clamp(.75rem, 2vw, 1rem);
  text-align: center;
  padding: 1rem;
  position: sticky;
  top: 100vh;
}

footer span:not(:first-child):before {
  content: '|';
  padding-left: .25em;
  padding-right: .5em;
}