:root {
    --main-color: #2d591d !important;
}
.navbar {
    background: transparent !important;
}

html {
scroll-behavior: smooth;
}

html, body {
    height: 100%;
    margin: 0;
    font-family: "Prompt", sans-serif;
    font-style: normal;
}

body {
    background-image: url('../img/BG.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    color: black;
}

img.bg-obj {
    margin-top: 285px;
    margin-left: 20px !important;
}

h1 {
    color: var(--main-color);
}

.nav-link {
    color: var(--main-color);
    font-size: 20px;
}

.nav-link:hover {
    color: #d9e7d7;
}

.right-nav {
    margin-top: -20px;
    border-radius: 20px;
    background: linear-gradient(to bottom, #d9e7d7, #afcfaa);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.navbar-brand {
    max-width: 120px;
}

.nav-link {
    padding: 0;
    padding-top: 2px;
    padding-bottom: 2px;
}

.nav-item:hover{
    
    background: #afcfaa;
    border-radius: 80px;
}

.navbar-nav .nav-link.active {
    border-radius: 80px;
    background: var(--main-color);
    color: aliceblue;
}

.product-head-text {
    margin-top: -130px;
    font-size: 100px;
    font-style: bold !important;
}

.product-label-text {
    color: var(--main-color);
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.8);
}

.btn {
    border-radius: 50px;
    background: linear-gradient(to bottom, #d9e7d7, #afcfaa);
    color: var(--main-color);
}

footer {
    height: auto;
    background: #f0eded;
}

.footer-logo {
    max-height: 80px;
}

@media only screen and (min-width: 992px) {
    .btn {
        font-size: 50px;
        padding-left: 80px !important;
        padding-right: 80px !important;
    }
}
@media only screen and (max-width: 991px) {
    img.bg-obj {
        margin-top: 20px;
    }
    .product-image {
        margin-top : -50px !important;
    }
    .product-head-text {
        margin-top: -50px;
        font-size: 50px;
    }
    .product-label-text {
        font-size: medium;
    }
    .btn {
        margin-top: -50;
        border-radius: 50px;
        font-size: 30px;
    }
}
@media only screen and (max-width: 768px) {
    .product-head-text {
        font-size: large;
    }
    .footer-logo {
        max-height: 50px;
    }
    .navbar-brand {
        max-width: 90px;
    }
    .mobile-hidden {
        display: none;
    }

    body {
        margin-top: -60px;
    }
}