:root {
    --bg: rgb(249, 249, 249);
    --nav: #000000;
    --content: #fff;
    --text: #2C3539;
    --primary: rgb(45, 56, 28);
    --primary-hover: #556B2F;
    --primary-hoverl: #556B2F;
    --secondary: #2C3539;
    --label: #222;
    --secondary-hover: #1a2124;
    --form-shadow: rgba(128, 128, 128, .1);
    --form-shadow-hover: rgba(64, 64, 64, .15);
    --nav-hover: rgb(85, 107, 47);
    --nav-bg: #000;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVI.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Fira Sans Condensed';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(wEOsEADFm8hSaQTFG18FErVhsC9x-tarWQXOuMR0cg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


h5,
h4 {
    font-weight: 300;
    color: var(--primary);
}

h1,
h2,
h3 {
    font-weight: 500;
    color: var(--primary-hover);

}

body {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
    min-height: 100vh;
    background-color: var(--bg);
    overflow-x: hidden !important;
    max-width: 100%;
    margin: 0px;
    padding: 0px !important;
    color: var(--secondary);
    scroll-behavior: smooth;

}


h1,
h2,
h3,
.btn,
.drow-nav {
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.bg-secondary {
    background-color: var(--nav) !important;
}

.bg-primary {
    background-color: var(--primary) !important;
}

.nav-btn {
    color: var(--nav);
    cursor: pointer;
    font-size: 1.8rem;
    transition: all 0.5s ease-in-out;

}

.nav-btn:hover {
    color: var(--primary-hoverl);

}

.bg-top-dark {
    background-color: var(--secondary-hover);
}

header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all 0.5s ease-in-out;

}

.logo {
    width: 64px;
    height: auto;
    transition: width 0.5s ease;
}

.header-scrolled .logo {
    width: 32px;
}

.header-scrolled .toggle-menu-desktop {
    background-color: var(--primary-hover);

}

.header-scrolled .menu-desktop {
    background-color: var(--nav-hover);
}

.header-scrolled .toggleMenu {
    color: #F0E68C;
}

.header-scrolled .toggleMenu {
    background-color: var(--primary-hover);
}

.header-scrolled .nav-btn {
    color: #F0E68C;
}

.header-scrolled .nav-btn:hover {
    color: white;
}

.btn {
    border-radius: 0px;
    text-transform: uppercase;
    padding: 12px 24px;
    transition: all 0.5s ease-in-out;
    border: none !important;
}

.btn:active {
    outline: none !important;
    box-shadow: none !important;
}

.btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

.btn-primary {
    background-color: var(--primary);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    color: var(--content);

}

.btn-primary:hover {

    color: var(--content);
    background-color: var(--primary-hover);
    box-shadow: 0px 0px 12px rgba(255, 255, 255, 0.25);
}


.btn-primary:focus {

    color: var(--content);
    background-color: var(--primary-hover) !important;
    outline: none !important;
    box-shadow: none !important;
}

.btn-secondary {
    background-color: var(--content);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    color: var(--label);

}

.btn-secondary:hover {

    color: black;
    background-color: var(--bg);
    box-shadow: 0px 0px 12px rgba(255, 255, 255, 0.25);
}


.btn-secondary:focus {

    color: var(--content);
    background-color: var(--secondary) !important;
    outline: none !important;
    box-shadow: none !important;
}

.hero {
    position: relative;
    width: 100%;
    height: calc(100vh + 14px) !important;
    margin-top: -100px;
    z-index: 0;

}

.hero .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background-image: linear-gradient(to bottom,
            rgba(255, 255, 255, 0.1), rgba(216,
                220,
                208, 1));
    z-index: -1;
}

main {
    transition: all 0.5s ease-in-out;
}

.hero .main-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}


.bg-feat {
    background-color: #2C3539;
}

.text-feat {
    color: #F0E68C;
}

.hero .text {
    position: absolute;
    top: 5vh;
    left: 10vw;
    width: 60vw;
    text-align: start;

}

.hero .bot {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;

    z-index: -1;
}

.logo-header {
    position: absolute;
    bottom: 1vh;
    left: 1vw;
    width: 260px;
    height: auto;
}



.text-primary {
    color: var(--primary) !important;
}


.bg-dark {
    background-color: var(--nav-bg) !important;
}

.text h1 {
    font-size: 4.2rem;
    font-weight: 200;
    color: var(--nav-hover);

}

.text h2 {
    font-size: 1.8rem;
    font-weight: 200;
    color: var(--content);

}

@media screen and (max-width: 768px) {
    .hero .text {
        position: absolute;
        top: 24vh;
        left: 10vw;
        width: 80vw;
        text-align: center;
    }

    .text h1 {
        font-size: 2.2rem;
    }

    .text h2 {
        font-size: 1rem;

    }

    .hero .image {
        position: absolute;
        bottom: -2%;
        left: 20%;
        width: 60%;

        z-index: +1;

    }

}

.hero-bottom {
    position: relative;
    width: 100%;
    height: 40vh;
    z-index: 0;
}

.hero-bottom .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0.5));
    z-index: -1;
}

.hero-bottom .main-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.grecaptcha-badge {
    visibility: hidden !important;
    display: none !important;
}


.loader {
    width: 100%;
    height: 100vh;
    background-color: var(--primary);
    z-index: 9999;
    position: fixed;
    top: 0;
    overflow: hidden;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}


.mobile-menu {
    z-index: 99999;
    position: fixed;
    left: 0;
    top: -200%;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100vh;
    background-color: var(--nav-hover);
    transition: all 0.4s ease;
}

.mobile-menu-shown {
    visibility: visible;
    opacity: 1;
    top: 0;
    overflow-y: scroll;
    overflow-x: hidden;
}

.mobile-link {
    font-size: 1.4rem !important;
    padding: 24px;
}

.drow-card {
    transition: all 0.5s ease-in-out;
    background-color: transparent;
    padding: 20px 40px;

}

.drow-card:hover {


    transform: scale(1.02);
}

.drow-card .title {

    display: inline-block;

    text-align: center;

    font-size: 3.8rem;
}

.drow-card p {
    font-size: 1.6rem;

}

.form-control {
    transition: all 0.5s ease;
    color: var(--text);
    box-shadow: 0px 4px 8px var(--form-shadow) !important;
    background-color: var(--bg);
    border: none;

    border-bottom: 2px solid var(--primary);

    border-radius: 0px;
    margin-bottom: 10px;
}

.form-control:hover {
    color: var(--primary);
    box-shadow: 0px 4px 12px var(--form-shadow-hover) !important;
    border: none;

    border-bottom: 2px solid var(--primary-hoverl);
    border-radius: 0px;
}

.form-control:focus {
    color: var(--primary);
    box-shadow: 0px 4px 12px var(--form-shadow-hover) !important;
    border: none;
    border-radius: 0px;
    border-bottom: 2px solid var(--secondary);
    outline: none !important;
    background-color: var(--content);
}


.prarallax {
    min-height: 60vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.menu-desktop {
    transition: all 0.5s ease-in-out;

    transform: scaleX(0);
    transform-origin: right;

    opacity: 0;
    display: inline-block;
}

.menu-desktop-shown {

    transform: scaleX(1);


    opacity: 1;
    display: inline-block;
}

.toTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    background-color: var(--secondary);
    color: var(--bg);
    padding: 10px 15px;
    transition: all 0.5s ease-in-out;
    transform: translateY(100vh);
}

.show-element {
    transform: translateY(0);
}

.toTop:hover {
    background-color: var(--highlight);
    cursor: pointer;
}

html,
body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100%;

    overflow-x: hidden;
}

#fullpage {
    position: relative;
    width: 100vw;
    height: 100vh;
    transition: transform 0.8s ease-in-out;
}

.bot-logo img {
    width: 25vw;
    height: auto;
}

.section {
    width: 100vw;
    height: 100vh;
    scroll-snap-align: start;

}

.flex-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}




/* Horizontal section styling */
.section.horizontal {
    overflow: hidden;
}

/* Sticky container for horizontal scrolling */
.sticky-container {
    width: 100%;
    height: 100vh;
    overflow-x: auto;
    /* Enable horizontal scrolling */
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    /* Enable snap scrolling horizontally */
    -webkit-overflow-scrolling: touch;
    /* Smooth scrolling on touch devices */
    scrollbar-width: none;
    /* Hide scrollbar (Firefox) */
}

/* Hide scrollbar for WebKit browsers */
.sticky-container::-webkit-scrollbar {
    display: none;
}

/* Sticky element for horizontal content */
.sticky {
    display: flex;
    height: 100%;
    width: max-content;
    /* Allows content to extend beyond viewport */
}

.sticky-element {
    width: 100vw;
}

/* Horizontal content items */
.horizontal-content {
    min-width: 100vw;
    /* Each item takes full viewport width */
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    scroll-snap-align: center;
    /* Snap to center of each item */
}

/* Optional: Different background colors for sections */
.section:nth-child(1) {
    background-color: #f0f0f0;
}

.section:nth-child(2) {
    background-color: #d8dcd0;
}

.section:nth-child(3) {
    background-color: #2C3539;
}

.section:nth-child(6) {
    background-color: #2C3539;
}
.horizontal{
    background-color: #2C3539;
}
/* Optional: Style for horizontal content items */
.horizontal-content:nth-child(odd) {
    background-color: #e0e0e0;
}

.horizontal-content:nth-child(even) {
    background-color: #f0f0f0;
}


@media screen and (max-width: 768px) {
    .logo-header {
        display: none;
    }

}

.mobile-menu .nav-btn {
    color: white !important;
}

@media screen and (max-width: 1468px) {



    .section p {
        font-size: max(.8rem, 1.2vw);
    }

    .section .title {
        font-size: max(2.1rem, 2.2vw);
    }

    .section .display-3 {
        font-size: max(1.9rem, 1.8vw);
    }

    .btn {
        font-size: max(1rem, 1.3vw);
    }
}


@media (max-width: 767px) {
    .bot-logo img {
        width: 50vw;
        height: auto;
    }

    #fullpage {
        transform: none !important;
    }

    body {
        overflow-y: scroll !important;
    }

    .section {
        height: auto;
        min-height: 100vh;
        overflow: visible !important;
    }

    .sticky-container {
        overflow-x: auto;
    }

    .sticky {
        display: flex;
        flex-wrap: nowrap;
    }
}
.img-frame{
    width:100%;
    height: 60vh;
    overflow: hidden;
}
.img-frame img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: transform 0.5s ease-in-out;
}
.img-frame video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease-in-out;
}
.menu-desktop-white {
    color: var(--content);
}
.menu-toggle-overwrite {
    color: var(--text)!important;
}