@import url(base.css);

html {
	scroll-behavior: smooth;
}

body {
    font-family: Arial, Helvetica, sans-serif;

}


.header-top a:hover {
    color: #c50e1f !important;
    transition: .3s;
}

/* navbar start */

#navbar {
    position: absolute;
    /* Numara kısmının altında başlangıç pozisyonu */
    width: 100%;
    z-index: 1000;
    transition: top 0.3s ease-in-out;
    /* Top pozisyonunda yumuşak geçiş */
}

.fixed #navbar {
    position: fixed;
    top: 0;
    /* Yukarı kaydırıldığında navbar sabitlenir */
}

#header {
    /* En üstteki numara kısmını temsil eder */
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1100;
    /* Navbar'ın üstünde kalmasını sağlar */
    background: #f1f1f1;
}



/* navbar end */


.product-details-buttons a {
    border: 1px solid #c50e1f;
    color: #c50e1f;
    width: 200px;
    padding: 5px;


}

.product-details-buttons a:hover {
    background-color: #c50e1f;
    color: #fff;
    transition: .5s;
}

.product-details-image img {
    width: 250px;
}


/* technische daten start */

.list-group-item::before {
    content: "\203A";
    color: #c50e1f;
    font-weight: 700;
    font-size: 20px;
}

/* technische daten end */


/* product-equipment start */


.product-equipment {
    width: 170px;
    height: auto;
    margin-right: 30px;
}

/* product-equipment end */








@media (min-width: 479px) {
    body {
        overflow-x: hidden;
    }
}


.dropdown-menu {
    background-color: #3a4446ba !important;

}


.dropdown-item:hover {
    color: #c50e1f !important;
    background-color: #c5c4c4 !important;
    transition: .6s;
}


/* Genel stil düzenlemeleri */
.text-end h4 {
    position: absolute;
    top: 48%;
    right: 10px;
    width: 450px;
}


@media (max-width: 768px) {
    .text-end h4 {
        position: static;
        margin: 10px 0;
        width: 100%;
        text-align: center;
        padding: 20px;

    }

    .col-md-6.p-0 {
        margin-bottom: 20px;
    }
}

/* back to top start */

#backToTop {
    position: fixed;
    bottom: 60px;
    right: 20px;
    display: none;
    background-color: black;
    color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    border: none;
    outline: none;
}

#backToTop i{
    font-size: 20px;
    color: #fff;
}

#backToTop:hover {
    background-color: orange;
    transition: .3s;
}

/* back to top end */

/* footer start */
.footer-logo img {
    width: 300px;
    height: auto;
    margin: 50px;
}

.footer-title {
    padding: 1px;
}

/* footer end */