#fbox{
    font-size: 25px;
}
#creation img{
    width: 250px; height: 70px; margin-left: 140px; margin-bottom: -2%;
}
@media screen and (max-width:467px) {
    .gal-item img{
        margin: auto;
        width: 200px;
        height: 300px;
    }
    .book-item img, .bookk-item img{
        margin: auto;
        width: 200px;
        height: 350px;
    }
    #news{
        height: fit-content;
        padding: 20px 0;
        padding-bottom: 100px;
        width: 250px;
    }
    #fbox{
        font-size: 14px;
    }
    #headss h1{
        font-size: 27px;
    }
    #headss h5{
        font-size: 16px;
    }

    .navbar-brand{
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .navbar-brand img{
        width: 180px;
        height: 50px;
        z-index: 3;
        margin-top: 65px;
        position: absolute;
    }

    #creation{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #creation img{
        z-index: 5;
        margin-left: 0;
        margin-bottom: 0;
    }
    #index{
        margin-left: 40px;
        width: 230px;
    }
    .lery{
        padding: 0;
    }
    .viewimg img{
        width: 90%;
        height: 40%;
    }
    .testimonial-carousel .testimonial-item {
        padding: 0px;
    }
    .response{
        width: 50%;
    }
}