﻿ .buton {
    width: 200px;
    height: 35px;
    color: white;
    background-color: #1679AB;
    text-align: center;
    padding-top: 5px;
    border-radius: 100px;
}

.buton21 {
    width: 200px;
    height: 35px;
    text-align: center;
    padding-top: 5px;
    border-radius: 100px;
    color: #1679AB !important;
    background-color: white !important;
    border: 1px solid #1679AB !important;
}

.buton2 {
    width: 200px;
    height: 35px;
    color: white;
    background-color: #1679AB;
    text-align: center;
    padding-top: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
    border: none;
}

.yazi {
    font-size: 20px;
    color: black;
    background-color: white;
}

.button3 {
    background-color: black !important;
    border: 1px solid yellow !important;
    color: yellow !important;
    padding: 15px 30px;
    cursor: pointer !important;
    font-size: 16px;
    transition: background-color 0.7s ease !important; /* Animasyon süresi ve hızı */
    animation: glow 1.5s infinite alternate;
}

/* Parlama animasyonu */
@keyframes glow {
    0% {
        box-shadow: 0 0 10px #FFD700, 0 0 20px #FFD700, 0 0 30px #FFD700;
    }

    100% {
        box-shadow: 0 0 20px #FFA500, 0 0 30px #FFA500, 0 0 40px #FFA500;
    }
}

.button3:hover {
    background-color: yellow !important;
    color: black !important;
    border: 1px solid black !important;
    /* Yazı rengini de değiştirmek isterseniz */
}

.navbar-light .navbar-nav .nav-link::before {
    position: absolute;
    color: black;
    content: "";
    width: 100%;
    height: 0;
    bottom: -1px;
    left: 0;
    background: yellow;
    transition: .5s;
    z-index: -1;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Roboto', sans-serif;
    position: relative;
    padding: 35px 15px;
    color: black !important;
    font-size: 17px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active {
        color: black !important;
    }

.nav-link {
    color: black;
}

.service .service-content-inner:hover {
    position: relative;
    background: #FF9A00 !important;
}

    .service .service-content-inner:hover .service-content h5,
    .service .service-content-inner:hover .service-content p,
    .service .service-content-inner:hover .service-icon i {
        color: #FF9A00 !important;
    }

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: var(--bs-white);
    }

    .navbar-light .navbar-brand h1 {
        color: #FF9A00;
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--bs-dark) !important;
    }

        .navbar-light .navbar-nav .nav-link:hover,
        .navbar-light .navbar-nav .nav-link.active {
            color: var(--bs-primary) !important;
        }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

.sticky-top.navbar-light .navbar-brand h1 {
    color: #FF9A00;
}


.special-taxi-div {
    width: 1250px;
    height: 250px;
    background: linear-gradient(135deg, #FFD700, #FFA500); /* Taksi sarısından turuncuya geçiş */
    border: 2px solid #000;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #000;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); /* Daha belirgin gölge efekti */
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    animation: glow 1.5s infinite alternate;
}

/* Parlama animasyonu */
@keyframes glow {
    0% {
        box-shadow: 0 0 10px #FFD700, 0 0 20px #FFD700, 0 0 30px #FFD700;
    }

    100% {
        box-shadow: 0 0 20px #FFA500, 0 0 30px #FFA500, 0 0 40px #FFA500;
    }
}

.special-taxi-div::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(45deg);
    pointer-events: none;
    animation: slide 3s infinite;
}

/* Hareketli ışık animasyonu */
@keyframes slide {
    0% {
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
    }

    100% {
        transform: translateX(150%) translateY(150%) rotate(45deg);
    }
}

#map-container {
    height: 500px; /* Harita yüksekliği */
    width: 100%; /* Harita genişliği */
}

@media (max-width: 1630px) {
    .special-taxi-div {
        margin-left: 80px;
        width: 1200px;
        height: 250px;
        font-size: 18px;
    }
}

@media (max-width: 1400px) {
    .special-taxi-div {
        margin-left: 80px;
        width: 1000px;
        height: 250px;
        font-size: 18px;
    }
}

@media (max-width: 1300px) {
    .special-taxi-div {
        margin-left: 80px;
        width: 1000px;
        height: 250px;
        font-size: 18px;
    }
}

@media (max-width: 1200px) {
    .special-taxi-div {
        margin-left: -810px;
        width: 1000px;
        height: 250px;
        font-size: 18px;
    }
}

@media (max-width: 1280px) {
    .special-taxi-div {
        margin-left: -30px;
        width: 1000px;
        height: 250px;
        font-size: 18px;
    }
}

@media (max-width: 1150px) {
    .special-taxi-div {
        margin-left: 50px;
        width: 900px;
        height: 250px;
        font-size: 18px;
    }
}

@media (max-width: 1080px) {
    .special-taxi-div {
        width: 900px;
        height: 250px;
        font-size: 18px;
    }
}

@media (max-width: 1025px) {
    .special-taxi-div {
        width: 850px;
        height: 250px;
        margin-left: -50px;
        font-size: 18px;
    }
}

@media (max-width: 995px) {
    .special-taxi-div {
        width: 850px;
        height: 250px;
        margin-left: -90px;
        font-size: 18px;
    }
}

@media (max-width: 915px) {
    .special-taxi-div {
        width: 850px;
        height: 250px;
        margin-left: -90px;
        font-size: 18px;
    }
}

@media (max-width: 900px) {
    .special-taxi-div {
        width: 800px;
        height: 250px;
        margin-left: -40px;
        font-size: 18px;
    }
}


@media (max-width: 850px) {
    .special-taxi-div {
        width: 750px;
        height: 200px;
        font-size: 18px;
    }
}

@media (max-width: 770px) {
    .special-taxi-div {
        width: 630px;
        height: 250px;
        margin-left: -18px;
        font-size: 18px;
    }
}

@media (max-width: 680px) {
    .special-taxi-div {
        width: 560px;
        height: 250px;
        margin-right: 25px;
        font-size: 18px;
    }
}


@media (max-width: 650px) {
    .special-taxi-div {
        width: 550px;
        height: 250px;
        margin-right: 25px;
        font-size: 18px;
    }
}

@media (max-width: 600px) {
    .special-taxi-div {
        width: 530px;
        height: 250px;
        margin-left: 2px;
        font-size: 18px;
    }
}

@media (max-width: 570px) {
    .special-taxi-div {
        width: 460px;
        height: 250px;
        margin-left: -5px;
        font-size: 16px;
    }
}

@media (max-width: 550px) {
    .special-taxi-div {
        width: 460px;
        height: 250px;
        margin-left: -5px;
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .special-taxi-div {
        width: 440px;
        height: 250px;
        font-size: 16px;
    }
}

@media (max-width: 460px) {
    .special-taxi-div {
        width: 380px;
        height: 250px;
        margin-left: -5px;
        font-size: 16px;
    }
}

@media (max-width: 450px) {
    .special-taxi-div {
        width: 380px;
        height: 250px;
        margin-left: -5px;
        font-size: 16px;
    }
}

@media (max-width: 420px) {
    .special-taxi-div {
        width: 380px;
        height: 250px;
        font-size: 16px;
    }
}

@media (max-width: 405px) {
    .special-taxi-div {
        width: 350px;
        height: 250px;
        font-size: 16px;
    }
}


@media (max-width: 350px) {
    .special-taxi-div {
        width: 320px;
        height: 250px;
        margin-left: -10px;
        font-size: 13px;
    }
}

@media (max-width: 340px) {
    .special-taxi-div {
        width: 300px;
        height: 250px;
        margin-left: -10px;
        font-size: 13px;
    }
}

@media (max-width: 344px) {
    .special-taxi-div {
        width: 320px;
        height: 250px;
        font-size: 13px;
    }
}

@media (max-width: 310px) {
    .special-taxi-div {
        width: 260px;
        height: 250px;
        font-size: 12px;
    }
}

@media (max-width: 285px) {
    .special-taxi-div {
        width: 220px;
        height: 250px;
        font-size: 11px;
    }
}

.footer .footer-item a:hover {
    letter-spacing: 2px;
    color: yellow;
}

.h4yazi {
    font-size: 45px;
}

.h1yazi {
    font-size: 95px;
}

.scroll-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 70px;
    height: 70px;
    background-color: #f1c40f;
    border: 2px solid black;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-size: 24px;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s, background-color 0.3s, transform 0.3s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

    .scroll-button:hover {
        background-color: #f39c12;
        transform: scale(1.1);
    }

    .scroll-button.visible {
        opacity: 1;
        animation: bounceIn 1s;
    }

@keyframes bounceIn {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    20% {
        transform: translateY(-20px);
        opacity: 1;
    }

    40% {
        transform: translateY(10px);
    }

    60% {
        transform: translateY(-10px);
    }

    80% {
        transform: translateY(5px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes bounceOut {
    0% {
        transform: translateY(0);
    }

    20% {
        transform: translateY(-20px);
    }

    40% {
        transform: translateY(10px);
    }

    60% {
        transform: translateY(-10px);
    }

    80% {
        transform: translateY(5px);
    }

    100% {
        transform: translateY(100%);
        opacity: 0;
    }
}

.scroll-button.bounce-out {
    animation: bounceOut 1s forwards;
}

.bresim {
    background-image: url('img/pexels-jakeheinemann-2399254.jpg');
    background: center;
    width: max-content;
    height: max-content;
    position: fixed;
    opacity: 0.5;
}
