/* [About] AkileNisa - START */
.about-contenier {
  max-width: 1254px;
  padding: 0px aut;
  margin: 20px auto;
  text-align: center;
}

/* about-direction sol üstte ve hover efekti */
.about-direction {
  font-family: "Popppins", sans-serif;
  font-size: 14px;
  line-height: 21px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.about-direction a {
  color: gray;
  text-decoration: none;
  margin-right: 5px;
  transition: color 0.3s ease;
}

.about-direction a:hover {
  color: rgb(1, 1, 1);
}

.about-direction a:last-child {
  color: black;
}

/* about-header kısmı - subtitle ve img  */
.about-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
  text-align: right;
}

.about-title-img {
  max-width: 705px;
}

.about-subtitle-header {
  font-family: "Inter", sans-serif;
  font-size: 54px;
  line-height: 64px;
  color: #000000;
  text-align: left;
  margin-bottom: 10px;
}

.about-subtitle-paraf {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  width: 525px;
  text-align: left;
  margin-top: 20px;
}

/* about-work  */
.about-work {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.about-work-site {
  border: 1px solid rgb(198, 198, 198);
  border-radius: 10px;
  padding: 10px 20px 20px 20px;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 25px;
  transition: all 0.3s ease;
  background-color: white;
}

.about-work-site:hover {
  border-color: #db4444;
  background-color: #db4444;
  color: white;
}
.about-work-num {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  line-height: 30px;
  color: #000000;
}
.about-work-paraf {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.about-work-site-img {
  max-width: 80px;
}
.about-work-num,
.about-work-paraf {
  transition: color 0.3s ease;
}

.about-work-site:hover .about-work-num,
.about-work-site:hover .about-work-paraf {
  color: white;
}

/* about-teams kısmı ve sosyal medya ikonları */

.about-teams-contenier {
  margin-top: 50px;
}
.about-teams {
  display: flex;
  justify-content: space-between;
}
.about-team-name {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  line-height: 30px;
  color: #000000;
  text-align: left;
}
.about-team-job {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  text-align: left;
}
.about-team-img {
  background-color: #f5f5f5;
}
.about-social-icon {
  font-size: 24px;
  color: rgb(181, 178, 178);
  transition: color 0.3s ease;
  cursor: pointer;
  text-align: left;
  display: flex;
  gap: 16px;
  padding: 15px 0 0 0;
}

.twitter-icon:hover i {
  color: black;
}

.instagram-icon:hover i {
  color: #e1306c;
}

.linkedin-icon:hover i {
  color: #0077b5;
}

/* İkonların varsayılan renkleri */
.twitter-icon i {
  color: rgb(110, 110, 110);
}

.instagram-icon i {
  color: #292829;
}

.linkedin-icon i {
  color: #2d2d2d;
}

/* team-controls kısmı için kontrol düğmeleri */
.team-controls {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.ellipse {
  width: 15px;
  height: 15px;
  background-color: rgb(207, 207, 207);
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.ellipse:hover {
  background-color: rgb(237, 207, 15);
}
/*responsive*/

@media only screen and (max-width: 1280px) {
  .about-contenier {
    padding: 0px 30px;
  }
  .about-title-img {
    max-width: 650px;
  }
  .about-subtitle-paraf {
    width: 100%;
    text-align: left;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1254px) {
  .about-contenier {
    padding: 0px 25px;
  }

  .about-subtitle-header {
    font-size: 40px;
    line-height: 50px;
  }
  .about-subtitle-paraf {
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
    width: 100%;
  }

  .about-title-img {
    max-width: 600px;
  }

  .about-work {
    gap: 20px;
  }

  .about-teams {
    gap: 20px;
  }

  .about-social-icon {
    justify-content: flex-start;
  }

  .about-team-name {
    font-size: 28px;
  }

  .about-team-job {
    font-size: 14px;
  }
}
@media only screen and (max-width: 899px) {
  .about-title-img {
    max-width: 500px;
  }
  .about-teams {
    justify-content: space-evenly;
    gap: 20px;
  }
  .about-team-img {
    max-width: 400px;
    height: 300px;
  }
}

@media only screen and (max-width: 768px) {
  .about-contenier {
    padding: 0px 30px;
  }
  .about-header {
    text-align: left;
    gap: 15px;
  }

  .about-title-img {
    max-width: 300px;
  }

  .about-subtitle-header {
    font-size: 36px;
    line-height: 20px;
    text-align: left;
  }

  .about-subtitle-paraf {
    font-size: 14px;
    line-height: 15px;
  }

  .about-work-site {
    padding: 10px;
  }
  .about-work-num {
    font-size: 20px;
    line-height: 20px;
  }
  .about-work-paraf {
    font-size: 14px;
    line-height: 15px;
  }
  .about-work-site-img {
    max-width: 50px;
  }
  .about-social-icon {
    gap: 10px;
    width: 40px;
  }

  .about-team-name {
    font-size: 20px;
  }

  .about-team-job {
    font-size: 12px;
  }

  .ellipse {
    width: 12px;
    height: 12px;
  }
}
@media only screen and (max-width: 715px) {
  .about-title-img {
    max-width: 300px;
  }
  .about-teams {
    justify-content: space-evenly;
    gap: 10px;
  }
  .about-team-img {
    max-width: 300px;
    height: 200px;
  }
}
@media only screen and (max-width: 600px) {
  .about-title-img {
    max-width: 250px;
  }
  .about-work-num {
    font-size: 15px;
    line-height: 15px;
  }
  .about-work-paraf {
    font-size: 10px;
    line-height: 10px;
  }
  .about-teams {
    justify-content: space-evenly;
    gap: 10px;
  }
  .about-team-img {
    max-width: 300px;
    height: 200px;
  }
}
@media only screen and (max-width: 550px) {
  .about-title-img {
    max-width: 200px;
  }

  .about-subtitle-header {
    font-size: 30px;
    line-height: 15px;
    text-align: left;
  }

  .about-subtitle-paraf {
    font-size: 12px;
    line-height: 10px;
  }

  .about-team-img {
    max-width: 300px;
    height: 200px;
  }
}

@media only screen and (max-width: 482px) {
  .about-contenier {
    padding: 0px 20px;
  }

  .about-header {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .about-subtitle-header {
    font-size: 28px;
    line-height: 38px;
    text-align: center;
  }

  .about-subtitle-paraf {
    font-size: 12px;
    line-height: 20px;
    text-align: left;
  }

  .about-work {
    justify-content: space-around;
    gap: 10px;
  }

  .about-work-site {
    width: 200px;
  }

  .about-work-num {
    font-size: 20px;
  }

  .about-work-paraf {
    font-size: 12px;
    line-height: 10px;
  }

  .about-teams {
    gap: 10px;
  }

  .about-team-name {
    font-size: 20px;
  }

  .about-team-job {
    font-size: 12px;
  }
  .about-team-img {
    width: 100px;
    height: 150px;
  }

  .ellipse {
    width: 10px;
    height: 10px;
  }
}

@media only screen and (max-width: 370px) {
  .about-subtitle-header {
    font-size: 24px;
    line-height: 34px;
  }

  .about-subtitle-paraf {
    font-size: 10px;
    line-height: 18px;
  }
  .about-work {
    align-items: center;
    flex-direction: column;
  }
  .about-work-num {
    font-size: 24px;
  }

  .about-work-paraf {
    font-size: 12px;
  }
  .about-teams {
    flex-direction: column;
    align-items: center;
  }
  .about-team-name {
    font-size: 18px;
  }

  .about-team-job {
    font-size: 10px;
  }
  .about-social-icon {
    margin-top: 0px;
  }

  .ellipse {
    width: 8px;
    height: 8px;
  }
}

/* [About] AkileNisa - END */
