:root {
--font1: "Montserrat", Helvetica, Arial, sans-serif;
--primary-orange: #feed00;
--radius: 3px;
}body {
font-family: var(--font1);
padding: 0px;
margin: 0px;
}body.menu-open {
overflow: hidden;
}.container {
max-width: 1220px;
}/* Site Header: Genel ve Masaüstü */
.site-header {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 1000;
transition: background-color 0.3s ease;
box-sizing: border-box;
}.header-dil {
display: flex;
list-style: none;
border-left: 1px solid #ffffff4f;
margin-left: 15px;
padding-left: 15px;
}.header-dil a .icon{
}.header-dil a span{
display: none;
}.header-dil a:nth-child(1) {
border: none;
margin-right: 10px
}.header-dil a:nth-child(1)::before {
display: none;
}.header-dil a {
color: #fff;
text-transform: uppercase;
text-decoration: none;
font-size: 13px;display: flex;
align-items: center;
}.header-dil a::before {
content: "/";
display: block;
margin:0px 5px
}/* Scroll olunca siyah arka plan */
.site-header.scrolled {
background: #0f212b;
}.site-header.scrolled .header-alt {
padding: 20px 0px;
border-top: 1px solid #f1f1f12b;
border-bottom: 1px solid #f1f1f12b;
}.site-header .header-ust {
width: 100%;
border-style: solid;
border-width: 0px 0px 0px 0px;
border-color: #0000000f;
transition: all 400ms;
padding: 11px 0px 11px 0px;
z-index: 5;
background: #0f212b;
color: #fff;
display: block;
}.site-header .header-ust .container {
display: flex;
align-items: center;
}.site-header .header-ust .iletisim {
display: flex;
align-items: center;
}.site-header .header-ust .iletisim li:nth-child(1) {
border-left: 0px;
padding-left: 0px;
margin-left: 0px;
}.site-header .header-ust .iletisim li {
list-style: none;
border-left: 1px solid #ffffff29;
padding-left: 10px;
margin-left: 10px;
font-size: 13px;
font-weight: 500;
display: flex;
align-items: center;
gap: 12px;
}.site-header .header-ust .iletisim li svg {
width: 18px;
}.site-header .header-ust .sosyal {
list-style: none;
display: flex;
margin-left: auto;
align-items: center;
gap: 12px;
}.site-header .header-ust .sosyal li {
list-style: none;
}.site-header .header-ust .sosyal li svg {
list-style: none;
fill: #fff;
width: 15px;
height: 15px;
}.site-header .header-alt {
width: 100%;
height: auto;
border-style: solid;
border-width: 0px 0px 0px 0px;
border-color: #121f3e1c;
margin-top: 0px;
margin-bottom: 0px;
padding: 40px 0px;
background-color: rgba(0, 0, 0, 0) !important;
}.site-header .header-alt .container {
display: flex;
align-items: center;
}.site-header .logo {
flex-shrink: 0;
display: flex;
align-items: center;
text-decoration: none;
}.site-header .logo img {
height: 46px;
width: auto;
display: block;
}.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;
gap: 29px;
margin: 0;
padding: 0;
align-items: center;
}.site-header .main-nav ul#main-menu li:nth-child(2) {
display: none;
}.site-header .main-nav a {
color: #fff;
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: #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;
}/* 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 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;
}@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: 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: #fecd01;
border-color: #fecd01;
color: #fff;
}.btn2 {
background: #d3ab05;
border-color: #d3ab05;
color: #fff;
}.btn3 {
background: #b49204;
border-color: #b49204;
color: #fff;
}
}/**//* Yuvarlak Buton Genel Ayarları */
.floating-circle-btn {
position: fixed;
bottom: 30px;
right: 30px;
width: 100px; /* Kusursuz yuvarlak için genişlik */
height: 100px; /* Kusursuz yuvarlak için yükseklik */
background-color: #091930; /* Denizci Laciverti */
color: #ffcb01; /* Yazı rengi altın sarısı */
border-radius: 50%; /* Tam yuvarlak yapar */
display: flex;
flex-direction: column; /* İkonu üste, yazıyı alta alır */
align-items: center;
justify-content: center;
text-decoration: none;
z-index: 9999;
border: 1px solid rgba(212, 175, 55, 0.4); /* Zarif altın çerçeve */
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Yaylanma efekti *//* Dikkat çekici altın rengi ışık (pulse) animasyonu */
animation: pulse-circle 2s infinite;
}/* Üstteki İkonun Ayarları */
.floating-circle-btn svg {
width: 28px;
height: 28px;
color: #ffcb01; /* Altın sarısı ikon */
margin-bottom: 4px; /* Yazı ile arasındaki boşluk */
transition: all 0.3s ease;
}/* Alttaki Yazının Ayarları */
.floating-circle-btn .btn-text {
font-size: 9px; /* Yuvarlağa sığması için zarif boyut */
font-weight: 700;
text-align: center;
line-height: 1.2;
letter-spacing: 0.5px;
transition: all 0.3s ease;
}/* Mouse ile üzerine gelindiğinde (Hover Efekti) */
.floating-circle-btn:hover {
background-color: #ffcb01; /* Arka plan lüks altın olur */
color: #091930; /* Yazı laciverte döner */
transform: translateY(-8px) scale(1.05); /* Yukarı kalkıp hafifçe büyür */
border-color: #ffcb01;
animation: none; /* Üzerine gelince animasyon durur */
box-shadow: 0 12px 25px rgba(212, 175, 55, 0.6);
}.floating-circle-btn:hover svg {
color: #091930; /* İkon rengi laciverte döner */
transform: scale(1.1); /* İkon çok hafif büyür */
}/* Nefes Alma (Pulse) Animasyonu */
@keyframes pulse-circle {
0% {
box-shadow: 0 0 0 0 rgba(212, 175, 55, 0.7);
}
70% {
box-shadow: 0 0 0 15px rgba(212, 175, 55, 0);
}
100% {
box-shadow: 0 0 0 0 rgba(212, 175, 55, 0);
}
}/* Mobil Cihazlar İçin Optimizasyon (Küçültme) */
@media (max-width: 768px) {
.floating-circle-btn {
bottom: 60px;
right: 20px;
width: 75px;
height: 75px;
}.floating-circle-btn svg {
width: 22px;
height: 22px;
margin-bottom: 2px;
}.floating-circle-btn .btn-text {
font-size: 9px; /* Ekrana tam sığması için */
}
}svg {
width: 22px;
height: 22px;
}.tumunu-gor-btn {
display: inline-flex;
align-items: center;
gap: 10px;
padding: 14px 32px;
background-color: transparent;
color: #091930; /* Lacivert yazı */
border: 1px solid #091930;
border-radius: 3px;
font-size: 15px;
font-weight: 600;
text-decoration: none;
transition: all 0.3s ease;
overflow: hidden;
position: relative;
z-index: 1;
}.tumunu-gor-btn svg {
width: 20px;
height: 20px;
transition: transform 0.3s ease;
}/* Buton Hover Efekti */
.tumunu-gor-btn::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #091930;
z-index: -1;
transform: scaleX(0);
transform-origin: left;
transition: transform 0.3s ease;
}.tumunu-gor-btn:hover {
color: #ffcb01; /* Yazı altın sarısına döner */
border-color: #091930;
}.tumunu-gor-btn:hover::before {
transform: scaleX(1); /* Lacivert arka plan soldan sağa dolar */
}.tumunu-gor-btn:hover svg {
transform: translateX(5px); /* Ok işareti sağa kayar */
}/**/.site-header .tumunu-gor-btn {
padding: 13px 30px;
color: #fff;
border: 1px solid #fff;
font-size: 14px;
}.site-header .tumunu-gor-btn:hover {
color: #fff; /* Yazı altın sarısına döner */
border-color: #fff;
}@media(max-width:1024px){
.site-header .logo img {
height: 35px;
}.site-header .tumunu-gor-btn{
display: none;
}.site-header .header-alt {
padding: 10px 0px;
}}