.header-left{
    max-width: 140px !important;
    width: 100%;
}
.navbar-brand {
    display: block;
}
img{
    width: 100%;
}

.features-section .features-preview img,
.navbar-brand img{
    width: 100%;
}

.features-section .features-preview{
    max-width: 80%;
    margin: 0 auto -390px;
}
.img-wrapper{
    position: relative;
    padding-top: 50%;
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
}
.img-wrapper img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 !important;
}
.features-preview .img-fluid{
    border-radius: 15px;
}
.screenshot-card  h5{
    margin-top: 20px;
}

.screenshot-card  .img-wrapper{
    margin-bottom: 20px;
    padding-top: 60% ;
}

.footer-logo a{
    display: block;
    max-width: 180px;
    width: 100%;
}

.announcement p {
    margin-bottom: 0rem !important;
}


html[dir="rtl"] .container-offset{
    margin-right: calc((100% - 1540px) / 2);
    margin-left: 0;
    padding-right: 15px;
    padding-left: 0;
}
html[dir="rtl"]  .main-banner .dash-preview{
right: 0;
    left: -80px;
}

@media (max-width:1500px) {
    .container {
        max-width: 1320px;
    }
    .main-banner .container-offset{
        margin-left: calc((100% - 1320px) / 2);
    }
    html[dir="rtl"] .container-offset{
        margin-right: calc((100% - 1320px) / 2);
    }
}

@media (max-width:1260px) {
    .main-banner .container-offset{
        margin-left: 0;
    }
    html[dir="rtl"] .container-offset{
        margin-right:0;
    }
}
@media (max-width:991px) {
    html[dir="rtl"] .main-banner .dash-preview{
        left:-15px;
    }
}
@media (max-width:767px){
    html[dir="rtl"] .main-banner .dash-preview{
        left:0;
    }
    .container-offset{
        padding: 0 15px !important;
    }
}
body.landing-dark .bg-gray-100{
    background: linear-gradient(141.55deg, #22242C 3.46%, #22242C 99.86%);
    color: var(--bs-body-color);
}
body.landing-dark  .site-footer .footer-row .ftr-col .list-unstyled li a{
    color: var(--bs-body-color);
}
body.landing-dark  .site-footer{
    border-top: 1px solid #9d9d9d4a;
}
.custom-header-logo{
    max-width: 200px !important;
}

/***** dashboard 18-09 ****/

@media (max-width: 1600px){
    .main-banner .container-offset {
        margin-left: calc((100% - 1320px) / 2);
    }

}
@media (max-width: 1400px){
    .main-banner .container-offset {
        margin-left: calc((100% - 1140px) / 2);
    }

}
@media (max-width: 1200px){
    .main-banner .container-offset {
        margin-left: calc((100% - 960px) / 2);
    }
}

@media (max-width:991px) {
    .landing-page .container{
        max-width: 1140px;
    }
    .landing-page .main-banner .container-offset {
        padding-right:15px;
        margin-left: 0;
    }
    .main-banner .dash-preview {
        right: 0;
    }
    .features-section .features-preview {
        max-width: 100%;
    }
    .landing-page  .custom-header-logo {
        max-width: 170px !important;
    }
    .landing-page .price-card .p-price {
        font-size: 55px;
    }
}
@media (max-width:767px){
    .landing-page .m-bottom-img{
        margin-bottom: 15px;
    }
    .landing-page .navbar-toggler-icon {
        width: 23px;
    }
}

@media (max-width:575px) {
    .landing-page .custom-header-logo {
        max-width: 149px !important;
    }
    .landing-page .price-card .p-price {
        font-size: 35px;
    }
    .landing-page .m-bottom-img{
        margin-bottom: 15px;
    }
}

body .main-header .navbar .btn.btn-outline-dark svg path, body .main-banner .banner-btn .btn.btn-outline-dark svg path{
    stroke:var(--bs-btn-color) !important;
}
body .main-header .navbar .btn.btn-outline-dark:hover svg path,  body .main-banner .banner-btn .btn.btn-outline-dark:hover svg path{
    stroke:var(--bs-btn-hover-color) !important;
}

/* 16.12 */
.lnding-menubar li{
    position: relative;
}
@media screen and (max-width:991px){
     .main-header .navbar-expand-md .navbar-collapse{
        width: 320px;
          left: 0;
        transform: translateX(-100%);
    }
    .lnding-menubar li.has-item .menu-dropdown{
        min-width: 180px;
    }
        .main-header .navbar-expand-md .navbar-collapse.show{
        transform: translateX(0);
    }
}