﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Naskh+Arabic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&display=swap');

@import url(paktype.css);

html {
    direction: rtl;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/*section {
    margin-left: 20vw;
    padding: 0vw 0.5vw 0vw 0.5vw;
    background-color: lightyellow;
    border: 5px solid gold;
}*/

section {
    margin-left: 20vw;
    padding: 0vw 0.5vw 0vw 0.5vw;
    /*background-color: lightyellow;*/
    border: 1px solid gray;
}


.eoAaya {
    font-size: calc(1.5vw + 1em);
    font-family: 'PakType Naskh Basic';
    font-stretch: semi-expanded;
    color: darkgreen;
}

.reh {
    font-size: calc(0.15vw + 1em);
    font-family: 'PakType Naskh Basic';
    font-stretch: semi-expanded;
    color: darkred;
}

.ramooz {
    font-size: calc(0.5vw + 1em);
    font-family: 'PakType Naskh Basic';
    font-stretch: semi-expanded;
    color: darkblue;
}

    .ramooz:before {
        content: "\200c\00a0"; /* zwnj + nbsp "\200c\00a0" */
    }

.ramoozWide {
    font-size: calc(0.5vw + 1em);
    font-family: 'PakType Naskh Basic';
    font-stretch: semi-expanded;
    color: darkblue;
}

    .ramoozWide:before {
        content: "\00a0\00a0"; /* zwnj + nbsp "\200c\00a0" */
    }

    .ramoozWide:after {
        content: "\00a0"; /* zwnj + nbsp "\200c\00a0" */
    }

.body {
    font-size: calc(0.5vw + 1em);
    font-family: 'PakType Naskh Basic';
    font-stretch: semi-expanded;
    position: relative;
    background: linear-gradient(90deg, #cccccc, #70d972, #eb9292 );
    background-size: 400% 400%;
}

.heading {
    font-size: calc(2vw + 1em);
    font-family: 'PakType Naskh Basic';
    font-stretch: semi-expanded;
    text-align: center;
    color: black;
    font-weight: normal;
    /*text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;*/
}

p {
    text-align: center;
}

.juz {
    font-size: calc(0.5vw + 0.35em);
    position: absolute;
    left: 0vw;
    width: 5.5vw;
    display: inline-grid;
    color: darkolivegreen;
    background-color: gold;
    user-select: none;
    font-family: 'Noto Naskh Arabic UI';
}

.manzil {
    font-size: calc(0.5vw + 0.35em);
    position: absolute;
    left: 5vw;
    display: grid;
    width: 5vw;
    color: darkmagenta;
    user-select: none;
    font-family: 'Noto Naskh Arabic UI';
}

/*.reh-hashiya {
    font-size: calc(0.5vw + 0.35em);
    position: absolute;
    left: 12vw;
    display: inline-grid;
    width: 6vw;
    color: darkred;
    user-select: none;
}*/

.reh-hashiya {
    font-size: calc(0.5vw + 0.35em);
    font-family: 'Noto Naskh Arabic UI';
    position: absolute;
    left: 12vw;
    /*display: none;*/
    width: 6vw;
    color: darkred;
    user-select: none;
}

[data-type="ra-izafi"] {
    color: darkblue;
}

.hashiya {
    font-size: calc(0.5vw + 0.35em);
    position: absolute;
    left: 12vw;
    display: inline-grid;
    width: 6vw;
    user-select: none;
    font-family: 'Noto Naskh Arabic UI';
}

[data-type="eoa-izafi"] {
    font-size: calc(0.5vw + 0.35em);
    position: absolute;
    display: inline;
    left: 5vw;
    width: 6vw;
    color: darkgreen;
    font-family: 'Noto Naskh Arabic UI';
}

.ruku {
    font-size: calc(0.5vw + 0.35em);
    position: absolute;
    display: inline;
    left: 0vw;
    background-color: lightgray;
    user-select: none;
    font-family: 'Noto Naskh Arabic UI';
}

    .ruku:after {
        background-color: lightgray;
    }

    .ruku:after {
        content: "ع";
        background-color: lightgray;
    }