.html{
    scroll-behavior: smooth !important;
}
.home-1-banner .banner-content .title {
    color: #D51899  !important;
}
.sec-color.angle-shape svg,
.arrow-shape.sec-color svg {
    fill: none !important;
}
h1, h2, h3, h4, h5, h6,p {
    font-family: 'Poppins', sans-serif !important;
}
.accordion-btn.collapsed .accordion-icon {
    color: #5E145D  !important;
}
.accordion-item {
    background-image: -moz-linear-gradient( 90deg, #D51899 0%, #550C71 100%);
    background-image: -webkit-linear-gradient( 90deg, #D51899 0%, #550C71 100%);
    background-image: linear-gradient( 90deg, #D51899 0%, #550C71 100%);
}
.app-downlod-btn-large:after {
    background: -webkit-linear-gradient( 90deg, #D51899 0%, #550C71 100%);
    background: -ms-linear-gradient( 90deg, #D51899 0%, #550C71 100%);
    background: linear-gradient(90deg, #D51899 0%, #550C71 100%);
}
