.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-size: 24px;
    font-weight: 700;
}
.banner-text{
    font-size: 60px;
    font-weight: 700;
}
.banner-subtitle{
    font-size: 24px;
    line-height: 1.4;
    color: #666666;
}
.banner-btn{
padding: 12px 58px;
font-size: 18px;
font-weight: 600;
border: 1px solid #6c63ff;
border-radius: 50px;
text-decoration: none;
}
.banner-btn:hover{
    background-color: #6c63ff;
    color: white;
}
.about-text{
    font-size: 49px;
    font-weight: 700;
}
.about-subtitle{
    font-size: 18px;
}
.about-img{
    margin-left: -220px;

}
.icon-div{
    background-color: #6c63ff;
    color: white;
    padding: 10px;    
    border-radius: 50%;

}
.img-background{
    background-color: rgb(243, 249, 251);
    border-radius: 50%;
    width: 624px;
    height: 624px;
    margin-top: -80px;


}
.img-background img{
    margin-top: -100px;
    margin-left: 50px;
}
.feature-img img{
    margin-left: -220px;
}
.check-icon{

    font-weight: 300;
    color: #6c63ff;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content:center;
}
.feature-li{
    list-style-type: none;

}
.section{
    background-color: #f8f9fa;
}
.px-6{
padding-left: 5rem;
padding-right: 5rem;
}
.py-6{
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.product{
    box-shadow: 0px 3px 30px 3px rgba(7, 7, 7, 0.07);
    border-bottom: 3px solid #6c63ff;
}
.p{
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #666666;
    line-height: 1.6;
  }
.feature-image{
    margin-left: 8%;
}
.feature-icon{
    border-radius: 50%;
    background-color: #6c63ff;
    height: 50px;
    width: 50px;
    color: white;
    display: flex;
    align-items: center;
    justify-content:center;

}
.feature-pa{
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #666666;
}
.feature-section1{
background-color: rgb(243, 249, 251);
}
.webdeveloper{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.developer-img{
    margin-left: -110px;
}
.blog-section{
    background-color: rgb(243, 249, 251);
  }
.blog-card-date{
    color: #99999999;

}
.blog-card-subtitle{
    font-size: 18px;
    font-weight: 700;
  }
  .bloge_card{
    overflow: hidden;
  }
.bloge_img:hover{
    -webkit-transform: scale(1.2);
	transform: scale(1.2);
    transition: 0.3s ease-in-out;


}
.pr-15{
    padding-right: 15px;
}
.f-700{
    font-weight: 700;
}

    


.black-color {
    color: #222222;
  }


