    * {
        box-sizing: border-box;
    }

    .featured {
        font-family: helvetica;
        display: flex;
        padding-left: 16px;
        padding-right: 16px;
        transform: translateX(-32px);
        margin-bottom: 16px;
    }

    .header {
        padding: 140px 15px 11px;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        min-width: 100vw;
        scroll-snap-align: start;
        text-align: center;
        position: relative;
    }

    .featuredimg {
        position: absolute;
        height: 95%;
        width: 92%;
        top: 0;
        object-fit: cover;
        object-position: center;
        border-radius: 20px;
    }

.dock {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background-color: #1c1c1cb3; */
    padding: 8px;
    border-radius: 20px;
    width: 100%;
    max-width: 382px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 5px;
}

    .app_cell_left {
        display: flex;
        align-items: center;
        gap: 1rem;
    }

    .appicon {
        border-radius: 15px;
        background-color: #000;
        width: 60px;
        height: 60px;
        object-fit: cover;
    }

    .app_cell_meta {
        display: flex;
        flex-direction: column;
        text-align: left;
        gap: 0.2rem;
    }

    .appname,
    .appsection {
        width: 170px;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: white;
         width: 150px;
         white-space: nowrap;
         overflow: hidden;
         text-overflow: ellipsis;
    }

    .appsection {
        opacity: .6;
        font-size: .900rem;
        width: 161px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.appget {
    background-color: #303030;
    border-radius: 40px;
    padding: 5px;
    display: flex;
    justify-content: center;
    width: 60px;
    height: 30px;
    object-fit: cover;
    background-color: var(--accent-color);
    align-items: center;
}
.appget a {
    margin-bottom: 2px;
}
.getbtn {
    background-color: transparent;
    border: none;
    color: #ffffff;
    font-weight: 750;
}
.overlay {
    width: 100%;
    height: 220px;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.0), rgba(18,18,18,0.999));
}


.moviescard {
    background-image: url(https://raw.githubusercontent.com/Ibinou/iTweakHub/main/img/banners/backgroundmovies.png);
    background-size: cover;
    border-radius: 15px;
    padding: 20px;
    color: white;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-top: 13px;
    margin-bottom: 22px;
}

.movie-card-header {
    margin-bottom: 10px;
  text-align: left;
}

.movie-card-header h3 {
    font-size: 18px;
  
    margin: 0;
color: rgba(255, 255, 255, 0.65);
}

.movie-card-header h1 {
    font-size: 24px;
    margin: 0;

}

.movie-card-icons {
    display: flex;
    justify-content: center;
}

.movie-card-icons img {
    width: 60px;
    height: 60px;
  border-radius: 15px;
  margin: 9px;
}

