﻿
@font-face {
    font-family: 'W_yekan';
    src: url('../font/Yekan.woff') format('woff');
}

body {
    background-color: black;
}

.header {
    margin-top: 70px;
    width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.video {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: black;
}



#paragraph {
    margin-top: 50px;
    width: 94%;
    margin-left: 3%;
}

   


@media screen and (max-width:1000px) {   


    a:hover {
    background-color: purple;
    }

     .menu {
        position: fixed;
        top: -10px;
        left: 0;
        width: 100%;
        background-color: rgba(0,80,80,0.7);
        height: 60px;
        list-style: none;
        direction: rtl;
    }


    .menu_item {
        float: right;
        padding-right: 15px;
        padding-left: 15px;
        height: 48px;
        text-decoration: none;
        cursor: pointer;
        font-size: 33px;
        color: white;
        padding-top: 12px;
        font-family: W_yekan;
    }

    #gametext {
        padding-left: 3%;
        padding-right: 3%;
        text-align: right;
        direction: rtl;
        font-family: W_yekan;
        font-size: 14px;
        color: white;
        min-width : 94%;
    }

    .downloadlink {
        background-color: rgba(0,80,80,0.7);
        color:white;
        font-family: W_yekan;
        font-size: 45px;
        height: auto;
        width: 50%;
        float: left;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
    }

    .gameimages {
        width: 95%;
    }

    .download_and{
        background-color: rgb(252, 54, 0);
        color:white;
        font-family: W_yekan;
        font-size: 40px;
        min-width: 100%;
        margin-top : 30px;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        border-radius: 15px 15px;
        display : block;
    }

    .download_com{
        display:none;
    }

}




@media screen and (min-width:1000px) { 

    a:hover {
    background-color: purple;
    height : 100%;
}

     .menu {
        position: fixed;
        top: -10px;
        left: 0;
        width: 100%;
        background-color: rgba(0,80,80,0.7);
        height: 60px;
        list-style: none;
        direction: rtl;
    }


    .menu_item {
        float: right;
        padding-right: 15px;
        padding-left: 15px;
        height: 48px;
        text-decoration: none;
        cursor: pointer;
        font-size: 33px;
        color: white;
        padding-top: 5px;
        font-family: W_yekan;
    }

    #gametext {
        padding-left: 3%;
        padding-right: 3%;
        text-align: right;
        direction: rtl;
        font-family: W_yekan;
        font-size: 22px;
        color: white;
        min-width : 94%;
    }

    .downloadlink {
        background-color: rgba(0,80,80,0.7);
        color:white;
        font-family: W_yekan;
        font-size: 35px;
        height: auto;
        width: 50%;
        float: left;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
    }

    .gameimages {
        width: 70%;
        margin-left : 15%;
    }

    .download_com{
        background-color: rgb(252, 54, 0);
        color:white;
        font-family: W_yekan;
        font-size: 40px;
        min-width: 70%;
        margin-top : 30px;
        margin-left : 15%;
        margin-right :15%;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        border-radius: 15px 15px;
        display : block;
    }

    .download_and{
        display:none;
    }
}








.downloadlink:hover {
    background-color: purple;
    color: white;
}


.footer {
    margin-top: 100px;
    width: 100%;
    height: 90px;
    background-color: purple;
    border-radius: 30px 30px;
}

#footertext {
    direction: rtl;
    padding-top: 10px;
    text-align: center;
    color: white;
    font-family: W_yekan;
    font-size: 20px;
}


.animate-top {
    position: relative;
    animation: animatetop 0.4s;
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

.animate-left {
    position: relative;
    animation: animateleft 0.4s;
}

@keyframes animateleft {
    from {
        left: -300px;
        opacity: 0;
    }

    to {
        left: 0;
        opacity: 1;
    }
}

.animate-right {
    position: relative;
    animation: animateright 0.4s;
}

@keyframes animateright {
    from {
        right: -300px;
        opacity: 0;
    }

    to {
        right: 0;
        opacity: 1;
    }
}

.animate-bottom {
    position: relative;
    animation: animatebottom 0.4s;
}

@keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}
