﻿.home-services{position:relative;padding:4% 0}
.home-services .l-wrap {width: 100%;max-width: 1600px;padding: 0px 70px;margin: 0px auto;}
.home-services .home-title {font-size: 30px;font-weight: 600;text-align: center;text-transform: capitalize;line-height: 1.4;}
.home-services .home-des {font-size: var(--fontsize16);color: #565656;text-align: center;max-width: 1000px;margin: 10px auto 0px;}
.home-services #serviceswiper{margin-top:40px;padding-bottom: 70px;}
.home-services #serviceswiper .swiper-slide{position:relative;aspect-ratio:1/1;border-radius:10px;overflow:hidden}
.home-services #serviceswiper .swiper-slide img{width:100%;height:100%;object-fit:cover}
.home-services #serviceswiper .swiper-slide .opacity{position:absolute;top:0px;left:0px;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;flex-direction:column;align-items:flex-start;justify-content:center;color:#FFFFFF;transition:all .2s linear;padding:20px;opacity:0}
.home-services #serviceswiper .swiper-slide .opacity .p1{font-size:var(--fontsize20);position:relative;padding-bottom:10px;margin-bottom:10px}
.home-services #serviceswiper .swiper-slide .opacity .p1::after{content:"";position:absolute;left:0px;bottom:0px;width:60px;height:4px;background:var(--color)}
.home-services #serviceswiper .swiper-slide:hover .opacity{opacity:1}
.home-services #serviceswiper .serviceswiper-pagination{text-align:center;margin-top:20px}
.home-services #serviceswiper .serviceswiper-pagination .swiper-pagination-bullet{background:#111111;opacity:1}
.home-services #serviceswiper .serviceswiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:var(--color)}
.home-services #serviceswiper .serviceswiper-next,.home-services #serviceswiper .serviceswiper-prev{position:absolute;top:calc(50% - 20px);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,.2)}
.home-services #serviceswiper .serviceswiper-next em,.home-services #serviceswiper .serviceswiper-prev em{font-size:var(--fontsize24);color:#FFFFFF}
.home-services #serviceswiper .serviceswiper-prev{left:10px}
.home-services #serviceswiper .serviceswiper-next{right:10px}
@media (max-width:768px){.home-services #serviceswiper .serviceswiper-next,#serviceswiper .serviceswiper-prev{display:none}
.home-services #serviceswiper{margin-top:20px}
.home-services #serviceswiper .swiper-slide .opacity{opacity:1}}
.home-services #serviceswiper .swiper-slide .opacity{display:none}