.hero-banner {
  position: relative;
  overflow: hidden;
  z-index: 100;
  height: 100dvh;


  video {
    height: 100dvh;
    width: 100%;
    /* 
    object-fit: cover; */
    object-position: center;
  }

  img {
    height: 100dvh;
    width: 100%;

    object-fit: cover;
    object-position: center;
  }

  .banner-cta {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: .75rem;
  }

  /* External pagination styling */
  .external-pagination {
    flex: 1;
    width: auto;
    position: relative;
    text-align: left;
    bottom: 0;
  }

  .external-pagination .swiper-pagination-bullet {
    opacity: 1;
    margin: 0 3px;
    width: 6px;
    margin-bottom: -8px;

    height: 6px;
    border-radius: 6px;
    transition: .5s ease height;


    background-color: rgba(255, 255, 255, 0.28);

  }

  .external-pagination .swiper-pagination-bullet-active {
    background-color: var(--primary-color);

  }

  .swiper-hero {
    width: 100dvw;

    .swiper-wrapper {
      width: 100dvw;
    }

    .swiper-slide {
      display: flex;
      justify-content: center;
      align-items: center;
      background: #000;
      position: relative;

      &:after {
        content: "";
        background: #000;
        position: absolute;
        inset: 0;
        background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 1) 3%, transparent 50%, rgba(0, 0, 0, 1) 97%);
        background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 1) 3%, transparent 50%, rgba(0, 0, 0, 1) 97%);
        background: linear-gradient(90deg, rgba(0, 0, 0, 1) 3%, transparent 50%, rgba(0, 0, 0, 1) 97%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",
            endColorstr="#000000",
            GradientType=1);
      }

      .overlayer {
        position: absolute;
        inset: 0;
        z-index: 10;
        display: flex;
        flex-direction: column;
        justify-content: center;

        .content {
          display: flex;
          flex-direction: column;
          max-width: 750px;

          .heading {
            font-family: 'Inter', sans-serif;
            font-weight: 300;
            font-size: 45px;
            line-height: 65px;
            margin-bottom: 5px;
            color: #fff;
            letter-spacing: calc(2px + (2 * ((100vw - 320px) / 1120)));
            text-transform: uppercase;

            span {
              display: block;
              font-size: 48px;
            }
          }

          .sub-heading {
            font-family: 'Archivo', sans-serif;
            font-weight: 400;
            font-size: 16px;
            line-height: 26px;
            color: #fff;
            max-width: 600px;
            margin-bottom: 70px;
          }
        }
      }
    }
  }
}

.scroll-section {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 0 40px;
  flex-wrap: wrap;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.38); */
  position: absolute;
  bottom: 46px;
  z-index: 10;
  width: 100%;

  .external-pagination {
    position: relative;

    &::after {
      content: "";
      border-bottom: 1px solid rgba(255, 255, 255, 0.38);
      position: absolute;
      left: 30px;
      right: 0;
      bottom: 0;
    }
  }
}

.error-msg {
  color: red;
  font-size: 14px;
  display: block;
  margin-top: 4px;
}

@keyframes pulse {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: .5;
    transform: translateY(5px);
  }
}

/* Responsive */

.section-heading {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 52px;
  line-height: 50px;
  letter-spacing: 0%;
}

.section-heading-sm {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size:calc(30px + (5 * ((100vw - 1600px) / 400)));
  margin-bottom: .5rem
}

.section-sub-heading {
  font-family: 'Archivo', sans-serif;
  font-weight: 200;
  font-style: ExtraLight;
  font-size: 32px;
  line-height: 46px;
  letter-spacing: 0%;

}


.thumbs-slider {
  width: 100%;
  width: 211px;
  aspect-ratio: 311/149;
  overflow: hidden;
  background-color: #eee;


  img {
    width: 100%;
    height: 100%;
    max-width: auto;
    object-fit: cover;
  }


  .thumb-content {
    position: relative;
  }


  .overlay-icon {
    position: absolute;
    inset: 0;
    cursor: pointer;
    display: grid;
    place-content: center;
    background: rgba(0, 0, 0, 0.5);

    &:hover {
      background-color: transparent;
    }
  }

}


/* about prastha  */
.about-dxfactor {
  position: relative;

  /* background: linear-gradient(180deg, #2E2E2E 0%, #000 100%); */
  /* background-image: url('../images/about-banner.jpg');
  background-size: cover; */
  .about-banner-img {
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    /* max-height: 680px; */
  }

  .overlayer-about {
    padding: 109px 40px;
    position: absolute;
    inset: 0;
    z-index: 3;
    display: grid;
    place-content: center;
  }

  .top-section {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .top-left {
    flex: 1;
    flex: 0 0 auto;
    /* padding-bottom: 1em; */
    width: calc((100%/12)*4.5);
  }


  .top-left .para {
    font-family: 'Archivo', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 80px;
    max-width: 500px;
  }

  .top-left .section-sub-heading {
    margin: calc(50px + (20 * ((100vw - 1600px) / 400))) 0  calc(70px + (10 * ((100vw - 1600px) / 400))) 0;
  }


  .top-right {
    flex: 0 0 auto;
    width: calc((100%/12)*7.5);
    flex: 2;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /* margin-top: calc(56px + (5 * ((100vw - 1600px) / 400))); */
  }

  .factor {
    width: calc((100%/12)*3);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    transition: 2s ease-out width;
    gap: 10px;
    padding: .5rem;
    display: flex;
    align-items: center;
    /* margin-top: calc(23px + (5 * ((100vw - 1600px) / 400))); */
    
    

    .f-icon {
      width: 65px;
      height: 65px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      transition: all .3s ease-in-out;
      border: 1px solid rgba(78, 78, 78, 0.3);
      box-shadow: 0 0 20px #fff;
      background-color: rgb(247 248 250 / 46%);

    }

    img {
      transition: filter 1s ease-in-out;
    }

    &:hover {
      .f-icon {
        background-color: #fff;
      }
    }
  }

  .legacy-text {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 3%;
    text-transform: uppercase;

    color: #3C3C3C;
    /* transition: 1s ease opacity; */
    transition: .5s ease all;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-transform: uppercase;

    span {
      display: block;
    }
  }

}

.solution-home {
  padding: 50px 0;

  .solutionMain {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;

    .solutionLeft {
      flex: 0 0 auto;
      width: calc((100% / 12) * 4);

      .solution-tag {
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-style: Regular;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: 7px;
        margin-bottom: 14px;

      }

      .para {
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 0%;
        /* max-width: 336px; */
        margin: 14px 0 38px;
      }
    }

    .solutionRight {
      flex: 0 0 auto;
      width: calc((100% / 12) * 8);

      .framework-grid {
        display: grid;
        /* grid-template-columns: repeat(8, 1fr); */
        gap: 20px;
      }



      .framework-item {
        transition: all 0.3s ease;
        background: #fff;
        min-height: 170px;
        /* aspect-ratio: 5/4; */
        border: 2px solid rgba(74, 74, 74, 0.278);
        border-radius: 10px;
        position: relative;
        overflow: hidden;

        &.media-box {
          border-color: transparent;
        }

        .text-caption {
          position: absolute;
          inset: 0;
          padding: 20px;
          display: flex;
          flex-direction: column;
          justify-content: end;
        }

        &:nth-child(-n+4) .text-caption {
          justify-content: center;
        }
      }

      .framework-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
      }

      .framework-item h5 {
        font-family: 'Roboto', sans-serif;
        font-weight: 600;
        font-size: 16px;
        max-width: 140px;
        line-height: 16px;
        text-transform: uppercase;

      }

      .framework-item p {
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        margin: 14px 0 18px;

      }

      /* .media-box h5,
      .media-box p {
        color: #fff;
      } */

      .framework-item .number {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 14px;
        color: var(--primary-color);
        line-height: 18px;
        letter-spacing: 0%;
        position: absolute;
        bottom: 12px;
        right: 14px;
        z-index: 10;
      }

      .image-item {
        position: relative;
        border-radius: 10px;
        overflow: hidden;
      }

      img {
        width: 100%;
        display: block;

        &+.text-caption,
        &+.text-caption {
          justify-content: end!important;

          h5,
          p {
            color: #fff;
          }
        }
      }

      /* img + .text-caption h5,
img + .text-caption p {
  color: #fff;
} */

    }
  }
}

@media (min-width: 600px) {
  .framework-grid {
    grid-template-columns: repeat(8, 1fr);

    .item-1 {
      grid-area: 5 / 1 / span 2 / span 2;
    }

    .item-2 {
      grid-area: 5 / 3 / span 2 / span 2;
    }

    .item-3 {
      grid-area: 7 / 3 / span 2 / span 2;
    }

    .item-4 {
      grid-area: 6 / 7 / span 2 / span 2;
    }

    .item-5 {
      grid-area: 6 / 5 / span 2 / span 2;
    }


    .item-6 {
      grid-area: 3 / 7 / span 4 / span 2;
    }
  }

}

/* Responsive */


@media (max-width: 768px) {

  .solutionMain {
    flex-direction: column;
  }



  .about-dxfactor {

    .top-section,
    .founder-section {
      flex-direction: column;
      align-items: center;
    }

    .top-right {
      justify-content: space-between;
    }


  }
}




@keyframes rotateBorder {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/* Swiper Slided equal height */
.insights-swiper {
  .swiper-slide {
    height: auto;
    display: flex;
  }
}

@media (min-width: 1800px) {
  .top-left .section-heading {
    font-size: calc(52px + (25 * ((100vw - 1600px) / 400)));
  }

  .about-dxfactor .top-left .section-sub-heading {
    margin: 51px 0 55px;
    line-height: 1.5;
    font-size: calc(18px + (10 * ((100vw - 1600px) / 400)))
      /* font-size: calc(30px + (15 * ((100vw - 1600px) / 400))); */
  }

  .about-dxfactor .top-left .para {
    font-size: 20px;
    margin-bottom: 100px;
  }

}



@media (min-width: 1700px) {

  .thumbs-slider {
    width: 100%;
    width: 300px;
  }
}

@media (min-width:1300px) {
  .solution-home {
    .solutionMain {
        .solutionLeft {
            .para {
              max-width: 336px;
            }
        }
      }
    }
}

@media (min-width:1600px) {}

/* *{border: 1px solid red;} */
@media (min-width: 1280px) and (max-width: 1600px) {
  .scroll-section {
    padding: 14px 60px;

  }

  .about-dxfactor {
    .legacy-text {
      font-size: 14px;
    }
  }


}

@media (min-width: 1350px) and (max-width: 1800px) {}




@media (max-width: 1279px) {

  .thumbs-slider {
    width: 200px;
  }

  .about-dxfactor {
    .overlayer-about {
      padding: 1px 0;
    }

    .factor {
      gap: 5px;
      /* max-width: 172px; */
      flex: 1 1 0;
      /* width: 50%; */
      
        
      .f-icon {
        width: 45px;
        height: 45px;

        img {
          max-width: 22px;
        }
      }

      .legacy-text {
        font-size: 12px;
      }
    }
  }

  .dxConnectMain .dxConnect .dxConnect-title h2,
  .dxInsightMain .dxInsightInn .dxInsights .dxInsights-title h2,
  .dxEcosysMain .dxEcosystem .dxEco-title h2,
  .heading-logo h2,
  .dxMethodMain .dxMethod .dxMethod-title h2,
  .section-heading {
    font-size: 34px;
    line-height: 40px;
  }

  .dxInsightMain .dxInsightInn .dxInsights .dxInsights-title p,
  .dxMethodMain .dxMethod .dxMethod-title p,
  .section-sub-heading {
    font-size: 18px;
    line-height: 1.5;
  }

  .solution-home {

    .solutionMain .solutionRight,
    .solutionMain .solutionLeft {
      width: 100%;
    }
  }


  .scroll-section {
    padding: 6px 60px;

  }

  .btn {
    padding: 8px 18px;
  }

  .hero-banner .swiper-hero .swiper-slide .overlayer .content {
    p {
      max-width: 400px;
    }

    .heading {
      font-size: 35px;
      line-height: 1.35;

      span {
        font-size: 38px;
      }
    }
  }


  .about-dxfactor {
    .top-left .section-sub-heading {
      line-height: 34px;
      margin: 20px 0 25px;
    }

    .top-left .para {
      font-size: 15px;
      margin-bottom: 60px;
    }


  }

  .dxMethodMain {
    height: 80vh;

    .dximpac-bg-img {
      height: 100%;
      width: 100%;
    }

    .dxMethod {

      .iconMain {
        padding: 5px;

        .iconNumber {
          padding: 8px;
        }
      }
    }
  }



  .solution-home {
    padding: 40px 0;

    .solutionMain {
      & .solutionRight {
        .framework-item {
          h5 {
            font-size: 14px;
            line-height: 1.2;
          }

          p {
            font-size: 12px;
            line-height: 1.2;
            margin: 10px 0 13px;
          }
        }
      }
    }

  }

  .solution-home .solutionMain .solutionRight .framework-item .text-caption {
    padding: 12px;
  }

  .content .sub-heading {
    color: #FFF;
    font-size: 14px;
  }

  .dxInsightMain {
    padding: 0px 10px;

    .dxInsightCard {
      .dxInsightImg {
        img {
          display: block;
          aspect-ratio: 3 / 2;
          object-fit: cover;
        }
      }

      .dxInsightContent {
        padding: 15px;

        .dxInsightHead {
          font-size: 16px;
          line-height: 1.5;
        }
      }
    }
  }

  footer {
    .company-info {
      p {
        font-size: 14px;
        line-height: 1.5;
      }
    }
  }
}


@media (max-width: 520px) {

  .thumbs-slider {
    width: 130px;
  }

}



@media (max-width:992px) {
  footer {
    .content {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      margin-bottom: 25px;
      justify-content: space-between;
    }

    .newsletter,
    .company-info {
      width: 100%;
      max-width: 100%;
    }

    .stayTouch,
    .helpful-links {
      width: 50%;
      max-width: 100%;
    }
  }
}

@media (max-width:1023px) {

  .about-dxfactor {
    .top-left .section-sub-heading {
      line-height: 1.3;
      margin: 10px 0 15px;
    }

    .top-left .para {
      font-size: 15px;
      margin-bottom: 20px;
    }
  }

  .about-dxfactor .top-section>* {
    width: 100%;

    .content {
      max-width: 50%;
    }
  }

  .about-dxfactor .top-right {
    gap: 10px;
  }

}

@media (max-width: 991px) {
  .dxMethodMain {
    .overlayer-box {
      padding: 0 50px;
    }

    .dxMethod {
      overflow: hidden;
    }
  }
}

@media (min-width: 992px) { 
  .dxMethodMain {
    .dxMethod-process {
      max-width: 1100px;
      margin: auto;
    }

    .dxMethod-process ul {
      margin-top: 2rem;
      grid-column-gap: 58px;
      padding: 0;
      list-style: none;
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      grid-template-rows: 1fr;
      grid-row-gap: 0px;
    }

    .dxMethod {
      .iconMain {
        &:after {
          content: "";
          position: absolute;
          width: 58px;
          height: 14px;
          background: url(../images/arrow.png) left top no-repeat;
          right: -58px;
          top: 50%;
          margin-top: -7px;
        }
      }
    }
  }
}

@media (min-width: 1400px) {

  .dxMethodMain {
    .dxMethod {
      .iconTxt {
        p {
          font-size: 16px;
          line-height: 24px;
        }
      }
    }

    .dxMethod-process {
      /* max-width: 1300px; */
      margin: auto;

      ul {
        margin: 50px 0 0 0;
        grid-column-gap: 70px;

      }
    }
  }
}

@media (max-width:767px) {
  .about-dxfactor {
    .overlayer-about {
      display: block;
      place-content: start;
    }

    .top-section>* {
      .content {
        max-width: 100%;
      }
    }

    .top-right {
      flex-direction: row;
      display: flex;
    }

    .factor {
      max-width: 100%;
      width: 47%;
      flex: auto;
    }

    .overlayer-about {
      padding: 30px 0;
    }
  }

}

@media (min-width: 768px) and (max-width: 1279px) {
  .dxEcosysMain {
    .dxEco-logos {
      ul {
        justify-content: center;
        grid-template-columns: repeat(4, 1fr);
      }
    }
  }
}

@media (min-width: 521px) and (max-width: 767px) {
  .dxEcosysMain {
    .dxEco-logos {
      ul {
        justify-content: center;
        grid-template-columns: repeat(3, 1fr);
      }
    }
  }

  .dxConnectMain {
    & .dxConnect {
      & .dxScheduleForm {
        ul {
          grid-template-columns: repeat(2, 1fr);
          gap: 10px;
        }
      }
    }
  }
}

@media (max-width: 767px) {
  .hero-banner {
    max-height: 800px;

    img,
    video {
      max-height: 800px;
    }

    video {
      object-fit: cover;
      object-position: center 200px;
    }
  }

  .hero-banner .swiper-hero .swiper-slide .overlayer {
    justify-content: start;
    padding-top: 150px;

    .content {
      .heading {
        font-size: 25px;
        line-height: 1.35;

        span {
          font-size: 26px;
        }
      }

      .sub-heading {
        margin-bottom: 2rem;
      }

    }
  }

  .scroll-section {
    padding: 6px 1rem;
  }

  .cta-insight-top {
    display: none;
  }

  .cta-insight {
    text-align: center;
    padding: 1em 0;
  }

  .dxInsightMain .dxInsightInn .dxInsights .dxInsights-title p,
  .dxMethodMain .dxMethod .dxMethod-title p,
  .section-sub-heading {
    font-size: 16px;
    line-height: 1.5;
  }

  .dxEcosysMain .dxEcosystem .dxEco-title p {
    margin: 1rem 0;
  }

  .dxMethodMain {
    .overlayer-box {
      padding: 0 1em;
    }

    .dxMethod {
      .dxMethod-process {
        margin: 2rem auto;
      }
    }
  }
}

@media (min-width: 768px) {
  .cta-insight {
    display: none;
    text-align: center;
  }
}

@media (max-width: 540px) {
  .about-dxfactor {
    .factor {
      padding: 0;
    }
  }

  .volvo-logo {
    width: 100%;
  }

  .dxImpact-section .content-list {
    text-align: left;
  }

  .swiper-button-prev-insight,
  .swiper-button-next-insight {
    display: none;
  }

  .dxInsightMain {
    padding: 0;

    .dxInsightInn {
      padding: 2rem 1rem 1rem;
    }
  }

  .dxEcosysMain {
    .dxEco-logos {
      ul {
        justify-content: center;
        grid-template-columns: repeat(2, 1fr);
      }
    }
  }

  .dxConnectMain {
    padding: 140px 0 3rem;

    .dxConnect {
      .dxScheduleForm {
        margin-top: 2rem;

        h3 {
          font-size: 16px;
        }

        ul {
          display: grid;
          grid-template-columns: repeat(1, 1fr);
          gap: 10px;
        }
      }
    }
  }
}

@media (max-width: 599px) {
  footer {
    padding: 50px 0 0;

    .content {
      gap: 1rem 0;
    }

    .newsletter .heading {
      margin-bottom: 1rem;
      font-size: 18px;
    }
  }

  .dxMethodMain {
    margin: 20px 0;
    max-height: 650px;
  }

  .framework-grid {
    margin-top: 2rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 440px) {
  header {
    padding: 0 1rem;
  }

  .framework-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dxConnectMain .dxConnect .dxConnect-title h2,
  .dxInsightMain .dxInsightInn .dxInsights .dxInsights-title h2,
  .dxEcosysMain .dxEcosystem .dxEco-title h2,
  .heading-logo h2,
  .dxMethodMain .dxMethod .dxMethod-title h2,
  .section-heading {
    font-size: 26px;
    margin-bottom: .5rem;
    line-height: 1.3;
  }
}

@media (min-width: 1025px) and (max-width: 1799px) {
  .about-dxfactor {
    .top-left .section-sub-heading {
      font-size:calc(23px + (5 * ((100vw - 1600px) / 400)));
      line-height: 1.5;
    }
  }
}
@media (min-width: 1024px) and (max-width: 1179px) {
 
    .about-dxfactor {
        .factor { 
            width: 42%;
                        flex: 1 1 42%;
        }
    }
   
}

 