/* KAYAN TOP BAR */
.top-bar {
    height: 2rem;
    position: relative;
    font-size: 15px;
    background-color: #3E3D38;

}

/*KAYAN METİN */
.scrolling-text {
    position: absolute;
    left: 100%;
    white-space: nowrap;
    animation: scroll-left 20s linear infinite;
}

/*METİN */
.scrolling-text p {
    margin: 0;
    line-height: 2rem;
}

/*CÜMLELER */
.scrolling-text span {
    margin-right: 100vw;
}

/*ANİMASYON */
@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.w-60 {
    height: 3rem;
}

#navBarSect {
    background-color: #fff;
}

footer {
    background-color: #E7E7E7;
}

#bottomFooterRight {
    background-color: #3E3D38;
}

.bi {
    font-size: 24px;
}

footer a {
    color: #393939;
}

.slider {
    position: relative;
}

.slides {
    display: flex;
    width: 300vw;
    animation: slide 15s infinite;
}

.slides img {
    width: 100vw;
}

@keyframes slide {
    0% {
        transform: translateX(0)
    }

    33% {
        transform: translateX(-100vw);
    }

    66% {
        transform: translateX(-200vw);
    }

    100% {
        transform: translateX(0);
    }
}

html,
body {
    overflow-x: hidden;
    /* Yatay scroll'u engelliyor*/
}

.caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    z-index: 1;
    /* ögeyi öne alır değer ne kadar yüksekse o kadar öne geçer */
}

.btn1 {
    border-radius: 1vw;  
    padding: 4px 10px;
    font-size: 2vw;
    border: solid 1px;
}

.slider a {
    color: #fff;
}


#collectionid a {
    color: #3E3D38;

}

h1 {
    letter-spacing: 1px;
    margin-bottom: 20px;
}

#aboutBanner,
.blogBanner,
.urunlerBanner,
.renkliBanner {
    position: relative;
}

.bannerImg {
    width: 100vw;
}

#aboutCaption {
    font-size: clamp(32px, 5vw, 64px);
}

article {
    width: 70%;
    margin: 0 auto;
}

a {
    text-decoration: none;
    color: #393939;
}

.contact-form {
    width: 60%;
    margin: 0 auto;
}

.btn2 {
    border-radius: 20px;
    background-color: #3E3D38;
    border: none;
    color: #fff;
    font-size: 1.2rem;
}

.blogSect {
    width: 60%;
    margin: 0 auto;
    position: relative;
}

.blogBannerImg {
    width: 50vw;
    opacity: 0.9;

}

.blogCaption {
    font-size: clamp(20px, 5vw, 50px);
}

#blog1Sect {
    width: 60%;
    margin: 0 auto;
    position: relative;
}

.wrapper {
    width: 90%;
    max-width: 60%;
    margin: 0 auto;
}



.dropdown-menu {
    width: 50%;
}

.urunler {
    width: 100%;
    opacity: 0.9;
    font-size: clamp(32px, 5vw, 64px);
}

.renkli {
    width: 100%;


}

.renkliCaption {
    font-size: clamp(32px, 5vw, 64px);
}

.blogGorseller {
    width: 20rem;
    height: auto;
}

.blogFont {
    font-size: 20px;
}

.img9 {
    width: 58rem;
}

@media (max-width:768px) {
    .breadCrumbNav {
        font-size: 13px;
        margin-left: 1rem !important;
    }

    .img9 {
        width: 20rem;
        margin-bottom: 0 !important;
    }

    .blogGorseller {
        margin-bottom: 1rem;
    }

    .d-flex h5 {
        text-align: center;
    }

    .product {
        margin-bottom: 1rem;
    }

    .contact-form {
        width: 100% !important;
    }

    iframe {
        margin-top: 15px;
        width: 95%;
    }

    .iletisimh6 {
        margin-top: 25px;
    }
}