/*#region Global*/
@font-face {
    font-family: "Tajawal-Bold";
    src: url(Tajawal-Bold-637794894569368949.eot);
    src: url(Tajawal-Bold-637794894569368949.eot?#iefix) format('embedded-opentype'),url(Tajawal-Bold-637794895579354872.woff2) format('woff2'),url(Tajawal-Bold-637794895415835722.woff) format('woff'),url(Tajawal-Bold-637794895286845834.ttf) format('truetype'),url(Tajawal-Bold-637794895128085204.svg#Tajawal-Bold) format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Tajawal-Medium";
    src: url(Tajawal-Medium-637794896777347345.eot);
    src: url(Tajawal-Medium-637794896777347345.eot?#iefix) format('embedded-opentype'),url(Tajawal-Medium-637794897446874489.woff2) format('woff2'),url(Tajawal-Medium-637794897312456330.woff) format('woff'),url(Tajawal-Medium-637794897069898302.ttf) format('truetype'),url(Tajawal-Medium-637794896918485439.svg#Tajawal-Medium) format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Tajawal-Regular";
    src: url(Tajawal-Regular-637794897749110436.eot);
    src: url(Tajawal-Regular-637794897749110436.eot?#iefix) format('embedded-opentype'),url(Tajawal-Regular-637794898770460831.woff2) format('woff2'),url(Tajawal-Regular-637794898626505611.woff) format('woff'),url(Tajawal-Regular-637794898170807387.ttf) format('truetype'),url(Tajawal-Regular-637794897880409572.svg#Tajawal-Regular) format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.PreloaderC svg {
    fill: #D4D12B;
}

.f1-max-width {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

.f1-max-width-with-padding {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.align-items-end {
    align-items: end;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-end {
    justify-content: end;
}

.justify-content-between {
    justify-content: space-between;
}

.c-pointer {
    cursor: pointer;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

body {
    direction: rtl;
    /*background-image: url('/uploadImages/DesignerImages/81/images/bg-main.jpg');*/
    background-color: #11111A;
    /*background-size: 100%;*/
}

.w-100 {
    width: 100%;
}
/*#endregion Global*/

/*#region Header*/
.f1-header {
    width: 100%;
    top: 0;
    right: 0;
    position: fixed;
    height: 130px;
    z-index: 1000;
}

.f1-header-top {
    width: 100%;
    height: 40px;
    background-color: #006C32;
}

.f1-header-bottom {
    width: 100%;
    height: 90px;
    background-color: #11111A;
}

.f1-header-top-socialmedia a {
    margin-left: 20px;
}

.f1-header-top-links-item {
    font-family: "Tajawal-Regular";
    font-size: 12px;
    line-height: 16px;
    color: #F2F2F2;
    padding: 0 15px;
}

    .f1-header-top-links-item span {
        margin-right: 5px;
    }

.f1-header-top-links-item-language {
    font-family: "Tajawal-Bold";
    font-size: 13px;
    line-height: 24px;
    color: #FFFFFF;
    padding-right: 15px;
}

.f1-header-bottom-links-item {
    font-family: "Tajawal-Bold";
    font-size: 15px;
    line-height: 15px;
    color: #F2F2F2;
    padding: 0 10px;
    position: relative;
}

    .f1-header-bottom-links-item::after {
        content: '';
        width: Calc(100% - 20px);
        height: 1px;
        background-color: #FFF;
        position: absolute;
        bottom: -5px;
        left: 10px;
        opacity: 0;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

.f1-header-bottom-links-item-yellow {
    color: #D4D12B;
}

    .f1-header-bottom-links-item-yellow::after {
        background-color: #d4d12b;
    }

.f1-header-bottom-links-item:hover::after {
    opacity: 1;
}

.f1-custom-button {
    font-family: "Tajawal-Bold";
    font-size: 14px;
    color: #F2F2F2;
    padding: 9px 12px;
    position: relative;
}

    .f1-custom-button a {
        position: relative;
        z-index: 1;
    }

    .f1-custom-button::after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background-color: #CF3B27;
        border-radius: 8px;
        transform: skew( 13deg );
    }

.f1-custom-button-desktop {
    margin-right: 10px;
}

.f1-header-logo {
    height: 64px;
}

.f1-burger-menu {
    display: none;
}

.f1-fullwidth-header {
    width: 100%;
    height: Calc(100vh - 40px);
    position: fixed;
    top: 40px;
    left: -100%;
    z-index: 1000;
    background-color: #11111A;
}

.f1-fullwidth-header-opened {
    left: 0;
}

.f1-fullwidth-header-close {
    top: 30px;
    left: 20px;
    position: absolute;
}

.f1-custom-button-mobile {
    margin-bottom: 30px;
}

@media all and (max-width:992px) {
    .f1-header-bottom-links .f1-header-bottom-links-item, .f1-custom-button-desktop, .f1-header-top .f1-header-top-socialmedia {
        display: none;
    }

    .f1-header-top .f1-max-width-with-padding {
        justify-content: end;
    }

    .f1-burger-menu {
        display: block;
    }

    .f1-header-bottom-links-item {
        padding-bottom: 30px;
        font-size: 18px;
        line-height: 18px;
    }

    .f1-header-top-socialmedia a {
        margin: 0 10px;
    }
}
/*#endregion Header*/

/*#region Presentation*/
.f1-presentation {
    background-image: url('/uploadImages/DesignerImages/81/images/bg-main.jpg');
    background-size: cover;
}

.f1-presentation-title-1 {
    font-family: "Tajawal-Regular";
    font-size: 30px;
    line-height: 41px;
    color: #FFFFFF;
}

.f1-presentation-title-2 {
    font-family: "Tajawal-Medium";
    font-size: 36px;
    line-height: 48px;
    color: #D4D12C;
}

.f1-presentation-subtitle-1 {
    font-family: "Tajawal-Bold";
    font-size: 20px;
    line-height: 36px;
    color: #FFFFFF;
}

.f1-presentation-subtitle-2 {
    font-family: "Tajawal-Bold";
    font-size: 18px;
    line-height: 36px;
    color: #FFFFFF;
}

.f1-presentation-margin-bottom {
    margin-bottom: 60px;
}

.f1-presentation-text-maxwidth {
    max-width: 653px;
    padding-top: 85px;
}

.f1-presentation-map-container {
    padding-bottom: 186px;
}

.f1-presentation-line-radius {
    width: 100%;
    height: 25px;
    border-width: 1px;
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
    border-left-color: #CF3B27;
    border-top-color: #CF3B27;
    border-top-left-radius: 20px;
}

@media all and (max-width:992px) {
    .f1-presentation-title-1 {
        font-size: 20px;
        line-height: 31px;
    }

    .f1-presentation-title-2 {
        font-size: 26px;
        line-height: 30px;
    }

    .f1-presentation-subtitle-1 {
        font-size: 14px;
        line-height: 24px;
    }

    .f1-presentation-subtitle-2 {
        font-size: 12px;
        line-height: 18px;
    }

    .f1-presentation-margin-bottom {
        margin-bottom: 20px;
    }

    .f1-presentation-text-maxwidth {
        max-width: 533px;
        /*padding-top: 15px;*/
        padding-top: 75px;
    }

    .f1-presentation-map-container {
        margin-top: 20px;
    }
}
/*#endregion Presentation*/
