.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.project-swiper .swiper-slide {
    width: 300px;
    transition: transform 0.3s ease, z-index 0.3s ease;
    transform: scale(0.85);
    z-index: 1;
}

.project-swiper .swiper-slide-active {
    transform: scale(1.15);
    z-index: 2;
}footer {
 
    background-size: cover;
    background-position: center;
}
.step-box .step-box-left {
	background-color: #f1c232;
}
.step-box .step-box-left h4 {
  	background-color: #265ca4;
}