/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
    margin-top: -360px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    width: 100%;
}

    .owl-theme .owl-nav [class*='owl-'] {
        color: #fff !important;
        font-size: 80px !important;
        margin: 20px;
        padding: 4px 14px;
        display: inline-block;
        cursor: pointer;
        outline: none;
    }

        .owl-theme .owl-nav [class*='owl-']:hover {
            color: #FFF;
            text-decoration: none;
        }

    .owl-theme .owl-nav .disabled {
        opacity: 0.5;
        cursor: default;
    }

        .owl-theme .owl-nav.disabled + .owl-dots {
            margin-top: 10px;
        }

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 25px;
}

    .owl-theme .owl-dots .owl-dot {
        display: inline-block;
    }

        .owl-theme .owl-dots .owl-dot span {
            width: 12px;
            height: 12px;
            margin: 5px 7px;
            background: #eaeaea;
            display: block;
            -webkit-backface-visibility: visible;
            transition: opacity 200ms ease;
            border-radius: 30px;
        }

        .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
            background: #f60c15;
        }

#owl-slide2 .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

#owl-slide3 .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    margin-top: 30px;
    bottom: -30px;
}

#owl-slide4 .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    margin-top: 30px;
    bottom: -30px;
}

#owl-slide5 .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    margin-top: 30px;
    bottom: -30px;
}

#owl-slide2 .owl-nav {
    display: none;
}

#owl-slide3 .owl-nav {
    margin-top: -70px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
}

    #owl-slide3 .owl-nav [class*='owl-'] {
        margin: 10px;
        padding: 4px 14px;
        display: inline-block;
        cursor: pointer;
        border-radius: 3px;
    }

.owl-prev {
    left: 10px;
    position: absolute;
}

.owl-next {
    right: 10px;
    position: absolute;
}

.owl-slidedp .owl-nav {
    top: -85px;
    right: 0px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    width: 100px;
    display: block !important; /* Zorla görünür yapar */
    opacity: 1 !important; /* Eğer gizleniyorsa gösterir */
    pointer-events: auto;
}

.owl-slidedp .owl-prev {
    right: 20px;
    position: absolute;
}

.owl-slidedp .owl-next {
    right: 10px;
    position: absolute;
}

.owl-slidedp .owl-nav [class*='owl-'] {
    color: #0074c5 !important;
}

.owl-slidedp .owl-nav button.owl-prev,
.owl-slidedp .owl-nav button.owl-next {
    display: inline-block !important;
}

@media screen and (max-width: 580px) {
    .owl-theme .owl-nav {
        display: none;
    }

    .owl-theme .owl-dots {
        text-align: center;
        -webkit-tap-highlight-color: transparent;
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        bottom: 5px;
    }

    .owl-slidedp .owl-nav {
        top: unset;
        bottom: 0px;
        right: 0px;
        text-align: center;
        -webkit-tap-highlight-color: transparent;
        position: absolute;
        width: 100px;
        display: block !important; /* Zorla görünür yapar */
        opacity: 1 !important; /* Eğer gizleniyorsa gösterir */
        pointer-events: auto;
    }

    
}

@media (min-width: 480px) and (max-width: 860px) {
    .owl-theme .owl-nav {
        margin-top: -260px;
        text-align: center;
        -webkit-tap-highlight-color: transparent;
        position: absolute;
    }

    .owl-theme .owl-dots {
        text-align: center;
        -webkit-tap-highlight-color: transparent;
        position: absolute;
        margin-top: -60px;
        left: 40px;
    }
}
