@import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400..800&family=Yellowtail&display=swap');

:root {
    --green: #7e9f3e !important;
    --dark-green: #4e6523 !important;
    --darker-green: #002b04 !important;
    --dark: #231f20 !important;
    --orange: #e56f01 !important;

    --whatsapp: #00d861 !important;

    --thin: 100 !important;
    --ultraLight: 100 !important;
    --light: 300 !important;
    --regular: 400 !important;
    --medium: 500 !important;
    --semiBold: 600 !important;
    --bold: 700 !important;
    --extraBold: 800 !important;
    --black: 900 !important;

    --ttfirs: 'TTFirs' !important;
    --wix: "Wix Madefor Display", sans-serif;
    --yellowtail: "Yellowtail", serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
strong {
    margin-bottom: 0;
}

img {
    max-width: 100%;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}


body {
    font-family: 'TTFirs' !important;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0;
    overflow-x: hidden;
    /* overflow-y: scroll; */
    background-color: #f0f1f3 !important;
}

button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.pointer {
    cursor: pointer;
}

a,
a:hover {
    text-decoration: none !important;
    transition: 400ms !important;
}

body.menu-active {
    overflow: hidden;
}

/* ===== Header: Start ===== */

.header {
    height: 125px;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    padding: 25px;
    display: flex;
    align-items: center;
    transition: 400ms;
}

body.scrolled .header {
    background: var(--darker-green);
    height: 100px;
    padding: 15px;
    transform: translate(0, -100%);
    transition: 400ms;
}

/* body.menu-active .header {
    background: var(--darker-green);
    transition: 400ms;
} */

body.scrolling-up .header {
    transform: translate(0, 0);
    transition: 400ms;
}

body.scrolled .header .header-logo img {
    height: 60px;
    transition: 400ms;
}

body.scrolled .header .menu-button {
    padding: 5px 20px;
    transition: 400ms;
}

body.scrolled .header .header-lang-content a {
    padding: 5px 20px;
    height: 62px;
    transition: 400ms;
}

.header-logo img {
    height: 80px;
    object-fit: contain;
    transition: 400ms;
}

.header-right {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.header-right-col {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.menu-button {
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 7px 25px;
    display: flex;
    cursor: pointer;
    transition: 400ms;
}

.menu-button:hover {
    background: #ffffff24;
}

.menu-button span {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
    padding-bottom: 4px;
}

.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body.menu-active .hamRotate {
    transform: rotate(45deg);
}

body.menu-active .hamRotate180 {
    transform: rotate(180deg);
}

.ham-line {
    fill: none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #ffffff;
    stroke-width: 5.5;
    stroke-linecap: round;
}

.ham8 .top {
    stroke-dasharray: 40 160;
}

.ham8 .middle {
    stroke-dasharray: 40 142;
    transform-origin: 50%;
    transition: transform 400ms;
}

.ham8 .bottom {
    stroke-dasharray: 40 85;
    transform-origin: 50%;
    transition: transform 400ms, stroke-dashoffset 400ms;
}

body.menu-active .ham8 .top {
    stroke-dashoffset: -64px;
}

body.menu-active .ham8 .middle {
    /* stroke-dashoffset: -20px; */
    transform: rotate(90deg);
}

body.menu-active .ham8 .bottom {
    stroke-dashoffset: -64px;
}

.header-lang-content a {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
    border-radius: 50px;
    padding: 7px 25px;
    display: flex;
    cursor: pointer;
    height: 66px;
    margin-left: 25px;
    border: 1px solid var(--green);
    background: var(--green);
    transition: 400ms;
}

.header-lang-content a:hover {
    border: 1px solid var(--dark-green);
    background: var(--dark-green);
    color: #fff;
    transition: 400ms;
}

.header-lang-content a i {
    margin-right: 7px;
}

.header-menu {
    position: fixed;
    width: 100%;
    height: 100dvh;
    padding: 125px 0;
    right: 0;
    top: 0;
    z-index: 9999;
    background: var(--darker-green);
    transform: translateX(100%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 700ms cubic-bezier(0.25, 1, 0.5, 1);
}

body.menu-active .header-menu {
    transform: translateX(0);
    transition-delay: 0s;
    /* hemen */
}

/* Kapanırken */
body:not(.menu-active) .header-menu {
    transform: translateX(100%);
    transition-delay: .8s;
    /* gecikmeli */
}


.header-menu .menu-socials.socials {
    display: flex;
}

.header-menu-socials {
    position: absolute;
    bottom: 35px;
    left: 50px;
}

.header-menu-socials a {
    width: 45px;
    height: 45px;
    font-size: 22px;
    color: var(--dark-green) !important;
    background: #fff !important;
    transition: 400ms !important;
}

.header-menu-socials a:hover {
    color: #fff !important;
    background: var(--green) !important;
    transition: 400ms !important;
}

.menu-list ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

.menu-list ul a {
    font-size: 46px;
    font-weight: 600;
    color: var(--green);
    transition: 400ms;
}

.menu-list ul a img {
    opacity: 0;
    transition: 400ms;
}

.menu-list ul a:hover img {
    opacity: 1;
    transition: 400ms;
}

.menu-list ul a:hover {
    color: #fff;
    transition: 400ms;
}

.menu-list ul li {
    margin: 15px 0;
    /* padding-left: 27px; */
}

.menu-list ul li {
    opacity: 0;
    transform: translateX(300px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

body.menu-active .menu-list ul li {
    opacity: 1;
    transform: translateX(0);
}

body.menu-active .menu-list ul li:nth-child(1) {
    transition-delay: 0.2s;
}

body.menu-active .menu-list ul li:nth-child(2) {
    transition-delay: 0.4s;
}

body.menu-active .menu-list ul li:nth-child(3) {
    transition-delay: 0.6s;
}

body.menu-active .menu-list ul li:nth-child(4) {
    transition-delay: 0.8s;
}

body.menu-active .menu-list ul li:nth-child(5) {
    transition-delay: 1s;
}

body.menu-active .menu-list ul li:nth-child(6) {
    transition-delay: 1.2s;
}

.menu-list ul li:nth-child(6) {
    transition-delay: 0.1s;
}

.menu-list ul li:nth-child(5) {
    transition-delay: 0.2s;
}

.menu-list ul li:nth-child(4) {
    transition-delay: 0.3s;
}

.menu-list ul li:nth-child(3) {
    transition-delay: 0.4s;
}

.menu-list ul li:nth-child(2) {
    transition-delay: .5s;
}

.menu-list ul li:nth-child(1) {
    transition-delay: .6s;
}

.menu-socials a {
    opacity: 0 !important;
    transform: translateY(150px) !important;
    transition: opacity 0.5s ease, transform 0.5s ease !important;
}

body.menu-active .menu-socials a {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

body.menu-active .menu-socials a:nth-child(1) {
    transition-delay: 1s !important;
}

body.menu-active .menu-socials a:nth-child(2) {
    transition-delay: 1.2s !important;
}

body.menu-active .menu-socials a:nth-child(3) {
    transition-delay: 1.4s !important;
}

body.menu-active .menu-socials a:nth-child(4) {
    transition-delay: 1.6s !important;
}

body.menu-active .menu-socials a:nth-child(5) {
    transition-delay: 1.8s !important;
}

body.menu-active .menu-socials a:nth-child(5) {
    transition-delay: 2s !important;
}


.menu-socials a:nth-child(1) {
    transition-delay: .6s !important;
}

.menu-socials a:nth-child(2) {
    transition-delay: .5s !important;
}

.menu-socials a:nth-child(3) {
    transition-delay: .4s !important;
}

.menu-socials a:nth-child(4) {
    transition-delay: .3s !important;
}

.menu-socials a:nth-child(5) {
    transition-delay: .2s !important;
}

.menu-socials a:nth-child(6) {
    transition-delay: .1s !important;
}

body.menu-active .whatsapphref {
    opacity: 0 !important;
    pointer-events: none !important;
    transition: 400ms;
}

.whatsapphref {
    transition: 400ms;
}


/* ===== Header: End ===== */

/* ===== Footer: Start ===== */

.footer {
    background: var(--darker-green);
}

.footer-top {
    padding: 75px 0;
}

.footer-logo img {
    width: 100%;
    height: 125px;
    object-fit: contain;
    object-position: left;
}

.footer-socials.socials {
    margin: 50px 0;
    display: flex;
}

.socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    margin-right: 15px;
    font-size: 18px;
    /* background: #fff;
    color: var(--dark); */
    background: var(--dark-green);
    color: #fff;
    transition: 400ms;
}

.socials a:hover {
    background: #fff;
    color: var(--green);
    transition: 400ms;
}

.socials a:last-child {
    margin-right: 0 !important;
}

button.return-top-button {
    width: 40px;
    height: 40px;
    border: none;
    background: var(--dark-green);
    color: #fff;
    border-radius: 100%;
    font-size: 15px;
    transition: 400ms;
}

button.return-top-button:hover {
    background: #fff;
    color: var(--green);
    transition: 400ms;
    animation-name: jump;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;

}

.footer-return-top {
    display: flex;
    justify-content: flex-end;
}

@keyframes jump {
    0% {
        /* Başlangıç konumu */
        transform: translateY(0);
    }

    50% {
        /* Animasyonun ortasında, 20px yukarı zıplıyor */
        transform: translateY(-10px);
    }

    100% {
        /* Tekrar başlangıç konumuna dönüyor */
        transform: translateY(0);
    }
}



.footer-menu-item ul {
    list-style: none;
    padding: 0;
}

.footer-menu-item ul li a {
    font-size: 26px;
    color: var(--green);
    font-weight: 500;
    transition: 400ms;
}

.footer-menu-item ul li a:hover {
    color: #fff;
    transition: 400ms;
}

li.footer-address {
    font-size: 16px;
    color: var(--green);
    font-weight: 500;
    margin-top: 25px;
}

li.footer-address p {
    margin: 0
}

a.footer-whatsapp {
    font-size: 20px;
    font-weight: 600;
    color: #00d861 !important;
    display: flex;
    align-items: center;
    margin-top: 35px;
    transition: 400ms;
}

a.footer-whatsapp i {
    font-size: 26px;
    margin-right: 10px;
    transition: 400ms;
}

a.footer-whatsapp:hover i {
    color: #fff;
    transition: 400ms;
}

.copyright {
    padding: 35px 0;
    border-top: 1px solid var(--dark-green);
    display: flex;
    justify-content: space-between;
}

.copyright span {
    font-size: 16px;
    color: #fff;
    opacity: .4;
    font-weight: 500;
    max-width: 300px;
    width: 100%;
}

.copyright .fizu {
    max-width: 300px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.copyright .fizu img {
    height: 40px;
    opacity: .4;
    filter: invert(1);
    transition: 400ms;
}

.copyright .fizu:hover img {
    opacity: .8;
    transition: 400ms;
}

.bottom-links {
    display: flex;
    justify-content: center;
}

.bottom-links a {
    color: #fff;
    opacity: .4;
    font-weight: 500;
    padding: 0 15px;
    position: relative;
}

.bottom-links a:after {
    content: "";
    display: block;
    position: absolute;
    right: -3px;
    top: 10px;
    width: 6px;
    height: 6px;
    background: #fff;
    opacity: .4;
    border-radius: 100%;
    transition: 400ms;
}

.bottom-links a:hover {
    color: #fff;
    opacity: 1;
    transition: 400ms;
}

.bottom-links a:last-child:after {
    display: none;
}

/* ===== Footer: End ===== */

/* ===== Slider: Start ===== */


.main-slider {
    position: relative;
}

.main-slider .item.slider-item {
    width: 100%;
    height: 100dvh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.main-slider .item.slider-item .slider-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .2;
}


.main-slider .item.slider-item .container {
    height: 100%;
}

.main-slider .slider-main {
    z-index: 99999999;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    font-size: 65px;
    font-weight: 700;
    line-height: 1.2;
    height: 100%;
    width: 100%;
}

.slider-content {
    max-width: 55%;
}

.main-slider .item.slider-item {
    padding-bottom: 20dvh;
    padding-top: 150px;
}



.main-slider .item.slider-item[data-alignment="top-left"] .slider-main {
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
}

.main-slider .item.slider-item[data-alignment="top-center"] .slider-main {
    justify-content: flex-start;
    align-items: center;
    text-align: center;
}

.main-slider .item.slider-item[data-alignment="top-right"] .slider-main {
    justify-content: flex-start;
    align-items: flex-end;
    text-align: right;
}

.main-slider .item.slider-item[data-alignment="center-left"] .slider-main {
    justify-content: center;
    align-items: flex-start;
    text-align: left;
}

.main-slider .item.slider-item[data-alignment="center-center"] .slider-main {
    justify-content: center;
    align-items: center;
    text-align: center;
}

.main-slider .item.slider-item[data-alignment="center-right"] .slider-main {
    justify-content: center;
    align-items: flex-end;
    text-align: right;
}

.main-slider .item.slider-item[data-alignment="bottom-left"] .slider-main {
    justify-content: flex-end;
    align-items: flex-start;
    text-align: left;
}

.main-slider .item.slider-item[data-alignment="bottom-center"] .slider-main {
    justify-content: flex-end;
    align-items: center;
    text-align: center;
}

.main-slider .item.slider-item[data-alignment="bottom-right"] .slider-main {
    justify-content: flex-end;
    align-items: flex-end;
    text-align: right;
}

.main-slider-buttons {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 20dvh;
    z-index: 99;
    display: flex;
    align-items: center;
}

.main-slider-buttons .slider-buttons {
    display: flex;
    justify-content: space-between;
}

.slider-left-buttons {
    display: flex;
}

.main-slider-buttons .slider-buttons button {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 1px solid #fff;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 400ms;
}

.main-slider-buttons .slider-buttons button:hover {
    background: #fff;
    transition: 400ms;
}

.main-slider-buttons .slider-buttons button:hover i {
    color: var(--green);
    transition: 400ms;
}

.main-slider-buttons .slider-buttons button:first-child {
    margin-right: 20px;
}

.main-slider-buttons .slider-buttons button i {
    color: #fff;
    font-size: 24px;
}

.main-slider-buttons .slider-buttons .scroll-down {
    animation-name: jump;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: none;
    border: 1px solid #fff;
    color: #fff;
    font-size: 26px;
    cursor: pointer;
    transition: 400ms;
}

.main-slider-buttons .slider-buttons .scroll-down:hover {
    background: var(--dark-green);
    border: 1px solid var(--dark-green);
    color: #fff;
    transition: 400ms;
}

.main-slider .item.slider-item video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}


/* ===== Slider: End ===== */


/* ===== MainCategories: Start ===== */

.main-categories {
    padding: 100px 0;
}

a.category-item {
    width: 100%;
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 35px 40px;
    position: relative;
    border-radius: 30px;
    margin-bottom: 25px;
    overflow: hidden;
}

img.category-item-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
    transition: 1000ms;
}

a.category-item:hover img.category-item-bg {
    scale: 1.15;
    transition: 1000ms;
}

.categories-content h2 {
    margin-bottom: 75px;
    color: var(--darker-green);
    font-size: 65px;
    font-weight: 500;
}

a.category-item * {
    z-index: 10;
}

a.category-item img {
    z-index: 8;
}

a.category-item .category-title {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 15px;
}

.category-text {
    font-size: 25px;
    line-height: 1.4;
    color: #fff;
    font-weight: 500;
    height: calc(100% - 215px);
    display: flex;
    align-items: end;
}

a.category-item:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000;
    opacity: .3;
    z-index: 9;
}

.theme-button.primary-button {
    height: 80px;
    padding: 10px 35px;
    border-radius: 50px;
    border: none;
    background: var(--green);
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    display: flex;
    align-items: center;
    transition: 400ms;
}

.theme-button.primary-button:hover {
    background: var(--dark-green);
    transition: 400ms;
}

.theme-button.primary-button:hover i {
    margin-left: 45px;
    transition: 400ms;
}

.theme-button.primary-button i {
    margin-left: 25px;
    transition: 400ms;
}

.categories-content h2 {
    text-align: center;
}

.categories-content {
    padding: 100px 0 150px 0;
}

.go-categories-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

/* ===== MainCategories: End ===== */

/* ===== MainCounter: Start ===== */

.main-counts-area {
    background: url(images/counter-bg.jpg);
    background-attachment: fixed;
    background-position: top;
    padding: 100px 0;
}

h2.counters-title {
    font-size: 60px;
    color: var(--darker-green);
    font-weight: 600;
    margin-bottom: 30px;
}

p.counters-text {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--darker-green);
}

.main-counts-area {
    background: url(images/counter-bg.jpg);
    background-attachment: fixed;
    background-position: top;
    padding: 100px 0;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

h2.counters-title {
    font-size: 60px;
    color: var(--darker-green);
    font-weight: 600;
    margin-bottom: 30px;
}

p.counters-text {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--darker-green);
}

.counter-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}

span.counter-item-count {
    font-size: 94px;
    font-weight: 500;
    color: var(--darker-green);
    line-height: 1.2;
}

div#counter {
    margin-top: 125px;
}

span.counte-item-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--darker-green);
}

img#roundImage {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.stats-image {
    transform: translate(0px, -50%);
    margin-bottom: -50%;
}

/* ===== MainCounter: End ===== */


/* ===== MainProductSlider: Start ===== */

.product-slider .slider-content {
    display: flex;
    border-radius: 30px;
    overflow: hidden;
}


.product-slider-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.product-slider-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 40px;
}

span.product-slider-item-title {
    font-size: 74px;
    line-height: 1;
    font-weight: 700;
    color: var(--darker-green);
    margin-bottom: 35px;
}

p.product-slider-item-text {
    color: var(--darker-green);
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 35px;
}

.product-slider {
    padding: 50px 0 75px 0;
}

.blog-slider-buttons,
.product-slider-buttons {
    margin-top: 40px;
}

.blog-slider-buttons .slider-buttons,
.product-slider-buttons .slider-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-slider-buttons .slider-buttons button,
.product-slider-buttons .slider-buttons button,
.similar-products .slider-buttons button {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--darker-green);
    background: none;
    border-radius: 100%;
    border: 1px solid var(--darker-green);
    font-size: 20px;
    margin: 0 10px;
    transition: 400ms;
}

.blog-slider-buttons .slider-buttons button:hover,
.product-slider-buttons .slider-buttons button:hover,
.similar-products .slider-buttons button:hover {
    color: #fff;
    border: 1px solid var(--green);
    background: var(--green);
    transition: 400ms;
}

.product-slider-image {
    border-radius: 40px;
    background: #d1d1d1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ===== MainProductSlider: End ===== */


/* ===== MainSustanbilitySlider: Start ===== */

.main-sustainability {
    background: url(images/sustainability-bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 750px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.main-sustainability:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.4;
    z-index: 9;
}

.main-sustainability * {
    z-index: 999;
}

.main-sustainability h3 {
    color: #fff;
    font-size: 74px;
    font-weight: 500;
    margin-bottom: 45px;
}

.main-sustainability p {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
}

/* ===== MainSustanbilitySlider: End ===== */


/* ===== MainBlogSlider: Start ===== */

.blog-item-image {
    width: 100% !important;
    height: 350px;
    border-radius: 30px;
    overflow: hidden;
}

.blog-item-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    filter: brightness(.8);
    transition: 800ms;
}

.blog-item:hover .blog-item-image img {
    scale: 1.15;
    transition: 800ms;
}

.blog-slider-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.blog-slider-top h3 {
    font-size: 74px;
    font-weight: 600;
    color: var(--darker-green);
    margin-bottom: 15px;
}

.blog-slider {
    padding: 100px 0 150px 0;
}

.blog-slider-top {
    margin-bottom: 50px;
}

.theme-button.primary-button.orange-button {
    background: var(--orange) !important;
}

.theme-button.primary-button.orange-button:hover {
    background: #fd7e1491 !important;
}

.blog-item-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.blog-item-content .blog-item-date {
    color: var(--darker-green);
    font-size: 16px;
    font-weight: 500;
    margin: 20px 0 10px 0;
}

span.blog-item-title {
    font-size: 26px;
    font-weight: 600;
    color: var(--darker-green);
    line-height: 1.2;
    margin-bottom: 15px;
}

button.blog-item-button {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--darker-green);
    color: var(--darker-green);
    background: none;
    transition: 400ms;
}

.blog-item:hover button.blog-item-button {
    background: var(--darker-green);
    color: #fff;
    transition: 400ms;
}

/* ===== MainBlogSlider: End ===== */


/* ===== PageHeader: Start ===== */

.page-header {
    background: var(--darker-green);
    margin-top: 125px;
    position: relative;
}

.page-header:after {
    height: 125px;
    width: 100%;
    position: relative;
}

.page-header-right img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.page-header .row .col-md-6:last-child {
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}


.page-header .row .col-md-6:first-child {
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-right: 1px solid var(--green);
}

.page-header:before {
    height: 125px;
    width: 100%;
    position: absolute;
    content: "";
    display: flex;
    top: -125px;
    background: var(--darker-green);
    border-bottom: 1px solid var(--green);
}


.page-bread ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    margin: 0;
}

.page-bread ul a {
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 500;
    transition: 400ms;
}

.page-bread ul li:not(:last-child) a:hover {
    color: var(--green) !important;
    transition: 400ms;
}



.light-header .page-bread ul a {
    white-space: nowrap;
}

.page-bread ul {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}

.page-bread {
    overflow-x: auto;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
    height: 50px;
    display: flex;
}

.page-bread ul a {
    white-space: nowrap;
}

.page-title h1 {
    margin: 0;
    text-align: center;
    font-size: 70px;
    color: #fff;
    font-weight: 500;
    line-height: 1;
}

.page-title {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-bottom: 40px;
}

.page-header-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
}

.page-bread ul li:not(:last-child) a {
    position: relative;
    padding-right: 16px;
    margin-right: 8px;
    display: flex;
}

.page-bread ul li:not(:last-child) a:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 12px;
    width: 5px;
    height: 5px;
    background: var(--green);
    border-radius: 100%;
}

/* ===== PageHeader: End ===== */


/* ===== ContactPage: Start ===== */

.contact-informations {
    padding: 50px 0;
}

/* .inner-page {
    background-color: #fff;
} */
body:has(.inner-page) {
    background-color: #fff !important;
}

.contact-top {
    padding: 75px 150px;
}

.page-content-title {
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    color: var(--darker-green);
}

.contact-info-item {
    padding: 25px 35px;
    background: #7e9f3e3b;
    /* background: var(--green); */
    border-radius: 30px;
    overflow: hidden;
    height: 100%;
}

.contact-info-item ul {
    list-style: none;
    padding: 0;
}

.contact-info-item i {
    font-size: 38px;
    color: #fff;
    color: var(--darker-green);
}

.contact-item-icon {
    margin-bottom: 25px;
}

.contact-info-item a,
.contact-info-item p {
    font-size: 27px;
    font-weight: 600;
    color: var(--darker-green);
    transition: 400ms;
}


.contact-info-item a:hover {
    color: #fff;
    transition: 400ms;
}

.contact-form {
    padding: 75px 300px 100px 300px;
}


.contact-form {
    padding: 75px 300px 100px 300px;
}

.contact-form .form-control {
    height: 80px;
    padding: 25px;
    border-radius: 80px;
    border: 1px solid #7e9f3e3b;
    font-size: 20px;
    font-weight: 500;
    color: var(--darker-green);
    outline: none !important;
    box-shadow: none !important;
    transition: 400ms;
}

.contact-form textarea.form-control {
    height: 100%;
    min-height: 200px;
    border-radius: 50px;
}

.contact-form .form-control:focus {
    border-color: var(--darker-green);
    transition: 400ms;
}


.contact-form .form-control:focus::placeholder {
    color: var(--darker-green);
    transition: 400ms;
}

.contact-form .form-control::placeholder {
    color: #002b0485;
}

/* ===== ContactPage: End ===== */


/* ===== BlogListPage: Start ===== */


.blog-list-content {
    padding: 75px 0;
}

.blog-list {
    padding-top: 75px;
}

.blog-list .col-md-4:has(.blog-item) {
    margin-bottom: 50px;
}

.blog-list .blog-item-image {
    height: 275px;
}

/* ===== BlogListPage: End ===== */


/* ===== BlogDetailPage: Start ===== */

.blog-detail-page .page-title {
    padding: 0;
    justify-content: flex-start;
}

.blog-detail-page .page-title h1 {
    font-size: 60px !important;
}

.blog-header-bottom {
    height: 40px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.blog-header-bottom a,
.blog-header-bottom span {
    font-size: 16px;
    color: #fff !important;
    font-weight: 500;
}

.blog-detail-content {
    padding: 100px 0;
    font-size: 23px;
    font-weight: 500;
    color: var(--darker-green);
}

.blog-detail-content p {
    margin-bottom: 50px;
}

.blog-detail-content h1 {
    font-size: 60px;
    font-weight: 800;
    color: var(--darker-green);
}

.blog-detail-content h2 {
    font-size: 46px;
    font-weight: 800;
    color: var(--darker-green);
}

.blog-detail-content h3 {
    font-size: 36px;
    font-weight: 800;
    color: var(--darker-green);
}

.blog-detail-content h4 {
    font-size: 32px;
    font-weight: 800;
    color: var(--darker-green);
}


/* ===== BlogDetailPage: End ===== */

/* ===== CorporatePage: Start ===== */


.corporate-page-content {
    padding: 100px 0;
    font-size: 23px;
    font-weight: 500;
    color: var(--darker-green);
}

.corporate-content p {
    margin-bottom: 50px;
}

.corporate-content h1 {
    font-size: 60px;
    font-weight: 800;
    color: var(--darker-green);
}

.corporate-content h2 {
    font-size: 46px;
    font-weight: 800;
    color: var(--darker-green);
}

.corporate-content h3 {
    font-size: 40px;
    font-weight: 800;
    color: var(--darker-green);
}

.corporate-content h4 {
    font-size: 32px;
    font-weight: 800;
    color: var(--darker-green);
}

.corporate-bottom {
    margin-top: 125px;
}

.corporate-bottom-item:nth-child(even) .row {
    flex-direction: row-reverse;
}

.corporate-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
    box-shadow: 0px 0px 20px #0000004a;
}

.corporate-image {
    height: 100%;
}

.corporate-bottom-item {
    margin: 75px 0;
}

.corporate-content .corporate-bottom-item h3 {
    font-size: 40px;
    font-weight: 700;
    color: var(--darker-green);
}

.corporate-item-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 50px;
    border-radius: 30px;
    box-shadow: 0px 0px 20px #0000004a;
    background: var(--green);
}

.corporate-item-text p:last-child {
    margin-bottom: 0;
}

.corporate-item-content * {
    color: #fff !important;
}

/* ===== CorporatePage: End ===== */

/* ===== ProductList: Start ===== */


.page-content.products-page-content {
    padding: 100px 0 150px 0;
}

a.product-item {
    background: #eff0ef;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    text-align: center;
    justify-content: space-between;
    padding: 40px;
    height: 600px;
    margin-bottom: 30px;
}

span.product-item-title {
    font-size: 24px;
    font-weight: 600;
    color: var(--dark);
}

span.product-item-subtitle {
    font-size: 18px;
    padding-top: 5px;
    font-weight: 500;
    color: var(--dark);
}

img.product-item-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 600ms;
}

.product-item:hover img.product-item-image {
    scale: 1.04;
    transition: 600ms;
}

span.no-prod-alert {
    background: #eff0ef;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    text-align: center;
    justify-content: space-between;
    padding: 30px 40px;
    margin-bottom: 30px;
    width: 100%;
    font-size: 19px;
    font-weight: 600;
    color: #5e5e5e;
}

/* ===== ProductList: End ===== */


/* ===== ProductDetail: Start ===== */

.page-header.light-header {
    background: none;
    border: 1px solid #e5eae6;
    border-left: none !important;
    border-right: none !important;
}

.page-header.light-header:before {
    border: none !important;
    background: none !important;
}

body:has(.light-header):not(.menu-active, .scrolled) .header .header-logo .light-logo {
    display: none !important;
}

body:has(.light-header):not(.menu-active, .scrolled) .header .header-logo .dark-logo {
    display: block !important;
}

body:has(.light-header):not(.menu-active, .scrolled) .menu-button {
    border: 1px solid var(--dark-green);
}

body:has(.light-header):not(.menu-active, .scrolled) .menu-button span {
    color: var(--dark-green);
}


body:has(.light-header):not(.menu-active, .scrolled) .menu-button path {
    stroke: var(--dark-green);
}

.light-header .page-bread ul a {
    color: var(--dark) !important;
}

.light-header .page-bread ul a::after {
    background: #343a408c !important;
}

.page-header.light-header .row [class*="col-md-"]:first-child {
    border: none !important;
}

.page-header.light-header .row [class*="col-md-"]:first-child {
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.page-header.light-header .page-header-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    height: 100%;
}

.page-header.light-header .page-header-right .page-back {
    white-space: nowrap;
    background: #fff;
}

.page-header.light-header .page-back a {
    font-size: 16px;
    font-weight: 600;
    color: var(--dark);
}

.page-header.light-header .page-back a i {
    margin-right: 5px;
    transition: 400ms;
}

.page-header.light-header .page-back a:hover i {
    margin-right: 8px;
    transition: 400ms;
}

/* a.detail-image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 75px;
    background: #eff0ef;
    border-radius: 50px;
    width: 100%;
    height: 700px;
} */

a.detail-image {
    margin-bottom: 30px;
    display: flex;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    border-radius: 50px;
    overflow: hidden;
}

a.detail-image:hover img {
    transform: scale(1.1);
    transition: 1s;
}

a.detail-image img {
    object-fit: cover !important;
    width: 100%;
    height: auto;
    transition: 1s;
}

.product-detail-content {
    margin: 75px 0 150px 0;
    padding: 0 100px;
}

.product-detail-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.product-detail-title {
    font-size: 45px !important;
    font-weight: 800 !important;
    color: var(--darker-green) !important;
    line-height: 1.2;
}

.product-detail-subtitle {
    font-size: 26px;
    font-weight: 700;
    margin: 25px 0;
    color: var(--darker-green);
}

.product-detail-description {
    font-size: 22px;
    font-weight: 500;
    color: #676767;
}

.product-detail-text {
    padding-left: 75px;
    padding-top: 25px;
}

.similar-top .similar-top-text h3 {
    font-size: 66px;
    font-weight: 600;
    color: var(--darker-green);
    margin-bottom: 15px;
}

.similar-top-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.similar-top .slider-buttons {
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.similar-top {
    margin-bottom: 50px;
}

.similar-products {
    margin-bottom: 150px;
}

/* ===== ProductDetail: End ===== */


.fancybox-container {
    z-index: 9999999999999999999 !important;
}


.panel-button {
    position: fixed;
    left: 35px;
    bottom: 50px;
    z-index: 99999999;
}

.panel-button a {
    height: 40px;
    background: #7e9f3e;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration-line: unset !important;
    border-radius: 10px;
    padding: 0 20px;
    font-size: 15px;
    color: #fff;
    transition: 400ms;
}

.panel-button a:hover {
    background: #002b04;
    color: #fff;
    transition: 400ms;
}