video{
    display: block;
    width: 100%;
}
.main_page_wrap{
    background: #233041;
}
/* hero banner css start */
.nba_brand_wrapper{
    display: grid;
    grid-template-columns: 70% 30%;
    column-gap: 40px;
    align-items: center;
}
.nba_video{
    position: relative;
}
.nba_video h4{
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -60%);
    font-size: 30px;
    line-height: 45px;
    color: #ffffff;    
}
.nba_content h2{
    text-align: left;;
    font-size:44px;
}
.nba_content h3{
    font-size: 16px;
    text-transform: uppercase;
    color: #aeaeae;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}
.nba_content h3:before {
    content: '';
    background-image: url(../images/motion_logo.png);
    position: absolute;
    top: 0;
    left: 0px;
    height: 20px;
    width: 30px;
    background-repeat: no-repeat;
}
.nba_content p{
    text-align: left;
}
.nba_content h3.stills:before{
    background-image: url(../images/camera-logo.png);
}
/* hero banner css end */

/* video slider css start */
.video_col{
    width: 100%;
}
.video_col .draggable{
    padding: 0 20% !important;
}
.video_item {
    margin: 0 15px;
}
.video_slider_wrap .video_slider .video_item:not(.video_item.slick-center) {
    opacity: 0.3;
}
.video_col .slick-next{
    right: 5%;
    background: url(../images/right-arrow.svg) no-repeat;
    z-index: 1;
    background-size: contain;
    background-position: center;
}
.video_col .slick-prev{
    left: 5%;
    background: url(../images/left-arrow.svg) no-repeat;
    z-index: 1;
    background-size: contain;
    background-position: center;
}
.video_col .slick-arrow:before{
    content: none;
}
.video_img, .video_poster_inner{
    position: relative;
}
.video_poster_img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
}
.play_btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.play_btn img{
    max-width: 30px;
    cursor: pointer;
    margin: 0 auto;
}
.slider_counter{
    color: #ffffff;
    font-size: 25px;
    text-align: center;
    letter-spacing: 2px;
    margin-top: 10px;
}
/* video slider css end */

/* static text css start */
section.static_text_wrap{
    position: relative;
    padding:100px 0;
}
section.static_text_wrap:before,section.static_text_wrap:after{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #4c535b;
    width: 2px;
    height: 80px;
    background-size: contain;
}
section.static_text_wrap:after{
    bottom: 0;
    top:auto;
}
/* static text css end */

/* more work css start */
.more_work{
    background: #151e2a;
}
.work_row_wrap{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    margin-top: 40px;
}
.more_work_wrapper h2{
  font-weight: 400;
}
.work_row_wrap .work_content h3{
    font-weight: 400;
    margin: 20px 0 10px 0;
}
.work_row_wrap .work_content h2{
    font-size: 20px;
}
/* more work css end */

/* upscale css start */
.upscale_wrap {
    display: grid;
    column-gap: 40px;
    align-items: center;
    justify-content: center;
    grid-template-columns: auto;
}
.upscale_wrap:has( > :nth-child(2)) {
    grid-template-columns: calc(60% - 40px) 40%;
}

/* upscale css end */

/* upscale puma css start  */
/* .upscale_wrap.puma{
    align-items: baseline;
} */
@media screen and (min-width: 767px){
    .static_text_wrap .container{
        max-width: 60%;
    }
}
@media screen and (max-width: 767px){
    section.static_text_wrap:before, section.static_text_wrap:after{
        height: 50px;
    }
    section.static_text_wrap{
        padding: 60px 0;
    }
    .video_col .draggable{
        padding: 0 10% !important;
    }
    /* banner css start  */
    .nba_brand_wrapper{
        grid-template-columns: auto;
        gap: 20px;
    }
    .nba_video h4{
        width: 100%;
        padding: 0 15px;
        text-align: center;
    }
    .nba_content h2{
        font-size: 30px;
    }
    /* banner cs end  */

    /* slider css start  */
    .slider_counter{
        font-size: 15px;
    }
    .video_item{
        margin: 0 5px;
    }
    /* slider css end */

    /* upscale section start  */
    .upscale_wrap{
        column-gap: 10px;
    }
    /* upscale section start end */

    /* slick slider section arrows */
    .video_col .slick-next{
        right: 5px;
    }
    .video_col .slick-prev{
        left: 5px;
    }
    /* slick slider section arrows end */
}