@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");

.meyvesebze h1 {
  font-family: "DM Sans", sans-serif;
  font-size: 52px;
  font-weight: 900;
  letter-spacing: 0.06em;
}
.meyvesebze h4 {
  font-family: "DM Sans", sans-serif;
  font-weight: 900;
  padding: 0 29rem !important;
  letter-spacing: 0.01em;
}

.meyve {
  font-size: 18px !important;
  color: var(--insur-gray-p);
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  letter-spacing: 0.02em;
  padding: 0 13rem !important;
}
@media (max-width: 992px) {
  .meyve {
    padding: 0 !important;
    font-size: 15px !important;
  }
  .meyvesebze h1 {
    font-family: "DM Sans", sans-serif;
    font-size: 34px;
    font-weight: 900;
    letter-spacing: 0.04em;
  }
  .meyvesebze h4 {
    font-family: "DM Sans", sans-serif;
    font-weight: 900;
    padding: 0 3rem !important;
    letter-spacing: 0.01em;
  }
  .custom-swiper-button-prev,
  .custom-swiper-button-next {
    font-size: 60px;
    top: 42%;
  }
  ul.tabs li {
    width: 100% !important;
  }
  .swiper {
    width: 100% !important;
    margin: 0 auto !important;
  }
}
/* slider */
.swiper-slide {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 40px;
}

.swiper-container-wrapper {
  overflow: hidden;
  max-width: 1920px;
  /* Adjust this width as needed */
  margin: 0 auto;
  /* Center the content within the container */
}

/* General styles for items */
.item {
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-wrap: wrap;
  transition: all 0.3s ease;
  /* Apply transitions to all properties */
}

/* Other styles for non-active items */
.item-text {
  margin: 0 auto;
  text-align: center;
}

.item-title {
  font-weight: bold;
}

.item-img {
  width: 100%;
  height: auto;
}

/* Özelleştirilmiş düğme stilleri */
.custom-swiper-button-prev,
.custom-swiper-button-next {
  font-size: 80px;
  color: #6F6F6F !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  padding: 0px;
  border-radius: 50%;
}

.custom-swiper-button-prev {
  left: 0px;
  /* Sol taraftan 20 piksel uzakta */
}

.custom-swiper-button-next {
  right: 0px;
  /* Sağ taraftan 20 piksel uzakta */
}
/* slider */


/* tab */
.nav-pill-main-div {
  position: relative;
  border-radius: 20px;
  height: 100%;
}

ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  justify-content: center;
}

ul.tabs li {
  background: none;
  color: #fff;
  display: inline-block;
  padding: 0px 5px;
  cursor: pointer;
  transition: 0.3s ease all;
  width: 20%;
}

ul.tabs li.current {
  color: #fff;
  transition: 0.3s ease all;
}

ul.tabs li.current span {
  color: #fff;
  transition: 0.3s ease all;
  background-color: #C0282E;
}

.tab-content {
  display: none;
  padding: 15px;
  transition: 0.3s ease all;
}

.tab-content.current {
  display: inherit;
  transition: 0.3s ease all;
}

/*------ease effect------*/
.nav-justified > li {
  float: none;
}

.nav-justified > li span {
  width: 100%;
}

.customize_solution .nav-justified > li {
  float: none;
}

.customize_solution span.ease-effect {
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s ease all;
}

.customize_solution span.ease-effect:hover,
.customize_solution span.ease-effect:focus,
.customize_solution ul.tabs li.current span:hover,
.customize_solution ul.tabs li.current span:focus {
  color: #fff;
  transition: 0.3s ease all;
}

.customize_solution span.ease-effect {
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  font-weight: 900;
  padding: 1rem 2rem;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
  background-color: #6F6F6F;
}


/* tab */