/* DEFINE */
.lcpe-swiper-contain {
  position: relative;
}
.swiper-button-cus {
  position: absolute;
  top: calc(50% - 24px);
  cursor: pointer;
  z-index: 1;
  display: inline-flex;
}
.swiper-button-prev-cus {
  left: -24px;
}
.swiper-button-next-cus {
  right: -24px;
}

/* STYLE 1 */
.lcpe-swiper.style1 .lcpe-slide-item {
  position: relative;
}
.lcpe-swiper.style1 .lcpe-slide-item .lcpe-slide-thumb {
  display: flex;
  position: relative;
  padding-top: 159%;
  overflow: hidden;
}
.lcpe-swiper.style1 .lcpe-slide-item .lcpe-slide-thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.lcpe-swiper.style1 .lcpe-slide-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  backdrop-filter: blur(24px);
  background: rgb(63 3 3 / 30%);
  min-height: 109px;
  opacity: 0;
  transition: all ease 0.5s;
}
.lcpe-swiper.style1 .lcpe-slide-item:hover .lcpe-slide-info {
  opacity: 1;
}
.lcpe-swiper.style1 .lcpe-slide-info h3 {
  margin: 0;
}
.lcpe-swiper.style1 .lcpe-slide-info h3 a {
  color: #f7f7f7;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none !important;
  text-transform: uppercase;
}
.lcpe-swiper.style1 .lcpe-excerpt {
  color: #f7f7f7;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 130%;
}
.lcpe-swiper.style1 .lcpe-excerpt p:last-child {
  margin: 0;
}

.lcpe-swiper.style1 .swiper-slide:nth-child(even) {
  margin-top: 40px;
}
.lcpe-swiper.style1 .lcpe-footer {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lcpe-swiper.style1 .lcpe-scrollbar {
  position: relative;
  width: 317px;
}
.lcpe-swiper.style1 .lcpe-category-link {
  padding-bottom: 4px;
  position: relative;
}
.lcpe-swiper.style1 .lcpe-category-link a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #f7f7f7;
  font-size: 14px;
  text-decoration: none !important;
}
.lcpe-swiper.style1 .lcpe-category-link:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  border-top: 1px solid #f7f7f7;
}

.lcpe-swiper.style1 .lcpe-scrollbar .swiper-horizontal > .swiper-scrollbar,
.lcpe-swiper.style1
  .lcpe-scrollbar
  .swiper-scrollbar.swiper-scrollbar-horizontal {
  height: 8px;
  border-radius: 0;
  background: #a9a9a9;
}
.lcpe-swiper.style1 .lcpe-scrollbar .swiper-scrollbar-drag {
  background: #f3e9dc;
  border-radius: 0;
}

/* STYLE 2 */
.lcpe-swiper.style2 .lcpe-slide-item .lcpe-slide-thumb {
  display: flex;
  position: relative;
  padding-top: 60%;
  overflow: hidden;
}
.lcpe-swiper.style2 .lcpe-slide-item .lcpe-slide-thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.lcpe-swiper.style2 .lcpe-slide-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 12px;
  background: #3f0303;
}
.lcpe-swiper.style2 .lcpe-excerpt {
  display: none;
}
.lcpe-swiper.style2 .lcpe-slide-info h3 {
  margin: 0;
}
.lcpe-swiper.style2 .lcpe-slide-info h3 a {
  font-weight: 400;
  font-size: 24px;
  color: #f3e9dc;
  text-transform: uppercase;
  text-decoration: none !important;
}

/* STYLE 3 */
.lcpe-swiper.style3 .lcpe-slide-item {
  display: flex;
  flex-direction: row-reverse;
}
.lcpe-swiper.style3 .lcpe-slide-info {
  background: #551312;
  width: 37%;
  padding: 60px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}
.lcpe-swiper.style3 .lcpe-slide-thumb {
  width: 63%;
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: 43%;
}
.lcpe-swiper.style3 .lcpe-slide-thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.lcpe-swiper.style3 .lcpe-slide-info h3 {
  margin: 0;
}
.lcpe-swiper.style3 .lcpe-slide-info h3 a {
  color: #f7f7f7;
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none !important;
}
.lcpe-swiper.style3 .lcpe-excerpt {
  color: #f7f7f7;
  font-size: 16px;
  font-weight: 500;
}
.lcpe-swiper.style3 .lcpe-excerpt p:last-child {
  margin: 0;
}
.lcpe-swiper.style3 .lcpe-cityaddress {
  font-size: 18px;
  color: #f7f7f7;
  text-transform: uppercase;
  font-weight: 300;
}

@media screen and (max-width: 1024px) {
  .lcpe-swiper.style1 .lcpe-slide-info {
    opacity: 1;
  }
  .lcpe-swiper.style1 .lcpe-slide-info h3 a {
    font-size: 16px;
  }
  .lcpe-swiper.style1 .lcpe-excerpt {
    text-transform: none;
    font-size: 14px;
  }
  .lcpe-swiper.style1 .lcpe-slide-info {
    gap: 5px;
  }
  .lcpe-swiper.style2 .lcpe-slide-info h3 a {
    font-size: 20px;
  }
  .lcpe-swiper.style3 .lcpe-slide-info {
    padding: 30px;
    gap: 2px;
  }
  .lcpe-swiper.style3 .lcpe-slide-info h3 a {
    font-size: 26px;
  }
  .lcpe-swiper.style3 .lcpe-slide-info h3 a {
    font-size: 14px;
  }
  .lcpe-swiper.style3 .lcpe-excerpt {
    font-size: 14px;
  }
  .lcpe-swiper.style3 .lcpe-cityaddress {
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
  .lcpe-swiper.style1 .lcpe-excerpt {
    display: none;
  }
  .lcpe-swiper.style1 .lcpe-slide-info {
    min-height: auto;
    padding: 8px;
  }
  .lcpe-swiper.style1 .lcpe-slide-info h3 a {
    font-size: 14px;
  }
  .lcpe-swiper.style1 .lcpe-footer {
    flex-direction: column;
  }
  .lcpe-swiper.style1 .lcpe-category-link {
    margin-top: 20px;
  }
  .lcpe-swiper.style1 .lcpe-scrollbar .swiper-horizontal > .swiper-scrollbar,
  .lcpe-swiper.style1
    .lcpe-scrollbar
    .swiper-scrollbar.swiper-scrollbar-horizontal {
    height: 5px;
  }
  .swiper-button-cus {
    width: 32px;
  }
  .swiper-button-cus svg {
    width: 100%;
    height: auto;
  }
  .swiper-button-prev-cus {
    left: 12px;
  }
  .swiper-button-next-cus {
    right: 12px;
  }

  .lcpe-swiper.style2 .lcpe-slide-info h3 a {
    font-size: 16px;
  }

  .lcpe-swiper.style3 .lcpe-slide-item {
    flex-direction: column;
  }

  .lcpe-swiper.style3 .lcpe-slide-thumb {
    width: 100%;
  }

  .lcpe-swiper.style3 .lcpe-slide-info {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .lcpe-swiper.style3 .lcpe-slide-info {
    padding: 20px;
  }
  .lcpe-swiper.style3 .lcpe-slide-thumb {
    padding-top: 60%;
  }
}
