﻿/*===========================================================================MAINPAGE START*/

div.home-page-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    /*max-width: 960px;*/
}

.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;
}
.partner-icon {
    width: auto;
    height: 58px;
}

.partners-container {
    /*background: #bdbdbd;*/
    background: #44bcc5;
}

.partners-title {
    color: white;
    font-size: 25px;
    text-transform: capitalize !important;
    letter-spacing: 3px;
    font-weight: bold;
}
.opinion-block {
    height: 250px;
}
.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 {
    font-size: 22px;
    color: #00CED1;
    letter-spacing: 0.4px;
    text-transform: capitalize;
}
.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%;
    border-radius: 7px;
    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: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    left: 30px;
    text-shadow: 2px 2px 2px #000;
}
.sub-title {
    margin-bottom: 0;
    color: #0d437f;
    font-size: 18px;
    letter-spacing: 0.3px;
}

.reviews-section {
    background-color: #f5f7fa;
}

.reviews-section .text-primary-custom {
    color: #007bff;
}

.reviews-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.custom-container {
    max-width: 1140px;
    margin: 0 auto;
}

.reviews-heading {
    font-size: 2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 40px;
}

.review-card {
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    min-height: 350px;
}

.review-card .review-body {
    padding: 20px;
    min-height: 270px;
    position: relative;
}


.review-card .review-body .review-text:before {
    content: "❠";
    opacity: .5;
    color: #007bff;
    font-size: 40px;
    position: absolute;
    left: 0;
    top: -30px;
}

.review-card .review-body .review-text::after {
    content: "❠";
    opacity: .5;
    color: #007bff;
    font-size: 40px;
    position: absolute;
    right: 10px;
    bottom: -15px;
}

.review-card .shadow-custom {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}


.review-card .review-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #007bff;
    margin-bottom: 10px;
}

.review-card .review-location {
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 15px;
}

.review-card .review-text {
    font-size: 0.95rem;
    color: #555;
    position:relative;
}

.review-card .review-footer {
    padding: 15px;
    background-color: #f8f9fa;
    text-align: center;
}

.review-card .btn-custom {
    color: #007bff;
    border: 2px solid #007bff;
    padding: 8px 16px;
    border-radius: 20px;
    background-color: transparent;
    transition: all 0.3s ease;
}

.review-card .btn-custom:hover {
    background-color: #007bff;
    color: #fff;
}

.mobile-application-section {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    background: rgb(68,188,197);
    background: linear-gradient(90deg, rgba(68,188,197,1) 0%, rgba(80,109,141,1) 100%);
    box-sizing: border-box;
}

.mobile-application-section::before {
    content: "";
    width: 100%;
    height: 700px;
    opacity: 0.2;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('/assets/img/appstores/pattern.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}

.mobile-phone-design {
    height: 400px;
    padding: 20px 10px;
    position: relative;
    border: 3px solid #fff;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    background-color: #fff;
    vertical-align: middle;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(95, 95, 95, 1);
    -moz-box-shadow: 0px 0px 12px 0px rgba(95, 95, 95, 1);
    box-shadow: 0px 0px 12px 0px rgba(95, 95, 95, 1);
}

.mobile-phone-design > img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    border-top-left-radius: 19px;
    border-top-right-radius: 19px;
}

.about-mobile-application {
    position: relative;
    vertical-align: middle;
}

.about-mobile-application > h2 {
    margin: 0;
    font-size: 36px;
    font-weight: 500;
    color: #fff;
}

.about-mobile-application > p {
    margin: 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3em;
    color: #fff;
}

.app-stores {
    display: block;
}

.app-stores > a {
    display: inline-block;
}

.app-stores > a > img {
    width: auto;
    height: 40px;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .review-card {
        min-height: 240px;
    }

    .review-card .review-body {
        padding: 15px;
    }

    .review-card .review-footer {
        padding: 10px;
    }
    .review-card .review-body {
        padding: 20px;
        min-height: 240px;
    }
    .mobile-phone-design {
        height: 500px;
    }
    .about-mobile-application > h2 {
        font-size: 27px;
    }
    .about-mobile-application > p {
        font-size: 15px;
    }
}




.btn-newsletter {
    font-size: 17px;
    background-color: #fbb820;
    width: 100%;
    color: white;
    font-weight: bold;
    letter-spacing: 2px;
}
.callback-section {
    padding-left: 0;
    padding-right: 0;
}

.input-with-icon {
    font-size: 18px;
    position: relative;
    background-position: 14px center;
    background-repeat: no-repeat;
    padding-left:45px;
}

.input-with-icon-email {
    background-image: url(/assets/img/layout/callback_form_email.svg);
}
.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;
}

.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;
}
.contact-section input, .contact-section textarea {
    border: 2px solid #44bcc5;
    border-radius: 8px;
}
.contact-section textarea {
    min-height: 136px;
    max-height: 250px;
}
.btn-callback {
    color: white;
    border-radius: 8px;
    font-weight:bold;
}
.theme-blue {
    color: #0d437f;
}
.mainpage-heading {
    font-size: 27px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform:capitalize !important;
}

.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;
}

div.iti__country-container, div.callback-section div.iti__country-container {
    margin-left: 40px;
}

.iti__tel-input.input-with-icon {
    padding-left: 130px !important;
}

/*===========================================================================GLOBAL IMAGE CAPTION START*/
.caption-parent {
    position: relative;
}

.caption-text {
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.caption-text.top {
    top: 0;
}

.caption-text.bottom {
    bottom: 5%;
}

.caption-text.centered {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right:0 ;
    margin: 0 auto !important;
    text-align: center;
}

.caption-text.caption-shadow > * {
    text-shadow: 2px 2px 2px #000;
}

/*===========================================================================GLOBAL IMAGE CAPTION END*/

@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: 17px;
        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: 15px;
        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: 18px;
        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: 40%;
        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);
        opacity: 0.6;
        -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;
    }

    @media(max-width:767px) {

        .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;
            scrollbar-width: thin;
        }
        .partner-icon {
            margin-right: 25px;
            /*margin-bottom: 25px;*/
            max-height: 42px;
        }
        .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;
        }
        div.contact-section > div.contact-form {
            margin-top: 35px;
        }
        .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: 37%;
        }
    }

    @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*/