:root {
--font1: "Urbanist", Helvetica, Arial, sans-serif;
--font2: "Marcellus", serif;
--primary-orange: #948b77;
--radius: 3px;
}svg {
width: 40px;
height: 40px;
}body {
font-family: var(--font1);
padding: 0px;
margin: 0px;
}body.menu-open {
overflow: hidden;
}/* Site Header: Genel ve Masaüstü */
.site-header {
width: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 1000;
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
background-color 0.3s ease !important;box-sizing: border-box;
}
/* Ana Kapsayıcı */
.marquee-wrapper {
width: 100%;
overflow: hidden;
user-select: none;
/* Görseldeki gibi şık bir geçişli renk */
background: linear-gradient(90deg, #d2c1a5 0%, #a89f8a 50%, #8d8570 100%);
padding: 6px 0;
display: flex;
align-items: center;
}/* Kayma Alanı */
.marquee-content {
display: flex;
width: max-content;
animation: scroll 30s linear infinite; /* Hızı buradan ayarlayabilirsiniz */
}/* Üzerine gelince durma özelliği */
.marquee-wrapper:hover .marquee-content {
animation-play-state: paused;
}/* Liste Yapısı */
.marquee-items {
display: flex;
align-items: center;
list-style: none;
margin: 0;
padding: 0;
}.marquee-items li {
color: rgba(255, 255, 255, 0.9);
font-size: 13px;
font-weight: 300;
white-space: nowrap;
padding: 0 20px;
}/* Nokta ayırıcı stili */
.marquee-items li.dot {
font-size: 24px;
padding: 0;
opacity: 0.7;
}/* Sonsuz Kayma Animasyonu */
@keyframes scroll {
from {
transform: translateX(0);
}
to {
transform: translateX(-50%);
}
}.site-header-orta {
width: 100%;
height: 80px;
display: flex;
align-items: center;
justify-content: center;
position: relative;
}.site-header .logo {
height: 100%;
display: flex;
align-items: center;
position: absolute;
left: 50%;
transform: translateX(-50%);
}.site-header .logo img {
width: auto;
height: 45px;
}.site-header .main-nav {
flex-grow: 1;
display: flex;
}.site-header .main-nav ul#main-menu {
display: flex;
list-style: none;
margin: 0;
padding: 0;
align-items: center;
}.site-header .main-nav a:nth-child(1) {
margin-left: 0px;
}.site-header .main-nav a {
font-size: 12px;
text-transform: uppercase;
letter-spacing: 2px;
color: #fff;
text-decoration: none;
margin-right: 30px;
display: flex;
align-items: center;
}.site-header .main-nav li:nth-child(3) a {
display: none;
}.site-header .main-nav a:hover {
color: var(--primary-orange);
}.site-header .main-nav a svg {
width: 14px;
height: 14px;
fill: #fff;
}.site-header .main-menu2 {
display: flex;
}.site-header .main-menu2 li {
list-style: none;
}.site-header .main-menu2 a {
font-size: 12px;
text-transform: uppercase;
letter-spacing: 2px;
color: #fff;
text-decoration: none;
margin-right: 30px;
}.site-header .main-menu2 a.link {
margin-right: 0px;
}.site-header .main-menu2 a.link svg {
width: 12px;
height: 12px;
fill: #fff;
margin-right: 5px;
}/* 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: #fff;
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;
}/* Aşağı inerken gizleme sınıfı *//* Yukarı çıkarken siyah arka plan */
.site-header.header-black {
background-color: #000000 !important;
transform: translateY(0);
}/* Siyah header aktifken üstteki kayan yazıyı (marquee) gizlemek daha şıktır (Opsiyonel) */
.site-header.header-black .marquee-wrapper {
display: none;
}/* Siyah header'da logonun veya yazıların netleşmesi için yükseklik ayarı */
.site-header.header-black .site-header-orta {
height: 70px; /* Biraz daraltarak daha modern bir görünüm verir */
}/* Header siyah olduğunda içindeki yazıların/linklerin rengini değiştirmek istersen: */
.site-header.header-black .nav-link,
.site-header.header-black .menu-toggle 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: #1a1a1a;
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 a svg {
fill: #fff;
width: 13px;
height: 13px;
}.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: 24px;
height: 24px;
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;
}
}.mobilbuttonlar {
display: none;
}@media (max-width: 1200px) {
.site-header.header-black .logo img {
width: auto;
height: 29px;
}.slider-container .slide .textic .text1 {
display: block;
font-size: 34px;
font-weight: 700;
line-height: 1.2;
margin-bottom: 25px;
font-family: var(--font2);
}
.site-header .main-menu2 {
display: flex;
width: 100%;
left: 0;
display: flex;
justify-content: center;
position: absolute;
bottom: -47px;
padding: 0;
padding: 6px 0px;
}.site-header .main-nav ul#main-menu {}
.site-header.header-black .main-menu2 {
background: #000;
}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: currentColor;
}.mobilbuttonlar {
position: fixed;
width: 100%;
bottom: 0;
z-index: 999;
display: flex;
}.btn1 {
background: #4c4f4f;
border-color: #4c4f4f;
color: #fff;
}.btn2 {
background: #2e3232;
border-color: #2e3232;
color: #fff;
}.btn3 {
background: #171a1a;
border-color: #171a1a;
color: #fff;
}
}/* Arama İkonu Butonu */
.search-trigger {
background: none;
cursor: pointer;
color: #333;
margin: 0px 0px 0px 20px;
padding: 0px 0px 0px 20px;
border-style: solid;
border-width: 0px 0px 0px 1px;
border-color: #ffffff33;
}.search-trigger svg {
color: #fff;
width: 16px;
height: 16px;
}/* Arama Paneli (Overlay) */
.full-search-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 350px; /* İstediğin yüksekliğe çekebilirsin */
background: #ffffff;
z-index: 9999;
display: flex;
align-items: center;
justify-content: center;/* Yukarıda gizleme */
transform: translateY(-100%);
transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}/* Panel Aktif Olduğunda */
.full-search-overlay.active {
transform: translateY(0);
}/* İçerik Konumlandırma */
.search-container {
width: 90%;
max-width: 1200px;
}.search-input-row {
display: flex;
align-items: center;
border-bottom: 2px solid #000; /* Görseldeki siyah alt çizgi */
padding-bottom: 10px;
position: relative;
}/* Arama Girişi (Input) */
#searchInput {
width: 100%;
border: none;
outline: none;
font-size: 30px;
font-weight: 500;
color: #000;
background: transparent;
}/* Kapatma Butonu (X) */
.close-search {
background: #f5f5f5;
border: none;
border-radius: 50%;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: background 0.3s;
margin-left: 20px;
}.close-search:hover {
background: #eeeeee;
}/* Alt Metin */
.search-hint {
margin-top: 20px;
font-size: 16px;
color: #666;
font-family: sans-serif;
}.btn22 {
background-color: rgb(70, 69, 69);
color: rgb(253, 251, 248);
cursor: pointer;
display: inline-block;
font-size: 0.625rem;
letter-spacing: 0.3125rem;
line-height: 1;
text-transform: uppercase;
border-width: 1px;
border-style: solid;
border-color: transparent;
border-image: initial;
border-radius: 0px;
transition: background-color 0.4s ease-in-out, border 0.4s ease-in-out,
color 0.4s ease-in-out, font-size 0.4s ease-in-out, padding 0.4s ease-in-out;
background-color: transparent;
color: #fff;
border-width: 1px;
border-style: solid;
border-color: rgba(255, 255, 255, 1);
border-image: initial;
text-decoration: none;
padding: 11px 33px;
}.btn22:hover {
background: #bcaf97;
color: #fff;
border-color: #bcaf97;
}/**/.fxdicnsx {
position: fixed;
top: 50%;
transform: translateY(-50%);
z-index: 99;
padding: 9px;
right: -1px;
background: #fff;
border-radius: 10px 0px 0px 10px;
box-shadow: 0px 0px 6px -3px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0px 0px 6px -3px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0px 0px 6px -3px rgba(0, 0, 0, 0.5);
}
.fxdicnsx:hover {
background: #b2a790;
}.fxdicnsx li {
list-style: none;
}
.fxdicnsx a {
display: block;
color: #b4b4b4;
line-height: 35px;
}
.fxdicnsx a svg {
fill: #b4b4b4;
width: 18px;
height: 18px;
}.fxdicnsx:hover a {
color: #fff;
}.fxdicnsx:hover a svg {
fill: #fff;
opacity: 40%;
}.fxdicnsx:hover a:hover svg {
fill: #fff;
opacity: 100%;
}