﻿.contactMenu {
    display: inline-block;
    position: fixed;
    width: 60px;
    height: 60px;
    background-color: #EB662B;
    bottom: 16px;
    left: 20px;
    z-index: 1060;
    color: #fff;
    text-align: center;
    font-size: 25px;
    border-radius: 50%;
    line-height: 70px;
    cursor: pointer;
}

.contactMenu:after {
    content: "";
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #fff;
    position: relative;
    top: -65px;
    background-color: transparent;
}

.contactMenu .contactMenuPopup {
    /*display: none;*/
    position: fixed;
    bottom: 90px;
    left: 20px;
    background-color: #fff;
    border: 1px solid #E7E6E6;
    border-radius: 10px;
    min-width: 100px;
    min-height: 100px;
    padding: 10px 20px 10px 20px;
}

    .contactMenu .contactMenuPopup a {
        display: block;
        color: #000;
        font-size: 13px;
        text-align: left;
        line-height: 30px;
        margin: 8px 0;
        position: relative;
    }

.acenta-belge {
    background: rgba(255, 255, 255, 0.5);
    padding: 5px 10px 5px 10px;
    border-radius: 20px;
    color: #4D5369;
    font-size: 12px;
    font-weight: 400;
}

.popular-search {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.main-search-border-radius-custom {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}

.bg-green-sapanca {
    background-color: #86c9a8;
}

.image-height {
    height: 250px !important;
}

.mobile-image-height {
    height: 300px !important;
}

.top-border-radius-custom {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.bg-gray-hover:hover {
    background-color: #8c98a4 !important;
    color: #fff;
}

.rounded-border {
    border-radius: 1.188rem;
}


.sticky-top-list {
    position: -webkit-sticky;
    position: sticky;
    top: 115px;
    z-index: 100;
}

.border-radius-3 {
    border-radius: 15px !important;
}

.dropdown-toggle::after {
    border-top: none !important;
}

.mobile-menu a {
    color: black; /* Black text color */
    display: block; /* Make the links appear below each other */
    padding: 12px; /* Add some padding */
    text-decoration: none; /* Remove underline from links */
}

.modal-fullscreen {
    height: 100% !important;
    margin: 0 !important;
}

.modal-fullscreen .modal-content {
        min-height: 100% !important;
}

.mobile-menu-item {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.mobile-menu-box-none-show {
    box-shadow: none !important;
    background: #f9f9f9;
}

.orderActive {
    background: #000;
    border-radius: 10px;
    color: #fff !important;
    font-size: 0.90rem;
    padding: 2px 10px 2px 10px;
    margin-left: 7px;
}

.orderMobileActive {
    background: #000;
    color: #fff !important;
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    border-radius: 15px;
    padding-left: 20px;
    padding-top: 7px;
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none; /* Başlangıçta gizli */
}

.loading-overlay.visible {
        display: flex; /* Görünür yapmak için */
}

.spinner {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.enCokTercihEdilen-Item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    color: #000000 !important;
}

.enCokTercihEdilen-Item.h6 {
        color: #000000 !important;
}

.enCokTercihEdilen-Item:hover {
        background-color: #dfe2e7 !important;
        color: #000000 !important;
}

.mesafe ul {
    display: flex;
    flex-wrap: wrap; /* Satır kaydırma */
    list-style: none;
    padding: 0;
    margin: 0;
}

.mesafe ul li {
        flex: 0 0 33.33%; /* 3 sütun olacak şekilde genişlik */
        box-sizing: border-box;
        text-align: left; /* İçerikleri ortalamak için */
        padding: 10px; /* İçerik boşluğu */

}

.mesafe ul li::before {
            /*font-family: Flaticon;*/
            /*content: '\f115';*/
            margin-right: 8px;
            /*color: #297cbb !important;*/
}

/* Ekran genişliği 768 pikselden küçük olduğunda */
@media (max-width: 768px) {
    .mesafe ul li {
        flex: 0 0 50%; /* 2 sütun olacak şekilde genişlik */
    }
}

/* Ekran genişliği 480 pikselden küçük olduğunda */
@media (max-width: 480px) {
    .mesafe ul li {
        flex: 0 0 100%; /* 1 sütun olacak şekilde genişlik */
    }
}

.bilgilendirme ul {
    display: flex;
    flex-wrap: nowrap; /* Satır kaydırma */
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
}

.bilgilendirme ul li {
        box-sizing: border-box;
        text-align: left; /* İçerikleri ortalamak için */
        padding: 10px; /* İçerik boşluğu */
}

.bilgilendirme ul li::before {
            /*font-family: Flaticon;*/
            /*content: '\f129';*/
            margin-right: 8px;
            /*color: #297cbb !important;*/
}

.item-social-facebook {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    border-radius: 30px;
    background-color: #3b5998;
    color: #fff;
    width: 145px;
    margin: 5px;
}

    .item-social-facebook:hover {
        background-color: #000 !important;
        color: #fff !important;
    }


.item-social-twitter {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    border-radius: 30px;
    background-color: #1da1f2;
    color: #fff;
    width: 145px;
    margin: 5px;
}

.item-social-twitter:hover {
    background-color: #000 !important;
    color: #fff !important;
}

.item-social-whatsapp {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    border-radius: 30px;
    background-color: #25d366;
    color: #fff;
    width: 145px;
    margin: 5px;
}

.item-social-whatsapp:hover {
    background-color: #000 !important;
    color: #fff !important;
}

.item-social-email {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    border-radius: 30px;
    background-color: #0077b5;
    color: #fff;
    width: 145px;
    margin: 5px;
}

.item-social-email:hover {
    background-color: #000 !important;
    color: #fff !important;
}

.searchBox-Item {
    margin-bottom: 10px;
    text-align: center;
}

.searchBox-Item img {
    border-radius: 15px !important;
    object-fit: cover;
}

.contactMenu {
    display: inline-block;
    position: fixed;
    width: 60px;
    height: 60px;
    background-color: #249E4A;
    bottom: 20px;
    left: 20px;
    z-index: 1060;
    color: #fff;
    text-align: center;
    font-size: 25px;
    border-radius: 50%;
    line-height: 70px;
    cursor: pointer;
}

.contactMenu:after {
    content: "";
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #fff;
    position: relative;
    top: -65px;
    background-color: transparent;
}

.contactMenu .contactMenuPopup {
    position: fixed;
    bottom: 90px;
    left: 20px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 10px;
    min-width: 100px;
    min-height: 100px;
    padding: 10px 20px 10px 20px;
}

.contactMenu .contactMenuPopup a {
    display: block;
    color: #000;
    font-size: 13px;
    text-align: left;
    line-height: 30px;
    margin: 8px 0;
    position: relative;


    border-bottom: 1px solid #000;
}

.contactMenu .contactMenuPopup a img {
        margin-right: 10px;
}

.flatpickr-months {
    height: 40px !important;
    border-bottom: 1px solid #8c98a4 !important;
}

.flatpickr-weekdays {
    height: 35px;
    border-bottom: 1px solid #8c98a4 !important;
    background: #f5f5f5;
}

.flatpickr-next-month {
    padding-top: 5px !important;
}

.flatpickr-prev-month {
    padding-top: 5px !important;
}

.flatpickr-day.selected.startRange {
    background-color: #000 !important;
    border-color: #000000 !important;
}
.flatpickr-day.selected.endRange {
    background-color: #000 !important;
    border-color: #000000 !important;
}

.mobile-yukseklik-oda-popup {
    object-fit: cover;
    max-height: 600px !important;
}

@media (max-width: 768px) {
    .mobile-yukseklik-oda-popup {
        object-fit: cover;
        max-height: 300px !important;
        height: 300px !important;
    }

    .calendar-mobile-yukseklik {
        height: 520px !important;
    }

    .fc-scroller.fc-day-grid-container {
        height: 385px !important;
    }

    .fc-day-grid-event.fc-content {
        white-space: normal !important;
    }
}

.rezervasyon-ozeti-container {
    display: inline-block;
    position: fixed;
    width: 65%;
    left: 70px;
    right: 70px;
    height: 60px;
    bottom: 12px;
    z-index: 1060;
    color: #fff;
    text-align: center;
    font-size: 25px;
    border-radius: 50%;
    cursor: pointer;
}

/* YouTube Icon - Missing from icomoon font */
.icon-youtube:before {
    content: "\e941";
}

/* Search Dropdown Group Title */
.searchFormItemDropdown__groupTitle {
    padding: 10px 20px;
    font-weight: 700;
    font-size: 13px;
    color: #05073C;
    background-color: #f0f2f5;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    list-style: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 5px;
}

.searchFormItemDropdown__groupTitle:first-child {
    margin-top: 0;
    border-top: none;
}

.searchFormItemDropdown__groupTitle i {
    color: #EB662B;
    font-size: 14px;
}

.searchFormItemDropdown__item {
    padding: 0;
    margin: 0;
}

.searchFormItemDropdown__item li {
    list-style: none;
}

.searchFormItemDropdown__item li a {
    display: block;
    padding: 12px 20px;
    color: #333;
    text-decoration: none;
    transition: background-color 0.2s, padding-left 0.2s;
    font-size: 14px;
}

.searchFormItemDropdown__item li a:hover {
    background-color: #f8f9fa;
    padding-left: 25px;
}

.searchFormItemDropdown__item li a i {
    color: #666;
    margin-right: 10px;
    font-size: 13px;
}

.searchFormItemDropdown__item li.search-result-item {
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
}

.searchFormItemDropdown__item li.search-result-item:last-child {
    border-bottom: none;
}

.searchFormItemDropdown__item li.search-result-item:hover {
    background-color: #f8f9fa;
}

/* Misafir seçim dropdown köşe yuvarlama */
.searchFormItemDropdown.-tour-type .searchFormItemDropdown__container {
    border-radius: 15px;
    overflow: hidden;
}

.searchFormItemDropdown.-tour-type #guests-controls {
    border-radius: 15px;
}

.searchFormItemDropdown.-tour-type #child-ages-container {
    border-top: 1px solid #e0e0e0;
    padding-top: 15px;
    margin-top: 10px;
}
