.content .title{
    margin-top: 6.25rem;
}
.content .title span{
    font-family: "Vazirmatn", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 2.875rem;
    color: white;
    line-height: 100%;
}
.content .subtitle{
    margin-top: 1.3rem;/*2.25rem;*/
}

.content .subtitle span{
    font-family: "Vazirmatn", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 1.625rem;
    color: white;
    line-height: 100%;
}


.content .buttons{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-top: 6.25rem
}

.content .buttons .applePWA,
.content .buttons .androidPWA{
    width: 200px;
    height: 60px;
    background-color: black;
    border: 2px solid #A6A6A6;
    border-radius: 9px;
    margin: 0 1rem;
    padding: 0 0.8rem;
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
}

.content .buttons .applePWA p,
.content .buttons .androidPWA p {
    font-family: "Vazirmatn", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 1rem;
    color: white;
    line-height: 130%;
    text-align: right;
}

.content .buttons .applePWA .text,
.content .buttons .androidPWA .text{
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.content .buttons .applePWA .icon{
    background: url('assets/image 6.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 32px;
    height: 32px;
}
.content .buttons .androidPWA .icon{
    background: url('assets/image 5.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 32px;
    height: 32px;
}


.content .slider-carpet{
    width: calc(100% - 13.5rem);
    aspect-ratio: 1.7;

    max-width: calc(var(--content-width) - 13.5rem);

    background: #1d1d1d8a;
    border-radius: 1rem;
    box-shadow: 0 4px 30px #0000001a;
    backdrop-filter: blur(12.3px);
    margin-top: 6.25rem;

    flex-shrink: 0;

    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: start;

    padding: 0 1rem 1rem 1rem;
}

.content .slider-carpet .text{
    margin-top: 2.5rem;
    width: 100%;

    font-family: "Vazirmatn", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 2.25rem;
    line-height: 2.5rem;
    color: white;

    text-align: center;

    flex-shrink: 0;
}

.content .slider-carpet .swiper{
    width: 100%;
    padding-top: 2.5rem;
    /*padding-bottom: 2.5rem;*/
}

.content .slider-carpet .swiper-slide{
    background-position: center;
    background-size: cover;
}

.content .slider-carpet .swiper-slide img{
    display: block;
    width: 100%;
    border-radius: 12px;
}



.content .video-gallery{
    width: 100%;
    max-width: var(--content-width);
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.content .video-gallery .video_cell,
.content .video-gallery .video_cell_mobile{
    height: 33rem;/*529px;*//*418px;*//*529px;*/
    width: 15.25rem;/*244px;*//*182px;*//*244px;*/
    margin-left: 1.5rem;
    margin-right: 1.5rem;

    margin-bottom: 1.5rem;
    

    border-radius: 1rem;

    /*background-color: #A6A6A6;*/
}

.content .video-gallery .video_cell_mobile {
    height: 34.6rem;/*529px;*//*418px;*//*529px;*/
    width: 16.25rem;/*244px;*//*182px;*//*244px;*/
    margin: 0;
    margin-bottom: 3.125rem;
    display: none;
}

.content .video-gallery .video-row{
    display: flex;
    flex-direction: row;
}

#videoWebAppleInstallationId,
#videoWebAndroidInstallationId,
#videoGasOrderId,
#videoGasCourierId,
#videoWebAppleInstallationId-mobile,
#videoWebAndroidInstallationId-mobile,
#videoGasOrderId-mobile,
#videoGasCourierId-mobile{
    border-radius: 1rem;
}

.videoWebAppleInstallation{
    background: url('assets/videoDesktopWebAppleInstallation.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.videoWebAndroidInstallation{
    background: url('assets/videoDesktopWebAndroidInstallation.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.videoGasOrder{
    background: url('assets/videoDesktopGasOrder.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.videoGasCourier{
    background: url('assets/videoDesktopGasCourier.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}




@media screen and (max-width: 1024px){

    .content .title{
        margin-top: 4.37rem;
    }

    .content .title span{
        font-size: 46px;
    }

    .content .subtitle span{
        font-size: 24px;
    }

    .content .slider-carpet {
        width: calc(100% - 7.5rem);
        max-width: 90vw;
        margin-top: 4.35rem;/*6.25rem;*/
    }

    .content .buttons{
        margin-top: 4.35rem;
    }
}

@media screen and (max-width: 650px){
    .content .title{
        margin-top: 3.125rem;
    }

    .content .title span{
        font-size: 1.75rem;
        line-height: 2.25rem;
    }

    .content .subtitle span{
        font-size: 0.875rem;
    }

    .content .buttons{
        margin-top: 2.125rem;
    }


    .content .buttons .applePWA,
    .content .buttons .androidPWA{
        width: 8.625rem;
        height: 2.5rem;
        background-color: black;
        border: 2px solid #A6A6A6;
        border-radius: 9px;
        margin: 0 0.8rem;
        padding: 0 0.56rem;
    }

    .content .buttons .applePWA p,
    .content .buttons .androidPWA p {
        font-size: 0.625rem;
    }

    .content .buttons .applePWA .text,
    .content .buttons .androidPWA .text{
        flex-grow: 1;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .content .buttons .applePWA .icon,
    .content .buttons .androidPWA .icon{
        width: 22px;
        height: 22px;
    }

    .content .slider-carpet {
        width: 100%;
        max-width: 90vw;
        height: 21.8rem;
    }

    .content .slider-carpet .text{
        font-size: 1.75rem;
        margin-top: 1.5rem;
    }

    .content .slider-carpet .swiper{
        padding-top: 1.5rem;
    }

    .content .video-gallery{
        margin-top: 4.375rem;
        margin-bottom: 4.375rem;
    }

    .content .video-gallery .video-row{
        flex-wrap: wrap;
        justify-content: center;
    }

    .content .video-gallery .video_cell{display: none;}
    .content .video-gallery .video_cell_mobile{
        display: block;
    }
}