/* Google Fonts - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

.slide-container {
  max-width: 1536px;
  width: 100%;
}

.slide-content {
  margin: 0 40px;
  overflow: hidden;
}

.event-card {
  border-radius: 0px;
  background-color: #FFF;
}

.event-card-slide {
    padding: 5px;
    border-radius: 10px;
}

.event-card-slide:hover {
    background: #fafafa;
    transition: background 200ms;
}

.event-card-slide:hover img {
    transform: scale(1.07);
    transition: transform 0.5s ease-in-out;
}

.event-card-slide .card-image {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.product-card {
  border-radius: 25px;
}

.product-image-content,
.product-card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
}

.product-image-content {
  height: 110px;
}

.product-card-content {
  background: #D9D9D9;
  border-radius: 20px;
}

.image-content {
  position: relative;
  row-gap: 5px;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #4070F4;
  border-radius: 25px 25px 0 25px;
}

.overlay::before,
.overlay::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: #4070F4;
}

.overlay::after {
  border-radius: 0 25px 0 0;
  background-color: #FFF;
}

.card-image {
  position: relative;
  width: 100%;
}

.banner-card-image {
  position: relative;
  width: 100%;
}

.product-card-image {
    position: absolute;
    height: 200px;
    width: 200px;
    top: 0;
    right: 50;
}

.card-image .card-img{
  width: 100%;
  object-fit: cover;
}

.banner-card-image .card-img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    max-height: 650px;
}

.product-card-image .card-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 70px;
}

.event-type {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  margin: 0;
}

.event-title {
  height: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #A9A9A9;
  margin: 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.event-date {
  font-size: 11px;
  font-weight: 400;
  color: #A9A9A9;
  margin: 0;
}

.card-custom {
    margin-bottom: 0.25px;
}

.card-custom:has(div.event-card-box:hover) div.event-card-box:not(:hover) {
  filter: blur(2px)
}

.card-custom .event-card .event-card-box {
    padding: 10px;
    border-radius: 0.25rem;
    transition: all 150ms ease-in-out;
}

.card-custom .event-card .event-card-box .event-title {
    height: auto;
}

.card-custom .event-card .event-card-box:hover {
    box-shadow: 0px 0px 10px -3px #777777;
    scale: 1.025;
    z-index: 1;
}

.card-custom .card-image {
  position: relative;
  height: 240px;
  width: 100%;
}

.card-custom .event-title {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

.card-custom .event-desc {
    font-size: 14px;
    color: #000000;
    margin-bottom: 0.25rem;
}

.card-custom .event-date {
    font-size: 14px;
    font-weight: 500;
    color: #A9A9A9;
}

.product-category {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  margin: 0;
  letter-spacing: 0.3;
}

.button {
  border: none;
  font-size: 16px;
  color: #FFF;
  padding: 8px 16px;
  background-color: #4070F4;
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.button:hover {
  background: #265DF2;
}

.swiper-navBtn {
  color: #6E93f7;
  transition: color 0.3s ease;
}

.swiper-navBtn:hover {
  color: #4070F4;
}

.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 35px;
}

.swiper-button-next {
  right: 1%;
}

.swiper-button-prev {
  left: 1%;
}

.swiper-navBtn-round {
    width: 44px !important;
    height: 44px !important;
    border-radius: 50%;
    z-index: 999 !important;
    color: #5A5A5A;
    background-color: #fff;
    opacity: .8;
    --tw-shadow: 0px 0px 10px 0px rgba(16, 24, 32, .2);
    --tw-shadow-colored: 0px 0px 4px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.swiper-navBtn-round:hover {
  color: #000000;
}

.swiper-navBtn-round::before,
.swiper-navBtn-round::after {
  font-size: 20px;
}
/*
#wrap .swiper-button-next.swiper-navBtn-round {
    top: 30px;
    left: 95.5%;
}

#wrap .swiper-button-prev.swiper-navBtn-round {
    top: 30px;
    left: 91%;
}
*
@media (max-width: 880px) {
    #wrap .swiper-button-next.swiper-navBtn-round {
        top: 30px;
        left: 93%;
    }
    #wrap .swiper-button-prev.swiper-navBtn-round {
        top: 30px;
        left: 85%;
    }
}

@media (min-width: 881px) and (max-width: 1024px) {
    #wrap .swiper-button-next.swiper-navBtn-round {
        top: 30px;
        left: 94%;
    }
    #wrap .swiper-button-prev.swiper-navBtn-round {
        top: 30px;
        left: 88%;
    }
}
*/
.swiper-pagination-bullet {
  background: radial-gradient(#838383, #83838350);
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: radial-gradient(#405add, #405add50);
}

@media screen and (max-width: 768px) {
  .slide-content {
    margin: 0 10px;
  }

  .swiper-navBtn {
    display: none;
  }
}

.home-under-slide .swiper {
  width: 100%;
}

.home-under-slide .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-under-slide .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}