*{
    padding: 0;
    margin: 0;
}

body{
  font-family: "Alata", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 110px;
}

.navbar{
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    background-color: white;
    justify-content: space-between;
    padding: 20px 30px 20px 30px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    z-index: 1;
}

.navbar h1{
    display: inline;
}

.navbar p{
    display: inline;
    padding-right: 30px;
}

.navbar-links{
    display: inline;
    position: absolute;
    top: 30px;
    right: 2vh;
    margin-right: 200px;
}

.navbar-links a{
    text-decoration: none;
    color: #666633;
    font-size: 20px;
}

.navbar-links a:hover{
    text-decoration: none;
    color: #c3c388;
}

.navbar-menu-toggle{
    display: none;

}

.sportz a{
    text-decoration: none;
    color: #666633;
}

/*Side Navbar*/

.side-navbar{
    background-color: #d4d4aa;
    width: 30%;
    height: 100%;
    position: fixed;
    top: 0;
    left: -40%;
    padding: 20px;
    color: #666633;
    transition: 1.5s;
    z-index: 1; 
}

.side-navbar-link{
    margin-bottom: 30px;
}

.side-navbar-links a{
    text-decoration: none;
    color: #666633;
    font-size: 20px;
}

.side-navbar-links a:hover{
    text-decoration: none;
    color: #c3c388;
}

/*Header*/

.header{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding: 50px;
    background-color: #eeeedd;
    margin: 0px 25px;
}

.header-button{
    padding: 10px 20px 10px 20px;
    background-color: #666633;
    color: white;
    border: none;
    margin-top: 20px;
}

.header-h1{
    font-size: 50px;
    color: #666633;
    letter-spacing: 5pt;
}

.header-img{
    box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}

.header-p{
    font-size: 25px;
    letter-spacing: 8pt;
}

/*Service*/

.service{
    padding: 35px;
}

.service-container-1{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service-container-2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.service-container-2 div{
    background-color: #eeeedd;
    border-radius: 15px;
    padding: 10px;
}

.service-container-2 div:hover{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 10px 20px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 16px -18px inset;
}

.new-arrival{
    margin-top: 20px;
    display: grid;
    grid-template-columns: auto auto auto;
    place-items: center;
}

.new-arrival-container{
    position: relative;
    margin: 10px;
    width: 300px;
    height: 300px;
    box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}

.new-arrival button{
    padding: 5% 10%;
    color: #666633;
    border: none;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 25%;
    background-color: #eeeedd;
    border-radius: 10px;
}

.service2{
    margin-top: 20px;
    padding: 20px;
    background-color: #eeeedd;
}

.service3{
    padding: 20px;
    background-color: #eeeedd;
}

/*News*/

.news{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.news input{
    padding: 11px;
    width: 80vw;
    margin-bottom: 10px;
    margin-top: 10px;
    border: solid #666633 2px;
}

.news button{
    margin-top: 10px;
    margin-bottom: 20px;
    color: #eeeedd;
    background-color: #666633;
    border-radius: 10px;
    padding: 10px;
    border: none;
}

/*footer*/

.footer{
    margin-top: 20px;
    padding: 40px;
    background-color: #666633;
    color: #eeeedd;
}

/*Product*/

.product-selection{
    margin-top: 20px;
}

.product-search{
    width: 80%;
    border: solid #666633 2px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    margin: auto;
}

.product-search input{
    border: none;
    background-color: transparent;
    width: 100%;
}

.product-search input:focus{
    outline: none;
}

.products{
    padding: 20px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    background-color: #eeeedd;
    margin: 20px;
    border-radius: 10px;
    justify-content: space-around;
}

.product-box{
    text-align: center;
    flex-basis: 30%;
    width: 300px;
    height: 400px;
    margin-bottom: 30px;
    box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}

.product-box p{
    padding-top: 30px;
}

.product-box img{
    margin-top: 30px;
}

/*Contact*/

.contact{   
    justify-self: center;
    background-color: #eeeedd;
    padding: 30px;
    margin: 30px;
    width: 60%;
    border-radius: 20px;
}

.contact p{
    margin-top: 10px;
}

.contact h2{
    text-align: center;
}

.contact input{
    background-color: #d4d4aa;
    width: 70%;
    border: none;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.contact button{
    background-color: #666633;
    color: #eeeedd;
    padding: 10px 20px;
    margin-top: 20px;
    font-size: 20px;
    border: none;
    border-radius: 10px;
}

/* Media Query*/

@media screen and (max-width: 600px) {
        .navbar-menu-toggle{
            display: inline;
            position: absolute;
            right:80px;
            top:30px;
        }
        .navbar-links{
            display: none;
        }
        .navbar-links a{
            display: none;
        }
        .header{
            flex-direction: column;
        }

        .service-container-1{
            display: block;
            justify-content: center;
            align-items: center;
        }

        .service-container-2{
            flex-direction: column;
        }
        .new-arrival{
            margin-top: 20px;
            display: grid;
            grid-template-columns: auto;
            place-items: center;
        }
        .product-box img{
            margin-top: 0px;
        }
}