body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.anaContainer {
    position: relative;
}
.headerbg {
    height: 30vw;
    background-image: url(img/bgyeni.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 47%;
}

.navbar {
    position: sticky;
    top: 0;
    z-index: 50;
    background-color: rgb(240, 240, 240);
    border-bottom: 2px solid rgb(192, 192, 192);
}
nav ul {
    gap: 100px;
}
.gorseller {
    gap: 2%;
    flex-wrap: wrap;
    position: relative;
    padding: 60px 0;
}
.offIMG {
    width: 32%;
    border-radius: 20px;
    min-width: 200px;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
}
.modal {
    --bs-modal-width: fit-content;
}
.openIMG {
   max-height: 80vh;
   min-height: 40vh;
}
#gorsellerA {
    position: absolute;
    bottom: 0;
    font-size: 1.5rem;
}
.iletisimCard h5 {
    font-size: 1.9rem !important;
}
.iletisimCard {
    font-size: 1.4rem;
}
.urunler .offIMG {
    min-width: auto;
    width: calc(25% - 15px);
    height: 18vw;
}
.urunler {
    justify-content: start;
    flex-wrap: wrap;
    gap: 15px;
}
.bizkimizIMGwrapper {
    margin-left: 2vw;
}


.KartWrapper {
    position: fixed;
    top: 0;
    left: 0;
    backdrop-filter: blur(5px);
    z-index: 100;
    width: 100vw;
    height: 100%;
    display: none;
    justify-content: center;
    background-color: #00000020;
    overflow: none;
}
.projeWrapper {
    gap: 2%;
    min-width: 0 !important;
    max-width: 100% !important;
}
.projeCard {
    margin: 1% 0;
    width: 32%;
}
.projeCard img {
    height: 20vw;
    object-fit: cover;
    object-position: center;
}
.Kart {
    width: 50vw !important;
    height: 720px !important;
    padding: 30px;
    background-color: white;
    border-radius: 15px;
    position: relative;
    padding-top: 45px;
    margin-top: 50px;
}
#kartCloseBtn {
    position: absolute;
    bottom: 10px;right: 10px;padding: 5px 10px;
    float: right;
    color: #ffffff;
    font-size: 20px;
    margin: 0;
    line-height: 40px;
    z-index: 10;

}
#kartCloseBtn:hover {
    cursor: pointer;
    background-color: #454444;
}
.carouselExampleIndicators {
    width: 100% !important;
}
.carousel-item {
    height: 100% !important;
}
.carousel-item img {
    min-width: 0 !important;
    min-height: 0 !important;
    height: 600px !important;
    width: 50vw !important;
    object-fit: cover !important;
    object-position: center !important;
}

@media (max-width: 1600px) {
    .urunler .offIMG {
        height: 25vw;
    }
}
@media (max-width: 1250px) {
    .carousel-item img {
        width: 70vw !important;
    }
    .Kart {
        width: 70vw !important;
    }
}
@media (max-width: 992px){
    nav ul {
        gap: 0;
    }
    .urunler .offIMG {
        width: calc(33% - 15px);
        height: 30vw;
    }
}
@media (max-width: 830px) {
    .carousel-item img {
        width: 80vw !important;
    }
    .Kart {
        width: 80vw !important;
    }
}
@media (max-width: 768px) {
    .projeCard {
        width: 49%;
    }
    .Kart {
        padding: 10px;
    }.gorseller{
        justify-content: center;
    }
    .gorsellerTitle {
        text-align: center;
    }
    .offIMG {
        width: 75%;
        height: 300px;
        margin-bottom: 20px;
        border: 1px solid #999999;
    }
}
@media (max-width: 700px) {
    .carousel-item img {
        height: 400px !important;
    }
    .Kart {
        height: 500px !important;
    }
}
@media (max-width: 600px) {
    .urunler .offIMG {
        width: calc(50% - 15px);
        height: 50vw;
    }
    .projeCard {
        width: 100%;
    }
    .projeWrapper {
        gap: 0;
    }
    .projeCard img {
        height: 20vh;
    }
    #kartCloseBtn {
        padding: 2px 8px;
    }
}
@media (max-width: 500px) {
    .offIMG {
        width: 90%;
    }
    .projeCard img {
        height: 15vh;
    }
}
@media (max-width: 470px) {
    .carousel-item img {
        height: 370px !important;
        width: 95vw !important;
    }
    .Kart {
        height: 460px !important;
        width: 95vw !important;
        padding-bottom: 70px !important;
    }
    #kartCloseBtn {
        font-size: 15px;
        line-height: 30px;
        bottom: 5px;
        right: 5px;
    }
    .projeCard img {
        height: 28vh;
    }
    .headerbg {
        height: 42vw;
    }
}