.content .em {
    color: #5c2e91;
    font-weight: 900;
}

.elements .content {
    direction: rtl;
}

.elements .pish-sabtnam {
    position: relative;
    width: 100vw;
    padding: 15vh 15px;
}

.elements .moarefe {
    position: relative;
    background-color: var(--background-secondary);
    padding: 13vh 15px;
}


.content h2,
.content h3,
.content h4,
.content h5 {
    text-align: right;
}

.parallax-section1 {
    background-color: #5c2e91;
    height: 70vh;
}

.parallax-section1 .content,
.parallax-section1 .content h3 {
    color: var(--white);
    text-align: center;
}

.parent {
    background-color: var(--background-tertiary);
}

.img-bg1>img {
    position: relative;
    z-index: 195;

}

/*     position: absolute;
    z-index: 195;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: ;
} */

@media (min-width: 1024px) {
    .elements .pish-sabtnam {
        height: 115vh;
    }

    .pish-sabtnam img {
        position: absolute;
        width: 60vw;
        height: 85vh;
        right: 10vw;
    }

    .pish-sabtnam .content {
        position: absolute;
        width: 20vw;
        left: 8vw;
        padding-top: 0;
    }

    .elements .moarefe {
        height: 85vh;
    }

    .elements .moarefe img {
        position: absolute;
        width: 40vw;
        height: 55vh;
        left: 9vw;
    }

    .elements .moarefe .content {
        position: absolute;
        right: 10vw;
        width: 35vw;
        height: 55vh;
    }

    .parallax-section1 {
        background-image: url("https://moorlands-school.co.uk/wp-content/uploads/2017/11/bg_picking-up-pace2.jpg");
        height: 90vh;
    }

    .parallax-section1 .content {
        width: 40vw;
        margin: 10vh 0 0 30vw;
    }

    .img-bg1 {
        height: 156vh;
        
    }

    .img-bg1 img {
        position: absolute;
        top: 60vh;
        height: 85vh;
        width: 74vw;
        left: 13vw;
    }


}