* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

a {
  text-decoration: none !important;
  outline: none !important;
}

img {
  width: 100%;
  height: 100%;
  border: none;
}

.date-uper-data li {
  list-style: none;
}

.event-wrp-tab .nav-link.active {
  color: #00bd70;
  background: transparent;
  font-size: 18px;
  font-weight: 400;
  border-bottom: 1px solid #00bd70;
  width: 100%;
  border-radius: 0;
}

.event-wrp-tab .nav-link {
  color: #000;
  background: transparent;
  font-size: 18px;
  font-weight: 400;
}

.event-wrp-tab li.nav-item {
  width: 100%;
  display: flex;
  justify-content: center;
}

.event-wrp-tab ul#events-tab {
  display: flex;
  flex-wrap: nowrap;
}

.ind-events-wrp {
  width: 100%;
  height: auto;
}

.date-left {
  width: 20%;
  background: #00bd70;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}

.tab-icons {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.date-data {
  display: flex;
  width: 75%;
}

.rgt-img {
  width: 25%;
  height: auto;
}

.date-uper-data ul {
  display: flex;
  gap: 30px;
  padding: 0;
}

img.learn-more {
  width: 24px;
  height: auto;
}

.date-uper-data {
  border-bottom: 0.8px solid #00bd7080;
  margin-bottom: 30px;
}

a.more-btn {
  border: 1.5px solid #363636;
  border-radius: 40px;
  padding: 10px;
  width: 135px;
  justify-content: center;
  background: #fff;
  display: flex;
  color: #363636;
}

.rgt-img .right-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ind-events-wrp {
  display: flex;
  border-radius: 25px;
  overflow: hidden;
  box-shadow:
    0px 2.77px 2.21px 0px #00000005,
    0px 6.65px 5.32px 0px #00000007,
    0px 12.52px 10.02px 0px #00000009,
    0px 22.34px 17.87px 0px #0000000B,
    0px 41.78px 33.42px 0px #0000000D,
    0px 100px 80px 0px #00000012;
  margin-bottom: 25px;
}

.mdl-data {
  padding: 20px;
  width: 80%;
  background: #fff;
  padding-bottom: 20px;
}

.mdl-data h2 {
  font-size: 26px;
}

.slide-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.date-uper-data li {
  display: flex;
  align-items: center;
}

.slick-prev {
  background: url("left-arrow.svg") no-repeat center;
}

.slick-next {
  background: url("right-arrow.svg") no-repeat center;
}

.custom-prev,
.custom-next {
  position: absolute;
  bottom: -60px;
  top: auto;
  transform: none;
  background: transparent;
  border: none;
  cursor: pointer;
}

.custom-prev {
  left: 0;
}

.custom-next {
  right: 0;
}

.custom-prev img,
.custom-next img {
  width: 120px;
  height: auto;
}

.gallery__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.gallery__item {
  width: 32.43%;
  border-radius: 20px;
  overflow: hidden;
  margin: 0;
}

.gallery__item img {
  width: 100%;
  border-radius: 22px !important;
  display: block;
  height: 100% !important;
  object-fit: cover;
}

.gallery__wrapper .gallery__item:nth-child(1) {
  height: 336px;
}

.gallery__wrapper .gallery__item:nth-child(2) {
  height: 496px;
  object-fit: cover;
}

.gallery__wrapper .gallery__item:nth-child(3) {
  height: 442px;
  object-fit: cover;
}

.gallery__wrapper .gallery__item:nth-child(4) {
  height: 465px;
  transform: translateY(-160px);
}

.gallery__wrapper .gallery__item:nth-child(5) {
  height: 322px;
}

.gallery__wrapper .gallery__item:nth-child(6) {
  height: 577px;
  transform: translateY(-56px);
}

.gallery__wrapper .gallery__item:nth-child(7) {
  height: 414px;
  width: 738px;

  transform: translateY(-255px);
}

.gallery__wrapper .gallery__item:nth-child(8) {
  height: 213px;
  transform: translateY(-57px);
}

button.custom-prev.slick-arrow {
  padding-bottom: 15px;
}

button.custom-next.slick-arrow {
  padding-bottom: 15px;
}

.event-slick-slider.slick-initialized.slick-slider {
  padding-top: 20px;
}

.event-slick-slider .slick-list {
  overflow: visible;
}

.event-slick-slider .slick-list .slide-item {
  opacity: 0;
}

.event-slick-slider .slick-list .slick-current {
  opacity: 1;
}

/* filter css  */

.event-filter-wrapper {
  padding-top: 30px;
  text-align: right;
  display: flex;
  justify-content: end;
}



.custom-dropdown {
  position: relative;
  width: 222px;
  font-family: 'Outfit', sans-serif;
}

/* main label */

.dropdown-label {
  height: 52px;
  border-radius: 75px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 18px;
  cursor: pointer;
  background: #fff url("http://cutip.yilstaging.com/wp-content/uploads/2026/03/dropdown-icon.png") no-repeat right 15px center;
  background-size: 10px;
}

/* .pill-arrow{

} */

/* dropdown container */

.dropdown-menu {
  position: absolute;
  top: 52px;
  left: 12px;
  width: 202px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 6px 0;
  display: none;
}

/* pill selected item */

.dropdown-pill {
  width: 173px;
  height: 28px;
  margin: 6px auto;
  border-radius: 40px;
  /* background: #00BD7014; */
  background: #00BD7014 url("http://cutip.yilstaging.com/wp-content/uploads/2026/03/uparrow-svg.svg") no-repeat right 15px center;
  color: #00BD70;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 5px;
  margin-left: 28px;
}

/* options */

.dropdown-option {
  height: 28px;
  padding: 10px;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  color: #151D26;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropdown-option:hover {
  background: #00BD70;
  color: #fff;
}

/* selected option */

.dropdown-option.active {
  background: #00BD70;
  color: #fff;
}


/* end */
@media only screen and (min-width: 1441px) and (max-width: 2560px) {
  .gallery__wrapper .gallery__item:nth-child(7) {
    width: 855px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .gallery__wrapper .gallery__item:nth-child(7) {
    /* width: 739px; */
    width: 787px;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1199px) {
  .gallery__item {
    width: 31.43%;
  }

  .gallery__wrapper .gallery__item:nth-child(7) {
    width: 456px;
  }

  .gallery__wrapper .gallery__item:nth-child(7) {
    width: 603px;
  }
}

@media only screen and (min-width: 912px) and (max-width: 999px) {
  .gallery__item {
    width: 31.43%;
  }

  .gallery__wrapper .gallery__item:nth-child(7) {
    width: 456px;
  }
}

@media only screen and (min-width: 820px) and (max-width: 911px) {
  .gallery__item {
    width: 31.43%;
  }

  .gallery__wrapper .gallery__item:nth-child(7) {
    width: 456px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 819px) {
  .gallery__item {
    width: 31.43%;
  }

  .gallery__wrapper .gallery__item:nth-child(7) {
    width: 456px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .event-wrp-tab .nav-link.active {
    font-size: 14px;
  }

  .event-wrp-tab .nav-link {
    font-size: 14px;
  }

  .ind-events-wrp {
    flex-direction: column-reverse;
    width: 100%;
  }

  .date-data {
    width: 100%;
    flex-direction: column;
  }

  .mdl-data {
    width: 100%;
  }

  .date-left {
    width: 100%;
    border-radius: 0;
    padding: 10px;
    display: none;
  }

  .date-uper-data li {
    font-size: 14px;
  }

  .date-uper-data ul {
    gap: 15px;
    flex-direction: column;
  }

  .mdl-data h2 {
    font-size: 14px;
  }

  .mdl-data p {
    font-size: 14px;
  }

  a.more-btn {
    width: 125px;
    font-size: 14px;
  }

  .date-left span br {
    display: none;
  }

  .gallery__item {
    width: 100%;
  }

  .gallery__wrapper .gallery__item:nth-child(-n+8) {
    height: auto;
  }

  .gallery__wrapper .gallery__item:nth-child(4) {
    height: auto;
    transform: translateY(-0px);
  }

  .gallery__wrapper .gallery__item:nth-child(6) {
    height: auto;
    transform: translateY(-14px);
  }

  .gallery__wrapper .gallery__item:nth-child(7) {
    transform: translateY(-15px);
  }

  .gallery__wrapper .gallery__item:nth-child(8) {
    transform: translateY(-16px);
  }

  .rgt-img {
    width: 100%;
  }

  .rgt-img .right-image {
    width: 100%;
    /* border-radius: 30px; */
    border-radius: 30px 30px 0px 0px;
  }

  .select2-container--default .select2-selection--single {
    width: 220px !important;
    height: 45px !important;
    font-size: 15px;
  }
}




@media only screen and (min-width: 390px) and (max-width: 479px) {
  .select2-container--default .select2-selection--single {
    width: 220px !important;
    height: 45px !important;
    font-size: 15px;
  }

  .event-wrp-tab .nav-link.active {
    font-size: 14px;
  }

  .event-wrp-tab .nav-link {
    font-size: 14px;
  }

  .ind-events-wrp {
    flex-direction: column-reverse;
    width: 100%;
  }

  .date-data {
    width: 100%;
    flex-direction: column;
  }

  .mdl-data {
    width: 100%;
  }

  .date-left {
    width: 100%;
    border-radius: 0;
    padding: 10px;
    display: none;
  }

  .date-uper-data li {
    font-size: 14px;
  }

  .date-uper-data ul {
    gap: 15px;
    flex-direction: column;
  }

  .mdl-data h2 {
    font-size: 14px;
  }

  .mdl-data p {
    font-size: 14px;
  }

  a.more-btn {
    width: 125px;
    font-size: 14px;
  }

  .date-left span br {
    display: none;
  }

  .gallery__item {
    width: 100%;
  }

  .gallery__wrapper .gallery__item:nth-child(-n+8) {
    height: auto;
  }

  .gallery__wrapper .gallery__item:nth-child(4) {
    height: auto;
    transform: translateY(-0px);
  }

  .gallery__wrapper .gallery__item:nth-child(6) {
    height: auto;
    transform: translateY(-14px);
    padding-top: 14px;
  }

  .gallery__wrapper .gallery__item:nth-child(7) {
    transform: translateY(-15px);
  }

  .gallery__wrapper .gallery__item:nth-child(8) {
    transform: translateY(-16px);
  }

  .rgt-img {
    width: 100%;
  }

  .rgt-img .right-image {
    width: 100%;
    border-radius: 30px 30px 0px 0px;
  }
}

@media only screen and (min-width: 360px) and (max-width: 389px) {
  .select2-container--default .select2-selection--single {
    width: 220px !important;
    height: 45px !important;
    font-size: 15px;
  }

  .event-wrp-tab .nav-link.active {
    font-size: 14px;
  }

  .event-wrp-tab .nav-link {
    font-size: 14px;
  }

  .ind-events-wrp {
    flex-direction: column-reverse;
    width: 100%;
  }

  .date-data {
    width: 100%;
    flex-direction: column;
  }

  .mdl-data {
    width: 100%;
  }

  .date-left {
    width: 100%;
    border-radius: 0;
    padding: 10px;
    display: none;
  }

  .date-uper-data li {
    font-size: 14px;
  }

  .date-uper-data ul {
    gap: 15px;
    flex-direction: column;
  }

  .mdl-data h2 {
    font-size: 14px;
  }

  .mdl-data p {
    font-size: 14px;
  }

  a.more-btn {
    width: 125px;
    font-size: 14px;
  }

  .date-left span br {
    display: none;
  }

  .gallery__item {
    width: 100%;
  }

  .gallery__wrapper .gallery__item:nth-child(-n+8) {
    height: auto;
  }

  .gallery__wrapper .gallery__item:nth-child(4) {
    height: auto;
    transform: translateY(-0px);
  }

  .gallery__wrapper .gallery__item:nth-child(6) {
    height: auto;
    transform: translateY(-14px);
  }

  .gallery__wrapper .gallery__item:nth-child(7) {
    transform: translateY(-15px);
  }

  .gallery__wrapper .gallery__item:nth-child(8) {
    transform: translateY(-16px);
  }

  .rgt-img {
    width: 100%;
  }

  .rgt-img .right-image {
    width: 100%;
    border-radius: 30px 30px 0px 0px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 359px) {
  .event-wrp-tab .nav-link.active {
    font-size: 14px;
  }

  .event-wrp-tab .nav-link {
    font-size: 14px;
  }

  .ind-events-wrp {
    flex-direction: column-reverse;
    width: 100%;
  }

  .date-data {
    width: 100%;
    flex-direction: column;
  }

  .mdl-data {
    width: 100%;
  }

  .date-left {
    width: 100%;
    border-radius: 0;
    padding: 10px;
    display: none;
  }

  .date-uper-data li {
    font-size: 14px;
  }

  .date-uper-data ul {
    gap: 15px;
    flex-direction: column;
  }

  .mdl-data h2 {
    font-size: 14px;
  }

  .mdl-data p {
    font-size: 14px;
  }

  a.more-btn {
    width: 125px;
    font-size: 14px;
  }

  .date-left span br {
    display: none;
  }

  .gallery__item {
    width: 100%;
  }

  .gallery__wrapper .gallery__item:nth-child(-n+8) {
    height: auto;
  }

  .gallery__wrapper .gallery__item:nth-child(4) {
    height: auto;
    transform: translateY(-0px);
  }

  .gallery__wrapper .gallery__item:nth-child(6) {
    height: auto;
    transform: translateY(-14px);
  }

  .gallery__wrapper .gallery__item:nth-child(7) {
    transform: translateY(-15px);
  }

  .gallery__wrapper .gallery__item:nth-child(8) {
    transform: translateY(-16px);
  }
}