@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

body.budget_hotel {
    /*--main-color-one: #4d34dd;*/
    /*--main-color-one-rgb: 77, 52, 221;*/
    /*--main-color-two: #2e1ba0;*/
    /*--main-color-three: #131316;*/
    /*--main-color-four: #6a54e5;*/
    /*--secondary-color: #131316;*/
    /*--secondary-color-two: #52505e;*/
    /*--agency-section-bg: #ffffff;*/
    /*--agency-section-bg-2: #f7f6fe;*/
    /*--agency-section-bg-3: #f2f0fd;*/
    /*--heading-color: #131316;*/
    /*--heading-body-color: #131316;*/
    /*--body-color: #52505e;*/
    /*--light-color: #666666;*/
    /*--review-color: #4d34dd;*/
    /*--feedback-bg-item: #f7f6fe;*/
    /*--section-bg-1: #ffffff;*/
    /*--section-bg-2: #f7f6fe;*/
    /*--section-bg-3: #f2f0fd;*/
    /*--section-bg-4: #ece9fc;*/
    /*--section-bg-5: #e6e1fb;*/
    /*--section-bg-6: #ded8f8;*/
    /*--breadcrumb-bg: #f7f6fe;*/
    /*--extra-light-color: #999999;*/
    /*--new-color: #e0e3eb;*/
    --heading-font: 'Poppins', sans-serif;
    --body-font: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.footer-menu-list{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-contact{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.about-us-para{
    color: var(--heading-body-color);
}