.topppa-service-slider {
  position: relative;
}
.topppa-service-slider .topppa-service-slider-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
  transition: all 0.4s ease-in-out;
}
.topppa-service-slider .topppa-service-slider-item .topppa-service-slider-img {
  height: 100%;
}
.topppa-service-slider .topppa-service-slider-item .topppa-service-slider-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.4s ease-in-out;
}
.topppa-service-slider .topppa-service-slider-item:hover .topppa-service-slider-img img {
  transform: scale(1.1);
}
.topppa-service-slider .swiper-slide .topppa-service-slider-item {
  margin-bottom: 0px;
}

.topppa-service-slider.style-one [class*=col-]:nth-child(even),
.topppa-service-slider.style-one .swiper-slide:nth-child(even) .topppa-service-slider-item,
.topppa-service-slider.style-two [class*=col-]:nth-child(even),
.topppa-service-slider.style-two .swiper-slide:nth-child(even) .topppa-service-slider-item {
  margin-top: 80px;
}

.style-one .topppa-service-slider-item,
.style-two .topppa-service-slider-item {
  border-radius: 1rem;
  height: 370px;
  transition: all 0.4s ease-in-out;
  border-radius: 160px 160px 0px 0px;
}
.style-one .topppa-service-slider-content,
.style-two .topppa-service-slider-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.4s ease-in-out;
  margin: 20px;
  border-radius: 160px 160px 0px 0px;
  overflow: hidden;
}
.style-one .topppa-service-slider-content-area,
.style-two .topppa-service-slider-content-area {
  height: 100%;
  overflow: hidden;
  text-align: center;
  transition: all 0.4s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  bottom: -70px;
  position: relative;
}
.style-one .topppa-service-slider-content-area .topppa-service-slider-title,
.style-two .topppa-service-slider-content-area .topppa-service-slider-title {
  color: var(--topppa-color-white);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}
.style-one .topppa-service-slider-content-area .topppa-service-slider-stitle,
.style-two .topppa-service-slider-content-area .topppa-service-slider-stitle {
  color: var(--topppa-color-white);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 5px;
}
.style-one .topppa-service-slider-content-area .topppa-service-slider-des,
.style-two .topppa-service-slider-content-area .topppa-service-slider-des {
  color: var(--topppa-color-white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 9px;
}
.style-one .topppa-service-slider-content-area .topppa-service-slider-button,
.style-two .topppa-service-slider-content-area .topppa-service-slider-button {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-in-out;
}
.style-one .topppa-service-slider-content-area .topppa-service-slider-button .topppa-btn,
.style-one .topppa-service-slider-content-area .topppa-service-slider-button input[type=submit],
.style-two .topppa-service-slider-content-area .topppa-service-slider-button .topppa-btn,
.style-two .topppa-service-slider-content-area .topppa-service-slider-button input[type=submit] {
  margin-top: 23px;
  text-decoration: none;
}
.style-one .topppa-service-slider-item:hover .topppa-service-slider-content,
.style-two .topppa-service-slider-item:hover .topppa-service-slider-content {
  border: 1px solid var(--topppa-color-white);
  background: rgba(13, 87, 145, 0.26);
  backdrop-filter: blur(2px);
  padding: 20px 10px;
}
.style-one .topppa-service-slider-item:hover .topppa-service-slider-content-area,
.style-two .topppa-service-slider-item:hover .topppa-service-slider-content-area {
  height: 100%;
  bottom: 0 !important;
}
.style-one .topppa-service-slider-item:hover .topppa-service-slider-button,
.style-two .topppa-service-slider-item:hover .topppa-service-slider-button {
  opacity: 1;
  visibility: visible;
  display: block;
  transition: 0.4s ease-in-out;
}

.topppa-service-slider.style-two [class*=col-]:nth-child(even),
.topppa-service-slider.style-two .swiper-slide:nth-child(even) .topppa-service-slider-item {
  margin-top: 0px;
  transform: rotate(6.806deg);
}
@media screen and (max-width: 1499px) {
  .topppa-service-slider.style-two [class*=col-]:nth-child(even),
  .topppa-service-slider.style-two .swiper-slide:nth-child(even) .topppa-service-slider-item {
    transform: rotate(0deg);
  }
}

.topppa-service-slider.style-two .swiper-slide {
  margin: 20px 0;
}

.style-two .topppa-service-slider-item {
  border-radius: 30px;
  border: 2px solid var(--topppa-color-white);
  transform: rotate(-8.772deg);
}
.style-two .topppa-service-slider-item:hover .topppa-service-slider-content {
  border: 1px solid var(--topppa-color-white);
  background: rgba(10, 10, 10, 0.39);
  backdrop-filter: blur(2.75px);
}
@media screen and (max-width: 1499px) {
  .style-two .topppa-service-slider-item {
    transform: rotate(0deg);
  }
}
.style-two .topppa-service-slider-content {
  border-radius: 20px;
}

.style-three .topppa-service-slider-item {
  width: 100%;
  height: 560px;
  border-radius: 15px;
  background: #D9D9D9;
}
.style-three .topppa-service-slider-icon {
  background: rgba(255, 255, 255, 0.05);
  color: var(--topppa-color-white);
  border: 1px solid rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(20px);
  width: 90px;
  height: 90px;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-top: -50px;
  transition: 0.4s;
  position: relative;
  bottom: -50px;
  z-index: 1;
  transition: 0.5s;
  transform: scale(0);
  flex-direction: column;
  line-height: normal;
}
.style-three .topppa-service-slider-icon span {
  color: rgba(255, 255, 255, 0.37);
  font-size: 14px;
  font-weight: 500;
}
.style-three .topppa-service-slider-content-area {
  backdrop-filter: blur(25px);
  padding: 70px 30px 26px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  transition: 0.4s;
  overflow: hidden;
}
.style-three .topppa-service-slider-content-area .topppa-service-slider-stitle {
  color: var(--topppa-color-white);
  margin-bottom: 5px;
  font-size: 16px;
}
.style-three .topppa-service-slider-content-area .topppa-service-slider-title {
  color: var(--topppa-color-white);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.style-three .topppa-service-slider-content-area .topppa-service-slider-des {
  color: var(--topppa-color-white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 20px;
}
.style-three .topppa-service-slider-content {
  text-align: center;
  position: absolute;
  z-index: 111;
  margin: 30px;
  bottom: 0;
  transition: 0.4s;
  transform: scale(0);
  visibility: hidden;
  left: 0;
  right: 0;
}
.style-three .swiper-slide-next .topppa-service-slider-item.active .topppa-service-slider-content, .style-three .swiper-slide-next .topppa-service-slider-item:hover .topppa-service-slider-content {
  transform: scale(1);
  visibility: visible;
}
.style-three .swiper-slide-next .topppa-service-slider-item.active .topppa-service-slider-icon, .style-three .swiper-slide-next .topppa-service-slider-item:hover .topppa-service-slider-icon {
  transform: scale(1);
}
.style-three .swiper-slide-next .topppa-service-slider-content {
  transform: scale(1);
  visibility: visible;
}
.style-three .swiper-slide-next .topppa-service-slider-icon {
  transform: scale(1);
}
.style-three .swiper-slide-next .no-slide .topppa-service-slider-item.active .topppa-service-slider-content {
  transform: scale(1);
  visibility: visible;
}
.style-three .swiper-slide-next .no-slide .topppa-service-slider-item.active .topppa-service-slider-icon {
  transform: scale(1);
}

.style-four .swiper-slide.swiper-slide-next {
  position: relative;
}
.style-four .swiper-slide.swiper-slide-next::after, .style-four .swiper-slide.swiper-slide-next::before {
  content: "";
  background: #E1E8ED;
  position: absolute;
  width: 1px;
  bottom: 0;
  height: 70%;
  top: 0;
  margin: auto;
}
.style-four .swiper-slide.swiper-slide-next:after {
  left: -12px;
}
.style-four .swiper-slide.swiper-slide-next:before {
  right: -12px;
}
.style-four .topppa-service-slider-img {
  width: 320px;
  border-radius: 100%;
  background: #D9D9D9;
  overflow: hidden;
  margin: auto;
  margin-bottom: 35px;
  position: relative;
}
.style-four .topppa-service-slider-img:after {
  background: rgba(44, 90, 255, 0.3);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: "";
  transform: scale(0);
  transition: 0.4s;
  border-radius: 100%;
}
.style-four .topppa-service-slider-img .topppa-service-slider-button-two {
  background: var(--topppa-color-white);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  color: var(--topppa-color-primary);
  height: 60px;
  width: 60px;
  font-size: 20px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  z-index: 1;
  transform: scale(0);
  transition: 0.4s;
}
.style-four .topppa-service-slider-icon {
  width: 80px;
  height: 80px;
  background: var(--topppa-color-secondary);
  border-radius: 100px;
  position: absolute;
  right: 10px;
  top: 10px;
  color: var(--topppa-color-white);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  line-height: normal;
  border: 2px solid var(--topppa-color-white);
  transform: 0.4s;
}
.style-four .topppa-service-slider-item {
  transition: 0.4s;
}
.style-four .topppa-service-slider-item:hover .topppa-service-slider-img:after {
  transform: scale(1);
}
.style-four .topppa-service-slider-item:hover .topppa-service-slider-img .topppa-service-slider-button-two {
  transform: scale(1);
}
.style-four .topppa-service-slider-content-area {
  text-align: center;
}
.style-four .topppa-service-slider-content-area .topppa-service-slider-stitle {
  color: var(--topppa-color-secondary);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 5px;
}
.style-four .topppa-service-slider-content-area .topppa-service-slider-title {
  color: var(--topppa-color-secondary);
  font-family: Outfit;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 12px;
}
.style-four .topppa-service-slider-content-area .topppa-service-slider-des {
  color: var(--paragraph-color, #7B7E86);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 26px;
}

.style-five .topppa-service-slider-item {
  border-radius: 15px;
  background: var(--topppa-color-white);
  padding: 15px;
  border: 1px solid #E1E8ED;
}
.style-five .topppa-service-slider-item .topppa-service-slider-img {
  border-radius: 8px;
  overflow: hidden;
}
.style-five .topppa-service-slider-item .topppa-service-slider-stitle {
  font-size: 14px;
  line-height: normal;
  color: var(--topppa-color-primary);
  margin-bottom: 14px;
}
.style-five .topppa-service-slider-item .topppa-service-slider-title {
  color: var(--topppa-color-secondary);
  font-family: var(--topppa-title-font);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}
.style-five .topppa-service-slider-item .topppa-service-slider-des {
  font-family: var(--topppa-body-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 25px;
}
.style-five .topppa-service-slider-item .topppa-service-slider-content-area {
  padding: 30px 25px 25px;
}

.service-slider-pagination {
  display: inline-flex;
  justify-content: center;
}
.service-slider-pagination .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  padding: 0;
  margin: 0;
}

.style-four .service-slider-pagination {
  gap: 10px;
  margin-top: 30px;
}
.style-four .service-slider-pagination .swiper-pagination-bullet {
  position: relative;
  height: 10px;
  width: 10px;
}
.style-four .service-slider-pagination .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  left: -5px;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto !important;
  height: 200%;
  width: 200%;
  border-radius: 100px;
  border: 1px solid var(--topppa-color-primary);
}

.service-slider-arrow {
  position: absolute;
  width: 100%;
  top: 45%;
  transform: translateY(-50%);
  z-index: 9;
}
.service-slider-arrow .button {
  position: absolute;
  cursor: pointer;
  padding: 14px 20px;
  z-index: 10;
  background: var(--topppa-color-primary);
  color: var(--topppa-color-white);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}
.service-slider-arrow .topppa-arrow-prev {
  left: -32px;
}
.service-slider-arrow .topppa-arrow-next {
  right: -32px;
}

.style-three .service-slider-arrow .topppa-arrow-prev {
  left: -150px;
}
.style-three .service-slider-arrow .topppa-arrow-next {
  right: -150px;
}

@media screen and (max-width: 1450px) {
  .topppa-service-slider .service-slider-arrow .topppa-arrow-prev {
    left: 0px;
  }
  .topppa-service-slider .service-slider-arrow .topppa-arrow-next {
    right: 0px;
  }
}