body {
    position: relative;
}

.prime-arrow_left, .prime-arrow_right {
    top: 50vh;
}

.prime-header {
    background-color: transparent;
}

.prime-back {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    width: 100%;
    height: 102vh;
}

.prime-backleft, .prime-backright {
    width: 50%;
    height: 100%;
}

.prime-section .container {
    display: flex;
    justify-content: space-between;
    overflow-y: hidden;
}

.prime-partLeft, .prime-partRight {
    width: 50%;
    height: 100%;
}

.prime-section .container h1 {
    font-family: NotoSerif-Bold, sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    text-align: left;
    color: #010101;
    z-index: 99;
}

.prime-section .container p {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    color: #727272;
    margin-top: 30px;
}

.prime-partImage {
    width: 100%;
    height: 78.3vh;
}

.prime-partImage img {
    width: max-content;
    height: auto;
    max-height: 100%;
    transition: all 4s ease-in-out;
}

.prime-partImage img:hover {
    scale: 120%;
}

/***************************/

.prime-section-1 .prime-backleft {
    background-color: white;
}

.prime-section-1 .prime-backright {
    background-color: #f7fa54;
}

.prime-section-1 .work_block_text {
    padding-left: 130px;
    margin-top: 25vh;
}

.prime-section-1 h1 {
    max-width: 680px;
}

.work__blockmedal {
    font-family: Montserrat, sans-serif;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 5px;
    max-width: 700px;
    margin-top: 50px;
    margin-right: 100px;
}

.work__medal {
    border-radius: 17px;
    padding: 5px;
    background: #FB8800;
    color: #fff;
    text-align: center;
    font-size: 10px;
    line-height: 13px;
}

.work__medal:first-child {
    padding: 5px 0 5px 0;
    font-size: 9px;
}

.work__medal:last-child {
    margin-right: 0;
}

.work__medal:hover {
    box-shadow: 0 0 7px 3px rgba(211, 133, 98, 0.82);
}

.work__medal:hover img {
    rotate: 3600grad;
    transition: 0.5s;
}

.work__medal img {
    height: 30px;
    width: auto;
    align-content: center;
}

.work__medal:first-child img {
    height: 30px;
    width: auto;
    align-content: center;
}

.prime-section-1 .prime-partImage img {
    margin-left: -50px;
}

/***************************/

.prime-section-2 .prime-backleft {
    background-color: #b7fc35;
}

.prime-section-2 .prime-backright {
    background-color: white;
}

.prime-section-2 .work_block_text {
    margin-left: 10px;
    margin-top: 25vh;
    max-width: 500px;
}

.prime-section-2 .work_block_text p {
    margin-top: 30px;
}

/***************************/

.prime-section-3 .prime-back {
    background-color: #00FFF0;
    background-image: url("../images/vid-3.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top 30px right 100px;
    width: 100%;
    height: 102vh;
}

.prime-section-3 .container {
    height: 100%;
}

.prime-section-3 .work_block_text {
    max-width: 400px;
    margin: 25vh 0 0 130px;
}

/***************************/

.prime-section-4 .prime-backleft {
    background-color: white;
}

.prime-section-4 .prime-backright {
    background-color: #ADFF00;
}

.prime-section-4 .prime-back-image {
    background-image: url("../images/vid-4.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top left;
    transition: all 15s ease-in-out;
}

.prime-back-image:hover {
    background-size: 110%;
    background-position: top -30px left -60px;
}

.prime-section-4 .work_block_text {
    max-width: 750px;
    margin: 25vh 0 0 130px;
}

.prime-section-4 .work_block_text p {
    max-width: 500px;
}

/***************************/

.prime-section-5 .prime-backleft {
    background-color: #f7fa54;
}

.prime-section-5 .prime-backright {
    background-color: white;
}

.prime-section-5 .prime-partImage img {
    margin-left: 110px;
}

.prime-section-5 .work_block_text {
    max-width: 500px;
    margin: 25vh 0 0 40px;
}

/***************************/

.prime-section-6 .prime-backleft {
    background-color: #00FFF0;
}

.prime-section-6 .prime-partImage img {
    margin-left: -25px;
}

.prime-section-6 .prime-backright {
    background-color: white;
}

.prime-section-6 .work_block_text {
    max-width: 500px;
    margin: 25vh 0 0 40px;
}