/* 

.left {
    width: 50%;
}

.rightFix {
    height: 100vh;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.services {
    margin: auto;
    width: 80%;
}

.service {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.Images {
    width: 100%;
    height:100%;
    position: relative;
    overflow: hidden;
}

.Image {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 300ms ease-in-out;
    padding: 3.472vw 0;
}


.container {
    display: flex;
    flex-wrap: nowrap;
    min-height: 200vh; /* Yeh zaroori hai! */
    position: relative;
}
.rightFix {
    width: 50%;
    height: 100vh;
    position: relative; /* Yeh bhi zaroori hai! */
}


 */