* {
  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: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-weight: 400;
  top: 0;
  left: 0;
  padding: 0;
  background: #0A0E14 url("../../img/bg.jpg")top no-repeat;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-size: 100% 100%;
}

html {
  scroll-behavior: smooth;
}
html,
body {
  width: 100vw;
  overflow-x: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}

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

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

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

@font-face {
  font-family: "Suisse Intl";
  src: url("../../fonts/Suisse/%20Intl/%20Regular.ttf") format("truetype");
  font-weight: 400;
}

.container{

}
header{
width: 100%;
height: auto;
position: fixed;
left: 0;
top: 0;
z-index: 1;
background: #111621;
}
.header_items {
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.header_item:nth-child(2) {
  margin-left: auto;
}
.header_item:last-child{
  margin-left: 32px;
}
.header_item_logo {
  vertical-align: middle;
  cursor: pointer;
}
.header_item_logo img {
  width: 132px;
  height: auto;
  display: block;
}
.header_item_socials {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header_item_social img{
    vertical-align: middle;
  cursor: pointer;
  transition: all .5s;
}
.header_item_social img:hover{
  opacity: .5;
}
.header_item_button {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #FFF;
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 140%;
letter-spacing: 0.3px;
text-transform: uppercase;
cursor: pointer;
transition: all .3s;
padding: 12px 22px;
border-radius: 10px;
background: linear-gradient(90deg, #0A84FF 0%, #0057E0 100%);
}

.header_item_button:hover{
  opacity: .5;
}

header .container{
  width: 100%;
  max-width: 1440px;
  display: block;
  margin: 0 auto;
}

.header_history {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #1E2633;
  border-top: 1px solid #1E2633;
background: #0A0E14;
}
.header_history_items {
  display: flex;
  align-items: center;
  gap: 50px;
  padding-top: 13px;
  padding-bottom: 13px;
    animation: winners-scroll 80s linear infinite;

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

.header_history_item {
  color: #4E5A6E;
  white-space: nowrap;
leading-trim: both;
text-edge: cap;
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
font-size: 13px;
font-style: normal;
font-weight: 500;
line-height: 140%;
letter-spacing: 0.3px;
text-transform: uppercase;
}





.intro {
  width: 100%;
  height: auto;
  margin-top: 120px;
}
.container{
  width: 100%;
  max-width: 1440px;
  display: block;
  margin: 0 auto;
}
.intro_items {
  display: flex;
  align-items: center;
  gap: 40px;
}
.intro_item {
  margin-left: auto;
}
.intro_item:last-child {
  flex-shrink: 0;
}
.intro_item_tittle {
  color: #FFF;
leading-trim: both;
text-edge: cap;
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
font-size: 54px;
font-style: normal;
font-weight: 700;
line-height: 106%;
letter-spacing: -1.5px;

}
.intro_item_tittle span{
  background: linear-gradient(90deg, #FFFFFF 0%, #0A84FF 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
leading-trim: both;
text-edge: cap;
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
font-size: 54px;
font-style: normal;
font-weight: 700;
line-height: 106%;
letter-spacing: -1.5px;
}
.intro_item_text {
  margin-top: 24px;
  color: #AEB6C4;
leading-trim: both;
text-edge: cap;
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
max-width: 440px;
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: 160%;
}
.intro_item_buttons {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.intro_item_button {
  color: #FFF;
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: 150%;
padding: 14px 30px;
border-radius: 10px;
background: linear-gradient(90deg, #0A84FF 0%, #0057E0 100%);
cursor: pointer;
transition: all .3s;
outline: none;
border: none;
border: 1px solid #0A84FF;
height: auto;
}
.intro_item_button:last-child{
border: 1px solid rgba(255, 255, 255, 0.28);
background: transparent;
}
.intro_item_button:last-child:hover{
  border-color: rgba(255, 255, 255, 0.6);
}
.intro_item_button:hover{
  opacity: .5;
}
.intro_item_image {
  vertical-align: middle;
  width: 100%;
  max-width: 680px;
  height: auto;
}



.box {
  width: 100%;
  margin-top: 72px;
}
.box_tittle {
  color: #FFF;
leading-trim: both;
text-edge: cap;
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
font-size: 34px;
font-style: normal;
width: 100%;
text-align: center;
font-weight: 700;
line-height: 100%;
letter-spacing: -0.8px;
position: relative;
left: 0;
top: 40px;
}
.box_image {
  vertical-align: middle;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 780px;
  height: auto;
}
.box_buttons {
width: 460px;
display: block;
margin: 0 auto;
}
.box_buttons_up {
    display: flex;
  align-items: center;
  gap:12px;
  position: relative;
  top: -34px;
  margin-top: -34px;
}
.box_buttons_up_button {
  outline: none;
  border: none;
  cursor: pointer;
  transition: all .5s;
  border-radius: 8px;
background: linear-gradient(90deg, #0A84FF 0%, #0057E0 100%);
color: #FFF;
text-align: center;
leading-trim: both;
text-edge: cap;
width: 100%;
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: 150%;
padding-top: 14px;
padding-bottom: 14px;
border-radius: 10px;
border: 1px solid #0A84FF;
}
.box_buttons_up_button:last-child{
  border: 1px solid #FFF;
background: transparent;
}
.box_buttons_up_button:hover{
  opacity: .5;
}
.box_buttons_input_rect {
 width: 100%;
    height: auto;
    margin-top: -22px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 13px 18px;
    display: flex;
    align-items: center;
}
.box_buttons_input_rect_input {
  width: 100%;
overflow: hidden;
color: #FFF;
text-align: center;
text-overflow: ellipsis;
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
font-size: 14px;
font-style: normal;
background: transparent;
font-weight: 400;
line-height: normal;
border: none;
outline: none;
}
.box_buttons_input_rect_input::placeholder{
  color: #FFF;
}
.box_buttons_input_rect_copy {
  margin-left: auto;
  margin-left: 14px;
  vertical-align: middle;
  cursor: pointer;
  transition: all .5s;
}
.box_buttons_input_rect_copy:hover{
  opacity: .5;
}





.cards {
  margin-top: 56px;
  margin-bottom: 90px;
  scroll-margin-top: 130px;
}
.cards_items {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: calc(25% - 18px) calc(25% - 18px) calc(25% - 18px) 25%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}
.cards_item {
  width: 100%;
  height: 100%;
  border-radius: 14px;
border: 1px solid #1B2230;
background: #0E131B;
transition: border-color .3s, transform .3s;
}
.cards_item:hover {
  border-color: #0A84FF;
  transform: translateY(-4px);
}
.cards_item_content {
  padding: 28px 24px;
}
.cards_item_img {
  vertical-align: middle;
  display: block;
  margin: 0 auto;
  width: 72px;
  height: auto;
}
.cards_item_tittle {
  margin-top: 22px;
  color: #FFF;
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 100%;
letter-spacing: -0.6px;
}
.cards_item_text {
  margin-top: 8px;
  color: #5A6478;
leading-trim: both;
text-align: center;
text-edge: cap;
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 140%;
letter-spacing: 0.2px;
text-transform: uppercase;
}


footer{
  width: 100%;
  height: auto;
  background: #111621;
backdrop-filter: blur(15px);
}
.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;
}
.footer_item_logo img {
  width: 118px;
  height: auto;
  display: block;
}
.footer_item_copy {
  color: rgb(255, 255, 255, .6);
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 21px */
}
.footer_item_navs {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
}
.footer_item_nav a{
  color: #FFF;
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 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;
  left: 0;
  top: 0;
  z-index: 11;
background: #0000009e;
}
.modal_rect {
    width: 500px;
    height: auto;
    border-radius: 12px;
    border: 1px solid #232323;
    background: #000;
    position: fixed;
    left: calc(50% - 250px);
    top: calc(50% - 92px);
    z-index: 12;
}
.modal_rect_content {
  padding: 15px;
}
.modal_rect_tittle {
   color: #fff;
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
font-size: 25px;
font-style: normal;
text-align: center;
font-weight: 500;
line-height: 100%; /* 106.889% */
}
.modal_rect_text{
     color: #170D1F;
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
font-size: 18px;
font-style: normal;
text-align: center;
font-weight: 500;
line-height: 100%; /* 106.889% */
margin-top: 15px;
}
.modal_rect_icon{
  width: 150px;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}
.modal_rect_input {
  width: 100%;
  height: auto;
  outline: none;
  border: none;
  border-radius: 12px;
background: #F8F8F8;
padding: 10px 20px;
max-width: 500px;
display: block;
margin: 0 auto;
   color: #170D1F;
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
font-size: 16px;
font-style: normal;
text-align: center;
font-weight: 400;
line-height: 100%; /* 106.889% */
  margin-top: 20px;

}

.modal_rect_button {
  margin-top: 20px;
 outline: none;
    cursor: pointer;
    transition: all .2s;
    color: #FFF;
    text-align: center;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 14.875px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    border-radius: 8px;
background: linear-gradient(90deg, #0A84FF 0%, #0057E0 100%);
    padding: 12px 20px;
    border: none;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
width: 100%;
}

.modal_rect_button:hover{
      opacity: .8;
}


.modal_rect_error{
     color: #a3001b;
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
font-size: 16px;
font-style: normal;
text-align: center;
font-weight: 400;
margin-top: 10px;
line-height: 100%; /* 106.889% */
display: none;
}

#presentModal .modal_rect {
  text-align: center;
  height: auto;
  padding: 40px 30px;
}
#presentModal .modal_rect_content { margin-bottom: 0; }
#presentModal .connect-btn,
.connect-btn {
  display: block;
  margin: 28px auto 0;
  outline: none;
  cursor: pointer;
  transition: all .3s;
  color: #FFF;
  text-align: center;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 150%;
  border-radius: 10px;
  background: linear-gradient(90deg, #0A84FF 0%, #0057E0 100%);
  padding: 14px 40px;
  border: 1px solid #0A84FF;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  min-width: 200px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#presentModal .connect-btn:hover,
.connect-btn:hover { opacity: .5; }





#presentModal .modal_rect_main {
  position: fixed;
  left: calc(50% - 260px);
  top: calc(50% - 208px);
  z-index: 13;
  width: 520px;
}

#presentModal .modal_rect {
  width: 100%;
  height: auto;
  min-height: 250px;
  padding: 40px 30px;
  box-sizing: border-box;
  border: 1px solid #232323;
background: linear-gradient(180deg, rgba(8, 11, 18, 0.35) 0%, rgba(8, 11, 18, 0.68) 100%), #0A0E14 url("../img/modal_bg.png") center no-repeat;
background-size: cover;
  position: fixed;
  left: calc(50% - 260px);
  top: calc(50% - 180px);
  z-index: 13;
  width: 520px;
  text-align: center;
}
#presentModal .modal_rect_content {
  padding: 49px;
  width: 100%;
  height: 100%;
}
#presentModal .modal_rect_tittle {
  color: #FFF;
text-align: center;
leading-trim: both;
text-edge: cap;
font-feature-settings: 'liga' off;
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 36px */
}
#presentModal .modal_rect_tittle span{
  background: #0A84FF;
  background: linear-gradient(to right, #0A84FF 0%, #0057E0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#presentModal .modal_button {
  width: 100%;
  margin-top: 20px;
  outline: none;
  border: none;
  cursor: pointer;
  transition: all .5s;
padding-top: 24px;
padding-bottom: 24px;
border-radius: 4px;
background: linear-gradient(82deg, #0A84FF 0.05%, #0057E0 100.05%), #0057E0;
color: #FFF;
leading-trim: both;
text-edge: cap;
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 105%; /* 18.9px */
letter-spacing: -0.36px;
text-transform: uppercase;
position: absolute;
left: 0;
    bottom: -80px;
z-index: 13;
}

#presentModal .modal_button:hover{
  opacity: .5;
}




@media (min-width:320px) and (max-width:499px){
  .container{
    padding-left: 20px;
    padding-right: 20px;
  }
 .header_item:nth-child(2){
  display: none;
 }
 .header_items{
  flex-direction: column;
 }
.header_item_button{
  display: block;
  margin: 0 auto;
  
}
.modal_rect{
  width: 300px;
  left: calc(50% - 150px);
}
#presentModal .modal_rect{
  width: 300px;
  left: calc(50% - 150px);
}
#presentModal .modal_rect_content{
  padding: 20px;
}
.header_item:last-child{
  margin-left: 0px;
}
.intro{
  margin-top: 300px;
}
.intro_items{
  flex-direction: column;
}
.intro_item_tittle{
  font-size: 42px;
  text-align: center;
}
.intro_item_tittle span{
  font-size: 42px;
  text-align: center;
}
.intro_item_text {
  text-align: center;
}
.intro_item_buttons{
  flex-direction: column;
}
.intro_item_button{
  padding: 15px 25px;
  height: auto;
  width: 100%;
}
.intro_item{
  margin-left: 0px;
  margin-top: 40px;
}
.intro_item_image{
  width: 100%;
  max-width: 340px;
  display: block;
  margin: 0 auto;
}
.box{
  margin-top: 100px;
}
.box_tittle{
  text-align: center;
  font-size: 40px;
  top: 0;
  left: calc(50% - 105px);
  margin-top: 50o;
}
.box_image{
  width: 100%;
  max-width: 420px;
  display: block;
  margin: 0 auto;
}
.box_buttons{
  width: 100%;
}
.box_buttons_up{
  flex-direction: column;
  top: 0;
  margin-top: 0;
}
.box_buttons_input_rect{
  margin-top: 16px;
}
.cards_items{
  grid-template-columns: 100%;
}
.cards_item_content{
  padding: 22px;
}
.cards_item_tittle{
  margin-top: 30px;
  font-size: 40px;
}
.footer_items{
  flex-direction: column;
  gap: 20px;
}
.footer_item {
    margin-left: 0px;
}
.footer_item_navs{
  flex-direction: column;
}
}



@media (min-width:500px) and (max-width:799px){
  .container{
    padding-left: 20px;
    padding-right: 20px;
  }
  .modal_rect{
  width: 480px;
  left: calc(50% - 240px);
}
#presentModal .modal_rect{
  width: 480px;
  left: calc(50% - 240px);
}
#presentModal .modal_rect_content{
  padding: 40px;
}
 .header_item:nth-child(2){
  display: none;
 }

.header_item_button{
  display: block;
  margin: 0 auto;
font-size: 14px;
padding: 15px 25px;  
}
.header_item:last-child{
  margin-left: auto;
}
.intro{
  margin-top: 200px;
}
.intro_items{
  flex-direction: column;
}
.intro_item_tittle{
  font-size: 65px;
  text-align: center;
}
.intro_item_tittle span{
  font-size: 65px;
  text-align: center;
}
.intro_item_text {
  text-align: center;
}

.intro_item_button{
  padding: 15px 25px;
  height: auto;
  width: 100%;
  font-size: 20px;
}
.intro_item{
  margin-left: 0px;
  margin-top: 40px;
}
.intro_item_image{
  width: 100%;
  max-width: 340px;
  display: block;
  margin: 0 auto;
}
.box{
  margin-top: 100px;
}
.box_tittle{
  text-align: center;
  font-size: 40px;
  top: 0;
  left: calc(50% - 105px);
  margin-top: 50o;
}
.box_image{
  width: 100%;
  max-width: 420px;
  display: block;
  margin: 0 auto;
}
.box_buttons{
  width: 100%;
}
.box_buttons_up{
  flex-direction: column;
  top: 0;
  margin-top: 0;
}
.box_buttons_input_rect{
  margin-top: 16px;
}
.cards_items{
  grid-template-columns: calc(50% - 10px) 50%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.cards_item_content{
  padding: 22px;
}
.cards_item_tittle{
  margin-top: 30px;
  font-size: 40px;
}
.footer_items{
  flex-direction: column;
  gap: 20px;
}
.footer_item {
    margin-left: 0px;
}
.footer_item_navs{
  flex-direction: column;
}
}


@media (min-width:800px) and (max-width:1199px){
  .container{
    padding-left: 20px;
    padding-right: 20px;
  }
  .header_item_button{
    padding: 12px 20px;
    font-size: 14px;
  }
  .intro{
    margin-top: 130px;
  }
  .intro_item_image{
    width: 100%;
    max-width: 440px;
  }
  .intro_item_tittle{
    font-size: 42px;
  }
  .intro_item_tittle span{
    font-size: 42px;
  }
  .intro_item:first-child{
    width: 100%;
  }
  .intro_item_button{
    font-size: 15px;
    padding: 14px 26px;
  }
  .cards_items{
    grid-template-columns: calc(50% - 25px) 50%;
    grid-row-gap: 25px;
    grid-column-gap: 25px;
  }
  .footer_items{
    flex-direction: column;
    gap: 15px;
  }
  .footer_item{
    margin-left: 0px;
  }
}



@media (min-width:1200px) and (max-width:1480px){
  .container{
    padding-left: 20px;
    padding-right: 20px;
  }
  .header_item_button{
    padding: 12px 22px;
    font-size: 14px;
  }
  .intro{
    margin-top: 120px;
  }
  .intro_item_image{
    width: 100%;
    max-width: 620px;
  }

  .intro_item:first-child{
    width: 100%;
  }
  .intro_item_button{
    font-size: 15px;
    padding: 14px 30px;
  }
  .cards_items{
    grid-template-columns: calc(25% - 18px) calc(25% - 18px) calc(25% - 18px) 25%;
    grid-row-gap: 24px;
    grid-column-gap: 24px;
  }
  .footer_items{
    flex-direction: column;
    gap: 15px;
  }
  .footer_item{
    margin-left: 0px;
  }
}