* {
    margin: 0;
    padding: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-block-end: 0;
    padding-block-start: 0;
}

.rtl {
    direction: rtl;
}

@font-face {
    font-family: "rezvan";
    src: url("../fonts/Rezvan.ttf") format(woff);
}

@font-face {
    font-family: "kamran";
    src: url("../fonts/Far.Kamran\ Bold.ttf") format(woff);
}

@font-face {
    font-family: "estedad";
    src: url("../fonts/Estedad/ttf/Estedad-SemiBold.ttf") format(woff);
}

p,
blockquote,
h1,
h2,
h3,
h4,
h5,
i,
b,
ul,
li {
    cursor: default;
}

#background,
.info-title {
    background-image: linear-gradient(to bottom right, rgb(1, 1, 31) 9%, blue 60%, rgb(7, 0, 46));
    color: white;
}

.buy,
.h,
#body-header {
    text-align: center;
}

#body-header,
#body-footer,
.buy,
.rezvan {
    font-family: "rezvan";
}

.posters img {
    width: 90%;
    display: block;
    margin: 0 auto;
    padding: 9px 0 6px 0;
}

.text-color {
    color: rgb(253, 32, 32);
    text-shadow: 1px 1px 1px black;
    font-weight: 600;
}

.warning {
    font-weight: 900;
    font-size: larger;
}

.warning span {
    color: brown;
    text-shadow: 1px 1px 1px white;
}

#body-main,
.kamran {
    font-family: "rezvan";
}

.estedad {
    font-family: "estedad";
}

#body-main,
.images,
.buy {
    margin: auto;
}

.images,
#body-footer,
.footer-section,
.social,
.links {
    display: flex;
    flex-flow: column;
}

#background {
    min-width: 300px;
    padding-top: 30px;
}

#body-header {
    background-image: url(../images/favicon.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 69px 72px;
    background-position-x: 99%;
    background-color: rgba(255, 255, 0, 0.863);
    padding: 30px 6px;
    font-size: smaller;
    padding-right: 5.4em;
}

#body-main {
    display: block;
    background-color: white;
    padding-bottom: 30px;
    border-radius: 30px;
    width: 90%;
    color: rgb(34, 34, 34);
}

.slider-div {
    width: 100%;
    height: 100%;
    padding: 30px 0;
    position: relative;
    overflow: hidden;
    background-color: lightblue;
    border-top: dashed 6px white;
    border-bottom: dashed 6px white;
}

#poster {
    position: relative;
}

.top-poster img {
    width: 100%;
    border-radius: 30px;
}

#hover-title {
    position: absolute;
    z-index: 6;
    top: 82%;
    text-shadow: 1px 1px 1px rgb(51, 50, 50);
    font-weight: 900;
    font-size: 1.5em;
    padding: 1% 3%;
}

.title-h2 {
    color: black;
    padding: 9% 3.6% 3% 3.6%;
    text-shadow: 1px 1px 1px rgb(51, 50, 50);
    font-weight: 900;
    font-size: 1.5em;
}

.general-text {
    text-shadow: 1px 1px 1px black;
    text-align: center;
}

.annunce {
    font-size: 1em;
    padding: 30px 3%;
    line-height: 2;
    margin: 30px 21px;
}

.lonely-p {
    color: rgb(51, 50, 50);
    font-size: 1.5em;
    padding: 12% 27px 3%;
}

.emphasy {
    padding-bottom: 21%;
}

.bq,
.p {
    padding: 15px 27px;
    font-size: 1rem;
    text-shadow: 1px 1px 1px rgb(80, 80, 80);
    line-height: 2.4;
    text-align: justify;
}

.articles>.p:last-of-type {
    padding-bottom: 12%;
}

.purchase {
    display: block;
    margin: auto;
    padding: 3%;
}

.form-title {
    text-align: center;
    padding: 21px 0;
    text-shadow: 1px 1px 1px rgb(0, 0, 0, .8);
    font-size: larger;
}


.info {
    padding: 30px 30px;
}

.info-title {
    padding: 6px 15px;
}

li.li {
    font-weight: 500;
    padding-bottom: 21px;
    letter-spacing: .6px;
    color: rgb(3, 90, 3);
    text-shadow: 1px 1px 1px green;
}

ul.ul {
    padding: 45px 15px 39px 0;
}

h5.p {
    padding-bottom: 60px;
}

.h {
    color: rgb(202, 132, 47);
    text-shadow: 1px 1px 1px rgb(34, 19, 1);
    font-size: 1.5em;
}

.price {
    text-align: left;
    padding: 60px 0 24px 9%;
    color: rgb(250, 59, 59);
    text-shadow: 1px 1px 1px rgb(41, 41, 0);
    font-size: 1.5em;
}

.price-num {
    color: rgb(241, 14, 14);
    text-decoration: underline;
    text-shadow: none;
}

.nonoff {
    text-decoration: line-through solid rgb(48, 1, 1) 2px;
}

.receipt-s,
.receipt-s {
    word-wrap: break-word;
    overflow: auto;
}

.purchaseId {
    font-family: sans-serif;
    padding: 0 2.7%;
    font-size: 15px;
}

a.download-button {
    display: block;
    margin: 30px auto;
    text-align: center;
    text-decoration: none;
}

.download-button {
    color: white;
    display: block;
    background-image: linear-gradient(to right bottom, green, rgb(12, 192, 12), rgb(26, 117, 26));
    border: 2px solid rgb(1, 70, 1);
    border-radius: 15%;
    padding: 3% 6%;
    font-size: 1.2em;
    font-family: rezvan;
    text-decoration: none;
    width: 48%;
    text-shadow: 2px 2px 2px black;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.699);
}

.download-button:hover {
    background-image: linear-gradient(to right top, rgb(0, 105, 0), rgb(10, 150, 10), rgb(18, 82, 18));
    color: black;
    text-shadow: 2px 2px 2px white;
    border: 2px solid rgb(1, 61, 1);
    box-shadow: none;
}

.download-button:focus {
    border: none;
}

.pv{
    font-size: .8em;
}

#q1 {
    background-image: linear-gradient(to right bottom, rgb(128, 0, 90), rgb(192, 12, 162), rgb(117, 26, 105));
    border: 2px solid rgb(70, 1, 61) !important;
}

#q1:hover {
    background-image: linear-gradient(to right bottom, purple, rgb(192, 12, 177), rgb(117, 26, 102));
    border: 2px solid rgb(70, 1, 67);
}

#q2 {
    background-image: linear-gradient(to right bottom, rgb(128, 87, 0), rgb(192, 144, 12), rgb(117, 88, 26));
    border: 2px solid rgb(70, 46, 1) !important;
}

#q2:hover {
    background-image: linear-gradient(to right bottom, rgb(128, 94, 0), rgb(192, 135, 12), rgb(117, 96, 26));
    border: 2px solid rgb(70, 57, 1);
}

#q3 {
    background-image: linear-gradient(to right bottom, rgb(128, 0, 0), rgb(192, 12, 12), rgb(117, 26, 26));
    border: 2px solid rgb(70, 1, 1) !important;
}

#q3:hover {
    background-image: linear-gradient(to right bottom, rgb(128, 0, 0), rgb(192, 12, 12), rgb(117, 26, 26));
    border: 2px solid rgb(70, 1, 1);
}

#q4 {
    background-image: linear-gradient(to right bottom, rgb(0, 128, 96), rgb(12, 186, 192), rgb(26, 117, 82));
    border: 2px solid rgb(1, 70, 47) !important;
}

#q4:hover {
    background-image: linear-gradient(to right bottom, rgb(0, 255, 179), rgb(12, 192, 132), rgb(26, 117, 94));
    border: 2px solid rgb(1, 70, 55);
}

#q5 {
    background-image: linear-gradient(to right bottom, rgb(119, 128, 0), rgb(192, 189, 12), rgb(116, 117, 26));
    border: 2px solid rgb(69, 70, 1) !important;
}

#q5:hover {
    background-image: linear-gradient(to right bottom, rgb(126, 128, 0), rgb(189, 192, 12), rgb(111, 117, 26));
    border: 2px solid rgb(70, 69, 1);
}

#q6 {
    background-image: linear-gradient(to right bottom, rgb(128, 0, 43), rgb(192, 12, 96), rgb(117, 26, 61));
    border: 2px solid rgb(70, 1, 24) !important;
}

#q6:hover {
    background-image: linear-gradient(to right bottom, rgb(128, 0, 38), rgb(192, 12, 87), rgb(117, 26, 56));
    border: 2px solid rgb(70, 1, 27);
}

.message {
    direction: rtl;
    text-align: right;
    line-height: 2;
    padding: 0px 6%;
}

.pointing-down {
    display: inline-block;
    animation: pointer 1s 2s infinite both alternate-reverse;
}

.underline {
    text-decoration: underline;
}

@keyframes pointer {
    0% {
        transform: translateY(-3px);
    }

    100% {
        transform: translateY(9px);
    }
}

#body-footer {
    padding: 12% 9% 3%;
    text-align: right;
    color: rgb(235, 235, 138);
    justify-content: space-between;
    background-color: rgba(0, 0, 0, 0.616);
    margin-top: 45px;
}

.credits {
    color: wheat;
    font-size: large;
    font-size: 1.2rem;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.596);
    line-height: 2;
}

.social {
    line-height: 2;
    padding-top: 12%;
}

.enli {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

.links {
    width: 51%;
    align-self: end;
    align-content: space-between;
}

.username {
    color: rgb(248, 105, 224);
}

.final {
    padding-top: 6%;
    text-shadow: none;
}

.slf {
    font-size: 1.2em;
}

#body-footer a,
.me {
    display: inline-flex;
    color: aqua;
    align-self: self-end;
}

.cr {
    text-align: left;
    direction: ltr;
    justify-self: end;
    padding-top: 12%;
}

@media screen and (max-width: 300px) {
    #body-header {
        width: 222px;
    }
}

@media screen and (min-width: 450px) {
    #body-main {
        width: 84%;
    }

    .links {
        width: 39%;
        flex-flow: row;
        justify-content: space-around;
    }

    #body-header {
        font-size: larger;
        padding-right: 4.2em;
    }
}

@media screen and (min-width: 768px) {
    #background {
        font-size: 1rem;
    }

    #body-header {
        background-size: contain;
        padding-right: 3em;
    }

    .posters {
        position: relative;
        width: 100%;
    }

    .posters img {
        width: 100%;
        position: absolute;
        top: 3%;
    }

    section.aside .flex {
        display: flex;
        flex-flow: row-reverse;
        justify-content: center;
    }

    .flex .articles {
        width: 165%;
    }

    #body-footer {
        padding: 0 15% 3%;
    }

    .final {
        padding-top: 9%;
        text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.596);
    }
}

@media screen and (min-width: 970px) {
    #background {
        font-size: 1.5rem;
    }

    .posters img {
        width: 100%;
    }

    .flex .articles {
        width: 165%;
    }

    #body-footer {
        padding: 9%;
    }
}

@media screen and (min-width: 1200px) {
    #background {
        font-size: 2rem !important;
    }

    .xlf {
        font-size: 1em;
        padding: 3% 9%;
    }

    .final {
        font-size: 1.5em;
    }
}

/* ws styling */

.w3-content,
.w3-auto {
    margin-left: auto;
    margin-right: auto
}

.w3-content {
    max-width: 980px
}

.w3-section,
.w3-code {
    margin-top: 16px !important;
    margin-bottom: 16px !important
}

.w3-animate-left {
    position: relative;
    animation: animateleft 0.4s
}

@keyframes animateleft {
    from {
        left: -300px;
        opacity: 0
    }

    to {
        left: 0;
        opacity: 1
    }
}

.w3-animate-right {
    position: relative;
    animation: animateright 0.4s
}

@keyframes animateright {
    from {
        right: -300px;
        opacity: 0
    }

    to {
        right: 0;
        opacity: 1
    }
}