.nav-link{
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    letter-spacing: 0.3px;
}
.urunler-image
{
    position: relative;
}
.card:hover .urunler-image img
{
    filter:brightness(.75);
}
.urun-icerik
{
    position: absolute;
    translate:-50% -50%;
    top:50%;
    left: 50%;
    color: white;
    transition: .5s;
    opacity: 0;
}
.urun-icerik p 
{
    text-align: center;
}
.card:hover .urun-icerik
{
    opacity: 1;

}
.urunler-button
{
    background-color: #1086ea ;
    color: white;
    border: 2px solid #1086ea;
}
.urunler-button:hover
{
    background-color: white;
    color:#1086ea;
}
.hakkimizda-icerik
{
    line-height: 20px;
    font-size: 15px;
}
.urundetay-resim
{
    width:100%;
    aspect-ratio: 1.25/1;
    object-fit:fill;
    border-radius:15px;
    scale: .9;
    filter: brightness(.75);
    transition: .5s;
    box-shadow: -5px 5px 10px gray;
}
.urundetay-resim:hover
{
    filter: brightness(1);
    scale: 1;
    border-radius: 0;
    box-shadow: 5px 5px 50px  gray;
}
.ttm-bgcolor-darkgrey
{
    background-color: #1086ea;
}
.tedarik
{
    background-color: #002d42;
}
.slider-image
{
    filter: brightness(.65);
}
.carousel-caption
{
    text-align: left;
    translate: -50% -50%;
    top:50%;
    left: 35%;
}
.carousel-caption h2
{
    color: white;
    font-size: 5rem;
    padding-bottom: 20px;
}
.carousel-caption p
{
    color: white;
    font-size: 2rem;
    line-height: 2rem;
}
.style3
{

    border: 15px solid #002d42;
}