﻿@font-face {
    font-family: 'TheSansArabic';
    src: url('TheSansArabic-Plain3.otf') format('opentype');
}
body {
    background-size: cover;
    font-family: 'TheSansArabic';
}

@media (max-width:856px) {
    .para p {
        margin-top: 50px;
    }
}

@media (max-width:650px) {
    .para p {
        margin-top: -4rem;
    }
}

@media (max-width :480px) {
    .centered {
        position: relative;
        top: 17rem;
        left: 31rem;
        transform: translate(-50%, -50%);
        width: 23rem;
        height: 106vh;
        background: #fff;
        margin-right: 27rem;
    }

    .imgs {
        width: 0;
        top: 20rem;
        left: -12rem;
    }
}

@media (max-width :699px) {

    .centered {
        position: relative;
        top: 17rem;
        left: 31rem;
        transform: translate(-50%, -50%);
        width: 23rem;
        height: 106vh;
        background: #fff;
        margin-right: 27rem;
    }

    .imgs {
        width: 0;
        top: 20rem;
        left: -12rem;
        display: contents;
    }

    .image {
        margin-top: 0px;
    }
}

.brand-link {
    display: block;
    font-size: 1.25rem;
    line-height: 1.5;
    padding: 0.8125rem 0.5rem;
    transition: width 0.3s ease-in-out;
    white-space: nowrap;
}


.layout-fixed .main-sidebar {
    bottom: 0;
    float: none;
    right: 0;
    position: fixed;
    top: 0;
}

.brand-link .brand-image {
    float: right;
    line-height: 1.0;
    margin-left: 0.6rem;
    margin-right: -0.4rem;
    margin-top: -16px;
    max-height: 58px;
    width: auto;
}

.centeredBtn {
    margin-right: 30%;
    margin-bottom: 5%;
    min-width: 18rem !important;
}