section{
    width: 80%;
    max-width: 1000px;
    justify-content: center;
    margin: auto;
}
.header-image{
    width: 100%;
    max-height: 600px;
    object-fit: cover;
}


.trailer{
    overflow: hidden;
    position: relative;
    width:100%;
    
}
.trailer::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}


.trailer iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}






.project-header{
    position: relative;
    text-align: center;
    width: 100%;
    margin: auto;
    justify-content: center;
    display: flex;
    padding-top: 25px;
}

.container-name{
    width: 70%;
}

.container-info{
    width: 40%;
    padding-left: 50px;
}
@media (max-width:858px){
    .header-image{
        padding-top: 70px;
    }
}

@media (max-width:780px){
    .project-header{
        position: relative;
        text-align: center;
        width: 100%;
        margin: auto;
        justify-content: center;
        display: block;
        padding-top: 25px;
    }
    .container-name{
        width: 100%;
    }
    
    .container-info{
        width: 100%;
        padding-left: 0;
        padding-top: 60px;
    }

}


.project-name{
    font-weight: 900;
    font-size: 40px;
    text-transform: uppercase;
    color: #333333;
    text-align: left;
    padding-bottom: 50px;
    padding-top: 50px;
    
    letter-spacing: 10px;
}



.project-type{
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    color: #333333;
    text-align: left;
    
}

.project-synopsis{
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    text-align: left;
    padding-bottom: 50px;
}
.info-name{
    font-weight: 600;
    font-size: 20px;
    color: #666666;
    text-align: left;
    padding-bottom: 10px;
}
.info-description{
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    text-align: left;
    padding-bottom: 35px;
}


.project-section{
    padding-top: 150px;
    width: 100%;
    margin:auto;
    justify-content: center;
}




.section-heading{
    font-weight: 600;
    font-size: 20px;
    color: #333333;
    text-align:center;
    margin: auto;
    line-height: 40px;
    
}
.section-heading-2{
    
    font-weight: 600;
    font-size: 28px;
    color: #333333;
    text-align: left;
    margin: auto;
    text-transform: uppercase;
    letter-spacing: 8px;
    padding-bottom: 25px;
}
.project-img{
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%!important;
    display: flex!important;
    position: relative!important;
}

.section-paragraph{
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    text-align: left;
}

video{
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
}

.project-imgs{
    display: flex;
    padding-top: 50px;
}
.project-img2{
    padding-top: 50px;
    padding-bottom: 50px;
    height: 100%;
    width: 50%!important;
    display: flex!important;
    position: relative!important;
    padding: 10px;
}
.work-button{
    width: 100%;
    margin:auto;
    justify-content: center;
    
    padding-top: 50px;
}

.all-work {
    width: 200px;
    position: relative;
    display: block;
    margin: auto;
    background-color: #fad030;
    border: none;
    color: #333333;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    
    font-size: 20px;
    font-weight: 900;
    margin-top: 40px;
    cursor: pointer;
    border-bottom-right-radius: 5px;
}
  
.all-work:hover {
    background-color: #666666;
    color: white;
    overflow-y: hidden;
    margin-bottom: 0px!important;
}

