/* //////////////////// root styles //////////////////////// */
@font-face {
    font-family: "san francisco";
    src: url("SFUIDisplay-Regular.otf") format("opentype");
}
:root {
    font-size: calc(0.5em + 1vw);
    padding: 0;
    margin: 0;
}
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    width: 100%;
}
body {
    font-family: "san francisco", monospace;
    font-weight: 400;
    color: #FFFFFF;
    overflow-x: hidden;
    width: 100%;
}
.clear-fix:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
a {
    text-decoration: none;
    color: #FFFFFF;
}
a:hover {
    text-decoration: none;
    color: inherit;
}
h1, h2, h2, h4, h5, h6, p {
    color: #FFFFFF;
    margin: 0;
}
ul {
    list-style: none;
}
/* //////////////////////// Header /////////////////////// */
.body-container {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    background-color: #FFFFFF;
    margin-bottom: 14rem;
    padding: 2.1rem 0 0;
    position: relative;
    min-height: 100vh;
    overflow-x: hidden;
}
.header-section {
    width: 100%;
    background-color: #202020;
    position: fixed;
    left: 0;
    border-bottom: 2px solid #FFFFFF;
    box-sizing: content-box;
    z-index: 700;
}
.header-section-rel {
    width: 100%;
    height: 2.1rem;
    position: relative;
}
.header-section-centered {
    height: 100%;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    margin: auto;
}
.header-logo-panel {
    height: 100%;
    display: inline-block;
    padding: .35rem 0;
}
.header-logo-a {
}
.header-logo {
    display: block;
    width: auto;
    height: 100%;
}
.header-menu-panel {
    height: 100%;
    display: inline-block;
    margin: 0 3rem;
}
.header-menu {
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-menu-li {
    height: 100%;
    float: left;
    padding: 0;
    margin: 0 2.7rem 0 0;
    display: table;
}
.header-menu-li:last-child {
    margin: 0;
}
.header-menu-products-button-wrapper {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}
.header-menu-a {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    font-size: .6rem;
    text-transform: uppercase;
}
.header-menu-li:hover .header-menu-a {
    color: #CF2127;
}
.active-header-menu-item {
    color: #CF2127;
}
.header-search-lang-panel {
    display: inline-block;
    height: 100%;
}
.header-search-panel, .header-separator-panel, .header-lang-panel {
    float: left;
    height: 100%;
    display: table;
}
.header-search, .header-separator, .header-lang {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    font-size: .7rem;
}
.header-search {
    cursor: pointer;
}
.header-separator-panel {
    padding: .6rem 0;
}
.header-separator {
    padding: 0 0 0 .7rem;
    width: .7rem;
    border-right: 1px solid #FFFFFF;
}
.header-lang-panel {
    padding-left: .7rem;
    padding-right: .7rem;
    position: relative;
    cursor: pointer;
}
.header-lang {
    text-transform: uppercase;
    padding-right: .6rem;
}
.lang-menu-div {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 104%;
    left: -3rem;
    padding: .4rem;
    box-shadow: 2px 2px 5px #202020;
    border-radius: .3rem;
    background-color: #FFFFFF;
    transition: all .75s;
}
.header-lang-panel:hover .lang-menu-div {
    opacity: 1;
    visibility: visible;
}
.lang-menu-p {
    cursor: pointer;
    border-radius: .3rem;
    width: 6rem;
    text-align: center;
    margin-bottom: .3rem;
    background-color: rgba(0, 0, 0, .05);
}
.lang-menu-p:last-child {
    margin-bottom: 0;
}
.lang-menu-p:hover {
    background-color: rgba(0, 0, 0, .1);
}
.lang-menu-a {
    display: block;
    padding: .3rem 1rem;
    text-transform: capitalize;
    font-size: .7rem;
    color: #333333;
}
.lang-menu-a-arabic {
    font-family: "rabar-light", serif;
}
.lang-menu-a:hover {
    color: #CF2127;
}
.lang-menu-active-a {
    color: #CD2826;
}
.header-mobile-menu-icon-panel {
    height: 100%;
    display: none;
    float: right;
}
.header-mobile-menu-icon {
    font-size: 1.3rem;
    padding: 0 .6rem;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
}
.header-search-expanded-panel {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0 20%;
    top: 0;
    left: 0;
    background-color: #202020;
}
.header-search-expanded-icon-panel, .header-search-expanded-input-panel, .header-search-expanded-close-panel {
    height: 100%;
    display: table;
}
.header-search-expanded-icon, .header-search-expanded-input, .header-search-expanded-close {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.header-search-expanded-icon-panel {
    float: left;
}
.header-search-expanded-input-panel {
    float: left;
    width: 40%;
}
.header-search-expanded-close-panel {
    float: right;
    margin-right: 2.5rem;
}
.header-search-expanded-input, .header-search-expanded-icon {
    position: relative;
    left: 5rem;
    opacity: 0;
}
.header-search-expanded-icon {
    cursor: pointer;
    color: #FFFFFF;
}
.header-search-expanded-input {
    color: #FFFFFF;
    font-size: .7rem;
    margin-left: 1rem;
    background: none;
    width: 100%;
    border: none;
}
.header-search-expanded-input:focus {
    outline: none;
}
.header-search-expanded-close {
    color: #FFFFFF;
    cursor: pointer;
}
/* /////////////////////////// Social Icons //////////////////////////// */
.social-icons-rel-panel {
    height: 100%;
    display: inline-block;
}
.social-icons-ul {
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
.social-icons-ul-li {
    height: 100%;
    display: table;
    float: left;
    padding-right: .1rem;
}
.social-icons-ul-li:last-child {
    padding-right: 0;
}
.social-icons-ul-a {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    padding: 0 .2rem;
}
.social-icons-ul-img {
    display: block;
    width: .9rem;
    height: auto;
}
/* /////////////////////////// Mobile Menu //////////////////////////// */
.header-section {
    transition: top .8s;
    top: -24rem;
}
.expanded-header-section {
    top: 0;
}
.mobile-menu-section {
    position: relative;
    width: 100%;
    background-color: #202020;
    height: 24rem;
}
.mobile-menu-centered {
    padding: 1rem 10% .3rem;
    width: 100%;
    margin: auto;
}
.mobile-menu-ul {
    padding: 0;
}
.mobile-menu-li {
}
.mobile-menu-a {
    font-size: .9rem;
    text-transform: uppercase;
    letter-spacing: .1rem;
    padding: .5rem 0;
    margin-bottom: .8rem;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.mobile-menu-a:hover {
    color: #CF2127;
}
.mobile-menu-social-icons-panel {
    margin-top: 1.5rem;
}
.mobile-menu-social-icon-p {
    float: left;
    margin-right: 1rem;
}
.mobile-menu-social-icon-p .social-icons-ul-img {
    width: 1.6rem;
    height: auto;
}
/* /////////////////////////// Products Menu //////////////////////////// */
.header-products-menu-container {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #FFFFFF;
    padding-bottom: .5rem;
    z-index: 100;
    transition: all .75s;
}
.header-menu-products-button-wrapper:hover .header-products-menu-container {
    opacity: 1;
    visibility: visible;
}
.header-products-menu-centered {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}
.header-products-menu-item-div {
    float: left;
    margin-right: 1.5rem;
    padding: .5rem 0 0;
    text-align: center;
    position: relative;
}
.header-products-last-item {
    margin-right: 0;
}
.header-products-menu-item-click-div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
.header-products-menu-item-link {
    display: block;
    width: 100%;
    height: 100%;
}
.header-products-menu-item-img-div {
    width: 1.75rem;
    margin: auto;
}
.header-products-menu-item-img {
    width: 100%;
    height: auto;
}
.header-products-menu-item-text-div {
    margin-top: .3rem;
}
.header-products-menu-item-text {
    font-size: .5rem;
    color: #3E3E3E;
    text-transform: capitalize;
}
/* ////////////////////////////// Footer //////////////////////////// */
.footer-section {
    z-index: 1;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 14rem;
}
.footer-container {
    width: 100%;
    height: 100%;
}
.footer-top-panel {
    width: 100%;
    height: 85%;
    background-image: url("../../images/footer-new-bg.jpg");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
}
.footer-top-logo-panel, .footer-top-detail-panel {
    height: 100%;
    float: left;
    width: 50%;
}
.footer-top-logo-panel {
}
.footer-top-detail-panel {
    display: table;
}
.footer-top-detail-vertically-centered {
    height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}
.footer-top-detail-middle-div {
    position: relative;
}
.footer-top-detail-logo-abs-div {
    position: absolute;
    top: 0;
    right: 100%;
    width: 100%;
    text-align: center;
    height: 100%;
}
.footer-top-detail-logo {
    height: 4rem;
    width: auto;
}
.footer-top-details-container {
}
.footer-top-detail-line-column, .footer-top-detail-texts-column, .footer-top-detail-icons-column {
    float: left;
}
.footer-top-detail-icons-column {
}
.footer-top-detail-icon {
    display: block;
    width: auto;
    height: 1rem;
    padding: .05rem 0;
}
.footer-top-detail-center-icon {
    margin: .5rem 0;
}
.footer-top-detail-line-column {
    width: 1px;
    height: 4rem;
    background-color: #FFFFFF;
    margin: 0 .7rem;
}
.footer-top-detail-texts-column {
}
.footer-top-detail-text {
    display: block;
    font-size: .8rem;
    line-height: 1rem;
    text-transform: capitalize;
}
.footer-top-detail-second-text {
    text-transform: lowercase;
    margin: .5rem 0;
}
.footer-top-detail-address {
}
.footer-top-terms-mobile {
    display: none;
}
.footer-bottom-panel {
    position: relative;
    background-color: #202020;
    width: 100%;
    height: 15%;
    display: table;
}
.footer-copyright-text {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-transform: capitalize;
    font-size: .6rem;
}
.footer-terms-panel {
    position: absolute;
    top: 0;
    right: 4rem;
    height: 100%;
    display: table;
    z-index: 900;
}
.footer-detail-terms-button {
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: .4rem;
    margin: 0;
    cursor: pointer;
}
/* ////////////////////////////// Terms Modal /////////////////////////// */
.terms-modal-container {
    display: none;
    opacity: 0;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
}
.terms-modal-relative {
    width: 100%;
    height: 100%;
    position: relative;
}
.terms-modal-div {
    opacity: 0;
    width: 70%;
    margin: 5rem auto auto;
    background-color: #FFFFFF;
    height: 23rem;
    border-radius: 1rem;
}
.visible-terms-modal-div {
    opacity: 1;
}
.terms-modal-left-div {
    float: left;
    width: 40%;
    height: 100%;
    padding: .35rem;
}
.terms-modal-left-padded-div {
    border-radius: 1rem;
    background-image: url("../../images/terms1.jpg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.terms-modal-right-div {
    float: right;
    width: 60%;
    text-align: center;
}
.terms-modal-close-div {
    text-align: right;
    padding-right: .5rem;
    padding-top: .1rem;
}
.terms-modal-close {
    font-size: 1rem;
    color: #CF2127;
    padding: .5rem;
    cursor: pointer;
}
.terms-modal-title-div {
    margin-top: .5rem;
}
.terms-modal-title {
    font-size: 1.2rem;
    margin: 0;
    color: #CF2127;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .1rem;
}
.terms-modal-text-div {
    width: 100%;
    margin-top: 1rem;
    text-align: center;
    padding: 0 1.5rem;
}
.terms-modal-text {
    color: #3E3E3E;
    font-size: .6rem;
    text-align: justify;
}
/* /////////////////////////////////////////////////////////// */
@media all and (min-width: 2000px) {
    .terms-modal-div {
        width: 70%;
        height: 24rem;
    }
    .terms-modal-text {
        font-size: .8rem;
    }
}
/* large devices (computers with low resolution) */
@media all and (max-width: 1200px) {
    /* //////////////////////// 1200px Header /////////////////////// */
    .body-container {
        padding: 3rem 0 0;
    }
    .header-section-rel {
        height: 3rem;
    }
    .header-logo-panel {
        padding: .6rem 0;
    }
    .header-menu-panel {
        margin: 0 1.7rem;
    }
    .header-menu-li {
        margin: 0 1.6rem 0 0;
    }
    .header-menu-a {
        font-size: .75rem;
    }
    .header-search, .header-separator, .header-lang {
        font-size: .8rem;
    }
    .header-separator-panel {
        padding: .8rem 0;
    }
    /* /////////////////// 1200px Social Icons //////////////////// */
    /* //////////////////////// 1200px Products Menu /////////////////////// */
    .header-products-menu-item-div {
        margin-right: 1rem;
        padding: .7rem 0 0;
    }
    /* //////////////////////// 1200px Term and Condition Modal /////////////////////// */
    .terms-modal-div {
        width: 75%;
        height: 22rem;
    }
    .terms-modal-title {
        font-size: 1.2rem;
    }
    .terms-modal-text {
        font-size: .65rem;
    }
}
/* Large devices (tablets and landscape phones)*/
@media all and (max-width: 992px) {
    /* //////////////////////// 992px Header /////////////////////// */
    .body-container {
        padding: 3.9rem 0 0;
    }
    .header-section-rel {
        height: 3.9rem;
    }
    .header-section-centered {
        width: 100%;
        padding: 0 10%;
    }
    .header-logo-panel {
        float: left;
    }
    .social-icons-rel-panel {
        display: none;
    }
    .header-menu-panel {
        display: none;
    }
    .header-search-lang-panel {
        float: right;
        display: block;
    }
    .header-search, .header-separator, .header-lang {
        font-size: 1.2rem;
    }
    .header-separator-panel {
        padding: 1.1rem 0;
    }
    .header-mobile-menu-icon-panel {
        display: table;
        margin-left: 1.1rem;
    }
    .header-search-expanded-panel {
        padding: 0 15%;
    }
    .header-search-expanded-input {
        font-size: 1rem;
        margin-left: 1.5rem;
    }
    .header-search-expanded-input:focus {
        outline: none;
    }
    .header-search-expanded-icon {
        font-size: 1.2rem;
    }
    .header-search-expanded-close {
        font-size: 1.4rem;
    }
    .lang-menu-div {
        padding: .7rem;
    }
    .lang-menu-p {
        margin-bottom: .5rem;
        width: 7.5rem;
    }
    .lang-menu-a {
        padding: .4rem 1rem;
        font-size: .9rem;
    }
    /* //////////////////////////// 992px Mobile Menu ////////////////////////// */
    /* /////////////////// 992px Social Icons //////////////////// */
    /* /////////////////// 992px Footer //////////////////// */
    .footer-section {
        height: 14rem;
    }
    .footer-top-panel {
        height: 83%;
    }
    .footer-top-detail-address {
        width: 15rem;
    }
    .footer-bottom-panel {
        height: 17%;
    }
    .footer-copyright-text {
        font-size: .7rem;
    }
    /* /////////////////// 992px Terms and Condition //////////////////// */
    .terms-modal-div {
        width: 80%;
        height: 22rem;
    }
    .terms-modal-title {
        font-size: 1.2rem;
    }
    .terms-modal-text {
        font-size: .65rem;
    }
}
/* Medium devices (tablets, phones in landscape)*/
@media all and (max-width: 768px) {
    /* //////////////////////// 768px Header /////////////////////// */
    /* /////////////////// 768px Mobile Menu //////////////////// */
    /* /////////////////// 768px Social Icons //////////////////// */
    /* /////////////////// 768px Footer //////////////////// */
    .footer-top-panel {
        height: 82%;
    }
    .footer-top-detail-address {
        width: 14rem;
    }
    .footer-bottom-panel {
        height: 18%;
    }
    /* /////////////////// 768px Terms and Condition //////////////////// */
    .terms-modal-div {
        width: 80%;
        height: 22rem;
    }
    .terms-modal-title {
        font-size: 1.2rem;
    }
    .terms-modal-text {
        font-size: .60rem;
    }
}
/* phones in portrait */
@media all and (max-width: 576px) {
    /* //////////////////////// 576px Header /////////////////////// */
    /* //////////////////////// 576px Mobile Menu /////////////////////// */
    /* //////////////////////// 576px Social Icons /////////////////////// */
    .social-icons-ul-li {
        margin-bottom: 2rem;
    }
    .social-icons-ul-a {
        padding: .3rem;
    }
    /* //////////////////////// 576px Footer /////////////////////// */
    .body-container {
        margin-bottom: 35rem;
    }
    .footer-section {
        height: 35rem;
    }
    .footer-top-panel {
        height: 90%;
        background-size: cover;
    }
    .footer-top-logo-panel, .footer-top-detail-panel {
        float: none;
        width: 100%;
    }
    .footer-top-logo-panel {
        height: 45%;
    }
    .footer-top-detail-panel {
        height: 55%;
    }
    .footer-top-detail-vertically-centered {
        display: block;
        padding-left: 3rem;
    }
    .footer-top-detail-middle-div {
    }
    .footer-top-detail-logo-abs-div {
        top: auto;
        right: auto;
        left: 0;
        text-align: left;
        bottom: 120%;
        height: 50%;
    }
    .footer-top-detail-logo {
        width: 11rem;
        height: auto;
    }
    .footer-top-detail-icon {
        height: 2rem;
        padding: .35rem 0;
    }
    .footer-top-detail-center-icon {
        margin: .6rem 0;
    }
    .footer-top-detail-line-column {
        width: 1px;
        height: 8.1rem;
        margin: 0 .7rem;
    }
    .footer-top-detail-text {
        font-size: 1.1rem;
        line-height: 2rem;
    }
    .footer-top-detail-second-text {
        margin: .5rem 0;
    }
    .footer-top-detail-address {
        width: 21rem;
    }
    .footer-top-terms-mobile {
        display: block;
        padding-top: 1rem;
    }
    .footer-detail-terms-mobile {
        text-transform: uppercase;
        font-size: 1rem;
        cursor: pointer;
    }
    .footer-bottom-panel {
        height: 10%;
    }
    .footer-copyright-text {
        font-size: .8rem;
    }
    .footer-terms-panel {
        display: none;
    }
    /* //////////////////////// 576px Terms And Condition /////////////////////// */
    .terms-modal-div {
        width: 75%;
    }
    .terms-modal-left-div {
        float: none;
        width: 100%;
        height: 100%;
        display: none;
    }
    .terms-modal-right-div {
        border-radius: 1rem;
        float: none;
        width: 100%;
        background-color: #FFFFFF;
    }
    .terms-modal-close-div {
        padding-right: 1rem;
        padding-top: 1rem;
    }
    .terms-modal-close {
        font-size: 1.6rem;
        padding: .6rem;
    }
    .terms-modal-title-div {
        margin-top: .5rem;
    }
    .terms-modal-title {
        font-size: 1.2rem;
        letter-spacing: .04rem;
    }
    .terms-modal-text-div {
        padding: 0 1.5rem 3rem;
    }
    .terms-modal-text {
        color: #3E3E3E;
        font-size: .85rem;
        text-align: justify;
    }
}
