body{
                                                                                                                        }
            /*----------main color------------*/
        .text-blue-1,
        .header .header-menu .menu .subnav > li > a:hover,
        .bravo_wrap .footer .menu-footer .menu__nav li .subnav > li > a:hover,
        .desktopMenu .menu a:hover,
        .desktopMenu .menu .subnav__backBtn a,
        .hotel_rooms_form .nav-enquiry .enquiry-item.active span,
        .bravo_single_book .nav-enquiry .enquiry-item.active span,
        .pricing-table .title{
            color: #0275a2;
        }

        .tabs.-underline .tabs__controls .tabs__button:hover,
        .tabs.-pills-2 .tabs__controls .tabs__button:hover,
        .tabs.-bookmark-2 .tabs__button:hover,
        .sidebar.-dashboard .sidebar__button.-is-active,
        .tabs.-underline-2 .tabs__controls .tabs__button.is-tab-el-active,
        .accordion.-db-sidebar .accordion__item.is-active .sidebar__button,
        .tabs.-underline-2 .tabs__controls .tabs__button:hover{
            color: #0275a2 !important;
        }

        .pagination.-dots .pagination__item.is-active,
        .button.-outline-blue-1:hover,
        .form-checkbox:hover input ~ .form-checkbox__mark,
        .pricing-tabs .tab-btns:before,
        .tabs.-underline-2 .tabs__controls .tabs__button::after{
            background-color: #0275a2;
        }

        .bg-blue-1,
        .button.-blue-1:hover,
        .tabs.-pills-2 .tabs__controls .tabs__button.is-tab-el-active,
        .tourTypeCard.-type-1:hover,
        .noUi-connect,
        .accordion.-map .accordion__item.is-active .accordion__icon,
        .form-checkbox input:checked ~ .form-checkbox__mark{
            background-color: #0275a2 !important;
        }

        .button.-blue-1:hover,
        .border-blue-1,
        .button.-outline-blue-1,
        .noUi-handle,
        .hotel_rooms_form .nav-enquiry .enquiry-item.active span,
        .bravo_single_book .nav-enquiry .enquiry-item.active span,
        .form-checkbox input:checked ~ .form-checkbox__mark,
        .pricing-table .inner-box:hover, .pricing-table.tagged .inner-box{
            border-color: #0275a2;
        }
        /*-----------end main color------------*/
    
            h1{
            font-family: Poppins, sans-serif
        }
                h2{
            font-family: Poppins, sans-serif
        }
                h3{
            font-family: Poppins, sans-serif
        }
    
    .contact-stick-buttons {
    position: fixed;
    bottom: 10%;
    z-index: 10000;
    font-weight: 700;
    display: flex;
    flex-direction: column;
}

.contact-stick-buttons.right {
    right: 15px;
}

.contact-stick-buttons.left {
    left: 15px;
}

.contact-stick-buttons a {
    border-radius: 8px;
    padding: 8px;
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    text-decoration: none;
    transition: box-shadow 0.3s ease-in-out; /* Ekledik: Yavaşça geçiş efekti */
}

.contact-stick-buttons .whatsapp {
    background: #25d366;
    color: #fff;
}

.contact-stick-buttons .whatsapp i,
.contact-stick-buttons .call-us i {
    margin-right: 8px;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.2rem;
}

.contact-stick-buttons .call-us {
    margin-bottom: 8px;
    background-color: #0275a2;
    color: #fff;
}

.contact-stick-buttons a:hover {
    box-shadow: 0 0 20px rgba(66, 66, 66, 0.1);
}


    /* İkonlar için genel stil */
    .social-icon {
      font-size: 24px; /* İkon boyutu */
      margin-right: 10px; /* İkonlar arası boşluk */
    }

    /* Facebook İkonu */
    .icon-facebook {
      color: #1877f2; /* Facebook rengi */
    }

    /* Twitter İkonu */
    .icon-twitter {
      color: #1da1f2; /* Twitter rengi */
    }

    /* Instagram İkonu */
    .icon-instagram {
      color: #c32aa3; /* Instagram rengi */
    }

    /* LinkedIn İkonu */
    .icon-linkedin {
      color: #0077b5; /* LinkedIn rengi */
    }
    
    
/* Genel stiller */
.booking_cookie_agreement {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f2f2f2;
    color: #333;
    padding: 15px;
    text-align: center;
    z-index: 1000;
    border-top: 1px solid #ccc;
    justify-content: space-evenly;
    align-items: center;
}

.booking_cookie_agreement p {
    margin: 0;
}

.booking_cookie_agreement button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 12px 24px;
    cursor: pointer;
    border-radius: 8px;
}

.booking_cookie_agreement.popup {
    animation: fadeInUp 0.5s ease-out;
}

@keyframes fadeInUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Mobil stiller */
@media (max-width: 767px) {
    .booking_cookie_agreement {
        flex-direction: column;
        align-items: stretch;
    }

    .booking_cookie_agreement button {
        width: 100%;
        margin-top: 10px; /* Boşluk ekleyebilirsiniz */
    }
}
.header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (max-width: 767px) {
    .header {
        height: 110px;
    }
}

.bg-light-2 {
    background-color: #ffffff !important;
}

.px-50 {
    padding-left: 25% !important;
    padding-right: 25% !important;
}
.py-50 {
    padding-top: 0% !important;
    padding-bottom: 50px !important;
}
.py-15 {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}
@media (min-width: 1400px)  { .mt-35 {
    margin-top: 25% !important;
    margin-bottom: 0% !important;
}
}
@media (min-width: 1400px)  { .masthead.-type-5 {
    position: relative;
    padding-top: 330px;
    padding-bottom: 10px;
}
}

.outer-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.gallery-container {
    overflow: hidden;
    width: 100%;
    max-width: 1000px;
    display: flex;
    justify-content: center;
}

.gallery {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: center;
    align-items: center;
}

.gallery a {
    margin-right: 10px;
}

.gallery a:last-child {
    margin-right: 0;
}

.gallery img {
    height: 100px;
    object-fit: cover;
}

/* Carousel styling */
@media (max-width: 768px) {
    .gallery {
        flex-wrap: wrap;
        justify-content: center;
    }

    .gallery a {
        margin-bottom: 10px;
    }
}
.pt-40 {
    padding-top: 6% !important;
}
    
