.seachch {
}
.se {
  padding: 24px 0;
}

.seach {
 max-width: 800px;
    margin: 0 auto;
    display: flex;
    border: 1px solid #333333;
    justify-content: space-between;
    border-radius: 12px 12px 12px 12px;
    padding-left: 20px;
  overflow: hidden;
}
.header1input {
  width: 78%;
  background: #ffffff;
  margin-right: 24px;
  display: flex;
  align-items: center;
}
.header1input input {
  width: 80%;
}
  .header1input .icon-search {
  padding-left: 48px;
  padding-right: 12px;
}
.search_btn {
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  padding: 12px 24px;
  background:#FECD00;
  border-radius: 12px 12px 12px 12px;
  -webkit-border-radius: 12px 12px 12px 12px;
  -moz-border-radius: 12px 12px 12px 12px;
  -ms-border-radius: 12px 12px 12px 12px;
  -o-border-radius: 12px 12px 12px 12px;
}

.imgaa {
  width: 200px;
  margin: 12px 0;
}

.search-results {
  padding: 20px 12px;
}
.container {
  max-width: 1000px;
  margin: 0px auto;
  padding: 0 0px;
  width: 100%;
  margin-bottom: 48px;
}

.nodata {
  text-align: center;
}
.nodata p {
  color: #666;
  text-align: center;
  font-family: Kanit;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.flex {
  gap: 24px;
  display: flex;
  flex-wrap: wrap;
}

.trending-key a {
  display: flex;
  align-items: center;
  gap: 24px;
  border-radius: 4px;

  padding: 12px;
  background: #FFFFFF;
    box-shadow: 0px 1px 2px 0px rgba(220, 78, 242, 0.1);
    border-radius: 4px 4px 4px 4px;
}

.trending-key a p {
  color: #333;
}
.trending-key a i {
    
    background: linear-gradient(0deg, #4f49e5 0%, #dc4ef2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    padding-top: 2px;
}
.font-size-16 {
 font-family: Arial, Arial;
font-weight: bold;
font-size: 16px;
color: #333333;
line-height: 20px;
    overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.post-catagory-2 {
  font-family: Arial, Arial;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    background: linear-gradient(0deg, #4f49e5 0%, #dc4ef2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
  margin: 8px 0;
}
.t_13 {
 font-family: Arial, Arial;
font-weight: 400;
font-size: 14px;
color: #666666;
line-height: 18px;
    overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.dian {
    width: 70%;
}
.hemianth {
   
    gap: 14px;
}

@media (max-width: 1320px) {
    .container,.flex {
        width: 95%;
      margin: 0 auto;
              margin-bottom: 24px;
    }
}









@media (max-width: 768px) {
  .homee{
    display: block;
}
    .font-size-16 {
           font-size: 16px;
     line-height: 20px;
  }
 .search{
          display: none;
  }
.dian {
    width: 60%;
}
  .header1input input {
    width: 80%;
  }
  .header1input {
    width: 90%;
    padding: 0px 10px 0px 20px;
  }
  .container {
    margin: 16px auto;
  }
  .heading {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 12px;
    font-weight: 600;
  }
  .imgaa {
    width: 120px;
  }
  .nodata p {
    font-size: 12px;
    line-height: 20px;
padding:  0 20px;
  }


  .post-catagory-2 {
    font-size: 12px;
    line-height: 16px;
  }
  .t_13 {
    font-size: 12px;
    line-height: 16px;
  }
  .search-results {
    padding: 0px;
  }
  .flex {
    gap: 12px;
            width: 95%;
        margin: 0 auto;
  }
  .footer {
    margin-top: 0px;
  }
  .shooo {
    padding: 0px 0px;
  }
}

@media (max-width: 840px) {
  .header1input {
            width: 80%;
    padding: 0px 8px 0px 0px;
    margin-right: 14px;
    border-radius: 6px 6px 6px 6px;
  }
  .header1input .icon-search {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header1input .icon-search:before {
    font-size: 16px;
  }
  .header1input input {
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 12px;
    color: #333333;
    line-height: 16px;
  }
  .seach {
    width: 90%;
  }

  .search_btn {
    font-size: 12px;
    line-height: 16px;
    padding: 8px 12px;
    border-radius: 6px 6px 6px 6px;
  }
  .se {
    padding: 12px 0;
    background: #fefaff;
  }
}

@media (max-width: 344px) {
  .icon-search {
    padding-left: 6px;
    padding-right: 0px;
  }
  .search_btn {
    padding: 8px 8px;
  }
}


@media (max-width: 760px) {
  
    .dian {
        width: 38%;
    }
    .homee {
        display: block;
    }
  .trending-key a {
                  font-size: 14px;
        line-height: 18px;
}
      .header1input {
        width: 100%;
       
    }
      .font-size-16 {
        font-size: 14px;
       
        line-height: 18px;
    }
      .header1input input {
       
        width: 100%;
        height: 100%;
    }
}




