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

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

.navbar-brand img.landing_logo {
    width: 100%;
    height: 50px;
}

.container img.landing_logo {
    width: 100%;
    height: 50px;
}

.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 (min-width: 1280px) {
  .container {
    max-width: 1210px;
  }
  .main-banner .container-offset {

    margin-left: max(0px, calc((100% - 1280px) / 2));
  }
  html[dir="rtl"] .main-banner .container-offset {
  
    margin-right: max(0px, calc((100% - 1280px) / 2));
 
  }
}


@media (max-width: 1279.98px) {
  .main-banner .container-offset {
    margin-left: 0;
  }
  html[dir="rtl"] .main-banner .container-offset {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .main-banner .dash-preview {
    left: -15px;
  }
  html[dir="rtl"] .main-banner .dash-preview {
    right: -15px;
    left: auto;
  }
}

@media (max-width: 768px) {
  .main-banner .dash-preview {
    left: 0;
  }
  html[dir="rtl"] .main-banner .dash-preview {
    right: 0;
    left: auto;
  }
  .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;
}
/* scrollbar css */
::-webkit-scrollbar {
    display: none;
}

/*style added by te*/

.main-header {
    background: #fff !important;
    padding: 15px 0;
}

.navbar-expand-md .navbar-collapse {
    justify-content: end;
    padding-right: 30px;
}

.section-gap .rounded-pill {
    background-color: #189de2 !important;
}

.main-header .navbar .btn.rounded {
    background-color: #189de2 !important;
    font-size: 18px;
color: #fff !important;
border: none !important;
}

.main-header .nav-item .nav-link {
    font-size: 18px !important;
    font-family: "lato";
}

.ms-auto .btn.btn-outline-light:hover {
    color: #fff !important;
}

.en-bg {
    background: #189de2 !important;
}

.price-card .price-badge {
    background: #189de2 !important;
}

.price-card .rounded-pill {
    background: #189de2 !important;
}

.feat-btn {
    background: #189de2 !important;
    border: none !important;
}

.testimonial .card {
    background-color: #189de2 !important;
}

.testimonial .card span,
.testimonial .card svg {
color: #fff;


}



.hljs-comment {
    color: #fff;
}

.select-card .bg-primary {
    background: #189de2 !important;
}

.features-section {
    background: #333 !important;
}


.bg-discover p {
color: #fff !important;

}

.about-banner,
.common-banner {
 background: #189de2 !important;

}

/*  (About, Terms, Privacy) style start */
.static-page {
 
    margin: 0px auto;
    padding: 24px 28px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
    line-height: 1.8;
    font-size: 15px;
    color: #333;
}


.static-page .static-title {
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 600;
}


.static-page h3 {
    font-size: 18px;
    margin-top: 18px;
    margin-bottom: 8px;
    font-weight: 600;
}


.static-page p {
    margin-bottom: 8px;
}


.static-page ul,
.static-page ol {
    margin: 8px 0 12px;
    padding-left: 20px;
}

.static-page li {
    margin-bottom: 5px;
}

.about-page .static-title {
    border-bottom: 2px solid #189de2;
    padding-bottom: 20px;
}

.terms-page .static-title {
    border-bottom: 2px solid #189de2;
    padding-bottom: 20px;
}

.privacy-page .static-title {
    border-bottom: 2px solid #189de2;
    padding-bottom: 20px;
}


/*  (About, Terms, Privacy) style start */