.breadcrumb ul {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}.breadcrumb ul li:last-child{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}.breadcrumb ul li:last-child a{
  white-space: nowrap;
  text-overflow: ellipsis;
}
.events-section .slider-section {
  background-image: url("../img/events-banner.png");
  border-radius: 0.75rem;
  padding: 66px;
  background-repeat: no-repeat;
  background-size: cover;
}

.events-section .slider-section h1,
.events-section .slider-section h2 {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: -webkit-box; 
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 2; 
  overflow: hidden; 
  text-overflow: ellipsis;
}

.events-section .slider-section p {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 35px;
  margin-top: 12px;
  display: -webkit-box; 
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 2; 
  overflow: hidden; 
  text-overflow: ellipsis;
}

.events-section .slider-section .visit-site {
  /* border-radius: 12.115px;
  border: 1.514px solid #3638f5;
  background: #fff; */
  padding: 8px 25px;
  margin-right: 20px;
}
.events-section .slider-section .slider-image {
  height: 350px;
  object-fit: cover;
  border-radius: 0.75rem;
}

.upcoming-event-section .heading {
  color: #212529;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.upcoming-event-section button {
  display: flex;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid rgba(153, 153, 153, 0.4);
  background: #f4f4f4;
}

.upcoming-event-section .card {
  border-radius: .75rem;
  background: #fff;
  box-shadow: 0 0 15px #8b8b8b40;
}

.upcoming-event-section .card-title {
  color: #212529;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: -webkit-box; 
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 2; 
  overflow: hidden; 
  text-overflow: ellipsis;
  margin-top: 0px;
}
.upcoming-event-section .banner {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.upcoming-event-section .event-card {
  padding: 0;
  overflow: hidden;
}
.upcoming-event-section .card-body .location span {
  display: -webkit-box; 
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 1; 
  overflow: hidden; 
  text-overflow: ellipsis;
}

.upcoming-event-section .card p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.upcoming-event-section .date-share {
  position: absolute;
  top: -11px;
  right: 20px;
}

.upcoming-event-section .date-share img {
  padding: 6px;
  border-radius: 32px;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.upcoming-event-section .btn-primary,
.events-detail-section .btn-primary {
  background: var(--color) !important;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 42%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.owl-carousel .owl-nav button.owl-prev {
  width: 20px;
  margin-left: 20px;
}

.owl-carousel .owl-nav button.owl-next {
  width: 20px;
  margin-right: 20px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent !important;
  color: #fff;
  text-decoration: none;
}

.events-detail-section h1 {
  font-size: 2.75rem;
  font-weight: 700;
  margin: 0;
}

.events-detail-section h2 {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 48px */
  margin-bottom: 0;
}

.events-detail-section .banner-img {
  height: 380px;
  border-radius: 16px;
  margin-bottom: 20px;
  object-fit: cover;
}
.events-detail-section .description * {
  font-family: 'Outfit' !important;
  color: var(--bs-body-color) !important;
  word-break: break-all;
}
.events-detail-section .speakers img {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  object-fit: cover;
}

.events-detail-section .col-lg-8 a {
  color: #3638f5;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.events-detail-section .event-side-sections {
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.events-detail-section .event-side-sections h3 {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}
.events-detail-section .visit-site {
  min-width: 100px;
  border: 1px solid var(--color);
}
.events-detail-section .visit-site:hover {
  background: #4d84ff !important;
}

.event-side-sections .guest {
  line-height: 1;
  overflow: hidden;
  width: 70%;
}

.event-side-sections .guest p {
  color: #000;
  font-family: Outfit;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.event-side-sections .guest span {
  color: rgba(0, 0, 0, 0.5);
  font-family: Outfit;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.slider-section .detail{
  width: 100% !important;
}
.upcoming-event-section .event-card > a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.upcoming-event-section .event-card:hover > a::before {
    opacity: 1;
}
@media (max-width: 768px) {
  .events-section .slider-section {
    flex-wrap: wrap;
    padding: 15px;
  }
  .events-section .slider-section img {
    width: 100% !important;
  }

  .events-section .slider-section h1,
    .events-section .slider-section h2 {
    font-size: 21px;
  }
  .events-section .slider-section p {
    font-size: 11px;
  }
  .events-section .slider-section button {
    padding: 5.144px 16.691px;
  }
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev {
    width: 10px;
  }
  .slider-section .detail,
  .slider-section .banner {
    width: 100% !important;
  }
  .slider-section .detail {
    order: 2;
  }
  .events-section .slider-section .slider-image {
    height: 200px;
  }
  .events-section .slider-section .visit-site {
    padding: 8px 35px;
  }
  .owl-carousel .owl-nav {
    top: 100px;
  }
  .owl-carousel .owl-nav button.owl-prev {
    left: 0;
  }
  .owl-carousel .owl-nav button.owl-next {
    right: 0;
  }
  .owl-nav svg {
    filter: drop-shadow(0px 0px 2px black);
  }
  .events-section .slider-section p {
    margin-bottom: 20px;
  }
  .events-detail-section h1 {
    font-size: 2rem;
  }
}
