:root {
--primary: #b62f2b; /* Kırmızı */
--primary-orange: #b62f2b;
--title-color: #000; /* Başlık Laciverti */
--text-dark: #2d3436;
--white: #ffffff;
--bg-gray: #fcfcfc;
--renk1: #b62f2b;
--shadow: 0 15px 35px rgba(0,0,0,0.06);
}* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Montserrat', sans-serif; }
body { background-color: var(--bg-gray); color: var(--text-dark); overflow-x: hidden; }
.container { max-width: 1240px; margin: 0 auto; padding: 0 20px; }.footer-social {
display: flex;
gap: 12px;
list-style: none;
}.footer-social a svg{
fill: white;
width: 15px;
}.footer-social a {
width: 38px;
height: 38px;
background: var(--renk1);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
transition: 0.3s;
text-decoration: none;
}.footer-social a:hover {
background: var(--renk1);
transform: translateY(-3px);
}.sabit_Sosyal {
position: fixed;
right: 0px;
top: 50%;
z-index: 9999;
text-align: center;
border-radius: 64px;
box-shadow: 0 0 25px rgb(0 0 0 / 8%);
padding: 20px 10px 20px 10px;
background-color: #fff;
}.sabit_Sosyal li {
list-style: none;
}.sabit_Sosyal li a {
list-style: none;
border-radius: 50%;
width: 38px;
height: 38px;
border: 4px solid #fff;
display: block;
margin: 4px auto 0;
box-shadow: 0 0 5px rgb(0 0 0 / 10%);
cursor: pointer;
transition: all 0.5s ease;
display: flex;
align-items: center;
justify-content: center;
font-size: 16px;
line-height: 1;
color: #fff;
}.sabit_Sosyal li:nth-child(2) a {
background: #1B74E4;
}.sabit_Sosyal li:nth-child(1) a {
background: #FF0000;
}/* Mevcut CSS'inize ekleyin */
.sabit_Sosyal ul {
margin: 0;
padding: 0;
}.sabit_Sosyal li a svg {
fill: #fff; /* İkonların beyaz olması için */
width: 20px;
height: 20px;
display: block;
}/* 4'ten fazla sosyal medya olursa onlar için varsayılan renk (opsiyonel) */
.sabit_Sosyal li a {
background: #555;
}
body {
font-family: var(--font2);
padding: 0px;
margin: 0px;
color: var(--renk4);
line-height: 1.3;
font-size: 16px;
}body.menu-open {
overflow: hidden;
}a {
text-decoration: none;
}a.WhatsApp1 svg{
fill: #fff;
}svg {
width: 30px;
height: 30px;
}/* Site Header: Genel ve Masaüstü */
.site-header {
height: 150px;
position: fixed;
top: 0;
left: 0;
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
background-color: #fff;
z-index: 1000;
transition: background-color 0.3s ease;
box-sizing: border-box;
font-family: var(--font1);
box-shadow: 0px 0px 10px 0px #00000012;
}.site-header .container {
display: flex;
justify-content: space-between;
align-items: center;
}.site-header .logo {
flex-shrink: 0;
display: flex;
align-items: center;
text-decoration: none;
}.site-header .logo img {
height: 125px;
width: auto;
display: block;
}.site-header .main-nav {
flex-grow: 1;
display: flex;
justify-content: end;
border-right: 1px solid #ffffff1f;
margin-right: 25px;
}.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 a {
color: var(--renk4);
font-weight: bold;
font-size: 15px;
text-decoration: none;
padding: 5px 0;
position: relative;
transition: color 0.3s ease;
white-space: nowrap;
align-items: center;
display: flex;
font-family: var(--font1);
}.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: white;
box-shadow: 0 8px 25px rgb(0 0 0 / 17%);
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;
}.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: #000;
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;
}.header-menu-right {
display: flex;
align-items: center;
gap: 5px;
justify-content: end;
margin-bottom: 20px;
}.header-menu-phone {
margin-left: 10px;
display: flex;
align-items: center;
gap: 10px;
font-weight: 600;
background-color: #fff;
border-style: solid;
border-width: 1px 1px 1px 1px;
border-color: #0000001a;
padding: 5px 15px 5px 5px;
}.header-menu-phone .icon-wrapper {
background-color: var(--renk1); /* Sarı */
width: 37px;
height: 37px;
display: flex;
justify-content: center;
align-items: center;
}.header-menu-phone svg {
fill: #fff;
width: 16px;
height: 16px;
}.header-menu-search {
font-size: 1.2rem;
cursor: pointer;
}.header-menu-quote-btn {
background-color: var(--renk1);
color: #fff;
padding: 12px 25px;
border-radius: 50px;
font-weight: 600;
transition: background-color 0.3s ease;
text-decoration: none;
}.header-menu-quote-btn:hover {
background-color: var(--renk3);
}/* 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: #ffff;
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;
background-color: white;
}.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;
}@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: 1024px) {
a.WhatsApp1 {
bottom: 20px;
}.site-header .footer-social{
display: none;
}.site-header .logo img {
height: 75px;
}
.header-menu-phone{
display: none;
}
.header-menu-right {
margin-right: 20px;
}.site-header {
height: 95px;
}.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: #b62f2b;
border-color: #b62f2b;
color: #fff;
border-radius: 0!important;
}.btn2 {
background: #193757;
border-color: #193757;
color: #fff;
border-radius: 0!important;
}.btn3 {
background: #0f263f;
border-color: #0f263f;
color: #fff;
border-radius: 0!important;
}
}/**//* MODERN FOOTER STİLLERİ */
.site-footer-modern {
background-color: #000; /* Çok koyu lacivert/siyah */
color: #e5e7eb;
padding: 80px 0 30px;
font-family: var(--font1);
position: relative;
overflow: hidden;
}/* Arkaplana hafif bir desen */
.site-footer-modern::before {
content: "";
position: absolute;
top: 0; left: 0; width: 100%; height: 100%;
background-image: radial-gradient(circle at 2px 2px, rgba(255,255,255,0.05) 1px, transparent 0);
background-size: 40px 40px;
pointer-events: none;
}.footer-grid {
display: grid;
grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
gap: 40px;
position: relative;
z-index: 1;
}.footer-col .footer-logo h3 {
color: #fff;
font-size: 24px;
margin-bottom: 20px;
font-weight: 800;
}.footer-desc {
font-size: 15px;
line-height: 1.6;
color: #9ca3af;
margin-bottom: 25px;
}.col-title {
color: #fff;
font-size: 18px;
font-weight: 700;
margin-bottom: 30px;
position: relative;
padding-bottom: 10px;
padding-left: 0;
}.col-title::after {
content: "";
position: absolute;
left: 0; bottom: 0;
width: 40px; height: 3px;
background-color: var(--renk1);
border-radius: 2px;
}.footer-links {
list-style: none;
padding: 0; margin: 0;
}.footer-links li {
margin-bottom: 12px;
}.footer-links a {
color: #9ca3af;
text-decoration: none;
transition: all 0.3s ease;
display: inline-block;
font-size: 15px;
}.footer-links a:hover {
color: var(--renk1);
transform: translateX(5px);
}/* İletişim Item */
.contact-item {
display: flex;
gap: 15px;
margin-bottom: 20px;
}.c-icon {
width: 40px;
height: 40px;
background: rgba(255,255,255,0.05);
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
color: var(--renk1);
flex-shrink: 0;
}.c-text span {
display: block;
font-size: 12px;
color: #6b7280;
text-transform: uppercase;
letter-spacing: 1px;
}.c-text a, .c-text p {
color: #fff;
text-decoration: none;
font-weight: 600;
font-size: 15px;
margin: 0;
}/* Alt Bar */
.footer-bottom-modern {
margin-top: 60px;
padding-top: 30px;
border-top: 1px solid rgba(255,255,255,0.1);
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
z-index: 1;
}.copyright {
font-size: 14px;
color: #6b7280;
}.copyright strong {
color: #9ca3af;
}/* MOBİL UYUMLULUK */
@media (max-width: 1024px) {
.footer-grid {
grid-template-columns: 1fr 1fr;
}
}@media (max-width: 768px) {
.footer-grid {
grid-template-columns: 1fr;
gap: 40px;
text-align: center;
}.col-title::after {
left: 50%;
transform: translateX(-50%);
}.contact-item {
flex-direction: column;
align-items: center;
gap: 8px;
}.footer-social {
justify-content: center;
}.footer-bottom-modern {
flex-direction: column;
gap: 20px;
text-align: center;
}
.site-footer-modern {
margin-bottom: 35px;
padding: 30px 20px 30px; /* Mobilde alt menü butonları varsa diye extra boşluk */
}
}@media (max-width: 1024px) {
.event-card { min-width: 100%; }
.footer-col { display: none; }
.footer-bottom-modern { margin-top: 0; padding-top: 0; border-top: none; }
}