/**
Theme Name: Zdrowy raj
Author: Patro
**/

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23226923' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}



nav.navbar {

    /* background: rgb(44, 141, 5); */

    background: white;
}





#navbarsExampleDefault {
    font-family: "Hind Siliguri", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 25px;
    margin-left: 100px;
}

.navbar-brand {
    font-size: 20px;
    font-family: "Passion One", sans-serif;
    font-weight: 300;
    font-style: normal;
}

#logo {
    width: 240px;
    height: 60px;
}







li {
    font-size: 1.5rem;
}

main {

    padding: 0px !important;
}

footer {
    background-color: #d7dfd5;
}


@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(46, 125, 50, 0.6);
    }

    70% {
        transform: scale(1.05);
        box-shadow: 0 0 0 12px rgba(46, 125, 50, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(46, 125, 50, 0);
    }
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

#content7-section {
    display: flex;
    justify-content: space-around;
    background-color: #d7dfd5;

}

#content7-section>p {
    font-size: 18px;
}

#content7-section>nav:nth-child(2)>a:nth-child(1) {
    text-decoration: none;
    color: #333;
}

#informacja {
    padding: 10px;
}


.nav-link {
    margin-right: 12px;
    transition: transform 0.3s ease;
    color: #226923;

}

.nav-link:hover {

    transform: scale(1.3);
    color: #226923;

}



@media (max-width: 991.98px) {
    .offcanvas-collapse {
        position: fixed;
        top: 56px;
        /* Height of navbar */
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: white;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
        z-index: 500;
    }

    .offcanvas-collapse.open {
        visibility: visible;
        transform: translateX(-100%);
    }

    .nav-link {
        transform-origin: left center;
    }

    .nav-link:hover {


        transform-origin: left center;


    }

    .glass-dark-green-button2 {
        margin-right: 120px;
    }



}

.glass-dark-green-button2 {
    display: block;
    padding: 8px 14px;
    font-size: 22px;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    cursor: pointer;
    background: linear-gradient(135deg, #156405, #308f1b, #07af07, #226822);
    background-size: 400% 400%;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(46, 125, 50, 0.3);
    animation: pulse 1.5s infinite, gradientShift 6s ease infinite;
    transition: transform 0.2s ease-in-out, background 0.5s ease, box-shadow 0.3s ease;
}

.glass-dark-green-button2:hover {

    color: white;

}