.top-banner{
    padding-top: 7rem;
}

.event-banner{
    background-image: url('../images/event_promo.jpg');
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

@media(max-width:499px){
    .banner-height{
        height: 200px;
    }
}

@media(min-width:500px){
    .banner-height{
        height: 250px;
    }
}

@media(min-width:650px){
    .banner-height{
        height: 360px;
    }
}

@media(min-width:992px){
    .banner-height{
        height: 485px;
    }
}

@media(min-width:1200px){
    .banner-height{
        height: calc(100vh - 110px);
    }
}

.search-section{
    padding-top: 30px;
    padding-bottom: 30px;
}

.searchBar{
    height: 2.8rem !important;
    background-color: rgba(241, 241, 241, 1);
    box-shadow: 1px 1px 1px 0px rgba(103, 102, 102, 0.50);
    border-radius: 2px;
}

.searchTitle{
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 30px;
}

.btn-search{
    margin-top: 40px;
    background-color: #f5cc42;
    font-weight: 500;
    height: 2.8rem;
    width: 100%;
    box-shadow: 1px 1px 1px 0px rgba(103, 102, 102, 0.50);
    border-radius: 2px;
}

.search-section{
    padding-bottom: 40px;
}

@media(min-width:992px){
    .inputRow{
        padding-left: 20px;
    }
}

/* Upcoming Event */
.event-lists{
    background-color: rgba(241, 241, 241, 1);
    padding-bottom: 40px;
}

.EventBox{
    background-image: linear-gradient(rgba(255, 255, 255, 0.57) , rgba(255, 255, 255, 0.05)),url(../images/bg-promotion.jpeg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.eventVenue , .VenueDetail{
    font-weight: 500;
    margin-bottom: 0;
}

.VenueDetail{
    text-align: left;
}

.UpcomingTitle{
    font-weight: 500;
    font-size: 22px;
    margin-top: 20px;
}

.EventName{
    font-weight: 500;
    font-size: 18px;
}

.eventImages{
    height: 140px;
}

@media(max-width:767px){
    .eventImages{
        padding-top: 45px;
        height: 220px;
    }
}

@media(min-width:768px){
    .eventImages{
        /* padding-top: 25px;
        padding-bottom: 20px;
        padding-left: 30px;
        padding-right: 0px; */
        padding-left: 30px;
        margin: auto;
        padding-right: 0px;
    }
}

@media(min-width:992px){
    .eventImages{
        /* padding-top: 45px; */
        /* padding-bottom: 20px; */
        padding-left: 30px;
        margin: auto;
        padding-right: 0px;
    }
}

.btn-read{
    margin-top: 15px;
    font-weight: 500;
    background-color: #f5cc42;
}

.ImagesShadow{
    box-shadow: 2px 2px 6px 1px rgba(103, 102, 102, 0.50);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.icon-svgSize{
    width: 7%;
    padding-right: 5px;
}

.icon-svgDate{
    width: 100%;
    height: 20px;
    /* padding-right: 5px; */
}

.icon-svgKey{
    width: 100%;
    height: 20px;
    /* padding-right: 5px; */
}

.icon-svgLocation{
    width: 100%;
    height: 20px;
    /* padding-right: 5px; */
}

.icon-svgDate2{
    width: 100%;
    height: 20px;
}

.icon-svgCart2{
    width: 100%;
    height: 20px;
}

.icon-svgLocation2{
    width: 100%;
    height: 20px;
}

label{
    font-weight: 500;
}

@media(min-width:992px){
    .IconPD{
        padding-left: 10px;
        padding-right: 10px;
    }

    .searchIconPDR{
        padding-right: 0;
    }
}

@media(min-width:1200px){
    .IconPD{
        padding-left: 0;
        padding-right: 0;
    }

    .searchIconPDR{
        padding-right: 15px;
    }
}

@media(max-width:991px){
    .inputSearchPD{
        padding-bottom: 30px;
    }
}

@media(max-width:767px){
    .DetailIconPDR{
        padding-left: 0;
        padding-right: 0;
    }
}

@media(min-width:768px){
    .DetailIconPDR{
        padding-left: 15px;
        padding-right: 0;
    }
}

@media (max-width: 575px){
    .CustomContainer {
        width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

/* Event Detail */
/* .event-detail-img{
    background-image: url('../images/event_image.jpg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.DetailImageHeight{
    height: 539px;
} */
@media(max-width: 350px){
    .DetailImageHeight{
        height: 147px;
    }
}

@media(min-width: 351px){
    .DetailImageHeight{
        height: 172px;
    }
}

@media(min-width: 415px){
    .DetailImageHeight{
        height: 195px;
    }
}

@media (min-width: 575px){
    .DetailImageHeight{
        height: 292px;
    }
}

@media (min-width: 750px){
    .DetailImageHeight{
        height: 353px;
    }
}

.event-content{
    margin-bottom: 4rem;
}

.eventVenue2{
    font-weight: 500;
}

@media(max-width:767px){
    .pd-lr{
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media(min-width:768px){
    .pd-lr{
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .DetailImageHeight{
        height: 353px;
    }

}

@media(min-width:992px){
    .pd-lr{
        padding-left: 10rem;
        padding-right: 10rem;
    }

    .VenueToFlex{
        display: flex;
    }

    .DetailImageHeight{
        height: 470px;
    }
}

@media(min-width:1200px){
    .pd-lr{
        padding-left: 10rem;
        padding-right: 10rem;
    }

    .bigwidth{
        width: 100%;
    }

    .DetailImageHeight{
        height: 625px;
    }
}

.mg-row-0{
    margin-left:0; 
    margin-right:0;
}

.event-description{
    font-weight: 500;
    padding-top: 30px;
    padding-bottom:10em;
}

.eventDetailTop{
    padding-bottom: 25px;
}

.pd-eventTitle{
    padding-bottom: 25px;
}

.DetailFontWeight{
    font-weight: 500;   
}

.VenueTitlePDF , .VenueDetailPDF{
    padding-left: 5px;
    padding-right: 0;
}

@media(max-width:1199px){
    .takeOutPD{
        padding-left: 0;
        padding-right: 0;
    }
}

.event-detail-img{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}