﻿@charset "utf-8";

body, body * {
    direction: rtl;
}

body {
    background: #f5f5f5;
    padding: 0px;
    background-color: #f5f5f5;
}

    body *:not(i) {
        font-family: 'IS';
    }

#TopLogo {
    float: right;
    margin: auto;
    margin-top: 7px;
    margin-left: 13px;
}

#Mlink {
    display: block;
    min-width: 154px;
    overflow: auto;
    background: #fff;
    border-radius: 10px;
    padding-right: 10px;
    padding-bottom: 8px;
    border-top-right-radius: 0px;
}

.navbar-color-on-scroll #SmallLogoBack {
    display: none;
}


.navbar-color-on-scroll #TopLogo, .BackWhiteNav #TopLogo {
    width: 134px;
    margin-top: 4px;
    margin-left: 20px;
}

.navbar-color-on-scroll #TopLogoLink, .BackWhiteNav #TopLogoLink {
    margin-top: 3px;
}

.navbar-color-on-scroll #TopLogoLink, .BackWhiteNav #TopLogoLink {
    margin-top: 3px;
}

.navbar-color-on-scroll #BaseNav, .BackWhiteNav #BaseNav {
    margin-top: 4px;
}

@media all and (max-width:992px) {
    #TopLogo {
        display: none;
    }

    .navbar-color-on-scroll #TopLogoLink, .BackWhiteNav #TopLogoLink {
        margin-top: 0px;
    }

    #SmallLogoBack {
        display: block;
        margin-top: -9px;
    }

        #SmallLogoBack a {
            display: block;
            margin: auto;
            padding: 4px;
        }

            #SmallLogoBack a img {
                display: block;
                margin: auto;
                height: 61px;
                margin-top: 8px;
                margin-bottom: 4px;
            }
}

.navbar-fixed-top .nav li a {
    color: #333;
}

.navbar-transparent .nav li a {
    color: #fff;
}

.navbar-transparent .dropdown-menu li a {
    color: #333;
}

@media all and (max-width:1024px) {
    #MPFilter {
        background-position-x: 90%;
    }
}

@media all and (max-width:500px) {
    #MPFilter {
        background-position-x: 79%;
    }
}

.about-text {
    text-align: justify;
    line-height: 1.67em;
    font-size: 16px;
    font-weight: 300;
}

.postlist-title a {
    font-size: 15px;
    text-align: justify;
    height: 60px;
    float: right;
    width: 100%;
    overflow: hidden;
}

.postlist-text {
    font-size: 13px;
    text-align: justify;
    height: 126px;
    float: right;
    width: 100%;
    overflow: hidden;
    margin-bottom: 8px;
}

@media all and (max-width:992px) {
    #TopLogo {
        height: 40px;
    }

    #Mlink {
        float: right;
        padding-left: 0px;
        min-width: 127px;
    }

    .navbar-color-on-scroll #TopLogo, .BackWhiteNav #TopLogo {
        display: block !important;
    }
}

@media all and (max-width:768px) {
    #Mlink {
        padding-top: 6px;
    }

    .postlist-text {
        height: auto;
    }

    .CategoryTitle {
        text-align: center;
        font-size: 22px;
        margin-bottom: 20px;
    }
}

.card .footer .stats {
    margin-top: -1px;
}

@media (min-width: 768px) {
    .navbar-nav {
        margin-top: 3px;
    }
}

.NormaLink {
    cursor: default !important;
}

.PostContent {
    margin-top: 30px;
}

    .PostContent * {
        font-size: 16px;
        line-height: 1.7em
    }

    .PostContent p {
        text-align: justify;
    }

    .PostContent li {
        text-align: justify;
    }

    .PostContent img {
        display: block;
        margin: 30px auto;
        width: auto;
        max-width: 98%;
        border-radius: 6px;
        pointer-events: none;
        box-shadow: 0 5px 15px -8px rgb(0 0 0 / 24%), 0 8px 10px -5px rgb(0 0 0 / 20%);
    }

.WhitText {
    color: #fff !important;
}

.BigDescription {
    font-size: 23px;
    line-height: 2.2em;
}

.Image-Colored-Shadow {
    transform: scale(0.94);
    top: 12px;
    filter: blur(12px);
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
    transition: opacity .45s;
}

.btn-whatsapp {
    background-color: #25d366 !important;
}

.btn.btn-whatsapp:focus, .btn.btn-whatsapp:active, .btn.btn-whatsapp:hover, .navbar .navbar-nav > li > a.btn.btn-whatsapp:focus, .navbar .navbar-nav > li > a.btn.btn-whatsapp:active, .navbar .navbar-nav > li > a.btn.btn-whatsapp:hover {
    background-color: #1fb256 !important;
}

.btn-insta {
    background-color: #c13584 !important;
}

.btn.btn-insta:focus, .btn.btn-insta:active, .btn.btn-insta:hover, .navbar .navbar-nav > li > a.btn.btn-insta:focus, .navbar .navbar-nav > li > a.btn.btn-insta:active, .navbar .navbar-nav > li > a.btn.btn-insta:hover {
    background-color: #833ab4 !important;
}

.PostAuthor .btn.btn-just-icon, .PostAuthor .navbar .navbar-nav > li > a.btn.btn-just-icon,
.footer .social-buttons .btn.btn-just-icon, .footer .social-buttons .navbar .navbar-nav > li > a.btn.btn-just-icon {
    font-size: 20px;
    padding: 8px;
    line-height: 1em;
    padding-right: 12px;
    padding-left: 8px;
}

.PostAuthor .btn .material-icons, .footer .social-buttons .btn .material-icons {
    vertical-align: middle;
    font-size: 24px;
    top: 0px;
    position: relative;
}

.ApprovalImage {
    max-width: 50px;
}

.AppDownloadImage {
    max-width: 100%;
    max-height: 70px;
}

.FooterSMSInputBack {
    width: calc(100% - 60px);
    float: right;
}

.FooterSMSInputButton {
    float: left;
    margin-top: 23px;
}

.footer .social-buttons {
    margin: auto;
    display: block;
    width: fit-content;
}

    .footer .social-buttons li {
        margin-left: 18px;
    }

.footer-big {
    padding: 30px 0;
    padding-bottom: 0px;
}

.footer .section-gray {
    padding: 15px;
}

.FeatureImage {
    display: block;
    margin: auto;
    width: 90px;
}

.SelectedPost {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 6px;
}

.SelectedPostFluid:nth-child(2n) {
    background: #fff;
}

.SelectedPostBack .stats {
    margin-top: 26px;
    float: right;
}

.SelectedPostBack {
    padding-bottom: 0px;
}

.FaqBack h2 {
    font-size: 16px;
    text-align: center;
    line-height: 1.7em;
    height: 134px;
    overflow: hidden;
}

.RuleBack li {
    list-style-type: none;
}

    .RuleBack li i {
        float: right;
        margin-left: 7px;
        color: #26c6da;
    }

.visionback:after, .visionback:after, .visionback:after {
    background-color: rgba(0, 0, 0, 0.37);
}

.visionback .card-description {
    color: #fff;
}

#features-5 {
    background-image: linear-gradient(to bottom, #ff7dc3, #e6a9ca, #9a9ae1, #8aa7ec, #79b3f4, #46eefa, #5ffbf1) !important;
}

.features-5:after {
    background: rgba(0, 0, 0, 0.15);
}

.WorkValueText {
    margin-bottom: 33px;
    text-align: center;
}

.no-filter::before {
    background: none !important;
}

.ContactSection {
    padding-bottom: 0px !important;
}