@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lavishly+Yours&display=swap');
:root {
    --rgb_1: 44, 1, 0;
    --rgb_2: 160, 2, 12;
    --rgb_3: 255, 221, 93;
    --rgb_gold: linear-gradient(45deg, rgba(198, 119, 0, 1) 0%, rgba(252, 255, 158, 1) 33%, rgba(198, 119, 0, 1) 40%, rgba(252, 255, 158, 1) 80%, rgba(198, 119, 0, 1) 88%);
    --font-1: 'Be Vietnam Pro', sans-serif;
    --font-2: "Lavishly Yours", cursive;
}

.cl-1 {
    color: rgb(var(--rgb_1));
}

.cl-2 {
    color: rgb(var(--rgb_2));
}

.cl-3 {
    color: rgb(var(--rgb_3));
}

.bg-1 {
    background-color: rgb(var(--rgb_1));
}

.bg-2 {
    background-color: rgb(var(--rgb_2));
}

.bgLine {
    bottom: -5px;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100px;
}

.bgLine-2 {
    top: 0;
    left: -1px;
    z-index: -1;
    height: 150px;
    width: calc(100% + 2px);
    opacity: .8;
}

.bgLine-2 img {
    height: 100%;
    width: 100%;
}

.title {
    color: rgb(var(--rgb_3));
}

.font-1 {
    font-family: var(--font-1);
}

.font-2 {
    font-family: var(--font-2);
}

.title.gradient {
    background: var(--rgb_gold);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.header-logo a,
.offcanvas-header .logo a {
    font-size: 35px;
    line-height: 1;
}

.contact-list li span:first-child,
.services-list li span:first-child {
    width: 40%;
    flex-shrink: 0;
}

.contact-list li, .services-list li {
    border-bottom: 1px;
    border-color: rgb(var(--rgb_3),.2);
    border-bottom-style: solid;
}

.about-image img {
    height: 100%;
    object-fit: cover;
}

.events-list {
    border-radius: 15px;
    border: 1px solid rgb(var(--rgb_3),.5);
}

.events-list li {
    border-bottom-width: 1px;
    border-color: rgb(var(--rgb_3), .3);
    border-bottom-style: solid;
}

.events-list li:hover {
    background-color: rgb(var(--rgb_3), .1);
}

.events-list li:last-child {
    border-bottom-width: 0;
}

.events-list li span:last-child {
    width: 20%;
    min-width: max-content;
    flex-shrink: 0;
    margin-left: auto;
    text-align: right;
}

.payment-icon img {
    filter: brightness(5);
}

.events-active .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 0;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.events-active .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
    height: 15px;
    width: 15px;
    border: 1px solid rgb(var(--rgb_2));
    opacity: 1;
}

.events-active .swiper-pagination-bullet-active {
    background: rgb(var(--rgb_3))
}

.events-active .services-image img {
    height: 330px;
}

.description.contact-list ul {margin-top: 15px;}

.description.contact-list ul li {
    display: flex;
    border-bottom: 1px;
    border-color: rgb(var(--rgb_3), .2);
    border-bottom-style: solid;
}

.description.contact-list ul li span {
    width: 40%;
}

.logoImg {
    height: 85px;
    width: auto;
}

iframe {
    width: 100%;
}

@media (max-width: 991px) {
    .bgLine-2 {
       top: -15px;
    }

    .bgLine-2 img {
        height: auto;
    }
}

@media (max-width: 767px) {
    .logoImg {
        height: 50px;
    }
    .header-logo a {
        font-size: 25px;
    }
    .bgLine-2 {
        top: 0;
    }
    .bgLine-2:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 50px;
        background: rgb(var(--rgb_1));
        bottom: 100%;
}
    .bgLine {
        width: 120%;
        max-width: max-content;
        left: 50%;
        translate: -50%;
        height: 60px;
    }
}