*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-color: #E3E6E6;
}
.header1{
    width: 100%;
    height: 60px;
    background-color: #131921;
    display: flex;
    align-items: center;
}
.logo{
    margin-left: 20px;
    width: 10%;
    height: 60px;
    background-size: 200px;
}
.pak{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    /* font-size: 10px; */
    padding:6px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 15px;
}
.dt{
    line-height: 14px;
    color: white;
    font-size: 12px;
    padding: 6px;
    color: rgb(204, 204, 204);
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
}
.location{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10%;
    height: 100%;
    flex-direction: column;
}
.location-Categories{
width: 4%;
border-radius: 3px;
height: 42px;
background-color: #E6E6E6;
}
.location-Categories:hover{
    background-color: white;
    color: black;
   
}
.search{
    border: 2px solid #E6E6E6;
    width: 50%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    padding: 10px;
    font-weight: bold;
}
.search:focus{
    outline: 1px solid orange;

}


.search-icon {
  background-color: #ffc062;
  padding: 12px 16px;
  border-radius: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 100px;
  cursor: pointer;
}

.search-icon i {
  color: #222;
  font-size: 20px;
}
.flag{
    width: 100%;
    height: 100%;
}
.flag-manage{
    display: flex;
    align-items: center;
    width: 3%;
    /* border: 2px solid #E6E6E6; */
    height: 15px;
    position: absolute;
    left: 1100px;
    /* margin-right: 400px; */
    
}
.PK-text{
    color: white;
    font-size: 15px;
    font-weight: 700;
    margin-left: 7px;
    font-family: Arial, Helvetica, sans-serif;
}
.sign-text{
    width: 10%;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    color: white;
    font-size: 15px;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
}
.h-s{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
}


.add-cart {
  position: relative;
  color: white;
  font-family: sans-serif;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-right: 40px;
}

.add-cart .fas {
  font-size: 22px;
}

.cart-count {
  position: absolute;
  top: -8px;
  left: 10px;
  background: transparent;
  color: #ffa500;
  font-weight: bold;
  font-size: 16px;
}

.cart-prefix {
  font-size: 16px;
  font-weight: 500;
}
.header2{
    width: 100%;
    height: 40px;
    background-color: #232F3E;
    display: flex;
    align-items: center;

}
 .header2-text{
    color: white;
    font-size: 14px;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 20px;  
    display: flex;
}
.header2 > p{
    padding: 30px;
    color: white;
    font-size: 18px;
    font-weight: 400;
    /* font-family: Arial, Helvetica, sans-serif; */
}

.ma{
    padding-left: 20px;
    cursor: pointer;
        font-size: 16px;
        font-weight: 400;
}
.mt{
    padding-left: 10px;
    cursor: pointer;
     font-size: 16px;
        font-weight: 400;
    
}
.fa-bars{
     font-size: 16px;
        font-weight: 400;
cursor: pointer;
}
.hero-sec{
    width: 100%;
    height: 400px;
    background-image: url("img/hero_image.jpg");
    background-size: cover;
    /* background-position: center; */
    display: flex;
    align-items: end;
    justify-content: center;

}
.tittle-bar{
    font-family: Arial, Helvetica, sans-serif;
    width: 70%;
    padding: 5px;
margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    background-color: white;
}
.tittle-link{
    text-decoration: none;
    color: #007185;
    font-weight: 700;
}
.category-sec{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.category-card{
    width: 300px;
    height: 480px;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    margin: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
 align-items: center;
 padding: 5px;
    
}
.category-tittle-text{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
   margin-right: auto;
   padding-left: 10px;
}
.category-image{
    width: 96%;
    height:80%;
    object-fit: cover;
    
    
}
.category-link{
    text-decoration: none;
    color: #007185;
    font-weight: 300;
    font-family: Arial, Helvetica, sans-serif;
  
     margin-top: 10px;
   margin-right: auto;
   padding-left: 10px;
    

}
.btt{
    width: 100%;
    height: 50px;
    background-color: #37475A;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
.btt a{
    text-decoration: none;
    color: white;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
}
footer{
    width: 100%;
    height: 400px;
    background-color: #232F3E;
    display: flex;
    align-items: center;
    justify-content: center;
}
.foot-sec1{
width: 20%;
color: white;
font-family: Arial, Helvetica, sans-serif;
padding: 10px;
}
.det-foot{
    font-size: 14px;
    font-weight: 400;
    color: white;
    margin-top: 10px;
    cursor: pointer;
    
}