/*! Place your custom styles here */

/* logo font */
@font-face {
    font-family: 'reem-kufi-regular';
    src: url('../fonts/reem-kufi-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.bar__module--logo a {
    display: flex;
}

.bar__module--text {
    margin-left: 12px;
    margin-top: 4px;
}

.bar__module--logo a:hover {
    text-decoration: none;
}

@media all and (min-width: 992px) {
    .container-first-section {
        margin-top: 100px;
    }

    /* 
    .container-first-section,
    .container-first-section h1,
    .btn__text,
    .bar,
    .bar a {
        font-family: 'reem-kufi-regular' !important;
    }
    */

    .instruction-title,
    .contact-title,
    .pricing-title {
        margin-bottom: 60px;
    }

    .feature-4 p:last-of-type {
        margin-bottom: 0;
    }

    .pricing-box .pricing {
        min-height: 500px;
    }
}

@media all and (min-width: 768px) and (max-width: 992px) {

    .bar__links--sm {
        display: flex;
        justify-content: flex-end;
    }

    .bar__links--sm ul {
        margin-right: 20px;
    }

    .bar__module--text {
        display: none;
    }
}

@media all and (max-width: 992px) {

    .margin-bottom-mobile {
        margin-bottom: 24px !important;
    }

    .footer-bottom-mobile {
        display: flex;
        flex-direction: column;
        text-align: center !important;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }
}

@media all and (max-width: 768px) {
    .menu__links--mobile a {
        font-size: 16px !important;
    }
}