*{
    margin: 0;
    padding: 0;
    font-family: 'Oxygen', sans-serif;
    border:border-box;
}
body{
    overflow-x:hidden;
}
html {
    scroll-behavior: smooth;
}
a{
    text-decoration: none;
}


/* All Keyframes Animaions */
@keyframes appear {
    from{
        opacity: 0;
        /* transform: translateX(-50px); */
        transform: scale(0.7);
        /* scale:0.5; */
    }
    to{
        opacity: 1;
        /* transform: translateX(0px); */
        transform: scale(1);
        /* scale:1; */

    }
}
@keyframes slide-left {
    from{
        opacity: 0;
        transform: translateX(100px);
        /* transform: scale(0.9); */
        /* scale:0.5; */
    }
    to{
        opacity: 1;
        transform: translateX(0px);
        /* transform: scale(1); */
        /* scale:1; */
    }
}

@keyframes slide-out {
    from{
        opacity: 0;
        transform: translateX(-100px);
        /* transform: scale(0.9); */
        /* scale:0.5; */
    }
    to{
        opacity: 1;
        transform: translateX(0px);
        /* transform: scale(1); */
        /* scale:1; */

    }
}
@keyframes slide-top-bottom {
    from{
        opacity: 0;
        transform: translateY(80px);
        /* transform: scale(0.5); */
        /* scale:0.5; */
    }
    to{
        opacity: 1;
        transform: translateY(0px);
        /* transform: scale(1); */
        /* scale:1; */
    }
}
@keyframes slide-in {
    0%{
        transform: translateY(-90px);
        opacity: 0;
    }
    100%{
        transform: translateY(0);
        opacity: 1;
    }
}
.whatsapp-button{
    font-family: Arial,sans-serif;
    height: 45px;
    width: 145px;
    display: flex;
    align-items: center;
    color:rgb(255, 255, 255);
    background-color: #27D974;
    /* padding: 10px 20px; */
    padding-left: 18px;
    text-decoration: none;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.3s ease;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 3;
    animation :slide-top-bottom 3s ease-in-out;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}
.whatsapp-icon{
    padding-left: 10px;
    font-size: 33px;
}
    /* Mobile-Responsive Code */
    
/* //content area 1 */
.content{
    
    background-image: url("image/Bank1.jpg");
    background-size:cover;
    height:680px;
    width:100%;
    position: relative;
    top: 35px; 
    text-align: center;
    border: 1px solid black;

}
.caption{
    font-size:50px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    animation:slide-in 2s ease forwards;
    margin-top: 50px;
   
}



.cap2{
    text-align: center;
    margin-top: 25px;
    font-size: 12px;

}

/* button coding */
.get-started{
    align-items: center;
    margin-top: 30px;
    height: 35px;
    width: 145px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 20px;
    background-color: transparent;
    color: #ffffff;
}
.get-started:hover{
    background-color: aliceblue;
    border-color: black;
    color: black;
}

/* 3picture coding */
.hero{
    display: flex;
    justify-content: space-evenly;
    margin-left: 180px;
    margin-right: 180px;
    margin-top: 30px;
    color: white;
    animation :slide-top-bottom 2s ease-in-out;
   
}

.box{
    height: 325px;
    width:370px;
    background: linear-gradient(135deg,rgba(255,255,255,0.1),rgba(255,255,255,0)); 
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(20px);
    -webkit-box-shadow: 0px 0px 17px 0px #000000;
    box-shadow: 0px 0px 17px 0px #111111;
    border-radius:20px;
    overflow: hidden; 
    border: 0px solid rgba(255,255,255,0.18);
    font-size: 14px;
    margin-right: 20px;
}

.one{
    height: 250px;
    width: 100%;
    background-image: url(image/Image1.jpg);
    background-size: cover;
    margin-bottom: 16px;
}

.two{
    height: 250px;
    width: 100%px;
    background-image: url(image/Image2.jpg);
    background-size: cover;
    margin-bottom: 16px;
}

.three{
    height: 250px;
    width: 100%px;
    background-image: url(image/Image3.jpg);
    background-size: cover;
    margin-bottom: 16px;
}

@media(max-width:700px){
    .content{
        height: 1100px;
    }
    .caption{
        font-size:25px;
    }
    .cap2{
        font-size: 8px;
    
    }
    .get-started{
        justify-content: center;
    }
    .hero{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
       
    }
    .box{
        height: 250px;
        width:250px;
        font-size: 10px;
        margin: 0;
        padding: 0;
       margin-bottom:40px ;
    }
    .one{
        height: 200px;
        width: 100%;
    }
    
    .two{
        height: 200px;
        width: 100%px;
    }
    
    .three{
        height: 200px;
        width: 100%px;
       
    }
}

/* styles of coins images and text */
.home-coin{
    border:border-box;
    height: 400px;
    width: 100%;
    margin-top: 35px;
    background-color: #ffffff;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding-top: 47px;
    padding-left: 160px;
    padding-right: 160px;
    
}
.home-trusted-text{
    height: 350px;
    width: 539px;
    background-color: #ffffff;
    color: black; 
}
.home-sub-text-coin{
    font-family:Arial, Helvetica, sans-serif;
    margin-top: 30px;
    height: 100px;
    width: 539px;
    font-size: 45px;
    font-weight: 700;
    background-color: #ffffff;
    text-align: left;
    animation :slide-out 5s linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}
.home-coin-desc{
    font-family:Arial, Helvetica, sans-serif;
    margin-top: 20px;
    height: 100px;
    width: 539px;
    font-size: 17px;
    background-color: #ffffff;
    animation :slide-out 5s linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}
.home-coin-button{
    
    margin-top: 10px;
    margin-left: 0px;
    height: 40px;
    width: 160px;
    border: 1.1px solid rgb(0, 0, 0);
    border-radius: 22px;
    background-color: transparent;
    text-align: center;
    justify-content: center;
    padding-top:10px;

}
.home-coin-button:hover{
    background-color: rgb(33, 85, 164);
    color: white;
}
.home-coin-image{
    height: 350px;
    width: 539px;
    background-image: url("image/coinsaving.jpg");
    background-size: cover;
    border-radius:  25px 25px 25px 25px;
    box-shadow: 10px 5px 10px 0px #c3c2c2;
    animation :appear 5s linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}
@media(max-width:700px){
    .home-coin{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column-reverse;
       
    }
    .home-coin-image{
        height: 250px;
        width:250px;
        border-radius: 15px 0px 15px 0px;
    }
    .home-trusted-text{
        height: 250px;
        width: 250px;
        display: flex;
        align-items: center;
        flex-direction: column;

    }
    .home-sub-text-coin{
        height: 100px;
        width: 100%;
        font-size: 30px;
        text-align: center;
    }
    .home-coin-desc{
        margin-top:-20px;
        height: 70px;
        width:250px;
        font-size: 10px;
        text-align: center;
    }
    .home-coin-button{
        margin-top: 5px;
    }
}

/* //2nd white plant container */

.plant-container{
    
    position: relative;
    height: 500px;
    width: 100%;
    margin-top: 40px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border:border-box;
   
}
.plant-images{
    height: 450px;
    width: 539px;
    background-color: #ffffff;
}

.plant-img1{
    position: relative;
    height: 450px;
    width: 350px;
    background-image: url("image/SpreadeDollar.jpg");
    border-radius: 0px 30px 0px 30px;
    box-shadow: 10px 5px 10px 0px #c3c2c2;
    background-size: cover;
    animation :slide-out 5s linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}

.plant-img2{
    position: relative;
    height: 310px;
    width: 250px;
    background-image: url("image/MoneyPlant.jpg");
    box-shadow: 10px 5px 10px 0px #c3c2c2;
    background-size: cover;
    border-radius: 30px 0px 30px 0px;
    left: 289px;
    top: -380px;
    z-index: 2;
    animation :slide-top-bottom 5s linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
    
}

.plant-text{
    margin-left: -130px;
    padding-left: 30px;
    height: 450px;
    width: 539px;
    display: flex;
    align-items: self-start;
    flex-direction: column;
    background-color: #ffffff;
}

.wwr{
    font-family:Arial, Helvetica, sans-serif;
    margin-top: 30px;
    height: 50px;
    width: 80%;
    font-size: 25px;
    font-weight: 700;
    background-color: #ffffff;
    color:#2faff0;
    text-align: left;
    animation :slide-left 5s ease-in-out;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}
.wwr2{
    margin-top: 0px;
    font-family:Arial, Helvetica, sans-serif;
    height: 100px;
    width: 300px;
    font-size: 45px;
    font-weight: 700;
    background-color: #ffffff;
    color:#000000;
    animation :slide-left 5s ease-in-out;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}
.wwr-desc{
    font-family:Arial, Helvetica, sans-serif;
    margin-top: 20px;
    width: 400px;
    font-size: 16px;
}

/* read more button here we will redirect to about us section */
.plant-readmore{
    color: #ffffff;
    position: relative;
    margin-top:10px;
    margin-left: 0px;
    height: 40px;
    width: 150px;
    border: none;
    border-radius: 8px;
    background-color: blue; 
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    animation :slide-left 5s ease-in-out;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;

}
.plant-readmore:hover{
    color: #000000;
    background-color: rgb(255, 255, 255);
    border: 3px solid blue;
}
@media(max-width:700px){
    .plant-container{
        margin-top: 30px;
        height: 600px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-direction: column;
       
    }
    .plant-images{
        width: 300px;
        height: 320px;
    }
    .plant-img1{
        position: relative;
        height: 300px;
        width: 210px;
        
    }
    
    .plant-img2{
        position: relative;
        height: 210px;
        width: 150px;
        top:-250px;
        left: 160px;
        
    }
    .plant-text{
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width:100%;
    }
    .wwr{
       margin: 0;
       padding: 0;
        height: 50px;
        width: 190px;;
        font-size: 23px;
        font-weight: 700;
       
    }
    .wwr2{
        margin: 0;
       padding: 0;
        width: 190px;
        font-family:Arial, Helvetica, sans-serif;
        height: 100px;
        font-size: 29px;
    }
    .wwr-desc{
        margin: 0;
       padding: 0;
        width:190px;
        height: 100px;
        font-size: 10px;
    
    }
    .plant-readmore{
        margin-left:-40px;
    }
}


/* 3 rd investment-container code started */

.investment-container{
    height: 650px;
    width: 100%;
    background-color: #dbf2ff;
   
}
.inv-text{
    padding-top: 60px;
    height: 30px;
    width: 100%;
    text-align: center;
    font-size: 45px;
    font-weight: 600;
    animation :slide-top-bottom  3s ease-in-out;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}
.inv-desc{
    height: 30px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    margin-top: 60px;
    padding-left:20px;
    padding-right:20px;
    animation :slide-top-bottom 3s ease-in-out;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}
.subInvContainer{
    height: 350px;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top:60px ; 
    padding-left: 120px;
    padding-right: 120px;   
}
.inv-img1{
    
    height: 300px;
    width:350px;
    background-image: url("image/mutualFundimg.jpg");
    background-size: cover;
    border-radius: 20px;
    animation :slide-top-bottom 5s linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.inv-img2{
    height: 300px;
    width:350px;
    background-image: url("image/LIC2.jpg");
    background-size: cover;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    animation :slide-top-bottom 5s linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}
.inv-imgnew{
    height: 300px;
    width:350px;
    background-image: url("image/hdfc.jpg");
    background-size: cover;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    animation :slide-top-bottom 5s linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}
.inv-img3{
    height: 150px;
    width: 300px;
    background-color: #ffffff; 
    box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.5); /* Optional for a glassy border */
    border-radius: 20px;
    text-align: center;
    position: relative;
    top:80px;
    animation :slide-top-bottom 3s ease-in-out;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;


   
}
.inv-img3:hover{
    transform: scale(1.1);
    
}
.inv-img4{
    height: 150px;
    width: 300px;
    background-color: #ffffff; 
    border-radius: 20px;
    box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.5); 
    text-align: center;
    position: relative;
    top:80px;
    animation :slide-top-bottom 3s ease-in-out;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
   
}
.inv-img4:hover{
    transform: scale(1.1);
    
}
.inv-img5{
    height: 150px;
    width: 300px;
    background-color: #ffffff; 
    border-radius: 20px;
    box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.5); 
    text-align: center;
    position: relative;
    top:80px;
    animation :slide-top-bottom 3s ease-in-out;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}
.inv-img5:hover{
    transform: scale(1.1);
    
}
.m-text{
    margin-top: 30px;
    height: 30px;
    width: 100%;
    font-size: 30px;
    font-weight:bold;
    animation :slide-top-bottom 3s ease-in-out;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
    
}
.m-desc{
    height: 50px;
    width: 100%;
    font-size: 12px;
    animation :slide-top-bottom 3s ease-in-out;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}
@media(max-width:700px){
    .investment-container{
        height: 1090px;
        margin-top:70px ;
        margin-bottom: 0px;
    }
    .inv-text{
        padding-top: 60px;
        font-size: 25px;

    }
    .inv-desc{
        height: 30px;
        width: 100%;
        text-align: center;
        font-size: 10px;
        font-weight: 300;
        margin-top: 40px;
    }
    .subInvContainer{
        height: 800px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        margin-top:30px ; 
        padding-left: 120px;
        padding-right: 120px;  
    }
   
    .inv-img1{
        height: 200px;
        width: 250px;
    }
    .inv-img2{
        height: 200px;
        width: 250px;
    }
    .inv-imgnew{
        height: 200px;
        width: 250px;
    }
    .inv-img3{
        height:90px;
        width: 200px;
        position: relative;
        top:65px;
        text-align: center;
       
    }
    .inv-img3:hover{
        transform: scale(1.1);
        
    }
    .inv-img4{
        height:90px;
        width: 200px;
        position: relative;
        top:65px;
        text-align: center;
    }
    .inv-img4:hover{
        transform: scale(1.1);
        
    }
    .inv-img5{
        height:90px;
        width: 200px;
        position: relative;
        top:65px;
        text-align: center;
    }
    .inv-img5:hover{
        transform: scale(1.1);
        
    }
    .m-text{
        margin-top: 25px;
        height: 30px;
        width: 100%;
        font-size: 22px;
        font-weight:bold;
    }
    .m-desc{
        margin-top: -5px;
        height: 50px;
        width: 100%;
        font-size: 7px;
    }
}
.backto-top-home{
    height: 40px;
    width: 100%;
    padding-top:10px;
    justify-content: center;
    align-items: center;
    text-align:center;
    background-color: #232F3E;
    transition: transform 0.3s ease;
}
.backto-top-home a:hover{
    transform: translateY(-5px);
}
@media(max-width:700px){
   .backto-top-home{
    margin-bottom: -20px;
   }
}























