/*.main-content-wrapper{
    position: relative;
}*/
.main-background-wrapper{
    position: relative;
    height: 95vh;
}
.main-background-section{
    height: 100%;
    background-image: url("https://bi-cdn-images.bonaireinfo.org/heritagedesigninn/RTP_4266.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}
.background-gradient{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30.73%, rgba(0, 0, 0, 0.38) 88.02%);
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 100%;
}
.request-booking-wrapper{
    position: absolute;
    top: 0px;
    height: 95vh;
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.request-booking-wrapper h1{
    color: #fff;
    font-size: 70px;
    font-family: 'Satisfy', cursive;
    padding-bottom: 30px;
    text-align: center;
}
.request-booking-section{
    background: #fff;
    border-radius: 25px;
    margin: 0px 25px;
}
.check-in-out-content-wrapper{
    padding: 15px;
}
.check-in-out-content-section{
    display: flex;
    flex-wrap: wrap;
}
.check-in-wrapper, .check-out-wrapper, .guests-wrapper{
    padding-right: 15px;
}
.check-in-section, .check-out-section, .guests-section{
    border: 2px solid #E6E6E6;
    border-radius: 15px;
    display: flex;
    width: 250px;
    align-items: center;
    padding-left: 15px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.focus{
    border: 2px solid var(--theme-color);
}
.guests-section{
    width: 150px !important;
}
.calendar-icon svg, .person-icon svg{
    fill: var(--text-color);
}
.calendar-icon svg{
    height: 22px;
    width: 20px;
}
.person-icon svg{
    height: 20px;
    width: 18px;
}
.check-in-text-section, .check-out-text-section, .guests-text-section{
    display: flex;
    flex-direction: column;
    padding-left: 15px;
    margin: 8px 0px;
}
.check-in-text, .check-out-text, .guests-text{
    font-weight: 600;
    font-size: 14px;
    color: var(--text-color);
}
.add-dates{
    color: #929292;
}
.date-not-empty, .add-guests{
    color: var(--text-color);
}
.request-booking-button-section{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--theme-color);
    border-radius: 15px;
    width: 100px;
    height: 100%;
    text-align: center;
    padding: 0px 15px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.request-booking-button{
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    font-weight: 600;
}
.check-in-out-calendar-wrapper{
    position: absolute;
    margin-top: 5px;
}
.check-in-out-calendar-section{
    background-color: #fff;
    box-shadow: 0px 4px 10px 4px rgba(0, 0, 0, 0.04);
    border-radius: 25px;
    display: flex;
    flex-direction: column;
}
.top-header{
    width: 100%;
    transition: .3s ease-in-out box-shadow;
}
.top-header.shadow {
    box-shadow: 0px 4px 10px 4px rgba(0, 0, 0, 0.04);
}
.top-header-section{
    padding: 25px 35px 20px 35px;
}
.top-header-section h2{
    font-size: 22px;
    color: var(--text-color);
    font-weight: bold;
}
.top-header-section p{
    padding-top: 5px;
    color: #929292;
}
.done-button-wrapper{
    margin-bottom: 30px;
}
.done-button-section{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 30px;
}
.done-button{
    background-color: var(--theme-color);
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 10px 0px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    -webkit-tap-highlight-color: transparent;
}
.check-in-out-calendar{
    padding: 0px 10px;
    height: 380px;
    overflow-y: scroll;
}
.is_not_mac .check-in-out-calendar::-webkit-scrollbar{
    width: 7px;
}
.is_not_mac .check-in-out-calendar::-webkit-scrollbar-thumb{
    border-radius: 5px;
    background-color: #cccccc;
}
.months-wrapper{
    padding: 10px 0px;
}
.months-wrapper:nth-child(1){
    padding-top: 0px !important;
}
/*.months-section{
    display: block;
    width: 100%;
    position: sticky;
    top: 0px;
}*/
.month-text{
    font-weight: bold;
    padding-left: 25px;
    padding-bottom: 20px;
    font-size: 18px;
    color: var(--text-color);
    /*background-color: #fff;*/
    width: 100%;
    display: block;
}
.month{
    display: flex;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    width: 44px;
    margin: 0px 8px;
    font-family: Raleway;
    font-weight: 600;
    color: var(--text-color);
}
.week{
    padding: 0;
    margin: 3px 0px;
    display: flex;
}
.days-section{
    display: flex;
    justify-content: center;
    align-items: center;
    /*position: sticky;
    top: 44px;
    background-color: #fff;*/
}
.date-section{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.date{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    margin: 0px 8px;
    font-family: Raleway;
    color: var(--text-color);
    -webkit-tap-highlight-color: transparent;
}
.date.not-empty.date-disabled{
    color: #c0c0c0;
    text-decoration: line-through;
}
.date.date-blocked{
    color: #c0c0c0;
}
.date.not-empty.date-not-disabled{
    cursor: pointer;
}
.date.not-empty.date-not-disabled:hover{
    background-color: var(--theme-color) !important;
    color: #fff;
}
.selected{
    background-color: var(--theme-color) !important;
    color: #fff;
    font-weight: 600;
}
.selected-between{
    background-color: #bce3e4;
}
.start-selected{
    background: linear-gradient(to right, transparent 50%, #bce3e4 50%);
}
.end-selected{
    background: linear-gradient(to left, transparent 50%, #bce3e4 50%);
}
.first{
    border-radius: 5px 0px 0px 5px;
}
.last{
    border-radius: 0px 5px 5px 0px;
}
.first.last{
    border-radius: 5px;
}
.nights-minimum-section{
    position: absolute;
    top: -45px;
    width: 135px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 4px 10px 10px rgba(0, 0, 0, 0.04);
}
.nights-minimum-section.adjust-position-left {
    transform: translateX(60px);
}
.nights-minimum-section.adjust-position-right {
    transform: translateX(-60px);
}
.nights-minimum-section::after {
    content: "";
    height: 20px;
    width: 20px;
    background: #fff;
    position: absolute;
    bottom: -9px;
    border-bottom-right-radius: 3px;
    transform: rotate(45deg);
}
.nights-minimum-section.adjust-position-left::after{
    transform: rotate(45deg) translate(-43px, 44px);
}
.nights-minimum-section.adjust-position-right::after{
    transform: rotate(45deg) translate(44px, -42px);
}
.nights-minimum{
    font-weight: 600;
    color: var(--text-color);
    z-index: 1;
}
.total-guests-wrapper{
    right: 22vw;
    position: absolute;
    margin-top: 5px;
}
.total-guests-section{
    background-color: #fff;
    box-shadow: 0px 4px 10px 4px rgba(0, 0, 0, 0.04);
    border-radius: 25px;
}
.total-guests{
    padding: 20px;
    width: 280px;
}
.adults-guests-wrapper, .children-guests-wrapper{
    padding: 12px 0px;
}
.adults-guests-section, .children-guests-section{
    display: flex;
    justify-content: center;
    align-items: center;
}
.done-guests-button-wrapper{
    margin-top: 20px;
}
.adults-guests, .children-guests{
    flex: 1 1 0% !important;
}
.adults-text, .children-text{
    font-size: 18px;
    font-weight: bold;
    color: var(--text-color);
}
.adults-age, .children-age{
    color: #929292;
}
.quantity-adults-wrapper, .quantity-children-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}
.quantity-adults-section, .quantity-children-section{
    display: flex;
    justify-content: center;
    align-items: center;
}
.quantity-text{
    /* padding: 0px 12px; */
    width: 35px;
    font-size: 20px;
    font-weight: 500;
    color: var(--text-color);
    display: flex;
    justify-content: center;
}
.quantity-minus-button, .quantity-plus-button{
    outline: none;
    background-color: transparent;
    border: 1px solid var(--text-color);
    padding: 0px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.quantity-minus-button:disabled, .quantity-plus-button:disabled{
    border: 1px solid #c0c0c0;
}
.minus-icon, .plus-icon{
    height: 12px;
    padding: 10px;
}
.minus-icon svg, .plus-icon svg{
    height: 12px;
    width: 12px;
    stroke: var(--text-color);
}
.quantity-minus-button:disabled > .minus-icon svg, .quantity-plus-button:disabled > .plus-icon svg{
    stroke: #c0c0c0 !important;
}
.property-information-wrapper{
    padding-top: 50px;
    margin: 0px 30px;
}
.property-information{
    display: flex;
}
.about-our-property-section{
    flex: 0 0 50%;
}
.about-our-property, .what-we-offer{
    padding: 25px;
}
.about-our-property h2, .what-we-offer h2{
    font-family: 'Satisfy', cursive;
    font-size: 35px;
    color: var(--text-color);
    text-align: center;
    padding-bottom: 20px;
}
.about-our-property p{
    line-height: 1.4em;
    color: var(--text-color);
}
.strong-text{
    font-weight: 600;
}
.show-more-button-section{
    margin-top: 10px;
    display: flex;
}
.more-about-section-header{
    display: flex;
    padding: 0px 25px;
    margin: 20px 0px;
}
.close-button-wrapper{
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    flex-grow: 1;
}
.close-button-section{
    padding: 5px;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .3s ease-in-out;
    -webkit-tap-highlight-color: transparent;
}
.close-button-section:hover{
    background-color: #f6f6f6;
}
.more-about-our-property-wrapper{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
}
.more-about-our-property-wrapper.show{
    visibility: visible;
    opacity: 1;
}
.more-about-our-property-section{
    display: flex;
    flex-direction: column;
    margin: 40px;
    background: #fff;
    box-shadow: 0px 4px 10px 4px rgba(0, 0, 0, 0.04);
    border-radius: 25px;
    max-height: 85%;
    max-width: 800px;
    overflow-y: hidden;
}
.more-about-our-property{
    padding: 0px 30px;
    overflow-y: scroll;
    border-radius: 25px;
}
.is_not_mac .more-about-our-property::-webkit-scrollbar{
    width: 7px;
}
.is_not_mac .more-about-our-property::-webkit-scrollbar-thumb{
    border-radius: 5px;
    background-color: #cccccc;
}
.more-about-our-property h3{
    font-weight: 600;
    font-size: 25px;
    padding-bottom: 25px;
    color: var(--text-color);
}
.the-space-text, .guests-access-text, .other-thing-text, .guests-interaction-text{
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 10px;
    color: var(--text-color);
}
.guests-access-text, .other-thing-text, .guests-interaction-text{
    margin-top: 25px;
}
.other-thing-section{
    padding-bottom: 30px;
}
.show-more-button{
    font-weight: 600;
    color: var(--text-color);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.show-more-button:hover{
    text-decoration: underline;
}
.what-we-offer-section{
    width: 100%;
}
.amenities-content-wrapper{
    display: flex;
}
.amenities-content-section{
    flex:  0 0 50%;
}
.amenities-content{
    display: flex;
    align-items: center;
    padding: 5px 0px;
    color: var(--text-color);
}
.amenities-icon{
    font-size: 18px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.amenities-icon svg{
    height: 25px;
    width: 25px;
}
.amenities-text{
    margin-left: 10px;
}
.property-image-slideshow-wrapper, .information-about-owner-wrapper{
    padding-top: 50px;
    margin: 0px 50px;
}
.contact-us-wrapper{
    padding-top: 50px;
}
.property-images-slideshow{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.images{
    height: 50vw;
    width: 100%;
    max-width: 1100px;
    max-height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 25px;
}
.images:nth-child(1){
    background-image: url(https://bi-cdn-images.bonaireinfo.org/heritagedesigninn/RTP_4280.jpg);
}
.images:nth-child(2){
    background-image: url(https://bi-cdn-images.bonaireinfo.org/heritagedesigninn/RTP_4259.jpg);
}
.images:nth-child(3){
    background-image: url(https://bi-cdn-images.bonaireinfo.org/heritagedesigninn/RTP_4290.jpg);
}
.images:nth-child(4){
    background-image: url(https://bi-cdn-images.bonaireinfo.org/heritagedesigninn/RTP_4344.jpg);
}
.images:nth-child(5){
    background-image: url(https://bi-cdn-images.bonaireinfo.org/heritagedesigninn/DSC07565.jpg);
}
.images:nth-child(6){
    background-image: url(https://bi-cdn-images.bonaireinfo.org/heritagedesigninn/DSC07552.jpg);
}
.images:nth-child(7){
    background-image: url(https://bi-cdn-images.bonaireinfo.org/heritagedesigninn/DSC07513.jpg);
}
.images:nth-child(8){
    background-image: url(https://bi-cdn-images.bonaireinfo.org/heritagedesigninn/RTP_4291.jpg);
}
.images:nth-child(9){
    background-image: url(https://bi-cdn-images.bonaireinfo.org/heritagedesigninn/RTP_4456.jpg);
}
.images:nth-child(10){
    background-image: url(https://bi-cdn-images.bonaireinfo.org/heritagedesigninn/DSC07682.jpg);
}
.dots-container{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0px;
}
.dot{
    height: 8px;
    width: 8px;
    margin: 0px 3px;
    background-color: #E6E6E6;
    border-radius: 50%;
    transition: .3s ease-in-out;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.dot.active{
    background-color: #9d9d9d;
    transform: scale(1.3);
}
.information-about-owner-section{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.image-of-owner-section img{
    height: 160px;
    width: 160px;
    border-radius: 50%;
}
.information-about-owner-section h2{
    font-family: 'Satisfy', cursive;
    font-size: 25px;
    padding-top: 10px;
    padding-bottom: 15px;
    color: var(--text-color);
}
.information-about-owner-section p{
    line-height: 1.4em;
    color: var(--text-color);
}
.property-slogan-section{
    margin-top: 35px;
}
.property-slogan-text{
    font-family: 'Satisfy', cursive;
    font-size: 35px;
    color: var(--text-color);
    text-align: center;
}
.main-content-section{
    max-width: 1450px;
    margin: auto;
}
.contact-us-section h2{
    font-family: 'Satisfy', cursive;
    font-size: 40px;
    color: var(--text-color);
    text-align: center;
    padding-bottom: 20px;
}
.contact-us{
    display: flex;
    align-items: center;
    padding: 0px 30px;
    margin: 0px 50px;
}
.contact-information-section{
    flex: 0 0 50%;
}
.contact-form{
    width: 100%;
}
.contact-form form{
    float: right;
    position: relative;
}
.contact-information{
    display: flex;
    flex-direction: column;
    font-size: 22px;
    color: var(--text-color);
    line-height: 1.5em;
}
.contact-information-url{
    text-decoration: none;
    color: var(--text-color);
}
.contact-information-url:hover{
    text-decoration: underline;
}
.form-textbox{
    border: 2px solid #E6E6E6;
    border-radius: 15px;
    position: relative;
    display: flex;
    width: 100%;
    margin: 8px 0px;
    max-width: 380px;
    -webkit-tap-highlight-color: transparent;
}
.input-placeholder{
    position: absolute;
    top: 17px;
    left: 15px;
    transition: 0.2s ease-in-out transform;
    transform-origin: 0% 0%;
    z-index: -1;
    font-size: 15px;
    color: var(--text-color);
}
.focus {
    border: 2px solid var(--theme-color);
}
.empty{
    border: 2px solid var(--error-color);
}
.empty > .input-placeholder{
    color: var(--error-color);
}
.form-control{
    font-family: raleway;
    border: none;
    outline: none;
    padding: 0px;
    padding-left: 15px;
    padding-right: 12px;
    padding-top: 26px;
    padding-bottom: 6px;
    background-color: transparent;
    font-size: 14px;
    height: 20px;
    width: 380px;
}
.input-focus{
    transform: translateY(-8px) scale(.8);
}
.form-control.message{
    height: unset !important;
}
.send-button{
    font-family: Raleway;
    font-size: 16px;
    background-color: var(--theme-color);
    color: #fff;
    width: 100%;
    max-width: 380px;
    text-align: center;
    padding: 15px 0px;
    border-radius: 14px;
    cursor: pointer;
    font-weight: 600;
    margin-top: 10px;
    -webkit-tap-highlight-color: transparent;
    border: none;
}
.submitting-form{
    position: absolute;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
}
.submitting-animation-section{
    display: flex;
    justify-content: center;
    align-items: center;
    animation: loading-content .75s linear infinite;
    -webkit-animation: loading-content .75s linear infinite;
}
.booking-response-wrapper{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}
.booking-response-section{
    display: flex;
    flex-direction: column;
    margin: 40px;
    background: #fff;
    box-shadow: 0px 4px 10px 4px rgba(0, 0, 0, 0.04);
    border-radius: 25px;
    max-height: 85%;
    max-width: 800px;
    height: 250px;
    width: 500px;
}
.booking-response{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0px 20px
}
.check-icon{
    font-size: 50px;
    color: green;
    padding-bottom: 15px;
}
.response-message{
    font-size: 20px;
    font-weight: 600;
    color: var(--text-color);
    text-align: center;
}
@keyframes loading-content {
    0%{
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}
@-webkit-keyframes loading-content {
    0%{
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}
.form-message{
    text-align: center;
}
.property-location-map{
    margin-top: 30px;
}
@media(max-width: 965px) {
    .check-in-section, .check-out-section{
        width: 180px;
    }
    .guests-section {
        width: 130px;
    }
    .amenities-content-wrapper{
        display: block;
    }
    .contact-us{
        flex-direction: column;
    }
    .contact-form form {
        float: unset;
        text-align: center;
    }
    .contact-information{
        align-items: center;
        text-align: center;
    }
    .contact-form{
        margin-top: 25px;
    }
    .form-textbox{
        margin: 8px auto;
    }
}
@media(max-width: 825px) {
    .check-in-out-content-wrapper{
        max-width: 600px;
    }
    /*.request-booking-section {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px;
    }
    .total-guests-wrapper{
        right: unset;
    }*/
    .guests-wrapper{
        padding-right: 0px;
    }
    .request-booking-button-wrapper{
        margin-top: 10px;
        height: 100%;
    }
    .request-booking-button-section{
        padding: 10px 15px;
    }
    .what-we-offer-section{
        border: none;
    }
    .property-information{
        display: block;
    }
    .amenities-content-wrapper{
        display: flex;
    }
}
@media(max-width: 680px) {
    .request-booking-wrapper h1{
        font-size: 60px;
    }
    .check-in-out-content-wrapper{
        max-width: 415px;
    }
    .check-out-wrapper{
        padding-right: 0px;
    }
    .guests-wrapper{
        margin-top: 10px;
        padding-right: 15px;
    }
    .contact-information{
        font-size: 18px;
    }
    .more-about-our-property-section{
        max-height: 100%;
        width: 100%;
        border-radius: 0px;
        margin: 0px;
    }
}
@media(max-width: 500px) {
    .request-booking-wrapper h1{
        font-size: 50px;
        padding: 0px 15px;
    }
    .month-text{
        padding-left: 15px;
    }
    .date-section{
        width: 14vw;
    }
    .date, .month{
        margin: 0px auto;
        height: 40px;
        width: 40px;
    }
    .request-booking-section{
        width: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px;
    }
    .check-in-out-calendar-wrapper, .total-guests-wrapper{
        position: fixed;
        z-index: 99;
        top: 0px;
        margin-top: 0px;
        width: 100%;
    }
    .check-in-out-calendar-section, .total-guests-section{
        height: 100%;
        width: 100%;
        border-radius: 0px;
        align-items: center;
        position: relative;
    }
    .check-in-out-calendar-section{
        padding: 0px;
    }
    .check-in-out-calendar{
        height: 100%;
        padding: 0px 0px 15px 0px;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .top-header-section{
        padding: 20px ;
    }
    .total-guests-wrapper{
        right: unset;
    }
    .total-guests{
        width: unset;
        overflow: hidden;
        height: 100vh;
    }
    .check-in-out-content-section{
        flex-direction: column;
    }
    .check-in-out-content-wrapper{
        max-width: unset;
        padding: 25px;
        width: 100%;
    }
    .check-in-wrapper, .check-out-wrapper, .guests-wrapper{
        padding-right: 0px;
    }
    .check-out-wrapper{
        margin-top: 10px;
    }
    .check-in-section, .check-out-section, .guests-section{
        width: unset !important;
    }
    .request-booking-button-wrapper{
        margin-top: 25px;
    }
    .request-booking-button-section{
        width: unset;
        padding: 12px 15px;
        border-radius: 10px;
    }
    .done-button-wrapper{
        width: 100%;
    }
    .done-button-section{
        padding: 0px 20px;
    }
    .property-information-wrapper{
        margin: 0px 10px;
    }
    .property-image-slideshow-wrapper, .information-about-owner-wrapper{
        margin: 0px 30px;
    }
    .images{
        border-radius: 20px;
    }
    .contact-us-wrapper{
        margin: 0px 30px;
    }
    .contact-us{
        margin: 0px;
        padding: 0px;
    }
    .send-button{
        padding: 12px 0px;
    }
    .booking-response-section{
        margin: 20px;
    }
}