* {
  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: "SF UI Display", sans-serif;
  font-weight: 500;
  top: 0;
  left: 0;
  padding: 0;
  background-color: #f0f0f0;
  margin: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow-x: hidden;
}

html,
body {
  width: 100vw;
  height: 100%;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #c8d5de;
  height: 5px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #54D18F;
  width: 5px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: #c8d5de;
}

@font-face {
  font-family: "SF UI Display";
  src: url(../fonts/SFUIDisplay-Medium.ttf);
  font-weight: 500;
}

@font-face {
  font-family: "SF UI Display";
  src: url(../fonts/SFUIDisplay-Regular.ttf);
  font-weight: 400;
}

@font-face {
  font-family: "SF UI Display";
  src: url(../fonts/SFUIDisplay-Semibold.ttf);
  font-weight: 600;
}

.container {
  width: 100%;
  max-width: 1440px;
  display: block;
  margin: 0 auto;
}

.header {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 1;
}
.header_items {
  display: flex;
  align-items: center;
  padding-top: 11px;
  padding-bottom: 11px;
}
.header_item {
  margin-left: auto;
}
.header_item:first-child {
  margin-left: 0px;
  display: flex;
  align-items: center;
}
.header_item_logo {
  vertical-align: middle;
  margin-right: 32px;
  display: flex;
  align-items: center;
}
.header_item_logo img {
  width: 50px;
  height: auto;
}
.header_item_logo .logo_text {
  margin-left: 12px;
  color: #25282f;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
.header_item_live {
  color: #25282f;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border-radius: 100px;
  border: 1px solid rgba(37, 40, 47, 0.4);
}
.header_item_live img {
  vertical-align: middle;
  margin-right: 10px;
}
.header_item_navs {
  display: flex;
  align-items: center;
  list-style: none;
}
.header_item_mav {
  margin-right: 32px;
}
.header_item_mav a {
  color: #25282f;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  cursor: pointer;
  transition: all 0.5s;
}
.header_item_mav a:hover {
  color: #54D18F;
}
.header_item_mav:first-child a {
  padding: 12px 16px;
  border-radius: 8px;
  border: none;
}

.header_item_button button {
  color: #54D18F;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  padding: 24px 26px;
  border-radius: 12px;
  background: #fff;
  outline: none;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
}

.header_item_button button:hover {
  opacity: 0.5;
}

.intro {
  width: 100%;
  height: auto;
  padding-top: 204px;
  background: url(../img/intro_background.svg) top right no-repeat;
}
.intro_verif {
  display: flex;
  align-items: center;
}

.intro_verif_text {
  color: #25282f;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding: 12px 16px;
  border-radius: 100px;
  border: 1px solid rgba(37, 40, 47, 0.4);
}

.intro_verif_text svg {
  vertical-align: middle;
  margin-right: 10px;
}

.intro_texts {
  margin-top: 40px;
  position: relative;
  width: 100%;
  max-width: 701px;
}
.intro_tittle {
  color: #25282f;
  font-feature-settings: "liga" off;
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
  line-height: 105%;
  letter-spacing: -1.44px;
}
.intro_subtittle {
  margin-top: 30px;
  color: #25282f;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.intro_verif_texts_star {
  position: absolute;
  right: -52px;
  top: -52px;
  z-index: 1;
}
.intro_button {
  margin-top: 40px;
}

.intro_button button {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  padding: 24px 26px;
  border-radius: 12px;
  background: #54D18F;
  outline: none;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
}

.intro_button button:hover {
  opacity: 0.5;
}

.intro_info {
  margin-top: 65px;
}
.intro_info_up_items {
  display: grid;
  grid-template-columns: calc(50% - 15px) calc(50% - 15px);
  grid-column-gap: 30px;
}
.intro_info_up_rect {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background: #fff;
}
.intro_info_up_rect_content {
  padding: 60px;
  display: flex;
  align-items: flex-start;
}
.intro_info_up_rect_item:first-child {
  margin-right: 40px;
}
.intro_info_up_rect_img {
  vertical-align: middle;
}
.intro_info_up_rect_tittle {
  color: #25282f;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.96px;
}
.intro_info_up_rect_text {
  margin-top: 32px;
  color: #25282f;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.intro_info_up_rect_item_rules {
  display: flex;
  align-items: center;
}
.intro_info_up_rect_item_rules_text {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  display: flex;
  align-items: center;
  padding: 9px 12px;
  border-radius: 8px;
  background: #25282f;
  margin-left: 24px;
}
.intro_info_up_rect_item_rules_text img {
  vertical-align: middle;
  margin-right: 6px;
}
.intro_info_bottom_item {
  margin-top: 30px;
}

.intro_info_bottom_item .intro_info_up_rect_text {
  width: 100%;
  max-width: 579px;
}

.intro_info_bottom_item .intro_info_up_rect_item:first-child {
  display: flex;
  flex-direction: column;
}
.intro_info_bottom_item .intro_info_up_rect_item:last-child {
  margin-left: auto;
}
.intro_info_bottom_item .intro_button {
  margin-top: 32px;
  margin-bottom: 0;
}

.participating {
  margin-top: 120px;
}
.participating_up {
  display: flex;
  align-items: center;
}
.participating_up_tittle {
  color: #1a1a1a;
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
  line-height: 105%;
  letter-spacing: -1.44px;
}
.participating_up_text {
  text-align: right;
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
  line-height: 105%;
  letter-spacing: -1.44px;
  background: linear-gradient(
    90deg,
    #1a1a1a -57.17%,
    rgba(26, 26, 26, 0.2) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: auto;
}
.participating_items {
  display: grid;
  grid-template-columns: calc(50% - 15px) calc(50% - 15px);
  grid-row-gap: 30px;
  grid-column-gap: 30px;
  margin-top: 60px;
}
.participating_item {
  width: 100%;
  height: auto;
  border-radius: 24px;
  background: #fff;
}
.participating_item_content {
  padding: 60px;
}
.participating_item_up {
  display: flex;
  align-items: center;
}
.participating_item_up_make {
  color: #1a1a1a;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid rgba(26, 26, 26, 0.4);
}
.participating_item_up_waiting {
  display: flex;
  align-items: center;
  color: #1a1a1a;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  margin-left: auto;
  line-height: 100%;
}
.participating_item_up_waiting img {
  vertical-align: middle;
  margin-right: 16px;
}
.participating_item_token {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.participating_item_token_tittle {
  color: #1a1a1a;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.96px;
}
.participating_item_token_abr {
  margin-left: 16px;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-transform: uppercase;
  padding: 9px 12px;
  border-radius: 8px;
  background: #1a1a1a;
}
.participating_item_amount {
  margin-top: 40px;
}
.participating_item_amount_block {
  display: flex;
  align-items: center;
}
.participating_item_amount_block:first-child {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(26, 26, 26, 0.2);
}
.participating_item_amount_block_tittle {
  color: #1a1a1a;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.participating_item_amount_block_text {
  color: #1a1a1a;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-left: auto;
}
.participating_item_bottom {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.participating_item_bottom_text {
  color: #1a1a1a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-right: 40px;
  max-width: 263px;
  width: 100%;
}
.participating_item_bottom_text span {
  color: #54D18F;
}
.participating_item_bottom_button {
  width: 100%;
}
.participating_item_bottom_button button {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  height: auto;
  border-radius: 12px;
  background: #54D18F;
  outline: none;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
  white-space: nowrap;
}

.participating_item_bottom_button button:hover {
  opacity: 0.5;
}

.how {
  margin-top: 120px;
}

.how_items {
  display: flex;
  align-items: center;
  margin-top: 60px;
}
.how_item {
  width: 100%;
  height: auto;
  margin-right: 30px;
  border-radius: 24px;
  background: #fff;
}
.how_item:last-child {
  margin-right: 0px;
}
.how_item_content {
  padding: 60px;
}
.how_item_number {
  display: flex;
  width: 76px;
  padding: 15px 0px;
  justify-content: center;
  align-items: center;
  border-radius: 79.167px;
  background: #54D18F;
  display: block;
  margin: 0 auto;
}
.how_item_number p {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.8px;
}
.giveaway_title{
  color: #1A1A1A;
text-align: center;
font-size: 72px;
font-style: normal;
font-weight: 500;
line-height: 105%;
letter-spacing: -1.44px;
margin-top: 120px;
}
.how_item_tittle {
  margin-top: 40px;
  color: #25282f;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.72px;
  text-align: center;
}
.how_item_text {
  margin-top: 32px;
  color: #25282f;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.faq_section {
  margin-top: 80px;
}

.faq_items {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 100%;
  grid-row-gap: 20px;
}

.faq_item {
  width: 100%;
  height: auto;
  border-radius: 24px;
  background: #fff;
  padding: 30px 40px;
  border: 2px solid transparent;
  transition: all 0.3s;
  cursor: pointer;
}

.faq_item:hover {
  border-color: #54D18F;
}

.faq_item.active {
  border-color: #54D18F;
  background: rgba(84, 209, 143, 0.05);
}

.faq_question_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.faq_question {
  color: #25282f;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin: 0;
}

.faq_item.active .faq_question {
  color: #54D18F;
}

.faq_icon {
  color: #54D18F;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  transition: transform 0.3s;
  min-width: 32px;
  text-align: center;
}

.faq_item.active .faq_icon {
  transform: rotate(45deg);
}

.faq_answer_wrapper {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, margin-top 0.3s;
  margin-top: 0;
}

.faq_item.active .faq_answer_wrapper {
  max-height: 500px;
  margin-top: 20px;
}

.faq_answer {
  color: #25282f;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
}

.giveawey {
  margin-top: 60px;
}
.giveawey_tittle {
  color: #1a1a1a;
  text-align: center;
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
  line-height: 105%;
  letter-spacing: -1.44px;
}
.giveawey_items {
  display: grid;
  grid-template-columns: calc(50% - 15px) calc(50% - 15px);
  grid-row-gap: 30px;
  grid-column-gap: 30px;
  margin-top: 60px;
}
.giveawey_item {
  width: 100%;
  height: auto;
  border-radius: 24px;
  background: #fff;
}
.giveawey_item_content {
  padding: 60px;
}
.giveawey_item_items {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.giveawey_item_item:first-child {
  width: 100%;
  margin-right: 30px;
  max-width: 220px;
}

.giveawey_item_item_qr {
  width: 100%;
  height: 100%;
  max-height: 220px;
}
.giveawey_item_item_input {
  color: #1a1a1a;
  font-size: 16px;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.32px;
  width: 100%;
  text-transform: uppercase;
  padding: 24px 26px;
  border-radius: 12px;
  border: 1px solid rgba(26, 26, 26, 0.4);
  outline: none;
}
.giveawey_item_item_input::placeholder {
  color: #000;
}
.giveawey_item_item_button {
  margin-top: 16px;
}
.giveawey_item_item_button {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  border-radius: 12px;
  background: #54D18F;
  outline: none;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
}
.giveawey_item_item_button:hover {
  opacity: 0.5;
}
.giveawey_item_item_text {
  color: #1a1a1a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-top: 53px;
}

.transactions {
  margin-top: 120px;
}
.transactions_up {
  display: flex;
  align-items: center;
  justify-content: center;
}
.transactions_up_item:last-child {
  display: flex;
  align-items: center;
}
.transactions_up_item:first-child {
  display: flex;
  align-items: center;
}
.transactions_up_item_tittle {
  color: #1a1a1a;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.96px;
}
.transactions_up_item_live {
  margin-left: 26px;
  color: #1a1a1a;
  font-size: 16px;
  font-style: normal;
  display: flex;
  align-items: center;
  font-weight: 400;
  line-height: 140%;
  padding: 12px;
  border-radius: 8px;
  background: rgba(84, 209, 143, 0.1);
}
.transactions_up_item_live img {
  vertical-align: middle;
  margin-right: 8px;
}
.transactions_up_item_text {
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 105%;
  letter-spacing: -0.96px;
  background: linear-gradient(
    90deg,
    #1a1a1a -57.17%,
    rgba(26, 26, 26, 0.2) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 16px;
}

.transaction_tabble {
  margin-top: 40px;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}

table.transaction_tabble_main {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 8px;
  height: auto;
}

table.transaction_tabble_main td,
table.transaction_tabble_main th {
  width: auto;
  height: auto;
}
table.transaction_tabble_main th {
  background: #54D18F;
  color: #fff;
  font-weight: normal;
}

.transaction_tabble_tittle {
  color: rgb(26, 26, 26, 0.4);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  padding-top: 24px;
  padding-bottom: 24px;
}

.transaction_tabble_tittle:first-child {
  padding-left: 24px;
}

.transaction_tabble_tittle:last-child {
  text-align: right;
  padding-right: 24px;
}

tbody td {
  color: #1a1a1a;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  padding-top: 31.5px;
  white-space: nowrap;
  padding-bottom: 31.5px;
  background: rgba(255, 255, 255, 0.8);
  padding-left: 10px;
  padding-right: 10px;
}

tbody tr:nth-child(2n) {
  background: rgba(84, 209, 143, 0.05);
}

tbody td:first-child {
  padding-left: 24px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

tbody td:last-child {
  padding-right: 24px;
  text-align: right;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.transaction_tabble_status {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 9px 12px;
  border-radius: 8px;
  width: fit-content;
  margin-left: auto;
  background: rgba(255, 69, 69, 0.1);
  color: #ff4545;
}

.transaction_tabble_status_done {
  background: rgba(84, 209, 143, 0.1);
  color: #54D18F;
}

.transaction_tabble_status svg {
  margin-right: 6px;
}

thead tr {
  border-bottom: 1px solid rgba(26, 26, 26, 0.2);
}

.footer {
  width: 100%;
  height: auto;
  margin-top: 80px;
  padding-bottom: 80px;
}
.footer .header_item:first-child {
  justify-content: center;
}
.footer .header_item:last-child .header_item_mav a {
  color: #1a1a1a;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.footer .header_item:last-child .header_item_mav a:hover {
  color: #54D18F;
}
.footer .header_item_mav:first-child a {
  padding: 0px;
  border: none;
}
.footer .header_item_navs {
  justify-content: center;
  margin-top: 32px;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.pulse {
  animation: pulse 2s infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.rotate {
  animation: spin 2s infinite;
}

@media (min-width: 320px) and (max-width: 499px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .giveawey_item_item img{
    display: block;
    margin: 0 auto;
  }
  .intro {
    background: url(../img/intro_background_mobile.svg) top no-repeat;
  }
  .header {
    top: 20px;
  }
  .header_item:nth-child(2) {
    display: none;
  }
  .header_item_logo {
    margin-right: 20px;
  }
  .header_item_logo img {
    width: 40px;
  }
  .header_item_live {
    font-size: 12px;
    white-space: nowrap;
    display: none;
  }
  .header_item_button {
    margin-left: 20px;
    padding: 6px 8px;
  }
  .header_item_button button {
    font-size: 13px;
    padding: 12px 13px;
  }
  .intro_verif_text {
    font-size: 12px;
    padding: 6px 8px;
  }
  .intro_verif_text svg {
    width: 20px;
  }
  .intro_tittle {
    font-size: 40px;
    text-align: center;
  }
  .intro_verif_texts_star {
    display: none;
  }
  .intro_texts {
    max-width: 100%;
  }
  .intro_subtittle {
    text-align: center;
    font-size: 15px;
  }
  .intro_info_up_items {
    grid-template-columns: 100%;
    grid-row-gap: 20px;
  }
  .intro_info_up_rect_content {
    padding: 20px;
    display: block;
  }
  .intro_info_up_rect_img {
    width: 50px;
    display: block;
    margin: 0 auto;
  }
  .intro_info_up_rect_item:first-child {
    margin-right: 0px;
  }
  .intro_info_up_rect_tittle {
    text-align: center;
    font-size: 20px;
    margin-top: 30px;
  }
  .intro_info_up_rect_text {
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
  }
  .intro_info_up_rect_item_rules {
    display: block;
  }
  .intro_info_up_rect_item_rules_text {
    font-size: 12px;
    width: fit-content;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
  }
  .intro_button button {
    display: block;
    margin: 0 auto;
    font-size: 14px;
    padding: 12px 13px;
  }
  .intro_verif {
    justify-content: center;
  }
  .intro_info_bottom_item .intro_info_up_rect_item:last-child {
    margin-top: 20px;
  }
  .intro_info_bottom_item .intro_info_up_rect_img {
    width: 100%;
    max-width: 492px;
    display: block;
    margin: 0 auto;
  }
  .participating_up {
    display: block;
  }

  .participating_up_tittle {
    font-size: 35px;
    text-align: center;
  }
  .participating_up_text {
    margin-top: 20px;
    text-align: center;
    font-size: 35px;
  }
  .participating_items {
    grid-template-columns: 100%;
  }
  .participating_item_content {
    padding: 20px;
  }
  .participating_item_up {
    display: block;
  }

  .participating_item_up_make {
    width: fit-content;
    display: block;
    margin: 0 auto;
    font-size: 14px;
    padding: 6px 8px;
  }

  .participating_item_up_waiting {
    margin-top: 20px;
    font-size: 14px;
    justify-content: center;
  }

  .participating_item_up_waiting img {
    width: 20px;
  }
  .participating_item_token_tittle {
    font-size: 30px;
  }

  .participating_item_token_abr {
    font-size: 15px;
    padding: 3px 6px;
  }

  .participating_item_token {
    justify-content: center;
  }

  .participating_item_amount_block_tittle {
    font-size: 16px;
  }

  .participating_item_amount_block_text {
    font-size: 16px;
  }

  .participating_item_bottom {
    display: block;
  }
  .participating_item_bottom_text {
    max-width: 100%;
    font-size: 14px;
    text-align: center;
  }

  .participating_item_bottom_button {
    margin-top: 20px;
  }

  .participating_item_bottom_button button {
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .how_items {
    display: block;
  }
  .how_item {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .how_item:last-child {
    margin-bottom: 0px;
  }
  .how_item_content {
    padding: 20px;
  }
  .how_item_number {
    width: 50px;
    padding: 14px 0px;
  }

  .how_item_number p {
    font-size: 20px;
  }

  .how_item_tittle {
    font-size: 25px;
  }

  .giveaway_title{
    font-size: 35px;

  }

  .how_item_text {
    font-size: 16px;
  }

  .faq_items {
    grid-template-columns: 100%;
  }

  .faq_item {
    padding: 20px;
  }

  .faq_question {
    font-size: 20px;
  }

  .faq_answer {
    font-size: 16px;
  }

  .giveawey_tittle {
    font-size: 35px;
  }

  .giveawey_items {
    grid-template-columns: 100%;
  }

  .giveawey_item_content {
    padding: 20px;
  }

  .giveawey_item_items {
    display: block;
  }

  .giveawey_item_item:first-child {
    margin-right: 0px;
  }

  .giveawey_item_item_qr svg {
    display: block;
    margin: 0 auto;
  }

  .giveawey_item_item:first-child {
    margin-right: 0px;
    max-width: inherit;
  }

  .giveawey_item_item_input {
    padding: 12px 13px;
    font-size: 14px;
    margin-top: 15px;
  }

  .giveawey_item_item_qr {
    display: block;
    margin: 0 auto;
  }

  .giveawey_item_item_text {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
  }

  .giveawey_item_item_text br {
    display: none;
  }

  .transactions_up {
    display: block;
  }
  .transactions_up_item_tittle {
    font-size: 35px;
  }
  .transactions_up_item_live {
    width: fit-content;
    font-size: 14px;
  }

  .transactions_up_item_text {
    font-size: 35px;
  }

  .transactions_up_item:last-child {
    margin-top: 20px;
  }
  .transaction_tabble_tittle {
    padding-right: 20px;
  }
  .footer .header_item:nth-child(2) {
    display: block;
  }
  .footer .header_item_navs {
    display: block;
  }
  .footer .header_item:last-child .header_item_mav a {
    text-align: center;
  }

  .footer .header_item:last-child .header_item_mav {
    margin-bottom: 20px;
  }

  .footer .header_item:last-child .header_item_mav:last-child {
    margin-bottom: 0px;
  }
}

@media (min-width: 500px) and (max-width: 799px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .giveawey_item_item img{
    display: block;
    margin: 0 auto;
  }
  .intro {
    background: url(../img/intro_background_mobile.svg) top no-repeat;
  }
  .header {
    top: 20px;
  }
  .header_item:nth-child(2) {
    display: none;
  }
  .header_item_logo {
    margin-right: 20px;
  }
  .header_item_logo img {
    width: 40px;
  }
  .header_item_live {
    font-size: 12px;
    white-space: nowrap;
  }
  .header_item_button {
    margin-left: 0px;
  }
  .header_item_button button {
    font-size: 16px;
    padding: 12px 13px;
  }

  .intro_tittle {
    font-size: 60px;
    text-align: center;
  }
  .intro_verif_texts_star {
    display: none;
  }
  .intro_texts {
    max-width: 100%;
  }
  .intro_subtittle {
    text-align: center;
  }
  .intro_info_up_items {
    grid-template-columns: 100%;
    grid-row-gap: 30px;
  }
  .intro_info_up_rect_content {
    padding: 40px;
    display: block;
  }
  .intro_info_up_rect_img {
    width: 70px;
    display: block;
    margin: 0 auto;
  }
  .intro_info_up_rect_item:first-child {
    margin-right: 0px;
  }
  .intro_info_up_rect_tittle {
    text-align: center;
    font-size: 30px;
    margin-top: 30px;
  }
  .intro_info_up_rect_text {
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
  }
  .intro_info_up_rect_item_rules {
    display: block;
  }
  .intro_info_up_rect_item_rules_text {
    font-size: 16px;
    width: fit-content;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
  }
  .intro_button button {
    display: block;
    margin: 0 auto;
    font-size: 16px;
  }
  .intro_verif {
    justify-content: center;
  }
  .intro_info_bottom_item .intro_info_up_rect_item:last-child {
    margin-top: 20px;
  }
  .intro_info_bottom_item .intro_info_up_rect_img {
    width: 100%;
    max-width: 492px;
    display: block;
    margin: 0 auto;
  }
  .participating_up {
    display: block;
  }

  .participating_up_tittle {
    font-size: 40px;
    text-align: center;
  }
  .participating_up_text {
    margin-top: 20px;
    text-align: center;
    font-size: 40px;
  }
  .participating_items {
    grid-template-columns: 100%;
  }
  .participating_item_content {
    padding: 40px;
  }
  .participating_item_up {
    display: block;
  }

  .participating_item_up_make {
    width: fit-content;
    display: block;
    margin: 0 auto;
    font-size: 16px;
  }

  .participating_item_up_waiting {
    margin-top: 20px;
    font-size: 16px;
    justify-content: center;
  }

  .participating_item_up_waiting img {
    width: 20px;
  }

  .participating_item_token {
    justify-content: center;
  }

  .participating_item_bottom {
    display: block;
  }
  .participating_item_bottom_text {
    max-width: 100%;
    text-align: center;
  }

  .participating_item_bottom_button {
    margin-top: 20px;
  }

  .how_items {
    display: block;
  }
  .how_item {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .how_item:last-child {
    margin-bottom: 0px;
  }
  .how_item_content {
    padding: 40px;
  }
  .how_item_number {
    width: 70px;
    padding: 22px 0px;
  }

  .how_item_number p {
    font-size: 24px;
  }

  .how_item_tittle {
    font-size: 30px;
  }

  .giveaway_title{
    font-size: 40px;
  }

  .how_item_text {
    font-size: 18px;
  }

  .giveawey_tittle {
    font-size: 35px;
  }

  .giveawey_items {
    grid-template-columns: 100%;
  }

  .giveawey_item_content {
    padding: 40px;
  }

  .giveawey_item_items {
    display: block;
  }

  .giveawey_item_item:first-child {
    margin-right: 0px;
  }

  .giveawey_item_item_qr svg {
    display: block;
    margin: 0 auto;
  }

  .giveawey_item_item:first-child {
    margin-right: 0px;
    max-width: inherit;
  }

  .giveawey_item_item_input {
    margin-top: 20px;
  }

  .giveawey_item_item_qr {
    display: block;
    margin: 0 auto;
  }

  .giveawey_item_item_text {
    text-align: center;
    margin-top: 20px;
  }

  .giveawey_item_item_text br {
    display: none;
  }

  .transactions_up {
    display: block;
  }
  .transactions_up_item_tittle {
    font-size: 35px;
  }
  .transactions_up_item_live {
    width: fit-content;
    font-size: 16px;
  }

  .transactions_up_item_text {
    font-size: 40px;
  }

  .transactions_up_item:last-child {
    margin-top: 20px;
  }
  .transaction_tabble_tittle {
    padding-right: 20px;
  }
  .footer .header_item:nth-child(2) {
    display: block;
  }
  .footer .header_item_navs {
    display: block;
  }
  .footer .header_item:last-child .header_item_mav a {
    text-align: center;
  }

  .footer .header_item:last-child .header_item_mav {
    margin-bottom: 20px;
  }

  .footer .header_item:last-child .header_item_mav:last-child {
    margin-bottom: 0px;
  }
}

@media (min-width: 800px) and (max-width: 1199px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .giveawey_item_item img{
    display: block;
    margin: 0 auto;
  }
  .intro {
    background: url(../img/intro_background.svg) top no-repeat;
  }
  .header {
    top: 20px;
  }
  .header_item:nth-child(2) {
    display: none;
  }
  .header_item_logo {
    margin-right: 20px;
  }
  .header_item_button {
    margin-left: 0px;
  }

  .intro_info_up_items {
    grid-row-gap: 30px;
  }
  .intro_info_up_rect_content {
    padding: 40px;
    display: block;
  }
  .intro_info_up_rect_img {
    display: block;
    margin: 0 auto;
  }
  .intro_info_up_rect_item:first-child {
    margin-right: 0px;
  }
  .intro_info_up_rect_tittle {
    text-align: center;
    margin-top: 30px;
  }
  .intro_info_up_rect_text {
    text-align: center;
    margin-top: 20px;
  }
  .intro_info_bottom_item .intro_info_up_rect_text {
    max-width: 100%;
  }
  .intro_info_up_rect_item_rules {
    display: block;
  }
  .intro_info_up_rect_item_rules_text {
    width: fit-content;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
  }
  .intro_button button {
    margin: 0 auto;
  }

  .intro_info_bottom_item .intro_info_up_rect_item:last-child {
    margin-top: 20px;
  }
  .intro_info_bottom_item .intro_info_up_rect_img {
    width: 100%;
    max-width: 492px;
    display: block;
    margin: 0 auto;
  }
  .participating_up {
    display: block;
  }

  .participating_up_tittle {
    text-align: center;
  }
  .participating_up_text {
    margin-top: 20px;
    text-align: center;
  }
  .participating_items {
    grid-template-columns: 100%;
  }
  .participating_item_up {
    display: block;
  }

  .participating_item_up_make {
    width: fit-content;
    display: block;
    margin: 0 auto;
  }

  .participating_item_up_waiting {
    margin-top: 20px;
    justify-content: center;
  }

  .participating_item_token {
    justify-content: center;
  }

  .participating_item_bottom {
    display: block;
  }
  .participating_item_bottom_text {
    max-width: 100%;
    text-align: center;
  }

  .participating_item_bottom_button {
    margin-top: 20px;
  }

  .how_items {
    display: block;
  }
  .how_item {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .how_item:last-child {
    margin-bottom: 0px;
  }
  .giveawey_items {
    grid-template-columns: 100%;
  }
  .giveawey_item_items {
    display: block;
  }

  .giveawey_item_item:first-child {
    margin-right: 0px;
  }

  .giveawey_item_item_qr svg {
    display: block;
    margin: 0 auto;
  }

  .giveawey_item_item:first-child {
    margin-right: 0px;
    max-width: inherit;
  }

  .giveawey_item_item_input {
    margin-top: 20px;
  }

  .giveawey_item_item_qr {
    display: block;
    margin: 0 auto;
  }

  .giveawey_item_item_text {
    text-align: center;
    margin-top: 20px;
  }

  .giveawey_item_item_text br {
    display: none;
  }

  .footer .header_item:nth-child(2) {
    display: block;
  }
  .footer .header_item:last-child .header_item_mav a {
    text-align: center;
  }

  .footer .header_item:last-child .header_item_mav {
    margin-bottom: 20px;
  }

  .footer .header_item:last-child .header_item_mav:last-child {
    margin-bottom: 0px;
  }
}

@media (min-width: 1200px) and (max-width: 1480px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .intro {
    background: url(../img/intro_background.svg) top no-repeat;
  }
  .header {
    top: 20px;
  }
  .header_item_logo {
    margin-right: 20px;
  }
  .header_item_button {
    margin-left: 0px;
  }

  .intro_info_up_rect_item_rules {
    display: block;
  }

  .intro_info_up_rect_item_rules_text {
    margin-left: 0px;
    margin-top: 20px;
  }

  .how_items {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-column-gap: 10px;
  }

  .how_item {
    height: 100%;
  }

  .how_item_content {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .how_item_tittle {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .how_item_text {
    margin-top: auto;
  }
}

@media (min-width: 1921px) {
  .intro {
    background-size: 100% auto;
  }
}

.qr-code-img {
    width: 220px;
    height: 220px;
    border-radius: 15px;
}
