:root{

    --white:#FFFFFF;
    --mediumTurquoise:#33c5f0;
    --mint:#37b983;
    --darkSeafoam:#2fb67e;
    --macaroniAndChese:#ebb32e;
    --aamaranth:#DF1F5A;
    --deepViolet:#520B4D;
}


.white{
    color:var(--white);
}


@media all and (min-width:992px){
    header.style-2 .nav-right .sidebar-and-btn .sidebar-btn{
        display: none;
    }
}


.process-card:hover{
    box-shadow: rgb(255 255 255 / 80%) 5px 5px, rgb(255 255 255 / 70%) 10px 10px, rgb(255 255 255 / 60%) 15px 15px;
}

.mt-10{
    margin-top: 10px;
}
/* .feature-img{
    padding-right: 70px;
} */
.home2-about-section .about-feature-card{
height: 100%;
}

.swiper{
    padding:10px;
}

.swiper-slide{
    height:450px;
}
.feature-img{
    position: relative;
    display: grid;
    width:100%;
    justify-content: center;
}