.txa-hero-1-area {
  position: relative;
}

.txa-hero-1-wrap {
  position: relative;
  z-index: 1;
  backdrop-filter: blur(20px);
}

.txa-hero-1-bg-circle-1 {
  display: block;
  width: 300px;
  height: 300px;
  background: #6400ed;
  border-radius: 50%;
  filter: blur(130px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: hero-1-bg-animation-2 15s linear infinite;
  opacity: 0.7;
}

.txa-hero-1-bg-circle-2 {
  display: block;
  width: 300px;
  height: 300px;
  background: #f000ff;
  border-radius: 50%;
  filter: blur(130px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: hero-1-bg-animation 15s linear infinite;
  opacity: 0.7;
}

.txa-hero-1-bg-circle-3 {
  display: block;
  width: 300px;
  height: 300px;
  background: #ffecc9;
  border-radius: 50%;
  filter: blur(130px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: hero-1-bg-animation-3 15s linear infinite;
}

@keyframes hero-1-bg-animation-3 {
  0% {
    transform: translate(-50%, -100%);
  }

  50% {
    transform: translate(-50%, 70%);
  }

  100% {
    transform: translate(-50%, -100%);
  }
}

@keyframes hero-1-bg-animation-2 {
  0% {
    transform: translate(-200%, 0%);
  }

  25% {
    transform: translate(-200%, -150%);
  }

  50% {
    transform: translate(-100%, 70%);
  }

  75% {
    transform: translate(-150%, 30%);
  }

  100% {
    transform: translate(-200%, 0%);
  }
}

@keyframes hero-1-bg-animation {
  0% {
    transform: translate(0%, 0%);
  }

  25% {
    transform: translate(200%, 0%);
  }

  50% {
    transform: translate(0%, -100%);
  }

  75% {
    transform: translate(150%, 0%);
  }

  100% {
    transform: translate(0%, 0%);
  }
}

.txa-hero-1-content {
  position: relative;
}

.txa-hero-1-content .il-img-1 {
  position: absolute;
  left: 13vw;
  top: 8%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .txa-hero-1-content .il-img-1 {
    left: 8vw;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .txa-hero-1-content .il-img-1 {
    display: none;
  }
}

.txa-hero-1-content .il-img-2 {
  position: absolute;
  right: 8vw;
  top: 13%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .txa-hero-1-content .il-img-2 {
    right: 6vw;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .txa-hero-1-content .il-img-2 {
    display: none;
  }
}

.txa-hero-1-content .il-img-3 {
  position: absolute;
  left: 6vw;
  top: 44%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .txa-hero-1-content .il-img-3 {
    left: 0vw;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .txa-hero-1-content .il-img-3 {
    display: none;
  }
}

.txa-hero-1-content .il-img-4 {
  position: absolute;
  right: 3vw;
  bottom: 38%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .txa-hero-1-content .il-img-4 {
    right: 0vw;
    bottom: 48%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .txa-hero-1-content .il-img-4 {
    display: none;
  }
}

.txa-hero-1-content .il-img-5 {
  transform-origin: top right;
  position: absolute;
  right: 5vw;
  bottom: 15%;
  animation: heroil 4s var(--cube-1) infinite;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .txa-hero-1-content .il-img-5 {
    right: 0vw;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .txa-hero-1-content .il-img-5 {
    display: none;
  }
}

.txa-hero-1-content .subtitle {
  font-size: 22px;
  line-height: 1.27;
  margin-bottom: 27px;
}

@media (max-width: 767px) {
  .txa-hero-1-content .subtitle {
    font-size: 20px;
  }
}

.txa-hero-1-content .title {
  font-size: 65px;
  line-height: 1.16;
  font-weight: 700;
  max-width: 740px;
  margin: 0 auto;
  margin-bottom: 16px;
}

.txa-hero-1-content .title span {
  font-weight: 800;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .txa-hero-1-content .title {
    font-size: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .txa-hero-1-content .title {
    font-size: 55px;
  }
}

@media (max-width: 767px) {
  .txa-hero-1-content .title {
    font-size: 36px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-hero-1-content .title {
    font-size: 45px;
  }
}

.txa-hero-1-content .disc {
  max-width: 660px;
  margin: 0 auto;
  font-size: 22px;
  margin-bottom: 36px;
}

@keyframes heroil {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(30deg);
  }

  0% {
    transform: rotate(0deg);
  }
}

.sear__main-insideer {
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 20px;
  position: absolute;
  overflow-y: scroll;
  height: 500px;
}

.search__resut-list {
  display: flex;
  align-items: center;
}

.search__resut-list .list__thumb {
  flex: 0 0 105px;
  max-width: 105px;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 15px;
}

.list__content-item h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 40px;
}

.search__resut-list .list__thumb img {
  height: 90px;
  object-fit: cover;
}

.search__resut-list:not(:last-child) {
  margin-bottom: 15px;
}

.list__content-item {
  text-align: left;
}

.txa-search-form-1 {
  position: relative;
  z-index: 1;
}

.txa-search-form-1 input {
  width: 100%;
  height: 82px;
  border-radius: 20px;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  color: #9F9F9F;
  text-transform: capitalize;
  padding-left: 25px;
  padding-right: 150px;
  border: 2px solid transparent;
  background-clip: padding-box;
}

@media (max-width: 767px) {
  .txa-search-form-1 input {
    padding-right: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-search-form-1 input {
    padding-right: 150px;
  }
}

.txa-search-form-1 .form-btn {
  position: absolute;
  right: 12px;
  top: 14px;
  z-index: 1;
  padding: 18px 25px;
  border: none;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 10px;
  font-size: 16px;
}

.txa-search-form-1 .form-btn i {
  line-height: 1;
  transform: translateY(3px);
  display: inline-block;
  transition: 600ms var(--cube-1);
}

@media (max-width: 767px) {
  .txa-search-form-1 .form-btn {
    position: relative;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-search-form-1 .form-btn {
    position: absolute;
  }
}

.txa-search-form-1-input-animation {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 20px;
}

.txa-search-form-animation {
  width: 750px;
  height: 750px;
  display: block;
  background: conic-gradient(from 1deg, rgba(0, 0, 0, 0) 0%, #6400ed 10%, #f000ff 12%, transparent 17%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 20px;
  animation: lqd-outline-glow-1 3s linear infinite;
}

@keyframes lqd-outline-glow-1 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.txa-feature-list {
  gap: 30px;
}

.txa-feature-list li {
  font-family: var(--urbanist);
  font-weight: 800;
  color: var(--txa-heading-1);
  text-transform: capitalize;
  font-size: 19px;
  display: inline-block;
}

.txa-feature-list li .icon {
  display: inline-block;
  width: 38px;
  height: 38px;
  background: var(--txa-gd-1);
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  color: #fff;
  font-size: 16px;
  margin-right: 4px;
  transition: 400ms var(--cube-1);
}

.txa-feature-list li .icon i {
  transition: 800ms var(--cube-1);
  display: inline-block;
  line-height: 1;
}

.txa-feature-list li:hover .icon i {
  animation: shake 200ms 2 linear;
  transform: translate3d(0, 0, 0);
  perspective: 1000px;
}

.txa-search-main {
  max-width: 825px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(141, 80, 242, 0.1);
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(30px);
  border-radius: 20px;
  padding: 25px 40px;
}

@media (max-width: 767px) {
  .txa-search-main {
    padding: 25px 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-search-main {
    padding: 25px 40px;
  }
}

.txa-popular-tags {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .txa-popular-tags {
    justify-content: center;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-popular-tags {
    justify-content: unset;
  }
}

.txa-popular-tags-title,
.txa-popular-tags .txa-popular-tags-item {
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.2px;
}

.txa-popular-tags-item {
  background: #fff;
  position: relative;
  border-radius: 5px;
  padding: 3px 15px;
  overflow: hidden;
  z-index: 1;
  transition: 300ms var(--cube-1);
}

.txa-popular-tags-item::after {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--txa-gd-1);
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  transition: 300ms var(--cube-1);
  opacity: 0;
}

.txa-popular-tags-item .txt {
  display: inline-block;
}

.txa-popular-tags-item:hover {
  color: #fff;
}

.txa-popular-tags-item:hover::after {
  opacity: 1;
}

.txa-popular-tags-item:hover .txt {
  animation: pr-btn-1 300ms var(--cube-2);
}

#search-spinner svg {
  fill: #6400ed;
}