@font-face {
    font-family: font1;
    src: url('./static/fonts/vazir/Vazir-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Vazir;
    src: url('./static/fonts/vazir/Vazir-Medium.eot');
    src: url('./static/fonts/vazir/Vazir-Medium.woff') format('woff'),
        url('./static/fonts/vazir/Vazir-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body * {
    font-family: Vazir;
}

a:link {
    color: rgb(255, 255, 255);
    background-color: transparent;
    text-decoration: none;

    box-sizing: unset;
}

img.logo {
    width: 200px;
    height: 200px;
}

/* header page */

.header {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    align-content: stretch;
    flex-direction: row;
    border-bottom: 1px solid red;
    width: 97%;
    margin: 0px;
    position: relative;
    background: #fff;
    height: 100px;
}

.header .logo {
    height: 100px;
}

/* footer page */

.footer {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    align-content: stretch;
    width: 100%;
    flex-direction: row;
    margin: 0px;
    position: fixed;
    bottom: -25px;

}

.footer .item a {
    color: black;
    text-decoration: none;
}

.footer .item:hover a {
    color: white;
}

.footer .a:link * {
    color: rgb(255, 255, 255);
    background-color: transparent;
    text-decoration: none;
    transition: background-color 0.3s;
}



.footer .item {
    color: rgb(85, 85, 85);
    padding: 5px;
    flex-grow: 1;
    height: 100px;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    background-color: #c8c8c8;
    cursor: pointer;
    margin: 1%;
    border-radius: 66px 159px 47px 136px;
    transition: background-color 0.3s;
}



.footer .item:hover {
    background-color: rgb(84, 84, 84);
    color: rgb(255, 255, 255);
}

input[type=text] {
    font-family: vazir;
    padding: 5px;

    border: 1px solid #ede9e9;

    border: 1px solid #aaa;

}

/* home(main) page */


button {
    font-family: vazir;
    padding: 5px 10px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: darkcyan;
    color: white;
    cursor: pointer;
    transition: all 0.2s;
}

.frame {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-top: 20vh;
}

.box {
    display: inline-block;
    padding: 10px;
    color: black;
    cursor: pointer;
    transition: background-color 0.3s;
}

.box:hover {
    background-color: #000000;
    color: rgb(255, 255, 255);
}

.box:active {
    background-color: white;
    color: black;
}

.frame .frame-upload-buttons {
    display: flex;
    flex-wrap: wrap;
}

.frame-upload-buttons .input-photo {
    border-radius: 115px 29px 104px 185px;
}


.frame-upload-buttons .input-movie {
    border-radius: 56px 169px 190px 88px
}

.frame-upload-buttons .input-text {
    border-radius: 116px 95px 164px 88px
}

.frame-upload-buttons .input-voice {
    border-radius: 170px 95px 164px 44px
}

.frame-upload-buttons .box {
    height: 150px;
    margin: 20px;
    background-color: #f4f4f4;
    opacity: 0.5;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
}

@media screen and (max-width: 1399px) {
    .frame-upload-buttons .box {
        width: 1000px;
    }

    .frame .frame-upload-buttons {
        width: 380px;
    }
}

@media screen and (min-width: 1400px) {
    .frame-upload-buttons .box {
        width: 200px;
        margin: 30px;
    }

    .frame .frame-upload-buttons {
        width: auto;
    }
}

.frame-upload-buttons div:hover {
    opacity: 0.8;
}

#fileuploader {
    display: none;
}

* {
    box-sizing: border-box;
}


.btn {

    text-align: center;
    width: 15%;
    border-radius: 17px;
    font-size: 15px;
    position: relative;

}

h1 {
    width: 50%;
    color: #777;
    font-size: 32px;
    margin: 8% auto;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    /*padding-top: 40px;*/
}

form {
    /*padding: 15px;*/
    text-align: center;
}

.field {
    padding: 12px 0;
    margin-bottom: 15px;
    border-radius: 17px;
    border: 2px solid transparent;
    text-align: center;
    width: 30%;
    font-size: 15px;
    transition: border .2s, background-color .2s;
}


form .field {
    background-color: #ECF0F1;
}

form .field:focus {
    border: 2px solid #4779d0;
}

form .btn {

    background-color: #ffffff00;

    color: #fff;
    line-height: 25px;
    cursor: pointer;
    position: relative;
}

form .btn:hover,
form .btn:active {
    background-color: #56595b;
    border: 2px solid #171d20;
}

.pass-link {
    text-align: center;
    margin: 18px;
}

.pass-link a:link,
.pass-link a:visited {
    font-size: 18px;
    color: #777;
}


/* my Qr code */

.pt-1 {

    margin-top: 3%;
}


.pt-3 {

    padding-top: 2rem !important;
    margin-top: 3%;
    text-align: center;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.282);
}

.pt-4 {

    color: white;
}


/* /shop page/ */


#shop-box {
    text-align: center;
    max-width: 500px;
    margin: 3% auto;
}

.block-shop {
    width: 200px;
    height: 200px;
    margin: 10px;
    display: inline-block;
    background: #f7f7f748;
    border-radius: 20px;
}

.btn-pay {

    background-color: #56595b;
    border-radius: 10px;
    top: 47%;
    color: rgb(0 0 0);

}

.name-prodouct {
    background-color: #aaaaaa00;


}

/* login page */


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Quicksand", sans-serif;
    position: relative;
}

body b {

    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: #ffffff;
    width: 100%;

}

.ring {
    position: relative;
    width: 400px;
    height: 535px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 36%;
}

.ring i {
    position: absolute;
    inset: 0;
    border: 2px solid #000000;
    transition: 0.5s;
}

.ring i:nth-child(1) {
    border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
    animation: animate 6s linear infinite;
}

.ring i:nth-child(2) {
    border-radius: 41% 44% 56% 59%/38% 62% 63% 37%;
    animation: animate 4s linear infinite;
}

.ring i:nth-child(3) {
    border-radius: 41% 44% 56% 59%/38% 62% 63% 37%;
    animation: animate2 10s linear infinite;
}

.ring:hover i {
    border: 6px solid var(--clr);
    filter: drop-shadow(0 0 20px var(--clr));
}

@keyframes animate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate2 {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.login {
    position: absolute;
    width: 300px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.login h2 {
    font-size: 2em;
    color: #000000;
}

.login .inputBx {
    position: relative;
    width: 100%;
}

.login .inputBx input {
    position: relative;
    width: 100%;
    padding: 12px 20px;
    background: transparent;
    border: 2px solid #000000;
    border-radius: 40px;
    font-size: 1.2em;
    color: #000000;
    box-shadow: none;
    outline: none;
}

.login .inputBx input[type="submit"] {
    width: 100%;
    background: #0078ff;
    background: linear-gradient(45deg, #ff357a, #fff172);
    border: none;
    cursor: pointer;
}

.login .inputBx input::placeholder {
    color: rgba(0, 0, 0, 0.75);
}

.login .links {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.login .links a {
    color: #000000;
    text-decoration: none;
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Quicksand", sans-serif;
}

body b {

    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: #ffffff;
    width: 100%;

}

.ring {
    position: relative;
    width: 400px;
    height: 535px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 36%;
}

.ring i {
    position: absolute;
    inset: 0;
    border: 2px solid #000000;
    transition: 0.5s;
}

.ring i:nth-child(1) {
    border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
    animation: animate 6s linear infinite;
}

.ring i:nth-child(2) {
    border-radius: 41% 44% 56% 59%/38% 62% 63% 37%;
    animation: animate 4s linear infinite;
}

.ring i:nth-child(3) {
    border-radius: 41% 44% 56% 59%/38% 62% 63% 37%;
    animation: animate2 10s linear infinite;
}

.ring:hover i {
    border: 6px solid var(--clr);
    filter: drop-shadow(0 0 20px var(--clr));
}

@keyframes animate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate2 {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.login {
    position: absolute;
    width: 300px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.login h2 {
    font-size: 2em;
    color: #000000;
}

.login .inputBx {
    position: relative;
    width: 100%;
}

.login .inputBx input {
    position: relative;
    width: 100%;
    padding: 12px 20px;
    background: transparent;
    border: 2px solid #000000;
    border-radius: 40px;
    font-size: 1.2em;
    color: #000000;
    box-shadow: none;
    outline: none;
}

.login .inputBx input[type="submit"] {
    width: 100%;
    background: #0078ff;
    background: linear-gradient(45deg, #ff357a, #fff172);
    border: none;
    cursor: pointer;
}

.login .inputBx input::placeholder {
    color: rgba(0, 0, 0, 0.75);
}

.login .links {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.login .links a {
    color: #000000;
    text-decoration: none;

}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    top: 13%;

}

/* profile page */


.exite_icon {
    position: absolute;
    top: 110%;
    left: 1%;

}

.exite_icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.countdown-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* background-color: rgba(0, 0, 0, 0.8);
    color: white;
    font-family: Arial, sans-serif; */
}

.countdown-timer {
    font-size: 28px;
    font-weight: bold;
}

.Subscription-pay {
    position: absolute;
    top: 38vh;

}

.Subscription-pay {
    width: 60px;
    height: 60px;

}

.right-text {
    position: absolute;
    top: 43.5vh;
    left: 16vh;
    margin: -75%;
}

.right-text p {
    margin: 0;
    font-size: 19px;
    color: #000000;
}

.card {

    background-color: #ffffff21;

}


/* inftosend page */

.bouton-contact {

    margin-top: 2%;

}

.form-group {

    margin-top: 1.5rem;
}

/*orderhistory.php*/

.py-4 {

    color: white;
}

.col-md-8 {

    color: black;
}