.swiper-btns {
  height: 14px !important;
  width: 30px !important;
  overflow: hidden;
  /* display: none !important; */
}
/* .swiper-btns:hover {
  display: block !important;
} */

.dynamic-txts {
  line-height: 92px;
  height: 90px;
  overflow: hidden;
}

.dynamic-txts li {
  position: relative;
  top: 0;
  animation: slide 7s steps(3) infinite;
}
.dynamic-txts li::after {
  background-color: transparent;
  content: "";
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  /* border-left: 1px solid white; */
  animation: typing 5s steps(8) infinite;
}

@keyframes typing {
  40%,
  60% {
    left: calc(100% + 30px);
  }
  100% {
    left: 0;
  }
}

@keyframes slide {
  100% {
    top: -280px;
  }
}

.faq {
  width: 80% !important;
}

.faqs {
  margin: 70px 0 !important;
}

input {
  height: 40px;
  background-color: transparent;
  border-radius: 50px;
  color: white;
  padding: 0 20px;
}

.message {
  height: 100px;
}

.send {
  background-color: rgb(121, 49, 121);
  margin: 0 auto;
}

.send:hover {
  background-color: rgba(121, 49, 121, 0.692);
}
