@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(JTUSjIg1_i6t8kCHKm459Wlhyw.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+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --primary: #494F2B;
    --primary-hover: #415E36;
    --secondary: #eaeaea;
    --secondary-hover: #ffff;
    --background: #fff;
    --text: #333333;
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-color: var(--background);
    color: var(--background);
    text-align: center;
    padding-top: 25%;
    display: block;
}

body {
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-style: normal;
    background-color: var(--background);
}

main {
    background-color: var(--secondary);
}

h1,
h2,
h3 {

    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-style: normal;

}

span,
.btn,
.form-control {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
}

main {
    display: none;
}

.hero {

    background-size: cover;
    background-position: center center;
    height: 65vh;
    position: relative;


}

.hero-content {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: var(--background);
    background-color: var(--primary-hover);
    padding: 20px 40px;
    z-index: 1;

}

@media screen and (max-width: 768px) {
    .hero {
        height: 60vh;
    }

    .hero-content {
        top: 65%;
        width: 100%;
    }
}

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

.recaptcha a {
    color: var(--text);
    font-weight: 600;
    text-decoration: none;
}

.toTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: var(--background) !important;
    color: var(--primary);
    padding: 10px 20px;
    font-size: 1.6rem;
    cursor: pointer;
    transform: scaleY(0);
    transition: transform 0.5s;
    z-index: 9999;
}

.show-ttop {
    transform: scaleY(1);

}

.menu {
    background-color: var(--background);
    transition: transform 0.5s;
    width: 100%;
    overflow: hidden;
}

.menu-scrolled {
    transform: translateY(-15vh);
    background-color: var(--background);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
}

.menu-reveal {
    transform: translateY(0);
}

.drow-nav {
    text-decoration: none;
    color: var(--text);
    transition: all 0.5s ease;
    padding: 25px 1.2vw;
    display: inline-block;
    font-size: clamp(14px, 1.1vw, 1.1vw);
}

.current {
    color: var(--primary-hover);
}


.menu-scrolled .drow-nav {
    background-color: var(--background);
}

.btn {
    border-radius: 0px !important;
    box-shadow: none;
    outline: none !important;
    padding: clamp(16px, 1.1vw, 1.1vw) clamp(14px, 1.1vw, 1.1vw);
    font-size: clamp(12px, .9vw, .9vw);
    text-shadow: none !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.5s ease;
    text-decoration: none !important;
    position: relative;
    display: inline-block;
}

.btn-primary {
    background-color: var(--primary-hover);
    color: var(--background);
    border: none;
}

.btn-primary:hover {
    background-color: var(--primary);
    color: var(--background);
    box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}

.btn-secondary {
    background-color: var(--background);
    color: var(--text);
    border: none;
    box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.1);

}

.btn-secondary:hover {
    background-color: var(--background);
    color: var(--primary);
    transform: translateY(-2px);
    box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.3);
}

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

.form-control {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    box-shadow: none;
    outline: none;
    transition: all 0.5s ease;
    box-shadow: none !important;
}

.form-control:focus {
    border-bottom: 1px solid var(--primary);
}

label {
    font-size: 1rem;

    color: var(--primary-hover);
}

footer {
    background-color: rgba(0, 0, 0, 0.04);
}

@media screen and (max-width: 768px) {
    .drow-nav {
        display: block;
        padding: 12px 20px;
        font-size: 1.1rem;
    }
}

.menuMobile {
    width: 100%;
    height: 100vh;
    background-color: var(--background);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    transform: translateX(-100%);
    transition: transform 0.5s;
    overflow-y: auto;

}

.menuMobile .drow-nav {
    display: block;
    padding: 20px 0;
}

.menu .menu-toggle {
    padding: 20px 0;
    display: block
}

.menu-active {
    transform: translateX(0);
}

.dark-section {
    background-color: var(--primary-hover);
    color: var(--background);
}

.embed-responsive-item {
    width: 100%;
    height: 500px;
}
.cookie-conscent {
    position: fixed;
    bottom: 10px;
    left: 5%;
    width: 90%;
    background-color: white;
    z-index: 9999;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}