@font-face {
    font-family: "arefruqaa";
    src: url(../fonts/ArefRuqaa-Regular.ttf);
}

@font-face {
    font-family: "ElMessiri";
    src: url(../fonts/ElMessiri-VariableFont_wght.ttf);
}

@font-face {
    font-family: "Almarai";
    src: url(../fonts/Almarai-Regular.ttf);
}
body{
    max-width: 100vh;
    overflow-x: hidden;
}
* {
    padding: 0;
    margin: 0;
    font-family: Almarai;
}

.full-screen {
    height: 100vh;
    width: 100vw;
}

.body {
    display: flex;
    flex-direction: column;
}

.colored-section {
    background: #329A9A;
    background: radial-gradient(circle, rgba(117, 209, 209, 1) 0%, rgba(50, 154, 154, 1) 100%);
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.footer-section{
    background: #329A9A;
    background: linear-gradient( rgba(117, 209, 209, 1) 0%, rgba(50, 154, 154, 1) 100%);
    width: 100%;
    overflow: hidden;
}

.white-section {
    background-color: #ffffff;
    padding: 50px 0;

}

.colored-section-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-section-container{
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 60px 0;
}

.tabsera-logo{
    width: 100px;
    padding: 20px;
}

.ayah-and-mockup-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.vintage-img {
    max-width: 90%;
    margin-top: -80vw;
}

.mockup-img {
    max-width: 70%;
    margin-top: 50px;

}


.HQ-logo-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 30px;
    margin-top: 10vh;
}

.QH_logo {
    max-width: 25%;
}

.QH_logo_ayah {
    max-width: 50%;
    margin-top: 30px;
}

.QH_logo_img {
    max-width: 30%;
    margin-top: 30px;
}

.welcome-statment {
    font-family: "ElMessiri";
    color: rgb(255, 255, 255);
    font-size: 22px;
    margin-top: 30px;
}

.welcome-and-download {
    display: flex;
    margin-top: 50px;
    flex-direction: column;
}

.welcome-and-download {
    width: 90%;
}


.welcome-txt {
    font-family: "ElMessiri";
    color: rgb(255, 255, 255);
    font-size: 18px;
    width: 100%;
    text-align: center;
}

.welcome-name {
    color: bisque;
    display: block;
}





.pricing-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px;

}

.pricing-card {
    flex: 1;
    width: 80%;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.pricing-card.popular {
    border-color: #329A9A;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.2);
}

.plan-title {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.light .price {
    color: #599bff;
}

.price {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #329A9A;
}

.larg .price {
    color: #000000;
}

.per-month {
    font-size: 1rem;
    font-weight: normal;
    color: #6c757d;
}

.features-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
    text-align: right;
}

.features-list li {
    margin-bottom: 10px;
}

.cta-button {
    display: block;
    padding: 10px 15px;
    background-color: #329A9A;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.light .cta-button {
    background-color: #599bff;
}

.larg .cta-button {
    background-color: #000000;
}

.cta-button:hover {
    background-color: #083535;
}

.blue-color {
    color: rgb(0, 116, 189);
    font-weight: bold;
}

.red-color {
    color: rgb(129, 3, 3);
}

.gray-color {
    color: gray;
}

.soon-txt{
    font-size: 25px;
    text-align: center;
    color: antiquewhite;
}


@media (min-width: 500px) {


    .colored-section-container {
        flex-direction: row;
    }

    .vintage-img {
        max-width: 50%;
        margin-top: -600px;
        margin-right: -700px;
        transform: rotate(90deg);
        display: none;
    }

    .ayah-and-mockup-container{
        height: 100vh;
        width: 90%;
    }
}

@media (min-width: 600px) {
    .ayah-and-mockup-container{
        height: 100vh;
        width: 90%;
    }

    .pricing-card {
        width: 70%;
    }
}

@media (min-width: 800px) {
    .ayah-and-mockup-container{
        height: 100vh;
        width: 90%;
    }

    .pricing-card {
        width: 50%;
    }
}

@media (min-width: 900px) {
    .ayah-and-mockup-container{
        height: 100vh;
        width: 70%;
    }

    .pricing-section {
        flex-direction: row;
        /* Stacks cards vertically on small screens */
        align-items: center;
        justify-content: center;
        width: 90%;
        margin: 0 auto;

    }

    .pricing-card {
        margin-bottom: 20px;
    }
}

@media (min-width: 1150px) {
    .ayah-and-mockup-container{
        height: 100vh;
        width: 60%;
    }

    .soon-txt{
        font-size: 30px;
    }

}

@media (min-width: 1300px) {
    .ayah-and-mockup-container{
        height: 100vh;
        width: 40%;
    }

    .pricing-section {
        width: 90%;
    }
}

@media (min-width: 1400px) {
    .ayah-and-mockup-container{
        height: 100vh;
        width: 35%;
    }

    .pricing-section {
        width: 80%;
    }
}


