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;
    }
}

img.vardi {
    max-width: 250px;
        margin-top: 5vh;
}
.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: 15% !important;
    }

    .bambaska {
        position: absolute;
        right: 0!important;
        bottom: 6%;
        text-align: right;
    }

    .bambaska img {
        width: 40% !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%;
    }

    .text a {
        margin: 0 auto;
    }
    .text a {
        display: block;
        margin-top: 40vh!important;
        font-weight: 400;
        border: 1px solid #ccc;
    }

    .text {
        left: 0%!important;
        text-align: center!important;
    }

    .bambaska.smtx {
        display: none;
    }
    
    img.vardi {
    display: none;
}

}

.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: 20%;
    text-align: left;
    left: 5%;
}

.text img.desktop {
    max-width: 25%;
}

.text img {
    width: 80%;
}

.coffito {
    position: absolute;
    bottom: 5%;
    left: 5%;
}

.coffito img {
    width: 80%;
}

.bambaska {
    position: absolute;
    left: 5%;
    bottom: 10%!important;
}


.bambaska img {
    width: 80%;
}

.text a {
    display: block;
    color: white;
    width: 133px;
    padding: 10px 20px;
    border-radius: 0px;
    background: #000;
    text-decoration: none;
        margin-top: 5vh;
    font-weight: 400;
    text-align: center;
}

.text a:hover {
    color: black;
    background-color: #fff;
}

.videoarea {
    height: 100vh;
    width: 100%;
    position: relative;
}

.toyota_logo img {
    max-width: 75px;
}