/* PRODUCTION PAGE */

 /* PRODUCTION VIDEO AREA */

 .production__video__area {
    background: none;
    max-height: 731px;
    
 }


.production__video__area h2 {
    font-size: 34px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.production__video__area p {
    font-size: 24px;
    line-height: 1.1;
    opacity: 0.6;
}

.production__video__area .hero__background {
    min-width: 0;
    min-height: 0;
    height: 731px;
    width: auto;
    left: 0;
    transform: translate(0,0);
    top: 0;
}

.production__video__area .hero__content {
    padding-top: 54px;
} 

.production__video__area .hero__content .container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.hero__text {
    width: 50%;
    box-shadow: -45px 45px 31px 30px rgba(0,0,0,0.7);
    background: rgba(0,0,0,0.7);;
}

@media (max-width: 1024px) {
    .production__video__area {
        display: flex;
        flex-direction: column;
    }

    .production__video__area .hero__background {
        position: relative;
        max-width: 1024px;
    }

    .production__video__area .hero__content {
        padding-top: 34px;
    } 

    .production__video__area .hero__text {
        width: 100%;
    }

    .hero__text {
        box-shadow: none;
        background: none;
    }
}

@media (max-width: 1023px) {
    .production__video__area .hero__background {
        height: 552px;
    }  
}

@media (max-width: 767px) {
    .production__video__area .hero__background {
        height: 458px;
    }

    .production__video__area .hero__content {
        padding-top: 24px;
    } 

    .production__video__area h2 {
        font-size: 28px;
    }

    .production__video__area p {
        font-size: 20px;
    }
}


/* PRODUCTION BANNER SECTION */

.production__banner {
    margin-top: 0;
}

@media (max-width: 1023px) {
    .production__banner {
        height: auto;
    }

}

@media (max-width: 767px) {
    .production__banner h2 {
        line-height: 1.2;
    }
}


/* PRODUCTION PROCESS SECTION */

.process__bg__title {
    height: 380px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    background: url(/wp-content/themes/compcore/images/production-title-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 28px;
}

.process__bg__title .container {
    width: 100%;
}

.process__bg__title h2 {
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    width: 50%;
}

.process__content {
    margin-top: 54px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 14px;
}

.process__item {
    flex-basis: calc(50% - 7px);
    box-shadow: inset 0px 0px 0px 2px rgba(255,255,255,1);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 440px;
    border-radius: 8px;
    padding: 40px 32px;
}

.process__item span {
    color: #F26522;
    font-size: 102px;
    font-weight: 500;
    line-height: 1;
}

.process__item h5 {
    margin-top: 16px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    width: 60%;
}

.process__item p {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 0;
    width: 85%;
}

@media (max-width: 1240px) {
    .process__content {
        flex-direction: column;
    }    

    .process__item {
        height: auto;
        gap: 34px;
    }
}

@media (max-width: 1024px) {
    .process__bg__title h2 {
        width: 70%;
    }
}

@media (max-width: 1023px) {
    .process__bg__title {
        height: 214px;
    }
    
    .process__bg__title h2 {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .process__bg__title {
        height: 201px;
        background-position: center center;
    }
    
    .process__bg__title h2 {
        font-size: 22px;
        width: 100%;
    }



    .process__item p, .process__item h5  {
        width: 100%;
    }
}

/* PRODUCTION RAW SECTION */

.raw {
    padding: 94px 0 94px 0;
}

.raw h2 {
    font-size: 34px;
    text-transform: uppercase;
}

.raw__content {
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
    gap: 14px;
}

.raw__item {
    width: 50%;
    background: #232323;
    border-radius: 8px;
    padding: 40px 32px;
    height: 440px;
}

.raw__item span {
    font-size: 102px;
    font-weight: 500;
    color: #F26522;
    line-height: 1;
}

.raw__item p {
    margin-top: 16px;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 500;
}

@media (max-width: 1023px) {
    .raw {
        padding: 74px 0 74px 0;
    }

    .raw h2 {
        font-size: 28px;
    }

    .raw__content {
        margin-top: 24px;
        flex-direction: column;
    }

    .raw__item {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 767px) {
    .raw {
        padding: 64px 0 64px 0;
    }
    
    .raw__item {
        padding: 32px 24px;
    }
}

@media (max-width: 389px) {
    .raw__item p {
        font-size: 16px;
        line-height: 1.2;
    }
}

/* PRODUCTION BANNER 2 */

.production__banner_2 {
    background: #fff;
    color: #000;
    padding: 94px 0 94px 0;
    text-transform: uppercase;
}

.production__banner_2 h2 {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 44px;
}

.production__banner_2 span {
    font-size: 54px;
    font-weight: 700;
    line-height: 1.1;
}


@media (max-width: 1023px) {
    .production__banner_2 {
        padding: 74px 0;
    }

    .production__banner_2 h2 {
        font-size: 28px;
    }
    
    .production__banner_2 span {
        font-size: 34px;
    }
    
    .production__banner_2 span br {
        display: none;
    }
}

@media (max-width: 767px) {
    .production__banner_2 {
        padding: 64px 0;
    }

    .production__banner_2 h2 {
        font-size: 22px;
    }

    .production__banner_2 span {
        font-size: 32px;
    }

    .production__banner_2 span br {
        display: block;
    }
}