#header-inner{
    height: auto !important;
    min-height: 500px;
    background-attachment: fixed;
}
#download-demo-section{
    background-image: url("../img/patterns/neutral-dots.png");
    background-attachment: fixed;
}
.spec-card{
    padding: 24px 16px;
    border: 1px solid white !important;
    background-position: center center ;
    background-size: 130px 130px;
    background-repeat: no-repeat;
    background-image: url("../img/svg/blob-gen.svg") !important;
}
.spec-card:hover{
    border: 1px solid var(--primary-color-light) !important;
}
#specs-img {
    width: 260px;
}
.printer-charts-inner ol li{
    text-align: right;
    margin-top: 8px;
}
@media (max-width: 992px) {
    .dl-right{width: 100%;}
    .dl-left{width: 200px;}
    .download-demo-inner{
        align-items: center !important;
        flex-direction: column !important;
    }
}
@media (max-width: 768px) {
    .swiper-pagination{
        top: 0 !important;
    }
    .description .deco-dot, .description .deco-line{
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .printer-charts-inner{
        flex-wrap: wrap;
        align-items: center !important;
        flex-direction: column !important;
    }
    .printer-charts-inner ol li{
        text-align: justify !important;
        text-justify: inter-word;
        margin-top: 8px;
    }
    #download-demo-section{
        background-size: 600px;
    }
    .spec-card{
        padding:16px !important;
    }
}
@media (max-width: 575px) {

}
@media (max-width: 425px) {
    #dl-btn{
        width: 100% !important;
    }
    .dl-right{
        padding: 16px !important;
        width: 100% !important;
    }
    #features, footer, .dl-right, .description{
        padding: 16px !important;
    }
    #mask-inner{
        padding: 16px !important;
        display: flex;
        align-items: center;
    }
    .bc-right .txt-accent{
        display: block !important;
    }
}
@media (max-width: 1025px) {
    #specs-img{
        order: 2;
    }
    .printer-charts-inner ol{
        margin-left: 0 !important;
        padding-left: 4px !important;
    }
    .printer-charts-inner li::marker {
        font-size: medium;
        font-weight: bold;
    }
}
@media (max-width: 575px) {
    .about-text, .description{
        display: flex !important;
        align-items: center !important;
        flex-direction: column !important;
        text-align: center !important;
    }
    header {
        background-position: center;
        background-clip: border-box !important;
    }
    header h1, header h2{
        padding-right: 16px;
        padding-left: 16px;
    }
    .cloud-backup-inner,.bc-right{
        width: 100%;
        text-align: center !important;
        justify-content: center;
        align-items: center !important;
    }
    #cloud-backup{
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

/******** swiper********/
.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-pagination{
    width: auto !important;
    top: 8px !important;
    left: 12px !important;
    bottom: unset !important;
}
.swiper-pagination-bullet {
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    color: #000;
    opacity: 1;
    background-color: #00bcd4;
}
.swiper-pagination-bullet-active {
    color: #fff;
    background: slateblue;
}
.bullet {
    padding: 8px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
    font-weight: 600;
    background-color: darkslategrey !important;
}
/* IMPORTANT FIX */
.bullet.swiper-pagination-bullet-active {
    background-color: var(--accent-color) !important;
    color: #fff;
    opacity: 1;
}
.swiper-button-next,
.swiper-button-prev {
    padding: 8px;
    background-color: var(--primary-color);
    border-radius: 4px;
    color: white !important;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}
@media (max-width: 768px) {
    .swiper-pagination {
        top: 0 !important;
        left: 8px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}