:root {
    --primary-color: #385212;
    --secondary-color: #8DBD48;
    --black-color: #000000;
    --grey-color:#666666;
    --white-color: #fff;
    --section-space: 100px;
    --section-smallspace: 50px;
    --section-hero-title: 55px;
    --section-heading: 45px;
    --section-subheading: 22px;
    --section-subtitle: 20px;
    --section-paragraph: 16px;
    --section-largeheading:65px;
    --container-space: 2%;
    --font-playfair:"Playfair", serif;
    --gallery-height: 500px;
    --gallery_gap:22px;
    --d: 700ms;
    --e: cubic-bezier(0.19, 1, 0.22, 1);
}


.text-secondary
{
    color: var(--secondary-color) !important;
}

.z-index.up
{
    z-index: 9;
}

.z-index-1{
    z-index: -1;
}

._relative
{
    position: relative;
}

.cursor_pointer
{
    cursor: pointer;
}

.border-primary-50{
    border-right:2px solid rgba(56, 82, 18, 0.3);
}