/* hero-section */

.hero-section {
  background-image: url("../../assets/images/lp-power-dialer/Ellipse\ 28.png");
}

.dialiq_hero_section .hero_subHead {
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #504ee4;
  margin-bottom: 12px;
}

.dialiq_hero_section h1 {
  font-size: 2.75rem;
}

.dialiq_hero_section .hero_desc {
  font-size: 1.125rem;
  color: #3b3a76;
  margin-bottom: 32px;
}
.dialiq_hero_section .logo-scrolling {
  padding-top: 7.062rem;
  padding-bottom: 1rem;
}

/* scrolling logo section */

.powering {
  position: relative;
  font-weight: 500;
  font-size: 1rem;
  line-height: 24px;
  text-transform: capitalize;
  color: #7c7bb0;
  margin-bottom: 24px;
  padding: 0 1rem;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-208.251rem);
  }
}

.slider {
  background: transparent;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.slider::before,
.slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100%;
  position: absolute;
  width: 15%;
  z-index: 2;
}

.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.slider::before {
  left: 0;
  top: 0;
}

.slider .slide-track {
  animation: scroll 30s linear infinite;
  display: flex;
  width: 128.25rem;
}

.slider .slide {
  padding: 1rem 2.5rem;
  text-align: center;
  display: flex;
  align-items: center;
}

/* multi_mode */

.multi_mode {
  padding: 6.25rem 10px 8rem 10px;
  background-image: url("../../assets/images/autoDialer/autoDialerBg.webp");
  background-repeat: no-repeat;
  background-position: 50% -60%;
  background-size: 150% 70%;
}

.mm_heading {
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #504ee4;
  text-align: center;
  margin-bottom: 12px;
}

.mm_desc {
  font-weight: 600;
  line-height: 3rem;
  text-align: center;
  color: #0e0d59;
  margin-bottom: 8px;
}

.mm_message {
  font-size: 1.125rem;
  line-height: 1.69rem;
  text-align: center;
  color: #3d3c7d;
  max-width: 901px;
  margin-bottom: 5.125rem;
}

.featureSectionList {
  gap: 1.875rem;
  max-width: 1140px;
  width: 100%;
}

.featureSectionListLeft {
  width: 41.67%;
}

.featureSectionListImg {
  width: 100%;
  height: auto;
  display: none;
}

.featureSectionListImg.active {
  display: block;
  animation: fadeIn 0.5s ease forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.featureSectionListRight {
  width: 58.33%;
  gap: 1rem;
}

.featureSectionListCard {
  padding: 16px 20px;
  border-radius: 12px;
  border: 1px solid #f0f0f0;
  background: #fff;
  cursor: pointer;
}

.featureSectionListCard.active {
  padding: 20px;
  border: 1px solid #cfcef7;
  box-shadow: 0px 2px 54px 0px rgba(0, 0, 0, 0.04);
}

.featureSectionListCardHeading {
  color: #676684;
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0px;
  transition: all 0.5s ease;
}

.featureSectionListCard.active .featureSectionListCardHeading {
  color: #504ee4;
  font-size: 1.375rem;
  font-weight: 700;
}

.featureSectionListCardArrow {
  transition: all 0.5s ease;
}

.featureSectionListCard.active .featureSectionListCardArrow {
  transform: rotate(90deg);
}

.featureSectionListCardContent {
  height: 0px;
  overflow: hidden;
  transition: all 0.5s ease;
  opacity: 0;
}

.featureSectionListCard.active .featureSectionListCardContent {
  opacity: 1;
}

.featureSectionListCardLine1 {
  margin: 12px 0px;
  height: 2px;
  background-color: #ebebff;
  position: relative;
}

.featureSectionListCardLine2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #dee1ff 0%, #4b5dff 100%);
}

.featureSectionListCard.active .featureSectionListCardLine2 {
  animation: lineMove 8s linear;
}

@keyframes lineMove {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

.featureSectionListCardDesc {
  color: #3d3c7d;
  font-size: 0.875rem;
  margin-bottom: 20px;
}

.featureSectionListCardLM{
  color: #504EE4;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.featureSectionListCardLMArrow{
  margin-left: 8px;
  height: 18px;
  transition: all 0.3s;
}

.featureSectionListCardLM:hover .featureSectionListCardLMArrow{
  transform: translateX(4px);
}

.featureSectionListCardImg {
  display: none;
  width: 100%;
  height: auto;
  margin-top: 3rem;
}

/* dialiq_improve */

.dialiq_improve {
  margin-bottom: 8rem;
}

.dialiq_improve h2 {
  font-weight: 600;
  line-height: 3rem;
  text-align: center;
  color: #0e0d59;
  margin-bottom: 4rem;
}

.auto_v {
  background: linear-gradient(180deg, #f9f9ff 0%, #d9d9ff 100%);
  border: 1px solid #ebeaff;
}

.auto_v_box {
  padding: 24px 0px 38px 24px;
}

.box_heading {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  text-align: left;
  color: #353470;
  margin-bottom: 4px;
}

.box_content {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: #555490;
  margin-bottom: 0px;
}

.box_wrapper {
  height: 360px;
  border-radius: 8px;
}

.call {
  border: 1px solid #ebeaff;
  background: #f9f9ff;
  border-radius: 8px;
}

.dialiq_improve_box {
  gap: 30px;
}

.local,
.auto_t {
  border: 1px solid #ebeaff;
  background: #f9f9ff;
}

/* cta_section */

.cta_section {
  padding: 7rem 10px;
  background: linear-gradient(180deg, #5452be 0%, #161489 100%);
}

.cta_section h1 {
  font-weight: 600;
  line-height: 3.75rem;
  text-align: center;
  color: white;
  max-width: 707px;
  margin-bottom: 40px;
}

.cta_section button {
  padding: 14px 24px;
  border-radius: 4px;
  background: linear-gradient(
    93.44deg,
    #4f95ff -1.83%,
    #3686ff 62.21%,
    #649ff9 99.82%
  );
  color: white;
  font-size: 18.67px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.02em;
  border: none;
  outline: none;
  cursor: pointer;
}

.hero-play-icon {
  width: 112px;
}

.dialiq_video_box {
  background-color: #c6dcf1;
}

@media only screen and (max-width: 786px) {
  .hero-section2 {
    padding-top: 18.125rem;
  }
  
  .featureSectionListLeft {
    display: none;
  }

  .featureSectionListRight {
    width: 100%;
  }

  .featureSectionListCardDesc {
    font-size: 1rem;
  }

  .featureSectionListCardImg {
    display: block;
  }

  .box_wrapper{
    height: auto;
  }
}

@media only screen and (max-width: 425px) {
  .hero-section2 {
    padding-top: 20.125rem;
  }
}
