*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'font1';
}
@font-face {
    font-family: 'font1';
    src: url('/fonts/alfont_com_QWxuYXNlZWItUmVndWxhci5vdGYxNjU2NDg4NDM5ODI3.otf');
}
@font-face {
    font-family: 'font2';
    src: url('/fonts/alfont_com_RTL-MochaYemen-Sadah.otf');
}
h1, h2, h3, h4{
    font-family: 'font2';
}
p{
    font-size: 17px;
}
body{
    background-image: url('/backgraund/pc.jpg'); 
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    width: 100%;
    height: 100vh;
}

@media screen and (max-width: 800px) {
    body{
        background-image: url('/backgraund/mob.jpg'); 
    }
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8); /* تعتيم */
    display: none; /* مخفي بشكل افتراضي */
    z-index: 9999; /* فوق كل شيء */
}

main{
    width: 100%;
}
.start{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    background-color: #fff;
}
.startimg1{
    display: block;
    margin: 0 auto;
    width: 80%;
    animation: ani1 3s linear 1 forwards;

}
.startimg2{
    display: none;
    margin: 0 auto;
    width: 80%;
    max-width: 400px;
}
.start h2{
    text-align: center;
    animation: ani2 0.8s linear infinite alternate;
    animation-delay: 3s;
    opacity: 0;
    font-weight: bold;
}

@keyframes ani1 {
    0%{
        max-width: 0px;
        max-height: 0px;
        margin-top: -50%;
    }
    50%{
        max-width: 150px;
        max-height: 150px;
        margin-top: 30%;
    }
    100%{
        max-width: 250px;
        max-height: 250px;
        margin-top: 0;
        display: none;
    }
}

@keyframes ani2 {
    0%{
        opacity: 0.5;
        color: rgb(112, 0, 107);
    }
    100%{
        opacity: 1;
    }
}

.diva1, .diva2{
    width: 100%;
    height: 100%;
    display: none ;
}

.diva1 video{
    height: 95%;
    max-width: 100%;
    margin: 0 auto;
    object-fit: cover;
}


.diva1 video::internal-media-controls-download-button{
    display: none !important;
}
.diva1 button{
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translate(-50%);
    padding: 10px 50px;
    border: 2px solid #FCCB0D;
    border-radius: 10px;
    background-color: #8f0034;
    color: #FCCB0D;
    font-weight: bold;
    cursor: pointer;
    font-size: 20px;

} 
.diva2 img{
    width: 100%;
    max-height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.diva2img2, .diva2img3, .diva2img4{
    display: none;
}
.diva2 span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 98%;
    margin: 1% auto;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.74);
    padding: 2px;
    background-color: #fff;
    border-radius: 15px;
    height: 630px;
    max-width: 1400px;
}
@media screen and (max-width: 600px) {
    .diva2 span{
        height: 330px;
    }
    
}
.diva1video1{
    display: none;
}
.diva1video2{
    max-height: 85vh;
    margin: 0 auto;
    display: block;
}


@media screen and (max-width: 600px) {
    .diva1video1{
        display: block;
        max-height: 95vh;

    }
    .diva1video2{
        display: none;

    }
    
}


.diva2section1{
    padding: 15px 5px;
    width: 98%;
    margin: 1% auto;
    direction: rtl;
}
.diva2section1 h1{
    padding: 10px 5px;
    width: 100%;
    background-color: #F43B7F;
    color: #Fff;
    text-align: center;
}
.diva2section1 p{
    padding: 10px 5px;
    width: 100%;
    text-align: justify;

}

.pcnav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 5px;
    width: 100%;
    background-color: #8f0034;
    color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.74);
}
.pcnav ul{
    display: flex;
    list-style: none;
}
.pcnav ul li{
    padding: 5px 10px;
}
.pcnav ul li a{
    text-decoration: none;
    color: #fff;
}
.mobnav{
    display: none;
}
.mobnav section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px 8px;
}
.mobnav ul{
    list-style: none;
    direction: rtl;
    margin-top: 15px;
    margin-bottom: 10px;
    display: none;
    width: 100%;
}
.mobnav ul li{
    padding: 10px;
    border-bottom: 1px solid #fff;
    width: 100%;
    font-size: 18px;
    
}
.mobnav ul li a{
    text-decoration: none;
    color: #fff;
}

@media screen and (max-width: 1000px) {
    .pcnav{
        display: none;
    }
    .mobnav{
       display: block;
        padding: 10px 5px;
        width: 100%;
        background-color: #8f0034;
        color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.74);
    }
}
nav{
    display: none;
}

.diva2section2 button{
    height: 100px;
    background-color: #8f003400;
    width: 80%;
    margin: 10px auto;
    border: none;
    cursor: pointer;
    display: block;
    max-width: 400px;
}
.diva2section2 button img{
    width: 100%;
    object-fit: cover;
}
.diva2section2 h3{
    text-align: center;
    font-size: 25px;
    margin: 10px auto;
    padding: 10px 5px;
    width: 95%;
    background-color: #F43B7F;
    color: #Fff;
}

footer{
    display: none;
    width: 100%;

    color: #fff;
    padding: 10px 5px;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.74);
}
footer p{
    font-size: 17px;
    text-align: center;
}
footer p a{
    text-decoration: none;
    color: #fff;
}


.fdiva1{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    padding: 10px 5px;
    background-color: #fff;
}
.fdiva1 a{
    text-decoration: none;
    color: #8f0034;
    font-size: 18px;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.fdiva1 a:hover{
    color: #000;
}