﻿.mt-n8 {
    margin-top: -80px;
}

#serviceSlide .slider-arrow.slider-next {
    top: 82%;
    right: unset;
    left: 50.5%;
    background-color: var(--yellow-color);
    color: var(--black-color);
    border-color: var(--yellow-color);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#serviceSlide .slider-arrow.slider-prev {
    top: 82%;
    right: 50.5%;
    left: unset;
    background-color: var(--yellow-color);
    color: var(--black-color);
    border-color: var(--yellow-color);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#serviceSlide .slider-arrow:hover {
    background-color: var(--body-color);
    border-color: var(--body-color);
    color: var(--white-color);
}

#serviceSlide:hover .slider-arrow {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.mh850 {
    min-height: 850px;
}

.popup-search-box form input {
    font-size: 22px;
    height: 70px;
    width: 100%;
    border: 1px solid #002c55;
    background-color: rgba(255, 255, 255, 0.5);
    padding-left: 30px;
    color: #002c55;
    border-radius: 20px;
}

    .popup-search-box form input::placeholder {
        color: #002c55;
    }

.orange {
    background-color: #AC8D67;
    width: 1000px;
    z-index: -2;
    height: 40px;
    position: absolute;
    margin-top: -32px;
    margin-left: -10px;
    border-radius: 10px;
}

.baskan-text {
    background-color: #e1edfb;
    border-radius: 0 0 15px 15px;
    padding: 11px 40px;
    font-weight: 400;
}

    .baskan-text h3 {
        font-size: 24px;
        margin-bottom: 6px;
    }

    .baskan-text p {
        margin-bottom: 6px;
    }

.mt-130 {
    margin-top: 130px;
}

.counter-card h3 span {
    color: #AC8D67;
}

.owl-carousel .item {
    position: relative;
}

/* Numaralar için stil */
.owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0;
    background-color: #002b55;
}

    .owl-dots .owl-dot {
        font-family: "Anek Latin", sans-serif;
        font-weight: bold;
        font-size: 24px;
        width: 10%;
        height: 46px !important;
        margin: 0;
        border-right: solid 1px #394d8a !important;
        text-align: center;
        line-height: 45px;
        cursor: pointer;
        border-radius: 5px;
        color: #fff;
    }

        .owl-dots .owl-dot:last-child {
            font-family: "Anek Latin", sans-serif;
            font-weight: bold;
            width: 10%;
            height: 46px !important;
            margin: 0;
            text-align: center;
            line-height: 45px;
            cursor: pointer;
            border-radius: 5px;
            color: #fff;
        }

        .owl-dots .owl-dot.active {
            background-color: #AC8D67;
            color: #fff;
        }

        .tumu:hover {
            background-color: #AC8D67;
            color: #fff;
        }

.owl-carousel .item img {
    width: 100%;
    height: auto;
}

.owl-carousel .news-item {
    position: relative;
}

.item-caption {
    position: absolute;
    bottom: 30px;
    left: 20px;
    font-family: "Anek Latin", sans-serif;
    font-weight: bold;
    padding: 10px;
    font-size: 28px;
    width: 100%;
    z-index:2;
}

    .item-caption a {
        color: #fff;
    }

        .item-caption a:hover {
            color: #cecece;
        }

.no-arrow:after {
    background-image: none;
}

.social-icon img {
    transition: opacity 0.3s ease-in-out;
}

.social-icon img {
    transition: opacity 0.3s ease-in-out;
}

.social-icon.facebook:hover img {
    content: url('../icons/facebook-logo-mo.png');
}

.social-icon.twitter:hover img {
    content: url('../icons/twitter-mo.png');
}

.social-icon.linkedin:hover i {
    content: url('../icons/linkedin-mo.png');
}

.social-icon.instagram:hover img {
    content: url('../icons/insta-mo.png');
}

.social-icon.youtube:hover img {
    content: url('../icons/youtube-mo.png');
}

.social-icon.whatsapp:hover img {
    content: url('../icons/whatsapp-mo.png');
}

#hal-search-form {
    position: relative;
}

#search-input {
    width: 100%;
}

#hal-search-button {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 8px;
}

.table {
    width: 100%;
    border: 1px solid #EEEEEE;
}

.table-header {
    display: flex;
    width: 100%;
    background: #002b55;
    padding: 18px 0;
    color: #fff;
}

.table-row {
    display: flex;
    width: 100%;
}

    .table-row:nth-of-type(odd) {
        background: #EEEEEE;
    }

.table-data, .header__item {
    flex: 1 1 20%;
    text-align: left;
    padding-left: 20px !important;
}

.accordion-button {
    border: none;
}

.accordion-item {
    border: solid 1px rgba(99, 99, 99, 0.2);
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.accordion-item-baskan {
    border: solid 1px rgba(99, 99, 99, 0.2);
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    width: 40%;
    margin: 0 auto;
    margin-bottom: 15px;
}

.sosyal-box {
    transition: transform 0.3s ease;
    position: relative;
}

    .sosyal-box:hover {
        transform: scale(1.05);
    }

    .sosyal-box div {
        color: #fff;
        padding: 15px;
        min-height: 220px;
        border-radius: 10px;
        position: relative;
        background-size: cover;
    }

    .sosyal-box h5 {
        color: #fff;
    }

    .sosyal-box a {
        color: #fff;
        display: block;
        position: absolute;
        right: 10px;
        bottom: 10px;
    }

#searchForm {
    margin-top: 240px;
}

@media (max-width: 1367px) {

    .orange {
        width: 760px;
    }

    .popup-search-box.show {
        width: 90%;
    }

    .mt-n8 {
        margin-top: 10px;
    }

    #searchForm {
        margin-top: 170px;
    }
}

/* Large devices */
@media (max-width: 1199px) {
    .orange {
        width: 760px;
    }

    .popup-search-box.show {
        width: 90%;
    }

    .mt-n8 {
        margin-top: 10px;
    }

    #searchForm {
        margin-top: 140px;
    }
}

@media (min-width: 1000px) and (max-width: 1025px) {
    .header-logo {
        max-width: 185px;
    }
}


/* Small devices */
@media (max-width: 767px) {

    .orange {
        width: 620px;
    }

    .popup-search-box.show {
        width: 90%;
    }

    .alo153 {
        margin-top: -75px;
        margin-left: 265px;
        width: 90px;
    }

    .mt-n8 {
        margin-top: 10px;
    }
}

/* Extra small devices */
@media (min-width: 376px) and (max-width: 575px) {
    .header-layout1 .menu-area {
        padding: 0;
        margin-top: -4px;
    }

    .header-layout1 .header-logo {
        margin: -18px 0 0 -25px;
    }

    .th-menu-toggle {
        width: 40px;
        height: 40px;
        margin-top: 10px;
    }

    .orange {
        /* width: 410px; */
        width: 100%;
    }

    .popup-search-box.show {
        width: 90%;
    }

    .alo153 {
        margin-top: -75px;
        margin-left: 135px;
        width: 90px;
    }

    #hero {
        margin-top: 10px;
    }

    .mt-n8 {
        margin-top: 10px;
    }

    #searchForm {
        display: none;
    }
}

/* Extra small devices */
@media (max-width: 375px) {
    .header-layout1 .menu-area {
        padding: 0;
        margin-top: -4px;
    }

    .header-layout1 .header-logo {
        margin: -18px 0 0 -25px;
    }
    /*
    .header-layout1 .logo-bg {
        width: 80%;
    }*/

    .th-menu-toggle {
        width: 40px;
        height: 40px;
        margin-top: 10px;
    }

    .orange {
        /* width: 310px; */
        width: 100%;
    }

    .popup-search-box.show {
        width: 80%;
    }

    .alo153 {
        margin-top: -75px;
        margin-left: 80px;
        width: 90px;
    }

    .mt-n8 {
        margin-top: 10px;
    }

    #searchForm {
        display: none;
    }
}

.person-container ul li {
    list-style: none;
}

.fn {
    display: block;
    text-align: left;
}

.shop_container .blog-single .blog-content {
    padding-bottom: 0 !important;
}

.logo-fix img {
    max-width: 175px;
}

.sticky .logo-bg {
    bottom: 38px;
}

.news-carousel button {
    padding: 12px 18px;
    border-radius: 50px;
    border: solid 1px #ccc;
}

    .news-carousel button:hover {
        background-color: var(--theme-color);
        color: var(--white-color);
        border-color: var(--theme-color);
    }

.social-svg {
    fill: #fff;
}

    .social-svg:hover {
        fill: #AC8D67;
        -webkit-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.5);
        transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.5);
        overflow: hidden;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

.service-card:hover .box-icon img {
    filter: brightness(0) saturate(100%) invert(69%) sepia(34%) saturate(453%) hue-rotate(353deg) brightness(93%) contrast(88%);
}

.owl-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    pointer-events: none;
    z-index: 1;
}