header {
  background: #5200b2;
  border-radius: 0px 0px 48px 48px;
}

.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: #ffffff;
  line-height: 48px;
  padding: 12px 0;
}

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

/* .icon-search{
  width: 40px;
  height: 40px;
  background: #00a0e9;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   color:#5200B2;
   cursor: pointer;
}
.icon-search:before{
  font-size: 20px;
  
} */
.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;
  }
}
@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;
  }
}
