* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:root {
    --base-green: #8aab39;
    --text-color: #6c757d;
    --title-color-white-bgd: #495057;
}

@font-face {
    font-family: Roboto-Regular;
    src: url(../fonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: Roboto-Bold;
    src: url(../fonts/Roboto-Bold.ttf);
}

@font-face {
    font-family: Roboto-Light;
    src: url(../fonts/Roboto-Light.ttf);
}


h1, h2, h3 {
    font-family: Roboto-Bold;
}

h1 { font-size: 2.5em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.5em; }

img {
    max-width: 100%;
}

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

body {
    font-size: 16px;
    font-family: Roboto-regular;
    width: 100%;
    position: relative;
    z-index: 1;
    overflow-x: hidden;
}

.header-inner {
    display: flex;
    border: 1px solid #ccc;
}

.logo {
    flex: 1 1 0px;
    max-width: 450px;
    padding: 30px;
}

.lang-switch {
    text-transform: uppercase;
    color: #fff;
    font-size: .9em;
}

.lang-switch:hover {
    color: var(--base-green);
}

.nav-area {
    flex: 1 1 0px;
    background: url(../images/zemlja.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 5;
}

nav {
    display: flex;
    justify-content: end;
    position: relative;
    z-index: 10;
}

.nav-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.nav-inner > * {
    padding: 15px;
}

.nav-inner > * svg {
    fill: #fff;
}

.nav-inner > * button:hover svg {
    fill: var(--base-green);
}

.nav-group {
    text-align: center;
    color: #ffF;
}

.nav-group button {
    cursor: pointer;
    color: #fff;
    padding: 15px 0;
}

.nav-group a {
    color: #fff;
    padding: 15px 0;
    font-size: .8em;
}

.nav-group a:hover {
    color: var(--base-green);
}

.nav-group a:hover svg {
    fill: var(--base-green);
}


.nav-group button:hover {
    color: var(--base-green);
}

.nav-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: 5;
}

button {
    border: none;
    background-color: transparent;
}

section {
    margin-bottom: 50px;
}

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

.container-full {
    width: 100%;
}

.page-title {
    text-transform: uppercase;
    color: #fff;
    transform: translateY(-6em);
}

.about {
    display: flex;
}

.about h2 {
    margin: 0 0 20px 0;
    text-transform: uppercase;
    color: var(--title-color-white-bgd);
}

.about > div {
    flex: 1 1 0px;
    margin-right: 20px;
}

.about > div:last-child {
    margin-right: 0;
}

.shadow-box {
    box-shadow: 3px 3px 5px #ddd;
}

.address {
    font-family: Roboto-Light;
    font-size: 1.2em;
    color: var(--text-color);
    margin-top: 20px;
    padding: 20px;
    line-height: 1.5;
    box-shadow: 3px 3px 5px #ddd;
}

.address p {
    margin-bottom: 10px;
}

.address svg {
    fill: var(--base-green);
    margin-right: 10px;
}

.address .address-sub-item {
    display: inline-block;
    margin-left: 32px;
}

.text {
    font-family: Roboto-Light;
    font-size: 1.2em;
    line-height: 1.5;
    color: var(--text-color);
    margin-bottom: 20px;
}

.mobile-hide {
    display: block;
}

.management {
    padding: 20px 0;
}

.management h2 {
    text-align: center;
    margin: 20px 0;
    text-transform: uppercase;
    color: var(--title-color-white-bgd);
}

.box-wrapp {
    display: flex;
    margin-top: 80px;
}

.box {
    flex: 1 1 0px;
    margin-right: 20px;
    text-align: center;
    padding: 20px 0;
    font-family: Roboto-Regular !important;
}

.box img {
    border-radius: 50%;
}

.box:last-child {
    margin-right: 0;
}

.box-info {
    margin-top: 40px;
}

.box-info, button {
    color: var(--base-green);
}

.box-info > *:not(.box-info-name) {
    margin-bottom: 10px;
}

.box-info svg {
    fill: var(--base-green);
}

.box-info-name {
    font-weight: bold;
}

.form-button {
    padding: 10px 20px;
    margin: 20px 0;
    text-transform: uppercase;
    border-radius: 20px;
    border: 1px solid var(--base-green);
    background-color: #fff;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.form-button:hover {
    background-color: var(--base-green);
    color: #fff;
}

.social {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social a {
    margin-right: 30px;
}

.social a:last-child {
    margin-right: 0;
}

.overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(128, 185, 24, .5);
    z-index: 10;
}

.profile-modal-wrapp {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-modal {
    display: none;
    width: 60%;
    background-color: #fff;
    padding: 40px;
    position: relative;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.profile-modal > * {
    margin-bottom: 20px;
}

.profile-modal .img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.profile-modal .img img {
    width: 30%;
    border-radius: 50%;
}

.profile-modal .img p {
    color: var(--base-green);
    margin-top: 10px;
}

.profile-modal .social {
    margin-top: 10px;
}

.profile-modal svg {
    fill: var(--base-green);
}

.close-btn {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
}

.close-btn svg {
    fill: var(--base-green);
}

.markets-modal {
    position: absolute;
    top: -300svh;
    left: 0;
    z-index: 20;
    width: 100%;
    transition: top 0.3s ease-in-out;
}

.market-modal-inner {
    background-color: #fff;
    padding: 50px;
    position: relative;
}

.market-modal-inner h2 {
    color: var(--title-color-white-bgd);
    margin-bottom: 20px;
    text-transform: uppercase;
}

.martket-list-wrapp {
    display: flex;
    justify-content: space-between;
}

.markets-list {
    list-style: none;
    padding-right: 40px;
    border-right: 1px solid #ddd;
}

.markets-list:last-child {
    border-right: none;
}


.markets-list li {
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 1.2em;
    color: var(--text-color);
}

.markets-list img {
    width: 30px;
    margin-right: 20px;
}

.form-modal {
    position: absolute;
    top: -300svh;
    left: 0;
    z-index: 20;
    width: 100%;
    transition: top 0.3s ease-in-out;
}

.form-modal-inner {
    background-color: #fff;
    padding: 50px;
    position: relative;
}

.form-modal-inner h2 {
    color: var(--title-color-white-bgd);
    margin-bottom: 20px;
    text-transform: uppercase;
}

.form-modal-inner .email-form {
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-modal-inner .email-form > * {
    flex: 1 1 0px;
}

.form-modal-inner .email-form svg {
    fill: rgba(128, 185, 24, .5);
}

.form-modal-inner button {
    color: var(--base-green);
    font-weight: bold;
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.form-group > * {
    font-size: 1.2em;
    color: var(--text-color);
    font-family: Roboto-Light;
}

.form-group label {
    padding: 10px 0;
}

.form-group input, .form-group  textarea {
    padding: 10px;
    border: none;
    background-color: rgba(128, 185, 24, .2);
    outline: none;
}

footer {
    background-color: #ddd;
}

.footer-info {
    display: flex;
    padding: 80px 0;
}

.footer-info > * {
    margin-right: 50px;
    flex: 1 1 0px;
}

.footer-info > *:last-child {
    margin-right: 0;
}

.footer-address {
    margin: 0;
    padding: 0;
}

.footer-address h3 {
    margin-bottom: 20px;
}

.footer-address p {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.footer-description > * {
    margin-bottom: 20px;
}

.footer-bottom {
    background-color: var(--base-green);
    text-align: center;
    padding: 10px 0;
    color: var(--title-color-white-bgd);
}

#nkod-link:hover {
    color: #fff;
}

form {
    position: relative;
}

/* form loader
 * ----------------------------------------------- */
 .submit-loader {
    display: none;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 3rem;
}

.submit-loader .text-loader {
    display: none;
    font-family: Roboto-Light;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.846;
    color: var(--text-color);
    letter-spacing: .2rem;
    text-transform: uppercase;
}

.oldie .submit-loader .s-loader {
    display: none;
}

.oldie .submit-loader .text-loader {
    display: block;
}


/* --------------------------------------------------------------- 
 * ## loader animation 
 * --------------------------------------------------------------- */
.s-loader {
    margin: 1em auto 2em;
    width: 140px;
    text-align: center;
    -webkit-transform: translateX(0.45rem);
    -ms-transform: translateX(0.45rem);
    transform: translateX(0.45rem);
}

.s-loader > div {
    width: 9px;
    height: 9px;
    background-color: var(--text-color);
    border-radius: 100%;
    display: inline-block;
    margin-right: .9rem;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out both;
    animation: bouncedelay 1.4s infinite ease-in-out both;
}

.s-loader .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.s-loader .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

#menu * {
    pointer-events: none;
}

.active-menu-item {
    color: var(--base-green);
}

.submenu {
    position: absolute;
    right: 0;
    bottom: -30px;
    width: 100%;
    font-size: .8em;
    display: flex;
    justify-content: end;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.submenu ul {
    list-style: none;
}

.submenu ul li {
    border-bottom: 1px solid var(--base-green);
}

.submenu ul li a {
    color: #fff;
    display: block;
    padding: 10px 5px;
}

.submenu ul li a:hover {
    color: var(--base-green);
}

.opened-menu {
    display: block;
}

.closed-menu {
    display: none;
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.email-status-message {
    padding: 20px;
    text-align: center;
}

.success-message {
    background-color: rgba(128, 185, 24, .3);
}

.failed-message, .error-message {
    background-color: rgba(240, 58, 58, 0.3);
}

/*
////////////////////////////////////////////////////////////////////////////////
PRODUCTS PAGE
///////////////////////////////////////////////////////////////////////////////
*/

#products-page h1, #products-page h2 {
    margin: 0 0 20px 0;
    text-transform: uppercase;
    font-size: 1.8em;
}

#products-page h1 {
    color: var(--title-color-white-bgd);
    text-align: center;
    margin-bottom: 30px;
}

#products-page h2 {
    color: var(--base-green);
    font-family: Roboto-Light;
    margin-bottom: 50px;
}

#products-page .main-section {
    background: url(../images/prodacts_hero_img.jpg) center center no-repeat;
    background-size: cover;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#products-page .sub-section {
    background-color: rgba(0, 0, 0, .7);
    width: 70%;
    padding: 40px 20px;
    border-radius: 20px;
    text-align: center;
}

#products-page .sub-section ul {
   margin-left: 20px;
   list-style: none;
}

#products-page .sub-section ul li::before {
    content: "\2022";
    color: var(--base-green);
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
  }

#products-page .flex {
    display: flex;
    gap: 20px;
}

#products-page .flex > * {
    flex: 1 1 0px;
    text-align: left;
}

#products-page .text {
    color: #ddd;
}

#products-page .text::first-letter {
    font-size: 1.5em;
    color: var(--base-green);
}

#products-page .p-marker-wrapp {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

#products-page .p-marker {
    color: #ddd;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--base-green);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3em;
    font-weight: bold;
}

.text-center {
    text-align: center !important;
}


.text-left {
    text-align: left !important;
}

@media screen and (max-width: 1368px) {
    .footer-info {
        padding: 20px;
    }
}

@media screen and (max-width: 1024px) {
    h1 { font-size: 1.5em; }
    h2 { font-size: 1.2em; }
    h3 { font-size: 1em; }
    .text { font-size: 1em; }

    .address {
        font-size: 1em;
    }

    .header-inner {
        flex-direction: column;
    }

    .nav-area {
        min-height: 25svh;
    }

    .about {
        flex-direction: column;
    }

    .box-wrapp {
        flex-direction: column;
    }

    .box img {
        max-width: 50%;
    }

    .mobile-hide {
        display: none;
    }

    .page-title {
        text-transform: uppercase;
        color: #fff;
        transform: translateY(-3em);
        font-size: 1.3em;
    }

    .profile-modal {
        width: 90%;
    }

    .martket-list-wrapp {
        flex-direction: column;
    }

    .markets-list {
        padding-bottom: 40px;
        border-bottom: 1px solid #ddd;
        border-right: none;
    }
    
    .markets-list:last-child {
        border-bottom: none;
    }

    .form-modal-inner .email-form {
        flex-direction: column;
    }

    .form-modal-inner .email-form > * {
        flex: 0;
    }

    .footer-info {
        display: flex;
        flex-direction: column;
    }

    .footer-address {
        border-bottom: 1px solid var(--base-green);
        margin-bottom: 20px;
    }

    #products-page h1, #products-page h2 {
        font-size: 1.2em;
        margin-bottom: 30px;
    }

    #products-page .flex {
        display: block;
    }
    
    #products-page .flex > * {
        text-align: left;
    }

    #products-page .text {
        text-align: left;
    }
}

@media screen and (max-width: 576px) {
    nav {
        display: block;
    }

    .nav-inner > * {
        padding: 10px;
    }

    #products-page .sub-section {
        width: 100%;
    }
}