  * {
    -webkit-tap-highlight-color: transparent;
  }

  html, body {
    overflow-y: auto;
    overflow-x: hidden;
    /*overflow: auto;*/
    scrollbar-width: none;
    touch-action: manipulation;
  }

  html::-webkit-scrollbar, body::-webkit-scrollbar, html *::-webkit-scrollbar {
    display: none;
    scrollbar-width: none;
  }

  body,
  html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'opsilon';
    overflow: hidden;
    scroll-behavior: auto;
    text-transform: uppercase;
    line-height: normal;
    scroll-behavior: smooth;

  }

  * {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  div {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  h1 {
    text-align: center;
  }

  .maincontent {
    height: 100vh;
    height: 100dvh;
    height: 100svh;
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .section {
    min-height: 100vh;
    height: 100dvh;
    height: 100svh;
    display: flex;
    flex-direction: column;
    scroll-snap-align: start;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }

  .container {
    width: 100%;
    height: -webkit-fit-content;
  }

  .container h1 {
    font-weight: normal;
    font-size: 85px;
    margin-bottom: 15px;
  }

  .section.home {
    background-color: #ffba00;
  }

  .section.home .container {
    width: 100%;
    padding: 2% 8% 5%;
    justify-content: space-between;
    flex-direction: column;
    flex: 1;
    overflow-x: hidden;
  }

  .button_wrap {
    position: relative;
    cursor: pointer;
    width: 100%;
    bottom: 3px;
    display: flex;
    z-index: 1;
  }

  .button_wrap::before {

    content: "";
    position: absolute;
    top: -2px;
    bottom: -8px;
    left: -4px;
    right: -4px;
    background-color: #000;
    border-radius: 100px;
  }

  .button {
    width: 100%;
    border-radius: 50px;
    color: #fff;

    white-space: nowrap;
    background-color: #40be00;
    font-size: 24px;
    padding: 10px 30px;
    z-index: 3;
  }

  .buy_btn .button {
    font-size: 30px;
    padding: 15px 30px;
  }

  .buy_btn {
    margin-bottom: 5%;
  }

  .how_btn {
    margin-bottom: 2%;
  }

  .how_btn .button {
    font-size: 30px;
    padding: 15px 30px;
    background-color: #fad77d;
    color: #000;
  }

  .how_btn .button:hover {
    background-color: #ffe7aa;
  }

  .home__center_wrap_left {
    height: 100%;
    width: auto;
    flex: 1;
    background-image: url(../img/adzilla1.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    position: relative;
    z-index: 0;
    margin-right: 5%;
  }


  .home__center_wrap {
    width: 100%;
    height: 100%;
    justify-content: space-between;
    align-items: flex-end;
  }

  .home__center_wrap .home__center_wrap_right {
    height: 100%;
    width: 35%;
    flex-direction: column;
    justify-content: space-evenly;

  }

  .home__center_wrap .home__center_wrap_right .home_center_logo {
    width: 100%;
    margin-bottom: 2%;
  }

  .home__center_wrap .home__center_wrap_right .home_center_logo img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }

  .home_center_copy_wrap_main, .home__center_social_title {
    flex-direction: column;
    width: 100%;
    font-size: 24px;
    margin-bottom: 3%;
  }

  .home_center_copy_wrap_title, .home__center_social_title {
    width: 94%;
    justify-content: flex-start;
    margin-bottom: 2%;
    align-items: flex-start;
    font-family: 'Roboto';
    font-weight: bold;
    letter-spacing: -1px;
    text-align: left;
  }

  .home_center_copy_wrap_title-inner {
    display: none;
  }

  .home__center_social_title {
    width: 100%;
    margin-bottom: 3%;
  }

  .home__center_wrap .home__center_wrap_right .home__center_copy_wrap {
    border-radius: 100px;
    border: 2px solid #000;
    padding: 20px;
    width: 100%;

    justify-content: space-between;
    font-family: 'Roboto';
    font-weight: bold;
    letter-spacing: -1px;
  }

  .home__center_wrap .home__center_wrap_right .home__center_copy_wrap:hover {
    background-color: #ffffff6b;
  }

  .home__center_wrap .home__center_wrap_right .home__center_copy_wrap .home__center_copy_promo {
    margin: 0 4%;
    font-size: 20px;
    text-overflow: ellipsis;
    display: inline;
    width: -webkit-fill-available;
    overflow: hidden;
  }

  .home__center_wrap .home__center_wrap_right .home__center_copy_wrap .button, .home__center_social_wrap .home__center_social .button {
    color: #000;
    background-color: #ffba00;
  }

  .home__center_wrap .home__center_wrap_right .home__center_copy_wrap .button_wrap {
    width: fit-content;
    min-width: 160px;
    position: relative;
  }

  /*.home__center_wrap .home__center_wrap_right .home__center_copy_wrap .button_wrap:hover{
  bottom: 5px;
}*/
.home__center_wrap .home__center_wrap_right .home__center_copy_wrap .button_wrap:hover .button {
  background-color: #fff;
  color: #000;

}

.home__center_wrap .home__center_wrap_right .home__center_copy_wrap .button_wrap .button.copied {
  background-color: #40be00;
  color: #fff;
}

.home__center_wrap .home__center_wrap_right .home__center_social {
  width: 100%;
  justify-content: left;
}

.home__center_wrap .home__center_wrap_right .home__center_social .home__center_social_item {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-right: 4%;
  position: relative;
  justify-content: space-between;
}

.home__center_wrap .home__center_wrap_right .home__center_social .home__center_social_item:last-child {
  margin-right: 0;
}

.home__center_wrap .home__center_wrap_right .home__center_social .home__center_social_item::before {
  /* left: -4px; */
  content: "";
  position: absolute;
  top: -2px;
  bottom: -8px;
  left: -4px;
  right: -4px;
  background-color: #ffffff;
  border-radius: 100px;
  z-index: 0;
}

.home__center_wrap .home__center_wrap_right .home__center_social .home__center_social_item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home__center_wrap .home__center_wrap_right .home__center_social .home__center_social_item .home__center_social_item_img {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 100px;
}

.button:hover {
  background-color: #8fde0c;
}

.button_wrap:hover {
  bottom: 1px;
}

.button_wrap:hover::before {
  bottom: -6px;
}

.home__center_social_item:hover {
  bottom: -3px;
}

.home__center_wrap .home__center_wrap_right .home__center_social .home__center_social_item:hover::before {
  top: -1px;
  bottom: -4px;
  left: -2px;
  right: -2px;
}

.home__center_social_wrap {
  flex-direction: column;
  width: 94%;
}

.home__center_wrap_left_img {
  display: none;
}

.modal_wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: rgb(0 0 0 / 40%);
  overflow: scroll;
  display: none;
}

.modal_wrap .modal_container {
  background-color: #ffba00;
  padding: 20px;
  padding-bottom: 0;
  border-radius: 30px;
  width: 90%;
  height: 90%;
  max-width: 800px;
  max-height: 700px;
  border: 5px solid #000;
  flex-direction: column;
  justify-content: space-between;
  /* margin-top: auto; */
  /* margin-bottom: 4%; */
}

.modal_wrap .close {
  width: fit-content;
  height: 30px;
  margin-left: auto;
  justify-content: space-between;
  margin-bottom: auto;
  cursor: pointer;
}

.modal_wrap2 .close {
  margin-bottom: 0;
}

.modal_wrap .close img {
  width: auto;
  height: 100%;
  object-fit: contain;
}

.modal_wrap h1 {
  font-size: 60px;
  margin-bottom: auto;
}

.modal_wrap2 h1 {
  margin-bottom: 0;
}

.modal_wrap .modal_payment {
  width: 100%;
  justify-content: space-around;
  margin: 0 0 auto;
}

.modal_payment_left, .modal_payment_right {
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-evenly;
}

.modal_payment_left {
  display: none;
}

.modal_wrap .modal_payment .button_wrap {
  width: 30%;
  margin: 12px;
  cursor: pointer;
  max-height: 80px;
}

  /*.modal_wrap .modal_payment .button_wrap:first-child{
  margin-right: 3%;
}*/
.modal_wrap .modal_payment .button_wrap .button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.modal_wrap .modal_footer {
  width: 100%;
  height: auto;
  max-height: 40%;
  /* margin-top: auto; */
  align-items: end;
}

.modal_wrap .modal_footer img {
  width: 100%;
  max-height: 100%;
  height: fit-content;
  object-fit: contain;

}

.modal_payment_left .button_wrap:first-child {
  margin-bottom: 10%;
}

  /*.modal_payment_right .button_wrap:first-child{
  margin-bottom: 10%;
}*/
.modal_wrap .button_wrap .button {
  padding: 0;
  background-color: #fff;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-duration: 0.6s;
}





/* modal 2 */

.modal_wrap2 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: rgb(0 0 0 / 40%);
  overflow: scroll;
  display: none;
}

.modal_wrap2 .modal_container2 {
  background-color: #ffba00;
  padding: 20px;
  padding-bottom: 0;
  border-radius: 30px;
  width: 90%;
  height: 90%;
  max-width: 1400px;
  max-height: 700px;
  border: 5px solid #000;
  flex-direction: column;
  justify-content: space-between;
}


/* instruction how to buy */

.instruction_steps-wrap {
  margin-bottom: 32px;
}

.instruction_steps {
  display: flex;
  flex-direction: row;
}

.instruction_step-item {
  display: flex;
  flex-direction: column;
  margin: 10px 5px 0 0;
}

.instruction_step-item:last-child {
  margin-right: 0;
}

.instruction_step-item-number {
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  margin: 10px 10px 20px 10px;
}


.instruction_step-item-img {
  height: 80px;
}

.instruction_step-item-block-wrap {
  position: relative;
  cursor: pointer;
  width: 100%;
  bottom: 3px;
  z-index: 1;
}

.instruction_step-item-block {
  display: flex;
  flex-direction: column;
  max-width: 320px;
  min-height: 250px;
  text-align: center;
  background-color: #ffca43;
  border-radius: 35px;
  z-index: 3;
  padding: 10px 10px 10px 10px;


  border-top: 2px solid #000000;
  border-right: 4px solid #000000;
  border-left: 4px solid #000000;
  border-bottom: 8px solid #000000;

  min-height: 270px;
}

.instruction_step-item-title {
  margin: 10px 0;
  font-size: 24px;
}

.instruction_step-item-text {
  margin: 0 10px 10px 10px;
}


.instruction_link {
  text-decoration: underline;
}

.instruction_step-item-block p {
  font-family: 'Roboto';
  font-weight: bold;
}


.instruction_steps-wrap-mob {
  display: none;
}





.button_modal_wrap {
  width: 90%;
  max-width: 400px;
  margin-bottom: 50px;
}

.button_modal {
  color: #000;
  background-color: #40be00;

  width: 100%;
  border-radius: 50px;
  color: #fff;

  white-space: nowrap;
  background-color: #40be00;
  font-size: 24px;
  padding: 10px 30px;
  z-index: 3;
}

.button_modal:hover {
  background-color: #8fde0c;
}
.home__center_social .button_wrap {
  width: fit-content;
  position: relative;

  bottom: 0;
}

.home__center_social .button_wrap .button {
  font-size: 20px;
  padding: 8px 20px;
}

.home__center_social_wrap .home__center_social .button {
  color: #000;
  background-color: #ffba00;
  font-family: 'Roboto';
  font-weight: bold;
  letter-spacing: -1px;
}
/*.home__center_wrap .home__center_wrap_right .home__center_social .home__center_social_item:last-of-type, .home__center_wrap .home__center_wrap_right .home__center_social .home__center_social_item:nth-of-type(7) {
  display: none;
}*/
.home__center_social .button_wrap:hover {
  bottom: -2px;
}

.home__footer_line_wrap {
  width: 150%;
  background-color: #ca3b12;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  font-size: 36px;
  font-weight: lighter;
  font-family: roboto;
  font-weight: 300;
  padding: 10px 0;
  height: 60px;
  margin-bottom: 2%;
}
.marquee {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.home__footer_line span {
  animation: marquee 1s linear infinite;
  flex-shrink: 0;
  margin: 0;
  padding: 5px 0;
  min-width: fit-content;
  white-space: nowrap;
}

.marquee span {
  display: inline-block;
  white-space: nowrap;
  will-change: transform;
  /*word-spacing: 20px;*/
}
.marquee span span{
  width:  150px;
}
.marquee span span:last-child {
  width:  90px;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-4656px);
  }
}
















@media(min-width: 2200px) {
  .desk_header {
    max-width: 1500px;
    border-radius: 100px;
    border: 4px solid #000;
    padding: 10px 20px;
  }

  .desk_header_left_logo, .community_footer_logo {
    width: 85px;
    height: 85px;
  }

  .desk_header_center ul {
    font-size: 35px;
  }

  .desk_header_center ul a:hover {
    bottom: 5px;
  }

  .desk_header_center ul a:hover::before {
    top: -3px;
    bottom: -12px;
    left: -6px;
    right: -6px;
  }

  .desk_header_center ul .desk_header_center_item div {
    padding: 8px 25px;
  }

    /*   .button {
      border-radius: 100px;
      font-size: 35px;
      padding: 10px 30px;

    }*/
    .button_wrap::before {
      top: -3px;
      bottom: -12px;
      left: -6px;
      right: -6px;
    }

    .button_wrap {
      bottom: 4px;

    }

    .buy_btn .button {
      padding: 20px 30px;
      font-size: 35px;
    }

    .how_btn .button {
      padding: 20px 30px;
      font-size: 35px;
    }

    .home__center_wrap .home__center_wrap_right .home__center_copy_wrap .home__center_copy_promo, .home_center_copy_wrap_title, .home__center_social_title, .home__center_wrap .home__center_wrap_right .home__center_copy_wrap .button {
      font-size: 30px;
    }

    .home__center_wrap .home__center_wrap_right .home__center_copy_wrap .button_wrap {
      min-width: 180px;
    }

    .home__center_wrap .home__center_wrap_right .home__center_copy_wrap .button_wrap .button {
      padding: 12px 30px;
    }

    .home__center_wrap .home__center_wrap_right .home__center_copy_wrap {
      border: 4px solid #000;
    }

    .home__center_wrap .home__center_wrap_right .home__center_social .home__center_social_item, .community_center_social_item {
      width: 65px;
      height: 65px;
      margin-right: 5%;
    }

    /*  .home__center_wrap .home__center_wrap_right .home__center_social .home__center_social_item::before, .community_center_social_item::before {
      top: -3px;
      bottom: -16px;
      left: -11px;
      right: -11px;
    }*/

    .modal_wrap .button_wrap .button {
      overflow: hidden;
      border-radius: 74px;
    }

    .modal_wrap h1 {
      font-size: 80px;
    }

    .modal_wrap .modal_container {
      padding: 30px;
      padding-bottom: 0;
      border-radius: 35px;
      max-width: 1000px;
      max-height: 850px;
      border: 6px solid #000;
    }

    .modal_wrap .close {
      height: 35px;
    }

    .modal_wrap .modal_payment .button_wrap {
      width: 32%;
      margin: 15px;
      cursor: pointer;
      max-height: 80px;
    }
    .home__center_social .button_wrap .button {
      font-size: 25px;
      padding: 10px 25px;
    }

  }


  @media(max-width: 1900px) and (orientation: landscape) {}

  @media(max-width: 1728px) and (orientation: landscape) {


    .home__center_wrap .home__center_wrap_right {
      width: 35%;
    }

    .home__center_wrap .home__center_wrap_right .home__center_copy_wrap .button_wrap {
      min-width: 140px;
      max-width: 140px;
    }

    .container h1 {
      font-size: 80px;
    }
    .home__center_wrap .home__center_wrap_right .home__center_social .home__center_social_item:nth-of-type(6) {
      display: none;
    }
    .home__center_social .button_wrap .button {
      font-size: 18px;
      padding: 6px 16px;
    }
    .home__center_social .button_wrap {

      bottom: -1px;
    }



  }

  @media (max-width: 1600px) and (orientation: landscape) {
    .container h1 {
      font-size: 70px;
    }

    .home__center_wrap .home__center_wrap_right {
      width: 40%;
    }

    .home__center_wrap_left {
      background-position: center;
      margin-right: 3%;
    }


  }

  @media (max-width: 1440px) and (orientation: landscape) {
    .section.home .container {
      width: 100%;
      padding: 2% 4% 4%;
    }

    .button {
      font-size: 18px;
      padding: 5px 20px;
    }

    /*  .home__center_wrap .home__center_wrap_right .home_center_logo {
    height: 90px;
  }*/
  .home__center_wrap .home__center_wrap_right .home__center_copy_wrap .home__center_copy_promo, .home__center_copy_wrap .home__center_copy_desc {
    font-size: 18px;
  }

  .home__center_wrap .home__center_wrap_right .home__center_copy_wrap {
    padding: 12px;

  }

  .home__center_wrap .home__center_wrap_right .home__center_social .home__center_social_item {
    width: 50px;
    height: 50px;
    margin-right: 30px;
  }

  .home_center_copy_wrap_main, .home__center_social_title {
    font-size: 20px;
  }

  .buy_btn .button {
    font-size: 24px;
    padding: 10px 30px;
  }

  .how_btn .button {
    font-size: 24px;
    padding: 10px 30px;
  }

  .modal_wrap .close {
    height: 20px;
  }

  .modal_wrap h1 {
    font-size: 50px;
  }

  .modal_wrap .modal_container {
    border-radius: 25px;
    max-width: 630px;
    max-height: 530px;
    border: 4px solid #000;
  }
  .home__center_wrap .home__center_wrap_right .home__center_copy_wrap .button_wrap {
    min-width: 100px;
    max-width: 140px;
  }
  .home__footer_line span {
    padding: 0;
  }
  .home__footer_line_wrap {
/*    width: 120%;*/
    font-size: 25px;
    padding: 20px 0;
    height: 45px;
    margin-bottom: 20px;
  }
  .marquee {
    overflow: visible;
    height: fit-content;

}
  .container h1 {
    margin-bottom: 10px;
  }

  body{
    overflow: scroll;
    background-color: #ffba00;
  }

  .home__center_wrap .home__center_wrap_right .home_center_logo {
    width: 60%;
  }



}

@media(max-width: 1440px) and (orientation: landscape) {}

@media(max-width: 1366px) and (orientation: landscape) {}

@media(max-width: 1280px) and (orientation: landscape) {
  .container h1 {
    font-size: 50px;
    margin-bottom: 5px;
  }

  .home__center_wrap .home__center_wrap_right {
    width: 40%;
  }

  .home__center_wrap .home__center_wrap_right .home__center_social .home__center_social_item {
    width: 40px;
    height: 40px;
  }

  .home__center_wrap .home__center_wrap_right .home_center_logo {
    width: 100%;
    margin-bottom: 4%;
    height: 65px;
  }

  .home__center_wrap .home__center_wrap_right .home__center_social .home__center_social_item::before {
    bottom: -6px;
  }

  .modal_wrap .modal_payment .button_wrap {
    width: 30%;
    margin: 8px;
    cursor: pointer;
    max-height: 80px;
  }



  .instruction_step-item-img {
    height: 60px;
  }

  .instruction_step-item-block {
    max-width: 320px;
    padding: 0;
    min-height: 240px;
  }

  .instruction_step-item-title {
    font-size: 22px;
  }
  .home__center_wrap .home__center_wrap_right .home__center_social .home__center_social_item:nth-of-type(6) {
    display: flex;
  }
  .instruction_step-item-number {
    width: 40px;
    height: 40px;
    font-size: 25px;
    margin: 10px;
  }
  .instruction_steps-wrap {
    margin-bottom: 17px;
  }









}



@media (max-width: 1180px) {
  .section {
    min-height: fit-content;
    height: auto;
  }

  body, html {
    overflow: scroll;
    background-color: #ffba00;
  }

  .home__center_wrap_left_img {
    display: block;
  }

  .maincontent {
    height: auto;
    width: 100%;
    overflow: scroll;
  }

  .home__center_wrap {
    width: 100%;
    height: max-content;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
    /*   margin-bottom: 15%;*/
  }

  .home__center_wrap {
    width: 100%;
    height: auto;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
  }

  .home__center_wrap_left {
    height: auto;
    width: 60%;
    flex: none;
    background-position: center;
    margin: 0 auto 5%;
    background-image: none;

  }

  .home__center_wrap_left img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .home__center_wrap .home__center_wrap_right {
    height: auto;
    width: 60%;
    margin: 0 auto;
  }

  .home__center_wrap .home__center_wrap_right .home__center_social .home__center_social_item::before {

    top: -1px;
    bottom: -5px;
    left: -3px;
    right: -3px;

  }

  .home__center_wrap .home__center_wrap_right .home__center_social .home__center_social_item {
    width: 55px;
    height: 55px;
    /* margin-right: 5%; */
    /* margin-bottom: 5%; */
    margin: 13px;
  }

  .home__center_social_title {
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .home__center_wrap .home__center_wrap_right .home__center_social {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

   /* .home__center_social.mobile {
      display: flex;
    }*/

    /*.home__center_social.desktop {
      display: none;
    }*/
    .home__center_wrap .home__center_wrap_right .home__center_social .home__center_social_item:nth-of-type(6), .home__center_wrap .home__center_wrap_right .home__center_social .home__center_social_item:nth-of-type(5), .home__center_wrap .home__center_wrap_right .home__center_social .home__center_social_item:nth-of-type(4) {
      display: none;
    }
    .home__center_social .button_wrap {
      width: fit-content;
      position: relative;
      margin: 13px;
      bottom: 0;
    }

    .home__center_social .button_wrap .button {
      font-size: 20px;
      padding: 8px 20px;
    }


    .modal_wrap2 .modal_container2 {
      width: 97%;
    }

    .instruction_step-item-title {
      font-size: 18px;
    }

    .instruction_step-item-number {
      background-color: #fff;
      width: 35px;
      height: 35px;
      font-size: 22px;
      margin: 10px 10px 10px 10px;
    }

    .instruction_step-item-text {
      font-size: 14px;
    }



    .home_center_copy_wrap_title {
      display: none;
    }

    .home_center_copy_wrap_title-inner {
      display: flex;
    }
    .home__footer_line_wrap {
      font-size: 30px;
      height: 50px;
    }

  }


  @media (max-width: 880px) {
    .instruction_step-item {
      display: flex;
      flex-direction: column;
      margin: 0px 3px 0 0;
    }

    .instruction_step-item-block {
      min-height: 320px;
    }

  }


  @media (max-width: 820px) {
    .container h1 {
      font-size: 60px;
    }

    .container h1, .home__center_wrap_left, .home__center_wrap .home__center_wrap_right .home_center_logo, .buy_btn, .home_center_copy_wrap_main, .how_btn {
      margin-bottom: 20px;
    }

    /* .buy_btn{
    bottom: 0;
  }*/
  .home_center_copy_wrap_title, .home__center_social_title {
    margin-bottom: 10px;
  }

    /* .home_center_copy_wrap_main {
      margin-top: 10px;
    } */

    .home__center_wrap_left, .home__center_wrap .home__center_wrap_right {
      width: 65%;
    }


    .modal_container2 h1 {
      font-size: 52px;
    }

    .modal_wrap2 .modal_container2 {
      width: 90%;
    }

    .button_modal_wrap {
      margin-bottom: 40px;
    }

    .button_modal {
      padding: 7px 30px;
    }

    .hidden {
      display: none;
    }

    .instruction_steps-wrap {
      display: none;
    }

    .instruction_steps-wrap-mob {
      display: flex;
    }

    /*-----------instruction mobile slider-----------*/

    .instruction_steps-wrap-mob {
      flex-direction: column;
    }

    .instruction_btn-group {
      display: flex;
      flex-direction: row;
      gap: 10px;
      margin-top: 30px;
    }

    .instruction_btn {
      color: #000;
      font-size: 18px;
      min-width: 150px;
      border-radius: 50px;
      padding: 7px 5px;
      background-color: transparent;
      position: relative;
      border-top: 2px solid #000000;
      border-right: 4px solid #000000;
      border-left: 4px solid #000000;
      border-bottom: 6px solid #000000;
    }

    .instruction_btn:disabled {
      color: #0000005d;
      border-top: 2px solid #0000005d;
      border-right: 4px solid #0000005d;
      border-left: 4px solid #0000005d;
      border-bottom: 6px solid #0000005d;
    }

    .instruction_steps-top-contaier {
      width: 100%;
      margin: 10px 10px 20px 10px;
    }

    .steps {
      display: flex;
      padding: 10px;
      flex-direction: column;
      justify-content: center;
      width: 100%;
    }

    .steps__connector, .steps__step {
      position: relative;
    }

    .steps__connector {
      background-color: #fff;
      transform: translateX(-50%);
    }

    .steps__connector:before {
      background-color: #000;
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      transform: scale(1, 0);
      transform-origin: 50% 0;
      transition: background-color .3s, transform .3s cubic-bezier(0.65, 0, 0.35, 1);
    }

    .steps__step {
      display: flex;
      align-items: center;
      flex-shrink: 0;
      z-index: 1;
    }

    .steps__step-number {
      background-color: #fff;
      color: #000;
      border-radius: 50%;
      margin-inline-end: 5px;
      text-align: center;
      width: 35px;
      height: 35px;
      transition: background-color .3s cubic-bezier(0.65, 0, 0.35, 1), box-shadow .3s cubic-bezier(0.65, 0, 0.35, 1);
      margin-inline-end: 0;
      font-size: 22px;
    }

    .steps__step--current .steps__step-number, .steps__step--done .steps__step-number {
      background-color: #ffca43;
    }

    .steps__step--current .steps__step-number {}

    .steps__step--current .steps__step-number::after,
    .steps__step--done .steps__step-number::after {
      content: "";
      position: absolute;
      top: -2px;
      bottom: -5px;
      left: -4px;
      right: -4px;
      background-color: #000;
      border-radius: 100px;
      z-index: -2;
    }

    .steps__step--done+.steps__connector:before {
      transform: scale(1, 1);
    }

    .steps {
      flex-direction: row;
      align-items: center;
    }

    .steps__connector {
      margin-inline-start: 0;
      width: 100%;
      height: 3px;
      transform: translateY(-50%);
    }

    .steps__connector:before {
      transform: scale(0, 1);
      transform-origin: 0 50%;
    }

    .instruction_step-item-block {
      min-height: 230px;
    }
    .home__footer_line_wrap {
    font-size: 20px;
    height: 40px;
}

    /*-----------instruction mobile slider end-----------*/


  }

  @media (max-width: 768px) {}

  @media (max-width: 540px) {
    .home__center_wrap_left, .home__center_wrap .home__center_wrap_right {
      width: 70%;
    }

    .container h1, .home__center_wrap_left, .home__center_wrap .home__center_wrap_right .home_center_logo, .buy_btn, .home_center_copy_wrap_main, .how_btn {
      margin-bottom: 20px;
    }

    .container h1 {
      font-size: 40px;
    }

    .home__center_social_wrap {
      flex-direction: column;
      width: 100%;
      margin-top: 0;
    }

    .home__center_social_title {
      width: 94%;
    }

    .buy_btn .button {
      font-size: 24px;
      padding: 10px 30px;
    }

    .how_btn .button {
      font-size: 24px;
      padding: 10px 30px;
    }

    .home_center_copy_wrap_main, .home__center_social_title, .home__center_wrap .home__center_wrap_right .home__center_copy_wrap .button {
      font-size: 20px;
    }

    .home__center_wrap .home__center_wrap_right .home__center_copy_wrap .home__center_copy_promo {
      font-size: 18px;
    }

    .home__center_wrap .home__center_wrap_right .home__center_copy_wrap .button_wrap {
      min-width: 130px;

    }

    .home__center_wrap .home__center_wrap_right .home__center_copy_wrap .button {
      padding: 5px 20px;
    }

    .home__center_wrap .home__center_wrap_right .home__center_copy_wrap {
      /* width: 86%; */
      padding: 10px;
    }

    .home__center_wrap .home__center_wrap_right .home__center_social .home__center_social_item {
      width: 45px;
      height: 45px;
      margin: 8px;
    }

    .home_center_copy_wrap_main {
      flex-direction: row;
    }

    .home_center_copy_wrap_title {
      margin-bottom: 0;
      margin-right: 5px;
      width: 100%;
    }

    .home__center_wrap .home__center_wrap_right .home__center_copy_wrap .home__center_copy_promo, .home__center_wrap .home__center_wrap_right .home__center_copy_wrap .button {
      font-size: 14px;
      line-height: 14px;
    }

    .home__center_wrap .home__center_wrap_right .home__center_copy_wrap .button_wrap {
      min-width: fit-content;
      bottom: 0;
    }

    .home__center_wrap .home__center_wrap_right .home__center_copy_wrap .button_wrap::before {
      content: "";
      position: relative;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: transparent;
      border-radius: 0;
    }

    .home__center_wrap .home__center_wrap_right .home__center_copy_wrap .button {
      border-radius: 50px;
      /* border: 2px solid #000; */


      border-top: 2px solid #000000;
      border-right: 3px solid #000000;
      border-left: 3px solid #000000;
      border-bottom: 5px solid #000000;
    }

    .modal_wrap h1 {
      font-size: 40px;
    }

    .modal_wrap .modal_payment {
      justify-content: space-between;
      flex-direction: column;
    }

    .modal_wrap .button_wrap .button {
      border-radius: 70px;
    }


    .modal_payment_left .button_wrap:first-child, .modal_wrap .modal_payment .button_wrap, .modal_wrap h1 {
      /*margin-bottom: 20px;*/
    }

    .modal_wrap .modal_payment .button_wrap:first-child {
      /* margin-right: 0;*/
    }

    .button_modal_wrap:hover {
      bottom: 1px;
    }

    .button_modal_wrap::before {
      bottom: -6px;
    }

    /* .modal_wrap .button_wrap:hover::before, .modal_wrap .button_wrap {
      bottom: -6px;
    } */

    .modal_wrap .modal_payment .button_wrap {
      width: 42%;
      max-height: 55px;
      margin: 10px;
    }

    .modal_wrap .close {
      height: 18px;
      margin-bottom: 10px;
    }

    .modal_wrap .modal_container {

      width: 90%;
      height: fit-content;
      max-height: max-content;
      margin: 20px auto auto;
    }

    .modal_wrap {
      padding-bottom: 20px;
    }

    .modal_wrap .modal_footer img {
      width: 100%;
      max-height: fit-content;
      height: 100%;
      height: intrinsic;
      object-fit: contain;
    }

    .modal_wrap .modal_footer {
      max-height: 30%;
    }

    .home__center_social .button_wrap .button {
      font-size: 14px;
      line-height: 14px;
      padding: 6px 15px;
      font-weight: bold;
    }

    .button_wrap::before {
      top: -2px;
      bottom: -5px;
      left: -3px;
      right: -3px;
    }
    .home__center_social .button_wrap {

      bottom: -2px;
    }
    .button_wrap:hover::before {
      bottom: -5px;
    }

    .modal_container2 h1 {
      font-size: 42px;
    }





  }

  @media (max-width: 450px) {
    .home__footer_line_wrap {
    font-size: 18px;
    height: 35px;
}
    .section.home .container {
      padding: 6%;
      justify-content: flex-start;
    }

    .home__center_wrap_left, .home__center_wrap .home__center_wrap_right {
      width: 100%;
    }

    .home__center_wrap_left img {
      width: 64%;
    }

    .home__center_wrap .home__center_wrap_right .home_center_logo img {
      width: 64%;
    }

    .home__center_wrap .home__center_wrap_right .home__center_copy_wrap .home__center_copy_promo, .home__center_wrap .home__center_wrap_right .home__center_copy_wrap .button {
      font-size: 14px;
      line-height: 14px;
    }

    .home__center_wrap .home__center_wrap_right .home__center_copy_wrap .button_wrap {
      min-width: fit-content;
      bottom: 0;
    }

    .home_center_copy_wrap_main, .home__center_social_title {
      font-size: 18px;
    }

    .container h1, .home__center_wrap_left, .home__center_wrap .home__center_wrap_right .home_center_logo, .buy_btn, .home_center_copy_wrap_main, .how_btn {
      margin-bottom: 15px;
    }

   /* .home_center_copy_wrap_main {
      margin-top: 5px;
    }*/

    .home__center_social_title {
      margin-bottom: 5px;
    }



    .home__center_wrap .home__center_wrap_right .home__center_copy_wrap .button_wrap::before {
      content: "";
      position: relative;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: transparent;
      border-radius: 0;
    }

    .home__center_wrap .home__center_wrap_right .home__center_copy_wrap .button {
      border-radius: 50px;
      /* border: 2px solid #000; */
    }

    .home__center_social_title {
      width: 100%;
    }

    .modal_payment_left, .modal_payment_right {
      width: 66%;
    }

    /*.modal_payment_left .button_wrap:first-child, .modal_wrap .modal_payment .button_wrap {
    margin-bottom: 23px;
}*/
.modal_wrap h1 {
  font-size: 40px;
  letter-spacing: 1px;
}

.modal_wrap2 h1 {
  font-size: 30px;
}

    /*.modal_payment_right, .modal_wrap h1{
  margin-bottom: 35px;
}*/

.modal_wrap .modal_footer {
  max-height: 30%;
}

.modal_wrap .modal_container {
  height: fit-content;
  max-height: none;
  min-height: 500px;
  margin: auto;
}

.modal_wrap .modal_payment {
  width: 100%;
  margin: auto;
}

.modal_payment_left, .modal_payment_right {
  width: 100%;
  margin: 15px 0;
}



.modal_wrap2 .modal_container2 {
  width: 96%;
}

.instruction_steps-top-contaier {
  width: 100%;
  margin: 10px 10px 10px 10px;
}

.instruction_step-item-img {
  height: 65px;
}

.instruction_btn-group {
  margin-top: 20px;
}

.button_modal_wrap {
  margin-bottom: 30px;
}
.container h1 {
    font-size: 33px;
    line-height: 35px;
    margin-bottom: 10px;
}

}

@media (max-width: 390px) {

 
}


@media(max-width: 360px) {}


@media(max-width: 340px) {
  .modal_wrap2 h1 {
    font-size: 24px;
  }

  .steps {
    width: 90%;
  }

  .instruction_step-item-block {
    max-width: 90%;
  }

  .steps__step-number {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }

  .instruction_step-item-img {
    height: 45px;
  }

  .instruction_btn {
    font-size: 16px;
    min-width: 130px;
    padding: 5px 5px;
  }

  .instruction_step-item-text {
    font-size: 13px;
  }

  .instruction_step-item-block {
    min-height: 210px;
  }

  .instruction_btn-group {
    margin-top: 10px;
  }

  .button_modal {
    font-size: 20px;
  }

  .button_modal_wrap {
    margin-bottom: 20px;
  }
}