

.head {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;

  align-items: center;
  justify-content: space-between;
}
.logo {
  font-family: Nunito, Nunito;
  font-weight: 800;
  font-size: 36px;
  color: #333333;
  line-height: 48px;
  padding: 12px 0;
}

.ull {
  display: flex;
  gap: 24px;
  align-items: center;
}
.ull li {
  font-family: Nunito, Nunito;
  font-weight: 800;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  padding: 12px 24px;
}
.kaiheadddder img {
  width: 40px;
  height: 40px;
  margin-left: 40px;
}
.ull li :hover {
  color: #ffffff;
}

.kaiheadddder .icon-search:before {
  font-size: 20px;
  background: #f8f8f8;
  box-shadow: 2px 2px 0px 0px #3b44f7;
  border-radius: 100px 100px 100px 100px;
  border: 2px solid #333333;
  padding: 14px;
  cursor: pointer;
}
.kaiheadddder {
  display: flex;
  align-items: center;
  gap: 24px;
}
.icon-category2:before {
  display: none;
  font-size: 20px;
  background: #f8f8f8;
  box-shadow: 2px 2px 0px 0px #3b44f7;
  border-radius: 100px 100px 100px 100px;
  border: 2px solid #333333;
  padding: 14px;
  -webkit-border-radius: 100px 100px 100px 100px;
  -moz-border-radius: 100px 100px 100px 100px;
  -ms-border-radius: 100px 100px 100px 100px;
  -o-border-radius: 100px 100px 100px 100px;
}

.icon-icon-home3:before{
    display: none;
    font-size: 20px;
    background: #f8f8f8;
    box-shadow: 2px 2px 0px 0px #3b44f7;
    border-radius: 100px 100px 100px 100px;
    border: 2px solid #333333;
    padding: 14px;
    -webkit-border-radius: 100px 100px 100px 100px;
    -moz-border-radius: 100px 100px 100px 100px;
    -ms-border-radius: 100px 100px 100px 100px;
    -o-border-radius: 100px 100px 100px 100px;
}












.kaiheadddder img:nth-child(2) {
  display: none;
}
@media (max-width: 900px) {
  header {
    border-radius: 0px 0px 24px 24px;
  }

  .head {
    width: 80%;
  }
  .logo {
    font-weight: 800;
    font-size: 36px;
    line-height: 48px;
  }
  .ull {
    display: none;
  }
  .kaiheadddder img:nth-child(2) {
    display: inline-block;
  }
   .icon-category2:before {
    
    display: inline-block;
  }
  .icon-icon-home3:before{
  
   display: inline-block;
  }
  
  
}
@media (max-width: 765px) {
  .head {
    width: 90%;
  }
  .logo {
    font-size: 20px;
    line-height: 28px;
    padding: 10px 0;
  }

  header {
    border-radius: 0px 0px 16px 16px;
  }

  .kaiheadddder img {
    width: 32px;
    height: 32px;
    margin-left: 20px;
  }
 .kaiheadddder .icon-search:before {
    font-size: 14px;
    padding: 8px;
  }
  .head {
    padding-bottom: 12px;
  }

  .icon-category2:before {
    font-size: 14px;
    padding: 8px;
    display: inline-block;
  }
   .icon-icon-home3:before{
      font-size: 14px;
    padding: 8px;
    display: inline-block;
  }
}
