:root {
--font1: "Montserrat", Helvetica, Arial, sans-serif;
--radius: 3px;
--primary-orange: #70942d;
}.mobilbuttonlar {
display: none;
}@media(max-width: 1024px) {
a.WhatsApp1 {
bottom: 60px
}.btn {
border-radius: 0;
display: flex;
justify-content: center;
align-items: center;
padding: 10px 20px;
width: 100%
}.btn svg {
width: 24px;
height: 24px;
fill: white;
}.mobilbuttonlar {
position: fixed;
width: 100%;
bottom: 0;
z-index: 999;
display: flex;
}.btn1 {
background: #6B902D;
border-color: #6B902D;
color: #fff;
width: 100%;
}.btn2 {
background: #557520;
border-color: #557520;
color: #fff;
width: 100%;
}.btn3 {
background: #466218;
border-color: #466218;
color: #fff;
width: 100%;
}
}body {
font-family: var(--font1);
padding: 0px;
margin: 0px;
color: #4c4842;
}body.menu-open {
overflow: hidden;
}svg {
width: 40px;
height: 40px;
}/* Site Header: Genel ve Masaüstü */.site-header {
position: fixed;
top: 0;
left: 0;
width: 100%;
transition: transform 0.3s ease, background-color 0.3s ease,
box-shadow 0.3s ease;
z-index: 1000;
background: #ffffff;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
border-bottom: 1px solid #f0f0f0;
}.header-top-row {
margin: 0 auto;
padding: 12px 0px;
display: flex;
justify-content: space-between;
align-items: center;
}/* Aşağı inerken gizle */
.site-header.is-hidden {
transform: translateY(-100%);
}/* Yukarı çıkarken gelen hal (Görünür olması için transform 0 olmalı) */
.site-header.is-active {
transform: translateY(0);
display: none;
background-color: #ffffff; /* İsteğe bağlı: Yukarı çıkarken arka plan rengi */
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* İsteğe bağlı: Alt gölge */
}.site-header .logo {
flex-shrink: 0;
display: flex;
align-items: center;
text-decoration: none;
}.site-header .logo img {
height: 65px;
width: auto;
display: block;
}.site-header .main-nav {
flex-grow: 1;
display: flex;
justify-content: end;
padding-right: 20px;
border-right: 1px solid #7979791f;
}.site-header .main-nav ul#main-menu {
display: flex;
list-style: none;
gap: 29px;
margin: 0;
padding: 0;
align-items: center;
}.site-header .main-nav ul#main-menu li:nth-child(3) {
display: none;
}.site-header .main-nav a svg {
width: 18px;
height: 18px;
}.site-header .main-nav a {
color: #4C4842;
font-weight: 600;
font-size: 15px;
text-decoration: none;
padding: 5px 0;
position: relative;
transition: color 0.3s ease;
white-space: nowrap;
align-items: center;
display: flex;
}.site-header .main-nav a:hover {
color: var(--primary-orange);
}/* Alt Menüler: Masaüstü */
.site-header .nav-item.nav-submenu {
position: relative;
}.site-header .nav-submenu > a::after {
content: "▼";
font-size: 0.6em;
margin-left: 7px;
display: inline-block;
transition: transform 0.3s ease-in-out;
}.site-header .nav-submenu ul {
list-style: none;
padding: 10px;
margin: 0;
margin-top: 15px;
background-color: #0b1a2c;
border-radius: 8px;
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
min-width: 220px;
position: absolute;
top: 100%;
left: 0;
opacity: 0;
visibility: hidden;
transform: translateY(10px);
transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
z-index: 10;
}.site-header .nav-submenu ul li {
padding: 0;
margin: 0;
}.site-header .nav-submenu ul a {
padding: 10px 15px;
display: block;
font-size: 14px;
font-weight: 500;
border-radius: 5px;
}.site-header .nav-item.nav-submenu:hover > ul {
opacity: 1;
visibility: visible;
transform: translateY(0);
}.site-header .nav-item.nav-submenu:hover > a::after {
transform: rotate(180deg);
}/* Hamburger Menü Butonu */
.site-header .menu-toggle {
display: none;
background: none;
border: none;
cursor: pointer;
padding: 10px;
z-index: 1001;
}.site-header .menu-toggle .bar {
display: block;
width: 25px;
height: 3px;
background-color: var(--green-dark);
margin: 5px 0;
transition: all 0.4s;
}.site-header .menu-toggle.is-active .bar:nth-child(1) {
transform: translateY(8px) rotate(45deg);
}.site-header .menu-toggle.is-active .bar:nth-child(2) {
opacity: 0;
}.site-header .menu-toggle.is-active .bar:nth-child(3) {
transform: translateY(-8px) rotate(-45deg);
}/* Mobil Menü Arka Plan Overlay */
.nav-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.6);
z-index: 998;
opacity: 0;
visibility: hidden;
transition: opacity 0.5s ease, visibility 0.5s ease;
}.nav-overlay.is-active {
opacity: 1;
visibility: visible;
}/* Alt Satır: Şık Ürün Şeridi */
.header-product-bar {
background: #70942d; /* Marka yeşili taban */
padding: 12px 0;
}.language-selector {
position: relative;
display: inline-block;
margin: 0px 15px;
}.language-selector svg {
width: 20px;
height: auto;
overflow: inherit;
stroke: #4C4842;
}.language-selector .icon-link {
display: flex;
align-items: center;
gap: 8px;
text-decoration: none;
color: inherit;
padding: 5px;
border-radius: 5px;
}.language-selector .current-lang {
color: #4C4842;
font-weight: 600;
font-size: 15px;
}.language-selector .language-list {
position: absolute;
top: 100%;
left: 50%;
transform: translateX(-50%) translateY(10px);
background-color: rgba(255, 255, 255, 0.95);
backdrop-filter: blur(5px);
color: #4C4842;
border-radius: 8px;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
list-style: none;
padding: 8px;
margin: 15px 0 0 0;
min-width: 80px;
z-index: 100;
opacity: 0;
visibility: hidden;
pointer-events: none;
transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}.language-selector.active .language-list {
opacity: 1;
visibility: visible;
pointer-events: auto;
transform: translateX(-50%) translateY(0);
}.language-selector .language-list::after {
content: "";
position: absolute;
bottom: 100%;
left: 50%;
transform: translateX(-50%);
border-width: 7px;
border-style: solid;
border-color: transparent transparent rgba(255, 255, 255, 0.95) transparent;
}.language-selector .language-list li a .icon {
display: none;
}.language-selector .language-list li a {
display: block;
padding: 10px 18px;
color: #4C4842;
text-decoration: none;
font-size: 12px;
border-radius: 25px;
transition: background-color 0.2s ease, color 0.2s ease;
line-height: normal;
text-align: center;
font-weight: 500;
}.language-selector .language-list li a:hover {
background-color: #f1f1f1;
color: #4C4842;
}.product-container {
max-width: 1200px;
margin: 0 auto;
display: flex;
justify-content: center;
gap: 60px;
}.product-link-item {
display: flex;
align-items: center;
gap: 12px;
text-decoration: none;
transition: all 0.3s ease;
}.product-link-item .p-icon {
width: 32px;
height: 32px;
background: rgba(255, 255, 255, 0.1);
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
transition: 0.3s;
}.product-link-item .p-icon svg {
width: 18px;
fill: #ffffff;
}.product-link-item span {
color: #ffffff;
font-size: 14px;
font-weight: 700;
letter-spacing: 0;
text-transform: uppercase;
}/* Hover Efektleri */
.product-link-item:hover {
transform: translateY(-2px);
}.product-link-item:hover .p-icon {
background: #10753C;
}.product-link-item:hover span {
color: #FFF;
}/* Mobil Görünüm */
@media (max-width: 1200px) {
.site-header .menu-toggle {
display: block;
}.site-header .main-nav {
border-right: none;
margin-right: 0;
padding-right: 0;
justify-content: flex-end;
}.site-header .main-nav ul#main-menu {
overflow-y: auto;
padding-bottom: 40px;
flex-direction: column;
position: fixed;
top: 0;
left: -100%;
width: 80%;
max-width: 320px;
height: 100vh;
background-color: #fff;
padding: 80px 40px 40px;
align-items: flex-start;
gap: 15px;
transition: left 0.5s cubic-bezier(0.77, 0, 0.175, 1);
z-index: 999;
}.site-header .main-nav ul#main-menu.is-active {
left: 0;
}.site-header .main-nav ul a {
font-size: 18px;
width: 100%;
}.site-header .main-nav ul li {
position: relative;
}.site-header .main-nav ul li .mobil-logo {
margin-bottom: 25px;
display: block !important;
}/* Mobil Alt Menüler */
.site-header .nav-submenu > li::after {
content: "›";
font-size: 1.8em;
font-weight: bold;
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%) rotate(0deg);
transition: transform 0.3s ease-in-out;
}.site-header .nav-submenu ul {
position: static;
width: 100%;
opacity: 1;
visibility: visible;
transform: none;
box-shadow: none;
background-color: rgba(0, 0, 0, 0.2);
padding: 10px 0 10px 20px;
margin-top: 10px;
border-radius: 8px;
max-height: 0;
overflow: hidden;
transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out,
margin 0.4s ease-in-out;
padding-top: 0;
padding-bottom: 0;
margin-top: 0;
}.site-header .nav-submenu.submenu-open > ul {
max-height: 500px;
margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
}.site-header .nav-submenu.submenu-open > a::after {
transform: translateY(-50%) rotate(90deg);
}
}/**/a.WhatsApp1 {
display: flex;
font-size: 18px;
background: #2eb843;
font-weight: 600;
width: 51px;
height: 51px;
position: fixed;
bottom: 20px;
left: 20px;
border-radius: 50%;
-webkit-transition: all 0.1s ease-out 0s;
-moz-transition: all 0.1s ease-out 0s;
-ms-transition: all 0.1s ease-out 0s;
-o-transition: all 0.1s ease-out 0s;
transition: all 0.1s ease-out 0s;
color: #fff;
align-items: center;
justify-content: center;
animation: whatsapp infinite 2s linear;
z-index: 9999;
}a.WhatsApp1 svg {
width: 50%;
height: 50%;
fill: #fff;
}@keyframes whatsapp {
0% {
box-shadow: 0 0 0 0 #2eb843;
}50% {
box-shadow: 0 0 0 10px #015dc700;
}100% {
box-shadow: 0 0 0 0 #015dc700;
}
}@media (max-width: 1024px) {
a.WhatsApp1 {
bottom: 60px;
}}.btn-inquiry {
margin-top: 0px;
display: inline-block;
padding: 12px 35px;
border: 2px solid #81b23f;
background: transparent;
color: #81b23f;
font-weight: bold;
font-size: 15px;
text-transform: uppercase;
cursor: pointer;
transition: all 0.3s ease;
border-radius: 5px;
text-decoration: none;
}.btn-inquiry:hover {
background-color: #81b23f;
color: white;
border-color: #81b23f;
}.btn-inquiry.btn-inquiry2 {
margin-top: 0px;
display: inline-block;
padding: 12px 35px;
border: 2px solid #81b23f;
background: #81b23f;
color: #fff;
font-weight: bold;
font-size: 15px;
text-transform: uppercase;
cursor: pointer;
transition: all 0.3s ease;
border-radius: 5px;
text-decoration: none;
}.btn-inquiry.btn-inquiry2:hover {
background-color: transparent;
color: #81b23f;
border-color: #81b23f;
}.btn-sm {
padding: 10px 15px;
font-size: 13px;
}@media(max-width:1024px){
.header-product-bar{
display: none;
}.site-header .btn-inquiry{
display: none;
}.header-top-row {
padding: 12px 20px
}.footer1-contact-row,
.footer1-address,
.footer1-nav,
.footer1-actions-wrap,
.footer1-logo-area{
display: none !important;
}.footer1 {
margin-bottom: 35px;
padding: 0px 0 20px 0 !important;
}
}