* { box-sizing: border-box; margin: 0; padding: 0 }

.container { display: flex; justify-content: space-around; flex-wrap: wrap }
/* line number 6 makes 1rem = 10px (because 62.5% of 16px = 10px) */
/* html {
    font-size: 62.5%; 
} */
.imgs {
    width: 400px;
    height: 450px;
    border-radius: 20px;
    margin-top: 20px;
    background: linear-gradient(to right, rgb(255, 142, 246), rgb(255, 213, 219));
    border: 2px solid black;
}

.res {
    width: 330px;
    height: 450px;
    border-radius: 20px;
    margin-top: 20px;
    background: linear-gradient(to right, rgb(109, 199, 255), rgb(214, 250, 255));
    border: 2px solid black;
    margin-bottom: 20px;
}

.fee {
    width: 450px;
    height: 245px;
    border-radius: 20px;
    background: linear-gradient(to right, rgb(0, 255, 47), rgb(235, 255, 236));
    border: 2px solid black;
    display: flex;
    flex-wrap: wrap;
}

.course {
    width: 450px;
    height: 200px;
    border-radius: 20px;
    margin-top: 5px;
    background: linear-gradient(to right, rgb(210, 142, 255), rgb(246, 230, 255));
    border: 2px solid black;
}

.why {
    /* display: flex;
    justify-content: center;
    align-items: center; */
    text-align: center;
    font-size: 1.1rem;
    background-color: lightskyblue;
    border-radius: 5px;
    width: 380px;
    /* height: 60px; */
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2rem;
    /* white-space: pre; */
}

.in, textarea {
    width: 90%;
    font-size: 1.25rem;
    border-radius: 5px;
    padding-left: 5px;
    margin-bottom: 5px;
}

.text {
    width: 90%;
    margin:  auto;
    margin-top: 5px;
    text-align: center;
    font-size: 2rem;
}

.fee-text {
    width: 80%;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 0px;
    text-align: center;
    font-size: 2rem;
}

.course-text {
    width: 80%;
    margin: auto;
    margin-top: 5px;
    text-align: center;
    font-size: 2rem;
}
.qaida {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    background-color: lightskyblue;
    border-radius: 10px;
    width: 130px;
    height: 40px;
    /* white-space: pre; */
}
.nazra {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    margin-top: 10px;
    background-color: lightskyblue;
    border-radius: 10px;
    width: 430px;
    height: 40px;
    /* white-space: pre; */
}
.hifz {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    background-color: lightskyblue;
    border-radius: 10px;
    width: 270px;
    height: 40px;
    /* white-space: pre; */
}
.tafseer {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    margin-top: 10px;
    background-color: lightskyblue;
    border-radius: 10px;
    width: 155px;
    height: 40px;
    /* white-space: pre; */
}

.cour {
    margin-left: auto;
    margin-right: auto;
}

.quran-text {
    width: 90%;
    margin: auto;
    margin-top: 5px;
    text-align: center;
    font-size: 2rem;
    line-height: 1.7rem;
}

.money {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 30px;
    background-color: rgb(182, 248, 255);
    border: 1px solid turquoise;
    margin-top: 10px;
    border-radius: 10px;
}

#euro {
    margin-top: 0px;
}

.channel{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    align-self: center;
    width: 480px; height: 100px; border-radius: 20px;
    margin-top: 5px;
}

.reg { justify-content: center }
.a::-webkit-inner-spin-button, .a::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0 }

.send_div { text-align: center }
.send {
    font-size: 1.4rem;
    border-radius: 5px;
    background-color: turquoise;
    transition: all 0.3s ease-in-out;
    margin-bottom: 10px;
}
.send:hover { background-color: lime; transform: translateY(-2px) }

table {
    border-collapse: separate;
    border: solid black 1px;
    border-radius: 6px;
}
td,th { border-left: solid black 1px; border-top: solid black 1px }
th:first-of-type { border-top-left-radius: 10px }
th:last-of-type { border-top-right-radius: 10px }
tr:last-of-type td:first-of-type { border-bottom-left-radius: 10px }
tr:last-of-type td:last-of-type { border-bottom-right-radius: 10px }

.img { width: 397px }