/* For Website Design */
.slider__bg {
  background-repeat: no-repeat;
  background-size: cover;
}

.web-design-form {
  background-color: #fff;
  padding: 30px 50px;
  border-radius: 8px;
}

.slider--active .slick-dots {
  display: none;
}

.slider__bg {
  height: calc(100vh - 65px);
}

.header-top__info_text--big a {
  color: #14133b;
}

.price-item:hover p {
  color: #fff;
}

.price-item__original {
  font-size: 26px;
}

.whatsapp-icon img {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
}

.limited-time-period {
  max-width: fit-content;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;

  transform: scale(1);
  box-shadow: 0 0 0 0 rgb(207 226 255);
  animation: pulse-blue 2s infinite;
}

.price-item:hover .integration,
.price-item:hover .price-item__content h2,
.price-item:hover .price-item__content h4 {
    color:#fff;
}

.content-center {
    padding-left: 30px;
}

.price-item .content-center h2,
.price-item .content-center h4 {
    margin-left: -30px;
}

.tab-pane {
    padding: 20px 0;
}


@keyframes pulse-blue {
  0% {
    box-shadow: 0 0 0 0 rgba(52, 172, 224, 0.7);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(52, 172, 224, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(52, 172, 224, 0);
  }
}

@media (max-width: 821px) {
  .slider__bg {
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hero {
    text-align: center;
  }

  .slider-content__title_big,
  .slider-content__text {
    max-width: 100%;
  }

  .slider-content {
    margin: 10px 0 20px 0;
  }
}

@media (max-width: 769px) {
  body {
    text-align: center;
  }

  .web-design-form {
    padding: 20px 10px;
    border-radius: 8px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-widget__title_heading::before {
    display: none;
  }
}