/*home hero section code start here*/

   .hero-slider{
               height:auto;
               padding:150px 0;
               width:100%;
               overflow: hidden;
               
           }
           .hero-slider video{
               height:100%;
               width:100%;
            object-fit: cover;
            position: absolute;
            left:0;
            top:0;
               
           }
          .hero-slider .slider-content{
               z-index: 1;
               position: relative;
           }
           
/*home second text slider code start here*/

section#akuinfiniteslider {
    padding: 10px 0;
    background: #341c0f;
}
#akuinfiniteslider{
  .service-offer-wrapper .service-offer-box {
  position: relative;
  --duration: 120s;
  --gap: 10px; /* Default gap to avoid animation stuttering */
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap: var(--gap);
}

.service-offer-wrapper .service-offer-box:first-child {
  --duration: 100s;
}

.service-offer-wrapper .service-offer-box:last-child {
  --duration: 80s;
}

.service-offer-wrapper .service-offer-box.marquee--reverse .service-offer-group {
  animation-direction: reverse;
}

.service-offer-wrapper .service-offer-box .service-offer-group {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  -webkit-animation: scroll var(--duration) linear infinite;
  animation: scroll var(--duration) linear infinite;
}

.service-offer-wrapper .service-offer-box .service-offer-group .text {

 
        font-size: 24px;
        line-height: 28px;

  text-align: center;
  letter-spacing: 0.02em;
  text-transform: capitalize;
 color: var(--primary-color);

  display: inline-block;

  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.service-offer-wrapper .service-offer-box .service-offer-group .text svg {
  margin: 0 28px;
  width:28px;
}

}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}


/*home section 3 code start here*/

#home-product-section .tab-button-group{
    margin:unset;
    border:none;
    gap: 15px;
}
 

#home-product-section .tab-content.description-review-bottom {
    border-radius: 5px;
    padding: 40px 0;
}

h3.product-name {
  
    margin: 10px 0;
}

.project-call-to-cation{
    background: #341c0f;
}

.project-call-to-cation p{
    font-size: 18px;
}
.project-call-to-cation p {
    font-size: 22px;
    line-height: 36px;
}
#project-call-to-cation-one{
    background-image:url('../banner-image/NP-Homepage-Updated-Quiz-Desktop.jpg');
    padding: 100px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#project-call-to-cation-one .section-title > h2 {
 
    font-weight: 600;
    line-height: 60px;
  
}


.tab-button-group {
    margin: unset;
    border: none;
    gap: 15px;
}
#homefive .tab-content.description-review-bottom {
    border-radius: 5px;
    padding:20px 0;
}


#homefive img.main-image.w-100{
    filter:unset;
}
#homefive .akuTabContent-image {
    padding: 0px 0px 0px 30px;
}