.header-left{
    max-width: 200px !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%;
}
.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;
}


.main-banner {
    background: linear-gradient(176.45deg, #EEF3F7 6.69%, #FFFFFF 151.91%);
    padding-top: 160px;
    padding-bottom: 0;
}
.main-banner .banner-left-content {
    max-width: 500px;
    width: 100%;
    margin-top: 10%;
}
.main-banner .dash-preview {
    padding-top: 100%;
    right: 0;
}
.main-banner .dash-preview img {
    object-fit: cover;
}
.main-banner .banner-left-content .btn {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    flex: 1;
    background-color: #397EF6;
    color: white;
    border-color: #397EF6;
}
.main-banner .banner-left-content .btn:hover,
.main-banner .banner-left-content .btn-transparent {
    background: transparent;
    color: #397EF6;
}
.main-banner .banner-left-content .btn-transparent:hover {
    background-color: #397EF6;
    color: white;
}
.main-banner .banner-left-content h1 {
    font-size: 46px;
    font-weight: 700;
}
.main-banner .banner-left-content h6 {
    color: #15233280;
}
.main-banner .banner-left-content span.badge {
    color: #294A82;
    font-size: 14px;
}
.main-header .btn {
    background-color: white;
    border-color: black;
    color: #397EF6;
    font-weight: 600;
}

.main-header .btn svg{
    display: none;
}

.main-header .btn:hover,
.main-header .btn-transparent {
    background: transparent;
    color: black;
    border-color: black;
}
.main-header .btn-transparent:hover {
    background-color: white;
    color: #397EF6;
}
.main-banner .banner-left-content .btn-free-trial:hover svg path {
    fill: #397EF6;
}

.navbar-toggler-icon {
    filter: invert(1);
    -webkit-filter: invert(1);
}
.subscription {
    background: linear-gradient(176.45deg, #EEF3F7 6.69%, #FFFFFF 151.91%);
}
.subscription .card-body {
    padding: 0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
}
.subscription .card-body .card-body-top {
    background: #397EF633;
    padding: 20px;
}
.subscription .card-body .p-price {
    border: 0;
}
.subscription .card-body .list-unstyled {
    display: block;
}
.subscription .card-body .card-body-bottom {
    padding: 20px;
}
.subscription .card-body .form-check {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.subscription .card-body .p-price .text-sm {
    font-size: 20px !important;
}
.subscription .card-body .btn {
    width: fit-content;
    background-color: #397EF6;
    border-color: #397EF6;
}

.mobile-logo {
    display: none;
}
@media (max-width:1199px) {
    .main-banner .banner-left-content h1 {
        font-size: 34px;
    }
}
@media (max-width:991px) {
    .main-banner .banner-left-content h1 {
        font-size: 26px;
    }
    .main-header .navbar .navbar-nav .nav-item .nav-link {
        color: #002332;
    }
}
@media (max-width:767px) {
    .header-left {
        max-width: 140px !important;
    }
    .main-header .btn {
        padding: 10px;
    }
    .main-header .btn svg{
        display: block;
    }
    .main-header .navbar {
        padding: 10px 0 !important;
    }
    .main-banner {
        padding-top: 100px;
    }
    .main-banner .banner-left-content {
        margin: 0 0 20px;
    }
}
@media (max-width:575px) {
    .main-banner .banner-left-content h1 {
        font-size: 22px;
    }
}
@media (max-width: 767px) {
    .default-logo {
        display: none;
    }
    .mobile-logo {
        display: inline;
    }
    .mobile-logo img{
        width: 71%;
    }
}
