@font-face {
    font-family: 'Gilroy';
    src: url('/artitextile/fonts/Gilroy-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/* Fontu tüm sayfada kullanmak için */
body {
    font-family: 'Gilroy', sans-serif;
}

.nav-link {
    font-family: 'Gilroy', sans-serif; /* Gilroy fontunu kullan */
}

/* Header Genel Stil */
.navbar-custom {
    background-color: #f8f9fa;
    padding: 10px 0;
}

/* Dil Seçim Menüsü */
.language-dropdown {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.language-button {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}

.language-button img {
    border-radius: 3px;
}

.language-button .arrow {
    border: solid #333;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 120px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    overflow: hidden;
    margin-top: 5px;
    right: 0; /* Sağ hizalı */
    z-index: 1;
}

.dropdown-item {
    padding: 8px 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #333;
}

.dropdown-item:hover {
    background-color: #f1f1f1;
}

.dropdown-item a {
    text-decoration: none;
    color: inherit;
}

.dropdown-item a:hover {
    text-decoration: none;
}

.dropdown-item img {
    border-radius: 3px;
}

/* Tüm Sayfa Yapısı için Stil */
body,
html {
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0;
}

.content {
    flex: 1;
}

/* Footer Genel Stil */
.footer-custom {
    background-color: #000;
    color: #fff;
    padding: 20px 0;
    font-family: 'Gilroy-Bold', sans-serif;
    text-align: center;
    max-width: 100%;
    width: 100%;
    border-radius: 10px;
}

.footer-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    flex-wrap: wrap;
}

.footer-logo img {
    height: 40px;
}

.footer-menu {
    display: flex;
    gap: 30px;
}

.footer-link {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.footer-link:hover {
    text-decoration: underline;
}

.footer-social {
    display: flex;
    gap: 15px;
}

.footer-social a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}

.footer-social a i {
    border: 1px solid #fff;
    padding: 5px;
    border-radius: 50%;
}

/* Telif Hakkı Bölümü */
.footer-bottom {
    text-align: center;
    color: #888;
    font-size: 12px;
    padding: 10px 0;
    background-color: #fff;
    width: 100%;
    margin-top: 10px;
}

.social-media-icons {
    display: flex;
    align-items: center; /* Dikey olarak ortala */
}

.social-media-icons a {
    display: flex;
    align-items: center; /* İkonu dikey olarak ortala */
    width: 25px; /* İkonların genişliği */
    height: 25px; /* İkonların yüksekliği */
    justify-content: center; /* İkonu yatayda ortala */
    font-size: 25px; /* İkon boyutunu buradan ayarlayabilirsiniz */
    color: black;
    margin-top: 8px;
}

.video-container {
    position: relative; /* Üst üste yerleştirme için relative pozisyon */
    width: 100%; /* Genişlik %100 */
    height: 450px; /* Yükseklik 600px */
    overflow: hidden; /* Taşmaları gizle */
}

.videos {
    position: absolute; /* Mutlak konumlandırma */
    top: 50%; /* Yükseklik olarak ortala */
    left: 50%; /* Genişlik olarak ortala */
    transform: translate(-50%, -50%); /* Tam ortalamak için */
    width: 100%; /* Genişlik %100 yap */
    height: auto; /* Yüksekliği otomatik ayarla */
    min-height: 100%; /* Minimum yükseklik %100 */
    z-index: -1; /* Diğer içeriklerin arkasında görünmesi için */
}

.video-container-il {
    position: relative; /* Üst üste yerleştirme için relative pozisyon */
    width: 100%; /* Genişlik %100 */
    height: 450px; /* Yükseklik 600px */
    overflow: hidden; /* Taşmaları gizle */
}

@font-face {
    font-family: 'Gilroy';
    src: url('/artitextile/fonts/Gilroy-Bold.otf') format('opentype'); /* Font dosya yolu */
    font-weight: bold;
}

.overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-family: 'Gilroy', sans-serif;
    font-weight: bold;
    font-size: 50px;
    text-align: center;
    z-index: 1;
    background: none;
    text-shadow: 1px 3px 5px #0000008a;
}

@media (max-width: 768px) {
    .video-container {
        height: 400px; /* Mobilde yükseklik ayarları */
    }

    video {
        height: 100%; /* Mobilde yüksekliği %100 yap */
        width: auto; /* Genişliği otomatik ayarla */
    }

    .overlay {
        padding: 5px; /* Mobilde üst yazı için boşluğu azalt */
    }

    @media (max-width: 768px) {
        .overlay {
            font-size: 30px; /* Mobilde yazı boyutunu 30px yap */
        }
    }

    @media (max-width: 480px) {
        .overlay {
            font-size: 33px; /* Daha küçük ekranlarda yazı boyutunu 24px yap */
        }
    }
}

.iletisim {
    margin-top: 20px;
}

.iletisim h3 {
    font-size: 55px !important;
    font-family: 'Gilroy';
    font-weight: bold;
}

.iletisim .icard {
    background: #e7e7e7;
    border-radius: 10px;
    margin-bottom: 20px;
    min-height: 100px;
}

/* İletişim alanına özel */
.contact-section {
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 50px;
}

.contact-title {
    font-size: 65px !important;
    font-family: 'Gilroy';
    font-weight: bold;
}

/* Video alanına özel */
.video-section {
    padding: 10px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* İletişim kartları */
.contact-card {
    background-color: #f1f1f1;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 15px;
    transition: box-shadow 0.3s ease;
}

.contact-card a {
    color: #000;
}

.contact-card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Kurumsal alanına özel */
.kurumsal-section {
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 50px;
}

.kurumsal-section p {
    color: #656565;
}

.kurumsal-title {
    font-size: 125px;
    font-family: 'Gilroy';
    font-weight: bold;
}

.kurumsal-title-1 {
    font-size: 15px;
    font-family: 'Gilroy';
    font-weight: bold;
    text-align: end;
    margin-right: 15px;
}

/* sektorler alanına özel */
.sektorler-section {
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 50px;
}

.sektorler-section p {
    color: #656565;
    font-size: 20px;
}

.sektorler-title {
    font-size: 27px;
    font-family: 'Gilroy';
    font-weight: bold;
}

.sektorler-title-1 {
    font-size: 15px;
    font-family: 'Gilroy';
    font-weight: bold;
    text-align: end;
    margin-right: 15px;
}

/* İş ortaklarimiz alanına özel */
.isortaklarimiz-section {
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 50px;
}

.isortaklarimiz-section p {
    color: #656565;
}

.isortaklarimiz-title {
    font-size: 43px;
    font-family: 'Gilroy';
    font-weight: bold;
}

.isortaklarimiz-title-1 {
    font-size: 15px;
    font-family: 'Gilroy';
    font-weight: bold;
    text-align: end;
    margin-right: 15px;
}

.videos-container {
    width: 100%;
    height: 400px;
    object-fit: cover;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    margin-bottom: 20px;
}

.is-img > img {
    width: 100%;
    height: 375px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.kurumsal-title-new {
    font-size: 30px;
    font-family: 'Gilroy';
    font-weight: bold;
}

.mte-75 {
    margin-top: -75px !important;
}

.mte-65 {
    margin-top: -50px !important;
}

.text-centers {
    display: flex;
    justify-content: center; /* Yatayda ortalama */
    align-items: center; /* Dikeyde ortalama */
    height: 100%; /* Yüksekliği %100 yaparak dikeyde ortalama yapılmasını sağlar */
}
.text-centers .col-md-4 {
    display: flex;
    justify-content: center; /* Yatayda ortalama */
    align-items: center; /* Dikeyde ortalama */
}
.text-centers img {
    max-width: 100%;
    height: auto;
}

.sektorler-section img {
    height: 50px;
    margin-bottom: 10px;
}

.koloksiyon-section {
    padding: 0px important;
    border-radius: 10px;
    margin-bottom: 50px;
}

.fabric-item {
    text-align: center;
    margin-bottom: 20px;
}
.fabric-item img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.fabric-item a {
    text-decoration: none;
    color: inherit;
}
.filter-section {
    margin-bottom: 20px;
}

.footer-custom {
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.footer-logo img {
    max-width: 150px;
}

.footer-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.footer-menu a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    padding: 5px 10px;
}

.footer-social {
    display: flex;
    gap: 10px;
}

.footer-social a {
    color: white;
    font-size: 18px;
}

.footer-bottom {
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
}

/* Mobil için */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
    }

    .footer-menu {
        flex-direction: column;
        text-align: center;
    }

    .footer-social {
        margin-top: 10px;
    }
}

.thumbnail {
    cursor: pointer !important;
    width: 100px !important;
    height: 100px !important;
    object-fit: cover !important;
    margin: 10px;
}
.main-image {
    width: 400px !important;
    height: 400px !important;
    object-fit: cover !important;
    padding: 5px !important;
}

.thumbnail-product {
    cursor: pointer !important;
    width: 90px !important;
    height: 59px !important;
    object-fit: cover !important;
    margin: 10px;
}

.product-icons ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}
.product-icons li {
    margin: 0 25px;
}

.btn-art {
    --bs-btn-color: #fff;
    --bs-btn-bg: #da6631;
    --bs-btn-border-color: #da6631;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #da6631;
    --bs-btn-hover-border-color: #da6631;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #da6631;
    --bs-btn-active-border-color: #da6631;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #da6631;
    --bs-btn-disabled-border-color: #da6631;
    height: 50px;
}

.btn-outline-art {
    --bs-btn-color: #000000;
    --bs-btn-border-color: #dddddd;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #ffffff;
    --bs-btn-hover-border-color: #212529;
    --bs-btn-focus-shadow-rgb: 33, 37, 41;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #212529;
    --bs-btn-active-border-color: #212529;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #212529;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #212529;
    --bs-gradient: none;
}
