.footer {
    background-color: #ECE2C4;
    /* background-color: #180a00; */
    position: relative;
}

.logo-element {
    position: absolute;
    left: 0%;
    top: 10%;
    width: 500px;
    z-index: 0;
    opacity: 0.2;
    filter: brightness(50%) contrast(1.5);
}

.big-text {
    font-size: 80px;
    color: #52492F;
    font-weight: 800;
    font-family: 'Ubuntu', sans-serif;
    position: relative;
    margin-bottom: 5vw;
}

.footer i, .footer h4 {
    color: #52492F !important;
}

.footer .widget.dark .list-border li {
    border-bottom: unset;
}

.collapse-row {
    display: flex;
    align-items: center;
    padding-bottom: 40px;
}

.collapse-row .line {
    width: 100%;
    height: 2px;
    /* background: linear-gradient(45deg, #f4e6a3, #866400, #f4e6a3, #ceb261, #a98322, #866400); */
    background: #52492F;
}

.collapse-row i {
    padding: 0 20px;
    font-size: 30px;
    font-weight: 400;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.collapse-links {
    display: none;
    transition: all 0.3s ease;
    padding-bottom: 40px;
}

.collapse-row.active i {
    transform: rotate(180deg);
}

.opening-hourse ul li {
    padding: 4px 0 5px !important;
}

.section-content-new ul {
    padding-left: 20px;
}

.section-content-new ul li {
    list-style: disc;
}

#faq #accordion .panel, #faq #accordion .panel .panel-heading, #faq #accordion .panel-title a {
    background-color: transparent;
}

#faq #accordion .panel-title a::after {
    top: 10px;
    left: unset;
    right: 0;
}

#faq #accordion .panel-title a.active {
    background-color: transparent !important;
    border-bottom: unset !important;
}

#faq #accordion .panel .panel-heading {
    border-bottom: 1px solid #dfc86b;
}

#faq #accordion .panel-title a.active, #faq #accordion .panel-title a {
    color: #383323;
    font-size: 20px;
    padding-left: 10px;
}

.footer, .footer a {
    color: #52492F !important;
}

.footer a:hover {
    color: #000 !important;
}

/* =======Amenities============== */
.amiwrap {
    text-align: center;
    background: #52492F;
    padding: 5px;
    border: 2px solid #fff;
    margin-bottom: 20px;
}

.amiwrap-img {
    padding: 22px 0px;
    width: 50% !important;
    margin: 0 auto;
}

.amiwrap p {
    font-size: 14px;
    margin: 10px auto;
    display: block;
    position: relative;
    color: #fff;
    line-height: normal;
}


.amiwrap {
    margin: 13px auto;
    position: relative;
    cursor: pointer;
    transition: ease all 0.5s;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.amiwrap:hover {
    transform: translateY(-10px);
    transition: ease all 0.5s;
}

.bo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.bo img {
    width: 50px !important;
    filter: invert(1);
}

.mytab {
    text-align: center;
    border-bottom: none;
    margin-bottom: 45px;
}

.mytab li {
    float: none !important;
    display: inline-block;
}

.mytab>li.active>a,
.mytab>li.active>a:hover,
.mytab>li.active>a:focus {
    color: #ffffff;
    background-color: #52492F;
    border: none !important;
    cursor: pointer;
    border-radius: 5px;
}

.mytab>li>a:hover,
.mytab>li>a:focus {
    border-color: transparent !important;
    background-color: transparent;
    border-radius: 5px;
    color: #000000;
}

.mytab>li>a {
    color: #000000;
}

.gal-carousel img {
    width: 100% !important;
}

@media (max-width: 767px) {
    .new-sec .row {
        flex-direction: column;
    }

    .reverse {
        flex-direction: column-reverse !important;
    }
}