@charset "UTF-8";
.tab-slide {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.tab-slide::before {
  content: "";
  width: 30.3712rem;
  height: 30.3712rem;
  border-radius: 50%;
  background: #ade8ff;
  filter: blur(12.5rem);
  position: absolute;
  top: 7.6875rem;
  left: -4.0625rem;
}
.tab-slide::after {
  content: "";
  width: 55.9976rem;
  height: 55.9976rem;
  border-radius: 50%;
  opacity: 0.6;
  background: #53beff;
  filter: blur(15.625rem);
  position: absolute;
  top: 24.0625rem;
  right: -43.25rem;
}
.tab-slide-head {
  max-width: 88.125rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 2.5rem;
  border-bottom: 0.125rem solid #abdcff;
  padding-top: 10.9375rem;
}
@media (max-width: 991px) {
  .tab-slide-head {
    width: 100%;
    padding: 6rem 2rem 0 2rem;
    white-space: nowrap;
    overflow-x: auto;
  }
  .tab-slide-head::-webkit-scrollbar {
    display: none;
  }
}
.tab-slide-head button {
  margin: 0;
  padding: 0 0 2rem 0;
  border: unset;
  background-color: transparent;
  color: #4a93c7;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  position: relative;
  cursor: default;
}
@media (max-width: 991px) {
  .tab-slide-head button {
    cursor: pointer;
  }
}
@media (max-width: 768px) {
  .tab-slide-head button {
    font-size: 0.8rem;
    line-height: 1rem;
    padding-bottom: 1rem;
    z-index: 2;
  }
}
.tab-slide-head button::after {
  content: "";
  width: 0;
  height: 0.3125rem;
  background: #48aaf0;
  position: absolute;
  bottom: -0.1875rem;
  border-radius: 1.875rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  transition: all 0.2s linear;
}
.tab-slide-head button.active::after {
  width: 100%;
}
.tab-slide-wrapper {
  overflow: hidden;
}
.tab-slide-list {
  padding-top: 4.0625rem;
  display: flex;
  gap: 1.8125rem;
  padding-left: 15.9375rem;
}
@media (max-width: 991px) {
  .tab-slide-list {
    padding: 3rem 0 0 0;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
  }
}
.tab-slide-list .item {
  min-width: 27.5rem;
  width: 27.5rem;
  height: 37.5rem;
  border-radius: 1.875rem;
  border: 0.0625rem solid #fff;
  background: radial-gradient(141.42% 141.42% at 0% 0%, rgba(250, 250, 250, 0.25) 0%, rgba(246, 246, 246, 0) 100%);
  box-shadow: 0 0.625rem 1.5625rem 0 rgba(37, 78, 132, 0.33);
  backdrop-filter: blur(0.75rem);
  padding: 2.3125rem 2.1875rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  /* 📱 MOBİL (768px altı) */
}
@media (max-width: 991px) {
  .tab-slide-list .item:nth-child(n+2) {
    display: none;
  }
}
@media (max-width: 768px) {
  .tab-slide-list .item {
    min-width: 100%;
    width: 100%;
    height: auto;
    padding: 16rem 1.5rem 1.5rem 1.5rem;
    border-radius: 1.25rem;
  }
}
.tab-slide-list .item .img {
  position: absolute;
  right: 0;
  top: 0;
  width: 25rem;
  height: 27.9375rem;
  object-fit: contain;
  object-position: right;
}
@media (max-width: 768px) {
  .tab-slide-list .item .img {
    width: 70%;
    height: auto;
    max-height: 18rem;
  }
}
.tab-slide-list .item h2 {
  font-size: 2.1875rem;
  line-height: 2.25rem;
  font-weight: 700;
  margin-bottom: 1.125rem;
  color: #3b4c58;
  font-family: "Nunito", sans-serif;
  height: 4.5625rem;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .tab-slide-list .item h2 {
    font-size: 1.5rem;
    line-height: 1.8rem;
    height: auto;
  }
}
.tab-slide-list .item h2 small {
  font-size: 1.125rem;
  line-height: 2.25rem;
  margin: 0 0 -0.3125rem 0.625rem;
}
@media (max-width: 768px) {
  .tab-slide-list .item h2 small {
    font-size: 0.875rem;
    line-height: 1.2rem;
  }
}
.tab-slide-list .item p {
  max-width: 22.375rem;
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: rgba(59, 76, 88, 0.6);
  font-family: "Archivo", sans-serif;
  height: 5rem;
}
@media (max-width: 768px) {
  .tab-slide-list .item p {
    max-width: 100%;
    font-size: 0.95rem;
    line-height: 1.4rem;
    height: auto;
  }
}
