/* for mediam device */
@media only screen and (max-width: 815px) {
    .nostalgia p{
        font-size: 14px;
    }
    .nostalgia .movie-card img{
        height: 250px;
    }
    .nostalgia .movie-card .text-overly p{
        font-size: 12px;
    }
    .image-genaration{
        margin-top: 35px;
    }
    .item-card img{
        height: 170px !important;
    }
}

/* for mobile device */

@media only screen and (max-width: 415px){
    .nostalgia p{
        font-size: 12px;
    }
    .nostalgia .movie-card img{
        height: 250px;
    }
    .nostalgia .movie-card .text-overly p{
        font-size: 12px;
    }
    .image-genaration{
        margin-top: 0;
    }
    .creator .btn{
        margin-left: 0;
    }
    .sidebar-icon{
        gap: 15px;
    }
    .sidebar-icon a i{
        font-size: 14px;
    }
    .leftside h4{
        font-size: 14px;
    }
    .image-genaration .leftside{
        justify-content: space-between;
    }
    .image-genaration .leftside #modelnumber option, 
    .image-genaration .leftside .form-select{
        width: 130px !important;
        font-size: 10px;
    }
    .item-card img{
        height: 150px !important;
    }
    .content-items h5{
        font-size: 12px;
    }
}
