@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url('../../../lib/slick/fonts/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.35;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'Material Design Icons';
  font-size: 50px;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}
/*@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../../../lib/slick/fonts/slick.eot');
  src: url('../../../lib/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('../../../lib/slick/fonts/slick.woff') format('woff'), url('../../../lib/slick/fonts/slick.ttf') format('truetype'), url('../../../lib/slick/fonts/slick.svg#slick') format('svg');
}*/
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\F141";
}
[dir="rtl"] .slick-prev:before {
  content: "\F142";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\F142";
}
[dir="rtl"] .slick-next:before {
  content: "\F141";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: white;
  opacity: 0.35;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: white;
  opacity: 0.85;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 15px;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

#page-wrapper {
    padding: 0;
    overflow: hidden;
    background-color: transparent !important;
}
#background {
    background-image: url(https://zapevent.blob.core.windows.net/images/web/index/backgroundNew.png);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 20vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    pointer-events: none;
    z-index: -1;
}
.featured-event {
    padding: 10px 10px 10px 10px;
    margin-top: 140px;
}
    .featured-event .slide-container {
        height: 100%;
        overflow: hidden;
    }

.featured-event img, #page-wrapper .container img {
    height: auto;
    width: 100%;
}
.container-recommend-event {
    position: relative;
    max-width: 1900px;
    margin: 0 auto;
    width: 100%;
}
    .container-recommend-event::before,
    .container-recommend-event::after {
        content: "";
        position: absolute;
        top: 0;
        width: 150px;
        height: 100%;
        z-index: 2;
        pointer-events: none;
    }

    .container-recommend-event::before {
        left: 0;
        background: linear-gradient(to right, white 0%, rgba(255,255,255,0) 100%);
    }

    .container-recommend-event::after {
        right: 0;
        background: linear-gradient(to left, white 0%, rgba(255,255,255,0) 100%);
    }
hr {
    border-top: 1px solid rgb(208, 208, 208);
}

.zipevent-color {
    color: var(--primary);
}

.contact-box {
    text-align: center;
    height: 210px;
    margin: 5px 0;
}
.btn.btn-view-more{
    max-width: 400px;
    width: 100%;
}
.ads-contact-box {
    padding-bottom: 57.06666666666667%;
}

    .ads-contact-box img {
        border-radius: 5px;
    }

    .caption .text-ellipsis i {
        color: var(--primary);
        font-size: 20px;
    }

.slide-container .slick-next {
    right: 15px;
    z-index: 2;
}

.slide-container .slick-prev {
    left: 15px;
    z-index: 2;
}

.slick-prev, .slick-next {
    top: 32%;
    transition: 0.3s all;
    border-radius: 24px;
}

    .slick-prev:hover, .slick-next:hover {
        background-color: #fff;
        opacity: 0.87;
        box-shadow: 0 1px 15px var(--primary);
    }
        .slick-prev::before {
            content: "\F0141" !important;
        }
        .slick-next::before {
            content: "\F0142" !important;
        }
        .slick-prev:hover::before, .slick-next:hover::before {
            color: var(--primary);
        }

.four-slide-container .slick-next, .four-slide-container .slick-prev {
    display: none !important;
}
.four-slide-container .slick-list {
    height: fit-content;
    padding-bottom: 1rem;
}

.slick-list {
    margin: 0;
}
/*.slide-container .slick-list.draggable {
    padding: 0 25rem;
}*/

    .slide-container .slick-list.draggable .slick-slide {
        opacity: 0.5;
        transform: scale(0.85);
        transition: all 0.3s ease;
    }

        .slide-container .slick-list.draggable .slick-slide.slick-active {
            opacity: 1;
            transform: scale(1);
        }
.slick-slider {
    position: relative;
    outline: none !important;
}
.slick-track {
    width: auto;
}

.slick-dots {
    position: inherit;
    bottom: 0;
}

    .slick-dots li {
        margin: 0;
    }

        .slick-dots li.slick-active button:before {
            color: var(--primary);
            background-color: var(--primary);
            border-radius: 50%;
            text-align: initial;
        }

        .slick-dots li button:before {
            border: var(--primary) 2px solid;
            border-radius: 50%;
            width: 9px;
            height: 9px;
            font-size: 1px;
            line-height: 9px;
        }

.featured-event .get-ticket-btn {
    margin-top: 12px;
    padding: 3px;
    border-radius: 17px;
    width: 90%;
    box-shadow: none;
}

.featured-event .get-ticket-btn.canceled {
    background-color: rgb(208, 208, 208) !important;
    color: #666666 !important;
    border: none !important;
    outline: none;
}

.featured-event .event-image {
    width: 100%;
}

.partner-item {
    padding-bottom: 53.037037%;
    margin-top: 7px;
    border-radius: 8px 8px 0 0;
    transition: 0.2s transform;
}

    .partner-item img {
        opacity: 1;
        border-radius: 5px 5px 0 0;
        transition: .5s ease;
        backface-visibility: hidden;
        outline: none !important;
        object-fit: cover;
        height: 100% !important;
        position: absolute;
    }

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

#event-list a img {
    border-radius: 5px;
    width: 100%;
    height: auto;
}

#event-list .event-container {
    margin-bottom: 15px;
    margin-top: 15px;
    height: 0;
    padding-bottom: 37.03703703703704%;
    margin-bottom: 25px;
}

#event-list .event-image {
    width: 100%;
    border-radius: 5px;
    transition: 0.2s all;
}

    #event-list .event-image:hover {
        transform: scale(1.05);
        box-shadow: 0 1px 8px #dedede;
    }

#event-list .event-container .event-type {
    margin: 3%;
    font-size: 11px;
    min-width: 55px;
}

.tab-zip-store {
    height: 100% ;
}

.partner-zip-store {
    height: fit-content;
    padding-bottom: 1rem;
}

.partner-zip-store, .tab-zip-store {
    margin-bottom: 25px;
    overflow: hidden;
}

.under-line {
    border-bottom: 1px rgb(208, 208, 208) solid;
}

.tab-blog {
}

    .tab-blog h3 {
        padding-bottom: 3.2px;
    }
.tab-blog a {
    text-decoration: none;
}

    .tab-blog a[data-bs-toggle="tab"] {
        background-color: transparent !important;
    }


.tab-zip-store ul li a, .tab-blog ul li a {
    padding-left: 0 !important;
    box-shadow: none !important;
    border: none;
    outline: none;
    background-color: transparent !important;
}

.tab-zip-store li.active a, .tab-zip-store li.active a:hover, .tab-zip-store li.active a:focus,
.tab-blog li.active a, .tab-blog li.active a:hover, .tab-blog li.active a:focus {
    border-bottom: 2px var(--primary) solid !important;
}


.tab-blog .under-line .tab-not-active {
    font-size: 18px;
    color: rgba(111,111,111,111);
    padding-left: 15px;
    padding-top: 6.5px;
    padding-bottom: 3.2px;
}

    .tab-blog .under-line .tab-not-active:hover {
        color: var(--primary) !important;
        transition-duration: 0.2s;
    }

.tab-blog .right-blog .thumbnail .blog-image {
    padding-bottom: 52.48%;
}

.under-line li.pull-right a {
    margin-top: 34px;
    color: var(--primary);
    font-size: 16px;
}

    .under-line li.pull-right a span {
        margin-left: 7px;
        color: rgba(56,56,56,56);
    }

.tab-content {
    margin-top: 15px;
}
.blog-list .right-blog {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 8px;
}
.blog-list .right-blog .thumbnail {
    margin-bottom: 9px;
}

.blog-list .thumbnail {
/*    background-color: transparent;*/
    border: none;
    padding-bottom: 0;
}

    .blog-list .thumbnail img {
        border-radius: 5px;
    }
.blog-list .first-blog .first-blog-image {
    padding-bottom: 52.48%;
}
.blog-list .first-blog img {
    border-radius: 8px 8px 0 0;
}

.first-blog {
    border-radius: 8px !important;
    box-shadow: 0px 3px 6px #00000029;
}

.blog-list .right-blog img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.blog-list a .thumbnail .caption h4 {
    padding-top: 10px;
    margin: 5px 0;
    line-height: 32px;
}

.blog-list a:hover .thumbnail .caption h4, .blog-list a:hover .thumbnail .caption strong {
    color: var(--primary);
    transition-duration: 0.2s;
}

/*.blog-list a:hover .thumbnail img {
    opacity: 0.75;
    will-change: opacity;
    transition: opacity .3s ease-in;
}*/
.blog-list .right-blog .caption {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    padding: 10px 10px 10px 0;
}
    .blog-list .right-blog .caption .block-ellipsis {
        display: block;
        display: -webkit-box;
        max-width: 100%;
        height: 100%;
        margin: 0px auto;
        font-size: 13px;
        line-height: 1.8;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .blog-list .right-blog .caption .author-desc {
        width: 100%;
        bottom: 0;
    }
        .blog-list .right-blog .caption .author-desc p {
            font-size: 12px;
            margin: 0;
        }

.banner {
    padding-bottom: 53.33333333333333%;
}

    .banner.banner-online {
        padding-bottom: 18.41666666666667%;
/*        margin: 50px 0 25px 0;*/
    }

    .banner img {
        border-radius: 5px;
    }

    .banner.all-in-one {
        padding-bottom: 15.65%;
    }

.search-box {
    background-color: #fff;
    border: 1px solid rgb(208, 208, 208) !important;
    border-radius: 20px !important;
    max-width: 50%;
    margin-top: 25px;
    margin-left: 50%;
}

    .search-box input[type=search] {
        text-indent: 15px;
        box-shadow: none;
        color: var(--primary);
        border-radius: 20px 0 0 20px !important;
    }

    .search-box .home-search-clear {
        z-index: 10;
        pointer-events: auto;
        cursor: pointer;
        position: absolute;
        color: #C7C7C7;
        right: 32px;
    }

.view-all {
    box-shadow: none !important;
    transition: 0.2s transform;
}

.view-all-btm {
    margin-top: 15px;
    margin-bottom: 15px;
    display: none !important;
}

.event-category{
    margin-top: 30px;
}
.event-category h4 {
    margin: 12px 7px 30px;
    position: relative;
}
    .event-category .category-list h4 {
        padding-left: 15px;
        cursor: pointer;
    }

    .event-category .category-menu-item {
        margin-bottom: 12px;
        cursor: pointer;
        display: flex;
        transition: 0.2s all;
    }

/*.event-category .category-menu-item:hover, .event-category .category-menu-item.active, 
.event-category .category-menu-item:hover .custom-icon::before, .event-category .category-menu-item.active .custom-icon::before {
    color: var(--primary) !important;
    transition-duration: 0.2s;
}*/

    .event-category .category-item {
        border-left: 1px solid rgb(208, 208, 208);
        min-height: 1000px;
        padding: 0 3% 0 3%;
    }

    .event-category .category-item .event-container {
        height: auto;
        width: 100%;
        transition: 0.2s all;
    }

        .event-category .category-item .event-container:hover {
            transform: scale(1.02);
            box-shadow: 0 1px 8px #dedede;
        }

        .event-category .category-item .event-container .event-image img {
            height: auto;
            width: 100%;
           
        }

    .event-category .dropdown.bootstrap-select {
        box-shadow: none;
    }

        .event-category .dropdown.bootstrap-select .btn.dropdown-toggle.btn-default {
            box-shadow: none;
            border-radius: 20px;
            outline: none;
        }

#btn-search-in-home {
    cursor: pointer;
    transition: 0.2s transform;
}

    #btn-search-in-home:hover {
        color: var(--primary);
    }

.category-list-responsive {
    display: none;
    margin-top: 15px;
    margin-bottom: 30px;
}
    .category-list-responsive #select-category {
        text-indent: 15px;
        background-color: white;
        border-radius: 5px;
        box-shadow: none;
    }

.category-list .category-menu-item .icon {
    width: 25px;
    height: 25px;
    margin-right: 12px;
}

.icon-category-title, .icon-category-title:before {
    margin-right: 7px;
    font-size: 34px;
    color: var(--primary);
}

.custom-icon {
    font-size: 22px;
    margin-right: 10px;
}

.search-event-category{
    display: block;
}

.thumbnail .caption {
    padding: 9px 15px;
    color: #4a4a4a;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 25px;
    line-height: 1.846;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.event-container .event-image img {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}
.search-input-mobile {
    top: 20px !important;
}

.search-input {
    position: fixed;
    top: 90px;
    width: 760px;
    height: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 0 10px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    z-index: 50;
    background: #ffff;
    transition: top 0.3s ease;
}

    .search-input input {
        flex: 1;
        height: 100%;
        padding: 10px;
        border: 0;
    }

        .search-input input:focus {
            outline: none;
            box-shadow: none;
            border: none;
        }

    .search-input button {
        padding: 5px 15px;
        height: 38px;
        width: 94px;
        border: 0;
    }

.search-input i {
    font-size: 25px;
}
.search-dropdown.show {
    max-height: 450px;
    opacity: 1;
}
.search-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 0;
    opacity: 0;
    overflow: auto;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    border: none;
    z-index: 40;
    transition: max-height 0.4s ease, opacity 0.4s ease;
}

    .search-dropdown .event-list {
        height: 370px;
        overflow-y: auto;
        line-height: 2.4;
        list-style-type: none;
    }
    .search-dropdown::-webkit-scrollbar-button {
        display: none;
        height: 0;
        width: 0;
    }

    .search-dropdown::-webkit-scrollbar {
        width: 6px;
    }

    .search-dropdown::-webkit-scrollbar-thumb {
        background: #bbb;
        border-radius: 4px;
    }

    .search-dropdown::-webkit-scrollbar-track {
        background: transparent;
    }

#event-dropdown {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
}
    #event-dropdown.show {
        max-height: 450px;
        opacity: 1;
    }
#recent-list a:hover {
    background-color: rgba(212, 212, 212, 0.3);
}
#event-dropdown-results a:hover {
    background-color: rgba(212, 212, 212, 0.3);
}
.container-banner-online {
    display: grid;
    place-items: center;
    width: 100%;
    height: auto;
    padding-bottom: 18.41666666666667%;
    position: relative;
    overflow: hidden;
    margin: 50px 0 25px 0;
}
.trending-section {
    padding: 0 10%;
    text-align: center;
    position: relative;
}

.bg-trending {
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 70%), linear-gradient(to right, #e4a2ac, #ec583e, #f4a63f);
    padding: 60px 0;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 98%, rgba(0, 0, 0, 0) 100%);
}

.event-wrapper {
    position: relative;
}

.event-card {
    width: 212px !important;
    height: 283px !important;
    border-radius: 4px;
    box-shadow: 2px 3px 8px #000000B3;
    object-fit: cover;
}

.number-card {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 45px !important;
    height: 75px !important;
}
.container-banner-trending {
    display: grid;
    justify-items: center;
    grid-template-columns: repeat(5, 212px);
    gap: 24px;
    align-items: center;
    padding: 0 10px;
    justify-content: center;
}

    .arrow-circle {
        width: 24px;
        height: 24px;
        background-color: #ef4f5f;
        border-radius: 50%;
        margin-left: 10px;
    }
.view-event {
    height: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 0 0 8px 8px;
}
.view-event span {
    font-size: 16px;
}
.custom-tabs {
    background: #fff;
    display: inline-flex;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    width: fit-content;
    border-radius: 8px;
}

    .custom-tabs .nav-link {
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        height: 100%;
        color: #000;
        transition: all 0.2s ease-in-out;
        padding: 10px !important;
        width: 194px;
    }

        .custom-tabs .nav-link span {
            font-size: 18px;
        }

        .custom-tabs .nav-link.active {
            background-color: #ea4d59 !important;
            color: #fff !important;
        }

            .custom-tabs .nav-link.active.left {
                border-radius: 8px 0 0 8px;
            }

            .custom-tabs .nav-link.active.right {
                border-radius: 0 8px 8px 0;
            }
.tab-pills-bolg{
    justify-items: center;
}
.button-view-all {
    width: 274px;
    height: 42px;
}
button-view-all:hover {
    transition: 0.2s all;
}
.fade-category {
    background: linear-gradient(to top, #ffff 0%, transparent 30%);
    z-index: 3;
    position: absolute;
    bottom: 0px;
    height: 120px;
    width: 100%;
}

.category-list {
    /*    display: grid;
    justify-items: center;
    grid-template-columns: repeat(auto-fill, 89px);
    gap: 10px;
    justify-content: center;
    align-items: center;*/
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    flex-direction: row;
    justify-content: center;
    line-height: 1;
}

    .category-list .category-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        position: relative;
        overflow: hidden;
    }
        .category-list .category-item .overlay-gradient {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgb(239,83,96, 60%) 10%, transparent 60% );
            border-radius: 8px;
        }
        .category-list .category-item span {
            position: absolute;
            bottom: 8px;
            left: 50%;
            transform: translateX(-50%);
            color: #fff;
            z-index: 2;
            font-size: 12px;
            font-weight: bold;
            pointer-events: none;
        }

        .category-list .category-item img {
            width: 89px !important;
            height: 89px !important;
            border-radius: 8px;
            object-fit: cover;
        }
/*        .category-list .category-item:hover {
            opacity: 0.7;
        }*/

.scroll-button {
    background: rgba(0, 0, 0, 0.5);
    color: #ffff;
    border: none;
    font-size: 24px;
    cursor: pointer;
    z-index: 1;
    position: absolute;
    border-radius: 50%;
    display: none;
}

    .scroll-button.left {
        margin-left: 15px;
        width: 38px;
        left: 0;
    }

    .scroll-button.right {
        margin-right: 15px;
        width: 38px;
        right: 0;
    }

.scroll-fade-left,
.scroll-fade-right {
    position: absolute;
    width: 40px;
    z-index: 3;
    pointer-events: none;
    height: 283px;
}

.scroll-fade-left {
    left: -1px;
    background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
    
}

.scroll-fade-right {
    right: -1px;
    background: linear-gradient(to left, rgba(255,255,255,1), rgba(255,255,255,0));
}

    .scroll-fade-left.hidden,
    .scroll-fade-right.hidden {
        display: none;
    }
.event-container .thumbnail img {
    width: 100%;
}
.search-dropdown .category-list-dropdown {
    line-height: 20px;
}
.category-list-dropdown .category-list-item:hover {
    background-color: rgba(212, 212, 212, 0.3);
}

.category-list-dropdown .category-list-item a:hover {
    color: black;
}

.search-dropdown .category-list-dropdown .category-list-item img {
    width: 24px;
}

.recommend-event .thumbnail .caption {
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}
.event-container .thumbnail {
    border-radius: 8px !important;
}
.partner-slide {
    background: #ffff;
}

.partner-item:hover img {
    opacity: 0.3;
    filter: invert(25%) sepia(50%) saturate(3000%) hue-rotate(330deg) brightness(85%) contrast(120%);
}

.partner-item:hover .middle {
    opacity: 1;
}

.partner-item .middle .hover-text-view-event {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    width: 150px;
}

.category-list .category-item:hover,
.right-blog:hover,
.first-blog:hover,
.event-wrapper:hover {
    transform: scale(1.03);
    transition: 0.3s ease-in-out;
}

.fade-category,
#see-more-btn {
    display: none;
}

.event-container,
.event-container .thumbnail .caption strong,
.event-wrapper,
.category-item,
.blog-list .right-blog,
.first-blog {
    transition: 0.3s ease-in-out;
}

.btn {
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out !important;
}

.recommend-event .event-container .event-image img {
    max-height: 400px !important;
}
.recommend-event .event-container {
    width: 850px !important;
    box-shadow: 0px 3px 6px #00000029 !important;
}
    .recommend-event .event-container:hover {
        transform: none;
    }

        .recommend-event .event-container:hover .thumbnail .caption strong {
            color: var(--primary);
        }
.time-location {
    line-height: 1.3;
}
@media (max-width: 1400px) {
    .blog-list .right-blog .thumbnail {
        margin-bottom: 17px;
    }
    .container-banner-trending {
        gap: 30px;
        display: flex;
        align-content: center;
        align-items: center;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-behavior: smooth;
        scrollbar-width: none; /* สำหรับ Firefox */
        -ms-overflow-style: none; /* สำหรับ IE/Edge */
        height: 350px;
        justify-content: flex-start;
    }

        .container-banner-trending::-webkit-scrollbar {
            display: none; /* สำหรับ Chrome, Safari และ Opera */
        }

    .container-scroll-trending {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        position: relative;
    }

    .scroll-button {
        display: block;
    }
    .container-recommend-event::before,
    .container-recommend-event::after {
       width: 100px;
    }
}
/*Extra large devices (large desktops, 1200px and up)*/
@media (max-width: 1200px) {
    .blog-list .right-blog .thumbnail {
        margin-bottom: 23px;
        padding: 0;
    }

    .blog-list .right-blog .caption {
        padding: 0 0 25px 0;
    }

        .blog-list .right-blog .caption .author-desc {
            margin-top: 12px;
        }

    .blog-list .right-blog .caption .block-ellipsis {
        -webkit-line-clamp: 2;
        height: unset;
    }
    .blog-list .right-blog .caption {
        padding: 0;
    }
    .container-recommend-event::before,
    .container-recommend-event::after {
        width: 50px
    }
}


/*Large devices (desktops, 992px and up)*/
@media (max-width: 991.9px) {
    .blog-list .right-blog .caption {
        padding: 0 0 100px 0;
    }
    .blog-list .right-blog .caption .block-ellipsis {
        font-size: 18px;
    }
    .blog-list .right-blog .caption .author-desc {
        margin-top: 0;
    }
    .blog-list .right-blog .caption .author-desc p {
        font-size: 14px;
    }

    .search-box {
        max-width: 100%;
        margin-left: 0;
    }

    .event-category .category-item {
        border: none;
        padding: 0;
    }
    .category-list-responsive {
        display: block;
    }

    .partner-item {
        max-height: none;
    }

    .banner {
        margin: 15px 0;
    }
    .search-input {
        width: 80%;
    }
    .recommend-event .event-container {
        width: 700px !important;
    }
    .container-recommend-event {
        width: unset;
    }
}
@media (max-width: 845px){
    .container-recommend-event::before,
    .container-recommend-event::after {
        display: none;
    }
}
/*Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) {
    .contact-box {
        display:none;
    }

    a.view-all {
        display: none !important;
    }

    a.view-all-btm {
        display: inline-block !important;
    }

    .tab-zip-store li.active a, .tab-zip-store li.active a:hover, .tab-zip-store li.active a:focus,
    .tab-blog li.active a, .tab-blog li.active a:hover, .tab-blog li.active a:focus {
        padding-right: 0;
    }

    .search-event-category {
        display: none;
    }


    .category-list {
        display: grid;
        grid-template-columns: repeat(auto-fit, 89px);
        justify-content: center;
    }

    .category-wrapper {
        max-height: 120px;
        overflow: hidden;
        transition: max-height 0.4s ease;
        position: relative;
    }

    .category-wrapper.expanded {
        max-height: 100%;
    }
    .category-item {
        flex: 0 0 auto;
    }
    .fade-category {
        display: unset;
    }
    .recommend-event .event-container {
        width: 100% !important;
    }
    .search-input {
        width: 90%;
    }
}

@media (max-width: 767px) {
    .slick-prev, .slick-next{
        display: none !important;
    }
    .recommend-event, .list-events {
        padding: 0 !important;
    }
    .blog-list .right-blog .caption {
        padding: 0 0 60px 0;
    }
    .featured-event {
        margin-top: 50px;
    }
    .fade-category,
    #see-more-btn {
        display: block;
    }
    .banner.all-in-one {
        padding-bottom: var(--padding13_9);
    }
    .slide-container .slick-list.draggable {
        padding: 0;
        margin: 0 20px;
    }

    .thumbnail .caption {
        line-height: 1.3;
    }
}
    /*Small devices (landscape phones, 576px and up)*/
    @media (max-width: 576px) {
        #home-page h3, #category-title {
            font-size: 20px !important;
        }

        .tab-blog h3 {
            padding: 3.2px;
        }

        .event-category h4 {
            margin: 12px 16px 24px;
        }

        .blog-list .right-blog .caption {
            padding: 0 0 45px 0;
        }

            .blog-list .right-blog .caption .block-ellipsis {
                font-size: 14px;
            }

        .featured-event {
            margin-top: 50px;
        }
    }


    @media (max-width: 430px) {
        .blog-list .right-blog .caption {
            padding: 0 0 25px 0;
        }
        .custom-tabs .nav-link {
            width: unset;
        }
        .recommend-event .thumbnail .caption {
            height: 89px
        }
        .event-container strong {
            font-size: 16px !important;
        }
        .recommend-event .thumbnail .caption span {
            font-size: 14px;
        }
    }

    @media (max-width: 350px) {
        #home-page h3, #category-title {
            font-size: 18px !important;
        }
    }


    /*#page-wrapper, body{
    background-color: transparent !important;
}

.featured-event h3 {
    color: #fff;
    text-shadow: 0px 0px 4px rgba(239, 83, 96, .56);
}

    .featured-event h3 ~ hr {
        border-top: 1px solid #fff;
    }

canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient(bottom rgb(255, 255, 255) 0%, #abe3ff 70%);
    background-image: -o-linear-gradient(bottom, rgb(255, 255, 255) 0%, #abe3ff 70%);
    background-image: -moz-linear-gradient(bottom, rgb(255, 255, 255) 0%, #abe3ff 70%);
    background-image: -webkit-linear-gradient(bottom, rgb(255, 255, 255) 0%, #abe3ff 70%);
    background-image: -ms-linear-gradient(bottom, rgb(255, 255, 255) 0%, #abe3ff 70%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(255, 255, 255) ), color-stop(0.7, #abe3ff) );
}*/