body {
    font-family: 'Poppins', sans-serif;
}
.active {
    color: #6c63ff !important;
}
.nav-link {
    font-size: 18px;
    color: black;
}
.nav-link:hover {
    color: #6c63ff;
}
.mycolor{
    color: #6c63ff;
    font-weight: 800;
    font-size: 24px;

}
.banner_Text{
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;

}
.banner_subtitle{
    font-size: 24px;
    line-height: 1.4;
    color: #666666;
}
.banner_btn{
    padding: 12px 58px;
    font-size: 18px;
    font-weight: 700;
    border: 1px solid #6c63ff;
    border-radius: 28px;
    text-decoration: none;
    background-color: #6c63ff;
    color: white;
}
.banner_btn:hover{
    color: #6c63ff;
    background-color: white;
}
.about_subtitle{
    font-size: 18px;
}
.about_img{
    margin-left: -195px;
}
.icons_div{
    background-color:#6c63ff;
    color: white;
    padding: 20px;
    border-radius: 50%;
}
.images_background{
    background-color: rgb(243, 249, 251);
    border-radius: 50%;
    width: 624px;
    height: 624px;
    margin-top: 100px;
}
.images_background img{
    margin-top: -116px;
}
.feature-img{
    margin-left: -140px;
}
.check_icon{
    font-weight: 300;
    width: 50px;
    height: 50px;
    color: #6c63ff;
}
.features_li{
    list-style-type: none;
}
.px-6{
    padding-left: 5rem;
    padding-right: 5rem;

}
.py-6{
    padding-top: 5rem;
    padding-bottom: 5rem;

}
.product{
    box-shadow: 0px 3px 24px 3px rgb(7 7 7 / 4%);
    border-bottom: 3px solid #6c63ff;
}
.product_section{
    background:rgb(243, 249, 251) ;
}
.product_title{
    font-size: 24px;
    font-weight: 700;
}
.feature_img{
    margin-left: 8%;

}
.feature_icon{
    border-radius: 50%;
    background-color: #6c63ff;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    color: white;
    justify-content: center;

}
.font_21{
    font-size: 21px;
    font-weight: 800;
}
.team_section{
    background-color: #f0f6fb;
}
.bannner_Text2{
    font-size: 40px;
    font-weight: 1000;
    line-height: 1.2;

}

.myfont_18{
    font-size: 18px;
    font-weight: 800;
    

}
.text_subtitle{
    color: #99999999;
}
.blog_section{
    background-color: #f0f6fb;

}
.blog_card{
    overflow: hidden;
}
.blog_card:hover img{
   
	transform: scale(1.1);
	
	transition: 0.3s ease-in-out;
}





  