.video-bg-section{height:80vh;overflow:hidden;position:relative;width:100%}.video-bg-section .video-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:1}.video-bg-section video{height:100%;object-fit:cover;width:100%;z-index:1}.video-bg-section .overlay{background:rgba(0,0,0,.5);height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.video-bg-section .text-overlay{align-items:flex-start;color:#fff;display:flex;flex-direction:column;height:100%;justify-content:center;padding:2rem;position:relative;z-index:3}.video-bg-section .text-overlay h1{color:#fff}@media (max-width:510px){.video-bg-section .text-overlay h1{font-size:18px!important}}@media (min-width:1024px){.video-bg-section .text-overlay{padding-left:10%}}.custom-button{background-color:red;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:10px 20px;transition:all .3s ease}.custom-button:hover{background-color:#fff;border:1px solid red;color:red;font-weight:600;text-decoration:none}