.section {
  position: relative;
  background-color: #fff;
  padding: 3rem 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
}
.color {
  height: 40%;
  position: absolute;
  left: 0;
  bottom: 290px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.color::after {
  position: absolute;
  left: 0;
  top: 80px;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fafafa;
  opacity: 0.9;
}
.kurumsal-baslik {
  font-family: "Gilroy-Black", sans-serif;
  color: #4d4685;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 1rem;
}
.kurumsal-hash {
  list-style: none;
  display: flex;
  flex-direction: row;
  padding: 0;
}
.kurumsal-hash li a {
  margin: 0 auto;
  color: #696969;
  font-family: "Montserrat-Light", sans-serif;
  font-size: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: 0.6s ease-in;
  cursor: pointer;
  z-index: 9;
  position: relative;
  transform: translateY(30px);
  padding: 0 1rem;
  text-decoration: none;
}

/* Active link style */
.kurumsal-hash li a.active {
  color: #4d4685 !important;
  font-family: "Montserrat-Bold", sans-serif;
}
.ilkaciklama {
  color: #696969;
  font-family: "Montserrat-Light", sans-serif;
  font-size: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 1;
}
.aciklama {
  font-family: "Montserrat-Regular", sans-serif;
  max-width: 550px;
  position: relative;
  z-index: 1;
  font-size: 14px;
}

.kurumsal-img {
  position: relative;
  z-index: 1;
  margin-top: -10rem;
}
.tarihce-baslik {
  font-family: "Gilroy-Black", sans-serif;
  color: #4d4685;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin-bottom: 3rem;
}
/* Tab Container */
.tab-container {
  border: 2px solid #a7814e;
  overflow-x: auto;
  white-space: nowrap;
  max-width: max-content;
  margin: 0 auto;
  padding: 0;
}

.tab {
  display: inline-block;
  padding: 10px 50px;
  cursor: pointer;
  font-size: 18px;
  font-family: "Montserrat-Regular", sans-serif !important;
}

/* Aktif sekme ortalama */
.tab.active {
  background-color: #a7814e;
  color: #fff;
  font-family: "Montserrat-Black", sans-serif !important;
  /* clip-path: polygon(0 0, 100% 0, 50% 100%); */
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}

/* Content */
.content {
  display: none;
}

.content.active {
  display: block;
  max-width: max-content;
  margin: 0 auto;
  padding: 0 14rem;
  font-family: "Montserrat-Regular", sans-serif !important;
  font-size: 14px;
}

.kurucu-baslik {
  font-family: "Gilroy-Black", sans-serif;
  color: #4d4685;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.kurucu-baslik span {
  font-family: "Gilroy-Light", sans-serif !important;
}
#kurucu h3 {
  font-family: "Gilroy-Light", sans-serif !important;
  color: #4d4685;
}
#kurucu p {
  font-family: "Montserrat-Light", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #696969;
  padding-right: 65px;
  line-height: 24px;
}
.sertifika-baslik {
  font-family: "Gilroy-Black", sans-serif;
  color: #4d4685;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
/* cozum-ortaklari */
.mySwiper {
  width: 100%;
  height: auto;
  max-width: 1070px;
  margin: 0 auto;
  padding: 0;
}

.cozum h2 {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding-bottom: 2.5rem;
  color: #0a0a0a;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 40px;
  text-wrap: nowrap;
}

.cozum h2 span {
  color: #696969;
}

.item-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 100%;
}

.custom-swiper-button-prev,
.custom-swiper-button-next {
  color: #696969 !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  padding: 0px;
  border-radius: 50%;
}

.custom-swiper-button-prev {
  left: 0px;
}

.custom-swiper-button-next {
  right: 0px;
}
@media (max-width: 1024px) {
  .content.active {
    padding: 0 15px;
  }
  .kurumsal-img {
    margin: 0;
  }
  .color::after {
    background-color: transparent;
  }
  .kurumsal-hash {
    flex-direction: column;
  }
}
