/* whats-on.css */
.browse-filters {
  background-color: #FEEBEB;
}

.browse-label p{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: #0A0446;
}

.filter-item {
  position: relative;
  display: flex;
  align-items: center;
}

.filter-select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  gap: 39px;
  width: 260px;
  background: #ffffff;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  border: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  appearance: none;
  z-index: 1;
  position: relative;
  color: #0a0446;
}

.filter-icon {
  position: absolute;
  right: 15px;
  pointer-events: none;
  z-index: 2;
}

.filter-icon img {
  width: 21px;
  height: 14px;
}

.filter-input {
  width: 90%;
outline:
      none;
  border: none;
  background: #ffffff;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  /* or 18px */
  letter-spacing: -0.02em;

  color: #0A0446;
}


.search-wrap {
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 0 15px;
  width: 260px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
}

.search-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-icon img {
  width: 18px;
  height: 18px;
}

.search-input {
  border: none;
  outline: none;
  font-size: 16px;
  color: #0a0446;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  background: transparent;
  margin-left: 10px;
  width: 100%;
  opacity: 1;
}

.search-input::placeholder {
  color: #0a0446; /* Use your desired color */
  opacity: 1; /* Ensures it's fully visible */
}

.search-input::placeholder {
  color: #0a0446;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  opacity: 1;
}

.search-input:-ms-input-placeholder {
  color: #0a0446;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.search-input::-ms-input-placeholder {
  color: #0a0446;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}


.filter-reset{
  gap: 5px;
  padding: 10px;
}

.reset-link {
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 115%;
/* or 18px */
letter-spacing: -0.02em;
font-family: "Poppins", sans-serif;
text-decoration: none;
color: #0a0446;

}


/* section-2 */
.spacing-container{
height: 100px;
}

.event-day-section{
  background-color: #FEEBEB;
}

.event-day-section2{
  background-color: #EFE7F5;
}

.event-day-section3{
  background-color: #E5EEFE;
}

.bg-color-1 {
background-color: #FEEBEB !important;
}
.bg-color-2 {
background-color: #EFE7F5 !important;
}
.bg-color-3 {
background-color: #E5EEFE !important;
}


.date-container{
  padding-top: 30px;
  padding-bottom: 20px;
}

.date-container h2{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 115%;
  /* identical to box height, or 46px */
  letter-spacing: -0.02em;

  color: #0A0446;
}

.no-events{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 115%;
  /* identical to box height, or 46px */
  letter-spacing: -0.02em;

  color: #0A0446;
}

.grid-container{
  align-items: flex-start;
  padding-block: 25px;
  justify-content: flex-start !important;
}

/* Event Card */
.event-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  gap: 20px;
  background: #fff;
  width: calc(33.333% - 26.66px); /* 3 cards per row with gap */
  justify-content: space-between;
  }

  .event-cart-child{
        justify-content: space-between;
    display: flex
;
    flex-direction: column;
    min-height: 330px;
    gap: 20px;
  }

.event-card .child1{
  background-image: var(--wpr-bg-4848d4f7-2ed4-4249-a6df-09931f78ccfc);
  width: 200px;
  height: 250px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  width: 100%;
  background-size: cover;
  background-position:center;

}

.event-card .event-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.event-category {
  background-color: #ff008c;
  color: #fff;
  padding: 5px;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
}

.event-content {
  align-items: flex-start;
padding: 0px;
gap: 15px;
}

.event-title {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  /* or 26px */
  letter-spacing: -0.02em;
  color: #000000;
}

.event-desc {
  
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 150%;
/* or 21px */
letter-spacing: -0.01em;

color: #000000;
}

.event-details {
  list-style: none;
  padding: 0;
  gap: 5px;
}

.event-details img{
  /* Frame 2266 */

  width: 16px;
  height: 16px;


}

.event-details li {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  /* identical to box height, or 18px */
  letter-spacing: -0.01em;
  
  color: #000000;
  
}

.event-card .child3 a{
  display: inline-block;
  background-color: #000000;
  text-decoration: none;
}

.event-card .child3 a:hover{
  background-color: #ff008c;
}



/* media query */


@media screen and (max-width: 1300px){

  .filter-inputs{
    justify-content: unset;
    flex-wrap: wrap;
  }

  .filters-row {
    flex-wrap: wrap;
  }

  .browse-filters{
    padding-inline: 50px;
  }

  .event-day-section,.event-day-section2,.event-day-section3{
    padding-inline: 100px;
  }
}


  
@media screen and (max-width: 1024px){
  .event-day-section,.event-day-section2,.event-day-section3{
    padding-inline: 50px;
  }

  .grid-container .event-card{
    width: 45%;
  }

  .browse-filters .container{
    padding: 0px !important;
  }

  #event-results .container{
    padding: 0px !important;
  }




}

@media screen and (max-width: 764px){

  .browse-filters{
    padding-inline: 20px;
    padding-block: 30px;
  }
  
  
.event-cart-child {
  min-height: unset;
}

  .event-day-section,.event-day-section2,.event-day-section3{
    padding-inline: 20px;
  }

  .grid-container .event-card{
    width: 100%;
  }

  .filter-item,.filter-select,.search-wrap{
    width: 100%;
  }

  .filters-row {
    gap:15px
  }


  .date-container{
    padding-top: 50px;
    padding-bottom: 5px;
  }

  .date-container h2{

font-size: 34px;
line-height: 115%;
/* or 39px */
letter-spacing: -0.02em;
  }

  .grid-container{
    padding-block: 20px;
    gap: 20px;
  }

  .spacing-container{
    height: 20px;
  }


}




/* artist page */


#artists-showcase-page .event-title{
  font-size: 24px;
  line-height: 115%;
  min-height:56px;
  text-align: center;
  display: flex
  ;
      justify-content: center;
      align-items: center;
}

#artists-showcase-page .event-content{
  align-items: center;
}

#artists-showcase-page .event-details{
  align-items: center;
}


#artists-showcase-page .event-details li{
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #FF008C;
}


#artists-showcase-page .event-card .child2{
  width: 100% !important;
  gap:10px !important
}


#artists-showcase-page .event-card .child1{
  height: 300px;
  width: 100%;
  max-width: 300px;
  align-self: center;
}


#artists-showcase-page .event-desc{
 min-height: 30px;
}

@media (min-width:1600px) {
  .event-card .child1 {
    height:270px;
  }
}