@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Roboto+Slab:wght@400;700&display=swap');

* {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    text-decoration: none;
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(255, 255, 255);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background: cyan;
    border-radius: 10px;
}

li {
    list-style: none;
}

.logo {
    width: 200px;
}

@media (max-width:500px) {
    .logo {
        width: 150px;
    }
}

/* ----------- inscription homme --------- */

#hinscription-top {
    background: url('/image/islamique.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    font-family: Calibri;
}

#hinscription-top .incscrpt {
    font-family: 'Noto Nastaliq Urdu', serif;
}

#hinscription-top .all {
    margin: 20px 0 30px 0;
}

#hinscription-top .top {
    margin-top: -70px;
}

#hinscription-top .text {
    color: rgb(0, 129, 129);
    text-decoration: none;
    transition: all 0.3s linear !important;
    border-radius: 3px;
    font-size: 1.1rem;
    padding-left:3px;
    padding-right:7px;
 }

#hinscription-top .text:hover {
    font-size: 1.1rem;
    border-bottom: 2px solid rgb(0, 129, 129);
 }

#hinscription-top button {
    background: cyan ;
    transition: all 0.5s linear ;
 }

#hinscription-top button:hover {
    box-shadow: 0 0 10px rgba(0,255, 255, 0.2) , 0 0 30px rgba(0,255, 255, 0.2) , 0 0 40px rgba(0,255, 255, 0.2) ;
    background: rgba(0,255, 255, 0.2) ;
    font-size: 1.2rem;
    border: 1px solid cyan;
    color: #000 !important;
 }

#hinscription-top input:invalid:required,
#hinscription-top select:invalid:required,
#hinscription-top textarea:invalid:required {
    border-bottom: 3px solid cyan !important;
    outline: none !important;
}

#hinscription-top .info {
    color: #000000 !important;
}

#hinscription-top .card {
    background: rgba(255, 255, 255, 0.5) !important;
    backdrop-filter: blur(10px) !important;
}

#hinscription-top .box {
    width: 17px;
    height: 17px;
    border-radius: 200px;
}

#hinscription-top input[type=number]::-webkit-inner-spin-button,
#hinscription-top input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* ----------- homme formulaire ----------- */
#hformul-top {
    background: url('/image/back2.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    height: 100vh;
    font-family: Calibri;
}

#hformul-top .titl {
    font-weight: 400;
    padding-top: 0;
    font-family: 'Noto Nastaliq Urdu', serif;
}

#hformul-top #svg_form_time {
    height: 15px;
    max-width: 80%;
    margin: 40px auto 20px;
    display: block;
}

#hformul-top #svg_form_time circle,
#hformul-top #svg_form_time rect {
    fill: white;
}

#hformul-top .button {
    background: cyan;
    border-radius: 5px;
    padding: 15px 25px;
    display: inline-block;
    margin: 10px;
    font-weight: bold;
    cursor: pointer;
   transition: all 0.3s linear;
   box-shadow: 0px 2px 5px rgb(0, 0, 0, 0.5);
}

#hformul-top .button:hover {
   box-shadow: 0 0 10px rgba(0,255, 255, 0.3), 0 0 30px rgba(0,255, 255, 0.3), 0 0 40px rgba(0,255, 255, 0.3);
   background: rgba(0,255, 255, 0.2) ;
   font-size: 1.1rem;
   border: 2px solid cyan;
}

#hformul-top button {
    border: none;
}

#hformul-top button:hover {
   background: rgba(0, 255, 255, 0.5) !important;
   color: #000 !important;
}

#hformul-top .disabled {
    display: none;
}

#hformul-top section {
    padding: 50px 20px 20px 20px;
    max-width: 50%;
    height: 50%;
    margin: 30px auto;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    transition: transform 0.2s ease-in-out;
}

#hformul-top label {
    font-size: 20px !important;
    margin-bottom: 10px;
}

#hformul-top .input,
#hformul-top select {
    width: 100%;
    margin: 7px 0px;
    display: inline-block;
    padding: 12px 25px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid lightgrey;
    font-size: 1em;
    font-family: inherit;
    background: white;
    outline: none;

}

#hformul-top input[type=number]::-webkit-inner-spin-button,
#hformul-top input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#hformul-top p {
    text-align: justify;
    margin-top: 0;
}

#hformul-top .text {
    margin-top: -35px;
}

@media (max-width:500px) {
    #hformul-top section {
        max-width: 90%;
        margin-top: -30px;
    }

    #hformul-top label {
        font-size: 14px !important;
    }

    #hformul-top .titl {
        font-size: 1.3rem;
        line-height: 35px;
    }
}

/* ------------- homme photo --------------- */

#hphoto-top {
    background-image: url('/image/backgd.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    overflow-x: hidden;
    font-family: Calibri;
}

#hphoto-top .title {
    color: #000 !important;
    font-size: 2rem;
    font-family: 'Noto Nastaliq Urdu', serif;
}

#hphoto-top .btn {
    background: cyan;
    transition: all 0.5s linear;
    color: #ffffff;
}

 #hphoto-top .up {
    cursor: pointer;
    background: cyan;
    border-radius: 5px;
    transition: all 0.5s linear;
 }

 #hphoto-top .btn:hover,
 #hphoto-top .up:hover {
    box-shadow: 0 0 10px rgba(0, 255, 255, 0.3), 0 0 30px rgba(0, 255, 255, 0.3), 0 0 40px rgba(0, 255, 255, 0.3);
    background: rgba(0, 255, 255, 0.2) ;
    font-size: 1.2rem;
    border: 1px solid cyan;
 }

#hphoto-top .upload-image {
    background: rgb(255, 255, 255);
    border-radius: 10px;
    border: 0.5px solid cyan;
}

#hphoto-top .imf {
    background: #00FFFF;
    border-radius: 10px;
    width: 100%;
}

@media (max-width:500px) {
    #hphoto-top .title {
        font-size: 1.2rem !important;
        line-height: 35px;
    }

    #hphoto-top .bst {
        font-size: .8rem;
    }
}

@media (max-width:900px) {
    #hphoto-top .bst {
        font-size: .8rem;
    }
}
