/* terms of service */
/* terms 320px responsiveness */
@media (min-width: 320px) {
  span {
    font-weight: 600;
  }

  .kyc-section p,
  .terms p,
  .privacy-notice p,
  .security-section p {
    line-height: 25px;
    padding-bottom: 20px;
  }

  .underline {
    border-bottom: 2px solid #333333;
    padding-top: 10px;
  }

  .p {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 30px;
  }

  .kyc-section,
  .terms {
    padding: 5px 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 14px;
    font-family: 'Degular-regular', sans-serif;
  }

  h2,
  h3 {
    padding-bottom: 10px;
  }

  .terms-conditions {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    padding: 5px 10px;
  }

  .agreement {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 5px 10px;
  }

  .read-carefully,
  .read-carefully div {
    padding: 5px 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}

/* terms 768px responsiveness */
@media (min-width: 768px) {
  .underline {
    border-bottom: 2px solid #333333;
    padding-top: 10px;
  }

  .p {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 60px;
  }

  h2,
  h3 {
    padding-bottom: 10px;
  }

  .kyc-section,
  .terms {
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 18px;
    font-family: 'Degular-regular', sans-serif;
  }

  .terms-conditions {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    padding: 20px 40px;
  }

  .contents,
  .agreement {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 40px;
  }

  .read-carefully,
  .read-carefully div {
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}


/* privacy policy and security section */
/* privacy 320px responsiveness */
@media (min-width: 320px) {

  .security-section,
  .privacy-notice {
    padding: 5px 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 14px;
  }

  .security-heading {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 20px;
  }

  .security-heading div h3 {
    padding-bottom: 10px;
  }

  .privacy-heading {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    padding: 5px 10px;
  }

  .security,
  .security div,
  .notice,
  .notice div {
    padding: 5px 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}

/* privacy/security 768px responsiveness */
@media (min-width: 768px) {

  .security-section,
  .privacy-notice {
    padding: 40px 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 18px;
  }

  .security-heading {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0px 20px;
  }

  .security-heading div h3 {
    padding-bottom: 20px;
  }


  .privacy-heading {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    padding: 20px 40px;
  }

  .introduction {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }

  .security,
  .security div,
  .notice,
  .notice div {
    padding: 10px 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}

/* international transfer */
/* international transfer 320px screen responsiveness */
@media (min-width: 320px) {
  .main-content {
    padding: 30px 10px;
    background-color: #ECF8ED;
  }

  .main-content .content-container1 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 10px;
  }

  .content-container1 .content-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .content-container1 .content-text h3 {
    font-family: 'Degular-bold', sans-serif;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
  }

  .content-container1 .content-text h1 {
    font-family: 'Degular-bold', sans-serif;
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    line-height: 100%;
  }

  .content-container1 .content-text p {
    font-family: 'Degular-regular', sans-serif;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
  }

  .content-container1 .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 20px 0;
  }

  .content-container1 .content-card1 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 0px;
  }

  .content-container1 .content-card1 .pp,
  .pp {
    /* font-family: 'Degular-bold', sans-serif; */
    font-size: 14px;
    text-align: left;
    font-weight: 500;
  }

  .content-card1 .card1 {
    width: 280px;
    display: flex;
    flex-direction: column;
    /* gap: 10px; */
    padding: 10px 10px;
    background-color: #FFFFFF;
    border-radius: 20px;
    border: 3px solid #333333;
  }

  .content-card1 .card1 .line {
    border-bottom: 3px solid #333333;
    /* margin: 10px 0; */
  }

  .content-card1 .card1 .send,
  .content-card1 .card1 .receive {
    /* padding: 10px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }

  .content-card1 .card1 .send .send-text,
  .content-card1 .card1 .receive .receive-text {
    display: flex;
    flex-direction: column;
    /* gap: 20px; */
    padding: 10px 0px;
  }

  .content-card1 .card1 .send .send-text p,
  .content-card1 .card1 .receive .receive-text p {
    font-family: 'Degular-regular', sans-serif;
    font-size: 14px;
    /* line-height: 25px; */
  }

  .content-card1 .card1 .send .send-text input,
  .content-card1 .card1 .receive .receive-text input {
    padding: 10px;
    border: none;
    outline: none;
    width: 100%;
    font-family: 'Degular-regular', sans-serif;
    font-size: 24px;
    font-weight: 600;
    /* color: #333333; */
  }

  .content-card1 .card1 .send .usd-card,
  .content-card1 .card1 .receive .euro-card {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 5px 5px;
    border: 1px solid #333333;
    border-radius: 50px;
  }

  .usd {
    display: flex;
    gap: 5px;
    align-items: center;
  }

  .content-container1 .content .content-card2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 0px;
  }

  .content-card2 .content-rate {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 20px;
    background-color: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }

  .content-card2 .content-rate .rate {
    display: flex;
    justify-content: space-between;
    font-family: 'Degular-bold', sans-serif;
    font-size: 14px;
    color: black;
  }

  .content-card2 .content-rate .rate p:last-of-type {
    font-weight: 600;
  }

  .main-content .content-container2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
  }

  .content-container2 h2 {
    font-family: 'Degular-bold', sans-serif;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
  }

  .content-container2 h2 span {
    font-size: 32px;
    font-weight: 900;
    font-family: 'Degular-italic', sans-serif;

  }

  .content-container2 .features {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 40px 20px;
  }

  .content-container2 .features .feat {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-items: flex-start;
    align-items: flex-start;
    /* padding: 20px 20px;
    background-color: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
  }

  .content-container2 .features .feat i {
    font-size: 34px;
  }

  .content-container2 .features .feat h4 {
    font-family: 'Degular-bold', sans-serif;
    font-size: 16px;
    font-weight: 600;
    /* text-align: center; */
  }

  .content-container2 .features .feat p {
    font-family: 'Degular-regular', sans-serif;
    font-size: 14px;
    line-height: 25px;
    /* text-align: center; */
  }

  /* ===== 3. Download download ===== */

  .download-content1 {
    display: none;
  }

  .download-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background: #faf4eb; */
    padding: 20px 0px;
    border-radius: 12px;
    width: 100%;
    max-width: 700px;
    /* height: 400px; */
    /* position: relative; */
    animation: downloadFadeIn 0.3s ease;
  }

  @keyframes downloadFadeIn {
    from {
      opacity: 0;
      transform: translateY(-20px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .download-text {
    text-align: center;
    margin-bottom: 20px;
  }

  .download-text h3 {
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 500;
  }

  .download-text h3 span {
    font-size: 44px;
    margin-bottom: 8px;
    font-weight: 700;
  }

  .download-text p {
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
  }

  .download-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }

  .download-form .choose-country {
    display: flex;
    align-items: center;
    gap: 10px;
    /* background-color: #f8f8f8; */
    /* padding: 12px; */
    border-radius: 6px;
  }

  .download-form .choose-country .country-code {
    display: flex;
    align-items: center;
    gap: 5px;
    /* background-color: #f8f8f8; */
    padding: 8px;
    border-radius: 50px;
    border: 1px solid #ddd;
    cursor: pointer;
  }

  .download-form .choose-country .country-code img {
    width: 25px;
    height: 25px;
  }

  .download-form input {
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
  }

  .act_btn {
    width: 100%;
    background-color: #39b54a !important;
    color: white !important;
    border-radius: 6px !important;
    margin-top: 10px !important;
    padding: 10px 20px !important;
    transition: all 0.3s ease;
    cursor: pointer;
  }

  .act_btn:hover {
    background-color: #2e9a3d;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.01);
    transition: all 0.3s ease;
  }

  .act_btn:active {
    transform: scale(0.98);
  }
}

/* international transfer 375px screen responsiveness */
@media (min-width: 375px) {

  .content-card1 .card1,
  .content-card2 .content-rate {
    width: 335px;
  }
}

/* international transfer 425px screen responsiveness */
@media (min-width: 425px) {

  .content-card1 .card1,
  .content-card2 .content-rate {
    width: 385px;
  }
}

/* international transfer 768px screen responsiveness */
@media (min-width: 768px) {
  /* .main-content .content-text {
    width: 500px;
    align-items: center;
  } */

  .content-card1 .card1,
  .content-card2 .content-rate {
    width: 480px;
  }

  .content-container1 .content-card1 .pp,
  .content-card2 .content-rate .rate p {
    font-size: 16px;
  }

  .pp {
    font-size: 16px;
  }

  .content-container2 h2 {
    width: 70%;
  }

  .content-container2 .features {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    gap: 30px;
    padding: 40px 20px;
    flex-wrap: wrap;
  }

  .content-container2 .features .feat {
    width: 300px;
  }
}

/* international transfer 1024px screen responsiveness */
@media (min-width: 1024px) {
  .main-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }

  .main-content .content-container1 {
        width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /* gap: 20px; */
    padding: 0 20px;
  }

  .main-content .content-container1 .content-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }

  .main-content .content-container1 .content-text {
    width: 70%;
    align-items: flex-start;

  }

  .main-content .content-container1 .content-text h1,
  .main-content .content-container1 .content-text h3,
  .main-content .content-container1 .content-text p {
    text-align: left;
  }

  .content {
    width: 50%;
  }

  .card {
    width: 100%;
  }

  .download-content {
    display: none;
  }

  .download-content1 {
    display: flex;
    justify-content: flex-start;
  }

  .content-container2 .features .feat {
    width: 350px;
  }
}

/* international transfer 1440px screen responsiveness */
@media (min-width: 1440px) {
  .main-content .content-container1 .content-text h1 {
    font-size: 60px;
  }

  .main-content .content-container2 h2,
  .main-content .content-container2 span {
    font-size: 46px;
  }

    .content-container2 .features .feat {
    width: 300px;
  }

  .main-content .content-container2 .feat h4 {
    font-size: 20px;
  }

  .main-content .content-container2 .feat p {
    font-size: 16px;

  }
}


.currency-dropdown {
  position: absolute; display:none; background:white; border:1px solid #ccc;
  width:280px; max-height:300px; overflow:auto; z-index:1000;
}
.currency-dropdown.open { display:block; }
.currency-dropdown input {
  width: calc(100% - 20px); padding: 8px; margin:10px;
}
.currency-dropdown .options .opt {
  display:flex; align-items:center; padding:8px; cursor:pointer;
}
.currency-dropdown .opt:hover { background:#f0f0f0; }
.currency-dropdown .option .info div { font-size:14px; }
.currency-dropdown .opt .info small { font-size:12px; color:#555; }

/* Flags: using class flag-xx ISO code */
.flag {
  width:24px; height:16px; background-size:cover; margin-right:8px;
}
.currency-dropdown .opt[data-code^="US"] .flag { background-image:url('…/flags/us.svg'); }
/* Repeat inline flags for common currencies or generate dynamically */



/* multi-currency-wallet section */
/* multi-currency-wallet 320px screen responsiveness */
@media (min-width: 320px) {
  .multi-currency-wallet {
    /* padding: 30px 20px; */
    /* background-color: #ECF8ED; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
  }

  .multi-currency-wallet .multi-section1 {
    background-color: #ECF8ED;
    padding: 80px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 100px;
    width: 100vw;
  }

  .multi-currency-wallet .multi-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .multi-currency-wallet .multi-text h1 {
    font-family: 'Degular-bold', sans-serif;
    font-size: 50px;
    font-weight: 500;
    text-align: center;
  }

  .multi-currency-wallet .multi-text span {
    font-family: 'Degular-bold', sans-serif;
    font-size: 50px;
    font-weight: 800;
    text-align: center;
  }

  .multi-currency-wallet .multi-text p {
    font-family: 'Degular-regular', sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }

  .multi-currency-wallet .multi-section2 {
    /* background-color: #ECF8ED;
    padding: 30px 20px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .multi-currency-wallet .multi-section2-text {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    gap: 20px;
  }

  .multi-currency-wallet .currency-list {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }

  .multi-currency-wallet .currency-list .country-img {
    width: 30px;
    height: 30px;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.333);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .multi-currency-wallet .currency-list .country-img img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
  }

  .multi-currency-wallet .multi-section2-text2 {
    display: flex;
    flex-direction: column;
    justify-items: center;
    /* gap: 10px; */
  }

  .multi-currency-wallet .multi-section2-text2 h2 {
    font-family: 'Degular-bold', sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-align: left;
  }

  .multi-currency-wallet .multi-section2-img {
    position: relative;
    width: 230px;
    height: 230px;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.333);
    border-radius: 50%;
    background-color: #FFFFFF;
  }

  .multi-currency-wallet .multi-section2-img img {
    width: 100%;
    height: 100%;
    /* border-radius: 50%; */
  }

  .multi-currency-wallet .multi-section2-img-logo {
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: absolute;
    bottom: 20px;
    left: -20px;
    /* width: 150px;
    height: 50px; */
    /* border-radius: 50%; */
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.333);
    background-color: #646B63;
    color: #FFFFFF;
    padding: 5px;
    border-radius: 10px;
  }

  .multi-currency-wallet .multi-section2-img-logo .multi-img-text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    font-family: 'Degular-bold', sans-serif;
    font-size: 10px;
    font-weight: 400;
    text-align: left;
    padding: 0 10px;
  }

  .multi-currency-wallet .multi-section2-img-logo img {
    width: 20px;
    height: 20px;
  }

  .multi-currency-wallet .multi-section3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 60px 20px;
    /* padding: 30px 20px; */
    background-color: #FFFFFF;
  }

  .multi-currency-wallet .multi-section3-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* gap: 10px; */
  }

  .multi-currency-wallet .multi-section3-text h2 {
    font-family: 'Degular-bold', sans-serif;
    font-size: 28px;
    font-weight: 700;
    text-align: left;
  }

  .multi-currency-wallet .multi-section3-text p {
    font-family: 'Degular-regular', sans-serif;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
  }

  .multi-currency-wallet .multi-section3-img {
    position: relative;
    width: 280px;
    height: 450px;
    /* border-radius: 40px; */
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    background-color: #DCDED2;
    transform: skewY(170deg);

  }

  .multi-currency-wallet .multi-section3-img img {
    position: absolute;
    width: 265px;
    height: 390px;
    object-fit: cover;
    transform: skewY(-170deg);
    transform: rotate(-1.695deg);
    z-index: 1;
    top: 60px;
    left: 10px;
  }
}

/* multi-currency-wallet 425px screen responsiveness */
@media (min-width: 425px) {

  .multi-currency-wallet .multi-section3-img {
    width: 380px;
    height: 450px;

  }

  .multi-currency-wallet .multi-section3-img img {
    width: 305px;
    height: 390px;
    left: 40px;
  }

  /* .multi-currency-wallet .multi-text h1 span {
    word-break: ;
  } */

  .multi-currency-wallet .currency-list .country-img {
    width: 40px;
    height: 40px;
  }

  .multi-currency-wallet .currency-list .country-img img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }

  .multi-currency-wallet .multi-section2-img {
    width: 300px;
    height: 300px;
  }

  .multi-currency-wallet .multi-section2-img-logo {
    bottom: 20px;
    left: -20px;
    width: 170px;
  }

  .multi-currency-wallet .multi-section2-img-logo .multi-img-text-wrapper {
    font-size: 12px;
    padding: 0 10px;
  }

  .multi-currency-wallet .multi-section2-img-logo img {
    width: 25px;
    height: 25px;
  }
}

/* multi-currency-wallet 768px screen responsiveness */
@media (min-width: 768px) {
  .multi-currency-wallet {
    /* padding: 60px 40px; */
  }

  .multi-currency-wallet .multi-text h1,
  .multi-currency-wallet .multi-text span {
    font-size: 76px;
  }

  .multi-currency-wallet .multi-text p {
    font-size: 20px;
    line-height: 25px;
    padding: 20px 60px;
  }

  .multi-currency-wallet .multi-section2 {
    flex-direction: column;
    /* justify-content: space-between; */
    align-items: center;
    /* gap: 100px; */
  }

  .multi-currency-wallet .multi-section2-text span {
    font-size: 12px;
    letter-spacing: 2px;
  }

  .multi-currency-wallet .currency-list {
    width: 100%;
    justify-content: flex-start;
    gap: 20px;
  }

  .multi-currency-wallet .multi-section2-text2 h2 {
    font-size: 52px;
  }

  .multi-currency-wallet .multi-section2-text2 p {
    font-size: 16px;
    line-height: 25px;
  }

  .multi-currency-wallet .multi-section2-img {
    width: 600px;
    height: 600px;
    margin: 80px 10px;
  }

  .multi-currency-wallet .multi-section2-img-logo {
    justify-content: flex-start;
    gap: 10px;
    padding: 0 20px;
    bottom: 20px;
    left: -20px;
    width: 290px;
    height: 80px;
  }

  .multi-currency-wallet .multi-section2-img-logo .multi-img-text-wrapper {
    font-size: 16px;
    padding: 0 10px;
  }

  .multi-currency-wallet .multi-section2-img-logo img {
    width: 40px;
    height: 40px;
  }

  .multi-currency-wallet .multi-section3 {
    position: relative;
    width: 100%;
    height: 1150px;
    padding: 80px 0;
    /* flex-direction: row-reverse; */
    justify-content: space-between;
    align-items: center;
    gap: 40px;
  }

  .multi-currency-wallet .multi-section3-text {
    /* position: absolute; */
    width: 38%;
  }

  .multi-currency-wallet .mat1 {
    position: absolute;
    top: 40px;
    /* left: 0; */
    right: 20px;
  }

  .multi-currency-wallet .mat2 {
    position: absolute;
    top: 300px;
    right: 20px;
  }

  .multi-currency-wallet .mat3 {
    position: absolute;
    top: 650px;
    left: 20px;
  }

  .multi-currency-wallet .mat4 {
    width: 350px;
    position: absolute;
    top: 140px;
    left: 20px;
  }

  .multi-currency-wallet .mat5 {
    width: 350px;
    position: absolute;
    top: 600px;
    right: 20px;
  }
}

/* multi-currency-wallet 1024px screen responsiveness */
@media (min-width: 1024px) {

  .multi-currency-wallet .multi-text h1,
  .multi-currency-wallet .multi-text span,
  .multi-currency-wallet .multi-text p {
    width: 755px;
  }

  .multi-currency-wallet .multi-section2 {
    width: 100vw;
    padding: 30px 20px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /* gap: 100px; */
  }

  .multi-currency-wallet .multi-section2-text {
    width: 45%;
  }

  .qwerty1 {
    padding-right: 60px;
  }

  .multi-currency-wallet .multi-section2-img {
    width: 300px;
    height: 300px;
  }

  .multi-currency-wallet .multi-section2-img-logo {
    bottom: 20px;
    left: -20px;
    width: 210px;
    height: 50px;
  }

  .multi-currency-wallet .multi-section2-img-logo .multi-img-text-wrapper {
    width: 100%;
    font-size: 12px;
    padding: 0 10px;
  }

  .multi-currency-wallet .multi-section2-img-logo img {
    width: 25px;
    height: 25px;
  }

  .multi-currency-wallet .mat1 {
    top: 40px;
    right: 50px;
  }

  .multi-currency-wallet .mat2 {
    top: 300px;
    right: 50px;
  }

  .multi-currency-wallet .mat3 {
    top: 650px;
    left: 50px;
  }

  .multi-currency-wallet .mat4 {
    width: 370px;
    top: 140px;
    left: 50px;
  }

  .multi-currency-wallet .mat5 {
    width: 370px;
    top: 600px;
    right: 50px;
  }
}

/* multi-currency-wallet 1440px screen responsiveness */
@media (min-width: 1440px) {
  .multi-currency-wallet .multi-section2 {
    width: 80%;
    align-items: center;
    justify-content: space-between;
  }

  .multi-currency-wallet .multi-section2-text {
    width: 50%;
  }

  .multi-currency-wallet .multi-section2-img {
    width: 380px;
    height: 380px;
  }

  .multi-currency-wallet .multi-section2-img-logo {
    bottom: 20px;
    left: -20px;
    width: 210px;
    height: 60px;
  }

  .multi-currency-wallet .multi-section2-img-logo img {
    width: 30px;
    height: 30px;
  }

  .multi-currency-wallet .multi-section3 {
    width: 80%;
  }

  .multi-currency-wallet .mat1 {
    top: 40px;
    right: 50px;
  }

  .multi-currency-wallet .mat2 {
    top: 300px;
    right: 50px;
  }

  .multi-currency-wallet .mat3 {
    top: 800px;
    left: 50px;
  }

  .multi-currency-wallet .mat4 {
    /* width: 440px;
    height: 580px; */
    top: 140px;
    left: 50px;
  }

  .multi-currency-wallet .mat5 {
    /* width: 440px;
    height: 560px; */
    top: 520px;
    right: 50px;
  }

  .multi-currency-wallet .multi-section3-img {
    width: 440px;
    height: 560px;
  }

  .multi-currency-wallet .multi-section3-img img {
    width: 340px;
    height: 500px;
    top: 60px;
    left: 50px;
  }
}