* {
    font-family: Raleway,sans-serif;
}

.featured-properties {
    padding: 50px 0;
}
.featured-img {
    margin-left: 30px;
    margin-top: 20px;
    height: 420px;
    border-radius: 20px;
    width: 100%;
}

.img-container{
    height: 450px;
    width: 90%;
    border-radius: 20px;
}
.featured-heading {
    font-size: 40px;
    line-height: 1.4;
    font-weight: bolder;
    margin-top: 10px;
    letter-spacing: -1px;
}
.featured-details {
    align-items: center;
    padding: 30px;
}
.featured-detail-ul {
    padding: 0;
    list-style: none;
    margin-top: 30px;
    height: 150px;
}

.featured-detail-ul-2 {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

.featured-detail-ul-2 li {
    padding-bottom: 10px;
}

.featured-detail-ul li {
   padding-bottom: 10px;
}

.featured-detail-ul li i,.featured-detail-ul-2 li i {
    color: #ccc;
    margin-right: 5px;
}

.resort-img {
    height: 300px;
    min-height: 300px;
}
.resorts {
    background: #f1f1f1;
    padding: 70px 0;
    margin-top: 100px;
}

.resort {
    border-radius: 14px;
    padding: 20px;
    margin-bottom: 40px;
}

.resort img {
    border-radius: 8px;
}
.heading {
    font-size: 20px;
    color: #000 !important;
}

#footer {
    padding: 40px 0;
}
.cover {
    height: 400px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.resort-header {
    background: #fff;
    width: 90%;
    margin: 0 auto;
    top: -100px;
    position: relative;
    border-radius: 20px;
}

.resort-header div:not(.row) {
    padding: 40px;
    display: grid;
    align-items: center;
}
.resort-content {
    padding-right: 40px;
    position: relative;
    top: -70px;
}

a {
    text-decoration: none;
}

.btn:hover {
    background: #000;
    border-color: #000;
}

@media screen and (max-width: 768px) {
    .resort-header div:not(.row) {
        padding: 20px;
        display: grid;
        align-items: center;
    }
    .resort-header {
        position: relative;
        top: -55px;
    }
}