
        .main-btn.main-btn-2 {
    background-color: #a12857;
}
.features-box .features-play a {
    display: none;
}
.screenshot-area .slick-arrow {
    color: #ba2c64;
}
.footer-about ul li a {
    background: #ba2c64;
    color: #fff;
}
.footer-area .copyright {
    color: #fff;
}
.capture-item .capture-thumb {
    -webkit-box-shadow: 0px 30px 50px rgb(250 234 240);
    box-shadow: 0px 30px 50px rgb(250 234 240);
}

body {
    background: #FFF3F7;
}
.features-box {
    -webkit-box-shadow: 0px 30px 50px rgb(250 233 237);
    box-shadow: 0px 30px 50px rgb(250 233 237);
}

.intro-thumb img {
    -webkit-box-shadow: 0px 30px 50px 0px rgb(230 214 218);
    box-shadow: 0px 30px 50px 0px rgb(230 214 218);
}

.news-item .news-content {
    -webkit-box-shadow: 0px 30px 50px 0px rgb(238 219 224);
    box-shadow: 0px 30px 50px 0px rgb(238 219 224);
}

.footer-list .title {
    color: #fff;
    opacity: .6;
}

.hero-content .title {
    font-size: 52px;
    line-height: 66px;
}
.main-btn.main-btn-2:hover {
    background-color: #fff;
}

.footer-list .input-box input {
    color: #fff;
}

.footer-list .input-box input::placeholder {
    color: #fff;
    opacity: .6;
}

.screenshot-area .screenshot-item img {
    border-radius: 12px 12px 0 0;
}

.intro-content .intro-item img {
    font-size: 50px;
    color: #FFC000;
    position: absolute;
    left: 0;
    top: 0;
}

.page-title-area .page-title-item .page-title .title {
    color: #fff;
}

.page-title-area .page-title-item .page-title nav ol li {
    color: #fff;
}

.page-title-area .page-title-item .page-title nav ol li a {
    color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    opacity: .5;
}
.blog-area::before {
    display: none;
}

.testimonial-item {
    -webkit-box-shadow: 0px 20px 16px 0px rgb(240 202 213);
    box-shadow: 0px 20px 16px 0px rgb(240 202 213);
}

@media (max-width: 992px) {

    .hero-content .title {
        font-size: 35px;
        line-height: 46px;
        margin-top: 20px;
    }
    
        .intro-content .intro-item img {
        position: static;
        margin-bottom: 20px;
    }
    
        }
    
    