/*
Theme Name: HUBSI
Theme URI: http://example.com/hubsi
Author: Manuel Sampl
Author URI: http://example.com
Description: A blank starter theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hubsi
*/


:root {
    --color-primary: #2b2b2b;
    --color-accent: #c4db99;
    --color-secondary: #d1af7d;
    --color-background: #fcefd9;
    --color-text: #2b2b2b;
    --color-link: #c4db99;
    --color-link-hover: #637244;
}

body {
    font-family: 'Archivo Light', sans-serif;
    background-color: var(--color-background);
    color: var(--color-text);
    margin: 0;
    padding: 0;
}

a {
    color: var(--color-link);
    text-decoration: none;
}

a:hover {
    color: var(--color-link-hover);
}

a:visited {
    color: var(--color-link);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-text);
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
    font-family: 'Archivo Light', sans-serif;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-top: 0px;
}

/* Apply CormorantSC to all headings */
h1,
h2,
h3,
h4,
h6 {
    font-family: 'Archivo SemiBold', serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}

/* Apply Poppins to all body text */
body,
p,
li,
span,
a,
blockquote,
label,
input,
textarea,
select,
button {
    font-family: 'Archivo Light', sans-serif;
    font-weight: 300;
}


.header {
    width: 100vw;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 5px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    transition: height 0.3s ease;
}

#video_header {
    height: 100vh;
}

#video_header .e-hosted-video {
    height: 100%;
    width: 100%;
    position: relative;
}

#video_header video {
    object-fit: cover;
    width: 100%;
    height: 100%;

}

.grid-no-height .e-con-inner {
    --e-con-grid-template-rows: repeat(1, 1fr) !important;
}

.st0 {
    fill: white;
}

.eye {
    fill: #ffffff;
}

.background-header {
    background-color: var(--color-background);

}

.background-header #burger {
    color: var(--color-text);
}

.background-header .st0 {
    fill: var(--color-text);
}

.background-header .line {
    stroke: var(--color-text);
}


.logo {
    width: 400px;
    height: 400px;
    transition: width 0.3s ease, height 0.3s ease;
}

.logo.shrink {
    width: 80px;
    height: 80px;
}

.header.shrink {
    height: 80px;
}

.swiper-pagination {
    z-index: 1 !important;
}


#eye-hide {
    transform-origin: center;
    transition: all 0.2s linear, all 0.2s linear;
}

.eye-hide-hidden {
    transform: scaleX(0);
    width: 0px;
    opacity: 0;
    pointer-events: none;
}

.eye-hide-visible {
    width: 100%;
    opacity: 1;
    transform: scaleX(1);
    pointer-events: auto;
}

.loader-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

#burger canvas {
    width: 60px;
    height: 60px;

}

#burger {
    width: 100px;
    position: relative;
    z-index: 11;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: #ffffff;
}

.menu-close {
    transition: all 0.5s ease;
    display: none;
    opacity: 0;
}

.menu-name {
    display: block;
    opacity: 1;
    transition: all 0.5s ease;
}

.active .menu-close {
    display: block;
    opacity: 1;
}

.active .menu-name {
    display: none;
    opacity: 0;
}

.left {
    width: 100px;
    height: 150px;
}

.scene {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    min-height: 100vh;
    margin-top: 100px;
}

.scene canvas {
    width: 100% !important;
    height: auto !important;
}

.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 60px;
}

.hamRotate.active {
    transform: rotate(45deg);
}

.hamRotate180.active {
    transform: rotate(180deg);
}

.line {
    fill: none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #ffffff;
    stroke-width: 2.5;
    stroke-linecap: round;
}

.ham1 .top {
    stroke-dasharray: 40 139;
}

.ham1 .bottom {
    stroke-dasharray: 40 180;
}

.ham1.active .top {
    stroke-dashoffset: -98px;
}

.ham1.active .bottom {
    stroke-dashoffset: -138px;
}

.navigation {
    position: fixed;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    padding-left: 3vw;
    width: 100vw;
    z-index: 10;
    height: 0;
    transition: all 0.5s ease;
    background-color: var(--color-accent);
    color: var(--color-background);
    overflow: hidden;
}

.navigation.active {
    height: 100vh;
}

.navigation li {
    list-style-type: none;
    padding: 0;
    margin: 0;

}

#burger {
    letter-spacing: 0.3vw;
    text-transform: uppercase;
}

.navigation li a {
    font-family: 'Archivo Light', sans-serif;
    font-weight: 400;
    color: var(--color-background);
    font-size: 6vw;
    text-decoration: none;
    letter-spacing: 0.2vw;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.navigation li a:hover {
    color: var(--color-primary);
}

.container {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}



.nav-hubsi-logo {
    width: 200px;
    height: 200px;
    position: absolute;
    bottom: 3vw;
    right: 5vw;
}

.overlay-hubsi {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    z-index: 4;
    mix-blend-mode: difference;
    color: #ffffff !important;
    padding-bottom: 10vw;
}

.overlay-hubsi h3 {
    color: #ffffff !important;
}

.overlay-hubsi p {
    font-size: 30px !important;
}

.flexbox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.flexbox p {
    font-size: 11px;
}

.copyright {
    font-size: 12px;
    color: var(--color-text);
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-bottom: 20px;
}

.logo-footer-flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#logo-footer {
    width: 150px;
    height: 150px;
}

.footer-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

.footer-menu li {
    padding-right: 20px;
}

.footer-menu li a {
    color: var(--color-primary);
    text-transform: uppercase;
    font-size: 11px;
}

.footer-menu li a:hover {
    color: var(--color-primary);
    border-bottom: 1px solid var(--color-primary);
}

.social-icon {
    width: 20px;
    height: 20px;
}

@media (max-width: 768px) {

    .social-icon {
        margin-bottom: 30px;
    }

    .logo-footer-flex {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .logo {
        position: relative;
        left: 25px;
    }

    footer {
        text-align: center;
    }

    footer h5 {
        margin-top: 30px;
    }

    .flexbox {
        flex-direction: column;
    }

    .overlay-hubsi p {
        font-size: 18px !important;
    }

    .nav-hubsi-logo {
        bottom: 10vw;
    }

    .navigation {
        justify-content: center;
        text-align: center;
        padding-left: 0;
    }

    .navigation ul {
        margin-left: 0px;
        padding-left: 0px;
    }

    .navigation li {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navigation li a {
        font-size: 10vw;

    }

    .nav-hubsi-logo {
        width: 150px;
        height: 150px;
    }
}

footer {
    padding-top: 50px;
    background-color: var(--color-accent);
    color: var(--color-primary);
}