@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");@keyframes shine{0%{opacity:0;left:0}50%{opacity:1}to{opacity:0;left:100%}}.service-slider{width:100%;height:100%;position:relative}.service-slider .swiper{width:100%;height:100%;border-radius:15px}.service-slider .swiper-nav{display:flex;align-items:center;justify-content:center;gap:15px;position:absolute;top:8%;right:4%;z-index:2}@media only screen and (max-width:768px){.service-slider .swiper-nav{gap:10px}}.service-slider .swiper-nav button{background:var(--white);width:40px;height:40px;border-radius:50%;border:1px solid var(--black)}@media only screen and (max-width:768px){.service-slider .swiper-nav button{width:30px;height:30px}}.service-slider .swiper-nav button.swiper-button-disabled{opacity:.4;cursor:no-drop}.service-slider .swiper-nav button svg{vertical-align:middle}.service-slider .main-card{width:100%;height:100%;padding:10px 30px 30px;background:transparent;border-right:1px solid rgba(255,255,255,.6588235294);cursor:pointer;display:flex;align-items:end;overflow:hidden;transition:background-image .5s ease-in-out,background-color .3s ease-in-out;background-size:cover;background-position:50%;position:relative}.service-slider .main-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;background:linear-gradient(180deg,rgba(0,0,0,0) 50%,rgba(0,0,0,.95))}@media only screen and (max-width:991px){.service-slider .main-card:before{background:linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.95))}}.service-slider .main-card:after{content:"";position:absolute;inset:0;background-image:var(--bg-url);background-size:cover;background-position:50%;background-repeat:no-repeat;transition:opacity .4s ease;z-index:-1;opacity:1}.service-slider .main-card.hide_bg:after{opacity:0}@media only screen and (max-width:991px){.service-slider .main-card{padding:10px 15px 30px}}@media only screen and (max-width:540px){.service-slider .main-card{border-right:0}}.service-slider .main-card:hover .content{transform:translateY(0)}.service-slider .main-card:hover .content h2:before{opacity:1}.service-slider .main-card .content{transition:1s ease;transform:translateY(86%)}@media only screen and (max-width:991px){.service-slider .main-card .content{transform:translateY(88%)}}@media only screen and (max-width:540px){.service-slider .main-card .content{transform:translateY(0)}}.service-slider .main-card .content h2,.service-slider .main-card .content h3{font-size:30px;line-height:1.2;padding-bottom:10px;color:var(--white);position:relative;transition:.5s ease}@media only screen and (max-width:1336px){.service-slider .main-card .content h2,.service-slider .main-card .content h3{font-size:26px}}@media only screen and (max-width:991px){.service-slider .main-card .content h2,.service-slider .main-card .content h3{font-size:23px}}@media only screen and (max-width:540px){.service-slider .main-card .content h2,.service-slider .main-card .content h3{padding-bottom:0}}.service-slider .main-card .content h2:before,.service-slider .main-card .content h3:before{content:"";width:62px;height:4px;background-color:var(--primary);position:absolute;left:0;bottom:0;opacity:0;transition:.5s ease}.service-slider .main-card .content ul{padding:20px 0 20px 25px;max-height:200px;overflow:hidden}@media only screen and (max-width:991px){.service-slider .main-card .content ul{max-height:195px}}@media only screen and (max-width:768px){.service-slider .main-card .content ul{max-height:160px}}@media only screen and (max-width:540px){.service-slider .main-card .content ul{padding:15px 0 15px 25px}}.service-slider .main-card .content ul li{position:relative;padding-bottom:5px;color:var(--white)}.service-slider .main-card .content ul li:before{content:"";position:absolute;left:-20px;bottom:12px;width:10px;height:10px;background-color:var(--primary);border-radius:50%}