.red-theme {
    --Primary-color: #be8f34;
    --tab-color: #247dc5;
    --Secondary-color: #7f5500;
    --button-color: #1468ab;
    --button-hover-color: #b58d14;
    --button-text-color:#fff;
    --button-text-hover-color:#fff;
    --pricing-filter: linear-gradient(255deg, #be8f34, #c9a357, #815f1b, rgb(136, 97, 20), #be8f34);
    --amenities-filter:linear-gradient(255deg, #be8f34, #c9a357, #815f1b, rgb(136, 97, 20), #be8f34);
}

.one-Year-of-Rain-theme {
    --Primary-color: #883D1A;
    --Secondary-color: #883D1A;
    --button-color: #883D1A;
    --button-hover-color: #883D1A;
    --button-text-color: #fff;
    --button-text-hover-color: #fff;
}