@font-face {

    font-family: Abdo-Master;

    src: url(../fonts/alfont_com_AlFont_com_Abdo-Master-Regular.otf);
}

@font-face {

    font-family: Abdo-Master-bold;

    src: url(../fonts/fonnts.com-Abdo_Master-Bold.ttf);
}

:root {
    --primary-color: #AD976E;

    --secondary-color: #2C3444;

    --font-family-Regular: 'Abdo-Master';
    --font-family-bold: 'Abdo-Master-bold';

}

html {
    scroll-behavior: smooth;
}

:target {
    scroll-margin-top: 10em;
}

body {

    /* استخدام خط عربي، يمكنك اختيار أي خط عربي تفضله */
    direction: rtl;
    /* جعل الاتجاه من اليمين إلى اليسار */
    text-align: right;
    /* محاذاة النص إلى اليمين */
}

::-webkit-scrollbar {
    width: 13px;
    background: var(--secondary-color);

}

::-webkit-scrollbar-track {
    border-radius: 15px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 15px;
}


.container {
    width: 90% !important
}

.header {
    background: var(--secondary-color);
    position: sticky;
    top: 0;
    z-index: 10000000;
}

/* nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100;
} */

.logo {
    width: 90px;
    height: 91px;
    gap: 0px;
    opacity: 0px;

}

.navbar {
    border: none;
}

.navbar-nav {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.nav-item {
    font-family: var(--font-family-bold);
    font-size: 24px;
    font-weight: 400;
    line-height: 44.4px;

    color: var(--primary-color);

}

.navbar-toggler span {
    font-size: 30px;
    font-weight: 600;

    color: var(--primary-color);
}

a.nav-link {
    font-family: var(--font-family-bold);
    font-size: 24px;
    font-weight: 400;
    line-height: 44.4px;

    color: var(--primary-color);
    position: relative;
    transition: 0.5s;
    color: var(--primary-color);
}

.nav-link:hover {
    font-family: var(--font-family-bold);
    font-size: 24px;
    font-weight: 600;
    line-height: 44.4px;
    color: var(--primary-color);
    position: relative;
    transition: 0.5s;

}


.nav-link::after {
    content: "";
    width: 0px;
    margin-top: 15px;
    height: 3px;
    background-color: var(--primary-color);
    position: absolute;
    left: 10px;
    top: 80%;
}

.nav-link:hover::after {
    width: 80%;
    transition: 0.5s;
}

.navbar-toggler-icon {
    color: var(--primary-color);
}

.main_hero {
    background-color: var(--secondary-color);

}

.main_img img {
    width: 270px;
    height: 274px;
    margin-top: 80px;

}

.first_show {
    height: 90vh;
    background: var(--secondary-color);
}

.empty {
    width: 100%;
    background: var(--secondary-color);
    height: 15vh;
}

.first_show h2 {
    font-family: var(--font-family-bold);
    font-size: 32px;
    font-weight: 400;
    line-height: 59.2px;
    padding: 20px;
    color: var(--primary-color);
}


.hidden {
    display: none;
}

/* #part1 {
    background-image: url(../images/main_bg.png);
    height: 85vh;
} */

#part2 {
    background-image: url(../images/main_bg.png);
    height: auto;
    padding-top: 50px;
}

.main_section_h1 {
    color: var(--primary-color);
    font-family: var(--font-family-bold);
    font-size: 48px;
    /* padding-top: 5vh; */

}

#part2 {
    transition: 0.5;
}

.vector {
    background-image: url(../images/main_bg.png);
}

.main_section_p {
    color: var(--primary-color);
    font-family: var(--font-family-Regular);
    font-size: 24px;
    padding: 50px 50px 50px 50px;
    padding-bottom: 10PX;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;


}

.main_section_btn {
    border-radius: 48px;
    background: var(--primary-color);
    padding: 16px 48px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--secondary-color);
    font-family: var(--font-family-Regular);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    z-index: 100;



}

.main_section_btn:hover {
    border-radius: 48px;
    background: #FDFBF0;
    padding: 16px 48px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--secondary-color);
    font-family: var(--font-family-Regular);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    z-index: 100;


}

.about_us {
    background: var(--secondary-color);
    padding: 20px;
}

.about_us h3 {
    color: var(--primary-color);
    font-family: var(--font-family-bold);
    font-size: 48px;



}

.about_us p {
    color: var(--primary-color);
    font-family: var(--font-family-bold);
    text-align: center;
    font-family: var(--font-family-Regular);
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 80px;

}

.section4 {
    background: var(--secondary-color);
}

.section4 h3 {
    color: var(--primary-color);
    font-family: var(--font-family-bold);
    font-size: 56px;


}

.section4 h4 {
    color: var(--primary-color);
    font-family: var(--font-family-bold);
    font-size: 32px;

}

.section4 p {
    color: var(--primary-color);
    font-family: var(--font-family-Regular);
    font-size: 24px;

}

.nakhl {
    width: 90%;
    position: absolute;
    bottom: 0px;
    margin-right: 5%;
    margin-left: 5%;
    z-index: 1;
    background-image: url(../images/main_bg.png);


}

.img1 {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.img1.visible {
    opacity: 1;
}

.img2 {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.img2.visible {
    opacity: 1;
}

.img3 {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.img3.visible {
    opacity: 1;
}

.img4 {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.img4.visible {
    opacity: 1;
}




.img5 {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.img5.visible {
    opacity: 1;
}

.img6 {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.img6.visible {
    opacity: 1;
}

.section2 {
    background: #FDFBF0;
}

.section2 h2 {
    color: var(--secondary-color);
    font-family: var(--font-family-bold);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.section2 p {
    color: var(--primary-color);
    text-align: center;
    font-family: var(--font-family-Regular);
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.section2 img {
    width: 250px;
    height: 250px;
    flex-shrink: 0;
}

footer {
    background: #FDFBF0;
}

footer img {
    width: 100%;

}

footer ul {
    list-style: none;
    color: var(--primary-color);
    font-family: var(--font-family-bold);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    padding: 0;

}

footer ul a {
    list-style: none;
    color: var(--primary-color);
    font-family: var(--font-family-bold);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    text-align: center;

}

footer ul a:hover {
    list-style: none;
    color: var(--secondary-color);
    text-decoration: none;
    font-family: var(--font-family-bold);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: 0.5s;
}

.media {
    width: 45px;
    height: 45px;
    flex-shrink: 0;
    background: #D9D9D9;
    border-radius: 50%;
    line-height: 40px;
    align-items: center;
    justify-content: center;
}

.media i {
    font-size: 24px;
    text-decoration: none;
    color: black;
}

.media i:hover {
    font-size: 24px;
    text-decoration: none;
    color: black;
}

footer h5 {
    color: var(--primary-color);
    text-align: center;
    font-family: var(--font-family-bold);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

footer h6 {
    color: var(--secondary-color);
    font-family: var(--font-family-bold);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

footer h6 a {
    color: var(--secondary-color);
    font-family: var(--font-family-bold);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

footer h6:hover {
    color: var(--secondary-color);
    font-family: var(--font-family-bold);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.end {
    align-items: center;
    background: var(--secondary-color);
    height: 35px;
    text-align: center;
    color: var(--primary-color);
    line-height: 35px;
    align-items: center;
}

@media (max-width: 767px) {
    .main_section_p {
        padding: 0px;
        font-size: 20px;
        margin-top: 30px;

    }

    #part2bg {
        background-image: url(../images/main_bg.png);
        height: 85vh;
        padding-top: 20px;
    }

    .section2 h2 {
        color: var(--secondary-color);
        font-family: var(--font-family-bold);
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .section2 p {
        color: var(--primary-color);
        text-align: center;
        font-family: var(--font-family-Regular);
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .main_section_p {
        color: var(--primary-color);
        font-family: var(--font-family-Regular);
        font-size: 24px;
        padding: 5px;

        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;


    }

    .section4 h3 {
        color: var(--primary-color);
        font-family: var(--font-family-bold);
        font-size: 32px;


    }

    .section4 h4 {
        color: var(--primary-color);
        font-family: var(--font-family-bold);
        font-size: 24px;

    }

    .section4 p {
        color: var(--primary-color);
        font-family: var(--font-family-Regular);
        font-size: 20px;

    }


}

@media (max-width: 1200px) {
    .nakhl {
        display: none;
    }
}

@media (min-width: 1600px) {
    #part2 {
        height: 70vh;
    }
}

/* Media Queries 

@media (min-width: 100px) {}

*/