@import url("https://fonts.googleapis.com/css2?family=Asap:wght@300&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;400&family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&display=swap');

body {
  margin: 0;
  padding: 0;
  font-family: "Robato", sans-serif;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0.2)),
    url("/images/hakkimizda/images.jpeg");
  opacity: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 40vh;
}



.main-header {
  background-color: rgba(240, 248, 255, 0.151);
}

.anaekran {
  width: 100%;
  background-size: cover;
  background-position: center;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.anaekran2 {
  min-height: 30vh;
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: auto;
  text-align: center;
  width: 100%;
  background-color: white;
  border-radius: 15px 15px 0 0;
  padding-bottom: 100px;
  bottom: 0;
}

#red-text {
  color: rgb(40, 43, 138);
}

#title-text-separator {
  width: 120px;
  margin-top: 0.5%;
  border: solid 1px rgb(40, 43, 138);
}

.hakkinda-metin {
  font-family: "Robato", sans-serif;
  text-align: justify;
  width: 60%;
  color: black;
  font-size: 18px;
  overflow: hidden;
}

@media screen and (max-width: 700px) {
  .hakkinda-metin {
    width: 90%;
    font-size: 15px;
  }
}

.slider-wrapper {
  width: 90%;
  overflow: hidden;
  padding: 0 20px 20px 20px;
  white-space: wrap;
}

.res img {
  display: block;
  margin: 150px auto;
  width: 95%;
  padding-bottom: 5px;
  padding-top: 5px;
  border-radius: 15px;
  filter: drop-shadow(10px 8px 6px #414040);
}

h4 {
  text-align: center;
  color: aliceblue;
}

p2 {
  display: inline-block;
  text-align: justify;
  font-size: 14px;
  color: aliceblue;
}

.prev {
  color: black;
  position: absolute;
  top: 45%;
  left: -10px;
  font-size: 1.5em;

  :hover {
    cursor: pointer;
    color: black;
  }
}

.next {
  color: black;
  position: absolute;
  top: 45%;
  right: 10px;
  font-size: 1.5em;

  :hover {
    cursor: pointer;
    color: black;
  }
}

.fact {
  max-width: 10%;
  vertical-align: top;
  display: inline-block;
  height: auto;
  width: 200px;
  background-color: rgba(152, 162, 169, 0);
  margin: 50px 25px 0px 5px;
  border-radius: 15px;
  box-shadow: 0 1.6px 3.6px rgba(0, 0, 0, 0.01),
    0 4.5px 10px rgba(0, 0, 0, 0.015), 0 10.9px 24.1px rgba(0, 0, 0, 0.02),
    0 36px 80px rgba(0, 0, 0, 0.03);
}



/* dörtlü kartlar */
.mission-cards-title {
  font-family: "Kalam", cursive;
  font-optical-sizing: auto;
  color: #171835;
  font-size: 50px;
  margin-top: 80px;
}

.mission-cards {
  display: flex;
  flex-direction: row;
  width: 70%;
  height: 170px;
  justify-content: space-between;
  align-items: center;
  margin: 70px auto;
  margin-top: 30px;
  margin-bottom: 0;
}

.mission-cards .card {
  width: 28%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  max-width: 300px;
  border-radius: 10px;
}

.mission-cards .card:nth-child(1) {
  background-color: #a1b4b8;
}

.mission-cards .card:nth-child(2) {
  background-color: #8191a0;
}

.mission-cards .card:nth-child(3) {
  background-color: #9db6cf;
}

.mission-cards .card img {
  width: 30px;
  margin: 10px;
}

.mission-cards .card .text {
  margin: 12px 10px 10px 0;
  text-align: left;
  color: #fff;
}

.mission-cards .card .text h2 {
  margin: 0 0 10px 0;
  font-size: 22px;
}

@media screen and (max-width: 1100px) {
  .mission-cards {
    width: 80%;
  }
}

@media screen and (max-width: 900px) {
  .mission-cards {
    width: 90%;
  }

  .mission-cards .card {
    width: 32%;
  }
}

@media only screen and (min-width: 570px) and (max-width: 700px) {
  .mission-cards .card .text h2 {
    font-size: 19px;
    margin-bottom: 5px;
  }

  .mission-cards .card img {
    width: 20px;
    margin: 10px 5px;
  }
}

@media screen and (max-width: 570px) {
  .mission-cards {
    flex-direction: column;
    height: 100%;
  }

  .mission-cards .card {
    height: 150px;
    width: 90%;
    margin-bottom: 30px;
  }
}


/* dörtlü kartlar */