﻿.e-home #eheader {
    background: linear-gradient(180deg, rgba(0,0,0,0.8), rgba(0,0,0,0));
    border-top: none;
    box-shadow: none;
    height: 90px;
    transition: 0.3s;
}

    .e-home #eheader:before {
        background: #000;
        content: '';
        display: block;
        height: 90px;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        transition: 0.3s;
        width: 100%;
    }

.e-home #eheader_title {
    background: transparent url('header-title.svg?v=111') no-repeat 0 0;
    background-size: cover;
    height: 60px;
    transition: 0.3s;
    width: 220px;
}

.e-home #eheader_nav {
    transition: 0.3s;
}

.e-home #econtent {
    padding-top: 0 !important;
}

body.ee-scroll .e-home #eheader:before {
    opacity: 1;
}


@media screen and (min-width: 960px) {
    body:not(.ee-scroll) .e-home #eheader:before {
        height: 130px;
    }

    .e-home #eheader_menu {
        padding-right: 20px;
    }

    body:not(.ee-scroll) .e-home #eheader {
        height: 130px;
    }

    body:not(.ee-scroll) .e-home #eheader_title {
        top: 30px;
    }

    body:not(.ee-scroll) .e-home #eheader_nav {
        top: 35px;
    }

    .e-home #eheader_menu > li > a {
        color: #fff !important;
    }

    .e-home #eheader_menu li#eheader_login a {
        border-radius: 3px;
        box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
        font-size: 16px;
        line-height: 20px;
        padding: 5px 10px;
    }

    .e-home #eheader_menu li#eheader_signup {
        margin-left: 20px !important;
    }

        .e-home #eheader_menu li#eheader_signup a {
            background: #74B865;
            border-radius: 3px;
            font-size: 16px;
            line-height: 20px;
            padding: 5px 10px;
        }
}

@media screen and (min-width: 1200px) {
    .e-home #eheader_menu {
        padding-right: 40px;
    }
}

@media screen and (max-width: 959.9px) {
    .e-home #eheader_hamburger {
        background: none;
        border-radius: 0;
        box-shadow: none;
        cursor: pointer;
        display: block;
        font-size: 0;
        height: 40px;
        position: absolute;
        right: 20px;
        top: 25px;
        width: 40px;
        z-index: 3;
    }

        .e-home #eheader_hamburger:before {
            background: transparent url('header-hamburger.svg') no-repeat 0 0;
            background-size: cover;
            content: '';
            display: block;
            height: 100%;
            opacity: 1;
            position: absolute;
            top: 0;
            transition: 0.3s;
            width: 100%;
        }

        .e-home #eheader_hamburger:after {
            background: transparent url('header-close.svg') no-repeat 0 0;
            background-size: cover;
            content: '';
            display: block;
            height: 100%;
            opacity: 0;
            position: absolute;
            top: 0;
            transition: 0.3s;
            width: 100%;
        }

        .e-home #eheader_hamburger.eactive:before {
            opacity: 0;
        }

        .e-home #eheader_hamburger.eactive:after {
            opacity: 1;
        }

    .e-home #eheader_nav {
        height: calc(100dvh - 90px) !important;
        top: 90px;
    }
}

.e-banner {
    align-items: flex-start;
    background: #000;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: 100dvh;
    justify-content: center;
    padding: 0;
    position: relative;
    width: 100%;
}

    .e-banner .ee-video {
        box-sizing: border-box;
        display: block;
        height: 100%;
        left: 0;
        overflow: hidden;
        position: absolute;
        top: 0;
        width: 100%;
    }

        .e-banner .ee-video video {
            left: 50%;
            min-width: 100%;
            min-height: 100%;
            position: absolute;
            top: 50%;
            transform: translate(-50%, -50%);
        }

        .e-banner .ee-video:after {
            background: linear-gradient( 90deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.75) 15%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0) 60%);
            content: '';
            display: block;
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
        }

    .e-banner .ee-title {
        align-items: flex-start;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        gap: 40px;
        max-width: 500px;
        padding: 130px 20px 40px 80px;
        position: relative;
        width: 100%;
    }

        .e-banner .ee-title h2 {
            color: #fff;
            font-size: 48px;
            font-weight: bold;
            margin: 0;
            text-align: left;
            transition: 0.3s;
        }

        .e-banner .ee-title p {
            color: #fff;
            font-size: 24px;
            font-weight: 300;
            margin: 0;
            text-align: left;
            transition: 0.3s;
        }

    .e-banner .ee-search {
        border-bottom: 1px solid rgba(255,255,255,0.5);
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 5px;
        margin: 0;
        padding: 0 0 40px 0;
        width: 100%;
    }

    .e-banner input.ee-searchfield {
        background: #fff;
        box-shadow: none;
        border: none;
        border-radius: 3px;
        font-size: 16px;
        line-height: 20px;
        padding: 10px;
        width: 100%;
    }

    .e-banner a.ee-searchbutton {
        border-radius: 3px;
        box-shadow: inset 0 0 0 2px #fff;
        color: #fff;
        flex-shrink: 2;
        font-size: 16px;
        font-weight: bold;
        line-height: 20px;
        padding: 10px 20px;
        text-transform: uppercase;
    }

    .e-banner a.ee-button {
        background: #74B865;
        border-radius: 3px;
        color: #fff;
        font-size: 16px;
        display: inline-block;
        font-weight: bold;
        line-height: 20px;
        padding: 10px 20px;
        text-transform: uppercase;
    }


@media screen and (max-width: 959.9px) {
    .e-banner .ee-title {
        gap: 20px;
        max-width: 440px;
        padding: 110px 20px 20px 20px;
    }

        .e-banner .ee-title h2 {
            color: #fff;
            font-size: 40px;
            font-weight: bold;
            margin: 0;
            text-align: left;
        }

        .e-banner .ee-title p {
            color: #fff;
            font-size: 16px;
            font-weight: 300;
            margin: 0;
            text-align: left;
        }

    .e-banner .ee-search {
        padding-bottom: 20px;
    }
}
