@media (max-width: 576px) {
    header div.w-full{
        height: 140px !important;
    }
}


@media (max-width: 1024px) {
    .categories{ 
        display: none !important; 
    }
    
    .bm-menu{
        padding: 1rem 0;
    }
    
    .bm-menu-wrap{
        width: 75% !important;
    }
    
    .bm-item{
        font-size: 12px;
    }
}



.modal{
    width: 620px;
    max-width: 100%;
}

.categories{
    padding: 1.1rem 0;
    height: auto;
}

.categories>:not([hidden])~:not([hidden]), .categories{
    gap: .7rem;
}

.category-menu, .category-link{
    line-height: 2.5 !important;
    border-bottom-width: 2px;
    border-bottom-color: transparent;
    padding-left: .5rem;
    padding-right: .5rem;
}

.category-link.selected, .category-link:hover, .category-menu:hover {
    border-bottom-color: cyan !important;
    background-color: blueviolet !important;
    color: #fff !important;
    border-radius: .4rem;
}


.space-x-5>:not([hidden])~:not([hidden]), .categories>:not([hidden])~:not([hidden]){
    margin: 0 !important;
}

.bm-item-list{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.bm-item{
    background-color: blueviolet;
    border-radius: .5rem;
    padding: .7rem 1rem;
    transition: all 200ms;
}

.bm-item:hover{
    background-color: cyan;
}


.package h1{
    width: 100%;
    text-align: center;
    background-color: rebeccapurple;
    border-radius: .5rem;
    line-height: 3rem;
    margin: 0;
    z-index: 1;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: solid cyan;
}

.package img{
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
}

.package footer{
    width: 80%;
    margin: 0 auto;
    padding-top: 2rem;
}