:root {
    --primary-color: #F77CFE;
    --primary-black-color: #000000;
}
.float-image-1{
    position: absolute;
    width: 220px;
    top: 15%;
}
.float-image-2{
    position: absolute;
    width: 270px;
    right: 0;
    bottom: 5%;
}
.hero-seo .hero-image{
    text-align: center;
}
.header-area {
    position: absolute;
    width: 100%;
}
.header-six.sticky{
    position: fixed;
}
.hero-seo{
    background: url(../images/hero/paul-pastourmatzis-km74CLco7qs-unsplash.jpg);
    background-position: center;
    background-size: cover;
}
.hero-seo .hero-content .hero-button img,
.hero-wb .hero-content .hero-button img{
    height: 65px;
    margin-right: 15px;
}
.hero-seo .hero-image img,
.hero-wb .hero-image img {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.hero-seo .hero-content h1{
    font-size: 60px;
    line-height: 74px;
    color: #fff;
    margin-bottom: 30px;
}
.hero-seo .hero-content p{
    color: #fff;
    margin-bottom: 20px;
}
.hero-seo .hero-wrapper{
    padding: 70px 0px;
}
.download-cta .sasly-button img{
    height: 55px;
    margin-right: 10px;
}
.sasly-showcase-item img{
    max-width: 100%;
    max-height: 480px;
    border-radius: 15px;
}
.showcase-slider .sasly-showcase-item{
    margin: 0px 10px;
    border-radius: 15px;
}
.showcase-slider{
    margin-bottom: 30px;
}
.theme-btn.style-one {
    background: #F77CFE;
    background: -webkit-linear-gradient(90deg, rgba(247, 124, 254, 1) 0%, rgba(73, 2, 166, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(247, 124, 254, 1) 0%, rgba(73, 2, 166, 1) 100%);
    background: linear-gradient(90deg, rgba(247, 124, 254, 1) 0%, rgba(73, 2, 166, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F77CFE", endColorstr="#4902A6", GradientType=1);
}
.footer-widget .footer-content .social-link a:hover{
    color: white;
}
.page-hero-ss {
    padding: 130px 0 40px;
}
.page-hero-ss .page-content .breadcrumb-link li{
    color: whitesmoke;
}
@media screen and (max-width: 767px){
    .hero-seo .hero-content .hero-button img,
    .hero-wb .hero-content .hero-button img{
        height: 55px;
    }
    .brand-logo img{
        width: 145px;
    }
    .hero-seo .hero-content h1{
        font-size: 34px;
        line-height: 48px;
        margin-bottom: 20px;
    }
    .float-image-1,
    .float-image-2{
        display: none;
    }
    .footer-content .social-link,
    .footer-widget .footer-content p,
    .footer-widget .footer-content h4.widget-title,
    .footer-logo {
        text-align: center;
    }
    .footer-logo img{
        max-width: 200px;
    }
    .footer-newsletter-widget .footer-content .form-group .theme-btn.style-one{
        margin: 0 auto;
        margin-top: 10px;
        display: block;
    }
}