.list-demo .list-demo-category {
  text-align: center;
  margin-bottom: 50px;
}
.list-demo .list-demo-category__btn {
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 60px;
  background-color: #f3f3f3;
  transition: all 0.3s ease-in-out;
}
.list-demo .list-demo-category__btn.active {
  background-color: var(--thim-body-primary-color);
}
.list-demo .list-demo-inner {
  display: grid;
  grid-template-columns: var(--list-demo-inner, repeat(3, 1fr));
  row-gap: var(--list-demo-inner-row-gap, 30px);
  -moz-column-gap: var(--list-demo-inner-column-gap, 30px);
       column-gap: var(--list-demo-inner-column-gap, 30px);
}
.list-demo__item {
  transition: all 0.3s ease-in-out;
  animation: animate 0.5s ease;
}
.list-demo__item__image {
  position: relative;
}
.list-demo__item__image img {
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
}
.list-demo__item__image__feature {
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
  color: #fff;
  background-color: var(--thim-body-primary-color);
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  text-transform: capitalize;
}
.list-demo__item__image__feature.hot {
  background-color: #F22C2C;
}
.list-demo__item__image__feature.new {
  background-color: #1CD772;
}
.list-demo__item__title {
  text-align: center;
  font-weight: var(--thim-font-title-variant);
  color: var(--thim-font-title-color);
  margin-top: 20px;
  text-transform: capitalize;
}

@keyframes animate {
  0% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
.back-to-top__swapper {
  transition: all 0.3s;
  transform: translateY(100px);
}

.back-to-top__swapper.scrolldown {
  transform: translateY(0);
}

.list-table {
  border-style: solid;
  border-color: var(--thim-widget-landing-border);
  border-width: var(--thim-widget-landing-border-width, 1px);
  border-right: 0;
  border-bottom: 0;
  background-color: var(--thim-widget-landing-background);
}
.list-table__item {
  flex: 1;
  color: var(--thim-widget-landing-text-color);
  border-style: solid;
  border-color: var(--thim-widget-landing-border);
  border-width: var(--thim-widget-landing-border-width, 1px);
  border-top: 0;
  border-left: 0;
}

.list-video__wapper {
  display: flex;
}
.list-video__wapper__left {
  width: 860px;
  max-width: 100%;
  margin-right: 10px;
}
.list-video__wapper__right {
  width: 420px;
  max-width: 100%;
  overflow-y: scroll;
}

.list-play {
  margin: 0;
  padding: 0;
}
.list-play__image {
  margin-right: 15px;
}
.list-play__video {
  display: none;
}
.list-play__video.active {
  display: block;
}
.list-play__item {
  display: flex;
  align-items: center;
  list-style-type: none;
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .list-video__wapper {
    display: block;
  }
  .list-video__wapper__left {
    width: 100%;
    margin-bottom: 20px;
  }
  .list-video__wapper__right {
    width: 100%;
  }
}
.element-slide {
  display: unset !important;
}
.element-slide .slick-slide {
  margin: 0 15px;
}
.element-slide > ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.element-slide > ul > li {
  width: 8px;
  height: 8px;
  background: black;
  border-radius: 50%;
  margin: 0 5px;
}
.element-slide > ul > li > button {
  display: none;
}
.element-slide > ul .slick-active {
  width: 15px;
  height: 15px;
  background: #4F98FF;
}

@media only screen and (max-width: 576px) {
  .form-install__domain {
    display: none;
  }
}
/**/
.list-element__item__title {
  margin-top: 20px;
  text-align: center;
}

.list-element-category {
  display: flex;
  align-items: center;
  justify-content: center;
}

.list-element-category__btn:focus {
  outline: none;
}

.form-install__form {
  display: flex;
  align-items: center;
  background: #fff;
  color: #000;
  border: 0;
  border-radius: 5px;
  box-shadow: 3px 7px 35px rgba(230, 230, 230, 0.5);
  font-size: 16px;
  overflow: hidden;
  padding: 8px 8px 8px 20px;
  position: relative;
  width: 600px;
  max-width: 100%;
  margin: auto;
}
.form-install__domain {
  padding-right: 10px;
}
.form-install__input {
  flex: 1;
  height: 100%;
  border: none !important;
}
.form-install__input:focus-visible {
  outline: none !important;
}
.form-install__btn {
  display: flex;
  align-items: center;
  border: none;
  background-color: #5D7DFF !important;
  padding: 8px 22px;
  border-radius: 5px;
  font-size: 14px;
  color: #fff !important;
}
.form-install__btn:hover {
  color: #fff;
  background-color: #5D7DFF;
}
.form-install svg {
  width: 18px;
  fill: #fff;
  margin-left: 5px;
}

.form-install__btn[disabled] {
  opacity: 0.7;
}

.testimonial__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial__left {
  width: 50%;
  margin: 0 -50px;
}
.testimonial__left__content {
  display: flex;
  align-items: center;
  padding: 35px 60px;
  margin-bottom: 15px;
  border-radius: 20px;
}
.testimonial__left .slick-center {
  background: #FFFFFF;
  box-shadow: 5px 7px 50px rgba(0, 0, 0, 0.07);
}
.testimonial__left .slick-list {
  padding: 0 50px !important;
}
.testimonial__right {
  width: 50%;
  padding-left: 120px;
}
.testimonial__right .slick-list {
  pointer-events: none;
}
.testimonial .testimonial-avatar {
  width: 120px;
  max-width: 120px;
  height: 120px;
  margin-right: 30px;
}
.testimonial .testimonial-name {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .testimonial__inner {
    display: block;
  }
  .testimonial__left {
    width: 100%;
  }
  .testimonial__right {
    width: 100%;
    padding-left: 0;
  }
}
/*# sourceMappingURL=style.css.map */
