:root {
    --base-color: rgb(255 68 109);
    --primary-color: rgb(255 68 109) !important;
    --alt-font: "Arial", sans-serif;
}
/* footer.footer-style-1{
    background-image: radial-gradient(circle, rgb(255 124 85) 0%, rgb(255 68 109) 60%, rgb(223, 26, 91) 100%) !important;
} */
 footer .footer-logo img {
    max-height: 60px;
}
.btn.btn-rounded.btn-small{
    padding: 10px 20px;
}
.button-header{
    font-size: 14px !important;
}
.btn-gradient-fast-blue-purple {
    background-image: linear-gradient(to right, rgb(255 68 109), rgb(255 124 85), rgb(255 68 109));
    background-size: 200%;
    color: var(--white);
}
.section-feature .feature-box.feature-box-left-icon{
    box-shadow: 0px 6px 20px rgb(26 137 185 / 35%);
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.section-feature .feature-box-icon img{
    border-radius: 50px;
    box-shadow: 0px 4px 20px rgba(26, 137, 185, 0.09);
}

/* responsive */
@media (max-width: 767px) {

}