
/* MAIN CSS FILE */

/* font family */
@font-face {
  font-family: "Unbounded";
  src: url("/assets/font/Unbounded-Black.woff2") format("woff2"),
       url("/assets/font/Unbounded-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Unbounded";
  src: url("/assets/font/Unbounded-ExtraBold.woff2") format("woff2"),
       url("/assets/font/Unbounded-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Unbounded";
  src: url("/assets/font/Unbounded-Bold.woff2") format("woff2"),
       url("/assets/font/Unbounded-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Unbounded";
  src: url("/assets/font/Unbounded-SemiBold.woff2") format("woff2"),
       url("/assets/font/Unbounded-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Unbounded";
  src: url("/assets/font/Unbounded-Medium.woff2") format("woff2"),
       url("/assets/font/Unbounded-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Unbounded";
  src: url("/assets/font/Unbounded-Regular.woff2") format("woff2"),
       url("/assets/font/Unbounded-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Unbounded";
  src: url("/assets/font/Unbounded-Light.woff2") format("woff2"),
       url("/assets/font/Unbounded-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Unbounded";
  src: url("/assets/font/Unbounded-ExtraLight.woff2") format("woff2"),
       url("/assets/font/Unbounded-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

  body,a,span,p,li,div,h1,h2,h3,h4,h5,h6{
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
  }

  .carousel {
  margin-bottom: 0;
}
  
  .carousel-item {
  height: 85vh;
  min-height: 400px;
}

.carousel-item img {
  object-fit: cover;
  height: 100%;
}

.carousel-caption.custom-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45%;
}

.carousel-caption h2,
.carousel-caption p {
  text-shadow: 0px 0px 10px rgba(0,0,0,0.6);
}

.carousel-item::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.25); 
}

.felsefe-section {
  background: url("/assets/img/philosophy-bg.webp") center / cover no-repeat;
    
}

.philosophy-img{
  padding-right: 20px;
}

.philosophy-btn{
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #550ee1;
  border-radius: 25px;
  text-decoration: none;
  transition: all 0.3s ease ;
}

.philosophy-btn:hover{
  background-color: #550ee1;
  color: #ffffff;
  border: 1px solid #ffff;
  text-decoration: none;
}

.btn-purple{
  background-color: #550ee1;
  color: #ffffff;
  border: 1px solid #550ee1;
  border-radius: 25px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 20px;
}

.btn-purple:hover{
  background-color: #ffffff;
  color: #550ee1;
  border: 1px solid #550ee1;
  text-decoration: none;
}

@media (max-width: 991px) {
  .felsefe-section .btn {
    width: 100%;
  }
}

/* Swiper  */
.categories-section {
  background: #f1e8f5;
  padding: 40px 0;
  box-sizing: border-box;
}

.categories-title{
  color: #1D1A3C;
}

.categories-section .categoriesSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0;
  
}

.categories-section .slide-card {
  width: 100%;
  max-width: 300px; 
  height: 440px;
  border-radius: 50% / 35%;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto;
}

.categories-section .slide-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.categories-section .slide-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(
    to top,
    rgba(79, 0, 255, 1) 0%,
    rgba(79, 0, 255, 0.85) 15%,
    rgba(79, 0, 255, 0.55) 35%,
    rgba(79, 0, 255, 0.25) 55%,
    rgba(79, 0, 255, 0.05) 75%,
    rgba(79, 0, 255, 0) 100%
  );
  pointer-events: none;
  z-index: 1;
}

.categories-section .swiper-slide:nth-child(2n) .slide-card::after {
  background: linear-gradient(
    to top,
    rgba(59, 0, 210, 1) 0%,
    rgba(59, 0, 210, 0.9) 10%,
    rgba(59, 0, 210, 0.6) 30%,
    rgba(59, 0, 210, 0.3) 65%,
    rgba(59, 0, 210, 0.05) 85%,
    rgba(59, 0, 210, 0) 100%
  );
}

.categories-section .content {
  position: absolute;
  bottom: 35px;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.3;
  font-size: 18px;
  z-index: 2;
}

.categories-section .categories-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 28px;
}

.categories-section .categories-prev,
.categories-section .categories-next {
  width: 42px;
  height: 42px;
  border: 2px solid #5d478b;
  border-radius: 50%;
  display:flex;
  justify-content:center;
  align-items:center;
  cursor:pointer;
}

.categories-section .categories-prev::before,
.categories-section .categories-next::before {
  content: "";
  border: solid #5d478b;
  border-width: 0 3px 3px 0;
  padding: 6px;
}
.categories-section .categories-prev::before { 
  transform: rotate(135deg); 
  margin-left: 4px;}

.categories-section .categories-next::before { 
  transform: rotate(-45deg); 
  margin-right: 4px;
}


/* trainer swiper */


@media (max-width: 991px) {
  .felsefe-section .btn {
    width: 100%;
  }
}

/* Swiper  */
.trainers-section {
  background: #550ee1;
  width: 100%;
}

.myTrainerSwiper {
  width: 100%;
  padding: 30px 0;
}


.trainer-card {
  position: relative;
  overflow: hidden;
  background: transparent; 
  border-radius: 15px;
}

.trainer-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%; 
  background: linear-gradient(to top, rgba(85, 14, 225, 0.8), rgba(85, 14, 225, 0));
  pointer-events: none;
  border-radius: inherit;
}

.trainer-card .name {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0; 
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 90%; 
  text-align: center;
}

.trainer-card img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0px 15px 30px rgba(0,0,0,0.18);
}

/* Eğitimler Cards Section */
.education-section {
  background-color: #f4f3f3;
}

.education-card .card-body .card-text{
  color: #550ee1;
}

.card{
  border: 0 !important;
}

.card img {
    height: 200px;
    object-fit: cover;
}

.btn-primary {
    background-color: #5b2be0;
    border: none;
}
.btn-primary:hover {
    background-color: #4a20c8;
}

/* footer */
.hero-section {
    background: url("/assets/img/footer-top-bg.webp") center / cover no-repeat;
    height: 70vh;
    position: relative;
}

.hero-content {
    color: white;
}

.hero-logo {
  padding: 20px;
}

.hero-title {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.3;
}

.footer-section {
    background-color: #1D1A3C;
}

.footer-links p {
    opacity: 0.8;
    margin-bottom: 6px;
}

.footer-links h6 {
    font-weight: 600;
}


.social-circle {
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.social-circle i {
    font-size: 20px;
    color: #6f42c1; 
}

.social-circle:hover {
    background: #6f42c1;
}

.social-circle:hover i {
    color: #ffffff;
}

.footer-box {
    background: #6C2EF3;
    border-radius: 40px;
    padding: 30px 40px;
}

.footer-logo-content{
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.footer-logo {
    height: 60px;
}

.footer-social .social-icon {
    width: 28px;
    height: 28px;
    filter: brightness(0) invert(1);
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 1.8rem;
    }
    .footer-box {
        text-align: center;
    }
}