.event-title {
    font-size: 20pt;
    font-weight: bold;
}

.event-subtitle {
    font-size: 15pt;
    margin-bottom: 20px;
}

.event-description {
    /*margin-top: -15px;*/
    margin-bottom: 20px;
}


.event-product {
}

.product-name {
    font-weight: bold;
    margin-bottom: 5px;
}

.product-desc {
    margin-bottom: -20px;
}

.product-price {
}

.product-price-label {

}

.product-order-btn {
    margin-top: 10px;
}

.event-product .btn {
    background-color: darkorange;
    margin-bottom: 30px;
}

form label {
    min-width: 200px;
}

#reservation_form_user {
    margin-bottom: 20px;
}

.order-guests {
    margin-bottom: 10px;
}

.order-guest {
    margin-bottom: 20px;
}

.order-buttons {
    margin-top: 10px;
    margin-bottom: 30px;
    max-width: 100px;

}

.link-event-home {
    margin-top: 30px;
}

.mp-pay-button {
}

.page-links {
    font-size: 10pt;
    margin-top: 30px;
    text-align: center;
}

section {
    padding: 0;
}

.menu .menu-item {
    margin-top: 0;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 80vh;
    background-color: rgba(39, 37, 34, 0.8);
    background: none top center !important;
    overflow: hidden;
    padding: 0;
}

#hero .carousel-item {
    width: 100%;
    height: 80vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {

    #hero {
        width: 100%;
        height: 50vh;
        background-color: rgba(39, 37, 34, 0.8);
        overflow: hidden;
        padding: 0;
    }

    #hero .carousel-item {
        width: 100%;
        height: 50vh;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}

#hero .carousel-item::before {
    content: "";
    background-color: rgba(12, 11, 10, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#hero .carousel-content {
    text-align: center;
}

#hero h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 700;
}

#hero h2 span {
    color: #fff;
}

#hero p {
    width: 80%;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    margin: 0 auto 30px auto;
    color: #fff;
}

#hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
    opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
    left: 0;
    transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    background: none;
    font-size: 30px;
    line-height: 0;
    width: auto;
    height: auto;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    transition: 0.3s;
    color: rgba(255, 255, 255, 0.5);
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
    cursor: pointer;
}

#hero .btn-menu,
#hero .btn-book {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 0 10px;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    color: #fff;
    border: 2px solid #fff;
}

#hero .btn-menu:hover,
#hero .btn-book:hover {
    background: #fff;
    color: #fff;
}

@media (max-width: 768px) {
    #hero h2 {
        font-size: 28px;
    }
}

@media (min-width: 1024px) {
    #hero p {
        width: 50%;
    }

    #hero .carousel-control-prev,
    #hero .carousel-control-next {
        width: 5%;
    }
}
