.banner-vid-container{
    padding: 140px 10px 0;
}
.perspective-hero {
    border-radius: 20px;
    position: relative;
    padding: 40px 30px;
    width: 100%;
    height: 600px;
    display: flex;
    align-items: end;
    background: 
        linear-gradient(to top, rgba(0, 0, 0, 0.6) 20%, rgba(0, 0, 0, 0) 80%),
        url('../images/perspectives/perspective_hero_image.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.perspective-hero h2{
    font-family: Lora;
    font-weight: 700;
    font-size: 40px;
    color: #FFFFFF;
}
.perspective-hero .hero-sub-heading{
    font-family: Open Sans;
    font-weight: 400;
    font-style: italic;
    font-size: 25px;
    color: #FFFFFF;
}
.perspective-hero .hover-text{
    font-family: Open Sans;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
}
.perspective-hero .mick-btn{
    position: absolute;
    top: 26px;
    left: 18px;
}
.perspective-hero .full-screen-btn{
    position: absolute;
    top: 20px;
    right: 11px;
}
.play-button{
    background-color: #3CA3FF !important;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2) !important;
}
.perspective-hero .full-screen-btn span{
    color: #fff;
    font-size: 36px;
}

/* more video section here */
.video-list-wr{
    padding: 64px 10px;
}
.video-list-wr h2{
    font-family: Lora;
    font-weight: 600;
    font-size: 28px;
    color: #1C245C;
    margin-bottom: 33px;
}
.video-list-grid{
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
}
.video-col{
    height: 302px;
    border-radius: 12px;
    position: relative;
    display: flex;
    align-items: end;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}
.video-col:first-child{
    background: 
        linear-gradient(to top, rgba(0, 0, 0, 0.6) 20%, rgba(0, 0, 0, 0) 80%),
        url('../images/perspectives/perspective_nore_vid_5.png');
}
.video-col:nth-child(3){
    background: 
    linear-gradient(to top, rgba(0, 0, 0, 0.6) 20%, rgba(0, 0, 0, 0) 80%),
    url('../images/perspectives/perspective_nore_vid_1.png');
}
.video-col:nth-child(5){
    background: 
        linear-gradient(to top, rgba(0, 0, 0, 0.6) 20%, rgba(0, 0, 0, 0) 80%),
        url('../images/perspectives/perspective_nore_vid_3.png');
}
.video-col:nth-child(2){
    background: 
        linear-gradient(to top, rgba(0, 0, 0, 0.6) 20%, rgba(0, 0, 0, 0) 80%),
        url('../images/perspectives/perspective_nore_vid_4.png');
}
.video-col:nth-child(4){
    background: 
        linear-gradient(to top, rgba(0, 0, 0, 0.6) 20%, rgba(0, 0, 0, 0) 80%),
        url('../images/perspectives/perspective_nore_vid_2.png');
}
.video-col:nth-child(6){
    background: 
        linear-gradient(to top, rgba(0, 0, 0, 0.6) 20%, rgba(0, 0, 0, 0) 80%),
        url('../images/perspectives/perspective_nore_vid_6.png');
}
.video-col-text{
    padding-left: 14px;
    padding-bottom: 20px;
}
.video-col-text h3{
    font-family: Lora;
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 2px;
}
.video-col-text p{
    font-family: Open Sans;
    font-weight: 400;
    font-style: italic;
    font-size: 15px;
    color: #FFFFFF;
    margin-bottom: 0;
}
.video-col {
    transition: all 0.6s;
    position: relative;
}

.video-col-text p.hover-txt {
    font-size: 13px !important;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.1s ease, opacity 0.4s ease, transform 0.4s ease;
    transform: translateY(10px);
    max-height: 0;
}

.video-col:hover p.hover-txt {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    max-height: 100%;
}

.contact-form-wr{
    padding-bottom: 80px;
}
/* media query */
@media only screen and (max-width:1400px){
    .perspective-hero{
        background-position: center;
    }
}

.video-box {
    overflow: hidden;
    border-radius: 12px;
  }
  
  .video-box video {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 12px;
    object-fit: cover;
    margin-top: 10px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top:0;
  }
  
  .video-box .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.6);
    border: none;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    color: white;
    font-size: 24px;
    cursor: pointer;
  }
  
  .video-box video.hidden {
    display: none;
  }
  .close-video-btn{
  	 	height: 35px;
        width: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
  }
  
  @media only screen and (max-width:1024px){
  	.perspective-hero h2{
    	font-size: 32px;
    }
    .perspective-hero .hero-sub-heading{
    	font-size: 18px;
    }
    .perspective-hero .hover-text{
        font-size: 16px;
        margin-bottom:0 !important;
    }
    .video-col-text h3{
    	font-size: 18px;
    }
    .video-col-text p{
    	font-size: 14px;
    }
    .perspective-hero{
        padding: 20px 20px;
     }
     .video-list-wr{
     	padding: 40px 10px;
     }
  }
  @media only screen and (max-width:768px){
  	.perspective-hero{
    	 height: 450px;
    }
    .perspective-hero .hover-text{
    	display:none;
    }
  }
  
  @media only screen and (max-width:500px) {
  	.video-list-grid{
    	grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
    }
  }