
/** ADD YOUR AWESOME CODES HERE **/

/* scrollbar */
    ::-webkit-scrollbar {
        width: 8px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
        border-radius: 10px;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: #d33b33;
        border-radius: 10px;
    }
    .top-img{
        width: 100%;
        height: 400px;
        object-fit: contain;
    }
/* scrollbar */

.font-14{
    font-size: 14px;
}

.crown_gif{
    width: 80px;
    height: 80px;
}

@media (max-width: 767px){
    .attr-nav {
        top: 0 !important;
        right: 0;
    }
    .crown_gif{
        width: 65px;
        height: 65px;
        margin-right: 8px;
    }
}