:root {
--font1: "Georama", Helvetica, Arial, sans-serif;
--font2: "Montserrat", Helvetica, Arial, sans-serif;
--primary-orange: #ffc40e;
--radius: 3px;
}body {
font-family: var(--font2);
padding: 0px;
margin: 0px;
line-height: 1.4;
}body.menu-open {
overflow: hidden;
}.container {
max-width: 1200px;
}/* Site Header: Genel ve Masaüstü */
.site-header {
position: fixed;
top: 0;
left: 0;
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
z-index: 1000;
transition: background-color 0.3s ease;
box-sizing: border-box;
}.header-hidden {
transform: translateY(-100%);
}.header-black {
background: #27356f;
}.site-header.header-black .site-header-ic {
padding: 8px 0px;
}.site-header.header-black .logo img {
height: 36px;
filter: invert(1) brightness(100);
}.site-header.header-black .icon-wrap svg {
stroke: #fff !important;
}.site-header.header-black .menu-toggle .bar {
background-color: #fff !important;
}.site-header.header-black .site-header .logo img.logo2 {
filter: invert(1) brightness(100);
}.site-header.header-black .phone-roller,
.site-header.header-black .tel2,
.site-header.header-black .tel1 {
color: #fff !important;
}.site-header.header-black .phone-roller:hover .icon-wrap svg {
stroke: #fff !important;
}.site-header .site-header-ic {
display: flex;
justify-content: space-between;
padding: 20px 0px;
}.site-header .logo {
flex-shrink: 0;
display: flex;
align-items: center;
text-decoration: none;
}.site-header .logo img {
height: 50px;
width: auto;
display: block;
}
.header-iletisim {
color: #fff;
margin-top: auto;
}.header-iletisim p {
font-size: 13px;
font-weight: 500;
line-height: 1.5;
margin: 12px 0px;
}.site-header .main-nav {
flex-grow: 1;
display: flex;
justify-content: end;
padding-right: 25px;
border-right: 1px solid #ffffff1f;
margin-right: 25px;
}.site-header .main-nav ul#main-menu {
display: flex;
list-style: none;
margin: 0;
padding: 0;
align-items: center;
}.site-header .main-nav ul#main-menu li {
width: 100%;
margin-bottom: 0px;
}.site-header .main-nav li:nth-child(1) a {
border: none;
}.site-header .main-nav li:nth-child(2) a {
border: none;
}.site-header .main-nav a {
width: 100%;
color: #fff;
font-weight: 600;
font-size: 15px;
text-decoration: none;
padding: 13px 0;
position: relative;
transition: color 0.3s ease;
white-space: nowrap;
align-items: center;
display: flex;
border-top: 1px solid rgba(241, 241, 241, 0.199);
}.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: #fff;
margin: 8px 0;
transition: all 0.4s;
}.site-header .menu-toggle.is-active {
position: absolute;
right: 30px;
}.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(-13px) rotate(-45deg);
}/* Ana Kapsayıcı (Link) */
.phone-roller {
display: inline-flex;
align-items: center;
gap: 12px; /* İkon ile yazı arası boşluk */
text-decoration: none;
color: #fff; /* Varsayılan renk (Siyah/Koyu Gri) */
cursor: pointer;
padding: 5px 0; /* Tıklama alanını biraz rahatlatmak için */
margin-right: 25px;
}/* İkon Ayarları */
.icon-wrap svg {
display: block;
transition:
stroke 0.4s ease,
transform 0.4s ease;
}/* Yazı Maskeleme Alanı (Pencere) */
.text-container {
height: 20px; /* Yazı yüksekliği kadar olmalı */
overflow: hidden; /* Dışarı taşanları gizle */
position: relative;
}/* Kayan İçerik Kutusu */
.text-slider {
display: flex;
flex-direction: column; /* Alt alta dizer */
transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1); /* Çok yumuşak "Apple tarzı" geçiş */
}/* Yazıların Ortak Özellikleri */
.tel1,
.tel2 {
display: block;
height: 20px; /* text-container ile aynı yükseklik */
line-height: 20px;
font-size: 16px;
font-weight: 500;
white-space: nowrap;
}/* Tel 2'nin Özellikleri (Alttan Gelen) */
.tel2 {
color: #fff; /* Hover rengi (Örn: Mavi) */
font-weight: 600; /* Biraz daha kalın olabilir */
}/* --- HOVER EFEKTLERİ --- *//* 1. Yazıyı Kaydır */
.phone-roller:hover .text-slider {
transform: translateY(-20px); /* Yüksekliğimiz kadar yukarı çeker */
}/* 2. İkonu Renklendir ve Hafif Döndür */
.phone-roller:hover .icon-wrap svg {
stroke: #fff; /* İkon da mavi olsun */
transform: rotate(-10deg); /* Telefon ahizesi hafif sallasın */
} /* Ana Kapsayıcı (Link) */
.phone-roller {
display: inline-flex;
align-items: center;
gap: 12px;
text-decoration: none;
color: #fff; /* Varsayılan renk (Siyah/Koyu Gri) */
cursor: pointer;
padding: 5px 0; /* Tıklama alanını biraz rahatlatmak için */
}/* İkon Ayarları */
.icon-wrap svg {
display: block;
transition:
stroke 0.4s ease,
transform 0.4s ease;
}/* Yazı Maskeleme Alanı (Pencere) */
.text-container {
height: 20px; /* Yazı yüksekliği kadar olmalı */
overflow: hidden; /* Dışarı taşanları gizle */
position: relative;
}/* Kayan İçerik Kutusu */
.text-slider {
display: flex;
flex-direction: column; /* Alt alta dizer */
transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1); /* Çok yumuşak "Apple tarzı" geçiş */
}/* Yazıların Ortak Özellikleri */
.tel1,
.tel2 {
display: block;
height: 20px; /* text-container ile aynı yükseklik */
line-height: 20px;
font-size: 16px;
font-weight: 500;
white-space: nowrap;
}/* Tel 2'nin Özellikleri (Alttan Gelen) */
.tel2 {
color: #fff; /* Hover rengi (Örn: Mavi) */
font-weight: 600; /* Biraz daha kalın olabilir */
}/* --- HOVER EFEKTLERİ --- *//* 1. Yazıyı Kaydır */
.phone-roller:hover .text-slider {
transform: translateY(-20px); /* Yüksekliğimiz kadar yukarı çeker */
}/* 2. İkonu Renklendir ve Hafif Döndür */
.phone-roller:hover .icon-wrap svg {
stroke: #fff; /* İkon da mavi olsun */
transform: rotate(-10deg); /* Telefon ahizesi hafif sallasın */
}/* 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;
}/* Mobil Görünüm */
.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;
right: -100%;
width: 80%;
max-width: 320px;
height: 100vh;
background-color: #27356f;
padding: 80px 40px 40px;
align-items: flex-start;
transition: left 0.5s cubic-bezier(0.77, 0, 0.175, 1);
z-index: 999;
}.site-header .main-nav ul#main-menu.is-active {
right: 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: 18px;
height: 18px;
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) {
.site-header .logo img {
height: 37px;
width: auto;
display: block;
}.phone-roller {
display: none;
}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: #5f8f8f;
border-color: #5f8f8f;
color: #fff;
}.btn2 {
background: #497676;
border-color: #497676;
color: #fff;
}.btn3 {
background: #375f5f;
border-color: #375f5f;
color: #fff;
}
}.mobilbuttonlar {
display: none;
}