.featured-event-wrapper .content-wrapper, .dnd-section > .row-fluid {
   flex-wrap: wrap !important;
}

.featured-event-container {
  background-color: #A7E0FF;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.event-image img {
  max-width: 95%;
  height: auto;
  margin: 0;
}

.event-details a {
  transition: background-color 0.5s ease, border-color 0.5s ease;
  padding: 12px 16px;
  border-radius: 50px;
  background: #0C69FF;
  color: #fafffd;
  border: 2px solid #0C69FF;
  text-decoration: none;
  font-size: 16px !important;
  width: fit-content;
}

.event-details a:hover {
  background: #BD3576;
  border: 2px solid #BD3576;
} 

.event-date-location {
  display: flex;
  align-items: center;
  gap: 8px;
  color:#2D237D;
}

.event-details h2 {
  font-size: 24px;
  margin-top: 8px;
  margin-bottom: 16px;
  color:#00154a;
}

.event-details p {
  margin-top: 0;
   margin-bottom: 20px;
    font-size: 0.85rem !important;
  color:#00154a;
}
.event-details {
  line-height: 22px;
      justify-content: center;
    width: 43% !important;
  padding: 17px 25px 25px 25px;

    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    row-gap: 0px;
}


.event-date-location span {
  font-size: 16px;
}

#eventsList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-top: 30px;
}


.featured-event {
    margin-bottom: 0px;
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    overflow: hidden;
  padding: 0px;
}
.upcoming-event-filter-inner-one h2 {
    color: #ffffff !important;
}

.upcoming-event-description {
 padding: 24px;
 line-height: 22px;
 background-color: #A7E0FF;
}

.upcoming-event-description h3 {
  font-size: 24px;
  margin-bottom: 12px !important;
  color:#010a22;
}

.upcoming-event-description p {
   color:#010a22;
  font-size: 0.9rem;
}

.upcoming-event-date-location {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  color:#00154a;
  font-size:0.9rem;
  font-weight:700;
}

.date-svg {
  margin-right: 5px;
}
}

.upcoming-event-image img {
  border-radius: 5px 5px 0px 0px;
  max-width: 100% !important;
  height: auto;
}

img {
  max-width: 100%;
}

.past-events-container img {
  border-radius: 5px 5px 0px 0px;
}

.upcoming-events-pagination button:disabled {
  cursor: not-allowed;
}


.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}

.pagination button {
  transition: background-color 0.5s ease, border-color 0.5s ease;
  padding: 12px 16px;
  border-radius: 50px;
  background: #0C69FF;
  color: #fafffd!important;
  border: 2px solid #0C69FF;
  text-decoration: none;
  font-size: 16px !important;
  width: fit-content;
}

.pagination button a:hover {
  background: #BD3576;
  border: 2px solid #BD3576;
} 
 
.pagination button:disabled {
  background: #38425d;
  border: 2px solid #38425d;
  color: #9f9f9f !important;
}

#prevPage {
 margin-right: 18px;
  color:#2D237D;
}

#nextPage {
  margin-left: 18px;
  color:#2D237D;
}
#pageIndicator {
  font-size: 18px;
   color:#FFFFFF;
  display:none;
}

.event-image.event-image-side {
  height: 100%;
  background-size: cover !important;
  display: flex;
    width: 95%;
  
}


#event-list-item a {
    padding-left: 0;
    color: #00154a !important;
    text-decoration: underline 3px solid;
    text-underline-offset: 8px;
    text-decoration-color: #0C69FF;
}

#event-list-item a:hover {
    text-decoration-color: var(--theme-button-background);
    transition-property: width;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
  transition: text-decoration-color 500ms;
}


.locationFilter {
  width: 40%;
  margin-right: 20px;
  border: solid 1px #EBEBEB;
  border-radius: 5px;
  height: 50px;
  padding: 10px;
  background-color:#2D237D;
}
.dateFilter {
  width: 30%;
  border: solid 1px #EBEBEB;
  border-radius: 5px;
  height: 50px;
  padding: 10px;
  background-color:#2D237D;
}
#event-list-item {
  position: relative;
  max-width: 100%;
  background-color: #A7E0FF;
  padding-bottom: 30px;
}

.upcoming-event-filter-inner-one h2{
  font-size: 36px;
  margin-bottom: 0px;
  color: #00154a;
}


.upcoming-event-filter {
  width: 100%;
    display: inline-flex;
    justify-content: flex-end;
    padding: 56px 0 40px 0;
    flex-direction: row;
    align-content: center;
    align-items: center;
}



@media (max-width: 1280px) {
  .featured-event-wrapper, .upcoming-event-wrapper {
    padding: 20px 20px;
  }
  .event-details {   
    width: 50% !important;
}
}
@media (max-width: 1230px) {
  .featured-event-wrapper{
    padding: 20px 20px;
  }
  .event-details {   
    width: 60% !important;
}
}

@media (max-width: 1200px) {

  .event-details {   
    width: 65% !important;
  }
}

@media (max-width: 1120px) {

  .event-details {   
    width: 70% !important;
  }
  .event-image.event-image-side{
    min-height: 330px;
  }
}

@media (min-width:1100px) and (max-width:1240px) {
    .featured-event-container {
      align-items: center;
    }
}
@media (min-width:768px) and (max-width:1099px) {
    .featured-event-container {
      display: block;
    }
  .event-details {
    width: 100% !important;
  }
}

@media (min-width:586px) and (max-width:767px) {
  .upcoming-event-filter-inner-two {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 981px) {
  .event-image.event-image-side{
    min-height: 300px;
  }
  .event-details {
    padding: 20px 20px 40px 20px;
  }
  #eventsList {
    grid-template-columns: repeat(1, 1fr);
    padding: 0px;
  }
  .upcoming-event-filter-inner-one h2{
  font-size: 26px;
}
  .dateFilter {
  width: 50% !important;
}
  .locationFilter {
  width: 50% !important;
}
}

@media (max-width: 880px) {
  .event-image.event-image-side{
    min-height: 280px;
  }
}



@media (max-width: 767px) {
  
  .featured-event-container {
    flex-direction: column;
    margin-top: 0px;
   
  }
  .featured-event-container-en {
   margin-bottom: 120px;
  }
  .featured-event-wrapper {
    margin-top: 20px !important;
    
  }
   .featured-event {
     margin-bottom: 10px;
     flex-direction: column;
  }
   .event-image.event-image-side{
    width: 100% !important;
     min-height: 100px;
  }
  .event-details{
    width: 100% !important;
  }
  .upcoming-event-filter {
  display: block !important;
}
  
   .location-svg {
  margin-left: 5px;
  margin-right: 5px;
}
   .upcoming-event-filter {
    margin-top: -80px;
  }
   .upcoming-event-filter-inner-one{
    padding-bottom: 20px;
  }
}


@media (max-width: 585px) {
   .upcoming-event-filter-inner-two {
    display: flex;
    justify-content: center;
  }
  
  .upcoming-event-date-location {
    gap: 0px;
    color:#2D237D;
  }
  
  .upcoming-event-date-location span {
    font-size: 16px !important;
     color:#00154a;
  }
   .dateFilter, .locationFilter {
    font-size: 12px;
  }
}





@media (min-width: 981px) {
  .featured-event {
/*   display: flex; */
/*   align-items: flex-start; */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;  
  }
  .event-image {
    flex: 0 0 auto;
    width: 55%;
  }

  .upcoming-events-pagination.de {
    margin: 56px 0 92px 0;
  }
   .footer__top-container  {
/*     flex-direction: column !important; */
  }
}


@media (min-width: 767px) {
  .upcoming-event-filter-inner-one{
    width: 50% !important;
  }
   .upcoming-event-filter-inner-two {
  display: flex !important;
  justify-content: flex-end !important;
  width: 70% !important;
}
}





