.slider-home {
  /* margin-top: 63px !important; */
}
.slider-home .wpsc-swiper-container {
  width: 100%;
  position: relative;
  height: 100%;
}

.wpsc-swiper-wrapper {
  position: relative;
}

.wpsc-swiper-container .swiper-slide {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.wpsc-swiper-container .swiper-slide img {
  object-fit: cover;
  width: auto;
}

.wpsc-style1 .wpsc-swiper-container .slide-caption {
  position: absolute;
  top: 0;
  left: calc(calc(100% - 1240px) / 2);
  width: 560px;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  text-align: left;
  z-index: 2;
  margin-top: -80px;
  align-items: start;
}
.wpsc-style1 .wpsc-swiper-container .slide-caption h3 {
  font-weight: 300;
  font-size: 20px;
  color: #224c48;
  margin: 0;
}
.wpsc-style1 .wpsc-swiper-container .slide-caption p {
  font-size: 14px;
  color: #000;
  margin: 0;
  font-weight: 300;
}

.wpsc-style1 .wpsc-swiper-container .slide-caption .slide-description {
  color: #a96f36;
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
}

.wpsc-style1 .wpsc-swiper-container .slide-caption .slide-url {
  background: #224c48;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 7px 30px;
  border-radius: 99px;
  text-decoration: none !important;
  margin-top: 10px;
}
.wpsc-style1 .wpsc-swiper-container .slide-caption .slide-url:hover {
  background: #2b5f5a;
}

.wpsc-style2 .slide-caption {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #f3e9dc;
  padding: 8px 16px;
  text-align: left;
}
.wpsc-style2 .slide-caption h3 {
  margin: 0;
  color: #3f0303;
  font-size: 16px;
  font-weight: 500;
}

.wpsc-style2 .wpsc-swiper-scrollbar {
  margin: auto;
  margin-top: 40px;
  width: 317px;
  position: relative;
}
.wpsc-style2
  .wpsc-swiper-scrollbar
  .swiper-scrollbar.swiper-scrollbar-horizontal {
  height: 8px;
  border-radius: 0;
  background: #a9a9a9;
}
.wpsc-style2 .wpsc-swiper-scrollbar .swiper-scrollbar-drag {
  background: #f3e9dc;
  border-radius: 0;
}
/* 
.slider-home .wpsc-swiper-container .swiper-slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
} */

.slider-home .wpsc-swiper-container .swiper-slide video,
.slider-home .wpsc-swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.slider-home .wpsc-swiper-container .swiper-slide .wpsc-video-lazy {
  height: 100%;
}
.slider-home .wpsc-swiper-container .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: calc(100vh - 69px);
  /* height: 100vh; */
}

.slider-home .wpsc-swiper-pagination {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 10px;
  margin: 0;
}

.slider-home .swiper-pagination-bullet {
  background: #d9d9d9 !important;
  width: 30px;
  height: 4px;
  border-radius: 4px;
  opacity: 1;
}
.slider-home .wpsc-swiper-pagination .swiper-pagination-bullet-active {
  background: #414042 !important;
}
/* 
.wpsc-swiper-container .swiper-slide a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} */

.wpsc-swiper-pagination {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.wpsc-swiper-pagination .swiper-pagination {
  position: relative;
}

.wpsc-swiper-pagination .swiper-pagination-bullet-active {
  background: #262626 !important;
}

.swiper-cs-button {
  position: absolute;
  cursor: pointer;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px;
}
.swiper-cs-button svg {
  width: 12px;
  height: auto;
}
.swiper-cs-button-next {
  right: 15px;
  top: calc(50% - 8px);
}
.swiper-cs-button-prev {
  left: 15px;
  top: calc(50% - 8px);
}

.slide-certificate .swiper-slide img {
  border-radius: 12px;
}

.slide-certificate .swiper-slide {
  transform: scale(0.8);
  transition: all ease 0.5s !important;
}
.slide-certificate .swiper-slide.swiper-slide-active {
  transform: scale(1);
}

.wpsc-video-lazy,
.wpsc-video-lazy video,
.wpsc-video-lazy img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

@media screen and (max-width: 1440px) {
  .wpsc-style1 .wpsc-swiper-container .slide-caption {
    width: 45%;
  }
}

@media screen and (max-width: 1366px) {
  .wpsc-style1 .wpsc-swiper-container .slide-caption {
    left: 80px;
  }
}

@media screen and (max-width: 1024px) {
  .slider-home {
  }
  .wpsc-style1 .wpsc-swiper-container .slide-caption h3 {
    font-size: 17px;
  }
  .wpsc-style1 .wpsc-swiper-container .slide-caption {
    padding: 0 5%;
    width: 100%;
  }
  .wpsc-style1 .wpsc-swiper-container .slide-caption {
    left: 0px;
  }
  .wpsc-style1 .wpsc-swiper-container .slide-caption p {
    font-size: 16px;
  }
  .slider-home .wpsc-swiper-container .swiper-slide {
    height: calc(100vh - 64px);
  }
  .wpsc-style1 .wpsc-swiper-container .slide-caption .slide-description {
    font-size: 22px;
  }
  .wpsc-style1 .wpsc-swiper-container .slide-caption .slide-url {
    font-size: 12px;
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .wpsc-video-lazy {
    pointer-events: none;
  }
  .slider-home .wpsc-swiper-container .swiper-slide {
    height: auto;
  }
  .wpsc-style1 .wpsc-swiper-container .slide-caption {
    margin-top: 0;
  }
  .wpsc-style1 .wpsc-swiper-container .slide-caption {
    gap: 10px;
  }
}

@media screen and (max-width: 600px) {
}

@media screen and (max-width: 500px) {
  .wpsc-style2
    .wpsc-swiper-scrollbar
    .swiper-scrollbar.swiper-scrollbar-horizontal {
    height: 5px;
  }
  .wpsc-style1 .wpsc-swiper-container .slide-caption h3 {
    font-size: 13px;
  }
  .wpsc-style1 .wpsc-swiper-container .slide-caption .slide-description {
    font-size: 18px;
  }
  .wpsc-style1 .wpsc-swiper-container .slide-caption .slide-url {
    font-size: 10px;
    padding: 7px 12px;
  }
  .wpsc-style1 .wpsc-swiper-container .slide-caption {
    gap: 6px;
  }
}
