﻿/*===========================================================================MAINPAGE START*/

html, body {
    scroll-behavior: smooth;
    -webkit-scroll-behavior: smooth;
    -moz-scroll-behavior: smooth;
}

section.blog_top_bar {
    padding: 10px 0;
    background-color: rgba(13, 67, 127, 1);
}

.only-mobile {
    display: none;
}

section.blog_top_bar p {
    margin: 0;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
}

/*.home-banner {
    background: url(/assets/img/homePageBanner.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    position:relative;
}*/

.home-banner:after {

}

.home-banner div.container-custom {
    position: relative;
    /*padding: 60px 0;*/
}

.home-banner div.container-custom h1 {
    font-size: 32px;
    font-weight: 600;
    line-height:40px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: "Montserrat", serif;
}

.home-banner div.container-custom > p {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    line-height: 17px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: "Montserrat", serif;
    margin: 0;
}

.home-banner div.links {
    text-align: right;
    padding-right: 1rem;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 10px;
}

.home-banner div.links ul li {
    display: inline-block;
    vertical-align: middle;
}

.home-banner div.links ul li + li {
    margin-left: 10px;
}

.home-banner div.links ul li p.banner-btn {
    margin: 0;
}

.home-banner div.links ul li p.banner-btn a {
    display: block;
    padding: 4px 15px;
    background-color: #fff;
    color: #506d8d;
    border-radius: 5px;
}

.home-banner div.links ul li p.banner-btn a:hover {
    text-decoration:none;
}

.home-banner p.cta-btn {
    display: inline-block;
    position: relative;
    margin: 25px 0 0 0 !important;
    border-radius: 12px;
    background-color: #fbb820;
    transition-duration: 0.5s;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.home-banner p.cta-btn a {
    display: block;
    padding: 14px 50px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3px;
    line-height:17px;
    color: #fff;
    transition-duration: 0.5s;
    font-family: "Montserrat", serif;
}

.home-banner p.cta-btn a:hover {
    text-decoration: none;
}



.main-slider-wrapper {
    position: relative;
    overflow: visible;
}

.main-swiper-button-prev-custom,
.main-swiper-button-next-custom {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 120px;
    height: 120px;
    transform: translateY(-50%);
    cursor: pointer;
    filter: drop-shadow(0px 4px 12px rgba(207, 142, 23, 0.30));
}

.main-swiper-button-prev-custom img,
.main-swiper-button-next-custom img {
    width: 100%;
    height: 100%;
}

.main-swiper-button-prev-custom {
    left: -60px;
}

.main-swiper-button-next-custom {
    right: -60px;
}

.swiper-main-slider {
    border-radius: 16px;
    box-shadow: none;
    overflow: hidden;
}

@media(max-width: 361px) {
    .home-banner div.container-custom h1 {
        font-size: 20pt !important;
    }
    .home-banner div.container-custom > p {
        font-size: 8pt !important;
    }

    .home-banner p.cta-btn {
        margin: 20px 0 0 0 !important;
    }

    .home-banner p.cta-btn a {
        font-size: 10pt;
    }
}

.lato-link {
    position: absolute;
    bottom: 35px;
    left: 30px;
    background: #ff2f2f;
    color: white;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 20px;
    font-weight: bold;
    border: 2px solid #b7b7b7;
}
.lato-link:hover {
    border: 3px solid white;
    border-radius: 50px;
}
.happyhour-link {
    position: absolute;
    bottom: 35px;
    right: 30px;
    background: #ff2f2f;
    color: white;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 20px;
    font-weight: bold;
    border: 2px solid #a0a09f;
}
.happyhour-link:hover {
    border: 3px solid white;
    border-radius: 50px;
}
.link-arrow {
    position: absolute;
    left: 16px;
    bottom: 6px;
}

div.partners-links > div {
    align-items: center;
}

.partner-icon {
   width: 100px;
   height: 50px;
}

.partners-container {
    position: relative;
    width: 100%;
    background: #44bcc5;
}

.partners-title {
    color: #FFF;
    font-family: "Montserrat";
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0.78px;
    text-transform: uppercase;
}
.partners-swiper-button-next {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 150px;
    cursor: pointer;
}
.partners-swiper-button-prev {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 150px;
    cursor: pointer;
}

.partners-swiper-button-next img, .partners-swiper-button-prev img {
    filter: invert(100%) sepia(0%) saturate(7489%) hue-rotate(216deg) brightness(105%) contrast(105%);
}

div.partners-swiper > div > div.swiper-slide {
    text-align: center;
}
.opinion-block {
    height: 160px;
}
.section-filter a {
    color: #44bcc5;
}
.filter-block {
    border: 2px solid #44bcc5;
    padding: 10px;
    border-radius: 10px;
    color: #44bcc5;
    letter-spacing: 0.6px;
}
.filter-block:hover  {
    background: #44bcc5;
}
.filter-block:hover .filterLink {
    color: white;
}
.filter-block-custom-height {
    height: 160px;
    line-height: 130px;
}
.filter-block span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}
.filter-icon-bg {
    background: #6dc6ee;
    border-radius: 10px;
    color: white;
    font-size: 20px;
    letter-spacing: 2px;
}
.section-title {
    color: #00CED1;
    letter-spacing: 0.4px;
    text-transform: capitalize;
    font-size: 16px;
    font-family: open-sans;
    font-weight: 600;
}
.section-filter .col-custom {
    max-width: 775px;
    width: 100%;
    padding-left: 50px;
}
.section-filter table {
    border-collapse: separate;
    border-spacing: 3px;
}
.section-filter-logo {
    background: white;
    border-radius: 50%;
    border: 4px solid #fbb820;
    padding: 10px;
    position: relative;
    left: 49%;
    bottom: 40px;
}
.label-instagram {
    letter-spacing:5px;
    font-weight:bold;
}
.btn-instagram {
    background-color: #fbb820;
    font-weight: bold;
    letter-spacing: 5px;
    font-size: 20px;
    position: relative;
    left: 46px;
    float: right;
    border-radius: 10px;
}
.btn-instagram:hover {
    background-color: white;
    border: 2px solid #fbb820;
}
.SwiperNextBtn, .SwiperPrevBtn {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 45%;
    z-index: 99;
    background-color: rgba(0,0,0,0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.SwiperNextBtn:hover, .SwiperPrevBtn:hover {
    background-color: rgba(0,0,0,0.9);
    cursor: pointer;
}
.SwiperNextBtn {
    right: -15px;
}
.SwiperPrevBtn {
    left: -15px;
}
.SwiperNextBtn img, .SwiperPrevBtn img {
    width: 60px;
    height: 45px;
}
.SwiperPrevBtn img {
    margin-left: -5px;
}
.campaign-img {
    transition: all .3s ease;
}
.campaign-img:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
.destination-block {
    max-height: 252px;
}
.destination-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}
.destination-block img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
/*.swiper-main-slider .swiper-slide img {
    height: 420px;
}*/
.destination-block span, .destination-block div {
    position: relative;
    bottom: 40px;
    color: white;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2px;
    left: 30px;
    text-shadow: 2px 2px 2px #000;
}
.sub-title {
    color: #0d437f;
    letter-spacing: 0.3px;
}
.review-section {
    background: #44bcc5;
}
.btn-newsletter {
    display: flex;
    width: 100%;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: linear-gradient(77deg, #F3B84C -4.17%, #FFA011 97.55%);
    box-shadow: 0 8px 20px 0 rgba(207, 142, 23, 0.30);
    color: white;
    font-weight: bold;
    letter-spacing: 2px;
    border: none;
    transition: box-shadow 0.3s ease;
}
.btn-newsletter:hover {
    box-shadow: 0 10px 24px 0 rgba(207, 142, 23, 0.45);
    color: white;
}
.callback-section {
    padding-left: 0;
    padding-right: 0;
}

#callback-block div.iti__country-container, div.callback-section div.iti__country-container {
    margin-left: 40px;
}

.input-with-icon {
    position: relative;
    background-position: 14px center;
    background-repeat: no-repeat;
    padding-left: 45px;
}

.iti__tel-input.input-with-icon {
    padding-left: 120px !important;
}

.input-with-icon-email {
    background-image: url(/assets/img/layout/email2.svg);
    background-size: 20px;
}
.input-with-icon-person {
    background-image: url(/assets/img/layout/callback_form_person.svg);
}
.input-with-icon-phone {
    background-image: url(/assets/img/layout/callback_form_phone.svg);
}
.input-with-icon-message {
    background-size: 20px;
    background-image: url(/assets/img/layout/callback_form_message.svg);
}
.input-with-icon-subject {
    background-size: 20px;
    background-image: url(/assets/img/layout/callback_form_subject.svg);
}
.textarea-with-icon-message {
    background-size: 20px;
    background-image: url(/assets/img/layout/callback_form_message.svg);
    background-position: 14px 9px;
}

/*===========================================================================Cappadocia Page Start*/
section.cappadocia-info {
    overflow: hidden;
}

section.cappadocia-info div.image {
    overflow: hidden;
}

section.cappadocia-info div.image img {
    width: 100%;
    max-width: 629px;
    height: auto;
    object-fit: cover;
}

section.cappadocia-info div.background-img {
    padding: 200px 0;
    background-image: url(/assets/img/cappadocia/6th_day.webp);
    background-repeat: no-repeat;
    background-position: 790px -50px;
}

section.cappadocia-info div.background-img div {
    width: 90%;
}

section.cappadocia-info div.background-img div h1 {
   font-weight: 600;
   letter-spacing: 4px;
}

section.cappadocia-info div.background-img div p.promo-text {
    text-align: justify;
    font-size: 17px;
    line-height: 1.7em;
    letter-spacing:2px;
    margin: 0;
}

section.cappadocia-info div.background-img div p.promo-text + p.promo-text{
   margin-top: 15px;
}

section.cappadocia-info div.background-img div a.btn-yellow {
    background-color: #ffc107;
    border: none;
    padding: 8px 40px;
    letter-spacing:2px;
    font-size: 17px;
    font-weight: bold;
    border-radius: 5px;
    margin-top: 20px;
    text-transform: uppercase;
    text-decoration: none;
}

section.cappadocia-info div.background-img div a.btn-yellow:hover {
    background-color: #e0a800;
    color: #fff;
}

section.mountain-bg {
    height: 600px;
    background-image: url(/assets/img/cappadocia/mountains.webp);
    background-repeat: no-repeat;
}

section.steps {
    background-image: url(/assets/img/cappadocia/3d_day.webp);
    background-repeat: no-repeat;
    background-size: 350px;
}

section.steps div.row > div {

}

section.steps div.row > div h3 {
    width: 170px;
    display: inline-block;
    padding: 7px 15px;
    background-color: #f6ba08;
    color: #fff;
    font-size: 18px;
    border-radius: 12px;
    letter-spacing:1.5px;
}

section.steps div.row > div h2 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing:1.5px;
    margin: 10px 0;
}

section.steps div.row > div p {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.2px;
    margin: 0;
    line-height: 1.5em;
    text-align: justify;
}

section.steps div.row > div picture img {
    width:100%;
    max-width:480px;
    height:auto;
}

section.steps div.row > div p + p {
    margin-top: 10px;
}

section.steps div.row > div:nth-child(2n+1) {
    
}

section.ballons-bg {
    background-image: url(/assets/img/cappadocia/baloons.webp);
    background-repeat: no-repeat;
    height: 790px;
    z-index: -10;
}

section.price-info {
    background-image: url(/assets/img/cappadocia/bg_price_description.webp);
    background-repeat: no-repeat;
    background-size:790px;
    z-index:10;
    margin-top: -120px;
    padding: 0 0 150px 0 !important;
}

section.price-info > div.row {
    background-color: #fff;
    padding: 100px 20px !important;
    border-radius: 15px;
    position: relative;
}

section.price-info > div.row h3 {
    display: inline-block;
    padding: 7px 15px;
    background-color: #f6ba08;
    color: #fff;
    font-size: 18px;
    border-radius: 12px;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
}

section.price-info > div.row ul {
    margin: 0;
    list-style-type: disc;
    z-index:10;
    display: block;
    position: relative;
}

section.price-info > div.row ul > li {
    font-size: 17px;
    letter-spacing: 1.3px;
}

section.price-info > div.row ul > li::marker {
    color: #44bcc5;
}

section.price-info > div.row ul > li > ul {
    margin-left: 25px;
}

section.price-info > div.row ul > li > ul > li::marker {
    color: #f6ba08;
}

section.price-info > div.row > img {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: -100px;
    z-index: 1;
}

section.cappadocia-gallery {
    position: relative;
    overflow: hidden;
    margin: 100px 0;
}

section.cappadocia-gallery div.mySwiper {
    position: relative;
}

section.cappadocia-gallery > div.row h2 {
    font-weight: 600;
    font-size: 2.5rem;
    letter-spacing: 4px;
    margin: 0 0 30px 0;
}

section.cappadocia-gallery div.shadow {
    position: absolute;
    width: 10%;
    height: 100%;
    top: 0;
    z-index: 99999;
    background-color: #f7fad9;
    opacity: .4;
}

section.cappadocia-gallery div.shadow.right {
    right: 0;
}

section.cappadocia-gallery .swiper {
    width: 100%;
    height: 100%;
}

section.cappadocia-gallery .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.cappadocia-gallery .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
div.cappadocia-form {
    background-color: #0d437f;
    padding: 50px 0;
}

div.cappadocia-form div.order-2 {
    padding: 0 25px;
}

div.cappadocia-form .price-box {
    border-radius: 8px;
    padding: 10px 20px;
    margin-bottom: 20px;
    color: #ffffff;
}

div.cappadocia-form .price-box.active {
    border: 2px solid #f9a826;
}

div.cappadocia-form .price-box h5 {
    color: #ffffff;
    letter-spacing: 1.2px;
    font-size: 25px;
}

div.cappadocia-form .price-box h2 {
    color: #ffffff;
    letter-spacing: 2px;
    font-size: 55px;
    font-weight: 600;
}

div.cappadocia-form .form-control {
    outline: none;
    padding: 15px;
    height: auto;
}

div.cappadocia-form .form-control::placeholder {
    color: #b0c7f0;
}

div.cappadocia-form .form-check-label {
    font-size: 12px;
}

div.cappadocia-form .btn-custom {
    background-color: #f9a826;
    border: none;
    border-radius: 8px;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 3px;
}

@media(max-width: 960px) {
    .only-desktop {
        display: none;
    }
    .home-banner {
        /*background: url(/assets/img/homePageBannerMobile.webp);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;*/
        padding: 50px 15px;
    }
    .home-banner div.container-custom {
        position: relative;
    }

    .home-banner div.container-custom h1 {
        font-size: 20pt;
    }

    .home-banner div.container-custom > p {
        font-size: 8pt;
        color: #0d437f;
    }
    div .cappadocia-form div.order-2 {
       padding: 25px 15px;
    }
    section.cappadocia-info {
        margin-top: 0!important;
    }
    section.cappadocia-info div.image {
        padding: 0;
    }

    section.cappadocia-info div.row {
       margin: 0;
    }

    section.cappadocia-info div.image img {
        width: 100%;
        max-width: 360px;
        height: auto;
        object-fit: cover;
    }

    section.cappadocia-info div.background-img {
        padding: 0 15px;
        margin-top: 50px !important;
    }

    section.cappadocia-info div.background-img div {
        width: 100%;
        text-align: center;
    }

    section.cappadocia-info div.background-img div h1 {
        font-size: 24px;
        margin-bottom: 25px;
    }

    section.cappadocia-info div.background-img div p.promo-text {
       
    }

    section.cappadocia-info div.background-img div a.btn-yellow {
        float: inherit !important;
    }
    section.mountain-bg {
        height: 500px;
    }
    section.ballons-bg {
        background-position: bottom;
        height: 550px;
        margin-top: 50px;
    }
    section.price-info {
        background-size: 750px;
        padding: 0 !important;
    }
    section.price-info > div.row > img {
        height: auto;
        bottom: 0;
    }
    section.price-info > div.row > div + div {
        margin-top: 50px;
    }

    section.cappadocia-gallery {
        margin: 60px 0;
    }

    .partners-container {
        padding-top: 16px !important;
        padding-bottom: 16px !important;
    }
}

/*===========================================================================Cappadocia Page End*/


.review-heading {
    color: #0d437f;
    letter-spacing: 0.9px;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0;
}
.review-sub-heading {
    color: #00CED1;
    margin-top: 0;
    letter-spacing: 1px;
    font-size: 18px;
}
.review-text {
    color: #2c5a8e;
    letter-spacing: 1px;
}

.btn-callback {
    color: white;
    border-radius: 8px;
    font-weight: bold;
    text-transform: uppercase !important;
}
.theme-blue {
    color: #0d437f;
}
.mainpage-heading {
    font-family: "Montserrat", serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0.78px;
    text-transform: uppercase;
    color: #0D437F;
}

.BannerBackground {
    background: url(/assets/img/layout/searchbar-bg.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: inherit;
}

.SearchPanelCircularMask {
    width: 100%;
    position: absolute;
    top: 495px;
    height: 100px;
    overflow: hidden;
    left: 0;
    display:block;
    z-index:1;
}

@media(max-width:1024px) {
    .SearchPanelCircularMask {
        display: none;
    }
}


    .mainpage-content-container {
        padding-top: 5px;
        padding-left: 0;
        padding-right: 0px;
        padding-bottom: 45px;
    }

    .mainpage-accordion {
        border: 1px solid #d3cfcf;
        border-radius: 5px;
        border-bottom: none;
        margin-top: 10px;
    }

        .mainpage-accordion .card-body {
            border-bottom: 1px solid gainsboro;
        }

            .mainpage-accordion .card-body p {
                font-weight: 400;
                font-size: 14px;
                letter-spacing: 0.1px;
                color: #5A7184;
                text-align: justify;
            }

        .mainpage-accordion .card-header span {
            font-weight: 600;
            font-size: 14px;
            letter-spacing: 0.1px;
            color: #4d5864;
        }

    .mainpage-swiper {
        margin-bottom: 48px;
        overflow: hidden;
    }

        .mainpage-swiper .swiper {
            width: 100%;
            height: 100%;
        }

        .mainpage-swiper .swiper-slide p {
            font-size: 16px;
            font-weight: 600;
            letter-spacing: 0.1px;
            color: #4d5864;
        }

        .mainpage-swiper .swiper-pagination-custom {
            margin-bottom: 14px !important;
            height: 10px;
            line-height: 0px;
            padding-right: 56px;
        }

        .mainpage-swiper .swiper-slide img {
            border-radius: 8px;
            width: 100%;
            max-width: 300px;
        }

        .mainpage-swiper .swiper-pagination-bullet {
            height: 2px;
            border-radius: 8px;
            width: 20px;
            background: #BBC3CF;
        }

        .mainpage-swiper .swiper-pagination-bullet-active {
            background: #fbb820;
        }

    .hotel-name {
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.1px;
        color: #4d5864;
        margin-top: 16px;
        margin-bottom: 8px;
    }

    .hotel-location {
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 22px;
        letter-spacing: 0.1px;
        color: #929EB1;
        margin-bottom: 6px;
    }

    .hotel-poster-price {
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0.1px;
        text-decoration-line: line-through;
        color: #929EB1;
    }

    .hotel-price {
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 36px;
        letter-spacing: 0.2px;
        color: #4d5864;
    }

    .hotel-price-desc {
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 22px;
        letter-spacing: 0.1px;
        color: #929EB1;
    }

    .hotel-poster-message {
        background: #fbb820;
        border-radius: 6px;
        text-align: center;
        white-space: nowrap;
        padding: 0px 8px;
        height: 26px;
    }

    .hotel-poster-message-item {
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        line-height: 18px;
        text-align: center;
        letter-spacing: 0.1px;
        text-transform: capitalize !important;
        color: #FFFFFF;
    }

    .firsat-nav-container {
        margin-top: 70px;
    }

    .firsat-nav {
        margin-bottom: 3px;
    }

        .firsat-nav a {
            font-size: 18px;
            font-weight: 600;
            letter-spacing: 0.4px;
            background-color: #ffffff80;
            color: #fff;
        }

        .firsat-nav .middle-a {
            border-radius: 0;
        }

        .firsat-nav .first-a {
            border-radius: 10px 0px 0px 0px;
        }

        .firsat-nav .last-a {
            border-radius: 0px 10px 0px 0px;
        }

        .firsat-nav .nav-link.active {
            background: #A7D8F2 !important;
            opacity: 1;
        }

        .firsat-nav .nav-item {
            width: 125px;
            height: 40px;
            text-align: center;
        }

    .firsat-nav-content {
        width: max-content;
        margin: 0 auto;
        border-radius: 8px;
    }

        .firsat-nav-content .rounded-8 {
            border-radius: 8px;
        }

    .recom-hotel-nav-container-wrapper {
        overflow: hidden;
    }

    
    .recom-hotel-li {
        min-width: 100px;
        text-align: center;
    }

        .recom-hotel-li .active {
            border-bottom: 3px solid #0d437f;
        }

    .recom-hotel-a:hover {
        text-decoration: none;
    }

    .recom-hotel-a {
        font-weight: 600;
        font-size: 16px;
        letter-spacing: 0.1px;
        color: #4d5864;
        padding-bottom: 12px;
        display: block;
    }

    .recom-hotel-nav {
        margin-right: 56px;
        margin-bottom: 16px;
    }

    .recom-hotel-height {
        height: 180px;
    }

    .swiper-kampanyalar img {
        height: 271px;
    }

    .footerCompanies {
        margin-right: 56px;
    }

    .companies-title {
        font-size: 14px;
        color: #4d5864;
    }

    .companies-collapse-link {
        font-weight: 600;
        font-size: 14px;
        color: #4d5864;
        text-decoration: none !important;
    }

    .footerCompanies .ul-icon {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

        .footerCompanies .ul-icon li {
            padding: 10px;
        }

    .footerCompanies .collapse-item .active {
        transform: rotate( 180deg);
    }

    .footerCompanies .collapse-item .collapsed .active {
        transform: rotate( 0deg);
    }

    .banner-description-block {
        height: 100%;
        width: 100%;
        background: #ebf9fa;
        padding: 20px;
        border-radius: 5px;
    }

        .banner-description-block h3 {
            font-size: 28px;
            color: #dc0032;
        }

        .banner-description-block h4 {
            font-size: 30px;
            color: #685f61;
        }

    .recom-hotel-nav-container-wrapper {
        margin-bottom: 15px;
    }

    .recom-hotel-nav-container {
        display: inline-flex;
        overflow: auto;
    }

    .recom-hotel-nav {
        flex: none;
    }

    .firsat-card .card-title a {
        font-size: 22px;
        color: #fbb820;
        font-weight: 600;
    }

    .firsat-card .card-text {
        color: #1c1c1c;
        font-size: 15px;
        font-weight: 500;
    }

    .firsat-card .card-img-top {
        max-width: 85px;
    }

    .swiper-button-prev-custom,
    .swiper-button-next-custom {
        position: absolute;
        top: 50%;
        z-index: 10;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        width: 41px;
        height: 41px;
        border-radius: 41px;
        border: 1px solid rgba(154, 160, 155, 0.5);
        color: rgba(154, 160, 155, 0.8);
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

        .swiper-button-prev-custom:hover,
        .swiper-button-next-custom:hover {
            opacity: 1;
        }

    .swiper-button-prev-custom,
    .swiper-container-rtl .swiper-button-next-custom {
        left: 10px;
        right: auto;
    }

    .swiper-button-next-custom,
    .swiper-container-rtl .swiper-button-prev-custom {
        right: 10px;
        left: auto;
    }

    .searchbar-product-container {
        position: relative;
        padding: 310px 0 0 0;
        bottom: 0px;
        z-index: 5;
    }

    .top-120px {
        top: 120px;
    }

    .member-campaign-btn {
        font-style: italic;
        font-size: 12px;
        padding: 6px 9px 9px;
        font-weight: 500;
        background: #fbb820;
        border-radius: 20px;
        color: white !important;
        text-decoration: none !important;
    }

section.dice-banner {
    margin-top:25px;
}

section.dice-banner picture {
    display: block;
    width: 100%;
    height: 550px;
    position: relative;
    overflow: hidden;
    text-align: left;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

section.dice-banner picture img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    @media(max-width:767px) {
        .home-banner div.container-custom {
            padding: 0;
            position: relative;
        }
        .home-banner div.container-custom h1 {
            font-size: 20pt;
           
        }
        .home-banner div.container-custom > p {
            font-size: 8pt;
            color: #0d437f;
        }


        .happyhour-link {
                bottom: 20px;
        }
        .SwiperNextBtn, .SwiperPrevBtn {
            width: 40px;
            height: 40px;
            position: absolute;
            top: 40%;
            z-index: 99;
            background-color: rgba(0,0,0,0.5);
            border-radius: 50%;
            display: flex;
            align-items: center;
            cursor: pointer;
        }
        .SwiperNextBtn:hover, .SwiperPrevBtn:hover {
            background-color: rgba(0,0,0,0.9);
            cursor: pointer;
        }
        .SwiperNextBtn {
            right: 0;
        }
        .SwiperPrevBtn {
            left: 0;
        }
        .SwiperNextBtn img, .SwiperPrevBtn img {
            width: 40px;
            height: 30px;
        }

        .section-filter-logo {
            left:0;
        }
        .partners-links {
            overflow-x: auto;
        }
        .partner-icon {
            margin-right: 25px;
            margin-bottom: 25px;
        }
        .section-filter .col-custom {
            max-width: 100%;
            padding-left: 15px;
            padding-right: 15px;
        }
        .section-filter table {
            margin-top: 15px;
            overflow-x: auto;
            display: block;
        }
        .label-instagram {
            text-align: center !important;
        }
        .btn-instagram {
            letter-spacing: 2px;
            font-size: 16px;
            width: 100%;
            left: 0px;
        }
        .swiper-main-slider .swiper-slide img {
            height: auto;
        }
        .callback-section {
            padding-left: 15px;
            padding-right: 15px;
        }
        .f-48 {
            font-size: 38px;
        }

        .firsat-card .card-text {
            font-size: 13px;
        }

        .searchbar-product-container {
            padding: 1px 0 5px 0;
        }

        .firsat-nav-content {
            padding-bottom: 10px;
        }

            .firsat-nav-content .tab-pane {
                text-align: center;
            }

        .firsat-nav-container {
            margin-top: 25px;
            position: relative;
        }

        .firsat-nav .nav-item {
            width: 100px;
            height: 40px;
            text-align: center;
        }

        .mainpage-content-container {
            padding: 20px;
        }

        .mainpage-accordion {
            margin: 10px 0px 0px 0px;
        }

        .mainpage-swiper .swiper-slide img {
            border-radius: 8px;
            width: 100%;
        }

        .mainpage-swiper .swiper-pagination-custom {
            display: none;
        }

        .recom-hotel-nav-container-wrapper {
            margin-bottom: 15px;
        }

        .recom-hotel-nav-container {
            display: inline-flex;
        }

        .recom-hotel-nav {
            flex: none;
        }

        .footerCompanies {
            margin: 0;
        }

        .recom-hotel-height {
            height: 180px;
        }

        .hotel-name {
            font-size: 15px;
        }

        .swiper-button-prev-custom,
        .swiper-button-next-custom {
            top: 30%;
        }
        section.dice-banner picture {
            height: 210px;
        }

        .partners-title {
            font-size: 16px !important;
        }
    }

    @media only screen and (min-device-width: 767px) and (max-device-width: 992px) {
        .searchbar-product-container {
            padding: 180px 0 0 0;
        }

        .mainpage-heading {
            margin-top: 15px;
        }

        .mainpage-swiper .swiper-pagination-custom {
            display: none;
        }

        .firsat-card .card-body {
            padding: 0.75rem;
        }
    }

    @media only screen and (min-device-width: 992px) and (max-device-width: 1025px) {
        .firsat-card .card-body {
            padding: 0.75rem;
        }
    }

    /*===========================================================================MAINPAGE END*/