:root {
    --color-link: #fca311;
    --color-btn: #fca311;
    --color-btn-txt: #fff;
    --color-text: #2d3047;
    --color-text-white: #FFFFFF;
    --color-title: #2d3047;
    --color-bg-1: #fff;
    --color-bg-2: #eaeaea;
    --color-bg-3: #2d3047;
    --color-red: #ef5b5b;
    --font-title: Playfair Display;
    --font-text: Poppins;
}
opacity-BG {
    background-color: rgba(45,48,71,.85);
}