@font-face {
    font-family: "developerCustomFont";
    src: url(fonts/EasaFulhaa-Bold.ttf);
}

*{
    direction: rtl;
    font-family:developerCustomFont;
    background-color: rgb(225, 225, 225);
}


.bg-img {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    opacity: 0.5;
    filter: blur(1.5px);
    background-image:url("bg-under-development.jpg");
}

.my-bg{
    position: relative;
    z-index: -1;
    /* margin-top: -49%; */
}



.maintenance-header{
    text-align: center;
    margin-top: 25%;
}



.maintenance-header h1{
    font-size: 3rem;
}

.maintenance-header p{
    font-size: 1.5rem;
    margin-top: 7%;
}

