.download {
    width: 95%;
    margin: auto;
    height: 550px;
    margin-top: 120px;
    position: relative;
    border-radius: 20px;
    background: #000;
    display: flex;
    direction: rtl;
    justify-content: center;
    align-items: center;
}

.download #img {
    width: 25%;
    height: 95%;
    transform: translateX(-5%);
    border-radius: 0 10px 10px 0;
}

.back-download {
    position: absolute;
    top: 100%;
    left: 15%;
    transform: translate(-15%, -50%) rotateZ(45deg);
    background: #18181b;
    width: 80px;
    height: 80px;
    border-radius: 10px 0 10px 0;
    z-index: 10;
}

.downloadd {
    position: absolute;
    top: 10%;
    left: 10%;
    transform: translate(-10%, -10%) rotateZ(45%);
    background: #ff7000;
    width: 70px;
    height: 70px;
    border-radius: 10px;
    text-decoration: none;
    color: #fff;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 12px #ff7000;
}

.downloadd i {
    transform: rotateZ(-45deg) translate(0, -12%);
}


/**************movie*************/

#main {
    width: 72%;
    height: 95%;
    background: #ff7000;
    margin: auto;
    transform: translateY(0);
    border-radius: 10px 0 0 10px;
}

.score {
    position: absolute;
    top: 10%;
    left: 5%;
    transform: translate(-15%, -10%);
    background: transparent;
    width: 12%;
    height: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    color: #fff;
}

#hr {
    margin: 0;
    border: none;
    background: #fff;
    height: 1px;
    width: 100%
}

.score h1 {
    font-size: 14px;
    text-shadow: 0 0 10px #000;
}

.score h1 span {
    font-size: 24px;
    color: #ff7000;
}

.score i {
    font-size: 60px;
    background: #ffc400;
    color: #000;
    border-radius: 8px;
    height: 56px;
}

.about {
    direction: rtl;
    color: #fff;
}

.about h1 {
    font-size: 30px;
    color: #000;
    padding: 10px 20px;
    text-shadow: 0 0 10px #fff;
    margin-bottom: 5%;
}

.about h2 i {
    padding: 10px;
    color: #000;
}

.about h2 {
    font-size: 20px;
}

.story-container {
    overflow: auto;
    height: 150px;
}

.story {
    font-size: 17.5px;
    padding: 0 20px;
    text-shadow: 0 0 10px #ff7000;
    direction: ltr;
}

#img2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    filter: blur(5px);
    z-index: -1;
}

.qualitys {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: auto;
    background: #000;
    margin-top: 10px;
    border-radius: 20px;
    overflow: hidden;
    height: 0;
    transition: .6s;
    margin-bottom: 100px;
}

.qualitys .link {
    background: #18181b;
    width: 100%;
    font-size: 50px;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    text-decoration: none;
    margin-bottom: 20px;
    padding: 10px 0;
    transition: .3s;
}

.shows {
    height: max-content;
    padding: 2.5%;
}

.link:hover {
    background: #ddd;
    color: #000;
}

@media screen and (max-width: 768px) {
    .download {
        height: 800px;
        margin-top: 150px;
    }

    .download #img {
        display: none;
    }

    .download #main {
        width: 95%;
        border-radius: 10px;
        height: 60%;
        position: absolute;
        bottom: 5%;
    }

    #img2 {
        width: 90%;
        height: 70%;
        position: absolute;
        top: -70%;
        left: 50%;
        transform: translateX(-50%);
        filter: none;
        border-radius: 20px 20px 0 0;
    }
    .score {
        width: 20%;
        height: 30%;
    }
}

@media screen and (max-width: 600px) {
    .download {
        height: 500px;
        margin-top: 100px;
    }

    .download #main {
        width: 95%;
        border-radius: 10px;
        height: 95%;
        position: unset;
    }

    #img2 {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        filter: blur(5px);
        z-index: -1;
    }

    .about h1 {
        font-size: 24px;
    }

    .about h2 {
        font-size: 16px;
    }

    .story {
        font-size: 14px;
    }
    .qualitys .link {
        font-size: 36px;
    }
}
@media screen and (max-width: 450px) {
    .score {
        height: 20%;
        width: 25%;
    }
    .back-download {
        width: 60px;
        height: 60px;
    }
    
    .downloadd {
        width: 50px;
        height: 50px;
        font-size: 30px;
    }
}
@media screen and (max-width: 350px) {
    #img2 {
        display: none;
    }
    .score {
        height: 15%;
    }

    .score h1 {
        font-size: 10px;
    }

    .about h1 {
        font-size: 20px;
    }

    .about h2 {
        font-size: 14px;
    }

    .story {
        font-size: 12px;
    }
    .qualitys .link {
        font-size: 22px;
    }
}