
 /* Home Section */
 .home {
    background-image: url(../images/background1.jpg);
    height: 100vh;
    background-size: cover;
    /* bt5ly el sora msbota 3ala 7asb el heigh ,width (5ali el sora 3ala ad el mqas bta3i)*/
    position: relative;
 }


 .home .home-content {
    position: absolute;
    width: 65%;
    top: 50%;
    left: 50%;
    transform: translate(-50% ,-50%);
    text-align: center; 
 }

 .home .home-content .title {
    font-size: 3.1rem;
    color: var(--wightColor);
    text-transform: uppercase;
 }


 .home .home-content .home-desc {
    margin: 20px 0;
    color: var(--wightColor);
    letter-spacing: 1px;
    line-height: 1.5; 
 }


 .home .home-content .home-desc::first-letter {
    text-transform: uppercase;
 }


.home .home-content .btn {
    min-width:150px;
    padding: 10px 0; 
    border-radius:5px;
    border: 0;
    cursor: pointer;/*5ali shakl el mous hand  */
}

.home .home-content .btn-str {
    text-transform: capitalize;
    background-color: var(--wightColor);
    margin-right: 10px;
}

.home .home-content .btn-lrn {
    background-color: var(--mainColor);
    color: var(--wightColor);

}

.home .home-content .btn-lrn::first-letter {
    text-transform: uppercase;
}
