 .event-number {
     -webkit-text-stroke: 1px var(--bs-primary);
     background: #fff;
     display: inline-block;
     -webkit-transition: all 0.3s;
     transition: all 0.3s;
     color: #fff;
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     -webkit-transition: top 0.3s;
     transition: top 0.3s;
     background-clip: text;
     font-family: sans-serif;
     line-height: normal;
     position: absolute;
     z-index: 2;
     font-family: 'HelveticaNeue-Bold';
     top: -58px;
 }

 .project-one-sec .swiper-slide {
     height: auto !important;
 }

 .project-inner:hover {
     transform: translateY(-30px);
 }

 .project-inner {
     position: relative;
     margin-top: 70px;
     transition: transform 0.3s;
     transform: translateY(0px);
     height: 100%;
     border-right: 1px solid #161722;
 }

 .project-one-sec .project-inner:hover img,
 .project-one-sec .swiper-slide.swiper-slide-active img {
     opacity: 1;
 }

 .project-inner:hover .event-number {
     color: var(--bs-primary) !important;
     background-color: var(--bs-primary) !important;
     -webkit-text-stroke: 1px #fff;
 }

 
 .project-inner:hover h3,
 .project-inner:hover p,
  .project-inner:hover p a {
     color: #fff !important;
 }
 .project-inner p a{
color: #111d15;
 }
 .project-inner:hover {
     background-color: #161722;
 }

 .project-inner img {
     height: 250px;
     object-fit: fill;
     width: 100%;
     /* opacity: 0; */
     transition: opacity 0.3s ease-in-out;
 }

 .project-swiper-pagination {
     text-align: right;
     margin-bottom: 25px;
 }

 .project-swiper-pagination .swiper-pagination-bullet-active {
     background: var(--bs-primary) !important;
 }

 .listing-page-sec .row{
    gap: 80px 0px;
 }
 .listing-page-sec  .project-inner{
    margin-top: 0px;
 }