:root {
--font1: "Righteous", Helvetica, Arial, sans-serif;
--font2: "Nunito", Helvetica, Arial, sans-serif;
--primary-orange: #2b93c6;
--renk1: #004d7a;
--renk2: #2b93c6;
--renk3: #2a2e70;
--radius: 3px;
}body {
font-family: var(--font2);
padding: 0px;
margin: 0px;
}body.menu-open {
overflow: hidden;
}body {
padding-top: 110px;}svg {
width: 18px;
height: 18px;
}a {
text-decoration: none;
}.cizgi {
width: 1px;
height: 20px;
display: block;
background: #e0e0e0;
}.header-wrapper {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 1000;
transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}.top-bar {
background-color: var(--renk1);
width: 100%;
padding: 12px 4%;
display: flex;
justify-content: center;
box-sizing: border-box;
}.rating-box {
display: flex;
align-items: center;
gap: 10px;
}.stars {
display: flex;
gap: 2px;
}.rating-text {
color: #ffffff;
font-size: 15px;
font-weight: 600;
letter-spacing: 0.5px;
}.site-header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 12px 4%;
background-color: #ffffff;
box-sizing: border-box;
width: 100%;
}.site-header .logo {
flex-shrink: 0;
display: flex;
align-items: center;
text-decoration: none;
margin-top: -35px;
}.site-header .logo img {
height: 100px;
width: auto;
display: block;
}.site-header .main-nav {
flex-grow: 1;
display: flex;
justify-content: end;
}.site-header .main-nav ul#main-menu {
display: flex;
list-style: none;
gap: 20px;
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: var(--renk1);
font-weight: 700;
font-size: 17px;
text-decoration: none;
position: relative;
transition: color 0.3s ease;
display: flex;
align-items: center;
padding: 18px 0px;
}.site-header .main-nav a::before {
content: "";
width: 0;
position: absolute;
top: 0;
right: 0;
border-top: 7px solid var(--renk2);
transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
}.site-header .main-nav a:hover::before {
width: 100%;
right: auto;
left: 0;
}.site-header .nav-item.nav-submenu {
position: relative;
}.site-header .nav-submenu>a::after {
content: "▼";
font-size: 0.6em;
margin-left: 6px;
transition: transform 0.3s ease;
}.site-header .nav-submenu ul {
list-style: none;
padding: 10px;
margin: 0;
margin-top: 20px;
background-color: #ffffff;
border-radius: 8px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
min-width: 200px;
position: absolute;
top: 100%;
left: 0;
opacity: 0;
visibility: hidden;
transform: translateY(10px);
transition: all 0.3s ease;
z-index: 10;
border: 1px solid #f0f0f0;
}.site-header .nav-submenu ul a {
padding: 10px 20px;
display: block;
font-size: 14px;
font-weight: 500;
color: var(--renk1);
}.site-header .nav-submenu ul a:hover {
background-color: #f8f9fa;
color: var(--renk2);
;
}.site-header .nav-item.nav-submenu:hover>ul {
opacity: 1;
visibility: visible;
transform: translateY(0);
margin-top: 10px;
}.site-header .nav-item.nav-submenu:hover>a::after {
transform: rotate(180deg);
}.header-right {
display: flex;
align-items: center;
gap: 20px;
margin-left: 17px;
}.phone-link {
color: var(--renk1);
font-weight: 700;
font-size: 17px;
text-decoration: none;
transition: color 0.3s ease;
font-family: var(--font1);
}.phone-link:hover {
color: var(--renk2);
;
}.social-links {
display: flex;
align-items: center;
gap: 12px;
padding: 0 15px;
border-left: 1px solid #e0e0e0;
border-right: 1px solid #e0e0e0;
}.social-links a svg{
fill: #2b93c6;
}.social-links a {
color: var(--renk1);
transition: color 0.3s ease, transform 0.3s ease;
display: flex;
}.social-links a:hover {
color: var(--renk2);transform: translateY(-2px);
}.btn-location {
background-color: var(--renk2);
;
color: #ffffff;
padding: 10px 24px;
border-radius: 50px;
text-decoration: none;
font-weight: 600;
font-size: 15px;
display: flex;
align-items: center;
gap: 8px;
transition: background-color 0.3s ease, box-shadow 0.3s ease;
}.btn-location:hover {
background-color: var(--renk3);
}.site-header .menu-toggle {
display: none;
background: none;
border: none;
cursor: pointer;
padding: 5px;
z-index: 1001;
}.site-header .menu-toggle .bar {
display: block;
width: 25px;
height: 3px;
background-color: var(--renk1);
margin: 5px 0;
transition: all 0.4s;
border-radius: 3px;
}.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);
}.nav-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(11, 61, 112, 0.7);
backdrop-filter: blur(4px);
z-index: 998;
opacity: 0;
visibility: hidden;
transition: opacity 0.4s ease, visibility 0.4s ease;
}.nav-overlay.is-active {
opacity: 1;
visibility: visible;
}.mobil-logo {
display: none !important;
}@media (max-width: 1200px) {
body {
padding-top: 100px;
}.top-bar {
justify-content: center;
}.phone-link,
.social-links {
display: none;
}.site-header .menu-toggle {
display: block;
}.site-header .main-nav ul#main-menu {
overflow-y: auto;
flex-direction: column;
position: fixed;
top: 0;
right: -100%;
width: 85%;
max-width: 340px;
height: 100vh;
background-color: white;
padding: 80px 30px 40px;
align-items: flex-start;
gap: 20px;
transition: right 0.4s cubic-bezier(0.77, 0, 0.175, 1);
z-index: 999;
box-shadow: -10px 0 30px rgba(0, 0, 0, 0.2);
}.site-header .main-nav ul#main-menu.is-active {
right: 0;
}.site-header .main-nav a:hover::before{
display: none;
}
.site-header .main-nav a {
color: #000;
font-size: 18px;
padding: 0;
width: 100%;
}.mobil-logo {
display: block !important;
margin-bottom: 30px;
background-color: #fff;
padding: 15px;
border-radius: 10px;
}.site-header .nav-submenu>a::after {
position: absolute;
right: 0;
font-size: 1em;
}.site-header .nav-submenu ul {
position: static;
width: 100%;
opacity: 1;
visibility: visible;
transform: none;
box-shadow: none;
background-color: rgba(255, 255, 255, 0.1);
padding: 0 0 0 15px;
margin-top: 0;
border: none;
max-height: 0;
overflow: hidden;
transition: max-height 0.4s ease;
}.site-header .nav-submenu ul a {
color: #e0e0e0;
font-size: 16px;
}.site-header .nav-submenu ul a:hover {
background-color: transparent;
color: #fff;
}.site-header .nav-submenu.submenu-open>ul {
max-height: 400px;
margin-top: 15px;
padding-bottom: 15px;
}.site-header .menu-toggle.is-active .bar {
background-color: #ffffff;
}.btn-location {
padding: 8px 16px;
font-size: 14px;
}.btn-location span {
display: none;
}
}@media (max-width: 576px) {
.rating-text {
font-size: 11px;
}.btn-location {
font-size: 13px;
}
}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;
}
}@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: #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;
}/* Arka Plan Karartması */
.wta-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.6);
backdrop-filter: blur(3px);
z-index: 99998;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease, visibility 0.3s ease;
}/* Karartma Aktif Olduğunda */
.wta-overlay.wta-active {
opacity: 1;
visibility: visible;
}/* Ana Kapsayıcı */
.wta-wrapper {
position: fixed;
bottom: 25px;
left: 25px;
z-index: 99999;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}/* Sabit Online Kayıt Butonu */
.wta-trigger-btn {
display: flex;
align-items: center;
gap: 10px;
background: linear-gradient(135deg, #25D366 0%, #20ba5a 100%);
color: #ffffff;
border: none;
padding: 12px 24px;
border-radius: 50px;
font-size: 15px;
font-weight: 600;
cursor: pointer;
box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
transition: transform 0.2s ease, box-shadow 0.2s ease;
}.wta-trigger-btn:hover {
transform: scale(1.03);
box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5);
}.wta-trigger-icon {
width: 22px;
height: 22px;
}/* Açılır Menü Kutusu */
.wta-popup {
position: absolute;
bottom: 65px;
left: 0;
width: 320px;
background-color: #ffffff;
border-radius: 16px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
overflow: hidden;
opacity: 0;
visibility: hidden;
transform: translateY(15px);
transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease, visibility 0.3s ease;
}/* Menü Aktif Olduğunda */
.wta-popup.wta-active {
opacity: 1;
visibility: visible;
transform: translateY(0);
}/* Menü Başlığı */
.wta-popup-header {
background-color: #075E54;
color: #ffffff;
padding: 16px;
font-size: 14px;
font-weight: 600;
display: flex;
justify-content: space-between;
align-items: center;
}/* Kapatma (Çarpı) Butonu */
.wta-close-btn {
background: transparent;
border: none;
color: rgba(255, 255, 255, 0.8);
font-size: 24px;
cursor: pointer;
line-height: 1;
padding: 0 4px;
transition: color 0.2s ease;
}.wta-close-btn:hover {
color: #ffffff;
}/* Seçenekler Listesi */
.wta-popup-body {
max-height: 300px;
overflow-y: auto;
padding: 10px;
background-color: #f4f7f6;
}/* Her Bir Kurs Seçeneği */
.wta-option {
display: flex;
align-items: center;
gap: 12px;
background-color: #ffffff;
padding: 12px 16px;
margin-bottom: 8px;
border-radius: 10px;
color: #333333;
text-decoration: none;
font-size: 14px;
font-weight: 500;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
transition: background-color 0.2s ease, transform 0.2s ease;
}.wta-option:last-child {
margin-bottom: 0;
}.wta-option:hover {
background-color: #e8f5e9;
color: #075E54;
transform: translateX(3px);
}.wta-option-icon {
width: 18px;
height: 18px;
color: #25D366;
flex-shrink: 0;
}/* Mobil Cihazlar İçin Genişlik Düzenlemesi */
@media (max-width: 480px) {
.wta-popup {
width: calc(100vw - 50px);
}
}@media(max-width:1024px){
.site-header .logo img {
height: 60px;
}.site-header .logo{
margin-top: -15px;
}
}