*{
  border: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  list-style: none;
  text-decoration: none;
}
:root{
  --bg-color:hsl(0, 0%, 95%);
  --second-bg-color:hsl(210, 20%, 82%);
  --main:green;
  --text-color:black;
}
body{
  background-color: var(--second-bg-color);
}
header{
  position: fixed;
  padding: 10px 10px 15% 10px;
  width: 100%;
  top: 0;
  left: 0;
  font-size: 20px;
  height: 120px;
  overflow: hidden;
  background-color:var(--second-bg-color);
  z-index: 100;
}
.keziestore{
  display: flex;
  flex-direction: row;
  padding: 10px;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.keziestore a i {
  color: black;
}
.keziestore a i:hover{
  color: hsl(210, 20%, 98%);
}
.navbar{
  position: fixed;
  display: flex;
  justify-content:space-between;
  background-color:var(--second-bg-color);
  gap: 10px;
  overflow-x: auto;
  white-space: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  padding-bottom: 8px;
  z-index: 100;
  
}
.navbar a{
  border: 1px solid hsl(210, 20%, 92%);
  padding: 5px 10px;
  color: black;
  background-color: hsl(210, 20%, 92%);
  border-radius: 50px;
}
.navbar a:hover{
  background-color: hsl(210, 20%, 98%);
  color: hsl(0, 0%, 55%);
}
.menu{
  font-size: 2rem;
  font-weight: bolder;
}
#close{
  display: none;
  font-size: 2rem;
  color: black;
}
.category-container {
  display:none;
  position: fixed;
  top: 94px;
  right: 0;
  width: 300px;
  height:100vh;
  background-color: white;
  overflow-y: auto;
  padding: 20px;
  z-index: 99;
  transition: right 0.3s ease;
  font-size: 1.2rem;
  color: hsl(210, 50%, 50%);
}
.category-container a{
  overflow-y: auto;
  flex-wrap: nowrap;
  white-space: nowrap;
  display: block;
  padding: 5% 0px;
  font-size: 2rem;
  color: hsl(210, 50%, 50%);
}

summary::-webkit-details-marker{
  display: none;
}
summary{
  margin-top: 10%;
}
.category-container summary {
  padding: 5% 0px;
  font-size: 2rem;
  color: hsl(210, 50%, 50%);
}
 @media(min-width:500px){
  header{
    height:80px;
    width: 100%;
    padding: 0;
  }

  .homepage{
    display: flex;
    justify-content: space-between;
  }
 }
 @media(min-width:900px){
  .homepage img{
    width: 500px;
    height: 700px;
  }
  .homepage{
    display: flex;
    justify-content: space-between;
  }
 }
.homepage{
  margin-top: 150px;
  padding:20px 10px 10% 10px;
  background-color:var(--second-bg-color);
}
.firstbox h1{
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 5%;
}
.firstbox p{
  font-size: 1rem;
  font-weight: bold;
}
.forshop{
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10%;
  margin-top: 10%;
  align-items: center;
  text-align: center;
}
.shopnow:hover{
  color: hsl(0, 0%, 55%);
  background-color: hsl(0, 0%, 80%);
}
.shopnow{
  padding: 10px 25px;
  background: black;
  color:white;
  border-radius: 10px;
  margin-right:10%;
}
.homepage img{
  height: 500px;
  width:380px;
  border-radius: 5px;
}
.newcollection {
  background-color:var(--bg-color);
}
.newcollection h2{
  font-size: 1rem;
  font-weight: bold;
  font-family: 'Courier New', Courier;
  padding-top: 5%;
  padding-left: 2%;
}
.newcollection1{
  padding: 5% 10px;
  text-align: center;
  align-items: center;
  background-color: var(--bg-color);
}
.newcollectionbox1 p{
  font-size: 16px;
  font-weight: lighter;
}
.newcollectionbox1 h5{
  font-size: 2rem;
  font-weight: bold;
}
.newcollectionimg div ,
.newcollectionimghide div{
  padding: 5% 15px;
  margin-bottom: 5%;
  background-color: hsl(210, 20%, 98%);
  border-radius: 10px;
}

.newcollectionimg img ,
.newcollectionimghide img{
  width: 350px;
  height:300px;
  border-radius: 5px;
}
.newcollectionimg{
  display: grid;
  grid-template-columns: repeat(auto-fill, 380px);
  justify-content: center;
  gap: 10px;
}
.newcollectionimghide{
  display:none;
  grid-template-columns: repeat(auto-fill,380px);
  justify-content: center;
  gap: 10px;
}
.shopourcollection{
  background-color: black;
  color: white;
  padding: 10px 25px;
  border-radius: 10px;
  outline: none;
  box-sizing: none;
}
.shopourcollection:hover{
  color: hsl(0, 0%, 55%);
  background-color: hsl(0, 0%, 35%);
}
.newcollection h1{
  margin: 5% 5% 0% 5%;
  padding: 10px 5px;
  font-size: 20px;
  border-radius: 10px;
  background-color: var(--second-bg-color);
}
.allproduct{
  padding: 5% 0px;
  background-color: var(--bg-color);
}
.allproducth1{
  padding: 5% 0px 5% 2%;
}
.allproductcontainer{
  display: grid;
  grid-template-columns: repeat(auto-fill,380px);
  justify-content: center;
  gap: 20px;
  background-color: var(--bg-color);
} 

.allproductpagehide{
  display: none;
  grid-template-columns: repeat(auto-fill,380px);
  justify-content: center;
  gap: 20px;
  background-color: var(--bg-color);
}

.allproductcontainer  div,
.allproductpagehide div{
  padding: 5% 15px;
  margin-bottom: 5%;
  border-radius: 10px;
  text-align: center;
  align-items: center;
  background-color: hsl(210, 20%, 98%);
}

.allproductcontainer img,
.allproductpagehide img{
  width: 350px;
  height: 400px;
  border-radius: 10px;
}
.allproductcontainer h1,
.allproductpagehide h1{
  font-size: 20px;
}
.allproductcontainer aside,
.allproductpagehide aside{
  display: flex;
  justify-content: space-between;
  color: black;
  padding: 5% 5% 1px 5%;
}
.allproductcontainer a,
.allproductcontainer p,
.allproductpagehide a,
.allproductpagehide p{
  font-size: 2rem;
  color: black;
}
.allproductcontainer a:hover,
.allproductpagehide a:hover{
  color: hsl(210, 20%, 48%);
}
@media(max-width:600px){
  .allproductcontainer{
     display: grid;
     grid-template-columns: repeat(auto-fill,170px);
     gap: 5px;
     justify-content: center;
     background-color: var(--bg-color);
  }
  
  .allproductpagehide{
    display:none;
    grid-template-columns: repeat(auto-fill,170px);
    gap: 5px;
    justify-content: center;
  }
  .allproductcontainer h1,
  .allproductpagehide h1{
    font-size: 10px;
  }
  .allproductcontainer img,
  .allproductpagehide img{
    width: 150px;
    height: 200px;
  }
}
.allproductpagehide h2{
  width: 100% !important;
  margin-top: 5%;
  margin-bottom: 5%;
}

#allproductviewmore{
  display:block;
  text-align: center;
  width: 200px;
  margin: 0 auto;
  padding: 10px 25px;
  background-color: black;
  color: white;
  border-radius: 50px;
}
#allproductviewmore:hover{
  background-color: hsl(0, 0%, 35%);
  color: hsl(0, 0%, 55%);
}

#menwear,
#wemenwear,
#kids{
  grid-column: 1 / -1;
}

.bestproduct{
  text-align: center;
  align-items: center;
  padding: 5%;
  background-color: hsl(210, 20%, 92%);
  color: black;
}
.bestproduct h1{
  font-size: 20px;
  padding-top: 3%;
  margin-bottom: 3%;
}
.bestproductbutton{
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 5%;
}
.bestproductbutton button{
  padding: 5px 20px;
  border-radius: 10px;
  border:1px solid black;
  color: black;
  background-color: white;
}
.bestproductbutton button:hover{
  background-color: black;
  color: white;
}
.bestproductimg{
  display: flex;
  overflow-x: auto;
  flex-wrap: nowrap;
  white-space: nowrap;
  gap: 10px;
  padding-bottom: 3%;
}
.bestproductimg img{
  width: 200px;
  height: 200px;
  border-radius: 10px;
}
@media screen and (min-width:700px){
  .bestproductimg img{
    width: 350px;
    height: 400px;
    border-radius: 10px;
  }
  .bestproductimg{
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
    gap: 10px;
    padding-bottom: 3%;
  }
}
.faqs{
  align-items: center;
  background-color: white;
  color: black;
  padding-bottom: 10%;
}
.faqs h1{
  padding-top: 5%;
  font-size: 28px;
  padding-left: 5%;
}
.faqs img{
  display: none;
}
 @media(min-width:700px){
  .faqscontainer{
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding: 5%;
    }
  .faqs img {
    display: block;
    width: 350px;
    height: 400px;
    border-radius: 15px;
  }
  
}
.faqsbox{
  padding: 5%;
}
.faqsbox p{
  margin-left: 20%;
}
.faqsbox summary{
  font-size: 18px;
  font-weight: bolder;
}
.faqsbox summary span{
  padding-right: 5%;
}
.faqs a{
  background-color: black;
  color: white;
  border-radius: 5px;
  padding: 10px 25px;
  text-align: center;
  font-size: 16px;
  margin-left: 5%;
}
.faqs a:hover{
  color: hsl(0, 0%, 55%);
  background-color: hsl(0, 0%, 35%);
}
.last{
  background-color: hsl(210, 20%, 95%);
}
.stayupdated{
  background-image: url(IMG_4592.jpg);
  background-size: cover;
  background-position: center;
  height: 500px;
  display:flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-bottom: 5%;
}
@media(min-width:700px){
  .stayupdated {
    height:700px;
    background-repeat: no-repeat;
    margin-bottom: 10%;
  }
}
.stayupdated h2{
  font-size: 30px;
  font-weight: bolder;
  color: white;
  margin-bottom: 5%;
}
.stayupdated a{
  padding: 10px 25px;
  font-size: 1rem;
  background-color: black;
  color: white;
  border-radius: 5px;
}
.stayupdated a:hover{
  color: hsl(0, 0%, 80%);
  background-color: hsl(210, 20%, 58%);
}

.trendingproducts{
  display: block;
  align-items: center;
  padding: 3%;
}

.trendingproductflex{
  display: flex;
  justify-content: space-between;
}
.t1{
  flex: 1;
  font-size: 1rem;
  width: 100%;
}
.t2{
  flex: 1;
  width: 100%;
  font-size: 10px;
  display:grid;
  place-items: center;
  padding-top: 70px;
}
.t2 p{
  padding-bottom: 3%;
}
.trendingproductsimg{
  display: grid;
  grid-template-columns: repeat(auto-fill, 170px);
  gap: 10px;
  justify-content: center;
}
.trendingproductsimg img{
  width: 170px;
  height: 200px;
  border-radius: 10px;
  margin-bottom: 15px;
}
@media(min-width:700px){
  .t1,.t2,.t2h3{
    font-size: 2rem;
  }
  .trendingproducts{
    padding-bottom: 5%;
  }
  .trendingproductsimg{
    display: grid;
    grid-template-columns: repeat(auto-fill, 370px);
    gap: 10px;
    justify-content: center;
  }
  .trendingproductsimg img{
    width: 350px;
    height: 400px;
    border-radius: 10px;
    margin-bottom: 15px;
  }
}
.t2h3 {
  width: 50%;
}

.allhidden{
  background-color: var(--bg-color);
}
#cart{
  display: none;
  place-items: center;
  align-items: center;
  text-align: center;
  color: black;
  padding-top: 200px;
  margin-bottom: 10%;
  background-color: var(--bg-color);
}
#cart h1{
  font-size:20px;
  margin-top: 10%;
}
#cart input{
  width:380px;
  padding: 10px;
  font-size: 16px;
  color: black;
  border: 1px solid black;
  border-radius: 5px;
  margin-bottom: 5%;
}
@media(min-width:600px){
  #cart {
    display: grid;
    place-items: center;
    align-items: center;
    text-align: center;
    padding-top: 100px;
  }
  #cart input{
    width: 400px;
  }
}
#cart h5{
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 20px;
}
#cart p{
  font-size: 15px;
  margin-bottom: 20px;
}
#cart .signup{
  padding: 10px 25px;
  border-radius: 50px;
  font-size: 16px;
  color: black;
  background-color: orange;
}
.startshopingcart{
  padding: 10px 25px;
  border: 1px solid black;
  border-radius: 50px;
  font-size: 16px;
  color: black;
  background-color: transparent;
}
#cart a:hover,
.profilesignin{
  background-color: hsl(30, 100%, 90%);
  border: none;
}

.profile1{
  display: grid;
  place-items: center;
  align-items: center;
  background-color: #f8f8f8;
  padding: 200px 1px 60px 1px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #222;
}
.profilesignin{
  padding: 10px 25px;
  color: black;
  border-radius: 50px;
  font-size: 16px;
  display: grid;
  place-items: center;
  text-align: center;
  background-color:hsl(30, 100%, 40%);
}
.profilebox1{
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-direction: row;
  margin-top: 5%;
}
.profilebox1 a{
  font-size: 13px;
  color: black;
}
.profilebox2{
  display: block;
  width: 100%;
  font-size: 20px;
  margin-top: 5%;
}
.profilebox2 a{
  display: block;
  font-size: 20px;
  color: black;
  padding: 10px;
  width: 100%;
  border-bottom: 1px solid black;
}

.auth-section {
  background-color: #fff;
  padding: 60px 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.auth-container {
  max-width: 400px;
  margin: 0 auto;
  padding-top: 200px;
}
.form-box {
  border: 1px solid #ccc;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.form-box h2 {
  text-align: center;
  color: hsl(30, 100%, 40%);
  margin-bottom: 20px;
}

.form-box form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form-box input {
  padding: 12px;
  font-size: 1em;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.form-box button {
  padding: 12px;
  background-color: hsl(30, 100%, 40%);
  color: #fff;
  font-size: 1em;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.form-box button:hover {
  background-color: hsl(30, 100%, 35%);
}

.toggle-link {
  text-align: center;
  margin-top: 15px;
  font-size: 0.95em;
  cursor: pointer;
  color: hsl(30, 100%, 40%);
}

.toggle-link span {
  font-weight: bold;
  text-decoration: underline;
}

.hidden {
  display: block;
}
.checkout {
  background-color: #f9f9f9;
  padding: 60px 20px;
  font-family: 'Segoe UI', Tahoma, sans-serif;
  color: #333;
  padding-top: 200px;
}

.checkout-container {
  max-width: 700px;
  margin: 0 auto;
  background: white;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.checkout-container h2 {
  text-align: center;
  color: hsl(30, 100%, 40%);
  margin-bottom: 30px;
}

.checkout-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.checkout-form h3 {
  margin-top: 25px;
  color: hsl(30, 100%, 35%);
}

.checkout-form input,
.checkout-form select {
  padding: 12px;
  font-size: 1em;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.checkout-form p {
  font-size: 1.1em;
  margin: 5px 0;
}

.checkout-form button {
  margin-top: 20px;
  padding: 14px;
  background-color: hsl(30, 100%, 40%);
  color: white;
  font-size: 1em;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.checkout-form button:hover {
  background-color: hsl(30, 100%, 35%);
}

.about-us {
  background-color: hsl(30, 100%, 97%);
  padding: 60px 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  padding-top: 200px;
}

.about-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.about-container h2 {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: hsl(30, 100%, 40%);
}

.about-container p {
  font-size: 1.1em;
  line-height: 1.7;
  padding-top: 5%;
  margin-bottom: 15px;
}
.privacy-policy {
  background-color: #f8f8f8;
  padding: 60px 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #222;
  padding-top: 200px;
}

.privacy-container {
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.7;
}

.privacy-container h2 {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: hsl(30, 100%, 40%);
  text-align: center;
}

.privacy-container h3 {
  margin-top: 30px;
  color: hsl(30, 100%, 35%);
}

.privacy-container p {
  font-size: 1.1em;
  margin-bottom: 15px;
}
.contact-us {
  background-color: #fff;
  padding: 60px 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  padding-top: 200px;
}

.contact-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.contact-container h2 {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: hsl(30, 100%, 40%);
}

.contact-container p {
  font-size: 1.1em;
  margin-bottom: 20px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 30px 0;
}

.contact-form input,
.contact-form textarea {
  padding: 12px;
  font-size: 1em;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.contact-form button {
  background-color: hsl(30, 100%, 40%);
  color: white;
  padding: 12px;
  font-size: 1em;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.contact-form button:hover {
  background-color: hsl(30, 100%, 35%);
}

.contact-details {
  margin-top: 30px;
  font-size: 1em;
  line-height: 1.6;
}
@media (min-width: 600px) {
  .profile1,
  .about-container,
  .privacy-container,
  .contact-container,
  .checkout-container,
  .auth-container {
    max-width: 600px;
    margin: 0 auto;
    padding-top: 100px;
  }
  .profile1{
    margin-top: 70px;
  }
  .contact-form,
  .checkout-form,
  .auth-container form {
    max-width: 100%;
  }

  .form-box {
    width: 100%;
  }
}

.settings-section {
  background-color: #fff;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #333;
  width: 100%;
  padding-top: 200px;
}

.settings-container h2 {
  text-align: center;
  color: hsl(30, 100%, 40%);
  margin-bottom: 30px;
}

.settings-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.settings-form h3 {
  margin-top: 30px;
  color: hsl(30, 100%, 35%);
}

.settings-form input[type="text"],
.settings-form input[type="email"],
.settings-form input[type="password"] {
  padding: 12px;
  font-size: 1em;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.settings-form label {
  font-size: 0.95em;
  display: block;
  margin: 10px 0;
}

.settings-form button {
  padding: 15px;
  background-color: hsl(30, 100%, 40%);
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 1.1em;
  cursor: pointer;
}

.settings-form button:hover {
  background-color: hsl(30, 100%, 35%);
}

@media (min-width: 600px) {
  .settings-container {
    max-width: 700px;
    margin: 0 auto;
    padding-top: 50px;
  }
}
footer{
  padding-top: 5%;
} 
.footernavbar ul{
  padding-top: 5% ;
  padding-bottom: 5%;
  padding-left: 5%;
}
.footernavbar li{
  margin-top: 15px;
  padding: 5px;
  background-color: var(--bg-color);
}
.footernavbar a ,
#footercheckout{
  color: black;
  align-items: center;
  font-size: 20px;
  padding: 5px;
  font-weight: bolder;
  background: var(--bg-color);
}
.footernavbar ul li a:hover,
.social-icons a i:hover{
  color: hsl(0, 0%, 35%);
}
.social-icons{
  display: flex;
  justify-content: space-evenly;
  padding: 5px 5%;
}
.social-icons a i{
  background-color:black;
  color:white;
  font-size: 20px;
  padding: 5px;
  border-radius: 10px;
}
footer p{
  align-items: center;
  text-align: center;
  padding-bottom: 10px;
}


#main{
  display: block;
}
#profile,
#signup,
#checkout,
#aboutus,
#privacy,
#contactus,
#settings{
  display: none;
}

