@import url('"https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;1,600&display=swap');

*{
  font-family: 'Source Sans Pro', sans-serif;
}

body{
  background-color: #2f4f4f;
}

#hakkimizdabanner{
    background-image: url('../img/hizmetler-anasayfa-1700x650.webp');
    background-position: center bottom;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0;
}

#iletisim{
    background-image: url('../img/iletisim-3500x2000.webp');
    background-position: center bottom;
    background-size: cover;
    background-attachment: fixed;
}

#galeri{
    background-image: url('../img/galeri-2000x2000.webp');
    background-position: center bottom;
    background-size: cover;
    background-attachment: fixed;
}

#hizmetler{
    background-image: url('../img/hizmetlerimiz-1000x600.webp');
    background-position: center bottom;
    background-size: cover;
    background-attachment: fixed;
}

#bakim,#kiralama,#kurulum,#satis,#proje{
  background-image: url('../img/hizmet-1500x1000.webp');
  background-position: center bottom;
  background-size: cover;
  background-attachment: fixed;
}

#bakimBanner,#kiralamaBanner,#kurulumBanner,#satisBanner,#projeBanner{
  background-image: url('../img/hizmet-banner-1200x400.webp');
  background-position: center bottom;
  background-size: cover;
  background-attachment: fixed;
  padding: 170px 0;
}

#topFooter{
    background-image: url('../img/topfooter-9000x4000.webp');
    background-position: center bottom;
    background-size: cover;
    background-attachment: fixed;
}

#hakkimizda{
    background-image: url('../img/hakkimizda-1024x1024.webp');
    background-position: center bottom;
    background-size: cover;
    background-attachment: static;
}

#nedeneminiskele,#hizmetBanner{
  background-image: url('../img/neden-emin-iskele-1500x700.webp');
  background-position: center bottom;
  background-size: cover;
  background-attachment: fixed;
}

#anasayfagaleri{
  background-image: url('../img/galeri-1500x650.webp');
  background-position: center bottom;
  background-size: cover;
  background-attachment: fixed;
}

#hizmetlerimiz{
  background-image: url('../img/hizmetler-anasayfa-1700x650.webp');
  background-position: center bottom;
  background-size: cover;
  background-attachment: static;
}

.navbar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.6);
  }

  #topFooter a, #topFooter, #navbar{
    color: #fff;
  }

  a{
    cursor: pointer;
    text-decoration: none !important;
  }