


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
body {
    padding-top: 100px;
  
}



.container{
    max-width: 1320px;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

/*** Button ***/
.btn {
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/

.sticky-top {
    top: 0;
    transition:all .5s ease;
  position: fixed; 
  /* width: 100%;
  z-index: 2000px; */
}

.navbar {
    padding: 15px 0;
    font-family: "Space Grotesk", sans-serif;
    font-size: 18px;
}



.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary)
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .dropdown-item.active {
    color: var(--bs-white);
    background: var(--bs-primary);
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
         background-color:var(--bs-white);
         
    }
    .navbar .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .dropdown-item.active {
    color: var(--bs-white);
    background: var(--bs-primary);

}
.sticky-top {
            background-color: var(--bs-white);
         }
         .hero-header{
/*display: none;*/
         }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Hero Header ***/
.hero-header {
    margin-top: -150px;
    padding-top: 100px;
    background: url(../img/hero-bg.jpg) top center no-repeat;
    background-size: cover;
}

.hero-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.header-carousel {
    position: relative;
    padding: 45px 90px 45px 0;
}

.header-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: calc(50% + 45px);
    height: 100%;
    background: var(--bs-primary);
    z-index: -1;
}

.header-carousel .owl-dots {
    position: absolute;
    top: 50%;
    right: 38px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 5px 0;
    width: 15px;
    height: 15px;
    border: 2px solid var(--bs-white);
    transition: .5s;
}

.header-carousel .owl-dot.active {
    height: 30px;
    background: var(--bs-white);
}


/*** About ***/
.about-img {
    position: relative;
    overflow: hidden;
}

.about-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/bg-about-img.png) top left no-repeat;
    background-size: contain;
}


/** {
  outline: 1px solid red; /* Hangi kutu ne kadar yer kaplıyor, kolayca görürsün 
}*/


/*** Project ***/
.project-item img {
    transition: .5s;
}
  
.project-item:hover img {
    transform: scale(1.2);
}
  
.project-overlay {
    position: absolute;
    padding: 25px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background: linear-gradient(rgba(255, 255, 255, .1) 50%, var(--bs-dark));
    z-index: 1;
}




/*** Service ***/
.service-item {
    position: relative;
    padding: 30px 25px;
    transition: .5s;
    border-radius: 15px;
}

.service-item.bg-primary:hover {
    background: var(--bs-light) !important;
}

.service-item.bg-primary p {
    color: var(--bs-light);
    transition: .5s;
}

.service-item.bg-primary:hover p {
    color: var(--bs-secondary);
}

.service-item.bg-light:hover {
    background: var(--bs-primary) !important;
}

.service-item.bg-light p {
    color: var(--bs-secondary);
    transition: .5s;
}

.service-item.bg-light:hover p {
    color: var(--bs-light);
}

/* Başlıklar artık mutlak değil, ortalanmış olacak */
.service-item .service-img h3 {
    position: static;
    padding: 0;
    margin: 0;
    text-align: center;
}

/* İkonlar */
/*.service-item .service-img i {
     İkon büyüklüğü ve boşluk zaten fa-4x ve mb-3 ile ayarlandı 
}*/

/* Yazı rengi kartın arkaplanına göre ayarlandı */
.service-item.bg-primary h3,
.service-item.bg-primary p {
    color: var(--bs-white);
}

.service-item.bg-light h3,
.service-item.bg-light p {
    color: var(--bs-dark);
}

/* Hover efektleri (isteğe bağlı) */
.service-item.bg-primary:hover h3,
.service-item.bg-primary:hover p {
    color: var(--bs-dark);
}

.service-item.bg-light:hover h3,
.service-item.bg-light:hover p {
    color: var(--bs-white);
}


/*** Newsletter ***/
.newsletter {
    background: url(../img/hero-bg.jpg) bottom right no-repeat;
    background-size: cover;
}

@media (min-width: 992px) {
    .newsletter .container {
        max-width: 100% !important;
    }

    .newsletter .newsletter-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .newsletter .newsletter-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .newsletter .newsletter-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Footer ***/
/* Footer genel */
/* Footer genel alanı */
/* Footer genel stil */
/* ========== FOOTER GENEL STİL ========== */
.footer {
    background-color: #d4e3d162; /* Açık çağla yeşili */
    color: #222;
    position: relative;
    overflow: hidden;
    padding-top: 25px;
    padding-bottom: 20px;
    margin-bottom:100px;

}





/* Logo ve yazıyı yanyana, gap ile aralarında boşluk */
.footer-brand {
    display: flex;
    align-items: center;
}

/* Logo boyutu */
.footer-logo {
    max-height: 120px;
    width: auto;
    display: block;
}

/* Logo yazısı */
.footer-logo-text {
    color: #222 !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    margin: 0 !important;
    line-height: 1.1;
}



   
   


/* Footer sütunlar arası boşluk */
.footer .row {
    column-gap: 80px;
}

/* İlk sütuna soldan boşluk */
.footer .col-md-6.col-lg-3:first-child {
    margin-left: 40px;
}

/* Footer başlıklar, paragraflar, linkler */
.footer h5,
.footer p,
.footer a.btn.btn-link,
.footer .footer-logo-text {
    color: #222 !important;
    font-weight: 500 !important;
}

/* Link stilleri */
.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    font-weight: normal;
    color: #222 !important;
    transition: 0.3s;
}

.footer .btn.btn-link:hover {
    color: #000 !important;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-link::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

/* Sosyal medya butonları */
.footer .btn-outline-primary {
    border-color: #222;
    color: #222;
}

.footer .btn-outline-primary:hover {
    background-color: #222;
    color: #fff;
}

 /*Alt çizgi (tüm haklar saklıdır üstü) */
.footer-divider {
    border: none;
    border-top: 2px solid rgba(0, 0, 0, 0.15);
    margin: 5px auto 30px auto; /* Üst margin biraz az, alt margin geniş */
    width: 90%; 
    background: url(../img/hero-bg.jpg) top center no-repeat;
    background-size: cover;
}


.footer .copyright {
    font-size: 15px;
    text-align: center;
    color:rgba(0, 0, 0, 0.642); /* Beyaz yazı */
    margin: 0;
    max-width: 1200px;
}

/* Link ayarları */
.footer .copyright a {
    border-bottom: none !important;
    color: rgba(0, 0, 0, 0.642) !important;
    text-decoration: none !important;
}


/* Footer menü linkleri */
.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    color: #222 !important;
    font-weight: 600 !important;
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.footer{

background: url(../img/hero-bg.jpg) top center no-repeat;
background-size: cover; 
}


/*PROJELERİM ALANI*/

    /* KATEGORİ BAR */
    .kategori-bar {
      text-align: center;
      font-size: 17px;
      margin-bottom: 18px;
      margin-top: 50PX;
      font-family: "Space Grotesk", sans-serif;
    
   
      

    }

        .kategori-bar span {
            cursor: pointer;
            margin: 0 10px;
            transition: color 0.3s;
            font-family: "Space Grotesk", sans-serif;
            color: var(--bs-gray-dark);
            font-size: 22px;
            position: relative;
            padding: 10px 16px;
            border-radius: 6px;
            z-index: 1;
        }


  .kategori-bar span::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  color:#0d6b68;
  border-radius: 6px;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease;
}

.kategori-bar span:hover::before {
  opacity: 1;
}




    

    .kategori-bar span:hover {
  color:#0d6b68;
  font-weight: bold;





    }

            .kategori-bar span.active {
                color: var(--bs-gray-dark);
                font-weight: bold;
            }

.kategori-bar span.active:hover{
   color:#0d6b68;
}



    /* GALERİ */
.galeri {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-bottom:25px; /* veya ihtiyacına göre 60px, 80px */
   
}


.resim-kutu {
    position: relative;
    width: 400px;
    height: 350px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    cursor: pointer;
  
}

    .resim-kutu img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.3s;
    }

    .resim-kutu:hover img {
      transform: scale(1.05);
    }

    .hover-yazi {
      position: absolute;
      bottom: 10px;
      left: 10px;
      color: white;
      background: rgba(0,0,0,0.5);
      padding: 5px 10px;
      border-radius: 8px;
      font-size: 16px;
      opacity: 0;
      transition: opacity 0.2s;
    }

    .buyutec {
      position: absolute;
      top: 10px;
      right: 10px;
      font-size: 20px;
      background: rgba(0,0,0,0.5);
      color: white;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      transition: opacity 0.3s;
    }

    .resim-kutu:hover .hover-yazi,
    .resim-kutu:hover .buyutec {
      opacity: 1;
    }

    /* GİZLE */
    .hidden {
      display: none;
    }

    /* MODAL */
    .modal {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.7);
      display: flex;
      align-items: center;
      justify-content: center;
      display: none;
      z-index: 999;
    }

        .modal img {
            max-width: 95vw; /* ekran genişliğinin %95’i */
            max-height: 95vh; /* ekran yüksekliğinin %95’i */
            border-radius: 10px;
        }

    .modal.kapali-degil {
      display: flex;
    }



@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-up {
  animation: fadeUp 0.9s ease forwards;
}

/* Genel iletişim kutuları */
.iletisim-kutu {
  background: #f8f9fa; /* Açık gri, Bootstrap uyumlu */
  padding: 20px 25px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  border: 1px solid #ddd; /* İnce çerçeve */
  gap: 15px;
  align-items: center;
  display: flex;
}

/* Başlık ve paragraf */
.iletisim-kutu h5 {
  margin-bottom: 4px;
  font-weight: 600;
}

.iletisim-kutu p {
  margin: 0;
  font-size: 16px;
  color: #555;
}

/* Sosyal medya kutusu özel */
.sosyal-kutu {
  justify-content: center;
  gap: 25px;
}

/* Sosyal ikon linkleri 
.sosyal-kutu a {
  padding: 10px 18px;
  border-radius: 8px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sosyal-kutu a:hover {
  border-color: currentColor;
  background-color: rgba(0,0,0,0.05);
  text-decoration: none;
}*/

/* Responsive için küçük ekranlarda üst üste gelsin */
@media (max-width: 991.98px) {
  .row.gx-5 {
    flex-direction: column;
  }
  #h44{
      font-size:14px;
  }
  .col-lg-7,
  .col-lg-5 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .col-lg-5 {
    margin-top: 30px;
  }
}
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 40px; /* Daha küçük boyut */
    height: 40px;
    z-index: 10000;
    cursor: pointer;
    animation: pulse 1.5s ease-in-out infinite; /* Kesin çalışan animasyon */
}

    .whatsapp-float img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        box-shadow: 0 2px 6px rgba(37, 211, 102, 0.7);
    }

/* Yanıp sönme animasyonu */
@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.6;
        transform: scale(1.1);
    }
}



