﻿/* Index CSS */

.title{
    font-size: 70px;
    letter-spacing: 0.02em;
    line-height: 76px;
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
    margin: 0;
    padding: 0;
}
.description {
    font-size: 1.125rem;
    line-height: 1.625rem;
    color: #fff;
    text-shadow: 0px 0px 10px #00000099;
}
.description > p, .description div{
    font-size: 1.125rem;
    line-height: 1.625rem;
    color: #fff;
    text-shadow: 0px 0px 10px #00000099;
}
.section{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    color: white;
    padding: 40px 0;
}
.btn-custom,
.btn-custom :active {
    font-family: 'Montserrat', sans-serif !important;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.5rem;
    background-color: #0165B1;
    border: 0px;
    border-radius: 0px;
    padding: 13px 16px;    
    transition: 0.5s;
    color: #FFFFFF;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
}
.btn-custom:hover {
    color: #FFFFFF;
    background-color: #0083E6;
}
.btn-custom.btn-custom--small {
    font-weight: 400;
    padding: 1px 8px;
    text-transform: uppercase;
}

/* Home - Section 1 */
.section-home{
    align-items: center;
    padding: 100px 0 70px;
    transition: opacity 0.5s ease-in-out;
    overflow: inherit !important;
}

.quickSearch{
    color: white;
}

.height-quickSearch{
    padding-bottom: 18rem !important;
}

.bolWidget.quickSearch .hnWidgetMainContainer {    
    border-radius: 0px !important;
    border: 0px !important;
    box-shadow: 0 3px 0 0 rgba(0,0,0,0.12);
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.3) !important;
    width: 100% !important;
    padding: 25px 30px!important;
    float: none;
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 25px;
    column-gap: 0;
}
.bolWidget .inputContainer, .bolWidget .promocodeContainer {
    margin: 0!important;
}
.bolWidget.quickSearch #searchAvail{
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1.5rem;    
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    background: #ff8800;
    border: 0px;
    border-radius: 0px;    
    padding: 10px 20px;
    margin-top: 0;
    display: inline-block;
    width: max-content;
    grid-area: 3 / 1 / 4 / 3;
}
.bolWidget.quickSearch .promocodeContainer:before {
    content: "\f02b";
}
.bolWidget .arrivalHotelDate {
    max-width: none;
    width: 100%!important;
}
.bolWidget #promocode {
    width: 100% !important;
}
.bolWidget .guestsInputContainer:before,
.bolWidget .promocodeContainer:before,
.bolWidget .arrivalHotelDateContainer:before {
    right: 8px!important;
    color: #878787;
}
.bolWidget.quickSearch .bestPriceSlotMobile {
    bottom: -30px!important;
    border-radius: 0px !important;
    border: 0px !important;
    width: 100%;
    position: relative;
    order: 2;
}
.bolWidget.quickSearch .bestPriceWidget .bestPriceLabel {
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    color: #000;
}
.bolWidget.quickSearch .bestPriceWidget .bestPriceValue {
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    color: #0165B1;
}
.bolWidget.quickSearch .bestPriceWidget .bestPriceSlogan {
    border-top: 1px solid #C8C8C8!important;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
}
.bolWidget.quickSearch .bestPriceWidget li:before {
    color: #0165B1;
}
.bolWidget .addRoom {
    color: #000;
    transition: 0.4s;
}
.bolWidget > .reset-this {
    color: #878787;
}
.bolWidget .savePeopleSelection {
    position: absolute;
    bottom: 10px;
    right: 15px;
    cursor: pointer;
    width: auto;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 500;
    background-color: #FFA500;
    border: 0px;
    border-radius: 0px;
    padding: 4px 19px;
    margin-right: 4px;
    margin-bottom: 4px;
}
@media (min-width: 1000px){
    .bolWidget .peopleSelection {
        min-width: 212px !important;
        margin-left: -210px !important;
        margin-top: 41px !important;
    }
}
@media (min-width: 1000px){
    .bolWidget .peopleSelection .inputContainer {
        color: #878787;
    }
    .bolWidget .peopleSelection .inputContainer {
        color: #878787;
        margin-left: 14px !important;
        margin-top: 10px !important;
        font-size: 13px;
        font-family: 'Montserrat' !important;
    }
}

.bolWidget .addedRoomLael {
    position: absolute;
    top: 5px !important;
    left: 14px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Montserrat';
    color: #000000;
}
@media (max-width: 767px) {
    .bestPriceSlotMobile .bestPriceWidget {
        width: calc(100% + 60px)!important;
        margin: 0 -30px!important;
    }
}
@media (min-width: 768px) {
    .bestPriceSlotMobile .bestPriceWidget {
        width: 100%!important;
        margin-left: 0!important;
    }
    .bolWidget.quickSearch .bestPriceSlotMobile {
        bottom: 0!important;
        left: 0;
        transform: translateY(100%);
        border-radius: 0px !important;
        border: 0px !important;
        width: 100%;
        position: absolute;
        order: 2;
    }
    .bolWidget.quickSearch .hnWidgetMainContainer {    
        padding: 25px 30px!important;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        row-gap: 25px;
        column-gap: 25px;
    }
}
@media (min-width: 1200px) {
    .bolWidget.quickSearch .bestPriceSlot {
        bottom: 0!important;
        transform: translateY(100%);
        left: 0;
        right: auto;
        border-radius: 0px !important;
        border: 0px !important;
        width: 100%;
        height: auto !important;
    }
    .bolWidget.quickSearch .bestPriceSlot .bestPriceWidget {
        width: 100%;
    }
    
}
.quickSearch .bestPriceZone{
    background: white !important;
    color: black !important;
    padding: 5%;
    border: 0px !important;
    width:100% !important;
}
.compareSlot{
    width: 100% !important;
}
.quickSearch .closeBestPrice{
    color: black !important;
}
.fa-times-circle:before {
    content: "\f00d" !important;
    color: #000 !important;
}
.bolWidget .removeRoom {
    top: 2px !important;
    right: 6px;
}
/* Arrival datepicker */
.ui-widget.ui-widget-content {
    border: 0px !important;
}
#ui-datepicker-div{
    top: 320px !important;
    width: 17.5em !important;
}
.ui-datepicker .ui-datepicker-header {
    border: 0px;
    background: #fff;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    border: 0;
}
/*.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid black;
    background: none;
    color: #363636;
}*/

/* Price Compared */
.channelCheckZone {
    width: 100%;
    font-size: 13px;
    border: 1px solid #c8c8c8 !important;
    color: #000;
}
.channelCheckZone td{
    font-family: 'Lato' !important;
    font-size: 0.875rem;
}
.bestPriceCompared td {
    font-weight: bold;
    font-size: 16px;
}
/* Special Offers */
.section.section-offer{
    padding: 0;
}
.index-offer-carousel{
    object-fit: cover;
    height: 35rem;
    width: 100%;
}
.swiper.swiper-home {
    width: 100%;
    height: 100%;
}
.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 100px;
    background-color: #00000099;
    display: flex;
    justify-content: center;
    align-items: center;
}
.overlay-text {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    line-height: 2.875rem;
    text-align: left;
    width: 100%;
    font-weight: 200;
    position: relative;
    padding: 20px 30px 65px 30px;
}
.click-offer-carousel {
    position: absolute;
    top: 2rem;
    right: 30px;
    font-size: 1.5rem;
    color: #fff;
}
.swiper-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-bullets.swiper-pagination-horizontal, 
.swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 20px;
}
.swiper-pagination-bullet {
    width: .9375rem;
    height: .9375rem;
    background: transparent;
    border: 2px solid #ffffff;
    opacity: 1;
}
.swiper-pagination {
    text-align: left;
    padding: 0 30px;
}
.swiper-pagination-bullet-active {
    background: #FFF;
}
.mySwiper03 {
    margin-top: 40px;
}
.mySwiper03 {
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.mySwiper03 .swiper-slide {
    width: 100px;
    height: 100px;
    text-align: center;
    overflow: hidden;
    opacity: 0.4;
}        
.mySwiper03 .swiper-slide-thumb-active {
    opacity: 1;
  }
.mySwiper03 .swiper-slide  img {
    width: auto;
    height: 100%;
}
@media (min-width: 1200px) {
    .overlay {
        justify-content: start;
    }
    .overlay-text {        
        max-width: 80%;
    }
}


/* ______ MEDIA QUERIES ______*/
@media (min-width: 0px) and (max-width: 414px){
    
}
@media (min-width: 415px) and (max-width: 991px){
    
}

@media(max-width:1199px){
    .title-widget{
        display: none;
    }
    .quickSearch{
        display: none;
    }
}

@media (max-width: 991px) {
    .overlay-text{
        font-size: 1.5rem;
        line-height: 1.875rem;
    }
    .click-offer-carousel{
        font-size: 18px;
    }
    .index-offer-carousel{
        height: 31.25rem;
    }
}

@media (min-width: 768px) {
    .title-mt70{
        margin-top:70px !important;
    }
    .section{
        padding: 80px 0;
    }
}

@media (min-width: 992px) {
    .section{
        padding: 115px 0;
    }
}

/* Small Screens */
@media (max-width: 767px) {
    .container-fluid {
        padding: 0 30px;
    }
    .title{
        font-size: 35px;
        line-height: 46px;
        margin-top:0;
    }    
    .description{
        font-size:16px;
    }
    .section-home {
        padding-top: 70px;
        padding-bottom: 0 !important;
    }    
    .section-offer .section-offer--text {
        padding: 40px 30px;
    }  
}

@media (max-width: 600px){
    .overlay-text{
        padding: 15px 20px 35px 20px;
    }
    .swiper-pagination{
        padding: 0 15px;
    } 
    .click-offer-carousel{
        font-size: 14px;
        top: auto;
        bottom: 1.7rem;
    }
    .index-offer-carousel{
        height: 15rem;
    }
}