* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #f2f2f2;
  display: block;
}

body {
  font-family: "Chakra Petch", sans-serif;
  font-weight: 500;
  top: 0;
  left: 0;
  padding: 0;
  background: #000 url(../img/bg.jpg) top no-repeat;
  background-size: 100% 100%;
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

html,
body {
  width: 100vw;
  height: 100%;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #c8d5de;
  height: 5px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #181818;
  width: 5px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: #595959;
}


@font-face {
  font-family: "Chakra Petch", sans-serif;
  src: url(/assets/fonts/sf-pro-rounded-medium.otf);
  font-weight: 500;
}

@font-face {
  font-family: "SF Pro Rounded";
  src: url(/assets/fonts/sf-pro-rounded-semibold.otf);
  font-weight: 600;
}


.header {
}
.container{
  width: 100%;
  max-width: 1440px;
  display: block;
  margin: 0 auto;
}
.header_items {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.header_item:nth-child(2){
  margin-left: auto;
  margin-right: 50px;
}
.header_item_logo {
  vertical-align: middle;
  cursor: pointer;
}
.header_item_socials {
  display: flex;
  align-items: center;
}
.header_item_social {
  cursor: pointer;
  transition: all .5s;
  margin-right: 12px;
}
.header_item_social:last-child{
  margin-right: 0px;
}
.header_item_social:hover{
  opacity: .5;
}
.header_item_button {
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Chakra Petch", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 20%; /* 28px */
  letter-spacing: 0.4px;
  text-transform: uppercase;
  padding: 32px 42px;
  border-radius: 20px;
background: linear-gradient(90deg, #c766ef, #7928d2 51.04%, #2b0c52);
display: flex;
align-items: center;
outline: none;
border: none;
cursor: pointer;
transition: all .5s;
}

.header_item_button img{
  vertical-align: middle;
  margin-left: 12px;
}

.header_item_button:hover{
  transform: scale(1.1);
}



.intro {
  width: 100%;
  height: auto;
  padding-top: 15px;
}
.intro_items {
  display: flex;
  align-items: center;
  position: relative;
}
.intro_item:last-child {
  margin-left: auto;
}
.intro_item:first-child{
  margin-top: -150px;
}
.intro_item_subtittle {
  color: #fff;
leading-trim: both;
text-edge: cap;
font-family: "Chakra Petch", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 27px */
}
.intro_item_tittle {
  margin-top: 50px;
  color: #fff;
leading-trim: both;
text-edge: cap;
font-family: "Chakra Petch", sans-serif;
font-size: 72px;
font-style: normal;
font-weight: 600;
line-height: 110%; /* 79.2px */
letter-spacing: -1.44px;
position: absolute;
z-index: 1;
}
.intro_item_tittle span{
    background: linear-gradient(to right, #C83AFF 17.79%, #1FFEC7 74.75%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }

.intro_item_button {
  display: flex;
  align-items: center;
  outline: none;
  border: none;
  cursor: pointer;
  transition: all .5s;
  color: #fff;
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: "Chakra Petch", sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 800;
line-height: 20%; /* 28px */
letter-spacing: 0.4px;
text-transform: uppercase;
padding: 32px 42px;
border-radius: 20px;
background: linear-gradient(90deg, #c766ef, #7928d2 51.04%, #2b0c52);
cursor: pointer;
transition: all .5s;
margin-top: 260px;
}
.intro_item_button:hover{
  transform: scale(1.1);
}
.intro_item_button img{
  vertical-align: middle;
  margin-left: 12px;
}
.intro_item_image {
  vertical-align: middle;
}





.footer {
  width: 100%;
  height: auto;
  margin-top: auto;
  background: #111;
}
.footer_items {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer_item {
  margin-left: auto;
}
.footer_item:first-child{
  margin-left: 0px;
}
.footer_item_logo {
  vertical-align: middle;
  cursor: pointer;
}
.footer_item_copy {
  color: rgb(255, 255, 255, .6);
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: "Chakra Petch", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 21px */
}
.footer_item_navs {
  display: flex;
  align-items: center;
  list-style: none;
}
.footer_item_nav {
  margin-right: 24px;
}
.footer_item_nav:last-child{
  margin-right: 0px;
}
.footer_item_nav a{
  color: #FFF;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Chakra Petch", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
  text-transform: uppercase;
  cursor: pointer;
  transition: all .5s;
}
.footer_item_nav a:hover{
  opacity: .5;
}




.modal {
  display: none;
}
.modal_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  background: rgba(38, 38, 42, 0.90);
}
.modal_rect {
  width: 712px;
  height: auto;
  border-radius: 32px;
  background: #13111C url(../img/modal_bg.jpg)center no-repeat;
left: calc(50% - 356px);
top: calc(50% - 306px);
position: absolute;
z-index: 3;
}
.modal_rect_content {
  padding: 80px;
}
.modal_rect_tittle {
  color: #fff;
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: "Chakra Petch", sans-serif;
font-size: 48px;
font-style: normal;
font-weight: 600;
line-height: 110%; /* 52.8px */
letter-spacing: -0.96px;
}
.modal_rect_items {
  display: flex;
  align-self: center;
  margin-top: 70px;
}
.modal_rect_item {
  width: 100%;
}
.modal_rect_item_img {
  display: block;
  margin: 0 auto;
}
.modal_rect_item_tittle {
 margin-top: 20px;
 color: #fff;
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: "Chakra Petch", sans-serif;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 110%; /* 35.2px */
letter-spacing: -0.64px; 

}
.modal_rect_item_text {
  margin-top: 20px;
  color: rgb(255, 255, 255, .6);
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: "Chakra Petch", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 130%; /* 23.4px */
}
.modal_rect_button {
  display: block;
  margin: 0 auto;
  margin-top: 70px;
  outline: none;
  border: none;
  cursor: pointer;
  transition: all .5s;
  color: #fff;
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: "Chakra Petch", sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 140%; /* 28px */
letter-spacing: 0.4px;
text-transform: uppercase;
padding: 32px 42px;
border-radius: 20px;
background: linear-gradient(90deg, #c766ef, #7928d2 51.04%, #2b0c52);
display: flex;
align-items: center;
}

.modal_rect_button img{
  vertical-align: middle;
  margin-left: 12px;
}
.modal_rect_button:hover{
  transform: scale(1.1);
}

.winners-marquee {
  overflow: hidden;
  background-color: #000;
  color: #fff;
  font-family: 'Chakra Petch', sans-serif;
  font-size: 16px;
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  height: 50px;
}

.winners-marquee__inner {
  display: flex;
  gap: 60px;
  animation: winners-scroll 80s linear infinite;
  white-space: nowrap;
  padding-left: 100%;
}

.winners-marquee__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #26f4d0;
  font-weight: 500;
}

@keyframes winners-scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}


@media (min-width:320px) and (max-width:499px){
  .container{
    padding-left: 20px;
    padding-right: 20px;
  }
  .header_item:nth-child(2){
    display: none;
  }
  .header_item_logo img{
    width: 114px;
  }
  .header_item_button{
    font-size: 14px;
    padding: 14px 23px;
  }
  .header_item:last-child{
    margin-left: auto;
  }
  body{
    background-size: auto 100%;
  }

  .intro_items{
    flex-direction: column;
  }

  .intro_item:first-child{
    margin-top: 0px;
  }
  .intro_item_subtittle{
    text-align: center;
  }
  .intro_item_tittle{
    position: static;
    font-size: 45px;
    text-align: center;
  }
  .intro_item_button{
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    padding: 14px 22px;
    font-size: 14px;
  }
  .intro_item_image{
    width: 100%;
    max-width: 778px;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    margin-left: -50px;
  }

  .footer_items{
    flex-direction: column;
  }
  .footer_item_logo img{
    width: 100px;
  }
  .footer_item_copy{
    text-align: center;
    margin-top: 20px;
  }
  .footer_item{
    margin-left: 0px;
  }
  .footer_item_navs {
    flex-direction: column;
    margin-top: 20px;
  }
  .footer_item_nav{
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .footer_item_nav:last-child{
    margin-bottom: 0px;
  }
  .footer_item_nav a{
    font-size: 12px;
  }
  .header_item_socials{
    margin-top: 20px;
  }
  .modal_rect_content{
    padding: 30px;
  }
  .modal_rect_tittle{
    font-size: 30px;
  }
.modal_rect_items{
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.modal_rect{
  width: 300px;
  left: calc(50% - 150px);
  top: 20px;
}
.modal_rect_item:last-child{
  margin-top: 30px;
}
.modal_rect_item_img{
  width: 30px;
}
.modal_rect_item_tittle{
  font-size: 20px;
}
.modal_rect_item_text{
  font-size: 16px;
}
.modal_rect_button{
  padding: 16px 21px;
  white-space: nowrap;
}
}






@media (min-width:500px) and (max-width:799px){
  .container{
    padding-left: 20px;
    padding-right: 20px;
  }
  .header_item:nth-child(2){
    display: none;
  }
  .header_item:last-child{
    margin-left: auto;
  }
  body{
    background-size: auto 100%;
  }

  .intro_items{
    flex-direction: column;
  }

  .intro_item:first-child{
    margin-top: 0px;
  }
  .intro_item_subtittle{
    text-align: center;
  }
  .intro_item_tittle{
    position: static;
    text-align: center;
  }
  .intro_item_button{
    display: block;
    margin: 0 auto;
    margin-top: 50px;
  }
  .intro_item_image{
    width: 100%;
    max-width: 778px;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    margin-left: -50px;
  }

  .footer_items{
    flex-direction: column;
  }
  .footer_item_copy{
    text-align: center;
    margin-top: 20px;
  }
  .footer_item{
    margin-left: 0px;
  }
  .footer_item_navs {
    flex-direction: column;
    margin-top: 20px;
  }
  .footer_item_nav{
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .footer_item_nav:last-child{
    margin-bottom: 0px;
  }
  .header_item_socials{
    margin-top: 20px;
  }


  .modal_rect_content{
    padding: 30px;
  }
  .modal_rect_tittle{
    font-size: 30px;
  }


.modal_rect_items{
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.modal_rect{
  width: 460px;
  left: calc(50% - 230px);
  top: 20px;
  background-size: 100% 100%;
}
.modal_rect_item:last-child{
  margin-top: 30px;
}
.modal_rect_button{
  white-space: nowrap;
}
}









@media (min-width:800px) and (max-width:1480px){
  .container{
    padding-left: 20px;
    padding-right: 20px;
  }
  .header_item:nth-child(2){
    display: none;
  }
  .header_item:last-child{
    margin-left: auto;
  }
  body{
    background-size: auto 100%;
  }

  .intro_items{
    flex-direction: column;
  }

  .intro_item:first-child{
    margin-top: 0px;
  }
  .intro_item_subtittle{
    text-align: center;
  }
  .intro_item_tittle{
    position: static;
    text-align: center;
  }
  .intro_item_button{
    display: block;
    margin: 0 auto;
    margin-top: 50px;
  }
  .intro_item_image{
    width: 100%;
    max-width: 778px;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    margin-left: -50px;
  }

  .footer_items{
    flex-direction: column;
  }
  .footer_item_copy{
    text-align: center;
    margin-top: 20px;
  }
  .footer_item{
    margin-left: 0px;
  }
  .footer_item_navs {
    margin-top: 20px;
  }

  .footer_item .header_item_socials{
    margin-top: 20px;
  }
  .intro_item:last-child{
    margin-left: 0px;
  }
}