.mobileMenu{display: none;}
.sidenav{display: none;}

@media screen and (min-width:1920px) {
  .heroWrapper {
      padding-top: 130px;
      margin-top: 30px;
  }
  .hero{
    margin-bottom: 110px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .themeContainer {
    padding: 0 24px;
  }
  .linkArea > a {
    padding: 14px 6px;
  }
  .menuWrapper ul li a{
    padding: 12px 12px;
  }
  .heroWrapper{
    padding-top: 150px;
  }
  .hero{
    margin-bottom: 150px;
  }
  .miniBanner{
    bottom: -50px;
  }
  .chartArea{
    width: 500px;
  }
  .chartWidgets{
    width: calc(100% - 528px);
  }
}
@media screen and (max-width: 1024px) {

  .headerWrapper{
    align-items: flex-start;
  }

  .themeContainer {
    padding: 0 24px;
  }

  .menuWrapper{display: none;}

  .linkArea > a{display: none;}

  .menu {
    flex-direction: column;
    align-items: center;
    padding: 0 30px;
  }
  .menu > li{
    width: 100%;
    border-bottom: 1px solid #ffffff26;
    text-align: left;
  }
  .menu li a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    padding: 10px 10px 10px 10px;
  }

  .submenu li {
      width: 100%;
  }

  .menu li:hover .submenu:before {
  }
  .menu li:hover .submenu{
    top: calc(100% + 1px);
    left: 0;
    background: rgba(1, 3, 20, 1);
    z-index: 99;
    min-width: auto;
  }
  .menu li:hover .downMenu{
    background: none;
    -webkit-text-fill-color: unset;
  }
  .downMenu:after {
    position: absolute;
    right: 0;
    top: 24px;
}
  .sidenav {
    display: block;
    height: 100%;
    width: 0;
    max-width: 500px;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: rgba(1, 3, 20, 1);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align:center;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 0.01%, #9299AC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    transition: 0.3s;
  
  }
  
  .sidenav a:hover{
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  .mobileMenu{
    display: block;
    font-size:30px;
    cursor:pointer;
  }
  .mobileMenu span{
    display: flex;
  }

  .mobileMenu span img{
    width: 28px;
  }

  .heroWrapper{
    padding-top: 0;
  }

  .heroWrapper h1{
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
  }

  .hero {
    margin-top: 50px;
      margin-bottom: 55px;
  }

  .defaultButton {
      padding: 10px 10px;
  }

  .heroButtons .primaryButton {
      padding: 14px 20px;
      min-width: auto;
      white-space: nowrap;
  }

  .heroButtons .defaultButton {
      padding: 14px 30px;
      min-width: auto;
      white-space: nowrap;
  }

  .heroWrapper p {
      font-size: 16px;
      line-height: 22px;
      max-width: 100%;
  }

  .socialMedia {
      margin-bottom: 75px;
  }

  .themeTitle span {
    line-height: 18px;
  }

  .themeTitle h2{
    font-size: 22px;
    line-height: 32px;
  }

  .platforms{margin-bottom: 70px;}

  .bannerDescription{margin-bottom: 70px;}


  .btcBox > img:first-child {height: 28px;margin-bottom: 7px;}

  .btcWrapper.w1,.btcWrapper.w2,.btcWrapper.w3 {
      max-width: 100%;
      justify-content: center;
      gap: 60px;
  }

  .circleImg {
  }

  .venturesWrapper {
      margin: 40px 0;
  }

  .circleImg img {width: 100%;}

  .widgets {
      margin-bottom: 70px;
  }

  .widgetWrapper{gap: 15px;}

.widgetBox {
    align-items: center;
    padding: 30px 20px 10px 20px;
}

.widgetImg {width: 100px;}

.widgetImg img {
    width: 100%;
}

.widgetButtons {
    opacity: 1;
    overflow: visible;
}

  .personCard {
    padding: 10px;
    border-radius: 10px;
  }

  .personName {
      font-size: 14px;
      margin-bottom: 0;
  }

  .personTitle {
      font-size: 14px;
  }

  .personTitle a img {
      height: 20px;
  }

  .personPic {
      margin-bottom: 10px;
  }

  .workTeam {margin-bottom: 70px;}
  .postTitle a {
    font-size: 15px;
    line-height: 25px;
  }

  .postTitle {
      margin-bottom: 30px;
  }
  .blog{
    margin-bottom: 70px;
  }
  .accordion-title {
    padding: 16px 20px 16px 20px;
  }

  .accordion-content {
      line-height: 22px;
      font-size: 15px;
      padding: 0px 20px 16px 20px;
  }

  .footer {
      padding-top: 80px;
  }

  .footer .themeContainer {
      gap: 32px;
  }

  .socialButtons .primaryButton {
      width: 48px;
      min-width: 48px;
      height: 48px;
      min-height: 48px;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .socialButtons .primaryButton img {
      height: 18px;
  }

  .footer .headerWrapper {
      margin-top: 30px;
      flex-direction: column;
      align-items: center;
      gap: 40px;
  }

  .footer .menuWrapper {
      display: flex;
      flex-direction: column;
      align-items: center;
      border: 0;
      width: 100%;
  }

  .footer .linkArea {
      display: block;
  }

  .footer .menuWrapper > ul {
      width: 100%;
  }

  .footer .menuWrapper ul li {
      width: 50%;
  }

  .footer .menuWrapper ul li a {
      justify-content: center;
  }

  .footer .menuWrapper ul li a:hover {
      box-shadow: none;
      border: 0;
      color: rgba(147, 157, 184, 1);
  }
  .bannerArea img{
    width: 100%;
    max-width: 350px;
  }
  .postImg{
    justify-content: center;
  }
  .tabWrapper{
    flex-direction: column;
    border: 0;
    border-radius: 0;
    gap: 12px;
    padding: 0;
    width: 90%;
  }
  .tabWrapper button {
      margin: 0;
      padding: 10px 18px;
      border: 1px solid rgb(255 255 255 / 24%)!important;
  }

  .tablinks:after {
      display: none;
  }

  .tabWrapper button.active {
      border: 0;
  }
}
@media screen and (max-width: 900px) {
  .contactWrapper{
    flex-direction: column;
    margin-bottom: 105px;
    padding: 0;
  }
  .contactDescription{
    width: 100%;
  }
  .contactForm{
    width: 100%;
    margin-top: 50px;
    padding-left: 0;
  }
  .modal{
    padding-top: 0;
  }
  .modalContent{
    flex-direction: column;
  }
  .modalSlider {
    width: 100%;
  }
  .modalRight {
    width: 100%;
  }
  .modal-content{
    max-width: 90%;
    padding: 16px;
  }
  .progress-bar{
    width: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .socialWrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .timeLineSlider{
    padding-left: 60px;
  }
  .timeLineDesc{
    padding-right: 60px;
  }
  .prodDetailContent{
    flex-direction: column;
    margin-bottom: 100px;
  }
  .prodDetailContent::before{
    width: 100%;
    top: 0;
  }
  .productSlider {
      width: 100%;
  }
  .prodDescription {
      width: 100%;
      margin-top: 50px;
  }
  .miniBanner{bottom: 0;}
  .miniBannerDesc{
    padding: 16px;
  }
  .miniBannerDesc h2{font-size: 14px;}
  .miniBannerDesc span{
    text-align: center;
  }
  .capacityTr{
    flex-direction: column;
  }
  .processNumber {
    text-align: center;
  }
  .widgetCard p{
    align-items: center;
  }
  .chartWrapper{
    flex-direction: column;
  }
  .chartWidgets{
    width: 100%;
  }
}


@media screen and (max-width: 768px) {
  body .swiper-pagination{margin-top: 0;}
  .bannerDescWrapper{
    flex-direction: column;
  }
  .bannerArea{
    width: 100%;
  }
  .descriptionArea{
    width: 100%;
  }
  .socialWrapper {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .footer .menuWrapper > ul {
      flex-wrap: wrap;
  }
  
  .btcBox {
    padding: 10px 10px 14px 10px;
    border-radius: 7px;
  }

  .btcBox > img:last-child {}

  .btcWrapper {
      margin-bottom: 30px;
  }
  .btcWrapper.w1,.btcWrapper.w2,.btcWrapper.w3 {
      gap: 30px;
  }
  
  .widgetWrapper {
    flex-direction: column;
  }

  .widgetBox {
      align-items: center;
      padding: 30px 20px 10px 20px;
  }

  .widgetImg {width: 105px;}

  .widgetImg img {
      width: 100%;
  }

  .widgetDesc {
  }

  .widgetButtons {
      opacity: 1;
      overflow: visible;
  }
  .mt120 {
    margin-top: 60px;
  }
  .themeTitle h2 br{
    display: none;
  }
  .themeTitle p br{
    display: none;
  }
  .yearly {
    position: unset;
  }

  .timeLineDesc {
      width: 100%;
      padding: 0;
      align-items: center;
  }

  .timeLineSlider {
      padding: 0;
      width: 100%;
  }

  .timelineStep {
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin-bottom: 70px;
  }

  .timeLineSlider:before {
      display: none;
  }

  .timeLineDesc p {
      text-align: center;
      margin-bottom: 20px;
  }

  .timeLineWrapper {
      margin-bottom: 20px;
  }
  .prodDetailContent{
    flex-direction: column;
    padding: 16px 12px;
  }
  .productDetail{
    margin-bottom: 70px;
  }
  .productSlider{
    width: 100%;
  }
  .prodDescription{
    width: 100%;
    padding: 0;
    margin-top: 50px;
  }
  .prodDetailContent::before{
    width: 100%;
    top: 0;
  }
  .prodDescription .themeTitle h2 {
      font-size: 20px;
  }

  .detailLogo a img {
      height: 30px;
  }
  .bannerDescWrapper.mobileReverse{
    flex-direction: column-reverse;
  }
  .langSelect{
    height: 47px;
  }
  .language .select{
    padding: 14px 16px;
  }
  .language::after{
    top: 19px;
  }
  .heroContent{
    align-items: flex-start;
    flex-direction: column;
  }
  .heroWrapper{
    max-width: 90%;
  }
  .miniBanner{
    bottom: 0;
    width: 100%;
    justify-content: center;
    margin: 40px auto 0 auto;
  }
  body .swiper-button-next{
    right: 10px;
  }
  body .swiper-button-prev{
    left: 10px;
  }
  body .modalSlider .swiper-button-next{
    right: 20px;
  }
  body .modalSlider .swiper-button-prev{
    left: 20px;
  }
  #videoEmbed{
    margin-top: 100px;
  }
  .chartWrapper {
    flex-direction: column;
}

.chartArea {
    width: 100%;
    padding: 0 10px 0px 0;
  }

  .chartWidgets {
      width: 100%;
  }

  .widgetsWrapper {
      flex-direction: column;
  }

  .widgetCard {
      justify-content: center;
      align-items: center;
      display: flex;
  }

  .blocksWrapper {
      gap: 16px;
  }

  .priceCard {
      width: calc(50% - 8px);
  }

  .priceCard span{
    font-size: 12px;
  }

  .capacityT {
      flex-direction: column;
  }

  .capacityTr {
      flex-direction: column;
  }

  .btcTitle h2 {
      font-size: 18px;
  }

  .transactionCard {}

  .cardDescription {
    width: 100%;
}

  .transactionCard {
      flex-direction: column;
  }

  .cardfromto {
      flex-direction: column;
      width: 100%;
  }

  .cardfromto > div {
      flex-direction: column;
      width: 100%;
      margin: 0;
  }

  .cardTop {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 10px;
      margin-bottom: 10px;
  }

  .cardTop a {
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      text-align: center;
  }
  .cardfromto > div a {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      display: block;
      width: 100%;
      text-align: center;
  }

  .cardBottom {
      text-align: center;
      justify-content: center;
  }

  .cardfromto > div img {
      transform: rotate(90deg);
  }
  .validCode{
    flex-direction: column;
  }
  .validCode a{
    width: 100%;
  }
  .btcTitle a{
    padding: 10px 12px;
    font-size: 12px;
  }
  .cardInfo{
    min-height: 90px;
  }
  .btcTitle{
    margin-bottom: 18px;
  }
  .chart{
    margin-top: 42px;
  }
  .chartCard p span{
    font-size: 18px;
  }
  .chartCard{
    flex-direction: column;
    align-items: flex-start;
  }
  .chartCard img{
    width: 18px;
  }
  .widgetCard p{
    align-items: center;
  }
  .processNumber{
    text-align: center;
  }
  .stepPage h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .stepPage p {
      padding-right: 15px;
      line-height: 22px;
      font-size: 15px;
      text-align: left;
  }

  .stepBottom {
      flex-direction: column;
      gap: 10px;
  }
  .amountPrice > div {
    width: 100%;
  }

  .amountPrice {
      flex-direction: column;
  }

  .stepBuying {
      padding: 30px 20px;
  }

  .priceChange {
  }

  .exchangeArea {
      flex-direction: column;
      justify-content: center;
      border-radius: 24px;
      padding: 20px;
  }

  .amountArea {
      margin-bottom: 20px;
  }

  .inputWrapper {
      flex-direction: column;
  }

  .subtract img {
      transform: rotate(90deg);
  }

  .exchangeInputGroup input {
    font-size: 14px;
  }

  .widthSelect {
  }

  .exchangeInputGroup {
      max-width: 200px;
  }

  .inputWrapper:last-child .exchangeInputGroup {
      max-width: max-content;
  }

  .exchangeInputGroup > img {
      order: 1;
  }

  .connectMate {
      flex-direction: column;
  }

  .connectMate span {flex-wrap: wrap;}

  .stepWrapper {
      margin-bottom: 28px;
  }
  .warningArea {
    padding: 16px 16px;
  }

  .walletInfo {
      flex-direction: column;
  }

  .walletInfo p {
      font-size: 16px;
  }

  .coinSelect {
      width: 100%;
  }

  .walletAdress {
      width: 100%;
  }

  .walletInput {
      flex-direction: column;
  }

  .adressArea {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      padding-right: 35px;
      font-size: 14px;
  }

  .warningArea p {
      font-size: 14px;
  }
  .stepResultInfo {
      padding: 24px;
  }
  
  .stepTitle h2{
    font-size: 24px;
  }
  .mb96{
    margin-bottom: 50px;
  }
  .pagination ul li a {
    width: 34px;
    height: 34px;
    font-size: 13px;
  }

  .pagination ul {
      gap: 12px;
  }

  .pagination ul li a img {
      width: 17px;
  }

    .mb96{
      margin-bottom: 50px;
    }

  .allBlog {
      margin-bottom: 32px;
  }

  .allBlog {
      gap: 14px;
  }

  .allBlog .postCard {
      max-width: 100%;
  }

  .singleBlog .descriptionArea .themeTitle h2 {
      font-size: 20px;
      line-height: 32px;
  }
}

@media screen and (max-width: 600px) {
  .contactBoxes{
    flex-direction: column;
  }
  .inputGroup{
    flex-direction: column;
  }
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}