@font-face {
    font-family: 'GE Dinkum';
    src: url('../font/GEDinkum-Bold.woff2') format('woff2'),
    url('../font/GEDinkum-Bold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OoredooArabic';
    src: url('../font/OoredooArabic-Heavy.woff2') format('woff2'),
    url('../font/OoredooArabic-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hacen Liner Screen Bd';
    src: url('../font/HacenLinerScreenBd.woff2') format('woff2'),
    url('../font/HacenLinerScreenBd.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica';
    src: url('../font/Helvetica.woff2') format('woff2'),
    url('../font/Helvetica.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tajawal';
    src: url('../font/Tajawal/Tajawal-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tajawal';
    src: url('../font/Tajawal/Tajawal-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tajawal';
    src: url('../font/Tajawal/Tajawal-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tajawal';
    src: url('../font/Tajawal/Tajawal-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


/*@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');*/

:root {
    --primary-color: #1e592d;
    /*--primary-color: #e30613;*/
    --primary-color2: #ffde00;
    /*--primary-color2: #ffde00;*/
    --bodycolor:#3c3c3b;
}

body {
    background-color: #ffffff;
    color: var(--bodycolor);
    /*font-family: 'GE Dinkum';*/
    font-family: "Tajawal", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
}
a {
    text-decoration: none;
}
a,a:focus {
    outline: 0;
}
.btn-check:active + .btn-outline-primary:focus, .btn-check:checked + .btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus {
    box-shadow: none;
}
ul {
    margin: 0;
    padding: 0;
}
p {
    margin: 0;
}
.btn {
    padding: 17px 24px;
    border-radius: 8px;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0;
}
.ooredooarabic-font {
    font-family: 'OoredooArabic'!important;
    font-weight: 900;
}
.hacen-font {
    font-family: 'Hacen Liner Screen Bd';
}
.helvetica-font {
    font-family: 'Helvetica'!important;
}
/* Header Start */
.main-header {
    background-color: var(--primary-color);
    border-bottom: 4px solid var(--primary-color2);
}
/* Header End */

/* Offer Section Start */
.section-title-div h1 {
    font-size: 24px;
    text-align: center;
    position: relative;
}
.section-title-div h1::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #f68e1e;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    left: 0;
    z-index: -1;
}
.section-title-div h1 span {
    background-color: #ffffff;
    padding: 0 15px;
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-size: 54px;
}

.offer-gradient {
    background: linear-gradient(0deg, #FFDF00 24%, #FFE00A 32%, #FFFFFF 100%);
    background-blend-mode: multiply;
    mix-blend-mode: multiply;
}
.offer-gradient2 {
    /* background: linear-gradient(90deg, #FFE000 0%, rgba(255, 223, 0, 0.4) 50%, #FFDF00 100%); */
    background-blend-mode: multiply;
    mix-blend-mode: multiply;
    background: radial-gradient( circle at center, #437a3a 0%, #285c2d 51%, #0a3b1f 100% );
    padding: 10px 0;
}

.offer-card {
    padding: 20px 20px;
    text-align: center;
    border-radius: 0 20px 20px 0;
    overflow: hidden;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-left: 6px solid var(--primary-color);
    position: relative;
}
.weekly-box a {
    color: #ffffff;
    font-weight: 700;
}
.weekly-box h3 {
    font-size: 40px;
}
.offer-card h1 {
    font-size: 40px;
    max-width: 230px;
    text-align: center;
    margin: auto;
    display: block;
}
.offer-carousel .offer-card::after {
    content: "";
    width: 5px;
    position: absolute;
    left: 0px;
    background-color: var(--primary-color);
    height: 50%;
    top: 0;
    z-index: 1;
}
.offer-carousel .item::before {
    content: "";
    width: 5px;
    position: absolute;
    left: -2px;
    background-color: #ffffff;
    height: 100%;
    top: 0;
    z-index: 1;
}
.offer-carousel .item {
    position: relative;
}
.offer-card .btn {
    background-color: rgba(255,255,255,0.8);
    padding: 5px 20px;
    border-radius: 50px;
    position: absolute;
    bottom: 20px;
}
.offer-card .btn:hover {
    background-color: var(--primary-color);
    color: #ffffff;
}
.owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    background: #dadada;
    margin: 0 5px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary-color)!important;
}
.owl-nav button:hover {
    background-color: var(--primary-color2)!important;
}
.owl-nav button {
    width: 40px;
    height: 40px;
}
body .owl-carousel .owl-nav .owl-prev {
    left: -50px;
}
body .owl-carousel .owl-nav .owl-next {
    right: -50px;
}
body .owl-carousel .owl-nav .owl-prev span{
    background: url("../img/arrow-left.png");
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center center;
}
body .owl-carousel .owl-nav .owl-next span{
    background: url("../img/arrow-right.png");
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center center;
    right: -50px;
}
.offer-slider-div {
    position: relative;
}
body .owl-carousel .owl-nav button span {
    display: block;
    width: 40px;
    height: 40px;
}
body .owl-carousel .owl-nav button {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto !important;
}
/* Offer Section End */

/* Weekly Section Start */
.weekly-section {
    background-color: #f6f6f6;
}
.weekly-box {
    border-radius: 15px;
}

.address-box p{
    font-family: 'Helvetica';
}
.bottom-footer {
    border-top: 2px solid var(--primary-color2);
    padding: 20px 0;
}
.address-box {
    display: flex;
    flex-wrap: wrap;
}
.address-box p {
    font-size: 14px;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0 4px;
    margin-left: 5px;
}
.address-box p img {
    width: 18px;
}
.company-name p {
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
}
.footer-col-1 {
    display: flex;
}
.top-footer {
    padding: 35px 0 15px;
}
.social-div a img {
    width: 32px;
    margin: 0 2px;
    margin-bottom: 10px;
}
.company-name {
    max-width: 160px;
}
.main-footer a:hover {
    color: var(--primary-color2)!important;
}
.main-footer a {
    color: #ffffff;
}
.link-div p span {
    margin: 0 2px;
}
.custom-footer {
    padding: 50px 0 0;
    background-color: var(--primary-color);
    color: #ffffff;
}

.cm-name h4 {
    font-weight: 600;
    font-size: 24px;
}
.cdn-box p img {
    width: 30px;
}
.cdn-box p {
    font-size: 18px;
    font-weight: 500;
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    align-items: center;
}
.cdn-box p a {
    color: #ffffff;
}
.tm-box {
    display: flex;
    gap: 15px;
    font-size: 16px;
    flex-wrap: wrap;
}
.tm-box h5 {
    font-weight: 700;
    font-size: 24px;
}
.tm-box span {
    font-weight: 600;
}
.footer-social a img {
    width: 40px;
}
.footer-social {
    display: flex;
    gap: 15px;
}
.footer-links {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    direction: rtl;
    align-items: center;
    justify-content: start;
}
.footer-links h5 {
    font-weight: 600;
    font-size: 24px;
}
.footer-shape {
    position: absolute;
    left: 0;
    bottom: 0;
}
.bt-ft {
    margin-left: 150px;
    margin-top: 70px;
    padding-top: 20px;
    padding-bottom: 25px;
    border-top: 2px solid var(--primary-color2);
}
.tm-box h5 {
    direction: rtl;
}
/*.cdn-box.add-nm-box {*/
/*    padding-left: 110px;*/
/*}*/
.cdn-box.add-nm-box {
    display: flex;
    flex-direction: column;
    align-items: end;
}
.tm-box.add-nm-box2 {
    display: flex;
    justify-content: end;
}
.cdn-center-div {
    padding-left: 20%;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 90%;
    }
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 95%;
    }
}
@media screen and (max-width: 1400px) {
    body .owl-carousel .owl-nav .owl-next {
        right: -40px;
    }
    body .owl-carousel .owl-nav .owl-prev {
        left: -40px;
    }
}
@media screen and (max-width: 1199px) {
    body .owl-carousel .owl-nav .owl-next {
        right: -35px;
    }
    body .owl-carousel .owl-nav .owl-prev {
        left: -35px;
    }
    .cdn-center-div {
        padding-left: 0;
    }

}
@media screen and (max-width: 991px) {


    .section-title-div h1 span {
        font-size: 34px;
    }
    .weekly-box h3 {
        font-size: 24px;
    }
    .footer-shape img {
        max-width: 100px;
    }
    .bt-ft {
        margin-left: 90px;
        margin-top: 20px;
        padding-top: 20px;
        padding-bottom: 15px;
    }
    .cm-name {
        margin-bottom: 15px;
    }
    .cdn-box p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .cdn-box p img {
        width: 22px;
    }
    .tm-box h5 {
        font-size: 18px;
    }
    .tm-box {
        margin-top: 10px;
    }
    .footer-social a img {
        width: 30px;
    }
    .footer-links {
        margin-top: 20px;
    }
}
@media screen and (max-width: 767px) {
    .offer-card h1 {
        font-size: 20px;
    }
    .offer-card {
        height: 300px;
    }
    .offer-card .btn {
        font-size: 12px;
    }
    .special-offer-section.py-4 {
        overflow: hidden;
    }
    .cdn-box.add-nm-box {
        align-items: start;
        padding-left: 0;
    }
    .tm-box.add-nm-box2 {
        justify-content: start;
    }
    .footer-links {
        justify-content: end;
    }
}
@media screen and (max-width: 520px) {
    .main-footer{
        zoom: 90%;
    }
    .offer-card {
        height: 250px;
    }
    .container  {
        max-width: 90%;
    }
    .footer-row-m {
        margin-left: 10px;
        margin-right: 10px;
    }
    .align-items-end .company-name p {
        line-height: 18px;
    }
    .address-box p img {
        width: 16px !important;
        /*        height: 16px !important;*/
    }
    .footer-col-m {
        padding-left: 5px;
        padding-right: 5px;
    }
    .footer-p-m {
        padding-bottom: 5px !important;
    }

    .social-div.text-sm-start.text-md-center a img {
        width: 29px;
        margin-bottom: 0px;
    }

}

@media screen and (max-width: 390px) {
    .main-footer{
        zoom: 80%;
    }
}
/* Weekly Section End */