﻿

.homeslide {
    position: relative;
    overflow: visible;
    aspect-ratio: 1346/490;
    height: auto;
    width: 100%;
}

    .homeslide .fotorama a {
        background-position: center;
        background-size: cover;
    }

.fotorama__wrap--css3 .fotorama__stage .fotorama__img, .fotorama__wrap--css3 .fotorama__html {
    top: auto !important;
    bottom: 0px !important;
}

.banner-content {
    position: absolute;
    top: 42%;
    background: rgba(0, 0,0, 0.6);
    opacity: 0.8;
    height: calc(100% - 42%);
}

.hometitle h1 {
    font-weight: bold;
    color: #66C0F4;
}

.hometitle p {
    font-size: 14px;
}

.searchslide {
    position: absolute;
    top: 72%;
    z-index: 1;
}

.searchbox {
    background: #0B3851;
    color: #fff;
    height: 195px;
    border-radius: 10px;
}

.search label {
    color: #fff;
}

.search input {
    border: 1px solid #66C0F4;
    color: #fff;
}

    .search input.dateStart.datePickerOpened, .search input.dateEnd.datePickerOpened {
        background: #66C0F4;
    }

.welcome-text {
    padding-top: 40px;
}

    .welcome-text h4 {
        color: #66C0F4;
    }

    .welcome-text p {
        font-size: 16px;
        line-height: 24px;
    }

.mainSection {
    background: #FAFAFA;
}

.pic-description {
    height: 384px;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    overflow: hidden;
}

.description {
    color: #0B3851;
    margin:auto;
}

    .description p {
        font-size: 16px;
    }

.amenities-features{
    margin:120px 100px 0;
}

.amenities-features .amenity-card {
    box-shadow: 0px 20px 20px 15px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    flex-basis: 30%;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 45px;
}

.amenities-features h4 {
    color: #66C0F4;
}

.amenity-card h6, .amenity-card p {
    color: #0B3851;
}

.amenity-card p {
    font-size: 16px;
}

.headerWaveContainer {
    position: absolute;
    width: 100%;
    bottom: -50px;
    z-index: 0;
}

    .headerWaveContainer svg path {
        fill: #fff;
    }

    @media (max-width: 1500px) {
        .welcome-text {
            padding-top: 35px;
        }
        .searchbox {
            height:180px;
        }
        .banner-content {
            top:47%;
        }
        .searchslide {
            top: 69%;
        }
    }
@media (min-width: 1600px) {
    .banner-content {
        top: 63%;
        height: calc(100% - 65%);
    }
    .searchslide {
        top: 82%;
    }
    .welcome-text {
        padding-top: 85px;
    }
}
@media (min-width: 1300px) {
    .homeslide {
        height: auto !important;
    }
}



@media (max-width:756px) {
    .banner-content {
        top: 0px;
        height: auto;
    }

    .hometitle {
        max-width: 230px;
        margin: 0 auto 35px !important;
    }

        .hometitle h1 {
            font-size: 36px;
            margin: 25px 0 !important;
        }

    .searchslide {
        top: 0;
        position: relative;
    }

    .searchbox {
        border-radius: 0px;
        height: auto;
    }

    .searchBoxTitle {
        display: none;
    }

    .searchbox .search {
        margin-top: 0px !important;
        flex-wrap: wrap;
    }

    .search-field.travel {
        flex-basis: 100% !important;
        margin-bottom: 20px;
    }

    .search-field.selectDatesSec {
        flex-basis: 100%;
        margin-bottom: 20px;
    }

    .btn-search {
        flex-basis: 50%;
        margin: 5px auto 0 !important;
    }

    .headerWaveContainer {
        display: none;
    }

    .welcome-text {
        padding-top: 0px;
        margin-bottom: 15px !important;
    }

    .welcomeTitle {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .pic-description {
        margin: 0 -15px;
        box-shadow: none;
        flex-wrap: wrap;
        height: auto;
        overflow: visible;
        margin-bottom: 0px !important;
    }

    .picture.w-50, .description.w-50 {
        width: 100% !important;
    }

    .pic-description .picture {
        order: 1;
    }

    .pic-description .description {
        order: 2;
        padding: 25px !important;
    }

    .amenities-features .amenity-card {
        max-width: 280px;
        flex-basis: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .amenities-features {
        margin: 0;
    }
}
