body {font-family: "Nunito", sans-serif; font-size:1.0em;
 padding-top: 30px; /* Üst bant ve navbar yüksekliği kadar boşluk */
 }


/* left scrool */

::-webkit-scrollbar {width: 10px}
::-webkit-scrollbar-track {background: transparent}
::-webkit-scrollbar-thumb {background: #000}
::-webkit-scrollbar-thumb {border-radius: 3px}
::-webkit-scrollbar-thumb:hover {background: #999}

/* left scrool end */

/* page scrool */

html {
  scroll-behavior: smooth;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  padding: 10px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

nav ul {
  list-style: none;
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 0;
  padding: 0;
}

section {
  padding: 90px 20px;

}


/* page scrool end*/




/* font */

 

.nunito-<uniquifier> {
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.russo-one-regular {
  font-family: "Russo One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* font end*/


/* loader */
.js div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999999;
  width: 100%;
  height: 100%;
  overflow: -visible;
  background: #fff url('../img/yukleniyor.gif') no-repeat center center;
}
/* loader  end*/


h1 {font-size: 4.0em; font-family: "Russo One", sans-serif;}
h2 {font-size: 1.3em;font-weight: bold;} /* title */
h3 {font-size:1.2em; color:#747474;} /* navbar menu title */
h4 {font-size: 2.0em;font-weight: bold;} /* page title */ 
h5 {color:#111;font-size: 1.3em;} /* footer title */
h6 {font-size:1.6em;} /* home page title */
h7 {font-size:0.8em;} /* home page text*/
h8 {font-size:1.1em;} /* page detail */
h9 {}


/* page */ 

.mobil {display:none;}
.desktop {display:inline;}

.kurslar_title {font-weight: bold;font-size: 1.7em;}
.kurslar_title_bar { width: :150px;height: 5px; background-color: #ebba41; }
.egitim_1{font-size: 1.8em;}

.kvkk-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background: rgba(0,0,0,0.9);
  color: white;
  padding: 15px 20px;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: slideUp 0.4s ease forwards;
}

.kvkk-popup-inner {
  max-width: 960px;
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 0.9rem;
}

.kvkk-popup-inner a {
  color: #ffc107;
  text-decoration: underline;
}

.kvkk-close-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  background: transparent;
  border: none;
  filter: invert(1);
  opacity: 0.7;
  cursor: pointer;
  z-index: 100000;
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}


 


.whatsapp{position:fixed;bottom:18px;z-index:999999;color:#000;font-size:1.2em;right:0px;}
.whatsapp:hover{text-decoration:none;color:#fff }

.menu_line {text-decoration:none;color:#999;}
.menu_line:hover {text-decoration:none;color:#222;}

.kurumsal {background-image: url(../img/kurumsal.webp);background-size: cover;
background-position: center ; width:100%; height:300px;
}

.icerik {font-size: 1.1em; font-family: "Nunito", sans-serif;}
 
.form_content {background-color: #eafee3; padding: 20px; border-radius: 35px; max-width: 60%; margin: auto;}

.iletisim {text-align: left;}

.footer {background-color: #f3f2ec; text-align: left;}
.footer_line {color: #222; text-decoration: none;}
.footer_line:hover {color: #444; text-decoration: none;}
.footer_alt_copyright {color:#222;}
.footer_copyright {color:#999;}

 
.kvkk-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background: rgba(0, 0, 0, 0.9);
  color: white;
  padding: 15px 20px;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: slideUp 0.4s ease forwards;
}

.kvkk-popup-inner {
  max-width: 960px;
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 0.9rem;
}

.kvkk-popup-inner a {
  color: #ffc107;
  text-decoration: underline;
}

.kvkk-buttons button {
  min-width: 100px;
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}

.bg-section {
  background-image: url('../img/arka-plan.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding: 60px 0;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 1; /* Zemin */
}

.bg-section_kurumsal {
  background-image: url('../img/biz_kimiz.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding: 60px 0;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 1; /* Zemin */
}

.bg-section_egitimler {
  background-image: url('../img/egitimler.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding: 60px 0;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 1; /* Zemin */
}

.bg-section_egitimler_1 {
  background-image: url('../img/blog_gorsel_1.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding: 60px 0;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 1; /* Zemin */
}

.bg-section_egitimler_2 {
  background-image: url('../img/blog_gorsel_2.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding: 60px 0;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 1; /* Zemin */
}

.bg-section_egitimler_3 {
  background-image: url('../img/blog_gorsel_3.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding: 60px 0;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 1; /* Zemin */
}

.bg-section_egitimler_4 {
  background-image: url('../img/blog_gorsel_4.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding: 60px 0;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 1; /* Zemin */
}

.bg-section_egitimler_5 {
  background-image: url('../img/blog_gorsel_5.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding: 60px 0;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 1; /* Zemin */
}

.bg-section_vizyon {
  background-image: url('../img/vizyon.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding: 60px 0;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 1; /* Zemin */
}

.bg-section_hedefler {
  background-image: url('../img/hedefler.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding: 60px 0;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 1; /* Zemin */
}

.bg-section_kalite {
  background-image: url('../img/kalite.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding: 60px 0;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 1; /* Zemin */
}

.bg-section_iletisim {
  background-image: url('../img/iletisim.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding: 60px 0;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 1; /* Zemin */
}

.bg-section_hizmetler {
  background-image: url('../img/hizmetler.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding: 60px 0;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 1; /* Zemin */
}

.bg-section_cerez {
  background-image: url('../img/cerez.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding: 60px 0;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 1; /* Zemin */
}

.hero-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; /* Zeminle içerik arasında */
  overflow: hidden;
  pointer-events: none;
}

.hero-shape {
  position: absolute;
  opacity: 0.7;
  animation: float 6s ease-in-out infinite;
}

.container {
  position: relative;
  z-index: 2; /* En üstte içerik */
}

.hero-shape1 {
  top: 30%;
  left: 5%;
  width: 220px;
}
.hero-shape2 {
  top: 50%;
  right: 10%;
  width: 180px;
}

.hero-shape3 {
  top: 30%;
  right: 15%;
  width: 190px;
}

.hero-shape4 {
  top: 20%;
  right: 0%;
  width: 70%;
  opacity: 0.4;
}

/* Animasyon */
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px);
  }
}
 
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.rotate {
  animation: rotate 20s linear infinite;
} 


/* text effect */ 

.beta-efekt {
  display: inline-block;
  position: relative;
  font-weight: 700;
  color: #000;
  animation: glowGrow 5s ease-in-out infinite alternate;
}

/* Parlaklık ve büyüme efekti */
@keyframes glowGrow {
  0% {
    transform: scale(0.9);
    text-shadow: none;
    opacity: 0;
  }
  50% {
    transform: scale(1.05);
    text-shadow: 0 0 10px rgba(82, 144, 61, 0.5);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    text-shadow: 0 0 5px rgba(82, 144, 61, 0.3);
  }
}

/* text effect end */


.beta-box {
  background: #f8f9fa;
  border-radius: 16px;
  padding: 30px 15px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.beta-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}
.beta-box i {
  font-size: 36px;
  color: #52903d;
  margin-bottom: 15px;
}
.beta-box h5 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}




.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #52903d;
  color: #fff;
  padding: 12px 15px;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
  display: none;
  z-index: 999;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.back-to-top:hover {
  background-color: #3d6d2b;
  transform: scale(1.1);
}


/* page end */ 


.news-slider-wrapper {
  overflow: hidden;
  background-color: #f9f9f9;
  padding: 8px 0;
  white-space: nowrap;
  position: relative;
}

.news-slider-track {
  display: inline-block;
  white-space: nowrap;
  animation: scrollNews 25s linear infinite;
  will-change: transform;
}

.news-item {
  display: inline-block;
  padding: 0 40px;
  font-size: 15px;
  color: #333;
}

/* Animasyon */
@keyframes scrollNews {
  0% { transform: translateX(0%); }
  100% { transform: translateX(-100%); }
}

/* Mobil için animasyon yavaşlatma */
@media (max-width: 768px) {
  .news-slider-track {
    animation-duration: 45s;
  }
}





.arrow-button {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: #f6c344;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
  margin-left: 15px;
}

.arrow-button::after {
  content: '→';
  display: inline-block;
  margin-left: 8px;
  font-size: 18px;
  transition: transform 0.3s ease;
}

.arrow-button:hover::after {
  transform: translateX(5px); /* ok sağa kayar */
}





/* tab menu */

.nav-item: {color:#000;padding: 13px;}
.nav-item:hover {color:#999; }


.nav-pane .nav-item .nav-link {
  background-color: #008000;
  color: #FFF;
}

.nav-pane .nav-item .nav-link.active {
  color: #000;
}

.tab-content {
  border: 1px solid #dee2e6;
  border-top: transparent;
  padding: 15px;
}

.tab-content .tab-pane {
  background-color: #FFF;
  color: #000000;
  min-height: 200px;
  height: auto;
}

/* tab menu end */


/* button group */


.btn-secondary,
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:visited,
.btn-secondary:focus {
    background-color: transparent;
	border:0px;
	font-size:0.9em; color:#fff;
 
}

.btn-info,
.btn-info:hover,
.btn-info:active,
.btn-info:visited,
.btn-info:focus {
	border:0px;
	font-size:1.0em; color:#fff; padding:10px 30px 10px 30px;
	background-color: #2b3e4f;
 
}

.btn-info:hover {background-color: #425768;}

/* button group end */


 

/* Navbar */

.navbar-brand_img {height: 100px; }

.navbar {
  position: fixed;
  top: 35px;
  width: 100%;
  z-index: 1040;
  background-color: white; /* gerekiyorsa */
}


.top-bar {
  position: fixed;
  top: 0;
  width: 100%;
  height: 55px;
  line-height: 35px;
  background-color: #222;
  z-index: 1030;
  color: white;
  font-size:1.0em;
}

.telline {color:#000;text-decoration: none;}
.telline:hover {color:#222;text-decoration: none;}



/* Çerçevesiz ve sade dropdown */
.dropdown-menu {
  border: none;
  border-radius: 10px; 
  box-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
  animation: fadeDown 0.9s ease forwards;
  transform-origin: top;
  display: none;
  opacity: 0;
}

/* Açılınca görünürlük */
.dropdown.show .dropdown-menu {
  display: block;
  opacity: 1;
}

/* Menüye fade-down animasyonu */
@keyframes fadeDown {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Alt ok stil */
.nav-link.dropdown-toggle::after {
  content: "";
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
  border-top: 6px solid #000;  /* Ok rengi */
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  transition: transform 0.3s ease;
}

.navbar .dropdown-toggle::after {
  display: none !important;
}

/* Menü açıkken ok dönsün */
.dropdown.show > .dropdown-toggle::after {
  transform: rotate(180deg);
}

.custom-dropdown .dropdown-arrow {
  margin-left: 5px;
  transition: transform 0.3s ease;
}

/* Açıldığında dönüş efekti */
.custom-dropdown.show .dropdown-arrow,
.nav-item.dropdown.show .dropdown-arrow {
  transform: rotate(180deg);
}

.custom-dropdown:hover .dropdown-arrow {
  color: #618e48;
}



.offcanvas-start {
  top: 0 !important; /* Sayfanın en üstünden başlasın */
  height: 100vh !important; /* Tam ekran kaplasın */
  z-index: 1055; /* Navbar'ın üstünde olsun */
}

.offcanvas-body {
  padding-top: 1rem; /* istersen azalt */
}


/* Navbar End */


/* navbar dropdown animation*/ 

/* navbar dropdown animation end */



/* text animasyon */

.fade-in-down {
  opacity: 0;
  transform: translateY(-20px);
  animation: fadeDown 0.8s ease-out forwards;
}

@keyframes fadeDown {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* text animasyon end */


/* Style all font awesome icons */
.fa {
  padding: 5px 15px 5px 15px;
  font-size: 1.2em;
  width: 22px;
  text-align: center;
  text-decoration: none;
}

/* Social media button */

.fa-instagram {
  background: transparent;
  color: #000;
}
.fa-instagram:hover {
  color: #999;
  text-decoration:none;
}

.fa-facebook {
  background: transparent;
  color: #000;
}

.fa-facebook:hover {
  color: #999;
  text-decoration:none;
}

.fa-linkedin {
  background: transparent;
  color: #000;
}
.fa-linkedin:hover {
  color: #999;
  text-decoration:none;
}

.fa-twitter {
  background: transparent;
  color: #000;
}
.fa-twitter:hover {
  color: #999;
  text-decoration:none;
} 

.fa-youtube {
  background: transparent;
  color: #000;
}
.fa-youtube:hover {
  color: #999;
  text-decoration:none;
} 


.fa-envelope {
  background: transparent;
  color: #000;
}
.fa-envelope:hover {
  color: #999;
  text-decoration:none;
} 



/* Social media button end */



@media (max-width: 992px) {

.navbar-brand_img {height: 60px; } 

.mobil {display:inline;}
.desktop {display:none;}

.form_content {background-color: #eafee3; padding: 20px; border-radius: 35px; max-width: 100%; margin: auto;}
.footer {text-align: center;}
.iletisim {text-align: center;}

section {
  padding: 0px 20px;

}

}

