.heroSec{
    width: 100%;
    height: 100vh;
    background: var(--black);
}
.creative-showcase--slider .swiper-slide{
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
    padding: 80px 0;
}
.creative-showcase--slider .swiper-slide .slide-bg{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.creative-showcase--slider .swiper-slide .overlay-dark:before{
	    opacity: .3;
	background: #1d1d1d;
	    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}
.creative-showcase--slider .swiper-slide .video-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.creative-showcase--slider .swiper-slide .video-container video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}
.swiper-slide .slide-bg .slide-container {
  
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 7;
    padding-left: 15px;
    padding-right: 15px;
}
.slide-bg .slide-container .slide-row {
    display: flex;
    flex-wrap: wrap;
}
.slide-container .slide-row .slider-content {
    flex: 0 0 auto;
    width: 60%;
 
}
.width-66{
    width: 66%!important;
}


.slider-content .slide-subtitle {
    font-size: 17px;
    line-height: 23px;
    color: #fff;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 20px;


}
.slider-content .slide-heading{
    font-size: 44px;
    line-height: 48px;
    color: #fff;
    margin: 0px;
   margin-bottom: .2rem;
}
.slider-content .slide-heading span.textSmall{
    font-size: 24px;
    line-height: 30px;
}
.slider-content hr{
    border-color: var(--white);
    transition: all;
}
.slider-content .slide-heading a{
 text-decoration: none;
    color: #fff;
    outline: none;
}
.slider-content .slide-heading a span{
	display: inline-block;
}
.overlay-light .slider-content .slide-heading a{
color: #000;
}
.overlay-light .slider-content .slide-subtitle {
color: #000;
}
.creative-showcase--slider .creative-button--wrapper .swiper-button-prev,
.creative-showcase--slider .creative-button--wrapper .swiper-button-next{
     position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: auto;
    color: #fff;
    z-index: 9;
    cursor: pointer;
    width: auto;
    bottom: 30px;
   font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: normal;
}
.creative-showcase--slider .creative-button--wrapper .swiper-button-next{
    right: 120px;
}
.creative-showcase--slider .creative-button--wrapper .swiper-button-prev{
	left: 120px;
}
.creative-showcase--slider .creative-button--wrapper .swiper-button-next:after, 
.creative-showcase--slider .creative-button--wrapper .swiper-button-prev:after{
	display: none;
}
.creative-showcase--slider .creative-button--wrapper .swiper-button-prev i{
	    margin-right: 25px;
}
.creative-showcase--slider .creative-button--wrapper .swiper-button-next i{
	margin-left: 25px;
}
.creative-showcase--slider .banner-horizental .swiper-pagination {
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
}
.creative-showcase--slider .banner-horizental .swiper-pagination-bullet {
    background: transparent;
    margin: 0 10px !important;
}
.creative-showcase--slider .banner-horizental .path {
    display: none;
}
.creative-showcase--slider .banner-horizental .swiper-pagination-bullet-active .path{
	    display: inline-block !important;
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    -webkit-animation: dash linear 10s;
    animation: dash linear 10s;
    -webkit-animation-iteration-count: unset;
    animation-iteration-count: unset;
}
@keyframes dash{
	0% {
    stroke-dashoffset: 1000;
}

100% {
    stroke-dashoffset: 0;
}
}

/* Custom Navigation (Inside Bootstrap Container) */
.custom-navigation {
    position: absolute;
    bottom: 40px;
    width: 100%;
    left: 0;
}

.custom-navigation .swiper-button-prev,
.custom-navigation .swiper-button-next {
    position: static;
    width: 64px;
    height: 30px;
    border: 1px solid var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
}

.custom-navigation .swiper-button-prev::after,
.custom-navigation .swiper-button-next::after {
    font-size: 16px;
    color: #fff;
}
.custom-navigation .swiper-button-prev:hover,
.custom-navigation .swiper-button-next:hover{
    background: var(--white);
}
.custom-navigation .swiper-button-prev:hover:after,
.custom-navigation .swiper-button-next:hover:after{
    color:var(--black);
}

.custom-navigation .swiper-button-prev::after{
    content: '\F12F';
    font-family: "bootstrap-icons";
}
.custom-navigation .swiper-button-next::after{
    content: '\F138';
    font-family: "bootstrap-icons";
}

.heroBtn{
    background: transparent;
    border: 1px solid var(--white);
}
.heroBtn:hover{
    color:var(--black);
}
.heroBtn:before{
    background: var(--white);
    color:var(--black)
}
.resourceSec .tab-content{
    display: none;
}
  .tab-content.active {
      display: block;
    }
/* Case studies carousel  */


.csBox{
    position: relative;
    width: 100%;
    height: 385px;
    background: var(--black);
    box-shadow: 0px 7px 10px rgba(0,0,0, 0.5);
    padding: 30px;
    display: flex;  
	align-items: flex-start;
    transition: 0.5s;
    overflow: hidden;
}
/* .csBox:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(6,3,5);
    background: linear-gradient(180deg, rgba(6,3,5,1) 0%, rgba(0,212,255,0) 100%);
    z-index: 2;
    transition: 0.5s;

} */

.csBox:hover .info{
    margin-top: 15px;
}

.csBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
 
}
.csBox:hover img{
    transform: scale(1.1);
} 

.info {
    position: relative;
    z-index: 3;
    color: white;
    transition: 0.5s;
    margin: 0px;
}
.info h4 {
    font-size: 17px;
    color: var(--white);
    font-weight: normal;
}
.csBox:hover .info {
    opacity: 1;

}
.csContent{
 margin-top: 20px;
}
.csContent p{
    font-size: 15px;
    line-height: 21px;
    min-height: 83px;
    margin-bottom: 0;
}
.swiper-button-prev {
    display: none;
}
.caseStudySlider .swiper-button-next{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--white);
}
.caseStudySlider .swiper-button-next:after{
    font-size: 20px;
    color:var(--black);
}





/* client logo slider */
.clientSec {
    position: relative;
    z-index: 3;
}

.marquee {
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: 5px;
    -webkit-mask-image: linear-gradient(90deg, transparent, #fff 30%, #fff 70%, transparent);
    mask-image: linear-gradient(90deg, transparent, #fff 30%, #fff 70%, transparent);

}

.marqueeGroup {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 10px;
    min-width: 100%;
    -webkit-animation: scroll-x 15s linear infinite;
    animation: scroll-x 15s linear infinite;
   
}

.marqueeGroup:hover {
    animation-play-state: paused;
}

.marquee .logoBox {
    display: grid;
    place-items: center;
    width: 200px;
    fill: var(--color-text);
    background: var(--black);
    aspect-ratio: 16 / 9;
    padding: 15px;
    border-radius: 0.5rem;
    border: 1px solid #ddd;
    transition: background-color 0.3s ease;
    margin-bottom: 10px;

}

.marquee .logoBox img {
    max-width: 100%;
    max-height: 60px;
    object-fit: contain;
    filter: grayscale(100%) brightness(120%);
}

.marquee .logoBox:hover {
    background: var(--white);
}
.marquee-reverse .marqueeGroup {
    animation-direction: reverse;
    animation-delay: -3s;
  }
  
@keyframes scroll-x {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.logoSlider .swiper-slide{
    border: 1px solid #bdbdbd;

}

.logoSlide{
    display: grid;
    place-items: center;
    width: 100%;
    aspect-ratio: 16 / 9;
    padding: 10px;
    height: 140px;
 
}

.logoSlide img {
    max-width: 100%;
    max-height: 75px;
    object-fit: contain;
 

}

.logoSlider .swiper-slide:hover img{
    filter: grayscale(100%) brightness(120%)
}
.logoSlider .swiper-button-next{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--black);
}
.logoSlider .swiper-button-next:after {
    font-size: 20px;
    color: var(--white);
}


/* Award section start here */
.awardSec{
    position: relative;
}


.awardSlider {
    padding-left: calc((100vw - 1140px) / 2);
  
}
.awardImg{
    height: 185px;
    overflow: hidden;
}
.awardImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.awardContent .awardTitle {
    font-size: 19px;
    line-height: 24px; 
    color: var(--blackLight);
    font-family: 'gilroy-semibold'; 
    min-height:50px;
   
}

.awardContent .awardText{
    font-size: 14px;
    line-height: 18px;

}
.awardYear{
    font-size: 12px;
    color:#626262;
}
.swiper-button-container {
    margin-top: 60px;
    display: flex
;
    gap: 5px;
    z-index: 10;
    width: fit-content;
}

.awardSlider .swiper-button-next,
.awardSlider .swiper-button-prev {
    width: 48px;
    height: 48px;
    background: var(--black);
}

.custom-arrow {
    width: 40px;
    height: 40px;
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: all 0.3s ease;
    position: static;
}
.custom-arrow:after {
    font-size: 20px;
}
.custom-arrow:hover {
    background: var(--primary);
}
.awardSlider .swiper-button-next:after, .awardSlider .swiper-button-prev:after{
        font-size: 20px;
    color: var(--white);
}



.postImg{
    max-height: 300px;
    overflow: hidden;
}
.postTitle {
    font-size: 20px;
    line-height: 28px;
}


/* What we do services tab section */
.tabLeft {
    position: relative;
    width: 100%;
    height: auto;
  }

.tabContent h4{
    font-size: 34px;
    font-weight: 500;
    line-height: 1.2;
    color:var(--black);
    font-family: 'gilroy-semibold';
   
}
.tabContent h5{
    font-size: 18px;
    line-height:26px;
    font-weight: normal;
}
.tabContent p{
    font-size: 14px;
    line-height: 20px;
}
.tabList,
.tabList li {
    list-style-type: disc;
    font-size: 13px;

}
.tabList{
    padding-left: 15px;
}

.industryImage{
    height: 360px;
     position: relative;
     width: 100%;
}

.industryImage img{
   width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Feature flip box Section Start */
  .flipBox {
      background-color: transparent;
      width: 100%;
      height: 400px;
      perspective: 1000px;
  }

  .flipBox:hover .flipBoxInner {
      transform: rotateY(180deg);
  }

  .flipBoxInner {
      position: relative;
      width: 100%;
      height: 100%;
      text-align: center;
      transition: transform 0.6s;
      transform-style: preserve-3d;
  }

  .flipBoxFront,
  .flipBoxBack {
      position: absolute;
      width: 100%;
      height: 100%;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      overflow: hidden;

  }

  .flipBoxFront {

      color: var(--white);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      font-weight: bold;

      z-index: 1;
  }

  .flipBoxFront:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      z-index: -1;
  }

  .flipBoxBack {
      background-color: var(--black);
      color: var(--white);
      transform: rotateY(180deg);
      padding: 15px;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      justify-content: center;
  }

  .flipBoxFront .title,
  .flipBoxBack h2 {
      font-size: 24px;
      margin-bottom: 0px;
  }

  .flipBoxBack p {
      margin-top: 20px;
      font-size: 13px;
      line-height: 20px;
      letter-spacing: .02rem;
  }
/* Feature flip box Section End */



/* Feature box slide up Section start */
.insightBox{
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    cursor: pointer;

}
.featureSec .insightBox:after{
    content: "";
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0));
}
.insightBox img {
     width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.4s ease;
}
.initialTitle{
    position: absolute;
      bottom: 0;
      width: 100%;
      color: white;
      padding: 15px;
      font-size: 24px;
      font-weight: 500;
      z-index: 3;
      transition: opacity 0.3s ease;
    }
.featureSec .initialTitle{
       font-size: 22px;
       line-height: 28px;
}
  .insightBox:hover .initialTitle{
      opacity: 0;
    }  



    .overlayContent {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 30px;
      color: white;
      z-index: 3;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      background: var(--black);
      transform: translateY(100%);
      transition: transform 0.3s ease;
    }

.insightBox:hover .overlayContent{
  transform: translateY(0);
}

.featureSec .overlayContent h3{
       margin: 0;
      font-size: 20px;
      line-height: 26px;
    letter-spacing: .32px;
}

.featureSec .overlayContent p {
      margin-top: 20px;
      font-size: 13px;
      line-height: 17px;
      letter-spacing: .02rem;
    }


.insightBox:hover img{
    transform: translateY(-20px);
}

.insightBox .siteLink img {
    height: 8px;
    transform: translateZ(0);
    width: 12px;
}
/* Feature box slide up Section End */

/* Image Overlapped Section Start */

.gallery {
    display: flex;

}

.gallery h1 {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 25px;
    font-family: 'gilroy-semibold';
    font-weight: 600;
}

.gallery p {
    font-size: 18px;
    line-height: 25px;
}
.desktopContentSection.bgBlackLight h1, .desktopContentSection.bgBlackLight p{
    color:var(--white);
}

.right {
    width: 50%;
}

.left {
    height: 100vh;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.desktopContent {
    margin: auto;
    width: 100%;
}

.desktopContentSection {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10%;

}

.desktopPhotos {
    width: 50vw;
    height: 50vw;
    position: relative;
    overflow: hidden;

}

.desktopPhoto {
    position: absolute;
    width: 100%;
    height: 100%;
}

.desktopPhoto img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/* small screen / mobile layout */
.mobileContent {
    display: none;
    width: 80vw;
}

.mobilePhoto {
    width: 80vw;
    height: 80vw;
    margin-top: 5em;
    border-radius: 6vw;
}

.slideSection {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.slides-wrapper {
    display: flex;
    flex-wrap: nowrap;
    height: 100vh;
}

.slideSection .section {
    width: 40vw !important;
    height: 100vh;
    flex: 1 0 40%;
    margin: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    z-index: 1;
}





/* ======================  Responsive css  Start here s =============================== */
@media (max-width: 991px) {
    .slide-container .slide-row .slider-content {
        flex: 0 0 auto;
        width: 100%;
        margin-left: 0px;
    }

    .slider-content .slide-heading {
        font-size: 72px;
    }

    .creative-showcase--slider .banner-horizental .swiper-pagination {
        display: none;
    }

    .creative-showcase--slider .creative-button--wrapper .swiper-button-prev {
        left: 15px;
    }

    .creative-showcase--slider .creative-button--wrapper .swiper-button-next {
        right: 15px;
    }

}



  @media screen and (max-width: 767px) {

      .creative-showcase--slider .swiper-slide {
          transform: none;
          backface-visibility: visible;
          overflow: visible;
      }

      .slide-container .slide-row .slider-content {
          padding-left: 0px;
          padding-right: 0px;
      }

      .slider-content .slide-heading {
          font-size: 32px!important;
          line-height: 38px;
      }

      .slider-content .slide-subtitle {
          margin-bottom: 15px;
          margin-top: 15px;
          font-size: 14px;
          line-height: 18px;
      }

      .sectionTitle h2 {
          font-size: 34px;
          line-height: 38px;
      }
      .gallery{
        padding-bottom: 60px;
      }
      .gallery h1 {
          font-size: 30px;
      }

      .right {
          display: none;
      }

      .left {
          height: auto;
          width: 100%;
          align-items: center;
      }

      .desktopPhotos {
          display: none;
      }
      .mobilePhoto{
        width: 100%;
        height: auto;
        margin-bottom: 20px;
      }
      .mobileContent {
          display: block;
          width: 100%;
          padding: 15px;
      }
      .absImg{
        position: static;
      }
      .sectionTitle.big h2 {
        font-size: 45px;
        line-height: 50px;
      }
      .videoText {
      
        padding: 0 30px;
        width: 100%;
     
    }
    .postBox{
        margin-bottom: 20px;
    }
    .marqueeText{
        font-size: 48px;
    }
    .counterSec,  .counterSec .counters{
        padding-top: 30px;
    }
    .counter-box .number, .counter h1{
        font-size: 48px;
    }
    .awardBox{
        padding: 15px;
    }
    ul.myPills  {
        overflow-x: auto;
        flex-wrap: nowrap;
    }
    .nav-justified.myPills .nav-item{
        flex-basis: auto;
    }
  
    .myPills .nav-link{
        font-size: 13px;
        padding: 5px;
    }
    .myPills .nav-link:before{
        width: 100%;
    }
    .caseStudySlider .swiper-button-next, 
    .caseStudySlider .swiper-button-prev,
    .awardSlider .swiper-button-next,  .awardSlider .swiper-button-prev{
      display: none !important;
    }
    .custom-navigation{
        bottom: 80px;
    }
    .aboutText h2 {
        font-size: 23px;
        line-height: 30px;
    }
    .mobWidth-100{
    width:100%!important;
}
.flipBox, .insightBox{
    margin-bottom: 30px;
}
  }