@import url('https://fonts.googleapis.com/css2?family=Adamina&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

@font-face {
    font-family: 'Impact';
    src: url('fonts/impact.ttf') format('ttf'),
        url('fonts/impact.woff') format('woff'),
        url('fonts/impact.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

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

html {
    background: #F5F5F5;
}

body {
    font-family: "Rubik", sans-serif;
    color: #3E3E3E;
    /* max-width: 1920px; */
    background: #fff;
    margin: 0 auto;
    padding-top: 110px;
}

.col-lg li,
.col li {
    line-height: 20px;
    font-size: 18px;
    font-family: 'Rubik';
    margin-bottom: 1.5rem;
}

a {
    text-decoration: none;
    color: #0C0C0C;
}

a:hover {
    color: #BA8761;
}

h1 {
    text-transform: unset;
    font-size: 64px;
    font-weight: 400;
    line-height: 90px;
    color: #fff;
    font-family: 'Impact';
    letter-spacing: 1px;
}

.h1-big {
    font-size: 90px;
    line-height: 90px;
}

h1>span {
    font-weight: 700;
}

h2 {
    color: #3E3E3E;
    font-size: 48px;
    font-weight: 400;
    font-family: 'Impact';
    letter-spacing: 1px;
    line-height: 1.2;
    margin: 1rem 0 1.6rem;
}

h3 {
    font-size: 36px;
    line-height: 1.2;
    font-family: 'Impact';
    letter-spacing: 1px;
}

h4 {
    font-family: 'Rubik';
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #1752A0;
}

.fs-16 {
    font-size: 16px;
    line-height: 22px;
}

p {
    font-size: 14px;
    font-size: 16px;
    line-height: 22px;
    line-height: 1.5;
    font-weight: 400;
    color: #3E3E3E;
    font-family: 'Rubik';
}

.adamina {
    font-family: 'Adamina';
}

.impact {
    font-family: 'Impact';
    letter-spacing: 1px;
}

header .p-big {
    font-weight: 600;
}
.p-big {
    font-size: 24px;
    line-height: 1.4;
    margin: 0.8rem 0 1.4rem;
    letter-spacing: 1px;
}

.text-white p {
    color: #fff !important;
}

.font-regular p {
    font-weight: 400 !important;
}

nav .nav-link {
    color: #3E3E3E;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Impact';
    letter-spacing: 1px;
    text-transform: uppercase;
}

.p-bold {
    font-family: 'AlteHaasGroteskBold';
    font-size: 16px;
    color: #455935;
    transition: all 0.3s ease-in-out;
}

p.small-p {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.07px;
    color: #989898;
}

.container {
    max-width: 1290px !important;
}

b.b-big {
    font-size: 30px;
    line-height: 36px;
    font-family: 'Impact';
    letter-spacing: 1px;
    color: #1752A0;
    font-weight: normal;
}

img {
    max-width: 100%;
    height: auto;
}

#header-home {
    background-size: cover;
}
.page-template-template-home h1 {
    display: none;
}

.header-green-sect {
    background-color: #97C346;
}

.header-green-sect p {
    font-size: 13px;
    text-transform: uppercase;
    line-height: 15px;
}

.header-green-sect a {
    font-family: 'Impact';
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    text-transform: uppercase;
}

.bg-green {
    background: #647F4A !important;
}

.bg-image {
    background-image: url(../images/bg-first.jpeg);
    background-size: cover;
}

.bg-white-shadow {
    box-shadow: 0px 4px 15px 0px #00000026;
    background-color: #fff;
    border-radius: 10px;
}

.text-dark-grey {
    color: #3E3E3E !important;
}

.swiper-container {
    width: 100%;
    padding: 20px;
    overflow: hidden;
}

.swiper-slide {
    text-align: center;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    min-height: 380px;
    background-position: center;
    background-size: cover;
    padding: 1rem;
    border-radius: 10px;
}

.slide-caption {
    font-weight: 400;
    background-color: #97C346;
    padding: 5px 10px;
    color: #fff;
    border-radius: 10px;
    width: 100%;
    font-size: 20px;
    font-family: 'Impact';
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 40px;
}

.swiper-pagination {
    position: relative;
    width: auto !important;
    top: unset !important;
    left: unset !important;
    bottom: unset !important;
}
.d-flex-swiper:not(.swiper-pagination-lock){
    display:flex !important;
}
.swiper-button-prev-custom img {
    transform: rotate(180deg);
}

.swiper-button-prev-custom,
.swiper-button-next-custom {
    width: 45px;
    height: 45px;
    box-shadow: 0px 2px 10px 0px #00000026;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}

.swiper-button-prev-custom:hover,
.swiper-button-next-custom:hover {
    background-color: #97C346;
}

.swiper-pagination-bullet {
    opacity: 1;
    background-color: #EEEEEE;
}

.swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    background-color: #1752A0;
    opacity: 1;
}

.swiper-button-disabled {
    opacity: 0.4;
}

.circle-icon {
    background-color: #1752A0;
    width: 190px;
    height: 190px;
    border-radius: 100%;
}

.circle-icon-small {
    width: 90px;
    height: 90px;
}

.image-border-relative {
    border-radius: 10px 155px 10px 10px;
    width: 520px;
    height: 520px;
    object-fit: cover;
    object-position: center;
}

.border-left-155 {
    border-radius: 155px 10px 10px 10px;
}

.image-border-absolute {
    z-index: 1;

    border-radius: 50% 50% 0 0;
    bottom: -4rem;
    left: 0;
    border: 5px solid #fff;
    object-fit: cover;
    width: 47%;
    height: auto;
}

.bg-grey {
    background-color: #F5F5F5;
}

.bg-dark-blue {
    background-color: #1752A0;
}

.btn {
    background-color: #97C346;
    border: unset;
    color: #1752A0;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    padding: 10px 30px 10px 30px;
    border-radius: 10px;
    transition: .2s;
    font-family: 'Impact';
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:focus-visible,
.btn:active:focus-visible {
    background-color: #1752A0 !important;
    color: #fff !important;
}

footer .btn:hover {
    background-color: #fff !important;
    color: #1752A0 !important;
}

.btn-blue {
    background-color: #1752A0 !important;
    color: #fff !important;
}

.btn-blue:hover {
    background-color: #97C346 !important;
    color: #1752A0 !important;
}

.rubik-bold {
    font-weight: 700;
    font-family: 'Rubik';
}

.font-italic {
    font-style: italic;
}

.font-regular {
    font-weight: 400;
}

.fs-35 {
    font-size: 35px;
}

.swiper-text {
    overflow: hidden;
    width: 520px;
    height: 520px;
}

.swiper-text .swiper-wrapper {
    width: 520px;
    height: 520px;
    border-radius: 155px 10px 10px 10px;
}

.swiper-text .swiper-wrapper .swiper-slide {
    width: 100% !important;
    height: 100%;
    border-radius: 155px 10px 10px 10px;
}

.swiper-pagination-second .swiper-pagination-bullet {
    background-color: #EEEEEE !important;
    opacity: 1 !important;
}

.swiper-pagination-second .swiper-pagination-bullet-active {
    background-color: #97C346 !important;
}

.leaf-svg {
    position: absolute;
    right: 0;
    top: 0;
}

.circle-index {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #97C346;
    width: 120px;
    height: 120px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
    border-radius: 100%;
}

.circle-index span,
.circle-index span b {
    color: #1752A0;
    font-size: 30px;
    line-height: 50px;
    font-weight: 400;
    font-family: 'Impact';
    letter-spacing: 1px;
}

.line-height-50 {
    line-height: 50px;
}

.div-absolute {
    top: 40%;
}

.div-absolute {
    opacity: 0;
}

.div-active {
    opacity: 1;
    transition: all 1s ease-in-out;
}

.bg-light-green {
    background-color: #97C346 !important;
}

.br-10 {
    border-radius: 10px;
}

.br-10-40 {
    border-radius: 10px 155px 10px 10px;
}

.br-40-10 {
    border-radius: 155px 10px 10px 10px;
}

.br-10-10-40 {
    border-radius: 10px 10px 155px 10px;
}

.br-10-10-10-40 {
    border-radius: 10px 10px 10px 155px;
}

a.link {
    color: #97C346;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Rubik';
}

.fs-12 {
    font-size: 12px;
}

footer .nav-link {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Impact';
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

footer .nav-link:hover {
    color: #97C346 !important;
}

footer a.impact {
    transition: all 0.3s ease-in-out;
}

footer a.impact:hover {
    color: #97C346 !important;
}

.pb-6-rem {
    padding-bottom: 6rem;
}

.mt-m-7-rem {
    margin-top: -7rem;
}

.swiper-autoplay .swiper-slide {
    padding: 0;
    background: unset;
}


.text-grey {
    color: #656565 !important;
}

.text-blue {
    color: #73308A !important;
}

.text-gold {
    color: #EAC19C !important;
}

.text-dark-grey {
    color: #404040 !important;
}

.text-light-green {
    color: #97C346 !important;
}

.text-green {
    color: #455935 !important;
}

.text-gold-new {
    color: #BA8761 !important;
}

.text-light-green {
    color: #647F4A;
}

.text-coffee-black {
    color: #6A4B31;
}



.bg-green ul li::marker {
    display: none;
    content: '';
}

.bg-green ul li::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background-color: #EAC19C;
    display: inline-block;
    margin-left: -10px;
    margin-right: 1rem;
}

.btn-cofee {
    background-color: #EAC19C !important;
    color: #455935 !important;
}

.btn-cofee:hover {
    background-color: #BA8761 !important;
    border-color: #BA8761 !important;
}

.border-bottom,
.border-top {
    border-color: #F8F8F8 !important;
}

nav.navbar {
    padding: 0 12px;
}

.navbar-brand img {
    height: 73px;
    margin: 14px 0;
    width: auto;
}

.navbar a.nav-link {
    padding: 0 !important;
    margin: 0 1rem;
    transition: .2s;
}

nav .sub-menu .nav-link {
    font-family: 'Rubik';
    font-size: 16px;
    line-height: 22px;
    margin: 8px 12px;
}

.navbar a.nav-link:hover {
    color: #1752A0;
}



.navbar .navbar-toggler {
    border: 1px solid #E3E4E3;
    border-radius: 10px;
}




.btn-transparent {
    background-color: transparent;
    color: #647F4A;
}

.btn-transparent:hover {
    background: #1D1B2014;
    color: #647F4A;
    border: 1.5px solid #647F4A;
}



.owl-nav {
    position: absolute;
    top: -3.5rem;
    right: 0;
    width: calc(100% - 3rem);
    left: 0;
    text-align: right;
    margin: auto;
    max-width: 1360px;
}

button.owl-prev {
    margin-right: 12px;
}


footer {
    background-image: url(../images/bg-first.jpeg);
    background-size: cover;
}

footer a {
    text-transform: uppercase;
}

footer .btn-circle {
    border: 2px solid #647F4A;
}

footer .btn-circle>i {
    color: #647F4A;
}


.slider-image {
    max-height: 280px;
    min-height: 280px;
    object-fit: cover;
    background-position: center;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    margin: 5px 7px;
    background: #D9D9D9;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 22px;
    height: 20.5px;
    background: unset;
    background-image: url(../images/dot.svg);
    background-size: cover;
}

.owl-dots {
    justify-content: center;
    display: flex;
    align-items: center;
    margin-top: 2rem;
}


.wpcf7-form label,
.wpcf7-form input,
.wpcf7-form textarea {
    width: 100%;
}

.wpcf7-form input,
.wpcf7-form textarea {
    border: 1px solid #EEEEEE;
    padding: 10px 15px;
    border-radius: 5px;
    font-family: 'Rubik';
    font-size: 15px;
    color: #3E3E3E99;
    line-height: 22px;
}

.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
    font-family: 'Rubik';
    font-size: 15px;
    color: #3E3E3E99;
}

.wpcf7-form input:focus,
.wpcf7-form input:active,
.wpcf7-form textarea:active,
.wpcf7-form textarea:focus {
    border: 2px solid #455935 !important;
    outline: unset !important;
}

.wpcf7-form input.wpcf7-submit {

    color: #1752A0;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    font-family: 'Impact';
    letter-spacing: 1px;
    text-transform: uppercase;
}




.z-1 {
    z-index: 1;
}

.nav-link:focus,
.nav-link:hover {
    color: #BA8761;
}

.anchor-slider {
    cursor: pointer;
}

.circle-icon-big,
.circle-icon-big img {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.circle-icon-big:hover {
    background-color: #97C346;
}

.circle-icon-big:hover img {
    filter: invert(30%) sepia(91%) saturate(3225%) hue-rotate(193deg) brightness(92%) contrast(88%);
    filter: invert(0.75) sepia(1) saturate(5) hue-rotate(180deg) brightness(0.9) contrast(1.2);
}

.hover-icon {
    width: 0;
    opacity: 0;
    height: 0;
    transition: width 0.3s ease-in-out, opacity 0.5s ease-in-out;
}

.col-hide:hover .hover-icon {
    width: 90px;
    height: 90px;
    opacity: 1;
}

.p-18-22 {
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    color: #fff;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.circle-icon-big:hover .p-18-22 {
    opacity: 1;
}

.circle-icon:hover

/* <About us> */
.container-before {
    position: relative;
}

.container-before .col-lg-5 {
    background-image: url(../images/svg-leaf-header.svg);
    background-repeat: no-repeat;
    background-position: 90%;

}

.container-before::before {
    display: block;
    position: absolute;
    background-color: #1752A0;
    left: 0;
    top: 0;
    height: 100%;
    width: 44%;
    content: '';
    border-radius: 0 0 10px 0;
}

.before-light-green::before {
    background-color: #97C346;
}

.container-before .container {
    position: relative;
    z-index: 1;
}

.col-lg-7-header {
    background-image: url(images/about-us-bg.jpeg);
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    background-size: cover;
    height: 90%;
    width: 56%;
}

.min-height-360px {
    min-height: 360px;
    border-radius: 0 0 10px 0;
}

.col-member a {
    color: #97C346;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Rubik';
}

.image-border-absolute.image-pos-right {
    left: unset;
    right: 0;
}

/* </About us> */

/* <Grown> */
.product {
    min-height: 380px;
    overflow: hidden;
}

.product-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("images/city.jpg");
    background-position: center;
    background-size: cover;
    transition: all 0.3s ease-in-out;
}

.product .btn {
    position: absolute;
    z-index: 1;
    max-width: 90%;
    bottom: 5%;
    transition: all 0.3s ease-in-out;
    color: #fff;
}

.product:hover .product-child,
.product:focus .product-child {
    transform: scale(1.2);
}

.product:hover .btn {
    bottom: 50%;
    background-color: #1752A0;
}

/* </Grown> */

/* The Pop-up (hidden by default) */
.popup {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed position to ensure it stays in place */
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    /* Black background with opacity */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    /* Prevent scrolling in the background */
}

/* Pop-up Content */
.popup-content {
    background-color: #fff;
    border: 1px solid #888;
    width: 80%;
    max-width: 1070px;
    max-height: 603px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    overflow-y: auto;
    /* Enable vertical scrolling */
    max-height: 70vh;
    /* Limit height */
    position: relative;
    /* To ensure close button stays inside */
    display: flex;
    flex-direction: column;
}

.popup-header {
    background-color: #97C346;
}

/* Scrollable content inside the pop-up */
.popup-body {
    max-height: 50vh;
    overflow-y: auto;
    /* padding-right: 10px; */
}

.popup-body table tr:nth-child(2n) {
    background: #F5F5F5
}

.popup-body table tr:first-child {
    background-color: #1752A0;
}

.popup-body table {
    width: 100%;
    border-collapse: collapse;
    max-width: 100vw;
    display: table;
    overflow-x: auto;
}
.popup-body table th,
.popup-body table td {
    padding: 10px;
    text-align: left;
    width: auto;
    min-width: 150px;
}
.popup-body table th,
.popup-body table tr:first-child td {
    background-color: #1752A0;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

.popup-body table tr:first-child td {
    color: #fff;
}

.popup-body table tr td:first-child {
    padding-left: 1rem;
}

.popup-body table tr td:last-child {
    padding-right: 1rem;
}

.popup-body table tr {
    border: 1px solid #EEEEEE
}

.popup-body table tr td {
    font-weight: 500;
    font-family: 'Rubik';
    font-size: 16px;
    color: #696969;
    line-height: 1.5;
}

/* Close button */
.close {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: 400;
    position: absolute;
    right: 1rem;
    top: 0;
}

.close:hover,
.close:focus {
    color: #1752A0;
    text-decoration: none;
    cursor: pointer;
}

.menu-item-has-children::before {
    content: '';
    background-image: url(../images/arrow-down-lake.svg);
    width: 10px;
    height: 5.5px;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 40%;
    transition: all 0.3s;
}

.menu-item-has-children {
    position: relative;
    padding-right: 5px;
    margin-right: 0.5rem;
}

.menu-item-has-children:hover::before {
    transform: rotate(180deg);
}

.sub-menu {
    position: absolute;
    z-index: 9999;
    background: #fff;
    list-style: none;
    padding: 20px 5px;
    font-size: 17px;
    display: none;
    box-shadow: 0px 4px 15px 0px #00000026;
    text-align: left;
    flex-direction: column;
    gap: 0.5rem;
    /*margin-top: 10px;*/
}

.menu-item-has-children:hover .sub-menu {
    display: flex;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #EEEEEE !important;
    padding: 7px 15px;
    border-radius: 5px;
    font-family: 'Rubik';
    font-size: 15px;
    color: #3E3E3E99;
    line-height: 22px;
    height: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 0.5rem !important;
    right: 0.5rem !important;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align: left;
    padding-left: 0;
    font-family: 'Rubik' !important;
    font-size: 15px !important;
    color: #3E3E3E99 !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #fff;
    color: #3E3E3E99;
}

.select2-results__option--selectable {
    background-color: #fff;
    color: #3E3E3E99;
    border-top: 1px solid #EEEEEE;
}
.header-logo-home{
    max-width: 450px;
}
.pos-bg div:nth-child(even){
background-color: #F5F5F5;
}

.footer_logo {
    max-width: 190px;
}

.no-btn {
    cursor: auto;
}


/* <Responsive> */
@media(max-width:1100px) {

    .swiper-text,
    .swiper-text .swiper-wrapper {
        width: 450px;
        height: 450px;
    }
}

@media(max-width:991px) {
    body {
        padding-top: 82px;
    }
    .br-10-40,
    .br-40-10,
    .br-10-10-40,
    .br-10-10-10-40 {
        border-radius: 10px;
    }
    .container-before .col-lg-5.min-height-360px {
        min-height: 200px;
        background-size: contain;
    }
    .popup-body table {
        display: block;
    }
    .popup-body table th, .popup-body table td {
        min-width: 260px;
    }
    .navbar-brand img {
        height: 50px;
        margin: 12px 0;
    }
    #slider-text h3 {
        font-size: 24px !important;
        margin-top: 1rem;
    }
    .footer_logo {
        margin-bottom: 1.8em;
    }
    .col-hide .gap-3 {
        gap: 0rem !important;
    }
    .col-hide:hover .hover-icon {
        display: none !important;
    }

    h1,
    .h1-big {
        font-size: 50px;
        line-height: 1;
    }

    h2 {
        font-size: 48px;
    }

    h3 {
        font-size: 26px;
    }

    .swiper-pagination {
        display: none;
    }

    .mb-15-rem {
        margin-bottom: 15rem;
    }

    .navbar-collapse {
        height: 100%;
    }

    .swiper-text,
    .swiper-text .swiper-wrapper {
        width: 100%;
    }

    .div-absolute {
        top: 28%;
        text-align: center !important;
        width: calc(100% - 1.5rem);
    }

    .col-lg-7-header {
        display: none;
    }

    .mob-order-1 {
        order: 1;
    }

    .mob-order-2 {
        order: 2;
    }

    ul.sub-menu {
        position: relative;
        display: block;
        padding: 0;
        text-align: center;
        box-shadow: unset;
    }

    .image-border-relative {
        width: 100%;
        height: auto;
    }

    .header-green-sect {
        margin-top: 0rem !important;
    }

    .menu-item-has-children::before {
        display: none;
    }
}

@media(max-width:700px) {
    .popup-body table th, .popup-body table td {
        min-width: 186px;
    }
}

/* </Responsive> */