.banner-body-new .banner-content h1 {
  font-size: 75px;
  font-family: "Poppins-Bold";
  /* line-height: 73px; */
  letter-spacing: -1px;
  background: var(--orangeRadiant);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: none;
  margin-bottom: 30px;
}

.banner-body-new .banner-content h3 {
  font-size: 38px;
  font-weight: 500;
  line-height: auto;
  color: var(--white);
}

.banner-tabs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.banner-tabs .primary-btn {
  font-size: 15px;

  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(2.5px);
  border-radius: 100px;
  padding: 10px 20px;
  display: flex;
  text-transform: none;
  align-items: center;
  max-width: fit-content;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: -webkit-fit-content;
  max-width: fit-content;
  margin-right: 20px;
  cursor: pointer;
}

.banner-tabs .primary-btn.active {
  background: var(--orangeRadiant);
}

.banner-tabs .primary-btn img {
  width: 26px;
  height: 26px;
  margin-right: 10px;
}

.banner-btn {
  margin-top: 4rem;
}

.banner-btn .white-btn {
  background-color: var(--white);
  display: flex;
  text-transform: none;
  align-items: center;
  border-radius: 100px;
  padding: 18px 20px;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.banner-btn .white-btn span {
  background: var(--orangeRadiant);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;

  text-transform: capitalize;
  font-family: "Poppins-SemiBold";
}

.banner-btn .white-btn img {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.scroll-btn {
  position: absolute;
  right: 100px;
  bottom: 80px;
  color: var(--white);
  display: flex;
  align-items: center;
  font-weight: 300;
  z-index: 1;
}

.scroll-btn:hover,
.scroll-btn:focus,
.scroll-btn:active {
  color: var(--white);
}

.upcoming-event-section {
  margin: 5rem 0;
}

.menu-height {
  height: 350px;
  overflow-y: scroll;
}

.upcoming-event-section .owl-theme {
  margin-top: 10px;
}

.upcoming-event-section .new-event-card {
  /* background: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15); */
  border-radius: 20px;
  /* padding: 10px; */
  /* position: relative; */
  margin: 15px;
}

.upcoming-event-section .new-event-card figure {
  /* position: relative; */
}



.upcoming-event-section .new-event-card .date img {
  width: 18px;
  height: 18px;
  border-radius: 0;
  margin-right: 8px;
  margin-bottom: 2px;
}

.upcoming-event-section .new-event-card h3 {
  font-family: "Poppins-Medium";

  font-size: 17px;
  /* line-height: 10px; */
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #1b1b1f;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Show only 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 6px;
}

.upcoming-event-section .new-event-card .location {
  display: flex;
  align-items: center;
  margin: 5px 0 5px;
}

.upcoming-event-section .new-event-card .location span {
  font-size: 12px;
  color: rgba(63, 63, 74, 1);
}

.upcoming-event-section .new-event-card .location img {
  width: 10px;
  height: 14px;
  border-radius: 0;
  margin-right: 6px;
}

.upcoming-event-section .new-event-card .name-div {
  display: flex;
  margin-bottom: 80px;
  align-items: center;
}

.upcoming-event-section .new-event-card .name-div span {
  color: #000;
  font-family: "Poppins-Medium";
}

.upcoming-event-section .new-event-card .name-div img {
  width: 45px;
  height: 45px;
  border-radius: 100px;
  margin-right: 10px;
}

.upcoming-event-section .new-event-card .rs-div {
  /* margin-bottom: 80px; */
  font-family: "Poppins-Semibold";

  font-size: 18px;
  line-height: 27px;

  color: #686b72;
}

.upcoming-event-section .new-event-card .rs-div span {
  font-family: system-ui;
  font-weight: 700;
  padding-right: 2px;
}

.upcoming-event-section .new-event-card .free-div {
  /* margin-bottom: 80px; */
  font-family: "Poppins-Semibold";

  font-size: 18px;
  line-height: 27px;
  background: var(--orangeRadiant);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

.upcoming-event-section .new-event-card .card-btn {
  font-family: "Poppins-SemiBold";
  font-size: 18px;
  background: var(--orangeRadiant);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 18px 30px;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  bottom: 0;
  text-align: center;
  border-top: 1px solid #ececef;
}

.upcoming-event-section .new-event-card:hover .card-btn,
.upcoming-event-section .new-event-card .card-btn:focus {
  background: var(--orangeRadiant);
  color: var(--white);
  -webkit-text-fill-color: unset;
  background-clip: unset;
  border-radius: 0 0 20px 20px;
}

.inner-title {
  font-family: "Poppins-Bold";
  font-size: 48px;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #44454e;
}

.inner-dec {
  font-size: 20px;
  color: #6e707d;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.upcoming-event-section .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 4px;
  background: #c5c5d3;
}

.upcoming-event-section .owl-theme .owl-dots .owl-dot.active span,
.upcoming-event-section .owl-theme .owl-dots .owl-dot:hover span {
  background: #51525e;
  width: 29px;
}

.upcoming-event-section .owl-dots {
  margin-top: 30px !important;
}

.primary-borderd-btn {
  background: var(--orangeRadiant);
  padding: 1px;
  border-radius: 100px;
  display: inline-block;
}

.primary-borderd-btn a {
  background: var(--white);
  border-radius: 90px;
  padding: 16px 50px;
}

.primary-borderd-btn a span {
  font-family: "Poppins-SemiBold";
  font-size: 18px;
  background: var(--orangeRadiant);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 1100px) {
  .banner-body-new .banner-content h1 {
    font-size: 50px;
    margin-bottom: 8px;
    line-height: 60px;
  }

  .banner-points {
    margin-bottom: 20px;
  }

  .banner-body-new .banner-content h3 {
    font-size: 30px;
  }

  .banner-tabs .primary-btn {
    font-size: 14px;
    margin: 10px 10px 6px 0px;
  }
}

@media screen and (max-width: 991px) {
  .scroll-btn {
    right: 30px;
    bottom: -16px;
  }

  .banner-btn .white-btn span {
    font-size: 16px;
  }

  .upcoming-event-section .new-event-card {
    padding: 10px;
    margin: 8px;
  }

  .upcoming-event-section {
    margin: 3rem 0;
  }

  .inner-title {
    font-size: 36px;
    margin-top: 12px;
    margin-bottom: 14px;
  }

  .inner-dec {
    font-size: 18px;
  }

  .upcoming-event-section .owl-dots {
    margin-top: 12px !important;
  }

  .upcoming-event-section .new-event-card figure img {
    border-radius: 20px;
    height: 300px;
    object-fit: cover;
  }

  .upcoming-event-section .new-event-card h3 {
    font-size: 18px;

    margin-top: 10px;
  }

  .upcoming-event-section .new-event-card .location span {
    font-size: 13px;
  }

  .upcoming-event-section .new-event-card .name-div img {
    width: 40px;
    height: 40px;

    margin-right: 6px;
  }
}

@media screen and (max-width: 575px) {
  .banner-btn {
    margin-top: 2rem;
  }

  .banner-tabs .primary-btn {
    padding: 10px;
  }

  .banner-btn .white-btn {
    padding: 12px 20px;
  }

  .banner-tabs .primary-btn img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
  }

  .banner-body-new .banner-content h3 {
    font-size: 24px;
  }

  .scroll-btn {
    right: 10px;
    font-size: 13px;
    padding: 10px 30px;
  }

  .scroll-btn img {
    height: 24px;
  }

  .banner-body-new .banner-content h1 {
    margin-top: 0;
  }

  .banner-points {
    margin-bottom: 10px;
  }

  .upcoming-event-section .new-event-card .card-btn {
    font-size: 15px;
    padding: 10px;
  }

  .primary-borderd-btn a span {
    font-family: "Poppins-SemiBold";
    font-size: 14px;
  }

  .inner-title {
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .inner-dec {
    font-size: 16px;
  }

  .banner-body-new .banner-content h1 {
    font-size: 45px;
  }

  .upcoming-event-section .new-event-card {
    margin: 0;

    box-shadow: none;
  }

  .upcoming-event-section .new-event-card .name-div {
    margin-bottom: 50px;
  }

  /* .upcoming-event-section .new-event-card figure img {
    height: 200px;
  } */
  .upcoming-event-section .new-event-card .rs-div,
  .upcoming-event-section .new-event-card .free-div {
    font-size: 15px;
  }

  .upcoming-event-section .new-event-card .location {
    margin: 5px 0 5px;
    align-items: flex-start;
  }

  .upcoming-event-section .new-event-card .name-div img {
    width: 25px;
    height: 25px;
  }

  .upcoming-event-section .new-event-card {
    padding: 4px;
  }

  .upcoming-event-section .new-event-card figure .date {
    padding: 4px 10px;
    font-size: 13px;
  }

  .upcoming-event-section .new-event-card h3 {
    font-size: 16px;
    margin-top: 10px;
  }

  .upcoming-event-section .new-event-card .location img {
    width: 11px;
    height: 13px;
    border-radius: 0;
    margin-right: 6px;
    margin-top: 4px;
  }

  .upcoming-event-section .new-event-card .location span {
    font-size: 13px;
  }

  .upcoming-event-section .new-event-card .name-div span {
    font-size: 14px;
  }

  .primary-borderd-btn a {
    padding: 10px 30px;
  }
}

#upcoming-event-popular .blur-background img, #upcoming-event-popular1 .blur-background img{
 filter: blur(3px) !important ;
}