@font-face {
    font-family: 'MalintonMedium';
    src: url('fonts/MalintonTrialVersion-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MalintonBlack';
    src: url('fonts/MalintonTrialVersion-Black.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden; 
}

body {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
    width: 100vw;
    position: relative;
}


.background-image {
    display: none;
}

.menu-btn {
    width: 289px;
    height: 58px;
    background: #4b3012; 
    border: 2px solid #D2BEA3;
    border-radius: 24px;
    color: rgba(255,255,255,1); 
    font-size: 22px;
    font-family: MalintonMedium, sans-serif;
    cursor: pointer;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 250px;
    margin: 0;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25); 
    z-index: 2;
}

.menu-btn:hover {
    background: rgba(181, 155, 118, 0.9);
}

.breakie-text {
    width: 350px; 
    height: 20px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 75px;
    font-family: 'MalintonMedium', sans-serif;
    font-weight: normal;
    line-height: 20px;
    z-index: 2; 
}

.breakie-text strong {
    font-family: 'MalintonBlack', sans-serif;
    font-weight: bold;
}

.drinkie-logo {
    position: absolute;
    width: 205px;
    height: 114px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 426px;
    object-fit: contain;
    z-index: 2; 
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.50); 
    z-index: 1;
    pointer-events: none; 
    backdrop-filter: blur(2px); 

}

#background-video {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100vw;
  min-height: 100vh;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
  filter: blur(10px);
}
