@media screen and (min-width:1920px){

}
@media (min-width:1600px) and (max-width:1920px){
	

}
@media (min-width:1440px) and (max-width:1600px){

}
@media (min-width:1280px) and (max-width:1440px){

}
@media (min-width:1024px) and (max-width:1281px){

}
@media (min-width:768px) and (max-width:1024px){
	
}
@media (max-width:768px){
    .search {
        margin-top: -20px;
    }
	.nav-tabs .nav-link {
        font-size: 14px;
        font-weight: 600;
        background-color: white;
        padding: 10px 30px !important;
        border-top-left-radius: 10px !important;
        border-top-right-radius: 10px !important;
        position: relative;
        z-index: 0;
    }
    .tab-content {
        background: white;
        padding: 5px 15px;
        border: none;
        border-radius: 20px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, .16);
        position: relative;
        z-index: 1;
    }
    .btn.btn-search {
        justify-content: center;
        align-items: center;
        font-size: 16px;
        height: 48px;
        width: 48px;
        background-color: white;
        border: none;
        position: absolute;
        right: 8px;
        top: 8px;
        border-radius: 10px;
    }
    a.event-box {
    display: flex
;
    position: relative;
    width: 100%;
    height: 300px;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    color: white;
}
    a.event-box>.event-info {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 200px;
        background: rgb(0, 0, 0);
        background: linear-gradient(0deg, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        padding: 7px;
    }
    .event-boxes{
        padding:5px;
    }
    a.event-box>.event-info>.event-info-top {
        display: flex;
        width: 100%;
        flex-direction: column;
        padding-left: 0px;
        padding-right: 0px;
    }
    a.event-box>.event-info>.event-info-top>h6 {
        color: white;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 0px;
    }
    a.event-box>.event-date>span.day {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 18px;
        font-weight: 800;
        color: white;
        border-bottom: 1px solid white;
        line-height: 24px;
        margin-bottom: 6px;
    }
    a.event-box>.event-date>span.top {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 15px;
        font-weight: 800;
        color: white;
        line-height: 11px;
    }
    a.event-box>.event-date>span.hour {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 17px;
        font-weight: 700;
        color: white;
        line-height: 19px;
    }
    a.event-box>.event-date {
        position: absolute;
        top: 5px;
        right: 5px;
        border-radius: 20px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        background-color: rgba(166, 104, 247, 1);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, .16);
        padding: 13px 6px 4px;
        display: flex;
        flex-direction: column;
        border: none;
        width: auto;
    }
    a.event-box>.event-info>.event-info-bottom {
        display: flex;
        width: 100%;
        height: 46px;
        background-color: white;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
        align-items: center;
        justify-content: space-between;
        padding-left: 5px;
    }
    a.event-box>.event-info>.event-info-bottom>.event-price {
        font-size: 16px;
        color: #333;
        font-weight: 700;
        margin-top: 5px;
    }
    a.event-box>.event-info>.event-info-bottom>.event-price>span {
        color: #333;
        font-size: 13px;
    }
    a.event-box>.event-info>.event-info-bottom>.event-type-cart>span {
        display: flex;
        width: 35px;
        height: 46px;
        align-items: center;
        justify-content: center;
    }
    a.event-box>.event-info>.event-info-bottom>.event-type-cart>span>img {
        height: 20px;
    }
}