section.application-page {
    margin-top: 5vw;
    width: 100%;
    min-height: 100vh;
    position: relative;
    justify-content: start!important;
}

.android-app {
    padding: 1vw 3vw;
    width: 100%;
    min-height: 10vw;
    gap: 2vw;
    justify-content: space-around!important;
}

.android-app .image-cont {
    padding: 1vw;
    width: 40vw;
    height: 40vw;
    background: radial-gradient(rgba(255, 51, 0, 0.4), rgba(255, 51, 0, 0.15), transparent, transparent);
}

.android-app .image-cont img {
    width: 70%;
}

.android-app .android-app-content {
    padding: 1vw;
    width: 50%;
    min-height: 30vw;
    align-items: start!important;
    gap: 0.5vw;
}

.android-app .android-app-content > i {
    color: #6ada84;
    font-size: 4vw;
}

.android-app .android-app-content > h2 {
    font-weight: bold;
    font-size: 1.9vw;
}

.android-app .android-app-content > h5 {
    font-weight: 500;
    font-size: 1vw;
}

.android-app .android-app-content > a {
    padding: 0.95vw;
    margin: 2vw 0;
    width: 16vw;
    border-radius: 0.7vw;
    background-color: var(--orange);
    font-weight: bold;
}

.android-app .android-app-content > a:hover {
    background-color: var(--light-orange);
    color: var(--dark-font) !important;
}

.android-app .android-app-content a i {
    transform: scale(1.2);
    margin-left: 0.5vw;
}

.android-app-sub-content {
    width: 100%;
    height: 5vw;
    position: relative;
    justify-content: start!important;
}

.android-app-sub-content::before {
    content: "";
    width: 70%;
    height: 0.1vw;
    background: linear-gradient(to right, transparent, rgba(192, 192, 192, 0.7), transparent);
    position: absolute;
    top: 0;
    border-radius: 100%;
}

.android-app-sub-content h2 {
    width: 70%;
    text-align: center;
    font-family: "Vazir Bold FD", sans-serif;
    color: var(--orange);
    transform: translateY(1vw);
    font-size: 2vw;
    gap: 0.4vw;
}

.android-app-sub-content h2 span {
    font-size: 1.4vw;
    color: var(--light-font);
    font-family: "Vazir FD", sans-serif;
}


/*iphone*/

.iphone-app {
    padding: 1vw 3vw;
    width: 100%;
    min-height: 10vw;
    gap: 2vw;
    justify-content: space-around!important;
}

.iphone-app .image-cont {
    padding: 1vw;
    width: 40vw;
    height: 40vw;
    background: radial-gradient(rgba(255, 51, 0, 0.4), rgba(255, 51, 0, 0.15), transparent, transparent);
}

.iphone-app .image-cont img {
    width: 70%;
    transform: scale(1.2);
}

.iphone-app .iphone-app-content {
    padding: 1vw;
    width: 50%;
    min-height: 30vw;
    align-items: end!important;
    gap: 0.5vw;
}

.iphone-app .iphone-app-content > i {
    color: silver;
    font-size: 4vw;
}

.iphone-app .iphone-app-content > h2 {
    font-weight: bold;
    font-size: 1.9vw;
}

.iphone-app .iphone-app-content > h5 {
    font-weight: 500;
    font-size: 1vw;
}

.iphone-app .iphone-app-content .download-btns {
    justify-content: space-between!important;
    width: 80%;
    gap: 1vw;
    flex-wrap: wrap!important;
    margin: 2vw 0;
    flex-direction: row-reverse;
}

.iphone-app .iphone-app-content a {
    padding: 0.95vw;
    width: 48%;
    border-radius: 0.7vw;
    background-color: var(--orange);
    font-weight: bold;
    gap: 0.5vw;
    font-size: 0.95vw;
    transition: all 0.25s;
}

.iphone-app .iphone-app-content  a:hover {
    background-color: var(--light-orange);
    color: var(--dark-font) !important;
}

.iphone-app .iphone-app-content a i {
    transform: scale(1.2);
    margin-left: 0.5vw;
}

.iphone-app .iphone-app-content a img {
    transition: all 0.25s;
    width: 4.4vw;
}
.iphone-app .iphone-app-content a:hover img {
    filter: brightness(0);
}


.iphone-app-sub-content {
    width: 100%;
    height: 5vw;
    position: relative;
    justify-content: start!important;
}

.iphone-app-sub-content::before {
    content: "";
    width: 70%;
    height: 0.1vw;
    background: linear-gradient(to right, transparent, rgba(192, 192, 192, 0.7), transparent);
    position: absolute;
    top: 0;
    border-radius: 100%;
}

.iphone-app-sub-content h2 {
    width: 70%;
    text-align: center;
    font-family: "Vazir Bold FD", sans-serif;
    color: var(--orange);
    transform: translateY(1vw);
    font-size: 2vw;
    gap: 0.4vw;
}

.iphone-app-sub-content h2 span {
    font-size: 1.4vw;
    color: var(--light-font);
    font-family: "Vazir FD", sans-serif;
}

/*tv*/

.tv-app {
    padding: 1vw 3vw;
    width: 100%;
    min-height: 10vw;
    gap: 2vw;
    justify-content: space-around!important;
}

.tv-app .image-cont {
    padding: 1vw;
    width: 40vw;
    height: 40vw;
    background: radial-gradient(rgba(255, 51, 0, 0.4), rgba(255, 51, 0, 0.15), transparent, transparent);
}

.tv-app .image-cont img {
    width: 70%;
    transform: scale(1.2);
}

.tv-app .tv-app-content {
    padding: 1vw;
    width: 50%;
    min-height: 30vw;
    align-items: start!important;
    gap: 0.5vw;
}

.tv-app .tv-app-content > img {
    width: 12.5vw;
    margin: 1vw 0;
}

.tv-app .tv-app-content > h2 {
    font-weight: bold;
    font-size: 1.9vw;
}

.tv-app .tv-app-content > h5 {
    font-weight: 500;
    font-size: 1vw;
}

.tv-app .tv-app-content .download-btns {
    justify-content: space-between!important;
    width: 80%;
    gap: 1vw;
    flex-wrap: wrap!important;
    margin: 2vw 0;
    flex-direction: row;
}

.tv-app .tv-app-content a {
    padding: 0.95vw;
    width: 48%;
    border-radius: 0.7vw;
    background-color: var(--orange);
    font-weight: bold;
    gap: 0.5vw;
    font-size: 0.95vw;
    transition: all 0.25s;
}

.tv-app .tv-app-content  a:hover {
    background-color: var(--light-orange);
    color: var(--dark-font) !important;
}

.tv-app .tv-app-content a i {
    transform: scale(1.2);
    margin-left: 0.5vw;
}

.tv-app .tv-app-content a img {
    transition: all 0.25s;
    width: 4.4vw;
}
.tv-app .tv-app-content a:hover img {
    filter: brightness(0);
}


.tv-app-sub-content {
    width: 100%;
    height: 5vw;
    position: relative;
    justify-content: start!important;
}

.tv-app-sub-content::before {
    content: "";
    width: 70%;
    height: 0.1vw;
    background: linear-gradient(to right, transparent, rgba(192, 192, 192, 0.7), transparent);
    position: absolute;
    top: 0;
    border-radius: 100%;
}

.tv-app-sub-content h2 {
    width: 70%;
    text-align: center;
    font-family: "Vazir Bold FD", sans-serif;
    color: var(--orange);
    transform: translateY(1vw);
    font-size: 2vw;
    gap: 0.4vw;
}

.tv-app-sub-content h2 span {
    font-size: 1.4vw;
    color: var(--light-font);
    font-family: "Vazir FD", sans-serif;
}

@media screen and (max-width: 450px) {
    section.application-page {
        margin-top: 24vw;
        margin-bottom: 25vw;
        min-height: 100vh;
    }

    .android-app {
        padding: 1vw 3vw;
        width: 100%;
        min-height: 10vw;
        gap: 2vw;
        flex-direction: column !important;
    }

    .android-app .image-cont {
        padding: 1vw;
        width: 85vw;
        height: 85vw;
    }

    .android-app .android-app-content {
        padding: 4vw;
        width: 90%;
        min-height: 30vw;
        align-items: center !important;
        gap: 2.5vw;
    }

    .android-app .android-app-content > i {
        font-size: 12vw;
    }

    .android-app .android-app-content > h2 {
        font-size: 4.2vw;
    }

    .android-app .android-app-content > h5 {
        font-size: 3.1vw;
        text-align: center;
    }

    .android-app .android-app-content > a {
        padding: 2.5vw 3vw;
        margin: 2vw 0;
        width: 56vw;
        border-radius: 8px;
        background-color: var(--orange);
        font-weight: bold;
    }

    .android-app .android-app-content a i {
        margin-left: 1.5vw;
    }

    .android-app-sub-content {
        margin-top: 5vw;
        height: 15vw;
        position: relative;
        justify-content: center !important;
    }

    .android-app-sub-content::before {
        width: 100%;
        height: 0.35vw;
    }

    .android-app-sub-content h2 {
        width: 100%;
        transform: translateY(3.5vw);
        font-size: 5vw;
        gap: 1vw;
    }

    .android-app-sub-content h2 span {
        font-size: 3.4vw;
    }


    /*iphone*/
    .iphone-app {
        padding: 1vw 3vw;
        width: 100%;
        min-height: 10vw;
        gap: 2vw;
        flex-direction: column !important;
    }

    .iphone-app .image-cont {
        padding: 1vw;
        width: 85vw;
        height: 85vw;
        order: 2;
    }

    .iphone-app .image-cont img {
        width: 70%;
        transform: scale(1.2);
    }

    .iphone-app .iphone-app-content {
        padding: 4vw;
        width: 90%;
        min-height: 30vw;
        align-items: center !important;
        gap: 2.5vw;
    }

    .iphone-app .iphone-app-content > i {
        font-size: 12vw;
    }

    .iphone-app .iphone-app-content > h2 {
        font-size: 4.2vw;
    }

    .iphone-app .iphone-app-content > h5 {
        font-size: 3.1vw;
        text-align: center;
    }

    .iphone-app .iphone-app-content .download-btns {
        justify-content: space-between !important;
        width: 80%;
        gap: 1vw;
        flex-wrap: wrap !important;
        margin: 2vw 0;
        flex-direction: row-reverse;
    }

    .iphone-app .iphone-app-content a {
        padding: 2.5vw 3vw;
        margin: 2vw 0;
        width: 100%;
        border-radius: 8px;
        font-size: 3.5vw;
    }

    .iphone-app .iphone-app-content a i {
        margin-left: 1.5vw;
    }

    .iphone-app .iphone-app-content a img {
        transition: all 0.25s;
        width: 15vw;
    }

    /*tv*/
    .tv-app {
        padding: 1vw 3vw;
        width: 100%;
        min-height: 10vw;
        gap: 2vw;
        flex-direction: column !important;
    }

    .tv-app .image-cont {
        padding: 1vw;
        width: 85vw;
        height: 85vw;
    }

    .tv-app .image-cont img {
        width: 70%;
        transform: scale(1.2);
    }

    .tv-app .tv-app-content {
        padding: 4vw;
        width: 90%;
        min-height: 30vw;
        align-items: center !important;
        gap: 2.5vw;
    }

    .tv-app .tv-app-content > img {
        width: 30vw;
        margin: 3vw 0;
    }

    .tv-app .tv-app-content > h2 {
        font-size: 4.2vw;
    }

    .tv-app .tv-app-content > h5 {
        font-size: 3.1vw;
        text-align: center;
        line-height: 5vw;
    }

    .tv-app .tv-app-content.download-btns {
        justify-content: space-between !important;
        width: 80%;
        gap: 1vw;
        flex-wrap: wrap !important;
        margin: 2vw 0;
        flex-direction: row-reverse;
    }

    .tv-app .tv-app-content a {
        padding: 2.5vw 3vw;
        margin: 2vw 0;
        width: 100%;
        border-radius: 8px;
        font-size: 3.5vw;
    }

    .tv-app .tv-app-content a i {
        margin-left: 1.5vw;
    }

    .tv-app .tv-app-content a img {
        transition: all 0.25s;
        width: 15vw;
    }

}