@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Medium.woff2') format('woff2'), url('../fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Nexa';
    src: url('../fonts/NexaBold.woff2') format('woff2'), url('../fonts/NexaBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Sassoon Sans Std';
    src: url('../fonts/SassoonSansStd-Bold.woff2') format('woff2'), url('../fonts/SassoonSansStd-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
a {
    transition: all 0.3s ease 0s;
    text-decoration: none !important;
}
html, body {
    overflow-x: hidden;
    background: #af0017;
}
.home-header {
    background: #db1024;
    padding: 12px 0px;
}
.header-logo {
    display: inline-block;
    margin-right: 10px;
}
.main-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}
.main-nav li {
    position: relative;
}
.main-nav li a {
    font-family: "Cairo", sans-serif;
    font-weight: bold;
    font-size: 15px;
    line-height: normal;
    color: #fff;
    margin: 0px;
    padding: 8px 10px;
    text-transform: uppercase;
    border-radius: 10px;
    position: relative;
}
.main-nav li a:hover {
    background: #c20b1d;
}
.counter-video-sec {
    position: relative;
}
.video-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.counter-bg-img-sec {
    position: relative;
}
.counter-bg-overlay {
    position: absolute;
    left: 22px;
    bottom: 80px;
    width: 100%;
    rotate: -7deg;
}
.counter-outer {
    max-width: 311px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.count-num {
    width: 25%;
    text-align: center;
}
.count-num label {
    color: #fed302;
    font-size: 28px;
    line-height: 28px;
    display: block;
    font-family: 'Sassoon Sans Std';
    text-align: center;
    margin-bottom: 4px;
}
.count-num label small {
    font-size: 30px;
    line-height: 30px;
    margin-right: -14px;
}
.count-num span {
    font-size: 12px;
    line-height: normal;
    font-family: 'Nexa';
    font-family: "Cairo", sans-serif;
    font-weight: 400;
    color: #fed302;
    text-transform: uppercase;
    display: block;
}
.count-num label i {
    font-style: normal;
    background-color: #222;
    border-radius: 35px;
    margin: 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 4px 5px;
}
.count-num label i:first-child {
    margin-right: 2px;
}
.for-mobile {
    display: none;
}
.for-desktop {
    display: block;
}
.counter-right-ctn-sec {
    text-align: center;
    margin-bottom: 52px;
}
.counter-right-ctn-sec p {
    font-size: 40px;
    line-height: 48px;
    font-family: 'Sassoon Sans Std';
    font-family: "Cairo", sans-serif;
    margin: 0px;
    color: #fff;
    font-weight: bold;
    direction: rtl;
}
.counter-right-ctn-sec p img {
    max-height: 43px;
    display: inline-block;
    width: 92px;
}
.counter-bg-img {
    max-width: 470px;
    margin: auto;
}
.header-logo img {
    width: 60px;
}

@supports (-webkit-touch-callout: none) {
  .count-num label i {
  padding: 7px 4px 0px;
}
}

/*...media-strats-here...*/
@media(min-width:576px) {}
@media(min-width:768px) {}
@media(min-width:800px) {}
@media(min-width:992px) {}
@media(min-width:1025px) {
    .main-nav > li > a {
        padding-left: 20px;
    }
    .main-nav > li > a:before {
        content: "";
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #fff;
        left: 4px;
        top: 21px;
        position: absolute;
    }
    .main-nav li:last-child .menu-subs {
        width: 100%;
        left: auto;
        min-width: 115px;
        right: 0px;
    }
}
@media(min-width:1250px) {}
@media(min-width:1300px) {}
@media(min-width:1441px) {}
@media(min-width:2000px) {}
@media(min-width:1025px) and (max-width : 1499px) {}
@media(min-width:1050px) and (max-width : 1200px) {}
@media(min-width:1100px) and (max-width : 1199px) {}
@media(min-width:1100px) and (max-width : 1300px) {}
@media(min-width:1100px) and (max-width : 1450px) {}
@media(min-width:1200px) and (max-width : 1399px) {}
@media(min-width:1400px) and (max-width : 1500px) {}
@media(min-width:1400px) {}
@media(min-width:1500px) {}
@media(min-width:1600px) {
    .counter-right-ctn-sec {
        margin-bottom: 0;
    }
}
@media(min-width:1601px) {}
@media(max-width:1699px) {}
@media(max-width:1300px) {}
@media(max-width:1440px) {}
@media(max-width:1366px) {}
@media(max-width:1300px) {
    .count-num label {
        font-size: 20px;
        line-height: 20px;
    }
    .counter-outer {
        max-width: 260px;
    }
    .count-num label small {
        font-size: 20px;
        line-height: 20px;
        margin-right: -10px;
    }
    .counter-bg-overlay {
        position: absolute;
        left: 16px;
        bottom: 57px;
    }
    .count-num span {
        font-size: 10px;
    }
    .counter-right-ctn-sec p {
        font-size: 28px;
        line-height: 38px;
    }
    .counter-right-ctn-sec p img {
        max-height: 33px;
        width: 71px;
    }
    .counter-bg-img {
        max-width: 360px;
    }
}
@media(max-width:1024px) {
    [lang="ar"] .main-menu {
        text-align: right;
    }
    [lang="ar"] .res-submenu {
        right: auto;
        left: 0px;
    }
}
@media(min-width:992px) and (max-width : 1450px) {
    .video-overlay [class*="col"]:first-child {
        width: auto;
    }
    .video-overlay [class*="col"]:last-child {
        flex: 1 0 0%;
    }
}
@media(max-width:991px) {
    .for-mobile {
        display: block;
    }
    .for-desktop {
        display: none;
    }
    .header-logo img {
        width: 80px;
    }
    .counter-left-sec p {
        font-size: 35px;
        line-height: 45px;
        font-family: 'Sassoon Sans Std';
        font-family: "Cairo", sans-serif;
        margin: 0px;
        color: #fff;
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px;
        direction: rtl;
    }
    .counter-right-ctn-sec p {
        font-size: 35px;
        line-height: 45px;
    }
    .counter-bg-img {
        max-width: 365px;
        margin: auto;
    }
    .video-overlay {
        padding-top: 30px;
        align-items: self-start;
    }
    .counter-right-ctn-sec {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0px;
    }
}
@media(min-width:992px) and (max-width : 1024px) {}
@media(min-width:768px) and (max-width : 991px) {}
@media(min-width:641px) and (max-width : 768px) {}
@media (min-width : 320px) and (max-width : 480px) {}
@media (min-width : 480px) and (max-width : 640px) {}
@media(max-width:767px) {}
@media(min-width:475px) and (max-width : 767px) {}
@media(max-width:599px) {}
@media(max-width:575px) {
    .counter-left-sec p {
        font-size: 26px;
        line-height: 33px;
    }
    .counter-right-ctn-sec p {
        font-size: 26px;
        line-height: 33px;
    }
    .counter-bg-img {
        max-width: 245px;
    }
    .counter-right-ctn-sec {
        margin-bottom: 15px;
    }
    .count-num label {
        font-size: 14px;
        line-height: 14px;
    }
    .count-num label small {
        font-size: 14px;
        line-height: 14px;
        margin-right: -7px;
    }
    .counter-outer {
        max-width: 190px;
    }
    .count-num span {
        font-size: 8px;
    }
    .counter-bg-overlay {
        position: absolute;
        left: 10px;
        bottom: 37px;
    }
    .count-num label i {
        padding: 6px 3px 0px;
    }
}
@media(max-width:360px) {}
@media (min-width : 576px) and (max-width : 767px) {}
@media(max-width:475px) and (max-height : 600px) {}
@media(min-width:800px) and (max-height : 600px) {}
@media(max-width:360px) {}
@media only screen and (width :568px) {}


.mac-os .count-num label i {
  padding: 7px 4px 0px !important;
}