@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    font-family: "Poppins", serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}







header {

    background-color: white;
    width: 100%;
    position: fixed;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px;
}
.logo{  
    text-decoration: none;
    color: black;
    font-size: 1.7em;
    font-weight: 700;
    text-transform: uppercase;
}
.navigation a{
    color: black;
    font-size: 1.2em;
    font-weight: 600;
    text-decoration: none;
    padding-left: 20px;
}
.navigation a:hover{
    color: rgb(0, 0, 221);
}













section{
    padding: 100px 70px;

}

.body{
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: url(images/space.png) no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
    padding-left: 140px;
}
.body h2{
    font-size: 2em;
    font-weight: 400px;
    letter-spacing: 1px;
}
.body h3{
    font-size: 1.4em;
    padding: 10px 0px;
    font-weight: 400px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.body a{
    text-decoration: none;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 221);
    font-weight: 700;
    font-size: 1.1em;
    padding: 0.9375em 2.1875em;
    display: inline-block;
    letter-spacing: 1px;
    border-radius: 15px;
    margin-bottom: 30px;
    transition: 0.5s ease;
}
.body a:hover{
    background-color: rgb(10, 10, 235);
    transform: scale(1.1);
}


.body i{
    padding-left: 17px;

}











select{
    color :rgb(0, 0, 0);
    font-weight: 600;
    border: 0px;
    font-size: 1.2em;
    margin: 0px 0px;
}
select:hover{
    color: rgb(0, 0, 221);
}

option{
background-color: rgb(255, 255, 255);
color: rgb(0, 0, 0);
}










.contactus{
    background: url(images/space.png) no-repeat;
    background-size: cover;
    background-position: center;

}
.youtube_tutorials{
    background: url(images/space.png) no-repeat;
    background-size: cover;
    background-position: center;

}
.Attachments{
    background: url(images/space.png) no-repeat;
    background-size: cover;
    background-position: center;

}

.title{
    display: flex;
    justify-content: center;
    color: white;
    font-size: 2.2em;
    font-weight: 800;
    margin-bottom: 30px;
    margin-top: 20px;
}
.title2{
    display: flex;
    justify-content: center;
    color: white;
    font-size: 2.2em;
    font-weight: 800;
    margin-bottom: 20px;
    margin-top: 95px;
}
#yt_title{
    font-weight: 600;
}
#yticon{
    margin-left: 20px;
    margin-top: 8.5px;
}
#ytch {
    color: white;
    text-decoration: none;
}

.content{
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    
}
.content2{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.content2 span{
    color: white;
    font-size: 1.4em;
    font-weight: 500;
    text-align: center;
    margin: 2px 0px;
}
.attachimg{
    width: 80%;
    margin-bottom: 100px;
}
.attachh3{
    color: white;
    font-size: 1.5em;
    font-weight: 600;
    margin:  40px 0px 10px 0px;
}
.card{
    background-color: white;
    width: 21.25em;
    box-shadow: 0px 5px 25px rgba(1 1 1 / 15%);
    border-radius: 10px;
    padding: 25px;
    margin: 15px;
    transition: 0.5s ease;
}
.card:hover{
    transform: scale(1.1);
}
.icon{
    font-size: 8em;
    text-align: center;
}
.info{
    text-align: center;
}

.videolink{
    font-size: 0.9em;
    font-weight: 500;
    color: rgb(10, 10, 235);
    text-decoration: none;


}
.videolink:hover{
    color: rgb(40, 40, 255);
}
.telelink{
    font-size: 1.2em;
    font-weight: 700;
    margin: 10px;
    color: black;
    text-decoration: none;
}
.telelink:hover{
    color: rgb(10, 10, 235);
}
.acc{
    font-size: 1.1em;
    color: black;
    font-weight: 500;
    text-decoration: none;
}
.acc:hover{
    color: rgb(10, 10, 235);
}

.info p{
    font-size: 1.1em;
    font-weight: 450;
}






























.summaries{
    background: url(images/space.png) no-repeat;
    background-size: cover;
    background-position: center;
}
.title2{
    display: flex;
    justify-content: center;
    color: white;
    font-size: 2.2em;
    font-weight: 800;
    margin-bottom: 30px;

   
}

.content2{
    display: flex;
    justify-content:center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items:center;


   
}
.summary{
    color: white;
    font-size: 1.1em;
    font-weight: 500;
    text-align: center;
    margin : 100px 0px;
}
.summary h3{
    color: white;
    font-size: 1.6em;
    font-weight: 700;

}

.isummary {
font-size: 1.1em;

}

.summary a{
    text-decoration: none;
    color: rgb(34, 34, 248);
    
}

.summary a:hover{
    color: rgb(58, 58, 253);
}


.middle{
    color: rgb(255, 255, 255);


}




















.footer{
    font-size: 0.8em;
    font-weight: 600;
    background-color: rgb(14, 12, 12);
    padding: 5px;
    color: white;
}
.footer span{
    color: #929292;
}


















@media (max-width:1023px){
    header{
        padding: 8px 16px;
    }
    .navigation a{
        padding-left: 10px;
    }
    .title{
        font-size: 1.7em;
    }
    section{
        padding: 80px 20px;
    }
    .summaries{
        padding: 80px 0px
        
    }

    .content2{
        padding-right: 10px;
    }
    .summary{
        font-size: 0.7em;
        margin:50px 5px;
    }
    .summary h3{
        font-size: 1.7em;
        margin-bottom: 15px;
    }
    
    
    .title2{

        font-size: 1.8em;
        font-weight: 750;
    }



}





@media (max-width:800px){

    .body{
        padding-left: 50px;
    }




}
@media (max-width:550px){

    .body{
        padding-left: 20px;
    }
    .isummary{
        margin: 20px 0px;
    }
    .summary{
        margin:70px 5px;
    }



}
@media (max-width:500px){

    .content{

        flex-direction: column;

        align-items: center;
    }
        .attachimg{
        width: 90%;
    }
    .attachh3{
        font-size: 1.1em;
    }



}


@media (max-width:400px){
    header{
        padding: 5px 13px;
    }
    .navigation a{
        padding-left: 7px;
    }
    .title{
        font-size: 1.4em;
}
.logo{
    font-size: 1.4em;
}
.navigation a{
    font-size: 0.9em;
}
.body{
    padding-left: 20px;
}
}





/* 🎬 تصميم شبكة الفيديوهات */
.video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 25px;
    justify-items: center;
    margin-top: 30px;
}

.video-box {
    background-color: white;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    width: 100%;
    max-width: 260px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
}

.video-box img {
    width: 100%;
    height: auto;
    display: block;
}

.video-box p {
    color: black;
    font-size: 1em;
    font-weight: 600;
    padding: 12px;
    background-color: white;
}

.video-box:hover {
    transform: scale(1.06);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}
