
.event-listings {
    padding: 100px 0 100px;
    background-color: #fff;
}

.event-listings .lottie-wrap{
    position: absolute;
    width: 200px;
    right: 0;
    top: -280px;
    display: none;
}

.event-listings .listings{
    position: relative;
    z-index: 4;
}

.listings-title{
    padding-bottom: 80px;
}

.listings .title{
    position: relative;
    font-size: 48px;
}

.listings .title:before{
   
        background-color: #000000;
        content: '';
        width: 5.4375rem;
        height: 0.375rem;
        position: absolute;
        top: -1rem;
        left: 0;
    
}

.listings .event-item .event-details, .listings .event-item .event-booking{
    background: rgba(8, 0, 71, 0.05);
}

.listings .event-item  .event-image{
    position: relative;
}

.listings .event-item  .event-image img{
    height: 260px;
    object-fit: cover;
}

.listings .event-item .event-image .date{
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    z-index: 3;
    text-align: center;
    padding: 15px;
}

.listings .event-item .event-image .date .dd{
    font-size: 48px;
    line-height: 1;
    display: block;
    font-weight: bold;
    color: #fff;
}

.listings .event-item .event-image .date .mmyy{
    font-size: 20px;
    display: block;
    color: #fff;
}

.listings .event-item .event-details .details .d-title{
    padding-right: 30px;
}

.listings .event-item .event-details .details .d-loc-date{
    margin-top: auto;
    border-top: 1px solid rgba(8, 0, 71, 0.2);
    padding-top: 20px;
    padding-right: 30px;
}

.listings .event-item .event-details .details .desc{
    margin-bottom: 20px;
    opacity: .75;
    padding-right: 30px;
}

.listings .event-item .event-details .details .d-loc-date .icon{
    color: #000;
}

.listings .event-item .event-details .details .d-loc-date .text{
    font-size: 16px;
    color: #080047;
    font-weight: 500;
    margin-left: 10px;
    max-width: 300px;
    line-height: 1;
    padding-right: 30px;
}

.btn-book{
    background-color: #000;
    padding: 10px 15px;
    color: #fff;
    font-weight: bold;
    box-shadow: 0px 0px 0px #ccc;
}

.btn-book:hover{
    background-color: #000;
    box-shadow: 8px 8px 0px #ccc;
    color: #fff;
}



@media (min-width: 1024px) {
    .listings .event-item  .event-image img{
        height: 100%;
    }
}

@media (min-width: 1200px) {
    .event-listings .lottie-wrap{
        display: block;
    }
    .gtech-banner .content-text{
        padding-top: 400px;
    }
  
  
}
