:root{
    --bg-gradient:linear-gradient(to bottom, #ff5a6e 0%,#ff3048 100%);
    --theme-color:#ff5a6e;
    --theme-blue:#1f385e;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1280px;
}
.gradient-bg {
    background-image: var(--bg-gradient);
    background-color: #ff5a6e;
}
.attr-nav > ul > li.button > a{
    background: var(--theme-blue);
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 40%);
}
.attr-nav > ul > li.button > a:hover{
    background: #fff;
    color:var(--theme-blue) !important;
}
.banner-area form button{
    background: var(--theme-color);
}
nav.navbar.bootsnav ul.nav > li.active > a,
nav.navbar.bootsnav ul.nav > li:hover > a{
    color: var(--theme-blue);
}
.about-area .info h4 {
    color: var(--theme-color);
}
.about-area .about-items ul li::after{
    background: var(--theme-color);
}
.about-area .about-items .features-content i,
.our-features-area .feature-items .item .icon > svg,
.advanced-features-area .af-items .item .icon > i{
    background: var(--bg-gradient);
    background-clip: text;
    fill: var(--theme-color);
}
.bg-gray {
    background-color: #f5f6f7;
}
.overview-grid-area .single-item h4 span::after{
    background: var(--theme-color);
}
.overview-grid-area .single-item ul li::after{
    color: var(--theme-color);
}
.site-heading .devider,
.site-heading .devider:before{
    background: var(--theme-color);
}
.our-features-area{
    background: left bottom/280px 100% no-repeat url(../img/banner/bg-gradient.png);
}
.overview-area{
    background: left top/222px 100% no-repeat url(../img/banner/bg-gradient-2.png);
}
.overview-area::after{
    display: none;
}
.our-features-area .af-items .single-item .item,
.advanced-features-area .af-items .single-item .item,
.advanced-features-area .af-items .single-item:nth-child(2n) .item,
.pricing-area .single-item:nth-child(2) .pricing-item .pricing-header h2::after{
    border-bottom-color: var(--theme-color);
}
.testimonial-carousel .item .thumb::after{
    color:var(--theme-color);
}
.process-area .info li i{
    color:var(--theme-color);
}
.pricing-area .pricing-item .pricing-header span{
    color:var(--theme-color);
}
.pricing-area .single-item:nth-child(2) .pricing-item .pricing-header h2{
    background: var(--theme-color);
}
.btn-theme-border,
.btn-theme-effect{
    border-color: #ff5a6e;
}
.btn-theme-border::after,
.btn-theme-effect::after{
    background: var(--theme-color);
}
.pricing-area .pricing-item .pricing-header h2{
    background: #fff4f6;
}
.pricing-area .pricing-item .pricing-header h2::after{
    border-bottom: 15px solid #fff4f6;
}
footer{
    background-image: linear-gradient(90deg, #ff5a6e 0%,#ff3048 100%);
}
.navbar-brand>img {
    height: 55px;
}
nav.navbar.bootsnav .navbar-brand {
    padding: 4px 15px;
}
.navbar-header {
    top: 15px;
    position: relative;
}
nav.navbar.bootsnav.navbar-fixed{
    background: var(--theme-color);
}
nav.navbar.bootsnav ul.nav > li > a{
    color:#fff;
}
::-webkit-scrollbar{
    background: var(--bg-gradient);
    width:10px;
}
::-webkit-scrollbar-thumb{
    background: #17112a;
    border-radius:20px;
}
.btn-custom{
    font-family: 'Manrope', sans-serif;
    display: inline-block;
    padding: 15px 40px;
    border-radius: 30px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    background: var(--theme-blue) !important;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 40%) !important;
}
.btn-custom:hover{
    color: #000 !important;
    background: #fff !important;
}
.overview-grid-area .single-item h4 {
    font-weight: 400;
    font-size: 35px;
}
.img-darken{
    mix-blend-mode: multiply;
}
.overview-area .item .content h4 span::after,
.overview-area .overview-carousel.owl-carousel .owl-dots .owl-dot.active span::after{
    background: var(--theme-color);
}
.overview-grid-area .single-item ul li{
    margin-top:0;
}
.banner-area .big-thumb img{
    margin-top:35px;
}
input[type="number"]::-webkit-inner-spin-button{
    display: none;
}
.overview-area .overview-carousel-2 .item img{
    box-shadow: none;
    padding: 0;
    filter: drop-shadow(0 0 10px #cccccc);
    border-radius: 30px;
    background: none;
}
.no-background{
    background:none;
}
.overview-carousel-2.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 35px;
}
.overview-carousel-2.owl-carousel .owl-dots .owl-dot span {
    display: block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;
    position: relative;
    z-index: 1;
    border: 2px solid #e7e7e7;
}
.overview-carousel.owl-carousel .owl-dots .owl-dot.active span::after,
.overview-carousel-2.owl-carousel .owl-dots .owl-dot.active span::after{
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 9px !important;
    width: 9px !important;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #4ac4f3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.overview-carousel-2.owl-carousel .owl-dots .owl-dot.active span::after {
    background: var(--theme-color);
}
.overview-carousel-2 h4 span:after{
    display: none;
}
.font-35{
    font-size:35px !important;
}
.text-theme{
    color:var(--theme-color);
}
@media (max-width: 1023px){
    nav.navbar.bootsnav.navbar-fixed .navbar-toggle {
        margin-top: 3px;
    }
    nav.navbar.bootsnav.navbar-fixed{
        padding-bottom:20px;
    }
    .our-features-area,
    .overview-area{
        background: none;
    }
    .overview-grid-area .single-item h4 {
        font-weight: 600;
        font-size: 19px;
    }
    nav.navbar.bootsnav .navbar-collapse.collapse.show{
        background: var(--theme-color);
    }
    nav.navbar.bootsnav.navbar-fixed .navbar-toggle{
        color:#fff;
    }
    .banner-area .double-items .thumb img{
        max-width:100%;
    }
}
@media(max-width:480px){
    .banner-area p{
        line-height: normal;
    }
    .banner-area a{
        margin-right:0;
    }
    .banner-area .content-box h2, .banner-area h2,
    .about-area .info h2,
    .process-area .info h2,
    .testimonial-items .review h2,
    .site-heading h2{
        font-size: 25px;
    }
    .testimonial-items .review h2 {
        margin-bottom: 20px;
    }
}