.slider-image{
    position: absolute; 
    top:0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.slider-image img, .slider-image video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.main-header{
    position: absolute;
}
.gallery-two__nav .event-button-next1 i, .gallery-two__nav .event-button-prev1 i{
    color: #fff;
}
.main-slider__text{
    font-size: 18px;
    margin-bottom: 30px;
}
.main-menu__logo img{
    max-width: 100%;
    height: 60px;
}
.gallery-two__nav .event-button-prev1,
.gallery-two__nav .event-button-next1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    font-size: 20px;
    margin: 0px 0px;
    text-align: center;
    transition: all 500ms ease;
    z-index: 100;
}

.gallery-two__nav .event-button-prev1 i,
.gallery-two__nav .event-button-next1 i {
    color: var(--eventflow-white);
    font-size: 16px;
    transition: all 500ms ease;
}

.gallery-two__nav .event-button-prev1:hover i,
.gallery-two__nav .event-button-next1:hover i {
    background-image: linear-gradient(to right bottom, #d59329, #dba746, #e1ba63, #e8cd7f, #f0df9d, #eede9d, #eddc9c, #ebdb9c, #dec57f, #d3af62, #c79947, #bc832c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.gallery-two__nav .event-button-prev1:before,
.gallery-two__nav .event-button-next1:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border: 2px solid var(--eventflow-bdr-color);
    border-radius: 50%;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.gallery-two__nav .event-button-prev1:hover:before,
.gallery-two__nav .event-button-next1:hover:before {
    opacity: 0;
    visibility: hidden;
}

.gallery-two__nav .event-button-prev1:after,
.gallery-two__nav .event-button-next1:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 50%;
    border: 2px solid transparent;
    background-image: linear-gradient(to right bottom, #d59329, #dba746, #e1ba63, #e8cd7f, #f0df9d, #eede9d, #eddc9c, #ebdb9c, #dec57f, #d3af62, #c79947, #bc832c);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.gallery-two__nav .event-button-prev1:hover:after,
.gallery-two__nav .event-button-next1:hover:after {
    opacity: 1;
    visibility: visible;
}

.gallery-two__nav .event-button-next1 {
    margin-right: 15px;
}
.swiper-pagination-bullets-dynamic {
    text-align: center;
    position: absolute;
    bottom: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
    background-color: #fff;
}
.event-details__meta li p {
    align-items: flex-start;
}
.event-details__meta li p span{
    line-height: 1.8;
}
.event-details-phone{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-items: center;
    text-align: start;
}
.event-details__text-1{
    text-align: justify;
}
.gallery-one__img{
    position: relative;
}
.gallery-one__img span{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    font-size: 48px;
}
.full-link{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.modal-content *{
    color:#131313 !important;
}
.event-map iframe{
    width: 100% !important;
    height:300px !important;
}
@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.3); }
}
@media only screen and (max-width:600px){
    .main-menu__logo img{
        height: 40px;
    }
    .logo-box img{
        width: 90px;
    }
    .sliding-text__title{
        font-size: 36px;
    }
    .main-slider__sub-title{
        font-size: 13px;
    }
    .main-slider__text{
        font-size: 14px;
    }
    .gallery-two__nav{
        display: none;
    }
    .schedule-one__img{
        margin-top: 0;
    }
    .schedule-one__inner .section-title{
        margin-bottom: 10px;
        text-align: center;
    }
    .footer-widget__column{
        text-align: center;
    }
    .footer-widget__contact-list li{
        justify-content: center;
    }
    .scroll-to-top{
        width: 35px;
        height: 35px;
        bottom:20px;
        right:20px;
    }
    .scroll-to-top i{
        font-size: 14px;
        line-height: 35px;
    }
}