.box span{width:20px;height:20px;display:block;border-right:2px solid #fff;border-bottom:2px solid #fff;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);margin:-10px;-webkit-animation:animate 2s infinite;animation:animate 2s infinite}.box span:nth-child(2){-webkit-animation-delay:-0.2s;animation-delay:-0.2s}.box span:nth-child(3){-webkit-animation-delay:-0.4s;animation-delay:-0.4s}@-webkit-keyframes animate{0%{opacity:0}50%{opacity:1;-webkit-transform:rotate(45deg) translate(10px, 10px);transform:rotate(45deg) translate(10px, 10px)}100%{opacity:0}}@keyframes animate{0%{opacity:0}50%{opacity:1;-webkit-transform:rotate(45deg) translate(10px, 10px);transform:rotate(45deg) translate(10px, 10px)}100%{opacity:0}}.w-fitt{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.services .card{border:none;-webkit-box-shadow:none !important;box-shadow:none !important}.services .card:hover{-webkit-box-shadow:none;box-shadow:none;cursor:context-menu}.services .card:hover h3{color:var(--bs-primary)}.services .card:hover .card-head img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.services .card-head{overflow:hidden;height:300px;position:relative}.services .card-head .title-card{position:absolute;left:0%;bottom:0%;width:90%;z-index:3;border-radius:10px;padding:1em 1.5em}.services .card-head .title-card h3{color:#fff}.services .card-head img{-webkit-transition:all 400ms ease-in-out;transition:all 400ms ease-in-out}.services .card-head::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;opacity:.75;background:#000;background:linear-gradient(2deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.44) 63%, rgba(0, 0, 0, 0) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0)}.services .card-body{padding:1.5em}.services .card-body p{margin-bottom:0}@media(max-width: 768px){.services .card-head{height:250px}}.hero .swiper-slide::before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:1;background:rgba(13,2,71,.6156862745)}