@import url('https://fonts.googleapis.com/css2?family=Gupter:wght@400;500;700&display=swap');

:root {
    --main-font-family: sans-serif;
    --primary-black-color: #513f45;
    --secondary-white-color: #ffff;
    --main-green-color: #4db749;
    --grey-background: #f0f0f0;
    --maroon-color: #340000;
    --footer-color: #171717;
}

.forest-bg {
    background: url(/images/18.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    position: relative;
}

.first-section:after {
    display: none;
}



.contact-section {
    background-color: var(--grey-background);
    height: 1300px;
}