html {
    --main-bg-color: #051944;
    --light-btn-color: #a077ff;
}
.slider-bg {
    background: #051944;
    /* background-image: url(../img/internet.png); */
    /* background-blend-mode: darken; */
    /* background-position: center; */
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.header-sticky.sticky-bar {
    background: var(--main-bg-color);
}
.mobile_menu .slicknav_menu .slicknav_nav {
    margin-top: 9px !important;
    background: var(--main-bg-color);
  }
.shapes-bg {
    background: var(--main-bg-color);
    background-image: url(../img/banner-bg.svg);
    background-blend-mode: overlay;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 30px;
}
.gray-dark-bg {
    background-color: #232F3E;
}
.pricing-card-area::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 53%;
    background: var(--main-bg-color);
  }
.cat-icon {
    display: flex;
    justify-content: center;
}
.single-cat .cat-icon {
    height: 100px;
}
.single-cat .cat-icon img {
    width: 70px;
    height: auto;
}
.cat-cap {
    text-align: center;
}
.pricing-card-area img {
    width: 100px;
}
.pricing-card-area .img-cover {
    height: 140px;
}
.stack-chips img {
    width: 20px;
}
.light-bg {
    background-color: #4C1E51 !important;
}
.slider-height3 {
    height: 300px;
}

.testimonial-area .single-testimony {
    background: var(--main-bg-color) !important;
}
.no-curve {
    border-radius: 0px !important;
}
.btn::before {
    background: #8d65eb !important;
}
.btn, .border-btn::before, .main-header .main-menu ul ul.submenu, form.search-box .input-form .search-form button, .pricing-card-area .single-card .card-bottom .borders-btn:hover, .pricing-card-area .single-card:hover .card-bottom .borders-btn, .footer-area .footer-form form .form-icon button {
    background: var(--light-btn-color);
  }
.team-area .single-cat .cat-cap p {
    font-size: 10px;
}
.clr {
    clear: both;
}


@media screen and (max-width: 1200px) {
    #top-slider .hero-caption {
        margin-top: 50px;
    }
    #top-slider h1 {
        font-size: 30px;
    }
    #top-slider .desc {
        font-size: 13px;
    }
    #top-slider .hero__img img {
        position: static;
    }
    .slider-height3 {
        height: 200px;
    }
    #top-slider .sub-title {
        font-size: 12px;
    }
}


@media screen and (max-width: 640px) {
    #top-slider .hero-caption {
        margin-top: 50px;
    }
    #top-slider h1 {
        font-size: 25px;
    }
    #top-slider .desc {
        font-size: 10px;
    }
    #top-slider .sub-title {
        font-size: 12px;
    }
    #top-slider .hero__img img {
        width: 300px;
        height: auto;
        margin-right: 30px;
        position: static;
        max-height: 150px;
    }
    .slider-btns a{
        font-size: 12px;
    }
}