/*
Theme Name: Bysout Films Premium
Theme URI: https://www.bysoutfilms.com
Author: Bysout Films
Description: Cinematic fullscreen portfolio theme
Version: 2.1
*/

body{
    margin:0;
    background:#000;
    color:#fff;
    font-family: Arial, sans-serif;
}

section{
    min-height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    padding:60px 20px;
}

h1,h2,h3{
    letter-spacing:3px;
    text-transform:uppercase;
}

a{color:white;text-decoration:none;}

.hero {
    position: relative;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.hero video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
}

.hero-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    color: white;
}

.hero-content h1 {
    font-size: 90px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 20px;
}

.hero-content p {
  font-size: 24px;
    letter-spacing: 4px;
    text-transform: uppercase;
}
