﻿/* Transparent, fixed brand header stays as-is */
.login {
    transition: all .5s ease;
    color: #fff;
    border: 3px solid white;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    font-size: 17px;
    background-color: transparent;
    padding: 10px;
    outline: none;
    border-radius: 4px;
}

.login:hover {
    color: #001F3F;
    background-color: #fff;
}
/*header {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5%;
    width: 100%;
    z-index: 1030;*/ /* above navbar (Bootstrap navbars default around 1000) */
    /*height: 7em;
    font-family: "Lexend", sans-serif;
    font-size: clamp(0.66rem, 2vw, 1rem);
    letter-spacing: 0.5em;
    background: transparent;*/ /* ensure no block */
    /*pointer-events: none;*/ /* title overlay doesn't intercept clicks */
/*}*/

    header .site-branding,
    header a,
    header p {
        pointer-events: auto; /* keep links clickable */
    }

/* Place navbar below header; keep it visually subtle */
.navbar-under-header {
    position: sticky; /* sticks when scrolling past */
    top: 7em; /* exactly below the header height */
    z-index: 1020; /* below header but above content */
    backdrop-filter: saturate(140%) blur(2px);
}

    /* Option 1: near-transparent dark (change opacity to taste) */
    .navbar-under-header.bg-dark {
        background-color: rgba(33, 37, 41, 0.35) !important;
    }

/* Make toggler visible on translucent backgrounds */
.navbar-dark .navbar-toggler {
    border-color: rgba(255,255,255,.25);
}

.site-branding a {
    font-size: 24px;
}
/* When on small screens, reduce header height so sticky offset matches */
@media (max-width: 767.98px) {
  /*  header {
        height: 4.5em;
        padding: 0 4%;
    }*/

    .navbar-under-header {
        top: 4.5em;
    }

    .site-branding a {
        font-size: 10px;
    }
}

/* Add a smart spacer so main content isn't hidden under fixed header+nav */
.main-offset {
    height: calc(7em + 56px); /* 56px typical collapsed navbar height */
}

@media (max-width: 767.98px) {
    .main-offset {
        height: calc(4.5em + 56px);
    }
}

/* Optional: fully transparent nav until scrolled */
.navbar-transparent {
    background-color: transparent !important;
}

/*.navbar-scrolled {
    background-color: rgba(33, 37, 41, 0.65) !important;
}
*/
/* UTUBE VIDEO*/
/*@import url("https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap");

:root {
    --overlay-color: #31385c;
    --menu-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Cline x1='3' y1='12' x2='21' y2='12'%3E%3C/line%3E%3Cline x1='3' y1='6' x2='21' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='18' x2='21' y2='18'%3E%3C/line%3E%3C/svg%3E");
    --close-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}
*/

/*.video_container {
    width: 100vw;
    height: 100vh;
    background-color: #212121;
}*/
/**/
/*.background_video {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

    .background_video .video {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        transform: translate(-50%,-50%);
    }

    .background_video .overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #212121;
        opacity: 0.4;
    }

    .background_video .content {
        position: relative;
        z-index: 2;
    }

        .background_video .content h1 {*/
            /*font-size: 30px;*/
        
            /*color: #fff;
            margin: 0;

            color: #fff !important;
            font-size: clamp(2.5rem, 8vw, 5rem) !important;
            font-weight: 700;
            text-align: center;
            letter-spacing: 0.5em;
            width: 95vw;
            padding:2px;*/
            /* max-width: 1200px; */
            /*margin-bottom: 0;*/
        /*}

        .background_video .content h2 {*/
            /*font-size: 30px;*/

            /*color: #fff;
            margin: 0;
            color: #fff !important;
            font-size: clamp(2.0rem, 3vw, 3rem) !important;
            font-weight: 400;
            text-align: center;
            padding: 2px;*/
            /*letter-spacing: 0.5em;*/
            /*width: 95vw;*/
            /* max-width: 1200px; */
            /*margin-bottom: 0;*/
        /*}

        .background_video .content p {
            font-size: 30px;*/
            /*font-weight: 400;*/
            /*color: #fff;*/
            /*margin: 0;*/
            /*padding:14px;
        }
        .background_video .content a {
            font-size: 24px;*/
            /*font-weight: 400;*/
            /*color: #fff;
            margin: 0;
            padding: 30px;
        }

    .background_video .video iframe {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 100vw;
        height: 100vw;
    }


@media (max-aspect-ratio: 16/9) {
    .background_video .video iframe {
        width: 120vw;
        height: 120vw;
    }
}

@media (max-aspect-ratio: 3/2) {
    .background_video .video iframe {
        width: 180vh;
        height: 180vh;
    }
}*/

/*header {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5%;
    width: 100%;
    z-index: 3;
    height: 7em;
    font-family: "Lexend", sans-serif;
    font-size: clamp(0.66rem, 2vw, 1rem);
    letter-spacing: 0.5em;
}

    header a {
        color: #fff;
        text-decoration: none;
        font-size: 34px;
    }*/
/*nav menu*/
header a {
    color: #fff;
    text-decoration: none;
    font-size: 34px;
}
/* HELPER CLASSES */
.center {
    display: flex;
    align-items: center;
    justify-content: center;
}

/***********************/
/* NAVIGATION MENU */
/***********************/

/* OVERLAY */
.overlaymnu {
    z-index: 9;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100svh;
    background-color: rgba(0, 0, 0, 0.7);
}

.overlay-slide-right {
    transition: all 0.4s ease-in-out;
    transform: translateX(0);
}

.overlay-slide-left {
    transition: all 0.8s ease-in-out;
    transform: translateX(-100%);
}

/* NAV MENU ITEMS */
nav ul {
    height: 100vh;
    height: 100svh;
    list-style: none;
}

    nav ul li {
        height: 20%;
    }

nav li:nth-of-type(1) {
    background-color: #626059;
}

nav li:nth-of-type(2) {
    background-color: #9d5543;
}

nav li:nth-of-type(3) {
    background-color: #3d405b;
}

nav li:nth-of-type(4) {
    background-color: #5a7d6c;
}

nav li:nth-of-type(5) {
    background-color: #917a56;
}
nav li:nth-of-type(6) {
    background-color: #917a56;
}
nav li:nth-of-type(7) {
    background-color: #917a56;
}

nav li a {
    letter-spacing: 0.4rem;
    font-size: 2rem;
}

    nav li a:hover,
    nav li a:active {
        transform: scale(1.2);
    }

/***********************/
/* NAV SLIDE IN ANIMATION */
/***********************/

.slide-in-1 {
    animation: slide-in 0.4s linear 0.2s both;
}

.slide-in-2 {
    animation: slide-in 0.4s linear 0.4s both;
}

.slide-in-3 {
    animation: slide-in 0.4s linear 0.6s both;
}

.slide-in-4 {
    animation: slide-in 0.4s linear 0.8s both;
}

.slide-in-5 {
    animation: slide-in 0.4s linear 1s both;
}

@keyframes slide-in {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}

/***********************/
/* NAV SLIDE OUT ANIMATION */
/***********************/

.slide-out-1 {
    animation: slide-out 0.3s linear 0.5s both;
}

.slide-out-2 {
    animation: slide-out 0.3s linear 0.4s both;
}

.slide-out-3 {
    animation: slide-out 0.3s linear 0.3s both;
}

.slide-out-4 {
    animation: slide-out 0.3s linear 0.2s both;
}

.slide-out-5 {
    animation: slide-out 0.3s linear 0.1s both;
}

@keyframes slide-out {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

/***********************/
/* HAMBURGER MENU ANIMATION */
/***********************/

.hamburger-menu {
    position: fixed;
    top: 1rem;
    right: 2rem;
    z-index: 10;
    cursor: pointer;
}

.menu-bar1,
.menu-bar2,
.menu-bar3 {
    width: 3.5rem;
    height: 0.2rem;
    background-color: #fff;
    margin: 0.8rem 0;
    transition: 0.4s;
}

.menu-bar2 {
    width: 2rem;
    margin-left: auto;
}

/* ROTATE FIRST BAR */
.active .menu-bar1 {
    transform: rotate(-45deg) translate(-0.7rem, 0.8rem);
}

/* FADE OUT SECOND BAR */
.active .menu-bar2 {
    opacity: 0;
}

/* ROTATE LAST BAR */
.active .menu-bar3 {
    transform: rotate(45deg) translate(-0.6rem, -0.8rem);
}
/***********************/
/* SECTION */
/***********************/
/*
section {
    width: 100%;
    height: 100vh;
    height: 100svh;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    text-align: center;
    color: #fff;
}*/

.logo {
    position: fixed;
    z-index: 2;
    top: 1.5rem;
    left: 1.5rem;
    font-size: 1.4rem;
    letter-spacing: 0.3rem;
}

/*h1 {
    font-size: 3rem;
    background-color: rgb(0, 0, 0, 0.6);
    padding: 0.5rem 1rem;
}
*/

section#home {
    /*background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("https://images.unsplash.com/photo-1473172707857-f9e276582ab6?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2070&q=80") no-repeat center center / cover;*/
}


/**************************/
/* MEDIA QUERY */
/**************************/

/* BELOW 832px (Tablets) */
@media (max-width: 52em) {
    html {
        /* 8px / 16px = 0.5 = 50% */
        font-size: 50%;
    }
}

/* BELOW 600px (Phones) */
@media (max-width: 37em) {
    .hamburger-menu {
        top: 0.5rem;
        right: 1rem;
    }

    .logo {
        top: 1rem;
        left: 1rem;
    }

    h1 {
        font-size: 2rem;
    }
}

/*parralax video*/
/* Global Styles */

/*@import url("https://fonts.googleapis.com/css?family=Poiret+One|Josefin+Sans");*/

/*html, body {
    color: #fddaec;
    font-family: "Josefin Sans", sans-serif;
    font-size: 100%;
    height: 100%;
    line-height: 1.45;
}
*/

/* Video Overlay */
.section-hero {
    height: 100vh!important;
    width: 100vw!important;
}

#overlayhero {
    background-color: rgba(0,0,0,.35);
    height: 100vh;
    left: 0;
    position: relative;
    top: 0;
    transition: background-color 300ms ease;
    width: 100vw;
}

.fade {
    background-color: rgba(0,0,0,.85) !important;
}


/* Hero Video + Fallback */

#hero-vid {
    backface-visibility: hidden;
    background: url("/assets/images/clay-banks-PGBtDH4zEMw-unsplash.jpg") no-repeat scroll 0 0 #000;
    background-size: cover;
    bottom: 0;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    perspective: 1000;
    position: fixed;
    right: 0;
    width: auto;
    z-index: -1;
}

#hero-pic {
    display: block;
    height: auto;
    width: 100%;
}

#state {
    bottom: 0;
    cursor: pointer;
    font-size: 2.25rem;
    left: 0;
    line-height: 1;
    padding: 2rem 2.5rem 1.65rem;
    position: absolute;
}

 .herocontent {
    position: relative;
    z-index: 2;
}

    .herocontent h1 {
        font-size: 30px;
        color: #fff;
        margin: 0;
        color: #fff !important;
        font-size: clamp(2.5rem, 8vw, 5rem) !important;
        font-weight: 700;
        text-align: center;
        letter-spacing: 0.5em;
        width: 95vw;
        padding: 2px;
        max-width: 1200px;
        margin-bottom: 0;
    }

    .herocontent h2 {
        font-size: 30px;
        color: #fff;
        margin: 0;
        color: #fff !important;
        font-size: clamp(2.0rem, 3vw, 3rem) !important;
        font-weight: 400;
        text-align: center;
        padding: 2px;
        letter-spacing: 0.5em;
        width: 95vw;
        max-width: 1200px;
        margin-bottom: 0;
    }

 .herocontent p {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    padding: 14px;
}
 .herocontent a {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    padding: 30px;
}

.test-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}
.test-hero-content {
    position: relative;
    z-index: 3;
    padding: 0 20px;
    max-width: 800px;
}

    .test-hero-content h1 {
        font-family: "Marcellus", Sans-serif;
        font-size: 3rem;
        font-weight: 700;
        margin-bottom: 1rem;
    }

    .test-hero-content p {
        font-family: "Marcellus", Sans-serif;
        font-size: 1.25rem;
        line-height: 1.6;
    }

.cta-btn {
    font-family: "Marcellus", Sans-serif;
    margin: 0;
    padding: 17px 23px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: black !important;
    background-color: #ff9800;
    /*#3d3636;*/
    text-transform: uppercase;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    z-index: 1;
    transition: all 0.15s;
    user-select: none;
}


    .cta-btn::before {
        left: 6px;
        top: 6px;
        position: absolute;
        content: "";
        border: 1px solid var(--primary);
        height: 100%;
        width: 100%;
        transition: all 0.15s;
        z-index: -1;
    }

    .cta-btn:hover::before {
        top: 0;
        left: 0;
    }

    .cta-btn:hover,
    .cta-btn:focus {
        color: white;
    }

    .cta-btn:focus {
        box-shadow: none;
        outline: none;
    }

    .cta-btn img {
        width: 24px;
    }
.button-cta {
    font-family: "Marcellus", Sans-serif;
    user-select: none;
    padding: 17px 23px;
    font-weight: 400;
    text-decoration: none;
    margin: 0;
    display: inline-flex;
    /*padding: 1rem 4rem;*/
    border-radius: 100vmax;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    background: linear-gradient(45deg, #DAAF08 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #DAAF08 90% 100%);
    background-size: 800% 400%;
    animation: gradient 5s infinite cubic-bezier(.62, .28, .23, .99) both;
    color: #000000;
    border: 0;
}
    .button-cta:hover,
    .button-cta:focus {
        color: white;
    }

@media (max-width: 768px) {
    .test-hero-content h1 {
        font-size: 6rem;
    }

    .test-hero-content p {
        font-size: 3rem;
    }
}

/*/* Content Styles */
        /*#title {
    backface-visibility: hidden;
    left: 0;
    perspective: 1000;
    position: fixed;
    width: 100%;
}

    #title h1 {
        background-color: rgba(0,0,0,.5);
        font-family: "Poiret One", sans-serif;
        font-size: 2.5rem;
        padding: 1rem 1.75rem;
    }

#content {
    background-color: #151515;
    padding: 2.5rem;
    position: relative;
    z-index: 1;
}

    #content p {
        font-size: 1.25rem;
        letter-spacing: .02rem;
        margin-bottom: 1.3rem;
    }
*/
        /* Media Queries */
        @media only screen and (max-width:768px) {
            #overlayhero {
                /*height: auto;*/
                /*background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.3) 100%), url(../images/alberto-castillo-q-mx4mSkK9zeo-unsplash.jpg);*/
                background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.3) 100%), url(../images/kitchen-vert-jvdm-1454805.jpg);
                background-size: cover; /* scale image to cover entire box */
                background-position: center; /* center the focal point */
                background-repeat: no-repeat; /* prevent tiling */
                min-height: 100vh; /* fill full viewport height */
            }
            .cta{
                font-size:16px!important;

            }
}


/* Visibility Helpers */

@media only screen and (min-width:769px) {
    .visible-mobile, .visible-tablet, .hidden-desktop {
        display: none !important;
    }
}

@media only screen and (min-width:480px) and (max-width:768px) {
    .visible-mobile, .hidden-tablet, .visible-desktop {
        display: none !important;
    }
}

@media only screen and (max-width:479px) {
    .hidden-mobile, .visible-tablet, .visible-desktop {
        display: none !important;
    }
}