body{
    font-family: 'Poppins', sans-serif;
   /* background-color: #4741af*/;
}
.mynavbar{
    background-color: #4741af;
}
.nav-link{
    color: white;
    font-size: 18px;
    font-weight: 700;
    padding: 53px 0;
   margin-top: -40px;
}
.nav-item{
    padding: 0 10px;
    margin-bottom: -40px;
}
.navbar-brand{
    color: white;
    font-size: 45px;
    font-weight: 700;
}
.mydiv{
    background-color: white;
}
.container{
    max-width: 1200px;
}
.banner-title{
    font-size: 72px;
    line-height: 1.23;
    font-weight: 700;
   
}
.banner-subtitle{
    font-size: 17px;
   font-weight: 400;
    
}
.banner-btn{
    padding: 8px 35px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #6C63FF ;
    border-radius: 28px;
    background-color: #6C63FF;
    color: white;
}
.banner-btn:hover{
    color: #4741AF;
    background-color:white
}
.text-subtitle{
    color: #6C63FF ;
    font-size: 21px;
    font-weight: 700;
}
.text-title{
    font-size: 48px;
    font-weight: 700;
    
}
.text-p{
    font-size: 18px;
    font-weight: 400;
}
.text-link{
    text-decoration: none;
    font-weight: 700;
}
.about-img{
    margin-left: -325px;
}
.service-background{
    width: 624px;
    height: 624px;
    border-radius: 50%;
    background-color: #F3F9FB;
}
.service-icon{
   
    border-radius: 50%;
    background-color: #6C63FF;
    padding: 20px;
}
.mydiv{
    background-color: #F0F6FB;
}

.banner-img-2{
    margin-left: -240px;
}
.product-card{
    border-bottom:3px solid #6C63FF;
}
.feature-icon{
    background-color: #6C63FF;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 60px;
    display: inline-block;
    text-align: center;
   
   
}
.feature-icon i{
    font-size: 25px;
    color: white;
}
.blog-link{
    font-size: 18px;
}
.blog-date{
    font-size: 16px;
}
/*----------------------------------------- animation ------------------------------------ */
.post:hover .post-img{
    transform: scale(1.1);
}
.post-img{
    transition: all .3s;
}
.product-card:hover{
    margin-top: -15px;
}
.product-card{
    transition: all .3s;
}
.service-card:hover .service-icon{
   margin-left: 40px;
}
.service-icon{
    transition: all .6s;
}