section.buy-crypto {
  padding: 80px 0 120px 0;
}

.crypto-bg {
  position: relative;
}

section.buy-crypto .buy-crypto-block {
  box-shadow: 0px 24px 65px 0px #c1c1c340;
  background-color: #ffffff;
  border-radius: 45px;
  padding: 50px;
}

section.buy-crypto .buy-crypto-block .row {
  align-items: center;
}

section.buy-crypto .buy-crypto-left p,
section.buy-crypto .buy-crypto-left ul li {
  font-size: 20px;
  font-weight: 300 !important;
  line-height: 1.4;
}

section.buy-crypto .buy-crypto-right {
  padding: 40px;
  border: 1px solid #0047ff;
  border-radius: 20px;
}

section.buy-crypto .crypto-pay-receive {
  padding: 30px;
}

section.buy-crypto .buy-crypto-logo {
  text-align: center;
  margin-bottom: 30px;
}

section.buy-crypto .buy-crypto-logo img {
  width: 158px;
  height: 36px;
}

section.buy-crypto .pay-receive-block {
  border: 1px solid #e2e3e7;
  padding: 16px;
  border-radius: 10px;
  margin: 10px 0 15px;
  display: flex;
  justify-content: space-between;
}

.pay-receive-block input,
.pay-receive-block input:hover .pay-receive-block input.active {
  border: none;
  outline: none;
  color: #979797 !important;
}

.pay-receive-block input:focus {
  box-shadow: none;
}

.pay-receive-block .nav-item.dropdown select {
  border: none !important;
  outline: none !important;
  color: #979797 !important;
}

section.buy-crypto .buy-crypto-btn a {
  padding: 16px;
  border-radius: 10px;
  width: 100%;
  margin: 20px 0;
}

section.buy-crypto .crypto-pay-methods {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 20px;
  flex-wrap: wrap;
  gap: 20px;
}

/* Supported Coins */
.supported-coin-page .banner-section {
  padding: 50px 0;
  box-shadow: 0px -30px 23px 0px #f8f8fa inset;
}

.coin-banner-left h1 {
  font-size: 90px !important;
  line-height: 1 !important;
}

.banner-section .crypto-coin-link {
  margin-top: 30px;
}

.coin-banner-right {
  text-align: center;
}

section.our-portfolio {
  padding: 60px;
}

section.our-portfolio h3 {
  font-size: 55px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px;
}

section.our-portfolio .our-portfolio-block {
  background: #ffffff;
  padding: 35px 20px;
  margin-bottom: 45px !important;
}

section.our-portfolio .our-portfolio-block .portfolio-img {
  text-align: center;
  margin: 15px 0 25px;
  transition: all 200ms ease-in-out;
}

section.our-portfolio .our-portfolio-block:hover .portfolio-img {
  transform: scale(1.1);
}

section.our-portfolio .our-portfolio-block .add-portfolio {
  text-align: end;
}

section.our-portfolio a.crypto-coin-link {
  display: inline-block;
  justify-content: center;
  gap: 10px;
  margin: 30px 0;
  align-items: center;
}

section.our-portfolio .all-support {
  text-align: center;
}

section.crypto-processing {
  padding: 120px 0 300px 0;
}

section.crypto-processing h2 {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 90px;
}

section.crypto-processing .crypto-process-block {
  padding: 20px 10px;
}

section.crypto-processing .crypto-process-block h4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
}

section.crypto-processing .crypto-process-block p {
  font-size: 18px !important;
  line-height: 1.4;
  text-transform: uppercase;
}

.crypto-process-arrow {
  font-size: 24px;
  color: #2155ff;
  font-weight: 700;
}

.flip-card-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding: 1rem;
  position: relative;
  flex-direction: row;
}

.flip-card {
  background-color: transparent;
  perspective: 1000px;
  width: 46%;
  height: 500px;
  margin: 0 auto;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-back .our-portfolio-block.card-block p {
  font-size: 16px !important;
  font-weight: 400;
}

.flip-card-back {
  transform: rotateY(180deg);
}

/* all-suported-coin */
section.all-supported-banner.crypto-bg {
  padding: 100px 0;
  text-align: center;
}

section.all-supported-banner h1 {
  font-size: 90px !important;
  font-weight: 900;
  max-width: 700px;
  margin: 30px auto;
}

section.all-supported-banner p {
  max-width: 800px;
  margin: 40px auto 10px;
}

.supported-coin-page .supported-coin-table {
  overflow: auto;
}

section.supported-table .supported-coin-table td,
section.supported-table .supported-coin-table th,
section.supported-table .supported-coin-table thead {
  border: none !important;
  white-space: nowrap;
}

section.supported-table .supported-coin-table th {
  padding: 10px 10px 40px 10px;
}

section.supported-table .supported-coin-table td {
  padding: 10px;
  align-content: center;
}

section.supported-table .coin-change-24h {
  display: flex;
  gap: 15px;
}

section.supported-table .coin-change-24h.change-up span {
  color: #2be0e0 !important;
  font-size: 16px !important;
}

section.supported-table .coin-change-24h.change-down span {
  color: #dd3633 !important;
  font-size: 16px !important;
}

.supported-coin-table .coin-buy span {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #3665ff !important;
}

.supported-coin-table .coin-name {
  display: flex;
  gap: 20px;
  align-items: center;
  color: #818185;
}

.supported-coin-table .coin-name span img {
  width: 40px;
  height: 40px;
}

.supported-coin-table .coin-value {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.02em;
}

section.supported-table p.note {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 50px;
}

/* merchent-tool-page */
.merchent-tool-page section.banner-section {
  padding: 40px 0;
}

.merchent-tool-cards .merchent-tool-block {
  padding: 40px 30px;
  /* justify-content: space-between; */
  min-height: 398px;
  position: relative;
}

.merchent-tool-cards .merchent-tool-block a {
  text-decoration-line: underline;
  color: #141414;
  font-size: 18px;
  font-weight: 400;
}

.merchent-tool-page .merchent-tool-card-img {
  position: absolute;
  right: 30px;
  bottom: 40px;
}

/* fee page */
.fee-page .banner-section {
  padding: 60px 0;
}

section.income-payment .crypto-sub-head {
  justify-content: center;
}

section.income-payment h2,
section.wallet-services h2,
section.about-network h2 {
  text-align: center;
  margin-bottom: 40px;
}

.fee-page .fee-card-block {
  padding: 20px 40px;
  margin-left: 10px;
  margin-right: 10px;
  /* height: 77%; */
  justify-content: space-around;
}

section.income-payment .fees-cards {
  margin-top: 40px;
  padding-bottom: 60px;
}

.fee-page .fees-cards,
.about-page .web3-cards {
  justify-content: center;
}

.fees-cards p.card-bottom-text {
  font-size: 24px !important;
  font-weight: 700;
  margin-bottom: 34px;
  font-family: "ClashDisplay-Bold, sans-serif";
}

.fees-cards p.card-bottom-text span {
  font-size: 22px !important;
  font-family: "ClashDisplay, sans-serif";
}

section.income-payment p.para-text {
  margin-top: 40px;
  text-align: center;
}

section.income-payment,
section.wallet-services,
section.about-network {
  padding: 50px 0;
}

section.wallet-services .fee-block-content {
  min-height: 230px;
}

section.about-network p.para-text {
  text-align: center;
  margin-bottom: 40px;
}

section.about-network .withdraw-network-fee {
  margin-top: 60px;
}

section.about-network .withdraw-network-fee h3 {
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}

section.about-network .fee-search-box {
  text-align: center;
}

section.about-network #feeInput {
  max-width: 350px;
  margin: 0 auto;
  background-color: transparent;
  width: 100%;
  font-size: 16px;
  border-radius: 40px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #0047ff !important;
  margin-bottom: 12px;
  text-align: center;
  background-image: url("../image/searchicon.svg");
  background-position: 12px 12px;
  background-repeat: no-repeat;
}

section.about-network .withdraw-network-fee-tables {
  margin-top: 40px;
}

.withdraw-network-table.card-block table thead th:last-child,
.withdraw-network-table.card-block table tbody tr td:last-child {
  text-align: right;
}

.withdraw-network-table.card-block thead th {
  border-bottom: 1px solid #000000 !important;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-family: "ClashDisplay-Bold, sans-serif";
}

.withdraw-network-table.card-block tbody {
  padding-top: 20px;
}

.withdraw-network-table.card-block {
  padding: 40px 30px;
}

.withdraw-network-table .currency-icon img {
  width: 24px;
  height: 24px;
}

.withdraw-network-table .fee-currency span:last-child {
  font-size: 18px !important;
  font-weight: 400;
}

.withdraw-network-table .fee-currency {
  display: flex;
  gap: 20px;
}

.withdraw-network-table.card-block tbody td {
  padding: 15px 10px !important;
}

section.about-network .fee-bottom-link {
  text-align: center;
  /* margin: 30px auto; */
}

.top-margin {
  margin-top: 85px !important;
}

/* aboutus */
.about-page h2 {
  margin-bottom: 50px;
}

section.about-banner {
  padding: 70px 0;
}

section.about-banner .about-banner-content {
  max-width: 850px;
  margin: 20px auto;
  text-align: center;
}

section.about-banner .about-banner-content h1 {
  text-align: center !important;
}

section.about-banner .fintech-innovation {
  max-width: 450px;
  margin: 70px auto;
  text-align: center;
  position: relative;
}

section.about-banner .fintech-award-left img,
section.about-banner .fintech-award-right img {
  width: 62px;
  height: 126px;
}

section.about-banner .fintech-innovation p {
  font-size: 30px !important;
  font-weight: 700 !important;
  font-family: "ClashDisplay-Bold, sans-serif";
  line-height: 1.1;
}

.about-page p span {
  color: #2155ff;
  font-size: 28px;
}

section.about-banner.fintech-award-left img {
  width: 62px;
  height: 108px;
}

section.result-achieved {
  padding-bottom: 300px !important;
}

section.about-banner .fintech-award-left {
  position: absolute;
  left: -100px;
  /* rotate: 353deg; */
  top: -10px;
}

section.about-banner .fintech-award-right {
  position: absolute;
  right: -100px;
  top: -10px;
}

section.mission-vision,
section.result-achieved,
section.our-partners,
section.advance-web3 {
  padding: 80px 0;
}

section.mission-vision .mission-block.card-block {
  padding: 10px 70px;
  background: linear-gradient(246.62deg, #ffffff 52.51%, #abd2ff 103.6%);
  margin-bottom: 55px;
}

section.mission-vision .card-block.value-vision-block {
  padding: 40px 50px;
  box-shadow: 0px 24px 65px 0px #e7e7e7;
}

section.mission-vision .card-block.vision-block {
  background: linear-gradient(175.78deg, #ffffff -23.26%, #cce0ff 96.56%);
}

.mission-block.card-block .row {
  align-items: center;
}

section.result-achieved .result-achieved-block {
  margin-top: 70px;
  margin-bottom: 50px;
}

section.result-achieved p.our-achievements {
  font-size: 60px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0.02em;
  text-align: center;
}

section.result-achieved .achieved-block {
  border-left: 2px solid;
  padding: 25px;
}

section.result-achieved .achieved-block:first-child {
  border-left: none !important;
}

section.our-partners .our-partners-block.card-block.slider {
  padding: 60px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0px 24px 65px 0px #c1c1c32f;
}

section.our-partners .slide-track {
  gap: 35px;
  animation: scroll 60s linear infinite;
  display: flex;
  white-space: nowrap;
}

section.our-partners .slide-track .our-partners-logo img {
  width: 162px;
  height: auto;
}

.our-partners-block.card-block .slide-track:hover {
  animation: paused;
}

section.advance-web3 .web3-card-block.card-block.card {
  background: linear-gradient(59deg, #ffffff 36.51%, #cfe5ff 103.6%);
  padding: 40px 30px;
  height: 85%;
  margin-left: 10px;
  margin-right: 10px;
}

section.advance-web3 .web3-card-img {
  margin-bottom: 22px;
}

section.advance-web3 .row.web3-cards {
  margin-top: 40px;
  margin-bottom: 60px;
}

.about-page h2.about-us-title {
  margin-left: 50px;
}

section.press-say {
  padding-bottom: 80px;
  position: relative;
}

section.press-say h2 {
  text-align: center;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 30px !important;
  font-family: 600;
}

.swiper-button-next,
.swiper-button-prev {
  background: #d9d9d9;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  color: #ffffff;
}

section.press-say .swiper {
  width: 100%;
  height: 100%;
}

.card.slider-block.card-block {
  padding: 30px 60px 30px 30px;
}

.card.slider-block h3.card-sub-title {
  min-height: 144px;
}

.card.slider-block h3.card-sub-title,
.slider-block .press-logo {
  margin-bottom: 20px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translatex(-100%);
  }
}

section.supported-table {
  padding-bottom: 80px;
}

/* landing page */

.section-top-padding {
  padding-top: 70px;
  padding-bottom: 50px;
}

.partner-can-trust.section-top-padding {
  padding-top: 80px;
}

.row.about-wallex-right {
  margin-left: 40px;
}

.card-bg {
  background-image: url(../../outerpage-assert/image/img/cta-background.webp);
  background-size: cover;
}

/* .banner-section {
    position: relative;
    padding-bottom: 120px;
} */
/* .banner-section::after{
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(248, 248, 250, 0) 0%, #F8F8FA 100%);
    width: 100%;
    height: 100%;
    left: 0;
    background-size: cover;
    bottom: 50px;
} */
.partner-can-trust h2 {
  text-transform: none !important;
  font-size: 60px;
}

.partner-trust-block h4 {
  font-size: 54px;
  font-weight: 600;
  margin-bottom: 0;
  text-align: center;
}

.partner-trust-block span.partner-trust-text {
  font-size: 20px !important;
  line-height: 1;
}

.feature-partener .section-head {
  max-width: 900px;
  margin: 0 auto 30px;
}

.section-head {
  text-align: center;
  margin-bottom: 40px;
}

.section-head .crypto-sub-head {
  justify-content: center;
}

.feature-partener .section-head h2 {
  margin-bottom: 40px;
}

.card-block.feature-block {
  padding: 35px 60px 35px 30px;
  border-style: outset !important;
  border-color: #3665ff !important;
}

.card-block.feature-block p {
  min-height: 130px;
  margin-bottom: 0;
}

/* .card-block .feature-card-img {
  margin-top: 30px;
} */
.feature-card-img {
  position: absolute;
  top: -68px;
  left: 35%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  filter: drop-shadow(5px 7px 16px rgba(134, 134, 134, 0.16));
  background: #ffff;
  text-align: center;
  padding: 15px;
}

.card.key-benefits-card:hover,
.feature-card-img:hover {
  border-radius: 20px;
  background: #fff;
  box-shadow: 8px 10px 20px 1px rgba(152, 152, 152, 0.16);
  border: 1px solid#fff !important;
}

.card.key-benefits-card:hover .feature-card-img {
  background: #eef2ff;
  box-shadow: 3px -4px 10.6px 0px rgba(0, 0, 0, 0.25) inset;
  filter: drop-shadow(2px 4px 15.5px #03baf74a) drop-shadow(-7px 4px 52.7px #03baf731);
}

.card-block .feature-card-img img {
  height: 65px;
  width: 65px;
}

.crypto-currency-features .crypto-currency-block {
  padding: 70px;
  box-shadow: -12px -35px 50px 0px #c1c1c340 !important;
}

.crypto-currency-block h3 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700 !important;
  letter-spacing: 0.06em;
  line-height: 1.029em;
  margin-bottom: 30px;
}

.crypto-currency-block-left ul li:last-child {
  margin-bottom: 0 !important;
}

.crypto-currency-block-left ul li {
  position: relative;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1.7;
  margin-left: 20px;
}

.crypto-currency-block-left ul li::before {
  content: "";
  background: url(/outerpage-assert/image/tick-mark.svg);
  left: -50px;
  top: 10px;
  position: absolute;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
}

.crypto-currency-block-left ul {
  list-style: none;
}

/* .crypto-currency-block.card-block .row {
  align-items: end;
} */

section.key-benefits .section-head {
  max-width: 825px;
  margin: 0 auto 40px;
}

/* section.key-benefits {
  box-shadow: 0px -600px 23px 0px #f8f8fa inset;
} */

section.key-benefits p.para-text {
  padding: 20px 0;
}

.card.key-benefits-card {
  padding: 30px 40px 30px 30px;
  min-height: 400px;
  margin: 12px;
  text-align: center;
  border-radius: 20px;
  border: 4px solid #03b8f7 !important;
  position: relative;
}

.card.key-benefits-card p {
  min-height: 130px;
}

section.start-crypto-journey .crypto-journey-btn {
  padding: 40px 0;
}

section.start-crypto-journey h2 {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 40px;
}

section.start-crypto-journey p.note {
  font-size: 14px;
}

.crypto-journey-btn a.crypto-coin-link:last-child {
  margin-left: 30px;
}

.join-today-block {
  padding: 80px 90px 0px 90px;
  margin-top: 40px;
  /* margin-bottom: 80px; */
}

.join-today-block .row {
  align-items: center;
}

.join-today-block h3 {
  font-size: 42px;
  font-weight: 700 !important;
  max-width: 500px;
}

.benefits-heading h3 {
  color: #fff;
  line-height: 50px !important;
}

.benefits-heading p {
  color: #fff;
  line-height: 30px !important;
  padding-top: 20px;
  padding-bottom: 20px;
}

.download-app-icon {
  font-size: 24px;
  color: #2155ff;
  border: 1px solid;
  border: 1.29px solid #0047ff;
  width: 42px;
  height: auto;
  text-align: center;
  border-radius: 6px;
}

.download-app {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.partner-can-trust .crypto-sub-head {
  position: relative;
  top: -30px;
  margin-bottom: 0 !important;
}

section.faq {
  padding-bottom: 70px;
}

section.faq h2 {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 60px;
}

section.faq .faq-accordion {
  padding: 50px 30px;
  box-shadow: 0px 24px 65px 0px #c1c1c3 !important;
  border-radius: 40px;
  /* margin-bottom: 60px; */
  background: #fff;
}

section.faq .accordion-button:active,
section.faq .accordion-button:hover,
section.faq .accordion-button:focus,
.accordion-button:not(.collapsed) {
  outline: 0;
  box-shadow: none;
  border: none !important;
  background: transparent;
  color: #1a1a1d;
}

section.faq .accordion-button::after {
  /* background-image: url(/outerpage-assert/image/faq-left-arrow.png); */
  width: 45px !important;
  height: 45px !important;
  background-size: 100%;
  box-shadow: 0px 9px 30px 0px #00000080;
  border-radius: 10px;
}

section.faq .accordion-button:not(.collapsed)::after {
  transform: rotate(90deg) !important;
}

section.faq button.accordion-button {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.6;
  padding: 0 !important;
  /* text-transform: uppercase; */
  background-color: transparent;
}

section.faq .accordion-body {
  padding: 10px 0 0;
  font-size: 18px !important;
}

section.faq .accordion-flush .accordion-item {
  padding: 10px 0;
  border: none !important;
  background: none;
}

section.faq h3 button.accordion-button span {
  color: #141414;
}

section.faq h3 button.accordion-button span i {
  color: #3665ff;
}

section.feature-partener,
section.crypto-currency-features,
section.key-benefits,
section.start-crypto-journey {
  overflow-x: hidden;
  position: relative;
}

/* Animations */
:root {
  --animate-duration: 1.5s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.animated {
  animation-duration: 1s;
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }

  50% {
    transform: translate3d(3%, 0, 0);
    /* Move a little to the right */
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(20%, 0, 0);
    /* Start off to the right */
  }

  50% {
    transform: translate3d(-3%, 0, 0);
    /* Move to the left */
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    /* Back to the normal position */
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

.legal-main .header {
  background: rgba(33, 50, 93, 0.40);
}

.legal-main-card h1,
h2.country-text {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}

.legal-main-card ul li {
  /* display: block; */
  font-size: 19px;
  line-height: 32px;
  padding-top: 15px;
}

.legal-main-card-row {
  padding-top: 40px;
}

.legal-main-card p {
  font-size: 20px;
  padding-top: 20px;
}

.legal-main-card ul {
  padding: 0;
  padding-bottom: 10px;
}

.Country-text {
  font-size: 1.5rem;
  font-family: "ClashDisplay-Bold, sans-serif" !important;
  font-weight: 700 !important;
}

.crypto-currency-block-left h3 {
  line-height: 45px !important;
  max-width: 600px;
  color: #fff;
}

.crypto-currency-block-left h3 span {
  background: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.crypto-currency-block-right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  overflow-y: hidden;
  /* height: 400px; */
  justify-content: center;
}

.crypto-currency-block.card-block.card-bg1 {
  border-radius: 33px;
  background: linear-gradient(98deg, #03a3e4 -71.57%, #012b73 105.6%);
  box-shadow: 16px 13px 58.4px 0px rgba(0, 0, 0, 0.25);
}

.crypto-currency-block-left p {
  color: #fff;
}

.crypto-currency-block-right-img {
  border-radius: 10.159px;
  background: rgba(100, 123, 191, 0.32);
  padding: 10px;
}

.home-inner-banner-section h1 {
  color: #fff;
}

.home-inner-banner-section p {
  color: #fff;
}

section.banner-section.crypto-bg a.crypto-coin-link {
  padding: 13px 15px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.06em;
  white-space: nowrap;
  transform: translateY(-0.2em);
  transition: transform 0.1s ease;
  border-radius: 31px;
  background: var(--Gradiant-for-dashboard,
      radial-gradient(108.82% 119.16% at 64.58% 17.16%,
        #1f3a93 0%,
        #405ec2 34.12%,
        #3552b2 76.13%,
        #2d4184 90.33%,
        #0235df 100%));
  color: #fff;
}

.partner-trust-block {
  border-radius: 20px;
  background: #012b73;
  box-shadow:
    0 4px 4px 0 rgba(0, 0, 0, 0.25),
    0 10px 20px 0 rgba(0, 0, 0, 0.25);
  padding: 20px 30px;
}

.partner-trust-block h4 {
  color: #fff;
}

.partner-trust-block p {
  color: #ffff;
  font-size: 16px;
  font-weight: 600;
  margin: 3px;
}

.partner-trust-block h3 {
  color: #49cdfb;
  font-size: 26px;
  font-weight: 600;
}

.partner-trust-block.partner-trust-block-2 {
  margin-top: 200px;
}

.card-block.card.feature-block3 {
  text-align: center;
}

section.feature-partener {
  background: linear-gradient(103deg, #03a3e4 -128.39%, #012b73 95.48%);
  padding-bottom: 100px;
  position: relative;
  overflow: visible !important;
  padding-top: 100px;
}

section.feature-partener::before {
  content: "";
  top: -8%;
  right: 0%;
  position: absolute;
  z-index: 1;
  width: 200px;
  height: 200px;
  background-image: url(../../outerpage-assert/image/img/bitcoin-before.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

section.feature-partener::after {
  content: "";
  bottom: -10%;
  left: -2%;
  position: absolute;
  z-index: 1;
  width: 200px;
  height: 200px;
  background-image: url(../../outerpage-assert/image/img/bitecoin-after.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

section.feature-partener .section-head h2 {
  color: #fff;
}

section.feature-partener .section-head span {
  background: var(--Text-Gradient,
      linear-gradient(182deg, #1e90ff -88.73%, #99badd 124.39%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.feature-partener .section-head p {
  color: #fff;
}

section.feature-partener .contain-width {
  overflow: hidden;
}

.card-block.card.feature-block3 {
  background: none;
  box-shadow: none;
  padding: 20px 15px;
  height: 100%;
}

.card-block.card.feature-block3:hover {
  border-radius: 26px;
  background: rgba(152, 171, 233, 0.2);
  opacity: 1;
}

.card-block.card.feature-block3:hover .feature-card-img3 img,
.card-block.card.feature-block3:hover {
  opacity: 5;
}

.card-block.card.feature-block3:hover h3.card-sub-title,
.card-block.card.feature-block3:hover {
  color: #fff;
}

.card-block.card.feature-block3:hover .card-block.card.feature-block3 p,
.card-block.card.feature-block3:hover {
  color: #fff;
}

.card-block.card.feature-block3 h3 {
  color: #d0cfcf;
  font-size: 22px !important;
}

.card-block.card.feature-block3 span {
  color: #fff;
}

.card-block.card.feature-block3 p {
  color: #f3f0f0;
}

.feature-card-img3 img {
  opacity: 0.3;
}

.receive-payments-block-left {
  position: relative;
}

.receive-payments-block-left::before {
  content: "";
  bottom: 18%;
  left: -50%;
  position: absolute;
  z-index: -1;
  border-radius: 0px 90px 90px 0px;
  background: #344fab;
  width: 100%;
  height: 200px;
}

.receive-payments-block-right .section-head p {
  text-align: start;
  padding-top: 20px;
}

.receive-payments-block-right .section-head h2 {
  text-align: start;
  padding-top: 20px;
}

.receive-payments-block-right-content h3 {
  color: #03b8f7;
  padding-top: 20px;
}

.receive-payments-block-left img {
  width: 100%;
  height: 100%;
}

section.receive-payments.section-top-padding {
  /* padding-bottom: 100px; */
  position: relative;
  background: #f4f7fb;
  z-index: 1;
}

section.receive-payments.section-top-padding::after {
  content: "";
  top: -60px;
  right: 0%;
  position: absolute;
  z-index: -1;
  width: 200px;
  height: 200px;
  background-image: url(../../outerpage-assert/image/img/star-emoji-2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* cutting-edge-features start */

section.cutting-edge-features-section {
  padding-top: 100px;
  background: linear-gradient(180deg, #f4f7fb 60%, #fff 100%);
}

.cutting-edge-features-image img {
  width: 100%;
  /* height: auto; */
}

.cutting-edge-features .row {
  align-items: center;
  justify-content: center;
}

.cutting-edge-features-box {
  border-radius: 29.613px;
  background: #012b73;
  box-shadow: 6.438px 9.012px 5.15px 0 rgba(0, 0, 0, 0.25) inset;
  padding: 60px 40px;
  height: 330px;
}

.cutting-edge-features-box h3 {
  color: #eee;
  font-size: 30.35px;
  font-weight: 600;
  line-height: 50.858px;
  padding-bottom: 20px;
}

.cutting-edge-features-box p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 45%;
  right: -2%;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  border-radius: 50%;
  background: #012b73 !important;
  box-shadow: 6.438px 9.012px 5.15px 0px rgba(0, 0, 0, 0.25) inset !important;
}

.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 45%;
  left: -5%;
}

.owl-carousel .owl-nav button {
  background-color: #0e8ece !important;
  width: 40px;
  height: 40px;
  color: #fff !important;
  font-size: 30px !important;
}

.owl-carousel .owl-nav button span {
  position: absolute;
  top: -17px;
  left: 14px;
  font-size: 50px !important;
}

/* benefits-crypto-payments-section-start */
/* .benefits-crypto-payments-image img {
  width: 60%;
  height: 100%;
} */
.benefits-crypto-payments-image {
  text-align: center;
}

section.benefits-crypto-payments-section {
  background:
    linear-gradient(180deg, rgba(24, 75, 255, 0) 0%, rgba(0, 0, 0, 0.2) 100%),
    linear-gradient(180deg, rgba(0, 119, 255, 0) 0%, #4a91ed 100%);
  /* padding-top: 50px; */
  position: relative;
}

.benefits-crypto-payments {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.benefits-crypto-payments::before {
  content: "";
  right: -5%;
  position: absolute;
  z-index: -1;
  border-radius: 1060px 1060px 0px 0px;
  background: #f0f8ff;
  width: 110%;
  height: 106%;
  bottom: -35%;
}

.benefits-crypto-payments-card {
  padding: 0px 40px;
  height: 250px;
}

.benefits-crypto-payments-card h3 {
  background: var(--Gradiant-for-dashboard,
      radial-gradient(108.82% 119.16% at 64.58% 17.16%,
        #1f3a93 0%,
        #405ec2 34.12%,
        #3552b2 76.13%,
        #2d4184 90.33%,
        #0235df 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 28px;
  padding-top: 20px;
}

.benefits-crypto-payments-card:hover .benefits-crypto-payments-card-line {
  background: #3855b6;
  width: 100%;
  height: 10px;
  border-radius: 15px;
}

.benefits-crypto-payments-image1 img {
  width: 100%;
  height: 100%;
}

.benefits-crypto-payments-image1 {
  display: none;
}

.receive-payments-block-left .section-head {
  text-align: start;
  margin-top: 30px;
}

/* contact-us */
section.contact-us {
  padding-bottom: 100px;
}

.contact-ads-main {
  padding: 30px 40px;
  background: linear-gradient(92deg, #03a3e4 -135.34%, #012b73 116.99%);
  box-shadow: -6px -5px 18.7px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  position: relative;
}

.ads-icon {
  border-radius: 50%;
  background: #fff;
  width: 41px;
  text-align: center;
  padding: 7px;
}

.contact-ads-icon-main {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 40px 0px;
}

.contact-ads {
  display: flex;
  align-items: center;
  gap: 25px;
  color: #fff;
  font-size: 18px;
  padding: 15px 0px;
}

.contact-ads p {
  margin: 0;
}

.contact-ads-main h3 {
  color: #fff;
  font-size: 32.79px;
  font-weight: 600;
  line-height: normal;
}

.contact-ads-main p {
  color: #ececec;
  font-size: 21.079px;
  font-weight: 400;
  line-height: normal;
}

.contact-ads-main::before {
  content: "";
  bottom: 0%;
  right: 0%;
  position: absolute;
  z-index: 1;
  width: 246px;
  height: 200px;
  background-image: url(../../outerpage-assert/image/img/contact-bg1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.contact-form input,
.contact-form textarea {
  background: #ffffff;
  border: 3px solid var(--Borders-Form, #bbc5e4);
  cursor: pointer;
  height: 50px;
  border-radius: 10px;
}

.user_details {
  display: flex;
  align-items: center;
  gap: 25px;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  box-shadow: none;
  outline: none !important;
  border-color: #bbc5e4;
}

.contact-form-button button {
  border-radius: 12.83px;
  background: #03b8f7;
  box-shadow: 4.665px 5.832px 11.78px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(75.93079376220703px);
  color: #fff;
  border: none;
  padding: 15px 20px;
  width: 100%;
}

.contact-us-row {
  position: relative;
  /* overflow: hidden; */
  padding-top: 20px;
}

.contact-us-row::before {
  content: "";
  top: 0px;
  right: 0px;
  position: absolute;
  z-index: -2;
  width: 60%;
  height: 100%;
  background-image: url(../../outerpage-assert/image/img/contact-bg2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.contact-form {
  width: 100%;
}

.contact-ads p {
  font-size: 16px;
}

.card-image {
  cursor: pointer;
}

/* Image hover effect */
#image-container img:hover {
  transform: scale(1.05);
  /* box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); */
}

.benefits-crypto-payments-image::before {
  content: "";
  top: 28%;
  right: 5%;
  position: absolute;
  z-index: -4;
  width: 380px;
  height: 280px;
  background-image: url(../../outerpage-assert/image/img/benefits-crypto-payments-image-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 575.98px) {
  section.buy-crypto .pay-receive-block {
    gap: 10px !important;
  }

  .merchent-tool-page .merchent-tool-card-img {
    position: relative !important;
    right: 0 !important;
    bottom: 0 !important;
    text-align: center;
  }

  .crypto-journey-btn a.crypto-coin-link:last-child {
    margin-top: 20px;
  }

  .receive-payments-block-left::before {
    height: 170px;
  }

  .cutting-edge-features-box {
    height: 460px;
  }
}

@media (max-width: 767.98px) {
  section.buy-crypto {
    padding: 20px 0 !important;
  }

  section.buy-crypto .buy-crypto-block {
    padding: 12px !important;
    border-radius: 20px;
  }

  section.buy-crypto .buy-crypto-right {
    padding: 15px !important;
  }

  section.buy-crypto .buy-crypto-left ul li {
    font-size: 18px !important;
  }

  .supported-coin-page .banner-section,
  .supported-coin-page section.our-portfolio,
  .supported-coin-page section.crypto-processing {
    padding: 30px 0 !important;
  }

  section.supported-table p.note {
    margin-top: 20px !important;
  }

  .fee-page .fees-cards .fee-card-block {
    padding: 20px 15px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .fee-page section.income-payment,
  .fee-page section.wallet-services,
  .fee-page section.about-network {
    padding: 25px 0 !important;
  }

  .fee-page .banner-section {
    padding: 40px 0 20px !important;
  }

  .fee-page .withdraw-network-table.card-block thead th {
    font-size: 20px !important;
  }

  .fee-page .withdraw-network-table .fee-currency span:last-child {
    font-size: 16px !important;
  }

  .fee-page .withdraw-network-table.card-block tbody td {
    padding: 10px !important;
  }

  .about-page section.about-banner .fintech-award-left {
    left: 0 !important;
  }

  .about-page section.about-banner .fintech-award-right {
    right: 0 !important;
  }

  .about-page h2.about-us-title {
    margin-left: 0px !important;
  }

  .about-page section.about-banner .fintech-innovation p {
    font-size: 16px !important;
    padding: 20px;
  }

  section.about-banner .fintech-award-left img,
  section.about-banner .fintech-award-right img {
    width: 62px;
    height: 106px !important;
  }

  body.about-page h2 {
    margin-bottom: 20px !important;
  }

  section.mission-vision .mission-block.card-block .mission-left {
    display: none;
  }

  .about-page section.advance-web3 .web3-card-block.card-block.card {
    text-align: center !important;
  }

  .about-page section.our-partners .our-partners-block.card-block.slider {
    padding: 40px !important;
  }

  .about-page section.mission-vision .mission-block.card-block,
  .about-page section.mission-vision .card-block.value-vision-block {
    padding: 20px !important;
  }

  .about-page section.about-banner .fintech-innovation {
    margin: 30px auto !important;
  }

  .about-page .web3-card-img img {
    width: 50px !important;
    height: auto !important;
  }

  .about-page section.about-banner {
    padding: 30px 0 !important;
  }

  section.crypto-processing .crypto-process-block h4 {
    font-size: 20px !important;
  }

  .about-page section.mission-vision,
  .about-page section.result-achieved,
  .about-page section.our-partners,
  .about-page section.advance-web3 {
    padding: 20px 0;
  }

  p.para-text,
  section.buy-crypto .buy-crypto-left ul li {
    font-size: 16px !important;
  }

  .pay-receive-block input {
    width: 50%;
  }

  .portfolio-img img {
    width: 140px;
  }

  section.our-portfolio {
    padding: 0;
  }

  .card-block {
    border-radius: 20px;
  }

  .row.about-wallex-right {
    justify-content: center;
    text-align: center;
    gap: 20px;
  }

  .crypto-currency-features .crypto-currency-block {
    padding: 30px 15px !important;
  }

  .crypto-currency-block-left ul li {
    font-size: 18px !important;
  }

  .section-top-padding {
    padding: 60px 0 !important;
  }

  .join-today-block {
    margin-top: 20px !important;
    padding: 20px;
  }

  .homepage-page .card-block h3.card-sub-title {
    font-size: 20px !important;
    margin-bottom: 15px;
  }

  .homepage-page .card-block p {
    font-size: 16px !important;
  }

  .card-block .feature-card-img img {
    width: 50px;
    height: auto;
  }

  section.faq button.accordion-button {
    font-size: 20px !important;
  }

  .partner-trust-block h4 {
    font-size: 40px !important;
  }

  .partner-trust-block span.partner-trust-text {
    font-size: 18px !important;
    line-height: 1.3;
  }

  section.key-benefits .section-head {
    margin-bottom: 20px !important;
  }

  .join-today-block h3 {
    font-size: 30px;
  }

  section.start-crypto-journey .crypto-journey-btn {
    padding: 25px 0 !important;
  }

  .homepage-page h2 {
    margin-bottom: 10px !important;
  }

  .flip-card {
    width: 100% !important;
  }

  .card.slider-block h3.card-sub-title {
    min-height: 60px !important;
  }

  section.press-say .card.slider-block.card-block {
    padding: 20px;
  }

  .partner-trust-block.partner-trust-block-2 {
    margin-top: 10px;
  }

  .footer-images {
    display: none;
  }

  .join-today-block {
    margin-bottom: 0px;
  }

  .crypto-currency-block-left h3 {
    font-size: 26px;
  }

  section.crypto-currency-features.section-top-padding {
    padding-bottom: 0px !important;
  }

  section.feature-partener {
    padding-bottom: 0px !important;
  }

  section.feature-partener::after {
    bottom: -5%;
    left: 0%;
    width: 150px;
    height: 150px;
  }

  .benefits-crypto-payments-card {
    padding: 25px 20px;
    height: auto;
  }

  .benefits-crypto-payments-card h4 {
    font-size: 24px;
  }

  .benefits-crypto-payments-image img {
    width: 100%;
    height: 100%;
  }

  .partner-trust-block h3 {
    font-size: 20px;
  }

  .partner-trust-block p {
    font-size: 16px;
    margin: 0;
  }

  section.feature-partener::before {
    width: 150px;
    height: 150px;
    top: -3%;
  }

  /* section.banner-section.crypto-bg::before {
  width: 100%;
  height: 74vh;
  background: rgba(15, 51, 169, 0.13);
} */
  section.benefits-crypto-payments-section {
    padding-top: 20px;
  }

  .outerpage-content {
    background-image: none !important;
    background: #091b49;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {

  .fee-page section.income-payment,
  .fee-page section.wallet-services,
  .fee-page section.about-network {
    padding: 40px 0 !important;
  }

  .fee-page .banner-section {
    padding: 50px 0 30px !important;
  }

  .about-page h2 {
    margin-bottom: 30px !important;
  }

  .about-page section.mission-vision,
  .about-page section.result-achieved,
  .about-page section.our-partners,
  .about-page section.advance-web3 {
    padding: 25px 0 !important;
  }

  section.crypto-processing h2 {
    font-size: 40px;
  }

  .section-top-padding {
    padding: 45px 0 !important;
  }

  .crypto-currency-features .crypto-currency-block {
    padding: 30px !important;
  }

  .homepage-page h2 {
    margin-bottom: 10px !important;
  }

  .join-today-block {
    margin-top: 50px !important;
    padding: 30px !important;
  }

  .join-today-block h3 {
    font-size: 40px !important;
  }

  .card.slider-block h3.card-sub-title {
    min-height: 80px !important;
  }

  .footer-images {
    display: none;
  }
}

@media (max-width: 991.98px) {

  section.buy-crypto .buy-crypto-right,
  section.supported-table .coin-banner-right {
    margin-top: 20px !important;
  }

  section.all-supported-banner h1 {
    font-size: 40px !important;
  }

  .supported-coin-page section.all-supported-banner.crypto-bg {
    padding: 30px 0 !important;
  }

  .fee-page .fees-cards p.card-bottom-text {
    margin-bottom: 20px;
  }

  .about-page section.result-achieved .achieved-block {
    border-left: none !important;
  }

  .about-page section.result-achieved p.our-achievements {
    font-size: 40px !important;
  }

  section.buy-crypto .buy-crypto-block h1 {
    font-size: 36px !important;
    margin-bottom: 15px;
  }

  /* .crypto-bg {
    padding-top: 50px;
  } */
  section.our-portfolio h3 {
    font-size: 40px;
  }

  section.all-supported-banner.crypto-bg {
    padding: 0;
  }

  .fee-banner-right img {
    width: 300px;
  }

  .fee-banner-right {
    text-align: center;
  }

  .homepage-page .banner-section {
    padding-top: 50px;
  }

  .homepage-page .banner-section .banner-right-img {
    text-align: center;
  }

  .card-block.feature-block p {
    min-height: auto !important;
  }

  .crypto-currency-block.card-block .row {
    align-items: center !important;
  }

  .crypto-currency-block-right {
    margin-top: 20px;
    text-align: center;
  }

  section.faq .accordion-button::after {
    background-image: url(/outerpage-assert/image/faq-left-arrow.webp);
    width: 30px !important;
    height: 30px !important;
    border-radius: 4px !important;
  }

  .join-today-block {
    text-align: center;
  }

  .join-today-block .download-app {
    justify-content: center;
  }

  .join-today-block h3 {
    margin-top: 30px !important;
  }

  .row.about-wallex-right {
    margin-top: 20px !important;
  }

  .partner-can-trust .crypto-sub-head {
    top: -10px !important;
  }

  .row.about-wallex-right {
    margin-left: 0 !important;
  }

  .legal-main-card ul {
    padding: 0 !important;
  }

  .benefits-crypto-payments-image1 {
    display: block;
  }

  .benefits-crypto-payments-image {
    text-align: center;
    display: none;
  }

  .benefits-crypto-payments::before {
    display: none;
  }

  .owl-carousel .owl-nav button.owl-next {
    right: 0%;
  }

  .owl-carousel .owl-nav button.owl-prev {
    left: 0%;
  }

  section.receive-payments.section-top-padding::after {
    top: -16px;
    width: 130px;
    height: 130px;
  }

  section {
    overflow: hidden;
  }
}

@media (max-width: 1199.98px) {
  section.buy-crypto .crypto-pay-receive {
    padding: 0 !important;
  }

  .top-margin {
    margin-top: 0 !important;
  }

  .fee-page .fee-card-block {
    height: 90% !important;
  }

  .fee-page section.wallet-services .fee-block-content {
    min-height: auto !important;
  }

  section.all-supported-banner h1 {
    font-size: 40px !important;
  }

  .fees-cards p.card-bottom-text,
  .card-block h3.card-sub-title {
    font-size: 20px !important;
  }

  .fees-cards p.card-bottom-text span,
  .fee-page .fees-cards p.card-bottom-text {
    font-size: 16px !important;
  }

  .card.key-benefits-card {
    padding: 30px 40px 30px 30px;
    min-height: 75%;
    margin-top: 100px;
  }

  section.key-benefits.section-top-padding::before {
    top: 33%;
  }

  .card.key-benefits-card p {
    min-height: auto !important;
  }

  section.press-say .contain-width {
    padding: 0px 24px !important;
  }

  section.press-say .swiper-button-next::after,
  section.press-say .swiper-button-prev::after {
    font-size: 20px !important;
    font-family: 600;
  }

  section.press-say .swiper-button-next,
  section.press-say .swiper-button-prev {
    width: 30px;
    height: 30px;
  }

  section.press-say .card.slider-block h3.card-sub-title {
    font-size: 20px !important;
  }

  section.press-say .card.slider-block p {
    font-size: 16px !important;
  }

  .footer-images {
    display: none;
  }

  .outerpage-content::after {
    display: none !important;
  }

  .outerpage-content-after {
    display: none;
  }

  .cutting-edge-features-image img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 1349.98px) {
  .homepage-page .banner-right-img img {
    max-width: 100%;
    height: auto;
  }

  .crypto-currency-block-right img {
    max-width: 100%;
    height: auto;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .card.slider-block h3.card-sub-title {
    min-height: 110px !important;
  }
}

section.faq .accordion-button::after {
  background-image: url(/outerpage-assert/image/faq-left-arrow.webp);
  width: 35px !important;
  height: 35px !important;
  border-radius: 4px !important;
}

/* video popup */

.popup {
  display: none;
  position: fixed;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  background: #f0f8ff;
  box-shadow: 0px 0px 10px #d9d9d9;
  border-radius: 26px;
  z-index: 1000;
  height: auto;
  overflow: hidden;
}

.popup-form-hero {
  margin: 10px auto;
}

.popup.active {
  display: block;
}

.overlay-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 72%);
  z-index: 999;
}

.overlay-pop.active {
  display: block;
}

.container-2 {
  text-align: center;
}

.close-icon {
  position: relative;
  top: 10px;
  right: 10px;
  cursor: pointer;
  text-align: end;
}

.row.contact-us-row video {
  width: 100%;
}

main.legal-main h2 {
  font-size: 30px;
}

.legal-main ul {
  list-style-position: inside;
}

.legal-main ul {
  padding-left: 40px;
}

.legal-main ul li::marker {
  color: #000;
}

@media (max-width: 991.98px) {
  .popup {
    width: 100%;
  }

  .container-2 video {
    width: 100%;
  }
}

/* -----------------------------------home new css -------------------------------------------- */

.homepage-page .banner-section {
  padding-top: 100px;
  overflow: hidden;
  /* box-shadow: 0px -30px 23px 0px #f8f8fa inset; */
  padding-bottom: 70px;
  position: relative;
  height: auto;
}

.api-page .banner-section,
.carrer-page .banner-section,
.currencies-page .banner-section,
.pricing-page .banner-section,
.about-us-page .banner-section {
  height: 90vh;
  min-height: 550px;
  max-height: 850px;
  display: flex;
  align-items: center;

}

.api-page .banner-section .banner-right-img,
.carrer-page .banner-section .banner-right-img,
.currencies-page .banner-section .banner-right-img,
.pricing-page .banner-section .banner-right-img,
.about-us-page .banner-section .banner-right-img {
  position: unset !important;
}

.homepage-page h2,
.homepage-page h3,
.homepage-page h4 {
  letter-spacing: 0.06em !important;
  line-height: 1.029em !important;
}

.homepage-page .banner-section .banner-right-img {
  position: absolute;
  right: -18px;
  top: 0px;
}

section.key-benefits.section-top-padding::before {
  content: "";
  top: 15%;
  left: 0%;
  position: absolute;
  z-index: -1;
  width: 300px;
  height: 300px;
  background-image: url(../../outerpage-assert/image/img/star-emoji.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.outerpage-content {
  width: 100%;
  height: 100%;
  background-image: url(../../outerpage-assert/image/img/Crypto-payment-inner-banner.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: auto;
  z-index: 1;
  overflow: hidden;
}

.outerpage-content::after {
  content: "";
  bottom: -100px;
  left: 0px;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 386px;
  background-image: url(../../outerpage-assert/image/img/ring-banner.webp);
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: center; */
  opacity: 0.8;
}

.homepage-page .banner-section p {
  margin: 20px 0px;
}

.feature-card {
  border-radius: 35.67px;
  border: 0.759px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 17.607px 4.554px rgba(255, 255, 255, 0.25) inset;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  padding: 25px;
  color: #fff;
}

.feature-card:hover {
  /* transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.8); */
}

.feature-card.active {
  background: linear-gradient(145deg, #1da1ff, #0b6fc2);
  box-shadow: 0 12px 30px rgba(29, 161, 255, 0.4);
}

.icon-box {
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.icon-box i {
  font-size: 18px;
}

.feature-title {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 6px;
}

.banner-feature-blocks {
  max-width: 700px;
}

.feature-desc {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.4;
}

.active .feature-desc {
  color: rgba(255, 255, 255, 0.9);
}

section.banner-section.crypto-bg a.crypto-coin-link1 span,
section.banner-section.crypto-bg a.crypto-coin-link1:hover,
section.get-start-cta a.crypto-coin-link1:hover,
section.ideal-bussiness a.crypto-coin-link1:hover {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

section.banner-section.crypto-bg a.crypto-coin-link1,
section.get-start-cta a.crypto-coin-link1,
section.ideal-bussiness a.crypto-coin-link1 {
  padding: 13px 15px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.06em;
  white-space: nowrap;
  transform: translateY(-0.2em);
  transition: transform 0.1s ease;
  color: #fff;
  border-radius: 11px;
  background: #03b8f7;
  /* background: linear-gradient(150deg, #03A3E4 0%, #012B73 100% 100%); */
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.home-inner-banner-section span {
  color: #03b8f7;
  -webkit-text-fill-color: #03b8f7;
}

section.why-choose,
section.how-is-works,
section.get-halla,
section.ideal-bussiness {
  padding: 80px 0;
}

.why-choose-blocks {
  max-width: 1500px;
  margin: 0 auto;
  justify-content: center;
}

.why-choose-block {
  text-align: center;
  padding: 20px;
  border: 4px solid #fff;
}

.why-choose-block:hover {
  border-radius: 19.251px;
  border: 4px solid #1f3a93;
  background: #fff;
}

.why-choose-block h3 {
  color: rgba(0, 0, 0, 0.87);
  text-align: center;
  font-size: 24px;
  margin-bottom: 15px;
}

.why-choose-block p {
  color: #1f2933;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  min-height: 130px;
}

.how-is-works-block {
  border-radius: 22px;
  background: #f9f9f9;
  display: flex;
  align-items: center;
  gap: 20px;
  border: 4px solid #fff;
  padding: 20px;
  margin-bottom: 15px;
}

.how-is-works-block .svg-icons svg {
  width: 80px;
}

.how-is-works-block:hover .svg-icons svg path {
  fill: #012b73;
}

.how-is-works-block:hover {
  border-radius: 22px;
  border: 4px solid #012b73;
}

section.how-is-works .section-head,
section.ideal-bussiness .section-head {
  text-align: left;
}

section.how-is-works .section-head p,
section.ideal-bussiness .section-head p {
  margin: 0;
}

.how-is-works-content h3 {
  color: #1f2933;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.how-is-works-content p {
  color: rgb(31, 41, 51);
  font-size: 18px;
  font-weight: 400;
}

section.get-start-cta {
  background: url(../image/img/home/ctatop-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  background-position: right top;
}

section.get-start-cta h2 span {
  background: #03B8F7;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.get-start-cta-content h2 {
  color: #fff;
  font-size: 45px;
  max-width: 700px;
  line-height: 1.4 !important;
  font-weight: 600;
}

.get-start-cta-content label {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}

.get-start-cta-content p {
  color: #fff;
  font-size: 20.875px;
  font-weight: 700;
}

section.get-halla .section-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}

section.get-halla .flex-get-halla {
  display: flex;
  justify-content: flex-start;
  text-align: left;
}

section.get-halla .feature-item-grid {
  /* max-width: 600px; */
  margin: 0 auto;
}

section.get-halla .feature-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 20px;
}

section.get-halla .feature-content h3 {
  color: #1f2933;
  font-size: 24px;
  margin-bottom: 0px;
}

/* .api-page section.get-halla .feature-content h3,
.pricing-page section.get-halla .feature-content h3 {

  margin-bottom: 0px !important;

} */

section.get-halla .feature-content p {
  color: #1f2933;
  font-size: 17px;
  font-weight: 400;
}

section.pay-faster {
  background: url(../image/img/home/pay-faster-cta-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0;
}

section.pay-faster h2 {
  background: var(--halla-orginal,
      linear-gradient(100deg, #012b73 -5.24%, #03b8f7 111.43%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.5 !important;
  margin-bottom: 30px;
}

section.pay-faster p {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
}

section.pay-faster .mobile-app-links a {
  border-radius: 9px;
  background: #000;
  display: flex;
  align-items: center;
  padding: 15px;
  gap: 20px;
}

section.pay-faster .mobile-app-links .comming-wrap {
  position: relative;
  z-index: 0;
}

section.pay-faster .mobile-app-links .comming-wrap:hover .comming-soon,
section.pay-faster .mobile-app-links .comming-soon:hover {
  opacity: 1;
  transform: rotateX(0deg);
}

section.pay-faster .mobile-app-links .comming-soon {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 10px 20px;
  background: #000;
  border-radius: 20px;
  z-index: 2;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  transform: rotateX(85deg);
}

section.pay-faster .mobile-app-links .comming-soon p {
  color: #fff;
  margin-bottom: 0px;
  font-size: 18px;
}

section.pay-faster .mobile-app-links {
  display: flex;
  gap: 25px;
  padding: 10px;
}

section.pay-faster .mobile-app-links a p {
  max-width: 150px;
  margin: 0;
  color: #fff;
  font-size: 17px;
}

section.get-halla p.para-text {
  max-width: none;
}

@media (max-width: 1299.98px) {
  section.banner-section h1 {
    font-size: 45px;
  }
}

@media (max-width: 991.98px) {
  .get-halla-right {
    margin-top: 0px;
  }

  .feature-title {
    font-size: 1rem;
  }

  .homepage-page .banner-section {
    padding-top: 50px;
  }

  section.why-choose,
  section.how-is-works,
  section.get-halla,
  section.ideal-bussiness {
    padding: 40px 0;
  }

  .why-choose-block {
    margin-bottom: 20px;
  }

  .how-is-works-content h3 {
    font-size: 20px;
  }

  .how-is-works-content p {
    font-size: 16px;
  }

  .how-is-works-block,
  section.get-halla .section-head,
  section.pay-faster .mobile-app-links {
    flex-direction: column;
    align-items: flex-start;
  }

  .pricing-page section.get-halla .section-head p {
    text-align: left;
  }

  section.how-is-works .section-head {
    margin-bottom: 0;
  }

  section.get-start-cta,
  section.pay-faster {
    background-position: left !important;
    padding: 50px 0 !important;
  }

  .get-start-cta-content p {
    font-size: 18px;
  }

  section.get-halla .feature-content p {
    font-size: 16px;
  }

  section.get-halla .feature-content h3 {
    font-size: 20px;
  }

  section.ideal-bussiness a.crypto-coin-link1 {
    margin-top: 10px !important;
    margin-bottom: 10px;
  }

  section.ideal-bussiness .section-head {
    margin-bottom: 15px !important;
  }

  .how-is-works-block .svg-icons svg {
    height: auto;
  }

  section.pay-faster h2 {
    font-size: 26px !important;
  }

  section.pay-faster p {
    font-size: 16px;
  }
}

@media (max-width: 991.98px) {
  .how-is-works-left img {
    display: none;
  }
}

@media (max-width: 1299.98px) {
  .homepage-page .banner-right-img {
    right: -72px !important;
  }
}

@media (max-width: 1199.98px) {

  .homepage-page .banner-right-img img {
    display: none;
  }
}

/* currencies page css */
.crypto-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 20px 0;
  z-index: 0;
}

/* LEFT FADE */
.crypto-slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to right,
      #ffffff 0%,
      rgba(255, 255, 255, 0.95) 20%,
      rgba(255, 255, 255, 0.7) 40%,
      rgba(255, 255, 255, 0) 100%);
}

/* RIGHT FADE */
.crypto-slider::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to left,
      #ffffff 0%,
      rgba(255, 255, 255, 0.95) 20%,
      rgba(255, 255, 255, 0.7) 40%,
      rgba(255, 255, 255, 0) 100%);
}

.crypto-track {
  display: flex;
  gap: 20px;
  width: max-content;
}

/* Cards */
.crypto-card {
  min-width: 220px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.crypto-card img {
  background: #fff;
  padding: 8px;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  white-space: nowrap;
}

.crypto-card .coin-name {
  display: flex;
  flex-direction: column;
}

/* RIGHT → LEFT */
.crypto-slider.rtl .crypto-track {
  animation: marqueeRTL 50s linear infinite;
}

/* LEFT → RIGHT */
.crypto-slider.ltr .crypto-track {
  animation: marqueeLTR 50s linear infinite;
}

/* Animations */
@keyframes marqueeRTL {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes marqueeLTR {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

.crypto-slider:hover .crypto-track {
  animation-play-state: paused;
}

@media (max-width: 768px) {

  .crypto-slider.rtl .crypto-track,
  .crypto-slider.ltr .crypto-track {
    animation-duration: 30s;
  }

  .crypto-slider::after,
  .crypto-slider::before {
    width: 80px;
  }
}

.currencies-page .why-choose-block p {
  min-height: auto;
}

.currencies-page section.get-start-cta {
  background: url(../image/img/currencies/ctatop-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  background-position: right top;
}

.carrer-page section.get-start-cta {
  background: url(../image/img/carrer/rp-carrer-cta.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  background-position: right top;
}

.carrer-page .get-start-cta-content h2 {
  max-width: 650px;
}

.carrer-page .how-is-works-content p {
  font-size: 16px;
}

.carrer-page .how-is-works-content h3 {
  font-size: 22px;
}

.pricing-page section.get-halla .section-head,
.api-page section.get-halla .section-head {
  flex-direction: column;
  text-align: center;
}

.pricing-page section.get-halla .feature-content h3 {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1.2 !important;
}

.pricing-page section.get-halla .feature-item,
.api-page section.get-halla .feature-item {
  align-items: center;
  margin-bottom: 40px;
}

main.pricing-page section.get-halla .feature-item-grid,
main.api-page section.get-halla .feature-item-grid {
  max-width: none;
  margin: 0;
}

main.pricing-page section.get-halla .row,
main.api-page section.get-halla .row {
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.pricing-page section.get-halla.transation-fee .section-head,
.api-page section.get-halla.transation-fee .section-head {
  text-align: left;
  align-items: flex-start;
  margin-bottom: 50px;
}

.pricing-page section.get-start-cta {
  background: url(../image/img/pricing/ctatop-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  background-position: right top;
}


.currencies-page .banner-section .banner-right-img,
.carrer-page .banner-section .banner-right-img,
.pricing-page .banner-section .banner-right-img {
  position: relative;
  right: 0px;
  top: 0px;
}

.currencies-page .banner-section,
.carrer-page .banner-section,
.pricing-page .banner-section {
  padding: 50px 0;
}

.api-page section.get-start-cta {
  background: url(../image/img/api/ctatop-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  background-position: right top;
}