#header {
    background: #fff9f4;
    /*border-bottom: 1px solid rgba(12, 11, 9, 0.6);*/
    transition: all 0.5s;
    z-index: 997;
    padding: 15px 0;
    top: 1px;
}

#hero:before {
    content: "";
    /*background: rgba(0, 0, 0, 0.5);*/
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
# Events
--------------------------------------------------------------*/
.events {
    background: url(../img/events-bg.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    background-color: white;
}

.events::before {
    content: "";
   
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.events {
   
    background-color: white;
}
.events .section-title h2 {
    color: #fff;
}

.events .container {
    position: relative;
}

@media (min-width: 1024px) {
    .events {
        background-attachment: fixed;
        background-color:white;
    }
}

.events .events-carousel {
    background: rgba(255, 255, 255, 0.08);
    padding: 30px;
}

.events .event-item {
    color: #fff;
}

    .events .event-item h3 {
        font-weight: bold;
        font-size: 18px;
        color: #9e5517;
    }

    .events .event-item .price {
        font-size: 26px;
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        margin-bottom: 15px;
    }

        .events .event-item .price span {
            border-bottom: 2px solid #cda45e;
        }

    .events .event-item ul {
        list-style: none;
        padding: 0;
    }

        .events .event-item ul li {
            padding-bottom: 10px;
        }

        .events .event-item ul i {
            font-size: 20px;
            padding-right: 4px;
            color: #cda45e;
        }

    .events .event-item p:last-child {
        margin-bottom: 0;
    }

.events .swiper-pagination {
    margin-top: 30px;
    position: relative;
}

    .events .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background-color: rgb(139 116 116 / 40%);
        opacity: 1;
    }

    .events .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #9e5517;
    }
.events .fst-italic {
    font-style: italic !important;
    color: black;
}
.events .section-title h2 {
    color: #9e5517;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    /* align-items: center; */
    text-align: center;s
}
.events .pt-lg-0 {
    padding-top: 7rem !important;
}
.events .contents {
    padding-top: 1rem !important;
}
/*-------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
    overflow: hidden;
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    min-height: 320px;
}

    .testimonials .testimonial-item .testimonial-img {
        width: 90px;
        border-radius: 50%;
        margin: -40px 0 0 40px;
        position: relative;
        z-index: 2;
        border: 6px solid rgba(255, 255, 255, 0.2);
    }

    .testimonials .testimonial-item h3 {
        font-size: 18px;
        font-weight: 600;
        margin: 10px 0 5px 45px;
        color: #9e5517;
    }

    .testimonials .testimonial-item h4 {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.6);
        margin: 0 0 0 45px;
    }

    .testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
        color: #9e5517;
        font-size: 26px;
    }

    .testimonials .testimonial-item .quote-icon-left {
        display: inline-block;
        left: -5px;
        position: relative;
    }

    .testimonials .testimonial-item .quote-icon-right {
        display: inline-block;
        right: -5px;
        position: relative;
        top: 10px;
    }

    .testimonials .testimonial-item p {
        font-style: italic;
        margin: 0 15px 0 15px;
        padding: 20px 20px 60px 20px;
        background: #ffffff;
        position: relative;
        border-radius: 1rem;
        position: relative;
        box-shadow: 0 0 24px 0 rgb(0 0 0 / 10%);
        z-index: 1;
    }

.testimonials .swiper-pagination {
    margin-top: 30px;
    position: relative;
}

    .testimonials .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background-color: rgb(172 166 166 / 40%);
        opacity: 1;
    }

    .testimonials .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #9e5517;
    }