﻿#serviceswipers{margin-top:40px}
#serviceswipers .swiper-slide{position:relative;aspect-ratio:350/233;border-radius:10px;overflow:hidden}
#serviceswipers .swiper-slide img{width:100%;height:100%;object-fit:cover}
#serviceswipers .swiper-slide .opacity{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;flex-direction:column;align-items:flex-start;justify-content:center;color:#fff;transition:all .2s linear;padding:20px;opacity:0}
#serviceswipers .swiper-slide .opacity .p1{font-size:var(--fontsize20);position:relative;padding-bottom:10px;margin-bottom:10px}
#serviceswipers .swiper-slide .opacity .p1::after{content:"";position:absolute;left:0;bottom:0;width:60px;height:4px;background:var(--color);display:none}
#serviceswipers .swiper-slide:hover .opacity{opacity:1}
#serviceswipers .serviceswiper-pagination{text-align:center;margin-top:20px}
#serviceswipers .serviceswiper-pagination .swiper-pagination-bullet{background:#111;opacity:1}
#serviceswipers .serviceswiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:var(--color)}
#serviceswipers .serviceswipers-next,#serviceswipers .serviceswipers-prev{position:absolute;top:50%;transform:translateY(-50%);z-index:1;display:flex;align-items:center;justify-content:center;border-radius:50%;width:45px;height:45px;cursor:pointer;transition:all .2s linear;background:rgba(255,255,255,.4)}
#serviceswipers .serviceswipers-next em,#serviceswipers .serviceswipers-prev em{font-size:var(--fontsize24);color:#fff}
#serviceswipers .serviceswipers-prev{left:10px}
#serviceswipers .serviceswipers-next{right:10px}
.home-services .serviceswipers-pagination{display:none;}
#serviceswipers .serviceswipers-next em, #serviceswipers .serviceswipers-prev em{color:var(--color);}
@media (max-width:768px){#serviceswipers .serviceswipers-next,#serviceswipers .serviceswipers-prev{display:none}
#serviceswipers{margin-top:20px}
#serviceswipers .swiper-slide .opacity{opacity:1}
.home-services .serviceswipers-pagination{display:flex;justify-content:center;position:static;margin-top:20px}}