﻿@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat: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');

body {
    background-color: #f5f5f5;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    letter-spacing: 0;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1366px;
    }
}

.alert-custom {
    padding: 10px 12.5px;
    font-size: 14px;
    margin-bottom: 0;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media only screen and (max-width: 980px) {
    .fixed-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}


.flow-row .flow:first-child {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

div#seatedSVG svg {
    background-color: #f0f0f0;
}

@media only screen and (max-width: 980px) {
    .flow-row .flow:first-child {
        margin-right: unset;
        margin-left: unset;
    }
}

.card {
    border-radius: 4px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    margin-bottom: 1rem;
    letter-spacing: 0;
}

hr {
    border-top: 1px solid #E5E5E5;
    opacity: 1;
}

.text-muted {
    color: #717171 !important;
}

a {
    color: #000;
}

.fw-bold,
b,
strong {
    font-weight: 600 !important;
}

/* Modal */


.modal-header .btn-close {
    font-size: 12px;
    font-weight: bold;
    color: #000 !important;
    opacity: 1;
}

[dir="rtl"] .modal-header .btn-close {
    margin: calc(-.5 * var(--bs-modal-header-padding-y)) auto calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y));
}

.modal-header-hr {
    margin-top: 0px !important;
}

.modal-title {
    margin-bottom: 0;
    font-size: 16px !important;
    font-weight: bold;
}

.modal-content {
    border-radius: 4px;
}

.modal-header {
    border: none;
    padding-bottom: 0;
}

.modal-body {
}

.modal-footer {
    border: none;
    padding-top: 0;
}

.modal-seat-info {
    font-size: 12px;
    font-weight: normal;
    color: #717171 !important;
}

.modal-fullscreen .modal-footer, .modal-fullscreen .modal-header {
    padding: var(--bs-modal-header-padding);
    border-radius: 0;
}

@media (min-width: 992px) {
    .modal-md {
        --bs-modal-width: 600px;
    }
}

/* Modal Ends */

.navbar-dark {
    height: 90px;
    background-color: transparent;
    --bs-navbar-color: #fff;
    --bs-navbar-hover-color: #fff;
    --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    padding-left: 25px;
    padding-right: 25px;
}

    .navbar-dark:hover {
        background-color: #782327;
    }

.navbar-brand {
    margin-right: 2.5rem;
}

[dir="rtl"] .navbar-brand {
    margin-right: unset;
    margin-left: 2.5rem;
}

.navbar-nav .nav-link {
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    padding: 2rem 2rem 2rem 0rem !important;
    white-space: nowrap;
    outline: none !important;
    border: none !important;
}

[dir="rtl"] .navbar-nav .nav-link {
    padding: 2rem 0rem 2rem 2rem !important;
}


.navbar-nav .nav-link span {
    border-bottom: solid 1px transparent;
    padding-bottom: 4px;
}

    .navbar-nav .nav-link span:hover {
        border-bottom: solid 1px #802519;
    }

.navbar-nav .nav-link-buy {
    padding: 1.7rem 1rem !important;
}

.nav-link-buy .btn {
    min-width: 140px;
}

.navbar-nav .dropdown-menu {
    background-color: #fff;
    padding: 0px;
    border-radius: 0;
    border: none;
    margin: 0;
    margin-top:1px;
    min-width: unset;
}

.navbar-nav .dropdown-item {
    display: block;
    width: 100%;
    padding: .5rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #000000;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

    .navbar-nav .dropdown-item:hover {
        background-color: #f3f3f3;
    }

.navbar {
    background-color: #782327 !important;
    padding-top: 2.5px;
    padding-bottom: 2.5px;
    transition: background-color linear .6s;
}

.navbar-scrolled {
    background-color: #782327;
}

.navbar-sticky {
    background-color: #782327 !important;
    position: sticky !important;
}

.navbar-nav .nav-subnav .dropdown-menu {
    background-color: #fff;
    border-radius: 0;
    /* right: 0;
	margin: 0;
	margin-left: 0px;
	margin-left: -1px;
	width: 100%;
	box-shadow: 0 5px 10px -4px rgba(131, 134, 163, 0.12);
	border-radius: 0px !important; */
    width: auto;
    left: 145px;
}

.nav-subnav:hover > div .dropdown-menu, .dropdown:hover > ul.dropdown-menu {
    display: block !important;
}

@media only screen and (max-width: 980px) {

    .navbar-dark {
        padding-left: inherit;
        padding-right: inherit;
    }

    .navbar-nav .nav-subnav .dropdown-menu {
        box-shadow: none !important;
    }

        .navbar-nav .nav-subnav .dropdown-menu .container-fluid {
        }


    .nav-link-buy .btn {
        min-width: unset;
    }

    .navbar-brand {
        margin-right: unset;
        margin-left: unset;
    }
}

.offcanvas.offcanvas-end {
    width: 100%;
    background-color: #782327 !important;
}

.navbar-nav .nav-subnav .container {
    padding-left: 32px;
    padding-right: 20px;
}

.navbar-nav .nav-subnav .dropdown-img-menu {
    /*padding: 60px 0 60px 128px;*/
    padding: 30px 0 30px 30px;
}

.navbar-nav .nav-subnav .dropdown-img-menu-item {
    display: flex;
    margin: 0;
    padding: 5px;
    list-style-type: none;
}

    .navbar-nav .nav-subnav .dropdown-img-menu-item li {
        max-width: 300px;
        margin-right: 30px;
        position: relative;
    }

        .navbar-nav .nav-subnav .dropdown-img-menu-item li .title {
            position: absolute;
            bottom: 30px;
            left: 20px;
            color: #fff;
            font-weight: 500;
            font-size: 20px;
        }




.navbar .navbar-logo {
    height: 75px;
}

.container-fluid-footer {
    background-color: #782327 !important;
    position: relative;
}

    .container-fluid-footer hr {
        border-top: 1px solid rgba(255,255,255,0.1);
        opacity: 1;
    }

    .container-fluid-footer .text-link {
        text-decoration: none;
    }

        .container-fluid-footer .text-link:hover {
            text-decoration: underline;
        }

    .container-fluid-footer .footer-social-icon {
        font-size: 20px;
    }

    .container-fluid-footer .footer-copyright {
        /* margin-left: 30px;
	float: right; */
    }


.footer-emaar-logo {
    margin-right: 30px;
    height:32px;
}


[dir="rtl"] .footer-emaar-logo {
    margin-right: unset;
    margin-left: 30px;
}

.container-collapsed-links .toggle-collapsed-links {
    /* margin-left: 30px; */
}

    .container-collapsed-links .toggle-collapsed-links.collapsed .collapsed-links-icon-up {
        display: inline;
    }

    .container-collapsed-links .toggle-collapsed-links.collapsed .collapsed-links-icon-down {
        display: none;
    }

    .container-collapsed-links .toggle-collapsed-links .collapsed-links-icon-up {
        display: none;
    }

    .container-collapsed-links .toggle-collapsed-links .collapsed-links-icon-down {
        display: inline;
    }

.container-collapsed-links .toggle-collapsed-links {
    text-decoration: none !important;
    cursor: pointer !important;
}



@media only screen and (max-width: 980px) {

    .container-fluid-footer .row-social {
        font-size: 14px !important;
    }
}

 

.carousel-vh .carousel-caption {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: end;
    padding-bottom: 50px;
    top: 0px;
    text-align: left;
}

    .carousel-vh .carousel-caption .title,
    .carousel-sb .carousel-caption .title {
        font-size: 50px;
        line-height: 56px;
    }

    .carousel-vh .carousel-caption .type,
    .carousel-sb .carousel-caption .type {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .carousel-vh .carousel-caption .summary,
    .carousel-sb .carousel-caption .summary {
        margin-bottom: 20px;
        font-size: 19px;
        line-height: 28px;
    }

.carousel-vh .btn {
    min-width: 225px;
}


@media only screen and (max-width: 980px) {

    .carousel-vh .carousel-caption .title,
    .carousel-sb .carousel-caption .title {
        line-height: 28px;
        font-size: 28px;
    }

    .carousel-vh .carousel-caption .summary,
    .carousel-sb .carousel-caption .summary {
        font-size: 14px;
        line-height: 14px;
    }

    .container-fluid-footer .footer-social-icon {
        font-size: 16px;
    }

    .container-collapsed-links .toggle-collapsed-links {
        font-size: 14px;
    }
}

.carousel-pt {
    height: 470px;
}

    .carousel-pt .carousel-caption {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        justify-content: center;
        bottom: 30%;
        left: 90px;
        text-align: left;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .carousel-pt .carousel-item {
        height: 470px;
        background-size: cover;
        background-position: center;
    }

    .carousel-pt .carousel-caption h1 {
        font-size: 50px;
        margin-bottom: 0px;
    }

    .carousel-pt .carousel-caption p {
        margin-bottom: 0px;
        font-size: 19px;
    }

.card-search.card-search-tours {
    border: none;
    box-shadow: 0 0 6px rgba(102, 102, 102, .2);
}

.dropdown-sb {
    position: inherit;
    padding: 10px;
}

    .dropdown-sb:hover {
        background-color: #f1f1f1;
    }

    .dropdown-sb .dropdown-toggle {
        justify-content: left;
    }

    .dropdown-sb .dropdown-menu {
        background-color: transparent;
        border-radius: 0;
        right: 0;
        margin: 0;
        width: 100%;
        padding-top: 15px;
        border: none;
        border: none;
        transform: unset !important;
        inset: unset !important;
        left: 0 !important;
    }

.dropdown-fw {
    position: inherit;
    padding: 0px;
}

    .dropdown-fw .dropdown-toggle {
        justify-content: left;
    }

    .dropdown-fw .dropdown-menu {
        background-color: #fff;
        border-radius: 0;
        right: 0;
        margin: 0;
        margin-top: 1px;
        width: 100%;
        border: none;
        border: none;
        transform: unset !important;
        inset: unset !important;
        left: 0 !important;
        border-bottom: 1px solid #E5E5E5;
        padding: 0px !important;
        box-shadow: 0 0 6px rgba(102, 102, 102, .2);
        transition: box-shadow linear .5s;
    }

    .dropdown-fw .card {
        border: none;
        background-color: transparent;
    }

        .dropdown-fw .card .card-body {
            border: none;
            background-color: transparent;
            padding: 0px;
        }

        .dropdown-fw .card .card-footer {
            border: none;
            border-top: 1px solid #E5E5E5;
            padding: 0px;
            background-color: transparent;
        }

        .dropdown-fw .card .card-body .container {
            padding-top: 60px;
            padding-bottom: 60px;
        }

        .dropdown-fw .card .card-footer .container {
            padding-top: 30px;
            padding-bottom: 30px;
        }

@media only screen and (max-width: 980px) {
    .dropdown-fw .card .card-body .container {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .dropdown-fw .card .card-footer .container {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.carousel-sb {
    height: 768px;
}

    .carousel-sb .carousel-caption {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        justify-content: center;
        bottom: 30%;
        left: unset;
        text-align: left;
        position: unset;
    }

    .carousel-sb .carousel-item {
        height: 768px;
        background-size: cover;
        background-position: center;
    }

.card-search .card-search-tours {
    overflow: hidden;
}

.container-fluid-event-hero {
}

.card-search.card-search-tours .dropdown-toggle {
    font-weight: normal !important;
}

.card-search.card-search-tours .card-search-tours-dropdown {
    box-shadow: 0 0 6px rgba(102, 102, 102, .2);
    transition: box-shadow linear .5s;
    border: none;
}


[dir="rtl"] .card-search.card-search-tours .card-search-tours-dropdown {
    text-align: right;
}


.card-search.card-search-tours .card-search-tours-dropdown-qty {
    width: 340px;
    margin-left: 50%;
}

[dir="rtl"] .card-search.card-search-tours .card-search-tours-dropdown-qty {
    width: 340px;
    margin-left: unset;
    margin-right: 50%;
}

.card-search.card-search-tours .card-search-tours-dropdown-qty .type {
}

.card-search.card-search-tours .card-search-tours-dropdown-qty .price {
    font-size: 12px;
    color: #717171;
    line-height: 15px;
}

.card-search.card-search-tours .card-search-tours-dropdown-qty .totals {
    color: #717171;
    font-size: 14px;
    line-height: 22px;
}

.card-tours {
    box-shadow: 0 5px 10px -4px rgba(131, 134, 163, 0.12);
    border-radius: 0px !important;
}

    .card-tours:hover {
        box-shadow: 0 20px 20px -4px rgba(131, 134, 163, 0.12);
        z-index: 1;
    }

    .card-tours ul li {
        margin: 10px 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

        .card-tours ul li::before {
            -webkit-font-smoothing: antialiased;
            box-sizing: border-box;
            color: black;
            display: inline-block;
            font-family: "Font Awesome 5 Free";
            font-size: 16px;
            font-style: normal;
            font-variant-caps: normal;
            font-variant-east-asian: normal;
            font-variant-ligatures: normal;
            font-variant-position: normal;
            font-weight: normal;
            height: 16px;
            line-height: 16px;
            list-style-type: none;
            margin-right: 5px;
            text-align: left;
            text-rendering: auto;
            width: 16px;
            content: "";
        }

.card-tour-search-item {
    border-width: 2px;
}

    .card-tour-search-item:hover {
        border-color: #000;
        cursor: pointer;
    }

    .card-tour-search-item .title {
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
    }

    .card-tour-search-item .checked {
        font-size: 24px !important;
        line-height: normal !important;
        opacity: 0;
        height: 24px;
        width: 24px;
    }

    .card-tour-search-item:hover .checked,
    .card-tour-search-item.active .checked {
        opacity: 1;
    }

    .card-tour-search-item .price {
        font-size: 14px;
        line-height: 22px;
    }



.card-event-grid {
    box-shadow: 0 0 6px rgba(102, 102, 102, .2);
    transition: box-shadow linear .5s;
}

    .card-event-grid:hover {
        box-shadow: 0 0 10px rgba(102, 102, 102, .7)
    }

.card-event .title {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 29px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}

.card-event .summary {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    text-transform: none !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.card-event-list .summary {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    text-transform: none !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-event-list .type {
    margin-bottom: 5px;
}

.card-event-list .card-body {
    min-height: 199px;
}

.card-event .presented,
.page-header .presented {
    background: #782327;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: 23px;
    padding: 5px 15px 5px 15px;
    border-radius: 20px;
    width: auto;
    white-space: nowrap;
    display: table;
}

.card-event-grid .presented {
    position: absolute;
    top: 15px;
    left: 15px;
}


.card-event-list .presented,
.page-header .presented {
    margin-bottom: 10px;
}

.card-event .date,
.page-header .date {
    font-size: 16px;
    position: relative;
    line-height: normal;
}

.card-event-list .price {
    font-size: 16px;
    position: relative;
    line-height: normal;
}

.card-event .day {
    font-size: 16px;
    position: relative;
    display: block;
    line-height: normal;
}

.card-event .month {
    font-size: 32px;
    letter-spacing: 0;
    line-height: 39px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    display: block;
    line-height: normal;
}

.card-event .year {
    font-size: 16px;
    position: relative;
    display: block;
    line-height: normal;
}

.card-event-grid .date::before,
.card-event-list .price::before,
.page-header .date::before {
    content: " ";
    border-top: 1px solid #802529;
    width: 32px;
    position: absolute;
    top: -5px;
    display: none !important;
    visibility: hidden !important;
}

.card-event .seperator {
    height: 20px;
    width: 2px;
    background-color: #000000;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.page-title {
    color: #000000;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 39px;
    margin-bottom: 40px;
}

.page-header {
    margin-bottom: 30px;
    line-height: normal;
}

    .page-header .type {
        margin-bottom: 10px;
        line-height: normal;
    }

    .page-header .title {
        margin-bottom: 20px;
        line-height: normal;
        font-weight: bold;
    }

@media only screen and (max-width: 980px) {
    .card-event .title {
        font-size: 22px;
        line-height: 27px;
    }

    .page-title {
        font-size: 22px;
        line-height: 27px;
    }

    .card-search .card-search-tours {
        overflow: unset;
    }

    .card-event-list .start-end-date {
        display: table;
    }


    .card-event-list .start-date,
    .card-event-list .end-date,
    .card-event-list .start-end-date-seperator {
        display: table-cell;
        vertical-align: top;
    }

    .row-tours {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
        --bs-gutter-x: 0;
    }
}




/* News & Updates */

.owl-news .owl-item {
    border-left: 1px solid #F5F5F5 !important
}


.owl-news .owl-item {
    border-left: 1px solid #F5F5F5 !important
}

.card-news .title {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 29px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    margin-bottom: 10px;
    text-transform: none !important;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-news .summary {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    text-transform: none !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}


.card-news.card-news-grid {
    transition: box-shadow linear .5s;
    position: relative;
}


.card-news-grid .card-body {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    background: rgba(255, 255, 255, 0.75);
    min-height: 185px;
}




/* Icon Info */
.card.card-icon-shortcuts {
    border: none !important;
    text-align: center;
    cursor: pointer;
}

.card-icon-shortcuts .icon {
    font-size: 48px;
    color: #000;
    text-decoration: none;
    margin-bottom: 10px;
}

.card-icon-shortcuts img {
   border:none;
   height: 48px;
   width: auto;
   text-decoration: none;
   margin-bottom: 10px;
}

.card-icon-shortcuts .title {
    font-weight: normal;
    color: #000;
    text-decoration: none;
}


/* Pictorial */

.card-pictorial .title {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 29px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    margin-bottom: 10px;
}

.card-pictorial .summary {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    text-transform: none !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 50%;
}


.card-pictorial .card-body {
    text-align: center;
}

@media only screen and (max-width: 980px) {
    .card-pictorial .summary {
        width: 100%;
    }
}

/* Memberships */
.card-memberships {
    box-shadow: 0 0 2.5px rgba(102, 102, 102, .1);
    transition: box-shadow linear .5s;
    margin: 2.5px;
}

    .card-memberships .title {
        letter-spacing: 0;
        font-weight: 600;
        color: #000;
        text-decoration: none;
        margin-bottom: 10px;
    }

    .card-memberships .summary {
        font-size: 16px;
        letter-spacing: 0;
        line-height: 24px;
        text-transform: none !important;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 10px;
    }



/* Owl */


.owl-theme .owl-dots .owl-dot span {
    width: 40px;
    height: 4px;
    margin: 5px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 4px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #000;
}


/* Accordion */
.accordion-plus {
    --bs-accordion-color: #000;
    --bs-accordion-bg: transparent;
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: 0px;
    --bs-accordion-border-radius: 0;
    --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
    --bs-accordion-btn-padding-x: 0px;
    --bs-accordion-btn-padding-y: 1.25rem;
    --bs-accordion-btn-color: #000;
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: transparent;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 0px;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #000;
    --bs-accordion-active-bg: transparent;
}

.accordion-plus {
    border-top: 1px solid rgba(0, 0, 0, .08) !important;
}

    .accordion-plus .accordion-item {
        border-bottom: 2px solid rgba(0, 0, 0, .08) !important;
    }

    .accordion-plus .accordion-button::after {
        background-image: none;
        transform: none;
        display: none;
    }

    .accordion-plus .accordion-button::before {
        flex-shrink: 0;
        width: var(--bs-accordion-btn-icon-width);
        height: var(--bs-accordion-btn-icon-width);
        margin-right: 15px;
        content: "";
        background-image: none;
        transform: none;
        content: "\2b";
        font-family: "Font Awesome 6 Pro";
        background-size: var(--bs-accordion-btn-icon-width);
        transition: var(--bs-accordion-btn-icon-transition);
    }

    .accordion-plus .accordion-button:not(.collapsed)::after {
        background-image: none;
        transform: none;
        display: none;
    }

    .accordion-plus .accordion-button:not(.collapsed)::before {
        background-image: none;
        transform: none;
        content: "\f068";
    }

    .accordion-plus .accordion-button {
        font-size: 20px;
        letter-spacing: 0;
        line-height: 23px;
        font-family: "Montserrat", sans-serif;
        font-weight: bold;
        text-decoration: none;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    .accordion-plus .accordion-body {
        padding-top: 0px;
    }

/* Accordion Ends*/




/* Large Tabs*/

.nav-tabs-lg .nav-link {
    font-size: 20px;
    line-height: 24px;
    padding: 10px;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    color: #000;
    font-weight: 600;
    text-align: center;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #dee2e6;
}

    .nav-tabs-lg .nav-link:hover,
    .nav-tabs-lg .nav-link.active {
        color: #495057;
        border-color: #dee2e6 #dee2e6 #fff;
    }

/* Seatmap Start*/

.container-fluid-seatmap {
}

.container-fluid-seatmap-header {
    height: 60px;
    background-color: #ffffff;
    line-height: normal;
}

    .container-fluid-seatmap-header .seperator {
        border-left: 1px solid #000;
        width: 1px;
        display: table;
        height: 35px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .container-fluid-seatmap-header .title {
        font-size: 16px;
        letter-spacing: 0;
        line-height: 18px;
        font-weight: 600;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 200px;
    }

    .container-fluid-seatmap-header .category {
        line-height: normal;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 16px;
        font-weight: normal;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .container-fluid-seatmap-header .datetime {
        line-height: normal;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 16px;
        font-weight: normal;
        white-space: nowrap;
    }

.container-fluid-seatmap-body {
    height: calc(100vh - 150px);
}

.container-fluid-seatmap-body-noheader {
    position: relative;
}

    .container-fluid-seatmap-body-noheader .flow {
        position: relative;
    }

.container-fluid-seatmap-start {
    background-color: #f0f0f0;
    padding-bottom: 10px;
    padding-top: 10px;
    height: 100%;
}

.container-fluid-seatmap-end {
    background-color: #f5f5f5;
    padding-bottom: 40px;
    padding-top: 40px;
}


.container-seatmap-cart-header {
}

    .container-seatmap-cart-header .category,
    .container-seatmap-cart-header .date {
        line-height: normal;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 18px;
        margin-top: 5px;
        margin-bottom: 5px;
        font-weight: normal;
    }

    .container-seatmap-cart-header .title {
        font-size: 24px;
        letter-spacing: 0;
        line-height: 29px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 170px;
        font-weight: 600;
    }

@media only screen and (max-width: 1280px) {
    .container-seatmap-cart-header .title {
        max-width: 125px;
    }
}

@media only screen and (max-width: 980px) {
    .container-fluid-seatmap-start {
        padding-bottom: 0px;
        padding-top: 10px;
        background-color: transparent;
    }

    .container-seatmap-cart-header .title {
        max-width: 100px;
    }

    .container-fluid-seatmap-header .title {
        font-size: 14px;
        letter-spacing: 0;
        line-height: 16px;
        font-weight: 600;
        width: 140px;
    }

    .container-fluid-seatmap-header .category {
        line-height: normal;
        font-size: 12px;
        width: 140px;
    }

    .container-fluid-seatmap-header .datetime {
        line-height: normal;
        font-size: 11px;
    }

    .container-fluid-seatmap-header .btn-event-moredates {
        line-height: normal;
        font-size: 12px;
    }
}

/* Seatmap SVG */
.container-fluid-seatmap-svg {
    height: 100%;
}

@media only screen and (max-width: 980px) {
    .container-fluid-seatmap-svg {
    }

        .container-fluid-seatmap-svg svg {
        }
}

/* Seatmap SVG End */




/* Select Loading*/
.modal-loading {
    background: rgba(0, 0, 0, 0.15);
    pointer-events: none !important;
    cursor: default !important;
    -webkit-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

    .modal-loading .modal-content {
        background-color: transparent !important;
        border: none !important;
    }

    .modal-loading .modal-body {
        background-color: transparent;
        border: none !important;
        text-align: center !important;
        color: #fff !important;
    }

        .modal-loading .modal-body .modal-loading-label {
            font-size: 20px !important;
        }

        .modal-loading .modal-body .modal-loading-icon {
            font-size: 20px !important;
            margin: 5px !important;
        }

/* Select Loading End*/


/* Select Seatmap Modal*/
.modal-select-seat {
}

    .modal-select-seat .modal-header .modal-title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 500px;
    }


@media only screen and (max-width: 980px) {
    .modal-select-seat .modal-header .modal-title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 250px;
    }
}

/* Select Seatmap Modal End*/

/* Seatmap Controls*/
.container-seatmap-controls {
    background-color: #fff;
    width: auto;
    padding: 10px;
    margin: 10px;
    position: absolute;
    top: 50%;
    display: table;
    z-index: 1;
}

.btn.btn-seatmap-control {
    display: block !important;
    font-size: 24px !important;
    border: none !important;
}


.container-seatmap-types {
    background-color: #fff;
    width: auto;
    padding: 10px;
    margin: 10px;
    position: absolute;
    left: 0;
    display: table;
    z-index: 1;
    margin-top: -30px;
}

.btn.btn-seatmap-type {
    border: none !important;
}

@media only screen and (max-width: 980px) {
    .container-seatmap-controls {
        padding: 5px;
        margin: 5px;
        top: 20%;
    }

    .btn.btn-seatmap-control {
        font-size: 20px !important;
        border: none !important;
        padding: 5px;
    }

    .container-seatmap-types {
        padding: 5px;
        margin: 5px;
        margin-top: -30px;
    }
}

/* Seatmap Cart*/
.container-seatmap-empty-cart {
    margin-top: 30px;
    height: 200px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.container-seatmap-cart {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    padding: 10px 0px;
    border-top: 1px solid #e5e5e5 !important;
    border-bottom: 1px solid #e5e5e5;
    display: table;
    width: 100%;
}

    .container-seatmap-cart.container-seatmap-cart-items {
        border-top: none !important;
    }

.table-cart {
    width: 100%;
}

    .table-cart td {
        padding: 10px 5px;
        line-height: normal;
    }

    .table-cart .cart-addon-item td {
        padding: 2.5px 5px;
    }

    .table-cart .cart-subtitle td {
        padding: 2.5px 5px;
        padding-top: 15px;
    }

    .table-cart .cart-subtotal td {
        padding: 5px 5px;
        padding-top: 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid #e5e5e5;
    }

    .table-cart .cart-total td {
        padding: 5px 7.5px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .table-cart .seperator {
        border-bottom: 1px solid #e5e5e5;
    }

    .table-cart .product-color,
    .product-circle-color {
        width: 16px;
        height: 16px;
        border-radius: 50% !important;
        border-radius: 50%;
        display: table;
        margin-top: 3px;
        white-space: nowrap;
    }




.product-circle-color {
    margin: 0px !important;
}

.table-cart .product-qty {
    font-size: 16px;
    color: #000;
}

.table-cart .product-number {
    font-size: 16px;
    color: #000;
}

.table-cart .product-price {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    white-space: nowrap;
}

.table-cart .product-price-before {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 15px;
    color: #717171;
    font-weight: normal;
    text-decoration: line-through;
    white-space: nowrap;
}

.table-cart .btn-product-remove {
    font-size: 14px;
    color: #6c757d;
    white-space: nowrap;
}

    .table-cart .btn-product-remove:hover {
        color: #000;
    }

.table-cart .table-promocode {
    margin-bottom: 10px !important;
}

    .table-cart .table-promocode td {
        padding: 2px;
    }

.table-cart .card-promocode {
    border: none !important;
    margin-bottom: 10px !important;
}

    .table-cart .card-promocode .card-body {
        padding: 5px 5px;
        border: none;
    }

.container-cart-btn-proceed {
    padding: 5px;
}

@media only screen and (max-width: 980px) {
    .container-fluid-seatmap-header {
        height: auto;
        background-color: #ffffff;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .container-seatmap-empty-cart {
        height: 75px;
        border: none !important;
    }

    .container-seatmap-cart-header {
        /*  display: none !important;*/
        padding: 5px;
    }

    .container-cart-btn-proceed {
        position: fixed;
        width: 100%;
        bottom: 0;
        display: table;
        padding: 0;
        left: 0;
        padding: 5px;
        background-color: #fff;
        box-shadow: 2px 0px 3px 3px rgba(153, 153, 153, 0.1);
        height: 55px !important;
        z-index: 3;
    }

        .container-cart-btn-proceed .badge-cart-btn-proceed {
            display: block;
        }

        .container-cart-btn-proceed .btn-cart-summary-price {
            font-size: 14px;
            font-weight: 600;
            white-space: nowrap;
            line-height: normal;
        }

        .container-cart-btn-proceed .btn-cart-summary-info {
            font-size: 12px;
            font-weight: normal;
            white-space: nowrap;
            line-height: normal;
        }

        .container-cart-btn-proceed .btn-cart-proceed {
            -webkit-border-top-left-radius: 0px;
            -webkit-border-bottom-left-radius: 0px;
            -moz-border-radius-topleft: 0px;
            -moz-border-radius-bottomleft: 0px;
            border-top-left-radius: 0px;
            border-bottom-left-radius: 0px;
            height: 45px !important;
        }

        .container-cart-btn-proceed .btn-cart-summary {
            -webkit-border-top-right-radius: 0px;
            -webkit-border-bottom-right-radius: 0px;
            -moz-border-radius-topright: 0px;
            -moz-border-radius-bottomright: 0px;
            border-top-right-radius: 0px;
            border-bottom-right-radius: 0px;
            display: table;
            padding: 5px;
            background-color: #e7e7e7 !important;
            border-color: #e7e7e7 !important;
            height: 45px !important;
        }
}

/* Seatmap Cart End*/

/* Seatmap Legend*/
.container-seatmap-legend {
    position: fixed;
    bottom: 13.5px;
}

.cart-seatmap-legend {
    border: 1px solid #d1d1d1;
    box-shadow: 0 1px 5px 0 rgba(153, 153, 153, 0.2);
    margin: 0 auto;
    width: fit-content;
    border-radius: 25px;
    white-space: nowrap;
    max-width: 80%;
    /* margin-left: 10%;
	margin-right: 10%; */
    background-color: rgba(255, 255, 255, 0.975);
}

    .cart-seatmap-legend .card-body {
        padding: 7px;
    }

    .cart-seatmap-legend .cart-seatmap-legend-item {
        background-color: #fff;
        border: 1px solid #E5E5E5;
        border-radius: 15px;
        cursor: pointer;
        margin: 1px;
        white-space: nowrap;
        min-width: 110px;
    }

.cart-seatmap-legend-item.active,
.cart-seatmap-legend-item:hover {
    background-color: #e6e6e6;
}

.cart-seatmap-legend-item .card-body {
    padding: 6px !important;
    line-height: normal;
    overflow: unset !important;
    text-align: center;
}

.cart-seatmap-legend-item .cart-seatmap-legend-item-color {
    width: 16px;
    height: 16px;
    border-radius: 50% !important;
    border-radius: 50%;
    display: table;
}


.cart-seatmap-legend-item .cart-seatmap-legend-item-price {
    font-size: 14px;
    font-weight: 500;
    padding-left: 5px;
    padding-right: 5px;
    color: #000;
    line-height: 14px;
}

.cart-seatmap-legend .cart-seatmap-legend-title {
    margin: 0px 7.5px 7.5px 7.5px !important;
    font-size: 14px;
    display: none !important;
    visibility: hidden !important
}

.cart-seatmap-legend .cart-seatmap-legend-info {
    margin: 7.5px 7.5px 0px 10px !important;
    font-size: 14px !important;
    display: none !important;
    visibility: hidden !important;
}

    .cart-seatmap-legend .cart-seatmap-legend-info .fa-circle-info {
        font-size: 12px !important;
    }

.shopping_cart_timer,
.shopping_cart_timer_td {
    width: 125px;
    max-width: 125px;
}


@media only screen and (max-width: 980px) {

    .shopping_cart_timer,
    .shopping_cart_timer_td {
        width: auto;
        min-width: 70px;
    }

    .cart-seatmap-legend {
        border: 1px solid #d1d1d1;
        border-left: none;
        border-right: none;
        box-shadow: none;
        margin: 0 auto;
        margin-top: 0px;
        width: 100%;
        margin-top: 0px;
        border-radius: 0px;
        white-space: nowrap;
        max-width: 100%;
        margin-left: 0%;
        margin-right: 0%;
    }

        .cart-seatmap-legend .card-body {
            padding: 10px;
            overflow-x: scroll;
        }

        .cart-seatmap-legend .row-legend-items {
            display: table !important;
        }

        .cart-seatmap-legend .col-legend-item {
            width: 100px;
            display: table-cell !important;
        }

        .cart-seatmap-legend .cart-seatmap-legend-title {
            display: none;
        }

        .cart-seatmap-legend .cart-seatmap-legend-info {
            display: none;
        }

    .container-fluid-seatmap-body {
        height: auto;
    }

    .container-fluid-seatmap {
        height: auto;
    }

    .container-seatmap-cart {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        padding: 10px 0px;
        border-top: none;
        border-bottom: none !important;
        margin-bottom: 0px !important;
    }

    #BookingCartItems {
        margin-bottom: 60px !important;
    }

    .cart-seatmap-legend .cart-seatmap-legend-item {
        min-width: auto;
    }


    .cart-seatmap-legend-item .card-body {
        padding: 5px !important;
        line-height: normal;
    }

    .cart-seatmap-legend-item .cart-seatmap-legend-item-price {
        font-size: 13px;
        line-height: 13px;
    }

    .container-seatmap-legend {
        position: unset;
        bottom: 12.5px;
    }
}

/* Seatmap Legend Ends*/
/* Seatmap Ends*/

/* Addons Start */

.container-addons {
}

    .container-addons::before {
        background-color: #f0f0f0;
        position: fixed;
        top: 0;
        left: 0px;
        width: 690px;
        height: 100vh;
        content: "";
        z-index: 0;
    }

.container-addon-items .category {
    margin-bottom: 20px;
    font-size: 19px;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: normal;
}

.container-addon-items .row-addon-item {
    margin-bottom: 30px;
}

    .container-addon-items .row-addon-item .discount {
        margin-top: 5px;
        font-size: 16px;
        line-height: 24px;
    }

    .container-addon-items .row-addon-item .title {
        margin-bottom: 12.5px;
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
        font-weight: bold;
        line-height: 26px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .container-addon-items .row-addon-item .summary {
        margin-bottom: 12.5px;
        font-size: 16px;
        line-height: 24px;
        text-transform: none !important;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .container-addon-items .row-addon-item .btn-group-qty-before {
        border: 2px solid #782327;
        border-radius: 4px;
        width: 100px;
        margin-top: 10px;
        margin-bottom: 10px;
        height: 40px;
    }

    .container-addon-items .row-addon-item .input-group-qty-after {
        border: 2px solid #782327;
        border-radius: 4px;
        background-color: #782327;
        width: 100px;
        float: right;
        margin-top: 10px;
        margin-bottom: 10px;
        height: 40px;
    }

    .container-addon-items .row-addon-item .form-control-input-group-qty {
        width: 33px;
        border: none;
        box-shadow: none;
        pointer-events: none;
        color: #fff !important;
        background-color: #782327;
        max-height: 33px;
    }

    .container-addon-items .row-addon-item .btn-input-group-qty {
        width: 30px;
        border: none;
        box-shadow: none;
        color: #fff;
    }

    .container-addon-items .row-addon-item .addrembtn {
        float: right;
        display: table;
    }

    .container-addon-items .row-addon-item .price {
        font-size: 16px;
        line-height: 24px;
        color: #000000;
        margin-top: 5px;
        margin-bottom: 5px;
        width: 100%;
        display: table;
    }

    .container-addon-items .row-addon-item .readmore {
        font-size: 16px;
        line-height: 24px;
        color: #000000;
        text-decoration: underline;
        margin-bottom: 5px;
    }

.input-group-qty-white {
    width: auto;
    float: right;
}

    .input-group-qty-white .form-control-input-group-qty {
        width: 45px;
        border: none;
        box-shadow: none;
        pointer-events: none;
        color: #000000 !important;
        background-color: transparent;
        max-height: 33px;
        max-width: 45px;
    }

    .input-group-qty-white .btn-input-group-qty {
        width: 30px;
        border: none;
        box-shadow: none;
        color: #000000 !important;
        background-color: transparent;
        font-size: 24px;
    }

[dir="rtl"] .input-group-qty-white {
    float: left;
}

@media only screen and (max-width: 980px) {
    .container-addons::before {
        display: none;
    }
}

/* Addons End */

/* Event Dates */
.container-event-dates-more {
    background-color: #fff;
    height: calc(100vh - 151px);
    position: absolute;
    width: 150px;
    z-index: 2;
    margin-top: 1px;
    padding: 0px;
    white-space: nowrap;
    overflow-x: auto;
}

    .container-event-dates-more .slot {
        border-bottom: 1px solid #E5E5E5;
        padding: 10px 15px;
    }

.container-event-more-dates .slot {
    border-bottom: 1px solid #E5E5E5;
    padding: 10px 0px;
}

.container-event-dates-more .slot-date,
.container-event-more-dates .slot-date {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 10px;
}

/* Event Dates End */

/* Fa Icons */
.fa-text-icon {
    margin-right: 10px;
}

[dir="rtl"] .fa-text-icon {
    margin-left: 10px;
    margin-right: unset;
}

[dir="rtl"] .form-control.is-invalid, .was-validated .form-control:invalid {
    background-position: left calc(.375em + .1875rem) center;
}
/* Fa Icons End */
.datepicker .ui-datepicker {
    display: block;
    width: 100%;
    border: none;
    height: 100%;
    margin-bottom: 30px;
}

    .datepicker .ui-datepicker .ui-datepicker-title {
        line-height: normal;
        text-align: center;
        margin: 0 auto;
        padding: 15px;
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
        font-family: "Montserrat", sans-serif;
    }

    .datepicker .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
        background-color: #fff;
        border: none;
    }

    .datepicker .ui-datepicker th {
        padding: 15px;
        text-align: left;
        font-weight: bold;
        border: 0;
        margin: 0 auto;
    }

.datepicker .ui-state-default,
.datepicker .ui-widget-content .ui-state-default,
.datepicker .ui-widget-header .ui-state-default,
.datepicker .ui-button,
.datepicker html .ui-button.ui-state-disabled:hover,
.datepicker html .ui-button.ui-state-disabled:active {
    border: none;
    background: transparent;
    font-weight: normal;
    color: #000;
    text-align: center;
    margin: 0 auto;
}

.datepicker .ui-datepicker td span,
.datepicker .ui-datepicker td a {
    display: block;
    text-align: center;
    padding: 15px 0px;
    text-decoration: none;
    width: 50px;
    white-space: nowrap;
    height: 50px;
    margin: 0 auto;
}

.datepicker .ui-state-default.ui-state-hover {
    background-color: #F5F5F5 !important;
    border: none;
    font-weight: normal;
    color: #000;
    border-radius: 100%;
    width: 50px;
    white-space: nowrap;
    height: 50px;
}

.datepicker .ui-state-active,
.datepicker .ui-widget-content .ui-state-active,
.datepicker .ui-widget-header .ui-state-active,
.datepicker a.ui-button:active,
.datepicker .ui-button:active,
.datepicker .ui-button.ui-state-active:hover {
    border: none;
    font-weight: normal;
    color: #fff;
    background-color: #000 !important;
    border-radius: 100%;
    width: 50px;
    white-space: nowrap;
    height: 50px;
}

.datepicker .ui-datepicker .ui-datepicker-prev,
.datepicker .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 0;
    width: 50px;
    height: 50px;
    border: none;
    background: transparent;
    background-color: transparent;
    background-color: transparent;
}









/* datepicker fs start */

.datepicker.datepicker-fullscreen {
    display: block;
    width: 100%;
    height: 100%;
    margin-bottom: 0px;
}

    .datepicker.datepicker-fullscreen .ui-datepicker {
        margin: 0px !important;
        padding: 0px !important;
    }

        .datepicker.datepicker-fullscreen .ui-datepicker table {
            margin: 0px !important;
            padding: 0px !important;
        }

        .datepicker.datepicker-fullscreen .ui-datepicker table {
            height: calc(100% - 50px) !important;
        }

    .datepicker.datepicker-fullscreen .ui-state-default,
    .datepicker.datepicker-fullscreen .ui-widget-content .ui-state-default,
    .datepicker.datepicker-fullscreen .ui-widget-header .ui-state-default,
    .datepicker.datepicker-fullscreen .ui-button,
    .datepicker.datepicker-fullscreen html .ui-button.ui-state-disabled:hover,
    .datepicker.datepicker-fullscreen html .ui-button.ui-state-disabled:active {
        border: none;
        background: transparent !important;
        font-weight: bold;
        color: #000;
        text-align: left;
        margin: unset;
        font-size: 32px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 39px;
        width: 100%;
        border-top: 2px solid #000;
        border-radius: 0px;
    }

    .datepicker.datepicker-fullscreen .ui-datepicker td {
        border: 0 !important;
        padding: 10px !important;
        vertical-align: top !important;
        width: 14.28571428571429% !important;
        min-height: 150px;
    }

    .datepicker.datepicker-fullscreen .ui-datepicker .ui-datepicker-header {
        height: 50px;
        max-height: 50px !important;
    }

[dir="rtl"] .datepicker .ui-datepicker th {
    text-align: right !important;
}

[dir="rtl"] .datepicker .ui-datepicker td span, [dir="rtl"] .datepicker .ui-datepicker td a {
    text-align: right !important;
}

[dir="rtl"] .calendar-event-item {
    text-align: right !important;
}

/* datepicker fs end */

/* seatmap seat popover start */
.seatmap-seat-popover,
.seatmap-seat-popover .popover-header,
.seatmap-seat-popover .popover-body {
    background: #333 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 4px !important;
    padding: 5px !important;
}

    .seatmap-seat-popover.popover-arrow::before,
    .seatmap-seat-popover .bs-popover-bottom > .popover-arrow::before,
    .seatmap-seat-popover .popover-arrow::after,
    .seatmap-seat-popover .bs-popover-bottom > .popover-arrow::after {
        border-bottom-color: #333 !important;
    }

    .seatmap-seat-popover .popover-header::before,
    .seatmap-seat-popover .bs-popover-bottom .popover-header::before {
        border-bottom: transparent !important;
    }

/* seatmap seat popover end */

.ui-datepicker-prev::before {
    content: "\f104" !important;
}

.ui-datepicker-next::before {
    content: "\f105" !important;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    background: none !important;
}

.ui-datepicker-prev::before,
.ui-datepicker-next::before {
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    font-weight: normal;
    align-items: center !important;
    justify-content: center !important;
    font-size: 20px;
}


@media only screen and (max-width: 980px) {
    .card-search.card-search-tours {
        width: 100% !important;
        border: none !important;
        background: transparent;
    }

    .dropdown-sb .dropdown-menu {
        padding-top: 0px;
    }

    .datepicker .ui-datepicker .ui-datepicker-prev,
    .datepicker .ui-datepicker .ui-datepicker-next {
        width: 50px;
        height: 30px;
    }

    .datepicker .ui-datepicker .ui-datepicker-title {
        padding: 0px;
    }

    .datepicker .ui-datepicker th {
        padding: 10px;
    }

    .datepicker .ui-datepicker td span,
    .datepicker .ui-datepicker td a {
        padding: 10px 0px;
        width: 40px;
        height: 40px;
        font-size: 24px;
    }

    .datepicker .ui-state-active,
    .datepicker .ui-widget-content .ui-state-active,
    .datepicker .ui-widget-header .ui-state-active,
    .datepicker a.ui-button:active,
    .datepicker .ui-button:active,
    .datepicker .ui-button.ui-state-active:hover {
        width: 40px;
        height: 40px;
    }

    .datepicker .ui-state-default.ui-state-hover {
        width: 40px;
        height: 40px;
    }

    .card-search.card-search-tours .card-search-tours-dropdown-qty {
        width: 100% !important;
        margin-left: unset !important;
    }

    .card-search.card-search-tours .card-search-tours-dropdown {
        /* box-shadow: unset !important;
        transition: unset !important;
        border-radius: 0px !important; */
    }
}


/* faq nav */
.nav-faqs {
    width: 100px !important;
    white-space: nowrap;
    display: table;
}

.nav-faqs-sticky {
    position: fixed;
    top: 100px;
}

.nav-faqs-absolute {
    position: absolute;
    bottom: 0px;
    top: unset;
}

.nav-faqs .nav-link {
    padding-bottom: 0px;
    line-height: 40px;
    position: relative;
    margin: 10px 0;
    margin-top: 10px;
    color: rgba(0, 0, 0, .9);
    padding: 0;
}

    .nav-faqs .nav-link.active {
        border-bottom: solid 2px #000000;
    }

    .nav-faqs .nav-link:hover {
        color: #000;
    }

@media only screen and (max-width: 980px) {
    .nav-faqs-sticky {
        position: unset;
        top: unset;
        bottom: unset;
    }
}

/* faq nav end */

/*Links */
.link-dark {
    color: #000000;
    text-decoration: underline;
}

.link-light {
    color: #fff;
    text-decoration: underline;
}

.link-back-dark {
    color: #000000 !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
}

/*Links End */


/* architecture */

.row-propery-details {
    margin-top: 100px;
    margin-bottom: 100px;
    white-space: nowrap;
}

    .row-propery-details .item {
        padding-left: 30px;
        border-right: 1px solid #E5E5E5;
    }

    .row-propery-details .title {
        color: #717171;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 22px;
        margin-bottom: 5px;
    }

    .row-propery-details .value {
        font-size: 24px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 29px;
        font-family: "Montserrat", sans-serif;
    }

.card-architecture-img-overlap {
    position: relative;
}

.card-architecture-overlap {
    background-color: transparent;
    border: none;
    border-radius: 0px;
    bottom: 120px;
    left: 0;
    right: 0;
    width: auto !important;
    padding-left: 10%;
    padding-right: 10%;
}

    .card-architecture-overlap .card-body {
        text-align: center;
        padding: 60px 150px;
        background-color: #fff;
    }

@media only screen and (max-width: 980px) {
    .row-propery-details {
        margin-top: 50px;
        margin-bottom: 50px;
        white-space: nowrap;
    }

        .row-propery-details .item {
            padding-left: 0px;
            border-right: none;
        }

    .card-architecture-overlap .card-body {
        text-align: center;
        padding: 30px 30px;
        background-color: #fff;
    }
}

/* architecture End */


/* confirmed */

.container-fluid-confirmation .col-cartitems {
    width: 100% !important;
}

.confirmation-booking-confirmed {
    color: #802529;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 0px;
}

.confirmation-qrcode {
    color: #000000;
    font-size: 32px;
    font-weight: 600;
    margin: 0px;
}

.card-confirmation-qr {
    margin-top: 50px;
    margin-bottom: 50px;
}

.card-confirmation-ads {
    border: none;
    border-radius: 0px;
    background-color: #fff;
    margin-bottom: 25px;
    margin-top: 25px;
}

    .card-confirmation-ads .card-body {
        padding: 0px;
    }

.card-confirmation-event,
.card-confirmation-guest-details,
.card-confirmation-ticket-details,
.card-confirmation-ticket-info,
.card-confirmation-ticket-terms {
    margin-bottom: 50px;
}

.card-confirmation-terms {
    color: #717171;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 15px;
}

.card-ticket-details {
    margin-bottom: 50px;
}

.card-confirmation-event .category,
.card-confirmation-event .date {
    line-height: normal;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: normal;
}

.card-confirmation-event .title {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 29px;
    font-weight: 600;
}

@media only screen and (max-width: 980px) {
    .card-ticket-details {
        margin-bottom: 20px;
    }
}

/* confirmed end*/

/* Forms */
.form-control,
.form-control-plaintext,
.form-select {
    border: 2px solid #000000;
    background-color: transparent;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    padding: 12px !important;
    height: auto !important;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: none !important;
    text-shadow: none;
}

    .form-control.form-control-sm {
        padding: 7.5px !important;
    }

.form-floating > label {
    position: absolute;
    top: -10px;
    left: 10px;
    width: auto;
    height: auto;
    padding: 0px 5px;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
    background-color: #fff;
    color: #000000;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 16px;
    border-radius: 4px;
}

[dir="rtl"] .form-floating > label {
    right: 10px;
    left: unset
}

.form-floating-light > label {
    background-color: #f0f0f0 !important;
}

.form-floating-light .form-control,
.form-floating-light .form-control-plaintext,
.form-floating-light .form-select {
    background-color: #f0f0f0 !important;
}

.form-floating.disabled {
    opacity: 0.5 !important;
    filter: grayscale(50%);
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 2px solid #000000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
}

[dir="rtl"] .form-check .form-check-input {
    float: unset;
    float: right;
    margin-left: unset;
    margin-right: -1.5em;
}

.form-control:disabled {
    background-color: transparent !important;
}

.form-select:disabled {
    background-color: transparent !important;
}

/* Backgrounds */
.bg-light {
    background-color: #F5F5F5 !important;
}

/* Calendar Event Items */
.calendar-event-item {
    font-size: 14px;
    line-height: 22px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    text-align: left;
    width: 100%;
}

    .calendar-event-item .title {
        color: #000;
    }

    .calendar-event-item .text-seperator {
        border-top-style: solid;
        display: inline-block;
        border-top-width: 1px;
        width: 38px;
        margin: 0px 0px 10px 0px;
        background: #802529;
        color: #802529;
    }

    .calendar-event-item .title .link {
        padding: 0 !important;
        height: auto !important;
        margin: 0 !important;
        background: transparent !important;
        border: none !important;
        white-space: unset !important;
        text-align: left;
        width: 100%;
    }

        .calendar-event-item .title .link:hover {
            color: #000 !important;
            text-decoration: underline !important;
        }


    .calendar-event-item .price {
        color: #000;
    }

    .calendar-event-item .time {
        color: #000;
    }

/* Pagination */
.custom-pagination .pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.75rem;
    --bs-pagination-font-size: 16px;
    --bs-pagination-color: #000;
    --bs-pagination-bg: transparent;
    --bs-pagination-border-width: 0px;
    --bs-pagination-border-color: #F2F2F2;
    --bs-pagination-border-radius: 0rem;
    --bs-pagination-hover-color: #000;
    --bs-pagination-hover-bg: #f2f2f2;
    --bs-pagination-hover-border-color: #F2F2F2;
    --bs-pagination-focus-color: #000;
    --bs-pagination-focus-bg: #F2F2F2;
    --bs-pagination-focus-box-shadow: 0;
    --bs-pagination-active-color: #000;
    --bs-pagination-active-bg: #F2F2F2;
    --bs-pagination-active-border-color: #F2F2F2;
    --bs-pagination-disabled-color: #999;
    --bs-pagination-disabled-bg: transparent;
    --bs-pagination-disabled-border-color: transparent;
    display: flex;
    padding-left: 0;
    list-style: none;
}

.custom-pagination .page-item {
    padding: 1px;
}

.custom-pagination .page-link {
    border-radius: 100% !important;
    height: 44px;
    width: 44px;
    text-align: center;
    line-height: 20px;
    background-color:transparent !important;
}

.custom-pagination-nextprev .pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.75rem;
    --bs-pagination-font-size: 16px;
    --bs-pagination-color: #000;
    --bs-pagination-bg: transparent;
    --bs-pagination-border-width: 0px;
    --bs-pagination-border-color: transparent;
    --bs-pagination-border-radius: 0rem;
    --bs-pagination-hover-color: #000;
    --bs-pagination-hover-bg: transparent;
    --bs-pagination-hover-border-color: transparent;
    --bs-pagination-focus-color: #000;
    --bs-pagination-focus-bg: transparent;
    --bs-pagination-focus-box-shadow: 0;
    --bs-pagination-active-color: #000;
    --bs-pagination-active-bg: transparent;
    --bs-pagination-active-border-color: transparent;
    --bs-pagination-disabled-color: #999;
    --bs-pagination-disabled-bg: transparent;
    --bs-pagination-disabled-border-color: transparent;
    display: flex;
    padding-left: 0;
    list-style: none;
}

.custom-pagination .page-item {
    padding: 1px;
}

.custom-pagination .page-link {
    height: 44px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    line-height: normal;
}

@media only screen and (max-width: 980px) {
    .custom-pagination .page-link {
        height: 32px;
        width: 32px;
        line-height: 10px;
        font-size: 13px;
    }

    div.dataTables_wrapper div.dataTables_info {
        padding-top: .85em;
        padding-bottom: .85em;
    }

    .btn-calendar-view {
        display: none !important;
    }
}

/* Pagination End */

/* Info Cards */
.card-info {
    border: none;
    border-radius: 4px;
    background-color: #F5F5F5;
    background-color: #f9f9f9;
    width: 130px;
}

    .card-info .card-body {
        padding: 15px;
        text-align: center;
    }

        .card-info .card-body .icon {
            font-size: 24px;
            letter-spacing: 0;
            line-height: 24px;
            margin: 5px;
        }

        .card-info .card-body .title {
            color: #000000;
            font-size: 12px;
            letter-spacing: 0;
            line-height: 22px;
        }

@media only screen and (max-width: 980px) {
    .card-info {
        white-space: nowrap;
        width: auto;
    }

        .card-info .card-body {
            padding: 10px;
            text-align: left;
            display: table;
        }

            .card-info .card-body .icon {
                font-size: 16px;
                line-height: 16px;
                margin: 5px;
                display: table-cell;
                width: 20px;
                text-align: center;
            }

            .card-info .card-body .title {
                color: #000000;
                font-size: 12px;
                letter-spacing: 0;
                line-height: 22px;
                display: table-cell;
                padding: 5px;
            }
}

/* Info Cards  End*/

/*My Account */
.card-account {
    border: none;
    border-radius: 0px;
    margin-bottom: 40px;
    box-shadow: 0 2px 6px 0 rgba(153, 153, 153, 0.2);
}

    .card-account .card-body {
        padding: 30px;
    }

    .card-account .card-title {
        color: #000000;
        font-family: "Lato";
        font-size: 24px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 28px;
        margin-bottom: 40px;
    }

.table-account {
    white-space: nowrap;
}

    .table-account th {
        color: #000000;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 24px;
        vertical-align: middle !important;
        padding-bottom: 20px;
        padding-bottom: 20px;
    }

        .table-account th.type,
        .table-account td.type {
            width: 200px;
            padding-left: 0px !important;
        }

        .table-account th.date,
        .table-account th.reference,
        .table-account th.total {
            width: 150px;
        }

        .table-account th.method {
            width: 200px;
        }

    .table-account td {
        color: #000000;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 24px;
        vertical-align: middle !important;
        border-bottom: 1px solid #E5E5E5;
        padding-bottom: 20px;
        padding-bottom: 20px;
    }

    .table-account .event-img {
        margin-right: 10px;
        width: 30px;
        height: auto;
    }

    .table-account .event-type {
        color: #000000;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 19px;
        white-space: normal;
    }

    .table-account .event-title {
        color: #000000;
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 19px;
        white-space: normal;
    }

    .table-account .view {
        text-align: right;
    }

@media only screen and (max-width: 980px) {
    .card-account {
        margin-bottom: 20px;
    }


    .table-account .event-type {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 150px;
    }

    .table-account .event-title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 150px;
    }

    .table-account thead,
    .table-account td.date,
    .table-account td.reference,
    .table-account td.total,
    .table-account td.method {
        display: none !important;
    }

    .card-account .card-title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
    }
}

/*My Account Ends */

/* newsletter */
.btn-newsletter {
    border: none !important;
}

.form-control-newsletter {
    border: none !important;
}

/* newsletter ends */
.container-fluid-event-seat-selection {
    transition: all .8s;
}

.container-fluid-event-seat-selection-scrolled {
    position: fixed;
    top: 90px;
    padding: 0px !important;
    background: #fff;
    background-color: rgb(255, 255, 255);
    background-color: #fff !important;
    z-index: 9;
    box-shadow: 0 5px 10px -4px rgba(131, 134, 163, 0.12);
}

    .container-fluid-event-seat-selection-scrolled .container {
    }

    .container-fluid-event-seat-selection-scrolled .btn {
        /* width: 340px !important; */
    }

.container-fluid-search {
    height: 180px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 30px 50px 10px rgba(102, 102, 102, .5);
}

.container-search {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .container-fluid-search .card,
    .container-search .card {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }

        .container-fluid-search .card .icon,
        .container-search .card .icon {
            width: 50px;
            position: absolute;
            top: 6px;
            font-size: 30px;
            color: #000;
        }

            .container-fluid-search .card .icon *,
            .container-search .card .icon * {
                color: #000;
            }

        .container-fluid-search .card .form-control,
        .container-search .card .form-control {
            border-radius: 0px !important;
            border: none;
            border-bottom-color: currentcolor;
            border-bottom-style: none;
            border-bottom-width: medium;
            border-bottom: solid 2px #000;
            padding: 20px 50px;
            height: 60px;
            width: 100%;
            font-size: 32px;
            line-height: 39px;
            display: inline-flex;
            font-weight: 600;
            color: #000;
            padding-left: 50px !important;
        }

/* Buttons */

.btn {
    border-radius: 4px;
    text-decoration: none;
    transition: all ease .5s;
    outline: none;
    display: inline-flex;
    align-items: center;
    font-size: inherit;
    font-weight: 600;
    justify-content: center;
    white-space: nowrap;
    font-size: 14px;
}

.btn-dark {
    --bs-bg-opacity: 1;
    --bs-btn-color: #fff;
    --bs-btn-bg: #782327;
    --bs-btn-border-color: #782327;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #782327;
    --bs-btn-hover-border-color: #782327;
    --bs-btn-focus-shadow-rgb: 66, 70, 73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #782327;
    --bs-btn-active-border-color: #782327;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #782327;
    --bs-btn-disabled-border-color: #782327;
}

.btn-outline-dark {
    --bs-btn-color: #782327;
    --bs-btn-border-color: #782327;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #782327;
    --bs-btn-hover-border-color: #782327;
    --bs-btn-focus-shadow-rgb: 33, 37, 41;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #782327;
    --bs-btn-active-border-color: #782327;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #782327;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #782327;
    --bs-gradient: none;
}

.btn-outline-secondary {
    --bs-btn-color: #000000;
    --bs-btn-border-color: rgba(0, 0, 0, 0.5);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #000;
    --bs-btn-hover-border-color: #000000;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #fff;
    --bs-btn-active-border-color: rgba(0, 0, 0, 0.5);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #eee;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #eee;
    --bs-gradient: none;
}

.btn-sm {
    padding: 10px;
    font-size: 12px;
    height: 36px;
    font-weight: 600 !important;
}

.btn-md {
    padding: 10px;
    font-size: 14px;
    font-weight: 600 !important;
}

.btn-lg {
    padding: 13px;
    font-weight: 600 !important;
}

.btn-content {
    padding: 13px 32px;
    font-weight: 600 !important;
}

.btn-sm.btn-content {
    padding: 10px 18px;
    font-weight: 600 !important;
}

.btn-arrow {
    margin-top: 2px;
    margin-left: 7.5px;
    font-size: 12px;
}

    .btn-arrow::before {
        font-family: "Font Awesome 6 Sharp";
        content: "\f356" !important;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: var(--fa-display, inline-block);
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        text-rendering: auto;
        font-weight: 900 !important;
    }

.btn-event-moredates {
    font-size: 14px;
}

.btn-session-timeout {
    min-width: 100%;
}

.text-bg-dark {
    color: #fff !important;
    background-color: #000 !important;
}

.btn-ticket-qty-info {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 15px;
    margin-top: 7.5px;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    color: #fff;
    pointer-events: none;
    background-color: #aaa;
    border-color: #aaa;
    opacity: 1;
}

.btn-link-dark{
    text-decoration:none;
    border:none !important;
    color:#000 !important;
}
/* Buttons End */
.carousel-venues .carousel-indicators {
    bottom: 40px;
}

.container-fluid-cover {
    background-size: cover;
    background-position: center;
    height: 650px;
}

    .container-fluid-cover p {
        font-size: 19px;
        line-height: 28px;
        width: 60%;
    }

    .container-fluid-cover .btn {
        min-width: 215px;
    }

@media only screen and (max-width: 980px) {
    .container-fluid-cover p {
        font-size: 14px;
        line-height: 16px;
        width: 100%;
    }

    .container-fluid-cover .btn-content {
        width: 100% !important;
    }
}

.navbar-toggler {
    border: none !important;
}

.dropdown-divider {
    margin: 0;
}

.dropdown-filters .dropdown-menu {
    font-size: 16px;
    border-radius: 0px;
    box-shadow: 0 0 6px rgba(102, 102, 102, .2);
    border: none;
}

.dropdown-filters .dropdown-item {
    font-size: 16px;
    padding: 0.5rem 1rem;
}

.dropdown-filters .btn {
    border: none !important;
    background-color: transparent !important;
    font-weight: normal !important;
    padding: 1rem !important;
    font-size: 16px;
}

.card-venue {
    box-shadow: 0 5px 10px -4px rgba(131, 134, 163, 0.12);
    border-radius: 0px !important;
}

    .card-venue:hover {
        box-shadow: 0 20px 20px -4px rgba(131, 134, 163, 0.12);
        z-index: 1;
    }

        .card-venue:hover .btn {
            display: inline !important;
        }

    .card-venue ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        display: flex;
        flex-wrap: wrap;
    }

        .card-venue ul li {
            margin: 5px 0;
            flex: 0 0 50%;
            max-width: 50%;
        }

            .card-venue ul li::before {
                -webkit-font-smoothing: antialiased;
                box-sizing: border-box;
                color: black;
                display: inline-block;
                font-family: "Font Awesome 5 Free";
                font-size: 16px;
                font-style: normal;
                font-variant-caps: normal;
                font-variant-east-asian: normal;
                font-variant-ligatures: normal;
                font-variant-position: normal;
                font-weight: normal;
                height: 16px;
                line-height: 16px;
                list-style-type: none;
                margin-right: 5px;
                text-align: left;
                text-rendering: auto;
                width: 16px;
                content: "";
            }

.text-seperator {
    border-top-style: solid;
    display: inline-block;
    border-top-width: 2px;
    width: 38px;
    margin: 0px 0px 10px 0px;
    background: #802529;
    color: #802529;
    display: none !important;
    visibility: hidden !important;
}

.table-variants-list tr.item td {
    padding: 7.5px 15px;
    vertical-align: top;
}

.table-variants-list .item .card-item {
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    background-color: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .table-variants-list .item .card-item:hover {
        background-color: #f1f1f1;
    }

.table-variants-list .name {
    font-size: 14px;
    color: #717171;
}

.table-variants-list .price {
    font-weight: bold;
}

.form-check-input:checked {
    background-color: #000;
    border-color: #000;
}

.carousel-indicators {
    margin-bottom: 2.5%;
}

    .carousel-indicators [data-bs-target] {
        position: relative;
        width: 60px;
        height: 4px;
        border: none;
        border-radius: 10px;
        margin-left: 10px;
        margin-right: 10px;
        background-color: #000;
    }

        .carousel-indicators [data-bs-target] span {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 0;
            border-radius: 10px;
            height: 100%;
            background-color: #fff;
            border-radius: inherit;
            max-width: 60px;
        }

.carousel-secondary .summary {
    font-size: 16px;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 28px;
    text-transform: none !important;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 120px;
    text-align: center;
}

@media only screen and (max-width: 480px) {
    .navbar-nav .nav-link {
        border-bottom: 1px solid rgba(255,255,255,0.1) !important;
    }

    .navbar-nav .dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
        position: absolute;
        right: 30px;
        margin-top: 14px;
    }

    .navbar-nav .nav-subnav .dropdown-menu {
        overflow-x: auto;
        transform: unset !important;
        position: inherit !important;
    }
}


@media only screen and (max-width: 1080px) {
    #navbaritems .menu-main-menu-top-left.navbar-nav .nav-item:first-child {
      /*  display: none;*/
    }
}

@media only screen and (max-width: 980px) {
    .carousel-indicators [data-bs-target] {
        width: 40px;
        margin-left: 5px;
        margin-right: 5px;
    }

        .carousel-indicators [data-bs-target] span {
            max-width: 40px;
        }

    h2 {
        font-size: 22px;
    }

    .navbar-dark {
        background-color: #000;
        height: auto;
    }

    .navbar-nav .nav-link {
        padding: 0.75rem !important;
    }

    .navbar-nav .nav-link-buy {
        padding: 0.5rem !important;
    }

    .card-event .month {
        font-size: 24px;
    }

    .navbar .navbar-logo {
        height: 45px !important;
        margin: 5px;
    }

    .container-fluid-cover {
        background-size: cover;
        background-position: center;
        height: 650px;
    }

    .carousel-vh .carousel-caption h1,
    .carousel-sb .carousel-caption h1 {
        font-size: 25px;
        line-height: 36px;
    }

    .carousel-vh .carousel-caption p,
    .carousel-sb .carousel-caption p {
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 20px;
    }
 

    .carousel-vh .carousel-caption {
        justify-content: flex-end;
        right: 10%;
        left: 10%;
        padding-bottom: 50px;
    }

    .carousel-vh .btn {
    }

    .carousel-pt .carousel-caption h1 {
        font-size: 30px;
    }

    .navbar-nav .nav-subnav .container {
        max-width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .navbar-nav .nav-subnav .dropdown-img-menu {
        padding: 0;
    }

    .navbar-nav .nav-subnav .dropdown-img-menu-item li {
        max-width: 300px;
        margin-right: 10px;
        position: relative;
    }

    .navbar-nav .nav-subnav .dropdown-img-menu {
        padding: 40px 0 40px 40px;
    }


    .container-fluid-event-seat-selection-scrolled {
        top: 53px;
    }

    .carousel-sb {
        height: auto;
    }

        .carousel-sb .carousel-inner {
            overflow: unset;
        }

        .carousel-sb .carousel-item {
            height: auto;
        }

    .card-search.card-search-tours {
        width: 100% !important;
    }

    .carousel-pt .carousel-item {
        height: 165px;
        background-size: cover;
        background-position: center;
    }

    .card-search.card-search-tours .border-start {
        border: none !important;
    }

    .carousel-pt {
        height: 165px;
    }

        .carousel-pt .carousel-caption {
            align-items: flex-start;
            display: flex;
            flex-direction: column;
            justify-content: center;
            bottom: 15px;
            text-align: left;
            left: 15px;
        }
}


@media only screen and (max-width: 480px) {
    .carousel-vh .carousel-caption {
        justify-content: flex-end;
        right: 10%;
        left: 10%;
        padding-bottom: 25px;
    }


    .carousel-vh .btn {
        width: 100%;
        justify-content: center;
    }

    .navbar-nav .nav-subnav .dropdown-img-menu-item li {
        margin-right: 15px;
        position: relative;
        max-width: 100px;
        width: 100px;
    }


        .navbar-nav .nav-subnav .dropdown-img-menu-item li .title {
            position: absolute;
            bottom: 10px;
            left: 5px;
            font-size: 15px;
            line-height: 18px;
            color: #fff;
            line-height: normal;
        }

    .navbar-nav .nav-subnav .dropdown-img-menu {
        padding: 5px 0px;
        /* padding: 30px 0 30px 80px; */
    }
}

[dir="rtl"] .ms-auto {
    margin-right: auto !important;
    margin-left: unset !important;
}

[dir="rtl"] .me-auto {
    margin-left: auto !important;
    margin-right: unset !important;
}

[dir="rtl"] .me-lg-auto {
    margin-left: auto !important;
    margin-right: unset !important;
}



[dir="rtl"] .navbar-nav .nav-subnav .dropdown-img-menu-item li .title {
    bottom: 10px;
    right: 16px;
    left: unset;
    text-align: right;
}

[dir="rtl"] .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
[dir="rtl"] .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
[dir="rtl"] .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select,
[dir="rtl"] .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

[dir="rtl"] .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

[dir="rtl"] .text-start {
    text-align: right !important;
}

[dir="rtl"] .text-end {
    text-align: left !important;
}

[dir="rtl"] .me-1 {
    margin-left: .25rem !important;
}

[dir="rtl"] .ms-1 {
    margin-right: .25rem !important;
}

[dir="rtl"] .dropdown-sb .dropdown-toggle {
    justify-content: right;
}

[dir="rtl"] .container-fluid-search .card .form-control {
    padding-left: inherit !important;
    padding-right: 50px !important;
}

[dir="rtl"] .dropdown-toggle::after {
    margin-right: .255em;
    left: 30px;
    right: unset;
}

[dir="rtl"] .fa-arrow-alt-right::before,
[dir="rtl"] .fa-right::before {
    content: "\f355" !important;
}

.fa-arrow-right::before {
    content: "\f060";
    content: "\f356" !important;
}

[dir="rtl"] .fa-arrow-right::before {
    content: "\f060";
    content: "\f355" !important;
}

[dir="rtl"] .container-fluid-footer .footer-copyright {
    /* margin-right: 30px;
	margin-left: 0px; */
}

[dir="rtl"] .btn-arrow {
    margin-left: unset;
    margin-right: 7.5px;
}

    [dir="rtl"] .btn-arrow::before {
        font-family: "Font Awesome 6 Sharp";
        content: "\f355" !important;
    }

[dir="rtl"] .table-account .event-img {
    margin-left: 10px;
    margin-right: unset;
}

[dir="rtl"] .table-account .view {
    text-align: left;
}

[dir="rtl"] .fa-caret-right::before {
    content: "\f0d9";
}

[dir="rtl"] .fa-caret-left::before {
    content: "\f0da";
}


[dir="rtl"] .form-control {
    text-align: right;
}

[dir="rtl"] .form-select {
    background-position: left .75rem center;
    text-align: right;
}

[dir="rtl"] .container-collapsed-links .toggle-collapsed-links {
    margin-right: 30px;
    margin-left: unset;
}

@media (min-width: 768px) {
    [dir="rtl"] .text-md-start {
        text-align: right !important;
    }

    [dir="rtl"] .text-md-end {
        text-align: left !important;
    }
}

@media only screen and (max-width: 768px) {

    [dir="rtl"] .navbar-nav.me-lg-auto {
        margin-left: unset !important;
        margin-right: unset !important;
        padding-right: 0px;
    }

    [dir="rtl"] .navbar-nav.me-auto {
        padding-right: 0px;
    }
}
