/*#region ----- ( map ) ----- */
.map-container {
    min-width: 300px;
    min-height: 300px;
    max-height: 500px;
    position: relative;
    border-top: 6px solid rgb(183, 183, 183);
}

.map-container:after {
    content: ' ';
    width: 100%;
    height: 5px;
    background: linear-gradient(rgba(90, 90, 90, 0.43), rgba(255, 255, 255, 0));
    position: absolute;
    bottom: -5px;
    left: 0;
}

#input-map-search {
    background-color: #fff;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 53%;
    max-width: 400px;
    height: 30px;
    margin-top: 70px;
}

#input-map-search:focus {
    border-color: #4d90fe;
}

.pac-container {
    margin-top: 50px;
    z-index: 10000 !important;
}

/*#endregion  */

/*#region ----- ( search containers ) ----- */
.container-space-search {
    /* position: absolute;
    background-color: #ffffffe3;
    bottom: 18px;
    margin: 0 20%;
    width: 60%;
    min-height: 80px;
    border-radius: 40px 0 40px 0;
    padding: 10px 20px;
    -webkit-box-shadow: 4px 10px 18px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 4px 10px 18px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 4px 10px 18px -6px rgba(0, 0, 0, 0.75); */
    position: relative;
    background-color: #ffffffe3;
    width: 100%;
    min-height: 80px;
    padding: 10px 20px;
    margin-top: 5px;
}

.btn-space-search {
    background: #fffc00;
    color: #3c3c3c;
    font-weight: 700;
}


.container-space-extra-search {
    box-shadow: 5px 5px 14px -4px rgba(0, 0, 0, 0.75);
    border-radius: 0px 15px 15px 0;
    background-color: white;
    padding: 10px;
    margin-bottom: 25px;
}

.btn-load-more {
    width: 20%;
    margin: 30px;
    float: right;
}

/*#endregion  */

/*#region ----- ( Card ) ----- */
.searchSpace-container {
    padding: 0;
    width: 90%;
    max-width: 1150px;
    margin-top: 20px;
}

.card {
    position: relative;
    overflow: hidden;
    transition: all .3s;
    margin: 0 5px 30px 5px;
    border: 1px solid;
    width: calc(100% - 10px);
    background-color: white;
    border-color: antiquewhite;
    height: 250px;
    box-shadow: 4px 9px 20px -5px rgba(0, 0, 0, 0.75);
    border-radius: 0px 10px 50px 0;
}

.space-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 300px !important;

}

.card-img {
    background: url(../images/slider/img-1.png) center center/cover no-repeat;
    padding: 0;
    float: left;
    min-height: 250px;
}

.card-content {
    position: absolute;
    left: 0;
    top: 76%;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    background: #202d56;
    transition: all .3s;
    opacity: .97;
    cursor: pointer;
    z-index: 88;
}

.read-more.card-content {
    top: 0;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.card-content h3 {
    font-size: 18px;
    /* font-family: 'Roboto', sans-serif; */
    position: relative;
    color: #fff;
}

.card-content p {
    padding: 15px 0 0px;
    color: #fff;
    line-height: 12px;
}

.div-title {
    text-align: center;
    margin: 10px 0 10px 0;
}

.div-title a {
    color: #424242;
    font-size: 15px;
}

.div-border {
    border-bottom: 1px solid;
}

.fa-arrow-right:before {
    content: "\f061";
    font-size: 12px;
    left: 0;
    color: #66666699;
    margin: 0 5px 0 -5px;
}

.content-detils-2,
.content-detils-1 {
    line-height: 28px;
    color: #151515;
}

.content-detils-1::after {
    content: ' ';
    position: absolute;
    width: 1px;
    height: 100%;
    right: 4px;
    top: 0;
    background-color: #1919192e;
}


.content-detils-3 {
    text-align: center;
    position: absolute;
    bottom: 55px;
    left: 0;
}

.content-detils-3 p {
    font-size: 11px;
    text-align: center;
}

.content-detils-2 ul,
.content-detils-1 ul {
    list-style-type: none;
}

.content-detils-2 p,
.content-detils-1 p {
    margin: 0;
}

.booking-a {
    float: right;
    font-size: 18px;
    margin-right: 20px;
    color: #fffc00;
    white-space: nowrap;
}

.booking-a:hover {
    color: #ffffff;
}


.sizing ul {
    list-style-type: none;
    color: #fffc0c;
}

.sizing b {
    margin-left: 5px;
    color: white;
}

.sizing span {
    color: white;
}

.sizing li {
    margin-left: 15px;
}

.sizing p {
    padding: 0;
    font-size: 13px;
    color: #fffc0c;
}

.div-description p {
    padding: 0;
    font-size: 13px;
}

.div-comment p {
    padding: 0;
    font-size: 13px;
}

@media (max-width: 934px) {

    .content-detils-2,
    .content-detils-1 {
        font-size: 12px;
        line-height: 24px;
    }

    .content-detils-3 p {
        font-size: 12px;
    }
}

@media (min-width: 850px) {
    .container-space-search {
        position: absolute;
        background-color: #ffffffe3;
        top: -110px;
        margin: 0 20%;
        width: 60%;
        min-height: 80px;
        border-radius: 40px 0 40px 0;
        padding: 10px 20px;
        -webkit-box-shadow: 4px 10px 18px -6px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 4px 10px 18px -6px rgba(0, 0, 0, 0.75);
        box-shadow: 4px 10px 18px -6px rgba(0, 0, 0, 0.75);
    }
}

@media (max-width: 767px) {

    .card-img {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .card-img::after {
        content: ' ';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #191604;
        opacity: 0.7;
    }

    .content-detils-2,
    .content-detils-1 {
        font-size: 15px;
        padding: 0;
        color: white;
    }

    .content-detils-3,
    .div-title a {
        color: white;
    }

}

@media (max-width: 500px) {

    .card {
        height: 350px;
    }

    .card-content {
        top: 85%;
    }

    .content-detils-2,
    .content-detils-1 {
        font-size: 16px;
        width: 100%;
        padding: 0;
    }

    .content-detils-2 ul {
        margin-right: 0px;
        padding-left: 0px;
    }

    .div-read-more h3 {
        font-size: 15px;
        margin-top: 21px;
    }


    .booking-a {
        font-size: 15px;
        margin-right: 17px;
    }

    .div-comment,
    .div-description,
    .sizing {
        width: 100%;
        min-height: 26%;
    }


    .sizing li {
        display: inline;
        padding-left: 7px;
        margin-left: 0;
    }

    .sizing h3 {
        font-size: 13px;
        margin-bottom: 3px;
    }

    .sizing p {
        font-size: 11px;
        line-height: 5px;
    }


    .div-description h3 {
        font-size: 13px;
        margin-bottom: 3px;
        margin-top: 10px;
    }

    .div-description p {
        font-size: 11px;
        margin-left: 10px;
        line-height: 20px;
    }

    .div-comment h3 {
        font-size: 13px;
        margin-top: 10px;
        margin-bottom: 3px;
    }

    .div-comment p {
        font-size: 11px;
        margin-left: 10px;
        line-height: 20px;
    }
}


/*#endregion  **** Card  ****/