@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");

@font-face {
    font-family: "Calibri";
    src: url("/fonts/calibri.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Calibri";
    src: url("/fonts/calibrib.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Calibri";
    src: url("/fonts/calibrii.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "Calibri";
    src: url("/fonts/calibril.ttf") format("truetype");
    font-weight: 300; /* Light */
    font-style: normal;
}

@font-face {
    font-family: "Calibri";
    src: url("/fonts/calibrili.ttf") format("truetype");
    font-weight: 300; /* Light */
    font-style: italic;
}

@font-face {
    font-family: "Calibri";
    src: url("/fonts/calibriz.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
}

* {
    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: yellow;
    border-radius: 10px;
}

li {
    list-style: none;
}

.logo {
    width: 200px;
}

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

/* ------------ welcome ---------- */

#page-top {
    background: linear-gradient(
            to bottom,
            rgba(22, 22, 22, 0.7) 100%,
            rgba(22, 22, 22, 0.6) 75%,
            #161616 100%
        ),
        url("/image/coran.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    font-family: Calibri;
}

#page-top .btn {
    background-color: yellow;
    transition: all 0.5s linear;
}

#page-top .btn:hover {
    background: rgba(255, 255, 0, 0.2);
    box-shadow: 0 0 10px rgba(255, 255, 0, 0.3), 0 0 30px rgba(255, 255, 0, 0.3),
        0 0 40px rgba(255, 255, 0, 0.3);
    font-size: 1.1rem;
    color: #fff;
}

#page-top .cover {
    width: 300px;
}

#page-top .txt {
    font-family: "Noto Nastaliq Urdu", serif;
    font-size: 3rem;
    color: #ffffff;
}

#page-top .parg {
    color: #fff;
    line-height: 40px;
    font-size: 1.2rem;
    margin-top: 3px;
}

@media (max-width: 500px) {
    #page-top .txt {
        font-size: 1.8rem;
    }

    #page-top .cover {
        width: 190px;
    }

    #page-top .txt {
        font-size: 2rem;
    }

    #page-top .parg {
        line-height: 30px;
        font-size: 0.95rem;
    }
}

/* ------------ home page -------- */
#home-page {
    background: linear-gradient(
            to bottom,
            rgba(22, 22, 22, 0.7) 100%,
            rgba(22, 22, 22, 0.6) 75%,
            #161616 100%
        ),
        url("/image/image.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    overflow-x: hidden !important;
    font-family: Calibri;
    min-height: 100vh;
}

#home-page .txt {
    font-family: "Noto Nastaliq Urdu", serif;
    font-size: 3.5rem;
    color: #ffffff;
}

#home-page .footer {
    background-color: yellow;
    border-radius: 60px 60px 0px 0px;
    box-shadow: 20px 25px 34px 0px rgba(0, 0, 0, 0.15);
}

#home-page button {
    color: rgb(0, 0, 0);
    width: 25%;
    transition: all 0.5s linear !important;
}

#home-page button:hover {
    box-shadow: 0 0 10px rgba(255, 255, 0, 0.3), 0 0 30px rgba(255, 255, 0, 0.3),
        0 0 40px rgba(255, 255, 0, 0.3);
    background: rgba(255, 255, 0, 0.2) !important;
    margin-top: -1px !important;
}

#home-page .msngr {
    width: 40px;
}

#home-page h2 {
    color: #000000;
    font-size: 1rem;
    line-height: 30px;
}

#home-page li {
    font-size: 1rem;
    color: #000000;
    list-style-type: none;
}

#home-page .cndtion {
    border-radius: 20px;
    background: rgb(255, 255, 255);
    box-shadow: 3px 7px 35px 0px rgba(0, 0, 0, 0.25);
}

@media (max-width: 500px) {
    #home-page .txt {
        font-size: 1.8rem;
    }

    #home-page button {
        color: white !important;
        width: 70%;
    }
}

/* -------- Abonner page ---------- */
#abonner-page {
    background-image: url("/image/backgd.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    font-family: Calibri;
}

#abonner-page .title {
    font-family: "Noto Nastaliq Urdu", serif;
}

#abonner-page .prgp {
    font-size: 19px;
}

#abonner-page .cross {
    font-size: 19px;
    text-decoration: line-through;
}

#abonner-page .footer {
    border-radius: 60px 60px 0px 0px;
    background: yellow;
    box-shadow: 20px 25px 34px 0px rgba(0, 0, 0, 0.15);
}

#abonner-page .footer a {
    color: rgb(0, 0, 0);
    z-index: 10;
    text-decoration: none !important;
}

#abonner-page .msngr {
    width: 50px;
}

#abonner-page select {
    outline: none;
}

#abonner-page .card {
    border: 1.5px solid rgba(251, 197, 70, 0.9) !important;
    background: transparent !important;
    box-shadow: 15px 20px 30px 0px rgba(0, 0, 0, 0.06) !important;
    border-radius: 15px;
}

#abonner-page .get {
    background-color: yellow;
    margin: 20px 0 20px 0;
    width: 15%;
    font-size: 20px;
    transition: all 0.5s linear;
}

#abonner-page .get:hover {
    box-shadow: 0 0 10px rgba(255, 255, 0, 0.8), 0 0 30px rgba(255, 255, 0, 0.8),
        0 0 40px rgba(255, 255, 0, 0.8);
    background: rgba(255, 255, 0, 0.2);
    margin-top: -1px;
    border: 1px solid yellow;
    font-size: 22px;
}

#abonner-page .payment {
    border-radius: 5px;
    height: 50px;
    flex-shrink: 0;
    border: 1.5px solid rgba(251, 197, 70, 0.9);
    background: transparent;
    box-shadow: 15px 20px 30px 0px rgba(0, 0, 0, 0.06);
}

@media (max-width: 500px) {
    #abonner-page .prgp {
        font-size: 14px;
    }
}

/* -------- confirmer page ---------- */
#confirmer-page {
    background-image: url("/image/backgd.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    overflow-x: hidden;
    height: 100vh;
    font-family: Calibri;
}

#confirmer-page .title {
    color: #000 !important;
    font-size: 2rem;
    font-family: "Noto Nastaliq Urdu", serif;
}

#confirmer-page .btn {
    width: 40%;
    background: yellow;
    transition: all 0.5s linear;
}

#confirmer-page .btn:hover {
    box-shadow: 0 0 10px rgba(255, 255, 0, 0.8), 0 0 30px rgba(255, 255, 0, 0.8),
        0 0 40px rgba(255, 255, 0, 0.8);
    background: rgba(255, 255, 0, 0.2);
    margin-top: -1px;
    border: 1px solid yellow;
    font-size: 1.1rem;
}

@media (max-width: 500px) {
    #confirmer-page .title {
        font-size: 1.6rem !important;
        line-height: 50px;
    }

    #confirmer-page .scnd {
        font-size: 1.3rem !important;
    }

    #confirmer-page .btn {
        width: 70%;
    }
}

/* ------------ identite page ------------- */

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

#identite-top .title {
    color: #000 !important;
    font-size: 2rem;
    font-family: "Noto Nastaliq Urdu", serif;
}
#identite-top .upload-image {
    background: rgb(255, 255, 255);
    border: 1px solid yellow;
    border-radius: 5px;
}
#identite-top .labl {
    cursor: pointer;
    background: yellow;
    border: 1px solid yellow;
    border-radius: 5px;
    color: rgb(0, 0, 0);
}
#identite-top .btn {
    background: yellow;
    font-size: 20px;
    transition: all 0.5s linear;
}

#identite-top .btn:hover {
    box-shadow: 0 0 10px rgba(255, 255, 0, 0.8), 0 0 30px rgba(255, 255, 0, 0.8),
        0 0 40px rgba(255, 255, 0, 0.8);
    background: rgba(255, 255, 0, 0.2);
    margin-top: -1px;
    border: 1px solid yellow;
    font-size: 22px;
}

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

#identite-top .form {
    box-shadow: 0px 2px 5px rgb(0, 0, 0, 0.5);
    background: #fff;
    border-radius: 5px;
    width: 60%;
}

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

    #identite-top .form {
        width: 100% !important;
    }
}

/* --------- login page ------------- */
#login-page {
    background: url("/image/font.jpg");
    /* background: linear-gradient(to bottom, rgba(22, 22, 22, 0.7) 100%, rgba(22, 22, 22, 0.6) 75%, #161616 100%), url('/image/font.jpg'); */
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    height: 100vh;
    font-family: Calibri;
}

#login-page .log {
    font-family: "Noto Nastaliq Urdu", serif;
}

#login-page .all {
    margin-top: 30px;
}

#login-page .get {
    background-color: yellow;
    color: #000;
    transition: all 0.5s linear !important;
}

#login-page .get:hover {
    box-shadow: 0 0 10px rgba(255, 255, 0, 0.8), 0 0 30px rgba(255, 255, 0, 0.8),
        0 0 40px rgba(255, 255, 0, 0.8);
    background: rgba(255, 255, 0, 0.2);
    margin-top: -1px;
    border: 1px solid yellow;
    font-size: 1.1rem;
}

#login-page .text {
    color: rgb(185, 185, 0);
    text-decoration: none;
    transition: all 0.5s linear !important;
    border-radius: 3px;
    padding: 3px;
}

#login-page .text:hover {
    font-size: 1rem;
    border-bottom: 1px solid rgb(185, 185, 0);
}

#login-page input:invalid:required,
#login-page select:invalid:required,
#login-page textarea:invalid:required {
    border-right: 3px solid #ffff00 !important;
    outline: none !important;
}

#login-page .info {
    color: #000000 !important;
}

#login-page .card {
    background: rgba(255, 255, 255, 0.43) !important;
}

#login-page .box {
    width: 17px;
    height: 17px;
}

/* ------------ mot de passe page ----- */
#passe-page {
    background: url("/image/font.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    font-family: Calibri;
    height: 100vh;
}

#passe-page .pass {
    font-family: "Noto Nastaliq Urdu", serif;
}

#passe-page .all {
    margin-top: 50px;
}

#passe-page .get {
    background-color: yellow;
    color: #000;
    transition: all 0.5s linear;
}

#passe-page .get:hover {
    box-shadow: 0 0 10px rgba(255, 255, 0, 0.8), 0 0 30px rgba(255, 255, 0, 0.8),
        0 0 40px rgba(255, 255, 0, 0.8);
    background: rgba(255, 255, 0, 0.2);
    margin-top: -1px;
    border: 1px solid yellow;
    font-size: 1.1rem;
}

#passe-page .text {
    color: rgb(185, 185, 0);
    text-decoration: none;
    transition: all 0.5s linear !important;
    border-radius: 3px;
    padding: 0 5px 0 5px;
    font-size: 1.1rem;
}

#passe-page .text:hover {
    font-size: 1.2rem;
    border-bottom: 1px solid rgb(185, 185, 0);
}

#passe-page input:invalid:required,
#passe-page select:invalid:required,
#passe-page textarea:invalid:required {
    border-right: 3px solid #ffff00 !important;
}

#passe-page input:focus,
#passe-page select:focus,
#passe-page textarea:focus {
    outline: none;
}

#passe-page .info {
    color: #000000 !important;
}

#passe-page .card {
    background: rgba(255, 255, 255, 0.43) !important;
}

#passe-page .dscr {
    line-height: 30px;
}

@media (max-width: 400px) {
    #passe-page .dscr {
        font-size: 0.9rem;
        line-height: 20px;
    }
}

/* ------------ register page ---------- */
#register-page {
    background-image: url("/image/backgd.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    height: 100vh;
    font-family: Calibri;
}

#register-page .title {
    color: #000 !important;
    font-size: 2rem;
    margin: 50px 0;
    font-family: "Noto Nastaliq Urdu", serif;
}

#register-page h3 {
    color: #000 !important;
    margin: 50px 0;
}

#register-page .cover {
    width: 200px;
}

#register-page .male {
    border-radius: 20px;
    background: cyan;
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    width: 400px;
    transition: all 0.3s linear !important;
}

#register-page .famale {
    border-radius: 20px;
    background: magenta;
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    width: 400px;
    transition: all 0.3s linear !important;
}

#register-page .male:hover,
#register-page .famale:hover {
    border-radius: 25px;
    margin-top: -3px !important;
    box-shadow: 0 0 10px rgba(255, 255, 0, 0.8), 0 0 30px rgba(255, 255, 0, 0.8),
        0 0 40px rgba(255, 255, 0, 0.8);
    background: rgba(255, 255, 0, 0.2);
    border: 3px solid yellow;
}

#register-page .gender a {
    text-decoration: none !important;
    color: #000;
    font-size: 1.5rem;
}

#register-page .gender {
    width: 100%;
}

@media (max-width: 500px) {
    #register-page .title {
        font-size: 1.7rem !important;
        margin-top: 10px;
    }

    #register-page .cover {
        width: 100px;
    }

    #register-page .title,
    #register-page h3 {
        padding: 0 15px;
    }

    #register-page h3 {
        margin-top: -15px;
        line-height: 30px;
    }

    #register-page .male,
    #register-page .famale {
        width: 250px;
    }

    #register-page .gender {
        margin-top: -40px;
        margin-right: 5px;
    }
}

/* -----------  validation page ------------ */

#valider-page {
    background-image: url("/image/backgd.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    overflow-x: hidden;
    height: 100vh;
    font-family: Calibri;
}

#valider-page .title {
    color: #000 !important;
    font-size: 2rem;
}

#valider-page .btn {
    width: 35%;
    background: yellow;
    transition: all 0.3s linear;
}

#valider-page .btn:hover {
    box-shadow: 0 0 10px rgba(255, 255, 0, 0.8), 0 0 30px rgba(255, 255, 0, 0.8),
        0 0 40px rgba(255, 255, 0, 0.8);
    background: rgba(255, 255, 0, 0.2);
    margin-top: -1px;
    border: 1px solid yellow;
    font-size: 1.1rem;
}

#valider-page .title {
    font-family: "Noto Nastaliq Urdu", serif;
}

@media (max-width: 500px) {
    #valider-page .title {
        font-size: 1.7rem !important;
    }

    #valider-page .btn {
        width: 80%;
    }
}

/* ----------------- Question and answer ----------------- */

#qanda-page {
    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;
}

#qanda-page .title {
    color: #000 !important;
    font-size: 2.5rem;
    font-family: "Noto Nastaliq Urdu", serif;
}

#qanda-page .faq-container {
    max-width: 90%;
    margin: 0 auto;
}

#qanda-page .faq {
    background-color: transparent;
    border: 1px solid rgb(206, 206, 0);
    background: rgba(255, 255, 0, 0.3);
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

#qanda-page .faq.active {
    background-color: #fff8c9;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}

#qanda-page .faq-title {
    margin: 0 35px 0 0;
}

#qanda-page .faq-text {
    display: none;
    margin: 30px 0 0;
    font-size: 19px;
}
#qanda-page hr {
    display: none;
}

#qanda-page .faq.active .faq-text,
#qanda-page .faq.active hr {
    display: block;
}

#qanda-page .faq-toggle {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    height: 30px;
    width: 30px;
}

#qanda-page .chevron,
#qanda-page .close {
    width: 12px;
    height: 12px;
}

#qanda-page .faq-toggle .close {
    display: none;
}

#qanda-page .faq.active .faq-toggle .close {
    display: block;
}

#qanda-page .faq.active .faq-toggle .chevron {
    display: none;
}

#qanda-page .faq.active .faq-toggle {
    background-color: yellow;
    border-radius: 50%;
    color: #000000;
}

@media (max-width: 500px) {
    #qanda-page .title {
        font-size: 1.7rem !important;
    }
}

/* ------------- CGUV -------------- */
#CGUV-page {
    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;
}

#CGUV-page .title {
    color: #000 !important;
    font-size: 2.5rem;
    font-family: "Noto Nastaliq Urdu", serif;
}
#CGUV-page .CGUV-cntnt {
    border-radius: 10px;
    box-shadow: 0px 2px 10px rgba(172, 146, 0, 0.3);
    background: rgba(255, 255, 255, 0.386);
    backdrop-filter: blur(10px);
}

@media (max-width: 500px) {
    #CGUV-page .title {
        font-size: 1.5rem !important;
    }
}

/* ------------- CGUV -------------- */
#loi-page {
    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;
}

#loi-page .title {
    color: #000 !important;
    font-size: 2.5rem;
    font-family: "Noto Nastaliq Urdu", serif;
}
#loi-page .loi-cntnt {
    border-radius: 10px;
    box-shadow: 0px 2px 10px rgba(172, 146, 0, 0.3);
    background: rgba(255, 255, 255, 0.386);
    backdrop-filter: blur(10px);
}

@media (max-width: 500px) {
    #loi-page .title {
        font-size: 1.5rem !important;
    }
}
