.new-dashboard-video{
    margin: auto;
    width: 100%;   
}

.dashboard-new-video-height{
    height: 100vh;
}
.dashboard-second-video-height{
    height: 600px;
}
.dashboard-new-phoneshape-video-height{
    height: 140vh;
}
.master-pay-global-height{
    height: 100vh;
}

.new-dashboard-container{
    display: flex;
    height: 100%;
    align-items: center;
    position: relative;
}

.new-dashboard-container-2{
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    /* position: relative; */
}

.dashboard-new-video-title-container{
    z-index: 4;
    display: flex;
    flex-wrap: wrap;
    max-width: 500px;
}

.dashboard-new-phoneshape-video-title-container{
    z-index: 4;
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}

.dashboard-new-video-title{
    font-size: 50px;
    font-family: poppinsextralight;
    color: #fff;
}

.dashboard-new-phoneshape-video-title1{
    font-size: 50px;
    font-family: poppinsextralight;
}

.dashboard-new-phoneshape-video-title2{
    font-size: 50px;
    font-family: poppinsextralight;
    color: #fff;
}

.dashboard-new-video-section-2{
    width: 100%;
    flex: 2;
}

.dashboard-new-phoneshape-video-section-2{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

.dashboard-video-wrapper video{
    object-fit: cover;
    width: 100%; 
    height: 100%;
}

.phoneshape-dashboard-video-wrapper video{
    object-fit: cover;
    width: 100%; 
    height: 100%;
    max-width: 1300px;
}

.dashboard-second-dashboard-video-wrapper video{
    object-fit: cover;
    width: 100%; 
    height: 100%;
    max-height: 100px;
}

.mpg_video_wrapper{
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.video-element{
    position: absolute;  
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    object-fit: contain;
    aspect-ratio: 16/9;
}

.background-grey{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: black;
    /* background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.97), rgba(0, 0, 0, 0) 60%); */
    height: 100%;
    width: 100%;
}

.dashboard-background-grey{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: black;
    /* background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.97), rgba(0, 0, 0, 0) 60%); */
    height: 100%;
    width: 100%;
}

.dashboard-background-grey-2{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: black;
    /* background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.97), rgba(0, 0, 0, 0) 60%); */
    height: 100%;
    width: 100%;
}

.dashboard-who-we-are-container{
    background-color: #141413;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
}

.dashboard-who-we-are-section-1{
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    flex: 1;
    flex-grow:1 ;
    height: 100%;
    width: 100%;
    min-height: 100%;
}


.whoWeBg{
    display: flex;
    flex: 1;
    flex-grow: 1;
    object-fit: cover;
    width: 100%;
    height: 100%;
  
}

.dashboard-who-we-are-section-2{
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    flex: 1;
    flex-grow:1 ;
    width: 100%;
    height: 100%;
}

.dashboard-who-we-are-title{
    font-family: poppinsextralight;
    color: #fff;
    font-size: 40px;
}

.dashboard-who-we-are-text{
    margin: 10px 0px;
    font-size: 20px;
    color: #fff;
    font-family: poppinslight;
}


.dashboard-take-better{
    width: 100%;
}

.dashboard-take-better-container{
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.dashboard-why-section1{
    flex: 1;
    display: flex;
    align-items: center;
    font-size: 35px!important;
    color: #fff;
}

.why-text-container{
    font-family: poppinsextralight;
    font-size: 30px;
}

.dashboard-why-section2{
    flex: 1;
    font-size: 15px;
    display: flex;
    align-items: center;
    color: #ffff;
}

.dashboard-why{
    overflow: hidden;
    position: relative;
    background:url(../assets/image/card_bg.png) no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 600px!important;
    max-height: 600px!important;
}

.card-dialog-desc{
    padding: 10px 0px;
    font-family: poppinslight;
    font-size: 18px;
    text-align: center;
    height: 300px;
}


.card-dialog-button{
    background-color: #000000;
    color: #f1b90c;
    padding: 10px 40px;
    border-radius: 20px;
    font-family: poppinsregular;
    font-size: 20px;
    height: auto;
}

.dashboard-who-we-are-title{
    font-family: poppinsextralight;
    color: #fff;
    font-size: 40px;
}

.master-international-container{
    height: 100rem;
}

.card-element{
    height: 100%;
}

.international-margin-text{
    margin: 20px 0px;
}

.customer-dialog-wrapper{
    background-color: #fff;
    /* max-width: 1200px; */
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px;
    border-radius: 15px;
    height: 50rem;
    /* max-width: 400px; */
}

.dashboard-customer-comment-bold{
    font-family: poppinsbold;
    font-size: 20px;
}

.customer-name{
    width: 100%;
    /* border: 2px solid red; */
    padding-top: 50px;
    font-family: poppinslight;
    font-size: 18px;
    text-align: start;
    /* height: 100px; */
}

.join-margin{
    padding: 40px 0px;
}

.trust-card{
    display: flex;
    justify-content: center;
    gap: 10px;
    height: 50px!important;
}

.footer-card-jcb{
    width: 80px;
}

.dashboard-enroll-now-container{
    margin: 30px 0px;
    display: flex;
    justify-content: center;

}

.dashboard-enroll-now{
    font-size: 20px!important;
    background-color: #f1b90c;
    color: #000;
    display: inline-block;
    padding: 10px 30px;
    font-family: poppinsregular;
    border-radius: 20px;
}

/* //swiper */

.swiper-1-bg{
    width: 100%;
    height: 95%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.7) 100%), 
    url(../assets//image/test1.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.swiper-2-bg{
    width: 100%;
    height: 95%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.7) 100%), 
    url(../assets//image/features3.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.swiper-3-bg{
    width: 100%;
    height: 95%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.7) 100%), 
    url(../assets//image/features4.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.swiper-4-bg{
    width: 100%;
    height: 95%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.7) 100%), 
    url(../assets//image/features4.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.dashboard-swiper-wrapper{
    background:linear-gradient(to bottom right, rgba(0, 0, 0, 0.97), rgba(0, 0, 0, 0) 60%) 
    ,url(../assets/image/ai_prediction_background_3.png) no-repeat;
    padding: 50px auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100%;
}

.dashboard-swiper{
    height: 100%!important;
    overflow: hidden;
}

.dashboard-swiper-each-page{
    height: 60vh;
    border-radius: 20px;
    width: 100%;
}

.dashboard-features-swiper-container{
    border-radius: 20px;
    padding: 20px;
    height: 95%;
}

.dashboard-swiper-flex{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.dashboard-swiper-section-1{
    flex: 1;
    text-align: center;
}

.dashboard-swiper-section-2{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%;
}

.dashboard-swiper-icon-container{
    margin: 10px 0px;
}

.dashboard-swiper-title{
    font-size: 58px;
    font-family: poppinsregular;
    color: #fff;
}

.dashboard-swiper-text-container{
    font-family: poppinslight;
    font-size: 45px;
    color: #fff;
}

.height-100{
    height: 100%!important;
}

.swiper-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}
  
.swiper-wrapper {
    display: flex;
    transition: transform 0.3s ease-in-out;
}
  
.scale-1 {
    transform: scale(1); /* Normal scale */
    transition: transform 0.3s ease; /* Optional smooth transition */
}

.scale-1-05 {
    transform: scale(1.05); /* Scale to 1.05 */
    transition: transform 0.3s ease; /* Optional smooth transition */
}

/* zhixiang */
.dashboard-start-cryptocurrency-1-bold{
    font-family: poppinsbold;
    font-size: 20px;
    color:#f0d87f;
}

.coin-machine-exchange-coin-1{
    background: linear-gradient(180deg, rgba(0, 58, 148, 1) 0%, rgba(0, 58, 148, 1) 25%, rgba(0, 0, 56, 1) 75%, rgba(0, 0, 56, 1) 100%);
    width: 100%;
    padding: 30px;
    border-radius: 35px;
    color:white;
    width: 100%;
    max-width: 800px;
}

.dashboard-coin-machine-and-exchange-rate{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 975px;
    padding: 10px;
}

.machine-coin-content-container{
    background-color: #132036;
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    padding:25px;
    border-radius: 25px;
}

.cryptocurrency-dialog-wrapper-1{
    background: linear-gradient(180deg, rgba(0, 58, 148, 1) 0%, rgba(0, 58, 148, 1) 25%, rgba(0, 0, 56, 1) 75%, rgba(0, 0, 56, 1) 100%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 40px;
    border-radius: 15px;
    height: 15rem;
    color:white;
    max-width: 399px;
}

.cryptocurrency-dialog-wrapper-2{
    background: linear-gradient(180deg, rgba(0, 0, 56, 1) 0%, rgba(0, 0, 56, 1) 25%, rgba(0, 58, 148, 1) 75%, rgba(0, 58, 148, 1) 100%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 40px;
    border-radius: 15px;
    height: 15rem;
    color:white;
    max-width: 399px;
}

.three-coin-image{
    height:7rem;
    rotate:70deg;
}

.cryptocurrency-dialog-wrapper-3{
    background: linear-gradient(180deg, rgba(0, 0, 56, 1) 0%, rgba(0, 0, 56, 1) 25%, rgba(0, 58, 148, 1) 75%, rgba(0, 58, 148, 1) 100%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 40px;
    border-radius: 15px;
    height: 30rem;
    color:white;
    max-width: 399px;
}

.hold-phone-image{
    transform: scaleX(-1);
    height:200px;
}

.trading-mpg-container{
    display:flex;
    flex-direction: column;
    border-bottom: 1px solid grey;
    margin-top: 5px;
    margin-bottom: 10px;
}

.trading-mpg-sub-container{
    display:flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.trading-mpg-img-container {
    position: relative !important; /* Create a reference point for absolute positioning */
    width: 500px; /* Set this to the desired width */
    height: 800px; /* Adjust as needed */
}

.trading-mpg-stacked-image {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%; 
    height: auto;
}

.trading-mpg-img-container:nth-child(1){
    z-index: 1; 
    height: 500px; 
    width:500px; 
    top:50%; 
    left:50%; 
    object-fit: contain; 
    transform:translate(-50%,-50%);
}

.trading-mpg-img-container:nth-child(2){
    z-index: 4; 
    height: 650px; 
    width:550px; 
    top:50%; 
    left:50%; 
    object-fit: contain; 
    transform:translate(-50%,-50%);
}

.trading-mpg-img-container:nth-child(3){
    z-index: 2; 
    height: 800px; 
    width:800px; 
    top:50%; 
    left:50%; 
    object-fit: contain; 
    transform:translate(-50%,-50%);
}

.start-cryptocurrency-3-regulabitcoin-container{
    display:flex;
    flex-direction: column;
    border-bottom: 1px solid grey;
    margin-top: 5px;
    margin-bottom: 10px;
}

.start-cryptocurrency-3-regulabitcoin-sub-container{
    display:flex;
    justify-content: space-between;
}

.select-payment-card{
    color: #f0d87f;
    border: 1px solid #f0d87f;
    border-radius: 15px;
    width: auto;
    max-width: 200px;
    text-align: center;
    margin-top:40px;
}
.dashboard-trading-border{
    border-radius: 50px;
    border: 1px solid #f0d87f;
    padding: 5px 35px;
    margin: 30px 0px;
}


.dashboard-masterpay-global-content-container-row{
    display: flex;
    gap:50px;
    margin-bottom: 25px;
  }
  
  .dashboard_masterpay_global_content_container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

.about-us-link-btn{
    color: #f0d87f;
    border: 1px solid #f0d87f;
    border-radius: 15px;
    width: auto;
    max-width: 200px;
    text-align: center;
}

.faq-collapse-container {
    width: 100%;
    margin: 0px auto;
    border-bottom: 1px solid #f0d87f; 
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width:1200px;
    padding: 0px 15px;
  }
  
  .faq-collapse-header {
    color:#f0d87f;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .faq-collapse-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    color:#A7ABAE;
    padding: 0 15px;
  }
  
  .faq-collapse-content p {
    padding: 10px 0;
    font-family: 'poppinsextralight';
    margin: 0;
    border-bottom: 1px solid #f0d87f;
  }
  
  .faq-arrow {
    font-size: 16px;
  }

  .faq-column{
    display: flex;
    flex-direction: column; /* Stack all FAQ items in one column */
    width: 100%;
  }

  .security-text-gradient-color{
     background: linear-gradient(to right, rgba(255, 225, 130, 1), rgba(255, 255, 255, 1));
     -webkit-background-clip: text;
     background-clip: text;
     color: transparent;
     font-family: poppinsbold;
  }

  .dashboard-section-7-img{
    height:300px;
  }

  .trading-mpg-got-img-bg-container{
    width: 100%;
    background:linear-gradient(to bottom right, rgba(0, 0, 0, 0.97), rgba(0, 0, 0, 0) 60%) 
    ,url(../assets/image/ai_prediction_background_3.png) no-repeat center;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
  }

  .item-mr-75{
        margin-right: 75px;
    }

  .machine-coin-content-usdc-container{
    display: flex;
    background-color: #1199FA;
    padding: 10px;
    border-radius: 10px;
  }

  .machine-coin-content-sub-1-container{
    display: flex;
    flex-direction: column; 
    width: 100%;
    max-width: 220px;
  }

  .machine-coin-content-sub-2-container{
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }

  .machine-coin-content-sub-2-container-item{
    display: flex; 
    justify-content: space-between; 
    flex-direction: column;
  }
  
  .machine-coin-content-sub-1-container-item-2{
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 20px;
  }

  .machine-coin-content-usdc-container-2{
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .machine-coin-content-sub-3-container{
    background-color: #27384C;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    border-radius: 20px;
    margin-top: 10px;
  }

  .coin-machine-exchange-coin-container-1{
    width: 100%;
  }

  .coin-machine-width{
    width: 650px;
  }

  .dashboard-coin-machine-gif{
    z-index: 2;
  }

.machine-coin-content-sub-2-container-item-1{
    font-size: 35px;
}

  .machine-coin-content-sub-2-container-item-text-1{
    align-self: flex-end; 
    width: 100%;
    font-size: 35px;
  }

  .dashboard-v3-title{
    font-family: poppinsmediums;
    font-size: 50px;
    text-shadow: 3px 6px 6px rgba(0, 0, 0, 0.5);
  }

  .dashboard-v3-title2{
    font-family: poppinslight !important;
    font-size: 50px;
    margin-left:10px;
    text-shadow: 3px 7px 6px rgba(0, 0, 0, 0.5);
  }
  
