:root {
  --white: #ffffff;
  --black: #000000;
  --dark-grey: #4A4A4A;
  --primary-color: #091733;
  --yellow-color: #DAA520;
  --light-yellow-color: #F4F0E7;
  --heading-yellow-color: #DCC5A2;
  --dark-yellow-color: #B9A082;

}

/*---------- About Us CSS start -----------*/

.about-sec ul.nestled {
    list-style: disc;
    padding: 22px;
}

.about-sec ul.nestled li {
    margin-bottom: 30px;
    font-size: 18px;
    color: var(--dark-grey);
    line-height: 30px;
}

.about-sec ul.nestled li:last-child {
    margin-bottom: 0;
}

.about-sec .m-top-reduce {
    margin-top: -20%;
}

.beaches-sec {
    background-size: cover;
    background-position: center center;
}

.beaches-sec .text-col {
    background-color: rgba(74, 74, 74, .75);
}

.beaches-sec .text-col h3,
.beaches-sec .text-col p {
    color: var(--white);
}

.house-keeping {
    font-size: 24px;
    color: var(--dark-grey);
}

.house-keeping .active {
    font-weight: 700;
    text-decoration: underline;
}

.house-keeping hr {
    width: 1px;
    height: 35px;
    display: inline-block;
    background-color: var(--dark-grey);
}

.house-keeping li {
    margin: 15px 0 14px 0;
}

.included-serv .discription {
    background-color: rgba(217, 163, 70, .7);
    color: var(--white);
    position: absolute;
    bottom: 50px;
    left: 60px;
    right: -40px;
    line-height: 30px;
    font-size: 18px;
}

.about-sec p{
    margin-bottom: 10px;
}

.about-sec ul{
    list-style-type: none;
    padding-left: 20px;
}

.about-sec ul li{
    margin-bottom: 10px;
    font-weight: 600;
}
.house-keeping li{
    cursor: pointer;
}

/*---------- Media Css Start -----------*/
@media only screen and (max-width:1024px) {
    .about-sec .m-top-reduce {
        margin-top: 0;
    }

    .about-sec ul.nestled li {
        font-size: 16px;
    }

    .house-keeping {
        font-size: 20px;
    }

}

@media only screen and (max-width:992px) {
    .included-serv .discription {
        bottom: 30px;
        left: 40px;
        right: -20px;
        font-size: 16px;
    }

}

@media only screen and (max-width:767px) {
    .included-serv .discription {
        bottom: 8px;
        left: 20px;
        right: 20px;
    }
}