/*Primary colors */
:root {
    --color-primary-0: #73b800; /* Main Primary color */
    --color-primary-0-1: #009442; /* Main Primary color */
    --color-primary-1: #eb6e1f; /* Main Primary color */
    --color-primary-3: #733f1d; /* Main Primary color */
    --color-primary-4: #3a3c1b; /* Main Primary color */
    --color-primary-5: #797f1c; /* Main Primary color */
}

body {
    overflow-x: hidden; /* Prevent scroll on narrow devices */
    font-family: 'Open Sans', sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.15rem;
    letter-spacing: .015rem;
    color: #222222;
    background-color: #ffffff;
    position: relative;
}

::selection {
    color: #ffffff;
    background: #733f1d;
}

a {
    color: #73b800;
    text-decoration: none;
}

a:hover {
    opacity: 0.8;
    color: #73b800;
    text-decoration: underline;
    transition: all 0.3s ease;
}

hr {
    background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(#54433A), to(transparent));
    background-image: linear-gradient(to left, transparent, #54433A, transparent);
    border: 0;
    height: 1px;
    margin: 1rem 0;
}

h1 {
    color: #7a645b;
    font-size: 3.5rem;
}

h2 {
    font-size: 3rem;
}

h1, h2, h3, h4, h5 {
    font-family: 'Cormorant Garamond', serif;
}

.bg-custom {
    color: #F3FFE1;
}

.navbar-nav {
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #009442;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #009442;
}

.nav-link {
    font-size: 1rem;
}

.lng-ico {
    height: 1.5rem;
}


.dropdown-item.active, .dropdown-item:active {
    color: #5E5652;
    text-decoration: none;
    background-color: #f6ede8;
}

.head-logo {
    width: 17rem;
}

/*Footer*/
.footer {
    width: 100%;
    line-height: 40px;
    color: #000;
    background-color: #9e5a2c;
    font-size: 90%;
}

.footer a {
    color: #fff;
}

/*Content*/

.main {
    margin-top: 0;
    padding: 1.5rem 0 1rem 0;
}

.main-content {
    margin-top: 5.5rem;
    padding: 1rem 0 1rem 0;
}

svg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 10vw;
    /* set height to pixels if you want angle to change with screen width */
}

/*Buttons*/
.btn-action {
    color: #fff;
    background-color: #ff4500;
    border-color: #d73900;
}

.btn-action:hover {
    color: #fff;
    background-color: #ff6b00;
    border-color: #ff4500;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .1);
}

.btn-action:focus, .btn-action.focus {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .1);
}

/*Border radius 0.15rem*/
.btn, .jumbotron, .list-group-item:first-child, .list-group-item:last-child,
.card, .card-block, .card-img-top, .form-control,
.content, .bg-wood, .product-item {
    border-radius: .15rem;
}

.form-control:focus {
    color: #565656;
    background-color: #fff;
    border-color: #73b800;
    outline: none;
    box-shadow: unset;
}

/*Navbar Custom Style
=========================== */
nav {
    border-bottom: solid 2px #73b800;
    min-height: 60px;
    background: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
}

.navbar {
    padding: 0;
}

nav .wrap-core-nav-list,
nav .nav-header {
    background: transparent;
}

nav .brand {
    display: block;
    position: relative;
    width: 300px;
    top: 0.1rem;
    margin: auto;
}

nav .brand img {
    width: 100%;
}

nav .menu li a {
    display: block;
    padding: 20px 25px;
    text-decoration: none;
    color: #F3FFE1;
}

nav .menu li a:hover {
    background-color: #eee;
    color: #ae6a44;
}

li.active.selfclass a {
    background-color: #eee;
    color: #ae6a44;
}

a.parentclass.active {
    background-color: #eee;
    color: #ae6a44;
}

.core-nav .wrap-core-nav-list .core-nav-list {
    margin: 0 0 -6px 0 !important;
}

.dropdown-menu {
    border-radius: 0;
}

@media (min-width: 920px) {
    nav .wrap-core-nav-list.center .col-menu.left {
        padding-right: 100px !important;
    }

    nav .wrap-core-nav-list.center .col-menu.right {
        padding-left: 100px !important;
    }
}

@media (max-width: 992px) {

    .core-nav .wrap-core-nav-list {
        max-height: 500px !important;
    }

    nav .wrap-core-nav-list,
    nav .nav-header {
        background: #fff;
    }

    nav .full-container,
    nav .nav-container {
        padding-left: 0;
        padding-right: 0;
    }

    nav .nav-header {
        min-height: 60px;
    }

    nav .nav-header .brand {
        margin: 0 3rem 5px;
        float: none;
        top: 0.1rem;
    }

    nav .nav-header .toggle-bar {
        font-size: 18px;
        position: absolute;
        top: 17px;
        left: 15px;
    }

    nav .menu li a {
        padding: 10px 10px;
        border-bottom: solid 1px #efefef;
    }
}

/*Forms*/
label {
    font-weight: 600;
}

/*Custom scrollbar*/
body::-webkit-scrollbar {
    width: 0.5rem;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #ae6a44;
}

body::-webkit-scrollbar-thumb {
    background-color: #ae6a44;
    outline: 1px solid #A1AF9F;
}

/*Parallax*/
.parallax-window {
    position: relative;
    min-height: 75vh;
    background: transparent;
    margin-top: 4rem;
}

.container-bg {
    position: absolute;
    bottom: 0px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background: rgba(115, 63, 29, 0.87);
    padding: 1.5rem 1rem 1rem 1rem;
    text-align: center;
}

.title-bg h1 {
    color: #fff !important;
}

.container-bg-only-txt{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background: rgba(115, 63, 29, 0.87);
    padding: 1.5rem 1rem 1rem 1rem;
    text-align: center;
    padding-top: 6rem;
}



/*
Slides - Swiper*/
/*Slider*/

.swiper-container {
    width: 100%;
    align-self: stretch;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 4px 2px #bbbbbb;
    z-index: 1001 !important;
}

.swiper-slide {
    height: 100vh !important;
    text-align: center;
    font-size: 18px;
    background: #343a40;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.contact-form {
    margin-top: 10rem;
}