@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

.navbar {
    position: absolute !important;
    z-index: 12222;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    list-style-type: none;
    text-decoration: none;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}



.navbar {
    position: fixed !important;
}

.navbar_bg {
    background-color: white;
    border-radius: 50px;
    padding: 10px 20px;
}


.navbar_liste li a {
    font-size: 14px;
    font-weight: 700;
}

@media(max-width:1500px) {
    .numara {
        display: none !important;
    }
}

@media(min-width:1500px) {
    .numara {
        display: block !important;
    }
}


@media(min-width:1200px) {
    .navbar_block_olmayan {
        display: none !important;
    }

    .navbar_block_olan {
        display: flex !important;
    }
}

@media(max-width:1200px) {
    .navbar_block_olmayan {
        display: flex !important;
    }

    .navbar_block_olan {
        display: none !important;
    }

    .offcanvas-body ul li {
        display: block;
    }
}





.logo_image {
    /*    margin-top:-100px;
*/ width: 100%;
}

    .logo_image:hover {
        transform: scale(0.95, 0.95);
    }


.navbar_liste li:hover .navbar_liste_a {
    border-bottom: 2px solid orange;
}

.hizmetlerimiz_hover {
    position: relative;
}

.dropdown_menu_container {
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    background: white;
    z-index: 1000;
    width: 100px;
}

.dropdown-menu {
    display: block !important;
}

@media(max-width:1200px) {
    .dropdown-menu li a {
        color: black;
        text-decoration: none;
        padding: 10px 35px;
        display: block;
    }
}

@media(min-width:1200px) {
    .dropdown-menu li a {
        color: black;
        text-decoration: none;
        padding: 20px 10px;
        display: block;
    }
}

.dropdown-menu li a:hover {
    text-decoration: underline #ff0000;
    text-underline-position: under;
}

/*.dropdown_menu_container_div {
    padding-top: 30px;
}*/



/* Hover ile Dropdown Gösterimi */
.hizmetlerimiz_hover:hover .dropdown_menu_container,
.dropdown_menu_container:hover {
    display: block;
}

.pl-0 {
    padding-left: 0 !important;
}
/*
.hizmetlerimiz_dd {
    text-align:center;
    background-color: white;
    margin-left:-60px;
    width:240px;
    height: 250px;
    border-radius: 5%;
    display: none;
    margin-top: 40px;
}

.hizmetlerimiz:hover .hizmetlerimiz_dd {
    animation: fadeIn 0.5s ease-in-out;
    display: inline-block;
}

.hizmetlerimiz_dd li {
    margin-left:4px;
    display: flex !important;
    border-bottom: none !important;
    font-size: 20px;
}

.hizmetlerimiz_dd li a{
    margin-bottom:20px;
}*/

.carousel-inner {
    height: 100vh;
}

carousel-inner a {
    color: black;
}

.icon-text {
    margin-top: 7px;
    margin-left: 50px;
}



.carousel-item img {
    height: 100%;
    object-fit: cover;
}

@media(max-width:1200px) {
    .carousel-item {
        height: 50vh;
    }

    .anasayfa-div {
        height: 50vh;
    }

    .carousel-inner {
        height: 50vh;
    }

    .slider-content {
        position: absolute;
        top: 50% !important;
        left: 50% !important;
        right: 0 !important;
        transform: translate(-50%, -50%);
        text-align: center;
        color: black;
    }

        .slider-content h1 {
            text-shadow: black 2px 2px 10px;
            color: white;
            font-size: 1rem;
            font-weight: bold;
            animation: fadeIn 1s ease-in-out;
        }

        .slider-content p {
            text-shadow: black 2px 2px 10px;
            color: white;
            font-size: 0.6rem;
            margin-bottom: 20px;
            animation: fadeIn 1.5s ease-in-out;
        }


    .slider-buttons {
        display: flex;
        justify-content: center;
        gap: 10px;
        animation: fadeIn 2s ease-in-out;
    }

        .slider-buttons a {
            background-color: rgba(255, 255, 255, 0.8);
            padding: 5px;
            border-radius: 10px;
            color: black;
            text-decoration: none;
            font-weight: bold;
            display: flex;
            align-items: center;
            transition: background-color 0.3s ease;
            font-size: 6px;
        }

            .slider-buttons a:hover {
                background-color: rgba(255, 255, 255, 0.4);
            }
}


@media(min-width:1200px) {
    .carousel-item {
        height: 100vh;
    }

    .anasayfa-div {
        height: 100vh;
    }

    .carousel-inner {
        height: 100vh;
    }

    .slider-content {
        position: absolute;
        top: 70% !important;
        left: 50% !important;
        transform: translate(-50%, -50%);
        text-align: center;
        color: black;
    }

        .slider-content h1 {
            text-shadow: black 2px 2px 10px;
            color: white;
            font-size: 2.5rem;
            font-weight: bold;
            animation: fadeIn 1s ease-in-out;
        }

        .slider-content p {
            text-shadow: black 2px 2px 10px;
            color: white;
            font-size: 1.2rem;
            margin-bottom: 20px;
            animation: fadeIn 1.5s ease-in-out;
        }


    .slider-buttons {
        display: flex;
        justify-content: center;
        gap: 20px;
        animation: fadeIn 2s ease-in-out;
    }

        .slider-buttons a {
            background-color: rgba(255, 255, 255, 0.8);
            padding: 12px 20px;
            border-radius: 10px;
            color: black;
            text-decoration: none;
            font-weight: bold;
            display: flex;
            align-items: center;
            gap: 8px;
            transition: background-color 0.3s ease;
        }

            .slider-buttons a:hover {
                background-color: rgba(255, 255, 255, 0.4);
            }
}






@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fleet-section {
    background: #F8F8F8;
    padding: 50px 0;
    text-align: center;
}

.fleet-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

    .fleet-header h2 {
        font-size: 24px;
        font-weight: bold;
        color: #2B2D42;
    }

.fleet-link {
    text-decoration: none;
    color: #2B2D42;
    font-size: 16px;
    font-weight: bold;
}

.fleet-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.fleet-item {
    background: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 150px;
    text-align: center;
}

    .fleet-item img {
        width: 100%;
        height: auto;
    }

    .fleet-item p {
        margin-top: 10px;
        font-size: 14px;
        font-weight: bold;
        color: #2B2D42;
    }

.fleet-item {
    background: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 150px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}

    .fleet-item:hover {
        transform: translateX(-10px);
    }

    .fleet-item img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease-in-out;
    }

    .fleet-item:hover img {
        transform: translateX(-10px);
    }


.experience-section {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.experience-content {
    display: flex;
    align-items: center;
    max-width: 1200px;
    gap: 40px;
}

.experience-images {
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;
    gap: 10px;
}

.image-left, .image-right {
    width: 250px;
    height: auto;
    border-radius: 10px;
}

.experience-text {
    max-width: 600px;
}

    .experience-text h3 {
        color: #f9a825;
        font-size: 14px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .experience-text h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .experience-text p {
        font-size: 16px;
        color: #555;
        line-height: 1.6;
        margin-bottom: 15px;
    }

.experience-icons {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.icon-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .icon-box img {
        width: 40px;
        height: 40px;
    }

    .icon-box p {
        font-size: 14px;
        color: #333;
    }


body {
    font-family: Arial, sans-serif;
    text-align: center;
    background-color: #f8f8f8;
    margin: 0;
    padding: 0;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 50px;
}

.text-section {
    width: 30%;
    padding: 20px;
    text-align: left;
}

    .text-section h3 {
        color: #333;
    }

    .text-section p {
        color: #555;
    }

.icon {
    width: 20px;
    margin-right: 10px;
}

.road-section {
    width: 40%;
    text-align: center;
}

    .road-section img {
        width: 100%;
        max-width: 500px;
    }

avantaj-div {
    width: 100%;
}

.footer-bg {
    height: 75vh;
    width: 100%;
    background: url(../footer-bg.jpg);
}

.social-media:hover {
    color: rgba(235, 117, 0);
}

.social-media {
    color: white;
}

.kurumsal-ul li a:hover {
    animation: fadeIn 0.5s ease-in-out;
    color: rgba(235, 117, 0);
}

.kurumsal-ul li a {
    color: white;
}

.footer-div {
    margin: 0;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 40px;
    height: 70vh;
    border-top: 0.5px solid white;
    color: white;
    border-bottom: 0.5px solid white;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

.container {
    width: 80%;
    margin: 0 auto;
    padding: 50px 0;
}

.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.box {
    background: #f8f8f8;
    padding: 20px;
    border-radius: 10px;
    box-shadow: none;
}

h2 {
    margin-bottom: 20px;
}

.containerr h4 {
    margin-left: 550px;
    border-bottom: 1px solid blue;
    width: 200px;
    text-align: center;
}

.containerr h3 {
    margin-left: 275px;
    border-bottom: 1px solid orange;
    width: 750px;
    text-align: center;
}

.grid-container {
    justify-content: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    max-width: 1200px;
    padding: 20px;
}

    .grid-container a:hover {
        transform: scale(0.95, 0.95);
    }

.grid-item {
    position: relative;
    overflow: hidden;
}

    .grid-item img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        border-radius: 5px;
    }

    .grid-item h3 {
        position: absolute;
        top: 75%;
        left: 40%;
        transform: translate(-50%, -50%) !important;
        /*        background: rgba(0, 0, 0, 0.6);
*/ color: white;
        text-shadow: 2px 2px 2px rgba(0,0,0);
        font-weight: 700;
        font-size: 24px;
    }

.turizm-text {
    color: slategrey;
    margin-top: 150px;
}

    .turizm-text h2 {
        margin-left: 300px;
    }

    .turizm-text p {
        margin-bottom: 150px;
        margin-left: 305px;
        text-align: start;
        width: 1000px;
    }






.overlay {
    background-image: linear-gradient(to right, rgba(90, 100, 232, 0.9), rgba(84, 96, 234, 0.9));
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
    padding: 110px 0;
}

.section-bg {
    background-size: cover;
    position: relative;
    background-position: left;
    z-index: 0;
    padding: 0;
    min-height: auto;
    overflow: hidden;
}

.contact-form {
    position: relative;
    padding: 45px 0 45px 60px;
}

    .contact-form:before {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 6px;
        box-shadow: 10px 40px 40px rgba(0,0,0,.2);
        pointer-events: none;
        right: auto;
        width: 100vw;
    }

.particles-js-canvas-el {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.contact-form input {
    border: 0;
    background: transparent;
    display: block;
    width: 100%;
    min-height: 50px;
    padding: 11px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    background-color: transparent;
    background-image: none;
    border-radius: 0;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    border: 2px solid transparent;
    border-bottom-color: rgba(0,0,0,.1);
}

.contact-form textarea {
    border: 0;
    background: transparent;
    display: block;
    width: 100%;
    min-height: 50px;
    padding: 11px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    background-image: none;
    border-radius: 0;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    border: 2px solid transparent;
    border-bottom-color: rgba(0,0,0,.1);
}

.contact-form input::placeholder {
    color: #222;
}

.contact-form textarea::placeholder {
    color: #222;
}

.contact-info {
    z-index: 20;
    color: black !important;
}

.contact-form input {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 600;
    height: 55px;
}

    .contact-form input:hover, .contact-form input:focus {
        outline: none;
        box-shadow: none;
        background: transparent;
        border: 2px solid transparent;
        border-bottom-color: rgb(254, 132, 111);
    }

.contact-form textarea:hover, .contact-form textarea:focus {
    outline: none;
    box-shadow: none;
    border: 2px solid transparent;
    border-bottom-color: rgb(254, 132, 111);
}


.taso-btn {
    margin: 25px 0;
    color: #214dcb;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 255, 255, 0.32);
    box-shadow: 0px 10px 30px 0px rgba(255, 255, 255, 0.17);
}

.contact-info {
    padding: 0 30px 0px 0;
}

h2.contact-title {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
}

.contact-info p {
    color: #ececec;
}

ul.contact-info {
    margin-top: 30px;
}

    ul.contact-info li {
        margin-bottom: 22px;
    }



    ul.contact-info span {
        font-size: 20px;
        line-height: 26px;
    }

    ul.contact-info li {
        display: flex;
        width: 100%;
    }

.info-left {
    width: 10%;
}

    .info-left i {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 30px;
        color: #ffffff;
    }

.info-right h4 {
    color: #fff;
    font-size: 18px;
}

.contact-page .info-left i {
    color: #FE846F;
}

.section-bg .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Poppins', sans-serif;
    padding: 10px 30px 10px;
    font-size: 17px;
    line-height: 28px;
    border: 0px;
    border-radius: 10px;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.section-bg .btn-big {
    color: #ffffff;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(45, 45, 45, 0.47843137254901963);
    box-shadow: 2px 5px 10px 0px rgba(45, 45, 45, 0.19);
    margin-right: 20px;
    background: #FE846F;
    transition: .2s;
    border: 2px solid #FE846F;
    margin-top: 50px;
}

@media only screen and (max-width: 767px) {
    .contact-form {
        padding: 30px;
    }

        .contact-form:before {
            width: 100%;
        }

    .form-group {
        color: black !important;
    }
}

.img-fluid {
    margin-top: 100px;
}

.medya-div {
    justify-content: center;
    align-items: center;
}

.medya-text {
}

.medya-text {
    text-align: center;
    border-bottom: 1px solid blue;
    width: 310px;
}

.container-medya img:hover {
    z-index: 10;
    animation: fadeIn 0.3s ease-in-out;
    transform: scale(0.95, 0.95);
}

.carousel-inner-slide {
    display: flex;
}

.carousel-item-slide {
    flex: 0 0 calc(100% / 3);
}

    .carousel-item-slide a:hover {
        transform: scale(0.95, 0.95);
        animation: fadeIn 0.3s ease-in-out;
        border-bottom: 1px solid grey;
    }

.slide-container h3 {
    font-size: 40px;
    margin-bottom: 50px;
    border-bottom: 1px solid grey;
    text-align: center;
    width: 500px;
    margin-left: 50px;
    color: rgb(122, 122, 122);
}

















.marquee_container {
    position: relative;
    background: url('../Konseltur slider 2.jpeg') no-repeat 0 0;
    background-repeat: no-repeat;
    background-size: 100% 70%; /* Yüksekliği %50 yaparak arka planı küçültüyoruz */
    color: white;
}

    .marquee_container::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 70%;
        background-color: rgba(0, 89, 153, 0.95); /* Arka planın üzerine karartma */
        z-index: 1; /* Fotoğrafın üstünde olmasını sağlıyoruz */
    }

    .marquee_container .containera {
        position: relative;
        z-index: 2; /* İçeriğin karartmanın üstünde görünmesi için */
        padding-top: 50px;
    }



.pic_img_link:hover::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3); /* Hafif beyazlık, 0.3 ile şeffaflık ayarı */
    animation: fadeIn 0.6s forwards; /* 2 saniyelik animasyon */
}



#marquee {
    padding: 50px 0px;
    width: 100%;
    height: 75vh;
}

    #marquee .overflow_div {
        overflow: hidden;
        width: 100%;
        height: 100%
    }

    #marquee .pic-container {
        display: flex;
        animation: marquee  25s infinite linear;
        height: 100%
    }

        /* #marquee:hover {
    animation-play-state: paused;
} */

        #marquee .pic-container .pic {
            flex-basis: 32%;
            flex-shrink: 0;
            height: 100%;
            padding: 25px;
            position: relative;
        }

            #marquee .pic-container .pic .pic_text {

                position: absolute;
                bottom:20%;
                left:15%;
                color:white;
                display:flex;
                align-items:center;
            }

    #marquee img {
        width: 100%;
        object-fit: cover;
        height: 100%;
        border-radius:10px;
    }

@media(min-width:1024px) {
    .pic_text_h3 {
        font-size: 25px;
        text-shadow:2px 2px 2px rgba(0,0,0,0.8)
    }

    .pic_text i {
        display: none !important;
        text-shadow: 2px 2px 2px rgba(0,0,0,0.8)
    }

    .pic_img_link:hover .pic_text i {
        display: inline !important;
    }

    .pic_img_link:hover .pic_text {
        transform: scale(1.1);
    }

    .pic_img_link:hover img {
        filter: brightness(0.4); /* Resmi karartmıyoruz, beyazlık daha belirgin olsun diye */
    }
}

@media(min-width:1500px) {
    .pic_text_h3 {
        font-size: 30px;
        text-shadow: 2px 2px 2px rgba(0,0,0,0.8)
    }
    .pic_text i {
        display: none !important;
        text-shadow: 2px 2px 2px rgba(0,0,0,0.8)
    }

    .pic_img_link:hover .pic_text i {
        display: inline !important;
    }

    .pic_img_link:hover .pic_text {
        transform: scale(1.1);
    }

    .pic_img_link:hover img {
        filter: brightness(0.4); /* Resmi karartmıyoruz, beyazlık daha belirgin olsun diye */
    }
}




@media (max-width: 1024px) {
    #marquee .pic-container .pic {
        flex-basis: 80%;
    }
    .pic_text_h3 {
        font-size: 30px;
    }


    .pic_img_link:hover .pic_text {
        transform: scale(1.1);
    }

    .pic_img_link:hover img {
        filter: brightness(0.4); /* Resmi karartmıyoruz, beyazlık daha belirgin olsun diye */
    }
}

@media (max-width: 768px) {
    #marquee .pic-container .pic {
        flex-basis: 80%;
    }

    .pic_text_h3 {
        font-size: 20px;
        text-shadow: 2px 2px 2px rgba(0,0,0,0.8)
    }



    .pic_img_link:hover .pic_text {
        transform: scale(1.1);
    }

    .pic_img_link:hover img {
        filter: brightness(0.4); /* Resmi karartmıyoruz, beyazlık daha belirgin olsun diye */
    }

}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@media (max-width: 1024px) {
    @keyframes marquee {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-125%);
        }
    }
}

@media (max-width: 768px) {
    @keyframes marquee {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-186.65%);
        }
    }
}















.footer_a {
    position: relative; /* Karartmayı pozisyonlandırabilmek için */
    background: url('../Konseltur slider 3.jpeg') no-repeat 70% 60%;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

    .footer_a::before {
        content: ''; /* Boş içerik ekliyoruz */
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.85); /* Karartma rengi, buradaki 0.5 opaklık oranı ayarını değiştirebilirsiniz */
        z-index: 1; /* Fotoğrafın üstünde olmasını sağlıyoruz */
    }

    .footer_a .container {
        position: relative;
        z-index: 2; /* İçeriğin karartmanın üstünde görünmesi için */
    }


    .footer_a h4, .footer h6 {
        color: white;
    }

    .footer_a .social-icons a {
        color: white;
        margin-right: 15px;
    }

        .footer_a .social-icons a:hover {
            color: #17a2b8;
        }

    .footer_a .contact-info i {
        margin-right: 10px;
    }




.bg-1 {
    position: relative; /* Karartmayı pozisyonlandırabilmek için */
    background: url('../Turizm Slider.jpeg') no-repeat 70% 60%;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

    .bg-1::before {
        content: ''; /* Boş içerik ekliyoruz */
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7); /* Karartma rengi, buradaki 0.7 opaklık oranı daha belirgin bir karartma sağlar */
        z-index: 1; /* Fotoğrafın üstünde olmasını sağlıyoruz */
    }

.page-title .container {
    position: relative;
    z-index: 2; /* İçeriğin karartmanın üstünde görünmesini sağlıyoruz */
}

.page-title h1 {
    font-weight: bold;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7); /* Yazılara gölge ekledik, bu yazıların daha belirgin olmasını sağlar */
    font-size: 40px; /* Başlık boyutunu artırabilirsiniz */
}

.page-title ul li a {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); /* Alt başlık linklerine de gölge ekleyebiliriz */
    font-size: 18px; /* Alt başlık boyutunu artırabiliriz */
}



.teklif_al_button {
    border: 2px solid #005999;
    background-color: #005999;
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    display: block;
    transition: transform 0.3s ease, color 0.3s ease, background-color 0.3s ease; /* Yavaşlatmak için transition eklendi */
}

    .teklif_al_button:hover {
        transform: scale(1.1);
        color: #005999;
        background-color: white;
        cursor: pointer;
    }


.daha_fazla_button {
    border: 2px solid #005999;
    background-color: #005999;
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    transition: transform 0.3s ease, color 0.3s ease, background-color 0.3s ease; /* Yavaşlatmak için transition eklendi */
}

    .daha_fazla_button:hover {
        transform: scale(1.1);
        color: #005999;
        background-color: white;
        cursor: pointer;
    }




@media(max-width:992px) {
    .diger_hizmetlerimiz {
        padding: 50px 50px;
    }

    .diger_hizmetlerimiz_img {
        height: 450px;
        object-fit: cover;
    }

    .medya_img_container img {
        height: 350px;
    }
}

@media(max-width:576px) {

    .diger_hizmetlerimiz_img {
        height: 300px;
        object-fit: cover;
    }

    .medya_img_container img {
        height: 250px;
    }
}



@media(min-width:992px) {
    .diger_hizmetlerimiz {
        padding: 100px 100px;
    }

    .diger_hizmetlerimiz_img {
        height: 300px;
        object-fit: cover;
    }

    .medya_img_container img {
        height: 250px;
    }
}

@media(min-width:1280px) {
    .diger_hizmetlerimiz {
        padding: 100px 200px;
    }

    .diger_hizmetlerimiz_img {
        height: 300px;
        object-fit: cover;
    }

    .medya_img_container img {
        height: 350px;
    }
}


@media(min-width:1500px) {
    .diger_hizmetlerimiz {
        padding: 100px 350px;
    }

    .diger_hizmetlerimiz_img {
        height: 400px;
        object-fit: cover;
    }

    .medya_img_container img {
        height: 350px;
    }
}

.diger_hizmetlerimiz_box {
    position: relative;
    overflow: hidden;
}

    .diger_hizmetlerimiz_box img {
        transition: filter 1s ease; /* Resme beyazlık eklenirken yavaş geçiş */
    }

    .diger_hizmetlerimiz_box:hover img {
        filter: brightness(0.9); /* Resmi karartmıyoruz, beyazlık daha belirgin olsun diye */
        transform: scale(1.01)
    }

    .diger_hizmetlerimiz_box:hover p {
        transform: scale(1.01)
    }

    .diger_hizmetlerimiz_box:hover::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.3); /* Hafif beyazlık, 0.3 ile şeffaflık ayarı */
        animation: fadeIn 1s forwards; /* 2 saniyelik animasyon */
    }

@keyframes fadeIn {
    0% {
        background: rgba(255, 255, 255, 0);
    }

    100% {
        background: rgba(255, 255, 255, 0.3); /* Animasyon sonunda hafif beyazlık */
    }
}

.diger_hizmetlerimiz_box:hover {
    cursor: pointer;
}



.image-container {
    padding: 10px;
}



.medya_img_container {
    display: flex;
}

    .medya_img_container .col-lg-3, .medya_img_container .col-6 {
        position: relative;
        overflow: hidden;
        cursor: pointer;
    }

    .medya_img_container img {
        transition: transform 0.3s ease, opacity 0.3s ease;
        width: 100%;
    }

    /* Sadece resme hover olunca overlay ve background-color ekle */
    .medya_img_container .overlay_a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0;
        transition: opacity 0.3s ease, background-color 0.3s ease;
    }

    /* Hover yapıldığında sadece o resmin üzerine efekt ekle */
    .medya_img_container .col-lg-3:hover .overlay_a {
        opacity: 1;
    }












.overlay_a .plus-sign {
    color: white;
    font-size: 50px;
}

/* Fullscreen modal (Büyütülmüş resim) */
.fullscreen-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

    .fullscreen-modal img {
        max-width: 90%;
        max-height: 90%;
        margin: auto;
    }

    .fullscreen-modal .prev, .fullscreen-modal .next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 30px;
        color: white;
        background: rgba(0, 0, 0, 0.5);
        padding: 10px;
        cursor: pointer;
        z-index: 2;
    }

    .fullscreen-modal .prev {
        left: 10px;
    }

    .fullscreen-modal .next {
        right: 10px;
    }




.card_bg_opacity {
    background-color: rgba(0,0,0,0) !important;
}


    .card_bg_opacity input {
        background-color: rgba(0,0,0,0) !important;
    }

    .card_bg_opacity textarea {
        background-color: rgba(0,0,0,0) !important;
    }

    .card_bg_opacity select {
        background-color: rgba(0,0,0,0) !important;
    }



.fleet-item img{
    width:100px;
    height:75px;
}





@media(min-width:1500px){
    .font_size_18 {
        font-size: 20px;
        color:black !important;
    }
}


@media(min-width:1200px) {
    .font_size_18 {
        font-size: 16px;
        color: black !important;
    }
}


@media(min-width:992px) {
    .font_size_18 {
        font-size: 14px;
        color: black !important;
    }
}



@media(max-width:992px) {
    .font_size_18 {
        font-size: 20px;
        color: black !important;
    }
}


.medya_img_container .image-container img{
    object-fit:cover;
}





.whatsapp-fixed-container {
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 9999;
}

/* WhatsApp Butonu */
.whatsapp-link {
    display: inline-block;
    background-color: #25d366;
    color: white;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 50px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-size: 14px;
    color: white !important;
    position: relative;
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

    /* WhatsApp İkonu */
    .whatsapp-link i {
        font-size: 24px;
        z-index: 2;
    }

/* Dalga Animasyonu */
.wave {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(37, 211, 102, 0.5);
    border-radius: 50%;
    animation: wave-animation 1.5s infinite;
}

    /* Dalga Efektinin Zamanlaması */
    .wave:nth-child(2) {
        animation-delay: 0.5s;
    }

    .wave:nth-child(3) {
        animation-delay: 1s;
    }

/* Dalga Animasyonu */
@keyframes wave-animation {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}