body {
    padding: 0;
}
#gallery-carousel {
    height: 100vh;
}
.carousel-inner, .carousel-item {
    height: 100%;
}

#gallery-carousel img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

#gallery-carousel .carousel-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
}

#gallery-carousel .carousel-img.second {
    background-image: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url("../images/2023/Pool at Night.JPG");
}

#gallery-carousel .carousel-img.third {
    background-image: linear-gradient( rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8) ), url("../images/2023/Patio.jpg");
}

#gallery-carousel .carousel-img.forth {
    background-image: linear-gradient( rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8) ), url("../images/2023/Master Bedroom 2.JPG");
}

#gallery-carousel .carousel-img.first {
    background-image: linear-gradient( rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8) ), url("../images/2023/Pool 1.JPG");
}

#gallery-carousel .carousel-img.fifth {
    background-image: linear-gradient( rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8) ), url("../images/2023/Living Area.JPG");
}

@media (max-width: 576px) {

    #gallery-carousel .carousel-img.second {
        background-image: linear-gradient( rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)), url("../images/2023/Pool 3 Mobile.JPG");
    }

    #gallery-carousel .carousel-img.third {
        background-image: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url("../images/2023/Patio Mobile.jpg");
    }

    #gallery-carousel .carousel-img.forth {
        background-image: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6)), url("../images/2023/Master Bedroom Mobile 1.jpg");
    }

    #gallery-carousel .carousel-img.first {
        background-image: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6)), url("../images/2023/Pool 1 Mobile.jpg");
    }

    #gallery-carousel .carousel-img.fifth {
        background-image: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6)), url("../images/2023/Living Area Mobile.jpg");
        background-position: left;
    }
}


#availability-checker {
    background-color: #131518;
    position: absolute;
    left: 15px;
    bottom: 15px;
    z-index: 999;
    min-width: 55vw;
    box-shadow: 0 3px 12px 0 rgba(18,18,18,0.1), 0 1px 2px 0 rgba(34, 34, 34, .8);
    border-radius: 200px;
    padding: 8px 8px 8px 25px;
}

#availability-checker .info-row {
    padding: .4rem;
}

#availability-checker .info-block {
    display: flex;
    flex-direction: column;
}

#availability-checker .info-block:not(:last-child) {
    border-right: 1px solid #cdcdcd26;
}

#availability-checker .info-block .icon-wrapper svg {
    height: 32px;
    fill: rgba(162, 162, 162, 0.9);
}

#availability-checker .info-block .icon-wrapper {
    margin-bottom: 5px;
}

#availability-checker .info-block .info-text {
    font-size: 12px;
    white-space: nowrap;
    color: #cdcdcd;
}

#availability-checker .info-block > * {
    margin-left: auto;
    margin-right: auto;
}

#availability-check-btn {
    background-color: #785f37;
    height: 100%;
    width: 100%;
    border: 0;
    color: white;
    font-size: 14px;
    border-radius: 200px;
    padding: 0 20px;
}

#availabilityPopup {
    background-color: rgba(0,0,0,.5);
}

#availabilityPopup .modal-dialog {
    max-width: 80vw;
}

#spinnerWrapper {
    display: flex;
}

footer {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 0;
}

.availability-color-indicator {
    height: 15px;
    width: 15px;
    border-radius: 30px;
    border: 1px #dee2e6 solid;
    display: inline-block;
}

.availability-color-indicator.available {
    background-color: #785f37;
}

.availability-color-indicator.unavailable {
    background-color: #00000063;
}

@media (max-width: 1000px) {
    #availabilityPopup .modal-dialog {
        max-width: 95vw;
    }
}

@media (max-width: 768px) {
    #availability-checker {
        min-width: calc(100vw - 30px);
    }
}

@media (min-width:768px) and (max-width: 1200px) {
    #availability-checker {
        min-width: 80vw;
    }
}

@media (max-width: 576px) {
    #availability-checker {
        min-width: calc(100vw - 30px);
        display: flex;
        flex-direction: column;
        border-radius: 38px;
        padding: 25px 12px;
        left: 5px;
        right: 5px;
    }

    #availability-checker>div{
        width: 100% !important;
    }

    #availability-check-btn {
        padding: 1.2rem;
        margin-top: 20px;
    }

    #availability-checker .col-3 {
        padding: 0 !important;
    }
    .swimming-text {
        display: none;
    }
}

#video-placeholder {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
}

.video-wrapper .video-overlay {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background: linear-gradient( rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9) );
}
