/* 
 * If you need any modifications to the existing styles, please override here.
 * So that it won't break your template in case of future updates.
 * once added, do not forget to add the <link< tag in the html <head> as well.
 * <link rel="stylesheet" href="css/custom.css">
 */

.bgvideo {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1000;
}

.section-bg {
    background-color: #2e3880;
}
