/*
    Theme Name: Domus Structores
    Description: Domus Structores Theme
    Author: Mohamed M.
    Author: URI: https://www.informationmediary.com/
    Template: hello-elementor
    Version: 0.0.1
 */

body {
    font-family: "Inter", sans-serif !important;
}
.bg-video {
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;

    @media screen and (min-width: 1279px) {
        margin-top: -110px;
        padding-bottom: 0;
        height: calc(100vh + 10px);
    }
}

.video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.85);
    z-index: 2;
}

.video-content {
    z-index: 3;
    color: white;
    position: relative;
    max-width: 1140px;
    margin: 0 auto;

    @media screen and (min-width: 1279px) {
        top: 250px;
    }
}

.logo {
    width: 150px;
}

input:not([type="submit"]) {
    min-width: 300px;
    color: #000 !important;
    border: none !important;
}

header {
    @media screen and (max-width: 1279px) {
        height: 170px;
    }
}