.av-search-module {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 102;
  height: 100vh;
  z-index: -1;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: all 0.2s linear;
  transition-delay: 0.1s;
}
.av-search-module .asm-content-box {
  background-color: #fff;
  padding-top: 80px;
  min-height: calc(100% - 69px);
}
.av-search-module .asm-content-box .asm-input {
  border-bottom: 1px solid #bfbfbf;
  gap: 14px;
  margin-bottom: 80px;
}
.av-search-module .asm-content-box .asm-input h3 {
  margin-bottom: 0;
}
.av-search-module .asm-content-box .asm-input h3,
.av-search-module .asm-content-box .asm-input input {
  font-size: 20px;
  line-height: 29px;
}
.av-search-module .asm-content-box .asm-input input {
  width: 100%;
}
.av-search-module .asm-content-box .asm-input input::placeholder {
  opacity: 0.2;
}
.av-search-module .asm-content-box .asm-input button {
  background-color: transparent;
  cursor: pointer;
}
.av-search-module .asm-content-box .asm-input button.btn-submit-search, .av-search-module .asm-content-box .asm-input button.btn-submit-search {
  padding-bottom: 4px;
}
.av-search-module .asm-content-box .section-title {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 32px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.av-search-module .asm-content-box .section-title h2 {
  text-transform: capitalize;
}
.av-search-module .close-module {
  height: 69px;
  width: 100%;
  border: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.04em;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  background-color: transparent;
}
.av-search-module.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 102;
}
.av-search-module .asm-category {
  font-size: 12px;
  font-weight: 500;
  color: #1a1a1a;
  padding: 6px 16px;
  border-radius: 14px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 12px;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 0.04em;
  display: inline-block;
}
.av-search-module .asm-category.light {
  background-color: #fff;
}
.av-search-module .asm-category.dark {
  background-color: #efefef;
}
.av-search-module .asm-category.light:hover, .av-search-module .asm-category.dark:hover {
  color: #fff;
  background-color: #1a1a1a;
}
.av-search-module h6 {
  font-size: 17px;
  margin-bottom: 20px;
  line-height: 25px;
}
.av-search-module .card-bottom-by {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.av-search-module .card-bottom-by span,
.av-search-module .card-bottom-by a {
  font-size: 10px;
  display: inline-block;
}
.av-search-module .card-bottom-by span {
  color: #646464;
}
.av-search-module .card-bottom-by a {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: uppercase;
  text-decoration: none;
}
.av-search-module .card-bottom-by a:hover {
  opacity: 0.6;
}
.av-search-module .asm-list-content-box {
  padding-bottom: 40px;
}
.av-search-module .asm-list-item {
  margin-bottom: 40px;
}
.av-search-module .asm-list-item .asmli-image {
  margin-bottom: 20px;
  border-radius: 12px;
  overflow: hidden;
}
.av-search-module .asm-list-item .asmli-image img {
  height: 160px !important;
  object-fit: cover;
}
.av-search-module .asm-list-item .asmli-content > a:not(.asm-category) {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  color: #1f1f1f;
  margin-bottom: 12px;
}

@media (min-width: 992px) {
  .av-search-module h6 {
    font-size: 18px;
    line-height: 26px;
  }
  .av-search-module .section-title {
    margin-bottom: 40px;
  }
}

/*# sourceMappingURL=search-model.css.map */
