@font-face{
    font-family: FFMark;
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src: url('fonts/FFMarkBook.woff') format('woff');
    font-stretch: normal;
}

@font-face{
    font-family: FFMark;
    font-style: medium;
    font-weight: 500;
    font-display: fallback;
    src: url('fonts/FFMarkMedium.woff') format('woff');
    font-stretch: normal;
}

.hero {
    max-height: 100dvh;
    height: 100vh;
    position: relative;
}

.hero video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.video-bg video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.properties .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.properties {
    position: relative;
}

.properties .container {
    z-index: 1;
    position: relative;
}

.details .container {
    max-width: 800px !important;
}

.timeless {
    background-image: url('images/Framery-Smart-Pods-web.jpg');
    background-size: cover;
    background-position: center center;
    min-height: 100lvh;
    padding-top: 10vh;
    padding-bottom: 10vh;
}

@media (min-width: 992px) {
    .timeless {
        padding-top: 50vh;
        background-attachment: fixed;
    }
}

.bigtext {
    /* From https://css.glass */
    background: rgba(0, 0, 0, 0.75);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    max-width: 46rem;
}

body {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

img:hover.zoom {
    transform: scale(1.1);
}

img.zoom {
    transition: all 0.5s ease;
}

main {
    overflow-x: hidden;
}

#video .modal-content {
    background-color: #000000;
    color: #ffffff;
}

div.form {
    background-color: #D2D2D2;
}

.navbar-brand img {
    max-height: 40px;
}

.hero-content .container img.img-fluid {
    height: 121px;
    width: auto;
}

.form-check-input {
    margin-top: 2px;
}

.navbar-light {
    background-color: rgba(255, 255, 255, 0.8) !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.properties h6 {
    margin-bottom: 0;
}