@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
    font-family: Poppins;
}
.container{
    animation: slideIn .80s linear;
    right: 0;  
}
.navigation {
    width: 100%;
    height: 5rem;
    display: flex;
    /* animation: slideIn .80s linear;
    right: 0; */
    justify-content: space-between;

}

/* .nav.active {
    display: flex;
    animation: slideIn .3s linear;
    right: 0;
} */

@keyframes slideIn {
    from {

        transform: translateY(100px);
    }

    to {
        transform: translateY(0);

    }
}

/* .navigation::before{
    position: absolute;
    width: 100%;
    height: 5rem;
    background-color: white;
    top: 0;
    animation: slideIn 5s;
}
@keyframes slidein {
0%{

}
    
} */

.nav {
    /* border: 1px solid red; */
    width: 56%;
    display: flex;
    justify-content: space-around;
}
.menu__bar{
    display: none;
}
.list-item {
    font-size: 15px;
    padding-top: 1.5rem;
    list-style: none;


}

.navigation .list-item a {
    text-decoration: 0;
    color: #000;
}

.navigation button {
    padding: .3rem 1rem .3rem 1rem;
    background: #3498db;
    border: 0;
    margin-top: 1rem;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 1rem;
    color: blanchedalmond;
    border-radius: 13px;
}

.navigation button a {
    color: white;
    padding-bottom: 1.5rem;
    text-decoration: none;
}

.logo {
    width: 12rem;
    position: relative;
    top: -56px;
    margin-left: 1.5rem;
}


.img1 {
    width: 5%;
    height: 5%;
    border-radius: 100px;
    margin: -1%;
    /* margin-left: 10px; */
    border: 4px solid rgb(212, 211, 211);
    background: rgb(49, 87, 49);
}

.img2 {
    width: 5%;
    height: 5%;
    margin: -1%;
    /* margin-left: 10px; */
    border-radius: 100px;
    border: 4px solid rgb(212, 211, 211);
    background: rgb(183, 147, 218);
}

.img3 {
    width: 5%;
    height: 5%;
    margin: -1%;
    border-radius: 100px;
    border: 4px solid rgb(212, 211, 211);
    background: rgb(152, 152, 230);
}



.div1 {
    background-image: url(./image/blob\ bg.jpg);
}

.stress {
    padding-top: 8rem;
    font-size: 40px;
    animation: slideIn .80s linear;
    right: 0;
    /* padding-left: 10%; */
    text-align: center;
    gap: 5rem;
}

.user-3 {
    font-size: 40px;
    text-align: center;
    animation: slideIn .80s linear;
    right: 0;
    text-decoration-style: wavy;
}

.wealth-talk {
    padding-top: 1rem;
    text-align: center;
    animation: slideIn .80s linear;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wealth-talk p {
    text-align: center;
    width: 40%;
    font-size: 15px;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 25px;
    color: gray;

}

.wealth-talk button {
    padding: 1rem 1rem 1rem 1rem;
    background: #3498db;
    border: 0;
    margin-top: 20px;
    font-size: 18px;
    animation: slideIn .80s linear;
    right: 0;
    color: blanchedalmond;
    border-radius: 11px;
}

.wealth-talk button a {
    color: white;
    text-decoration: none;
}




#div2 {
    width: 100%;
    margin-top: 80px;


}

#div2 h2 {
    width: 70%;
    font-size: 30px;
    text-align: center;
    animation: slideIn .80s linear;
    right: 0;
    gap: 1rem;

}

#div2-overview {
    display: flex;
    animation: slideIn .80s linear;
    right: 0;
    justify-content: center;
}

#div2 h2 img {
    height: 40px;
    position: relative;
    top: -20px;
}

.wealth-management-concept-message {
    display: flex;
    margin-top: 100px;
    gap: 25rem;
    justify-content: center;
}

.wealth-management-concept-cont {
    display: flex;
    gap: 3rem;
    padding-top: 50px;
    justify-content: center;
    align-items: center;
}


.wealth-management-image1 {
    transform: rotate(30deg);
    height: 80px;
}

.wealth-management-image2 {
    transform: rotate(-40deg);
    height: 80px;
}

.wealth-management-concept-message-1 {
    width: 28%;
    height: 110px;
    border: 1px solid rgb(95, 95, 95);
    border-radius: 60px;
    background-color: rgba(190, 189, 189, 0.384);
}

.wealth-management-concept-message i {
    font-size: 30px;
    padding-top: 5px;
    color:  #3498db;

}

.wealth-management-concept-cont i {
    font-size: 30px;
    padding-top: 5px;
    color:  #3498db;

}

.wealth-management-concept-message-2 {
    width: 30%;
    height: 110px;
    margin-top: 70px;
    border: 1px solid rgb(95, 95, 95);
    border-radius: 60px;
    background-color: rgba(190, 189, 189, 0.384);
}

.wealth-management-concept-message-3 {
    width: 28%;
    height: 110px;
    border-radius: 60px;
    border: 1px solid rgb(95, 95, 95);
    background-color: rgba(190, 189, 189, 0.384);
}

.wealth-management-concept h4 {
    text-align: center;
    padding-top: 15px;
    font-size: 18px;

}

#div2-overview-2 {
    margin-top: 80px;

}

#div2-overview-2 b {
    color: rgba(174, 43, 226, 0.815);

}


#div2-overview-2 p {
    color:  #3498db;
    padding: 8px;
    font-size: 20px;
    border-radius: 5rem;
    border: 1px solid rgba(190, 189, 189, 0.568);
    background: gainsboro;
}

.overview {
    display: flex;
    justify-content: center;
    animation: slideIn .80s linear;
    right: 0;
    gap: 15px;
}

.overview-one {
    display: flex;
    margin-top: 20px;
    justify-content: center;
    animation: slideIn .80s linear;
    right: 0;
    gap: 25px;
}

.overview-two {
    display: flex;
    margin-top: 20px;
    justify-content: center;
    animation: slideIn .80s linear;
    right: 0;
    gap: 25px;
}

#feature {
    border: 1px solid rgba(105, 104, 104, 0.418);
    border-radius: 50px;
    background-color: rgba(225, 235, 245, 0.349);
    margin: 100px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: slideIn 0.8s linear;
    width: 90%;
    max-width: 1200px;
    padding: 0px;
}

.feature-section {
    background: #3498db;
    color: whitesmoke;
    font-size: 25px;
    text-align: center;
    width: auto;
    padding: 8px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin-bottom: 20px;
    margin-top: 10px;

}

.feature-section-1, .feature-section-2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    width: 100%;
    justify-items: center;
}

.feature-section-1 p, .feature-section-2 p {
    font-size: 14px;
    color: rgba(97, 95, 95, 0.89);
    text-align: center;
}

.feature-section-content-1, 
.feature-section-content-2, 
.feature-section-content-3, 
.feature-section-content-4, 
.feature-section-content-5, 
.feature-section-content-6, 
.feature-section-content-7 {
    text-align: center;
    font-size: 18px;
    padding: 10px;
}

.feature-section-content-1 img,
.feature-section-content-2 img,
.feature-section-content-3 img,
.feature-section-content-4 img,
.feature-section-content-5 img,
.feature-section-content-6 img,
.feature-section-content-7 img {
    height: 100px;
    max-width: 100%;
    object-fit: contain;
    margin-bottom: 10px;
}

.feature-section-content-1 h4,
.feature-section-content-2 h4,
.feature-section-content-3 h4,
.feature-section-content-4 h4,
.feature-section-content-5 h4,
.feature-section-content-6 h4,
.feature-section-content-7 h4 {
    font-size: 18px;
    margin: 10px 0 5px;
}


@media (min-width: 950px) and (max-width: 1245px) {
    #feature {
        width: 95%;
        padding: 20px;
        margin-top: 80px;
    }

    .feature-section-1, .feature-section-2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        width: 100%;
        justify-items: center;
    }

    .feature-section-content-1,
    .feature-section-content-2,
    .feature-section-content-3,
    .feature-section-content-4,
    .feature-section-content-5,
    .feature-section-content-6,
    .feature-section-content-7 {
        text-align: center;
        font-size: 16px;
        padding: 10px;
    }

    .feature-section-content-1 img,
    .feature-section-content-2 img,
    .feature-section-content-3 img,
    .feature-section-content-4 img,
    .feature-section-content-5 img,
    .feature-section-content-6 img,
    .feature-section-content-7 img {
        height: 90px;
        max-width: 100%;
        object-fit: contain;
        margin-bottom: 10px;
    }

    .feature-section-content-1 h4,
    .feature-section-content-2 h4,
    .feature-section-content-3 h4,
    .feature-section-content-4 h4,
    .feature-section-content-5 h4,
    .feature-section-content-6 h4,
    .feature-section-content-7 h4 {
        font-size: 16px;
        margin: 10px 0 5px;
    }

    .feature-section-1 p, .feature-section-2 p {
        font-size: 14px;
        color: rgba(97, 95, 95, 0.89);
        text-align: center;
    }
}




#testimonial {
    text-align: center;
    padding-top: 0px;
    margin-top: 0px;
}

.testimonial-section {
    /* position: relative; */
    /* width: 100dvh; */
    top: 0px;
    display: flex;
    padding-left: 40px;
    padding-top: 20px;
    width: 100%;
    height: fit-content;
    gap: 1rem;
    background: rgba(247, 245, 245, 0.575);
    align-items: center;
    overflow-x: scroll;
}

.testimonial-section::-webkit-scrollbar {
    display: none;
}

.testimonial-section .test {
    animation: slide 10s 20s alternate-reverse infinite;
    /* height: 300px; */
    width: 275px;
    border-radius: 30px;
    background: white;
    height: 200px;
    font-size: 12px;
    padding: 1rem .8rem;
    border: 1px solid rgba(42, 43, 42, 0.363);
}

@keyframes slide {
    to {
        transform: translateX(180px);
    }
}

.testimonial-personel-comment-1{
    padding-top: 19px;
}


.testimonial-personel-comment-3{
    padding-top: 19px;
}

.testimonial-personel-comment-2{
    padding-top: 38px;
}

.testimonial-personel-comment-4{
    padding-top: 19px;
}
.testimonial-section img {
    height: 50px;
    width: 50px;
    /* margin-top: 1rem; */
    border-radius: 50px;
}

/* .testimonial-section .comment {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    padding-left: 20px;
} */

.testimonial-section .testx p {
width: 250px;
}


/*  */
.testimonial-section .comment {
    /* padding: 10px 10px; */
    display: flex;
    /* flex-direction: row; */
}

/* testimonial-personel-comment-3  comment */


.testimonial-personel-profile-1 {
    padding: 10px 10px;
}
.testimonial-personel-profile-2 {
    padding: 10px 10px;
}

.testimonial-personel-profile-3 {
    padding: 10px 10px;
}

/* .testimonial-section-1{
    animation: slide 8s 10s alternate infinite;
}

.testimonial-section-2{
    animation: slide 8s 10s alternate infinite;
}

.testimonial-section-3{
    animation: slide 8s 10s alternate infinite;

}

.testimonial-section-4{
    animation: slide 8s 10s alternate infinite;

} */

/* investment */

#investment {
    width: 100%;
    padding-top: 50px;
}

.investment-title h2 {
    text-align: center;

}

.investment-level {
    width: 100%;
    /* height: 300px; */
    display: flex;
    padding-top: 50px;
    text-align: center;
    /* border: 1px solid red; */
    align-content: center;
    gap: 30px;
    justify-content: center;
}

.investment-level-beginner {
    width: 250px;
    height: 250px;
    /* border-radius: 40px; */
    border: 1px solid rgb(0, 0, 0);
}

.investment-level-advance {
    width: 250px;
    height: 250px;
    /* border-radius: 40px; */
    border: 1px solid rgb(0, 0, 0);
}

.investment-level-professional {
    width: 250px;
    height: 250px;
    /* border-radius: 40px; */
    border: 1px solid rgb(0, 0, 0);
}

.investment-level h4 {
    padding-top: 30px;
    font-size: 22px;
    text-align: center;
}

.investment-level p {
    padding-top: 10px;
    font-size: 18px;
    text-align: center;
}

.investment-level button {
    padding: 1rem 1rem;
    margin-top: 20px;
    /* border-radius: 50px; */
    color: white;
    /* align-self: center; */
    background: #3498db;
    /* font-size: 22px; */
}

.investment-level button a {
    color: white;
    text-decoration: none;
}



/* chart images */
.responsive-images-section {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 40px auto;
    padding: 0;
    max-width: 1200px;
}

.responsive-image-container {
    flex: 1 1 calc(33.33% - 20px); /* Three images per row on larger screens */
    max-width: 400px; /* Optional: Limit the max size of each container */
    margin: 10px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.responsive-image-container:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.responsive-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

/* Media Query for Mobile View */
@media (max-width: 768px) {
    .responsive-images-section {
        flex-direction: column; /* Stack items vertically */
        align-items: center;   /* Center items in the column */
    }

    .responsive-image-container {
        flex: 1 1 100%; /* Each image takes full width */
        max-width: 100%; /* Remove max-width limitation for containers */
    }
}




.top{
   height: 30px;
   width: 30px;
   text-align: center;
   padding-top: 3px;
    cursor: pointer;
    position:fixed;
    bottom: 80px;
    border-radius: 5px;
    /* animation: slideIn .150s linear;
    right: 0; */
    right: 30px;
    background:  #3498db;
    

}
  .top i{
    /* position:static;
    top: 0px; */
    color: black;

}








@media (max-width: 767.98px) {

    .navigation {
        background-color: #fff;
    }

    .contact__button {
        display: none;
    }
    .list-item{
        padding-bottom: .5rem;
        padding-left: 20px;
    }

    .nav {
        position: absolute;
        /* height: 20rem; */
        padding: 3rem 1rem;
        top: 5rem;
        background-color: #fff;
        flex-direction: column;
        display: none;
         /* place-items: center; */
        text-align: left;
        box-shadow: 5px 2px 5px rgba(77, 76, 76, 0.788);
        border-radius: 10px;
    }

    .nav.active {
        display: flex;
        animation: slideIn .3s linear;
        right: 0;
    }

    .list-item:hover{
        background: #9b989863;
        border-radius: 30px;
        width: 150px;

    }

    @keyframes slideIn {
        from {

            transform: translateY(100px);
        }

        to {
            transform: translateY(0);

        }
    }

   .menu__bar{
        display: block;
    }
    .stress {
        padding-top: 30px;
        font-size: 16px;
    }

    .img1 {
        width: 6%;
        height: 6%;
        margin: -1%;
    }

    .img2 {
        width: 6%;
        height: 6%;
        margin: -1%;

    }

    @keyframes slide {
        to {
            transform: translateX(-900px);
        }
    }
     

    .img3 {
        width: 6%;
        height: 6%;
        margin: -1%;
    }

    .user-3 {
        font-size: 16px;
    }

    .wealth-talk p {
        width: 90%;
    }

    .wealth-management-concept-message {
        gap: 8rem;
    }

    .wealth-management-concept-message-3 {
        width: 30%;
        height: 80px;
        border-radius: 30px;
    }

    .wealth-management-concept-message-1 {
        width: 30%;
        height: 80px;
        border-radius: 30px;
    }

    .wealth-management-concept-message-2 {
        width: 35%;
        height: 80px;
        border-radius: 30px;
        margin-top: 30px;

        place-items: center;

    }

   

    .wealth-management-concept-cont {
        gap: .5rem;
        padding-top: .1px;
    }

    .wealth-management-image1 {
        /* transform: rotate(40deg); */
        height: 30px;
    }

    .wealth-management-image2 {
        /* transform: rotate(40deg); */
        height: 30px;

    }

    .wealth-management-concept-message i {
        text-align: center;
        font-size: 15px;
    }


    .wealth-management-concept-cont i {
       
        font-size: 15px;

    }

    .wealth-management-concept h4 {
        font-size: 10px;
    }

    #div2 h2 {
        /* width: 23rem; */
        text-align: center;
        font-size: 20px;
        /* margin-left: 1px; */
    }


    #div2-overview-2 p {
        font-size: 12px;
        border-radius: 20px;
    }



    .feature-section-1 {
        flex-direction: column;
        /* justify-content: center; */
    }

    .feature-section-2 {
        flex-direction: column;
        /* justify-content: center; */
    }


    #feature {
        height: fit-content;
        /* border: 1px solid pink; */

    }

    /* #feature h4 {
        font-size: 18px;
    } */

    .feature-section {
        height: 32px;
        width: 11rem;
        margin-top: 20px;
        text-align: center;
        font-size: 15px;
    }

    .feature-section-1, .feature-section-2 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        width: 100%;
        justify-items: center;
    }

    .feature-section-1 p {
        font-size: 10px;
        /* width: 100%; */
        height: 50px;
        align-items: center;
        width: 300px;

    }

    .feature-section-2 p {
        font-size: 10px;
        /* width: 10rem; */
        height: 70px;
        width: 300px;

        text-align: center;
        /* border: 1px solid red; */
    }

    /* .feature-section-content-1 p{
     padding-left: 10px;
    } */

    #feature img {
        /* width: 60px; */
        height: 60px;
    }

    /* .testimonial-section .test{
        width: 1000px;
    } */

    .investment-level {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .investment-level-beginner {
        width: 390px;
        padding: 2rem;
    }

    .investment-level-advance {
        width: 390px;
        padding: 2rem;
    }

    .investment-level-professional {
        width: 390px;
        padding: 2rem;
    }

    .investment-level h6 {
        font-size: 12px;
    }


    .investment-level p {
        font-size: 15px;
    }

    .investment-level button {
        margin-top: 30px;
        /* padding: .5rem .5rem; */
        font-size: 12px;
    }



}

@media (min-width: 320px) and (max-width: 428px){
    .logo {
        width: 11rem;
        position: relative;
        top: -45px;
        margin-left: 1.5rem;
        
    }
}


@media (min-width: 625px) and (max-width: 991.98px){
    
    .navigation {
        background-color: #fff;
    }

    .contact__button {
        display: none;
    }

    .menu__bar{
        display: block;
    }
    .list-item{
        padding-bottom: 1rem;
        padding-left: 20px;
    }
    
    .nav {
        
        position: absolute;
        /* height: 20rem; */
        padding: 1rem;
        top: 5rem;
        background-color: #fff;
        flex-direction: column;
        display: none;
        /* place-items: center; */
        text-align: left;
        box-shadow: 5px 2px 5px rgba(77, 76, 76, 0.788);
        border-radius: 10px;
    }
    .list-item:hover{
        background: #9b989863;
        border-radius: 30px;
        width: 150px;
       

    }
    .nav.active {
        display: flex;
        animation: slideIn .3s linear;
        right: 0;
    }

    @keyframes slideIn {
        from {

            transform: translateY(100px);
        }

        to {
            transform: translateY(0);

        }
    }


    .stress {
        padding-top: 50px;
        font-size: 25px;
    }

    .img1 {
        width: 5%;
        height: 5%;
        margin: -1%;
    }

    .img2 {
        width: 5%;
        height: 5%;
        margin: -1%;

    }

    @keyframes slide {
        to {
            transform: translateX(-400px);
        }
    }


    .img3 {
        width: 5%;
        height: 5%;
        margin: -1%;
    }

    .user-3 {
        font-size: 25px;
    }

    .wealth-talk p {
        width: 80%;
    }


    .wealth-management-concept-message {
        gap: 6rem;
    }

    .wealth-management-concept-message-3 {
        width: 30%;
        height: 80px;
        border-radius: 30px;
    }

    .wealth-management-concept-message-1 {
        width: 30%;
        height: 80px;

        border-radius: 30px;
    }

    .wealth-management-concept-message-2 {
        /* width: 30%; */
        height: 80px;
        border-radius: 30px;
        margin-top: 30px;
    }

    .wealth-management-concept-cont {
        gap: .5rem;
        padding-top: 5px;
    }

    .wealth-management-image1 {
        /* transform: rotate(40deg); */
        height: 40px;
    }

    .wealth-management-image2 {
        /* transform: rotate(40deg); */
        height: 40px;

    }

    .wealth-management-concept-message i {
        text-align: center;
        font-size: 15px;
    }


    .wealth-management-concept-cont i {
        /* margin-left: 50px; */
        /* text-align: center; */
        font-size: 15px;

    }

    .wealth-management-concept h4 {
        font-size: 14px;
    }

    #div2 h2 {
        /* width: 23rem; */
        text-align: center;
        font-size: 28px;
        /* margin-left: 1px; */
    }


    #div2-overview-2 p {
        font-size: 12px;
        border-radius: 20px;
    }

    /* .feature-section-1 img{
        margin-top: 5rem;

    } */

    .feature-section-1 {
        flex-direction: column;
        display: flex;
        align-items: center; /* Centers children horizontally */
    }

    .feature-section-2 {
        flex-direction: column;
        display: flex;
        align-items: center; /* Centers children horizontally */
    }

    #feature {
        height: fit-content;
    }

    .feature-section {
        height: 30px;
        width: 15rem;
        margin-top: 20px;
        text-align: center;
        font-size: 18px;
    }

  

    .feature-section-1 p, .feature-section-2 p {
        font-size: 15px;
        width: 95%;
        max-width: 600px; /* Limit the width for better readability */
        margin: 0 auto; /* Centers the text block horizontally */
        text-align: center; /* Centers the text content */
        line-height: 1.6; /* Improves text spacing for readability */
    }

    #feature img {
        height: 60px;
        margin-bottom: 10px; /* Add spacing between the image and text */
    }

    /* .top{
        position: ;
        top: 50%;
    } */


}