/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap'); 
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url(https://fonts.googleapis.com/css?family=Montserrat);
*/

@font-face {
    font-family: 'Akvarium';
    src: url('../font/akvarium.ttf') format('truetype'); /* Fontun yolu */
}

@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-VariableFont_wght.ttf') format('truetype'); /* Fontun yolu */
}

@font-face {
    font-family: 'Ubuntu';
    src: url('../font/Ubuntu-Medium.ttf') format('truetype'); /* Fontun yolu */
}

@font-face {
    font-family: 'DM Sans';
    src: url('../font/DMSans-VariableFont_opsz,wght.ttf') format('truetype'); /* Fontun yolu */
}
@font-face {
    font-family: 'Jura';
    src: url('../font/Jura-VariableFont_wght.ttf') format('truetype'); /* Fontun yolu */
}



body {
    font-family: "Montserrat", sans-serif;
    color: #444;
    margin: 0;
    padding: 0;
    background-color: #d6d6d6!important;
}

a {text-decoration: none; color: #18293e!important;}


.btn-primary{
    background-color: #18293e!important;
}

/* İçeriğin maksimum genişliğini mobil uyumlu yapmak için genişliği %100 olarak ayarla */
.content {
    background-color: #ffffff!important;
    max-width: 970px; /* Masaüstü cihazlarda maksimum genişlik */
    width: 100%; /* Mobil cihazlarda ekran genişliğine uyumlu */
    margin: 0 auto;
    box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px,
                rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px,
                rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px,
                rgba(42, 51, 70, 0.04) 0px 6px 6px -3px,
                rgba(14, 63, 126, 0.04) 0px 12px 12px -6px,
                rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}


/* İçeriğin maksimum genişliğini mobil uyumlu yapmak için genişliği %100 olarak ayarla */
.content_qaydalar {
    background-color: #ffffff!important;
    max-width: 1024px; /* Masaüstü cihazlarda maksimum genişlik */
    width: 100%; /* Mobil cihazlarda ekran genişliğine uyumlu */
    margin: 0 auto;
    box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px,
                rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px,
                rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px,
                rgba(42, 51, 70, 0.04) 0px 6px 6px -3px,
                rgba(14, 63, 126, 0.04) 0px 12px 12px -6px,
                rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}


.wrapperim {
    max-width: 970px; /* Masaüstü cihazlarda maksimum genişlik */
    width: 100%; /* Mobil cihazlarda tam genişlik */
    margin: 0 auto;
    background-color: #ffffff!important;
}





.logo-link {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.logo-img {
    height: 70px;        /* screenshot-a ən yaxın ölçü */
    width: auto;
    display: block;
}

/* Navbar hündürlüyü ilə balans */
.navbar {
    padding-top: 12px;
    padding-bottom: 12px;
}
@media (max-width: 576px) {
    .logo-img {
        height: 34px;
    }
}




.searchBar {
    display: flex; /* Flex düzeni kullan */
    justify-content: center; /* Yatay ortalama */
    align-items: center; /* Dikey ortalama */
    width: 100%; /* Genişliği tam kapsasın */
}


#searchQueryInput {
    width: 100%;
    height: 2.8rem;
    background: #f5f5f5;
    outline: none;
    border: none;
    border-radius: 1.625rem;
    padding: 0 3.5rem 0 1.5rem;
    font-size: 1rem;
}

#searchQuerySubmit {
    width: 3.5rem;
    height: 2.8rem;
    margin-left: -3.5rem;
    background: none;
    border: none;
    outline: none;
}

#searchQuerySubmit:hover {
    cursor: pointer;
}
.icon-container {
    display: flex;
    justify-content: flex-end; /* Sağ tarafa yasla */
    align-items: center;
}

.icon-box {
    display: flex;
    flex-direction: column; /* Dikey hizalama */
    align-items: center; /* Yatay ortalama */
    font-size: 0.875rem; /* Küçük metin boyutu */
    color: #333; /* Metin rengi */
    margin-left: 20px; /* Simge kutuları arasında boşluk */
    text-align: center; /* Metin ortalaması */
}

.icon-box a {
    text-decoration: none;
    color: #2c3e50;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icon-circle {
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #f0f0f0;
    font-size: 20px;
    margin-bottom: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}


.nav {
    display: flex;
    position: relative;
    overflow: hidden;
    max-width: 970px;
    margin: 0 auto;
    background-color: #fff;
    padding: 0 20px;
    box-shadow: 0 10px 40px rgba(159, 162, 177, .8);
    flex-wrap: nowrap; /* Menüyü tek satırda tutar */
}

.nav-item {
    color: #83818c;
    padding: 20px;
    text-decoration: none;
    transition: .3s;
    margin: 0 6px;
    z-index: 1;
    font-size: 18px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-icon {
    margin-right: 8px;
    width: 50px;
    height: 50px;
}

.nav-item:before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #dfe2ea;
    border-radius: 8px 8px 0 0;
    opacity: 0;
    transition: .3s;
}

.nav-item:not(.is-active):hover:before {
    opacity: 1;
    bottom: 0;
}

.nav-item:not(.is-active):hover {
    color: #333;
}

.nav-indicator {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    transition: .4s;
    height: 5px;
    z-index: 1;
    border-radius: 8px 8px 0 0;
}

/* Mobil görünüm ayarları */
@media (max-width: 768px) {
    .nav {
        overflow-x: auto; /* Soldan sağa kaydırılabilir yapar */
        white-space: nowrap; /* Elemanların yan yana sıralanmasını sağlar */
        padding: 10px;
        flex-wrap: nowrap; /* Tek satırda kalmasını sağlar */
    }

    .nav-item {
        padding: 10px; /* Mobilde padding azaltıldı */
        font-size: 14px; /* Mobilde daha küçük font boyutu */
    }

    .nav-icon {
        width: 24px; /* Mobilde ikon boyutu küçültüldü */
        height: 24px;
        margin-right: 5px; /* İkon ile metin arası boşluk azaltıldı */
    }
}



main {
    min-height: 100vh;
    background-color: #ffffff !important;
    margin:0 0 20px 0;
}




.card {
   
    background-color: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19);
    margin-bottom: 20px;
    transition: transform 0.2s;
}

.card:hover {
    transform: scale(1.05);
}

.image-container {
    position: relative;
    width: 100%;
}

.discount {
    background-color: red;
    padding: 2px 8px;
    font-size: 14px;
    border-radius: 6px;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 10px;
}

.wishlist {
    height: 25px;
    width: 25px;
    background-color: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19);
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.card-category {
    font-size: 13px;
    color: #575757;
    padding: 1px 4px;
    border-radius: 5px;
    height: 23px;
    width: auto;
    background-color: rgba(238, 238, 238, 0.8); /* Arka plan transparan */
    border: 1px solid rgba(87, 87, 87, 0.9); /* Daha belirgin gri sınır */
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
}



.product-detail-container {
    padding:1px 0 0 12px;
    font-size:22px;
}

.dress-name {
    font-size: 16px!important;
    font-weight: bold;
    color: #333;
}

.image-container img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}


/* Mobil Uyum Ayarları */
@media (max-width: 768px) {
    .container {
        padding: 10px;
    }

    .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .col-md-3 {
        flex: 0 0 50%; /* Kartların iki sütun olarak dizilmesi */
        max-width: 50%;
        margin-bottom: 20px;
    }

    .card {
        width: 100%; /* Kart genişliğini tam ekran yap */
        margin-bottom: 15px;
    }

    .image-container img {
        height: 150px; /* Mobilde resim yüksekliğini küçült */
    }

    .discount {
        font-size: 12px;
    }

    .wishlist {
        height: 20px;
        width: 20px;
    }

    .dress-name {
        font-size: 12px;
    }
}






#footer {
    background: #ffffffe7;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    padding: 15px 0;
    color: #222;
    font-size: 14px;
}

#footer .credits {
    font-size: 13px;
    padding-top: 5px;
    color: #222;
}

#footer .footer-links a {
    color: #222;
    padding-left: 15px;
    text-decoration: none;
}

#footer .footer-links a:first-child {
    padding-left: 0;
}

#footer .footer-links a:hover {
    color: #3498db;
}

@media (max-width: 575px) {
    #footer .container {
        padding: 10px;
    }

    #footer .footer-top .footer-info {
        margin: -20px 0 30px;
    }

    #footer .row {
        text-align: center;
    }

    #footer .footer-links {
        padding-top: 10px;
    }

    .copyright {
        font-size: 12px;
    }
}





