body {

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



/* left scrool */

::-webkit-scrollbar {width: 10px}top-bar
::-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;
}

.michroma-regular {
  font-family: "Michroma", 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.5em; background: linear-gradient(90deg, #632966 0%, #dc503d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;} /* home_project_line */
h4 {font-size: 1.1em;} /* project list title */ 
h5 {color:#222;font-size: 1.3em;} /* footer title */
h6 {font-size:1.6em; background: linear-gradient(90deg, #632966 0%, #dc503d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;} /* home_project_line */} /* proje detail 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;}

.zoom-img {
  transition: transform 0.4s ease, filter 0.4s ease;
  cursor: pointer;
  filter: grayscale(0); /* Normalde renkli */
}

.zoom-img:hover {
  transform: scale(1.05);
  filter: grayscale(100%); /* Hover olunca siyah-beyaz */
}

.home_project_line {overflow: hidden;}

.kvkk-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  backdrop-filter: blur(8px); 
  background: rgba(255, 255, 255, 0.6);
  color: black;
  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.7rem;
}

.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;}


.social-sidebar {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 15px;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 8px;
  border-radius: 8px 0 0 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  z-index: 999;
}

.social-sidebar a {
  color: #000;
  font-size: 20px;
  transition: all 0.3s ease;
  text-align: center;
}

.social-sidebar a:hover {
  transform: scale(1.2);
  color: #dc503d; /* Hover rengi - istersen değiştir */
}

.bg-section_projeler {
  background-image: url('../img/projeler.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_projeler_detail {
  background-image: url('../img/projeler-detail.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/kurumsal.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_ekip {
  background-image: url('../img/ekip.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 */
}

  

.footer {background-color: #cec8c0; text-align: left; border-top: 2px solid #632966;}
.footer_line {color: #222; text-decoration: none;}
.footer_line:hover {color: #666; text-decoration: none;} 
.footer_alt_copyright {color:#222;}
.footer_copyright {color:#222;}

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


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


.home_project_hayata {margin-top: -100px;}

.gradient-top-border {
  position: relative;
}

.gradient-top-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px; /* Kalınlık */
  background: linear-gradient(90deg, #632966 0%, #dc503d 100%);
  z-index: 2;
}
 


.section-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 40px 5%;
  flex-wrap: wrap; /* mobilde alt alta düşmesi için */
}

.section-title h3 {
  margin: 0;
  font-size: 24px;
  white-space: nowrap;
  color: #000;
}

.section-title .line {
  flex-grow: 1;
  height: 2px;
  margin-left: 16px;
  background: linear-gradient(90deg, #632966, #dc503d);
}

/* Mobil uyum */
@media (max-width: 576px) {
  .section-title {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-title .line {
    width: 100%;
    margin-left: 0;
    margin-top: 8px;
  }
}





.video-wrapper {
  position: relative;
  padding-bottom: 177.77%; /* 16:9 oranın tersine 9:16 için 16/9 * 100 ≈ 177.77% */
  height: 0;
  overflow: hidden;
  max-width: 300px; /* İstersen max genişlik ver, slider içinde sığması için */
  margin: 0 auto; /* ortala */
}

.video-wrapper iframe {
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
}

@media (max-width: 576px) {
  .video-wrapper {
    max-width: 180px;      /* Genişliği kısıtla */
    margin: 0 auto;
    padding-bottom: 177.77%; /* Aspect ratio koru */
    max-height: 320px;     /* Maksimum yükseklik sınırı */
    overflow: hidden;      /* Taşan kısmı gizle */
    max-height: 150px;
  }

  .video-wrapper iframe {
    width: 100%;
    max-height: 450px;
  }
}





/* News Slider Carousel */ 


#news-slider {
  margin-top: 20px; 
}

.owl-carousel .item {
  padding: 10px;
  background: #fff;
  border: 1px solid #ddd;
  text-align: center;
}

/* === Post Slide Card === */
.post-slide {
  background: #fff;
  margin: 13px 5px;
  padding: 13px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.post-slide:hover {
  /* transform: scale(1.03); */
  z-index: 2;
}

/* === Image === */
.post-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
  max-width: 250px;
  margin-bottom: 5px;
}
.post-img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  transition: transform 0.3s ease, filter 0.3s ease;
  filter: none; /* renk bozulmasÄ±nÄ± Ã¶nler */
  backface-visibility: hidden;
  will-change: transform;
}
.post-slide:hover .post-img img {
 /* transform: scale(1.05); */
}

/* === Overlay (icon layer on image) === */
.over-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 10px;
  background: transparent !important;
  opacity: 1; /* daima gÃ¶rÃ¼nÃ¼r */
  pointer-events: none; /* tÄ±klamayÄ± engeller */
}
.post-slide:hover .over-layer {
  opacity: 1;
}
.over-layer i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  font-size: 20px;
}

/* === Post Content === */
.post-content {
  padding: 0 20px;
}
.post-title {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.post-description {
  color: #555;
  font-size: 14px;
  margin-bottom: 15px;
}
.read-more {
  padding: 7px 20px;
  font-size: 12px;
  background: #2196F3;
  color: #fff;
  border-radius: 25px;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.3s ease;
}
.read-more:hover {
  background: #0d8ae2;
}

/* === Owl Navigation (Apple Style) nav iconlar iptal===  */


.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
  display: none;
}
.owl-nav button {
  background: #fff;
  border: none;
  border-radius: 50%;
  padding: 10px 15px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  cursor: pointer;
  pointer-events: all;
  transition: all 0.3s ease;
  display: ;
}
.owl-nav button:hover {
  background: #f5f5f5;
}
.owl-nav i {
  font-size: 24px;
  color: #333;
}

/* Ortala */
.owl-dots {
  text-align: center;
  margin-top: 12px;
}

/* Noktaların görünümü */
.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 3px;
  background: #ccc;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.3s ease;
}

/* Aktif nokta */
.owl-dots .owl-dot.active span {
  background: #000;   /* Siyah aktif nokta */
  width: 12px;        /* Biraz büyüsün */
  height: 12px;
}

/* Çizgi tarzı istersen */
.owl-dots .owl-dot span {
  width: 20px;
  height: 4px;
  border-radius: 2px;
  background: #bbb;
}
.owl-dots .owl-dot.active span {
  background: #000;
}

 
@media only screen and (max-width: 768px) {
  .post-description {
    font-size: 13px;
  }
  .post-title {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .owl-nav {
    position: relative;
    margin-top: 10px;
    display: flex !important;
    justify-content: center;
    gap: 12px;
    bottom: auto !important;
    right: auto !important;
    width: 100%;
    display: none;
  }

  .owl-nav button {
    background: #fff;
    border-radius: 50%;
    padding: 8px 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    border: none;
    display: none;
  }

  .owl-nav button i {
    font-size: 20px;
    color: #333;
    display: none;
  }

  .owl-nav button:focus {
    outline: none;
    display: none;
  }
}



/* News Slider Carousel End */ 


 
 
.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: linear-gradient(135deg, #632966 0%, #dc503d 100%);
  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: linear-gradient(135deg, #632966 0%, #dc503d 100%);
  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 */

.tab-menu .nav-link {
  background-color: #fff;
  color: #5c2c63 !important;
  border: 1px solid #5c2c63;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
}

.tab-menu .nav-link:hover {
  background-color: #f8f8f8;
  color: #000 !important;
}

.tab-menu .nav-link.active {
  background-color: #5c2c63 !important;
  color: #fff !important;
  font-weight: bold;
  border: 2px solid #5c2c63;
  border-bottom: none;
}

.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: 90px; }

.navbar {
  position: fixed;
  top: 35px;
  width: 100%;
  z-index: 1040;
  background-color: white; /* gerekiyorsa */
  font-family: "Michroma", sans-serif;
}


.top-bar {
  position: fixed;
  top: 0;
  width: 100%;
  height: 55px;
  line-height: 35px;
  background-color: #222;
  z-index: 1030;
  font-size:1.0em;
  background: linear-gradient(90deg, #632966 0%, #632966 45%, #c54d3a 55%, #c54d3a 100%);
  color: white;
}

.telline {color:white;text-decoration: none;}
.telline:hover {color:white;text-decoration: none;}



/* Çerçevesiz ve sade dropdown */ 
.dropdown-menu {
  border: none;
  border-radius: 3px; 
  box-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
  animation: fadeDown 0.9s ease forwards;
  transform-origin: top;
  display: none;
  opacity: 0;
  padding:15px;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 10px;
  background-color: white;
  border-radius: 4px;
  border-top: 2px solid #632966; /* üst çizgi */
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  overflow: hidden; /* alt çizgi dışarı taşmasın */
}

 
.dropdown-menu::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 16px;
  height: 16px;
  background: linear-gradient(135deg, #632966 0%, #dc503d 100%);
  z-index: 1;
}





.dropdown-item {font-size: 0.8em; padding: 10px;}

/* 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);
}


.navbar-toggler {
  border: none !important;
  box-shadow: none !important;
}

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

/* Açıldığında dönüş efekti */
.dropdown-arrow {
  display: inline-block;
  transition: transform 0.3s ease;
  font-weight: bold;
  font-size: 1rem;
  color: #000; /* İsteğe göre */
}

.nav-item:hover .dropdown-arrow {
  transform: rotate(45deg); /* + işareti x gibi döner */
}






.offcanvas-top {
  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,
.offcanvas-header,
.offcanvas-body {
  border: none !important;
  box-shadow: none !important;
  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: 90px; } 

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

.home_project_hayata {margin-top: 0px !important;}

.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;

}

.section-title h3 {
  margin: 0;
  font-size: 18px;
  white-space: nowrap;
  color: #000;
}



}

