/**************************************
                General
**************************************/
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

:root {
  --animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --animation-duration: 1s;
}

html {
  font-size: 100%;
  box-sizing: inherit;
  scroll-behavior: smooth;
  height: -webkit-fill-available;
  overflow-x: clip;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: unset;
}
#cursor,
#cursor-border,
.mdot {
  pointer-events: unset;
}
html::-webkit-scrollbar {
  width: 6px;
  background-color: #141414;
}

html::-webkit-scrollbar-thumb {
  background-color: #FCC61D;
  border-radius: 50rem;
}

a,
button {
  cursor: pointer;
  border: none;
  outline: none;
  user-select: none;
  background: none;
  box-shadow: none;
}

ol,
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

body {
color: #0F0F0F;
font-family: "Barlow Regular";
font-size: 21px;
font-style: normal;
font-weight: normal;
}

a,
a:hover,
a:focus {
  color: #FCC61D;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  text-decoration: none;
}

h1,
h2,
h3,
h4 {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

main {
  overflow: clip;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  width: 100%;
}
.fixed-btn {
    position: fixed;
    right: 10px;
    z-index:99;
    bottom: 40px;
}
.fc,.fw{
    &:hover{
        transform: scale(1.1);
    }
}
/**************************************
         Animation
**************************************/
/* Keyframes */
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(25%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-25%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-25%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.75);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes zoomReverseIn {
  0% {
    opacity: 0;
    transform: scale(1.25);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes flipInY {
  0% {
    opacity: 0;
    transform: perspective(90vw) rotateX(67.5deg);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

/* Animations */
[data-animation] {
  opacity: 0;
  animation-timing-function: var(--animation-timing-function);
  animation-fill-mode: both;
  animation-duration: var(--animation-duration);
  will-change: transform, opacity;
}

/* Disable animation of the children */
.animations-disabled,
.animations-disabled [data-animation] {
  animation: none !important;
  opacity: 1 !important;
}

/* Slide Animations */
.slideInUp {
  animation-name: slideInUp;
}

.slideInDown {
  animation-name: slideInDown;
}

.slideInLeft {
  animation-name: slideInLeft;
}

.slideInRight {
  animation-name: slideInRight;
}

/* Fade Animations */
.fadeIn {
  animation-name: fadeIn;
}

/* Zoom Animations */
.zoomIn {
  animation-name: zoomIn;
}

.zoomReverseIn {
  animation-name: zoomReverseIn;
}

/* Flip Animations */
.flipInY {
  animation-name: flipInY;
}

.flipOutY {
  animation-name: flipInY;
  animation-direction: reverse;
}


/**************************************
                Helper Class
**************************************/
.sec-gap {
  padding: 40px 0;
}
.about .about-content,.founder,.company,.case-studies,.story,.get-in-touch ,.meet-sanjay-dhar,.roi,.services,.know-my-story,.ai-driven,.sanjay-dhar .content-box{
  span{
    color:#13131328;
    background: linear-gradient(90deg, #131313,#131313);
    background-clip: text;
    background-size: 0% 100%;
    background-repeat: no-repeat;
    animation: scroll-text linear forwards;
    animation-timeline: view();
  }
  h2 span{
    animation-range-start: cover 20vh;
    animation-range-end: cover 30vh;
  }
  p span{
    animation-range-start: cover 22vh;
    animation-range-end: cover 50vh;
    color:#13131328;
  }
}
.founder h4 span{
  animation-range-start: cover 20 !important;
  animation-range-end: cover 40vh !important;
}
.founder h2 span{
  animation-range-start: cover 34vh !important;
  animation-range-end: cover 50vh !important;
}
.industries,.boost{
  span{
    color:#ffffff28;
    background: linear-gradient(90deg, #ffffff,#ffffff);
    background-clip: text;
    background-size: 0% 100%;
    background-repeat: no-repeat;
    animation: scroll-text linear forwards;
    animation-timeline: view();
  }
  h2 span{
    animation-range-start: cover 20vh;
    animation-range-end: cover 30vh;
  }
  p span{
    animation-range-start: cover 22vh;
    animation-range-end: cover 50vh;
  }
}
@keyframes scroll-text{
  to{
      background-size: 100% 100%;
  }
}
.section-title{
 color: #222;
text-align: center;
font-family: 'Interstate BlackCondensed';
font-size: 90px;
font-style: normal;
font-weight: 500;
line-height: 105.319%;
text-transform: uppercase;
}

  p{
    color: #0F0F0F;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 142.857%;
  }

.primary-btn {
 padding: 16px 20px;
    border-radius: 8px;
    background: #FFDA00;
    border: 1px solid #FFDA00;
    transition: all 0.5s;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    overflow: clip;
    z-index: 1;
    color: #101010;
    font-family: 'Interstate Regular';
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: 10px;
    text-transform: uppercase;
}

.primary-btn:before,
.primary-btn:after,
.secondary-btn::before,
.secondary-btn::after {
  content: "";
  z-index: -1;
  width: calc(100% + 40px);
  height: 100%;
  position: absolute;
  top: 0;
  background: #009990;
  clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 100%, 0 100%);
  transition: transform 0.6s;
}

.primary-btn:before,
.secondary-btn::before {
  left: calc(-100% - 40px);
}

.primary-btn:after,
.secondary-btn::after {
  left: 100%;
  transform: rotate(180deg);
  background-color: #f7a52c;
}

.primary-btn:hover:before,
.secondary-btn:hover:before {
  transform: translateX(100%);
}

.primary-btn:hover:after,
.secondary-btn:hover:after {
  transform: rotate(180deg) translateX(100%);
}

.primary-btn:hover {
  color: #fff;
  border-color: #502f65;
}

.primary-btn:focus {
  color: #fff;
}

.secondary-btn {
  border: 1px solid #fff;
  padding: 14px 25px;
  background-color: #ffffff00;
  font-size: 18px;
  line-height: 24px;
  color: rgb(255 255 255);
  font-weight: 400;
  border-radius: 50rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  display: inline-block;
  text-transform: capitalize;
  mix-blend-mode: difference;
  position: relative;
  box-sizing: border-box;
  overflow: clip;
  margin-right: 7px;
}

.secondary-btn::before,
.secondary-btn::after {
  background-color: #f29537;
}

.secondary-btn:hover {
  color: #fff;
  border-color: #f29537;
}

.container-fluid {
  padding-inline: 40px;
}

.form-card {
  box-shadow: 0px 80.6px 105.701px rgba(51, 51, 51, 0.1);
  background-color: rgb(63, 44, 102);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 20px 40px;
}

.text-center {
  text-align: center;
  position: relative;
}

.form-btn {
  background-color: rgb(252, 185, 89);
  color: #fff;
  border: 0;
  padding: 15px 40px;
  border-radius: 10px;
  font-size: 16px;
}

.form-btn:hover {
  color: #fff;
  background-color: rgb(9, 9, 9);
}

label {
  color: #FFF;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  display: block;
  margin-bottom: 5px;
}

.form-control {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #A3A9BF;
  background-color: rgb(255 255 255 / 0%);
  padding: 14px 20px;
  font-size: 18px;
  color: rgb(255 255 255);
  outline: none;
}

.form-control:focus {
  border-color: rgb(252, 185, 89);
}

.form-card h4 {
  text-align: left;
  margin-bottom: 20px;
  font-size: 28px;
  color: #fff;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: clip;
  overflow-y: auto;
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}
/**************************************
      Menu
**************************************/
header {
  position: fixed;
  z-index: 999;
  right: 0;
  left: 0;
  background: #000;
}

.flex-box {
  display: flex;
  align-items: center;
  gap: 30px;
  height: 100%;
}

header.sticky {
  background: rgb(19, 19, 19);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: slideDown 0.35s ease-out;
}

@keyframes slideDown {
  from {
      transform: translateY(-100%);
  }

  to {
      transform: translateY(0);
  }
}


nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: auto;
  z-index: 999;
  transition: ease-in-out .4s;

}
.logo{
  width: auto;
  text-align: center;
  height: 100%;
  padding-block: 8px;
}
.top-social{
    display: flex;
    gap: 16px;
    a{
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.50);
    border-radius: 50%;
    transition: all 0.5s;
    &:hover{
      background-color: #009990;
    }
    }
    
}
nav ul li{
  display: inline-block;
  padding: 10px 22px;
}
nav ul li a{
color: #FFF;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 31px;
position: relative;
}
nav ul li.active a,nav ul li a:hover{
  color: #f78322;
}

#menu ul{
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.mobile-menu{
  display: none;
}
.hb {
  cursor: pointer;
  stroke: #eee;
  stroke-width: 0.6;
  fill: none;
  stroke-linecap: round;
  width: 100px;
  height: 100px;
  transition: all 0.2s ease;
}

.hb .line {
  transition: all 0.2s ease;
}

.hb.active .line-1 {
  transform: rotate(45deg) translate(2px, -3px);
}

.hb.active .line-2 {
  opacity: 0;
}

.hb.active .line-3 {
  transform: rotate(-45deg) translate(-5px, 0px);
}
@media (max-width: 991.9px) {
  #menu ul{
      position: fixed;
      inset: 0;
      width: 100%;
      height: 100%;
      background: rgb(19, 19, 19);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      opacity: 0;
      transition: all 1s;
      visibility: hidden;
  }
  #menu ul.show{
      opacity: 1;
      z-index: 8;
      visibility: visible;
  }
  .mobile-menu {
      display: block;
      position: absolute;
      right: 15px;
      z-index: 9;
  }
  .btn {
      position: absolute;
      right: 120px;
  }
  nav ul li a {
      font-size: 45px;
      line-height: 65px;
  }
  nav ul li.active a::after {
      left: 50%;
      transform: translate(-50%);
      bottom: -4px;
      width: 50%;
  }
  nav ul li a {
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 4px;
}

.mobile-menu {
  display: block;
  position: absolute;
  right: 5px;
  z-index: 9;
}
.hb {
  width: 55px;
  height: 55px;
}
.btn {
  position: absolute;
  right: 63px;
}
.container-fluid {
  padding-inline: 10px;
}
}
#cursor {
  position: fixed;
  top: -5px;
  left: -5px;
  width: 10px;
  height: 10px;
  background-color: #f29537;
  border-radius: 50%;
  pointer-events: none;
  z-index: 999;
}

#cursor-border {
  --size: 40px;
  position: fixed;
  top: calc(var(--size) / -2);
  left: calc(var(--size) / -2);
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  box-shadow: 0 0 0 1px #f29537;
  pointer-events: none;
  transition: top 0.15s ease-out, left 0.15s ease-out, width 0.15s ease-out,
    height 0.15s ease-out, background-color 0.15s ease-out;
  z-index: 999;
}
/*************************************
                Home Page
**************************************/
.hero {
  padding-top: 30px;
  background-image: url(../img/banner-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  perspective: 1000px;
  .container-fluid{
    position: relative;
  }
h1{
  color: #FFF;
font-family: 'Interstate BlackCondensed';
font-size: 256px;
font-style: normal;
font-weight: 500;
line-height: 103.125%;
letter-spacing: 5.12px;
  transition: transform 0.1s ease-out;
transform-style: preserve-3d;
}
}

.banner-content{
    position: absolute;
    bottom: 66px;
    text-align: center;
    left: 10%;
    right: 10%;
}
.typing-content {
    text-align: right;
    padding-right: 20px;
    min-height: 60px;
    h2{
      color: #FCC61D;
      font-family: "Barlow SemiBold";
      font-size: 52px;
      font-style: italic;
      font-weight: 600;
      line-height: 117.308%;
    }
}


.typing-text {
    border-right: 3px solid #FCC61D;
    padding-right: 5px;
    animation: blink 0.7s step-end infinite;
}

@keyframes blink {
    50% {
        border-color: transparent;
    }
}

.banner-img {
  position: relative;
  text-align: center;
}
@keyframes floatingShadow {
  0% {
      filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.3));
  }
  50% {
      filter: drop-shadow(0px 5px 10px rgba(255, 255, 255, 0.5));
  }
  100% {
      filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.3));
  }
}

.banner-img img {
  animation: floatingShadow 3s ease-in-out infinite;
  margin-bottom: -2px;
}
.meet-sanjay-dhar{
  background: #FCC61D;
  padding-block: 55px;

  h2{
    color: #1C1C1C;
    text-align: center;
    font-family: "Barlow Black";
    font-size: 90px;
    font-style: normal;
    font-weight: normal;
    line-height: 101.538%;
    text-transform: uppercase;
    transition: all .5s;
    &:hover{
      filter: drop-shadow(2px 2px 0px #fff);
    }
  }
  
}

.roi{
  padding-block: 90px;
  .section-title{
    margin-bottom: 50px;
  }
  .row{
    .col:nth-child(2n){
      margin-top: 175px;
    }
    .col:nth-child(1){
      .roi-item{
        transform: rotate(-12.452deg);
      }
    }
    .col:nth-child(2){
      .roi-item{
        transform: rotate(15.132deg);
      &:after{
        right: -45px;
        bottom: 84px;
        transform: rotate(278deg);
      }
    }
    }
    .col:nth-child(3){
      .roi-item{
        transform: rotate(-16.459deg);
      &:after{
        right: -67px;
        bottom: 33px;
        transform: rotate(17deg);
      }
      }
    }
    .col:nth-child(4){
      .roi-item{
        transform: rotate(12.238deg);
      &:after{
        right: -78px;
        bottom: 97px;
        transform: rotate(278deg);
      }
      }
    }
    .col:nth-child(5){
      .roi-item{
        transform: rotate(12.558deg);

      &:after{
        right: -79px;
        bottom: 83px;
        transform: rotate(330deg);
      }
    }
    }
    .col:nth-child(6){
      .roi-item{
        transform: rotate(-14.631deg);
      &:after{
        display: none;
      }
    }
  }

  }
}
.roi-item{
  border-radius: 14px;
  background: #f5f5f500;
  padding: 20px 10px;
  text-align: center;
  width: 210.488px;
  height: 211.116px;
  transition: all .5s;
  position: relative;
  &:hover{
    background: #F5F5F5;
  }
  &:after{
    content: '';
    background-image: url(../img/roi-arrow.webp);
    background-repeat: no-repeat;
    position: absolute;
    right: -62px;
    bottom: 24px;
    width: 78px;
    height: 78px;
    z-index: 1;
  }
  h3{
    color: #000;
text-align: center;
font-family: "Barlow Bold";
font-size: 28px;
font-style: normal;
font-weight: normal;
line-height: 121.429%;
text-transform: uppercase;
  }
  .icon-box{
    img{
      height: 60px;
      width: auto;
    }
  }
}
.mb-50{
  margin-bottom: 50px;
}
/************************************
   Clients
************************************/
.text-center {
  text-align: center;
}
.clients {
  background: #000000;
  padding-block: 50px;
  position: relative;
  z-index: 1;
  &::after{
    content: '';
    inset: 0;
    position: absolute;
    animation: background linear forwards;
    background: linear-gradient(90deg, #ffffff, #ffffff);
    background-size: 100% 0%;
    animation-timeline: view();
    animation-range: entry 50% ;
    background-repeat: no-repeat;
  }
  h2{
   color: #000;
  font-family: "Barlow SemiBold";
  font-size: 41px;
  font-style: normal;
  font-weight: 600;
  line-height: 73.171%;
  text-transform: uppercase;
  margin-bottom: 37px;
  }
}
@keyframes background{
  to{
      background-size: 100% 100%;
  }
}
.divider {
  margin-bottom: 15px;
}
.pt-0 {
  padding-top: 0;
}
.client-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  position: relative;
  z-index: 1;
}
.client-slider .slick-slide {
  margin: 0 10px;
  margin-block: 20px;
}
.logo-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    text-align: center;
    padding: 10px;
    border-radius: 4px;
    height: 145px;
    border: 1px solid #ddd;
}
.logo-box:hover {
  img{
    transform: scale(1.051);
    filter: grayscale(0%);
  }
}
.logo-box img {
  width: auto;
  height:auto;
  object-fit: contain;
  filter: grayscale(100%);
}
.slick-arrow {
  width: 45px;
  height: 45px;
  border-radius: 22px;
  filter: drop-shadow(0px 8px 12px rgba(0, 0, 0, 0.12));
  z-index: 1;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.slick-next {
  right: -60px;
}
.slick-prev {
  left: -60px;
}
.slick-arrow::before {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid;
  border-left: 2px solid;
  display: inline-block;
  transform: rotate(135deg);
  margin-right: 5px;
  opacity: 1;
  transition: all 0.5s;
}
.slick-arrow.slick-prev::before {
  transform: rotate(316deg);
  margin-left: 8px;
}

/************************************
  About
************************************/
.about{
  background-image: url(../img/about-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 50px;
  position: relative;
  padding-bottom: 0;
  :is(.section-title,p,h3){
    color: #fff;
    text-align: left;
    span{
      color: #fff;
      background: linear-gradient(90deg, #ffffff, #ffffff);
      background-clip: text;
      background-size: 0% 100%;
      background-repeat: no-repeat;
    }
  }
  .counter {
    position: relative;
    bottom: 0;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}
  .count{
  color: #FFF;
  font-family: "Barlow Regular";
  font-size: 98px;
  font-style: normal;
  font-weight: normal;
  line-height: nnormal;
  text-transform: uppercase;
  }
  .counter-item{
    p{
      color: #FFF;
      font-family: "Barlow SemiBold";
      font-size: 24px;
      font-style: normal;
      font-weight: normal;
      line-height: 125%;
    }
  }
}
.about .about-content{
    span {
        color: #ffffff28;
    }
}
.about .about-content{
    p span {
        color: #ffffff52;
    }
}
@keyframes gradientAnimation {
  0% {
      background-position: 0% center;
  }
  100% {
      background-position: 200% center;
  }
}
.about-img{
  position: absolute;
    margin-bottom: -3px;
    bottom: 0;
    left: -90px;
}
.about-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  font-size: 158px;
  letter-spacing: 2px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.11);
  text-transform: uppercase;
  white-space: nowrap;
  left: -72%;
  transition: background-position 0.5s ease-in-out;
  z-index: -1;
}
.video{
  position: relative;
  margin-top: 30px;
  z-index: 1;
  overflow: clip;
  &::after{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.26);
  }
  .thumbnail{
    width: 100%;
  }
  a{
    z-index: 1;
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    .play-icon{
      width: 73px;
      height: 73px;
      background-color: rgb(255 255 255 / 82%);
      border: 2px solid #ffffff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.5s;
      &:hover{
        background-color: #FFDA00;
        border: 2px solid #ffffff;
        box-shadow: 0px 0px 10px 0px #ffffff;
        transform: scale(1.1);
      }
    }
  }
}
/************************************
  Services
************************************/
.services{
  padding-block: 90px;
  .section-title{
    margin-bottom: 46px;
  }
  .service-item{
    position: relative;
    overflow: hidden;
    z-index: 2;
    &::after{
      content: "";
      position: absolute;
      border-radius: 20px 20px 0 0;
      background: linear-gradient(0deg, #000 0%, rgba(102, 102, 102, 0.00) 100%);
      inset: 0;
      top: 45%;
      transition: all .5s;
    }
    h3{
      color: #FFF;
      font-family: "Barlow Bold";
      font-size: 57px;
      font-style: normal;
      font-weight: normal;
      line-height: 98.246%;
      position: absolute;
      bottom: 0;
      z-index: 1;
      width: 88%;
      padding: 27px;
    }
    &:hover{
      &::after{
        top: 0;
      }
      h3{
        opacity: 0;
      }
      .overlay-content{
        transform: translateY(0);
        h3{
          opacity: 1;
        }
      }
    }
  }
  .overlay-content{
    position: absolute;
    width: 100%;
    bottom: 0;
    border-radius: 20px 20px 0 0;
    background: rgba(255, 218, 0, 0.92) url(../img/service-overlay-vector.webp) no-repeat;
    background-position: 20px 20px;
    z-index: 1;
    padding: 23px 40px;
    padding-right: 14%;
    transition: all 0.5s;
    transform: translateY(100%);
    h3{
      position: relative;
      color: #000;
      padding: 0;
      width: 100%;
      margin-bottom: 10px;
    }
    ul{
      margin-bottom: 15px;
      list-style-type: disc;
      padding-left: 22px;
      li{
        margin-bottom: 5px;
      }
    }
    .primary-btn{
      background: #000;
      color: #fff;
      &::after{
        background-color: rgb(0, 153, 144);
      }
      &::before{
        background: #f7a52c;
      }
      &:hover{
        border-color: #009990;
      }
    }
  }
}
.know-my-story{
  position: relative;
  z-index: 1;
  .container{
    position: unset;
  }
.story-img {
  position: absolute;
  left: 0;
  bottom: 0;
  &:after{
    content: "";
    position: absolute;
    width: 617px;
    height: 617px;
    border-radius: 617px;
    background: #FAE9B2;
    filter: blur(322px);
    left: 0;
    z-index: -1;
  }
  img{
    margin-bottom: -4px;
  }
}
}
.know-my-story-vector1,
.know-my-story-vector2{
  position: absolute;
  z-index: -1;
}
.know-my-story-vector1 {
    left: 0;
    top: 0;
    bottom: 0;
}
.know-my-story-vector2 {
    right: 0;
    top: 0;
    bottom: 0;
}
.sanjay-dhar{
  position: relative;
  z-index: 2;
  overflow: clip;
  
  .sanjay-dhar-img{
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .container{
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
  }
  &::after{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.24) 35%, #000 100%);
    z-index: 0;
  }
  .content-box {
    width: 45%;
    padding-top: 8%;
}

  h2{
    color: #FFF;
    font-family: 'Interstate Regular';
    font-size: 60px;
    font-style: italic;
    font-weight: normal;
    line-height: 114.458%;
    margin-bottom: 14px;
    
  }
 
  h4{
color: #FCC61D;
font-family: "Barlow Regular";
font-size: 30px;
font-style: normal;
font-weight: normal;
line-height: 163.333%;
text-transform: uppercase;
position: relative;
padding-left: 26px;
&::before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18.897px;
  height: 1px;
  background-color: #ffffff;
}
  }
}
.sanjay-dhar .content-box{
    span {
        color: #ffffff28;
        background: linear-gradient(90deg, #ffffff, #ffffff);
                background-clip: text;
        background-size: 0% 100%;
        background-repeat: no-repeat;
    }
}
.case-studies{
  padding-block: 90px;
}
.case-studies-box{
    background-color: #502f61;
    margin-bottom: 40px;
    padding: 30px 30px;
    padding-bottom: 70px;
    overflow: hidden;
    position: relative;
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .content{
    inset: 0;
    top: 72px;
    bottom: 72px;
    background: rgba(252, 198, 29, 0.90);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 49px;
    position: absolute;
    h4{
      color: #000;
      text-align: center;
      font-family: 'Interstate Bold';
      font-size: 30px;
      font-style: normal;
      font-weight: normal;
      line-height: 130%;
    }
    .flex{
      display: flex;
      align-items: center;
      padding-block: 36px;
      padding-inline: 12%;
      .trafic{
        text-align: center;
        padding-inline: 44px;
        border-right: 1px solid #000;
        h3{
          color: #000;
          text-align: center;
          font-family: 'Interstate BlackCondensed';
          font-size: 55px;
          font-style: normal;
          font-weight: normal;
          line-height: 70.909%;
          margin-bottom: 25px;
        }
        P{
          font-size: 23px;
          letter-spacing: 0px;
          line-height: 24px;
          color: #131313;
          font-weight: normal;
          font-family: "Barlow Medium";
          text-align: center;
        }
        &:last-child{
          border-right: none;
        }
      }
    }
  }
}
.download-btn {
    position: absolute;
    right: 50px;
    display: flex;
    align-items: center;
    padding: 8px 9px;
    border-radius: 4px;
    gap: 5px;
    bottom: 14px;
    &:hover{
      color: #000;
    }
    img{
      width: auto;
      height: auto;
      object-fit: contain;
    }
}
.case-studies-box{
  .content,.download-btn{
    opacity: 0;
    transition: all 0.5s;
    transform: scale(0.9);
  }
}
.case-studies-slider{
  .slick-current .case-studies-box{
    .content,.download-btn{
      opacity: 1;
      transform: scale(1);
    }
  }
  .slick-list{
    margin: 0 -29px;
  }
  .slick-slide{
    margin: 0 29px;
  }
}

.case-studies-slider{
  .slick-arrow{
    right: 16%;
    top: -68px;
    width: 50px;
    height: 45px;
    border-radius: 2px;
    background: #FFF;
      &::before{
          color: #09122C;
      }
      &.slick-prev{
          right: 20%;
          left: auto;
      }
      &:hover{
          background: #502f65;
          &:before{
              color: #fff;
          }
      }
  }
  }
/* **********************************
    Methodology
*********************************** */
.methodology{
  :is(.section-title){
    color: #fff;
    margin-bottom: 50px;
    span{
      color: #fff;
      background: linear-gradient(90deg, #ffffff, #ffffff);
      background-clip: text;
      background-size: 0% 100%;
      background-repeat: no-repeat;
    }
}
}
.methodology-wrapper {
    /* height: 500vh; */
    position: relative;
}

.methodology-section {
    /* height: 100vh; */
    position: relative;
    top: 0px;
    background: linear-gradient(180deg, #000000 0%, #000 100%);
    padding: 80px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding-bottom: 140px;
}

.methodology-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: repeating-linear-gradient(90deg, rgb(252 198 29 / 6%) 0px, #ffffff05 1px, transparent 60px, rgb(255 255 255 / 5%) 61px);
    pointer-events: none;
}

.content-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    position: relative;
}

.circle-container {
    position: relative;
    width: 600px;
    height: 600px;
    flex-shrink: 0;
}

.center-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 499px;
    height: 499px;
    border-radius: 50%;
    border: 1px solid #CFCFCF;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.9);
    transition: all 0.3s ease;
    padding: 30px;
}

.progress-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    width: 520px;
    height: 520px;
}

.progress-circle circle {
    fill: none;
    stroke-width: 4;
}

.progress-bg {
    stroke: rgba(139, 0, 0, 0);
}

.progress-fill {
    stroke: #FCC61D;
    stroke-linecap: round;
    transition: stroke-dashoffset 0.3s ease;
}

.icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.center-circle h3 {
    color: #FFF;
    text-align: center;
    font-family: "Barlow Medium";
    font-size: 40px;
    font-style: normal;
    font-weight: normal;
    line-height: 87.5% ;
    margin-bottom: 10px;
    text-align: center;
}

.center-circle p {
    color: #ffffff;
    text-align: center;
    font-size:20px;
    line-height: 1.5;
    font-family: "Barlow Bold";
}

.step {
    position: absolute;
    width: 64px;
    height: 64px;
    border: 1px solid #727272;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-family: "Barlow Medium";
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    transition: all 0.4s ease;
    opacity: 1;
    z-index: 10;
}

.step.active {
    border-color: #FCC61D;
    background: #FCC61D;
    color: #000;
    transform: scale(1.2);
    box-shadow: 0 0 25px rgba(255, 193, 7, 0.6);
    opacity: 1;
}

/* Position steps in a perfect circle around center */
.step:nth-child(1) { 
    top: 0; 
    left: 50%; 
    transform: translate(-50%, -50%);
}
.step:nth-child(2) { 
    top: 15%;
    right: 11%; 
    transform: translate(50%, -50%);
}
.step:nth-child(3) { 
    top: 37%;
    right: 0%; 
    transform: translate(50%, -50%);
}
.step:nth-child(4) { 
    top: 60%;
    right: -1%;
    transform: translate(50%, -50%);
}
.step:nth-child(5) { 
    bottom: 18%;
    right: 9%;
    transform: translate(50%, 50%);
}
.step:nth-child(6) { 
    bottom: 18%;
    left: 9%; 
    transform: translate(-50%, 50%);
}
.step:nth-child(7) { 
    top: 50%;
    left: 0%; 
    transform: translate(-50%, 50%);
}
.step:nth-child(8) { 
    top: 37%; 
    left: 0; 
    transform: translate(-50%, -50%);
}
.step:nth-child(9) { 
    top: 15%;
    left: 12%; 
    transform: translate(-50%, -50%);
}

.step.active:nth-child(1) { transform: translate(-50%, -50%) scale(1.2); }
.step.active:nth-child(2) { transform: translate(50%, -50%) scale(1.2); }
.step.active:nth-child(3) { transform: translate(50%, -50%) scale(1.2); }
.step.active:nth-child(4) { transform: translate(50%, -50%) scale(1.2); }
.step.active:nth-child(5) { transform: translate(50%, 50%) scale(1.2); }
.step.active:nth-child(6) { transform: translate(-50%, 50%) scale(1.2); }
.step.active:nth-child(7) { transform: translate(-50%, 50%) scale(1.2); }
.step.active:nth-child(8) { transform: translate(-50%, -50%) scale(1.2); }
.step.active:nth-child(9) { transform: translate(-50%, -50%) scale(1.2); }

.success-badge {
    position: absolute;
    bottom: -66px;
    left: 50%;
    transform: translateX(-50%) scale(0.8);
    background: #FCC61D;
    color: #000;
    padding: 15px 35px;
    border-radius: 10px;
    font-size: 45px;
    font-weight: normal;
    opacity: 0;
    transition: all 0.5s ease;
    filter: drop-shadow(0 54px 64px rgba(0, 0, 0, 0.20));
    font-family: 'Barlow Medium';
    box-shadow: 6px -4px 0 0px #fff;
}

.success-badge.active {
    opacity: 1;
    transform: translateX(-50%) scale(1);
}

.center-content {
    display: none;
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.center-content.active {
    display: block;
    opacity: 1;
    animation: fadeIn 0.5s ease;
}

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



/************************************
  ai driven
************************************/
.ai-driven{
  padding-block: 100px;
  h2{
    color: #222;
font-family: 'Interstate Regular';
font-size: 63px;
font-style: normal;
font-weight: normal;
line-height: 107.937%;
  }
}
/************************************
  industries
************************************/
.industries{
 background-image: url(../img/industry-focus-bg.webp);
 background-repeat: no-repeat;
 background-size: cover;
 padding-block: 50px;
  .section-title,p{
    color: #fff;
    text-align: left;
  }
  .section-title{
    margin-bottom: 30px;
  }
}
.list-item{
  color: #FFF;
  font-family: "Barlow Medium";
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 116.667%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
  width: 80%;
  display: flex;
  align-items: center;
  gap: 14px;
  padding-block: 10px;
  position: relative;
  transition: all 0.5s;
  height: 70px;
  img{
    opacity: 0;
    max-width: 0;
  }
  &:after{
      content: '';
      position: absolute;
      background-image: url(../img/right-arrow.webp);
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 22px;
      height: 15px;
      background-repeat: no-repeat;
      transition: all .5s;
      opacity: 0;
    }
  &.active{
    border-bottom: 1px solid #FCC61D;
    &:after{
      opacity: 1;
    }
    img{
      max-width: 49px;
      opacity: 1;
    }
  }
}
/************************************
  Company
************************************/
.company{
  background-color: #ffffff;
}
.mx-auto{
  margin-inline: auto;
}
.digitalpiloto {
  background-color: #ffffff;
  padding: 25px;
  height: 100%;
  img{
    height: 80px;
    width: auto;
    object-fit: contain;
    margin-bottom: 10px;
  }
p{
font-size: 23px;
letter-spacing: 0px;
line-height: 34px;
color: #181818;
font-weight: 500;
}
}
.mb-35{
  margin-bottom: 35px;
}
.boost{
  background-color: #000;
  .section-title{
    color: #fff;
    font-size: 44px;
    line-height: 50px;
  }
}
 
.story {
  background-image: url(../img/testi-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 80px;
   :is(.section-title){
    color: #fff;
    span{
      color: #fff;
      background: linear-gradient(90deg, #ffffff, #ffffff);
      background-clip: text;
      background-size: 0% 100%;
      background-repeat: no-repeat;
    }
  }
  .slick-list {
    margin: 0 -15px;
  }

  .slick-slide {
    margin: 0 15px;
  }

  .slick-dots {
    bottom: -50px;
  }

  .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0 8px;
    background-color: #ffffff;
    border-radius: 50%;
    cursor: pointer;
  }

  .slick-dots li.slick-active {
    background-color: #ffffff;
    width: 40px;
  }

  .slick-dots button {
    opacity: 0;
  }
  .video-box{
    position: relative;
    .video_img{
      width: 100%;
    }
    .content{
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      &:hover{
        .icon{
          transform: scale(1.1);
          background-color: #FCC61D;
        }
      }
      .icon{
        transition: all 0.5s;
            width: 63px;
            height: 63px;
            background-color: rgb(255 255 255 / 82%);
            border: 2px solid #ffffff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.5s;
      }
    }
  }
}
  .slick-dots li {
    width: 20px;
    height: 920px;
    margin: 0 8px;
    background-color: #f2943700;
    border-radius: 50%;
    cursor: pointer;
  }

  .slick-dots li.slick-active {
    background-color: #f29537;
    width: 30px;
    border-radius: 60px;
  }

  .slick-dots button {
    opacity: 0;
  }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  background: #CFCFCF;
  transition: all 0.5s;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-initialized .slick-slide {
  display: block;
}
.container {
  position: relative;
  z-index: 1;
}

.map-area {
    position: relative;
}
/* Country wrapper */
.country-point {
    position: absolute;
    &.active {
        .country-card {
            opacity: 1;
            transform: translateX(-50%) scale(1);
        }
        .dot{
          background-color: #009990;
        }
    }
    &.canada {
    top: 21%;
    left: 17%;
}
&.usa {
    top: 43%;
    left: 15%;
}
&.newzealand {
    bottom: 13%;
    right: 7%;
}
&.southafrica {
    bottom: 17%;
    left: 51%;
}
&.australia {
    bottom: 18%;
    right: 18%;
}
&.singapore {
    bottom: 36%;
    right: 23%;
}
&.india {
    top: 52%;
    left: 65%;
}
&.uae {
    top: 51%;
    left: 57%;
}


}

/* Orange dot */
.dot {
    width: 10px;
    height: 10px;
    background: #f9a602;
    border-radius: 50%;
    display: block;
    cursor: pointer;
    animation: pulse 1.6s infinite;
}

/* Hover card */
.country-card {
    position: absolute;
    bottom: 150%;
    left: 50%;
    transform: translateX(-50%) scale(0.8);
    background: #ffffff00;
    padding: 6px;
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease;
    min-width: 90px;
    text-align: center;
}

.country-card img {
    width: 100%;
    display: block;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.country-card p {
    font-size: 12px;
    font-weight: 600;
    margin: 5px 0 0;
}

/* Hover effect */
.country-point:hover .country-card {
    opacity: 1;
    transform: translateX(-50%) scale(1);
}

/* Pulse animation */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(249,166,2,0.7);
    }
    70% {
        box-shadow: 0 0 0 12px rgba(249,166,2,0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(249,166,2,0);
    }
}

.get-in-touch{
      position: relative;
    overflow: clip;
    background: #FCC61D;
    padding-block: 70px;
  .section-title{
    text-align: left;
  }
.primary-btn{
  background-color: #000;
  padding-inline: 25px;
  color: #fff;
}

.form-control{
  color: #000;
  padding-inline: 0;
  border: 0;
  border-bottom: 1px solid #3A3A3A;
  border-radius: 0;
  font-size: 20px;
  &::placeholder{
    text-transform: uppercase;
    color: #000;
  }
}

}


/* Popup */
.popup {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.753);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 999999;
  opacity: 0;
  transform: translateY(10px);
  z-index: -1;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
}

.popup.show {
  opacity: 1;
  transform: translateY(0px);
  z-index: 999999;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  -webkit-transition: opacity 0.5s ease, transform 0.5s ease;
  -moz-transition: opacity 0.5s ease, transform 0.5s ease;
  -ms-transition: opacity 0.5s ease, transform 0.5s ease;
  -o-transition: opacity 0.5s ease, transform 0.5s ease;
}

.popup .popup__content {
  width: 70%;
  padding: 0px;
  border-radius: 23px;
  background: #000000;
  color: black;
  box-shadow: 0 0px 14px 0px #ffffffb5;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  overflow: clip;
  z-index: 99999;
  .primary-btn{
    width: 100%;
    &:hover{
      background: #F29537;
      border: 1px solid #F29537;
    }
  }
  .form-control{
    border-radius: 6px;
border: 1px solid #4E4760;
&:focus{
  border: 1px solid #F29537;
}
  }
}
.small-line{
  width: 81px;
  height: 3px;
  background: #F29537;
  display: inline-block;
  margin-bottom: 16px;
  margin-top: 10px;
}
.popup .popup__content .close {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 45px;
  height: 45px;
  opacity: 1;
  color: #ffffff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border-radius: 50% 10px 50% 50%;
  flex-direction: column;
  gap: 5px;
  background-color: #009990;
  transition: all .5s;
  z-index: 9;
}

.popup .popup__content .close:hover {
  background-color: #ffffff;
}

.popup .popup__content .close:hover span {
  background-color: #15222B;
}

.popup .popup__content .close span {
  cursor: pointer;
  position: fixed;
  width: 20px;
  height: 3px;
  background: #ffffff;
}

.popup .popup__content .close span:nth-child(1) {
  transform: rotate(45deg);
}

.popup .popup__content .close span:nth-child(2) {
  transform: rotate(135deg);
}

.left {
  padding: 16px;
  .img-box {
    border-radius: 23px;
    background: #ffffff0f;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 660px;
    overflow: hidden;
    img{
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center top;
    }
  }
}

.popup {
  .title {
    color: #FFF;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
}

.right {
  padding: 30px;
  padding-left: 10px;
  text-align: left;
  ::placeholder{
    color: #fff;
  }
  select option{
    color: #000;
  }
}

img {
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}
.case-studies-popup{
  .popup__content {
    width: 33%;
}
.right{
  padding: 30px;
}
}
/************************************
    Footer
************************************/
footer {
  position: relative;
  padding-block: 80px;
  background-image: url(../img/footer-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  p{
    color: #fff;
    transition: all 0.5s;
  }
  a p:hover{
    color: #f29537;
  }
}
.footer-logo{
  margin-bottom: 15px;
}


.footer-title {
color: #868686;
font-family: "Barlow Regular";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-bottom: 25px;
}
.social-media {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    gap: 20px;
    a:hover{
      transform: scale(1.3);
    }
}
.copyright {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid #ffffff81;
  margin-top: 50px;
  p{
    margin: 0;
  }
}
.location-list {
  li{
    display: inline-block;
    margin-inline: 10px;
  }
  a{
    font-size: 18px;
  letter-spacing: 0px;
  line-height: 49px;
  color: #ffffff;
  padding: 4px;
  &:hover{
    color: #f29537;
  }
  }
}
 /* Hide dolphin on touch devices */
 @media (hover: none) and (pointer: coarse) {
  #dolphin {
    display: none !important;
  }
  #dolphin-toggle {
    display: none !important;
  }
}

/* Dolphin floats around the screen */
#dolphin {
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  transform: scaleX(5);
  opacity: 0;
}

/* Use a pointer for consistency with other links */
#dolphin-toggle {
  cursor: pointer;
  display: none;
  position: absolute;
}
textarea{
  font-family: "Barlow Medium";
}
/*******************************
  Responsive
********************************/

/* =========================================================
   ULTRA WIDE SCREENS (2K / Large Desktop)
   ========================================================= */
@media (min-width: 1800px) {
  
}

/* =========================================================
   LAPTOP LARGE (1600px)
   ========================================================= */
@media (max-width: 1600px){
  .hero {
    h1 {
        font-size: 210px;
        gap: 240px;
    }
    .banner-content {
      & .content {
        h2 {
            font-size: 38px;
        }
    }
  }
  .banner-img img {
    width: 100vh;
}
}
.know-my-story {
    .col-lg-8 {
        flex: 0 0 auto;
        width: 58.666667%;
        margin-left: auto;
    }
}
}
/* =========================================================
   1920px @125% SCALING (1536px viewport)
   ========================================================= */
@media (max-width: 1536px) {
      .hero {
        h1 {
            font-size: 200px;
        }
    }
    .know-my-story {
        .col-lg-8 {
            flex: 0 0 auto;
            width: 56.666667%;
            margin-left: auto;
        }
    }
  .methodology-section {
    top: -90px;
}
}
/* =========================================================
   LAPTOP STANDARD (1440px / 1366px)
   ========================================================= */
@media (max-width: 1440px),
(max-width: 1366px) {
  .logo {
    padding-block: 0px;
}
nav ul li a {
  font-size: 16px;
}
.primary-btn {
  font-size: 16px;
}
.hero {
  h1 {
      font-size: 172px;
      gap: 240px;
  }
  & .banner-content {
    & .content {
        h2 {
            font-size: 32px;
        }
    }
}

h3 {
  font-size: 18px;
}
}
.meet-sanjay-dhar {
    h2 {
        font-size: 77px;
    }
}
.typing-content {
    h2 {
        font-size: 42px;
    }
}
.section-title {
    font-size: 78px;
}
.industries {
    background-position: 59%;
}
.about {
    .count {
        font-size: 88px;
    }
}
.services {
    & .service-item {
        h3 {
            font-size: 49px;
        }
    }
}
.sanjay-dhar {
    h2 {
        font-size: 54px;
    }
}
.case-studies-box {
    & .content {
        .flex {
            padding-inline: 0%;
        }
    }
}
.center-circle {
    width: 350px;
    height: 350px;
}
.progress-circle {
    width: 366px;
    height: 366px;
}
.circle-container {
    width: 450px;
    height: 450px;
}
.step:nth-child(7) {
    top: 47%;
}
.step {
    width: 54px;
    height: 54px;
}
.success-badge {
    bottom: -40px;
    font-size: 35px;
}
.methodology-section {
    top: -80px;
}
.center-circle p {
    font-size: 19px;
}
p {
  font-size: 16px;
}
.about-text {
  font-size: 140px;
}
.founder {
  padding-top: 50px;
  .founder-img {
      width: 32%;
  }
  h4 {
    font-size: 32px;
}
}
.know-my-story {
    .story-img {
        width: 43%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 56.666667%;
        margin-left: auto;
    }
}
.case-studies-popup {
    .popup__content {
        width: 48%;
    }
}
.left {
    .img-box {
        height: 500px;
    }
}
.about-img {
    width: 51%;
}
}
/* =========================================================
   1920px @150% SCALING (1280px viewport)
   ========================================================= */
@media (max-width: 1280px) {
 
}
/* =========================================================
   TABLET LANDSCAPE
   ========================================================= */
@media (max-width: 1199.98px) {
  .container-fluid {
    padding-inline: 20px;
}
.hero {
  h1 {
      font-size: 130px;
  }
}
    .typing-content {
        h2 {
            font-size: 30px;
        }
    }
        .meet-sanjay-dhar {
        h2 {
            font-size: 60px;
        }
    }
.container {
  max-width: 90%;
}
    .section-title {
        font-size: 60px;
    }
.about-img {
    left: 0;
    width: 50%;
}
.about {
    & .counter-item {
        p {
            font-size: 20px;
        }
    }
  .count {
      font-size: 70px;
  }
}
.roi-item {
    width: 100%;
    height: 175px;
        h3 {
        font-size: 18px;
    }
}
.services {
        & .service-item {
            h3 {
                font-size: 38px;
            }
        }
    }
    .sanjay-dhar {
        h2 {
            font-size: 42px;
        }
    }
    .case-studies-box {
      padding: 70px 20px;
      padding-top: 20px;
    & .content {
        top: 68px;
        bottom: 68px;
      padding: 20px;
        & .flex {
          padding-block: 15px;
            .trafic {
                padding-inline: 20px;
                  h3 {
                        margin-bottom: 0;
                    }
            }
        }
    }
.download-btn {
    right: 20px;
}
}
.ai-driven {
    h2 {
        font-size: 46px;
    }
}
.methodology-section {
    top: 0px;
    height: 100vh;
  }
.case-studies-popup {
    .popup__content {
        width: 64%;
    }
}
}

/* =========================================================
   TABLET PORTRAIT
   ========================================================= */
@media (max-width: 991.98px) {
  .left {
    padding: 0;
    .img-box {
        display: none;
    }
}
.right {
  padding: 30px;
}
    .hero {
        h1 {
            font-size: 94px;
        }
    }

.top-social {
    display: none;
}
    .meet-sanjay-dhar {
        h2 {
            font-size: 45px;
                    -webkit-text-stroke: 1px;
        }
    }
.meet-sanjay-dhar {
    padding-block: 35px;
}
.roi {
    padding-block: 35px;
}
    .section-title {
        font-size: 46px;
    }
.roi {
    & .row {
        & .col:nth-child(3) {
            & .roi-item {
                &:after {
                   right: -20px;
                  bottom: -35px;
                  transform: rotate(64deg);
                }
            }
        }
    }
}
.about{
  background-position: right;
  padding-top: 10px;
  .col-md-8{
    margin-left: auto;
  }
  .container{
    position: static;
  }
          & .counter-item {
            p {
                font-size: 15px;
            }
        }
                .count {
            font-size: 50px;
        }
}
    .about-img {
        left: 0;
        width: 36%;
    }
.services {
    padding-block: 35px;
}
.know-my-story {
    .story-img {
        position: relative;
        border-radius: 0 0 34px 40px;
        overflow: hidden;
        margin-bottom: 25px;
    }
}
    .sanjay-dhar {
        h2 {
            font-size: 32px;
        }
    }
    .case-studies-slider {
    .slick-list {
        margin: 0 -10px;
    }
    .slick-slide {
        margin: 0 10px;
    }
}
    .case-studies-box {
        & .content {
          h4 {
            font-size: 22px;
        }
            & .flex {
                .trafic {
                    padding-inline: 0px;
                                        h3 {
                        font-size: 30px;
                        line-height: 32px;
                    }
                                        P {
                        font-size: 15px;
                        line-height: 16px;
                        margin-bottom: 0px;
                    }
                }
            }
        }
    }
  .download-btn {
    right: 13px;
}
.case-studies {
    padding-block: 35px;
}
    .center-circle {
        width: 500px;
        height: 500px;
    }
        .progress-circle {
        width: 519px;
        height: 519px;
    }
    .circle-container {
    width: 600px;
    height: 600px;
}
footer {
    padding-block: 40px;
    text-align: center;
}
.social-media {
    justify-content: center;
}
.know-my-story {
    .story-img {
        width: 100%;
    }
    .col-lg-8 {
    flex: 0 0 auto;
    width: 100%;
    margin-left: auto;
}
}
.case-studies-popup {
    .popup__content {
        width: 90%;
    }
}
}
/* =========================================================
   MOBILE LARGE
   ========================================================= */
@media (max-width: 767.98px) {
 
}
/* =========================================================
   MOBILE SMALL
   ========================================================= */
@media (max-width: 575.98px) {
  
  .popup .popup__content {
    width: 98%;
}
.popup {
  .title {
      font-size: 24px;
      line-height: 24px;
  }
}
label {
  font-size: 15px;
  margin-bottom: 2px;
}
.small-line {
  margin-bottom: 10px;
  margin-top: 5px;
}
.banner-social {
  display: none;
}
.banner-content {
  bottom: 0px;
  left: 0;
  right: 0;
  padding-right: 0%;
  & .content {
    width: 100%;
    background: linear-gradient(to top, black, transparent);
    text-align: center;
}
}
.hero {
  & .banner-content {
      & .content {
          h2 {
              font-size: 24px;
              padding: 10px;
          }
      }
  }
}
.logo {
        width: 170px;
}
.btn {
        position: absolute;
        right: 20px;
    }
    .primary-btn{
      padding: 12px 15px;
    }
        .typing-content {
        h2 {
            font-size: 18px;
            text-shadow: 0 2px 1px #5d5d5d;
            background: linear-gradient(to top, black, #0000001c);
            display: inline-block;
            padding-left: 8px;
            border-radius: 4px;
        }
    }
        .meet-sanjay-dhar {
        h2 {
            font-size: 22px;
            -webkit-text-stroke: 0px;
        }
    }
        .meet-sanjay-dhar {
        padding-block: 20px;
    }
.container {
  max-width: 100%;
}
    .section-title {
        font-size: 26px;
    }
    .roi {
    & .row {
        .col:nth-child(2n) {
            margin-top: 0px;
        }
    }
}
.roi-item {
    &:after {
        background-size: 46px;
    }
}
.clients {
  padding-top: 20px;
  padding-bottom: 20px;
}
.logo-box {
    border-radius: 0px;
    height: 70px;
}

.clients {
    h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
}
p {
  font-size: 15px;
}
.story {
    & .video-box {
        & .content {
            .icon{
    width: 50px;
    height: 50px;
    padding: 16px;
    img{
      width: auto;
      height: auto;
    }
  }
        }
    }
}
.country-card {
    padding: 2px;
    min-width: 70px;
    text-align: center;
}
.country-card p {
    font-size: 10px;
    margin: 0;
}
.sec-gap {
  padding: 30px 0;
}
.case-studies-slider {
  padding-left: 0%;
  .slick-arrow {
      top: -50px;
      right: 3%;
  }
}
.case-studies{
  padding-bottom: 0;
}
.story {
  .slick-dots li {
      width: 7.5px;
      height: 7.5px;
      outline: 1px solid #000000;
  }
  .slick-dots {
    bottom: -40px;
}
}
.get-in-touch {
  .about-text {
      left: -59%;
      transform: translateY(-100%) rotate(-90deg);
  }
}
.form-control {
  font-size: 15px;
}
.get-in-touch {
  &::after {
      bottom: 55%;
      background-size: 69%;
  }
  & .container {
    &::after {
        background-repeat: no-repeat;
        background-position: center;
        right: -204px;
    }
}
}
.footer-info {
  padding-left: 15px;
}
.copyright {
  justify-content: center;
}
.location-list {
  text-align: center;
  margin-top: 12px;
  & a {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 30px;
}
li {
  display: inline-block;
  margin-inline: 8px;
}
}
nav ul li a {
  font-size: 22px;
  letter-spacing: 2px;
}
.about {
  .about-img {
      width: auto;
      margin-inline: auto;
      position: relative;
      margin-bottom: -126px;
  }
}
.about .about-content {
          position: relative;
        z-index: 1;
        background: linear-gradient(to bottom, #000000, transparent);
        padding-top: 14px;
}
.about {
    :is(.section-title,p,h3) {
        color: #fff;
        text-align: center;
    }
}
    .center-circle {
        width: 320px;
        height: 320px;
    }
    .progress-circle {
        width: 333px;
        height: 333px;
    }
    .circle-container {
        width: 306px;
        height: 390px;
    }
    .step {
    width: 30px;
    height: 30px;
    font-size: 18px;
    opacity: 1;
    z-index: 10;
    background: #000;
}
.hero {
  h1 {
    font-size: 46px;
    gap: 118px;
    top: 35%;
    left: 8px;
  }
}
.center-circle h3 {
    font-size: 26px;
}
.center-circle p {
        font-size: 16px;
    }
    .icon {
    margin-bottom: 8px;
    img{
height: 60px;
    }
    
}
    .success-badge {
        bottom: -30px;
        font-size: 22px;
        box-shadow: 3px -3px 0 0px #fff;
            padding: 8px 25px;
                border-radius: 8px;
    }
    .ai-driven {
    padding-block: 30px;
    text-align: center;
            h2 {
            font-size: 24px;
            margin-bottom: 10px;
        }
}
.video {
    & a {
        .play-icon {
            width: 50px;
            height: 50px;
            padding: 17px;
        }
    }
}
.industries {
    padding-block: 30px;
    background-position: 30%;
}
.list-item {
    font-size: 20px;
}
.get-in-touch {
    .form-control {
        font-size: 15px;
    }
}
.services {
        & .service-item {
            h3 {
                font-size: 26px;
            }
        }
    }
    .services {
    .overlay-content {
        padding: 23px 20px;
    }
}
    .sanjay-dhar {
        h2 {
            font-size: 16px;
                        margin-bottom: 4px;
        }
        h4 {
        font-size: 15px;
    }
    }
    .download-btn {
    bottom: 8px;
}
.slick-dots {
    bottom: -5px;
}
.methodology-wrapper {
    height: auto;
    position: relative;
}
.logo-box img {
    width: auto;
    height: 100%;
    object-fit: contain;
}
    .case-studies-box {
              padding: 60px 15px;
        padding-top: 20px;
        .download-btn {
            right: 15px;
            font-size: 14px;
            padding: 5px;
            bottom: 12px;
        }
    }
    .mb-35 {
    margin-bottom: 20px;
}
}

/* Mobile Fancybox Video Full Size */
@media (max-width: 768px) {

  .fancybox-content {
    width: 98% !important;
    height: 26vh !important;
    max-width: none !important;
    max-height: none !important;
  }

  .fancybox-content video,
  .fancybox-content iframe {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
  }
.fancybox-slide {
    padding: 10px;
}
}
@media (max-width: 768px) {

  .fancybox-navigation .fancybox-button--arrow_left {
    left: 10px;
    top: 90%;
    transform: translateY(-50%);
  }

  .fancybox-navigation .fancybox-button--arrow_right {
    right: 10px;
    top: 90%;
    transform: translateY(-50%);
  }

}
@media (max-width: 768px) {
  .fancybox-navigation .fancybox-button {
    top: 68%;
    transform: translateY(-50%);
  }
}
