.header-left{
    max-width: 150px !important;
    width: 100%;
    margin-right: 1rem;
}
.header-left .navbar-brand {
    display: block;
    margin: 0;
}
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%;
}
.img-wrapper img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*object-fit: scale-down;*/
    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;
}

.img-wrapper{
box-shadow: 0 0.125rem 1rem 1px rgb(0 0 0 / 11%) !important;
    border-radius: 10px;
}
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;
}

/* Contact us section S */
/* .contactus::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 50%;
    bottom: 0;
    background-image: url('../images/static/highlight_feature_image.png');
    background-size: cover;
    background-attachment: fixed;
    z-index: 0;
} */
.contactus::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 50%;
    bottom: 0;
    background-color: #060606;
    opacity: 1;
}
.contactus .container {
    z-index: 1;
}
/* Contact us section E */

/* footer S */
.custom-footer {
    padding-top: 60px;
}
.country-name {
    font-size: 24px;
    color: #000;
    line-height: 32px;
}
.footer-country .footer-menu {
    margin-top: 20px;
    margin-left: 0;
    margin-bottom: 0;
}
.footer-country .footer-menu li {
    margin-bottom: 15px;
}
.footer-country .footer-menu li a {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.5s ease-in-out;
    opacity: 0.7;
}
.footer-country .footer-menu li a:hover {
    opacity: 1;
}
.custom-footer .footer-row {
    padding: 0;
    flex-direction: column;
}
.custom-footer .footer-row .ftr-col:not(:first-of-type) {
    padding-left: 0;
}
.custom-footer .footer-row .ftr-col.ftr-subscribe {
    flex: 0 0 auto;
    max-width: 400px;
}
.custom-footer-inner {
    padding-bottom: 60px;
}
.footer-social ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.footer-social li {
    margin: 0 15px;
}
.custom-footer-inner .footer-social li a {
    color: #000;
    font-size: 30px;
    transition: all 0.4s ease-in-out;
}
.custom-footer-inner .footer-social li a svg path {
    transition: all 0.4s ease-in-out;
}
.custom-footer-inner .footer-social li a:hover svg path {
    fill: #6FD943;
}
@media (max-width:767px) {
    .country-name {
        font-size: 18px;
    }
    .footer-country .footer-menu li a {
        font-size: 14px;
        word-wrap: break-word;
    }
}
/* footer E */