body{
    margin:0;
    padding: 0;
    font-family: Roboto, 'Segoe UI', Tahoma, sans-serif;
}
.wrap_tyres{
    border: 4px solid #DA3739;
    margin-top: 10px;
    background-color: rgb(233, 236, 239);
}
.winter{
    border-left: 3px solid #DA3739;
}
.tyres{
    text-align: center;
    /* padding-left: 50px; */
    /* padding-right: 50px; */
    /* margin-top: 10px; */
    border-top: 3px solid #DA3739;
}

.box{
    /*background-color: rgb(233, 236, 239);*/
    /* border-top: 8px solid transparent; */
    /* background-clip: padding-box; */
    padding: 15px;
}
.box img{
    width: 60%;
}
.box p{
    position: relative;
    /* bottom: -16px; */
    margin: 0 auto;
    text-align: center;
    background-color: #DA3739;
    color: #fff;
    padding: 2px;
    width: 60%;
    display: block;
}
.section{
    margin-top: 20px;
}
.header{
    background-image: url('./img/tbr_ana_sayfa_bannerx2.png');
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    position: relative;
}
.cont{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.product-tables .col-md-3 {
    padding-bottom: 15px;
}
.product-tables .col-md-3 img{
    width: 100%;
}
.header h1{
    margin-bottom: 200px;
}
.bg-gray {background-color:#e9ecef;}
.bg-white:hover {
    background-color:#fff;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
}
.hr {
    width: 100%;
    border: 1px solid white;
    margin: 0;
}
.ozka-logo{
    width: 100%;
    margin-bottom: 20px;
}
.about h3{
    color: #DA3739;
}
.about hr{
    width: 100%;
    border: 1px solid #DA3739;
    margin: 0 auto;
}
.about{
    padding-top:75px;
    padding-bottom: 75px;
    text-align: center;
}
.info{
    background-color: #e9ecef;
    padding: 4rem 2rem;
    margin-bottom: 75px;
}
.bg-title{
    background-color: #DA3739;
    position: -webkit-sticky;
    position: sticky;
    text-align: center;
    top: 0;
    z-index: 99;
    margin: 30px 0;
    /*padding: 5px;
    height: 100px;
    min-height: 50px;
    padding-top: 20px;
    margin-top: 30px;
    margin-bottom: 30px;*/
}
.code{
    text-align: center;
    padding: 4px;
    background-color: #DA3739;
    color: #fff;
    font-size: 23px;
}
.title{
    text-align: center;
    padding: 20px;
}
.bg-title h3{
    color: #fff;
}
.products-table img{
    width: 100%;
}
table{
    text-align: center;
}
.table table-bordered table-sm{
    empty-cells: hide;
}
.table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    max-width: 100%;
}
.table-wrapper table {
    min-width: 100%;
    white-space: nowrap;
}
.tableFixHead{ overflow-x: auto; height: 400px; margin-bottom: 20px;}
.tableFixHead thead th { position: sticky; top: 0; background-color:#e9ecef; color: #000; }
th{ background:#DA3739; color: #fff; }
.tableFixHead td:nth-child(1) {
    background:#DA3739; color: #fff;
}
.heading{
    padding: 20px 0;
    display: inline-block;
}
.usage-area {
    margin-top: 20px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: 2px solid #DA3739;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.usage-area:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(218, 55, 57, 0.2);
}
.usage-title {
    font-size: 16px;
    font-weight: 700;
    color: #DA3739;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #DA3739;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.usage-features {
    list-style: none;
    padding: 0;
    margin: 0;
}
.usage-features li {
    padding: 10px 0;
    padding-left: 25px;
    position: relative;
    color: #333;
    font-size: 14px;
    line-height: 1.6;
    transition: color 0.3s ease;
}
.usage-features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #DA3739;
    font-weight: bold;
    font-size: 16px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(218, 55, 57, 0.1);
    border-radius: 50%;
}
.usage-features li:hover {
    color: #DA3739;
    padding-left: 30px;
}
.usage-features li i.fa-snowflake {
    color: #DA3739;
    margin-left: 5px;
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.6;
    }
}
@media screen and (max-width: 600px) {
    img{
        width: 70%;
    }
    .product-tables .col-md-3{
        text-align: center;
        padding: 25px;
    }
    .product-tables .col-md-3 img{
        width: 50%;
    }
    .tyres img{
        width: 70%;
    }
    .table-wrapper table {
        font-size: 0.65rem;
    }
    .table-wrapper table th,
    .table-wrapper table td {
        padding: 0.2rem 0.4rem;
        font-size: 0.6rem;
    }
    .table-wrapper table th {
        font-size: 0.65rem;
    }
    .code {
        font-size: 16px;
    }
    .usage-area {
        margin-top: 15px;
        padding: 15px;
    }
    .usage-title {
        font-size: 14px;
        margin-bottom: 12px;
        padding-bottom: 8px;
    }
    .usage-features li {
        font-size: 12px;
        padding: 8px 0;
        padding-left: 22px;
    }
    .usage-features li:before {
        font-size: 14px;
        width: 18px;
        height: 18px;
    }
    .logo-wrapper {
        flex-direction: column;
        gap: 10px;
    }
}


.mouse_scroll {
    display: block;
    margin: 0 auto;
    width: 24px;
    height: 80px;
    margin-top: 125px;
}
.m_scroll_arrows
{
    display: block;
    width: 5px;
    height: 5px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);

    border-right: 2px solid white;
    border-bottom: 2px solid white;
    margin: 0 0 3px 4px;

    width: 16px;
    height: 16px;
}

.unu
{
    margin-top: 1px;
}

.unu, .doi
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;

}

.unu
{
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate;

    animation-direction: alternate;
    animation-delay: alternate;
}

.doi
{
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate;

    animation-delay: .2s;
    animation-direction: alternate;

    margin-top: -6px;
}
.mouse {
    height: 42px;
    width: 24px;
    border-radius: 14px;
    transform: none;
    border: 2px solid white;
    top: 170px;
}

.wheel {
    height: 5px;
    width: 2px;
    display: block;
    margin: 5px auto;
    background: white;
    position: relative;

    height: 4px;
    width: 4px;
    border: 2px solid white;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.wheel {
    -webkit-animation: mouse-wheel 0.9s linear infinite;
    -moz-animation: mouse-wheel 0.9s linear infinite;
    animation: mouse-wheel 0.9s linear infinite;
}

@-webkit-keyframes mouse-wheel{
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
    }
}
@-moz-keyframes mouse-wheel {
    0% { opacity: 0.4; }
    25% { opacity: 0.6; }
    50% { opacity: 1;}
    75% { opacity: 0.6;}
    100% { opacity: 0.4;}
}
@-o-keyframes mouse-wheel {

    0% { opacity: 0.4; }
    25% { opacity: 0.6; }
    50% { opacity: 1;}
    75% { opacity: 0.6;}
    100% { opacity: 0.4;}
}
@keyframes mouse-wheel {

    0% { opacity: 0.4; }
    25% { opacity: 0.6; }
    50% { opacity: 1;}
    75% { opacity: 0.6;}
    100% { opacity: 0.4;}
}

@-webkit-keyframes mouse-scroll {

    0%   { opacity: 0;}
    50%  { opacity: .5;}
    100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

    0%   { opacity: 0; }
    50%  { opacity: .5; }
    100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

    0%   { opacity: 0; }
    50%  { opacity: .5; }
    100% { opacity: 1; }
}
@keyframes mouse-scroll {

    0%   { opacity: 0; }
    50%  { opacity: .5; }
    100% { opacity: 1; }
}
footer{
    background-color: #DA3739;
    color:#fff;
}
.ozka-link {
    display: inline-block;
    background-color: #ffd600;
    width: 150px;
    height: auto;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    color:#4e535d;

}
#button.show {
    opacity: 1;
    visibility: visible;
}
.ozka-link{
    display: flex;
    flex-direction: column;

}
.ozka-link a{
    color:#4e535d;
    display: flex;
    flex-direction: row;
    justify-content:space-around;
    align-items: center;
    padding: 10px 6px;
}
.ozka-link a:hover {
    background-color: #333;
    text-decoration: none;
    color: #fff;
    border-radius: 4px;
}
.ozka-link p{
    margin-top: 0px;
    font-size: 13px;
    width: 100%;
    font-weight: 600;
    margin-bottom: 0;
}
.ozka-link i{
    font-size: 20px;
    margin-left: 5px;
}
.logo-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}
.logo-wrapper img {
    display: block;
}
.tbr-text {
    font-size: 2rem;
    margin: 0;
}
