@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap');
@import url('https://fonts.cdnfonts.com/css/gilroy-bold');

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  text-align: center;
  word-break: break-word;
  color: #ffffff;
  background-color: #000000;
  min-height: 100vh;
  font-family: 'Montserrat', sans-serif;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

body::-webkit-scrollbar {
  display: none;
}

.transparent {
  opacity: 0 !important;
  z-index: -100 !important;
}

.content {
  width: 100%;
  margin: auto;
  padding: 0 0.9vh;
}

.header {
  padding: 3.5vh 3vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  z-index: 100;
}

.header__logo {
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.header__logo:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.header__logo img {
  margin: 0 auto;
  display: block;
  height: 8vh;
}

.header__volume {
  padding: 3vh;
  position: fixed;
  top: 0vh;
  right: 0vh;
  width: 12vh;
  height: 12vh;
  min-width: 56px;
  min-height: 56px;
  z-index: 10000;
  cursor: pointer;
  opacity: 0.8;
  -webkit-filter: drop-shadow(0 0.4vh 0.4vh rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0 0.4vh 0.4vh rgba(0, 0, 0, 0.25));
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.header__volume:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.header__volume img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.header__volume img,
.header__volume.sound-on img {
  display: block;
}
.header__volume img ~ img,
.header__volume.sound-on img ~ img {
  display: none;
}
.header__volume.sound-off img {
  display: none;
}
.header__volume.sound-off img ~ img {
  display: block;
}

h1,
h2 {
  width: 100%;
}

.main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  z-index: 10;
}

.main__title {
  padding: 0 14vh;
  margin-bottom: 1.3vh;
  position: relative;
  z-index: 101;
  cursor: pointer;
}

.main__title img {
  display: block;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
  height: 15.8vh;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.main__title img:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.main__title::before,
.main__title::after {
  content: '';
  position: absolute;
  width: 14vh;
  height: 14vh;
  top: 0;
  background-image: url(../img/title-element.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.main__title::before {
  left: 0;
}
.main__title::after {
  right: 0;
  -webkit-transform: skewX(-1);
  -ms-transform: skewX(-1);
  transform: skewX(-1);
}

.main__background {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1000;
}

.main__background img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.main__background img ~ img {
  display: none;
}

.main__image {
  position: fixed;
  z-index: -10;
  overflow: hidden;
}
.main__image-left {
  left: 0;
  -webkit-animation: image-flow-left 2s ease-in-out infinite forwards;
  animation: image-flow-left 2s ease-in-out infinite forwards;
}
.main__image-right {
  right: 0;
  -webkit-animation: image-flow-right 2s ease-in-out infinite forwards;
  animation: image-flow-right 2s ease-in-out infinite forwards;
}
.main__image-bottom {
  bottom: 0;
  height: 72vh;
}
.main__image-top {
  top: 7vh;
  height: 31vh;
}

.main__image-right.main__image-top {
  -webkit-animation: image-flow-right 2s 0.5s ease-in-out infinite forwards;
  animation: image-flow-right 2s 0.5s ease-in-out infinite forwards;
}
.main__image-left.main__image-top {
  -webkit-animation: image-flow-left 2s 0.5s ease-in-out infinite forwards;
  animation: image-flow-left 2s 0.5s ease-in-out infinite forwards;
}

.main__image img {
  display: block;
  height: 100%;
  max-width: unset;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.main__image img ~ img {
  display: none;
}

.main__wheel {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 100;
}

@-webkit-keyframes gradient-animation {
  0% {
    background-position: 100% 100%;
  }
  50% {
    background-position: 200% 0;
  }
  100% {
    background-position: 100% 100%;
  }
}

@keyframes gradient-animation {
  0% {
    background-position: 100% 100%;
  }
  50% {
    background-position: 200% 0;
  }
  100% {
    background-position: 100% 100%;
  }
}

.main-wheel__wrap {
  padding: 1.9vh;
  width: 54.2vh;
  height: 54.2vh;
  position: relative;
  z-index: 1;
}

.main-wheel__wrap::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: url('../img/wheel-bg.png') no-repeat center center / contain;
  -webkit-box-shadow: 0px 4px 190px rgba(219, 76, 255, 0.6);
  box-shadow: 0px 4px 190px rgba(219, 76, 255, 0.6);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
}

.main-wheel__arrow {
  position: absolute;
  width: 6.8vh;
  height: 6.8vh;
  top: -1.3vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1000;
  -webkit-filter: drop-shadow(0 0.6vh 1.5vh rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0 0.6vh 1.5vh rgba(0, 0, 0, 0.25));
}

.main-wheel__image {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-animation: wheel-idle 80s linear infinite forwards;
  animation: wheel-idle 80s linear infinite forwards;
}

.main-wheel__arrow img,
.main-wheel__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: fill;
  object-fit: fill;
}

@-webkit-keyframes wheel-idle {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes wheel-idle {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.main-wheel__image.first-spin {
  -webkit-animation: wheel-spin 5s cubic-bezier(0.13, 0.55, 0.24, 1) 1 forwards;
  animation: wheel-spin 5s cubic-bezier(0.13, 0.55, 0.24, 1) 1 forwards;
}

@-webkit-keyframes wheel-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(2430deg);
    transform: rotate(2430deg);
  }
}

@keyframes wheel-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(2430deg);
    transform: rotate(2430deg);
  }
}

.main-wheel__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  width: 14vh;
  height: 14vh;
  bottom: -webkit-calc(50% - 14vh / 2);
  bottom: calc(50% - 14vh / 2);
  right: -webkit-calc(50% - 14vh / 2);
  right: calc(50% - 14vh / 2);
  margin: auto;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-weight: 700;
  z-index: 100;
  -webkit-animation: button-glow 2s ease-in-out infinite forwards;
  animation: button-glow 2s ease-in-out infinite forwards;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.main-wheel__button:hover,
.main-wheel__button:focus {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.main-wheel__button > span {
  font-family: 'Poppins', sans-serif;
  font-size: 2.7vh;
  color: #075c49;
  text-align: center;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.main-de .main-wheel__button > span,
.main-pt .main-wheel__button > span {
  font-size: 2.1vh;
}
.main-it .main-wheel__button > span {
  font-size: 2.3vh;
}
.main-gr .main-wheel__button > span,
.main-fi .main-wheel__button > span {
  font-size: 1.6vh;
  letter-spacing: -0.05em;
}
.main-hu .main-wheel__button > span,
.main-cz .main-wheel__button > span {
  font-size: 1.9vh;
}

.main-wheel__button::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/wheel-button.png);
  z-index: -10;
}

.main-wheel__button img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@-webkit-keyframes button-glow {
  0% {
    -webkit-filter: drop-shadow(0 0 0 #ffffff);
    filter: drop-shadow(0 0 0 #ffffff);
  }
  50% {
    -webkit-filter: drop-shadow(0 0 3.5vh #ffffff);
    filter: drop-shadow(0 0 3.5vh #ffffff);
  }
  100% {
    -webkit-filter: drop-shadow(0 0 0 #ffffff);
    filter: drop-shadow(0 0 0 #ffffff);
  }
}

@keyframes button-glow {
  0% {
    -webkit-filter: drop-shadow(0 0 0 #ffffff);
    filter: drop-shadow(0 0 0 #ffffff);
  }
  50% {
    -webkit-filter: drop-shadow(0 0 3.5vh #ffffff);
    filter: drop-shadow(0 0 3.5vh #ffffff);
  }
  100% {
    -webkit-filter: drop-shadow(0 0 0 #ffffff);
    filter: drop-shadow(0 0 0 #ffffff);
  }
}

@-webkit-keyframes border-move {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes border-move {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes border-move {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes image-flow-left {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translate(-0.5vh, 1.5vh);
    transform: translate(-0.5vh, 1.5vh);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes image-flow-left {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translate(-0.5vh, 1.5vh);
    transform: translate(-0.5vh, 1.5vh);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes image-flow-right {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translate(0.5vh, 1.5vh);
    transform: translate(0.5vh, 1.5vh);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes image-flow-right {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translate(0.5vh, 1.5vh);
    transform: translate(0.5vh, 1.5vh);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* FOOTER */
.footer {
  padding: 2.3vh 6.8vh 2vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #07051b;
}

.footer > *:not(:last-child) {
  margin-right: 32px;
}

.footer img {
  display: block;
}

.footer ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 2vh;
  width: auto;
  list-style: none;
}

.footer ul img {
  display: block;
}

.footer__payment img {
  height: 2.5vh;
}

.footer__crypto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer-crypto__title {
  margin-right: 2.4vh;
  display: inline-block;
  font-weight: 300;
  font-style: normal;
  font-size: 1vh;
  line-height: 1;
  color: #ffffff;
}

.footer__crypto ul {
  gap: 1.4vh;
}

.footer__crypto img {
  height: 2.1vh;
}

/* POPUP */
.popup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  max-height: 100vh;
  overflow: auto;
  background: -o-radial-gradient(
    50% 50%,
    50% 50%,
    rgba(101, 68, 139, 0.9) 0%,
    rgba(27, 18, 37, 0.9) 100%
  );
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(101, 68, 139, 0.9) 0%,
    rgba(27, 18, 37, 0.9) 100%
  );
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
}

.popup.active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.popup__content {
  padding: 6vh 8vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 69vh;
  height: 45vh;
  overflow: visible;
}

.popup__content::before,
.popup__content::after {
  content: '';
  position: absolute;
}
.popup__content::before {
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: url(../img/popup-bg-desk.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
.popup__content::after {
  width: 85%;
  height: 85%;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  -webkit-box-shadow: 0px 4px 250px rgba(219, 76, 255, 0.6);
  box-shadow: 0px 4px 250px rgba(219, 76, 255, 0.6);
  z-index: -2;
}

.popup__content::-webkit-scrollbar {
  display: none;
}

.popup__content > * + * {
  margin-top: 3.5vh;
}

.popup__close {
  margin: 0 !important;
  padding: 3vh;
  width: 9vh;
  height: 9vh;
  top: 0;
  right: 0;
  position: absolute;
  cursor: pointer;
}

.popup__close:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.popup__close img {
  display: block;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.popup__title {
  text-transform: uppercase;
}

.popup__title > span {
  display: block;
  line-height: 1;
  text-align: center;
}

.popup__title .line-first {
  font-family: 'Gilroy-Bold', sans-serif;
  font-size: 3.8vh;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#b2fa50),
    to(#2cbf3f)
  );
  background: -o-linear-gradient(top, #b2fa50 0%, #2cbf3f 100%);
  background: linear-gradient(180deg, #b2fa50 0%, #2cbf3f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-filter: drop-shadow(0 6px 9px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 6px 9px rgba(0, 0, 0, 0.5));
}
.popup__title .line-second {
  margin-top: 1.2vh;
  font-family: 'Gilroy-Medium', sans-serif;
  font-size: 2.5vh;
  color: #fff;
}
.popup__title .line-third {
  margin-top: 3vh;
  font-size: 4.2vh;
  color: #ffd108;
  text-shadow: 0 0 14px rgba(255, 255, 255, 0.2);
}

.popup__title .line-first > span ~ span {
  display: none;
}
.popup__title .line-third br ~ br {
  display: none;
}

.main-cz .popup__title .line-third br {
  display: none;
}
.main-fi .popup__title .line-third > span {
  display: block !important;
}

.popup__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 27vh;
  height: 6vh;
  color: #075c49;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 2.5vh;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#b2fa50),
    to(#2cbf3f)
  );
  background: -o-linear-gradient(top, #b2fa50 0%, #2cbf3f 100%);
  background: linear-gradient(180deg, #b2fa50 0%, #2cbf3f 100%);
  -webkit-box-shadow: 0 0.5vh 0.8vh rgba(0, 0, 0, 0.5);
  box-shadow: 0 0.5vh 0.8vh rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 0.7vh;
  border-radius: 0.7vh;
  -webkit-animation: green-button-glow 2s ease-in-out infinite forwards;
  animation: green-button-glow 2s ease-in-out infinite forwards;
}

.popup__button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@-webkit-keyframes green-button-glow {
  0% {
    -webkit-filter: drop-shadow(0 0 3.2vh rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0 0 3.2vh rgba(0, 0, 0, 0.25));
  }
  50% {
    -webkit-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.25));
  }
  100% {
    -webkit-filter: drop-shadow(0 0 3.2vh rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0 0 3.2vh rgba(0, 0, 0, 0.25));
  }
}

@keyframes green-button-glow {
  0% {
    -webkit-filter: drop-shadow(0 0 3.2vh rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0 0 3.2vh rgba(0, 0, 0, 0.25));
  }
  50% {
    -webkit-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.25));
  }
  100% {
    -webkit-filter: drop-shadow(0 0 3.2vh rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0 0 3.2vh rgba(0, 0, 0, 0.25));
  }
}

.main__audio {
  width: 0;
  opacity: 0;
  position: absolute;
  z-index: -100;
}
