.navbar{display:flex;flex-direction:column;background:none;height:100px;flex:100%}.top{display:flex;height:70%;background:#000;flex:100%;justify-content:space-between}.logo{margin:10px 30px}.logo img{width:100px}.input{display:flex}.input .location h1{color:#fff;font-size:15px;margin:20px;cursor:pointer}.input .location h1:hover{color:#b48f15}.input input{width:500px;height:30px;margin:20px 0;border:0;outline:none;border-radius:5px px 0 5px;padding:0 20px}.input .searchIcon{margin:20px 0;background:#d6b915;width:30px;height:30px;cursor:pointer}.links{margin:20px}.links ul{display:flex;gap:30px}.links ul li{list-style:none}.links ul li a{color:#fff;text-decoration:none;font-family:sans-serif;font-size:15px}.links ul li a:hover{color:#b48f15}.eng{width:20px}.bottom{display:flex;justify-content:space-between;background:#202031;height:40%;flex:100%}.left{display:flex;justify-content:space-between}.left .dropdown{color:#fff;margin:10px 30px;display:flex}.left ul{display:flex;margin:10px 0}.left ul li{list-style:none;font-family:sans-serif;margin:0 20px}.left ul li a{color:#fff;text-decoration:none;font-size:15px}.left ul li a:hover{color:#b48f15}.right h2{color:#fff;font-size:15px;margin:5px 30px;font-family:sans-serif}@media screen and (max-width:600px){.navbar{display:flex;height:auto;flex-direction:row}.top{display:flex;width:50%;height:70vh;flex-direction:column}.top .logo img{display:block;width:180px}.top input{width:25%}.top .links ul{display:flex;flex-direction:column;gap:20px}.links ul li a{color:#fff;text-decoration:none;font-family:sans-serif;font-size:12px}.bottom{display:flex;flex-direction:column;justify-content:space-between;background:#202031;height:70vh;width:50%}.input .location h1{color:#fff;font-size:10px;margin:20px;cursor:pointer}.left{display:flex;flex-direction:column}.left ul{display:flex;flex-direction:column;gap:10px;margin:10px 0}.right h2{color:#fff;margin:30px 10px;font-size:15px;font-family:sans-serif}}.display{background-image:url(/images/hero_image.jpg);background-size:cover;background-position:center;height:80vh}.display button{position:absolute;bottom:100px;left:20%;padding:5px 30px;border:0;outline:none}@media screen and (max-width:600px){.display{background-image:url(/images/hero_image.jpg);background-size:cover;background-position:center;height:80vh}.display button{position:absolute;bottom:100px;left:30%;padding:5px 30px;border:0;outline:none;width:50%}}.product{background:#fff;margin:10px;padding:10px;display:flex;flex-direction:column;place-items:center}.product img{width:250px;height:300px;object-fit:cover}.product h1{font-family:sans-serif;font-size:20px;margin:20px 0}.product span{font-size:15px;margin:10px;font-family:sans-serif}.items{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;height:auto;background-color:#a8a3a3}@media screen and (max-width:600px){.items{display:grid;grid-template-columns:1fr;height:auto;background-color:#a8a3a3}}.footer{flex:100%;height:auto;background:#000}.footer .top{height:50px;display:flex;width:100%;justify-content:center;place-items:center;background:#0d0d20}.footer .top h1{color:#fff;font-size:15px;text-align:center;font-family:sans-serif}.footer .center{display:flex;justify-content:center;background:#292947;gap:10px}.footer .center .section{margin:20px;padding:20px 10px}.footer .center .section h1{color:#fff;font-size:20px;font-family:sans-serif;margin:10px 0}.footer .center .section ul{display:flex;flex-direction:column;gap:10px}.footer .center .section ul li{list-style:none}.footer .center .section ul li a{color:#fff;font-family:sans-serif;text-decoration:none;font-size:15px}.footer .center .section ul li a:hover{color:#b48f15}.footer .bottom{justify-content:center;place-items:center;height:80px;width:100%;border-top:1px solid grey}.bottom img{width:100px}.privacy{text-align:center}.privacy h3{color:#fff;font-size:12px;font-family:sans-serif;margin:10px 0}.privacy h4{color:#fff;font-size:10px;font-family:sans-serif}@media screen and (max-width:650px){.footer{flex:100%;height:auto;background:#000}.footer .center{display:flex;flex-direction:column;justify-content:center;background:#292947;gap:10px}.footer .center .section h1{color:#fff;font-size:15px;font-family:sans-serif;margin:10px 0}.footer .center .section ul li a{color:#fff;font-family:sans-serif;text-decoration:none;font-size:10px}.bottom img{width:50px}}*{padding:0;margin:0}
