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;
}.masthead.-type-1 .masthead__bg::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgb(5 16 54 / 0%) 0%, #05103600 72.43%);
    opacity: 0.85;
}
.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-youtube {
      color: #1da1f2; /* Twitter rengi */
    }

    /* Instagram İkonu */
    .icon-instagram {
      color: #c32aa3; /* Instagram rengi */
    }

    /* LinkedIn İkonu */
    .icon-linkedin {
      color: #0077b5; /* LinkedIn rengi */
    }
    
    
    
    /* İkonlar için genel stil */
    .social-icon-topbar {
      font-size: 100%; /* İkon boyutu */
      margin-right: 10px; /* İkonlar arası boşluk */
    }

    /* Facebook İkonu */
    .icon-facebook {
      color: #fff; /* Facebook rengi */
    }

    /* Twitter İkonu */
    .icon-youtube {
      color: #fff; /* Twitter rengi */
    }

    /* Instagram İkonu */
    .icon-instagram {
      color: #fff; /* Instagram rengi */
    }

    /* LinkedIn İkonu */
    .icon-linkedin {
      color: #fff; /* 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;
}
.bg-blue-2 {
    background-color: #ffffff !important;
}
.bg-dark-3 {
    background-color: rgb(2, 117, 162);
}
.row {
    --bs-gutter-x: 10px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)* -1);
    margin-right: calc(var(--bs-gutter-x)* -0.5);
    margin-left: calc(var(--bs-gutter-x)* -0.5);
}
.whatsapp-button {
    background-color: #25D366;
    transition: background-color 0.3s ease;
}
.whatsapp-button span, .whatsapp-button i {
    color: white;
}

.layout-pb-lg {
    padding-bottom: 10px;
}

.layout-pt-lg {
    padding-top: 10px;
}

.button-primary, .button-round, .button-secondary {
    background-color: #0275a2;
    border: none;
    color: #fff;
    display: inline-block;
    position: relative;
    transition: background-color .3s;
}
.button-primary, .button-round, .button-secondary, .outline-primary, .outline-round {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    padding: 15px 30px;
}

.masthead.-type-1 {
    position: relative;
    padding-top: 15%;
    padding-bottom: 210px;
}
@media (max-width: 1400px) {
.masthead.-type-4 .masthead__content {
    position: relative;
    z-index: 1;
    padding-top: 23%;
    padding-bottom: 4%;
}
}
.masthead.-type-4 {
    position: relative;
    margin: 0px 0px 0 0px;
}
.bravo_wrap .form-search-all-service.home4-form-search-hotel .masthead-slider .swiper-slide .masthead__content .content-wrap {
    margin-bottom: 30%;
}
@media (max-width: 767px) {
  .masthead.-type-4 .masthead__content {
    padding-top: 49%;
    padding-bottom: 100%;
  }
}
@media (max-width: 767px) {
  .md\:text-30 {
    font-size: 20px !important;
  }
}
@media (max-width: 767px) {
  .mt-5 {
    font-size: 13px !important;
  }
}
/* Masaüstü için */
@media (min-width: 768px) {
    .text-60 {
        font-size: 40px !important;
    }
}

/* Mobil için */
@media (max-width: 767px) {
    .text-60 {
        font-size: 20px !important;
    }
}

.oval-row {
    width: 100%;
    margin: 0;
    border-radius: 20px; /* Dilediğiniz oval şekli elde etmek için uygun bir değer belirleyebilirsiniz */
    overflow: hidden; /* İçerikler oval şeklini koruyacak şekilde sınırlanacak */
}
@media (max-width: 767px) {
    .bravo_wrap .form-search-all-service.home4-form-search-hotel .bravo_form {
        width: 80%;
        max-width: 960px;
        position: absolute;
        bottom: 140px;
        left: 50%;
        transform: translateX(-50%);
        padding: 0 !important;
        border-radius: 50px;
        box-shadow: 0 20px 40px 0 rgba(5, 16, 54, 0.0705882353);
    }
}

@media (min-width: 768px) {
    .bravo_wrap .form-search-all-service.home4-form-search-hotel .bravo_form {
        width: 50%;
        max-width: 960px;
        position: absolute;
        bottom: 140px;
        left: 50%;
        transform: translate(-50%, 100%);
        padding: 0 !important;
        border-radius: 50px;
        box-shadow: 0 20px 40px 0 rgba(5, 16, 54, 0.0705882353);
    }
}

.bravo_wrap .gotrip_form_search.form-search-service-hotel .field-items > .row > div {
    padding: 10px 30px !important;
}
.bravo_wrap .gotrip_form_search.form-search-service-hotel .button-item .mainSearch__submit {
    height: 100% !important;
    border-radius: 50px;
}
.bg-white {
    background-color: #ffffffe0 !important;
}
.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: #0275a2e0 !important;
}
@media (max-width: 767px) {
    .bravo_wrap .form-search-all-service.home4-form-search-hotel .bravo_form {
        left: 50%;
        margin: 200px auto 0;
        transform: translateX(-50%);
    }
}
@media (max-width: 767px) {
.masthead.-type-4 .masthead__content {
    padding-top: 49%;
    padding-bottom: 68%;
}
}
@media (min-width: 1200px) {
.header .header-menu .menu .subnav {
    position: absolute;
    top: 100%;
    background-color: white;
    border-radius: 4px;
    color: var(--color-dark-1) !important;
    min-width: 100%;
    padding: 4px;
    box-shadow: 0px 10px 60px 0px #0510360D;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translateX(-5%);
}}
.masthead.-type-4 .masthead-slider .masthead__image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 100%;
    height: 100%;
}
    
