#cconsent-bar {
    z-index: 9999999999999999999 !important;
}

img {
    max-width: 100%;
    border-radius: 4px;
    position: relative;
}

.bg-light {
    background-color: #f9fafe !important;
}

.articleCard {
    height: 386px;
}

.logo img {
    width: 120px;
}

.aboutAction {
    margin-top: 25px;
}

.btn-light-gr {
    width: 260px;
    margin-right: 5px;
}

.btn-purple-gr {
    margin-left: 5px;
}

.aboutContent .aboutImg {
    margin-left: 40px;
    margin-right: 40px;
}

.icon-after-img {
    float: right;
    margin-top: 10px;
}

.icon-gotofair {
    float: left;
    position: absolute;
    left: -22px;
    top: -22px;
}

.icons {
    width: 31%;
    height: 30px;
    align-items: center;
    text-align: center;
    margin: auto;
    margin-top: 10px;
}

label {
    margin: 0;
    user-select: none;
}

.left-svg {
    float: left;
    margin-top: 4px;
}

.seperator {
    width: 1px;
    height: 30px;
    background: #ededed;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    margin-top: 0px;
}

.aboutContent .aboutImg img {
    border-radius: 24px;
}

.goToFair {
    color: #6e6e6e;
}

.goToFair:hover {
    text-decoration: none;
}

.swpCommentWrapper .swiper-slide {
    /*width: 31% !important;*/
    height: 70px;
}

.swiper-container {
    height: 100%;
}

.commentCard {
    height: 230px !important;
    background-color: #f0f1f9;
    border-radius: 35px;
}

.swpCommentWrapper {
    height: 280px !important;
}

.cmd-card-header {
    width: 100%;
    height: 60px;
    padding-top: 10px;
    text-align: center;
}

.cmd-card-header .name {
    font-weight: 600;
    font-size: 18px;
    color: #782689;
}

.cmd-card-header .person-title {
    font-size: 13px;

    color: #782689;
}

.card-body {
    width: 100%;
    color: #782689;
}

#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    justify-content: center;
    align-items: center;
    z-index: 99;
    background: rgba(255, 255, 255, 0.3);
}

.loading {
    border: 5px solid #eee; /* Light grey */
    border-top: 5px solid #4f6773; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.nav-item {
    text-transform: uppercase;
}

.grecaptcha-badge {
    visibility: hidden;
}

.swpEventWrapper {
    position: relative;
    height: 450px;
}
.swpEventWrapper .swiper-button-next {
    right: -32px;
}

.swpEventWrapper .swiper-button-prev {
    left: -32px;
}
.swpEventWrapper .cmd-card-header {
    text-align: left;
    padding-top: 0;
}
.eventCard {
    height: 350px;
    box-shadow: 1px 1px 4px 1px #f0f2f9;
    border-radius: 25px;
}
.eventCard .img > img {
    border-top-left-radius: 25px !important;
    border-top-right-radius: 25px !important;
    min-height: 163px;
    object-fit: cover;
}
.eventCard .text-event {
    padding: 15px;
    height: 186px;
}
.eventCard .text-event .name {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    margin-bottom: 0.4em;
    height: 54px;
}

.eventCard .text-event .desc {
    color: #9c9dad;
    font-size: 13px;
    padding-bottom: 5px;
    height: 42px;
    min-height: 42px;
    overflow: hidden;
}
.eventCard .text-event .desc-date {
    font-size: 13px;
    color: #782689;
}
.priceTxt .oldprice {
    color: #241332;
    font-weight: 700;
}
.priceTxt {
    margin-top: 22px;
    font-size: 18px;
    text-align: left;
}
.btn-light-eb:focus {
    outline: none;
}
.btn-light-eb {
    position: absolute;
    display: flex;
    right: 10px;
    bottom: 5px;
    border-radius: 25px;
    text-align: center;
    justify-content: center;
    background-image: linear-gradient(to bottom, #f7efff, #e7e9f0);
    border: 1px solid #fff;
    color: #501167;
    font-weight: 700;
    font-size: 11px;
    padding: 10px;
    text-transform: uppercase;
}
.promotion-cards {
    margin-bottom: 50px;
}
.list-past {
    display: grid;
    grid-gap: 25px;
    grid-template-columns: 25% 25% 25% 25%;
    width: calc(100% - 75px);
    margin-bottom: 60px;
    /*display: flex;*/
    /*-ms-flex-wrap: wrap;*/
    /*flex-wrap: wrap;*/
}

.event.complete {
    padding: 5px;
    background: var(--purple);
    color: var(--white);
    border-radius: 4px;
    width: 30%;
    margin: auto;
}

.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}
.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: "";
    display: block;
    border: 5px solid var(--purple);
}
.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: var(--purple);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #fff;
    font: 700 18px/1 "Lato", sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    text-align: center;
}

/* top right*/
.ribbon-top-right {
    top: -10px;
    right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}
.ribbon-top-right::before {
    top: 0;
    left: 0;
}
.ribbon-top-right::after {
    bottom: 0;
    right: 0;
}
.ribbon-top-right span {
    left: -25px;
    top: 30px;
    transform: rotate(45deg);
}

.our-event-item-title {
    font-weight: 600;
}

.our-event-card-details {
    text-align: left;
    margin: auto;
}

.our-event-card-details {
    text-align: left;
    margin: auto;
}

.our-event-card-details .btn-gr {
    padding: 15px 25px;
    font-weight: 600;
    font-size: 18px;
}
.event-card {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
}
@media screen and (max-width: 320px) {
    .our-event-card-details .btn-gr {
        font-size: 15px;
    }
}
.our-event-item-date {
    color: #241332;
    font-weight: 300;
}

.our-event-divider {
    background-color: #e6e6ff;
}

.our-event-item-feature {
    background-color: #f5f5fc;
    border-radius: 5px;
    padding: 15px 25px;
    font-size: 13px;
    font-weight: 300;
}

.our-event-item-feature-flex {
    flex: 0 0 calc(50% - 5px);
}

.our-event-breadcrumb {
    font-size: 12px;
    font-weight: 100;
    margin-top: 4px;
}

.our-event-breadcrumb a {
    color: white;
}

.event-detail h3,
legend {
    font-size: 20px;
    font-weight: 600;
}

.event-detail-header {
    height: 180px;
}

.event-detail-header h3 {
    font-size: 20px;
    font-weight: 600;
}

.event-detail-header img {
    position: absolute;
    left: 0;
    border-radius: 0;
    height: inherit;
    z-index: 1;
    width: 100%;
}

.event-detail-header-details {
    color: white;
    position: relative;
    z-index: 2;
}

.event-price {
    position: sticky;
    top: 0;
    width: 100vw;
    background-color: white;
    z-index: 10;
    padding: 10px 0;
    box-shadow: 0px 6px 6px #b6b6b645;
}

.event-details-page .event-price {
    margin-top: -70px;
    margin-bottom: 50px;
}

.prices .event-price {
    position: fixed;
    bottom: 0;
    left: 0;
    top: unset;
    margin: 0;
    box-shadow: 0px -3px 6px #b6b6b645;
}

.desktop-content {
    display: block;
}

.mobile-content {
    display: none;
}

.vef-catalogue {
    display: block;
    background: #4199e5;
    color: white;
    border: 1px solid white;
}

.vef-catalogue img {
    width: auto;
    height: 30px;
    margin: auto 0;
}

.vef-catalogue-title {
    position: relative;
    padding-left: 10px;
}

.vef-catalogue-title::before {
    content: "";
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
    height: 30px;
    width: 1px;
    background: #e1e4f4;
}

.price-nav-wallet-spacer {
    display: flex;
    align-items: flex-end;
    margin-top: -10px;
}

.price-nav-wallet-spacer span {
    color: #774689;
    font-size: 17px;
    margin-right: 10px;
}

.price-nav-wallet-spacer svg .axzx {
    fill: #774689;
}

@media only screen and (max-width: 1024px) {
    .price-nav-wallet-spacer {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .our-event-item-feature-flex {
        flex: unset;
    }
    .price-nav-wallet {
        width: 25px;
        height: 25px;
    }
    .our-event-breadcrumb {
        display: none;
    }
}
@media only screen and (max-width: 450px) {
    .card-body {
        width: 100%;
        color: #782689;
        max-height: 147px;
        overflow: auto;
    }
    .icons {
        width: 97% !important;
    }

    .icon-gotofair {
        left: -15px !important;
    }

    .aboutContent .aboutImg {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .btn-light-gr {
        width: 165px !important;
    }

    .logo img {
        width: 100px !important;
    }
    .swpEventWrapper .swiper-button-next {
        right: -22px;
    }
    .swpEventWrapper .swiper-button-prev {
        left: -22px;
    }
    .swiper-button-prev:focus,
    .swiper-button-next:focus {
        outline: none;
    }
    .eventCard {
        height: 360px;
    }
    .swpEventWrapper {
        height: 395px;
    }
    .swiper-button-prev,
    .swiper-button-next {
        color: #7781ad;
    }
    .eventCard .img > img {
        object-fit: cover;
        min-height: 194px;
    }
    .swiper-button-prev::after,
    .swiper-button-next::after {
        font-weight: 800;
    }
    .priceTxt {
        margin-top: 20px;
    }
    .btn-light-eb {
        bottom: -10px;
    }
    .input-group-append {
        margin-right: 10px;
    }
    .col-4 {
        max-width: 100%;
        flex: auto;
    }
    .mobiletotal-div {
        padding: 15px !important;
        position: inherit;
        margin-bottom: 15px !important;
    }
    .mobiletotal-span {
        position: absolute;
        left: 8%;
    }
    .mobiletotal-price {
        position: absolute;
        right: 8%;
        padding-bottom: 24px;
    }
    .pricemobile {
        width: auto !important;
        margin-left: 10px;
    }
    .mobile-form-select {
        margin-left: 10px;
    }
    .mobile-price-event {
        max-width: 55px !important;
        padding: 6px !important;
        width: auto;
    }
    .card-header {
        padding: 10px;
    }
    .desktop-content {
        display: none;
    }
    .mobile-content {
        display: block;
    }
    .expend-button {
        background-color: #f4f4f4;
        padding: 15px;
        border-radius: 8px;
        position: relative;
    }
    .expend-button svg {
        margin-right: 10px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 5px;
    }
    .expend-button svg .axzx {
        fill: #241332;
    }
    .expend-button:hover {
        cursor: pointer;
    }
    #description-expend,
    #feature-expend {
        display: none;
    }
}

#description-expend table {
    width: unset !important;
}

.information-text {
    border: 1px solid #512167;
    color: #512167;
    font-weight: 600;
    border-radius: 5px;
    padding: 5px 10px;
}

.testimonial-section .card-grid {
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
    grid-gap: 15px;
    max-width: calc(100% - 30px);
    margin-bottom: 40px;
    margin-top: 40px;
}
.testimonial-section .card {
    background: white;
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 6px 20px -7px #54545485;
}
.testimonial-section .card .title {
    font-weight: 600;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 11px;
}
.testimonial-section .card .subtitle {
    font-size: 12px;
}
@media (max-width: 425px) {
    .testimonial-section .card-grid {
        display: grid;
        grid-template-columns: 100% !important;
        grid-gap: 15px;
        max-width: 100%;
        margin-bottom: 40px;
        margin-top: 40px;
    }
    .event-card {
        display: flex;
        flex-direction: column;
    }
}
@media only screen and (min-width: 801px) and (max-width: 900px) {
    .promotion-card {
        height: 500px !important;
        width: 31.2% !important;
        margin: 8px !important;
    }
}

.nav-item .nav-link.active {
    background: #241332;
    color: white;
}

.our-event-item-feature a,
a.link {
    color: #7373b6;
    text-decoration: underline;
}

.our-team-card {
    border: 3px solid #f0f1f9;
    flex: 1;
    margin: 20px -15px;
    border-radius: 13px;
    padding: 20px 20px 20px 45px;
    color: #271236;
    font-size: 15px;
}

.our-team-card-image {
    flex: 0 0 30%;
    width: 30%;
    min-width: 220px;
    margin: auto;
}
.mobile-device-team-image{
    display: none;
}

@media (max-width: 500px) {
    .our-team-card-image {
        width: 30%;
        min-width: 104%;
        margin: auto;
        height: 50%;
        padding: 5px;
        border-radius: 13px;
        display: unset;
    }
    .team-image{
        display: none;
    }

}

.our-team-card a {
    margin-bottom: 10px;
}

.our-team-title {
    border-bottom: 1px solid #f0f1f9;
    padding-bottom: 10px;
    font-size: 17px;
}

.our-team-card .set-meeting-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}
.completed-event-button{
background-image: linear-gradient(170deg, #afa1b5 , #222122) !important;
}
.button-content{
    display: flex;
}
.our-event-card-details .btn-gr{
    width: 25%;
}
.event-image-mobile {
    display: none;
}
.event-image-web {
    display: unset;
}
@media screen and (max-width: 800px) {
    .our-event-card-details .btn-gr{
        width: 50%;
    }

}

@media screen and (max-width: 523px) {
    .our-team-card {
        margin: -10px 0 10px 0;
        padding: 10px 20px 0px 8px;
    }

    .our-team-button-content {
        display: flex;
        justify-content: start;

    }

    .our-team-card .set-meeting-btn {
        margin-top: 20px;
    }
    .set-meeting-btn{
        font-weight: 700 !important;
    }
    .event-image-mobile {
        display: unset;
    }
    .event-image-web {
        display: none;
    }

}
@media screen and (max-width: 375px) {
    .our-team-card-image{
        height: 45%;
    }
}
@media screen and (max-width: 320px) {
    .our-team-card-image {
        height: 40%;
    }
    .our-event-card-details .btn-gr {
        font-size: 15px;

    }
}
