html{
    scroll-behavior: smooth;
    box-sizing: border-box;
}
h1{
    text-align: center;
}
#a{position: absolute;
top:0px;
}
body{
    margin: auto;
    padding: auto;
    box-sizing: border-box;
    background-color: #E0E0DE;
}
.navbar{
    z-index: 100;
    position: fixed;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(71, 167, 71);
    color: white;
    font-family: "Poppins", sans-serif;
    width: 100%;
}
.brand-title{
    font-size: 1.5rem;
    margin: 0.5rem;
    margin-left: 50px;
    font-weight: 800;
}
.brand-title a{
    color:white;
    text-decoration: none;
}
.navbar-links ul{
    margin: 0;
    padding: 0;
    display: flex;

}

.navbar-links li{
    list-style: none;
}

.navbar-links li a{
    text-decoration: none;
    color:white;
    padding: 1rem;
    display: block;
}
.navbar-links li:hover{
    background-color: #157c34;
}

.toggle-button{
    position: absolute;
    top: 0.75rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
}

.toggle-button .bar{
    height: 3px;
    width: 100%;
    background-color: white;
    border-radius: 10px;
}





@media (max-width: 1020px){
    .toggle-button{
        display: flex;
        margin-right: 30px;
    }
    .navbar-links{
       display: none;
       width: 100%;
    }
    .navbar{
         flex-direction: column;
         align-items: flex-start;
    }
    .navbar-links ul{
        width: 100%;
        flex-direction: column;
    }
    .navbar-links li{
        text-align: center;
    }
    .navbar-links li a{
        padding: 0.5rem 1rem;
    }
    .navbar-links.active{
        display: flex;
    }
    .search-div.active{
        display: flex;
    }
    .search-div{
        margin:auto;
        text-align: center;
        display: none;
        width: 100%;

    }
}
.search{
    width: max-content;
    display: flex;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 5px;
    padding-top: 5px;
    border-radius: 28px;
    background: #f6f6f6;

    transition: box-shadow 0.25s;
}
.search-input {
    font-size: 16px;
    font-family: 'Lexend', sans-serif;
    color: #333333;
    margin-left: 24px;
    outline: none;
    border: none;
    background: transparent;
    width: 300px;
}
.search:focus-within{
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.search-input::placeholder,
.search-icon{
    color: rgba(0,0,0, 0.5)
}
.reg{
    width: 50%;
    margin:auto;
    padding: auto;
    text-align: center;
    font-family: "Roboto Mono", monospace;
    font-size: 18px;
}
.reg p{
    font-weight: 700;
}
.reg p ol li{
    font-weight: 600;
}

ul{list-style: none;
    padding: 0;
    width: 100%;
    }
    
    .footer{

        width: 100%;
        color: black;
        background-color: #157c34;
        padding: 20px 0px 20px 0px;
        min-height: 20vh;
    }
    .row{
        display: flex;
        flex-wrap: wrap;
    }
    .footer-col{
        width: 35%; 
        padding: 0 15px;
    }
    .footer-col2{
        width: 65%; 
        padding: 0 15px;
    }
    .footer-container{
        max-width: 1170px;
        line-height: normal;
        margin: auto;
        text-transform: none;
    }
    
    .footer-col h3, .footer-col2 h3{
        font-size: 18px;
        color: #fff;
        text-transform: capitalize;
        margin-bottom: 20px;
        font-weight: 500;
        position: relative;
    
    }
    .footer-col h3::before, .footer-col2 h3::before{
        content: '';
        position: absolute;
        left: 0px;
        bottom: -10px;
        background-color: #ad9898;
        height: 4px;
        box-sizing: border-box;
        width: 50px;
    }
    .footer-col ul li:not(:last-child){
        margin-bottom: 5px;
    }
    .footer-col ul li {
        font-size: 16px;
        font-weight: 300;
        color: #bbb;
        display: block;
        transition: all 0.3s ease;
    }
    
    .footer-col ul li a{
        font-size: 16px;
        font-weight: 300;
        color: #bbb;
        text-decoration: none;
        transition: all 0.3s ease;
    }
    .footer-col ul li a:hover{
        color: #fff;
        padding-left: 8px;
    }
    .google-maps{
        width: 100%;
        height: 100%;
    }
    .hed{
        font-size: 20px;
        font-weight: 700;
    }
    .map{
        height: 175px;
    }
    .footer-row{
        display: flex   ;
    }
    .nowy{
        display: flex;
    }
    .nowy .productDesc{
        padding-left: 15px;
    }
    .productPhoto img{
        max-width: 70vw;
        max-height: 42vh;
        border-radius: 15px;
    }
    @media(max-width:700px){
        .productPhoto img{
            max-width: 70vw;
            max-height: 42vh;
            border-radius: 15px;
        }
        .main-container{
            padding: 80px 2px  15px 2px !important;
            
            max-width: 90vw !important;
            justify-content: space-around;
        }
        #a{
            position: static;
            border: none;
            width: 100%;
            height: 1px;
        }
        .nowy{
            display: block;
        }
        .nowy .productDesc{
            padding-left: 0;
        }
        .footer{
            color: black;
            background-color: #157c34;
            padding: 10px
        }
        .footer .row .footer-col ul li{
           font-size: x-small;
        }
        .footer .row .footer-col ul li a{
            font-size: x-small;
         }
        .footer .row{
            flex-wrap: nowrap;
        }
        
    }