@media (min-width: 1100px) and (max-width: 1910px) {
  .crypto-lp-landing {
    zoom: .8;
  }
}

.clp_section {
  margin: 140px 0;
}
.clp_section-container {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 60px;
  box-sizing: content-box;
}
.clp_section-container-full {
  margin: 0 auto;
}
.clp_section-container-small {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 60px;
  box-sizing: content-box;
}

@media (max-width: 767px) {
  .clp_section-container {
    padding: 0 45px;
  }
  .clp_section-container-small {
    padding: 0 45px;
  }
}
.crypto-lp-landing{
  .breadcrumbs_wrap{
    .container{
      max-width: 1310px;
      padding: 0px;
      ol{
        padding: 0px;
      }
      li{
        color:  #86868B;
        font-family: Nunito;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
      }
      li:first-child{
        color: #86868B;
        font-family: Nunito;
        font-size: 14px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        letter-spacing: 0.7px;
      }
      li:last-child{
        color: #22E243;
        font-family: Nunito;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
      }
    }
  }
}
@media (max-width:768px){
  .crypto-lp-landing{

      .chart-section-wrap {
        margin-bottom: 0px !important
    }
  .breadcrumbs_wrap{
    .container{
      padding: 0px 20px;
    }}}
}
.crypto-lp-landing {
    .clp_btn,.clp_btn--accent,.clp_ctacard-btn{
 border: 2px solid #ffffff00;
    }
  .clp_btn,.clp_btn--accent,.clp_ctacard-btn{
&:hover {
            transition: all .3s ease-in-out;
            border: 2px solid #000;
            background: #f7f7f7;
            color: #222;
            text-align: center;
            font-family: Nunito;
            box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, .15);
            background-image: url(https://www.zen.com/wp-content/themes/zen/images/deals-landing/patern.webp);
            background-position: center;
            background-size: cover;
        }
}


}


body:has(main.crypto-lp-landing) footer {
.app-store-list__single-store a .single-store__img img {
        filter: invert(100%) !important;
    }
          #top:hover span:last-child,  #top span:last-child {
        filter: invert(100%) !important;
    }
         #top:hover span:last-child {
        filter: inherit !important;
    }
        #top {
        border: 2px solid black;
        border-radius: 70%;
        display: block;
        height: 80px;
        padding: 26px 28px;
        position: relative;
        right: 0;
        transition: .2s 
ease-in-out;
        width: 80px;
    }
        #top:hover {
        background-color: black;
    }
}
.crypto_hero{
  margin-top: unset;
}
.navbar-new__top{

}