@import url('https://fonts.googleapis.com/css2?family=Noto+Naskh+Arabic:wght@400..700&family=Noto+Sans+Arabic:wght@100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');




:root {
    --main-font: "Noto Sans Arabic", sans-serif;
    --sub-font: "Noto Sans Arabic", sans-serif;
    /* --main-font: "Bricolage Grotesque", sans-serif;
    --sub-font: "Bricolage Grotesque", sans-serif; */
    --primary-color: #F3790E;
    --secondary-color: #1E1B39;
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    overflow-x: hidden !important;
    scroll-behavior: smooth;
}

@media (min-width: 1800px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1400px !important;
    }
}

/* .sp {
    margin-top: 200px !important;
    width: 100%;
    height: 33.33px;
} */

.navbar-toggler {
    border: 1px solid #fff !important;
}

.navbar-toggler-icon {
    background-image: url(images/hemp-burger.webp) !important;
}


/* nav-bar */

.eng-none {
    display: none;
}

.nav-text {
    font-size: 16px;
    font-family: var(--sub-font);
    font-weight: 500;
    color: #fff !important;
}

.btn-nav {
    width: 168px;
    height: 42px;
    border-radius: 43px;
    background-color: var(--primary-color);
    font-family: var(--main-font);
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border: none;
    margin-left: 133px;
    transition: 400ms;
}

.btn-nav:hover {
    background-color: transparent;
    border: 1px solid #fff;
}

/* section */

.hero-align {
    height: 75vh;

}



.bg-img {
    background-image: url(images/hero-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    height: 90vh;
}

.hero-hd {
    font-family: var(--main-font);
    font-size: 66px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 18px !important;
    /* width: 75%; */
}

.hero-para {
    font-family: var(--sub-font);
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px !important;
}

.hero-btn-1 {
    width: 152px;
    height: 42px;
    border-radius: 43px;
    background-color: var(--primary-color);
    color: #fff;
    border: none;
    font-family: var(--main-font);
    font-size: 14px;
    font-weight: 500;
    transition: 400ms;
}

.hero-btn-1:hover {
    background-color: transparent;
    border: 1px solid #fff;
}

.hero-btn-2 {
    width: 180px;
    height: 42px;
    border-radius: 43px;
    color: #fff;
    border: 1px solid #ffffff;
    font-family: var(--main-font);
    font-size: 14px;
    font-weight: 500;
    background-color: transparent;
    margin-left: 12px;
    transition: 400ms;
}

.hero-btn-2:hover {
    background-color: var(--primary-color);
    border: none;
}

/* <!-- section-2 --> */

.sec-2-sp {
    margin-top: 145px;
}

.sec-2-hd {
    font-family: var(--main-font);
    font-size: 44px;
    font-weight: 700;
    width: 40%;
    margin-bottom: 30px;
}

.sec-2-card {
    width: 100%;
    border-radius: 28px;
    border: 1px solid #EDEDED;
    padding: 29px 35px 62px 30px;
    margin: 20px;
}

.sec-2-card-title {
    font-family: var(--main-font);
    font-size: 28px;
    font-weight: 700;
}

.sec-2-card-para {
    font-family: var(--sub-font);
    font-size: 16px;
    font-weight: 400;
    color: #1E1B39;
}

/* <!-- section-3 --> */

.sec-3-sp {
    margin-top: 130px;
}

.sec-3 {
    background-image: url(images/sec-3-img-arabic.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 620px;
    border-radius: 30px;
    /* padding: 208px 60px 40px 60px; */
    padding: 158px 60px 40px 60px;
}

.s-3-sub-hd {
    font-family: var(--sub-font);
    font-size: 20px;
    font-weight: 500;
    color: var(--primary-color);
    letter-spacing: 1px;
}

.s-3-hd {
    font-family: var(--main-font);
    font-size: 44px;
    font-weight: 700px;
    color: #fff;
    /* width: 508px; */
}

.sec-3-box {
    width: 100%;
    padding: 25px 40px 46px 40px;
    border-radius: 19px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: rgba(205, 205, 205, 0.2);
    backdrop-filter: blur(20px);
}

.sec-3-card-title {
    font-family: var(--main-font);
    font-size: 26px;
    font-weight: 600;
    width: 192px;
}

.sec-3-card-para {
    font-family: var(--sub-font);
    font-size: 16px;
    font-weight: 300;
    width: 307px;
    margin-top: 12px;
    margin-bottom: 0px;
}

/* <!-- section-4 --> */

.sec-4-sp {
    margin-top: 130px;
}

.sec-4-img {
    width: 100%;
    border-radius: 27.24px;
}

.sec-4-card {
    width: 50%;
}

.sec-4-title {
    font-family: var(--main-font);
    font-size: 44px;
    font-weight: 700;
    width: 248px;
}

.sec-4-card-sp {
    margin-left: 136px;
}

.sec-4-card-title {
    font-family: var(--main-font);
    font-size: 22px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}

.sec-4-card-para {
    font-family: var(--sub-font);
    font-size: 14px;
    font-weight: 400;
    width: 261px;
}

.sec-4-btn button {
    width: 179px;
    height: 49px;
    border: none;
    border-radius: 50px;
    background-color: var(--primary-color);
    font-family: var(--main-font);
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-top: 30px;
    transition: 400ms;
}

.sec-4-btn button:hover {
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
}

/* <!-- section-5 --> */

.sec-5-sp {
    margin-top: 130px;
}

.sec-5-title {
    font-family: var(--main-font);
    font-size: 44px;
    font-weight: 700;
    width: 437px;
}

.sec-5-para {
    font-family: var(--sub-font);
    font-size: 20px;
    font-weight: 400;
    width: 473px;
}

.sec-5-img-1 {
    width: 100%;
    border-radius: 28px;
}

.sec-5-img-2 {
    /* width: 100%; */
    border-radius: 28px;
}

.sec-5-img-3 {
    width: 100%;
    border-radius: 28px;
}

.sec-5-wraper-1 {
    border: 1px solid #fff;
    border-radius: 28px;
    bottom: 22px;
    width: 90%;
    padding-right: 44px;
    background-color: rgba(205, 205, 205, 0.2);
    backdrop-filter: blur(20px);
}

.sec-5-wraper-1-title {
    font-family: var(--main-font);
    font-size: 30px;
    font-weight: 600;
}

.sec-5-title-width {
    width: 40%;
}

.sec-5-wraper-1-para {
    font-family: var(--sub-font);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
    width: 80%;
}


.sec-5-wraper-2 {
    bottom: 61px;
    width: 85%;
}

.sec-5-wraper-2-title {
    font-family: var(--main-font);
    font-size: 30px;
    font-weight: 600;
    width: 70%;
}

.sec-5-wraper-2-para {
    font-family: var(--sub-font);
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0px;
    width: 79%;
}

/* <!-- section-6 --> */

.sec-6-sp {
    margin-top: 130px;
}

.sec-6-title {
    font-family: var(--main-font);
    font-size: 44px;
    font-weight: 700;
    width: 373px;
}

.sec-6-content-wrap p {
    font-family: var(--sub-font);
    font-size: 16px;
    font-weight: 400;
    width: 582px;
}

/* <!-- section-7 --> */

.sec-7-sp {
    margin-top: 130px;
}

.sec-7-title {
    font-family: var(--main-font);
    font-size: 44px;
    font-weight: 700;
}

.sec-7-title span {
    color: var(--primary-color);
}

.sec-7-card {
    width: 100%;
    border: 1px solid #EDEDED;
    border-radius: 28px;
    padding: 60px 35px 36px 35px;
}

.sec-7-card p {
    width: 236px;
    height: 96px;
    font-family: var(--sub-font);
    font-size: 16px;
    font-weight: 500;
    margin-top: 28px;
    margin-bottom: 0px;
}

.sec-7-card-content-3 p {
    width: 215px;
    height: 96px;
    font-family: var(--sub-font);
    font-size: 16px;
    font-weight: 500;
    margin-top: 28px;
    margin-bottom: 0px;
}

.sec-7-card p span {
    font-weight: 700;
}

/* <!-- section-8 --> */

.sec-8-sp {
    margin-top: 201px;
}

.sec-8-bg {
    width: 100%;
    height: 400px;
    background-color: var(--primary-color);
    border-radius: 30px;
    padding: 86px 0px 79px 150px;
}

.sec-8-img img {
    bottom: -1px;
}

.sec-8-title {
    font-family: var(--main-font);
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 16px;
    /* width: 401px; */
    line-height: 1.1;
}

.sec-8-title span {
    color: var(--secondary-color);
}

.sec-8-para {
    font-family: var(--sub-font);
    font-size: 18px;
    font-weight: 400;
    width: 429px;
}

.sec-8-btn {
    width: 220px;
    height: 55px;
    border-radius: 56.31;
    background-color: var(--secondary-color);
    border-radius: 56.33px;
    border: none;
    color: #fff;
    font-family: var(--main-font);
    font-size: 18px;
    font-weight: 500;
    transition: 400ms;
}

.sec-8-btn:hover {
    background-color: transparent;
    border: 1.5px solid var(--secondary-color);
    color: var(--secondary-color);
}

/* section 9 */

.sec-9-sp {
    margin-top: 113px;
}

.sec-9-title {
    font-size: 44px;
    /* font-family: var(--main-font); */
    font-weight: 700;
    width: 543px;
    margin-bottom: 60px;
}

.sec-9-card-wrap h3 {
    font-size: 22px;
    font-family: var(--main-font);
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}

.sec-9-card-wrap p {
    font-size: 14px;
    font-family: var(--sub-font);
    font-weight: 400;
    margin-bottom: 0px;
}

/* footer */

.foot-bg {
    width: 100%;
    background-color: var(--secondary-color);
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    margin-top: 143px;
    padding: 84px 0px 21px 0px;
}

.foot-logo {
    padding-top: 10px;
}

.foot-logo-para {
    font-size: 16px;
    font-family: var(--sub-font);
    font-weight: 400;
    width: 372px;
    margin-top: 5px;
}

.foot-about-us-links {
    padding-left: 0px;
    margin-bottom: 0px;
}

.foot-about-us-links li {
    font-size: 14px;
    font-family: var(--sub-font);
    font-weight: 500;
    list-style: none;
    margin-top: 10px;
}

.foot-about-us-padd {
    padding-right: 80px;
}

.foot-about-us-title {
    font-size: 20px;
    font-family: var(--main-font);
    font-weight: 600;
    margin-bottom: 22px;
}

.foot-contact-us-title {
    font-size: 20px;
    font-family: var(--main-font);
    font-weight: 600;
    margin-bottom: 22px;
}

.foot-contact-us-wrap p:nth-child(2) {
    font-size: 14px;
    font-family: var(--sub-font);
    font-weight: 400;
    margin-bottom: 20px;
    width: 282px;
}

.foot-contact-us-wrap p:nth-child(3) {
    font-size: 14px;
    font-family: var(--sub-font);
    font-weight: 400;
    margin-bottom: 7px;
}

.foot-contact-us-wrap p:nth-child(4) {
    font-size: 14px;
    font-family: var(--sub-font);
    font-weight: 400;
    margin-bottom: 0px;
}

.social-title {
    font-size: 20px;
    font-family: var(--main-font);
    font-weight: 600;
    margin-bottom: 94px;
}

.social-icon-wrap {
    gap: 16px;
}

/* sub footer */

.sub-footer {
    width: 100%;
    border-top: 1px solid #D2D2D2;
    margin-top: 77px;
}

.sub-footer p {
    font-size: 12px;
    font-family: var(--sub-font);
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 17px;
}

@media only screen and (max-width:767px) {


    .btn-nav {
        margin-left: 0px;
        margin-top: 8px;
    }

    /* section 1 */

    .bg-img {
        background-image: url(images/hero-mobile-img.webp);
        height: 84vh;
    }

    .hero-hd {
        font-size: 33px;
        width: 95%;
    }

    .hero-para {
        font-size: 14px;
        width: 95%;
        font-weight: 300;
    }

    .hero-btn-1 {
        width: 94px;
        height: 26px;
        font-size: 8px;
    }

    .hero-btn-2 {
        width: 111px;
        height: 26px;
        font-size: 8px;
    }

    /* section 2 */

    .sec-2-hd {
        font-size: 27px;
        width: 100%;
        margin-bottom: 56px;
    }

    .sec-2-sp {
        margin-top: 89px;
    }

    .sec-2-card {
        width: 100%;
        padding: 29px 35px 30px 30px;
        margin: 0px;
    }

    /* <!-- section-3 --> */

    .sec-3-sp {
        margin-top: 68px;
    }

    .sec-3 {
        background-image: url(images/sec-3-img.webp);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left;
        height: 716px;
        border-radius: 30px;
        padding: 79px 16px 40px 16px;
    }

    .s-3-sub-hd {
        font-size: 14px;
    }

    .s-3-hd {
        font-size: 24px;
        width: 100%;
    }

    .sec-3-box {
        padding: 25px 15px 25px 15px;
    }

    .number {
        margin-bottom: 14px;
    }

    .sec-3-card-title {
        font-size: 21px;
        width: 100%;
        margin-bottom: 0px;
    }

    .sec-3-card-para {
        font-size: 13px;
        font-weight: 300;
        width: 100%;
        margin-top: 12px;
        margin-bottom: 0px;
    }

    /* <!-- section-4 --> */

    .sec-4-title {
        font-size: 29px;
        width: 100%;
        margin-top: 0px;
    }

    .sec-4-card-sp {
        margin-left: 0px;
    }

    .sec-4-img {
        margin-top: 61px;
    }

    .sec-4-sp {
        margin-top: 59px;
    }

    .sec-4-card {
        width: 100%;
    }

    .sec-4-card-para {
        margin-bottom: 38px;
    }

    .sec-4-btn button {
        width: 179px;
        height: 49px;
        border: none;
        border-radius: 50px;
        background-color: var(--primary-color);
        font-family: var(--main-font);
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        margin-top: 0px;
    }

    /* <!-- section-5 --> */

    .sec-5-title {
        font-size: 32px;
        width: 100%;
    }

    .sec-5-title-width {
        width: unset;
    }

    .sec-5-para {
        margin-top: 37px;
        font-size: 16px;
        width: 100%;
    }

    .sec-5-wraper-1-title {
        font-size: 20px;
    }

    .sec-5-wraper-1-para {
        font-size: 12px;
        width: 100%;
    }

    .sec-5-wraper-1 {
        width: 90%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .sec-5-img-2 {
        height: 377px;
    }

    .sec-5-wraper-2-para {
        font-size: 8px;
    }

    .sec-5-wraper-2-title {
        font-size: 15px;
        width: 70%;
    }

    .p-sec-5 {
        margin-top: 10px;
        padding-right: 5px;
    }

    .p-sec-5-l {
        margin-top: 10px;
        padding-left: 5px;
    }

    .sec-5-wraper-2 {
        bottom: 26px;
        width: 88%;
    }

    .sec-5-img-2 {
        border-radius: 18px;
    }

    .sec-5-img-3 {
        border-radius: 18px;
    }

    .sec-5-sp {
        margin-top: 90px;
    }

    /* <!-- section-6 --> */

    .sec-6-title {
        font-size: 32px;
        width: 100%;
    }

    .sec-6-content-wrap p {
        font-size: 12px;
        width: 100%;
    }

    .sec-6-sp {
        margin-top: 89px;
    }

    /* <!-- section-7 --> */

    .sec-7-sp {
        margin-top: 71px;
    }

    .sec-7-title {
        font-size: 32px;
    }

    .sec-7-card p {
        width: 100%;
        height: 96px;
        font-size: 14px;
        margin-top: 28px;
    }

    .sec-7-card {
        padding: 60px 30px 36px 30px;
    }

    /* <!-- section-8 --> */

    .sec-8-bg {
        height: 722px;
        border-radius: 30px;
        padding: 66px 0px 0px 0px;
    }

    .sec-8-content {
        padding-left: 18px;
        padding-right: 10px;
    }

    .sec-8-title {
        font-size: 32px;
        margin-bottom: 16px;
        width: 100%;
        line-height: 1.2;
    }

    .sec-8-sp {
        margin-top: 90px;
    }

    .sec-8-para {
        font-size: 14px;
        width: 100%;
    }

    .sec-8-img img {
        width: 280px;
    }

    .sec-8-img img {
        transform: translateX(-50%) !important;
        left: 50% !important;
    }

    .sec-8-btn {
        width: 172px;
        height: 46px;
        ;
        font-size: 15px;
    }

    /* <!-- section-9 --> */

    .sec-9-sp {
        margin-top: 95px;
    }

    .sec-9-title {
        font-size: 26px;
        width: 100%;
        margin-bottom: 48px;
    }

    .sec-9-pad {
        padding-left: 4px;
        padding-right: 4px;
    }

    .sec-9-card-wrap h3 {
        font-size: 11px;
        margin-top: 11px;
        margin-bottom: 6px;
    }

    .sec-9-card-wrap p {
        font-size: 8px;
    }

    /* footer */

    .foot-bg {
        margin-top: 72px;
        padding: 97px 0px 21px 0px;
    }

    .foot-logo-para {
        font-size: 14px;
        width: 100%;
        margin-top: 5px;
        margin-bottom: 0px;
    }

    .foot-about-us-padd {
        padding-right: 0px;
    }

    .foot-about-us {
        margin-top: 48px;
    }

    .foot-about-us-title {
        font-size: 20px;
        margin-bottom: 13px;
    }

    .foot-about-us-links li {
        font-size: 14px;
        margin-top: 10px;
    }

    .foot-contact-us-wrap {
        margin-top: 44px;
    }

    .social-media-wrap {
        margin-top: 56px;
    }

    .social-title {
        margin-bottom: 43px;
    }

    .sub-footer {
        margin-top: 121px;
    }





}

@media only screen and (max-width:991px) {
    .eng-none {
        display: block !important;
    }
}



@media only screen and (min-width: 400px) and (max-width:767px) {}

@media only screen and (min-width: 1200px) and (max-width:1400px) {

    /* section 2 */

    .sec-2-hd {
        width: 50% !important;
    }

    /* section 4 */

    .sec-4-card-sp {
        margin-left: 86px !important;
    }

    /* section 5 */

    .sec-5-wraper-2-para {
        width: 87% !important;
    }

    /* section 9 */

    .sec-9-card-wrap p {
        font-size: 13px !important;
    }

    .sec-9-card-wrap h3 {
        font-size: 19px !important;
    }

    /* footer */

    .foot-about-us-padd {
        padding-right: 64px !important;
    }


}