body {
    color: #5a5a5a;
}

:root {
    --gri: #5a5a5a;
    --koyugri: #242424;
    --acikgri: #898989;
    --kirmizi: #dc3545;
    --mavi: #00b;
    --pembe: #cd0f64;
}

.carousel {
    margin-bottom: 2rem;
}

.carousel-caption {
    bottom: 30%;
    z-index: 10;
    max-width: 400px;
    letter-spacing: -0.03em;
    color: var(--kirmizi);
}

.carousel-caption h1 {
    font-size: 3.2em;
    letter-spacing: -0.07em;
}

.carousel-caption p {
    color: var(--koyugri);
    font-weight: 300;
}

.carousel-caption p a {
    font-weight: 600;
    font-size: .90em;
    letter-spacing: -0.06em;
}

.carousel-caption p a i {
    margin-right: 7px;
}

.carousel-item {
    height: 600px;
    background-position: right center;
    background-size: cover;
}

.featurette-divider {
    margin: 2rem 0;
}

.featurette-heading {
    letter-spacing: -.05rem;
}


/* ÜRÜN TASARIMI */

.urunListele {
    border: solid 1px #f5f5f5;
    position: relative;
    padding: 15px;
    text-align: center;
}

.urunListele p {
    position: relative;
    font-size: 1em;
    letter-spacing: -0.03em;
    color: var(--acikgri);
    line-height: 1.4;
    margin-top: 10px;
}

.urunListele a {
    position: relative;
    font-size: 1em;
    font-weight: 500;
    letter-spacing: -0.04em;
}

.urunListele a i {
    margin-right: 7px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }
    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}


/* STYLE DOSYALARI */

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

footer p {
    color: var(--acikgri);
    font-size: 1em;
    letter-spacing: -0.03em;
    text-decoration: none;
    font-weight: 400;
}

footer p a {
    position: relative;
    color: var(--kirmizi);
    font-size: 1em;
    letter-spacing: -0.03em;
    text-decoration: none;
    font-weight: 700;
}

.sosyaller {
    max-width: 1600px;
    margin-bottom: 2rem;
}


/* RESPONSVİVE */

@media only screen and (min-width:1690px) and (max-width:1850px) {
    .carousel-item {
        height: 550px;
    }
    .carousel-caption {
        bottom: 25%;
        left: 180px;
    }
}

@media only screen and (min-width:1480px) and (max-width:1690px) {
    .carousel-item {
        height: 500px;
    }
    .carousel-caption {
        bottom: 25%;
        left: 150px;
        scale: 0.8;
    }
}

@media only screen and (min-width:1280px) and (max-width:1480px) {
    .carousel-item {
        height: 400px;
    }
    .carousel-caption {
        bottom: 20%;
        left: 100px;
        scale: 0.8;
    }
}

@media only screen and (min-width:1080px) and (max-width:1280px) {
    .carousel-item {
        height: 300px;
    }
    .carousel-caption {
        bottom: 5%;
        left: 70px;
        scale: 0.8;
    }
}

@media only screen and (min-width:991px) and (max-width:1080px) {
    .carousel-item {
        height: 350px;
    }
    .carousel-caption {
        bottom: 14%;
        left: 70px;
        scale: 0.7;
    }
}

@media only screen and (max-width:991px) {
    .carousel-item {
        height: 200px;
    }
    .carousel-caption {
        display: none;
    }
    .sosyaller>div>div {
        padding: 0;
    }
}

@media only screen and (max-width:767px) {
    .sosyaller {
        padding: 0 15px;
    }
    .sosyaller>div>div {
        padding: 2px;
    }
    .carousel {
        margin-bottom: 4px;
    }
}