﻿






  
.hero-wrapper-cont h1 {
    color: #ECECEC;
 
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 67.2px */
}


.hero-wrapper-cont p {
    color: #FFF;
    
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    max-width:500px ;
    width:100%  ;
    line-height: 150%;
   
}
.hero-wrapper-cont .text-container {
    padding-left: 80px;
    width:55%;
}


.hero-wrapper-cont a {
    color: var(--white, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    margin-bottom:8px;
    line-height: 150%;
}

.modal-wrapper-main  button{
    margin-bottom:0.2rem !important ;
}


.accordion-item button{
    margin:0 !important;
}




.currency-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 176px !important;
    box-sizing: border-box;
}

.currency-wrapper-cont {
    display: grid;
    max-width:1088px;
    width:100%;
    align-items: center;
    justify-items: center;
    grid-template-columns: 526px auto;
    justify-content: center;
    width: 100%;
    
    gap: 0px 171px;
    box-sizing: border-box;
}

.currency-wrapper img {
    
    max-width: 261.614px;
    height: auto;
    max-height: 550px;
}

.currency-wrapper h1 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height:150%;
}

.currency-wrapper p {
    font-size: 20px;
    line-height: 150%;
}




button {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    border-radius: 32px;
    background: #6935D3;
}
.currency-list {
    width: 280px;
    height: 50px;
    gap: 12.384px;
}

.currency-list img{
    width:37px;
    height:37px;
    border-radius:50%;
}

.currency-list h5 {
    font-size: 0.75rem;
}
.currency-list p {
    font-size: 0.625rem;
}
.currency-list {
    top: 170px;
    left: 12px;
    padding:0px 12px;
    background: white;
    box-shadow: 9.288px 9.288px 18.576px 0px rgba(0, 0, 0, 0.12);
    border-radius:10px;
}

.currency-list-jap {
    top: 330px;
    left: -40px;
    box-shadow: 12px 12px 24px 0px rgba(0, 0, 0, 0.12);
}

    .currency-list-jap img {
        
        border: 1px solid ;
    }


@media (max-width: 1200px) {
    .currency-wrapper-cont {
        gap: 100px;
    }
}

@media (max-width: 900px) {
    .currency-wrapper-cont {
        gap: 50px;
    }
}

@media (max-width: 880px) {
    .currency-wrapper {
        padding: 50px 0px !important;
    }
    .currency-wrapper-cont {
        grid-template-columns: 1fr;
        
        gap: 1rem;
        text-align: center;
    }
    .currency-wrapper .text-content {
        padding:0 1rem !important ;
        margin-top:50px;
    }



    .currency-wrapper h1 {
        font-size: 1.5625rem;
        padding: 10px 0;
        font-weight: 700;
        line-height: 150%;
    }


    .currency-list h5{
        font-size:10px;
    }
    .currency-list img {
        width:25px;
        height:25px;
    }
   

    .currency-wrapper p {
        font-size: 1rem;
        font-weight: 400;
        line-height: 150%;
    }
 .currency-list p {
        font-size: 0.5rem;
    }
    .currency-wrapper-cont .text-content {
        order: 2;
    }

    .currency-wrapper-cont .image-content {
        order: 1;
    }

    .currency-wrapper img {
        max-width: 150px;
    }

    .currency-list {
        width: 180px;
        height: 30px;
        gap: 12.384px;
    }

    .currency-list {
        top: 92px;
        left: 5px;
        padding: 0px 12px;
        background: white;
        box-shadow: 9.288px 9.288px 18.576px 0px rgba(0, 0, 0, 0.12);
        border-radius: 10px;
    }

    .currency-list-jap {
        top: 200px;
        left: -40px;
        box-shadow: 12px 12px 24px 0px rgba(0, 0, 0, 0.12);
    }
}





.paid-section-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 179px ;
    box-sizing: border-box;
}
.paid-section-wrapper-cont {
    display: grid;
    align-items: center;
    justify-items: center;
    grid-template-columns: auto 47% ;
    justify-content: center;
    width: 100%;
    gap: 125px;
    box-sizing: border-box;
}
.paid-section-wrapper h1 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 1rem;
}

.paid-section-wrapper-cont .main-img {
    width: 420px;

    
}
.paid-section-wrapper p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}


@media (max-width: 1200px) {
    .paid-section-wrapper-con {
        gap: 100px; 
    }
}

@media (max-width: 900px) {
    .paid-section-wrapper-cont {
        gap: 50px; 
    }
}

@media (max-width: 800px) {
    .paid-section-wrapper {
        padding: 50px 0;
       
    }
    .paid-section-wrapper-cont {
        grid-template-columns: 1fr;
        gap: 50px;
        text-align: center;
    }
    .img-label{
        display:none !important;
    }

    .paid-section-wrapper h1 {
        font-size: 1.625rem;
        padding: 10px 0;
        padding:0 1rem;
        font-weight: 700;
        line-height: 150%;
    }
        button{
            margin:auto
        }
    .paid-section-wrapper p {
        font-size: 1rem;
        padding: 0 1rem;
        font-weight: 400;
        line-height: 150%;
    }


    .paid-section-wrapper .main-img {
        width: 100% ;
        
       
    }

    .paid-section-wrapper .text-content {
        order: 2;
        
    }

    .paid-section-wrapper .image-content {
        order: 1;
    }

    .paid-section-wrapper img {
        width: 250px;
        height: 214.724px;
        object-fit: cover;
        border-radius:12px;
    }
    .paid-section-wrapper .img-label {
        max-width: 150px;
        width: 100%;
        height:0;
        left: -60px;
        padding: 15px 5px;
    }
        .paid-section-wrapper .img-label img {
            width: 20px;
            height: 20px;
        }
        .paid-section-wrapper .img-label p {
            font-weight: 400;
            font-size: 12px;
        }
}


.img-label {
    width:218px;
    height: 55px;
    position:absolute;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 12px 12px 24px 0px rgba(0, 0, 0, 0.12);
}


.img-label{
    top:40px;
    left:-55px;
}
.img-label img{
    width:40px;
    height:40px;

}

    .img-label p {
        font-weight: 400;
        font-size: 15.6px;
    }
.pay-on-the-go-wrapper {
    display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 113px ;
    
    box-sizing: border-box;
}
.pay-on-the-go-wrapper-cont{
display: grid;
align-items: center;
justify-items: center;
grid-template-columns: auto 30%;
justify-content: center;
width: 100%;
gap: 125px;
box-sizing: border-box;
}

    .pay-on-the-go-wrapper-cont h1 {
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom:1rem   ;
    }

    .pay-on-the-go-wrapper-cont p {
        font-size: 20px;
        margin-bottom:2rem;
    }

.clock-img-label {
    max-width:151px;
    width:100%;
    padding: 12px 24px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 12px 12px 24px 0px rgba(0, 0, 0, 0.12);
}
.clock-img-label{
    bottom:60px;
    
    left:-65px;
}
    .clock-img-label p {
        font-size: 1rem;
    }

.cash-img-label {
    top: 33px;
    right: -65px;
    width: 151px;
    padding:  12px 15px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 12px 12px 24px 0px rgba(0, 0, 0, 0.12);
}

@media (max-width: 1200px) {
    .pay-on-the-go-wrapper-cont {
        gap: 100px; 
    }
}

@media (max-width: 900px) {
    .pay-on-the-go-wrapper-cont {
        gap: 50px; 
    }
}

@media (max-width: 880px) {
    .pay-on-the-go-wrapper{
        padding:50px 0 ; 
        height:auto;
    }
        .pay-on-the-go-wrapper p {
            font-size: 1rem;
            font-weight: 400;
            padding: 0 1rem !important;
            line-height: 150%;
        }
    .pay-on-the-go-wrapper-cont {
        grid-template-columns: 1fr; 
        gap: 1rem; 
        text-align: center; 
        gap:50px;
    }
    .cash-img-label {
        display: none  !important;
    }

    
    .clock-img-label {
       display:none !important;
       
    }
     
    .pay-on-the-go-wrapper h1 {
        font-size: 1.625rem;
        padding: 10px 0;
        margin-bottom:1rem;
        font-weight: 700;
        line-height: 150%;
    }

    button {
        margin: auto
    }

   

    .pay-on-the-go-wrapper .text-content {
        order: 2;
        
    }

    .pay-on-the-go-wrapper .image-content {
        order: 1;
       
    }

    .pay-on-the-go-wrapper img {
        width: 100%;
        padding: 0 3rem;
    }
}


    button {
        margin-top:1.5rem;
        margin: auto
    }


.credit-card-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 200px 171px 100px 171px;
    box-sizing: border-box;
}

.credit-card-wrapper-cont {
    display: grid;
    align-items: center;
    justify-items: center;
    grid-template-columns: 46% 430px ;
    gap: 127.989px;
    max-width: 1200px;
    width: 100%;
    box-sizing: border-box;
}

.credit-card-wrapper h1 {
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 1rem;
}

.credit-card-wrapper p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.credit-card-stack-container img {
    width: 431.009px      ;
}




@media (max-width: 1200px) {
    .credit-card-wrapper-cont {
        gap: 100px;
    }
}

@media (max-width: 900px) {
    .credit-card-wrapper-cont {
        gap: 50px;
    }
}

@media (max-width: 880px) {
    .credit-card-wrapper{
        padding:100px 0;
    }
    .credit-card-stack {
        position: relative;
        
        height: auto;
    }

    .credit-card-wrapper-cont {
        grid-template-columns: 1fr;
        gap: 50px;
        text-align: center;
    }

    .credit-card-wrapper h1 {
        font-size: 1.625rem;
       
    }

    button {
        margin-top: 1.5rem;
        margin: auto;
    }

    .credit-card-wrapper p {
        font-size: 1rem;
        font-weight: 400;
        line-height: 150%;
    }

    .credit-card-wrapper .text-content {
        order: 2;
        padding:1rem;
    }

    .credit-card-wrapper .credit-card-stack-container {
        order: 1;
    }

    .credit-card-stack-container img {
        width: 250px ;
    }


  
      

}



.saving-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 169px;
    box-sizing: border-box;
}

.saving-wrapper-cont {
    display: grid;
    align-items: center;
    justify-items: center;
    grid-template-columns: 47% auto;
    gap: 125px;
    max-width: 1200px;
    width: 100%;
    box-sizing: border-box;
}
    .saving-wrapper-cont .text-content h1 {
        font-size:  2.5rem;
        font-style: normal;
        font-weight:  700;
        margin-bottom:1rem;
    }
    .saving-wrapper-cont .text-content p {
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 400;
        margin-bottom: 1rem;
    }

    .progress-bar {
        width: 100%;
        height: 5px;
        margin-top:8px;
        background-color: #dddddd;
        border-radius: 10px;
        position: relative;
        overflow: hidden;
    }

    .progress-bar .css {
        position: absolute;
        height: 100%;
        border-radius: 10px;
        width: 40%;
        background-color: #6935D3;
    }


.progress-text h5 {
    color: #6935D3;
    font-weight: 700;
    font-size: 1rem;
}

.saving-account-info h5 {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
.saving-account-info h6 {
    color: #535154;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}









@media (max-width: 1200px) {
    .saving-wrapper-cont {
        gap: 100px;
    }
}

@media (max-width: 900px) {
    .saving-wrapper-cont {
        gap: 50px;
    }
}

@media (max-width: 880px) {
    .saving-wrapper{
        padding:50px 0;
    }
    .saving-wrapper-cont {
        grid-template-columns: 1fr;
        gap: 1rem;
        text-align: center;
    }

    .saving-wrapper-cont .text-content h1 {
        font-size: 1.625rem;
        
    }
    .savings-account-stack-container {
        padding: 0 3rem ;
    }
    button {
        margin-top: 1.5rem;
        margin: auto
    }

    .saving-wrapper-cont p {
        font-size: 1rem !important;
        font-weight: 400;
        line-height: 150%;
    }

    .saving-wrapper .text-content {
        order: 2;
        padding:0 1rem;
    }
    
    .saving-wrapper .image-content {
        order: 1;
    }

    
}


.security-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 100px 117px;
    box-sizing: border-box;
}

    .security-main .security-header {
        margin:0  0   100px 0;
    }

.security-header {
    margin-bottom: 2rem;
    text-align: center;
}

.security-support-wrapper {
    display: flex;
    flex-direction: column;
    
    align-items: center;
    width: 100%;
    max-width: 1200px;
   
    box-sizing: border-box;
}

.security-support-wrapper-cont {
    display: grid;
    align-items: center;
    justify-items: center;
    grid-template-columns:auto 47%;
    gap: 134px;
    width: 100%;
}

.security-img-icon {
    background: #ADD0ED;
    padding: 68px 77px 59px 77px ;
    border-radius:50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .security-img-icon img {
        max-width: 100%;
        height: auto;
    }

.security-img-icon-final-circle {
    padding: 65px 70px 75px 70px;
    background: rgba(173, 208, 237, 0.6);
    border-radius:50%;
}

.security-support-wrapper-cont h2 {
    font-size:  2.5rem;
    font-style: normal;
    font-weight: 700;
    margin-bottom:1rem;
    line-height: 150%;
}

.security-support-wrapper-cont small {
    font-size: 1.25rem;
    
    font-style: normal;
    font-weight: 400;
    margin-bottom:1rem;
    line-height: 150%;
}
.security-support-wrapper-cont a{
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 150%;
line-height: 150%;
}
.security-support-wrapper-cont  .text-content div:nth-child(1){
    margin-bottom:2.5rem;
}


@media (max-width: 1200px) {
    .security-support-wrapper-cont {
        gap: 100px;
    }
    .security-header {
        margin-bottom: 1.5rem;
        text-align: center;
    }
}

@media (max-width: 900px) {
    .security-header {
        margin-bottom: 1rem;
        text-align: center;
    }
    .security-support-wrapper-cont {
        gap: 50px;
    }
}

@media (max-width: 880px) {
    .security-support-wrapper-cont small {
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 400;
        padding:1rem;
        margin-bottom: 1rem;
        line-height: 150%;
    }
    .security-main {
        padding: 50px 0px !important;
    }

    .security-img-icon {
        padding: 34px 28.5px 29.5px 28.5px;
    }

    .security-img-icon-final-circle {
        padding: 32.5px 35px 37.5px 35px;
        
    }
    .security-img-icon img{
        width:80%;
    }
    .security-support-wrapper-cont {
        grid-template-columns: 1fr;
        gap: 1rem;
        text-align: center;
    }

    .security-support-wrapper-cont h2 {
        font-size: 1.5625rem;
        padding: 10px 0;
    }
    .security-main .security-header{
        margin-bottom:50px !important;
    }
    button {
        margin-top: 1.5rem;
        
        margin: auto;
    }

    .security-support-wrapper-cont small {
        font-size: 1rem;
        font-weight: 400;
        line-height: 150%;
    }

    .saving-wrapper .text-content {
        order: 2;
    }

    .saving-wrapper .image-content {
        order: 1;
    }
}



.find-your-currency-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding:100px ;
    box-sizing: border-box;
}
.find-your-currency-wrapper-cont {

    display: grid;
    align-items: center;
    justify-items: center;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin:auto;
    grid-column-gap:165px;
    grid-row-gap:52px;
    width: 100%;

}
    .find-your-currency-main .find-your-currency-header {
        margin: 0px 0 2rem 0;
        font-weight:700;
    }



.find-your-currency-item img {
    max-width: 80px !important;
    width: 100%;
    height: 80px !important;
    border-radius: 50%;
    margin-bottom: 1rem;
}

.find-your-currency-item h5 {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.find-your-currency-main .custom-input-group {
    max-width: 368px;
    width: 100%;
    margin-bottom: 78px !important;
    height: 48px;
    padding: 0px 16px;
}

.see-more-wrapper h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    margin-bottom:1rem;
    border-radius:50%;
    line-height: 150%;
    padding: 22px 25px;
    background: #F1F1F1;
}

@media (max-width: 1200px) {
    .find-your-currency-wrapper-cont {
     
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
       
        grid-column-gap: 100px;
        grid-row-gap: 52px;
    }

    .security-header {
        margin-bottom: 1.5rem;
        text-align: center;
    }
}

@media (max-width: 934px) {
    .find-your-currency-wrapper-cont {
        grid-template-columns: 1fr 1fr 1fr 1fr ;
        grid-column-gap: 80px;
        grid-row-gap: 52px;
    }

    .find-your-currency-item:nth-last-child(-n+3) {
        display: none;
    }
}





@media (max-width: 880px) {
    .find-your-currency-main{
        padding:50px 0;
    }
    .find-your-currency-wrapper-cont {
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 80px;
        height: 100%;
        grid-row-gap: 52px;
    }


    

    

   

   
}
@media(max-width:446px){

    .find-your-currency-wrapper-cont {
        grid-template-columns: 1fr 1fr ;
        grid-column-gap: 80px !important;
        grid-row-gap: 52px !important;
    }
    .find-your-currency-item:nth-last-child(-n+9) {
        display: none;
    }
}

.loan-wrapper {
    padding: 100px 105px;
    background: #6935D3;
    box-sizing: border-box;
}

.loan-wrapper-cont {
    display: grid;
    align-items: center;
    
    grid-template-columns: 500px 526px;
    justify-content: center;
    width: 100%;
    gap: 130px;
    box-sizing: border-box;
}
    .loan-wrapper-cont .text-content img {
        max-width: 30px;
        width:100%;
        height: 30px;
    }
    .loan-wrapper-cont .text-content h1 {
        font-size: 2.25rem;
        font-style: normal;
        color:white;
        margin-bottom:2rem;
        font-weight:  700;
        line-height: 150%; 
    }
    .loan-wrapper-cont .text-content .description-cont {
        color: white;
    }
.description-cont h6 {
    font-size: 12px;
    color: #FFF;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}



.button-white-bg {
    padding: 12px 24px;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    border-radius: 32px;
    background: #FFF;
    color: #6935D3;
}
.description-cont {
    display: grid;
    
    justify-content: center;
    grid-template-columns: 32% 30% 33%;
    gap:1rem;
}

@media (max-width: 1200px) {
    .loan-wrapper-cont {
        grid-template-columns: 400px 426px;
        gap: 80px;
    }
}
@media (max-width: 920px) {


    .loan-wrapper-cont {
        grid-template-columns: 1fr;
        justify-content:center;
        gap: 1rem;
        text-align: center;
    }

    .loan-wrapper-cont button{
        margin:auto;
        
    }

        .loan-wrapper-cont .loan-wrapper-card {
            max-width: 400px;
            width:100%;
            margin:auto;
        }

        .loan-wrapper-cont .text-content h1 {
            font-size: 1.25rem;
            font-style: normal;
            color: white;
            margin-bottom: 2rem;
            font-weight: 700;
            line-height: 150%;
        }

   
}
@media (max-width: 900px) {
    .loan-wrapper-cont {
        gap: 50px;
    }


    .loan-wrapper {
        padding: 50px 0px !important;

    }
    .loan-wrapper-cont .loan-wrapper-card{
        padding:0 3rem;
    }
    .description-cont {
        grid-template-columns: auto;
        justify-content: center;
        align-items: center;
    }

        .description-cont div {
            text-align: left;
            padding: 0 3rem;
            align-items: center;
        }

        .description-cont img {
            width: 30px;
            height: 30px;
        }
    .loan-wrapper-cont .text-content h1 {
        font-size:1.625rem;
        padding:0 1rem;
    }
}



.send-money-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #6935D3;
    color: white;
   
    padding:100px;
    box-sizing: border-box;
}

    .send-money-wrapper h1 {
        font-size: 2.5rem;
        font-weight:  700;
        line-height: 150%; 
        margin-bottom:1rem;
    }

    .send-money-wrapper-cont {
        display: grid;
        align-items: center;
        justify-content:center;
        grid-template-columns: 540px 500px;
        gap: 130px;
        width: 100%;
    }



@media (max-width: 1200px) {
    .send-money-wrapper-cont {
        grid-template-columns: 400px 426px;
        gap: 80px;
    }
}

@media (max-width: 900px) {
    .send-money-wrapper-cont {
        gap: 50px;
    }
}

@media (max-width: 920px) {

    .send-money-wrapper{
   padding: 50px 0px !important ;
    }

    
    .send-money-wrapper-cont {
        grid-template-columns: 1fr;
        justify-content: center;
       
        gap: 1rem;
    }

        .send-money-wrapper-cont h1{
            font-size:1.625rem ;
           
        }
        .send-money-wrapper-cont p {
            font-size: 1rem;
            
        }








        .send-money-wrapper-cont .text-content {
            text-align: center;
            padding:0 1rem;
            order: 2;
        }

        .send-money-wrapper-cont .send-money-card {
            order: 1;
        }
}






















.convert-money-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #6935D3;
    color: white;
   
   
    box-sizing: border-box;
}

.convert-money-wrapper-cont {
    display: grid;
    padding: 100px ; 
    align-items: center;
    justify-content: center;
    grid-template-columns: 500px 440px;
    gap: 136px;
    width: 100%;
}

.convert-money-wrapper h1 {
    font-size: 2.5rem;
    margin-bottom:1rem ;
    font-weight: 700;
    line-height: 150%;
}

@media (max-width: 1200px) {
    .convert-money-wrapper-cont {
        grid-template-columns: 400px 426px;
        gap: 80px;
    }
}

@media (max-width: 900px) {
    .convert-money-wrapper-cont {
        gap: 50px;
    }

    .convert-money-wrapper {
        height: auto;
    }
}

@media (max-width: 920px) {
    .convert-money-wrapper-cont {
        padding: 50px 0 !important;
    }

        

        .convert-money-wrapper-cont {
            grid-template-columns: 1fr;
            justify-content: center;
            gap: 1rem;
        }
        .convert-money-wrapper-cont convert-current-card-wrapper-cont{
            padding:0 2rem;
        }

        .convert-money-wrapper-cont button {
            margin: auto;
        }


        .convert-money-wrapper-cont .text-content {
            text-align:center;
            order: 2;
        }

        .convert-money-wrapper-cont .convert-money-card {
            order: 1;
        }
        .convert-money-wrapper-cont .text-content h1{
            font-size:1.625rem;
            padding:0 1rem;
        }

        .convert-money-wrapper-cont .text-content p {
            font-size: 1rem;
            padding: 0 1rem;
        }
}



.hero-wrapper {
    position: relative;
    width: 100%;
    height: 100vh; /* Adjust as needed */
}

.hero-wrapper-cont {
    position: relative;
    width: 100%;
    height: 100%;
}

#myVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0.16%, rgba(0, 0, 0, 0.20) 102.15%);
    z-index: 1;
}

.hero-wrapper .text-container {
    position: absolute;
    max-width: 1200px;
    width: 100%;
    top: 60% ;
    left: 54%;
    transform: translate(-50%, -50%);
    z-index: 1051;
    padding: 20px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .text-container p {
        margin: 0 ;
    }

.modal-wrapper button {
    margin: 0 !important;
    height: 900px;
}

.modal-wrapper-main .modal-dialog-scrollable .modal-content {
    height:600px;
}


@media (max-width: 900px) {
    .hero-wrapper h1 {
        
        
       text-align:center;
        font-family: "Aeonik Pro TRIAL";
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; 
    }
    .hero-wrapper p {
        text-align: center;
        font-family: "Aeonik Pro TRIAL";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }
    .hero-wrapper a{
        display:none !important;
    }
}
