@font-face {
    font-family: "OoredooArabic";
    src: url("../OoredooArabic.ttf");
    font-display: swap;
}

body, html{
    background-color: #FDB977;
    padding: 1% 0% 0% 0% !important;
    font-family: "OoredooArabic", "Bitstream Vera Serif", "serif";
}

.main-logo-link{
    display: block;
    position: relative;
    margin: auto;
    width: 100%;
    height: 15%;
    width: 30%;
}

.main-logo-link img{
    height: 100%;
    width: 100%;
}

.page-general-container{
    position: relative;
    display: block;
    float: left;
    background-color: white;
    width: 100%;
    margin-top: 1%;
    border-radius: 25px 25px 0px 0px;
}


.form-cont{
    width: 100%;
    padding: 4% 25% 4% 25%;
}


#form-button{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    margin-top: 2%;
    width: 100%;
    padding: 2% 2% 2% 2%;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    color: white;
    background: #DE6428;
    display: table;
    cursor: pointer;
    border-radius: 25px 25px 25px 25px;
    border: 0px;
}


#form-button:hover{
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    background-color: #2E205B;
    text-decoration: none;
    color: white;
}


#result-mess-cont{
    text-align: center;
    font-size: x-large;
    background-color: #2E205B;
    color: white;
}


.result-loading-cont img{
    position: relative;
    margin: auto;
    width: 10%;
    height: 10%;
}

.bottom-links-cont{
    margin-left: 4%;
    margin-right: 4%;
    padding-top: 2%;
    padding-bottom: 2%;
}

.bottom-link{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    position: relative;
    margin: auto;
    width: 100%;
    padding: 2% 5% 2% 5%;
    background-color: #DE6428;
    display: block;
    border-radius: 25px 25px 25px 25px;
    text-align: center;
    text-decoration: none;
    font-size: large;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.bottom-link:hover{
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    background-color: #2E205B;
    text-decoration: none;
    color: white;
}


.result-cont-hide{
    display: none;
    visibility: hidden;
	opacity: 0;
	transition: visibility 0s linear 10s, opacity 0.33s linear;
}

.result-cont-show{
    display: block;
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}



.footer-rights{
    width: 100%;
    text-align: center;
    color: white;
    background-color: #2E205B;
    padding: 1%;
}


.page-general-container .row-fluid #insta-icon-link{
    display: block; 
    width: 10%; 
    height: 10%;
}

.page-general-container .row-fluid #twitter-icon-link{
    display: block; 
    width: 10%; 
    height: 10%;
    margin-left: 10%;
}

.header-part{
    /* width: 100%; */
    display: flex;
    background-color: #2e205b;
    border-radius: 0% 0% 0% 0%;
}

.header-part img{
    margin: auto;
    position: relative;
    height: 80%;
    width: 30%;
}

.head-part-orange-title{
    color: #DE6428;
    font-size: 40px;
    font-weight: bolder;
}

.head-part-white-par{
    color: white;
    font-size: 25px;
}


.bottom-nav-cont{
    background-color: #2E205B;
    padding: 2%;
    display: flex;
    margin-top: 0%;
}


.bottom-nav-img{
    position: relative;
    margin: auto;
    width: 65%;
    height: 35%;
}

.bottom-nav-link{
    padding-top: 2%;
    padding-bottom: 2%;
    color: white;
    text-decoration: none;
    text-align: center;
    display: block;
}

.bottom-nav-link:hover{
    color: white;
    text-decoration: none;
}



@media (max-width: 991.98px) {
    
    .page-general-container .row-fluid #insta-icon-link{
        display: block; 
        width: 20%; 
        height: 20%;
    }

    .page-general-container .row-fluid #twitter-icon-link{
        display: block; 
        width: 20%; 
        height: 20%;
    }

    .header-part{
        display: initial;
    }

    .form-cont{
        padding: 4% 20% 4% 20%;
    }
}

@media (max-width: 768px) {

    .form-cont{
        padding: 4% 10% 4% 10%;
    }

    .register-link{
        padding: 2% 5% 2% 5%;
        width: 100%;
        font-size: large;
    }


    .purple-register-link{
        width: 90%;
    }

    div.par-cont{
        padding: 2% 10% 2% 10%;
    }

    .card {
        width: 50%;
    }

    body, html{
        padding-top: 2%;
    }

    .main-logo-link{
        height: 30%;
        width: 60%;
    }

    .page-general-container{
        margin-top: 5%;
    }

    .disc-loading-cont img{
        width: 20%;
        height: 20%;
    }

    .bottom-link{
        padding: 2% 5% 2% 5%;
        border-radius: 5px 5px 5px 5px;
        font-size: medium;
    }

    .page-general-container .row-fluid #insta-icon-link{
        display: block; 
        width: 20%; 
        height: 20%;
    }

    .page-general-container .row-fluid #twitter-icon-link{
        display: block; 
        width: 20%; 
        height: 20%;
    }

    .bottom-nav-img{
        width: 90%;
        height: 40%;
    }

}


@media (max-width: 576px){

    .header-part{
        padding: 5%;
    }

    .orange-register-link{
        padding: 2% 5% 2% 5%;
        width: 100%;
        font-size: large;
    }

    .header-part{
        padding: 5%;
    }

    .screenshots-img{
        width: 80%;
    }

    .bottom-nav-cont{
        display: initial;
        margin-top: 5%;
    }

    .bottom-nav-img{
        width: 50%;
        height: 80%;
    }

    .page-general-container .row-fluid #insta-icon-link{
        display: block; 
        width: 30%; 
        height: 30%;
    }

    .page-general-container .row-fluid #twitter-icon-link{
        display: block; 
        width: 30%; 
        height: 30%;
        margin-left: 30%;
    }

    .footer-rights{
        padding-top: 5%;
        padding-bottom: 5%;
        padding-left: 1%;
        padding-right: 1%;
    }

    .card {
        width: 90%;
    }

    .why-par{
        margin-left: 5%;
        margin-right: 5%;
    }

    .purple-register-link{
        margin-top: 5%;
    }

    .download-strip{
        display: initial;
        padding-top: 5%;
        padding-bottom: 5%;
    }

    .form-cont{
        padding: 4% 4% 4% 4%;
    }
}