/*  ==========  INFO  ==========  */
    /* laptop: 1200px */
    /* tablet: 960px */
    /* large-mobile: 640px */
    /* mobile: 480px */
    /* mini-mobile: 320px */
/*  ==========  END INFO  ==========  */




/*  ==========  APP DOWNLOADER SECTION  ==========  */
#app-downloader .container{
    max-width: 550px;
}
#app-downloader .app-downloader-inner{
    display: flex;
    flex-direction: column;
    gap: 32px;
}
#app-downloader .header-cover{
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
    height: 300px;
    border-radius: 12px;
    background: url('/assets/app-downloader-cover.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
#app-downloader .header-cover::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0 0 0 / 60%);
    z-index: 0;
}
#app-downloader .header-cover .app-icon{
    width: 100px;
    height: 100px;
    border-radius: 18px;
    object-fit: cover;
    z-index: 1;
    position: relative;
}
#app-downloader .header-cover .title{
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    z-index: 1;
    position: relative;
    text-shadow: 0 4px 4px rgba(0 0 0 / 25%);
}
#app-downloader .button{
    height: 72px;
    border-radius: 12px;
    color: #fff;
}
#app-downloader .button.android{
    background-color: #5ABF70;
}
#app-downloader .button.ios{
    background-color: #121212;
}
/*  ==========  END APP DOWNLOADER SECTION  ==========  */





/*  ==========  REVIEWS SECTION  ==========  */

/*  ==========  END REVIEWS SECTION  ==========  */