html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "FF Mark W05";
  src: url("../fonts/b821b539-3f6c-4ee1-8d8d-c331fb7aedce.woff2")
    format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

body {
  background-color: #131313;
  margin: 0;
  height: 100vh;
}

*,
::before,
::after {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}
.container {
  max-width: 1450px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

main {
  background-image: url(../images/valorant_sdacha.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 90vw;
  position: relative;
}

/* Header  */

.header {
  background: #d22a36;
  padding: 7px 0;
}

.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.signin-btn {
  color: #d22a36;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 33px;
  background: #fff;
  padding: 8px 25px;
  border: 1px solid #d22a36;
  outline: none;
  cursor: pointer;
  transition: background-color 0.3s linear, color 0.3s linear,
    border 0.3s linear;
}

.signin-btn:hover {
  background-color: #d22a36;
  color: #fff;
  border: 1px solid #fff;
}

/* Intro  */
.garland,
.garland2 {
  display: none;
}
.intro {
  padding-top: 250px;
  padding-bottom: 320px;
}

.intro-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.intro-text {
  color: #fff;
  font-family: Montserrat;
  font-size: 26.852px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 20px;
}

.intro-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Spin  */

.spin {
  padding-bottom: 155px;
}

.container .svg-spin {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.container .svg-spin:first-child {
  left: 0;
}

.container .svg-spin:last-child {
  right: 0;
}

.spin-title {
  margin-bottom: 80px;
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.spin-content {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 85px;
  position: relative;
}

.spin-content svg {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}

.spin-content svg:last-child {
  top: auto;
  bottom: -20px;
}

.list__item {
  border-radius: 19.936px;
  border: 0.949px solid #fff;
  background: rgba(217, 217, 217, 0.05);
  backdrop-filter: blur(2.8960864543914795px);
  width: 18%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.spin-item-text {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
  position: relative;
  z-index: 5;
}

.scope {
  overflow: hidden;
}
.scope .list {
  position: relative;
  display: inline-flex;
  gap: 30px;
  left: 0;
  transform: translate3d(0, 0, 0);
  list-style: none;
  transition: transform 10s cubic-bezier(0.21, 0.53, 0.29, 0.99) 0s;
}
.scope .list__item {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 160px;
  opacity: 0.5;
  transition: 0.3s ease;
}
.scope .list__item:nth-child(2n) {
  background: rgba(0, 0, 0, 0.1);
}
.scope .list__item.active {
  opacity: 1;
}
.scope .list__item.active img {
  transform: scale(1.05);
}
.scope .list__item img {
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
  object-fit: contain;
  transition: 0.3s ease;
}

.getprzize-btn {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 18px 55px;
  border-radius: 46px;
  background-color: #d22a36;
  box-shadow: 0px 4px 32.5px 0px rgba(210, 42, 54, 0.61);
  display: block;
  margin: 0 auto;
  border: none;
  transition: background-color 0.3s linear, color 0.3s linear;
}
.getprzize-btn:hover {
  background-color: #fff;
  color: #d22a36;
}

/* Footer  */

.footer-wrapper {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-item svg {
  margin-right: 30px;
}

.footer-text {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.present {
  position: absolute;
  display: none;
}
.present1 {
  width: 150px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.present2 {
  right: 0;
  bottom: 10px;
  width: 120px;
}

@media screen and (max-width: 1700px) {
  .container {
    max-width: 1250px;
  }
  main {
    height: auto;
  }
  .intro {
    padding-top: 185px;
    padding-bottom: 220px;
  }
}

@media screen and (max-width: 1400px) {
  .container {
    max-width: 1100px;
  }
  main {
    background-image: url(../images/valorant_sdacha.png);
    background-position: center bottom 40px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .intro {
    padding-top: 185px;
    padding-bottom: 220px;
  }
  .intro-item {
    justify-content: center;
  }
  .intro-item svg {
    width: 300px;
    height: 200px;
  }
  .intro-item img {
    width: 600px;
  }
  .intro-text {
    font-size: 21px;
  }
  .spin-content {
    gap: 20px;
    justify-content: center;
  }
}

@media screen and (max-width: 1250px) {
  .container {
    max-width: auto;
    padding: 0 20px;
  }
  main {
    position: relative;
  }
  .present {
    position: absolute;
    display: block;
  }
  .present1 {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .present2 {
    right: 0;
    bottom: 10px;
  }
}
@media screen and (max-width: 990px) {
  .container {
    max-width: auto;
    padding: 0 20px;
  }
  main {
    background-image: url(../images/valorant_sdacha-mobile.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
  }
  .garland {
    position: absolute;
    top: -70px;
    left: 0;
    display: block;
  }
  .garland2 {
    position: absolute;
    top: -40px;
    right: -85px;
    display: block;
  }
  .header {
    position: relative;
    z-index: 5;
  }
  .intro-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
  .intro-item {
    width: 100%;
  }
  .intro-item svg {
    width: 250px;
    height: 150px;
  }
  .intro-item img {
    max-width: 100%;
    position: relative;
    z-index: 6;
  }
  .spin-item:nth-child(4),
  .spin-item:nth-child(5) {
    display: none;
  }
  .spin-item {
    width: 30%;
  }
}

@media screen and (max-width: 620px) {
  .intro {
    padding-top: 100px;
    padding-bottom: 160px;
  }
  .scope {
    overflow: visible;
  }
  .spin {
    padding-bottom: 90px;
  }
  .spin-item:nth-child(2),
  .spin-item:nth-child(3) {
    display: none;
  }
  .spin-item {
    width: 60%;
  }
  .footer-wrapper {
    flex-wrap: wrap;
    gap: 20px;
  }
  .footer-item svg {
    margin-right: 0;
  }
}

@media screen and (max-width: 400px) {
  .present1 {
    width: 100px;
  }
  .present2 {
    width: 80px;
  }
  .intro-text {
    font-size: 18px;
  }
}

.popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 5000;
  transform: translateX(-85%) scale(0);
  transition: 0.4s ease-in-out;
}

.popup.active {
  transform: translateX(0) scale(100%);
  background-color: rgba(62, 62, 62, 0.651);
}

.popup-container {
  display: flex;
  width: 100%;
  position: relative;
  height: 100%;
}

.popup-text {
  font-family: "FF Mark W05";
  font-size: 22px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  color: #767676;
}

.popup-link {
  color: #41f07e;
}

.popup-body {
  margin: auto;
  width: 500px;
  background-color: #111;
  text-align: center;
  position: relative;
  padding: 30px 20px;
  border-radius: 20px;
}

.close-modal {
  margin: 0;
  position: absolute;
  opacity: 1;
  z-index: 10;
  cursor: pointer;
  color: red;
  top: 10px;
  font-family: Montserrat;
  right: 10px;
}
.popup-title {
  font-family: "FF Mark W05";
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin-top: 20px;
}
html,
body {
  padding: 0;
  margin: 0;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  position: absolute;
  left: 0;
  position: relative;
  background: linear-gradient(#123, #111);
}

.snowflake {
  --size: 1vw;
  width: var(--size);
  height: var(--size);
  background: white;
  border-radius: 50%;
  position: absolute;
  top: -5vh;
}

@keyframes snowfall {
  0% {
    transform: translate3d(var(--left-ini), 0, 0);
  }
  100% {
    transform: translate3d(var(--left-end), 200vh, 0);
  }
}
.snowflake:nth-child(1) {
  --size: 0.4vw;
  --left-ini: 10vw;
  --left-end: 6vw;
  left: 2vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -8s;
}

.snowflake:nth-child(2) {
  --size: 0.4vw;
  --left-ini: -1vw;
  --left-end: 9vw;
  left: 100vw;
  animation: snowfall 12s linear infinite;
  animation-delay: -2s;
}

.snowflake:nth-child(3) {
  --size: 0.4vw;
  --left-ini: 9vw;
  --left-end: -5vw;
  left: 87vw;
  animation: snowfall 12s linear infinite;
  animation-delay: -4s;
}

.snowflake:nth-child(4) {
  --size: 0.6vw;
  --left-ini: 0vw;
  --left-end: 0vw;
  left: 33vw;
  animation: snowfall 8s linear infinite;
  animation-delay: -1s;
}

.snowflake:nth-child(5) {
  --size: 0.2vw;
  --left-ini: 10vw;
  --left-end: 1vw;
  left: 27vw;
  animation: snowfall 8s linear infinite;
  animation-delay: -5s;
}

.snowflake:nth-child(6) {
  --size: 0.8vw;
  --left-ini: -3vw;
  --left-end: 5vw;
  left: 84vw;
  animation: snowfall 9s linear infinite;
  animation-delay: -7s;
}

.snowflake:nth-child(7) {
  --size: 0.8vw;
  --left-ini: 5vw;
  --left-end: -1vw;
  left: 40vw;
  animation: snowfall 12s linear infinite;
  animation-delay: -7s;
}

.snowflake:nth-child(8) {
  --size: 0.2vw;
  --left-ini: 1vw;
  --left-end: -5vw;
  left: 72vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -4s;
}

.snowflake:nth-child(9) {
  --size: 0.8vw;
  --left-ini: 2vw;
  --left-end: -3vw;
  left: 96vw;
  animation: snowfall 7s linear infinite;
  animation-delay: -3s;
}

.snowflake:nth-child(10) {
  --size: 0.2vw;
  --left-ini: -6vw;
  --left-end: 0vw;
  left: 35vw;
  animation: snowfall 12s linear infinite;
  animation-delay: -7s;
}

.snowflake:nth-child(11) {
  --size: 0.4vw;
  --left-ini: -3vw;
  --left-end: 2vw;
  left: 39vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -8s;
}

.snowflake:nth-child(12) {
  --size: 0.4vw;
  --left-ini: 7vw;
  --left-end: -6vw;
  left: 59vw;
  animation: snowfall 7s linear infinite;
  animation-delay: -3s;
}

.snowflake:nth-child(13) {
  --size: 0.4vw;
  --left-ini: -2vw;
  --left-end: -3vw;
  left: 4vw;
  animation: snowfall 13s linear infinite;
  animation-delay: -5s;
}

.snowflake:nth-child(14) {
  --size: 0.8vw;
  --left-ini: 3vw;
  --left-end: 4vw;
  left: 4vw;
  animation: snowfall 12s linear infinite;
  animation-delay: -9s;
}

.snowflake:nth-child(15) {
  --size: 0.2vw;
  --left-ini: -4vw;
  --left-end: 7vw;
  left: 54vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -3s;
}

.snowflake:nth-child(16) {
  --size: 0.4vw;
  --left-ini: 5vw;
  --left-end: -8vw;
  left: 65vw;
  animation: snowfall 9s linear infinite;
  animation-delay: -6s;
}

.snowflake:nth-child(17) {
  --size: 1vw;
  --left-ini: -4vw;
  --left-end: 5vw;
  left: 53vw;
  animation: snowfall 15s linear infinite;
  animation-delay: -10s;
}

.snowflake:nth-child(18) {
  --size: 0.4vw;
  --left-ini: -3vw;
  --left-end: -5vw;
  left: 81vw;
  animation: snowfall 7s linear infinite;
  animation-delay: -9s;
}

.snowflake:nth-child(19) {
  --size: 1vw;
  --left-ini: 7vw;
  --left-end: 9vw;
  left: 72vw;
  animation: snowfall 6s linear infinite;
  animation-delay: -10s;
}

.snowflake:nth-child(20) {
  --size: 0.4vw;
  --left-ini: 3vw;
  --left-end: 7vw;
  left: 17vw;
  animation: snowfall 13s linear infinite;
  animation-delay: -1s;
}

.snowflake:nth-child(21) {
  --size: 0.2vw;
  --left-ini: 5vw;
  --left-end: -4vw;
  left: 3vw;
  animation: snowfall 13s linear infinite;
  animation-delay: -6s;
}

.snowflake:nth-child(22) {
  --size: 0.8vw;
  --left-ini: -2vw;
  --left-end: 0vw;
  left: 28vw;
  animation: snowfall 7s linear infinite;
  animation-delay: -2s;
}

.snowflake:nth-child(23) {
  --size: 0.6vw;
  --left-ini: 5vw;
  --left-end: -1vw;
  left: 72vw;
  animation: snowfall 9s linear infinite;
  animation-delay: -10s;
}

.snowflake:nth-child(24) {
  --size: 0.4vw;
  --left-ini: 3vw;
  --left-end: -9vw;
  left: 39vw;
  animation: snowfall 8s linear infinite;
  animation-delay: -8s;
}

.snowflake:nth-child(25) {
  --size: 0.8vw;
  --left-ini: 10vw;
  --left-end: 4vw;
  left: 63vw;
  animation: snowfall 8s linear infinite;
  animation-delay: -6s;
}

.snowflake:nth-child(26) {
  --size: 0.6vw;
  --left-ini: 8vw;
  --left-end: -3vw;
  left: 36vw;
  animation: snowfall 9s linear infinite;
  animation-delay: -2s;
}

.snowflake:nth-child(27) {
  --size: 0.4vw;
  --left-ini: 10vw;
  --left-end: -5vw;
  left: 70vw;
  animation: snowfall 13s linear infinite;
  animation-delay: -2s;
}

.snowflake:nth-child(28) {
  --size: 0.2vw;
  --left-ini: 7vw;
  --left-end: -7vw;
  left: 93vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -6s;
}

.snowflake:nth-child(29) {
  --size: 0.6vw;
  --left-ini: 6vw;
  --left-end: -5vw;
  left: 9vw;
  animation: snowfall 13s linear infinite;
  animation-delay: -4s;
}

.snowflake:nth-child(30) {
  --size: 0.8vw;
  --left-ini: -1vw;
  --left-end: 10vw;
  left: 88vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -6s;
}

.snowflake:nth-child(31) {
  --size: 0.4vw;
  --left-ini: 3vw;
  --left-end: -8vw;
  left: 92vw;
  animation: snowfall 8s linear infinite;
  animation-delay: -6s;
}

.snowflake:nth-child(32) {
  --size: 0.6vw;
  --left-ini: -6vw;
  --left-end: -2vw;
  left: 81vw;
  animation: snowfall 12s linear infinite;
  animation-delay: -2s;
}

.snowflake:nth-child(33) {
  --size: 0.4vw;
  --left-ini: -8vw;
  --left-end: -5vw;
  left: 99vw;
  animation: snowfall 15s linear infinite;
  animation-delay: -2s;
}

.snowflake:nth-child(34) {
  --size: 0.4vw;
  --left-ini: 2vw;
  --left-end: 6vw;
  left: 97vw;
  animation: snowfall 12s linear infinite;
  animation-delay: -6s;
}

.snowflake:nth-child(35) {
  --size: 0.2vw;
  --left-ini: -1vw;
  --left-end: 3vw;
  left: 33vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -7s;
}

.snowflake:nth-child(36) {
  --size: 0.8vw;
  --left-ini: 1vw;
  --left-end: -6vw;
  left: 69vw;
  animation: snowfall 13s linear infinite;
  animation-delay: -3s;
}

.snowflake:nth-child(37) {
  --size: 1vw;
  --left-ini: 1vw;
  --left-end: -6vw;
  left: 55vw;
  animation: snowfall 8s linear infinite;
  animation-delay: -6s;
}

.snowflake:nth-child(38) {
  --size: 1vw;
  --left-ini: -2vw;
  --left-end: 2vw;
  left: 28vw;
  animation: snowfall 12s linear infinite;
  animation-delay: -1s;
}

.snowflake:nth-child(39) {
  --size: 0.2vw;
  --left-ini: 7vw;
  --left-end: 0vw;
  left: 49vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -1s;
}

.snowflake:nth-child(40) {
  --size: 0.4vw;
  --left-ini: 2vw;
  --left-end: 3vw;
  left: 63vw;
  animation: snowfall 8s linear infinite;
  animation-delay: -7s;
}

.snowflake:nth-child(41) {
  --size: 0.2vw;
  --left-ini: 3vw;
  --left-end: 5vw;
  left: 24vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -4s;
}

.snowflake:nth-child(42) {
  --size: 0.8vw;
  --left-ini: -8vw;
  --left-end: -7vw;
  left: 70vw;
  animation: snowfall 7s linear infinite;
  animation-delay: -1s;
}

.snowflake:nth-child(43) {
  --size: 1vw;
  --left-ini: -6vw;
  --left-end: 7vw;
  left: 83vw;
  animation: snowfall 8s linear infinite;
  animation-delay: -9s;
}

.snowflake:nth-child(44) {
  --size: 1vw;
  --left-ini: 0vw;
  --left-end: -3vw;
  left: 61vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -7s;
}

.snowflake:nth-child(45) {
  --size: 0.6vw;
  --left-ini: 3vw;
  --left-end: -6vw;
  left: 43vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -8s;
}

.snowflake:nth-child(46) {
  --size: 0.8vw;
  --left-ini: -7vw;
  --left-end: 10vw;
  left: 91vw;
  animation: snowfall 15s linear infinite;
  animation-delay: -9s;
}

.snowflake:nth-child(47) {
  --size: 1vw;
  --left-ini: 2vw;
  --left-end: -6vw;
  left: 82vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -10s;
}

.snowflake:nth-child(48) {
  --size: 0.6vw;
  --left-ini: 10vw;
  --left-end: -5vw;
  left: 34vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -6s;
}

.snowflake:nth-child(49) {
  --size: 1vw;
  --left-ini: -1vw;
  --left-end: -7vw;
  left: 46vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -1s;
}

.snowflake:nth-child(50) {
  --size: 1vw;
  --left-ini: -5vw;
  --left-end: -7vw;
  left: 58vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -2s;
}

.snowflake:nth-child(6n) {
  filter: blur(1px);
}
