body{
    padding: 0;
    margin: 0;
    overflow-x: hidden; /* Yatay scroll'u engelle */
    background: black;
}

html {
    scroll-behavior: smooth; /* Smooth scroll için */
}

/* Mobil Safari için viewport height düzeltmeleri */
:root {
    --vh: 1vh;
}

/* Mobil cihazlarda viewport height'ı JavaScript ile ayarlayacağız */
@media (max-width: 768px) {
    .coverarea, .videoarea {
        height: calc(var(--vh, 1vh) * 100) !important;
        min-height: calc(var(--vh, 1vh) * 100) !important;
    }
}
.coverarea {
    background-image: url(desktop_bg.jpg);
    background-size: cover;
    background-position: center;
    font-family: "Open Sans", sans-serif;
    height: 100vh;
    width: 100%;
}

.mobile{
    display: none;
}

.bambaska.smtx {
    bottom: 27%;
}

@media (max-width:992px) {
    .coverarea {
        background-image: url(mobile_bg.jpg);
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: inline-block;
    }
    .text {
        top: 20%!important;
    }

    .bambaska {
        position: absolute;
        right: 6%;
        bottom: 6%;
        text-align: right;
    }

    .bambaska img {
        width: 88% !important;
    }

    .coffito img {
        width: 35%!important;
    }
    
    .toyota_logo img {
        max-width: 70%;
    }

    .toyota_logo img {
        max-width: 50px;
    }

    .bambaska.smtx {
        bottom: 4%;
        text-align: center;
    }

    .bambaska {
        position: absolute;
        right: 0%;
    }
}

.redline {
    background-color: #e21e2e;
    height: 20px;
    max-width: 50%;
    min-width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}

.toyota_logo {
    position: absolute;
    left: 5%;
    top: 5%;
}

.text {
    max-width: 100%;
    width: 100%;
    position: absolute;
    top: 12%;
    text-align: center;
}

.text img.desktop {
    max-width: 1200px;
}

.text img {
    width: 80%;
}

.coffito {
    position: absolute;
    bottom: 5%;
    left: 5%;
}

.coffito img {
    width: 80%;
}

.bambaska {
    position: absolute;
    right: 5%;
    bottom: 5%;
}

.bambaska img {
    width: 100%;
}

.text a {
    display: block;
    background: white;
    width: 133px;
    padding: 10px 20px;
    border-radius: 0px;
    margin: 0 auto;
    color: #000;
    text-decoration: none;
    margin-top: 4%;
    font-weight: 400;
}

.text a:hover {
    background: black;
    color: #fff;
}

.videoarea {
    height: 100vh;
    width: 100%;
    position: relative;
}

.toyota_logo img {
    max-width: 75px;
}