/* https://www.youtube.com/watch?v=EkvYvgiGb9w&list=PL3AsBN9JULajqhZFwpnPWJvFhE_4zYT9i&index=5 */

.resimSlider {
  height: 600px;
}

body {
  padding-top: 50px;
  /* font-family: "Raleway", sans-serif; */
  font-family: "Rubik", sans-serif;
  font-size: 18px;
}

/* koyu kısımlar için */
.hakkimizda {
  /* background-color: #f2f2f2; */
  background-color: #f7f7f7;
}

.ayrac {
  border: none;
  border-top: 2px solid #343a40;
  max-width: 250px;
  /* margin: yukarıdan aşağıdan 25 px sağdan soldan otomatik */
  margin: 25px auto;
}

.ibeyaz {
  color: #343a40;
  /* relative: akışı bozmadan yukarıdan aşağıdan konumlanabilme özelliği */
  position: relative;
  top: -55px;
  font-size: 40px;
  border: 10px solid white;
  background-color: white;
}

.igri {
  color: #343a40;
  /* relative: akışı bozmadan yukarıdan aşağıdan konumlanabilme özelliği */
  position: relative;
  top: -55px;
  font-size: 40px;
  border: 10px solid #f2f2f2;
  background-color: #f2f2f2;
}

.ekipCard > img:hover {
  opacity: 0.8;
}

.galeri {
  background-color: #f2f2f2;
}

/* ANCHOR galeri ofis fotoğrafları */
.figure:hover {
  transform: scale(1.1);
  transition: 0.5s;
}

/* ANCHOR İletişim */
/* body {
  font-family: monospace;
  background-color: #575454;
  color: #fff;
} */
.heading {
  text-align: center;
  font-size: 45px;
  border-bottom: 2px dotted black;
}

/* .container {
  background-color: #696868;
} */
.btn-info {
  width: 50%;
  letter-spacing: 2px;
  background: transparent;
  transition: all 0.5s ease-in-out;
  color: black;
}
.btn-info:hover {
  transform: scale(1.05);
  color: white;
}

hr {
  width: 80%;
}

/* ! navbar için
?yazı fontunu mutlaka buradan ayarlamak gerek gibi duruyor. Genelden yapınca olmadı. */
ul li a {
  color: black;
  float: left;
  /* font-family: Raleway; */
  font-family: "Rubik", sans-serif;
  font-size: 22px;
  margin-right: 10px;
  /* margin-left: 23px; */
  transition: 0.5s ease-in-out;
}

/* ! navbar dropdown için */
ul li ul li a {
  /* color: black; */
  /* float: left; */
  /* font-family: Raleway; */
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  /* margin-right: 10px; */
  /* margin-left: 23px; */
  transition: 0.5s ease-in-out;
}

/* sosyal medya ikonları için */
ul li a :hover {
  color: #999;

  transform: scale(1.2);
  transition: 0.2s;
}

.harita {
  background-color: #f2f2f2;
}

/* ! ANCHOR CV sayfalarındaki fotoğraflar için */
.cv > img:hover {
  opacity: 0.8;
  /* transform: scale(1.1); */
  /* transition: 0.5s; */
}

/* ! ikiYanaYasla  */
.ikiYanaYasla {
  text-align: justify;
}

/*! FOOTER starts */

/* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
} */

.footer {
  background-color: #24262b;
  padding: 70px 0;
  line-height: 1.5;
}

.footerContainer {
  max-width: 1170px;
  margin: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

/* ul {
  list-style: none;
} */

.footer-col {
  width: 25%;
  padding: 0 15px;
}

.footer-col h4 {
  font-size: 18px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 35px;
  font-weight: 500;
  position: relative;
}

/* alt çizgi */
.footer-col h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #e91e63;
  height: 2px;
  box-sizing: border-box;
  /* bunu arttırarak uzunluğu değiştir */
  width: 100px;
}

.footer-col ul li:not(:last-child) {
  margin-bottom: 10px;
}

.footer-col ul li a {
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  color: #bbbbbb;
  display: block;
  transition: all 0.3s ease;
}

.footer-col ul li a:hover {
  color: #ffffff;
  padding-left: 8px;
}

/* responsive */
@media (max-width: 767px) {
  .footer-col {
    width: 50%;
    margin-bottom: 30px;
  }
}

@media (max-width: 574px) {
  .footer-col {
    width: 100%;
  }
}

/* footerdaki sosyal medya ikonları starts */
.social-links li a :hover {
  color: white;

  transform: scale(1.2);
  transition: 0.2s;
}
/* footerdaki sosyal medya ikonları ends */

/* footerdaki rigel software için */
#rigel:hover {
  transform: scale(1.05);
  transition: 0.2s;
}

/*! FOOTER ends */

/* düzgün background resim */
#bannerIletisim {
  height: 450px;

  /* üst klasörde ölduğu için .. koyduk */
  background-image: url("../img/i-howartia.jpg");
  background-size: cover;
  background-position: center;
  /* kaymayı alttaki sağlıyor */
  background-attachment: fixed;
}

/* düzgün background resim */
#bannerEkibimiz {
  height: 450px;

  /* üst klasörde ölduğu için .. koyduk */
  background-image: url("../img/i-masaustu.jpg");
  background-size: cover;
  background-position: center;
  /* kaymayı alttaki sağlıyor */
  background-attachment: fixed;
}

/* düzgün background resim */
#bannerHakkimizda {
  height: 450px;

  /* üst klasörde ölduğu için .. koyduk */
  background-image: url("../img/i-masaustu.jpg");
  background-size: cover;
  background-position: center;
  /* kaymayı alttaki sağlıyor */
  background-attachment: fixed;
}

/* düzgün background resim */
#bannerProgramlar {
  height: 450px;

  /* üst klasörde ölduğu için .. koyduk */
  background-image: url("../img/i-defter-telefon.jpg");
  background-size: cover;
  background-position: center;
  /* kaymayı alttaki sağlıyor */
  background-attachment: fixed;
}

#bannerParasalSinirlar {
  height: 450px;

  /* üst klasörde ölduğu için .. koyduk */
  background-image: url("../img/i-klavye-defter-gozluk.jpg");
  background-size: cover;
  background-position: center;
  /* kaymayı alttaki sağlıyor */
  background-attachment: fixed;
}

#bannerMain {
  height: 450px;

  /* üst klasörde ölduğu için .. koyduk */
  background-image: url("../img/i-hakimin-gozunden.jpg");
  background-size: cover;
  background-position: bottom;
  /* kaymayı alttaki sağlıyor */
  background-attachment: fixed;
}
.soruIsareti:hover {
  transform: scale(1.3);
  transition: 0.2s;

  color: red;
}

.iaCbFontSize {
  font-size: 18px;
}

.iaFontSize {
  font-size: 16px;
}

.infazHFontSize {
  font-size: 15px;
}

.hrinfaz {
  width: 50%;
}

.acilistaGorunmez {
  display: none;
}

/* h1 {
  color: #3f3a64;
} */

.calismaKartlari:hover {
  transform: scale(1.05);
  transition: 0.5s;
}
