body {
  position: relative;
}

.form-control {
  color: #fff;
}

.pt-65 {
  padding-top: 4rem;
}


#home .parallax:after {
  background-image: url(../images/bg/bg-4.webp);
  /* min-height: 60vh; */
  background-size: contain;
}

@media (min-width: 768px) {
  #home .parallax:after {
    background-image: url(../images/bg/bg-3.webp);
    background-size: contain;
    min-height: unset;
  }
}

 .parallax:after {
  background-image: url(../images/bg/bg-2.jpg);
}

#home.hero-5 .hero-wrapper {
    min-height: 60vh;
}

@media (min-width: 768px) {
  #home.hero-5 .hero-wrapper {
    min-height: 33vw;
  }
}

.img-map {
  background-image: url(../images/resources/map.png);
  background-position: center;
  background-size: cover;
}

.custombannerevent {
    position: relative;
    top: -48px;
}

@media screen and (max-width: 768px) {
  .custombannerevent {
    position: relative;
    top: 0px;
  }
  
}

.breadcrumb {

    text-align: center;
    justify-content: center;
}

.banner-1 .banner-heading
 {
    color: var(--bs-banner-heading-color);
    text-align: center;
}

footer .social-media {
  display: flex;
  list-style: none;
  padding-left: 0px;
  margin-left: 1rem;
}
.subscription-center-content {
  text-align: center;
}

footer .social-media a {
  padding: 0.2rem 0.4rem 0.2rem 0.5rem;
  background-color: rgba(120, 120, 120, 0.186);
  border-radius: 5px;
  
}

.whatsapp {
  padding: 1rem;
  background-color: #b20d5d2e;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  position: fixed;
  display: block;
  z-index: 1000;
  bottom: 5%;
  right: 3%;
  border: #b20d5d 2px solid;
  transition: 0.2s ease-out;
}

.whatsapp:hover {
  background-color: #b20d5d;
  transition: 0.2s ease-out;
}

.whatsapp:hover i {
  color: white;
}

.whatsapp i {
  font-size: 1.5rem;
  transform: translate(1px, -7px);
  display: block;
  color: #b20d5d;
}

.marquee-elements {
  --marquee-animation-duration: calc(var(--marquee-elements) * 1s);
}

.size-2p5rem {
  font-size: 2.5rem;
}

.history-timeline {
  width: 100%;
  padding: 40px 0;
}
.timeline-item {
  display: flex;
  justify-content: center;
  text-align: center;
  position: relative;
}
.timeline-content {
  max-width: 600px;
  padding: 20px;
  min-height: 220px;
  text-align: left;
  background: transparent;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border: 2px solid var(--bs-highlights-border-color);
  border-radius: 30px;
  transition: all 0.2s ease-in-out;
}
.timeline-year {
  font-size: 24px;
  font-weight: bold;
  color: #b20d5d;
}
.timeline-title {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
}
.timeline-description {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
}

@media screen and (max-width: 992px) {
  footer .quick-links {
    display: flex !important;
    justify-content: center;
    flex-direction: column;
  }

  footer .social-media {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .hero-5 h1 {
    font-size: 2.4rem;
    margin-bottom: 2rem !important;
  }
}

@media screen and (max-width: 430px) {
  .hero-5 h1 {
    font-size: 2.5rem;
  }
  .nav-item span {
    font-size: 1.2rem;
  }
  .button-custom-get-ticket {
    font-size: 12px;
    text-transform: capitalize !important;
  }
}

.margin_minus-55 {
  margin-top: -55px;
}

.event-none {
  pointer-events: none;
}


.Font-size-custom, .Font-size-custom span {
  font-size: 2rem!important;
}
@media screen and (max-width: 575px) {
  .margin_minus-sm-0 {
    margin-top: 0px;
  }
  .Font-size-custom, .Font-size-custom span {
    font-size: 1.75rem!important;
  }

}

.ticket-arrow-custom {
  width: 32px;
  height: 32px;
}	

.header-section .nav-link {
  font-size: 0.95rem;
}




.header-about-section .straight-line-wrapper {
  font-size: 2.6rem;
}

@media screen and (min-width: 768px) {
  .header-about-section .straight-line-wrapper {
    font-size: 3.5rem;
  }
}

.header-about-section .title span {
  font-size: 1.75rem;
}

.search .form-control.search-date {
  width: 144px;
  max-width: 144px;
  color: gray;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .header-about-section .straight-line-wrapper {
    font-size: 2.4rem;
  }
  .header-about-section .title {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .search button {
    max-width: 40px;
    display: flex;
    justify-content: center;
  }
  input.form-control.search-text {
    min-width: 100px;
  }
}

@media screen and (max-width: 768px) {
.button-custom-get-ticket svg  {
   
    fill: currentColor;
    position: relative;
    top: -3px;

  }
}

.buttons-logo {
      padding-right: 10px;
    padding-left: 4px;
}


@media screen and (max-width: 400px) {
  .header-about-section .straight-line-wrapper {
    font-size: 2rem;
  }

  .header-about-section .title span {
    font-size: 1.8rem;
  }

  .search button {
    max-width: 100%;
    width: 100%;
    border-radius: 8px !important;
    margin-top: 1rem;
  }

  .search .form-control.search-date {
    border-radius: 0px 8px 8px 0px !important;
  }
}

#navContentmenu {
  background-color: #000000b8;
}



.merch-item:hover .merch-image {
    transform: scale(1.05);
}

.merch-item:hover .merch-overlay {
    opacity: 1 !important;
}

.hover-glow:hover {
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
    transition: all 0.3s ease;
}

.merch-overlay {
    transition: opacity 0.3s ease;
}

.merch-image {
    filter: brightness(0.8);
    transition: all 0.3s ease;
}

.merch-content button {
    color: #fff;
}
.merch-content button:hover {
    color: #b20d5d;
    border-color: #b20d5d;
}

.merch-item:hover .merch-image {
    filter: brightness(1);
}

/* Swiper Navigation Styling */
#merch .swiper-button-next,
#merch .swiper-button-prev {
    color: #fff !important;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 50px !important;
    height: 50px !important;
}

#merch .swiper-button-next:after,
#merch .swiper-button-prev:after {
    font-size: 18px !important;
}

#merch .swiper-pagination-bullet {
    background: #fff !important;
    opacity: 0.5;
}

#merch .swiper-pagination-bullet-active {
    opacity: 1 !important;
}
#merch .swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    top: 102%;
}

.custom-container-translation {
     transform: translateY(-154px);
}

@media (max-width: 767.98px) {
    #gallery + .gallery-tabs-section .gallery-image img {
        --bs-gallery-image-height: auto;
    }
    .banner-1 {
        padding: 140px 0 0 0;
    }
    .custom-container-translation {
    transform: translateY(-60px);
}
}

.btn-tickets{
  padding: 1rem;
}
.owl-carousel .owl-stage { display: flex; }
.owl-carousel .item { height: 100%; }