/* Generic */
.cursor-none {cursor: none !important;}
.cursor-pointer {cursor: pointer;}

.padding-tb-2 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}
.text-black {
	color: #000 !important;
}
.text-yellow {
  color: #fff457 !important;
}
.bg-color-lightgray {
    background-color: #f0f0f0;
}
.cart-checkout-box .cart-checkout input[type=submit], a.btn-blue, .form-group a.btn-blue {
    /* padding: 15px 20px;
    width: auto;
    background: #0b72bb;
    border: 1px solid rgba(255, 255, 255, 1);
    transition: all 0.3s ease;
    border: 1px solid #0b72bb;
    color: rgba(255, 255, 255, 1) !important;
    border-radius: 4px;
    cursor: pointer !important;
    display: inline-block !important; */
    display: inline-block;
    line-height: 56px;
    padding: 0 30px;
    background-image: linear-gradient(90deg, rgb(4, 74, 147) 0%, rgb(73, 161, 255) 100%);
    text-decoration: none !important;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    transition: all 0.3s ease;
    border-radius: 4px;
}
a.btn-cart {
  display: inline-block;
    line-height: 56px;
    padding: 0 15px;
    background-image: linear-gradient(90deg, rgb(4, 74, 147) 0%, rgb(73, 161, 255) 100%);
    text-decoration: none !important;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    transition: all 0.3s ease;
    border-radius: 4px;
}
.cart-checkout-box .cart-checkout input[type=submit]:hover, a.btn-cart:hover, a.btn-blue:hover, .form-group a.btn-blue:hover {
    background-image: linear-gradient(-90deg, rgb(4, 74, 147) 0%, rgb(73, 161, 255) 100%);
    text-decoration: none !important;
    color: #fff;
    /*     
    border: 1px solid #0b72bb;
    color: #0b72bb;
    background: rgba(11, 114, 187, 0.3);
    border: 1px solid rgba(11, 114, 187, 0.3); */
  }

  a.btn-cart-red, a.btn-red, .form-group a.btn-red {
    display: inline-block;
    line-height: 56px;
    padding: 0 30px;
    background-image: linear-gradient(90deg, rgb(128, 19, 29) 0%, rgb(177, 33, 21) 100%);
    text-decoration: none !important;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    transition: all 0.3s ease;
    border-radius: 4px;
}
a.btn-cart-red:hover, a.btn-red:hover, .form-group a.btn-red:hover {
    background-image: linear-gradient(-90deg, rgb(128, 19, 29) 0%, rgb(177, 33, 21) 100%);;
    text-decoration: none !important;
    color: #fff;
  }

.mr-1 {
  margin-right: 1px !important;
}
.mr-2 {
  margin-right: 2px !important;
}
.mr-3 {
  margin-right: 3px !important;
}
.mr-4 {
  margin-right: 4px !important;
}
.mr-5 {
  margin-right: 5px !important;
}
.mr-6 {
  margin-right: 6px !important;
}
.mr-7 {
  margin-right: 7px !important;
}
.mr-8 {
  margin-right: 8px !important;
}
.mr-9 {
  margin-right: 9px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.mb-1 {
  margin-bottom: 1px !important;
}
.mb-2 {
  margin-bottom: 2px !important;
}
.mb-3 {
  margin-bottom: 3px !important;
}
.mb-4 {
  margin-bottom: 4px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-n1 {
  margin-bottom: -1px !important;
}
.mb-n2 {
  margin-bottom: -2px !important;
}
.mb-n3 {
  margin-bottom: -3px !important;
}
.mb-n4 {
  margin-bottom: -4px !important;
}
.mb-n5 {
  margin-bottom: -5px !important;
}
.mt-n1 {
  margin-top: -1px !important;
}
.mt-n2 {
  margin-top: -2px !important;
}
.mt-n3 {
  margin-top: -3px !important;
}
.mt-n4 {
  margin-top: -4px !important;
}
.mt-n5 {
  margin-top: -5px !important;
}

.bg-color-hotcolor {
  background: linear-gradient(to left, #a30d14, #f51c27);
}
.bg-color-coolcolor {
  background: linear-gradient(to bottom, #d8eafa, #1479c1);
}
.bg-color-hotcolor h2,
.bg-color-coolcolor h2,
.bg-image h2 {
  color: #fff;
}

.text-bold {
  font-weight: 700 !important;
}
.text-semibold {
  font-weight: 600 !important;
}
.text-normal {
  font-weight: 400 !important;
}

.crossed-text {
  position: relative;
  display: inline-block;
  color: #000;
}
.crossed-text::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px; /* Adjust thickness */
  background: red; /* Color of strike-through */
  transform: translateY(-50%);
}


/* menu */
ul.menu li a.active {
   color: #1d73b9 !important;
}

/* topbar email link */
a.topbar-link {
	color: #fff;
	display: inline-block;
	text-decoration: none;
}

a.topbar-link:hover,
a.topbar-link:focus,
a.topbar-link:active {
	color: #c1e5ff;
	text-decoration: none;
    transition: all ease 0.3s;
	outline: none;
}

/* logo */
.header-wrapper .logo a img {
  width: 160px;
}

@media (max-width: 575px) {
    .header-wrapper {
        padding: 6px 0;
    }

    .header-wrapper .logo {
        width: 100px;
    }
}

.footer-content img.footer-logo {
  width: 160px;
}


/* shopping cart */
/* .shop-cart .section-wrapper .cart-top table tbody tr td.product-item {
  margin-right: 0;
} */
.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content {
    padding-top: 8px;
}
.shop-cart .section-wrapper .cart-top table tbody tr td.product-price {
    font-size: initial;
}

@media (max-width: 575px) {
  
  .cart-checkout-box .cart-checkout table tr td {
    padding: 2px 3px !important;
  }

  /* .shop-cart .section-wrapper .cart-top table tbody tr td.product-item {
    display: inline-block !important;
  } */

  .cart-checkout-box .cart-checkout table tr td.product-item .p-content a {
    font-size: 0.9em !important;
  }
  .shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content {
    /* width: calc(100% - 5px); */
    max-width: 100px;
    border: 0px solid red;
  }
  /* .shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content {
    width: calc(100% - 5px);
    width: 100px;
    border: 1px solid red;
  } */
  .shop-cart .section-wrapper .cart-top table tbody tr td.product-price {
    font-size: 0.9em !important;
  }
}

@media (max-width: 768px) {
  .cart-checkout-box .cart-checkout table tr td {
    padding: 2px 3px !important;
  }

  /* .shop-cart .section-wrapper .cart-top table tbody tr td.product-item {
    display: inline-block !important;
  } */
  .cart-checkout-box .cart-checkout table tr td.product-item .p-content a {
    font-size: 0.9em !important;
  }
  .shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content {
    /* width: calc(100% - 5px); */
    max-width: 100px;
  }
  .shop-cart .section-wrapper .cart-top table tbody tr td.product-price {
    font-size: 0.9em !important;
}
}


/* countdown background color */
.banner-section .banner-wrapper .banner-content .countdown .clock-item:nth-child(1) .count-number,
.banner-section .banner-wrapper .banner-content .countdown .clock-item:nth-child(2) .count-number,
.banner-section .banner-wrapper .banner-content .countdown .clock-item:nth-child(3) .count-number,
.banner-section .banner-wrapper .banner-content .countdown .clock-item:nth-child(4) .count-number {
    background-image: linear-gradient(0deg, rgb(164, 170, 191) 0%, rgb(211, 214, 225) 100%) !important;
}

.banner-section .banner-wrapper .banner-content .countdown .clock-item:nth-child(1) .count-text,
.banner-section .banner-wrapper .banner-content .countdown .clock-item:nth-child(2) .count-text,
.banner-section .banner-wrapper .banner-content .countdown .clock-item:nth-child(3) .count-text,
.banner-section .banner-wrapper .banner-content .countdown .clock-item:nth-child(4) .count-text {
    background-image: linear-gradient(0deg, rgb(128, 133, 150) 0%, rgb(96, 96, 96) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* banner section */
.banner-section .banner-wrapper .banner-btn-grp {
  column-gap: 30px;
  row-gap: 20px;
}

@media (min-width: 576px) {
  .banner-section .banner-wrapper .banner-btn-grp {
    justify-content: center;
    column-gap: 30px;
    row-gap: 20px;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .banner-section .banner-wrapper .banner-btn-grp {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .banner-section .banner-wrapper .banner-btn-grp {
    justify-content: left;
    column-gap: 30px;
    row-gap: 20px;
  }
}
@media (min-width: 1200px) {
  .banner-section .banner-wrapper .banner-btn-grp {
    justify-content: left;
    column-gap: 30px;
    row-gap: 20px;
  }
}
@media (min-width: 1512px) {
  .banner-section .banner-wrapper .banner-btn-grp {
    justify-content: left;
    column-gap: 30px;
    row-gap: 20px;
  }
}



/* Event schedule wrapper */
.event-wrapper {
    border-radius: 8px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
    background: $white-color;
    padding: 0px 10px;
    text-align: left;
    max-width: 810px;
    margin: 0 auto 15px;
}
.schedule-pack .schedule-list .accordion-item .accordion-header .accordion-button.collapsed {
    border-radius: 0.25rem;
    background: rgba(255, 255, 255, 0.2);
}
.schedule-pack .schedule-list .accordion-item .accordion-header .accordion-button.collapsed .time, .schedule-pack .schedule-list .accordion-item .accordion-header .accordion-button .accor-header-inner .time {
    overflow: hidden;
}
.schedule-pack .schedule-list .accordion-item .accordion-header .accordion-button.collapsed .time, .schedule-pack .schedule-list .accordion-item .accordion-header .accordion-button .accor-header-inner .time {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.schedule-pack .schedule-list .accordion-item .accordion-header .accordion-button.collapsed .time, .schedule-pack .schedule-list .accordion-item .accordion-header .accordion-button .accor-header-inner .time {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.schedule-pack .schedule-list .accordion-item .accordion-header .accordion-button .accor-header-inner .time {
    color: #383838;
    font-family: "Circular Std", serif;
    margin-right: 20px;
    /* min-width: 170px; */
    text-align: left;
}
.schedule-pack .schedule-list .accordion-item .accordion-header .accordion-button.collapsed .time {
    color: #fff;
    font-family: "Circular Std", serif;
    margin-right: 20px;
    /* min-width: 170px; */
    text-align: left;
}
.time {
    font-weight: 300;
    font-size: 16px;
    color: #383838;
    display: block;
}
.schedule-pack .schedule-list .accordion-item .accordion-collapse .accordion-body {
    padding-left: 20px;
}
@media (max-width: 575px) {
    .schedule-pack .schedule-list .accordion-item .accordion-collapse .accordion-body {
      padding-left: 20px;
    }
}
.h7 {
    font-weight: 500 !important;
    font-size: 24px;
    color: #183b56;
    display: block;
}
.schedule-pack .schedule-list .accordion-item .accordion-header .accordion-button.collapsed .h7 {
    color: #fff;
    font-family: "Circular Std", serif;
    display: block !important;
    text-align: left;
}
.schedule-pack .schedule-list .accordion-item .accordion-header .accordion-button .accor-header-inner .h7 {
    text-align: left;
    display: block;
}
.schedule-pack .schedule-list .accordion-item .accordion-header .accordion-button.collapsed.no-details:after {
    content: url("../../assets/images/shape/transparent.png");
    display: inline-flex;
    align-items: center;
    margin-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  /* Gallery */
  .filter-buttons {
    text-align: center;
    margin-bottom: 30px;
  }

  .filter-buttons button {
    background-image: linear-gradient(90deg, rgb(4, 74, 147) 0%, rgb(73, 161, 255)  100%);
    color: white;
    padding: 10px 20px;
    margin: 0 5px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s;
  }

  .filter-buttons button:hover {
    background-image: linear-gradient(-90deg, rgb(4, 74, 147) 0%, rgb(73, 161, 255) 100%);
  }

  .filter-buttons button.active {
    background-image: linear-gradient(-90deg, rgb(4, 74, 147) 0%, rgb(4, 43, 75) 100%);
  }

  .gallery {
    column-count: 3;
    column-gap: 15px;
  }

  .gallery-item {
    break-inside: avoid;
    margin-bottom: 15px;
    cursor: pointer;
  }

  .gallery-item img {
    width: 100%;
    border-radius: 6px;
    display: block;
    transition: transform 0.3s ease;
  }

  .gallery-item:hover img {
    transform: scale(1.03);
  }

  @media (max-width: 768px) {
    .gallery {
      column-count: 2;
    }
  }

  @media (max-width: 480px) {
    .gallery {
      column-count: 1;
    }
  }

  /* Lightbox Modal */
  .lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    align-items: center;
    justify-content: center;
  }

  .lightbox img {
    max-width: 90%;
    max-height: 80%;
    border-radius: 10px;
    z-index: 1;
  }

  .lightbox-close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 30px;
    cursor: pointer;
    z-index: 2;
  }

  .lightbox-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: none;
    font-size: 32px;
    padding: 6px 15px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 2;
  }

  #prevBtn {
    left: 30px;
  }

  #nextBtn {
    right: 30px;
  }

  .lightbox-button:hover {
    background-color: rgba(255, 255, 255, 0.4);
  }

  .lightbox-button:focus {
    outline: 1px dotted;
	outline: 5px auto rgba(255, 255, 255, 0.4);
  }


  /* tooltip */
  /* Simple Toast */
  #toast {
    visibility: hidden;
    min-width: 160px;
    background-color: #ffffff;
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 12px 16px;
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.4s ease, visibility 1.5s;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.5);
  }

  #toast.show {
    visibility: visible;
    opacity: 1;
  }


/* Pricing */

.pricing-item.general-blue-style .pricing-header {
  background-image: url(../images/pricing-plan/price-general-blue.svg);
  filter: drop-shadow(0 5px 0 rgba(0, 107, 247, 0.1));
}

.pricing-item.general-blue-style .pricing-inner .pricing-content .facilites .facility-item span i {
  color: #0f6fb7;
}

.pricing-item.general-blue-style .get-ticket a ul li.icon i {
background-image: linear-gradient(90deg, rgb(15, 111, 183) 0%, rgb(89, 194, 255) 100%);
}

.pricing-item.general-blue-style .get-ticket a ul li h4, .pricing-item.general-blue-style .get-ticket a ul li p {
  background-image: linear-gradient(90deg, rgb(15, 111, 183) 0%, rgb(89, 194, 255) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pricing-item.general-red-style .pricing-header {
  background-image: url(../images/pricing-plan/price-general-red.svg);
  filter: drop-shadow(0 5px 0 rgba(0, 107, 247, 0.1));
}

.pricing-item.general-red-style .pricing-inner .pricing-content .facilites .facility-item span i {
  color: #ee1922;
}

.pricing-item.general-red-style .get-ticket a ul li.icon i {
background-image: linear-gradient(90deg, rgb(238, 25, 34) 0%, rgb(255, 110, 110) 100%);
}

.pricing-item.general-red-style .get-ticket a ul li h4, .pricing-item.general-red-style .get-ticket a ul li p {
  background-image: linear-gradient(90deg, rgb(238, 25, 34) 0%, rgb(255, 110, 110) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pricing-item.diamond-style .pricing-inner .pricing-header h3,
.pricing-item.platinum-style .pricing-inner .pricing-header h3,
.pricing-item.gold-style .pricing-inner .pricing-header h3,
.pricing-item.general-blue-style .pricing-inner .pricing-header h3,
.pricing-item.general-red-style .pricing-inner .pricing-header h3 {
  color: #fff;
  text-shadow: 2px 2px rgba(136, 136, 136, 0.5);
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
}

.pricing-item.diamond-style .pricing-header {
    background-image: url(../images/pricing-plan/price-diamond.svg);
    filter: drop-shadow(0 5px 0 rgba(0, 107, 247, 0.1));
}

.pricing-item.diamond-style .pricing-inner .pricing-content .facilites .facility-item span i {
  color: #827777;
}

.pricing-item.diamond-style .get-ticket a ul li.icon i {
  background-image: linear-gradient(90deg, rgb(216, 192, 190) 0%, rgb(130, 119, 119) 100%);
}

.pricing-item.diamond-style .get-ticket a ul li h4, .pricing-item.diamond-style .get-ticket a ul li p {
  background-image: linear-gradient(90deg, rgb(164, 146, 144) 0%, rgb(130, 119, 119) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pricing-item.platinum-style .pricing-header {
  background-image: url(../images/pricing-plan/price-platinum.svg);
  filter: drop-shadow(0 5px 0 rgba(0, 107, 247, 0.1));
}

.pricing-item.platinum-style .pricing-inner .pricing-content .facilites .facility-item span i {
  color: #a0a09e;
}

.pricing-item.platinum-style .get-ticket a ul li.icon i {
background-image: linear-gradient(90deg, rgb(229, 228, 226) 0%, rgb(160, 160, 158) 100%);
}

.pricing-item.platinum-style .get-ticket a ul li h4, .pricing-item.platinum-style .get-ticket a ul li p {
  background-image: linear-gradient(90deg, rgb(159, 159, 157) 0%, rgb(123, 123, 122) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pricing-item.gold-style .pricing-header {
  background-image: url(../images/pricing-plan/price-gold.svg);
  filter: drop-shadow(0 5px 0 rgba(0, 107, 247, 0.1));
}

.pricing-item.gold-style .pricing-inner .pricing-content .facilites .facility-item span i {
  color: #a67c00;
}

.pricing-item.gold-style .get-ticket a ul li.icon i {
background-image: linear-gradient(90deg, rgb(255, 207, 64) 0%, rgb(166, 124, 0) 100%);
}

.pricing-item.gold-style .get-ticket a ul li h4, .pricing-item.gold-style .get-ticket a ul li p {
  background-image: linear-gradient(90deg, rgb(181, 145, 38) 0%, rgb(116, 87, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}