
.service {
    /*background: linear-gradient(225deg, #0B1120 0%, #1D2A47 35%, #3A4F7A 65%, #56A3E0 90%);*/
    /*background-repeat: no-repeat;*/
    /*background-attachment: fixed;*/
    /*color: #D0D4DC;*/
    padding: 20px 0px;
}

.service h3{
    color:#000;
    text-align:center;
    padding:10px;
}

.service button {
    margin-top:24px;
border: 2px solid black;
border-radius: 10px;
padding: 15px 40px;
font-size: 18px;
font-weight: 300;
}

.service h2 {
    font-family: "Recoleta", Sans-serif;
    font-weight: 800;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
    display: inline-block;
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
}

.service-card {
    /*background: linear-gradient(225deg, #0B1120 0%, #1D2A47 35%, #3A4F7A 65%, #56A3E0 90%);*/
    border-radius: 20px;
    border: 1px solid #ddd; /* Light grey border */
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1); /* Soft shadow */
    transition: box-shadow 0.3s ease;

}

.service-card img {
    border-radius: 20px;
}

.service-content {
    padding: 20px 20px;
}

.service-content h4 {
    font-family: "Recoleta", Sans-serif;
    font-weight: 600;
    margin-bottom: 8px;
    color:#000;
}

.service-content p {
    font-size: 16px;
    margin: 0;

}

@media (max-width: 1440px) {

    .service-content p{
     font-size: 15px!important;
    }
    
    .trading-investment-cryptocurrency-investment{
        font-size: 14px!important;
    }
}
.service-content a {
    font-family: "Kanit", Sans-serif;
    font-weight: 600;
}

.why {
    padding: 60px 0px;
    /*    background: linear-gradient(135deg, #0B1120 0%, #1D2A47 35%, #3A4F7A 65%, #56A3E0 90%);*/
    /*background-repeat: no-repeat;*/
    /*background-attachment: fixed;*/
    /*color: #D0D4DC;*/
}

.why-content h2 {
    font-family: "Recoleta", Sans-serif;
    font-weight: 800;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
    display: inline-block;
    border-bottom: 2px solid #000;

    padding-bottom: 10px;
}

.why-content-list {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 8px;
}

.why-content-list p {
    margin: 0;
    font-size: 16px;
    color: white;
    font-family: "Kanit", Sans-serif;

}

.why button {
    margin-top: 30px;
    background: linear-gradient(
45deg
, #5148AB -0.09%, #8348AB 49.91%, #AB48A2 99.91%);
border: none;
border-radius: 10px;
padding: 15px 40px;
color: white;
font-family: "Kanit", Sans-serif;
font-size: 18px;
font-weight: 300;
}





.question {
    padding: 60px 0px;
    /*background: linear-gradient(225deg, #0B1120 0%, #1D2A47 35%, #3A4F7A 65%, #56A3E0 90%);*/
    /*background-repeat: no-repeat;*/
    /*background-attachment: fixed;*/
    /*color: #D0D4DC;*/
}

.question-left h2 {
    font-family: "Recoleta", Sans-serif;
    font-weight: 800;
    text-align: center;
    margin-bottom: 40px;
    display: inline-block;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
}

.question-left p {
    font-family: "Kanit", Sans-serif;
    margin: 0;
    color: #000;
    margin-bottom: 30px;
}

.accordion-button {
    padding: 25px 15px !important;
    border-radius: 15px !important;
}

.accordion-button::after{
    color:white !important;
}

.accordion-item {
    border: none !important;
    border-radius: 18px !important;
    margin-bottom: 15px !important;
}




.blog {
    padding: 60px 0px;
    /*background: linear-gradient(135deg, #0B1120 0%, #1D2A47 35%, #3A4F7A 65%, #56A3E0 90%);*/
    /*background-repeat: no-repeat;*/
    /*background-attachment: fixed;*/
    /*color: #D0D4DC;*/
}

.blog h2 {
    font-family: "Recoleta", Sans-serif;
    font-weight: 800;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
    display: inline-block;
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
}

.blog .center-para {
    font-family: "Kanit", Sans-serif;
    font-size: 16px;
    margin: 0;
    color: #000;
}

.blog-card {
    display: flex;
    align-items: center;
    gap: 15px;
}

.blog-content h5 {
    color: #000;
    font-family: "Recoleta", Sans-serif;
}

.blog-content p {
    color: white;
    margin: 0;
    font-family: "Kanit", Sans-serif;
    margin-bottom: 10px;

}

.blog-content a {
    font-family: "Kanit", Sans-serif;
    font-weight: 600;
    color: #000;
    text-decoration: none;


}

.blog-list {
    display: grid;
    gap: 20px;
    margin: 0px 30px;
    margin-top: 40px;
}

.blog button {
    display: inline-block;
    cursor: pointer;

    margin-top: 30px;
    margin-bottom: 20px;

    padding: 15px 40px;
    border-radius: 10px;
    border:2px solid black !important;

    border: none;
    background-color: transparent;
    color: #000;

    font-family: "Kanit", Sans-serif;
    font-size: 18px;
    font-weight: 300;
}


.footer {
    background: linear-gradient(225deg, #0B1120 0%, #1D2A47 35%, #3A4F7A 65%, #56A3E0 90%);
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #D0D4DC;
 padding-top: 30px;
    padding-bottom: 20px;
}

.footer-first p {
    color: white;
    font-family: "Kanit", Sans-serif;
    font-size: 16px;
    margin: 0;
    margin-top: 20px;
}

.footer-second h5 {
    color: white;
    font-family: "Recoleta", Sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
}

.footer-second a {
    color: white;
    font-family: "Kanit", Sans-serif;
    font-weight: 600;
    margin-right: 18px;
    margin: 8px 0px;
}

.footer-second a:hover {
    color: rgb(197, 190, 190) !important;
}


/* From Uiverse.io by Yaya12085 */ 
.input-container {
    position: relative;
    display: flex;
    height: 2.8rem;
    width: 100%;
    border-radius: 8px;
    box-shadow: 20px 20px 30px rgba(0, 0, 0, .05);
  }
  
  .input-container input {
    height: 100%;
    width: 100%;
    border-radius: 22px;
    border: 2px solid  white;
    background: none;
    padding: 0.625rem 70px 0.625rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    color: rgb(69 90 100);
    outline: none;
    transition: all .15s cubic-bezier(0.4, 0, 0.2, 1);
  }
  

  
  .invite-btn {
    position: absolute;
    width: 40%;
    right: 4px;
    top: 4px;
    bottom: 4px;
    z-index: 10;
    border-radius: 25px;
    background-color: white;
    color: #000000;
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    transition: .6s ease;
    font-family: "Kanit", Sans-serif;
  }
  
  .invite-btn:hover {
    right: 2px;
    top: 2px;
    bottom: 2px;
    border-radius: 8px;
  }
  
  input::placeholder {
    color: white; 
    font-family: "Recoleta", Sans-serif;
  }
  .footer-second p{
    color: white;
    font-family: "Kanit", Sans-serif;
    font-size: 16px;
  margin-top: 5px;
   
  }
  
  .footer hr{
    color: white;
  }
  .copyright{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
  }
  .copyright p{
    font-family: "Kanit", Sans-serif;
    font-size: 16px;
    margin: 0;
   
  }
  .copyright a{
   text-decoration: none;
   
  }
  .icon{
    display: flex;
    align-items: center;gap: 10px;
  }



  @media  (min-width: 992px) and (max-width: 1199px){
    nav ul li a {
        color: white !important;
        text-transform: uppercase;
        font-weight: 300 !important;
        font-size: 16px !important;
        font-family: "Kanit", Sans-serif;
    }
  }

  @media(max-width: 768px){
    .copyright {
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        flex-direction: column;
        gap: 10px;
    }
    .question-left{
        margin-bottom: 15px;
    }
    .why button {
        width: 100%;
        margin-bottom: 15px;
    }
    .service-card {
    
        margin-bottom: 10px;
    }
    .banner{
        flex-direction: column;
        margin: 40px 0px;
    }
    .banner h1{
        font-size: 38px;
        line-height: 48px;
        text-align:center;
    }
    .banner h2{
        
        text-align:center;
    }
    .banner1{
        text-align:center;
    }
    .banner1 p {
    
        font-size: 16px;
        text-align:center;
    }
    .service {
        background-color: #21002e;
        padding: 40px 0px;
    }
    .why {
        padding: 40px 0px;
        background-color: #400057;
    }
    .question {
        padding: 40px 0px;
        background-color: #21002e;
    }
    .blog {
        padding: 40px 0px;
        background-color: #400057;
    }
    
  }
  
  
  
.participate{
    padding: 60px 0px;
    background-color: #400057;
}

.participate button {
    
    margin-top:24px;
    background: linear-gradient(
45deg
, #5148AB -0.09%, #8348AB 49.91%, #AB48A2 99.91%);
border: none;
border-radius: 10px;
padding: 15px 40px;
color: white;
font-family: "Kanit", Sans-serif;
font-size: 18px;
font-weight: 300;
}

.participate h2 {
    font-family: "Recoleta", Sans-serif;
    font-weight: 800;
    color: white;
    text-align: center;
    margin-bottom: 40px;
    display: inline-block;
    border-bottom: 2px solid white;
    padding-bottom: 10px;
}

.participate a{
    text-decoration:none;
}

.participate h4{
    color:#fff;
    font-family: "Recoleta", Sans-serif;

}

.privacy-policy{
    padding: 60px 0px;
    /*background-color: #400057;*/
}

.privacy-policy h1 {
    font-family: "Recoleta", Sans-serif;
    font-weight: 800;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
    display: inline-block;
    border-bottom: 2px solid white;
    padding-bottom: 10px;
}

.privacy-policy h3 {
    font-family: "Recoleta", Sans-serif;
    font-weight: 800;
    text-align: center;
    margin-bottom: 10px;
    display: inline-block;
    padding-bottom: 10px;
}

.privacy-policy h4 {
    font-family: "Recoleta", Sans-serif;
    font-weight: 800;
    text-align: center;
    margin-bottom: 10px;
    display: inline-block;
    padding-bottom: 10px;
}

.privacy-policy h5 {
    font-family: "Recoleta", Sans-serif;
    font-weight: 800;
    text-align: center;
    margin-bottom: 10px;
    display: inline-block;
    padding-bottom: 10px;
}

.privacy-policy h6 {
    font-family: "Recoleta", Sans-serif;
    font-weight: 800;
    text-align: center;
    margin-bottom: 10px;
    display: inline-block;
    padding-bottom: 10px;
}

.privacy-policy a{
    text-decoration:none;
}


.privacy-policy h2 {
    margin-bottom:10px !important;
    border-bottom:none !important;
}

.terms-conditions{
    padding: 60px 0px;
    /*background-color: #400057;*/
}

.terms-conditions h1 {
    font-family: "Recoleta", Sans-serif;
    font-weight: 800;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
    display: inline-block;
    border-bottom: 2px solid white;
    padding-bottom: 10px;
}
.terms-conditions h2 {
    font-family: "Recoleta", Sans-serif;
    font-weight: 800;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
    display: inline-block;
    border-bottom: 2px solid white;
    padding-bottom: 10px;
}

.terms-conditions h3 {
    font-family: "Recoleta", Sans-serif;
    font-weight: 800;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
    display: inline-block;
    padding-bottom: 10px;
}

.terms-conditions h4 {
    font-family: "Recoleta", Sans-serif;
    font-weight: 800;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
    display: inline-block;
    padding-bottom: 10px;
}

.terms-conditions h5 {
    font-family: "Recoleta", Sans-serif;
    font-weight: 800;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
    display: inline-block;
    padding-bottom: 10px;
}

.terms-conditions h6 {
    font-family: "Recoleta", Sans-serif;
    font-weight: 800;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
    display: inline-block;
    padding-bottom: 10px;
}

.terms-conditions a{
    text-decoration:none;
}

.terms-conditions h2 {
    margin-bottom:10px !important;
    border-bottom:none !important;
}


.img-fluid{
    border-radius:20px;
    
}
.blog .img-fluid{
    width:28% !important;
}

#img-width{
    width:100%;
}




.about-us{
    padding: 60px 0px;
    background-color: #400057;
}

.about-us button {
    margin-top:24px;
    background: linear-gradient(45deg, #5148AB -0.09%, #8348AB 49.91%, #AB48A2 99.91%);
border: none;
border-radius: 10px;
padding: 15px 40px;
color: white;
font-family: "Kanit", Sans-serif;
font-size: 18px;
font-weight: 300;
}

.about-us h1 {
    font-family: "Recoleta", Sans-serif;
    font-weight: 800;
    color: white;
    text-align: center;
    margin-bottom: 40px;
    display: inline-block;
    border-bottom: 2px solid white;
    padding-bottom: 10px;
}
.about-us h2 {
    font-family: "Recoleta", Sans-serif;
    font-weight: 800;
    color: white;
    text-align: center;
    margin-bottom: 40px;
    display: inline-block;
    border-bottom: 2px solid white;
    padding-bottom: 10px;
}

.about-us a{
    text-decoration:none;
}

.about-us h4{
    color:#fff;
}


.contact{
    padding: 60px 0px;
    /*background: linear-gradient(225deg, #0B1120 0%, #1D2A47 35%, #3A4F7A 65%, #56A3E0 90%);*/
}

.contact button {
border: none;
border-radius: 10px;
padding: 15px 40px;
font-family: "Kanit", Sans-serif;
font-size: 18px;
font-weight: 300;
    margin-top:24px;
}

.contact h1 {
    font-family: "Recoleta", Sans-serif;
    font-weight: 800;
    color: white;
    text-align: center;
    margin-bottom: 40px;
    display: inline-block;
    border-bottom: 2px solid white;
    padding-bottom: 10px;
}
.contact h2 {
    font-family: "Recoleta", Sans-serif;
    font-weight: 800;
    color: white;
    text-align: center;
    margin-bottom: 40px;
    display: inline-block;
    border-bottom: 2px solid white;
    padding-bottom: 10px;
}

.contact a{
    text-decoration:none;
}

.contact h4{
    color:#fff;
}





.trading-investment{
    padding: 60px 0px;
}

.trading-investment button {
    border: none;
    border-radius: 10px;
    padding: 15px 40px;
    color: white;
    font-family: "Kanit", Sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin-top:24px;
}

.trading-investment h1 {
    font-family: "Recoleta", Sans-serif;
    font-weight: 800;
    color: white;
    text-align: center;
    display: inline-block;
    padding-bottom: 10px;
}
.trading-investment h2 {
    font-family: "Recoleta", Sans-serif;
    font-weight: 800;
    color: white;
    text-align: center;
    margin-bottom: 40px;
    display: inline-block;
    border-bottom: 2px solid white;
    padding-bottom: 10px;
}

.trading-investment a{
    text-decoration:none;
}

.trading-investment h4{
    color:#fff;
}

.trading-investment p{
    color:#fff;
   text-align: center;
}

.promotions{
    padding: 60px 0px;
    background-color: #400057;
}

.promotions button {
    background: linear-gradient(
45deg
, #5148AB -0.09%, #8348AB 49.91%, #AB48A2 99.91%);
border: none;
border-radius: 10px;
padding: 15px 40px;
color: white;
font-family: "Kanit", Sans-serif;
font-size: 18px;
font-weight: 300;
    margin-top:24px;
}

.promotions h1 {
    font-family: "Recoleta", Sans-serif;
    font-weight: 800;
    color: white;
    text-align: center;
    margin-bottom: 40px;
    display: inline-block;
    border-bottom: 2px solid white;
    padding-bottom: 10px;
}
.promotions h2 {
    font-family: "Recoleta", Sans-serif;
    font-weight: 800;
    color: white;
    text-align: center;
    margin-bottom: 40px;
    display: inline-block;
    border-bottom: 2px solid white;
    padding-bottom: 10px;
}

.promotions a{
    text-decoration:none;
}

.promotions h4{
    color:#fff;
}

.referrals{
    padding: 60px 0px;
    background-color: #400057;
}

.referrals button {
    background: linear-gradient(
45deg
, #5148AB -0.09%, #8348AB 49.91%, #AB48A2 99.91%);
border: none;
border-radius: 10px;
padding: 15px 40px;
color: white;
font-family: "Kanit", Sans-serif;
font-size: 18px;
font-weight: 300;
    margin-top:24px;
}

.referrals h1 {
    font-family: "Recoleta", Sans-serif;
    font-weight: 800;
    color: white;
    text-align: center;
    margin-bottom: 40px;
    display: inline-block;
    border-bottom: 2px solid white;
    padding-bottom: 10px;
}
.referrals h2 {
    font-family: "Recoleta", Sans-serif;
    font-weight: 800;
    color: white;
    text-align: center;
    margin-bottom: 40px;
    display: inline-block;
    border-bottom: 2px solid white;
    padding-bottom: 10px;
}

.referrals a{
    text-decoration:none;
}

.referrals h4{
    color:#fff;
}


.wealth-management{
    padding: 60px 0px;
    background-color: #400057;
}

.wealth-management button {
    background: linear-gradient(
45deg
, #5148AB -0.09%, #8348AB 49.91%, #AB48A2 99.91%);
border: none;
border-radius: 10px;
padding: 15px 40px;
color: white;
font-family: "Kanit", Sans-serif;
font-size: 18px;
font-weight: 300;
    margin-top:24px;
}

.wealth-management h1 {
    font-family: "Recoleta", Sans-serif;
    font-weight: 800;
    color: white;
    text-align: center;
    margin-bottom: 40px;
    display: inline-block;
    border-bottom: 2px solid white;
    padding-bottom: 10px;
}
.wealth-management h2 {
    font-family: "Recoleta", Sans-serif;
    font-weight: 800;
    color: white;
    text-align: center;
    margin-bottom: 40px;
    display: inline-block;
    border-bottom: 2px solid white;
    padding-bottom: 10px;
}

.wealth-management a{
    text-decoration:none;
}

.wealth-management h4{
    color:#fff;
}

.start-your-journey{
    padding: 60px 0px;
    background-color: #400057;
}

.start-your-journey button {
    background: linear-gradient(
45deg
, #5148AB -0.09%, #8348AB 49.91%, #AB48A2 99.91%);
border: none;
border-radius: 10px;
padding: 15px 40px;
color: white;
font-family: "Kanit", Sans-serif;
font-size: 18px;
font-weight: 300;
    margin-top:24px;
}

.start-your-journey h1 {
    font-family: "Recoleta", Sans-serif;
    font-weight: 800;
    color: white;
    text-align: center;
    margin-bottom: 40px;
    display: inline-block;
    border-bottom: 2px solid white;
    padding-bottom: 10px;
}
.start-your-journey h2 {
    font-family: "Recoleta", Sans-serif;
    font-weight: 800;
    color: white;
    text-align: center;
    margin-bottom: 40px;
    display: inline-block;
    border-bottom: 2px solid white;
    padding-bottom: 10px;
}

.start-your-journey a{
    text-decoration:none;
}

.start-your-journey h4{
    color:#fff;
}


.trade-now{
    padding: 60px 0px;
    background-color: #400057;
}

.trade-now button {
   background: linear-gradient(
45deg
, #5148AB -0.09%, #8348AB 49.91%, #AB48A2 99.91%);
border: none;
border-radius: 10px;
padding: 15px 40px;
color: white;
font-family: "Kanit", Sans-serif;
font-size: 18px;
font-weight: 300;
    margin-top:24px;
}

.trade-now h1 {
    font-family: "Recoleta", Sans-serif;
    font-weight: 800;
    color: white;
    text-align: center;
    margin-bottom: 40px;
    display: inline-block;
    border-bottom: 2px solid white;
    padding-bottom: 10px;
}
.trade-now h2 {
    font-family: "Recoleta", Sans-serif;
    font-weight: 800;
    color: white;
    text-align: center;
    margin-bottom: 40px;
    display: inline-block;
    border-bottom: 2px solid white;
    padding-bottom: 10px;
}

.trade-now a{
    text-decoration:none;
}

.trade-now h4{
    color:#fff;
}


.trading-investment-cryptocurrency-trading{
    /*background: linear-gradient(225deg, #0B1120 0%, #1D2A47 35%, #3A4F7A 65%, #56A3E0 90%);*/
    padding: 60px 0px;
}

.trading-investmnet-forex-trading{
    padding: 60px 0px;
    /*background: linear-gradient(135deg, #0B1120 0%, #1D2A47 35%, #3A4F7A 65%, #56A3E0 90%);*/
}

.pb-50{
    padding-top:50px;
}




.trading-investment-cryptocurrency-investment{
    /*background: linear-gradient(225deg, #0B1120 0%, #1D2A47 35%, #3A4F7A 65%, #56A3E0 90%);*/
    padding: 60px 0px;
}


.trading-investmnet-seamless-transactions{
    padding: 60px 0px;
    /*background: linear-gradient(135deg, #0B1120 0%, #1D2A47 35%, #3A4F7A 65%, #56A3E0 90%);*/
}

.open-trading-account{
    padding: 60px 0px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #D0D4DC;
}



.open-trading-account h1 {
    font-weight: 800;
    color: #fff;
    padding-bottom: 10px;
  
}
.open-trading-account h2 {
    font-family: "Recoleta", Sans-serif;
    color: white;
    text-align: center;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: none;
    font-weight: 300;
    margin-bottom: 20px;
    font-size: 27px;
    letter-spacing: 1px;
}

.open-trading-account a{
    text-decoration:none;
}

.open-trading-account h4{
    color:#fff;
    font-family: "Recoleta", Sans-serif;
}

.open-trading-account p{
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-family: "Kanit", Sans-serif;
   
}

.open-trading-account-step{
    padding: 60px 0px;   
}

.open-trading-account-step h2{
    color:#fff;
    font-family: "Recoleta", Sans-serif;
}

.open-trading-account-step p{
    color:#fff;
}

.open-trading-account-use{
    padding: 60px 0px;
    /*background: linear-gradient(135deg, #0B1120 0%, #1D2A47 35%, #3A4F7A 65%, #56A3E0 90%)*/
}



#popupform label {
    display: inline-block;
    margin-bottom: 0.2rem;
    font-size: 14px;
    color: #000;
}
#popupform .form-group {
     margin-bottom: 0.4rem !important;
}
#popupform .form-control {
border : 1px solid #0000007a;
}
.close{
    float: right !important;
    font-size: 1.5rem;
    line-height: 1;
    color: #fff !important;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.close{
    float:right;
    font-size:1.5rem;
    line-height:1;
    color:#000;
    text-shadow:0 1px 0 #fff;
    opacity:.5
}
.close:focus,.close:hover{
    color:#000;
    text-decoration:none;
    opacity:.75
}
.close:not(:disabled):not(.disabled){
    cursor:pointer
}
.button.close{
    padding:0;
    background-color:transparent;
    border:0
}
.modal-header .close{
    padding:1rem;
    margin:-1rem -1rem -1rem auto;
    color:#fff;
    opacity:1
}
.service-content h3{
    color: #fff;
    font-family: "Recoleta", Sans-serif;
}
.blog-posts .row div a img:hover,.portfolio .portfolio-wrap:hover img{
    transform:scale(1.2)
    }
   .blog-posts .row div a{
       border:1px solid #4e4e4e!important
       
   }
   .blog-posts .row div a img{
       transition:transform .3s ease-in-out;
       /*max-height:auto;*/
       border-radius:0px;
   }
       .category-links{
           padding:0;margin-top:1rem;
           
       }
.blog-hero-header{
    
    text-align: center;
    color: #fff;
}
.blog-sidebar-header{
        font-size: 21px;
}    
.blog-caption {
    /*padding: 10px;*/
    /*background: linear-gradisent(225deg, #02020B 0%, #15175F 40%, #3A50CA 80%, #02020B 100%);*/
    /*border-radius: 20px;*/
    border: 1px solid #ddd;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
    z-index: 99;
    width: 100%;
    bottom: 0;
    padding:10px;
}
.blog-caption small
{
color:#fff;
}
.text-white{
    color:#fff;
   
}
.text-black{
    color:#fff;
}
.relative {
    position: relative;
}
.enquiry-form {
    padding: 1rem;
    border-radius: 10px;
        border: 1px solid black;
}
.enquiry-form label
{
    color:black;
}
.form-group {
    color: #fff;
    margin-bottom: 0.5rem !important;
}
.category-wrap {
    margin-top: 1rem;
}

.accordion-body 
{
    
    border-top: 0px;
    }
    .sidebtnform {
        color: #fff !important;
    background: #ccaa60 !important;
    border: none!important;
    }
.frmlabel{
    color: #000;
}

.content-wrap ul{
    font-weight: 200;
text-align: justify;
font-size: 18px;
letter-spacing: 0.4px;
}

.content-wrap p, ul, ol{
    font-family: "Kanit", Sans-serif;
}


.landing-nav button{
    background: linear-gradient(225deg, #0B1120 0%, #1D2A47 35%, #3A4F7A 65%, #56A3E0 90%);
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #D0D4DC;
border: none;
border-radius: 10px;
padding: 15px 40px;
font-family: "Kanit", Sans-serif;
font-size: 18px;
font-weight: 300;
}

.open-trading-account button {
    display: inline-block;
    cursor: pointer;
    margin-top: 24px;
    margin-bottom: 20px;
    
    padding: 15px 40px;
    border-radius: 10px;
    border:2px solid #fff !important;
    
    font-family: "Kanit", Sans-serif;
    font-size: 18px;
    font-weight: 300;
}

.why-traders-choose{
    background: linear-gradient(135deg, #0B1120 0%, #1D2A47 35%, #3A4F7A 65%, #56A3E0 90%);
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #D0D4DC;
    padding: 60px 0px;
}

.why-traders-choose h2{
    font-family: "Recoleta", Sans-serif;
    font-weight: 600;
    color: white;
    text-align: center;
    margin-bottom: 40px;
    display: inline-block;
}
.why-traders-choose h3{
    font-family: "Recoleta", Sans-serif;
    font-weight: 400;
    color: white;
    text-align: center;
    margin-bottom: 40px;
    display: inline-block;
}
@media (max-width: 768px) {
    .why-traders-choose h3 {
        margin-top: 50px; /* Add 20px margin-top for mobile screens */
    }
    .features-list {
        font-size: 14px;
    }
}


.feature-text {
    font-family: "Kanit", Sans-serif;
    font-size: 16px; /* Adjust text size */
    font-weight: 500; /* Slightly bold text for emphasis */
    color: #ffffff; /* Text color */
    line-height: 1.6; /* Improve readability */
    text-align: center; /* Align text to the left */
    padding: 10px 15px; /* Add padding for better spacing */
    background: linear-gradient(45deg, #5148AB -0.09%, #8348AB 49.91%, #AB48A2 99.91%);
    border-radius: 10px; /* Round corners for a modern look */
    margin-bottom: 10px; /* Space between rows */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Add subtle shadow for depth */
}

.why-traders-choose button {
    cursor: pointer;
    margin-top: 20px; /* Add space between text and button */
    display: inline-block; /* Ensures proper button rendering */
    margin-bottom:20px;
    background: linear-gradient(45deg, #5148AB -0.09%, #8348AB 49.91%, #AB48A2 99.91%);
border: none;
border-radius: 10px;
padding: 15px 40px;
color: white;
font-family: "Kanit", Sans-serif;
font-size: 18px;
font-weight: 300;
}

.rounded-image {
    border-radius: 50%; /* Makes the image circular */
    overflow: hidden; /* Ensures the content fits within the rounded shape */
    width: 150px; /* Adjust the width */
    height: 150px; /* Adjust the height */
    object-fit: cover; /* Ensures the image scales properly inside the circle */
    margin: 10px; /* Add spacing between images */
}


.features-list {
    list-style-type: none; /* Remove default bullets */
    padding: 0; /* Remove default padding */
    margin: 0; /* Remove default margin */
    font-family: "Kanit", Sans-serif; /* Use a clean font */
    font-size: 16px; /* Adjust font size */
    font-weight: 400; /* Set a balanced weight */
    line-height: 1.6; /* Improve readability */
    color: #ffffff; /* Text color */
}

.features-list li {
    margin-bottom: 10px; /* Add spacing between items */
    display: flex; /* Flex for potential icons */
    align-items: center; /* Align content vertically */
    gap: 10px; /* Space between icon and text */
}

.features-list li::before {
    content: "•"; /* Use a custom bullet (can be replaced with an icon) */
    color: #AB48A2; /* Bullet color */
    font-size: 20px; /* Adjust bullet size */
    font-weight: bold;
    margin-right: 10px; /* Space between bullet and text */
}
.testimonial-slider-section {
    background: #21002e;
    padding: 60px 0;
}

.testimonial-slider-section h2 {
    font-family: "Recoleta", Sans-serif;
    font-weight: 600;
    color: white;
    margin-bottom: 40px;
    font-size: 28px; /* Adjust for large screens */
}

.testimonial-slider-section h3 {
    font-family: "Recoleta", Sans-serif;
    font-weight: 400;
    color: white;
    margin-bottom: 40px;
    font-size: 22px; /* Adjust for large screens */
}

.testimonial-slider-container {
    display: flex;
    align-items: center;
    position: relative;
}

.testimonial-slider {
     display: flex;
    overflow-x: auto; /* Enable horizontal scrolling */
    scroll-snap-type: x mandatory; /* Enable snap points */
    scroll-behavior: smooth; /* Smooth scrolling */
    -ms-overflow-style: none; /* Hide scrollbar in Internet Explorer and Edge */
    scrollbar-width: none; /* Hide scrollbar in Firefox */
}
.testimonial-slider::-webkit-scrollbar {
    display: none; /* Hide scrollbar in Chrome, Safari, and Edge */
}

.testimonial {
    flex: 0 0 100%;
text-align: center;
padding: 20px 12rem;
border-radius: 10px;
color: #ffffff;
scroll-snap-align: center;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}

.testimonial-text{
    font-family: "Kanit", Sans-serif;
}
.testimonial-author{
    font-family: "Kanit", Sans-serif;
}

.arrow {
     width: 40px;
    height: 40px;
    background: #ffffff;
    border: 2px solid #AB48A2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    color: #AB48A2;
    cursor: pointer;
    position: absolute;
    z-index: 10;
}

.left-arrow {
    left: 10px;
}

.right-arrow {
    right: 10px;
}

.arrow span {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #AB48A2;
}
.arrow span:hover {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.arrow:hover {
    background: #AB48A2;
    color: #fff;
}

@media (max-width: 768px) {
    .testimonial-slider {
        margin: 0 20px; /* Reduce margin for smaller screens */
    }

    .testimonial {
        flex: 0 0 100%; /* Display one testimonial per slide */
        margin: 0 5px; /* Reduce margin between testimonials */
        padding: 15px; /* Adjust padding for smaller screens */
        font-size: 14px; /* Smaller font for text */
    }

    .arrow {
        width: 30px; /* Smaller arrows */
        height: 30px;
        font-size: 14px;
    }

    .testimonial-slider-section h2 {
        font-size: 24px; /* Smaller heading for mobile */
    }

    .testimonial-slider-section h3 {
        font-size: 18px; /* Smaller subheading for mobile */
        margin-top: 20px; /* Add spacing for mobile view */
    }
    p{
        font-size:16px;
    }
    li{
        font-size:16px;
    }
}


.custom-footer-class{
    display:none;
}

.modal-body label{
    color:black;
}

.footer p{
    font-family: "Kanit", Sans-serif;
    text-align:center;
}
.social-media-footer{
        font-size: 18px;
    display: flex;
    gap: 8px;
}