@font-face {
  font-family: proximanova-b;
  src: url("../fonts/proxima/ProximaNova-Bold.ttf");
}

@font-face {
  font-family: proximanova-l;
  src: url("../fonts/proxima/ProximaNova-Light.ttf");
}

@font-face {
  font-family: proximanova-r;
  src: url("../fonts/proxima/ProximaNova-Regular.ttf");
}

@font-face {
  font-family: proximanova-sb;
  src: url("../fonts/proxima/ProximaNova-Semibold.ttf");
}

@font-face {
  font-family: inter-sb;
  src: url("../fonts/inter-new/Inter-SemiBold.ttf");
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
  font-family: proximanova-r;
  background-color: #16181D;
}

.header-content {
  width: 100%;
  height: auto;
}

.header-content .navbar-data {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 1% 0%;
  border-radius: 0px;
}

.header-content .navbar-data.scrolled {
  background-color: #131416 !important;
  -webkit-box-shadow: 0px 2px 3px rgba(96, 96, 96, 0.1);
          box-shadow: 0px 2px 3px rgba(96, 96, 96, 0.1);
  -webkit-transform: all 0.5s ease;
          transform: all 0.5s ease;
}

@media (max-width: 575.98px) {
  .header-content .navbar-data {
    padding: 10px 20px;
  }
}

.header-content .navbar-data .navbar-brand {
  width: 180px;
  height: 55px;
}

.header-content .navbar-data .navbar-brand .nav-image-data {
  width: 100%;
}

.header-content .navbar-data .new-toggle-data .open-icons {
  color: #fff;
}

.header-content .navbar-data .mobile-menu {
  width: 100%;
  height: 100%;
}

@media (max-width: 575.98px) {
  .header-content .navbar-data .mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000;
    -webkit-transform: translatex(-100%);
            transform: translatex(-100%);
    padding: 10px 15px;
    margin: auto;
    overflow: auto;
    z-index: 1010;
    -webkit-transition: all ease 0.29s;
    transition: all ease 0.29s;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .header-content .navbar-data .mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 60%;
    height: 100vh;
    background-color: #000;
    -webkit-transform: translatex(-100%);
            transform: translatex(-100%);
    padding: 10px 15px;
    margin: auto;
    overflow: auto;
    z-index: 1010;
    -webkit-transition: all ease 0.29s;
    transition: all ease 0.29s;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .header-content .navbar-data .mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 60%;
    height: 100vh;
    background-color: #000;
    -webkit-transform: translatex(-100%);
            transform: translatex(-100%);
    padding: 10px 15px;
    margin: auto;
    overflow: auto;
    z-index: 1010;
    -webkit-transition: all ease 0.29s;
    transition: all ease 0.29s;
  }
}

.header-content .navbar-data .mobile-menu .close-icon-data {
  width: 100%;
  height: auto;
}

.header-content .navbar-data .mobile-menu .close-icon-data .close-all-data {
  position: absolute;
  right: 20px;
  color: #fff;
}

.header-content .navbar-data .mobile-menu .navbar-menu-data {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575.98px) {
  .header-content .navbar-data .mobile-menu .navbar-menu-data {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 25px;
  }
}

.header-content .navbar-data .mobile-menu .navbar-menu-data .single-data {
  margin-left: 20px;
}

.header-content .navbar-data .mobile-menu .navbar-menu-data .single-data.single-data1 {
  margin-left: auto;
}

@media (max-width: 575.98px) {
  .header-content .navbar-data .mobile-menu .navbar-menu-data .single-data.single-data1 {
    margin-left: 10px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .header-content .navbar-data .mobile-menu .navbar-menu-data .single-data.single-data1 {
    margin-left: 10px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .header-content .navbar-data .mobile-menu .navbar-menu-data .single-data.single-data1 {
    margin-left: 10px !important;
  }
}

.header-content .navbar-data .mobile-menu .navbar-menu-data .single-data .inside-menu {
  font-size: 16px;
  color: #FFFFFF;
  font-family: proximanova-r;
  cursor: pointer;
}

@media (max-width: 575.98px) {
  .header-content .navbar-data .mobile-menu .navbar-menu-data .single-data .inside-menu {
    margin-top: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .header-content .navbar-data .mobile-menu .navbar-menu-data .single-data .inside-menu {
    margin-top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .header-content .navbar-data .mobile-menu .navbar-menu-data .single-data .inside-menu {
    margin-top: 20px;
  }
}

.header-content .navbar-data .mobile-menu .navbar-menu-data .start-content {
  padding: 6px 25px;
  margin-left: 20px;
  border: 1px solid #00f6f6;
  border-radius: 25px;
  cursor: pointer;
}

@media (max-width: 575.98px) {
  .header-content .navbar-data .mobile-menu .navbar-menu-data .start-content {
    margin-top: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .header-content .navbar-data .mobile-menu .navbar-menu-data .start-content {
    margin-top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .header-content .navbar-data .mobile-menu .navbar-menu-data .start-content {
    margin-top: 20px;
  }
}

.header-content .navbar-data .mobile-menu .navbar-menu-data .start-content .start-button {
  font-size: 16px;
  color: #FFFFFF;
  font-family: proximanova-r;
  padding: 0;
  cursor: pointer;
}

.header-content .navbar-data .open {
  -webkit-transform: translatex(0%);
          transform: translatex(0%);
  display: block;
}

.landing-content {
  width: 100%;
  height: auto;
  background-image: url("../images/bitium-body-bg.png");
  background-position: center;
  background-size: cover;
  padding: 5% 0% 0% 0%;
}

.landing-content .crypto-payments {
  width: 100%;
  height: auto;
  background-image: url("../images/btc-bg.png");
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 4% 0%;
  -webkit-animation: wave 10s linear infinite;
          animation: wave 10s linear infinite;
}

@media (max-width: 575.98px) {
  .landing-content .crypto-payments {
    -webkit-animation: wave 45s linear infinite;
            animation: wave 45s linear infinite;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-content .crypto-payments {
    -webkit-animation: wave 45s linear infinite;
            animation: wave 45s linear infinite;
  }
}

@-webkit-keyframes wave {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 100%;
  }
}

@keyframes wave {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 100%;
  }
}

.landing-content .crypto-payments .all-div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: auto;
  margin: 0px auto;
  overflow: hidden;
}

@media (max-width: 575.98px) {
  .landing-content .crypto-payments .all-div {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-content .crypto-payments .all-div {
    width: 100%;
  }
}

.landing-content .crypto-payments .all-div .left-images {
  width: 500px;
  height: auto;
}

.landing-content .crypto-payments .crypto-right {
  width: 100%;
  height: auto;
  padding: 20% 0%;
  margin-right: 100px;
  opacity: 0;
  -webkit-transition: all 2000ms ease;
  transition: all 2000ms ease;
}

.landing-content .crypto-payments .crypto-right .crypto-pages {
  font-size: 32px;
  color: #FFFFFF;
  line-height: 50px;
  font-family: proximanova-r;
}

@media (max-width: 575.98px) {
  .landing-content .crypto-payments .crypto-right .crypto-pages {
    font-size: 22px;
    line-height: 35px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-content .crypto-payments .crypto-right .crypto-pages {
    font-size: 22px;
    line-height: 35px;
  }
}

.landing-content .crypto-payments .crypto-right .crypto-page2 {
  font-size: 33px;
  color: #FFFFFF;
  line-height: 50px;
  font-family: proximanova-r;
}

@media (max-width: 575.98px) {
  .landing-content .crypto-payments .crypto-right .crypto-page2 {
    font-size: 22px;
    line-height: 35px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-content .crypto-payments .crypto-right .crypto-page2 {
    font-size: 22px;
    line-height: 35px;
  }
}

.landing-content .crypto-payments .crypto-right .crypto-page2 span {
  font-size: 40px;
  color: #00f6f6;
  font-family: proximanova-b;
}

@media (max-width: 575.98px) {
  .landing-content .crypto-payments .crypto-right .crypto-page2 span {
    font-size: 24px;
    line-height: 35px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-content .crypto-payments .crypto-right .crypto-page2 span {
    font-size: 22px;
    line-height: 35px;
  }
}

.landing-content .crypto-payments .owl-item.active .crypto-right {
  margin-right: 0px;
  opacity: 1;
}

.landing-content .crypto-payments .owl-prev {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 22%;
  bottom: 20%;
  border: 2px solid #8D8D8D !important;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575.98px) {
  .landing-content .crypto-payments .owl-prev {
    width: 22px;
    height: 22px;
    right: 20%;
    bottom: 15%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-content .crypto-payments .owl-prev {
    width: 22px;
    height: 22px;
    right: 20%;
    bottom: 15%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-content .crypto-payments .owl-prev {
    font-size: 22px;
    line-height: 35px;
    right: 25%;
    bottom: 15%;
  }
}

.landing-content .crypto-payments .owl-prev i {
  font-size: 18px;
  color: #8D8D8D;
}

@media (max-width: 575.98px) {
  .landing-content .crypto-payments .owl-prev i {
    font-size: 12px;
  }
}

.landing-content .crypto-payments .owl-next {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 11%;
  bottom: 20%;
  border: 2px solid #8D8D8D !important;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575.98px) {
  .landing-content .crypto-payments .owl-next {
    width: 20px;
    height: 20px;
    bottom: 15%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-content .crypto-payments .owl-next {
    bottom: 15%;
  }
}

.landing-content .crypto-payments .owl-next i {
  font-size: 18px;
  color: #8D8D8D;
}

@media (max-width: 575.98px) {
  .landing-content .crypto-payments .owl-next i {
    font-size: 12px;
  }
}

.landing-content .payment-gateway {
  width: 100%;
  height: auto;
}

.landing-content .payment-gateway .gateway-left {
  width: 100%;
  height: auto;
}

.landing-content .payment-gateway .gateway-left .gateway-tr-title {
  font-size: 128px;
  color: #1F2124;
  font-family: proximanova-r;
  padding: 0;
  margin: 0;
}

@media (max-width: 575.98px) {
  .landing-content .payment-gateway .gateway-left .gateway-tr-title {
    font-size: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-content .payment-gateway .gateway-left .gateway-tr-title {
    font-size: 60px;
  }
}

.landing-content .payment-gateway .gateway-left .gateway-title {
  font-size: 38px;
  color: #00f6f6;
  font-family: proximanova-b;
  padding: 0;
  margin: 0;
  position: relative;
  left: 10px;
}

@media (max-width: 575.98px) {
  .landing-content .payment-gateway .gateway-left .gateway-title {
    font-size: 28px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-content .payment-gateway .gateway-left .gateway-title {
    font-size: 28px;
  }
}

.landing-content .payment-gateway .gateway-left .gateway-medias {
  width: 100%;
  height: 68px;
  margin: 40px 0px;
}

@media (max-width: 575.98px) {
  .landing-content .payment-gateway .gateway-left .gateway-medias {
    height: auto;
    margin: 20px 0px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-content .payment-gateway .gateway-left .gateway-medias {
    height: auto;
    margin: 10px 0px;
  }
}

.landing-content .payment-gateway .gateway-left .gateway-medias .gateway-left-image {
  width: 50px;
  height: 50px;
}

@media (max-width: 575.98px) {
  .landing-content .payment-gateway .gateway-left .gateway-medias .gateway-left-image {
    width: 35px;
    height: 35px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-content .payment-gateway .gateway-left .gateway-medias .gateway-left-image {
    width: 35px;
    height: 35px;
  }
}

.landing-content .payment-gateway .gateway-left .gateway-medias .gateway-pagefirst {
  font-size: 24px;
  color: #FFFFFF;
  font-family: proximanova-sb;
}

@media (max-width: 575.98px) {
  .landing-content .payment-gateway .gateway-left .gateway-medias .gateway-pagefirst {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-content .payment-gateway .gateway-left .gateway-medias .gateway-pagefirst {
    font-size: 18px;
  }
}

.landing-content .payment-gateway .gateway-left .gateway-medias .left-paras {
  font-size: 14px;
  color: #B8BEC9;
  font-family: proximanova-r;
}

@media (max-width: 575.98px) {
  .landing-content .payment-gateway .gateway-left .gateway-medias .left-paras {
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-content .payment-gateway .gateway-left .gateway-medias .left-paras {
    font-size: 12px;
  }
}

.landing-content .payment-gateway .gateway-right {
  width: 100%;
  height: auto;
}

.landing-content .payment-gateway .gateway-right .gateway-right-all {
  width: 600px;
  height: 450px;
}

@media (max-width: 575.98px) {
  .landing-content .payment-gateway .gateway-right .gateway-right-all {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-content .payment-gateway .gateway-right .gateway-right-all {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-content .payment-gateway .gateway-right .gateway-right-all {
    width: 100%;
    height: auto;
    margin-top: 15%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .landing-content .payment-gateway .gateway-right .gateway-right-all {
    width: 100%;
    height: auto;
  }
}

.landing-content .payment-gateway .gateway-right .gateway-right-all .gateway-image {
  width: 100%;
}

.landing-content .desktop-wallet {
  width: 100%;
  height: auto;
  padding: 5% 0%;
}

.landing-content .desktop-wallet .desktop-wallet-left {
  width: 100%;
  height: auto;
}

.landing-content .desktop-wallet .desktop-wallet-left .wallet-left-all {
  width: 450px;
  height: 350px;
}

@media (max-width: 575.98px) {
  .landing-content .desktop-wallet .desktop-wallet-left .wallet-left-all {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-content .desktop-wallet .desktop-wallet-left .wallet-left-all {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-content .desktop-wallet .desktop-wallet-left .wallet-left-all {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .landing-content .desktop-wallet .desktop-wallet-left .wallet-left-all {
    width: 100%;
    height: auto;
  }
}

.landing-content .desktop-wallet .desktop-wallet-left .wallet-left-all .wallet-left-image {
  width: 100%;
}

.landing-content .desktop-wallet .desktop-wallet-right {
  width: 100%;
  height: auto;
  margin-top: 20px;
}

@media (max-width: 575.98px) {
  .landing-content .desktop-wallet .desktop-wallet-right {
    margin-top: 60px;
  }
}

.landing-content .desktop-wallet .desktop-wallet-right .desktop-tr-title {
  font-size: 128px;
  color: #1F2124;
  font-family: proximanova-r;
  padding: 0;
  margin: 0;
}

@media (max-width: 575.98px) {
  .landing-content .desktop-wallet .desktop-wallet-right .desktop-tr-title {
    font-size: 60px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-content .desktop-wallet .desktop-wallet-right .desktop-tr-title {
    font-size: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-content .desktop-wallet .desktop-wallet-right .desktop-tr-title {
    font-size: 80px;
  }
}

.landing-content .desktop-wallet .desktop-wallet-right .desktop-title {
  font-size: 32px;
  color: #FFFFFF;
  font-family: proximanova-b;
}

@media (max-width: 575.98px) {
  .landing-content .desktop-wallet .desktop-wallet-right .desktop-title {
    font-size: 24px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-content .desktop-wallet .desktop-wallet-right .desktop-title {
    font-size: 24px;
  }
}

.landing-content .desktop-wallet .desktop-wallet-right .desktop-paras {
  color: #B8BEC9;
  font-size: 14px;
  font-family: proximanova-r;
  margin: 20px 0px;
}

@media (max-width: 575.98px) {
  .landing-content .desktop-wallet .desktop-wallet-right .desktop-paras {
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-content .desktop-wallet .desktop-wallet-right .desktop-paras {
    font-size: 12px;
  }
}

.landing-content .desktop-wallet .desktop-wallet-right .wallet-details {
  width: 100%;
  height: 40px;
}

.landing-content .desktop-wallet .desktop-wallet-right .wallet-details .image-content {
  width: 15px;
  height: 20px;
}

.landing-content .desktop-wallet .desktop-wallet-right .wallet-details .wallet-title {
  font-size: 11px;
  color: #B8BEC9;
  line-height: 15px;
  font-family: proximanova-r;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-content .desktop-wallet .desktop-wallet-right .wallet-details .wallet-title {
    font-size: 8px;
  }
}

.landing-content .payments-features {
  width: 100%;
  height: auto;
  padding: 4% 0%;
}

.landing-content .payments-features .payments-top-title {
  font-size: 120px;
  color: #1F2124;
  text-align: center;
  font-family: proximanova-r;
}

@media (max-width: 575.98px) {
  .landing-content .payments-features .payments-top-title {
    font-size: 50px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-content .payments-features .payments-top-title {
    font-size: 50px;
  }
}

.landing-content .payments-features .payments-features-title {
  font-family: proximanova-b;
  font-size: 32px;
  color: #00f6f6;
  text-align: center;
}

@media (max-width: 575.98px) {
  .landing-content .payments-features .payments-features-title {
    font-size: 22px;
  }
}

.landing-content .payments-features .features-main {
  width: 100%;
  min-height: auto;
  padding: 36px 50px;
  margin-bottom: 10px;
}

@media (max-width: 575.98px) {
  .landing-content .payments-features .features-main {
    padding: 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-content .payments-features .features-main {
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-content .payments-features .features-main {
    padding: 0;
  }
}

.landing-content .payments-features .features-main .features-cards {
  width: 100%;
  min-height: 310px;
  background-color: transparent;
  border: none;
  padding: 20px 0px;
  cursor: pointer;
}

@media (max-width: 575.98px) {
  .landing-content .payments-features .features-main .features-cards {
    margin-bottom: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-content .payments-features .features-main .features-cards {
    height: auto;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-content .payments-features .features-main .features-cards {
    margin-bottom: 20px;
  }
}

.landing-content .payments-features .features-main .features-cards:hover {
  border: 1px solid #00f6f6;
  border-radius: 10px;
}

.landing-content .payments-features .features-main .features-cards:hover .features-images {
  border: 1px solid #00f6f6;
}

.landing-content .payments-features .features-main .features-cards.features-cards1 {
  border: 1px solid #00f6f6;
  border-radius: 10px;
}

.landing-content .payments-features .features-main .features-cards.features-cards1 .features-images {
  border: 1px solid #00f6f6;
}

.landing-content .payments-features .features-main .features-cards.features-cards1:hover {
  border: none;
}

.landing-content .payments-features .features-main .features-cards.features-cards1:hover .features-images {
  border: none;
}

.landing-content .payments-features .features-main .features-cards .features-images {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}

.landing-content .payments-features .features-main .features-cards .features-images .image-data {
  width: 35px;
  height: 40px;
}

.landing-content .payments-features .features-main .features-cards .features-title {
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  font-family: proximanova-r;
}

.landing-content .payments-features .features-main .features-cards .features-paras {
  font-size: 16px;
  color: #B8BEC9;
  text-align: center;
  font-family: proximanova-r;
}

.landing-content .all-cryptos {
  width: 100%;
  height: auto;
  padding: 4% 0%;
  background-image: url("../images/crypto-list-bg.png");
  background-position: center;
  background-size: cover;
}

@media (max-width: 575.98px) {
  .landing-content .all-cryptos {
    padding: 8% 0%;
  }
}

.landing-content .all-cryptos .cryptos-titles {
  width: 100%;
  height: auto;
  text-align: center;
  line-height: 60px;
  margin-top: 4%;
}

.landing-content .all-cryptos .cryptos-titles .crypto-numbers {
  font-size: 120px;
  font-family: proximanova-r;
  color: #707070;
}

@media (max-width: 575.98px) {
  .landing-content .all-cryptos .cryptos-titles .crypto-numbers {
    font-size: 80px;
  }
}

.landing-content .all-cryptos .cryptos-titles .crypto-paras {
  font-size: 22px;
  color: #C9C6C6;
  font-family: proximanova-sb;
  margin-top: 28px;
}

@media (max-width: 575.98px) {
  .landing-content .all-cryptos .cryptos-titles .crypto-paras {
    font-size: 18px;
  }
}

.landing-content .all-cryptos .crypto-image-main {
  width: 100%;
  height: auto;
}

.landing-content .all-cryptos .crypto-image-main .image-data {
  width: 100%;
}

.landing-content .help-center {
  width: 100%;
  height: auto;
  padding: 4% 0%;
  background-image: url("../images/btc-bg.png");
  background-position: center;
  background-size: cover;
}

.landing-content .help-center .helpcenter-content {
  width: 100%;
  height: auto;
  text-align: center;
}

.landing-content .help-center .helpcenter-content .helpcenter-title {
  font-size: 32px;
  color: #FFFFFF;
  font-family: proximanova-b;
  margin-bottom: 20px;
}

@media (max-width: 575.98px) {
  .landing-content .help-center .helpcenter-content .helpcenter-title {
    font-size: 26px;
  }
}

.landing-content .help-center .helpcenter-content .helpcenter-paras {
  font-size: 22px;
  color: #B8BEC9;
  font-family: proximanova-r;
}

@media (max-width: 575.98px) {
  .landing-content .help-center .helpcenter-content .helpcenter-paras {
    font-size: 18px;
  }
}

.landing-content .help-center .p-accodition {
  width: 100%;
  height: auto;
  margin-top: 4%;
}

.landing-content .help-center .p-accodition__item {
  margin-bottom: 14px;
  background-color: #212329;
  border-radius: 6px;
}

.landing-content .help-center .p-accodition__button {
  width: 100%;
  background-color: #212329;
  color: #FFF;
  font-family: proximanova-r;
  font-size: 16px;
  cursor: pointer;
  padding: 10px 40px 10px 10px;
  text-align: left;
  outline: none;
  border: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  border-radius: 10px;
}

@media (max-width: 575.98px) {
  .landing-content .help-center .p-accodition__button {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-content .help-center .p-accodition__button {
    font-size: 14px;
  }
}

.landing-content .help-center .p-accodition__button:after {
  content: '\002B';
  color: #00f6f6;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.landing-content .help-center .p-accodition .p-accodition-active {
  background-color: #212329;
  color: #fff;
}

.landing-content .help-center .p-accodition .p-accodition-active:after {
  content: "\2212";
}

.landing-content .help-center .p-accodition__panel {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}

.landing-content .help-center .p-accodition__panel .help-paras {
  color: #fff;
  font-size: 12px;
  font-family: proximanova-r;
}

@media (max-width: 575.98px) {
  .landing-content .help-center .p-accodition__panel .help-paras {
    font-size: 11px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-content .help-center .p-accodition__panel .help-paras {
    font-size: 11px;
  }
}

.landing-content .help-center .p-accodition .p-acodition-show {
  opacity: 1;
  max-height: 100%;
  -webkit-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  padding: 0px 10px;
}

.landing-content .help-center .p-accodition .p-acodition-hide {
  opacity: 0;
  max-height: 0;
  -webkit-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
}

.landing-content .contact-us {
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.landing-content .contact-us .contact-details {
  width: 100%;
  height: auto;
  border-top: 1px solid #313438;
  padding: 20px 0px 20px 0px;
}

.landing-content .contact-us .contact-details .contact-title {
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
  margin: 40px 0px 20px 0px;
  font-family: proximanova-r;
}

@media (max-width: 575.98px) {
  .landing-content .contact-us .contact-details .contact-title {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-content .contact-us .contact-details .contact-title {
    font-size: 18px;
  }
}

.landing-content .contact-us .contact-details .contact-forms {
  width: 100%;
  height: auto;
  margin-top: 6%;
}

@media (max-width: 575.98px) {
  .landing-content .contact-us .contact-details .contact-forms {
    margin-top: 8%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-content .contact-us .contact-details .contact-forms {
    margin-top: 8%;
  }
}

.landing-content .contact-us .contact-details .contact-forms .lable-content {
  font-size: 18px;
  color: #B8BEC9;
  font-family: proximanova-r;
}

@media (max-width: 575.98px) {
  .landing-content .contact-us .contact-details .contact-forms .lable-content {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-content .contact-us .contact-details .contact-forms .lable-content {
    font-size: 16px;
  }
}

.landing-content .contact-us .contact-details .contact-forms .input-content {
  width: 100%;
  height: 42px;
  border-radius: 6px;
  background-color: transparent;
  border: 1px solid #616060;
  margin-bottom: 10px;
  color: #B8BEC9;
  font-family: proximanova-r;
}

.landing-content .contact-us .contact-details .contact-forms .input-content .reason-datas {
  color: #000;
  font-family: proximanova-r;
}

.landing-content .contact-us .contact-details .contact-forms .contact-button {
  width: 100%;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #00f6f6;
  border: none;
  border-radius: 6px;
  position: relative;
  top: 28px;
  font-size: 18px;
  color: #FFFFFF;
}

@media (max-width: 575.98px) {
  .landing-content .contact-us .contact-details .contact-forms .contact-button {
    font-size: 14px;
    top: 18px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-content .contact-us .contact-details .contact-forms .contact-button {
    font-size: 14px;
  }
}

.landing-content .get-wallet {
  width: 100%;
  height: auto;
  background-color: #000000;
  padding: 4% 0%;
}

.landing-content .get-wallet .multi-wallets {
  width: 100%;
  height: auto;
}

.landing-content .get-wallet .multi-wallets .multi-title {
  font-size: 44px;
  color: #ffffff;
  font-family: inter-sb;
  line-height: 55px;
  margin-bottom: 40px;
}

@media (max-width: 575.98px) {
  .landing-content .get-wallet .multi-wallets .multi-title {
    font-size: 26px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-content .get-wallet .multi-wallets .multi-title {
    font-size: 26px;
  }
}

.landing-content .get-wallet .multi-wallets .wallet-details-bottom {
  width: 100%;
  height: auto;
  background-color: #1A1919;
  border: 1px solid #302E2E;
  list-style: none;
  padding: 25px 10px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 16px;
  margin-top: 60px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-content .get-wallet .multi-wallets .wallet-details-bottom {
    min-height: 120px;
  }
}

.landing-content .get-wallet .multi-wallets .wallet-details-bottom .wallet-top {
  padding: 0;
  margin: 0;
  font-size: 18px;
  color: #ffffff;
  font-family: proximanova-r;
  margin-bottom: 5px !important;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-content .get-wallet .multi-wallets .wallet-details-bottom .wallet-top {
    font-size: 14px;
  }
}

.landing-content .get-wallet .multi-wallets .wallet-details-bottom .wallet-bottom {
  padding: 0;
  margin: 0;
  font-size: 20px;
  color: #ffffff;
  font-family: proximanova-sb;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-content .get-wallet .multi-wallets .wallet-details-bottom .wallet-bottom {
    font-size: 15px;
  }
}

.landing-content .get-wallet .multi-wallets .wallet-details-bottom .get-button {
  background-color: #00f6f6;
  border-radius: 30px;
  font-size: 16px;
  color: #000;
  font-family: proximanova-sb;
  padding: 5px 20px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  top: 10px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-content .get-wallet .multi-wallets .wallet-details-bottom .get-button {
    padding: 5px 2px;
    font-size: 12px;
  }
}

.landing-content .get-wallet .multi-wallets .wallet-right {
  width: 100%;
  height: 300px;
}

@media (max-width: 575.98px) {
  .landing-content .get-wallet .multi-wallets .wallet-right {
    height: auto;
  }
}

.landing-content .get-wallet .multi-wallets .wallet-right .wllate-image {
  width: 100%;
}

.footer-content {
  width: 100%;
  height: auto;
  background-image: url("../images/bitium-body-bg.png");
  background-position: center;
  background-size: cover;
}

.footer-content .footer-data {
  width: 100%;
  height: auto;
  background-image: url("../images/wave.png");
  background-position: center;
  background-size: cover;
  padding: 4% 0% 0% 0%;
}

.footer-content .footer-data .footer-main {
  padding: 10px 0px 40px 0px;
  border-bottom: 1px solid #707070;
}

.footer-content .footer-data .footer-main .footer-logo {
  width: 180px;
  height: 55px;
}

.footer-content .footer-data .footer-main .footer-logo .image-content {
  width: 100%;
}

.footer-content .footer-data .footer-main .footer-menu {
  width: 100%;
  list-style: none;
  height: auto;
}

.footer-content .footer-data .footer-main .footer-menu .menu-data {
  font-size: 14px;
  color: #B8BEC9;
  font-family: proximanova-r;
  text-decoration: none;
  cursor: pointer;
}

.footer-content .footer-data .footer-main .footer-menu .menu-data .icon-right {
  margin-right: 10px;
}

.footer-content .footer-data .footer-main .footer-right {
  width: 100%;
  height: auto;
}

.footer-content .footer-data .footer-main .footer-right .right-data {
  font-size: 18px;
  color: #FFFFFF;
  font-family: proximanova-r;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-content .footer-data .footer-main .footer-right .right-data {
    font-size: 16px;
  }
}

.footer-content .footer-data .footer-main .footer-right .subscribe-data {
  width: 70%;
  height: 32px;
  background-color: #46484D;
  border: 1px solid #707070;
  border-top-left-radius: 48px;
  border-bottom-left-radius: 48px;
  font-size: 14px;
  color: #FFFFFF;
  font-family: proximanova-r;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-content .footer-data .footer-main .footer-right .subscribe-data {
    width: 100%;
    border-radius: 48px;
    margin-bottom: 10px;
  }
}

.footer-content .footer-data .footer-main .footer-right .data-button {
  height: 32px;
  background-color: #00f6f6;
  border-radius: 48px;
  font-size: 14px;
  color: #FFFFFF;
  font-family: proximanova-r;
  position: relative;
  right: 20px;
  border: none;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-content .footer-data .footer-main .footer-right .data-button {
    right: 0px;
  }
}

.footer-content .footer-data .copy-rights {
  width: 100%;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0px;
  font-size: 12px;
  color: #B8BEC9;
  font-family: proximanova-r;
}
/*# sourceMappingURL=style.css.map */