/*Videos*/
.videos-page {}
.videos-page .content-wrapper { margin: 0 auto; max-width: 1100px; width: 100%; }

/*Hero*/
.videos-page .hero-videos .content-wrapper { display: flex; align-items: center; justify-content: space-between; }
.videos-page .hero-videos { padding: 210px 40px 130px; }
.videos-page .hero-videos h1 { font-size: 56px; font-weight: 600; color: #18214D; }
.videos-page .hero-videos .main-video { position: relative; }
.videos-page .hero-videos .main-video figure { width: auto; height: 370px; border-radius: 30px; box-shadow: 0px 40px 100px 0px rgba(0, 0, 0, 0.40); position: relative; z-index: 1; }
.videos-page .hero-videos .main-video figure img { width: 100%; height: 100%; object-fit: cover; border-radius: 30px; overflow: hidden; }
.videos-page .hero-videos .main-video ul {}
.videos-page .hero-videos .main-video ul li { position: absolute; }
.videos-page .hero-videos .main-video ul .top-left-blue { width: 140px; top: -55px; left: -75px; z-index: 2; }
.videos-page .hero-videos .main-video ul .bottom-left-blue { width: 108px; top: 63px; left: -70px; }
.videos-page .hero-videos .main-video ul .top-left-green { width: 170px; bottom: 93px; left: -76px; z-index: 2; }
.videos-page .hero-videos .main-video ul .middle-left-green { width: 170px; bottom: 60px; left: -183px; z-index: 2; }
.videos-page .hero-videos .main-video ul .bottom-left-green { width: 170px; bottom: -53px; left: 10px; }
.videos-page .hero-videos .main-video ul .top-right-green { width: 108px; top: -45px; right: 30px; z-index: 2; }
.videos-page .hero-videos .main-video ul .bottom-right-blue { width: 220px; bottom: -47px; right: -108px; z-index: 2; }
.videos-page .hero-videos .main-video ul li img { width: 100%; }

/*How to use*/
.videos-page .how-to-use { background: #FAFAFA; padding: 130px 20px; }
.videos-page .how-to-use h2 { font-size: 46px; font-weight: 600; color: #18214D; text-align: center; padding-bottom: 64px; }
.videos-page .how-to-use ul { display: flex; flex-wrap: nowrap; align-items: start; }
.videos-page .how-to-use ul .video-card { padding: 10px 15px 20px; width: 33.3333%; }
.videos-page .how-to-use ul .video-card .video-card-content{ padding: 24px; background: #FFFFFF; box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03); width: 100%; border-radius: 16px; overflow: hidden; transition: all .3s; }
.videos-page .how-to-use ul .video-card figure { height: 240px; width: 100%; overflow: hidden; border-radius: 16px; background-color: rgb(68 195 195 / 10%); position: relative; cursor: pointer; }
.videos-page .how-to-use ul .video-card figure img { height: 100%; width: 100%; object-fit: cover; }
.videos-page .how-to-use ul .video-card h4 { color: #18214D; font-weight: 600; font-size: 22px; line-height: 1.3; margin: 16px 0; }
.videos-page .how-to-use ul .video-card .excerpt { color: #18214D; font-weight: 400; font-size: 16px; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }

.videos-page .how-to-use ul .video-card .video-card-trigger:hover + .video-card-content{ box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.15), 0px 4px 6px -2px rgba(16, 24, 40, 0.15); }
.videos-page .how-to-use ul .video-card .video-card-trigger a{ background: transparent; display: block; width: 100%; height: 100%; position: absolute; z-index: 100; }
.videos-page .how-to-use ul .video-card .video-card-trigger .wpvl_auto_thumb_box_wrapper{ display: none; }

    /*Play button*/
    .videos-page .how-to-use ul .video-card figure::after { content: ""; display: block; background-image: url("../img/videos/video-play.png"); background-repeat: no-repeat; background-size: cover; background-position: center; width: 100%; height: 100%; position: absolute; top: 0; left: 0; }

/*Quick Tips*/
.videos-page .how-to-use.quick-tips { background: rgba(238, 245, 250, 1); }    

div.pp_default .pp_top, 
div.pp_default .pp_top .pp_middle, 
div.pp_default .pp_top .pp_left, 
div.pp_default .pp_top .pp_right, 
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left, 
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right{ display: none !important; }
div.pp_default .pp_content_container .pp_right,
div.pp_default .pp_content_container .pp_left{ background: none; padding: 0; }
div.ppt{ background: none; }
div.pp_default .pp_content, 
div.light_rounded .pp_content{ background: none; }

div.pp_default .pp_content_container .pp_details { background: none !important;  }
div.pp_default .pp_content_container .pp_details .pp_close{ position: fixed; width: 100%; height: 100%; background: transparent; }

.pp_overlay{ width: 100% !important; height: 100% !important; position: fixed !important; top: 0 !important; left: 0 !important; z-index: 9999 !important; }
div.pp_pic_holder{ z-index: 999999; } 
.pp_loaderIcon{ display: none !important; }

.pp_fade{ position: fixed; width: 100%; height: 100%; top: 0; left: 0; display: flex; align-items: center; justify-content: center; }
#pp_full_res{ width: 1024px; height: 600px; position: absolute; z-index: 999999; }
#pp_full_res iframe{ width: 100%; height: 600px; position: absolute; top: 0; left: 0; }

/*Responsive*/
@media screen and (max-width: 1023px){ 

    /*Hero*/
    .videos-page .hero-videos { padding: 160px 20px 130px; }
    .videos-page .hero-videos .content-wrapper { flex-direction: column; justify-content: center; }
    .videos-page .hero-videos h1 { padding-bottom: 100px; }

    /*How to use*/
    .videos-page .how-to-use ul .video-card { width: 100%; }

    .pp_fade{ position: fixed; width: 100%; height: 100%; top: 0; left: 0; display: flex; align-items: center; justify-content: center; }
    #pp_full_res{ width: 90% !important; height: auto !important; max-width: 1024px; max-height: 600px; position: absolute; padding-top: 56.24%; }
    #pp_full_res iframe{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; }

    .videos-page .how-to-use ul .video-card{ width: 100%; }

 }

 @media screen and (max-width: 767px) {

    /*Hero*/
    .videos-page .hero-videos { padding: 130px 20px; }
    .videos-page .hero-videos h1 { font-size: 46px; padding-bottom: 40px; }
    .videos-page .hero-videos .main-video figure { height: 290px; }
    .videos-page .hero-videos .main-video ul .top-left-blue { width: 90px; top: -30px; left: -48px; }
    .videos-page .hero-videos .main-video ul .bottom-left-blue { width: 75px; top: 50px; left: -48px; }
    .videos-page .hero-videos .main-video ul .top-left-green { width: 115px; bottom: 83px; left: -44px; }
    .videos-page .hero-videos .main-video ul .middle-left-green { width: 115px; bottom: 70px; left: -125px; }
    .videos-page .hero-videos .main-video ul .bottom-left-green { width: 115px; bottom: -38px; left: 35px; }
    .videos-page .hero-videos .main-video ul .top-right-green { width: 75px; top: -32px; right: 23px; }
    .videos-page .hero-videos .main-video ul .bottom-right-blue { width: 155px; bottom: -60px; right: -82px; }

    /*How to use*/
    .videos-page .how-to-use { padding: 100px 20px; }
    .videos-page .how-to-use h2 { padding-bottom: 40px; }

 }