body {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

.logo {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*Navbar*/

.navbar .navbar-nav .nav-link {
  margin-right: 35px;
  padding: 25px 0;
  color: #1c2035;
  font-size: 18px;
  font-weight: 500;
  outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: #4761ff;
}

/*Banner Resmi*/
header {
  background: url("./img/banner.webp");
  background-position: bottom;
  background-size: cover;
  height: 75vh;
}

/*Neden Biz Bölümü*/
.why {
  height: 96px;
}

.underline {
  width: 90px;
  height: 4px;
  background: darkmagenta;
  margin: 5px auto 20px auto;
}

/* Kayan Firmaların Logo Bölümü  CSS başlangıç*/
.wrapper {
  background-color: white;
}

.slider {
  overflow: hidden;
}

.slide {
  animation: slideshow 11s linear infinite;
}

.firma {
  height: 90px;
  padding: 0 20px 0 20px;
}

.oppo-image {
  max-width: 180px;
  width: 100%;
  height: 150px;
}

@keyframes slideshow {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* Kayan Logo Bölümü Son */

/*Teknik Hizmetler Bölümü Başlangıç*/
.teknik {
  height: 60px;
  padding: 0px 5px;
  background-color: #004aad;
  transition: all 0.5s linear;
}

.teknik:hover {
  transform: scale(0.98);
  background-color: #314e95;
}
/*Teknik Hizmetler Bölümü son*/

/* sayfa bannerları başlangıç */

.teknikservissayfası {
  background: linear-gradient(rgba(71, 71, 71, 0.3), rgba(71, 71, 71, 0.2)),
    url("./img/urunlerimiz_masaustu.png");
}

.iletisimsayfası {
  background: linear-gradient(rgba(71, 71, 71, 0.3), rgba(71, 71, 71, 0.2)),
    url("./img/iletisim_masaustu.png");
}

.hakkımızdasayfası {
  background: linear-gradient(rgba(71, 71, 71, 0.3), rgba(71, 71, 71, 0.2)),
    url("./img/hakkimizda_masaustu.png");
}

.hizmetlerimizsayfası {
  background: linear-gradient(rgba(71, 71, 71, 0.3), rgba(71, 71, 71, 0.2)),
    url("./img/hizmetlerimiz_masaustu.png");
}

.teknikservissayfası,
.iletisimsayfası,
.hakkımızdasayfası,
.hizmetlerimizsayfası {
  background-size: cover;
  background-position: center;
  height: 10vh;
  padding-bottom: 0.2rem;
}

/*İletişim Sayfası Başlangıç*/
.iletisimIcon {
  height: 70px;
  max-width: 70px;
}

.iletisimSection {
  background: white;
  padding: 15px 10px;
  text-align: center;
  border-radius: 20px;
  transition: all 0.3s linear;
}

.iletisimSection .underline {
  width: 50px;
  height: 5px;
  transition: all 0.3s linear;
}
.iletisimSection:hover {
  background-color: #314e95;
  color: white;
}
.iletisimSection:hover .underline {
  background: white;
}
/*İletişim Sayfası Son*/

/* .servicesTitle {
  text-align: center;
  margin-bottom: 60px;
} */

.service {
  background: white;
  padding: 30px 15px;
  text-align: center;
  border-radius: 20px;
  transition: all 0.3s linear;
}
.serviceIcon {
  font-size: 30px;
  margin-bottom: 25px;
}

.service h4 {
  font-size: 20px;
}
.service .underline {
  width: 50px;
  height: 5px;
  transition: all 0.3s linear;
}
.service:hover {
  /* background-color: rgba(255, 140, 0, 0.818); */
  background-color: #638df8;
  color: white;
}
.service:hover .underline {
  background: white;
}

/*İletişim*/

.iletisim {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*Hizmetlerimiz Sayfası*/

.hizmet_img {
  display: flex;
  justify-content: center;
  width: 80px;
  margin-bottom: 20px;
  height: 80px;
  text-align: center;
}

.border-dashed {
  border: 2px solid #314e95;
  padding-top: 1rem;
  transition: all 0.3s linear;
}

.border-dashed:hover {
  transform: scale(0.98);
  background-color: ghostwhite;
}

.card_hiz {
  max-height: 600px;
  min-height: 500px;
}

/* Footer  Başlangıç*/
.footer {
  color: #b0b9ae;
  /* color: #B0B9AE; */
}

.footer .btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #b0b9ae;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}

.footer .btn-link {
  list-style: none;
}

.footer .btn-link:hover {
  letter-spacing: 1px;
  box-shadow: none;
}

/*back to up*/

.top-button {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 25px;
  padding: 5px;
  color: aliceblue;
  background-color: rgba(7, 7, 7, 0.7);
  cursor: pointer;
  z-index: 999;
  border-radius: 10%;
}
.top-button:hover {
  background-color: #000000;
}

.bi-arrow-up-circle {
  font-size: 25px;
}

/*Whatsapp*/

.whatsapp {
  position: fixed;
  bottom: 25px;
  right: 20px;
  z-index: 999;
  display: none;
}

.whatsapp-button {
  display: inline-block;
  border-radius: 50%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.whatsapp-button:hover {
  transform: scale(1.1);
}

@media (min-width: 320px) and (max-width: 767px) {
  header {
    background: url("./img/banner.webp");
    background-position: top;
    background-size: cover;
    height: 50vh;
  }
  .teknikservissayfası {
    background: linear-gradient(rgba(71, 71, 71, 0), rgba(71, 71, 71, 0.1)),
      url("./img/urunlerimiz_mobil.png");
    background-size: cover;
    background-position: center;
    height: 6vh;
  }

  .iletisimsayfası {
    background: linear-gradient(rgba(71, 71, 71, 0), rgba(71, 71, 71, 0.1)),
      url("./img/iletisim_mobil.png");
    background-size: cover;
    background-position: center;
    height: 6vh;
  }

  .hakkımızdasayfası {
    background: linear-gradient(rgba(71, 71, 71, 0), rgba(71, 71, 71, 0.1)),
      url("./img/hakkimizda_mobil.png");
    background-size: cover;
    background-position: center;
    height: 6vh;
  }

  .hizmetlerimizsayfası {
    background: linear-gradient(rgba(71, 71, 71, 0), rgba(71, 71, 71, 0.1)),
      url("./img/hizmetlerimiz_mobil.png");
    background-size: cover;
    background-position: center;
    height: 6vh;
  }
  .hakkimiz_title {
    margin-top: 0.9rem;
  }

  .navbar .navbar-nav .nav-link {
    margin-bottom: 5px;
    padding: 5px 0;
    color: #1c2035;
    font-size: 18px;
    font-weight: 500;
    outline: none;
    transition: all 0.3s linear;
  }
  .navbar .navbar-nav .nav-link:hover {
    background-color: darkmagenta;
    color: #fff;
    padding: 3px 5px;
  }

  .why {
    height: 116px;
  }

  .iletisimIcon {
    height: 45px;
    max-width: 50px;
  }

  .iletisimSection {
    background: white;
    padding: 10px 5px;
    text-align: center;
    border-radius: 20px;
    transition: all 0.3s linear;
  }

  .iletisimSection .underline {
    width: 50px;
    height: 5px;
    transition: all 0.3s linear;
  }
  .iletisimSection:hover {
    background-color: #314e95;
    color: white;
  }
  .iletisimSection:hover .underline {
    background: white;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  header {
    background: url("./img/sayfa/tablet_arka.png");
    background-position: top;
    background-size: cover;
    height: 50vh;
  }
  .teknikservissayfası {
    background: linear-gradient(rgba(71, 71, 71, 0), rgba(71, 71, 71, 0.1)),
      url("./img/urunlerimiz_tablet.png");
    background-size: cover;
    background-position: center;
    height: 6vh;
  }

  .iletisimsayfası {
    background: linear-gradient(rgba(71, 71, 71, 0), rgba(71, 71, 71, 0.1)),
      url("./img/iletisim_tablet.png");
    background-size: cover;
    background-position: center;
    height: 6vh;
  }

  .hakkımızdasayfası {
    background: linear-gradient(rgba(71, 71, 71, 0), rgba(71, 71, 71, 0.1)),
      url("./img/hakkimizda_tablet.png");
    background-size: cover;
    background-position: center;
    height: 6vh;
  }

  .hizmetlerimizsayfası {
    background: linear-gradient(rgba(71, 71, 71, 0), rgba(71, 71, 71, 0.1)),
      url("./img/hizmetlerimiz_tablet.png");
    background-size: cover;
    background-position: center;
    height: 6vh;
  }

  .navbar .navbar-nav .nav-link {
    margin-top: 5px;
    margin-bottom: 8px;
    padding: 5px 0;
    color: #1c2035;
    font-size: 18px;
    font-weight: 500;
    outline: none;
    transition: all 0.3s linear;
  }
  .navbar .navbar-nav .nav-link:hover {
    background-color: darkmagenta;
    color: #fff;
    padding: 3px 5px;
  }
}

@media (max-width: 991px) {
  .whatsapp {
    display: block;
  }

  .top-button {
    display: block;
  }
}

/*Kayan Efekt Css*/

.target {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.target.visible {
  opacity: 1;
  transform: translateY(0);
}
