.video-container {
    position: relative;
    padding-bottom: 40%; /* Yükseklik oranı düşürüldü */
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.language-dropdown {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    font-family: Arial, sans-serif;
  }
  
  .language-button {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    padding: 8px 12px;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }
  
  .language-button img {
    width: 24px;
    height: 16px;
    margin-right: 8px;
    border-radius: 2px;
  }
  
  .language-button span {
    font-weight: 600;
    color: #333;
    margin-right: 5px;
    font-size: 14px;
  }
  
  .language-button svg {
    width: 12px;
    height: 12px;
    transform: rotate(180deg);
    /* yukarı ok */
    transition: transform 0.3s;
  }
  
  .language-options {
    position: absolute;
    bottom: 110%;
    left: 0;
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    display: none;
    flex-direction: column;
    min-width: 120px;
    padding: 4px 0;
  }
  
  .language-options div {
    padding: 8px 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background 0.2s;
  }
  
  .language-options div:hover {
    background: #f1f1f1;
  }
  
  .language-options img {
    width: 24px;
    height: 16px;
    margin-right: 8px;
    border-radius: 2px;
  }

  /* Masaüstü için: Dikey görsel gizli, yatay görsel aktif */
.banner-home-swiper-image {
    display: block;
}

.banner-home-swiper-image-vertical {
    display: none;
}

/* slider yazı yüksekliği */
@media (max-width: 767px) {
    .slider-inner .h-100{
        height: 0 !important;
    }
}

/* slider */
@media (max-width: 767px) {
    .banner-home-swiper-image {
        display: none;
    }

    .banner-home-swiper-image-vertical {
        display: block;
    }
}

/* Mobil cihazlar için (767px ve altı)
@media (max-width: 767px) {
  .img-box {
    display: none !important;
  }

  .img-box-vertical {
    display: block !important;
    width: 100%;
    height: auto;
  }
}
 */
/* Tablet ve üstü (768px ve üzeri) */
@media (min-width: 768px) {
  .img-box {
    display: block !important;
    width: 100%;
    height: 100%;
  }

  .img-box-vertical {
    display: none !important;
  }
}


/* iframe */
.video-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.fragman {
    border: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    .video-container {
        aspect-ratio: 1 / 1; /* Dikey video görünümü */
    }
}

@media (min-width: 769px) {
    .video-container {
        width: 100%;
        height: 100vh; /* Ekran yüksekliğinin tamamı */
    }
}
