@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url(.menu a {
            text-decoration: none; /* Altı çizgiyi kaldırır */
            color: #000; /* Yazı rengini siyah yapar */
            font-weight: bold;
        }

  
       
            
"../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
  font-family: "Roboto", Arial, serif;
  line-height: 1.8;
  font-size: 16px;
  background: #fff;
  color: #848484;
  font-weight: 300;
  overflow-x: hidden;
}
body.fh5co-offcanvas {
  overflow: hidden;
}



#fh5co-header {
text-align: center;
}

.menu {
  list-style: none;  /* Madde işaretlerini kaldır */
  padding: 15px;
  margin: 0;
}

.menu li {
  display: inline-block; /* Liste öğelerini satır içi blok yap */
}

.menu a {
  text-decoration: none; /* Alt çizgiyi kaldır */
  color: black; /* Yazı rengi */
  font-weight: bold; /* Kalın yazı */
  padding: 10px 15px; /* İç boşluk */
  transition: 0.3s; /* Geçiş efekti */
}

.menu a:hover {
  color: red; /* Üzerine gelince renk değiştir */
}

/* Menü Toggle butonu ve menü stilleri */
.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    z-index: 999; /* Menü açıldığında üstte görünmesini sağlar */
}

.menu-toggle div {
    width: 25px;
    height: 3px;
    background-color: #000;
    margin: 5px;
}




/* Menü için responsive ayarları */
@media (max-width: 768px) {
    .menu-toggle {
        display: flex;
    }
    
    nav ul {
        display: none; /* Menü gizli */
        flex-direction: column;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background-color: #fff;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);   
      
    }

    nav ul.active {
        display: flex; /* Menü açıldığında görünür */
    }

    nav ul li {
        text-align: center;
        padding: 10px 0;
          
    }

    nav ul li a {
        padding: 10px;
        text-decoration: none;
        color: #000;
        font-weight: bold;
    }
}


.menu-toggle div {                 
background-color: red;           

}         

/* Responsive Tasarım */
@media (max-width: 1024px) {
    .card-container {
        column-count: 2; /* Tabletlerde 2 sütun */
    }
}

@media (max-width: 768px) {
    .card-container {
        column-count: 1; /* Telefonlarda 1 sütun */
    }
}        



a {
  color: #2da9d7;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  text-decoration: none !important;
  color: #2da9d7 !important;
}
a:active, a:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #212121;
  font-family: "Roboto", Arial, serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}

figure {
  margin-bottom: 2em;
}

::-webkit-selection {
  color: #fcfcfc;
  background: #2da9d7;
}

::-moz-selection {
  color: #fcfcfc;
  background: #2da9d7;
}

::selection {
  color: #fcfcfc;
  background: #2da9d7;
}







#fh5co-footer {
  float: left;
  width: 100%;
  background: #ebebeb;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  color: #999999;
}
#fh5co-footer a {
  color: #bfbfbf;
}
#fh5co-footer a:hover, #fh5co-footer a:active, #fh5co-footer a:focus {
  color: #000 !important;
}
#fh5co-footer .social {
  margin-top: 20px;
}
#fh5co-footer .social a {
  padding: 10px;
  color: #999999 !important;
}
@media screen and (max-width: 480px) {
  #fh5co-footer .social a {
    padding: 5px;
  }
}
#fh5co-footer .social a:hover, #fh5co-footer .social a:active, #fh5co-footer .social a:focus {
  color: #000 !important;
}

.square {
  list-style: square;
}

.pt70 {
  padding-top: 70px;
}
@media screen and (max-width: 480px) {
  .pt70 {
    padding-top: 30px;
  }
}

.pb70 {
  padding-bottom: 70px;
}
@media screen and (max-width: 480px) {
  .pb70 {
    padding-bottom: 30px;
  }
}

/*# sourceMappingURL=style.css.map */
