/**************************************
                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: none;
}

html::-webkit-scrollbar {
  width: 6px;
  background-color: #141414;
}

html::-webkit-scrollbar-thumb {
  background-color: #f78322;
  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 {
  font-size: 14px;
  font-family: "Gilroy";
  font-weight: 400;
  color: #000;
}

a,
a:hover,
a:focus {
  color: #f29537;
  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%;
}

/**************************************
         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{
  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{
  font-size: 50px;
  letter-spacing: 1px;
  /* color: #131313; */
  font-weight: bold;
  font-family: 'Gilroy Bold';
  margin-bottom: 12px;
  }

  p{
    font-size: 18px;
  letter-spacing: 0px;
  line-height: 29px;
  color: #3a3a3a;
  }

.primary-btn {
  padding: 12px 35px;
  border-radius: 4px;
  background-color: rgba(255,255,255,0);
  border: 1px solid #ffffff;
  font-size: 18px;
  line-height: normal;
  color: #ffffff;
  transition: all 0.5s;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  overflow: clip;
  z-index: 1;
}

.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: #502f65;
  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: #f78322;
}

.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: 108px;
}

.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;
}

.flex-box {
  display: flex;
  align-items: center;
  gap: 15px;
  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: 168px;
  text-align: center;
  height: 100%;
  padding-block: 6px;
}
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;
}
.logo {
  width: 50px;
  padding-block: 5px;
  text-align: left;
}
.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: 75px;
  background-image: url(../img/hero.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  perspective: 1000px;
  .container-fluid{
    position: relative;
  }
h1{
  font-size: 259px;
  color: rgba(255, 255, 255, 0.671);
  font-weight: bold;
  font-family: 'AeonikTRIAL-Bold';
  position: absolute;
  top: 25%;
  display: flex;
  justify-content: space-between;
  gap: 273px;
  left: 60px;
  background: linear-gradient(to bottom, #ffffffab, #ffffffab 50%, #4b4b4bab 65%, #101010 74%, #101010 100%, #101010, #101010, #101010, #101010, #101010,#101010);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
  transition: transform 0.1s ease-out;
    transform-style: preserve-3d;
}
}

.banner-content{
  position: absolute;
  bottom: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 15%;
  .content{
    width: 35%;
    h2{
      font-size: 44px;
letter-spacing: 0px;
color: #ffffff;
font-family: "Gilroy";
font-weight: 400;
    }
  }
}
.banner-social{
  h3{
    font-size: 20px;
    color: #ffffff;
    font-family: "Gilroy";
    font-weight: 100;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    &:before {
      content: "";
      position: absolute;
      top: 13px;
      width: 60px;
      height: 1px;
      background-color: #ffffff;
      right: -70px;
    }
  }
}
.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;
}
.social-media{
  display: flex;
  gap: 10px;
  a{
    width: 31px;
    height: 32px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    &:hover{
      background-color: #522b68;
      border: 1px solid #ffffff;
      box-shadow: 0px 0px 10px 0px #ffffff;
      transform: scale(1.1);
    }
  }
}

/************************************
   Clients
************************************/
.text-center {
  text-align: center;
}
.clients {
  background: #000000;
  padding-top: 50px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
  &::after{
    content: '';
    inset: 0;
    position: absolute;
    animation: background linear forwards;
    background: linear-gradient(90deg, #f8f8f8, #f8f8f8);
    background-size: 100% 0%;
    animation-timeline: view();
    animation-range: entry 50% ;
    background-repeat: no-repeat;
  }
  h2{
    font-size: 24px;
color: #020202;
font-weight: bold;
font-family: 'Gilroy Bold';
margin-bottom: 30px;
  }
}
@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: 90px;
}
.logo-box:hover {
  transform: scale(1.1);
}
.logo-box img {
  width: 100%;
  height: 100%;
  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: #fff url(../img/about-bg.webp) no-repeat left center;
  padding-bottom: 0;
}
@keyframes gradientAnimation {
  0% {
      background-position: 0% center;
  }
  100% {
      background-position: 200% center;
  }
}
.about-img{
  position: relative;
  margin-bottom: -3px;
  &:hover{
    .about-text{
      background: linear-gradient(90deg, #f78322, #502f65, #f78322);
      background-size: 200% auto; /* Allows smooth animation */
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      animation: gradientAnimation 3s linear infinite;
      transition: background-position 0.5s ease-in-out;
    }
  }
}
.about-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  font-size: 158px;
  letter-spacing: 2px;
  font-weight: bold;
  font-family: 'AeonikTRIAL-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: rgba(255,255,255,0);
      border: 2px solid #ffffff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.5s;
      &:hover{
        background-color: #f29537;
        border: 2px solid #ffffff;
        box-shadow: 0px 0px 10px 0px #ffffff;
        transform: scale(1.1);
      }
    }
  }
}
/************************************
  Founder
************************************/
.founder{
  background: #f7f7f7 url(../img/founder-bg.webp) no-repeat left center;
  padding-bottom: 55px;
  padding-top: 140px;
  position: relative;
  h4{
    font-size: 44px;
line-height: 73px;
color: #363636;
font-weight: bold;
font-family: "Gilroy";
text-align: center;
  }
  h2,h2 span{
    font-size: 252px;
    line-height: 240px;
    color: #141414;
    font-weight: bold;
    font-family: 'AeonikTRIAL-Bold';
    margin-bottom: 60px;
    transition: background-position 0.5s ease-in-out;
    &:hover{
      background: linear-gradient(90deg, #502f65, #f78322, #502f65);
      background-size: 200% auto; /* Allows smooth animation */
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      animation: gradientAnimation 3s linear infinite;
      transition: background-position 0.5s ease-in-out;
    }
  }
  .brands{
    display: flex;
    .brand{
      background-color: rgba(0,0,0,0);
      border: 1px solid rgba(0, 0, 0, 0.13);
      width: 100%;
      padding-block: 50px;
      text-align: center;
      transition: all 0.5s;
      &:hover{
        box-shadow: 0px 30px 38px 0 #1e1d1d4d;
        img{
          transform: scale(1.1);
        }
      }
    }
  }
  .container{
    position: relative;
  }
  .founder-img {
    position: absolute;
    bottom: -4px;
    right: 5%;
    z-index: 1;
}
}

/************************************
  industries
************************************/
.industries{
  .col-lg-4{
    background-color:#1e1d1d;
    padding: 35px;
    padding-top: 100px;
    padding-left: 108px;
  }
  .col-lg-8{
    background-color:#000000;
    padding: 35px;
    padding-right: 108px;
    position: relative;
    .col-md-4{
      padding: 35px;
      padding-block: 100px;
      text-align: center;
      transition: all 0.5s;
      transition: transform 0.3s ease;
      transform-style: preserve-3d;
      &:hover{
        background-color: #141414;
        transform: perspective(1000px) rotateY(15deg) rotateX(10deg) scale(1.05); /* 3D rotation and slight zoom */
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        img {
          transform: scale(1.1);
      }
      }
      img {
        transition: transform 0.3s ease;
    }
    }
  .row {
      overflow: visible;
  }
  }
  .section-title,p{
    color: #fff;
  }
  h4{
    font-size: 24px;
color: #ffffff;
font-weight: bold;
font-family: 'Gilroy Bold';
margin-block: 15px;
  }
}

/************************************
  Company
************************************/
.company{
  background-color: #f5f5f5;
}
.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;
font-family: 'Gilroy Medium';
}
}
.mb-35{
  margin-bottom: 35px;
}
.boost{
  background-color: #000;
  .section-title{
    color: #fff;
    font-size: 44px;
    line-height: 50px;
  }
}
.case-studies-box{
  filter: drop-shadow(0px 11px 15.5px rgba(0,0,0,0.14));
  background-color: #ffffff;
  margin-bottom: 40px;
  &:hover{
    .content{
    .flex{
      .trafic:first-child{
        h3{
          color: #f29537;
        }
      }
      .trafic:last-child{
        h3{
          color: #502f65;
        }
      }
    }
  } 
  }
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .content{
    h4{
      filter: drop-shadow(0px 11px 15.5px rgba(0,0,0,0.14));
      background-color: #0c0c0c;
      font-size: 25px;
      letter-spacing: 0px;
      line-height: 24px;
      color: #ffffff;
      font-weight: bold;
      font-family: 'Gilroy Bold';
      text-align: center;
      padding-block: 20px;
    }
    .flex{
      display: flex;
      align-items: center;
      padding-block: 20px;
      .trafic{
        text-align: center;
        padding-inline: 20px;
        border-right: 1px solid #000;
        h3{
          font-size: 58px;
          letter-spacing: 1px;
          line-height: 65px;
          color: #131313;
          font-weight: bold;
          font-family: 'AeonikTRIAL-Bold';
        }
        P{
          font-size: 22px;
          letter-spacing: 0px;
          line-height: 24px;
          color: #131313;
          font-weight: bold;
          font-family: 'AeonikTRIAL-Bold';
          text-align: center;
        }
        &:last-child{
          border-right: none;
        }
      }
    }
  }
}
.case-studies-slider{
  padding-left: 16%;
  .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;
          }
      }
  }
  }
 
.story {
  background-color: #f8f8f8;
  padding-bottom: 80px;

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

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

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

  .slick-dots li {
    width: 9.5px;
    height: 9.5px;
    margin: 0 8px;
    background-color: #f2943700;
    border-radius: 50%;
    cursor: pointer;
    outline: 2px solid #000000;
    outline-offset: 3px;
  }

  .slick-dots li.slick-active {
    background-color: #000000;
  }

  .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.2);
        }
      }
      .icon{
        transition: all 0.5s;
      }
    }
  }
}
  .slick-dots li {
    width: 9.5px;
    height: 9.5px;
    margin: 0 8px;
    background-color: #f2943700;
    border-radius: 50%;
    cursor: pointer;
    outline: 1px solid #fff;
    outline-offset: 3px;
  }

  .slick-dots li.slick-active {
    background-color: #f29537;
  }

  .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: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-initialized .slick-slide {
  display: block;
}
.container {
  position: relative;
  z-index: 1;
}
.get-in-touch{
  padding-bottom: 0;
  position: relative;
  overflow: clip;
  &::after{
    content: '';
        background-image: url(../img/get-in-touch-shape2.webp);
        width: 483px;
        height: 580px;
        display: block;
        position: absolute;
        bottom: 26%;
        z-index: -1;
  }
  .container{
    &::after{
      content: '';
      content: '';
      background-image: url(../img/get-in-touch-shape.webp);
      width: 843px;
      height: 607px;
      display: block;
      background-size: 100%;
      background-repeat: no-repeat;
      position: absolute;
      bottom: -34%;
      z-index: -1;
      right: -50px;
    }
  }
  .about-text {
    left: -83%;
}
.primary-btn{
  background-color: #000;
  padding-inline: 70px;
}
.primary-btn:hover {
  background: #502f65;
}
.form-control{
  color: #000;
  padding-inline: 0;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
}

}


/* 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: #52425B;
  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: 100%;
    overflow: hidden;
  }
}

.popup {
  .title {
    color: #FFF;
    font-family: 'AeonikTRIAL-Bold';
    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;
}

/************************************
    Footer
************************************/
footer {
  position: relative;
  padding-top: 40px;
  background-color: #000;
  p{
    color: #fff;
    transition: all 0.5s;
  }
  a p:hover{
    color: #f29537;
  }
}
.footer-logo{
  margin-bottom: 15px;
}

.footer-info {
  border-top: 1px solid #6c6c6c;
  border-bottom: 1px solid #6c6c6c;
  padding-block: 15px;
  margin-block: 15px;
  span{
    width: 38px;
height: 38px;
border-radius: 19px;
background-color: rgba(255,255,255,0);
border: 1px solid #ffffff;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: 0;
  }
  .col-lg-4, .col-lg-3, .col-lg-2{
    position: relative;
    padding-left: 45px;
  }
}
.footer-title {
font-size: 21px;
letter-spacing: 0px;
line-height: 26px;
color: #ffffff;
font-weight: bold;
font-family: 'Gilroy Bold';
}
.copyright {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  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);
}

/* Use a pointer for consistency with other links */
#dolphin-toggle {
  cursor: pointer;
  display: none;
  position: absolute;
}
textarea{
  font-family: "Gilroy";
}
/***************************************************
                      Blog page
*****************************************************/
.blog-bn{
  padding-top: 110px;
}
.bloghero{
  padding-top: 60px;
  h1{
    color: #1B1B1B;
    font-size: 58px;
    margin-bottom: 18px;
  }
  .blog-date{
    p {
      margin-top: 0;
      justify-content: flex-start;
      margin-bottom: 15px;
    }
  }
}
.launch{
  .launch-items{
    background: #FFF;
    box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.10);
    .launch-img{
      height: 100%;
      overflow: hidden;
      position: relative;
      img{
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }
    .blog-content{
      padding: 40px 12px 13px 25px;
      h2{
        color: #1B1B1B;
        font-size: 42px;
        font-family: 'Gilroy Medium';
        font-weight: 400;
        margin-bottom: 13px;
      }
      .blog-des{
        color: #191919;
        font-size: 18px;
        font-weight: 400;
        line-height: 155.556%;
      }
    }
    &:hover{
      .launch-img{
        img{
          scale: 1.1;
        }
      }
      .blog-content{
        h2{
          color: #F29537;
        }
      }
    }
  }
}
.featured{
  position: absolute;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  padding: 5px 20px;
  top: 17px;
  right: 9px;
  border-radius: 60px;
  opacity: 0.7;
  background: #FFF;
}
.blog-date{
  p{
    margin-top: 57px;
    margin-bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 2px;
    justify-content: flex-end;
    color: #747474;
    font-size: 16px;
    font-weight: 400;
    span{
      display: block;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background-color: #020202;
    }
  }
}
.blog-grid{
  .grid-items{
    .cards{
      background: #FFF;
      box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.10);
      height: 100%;
      .cards-img{
        overflow: hidden;
        position: relative;
        img{
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
      }
      .blog-date{
        padding-left: 13px;
        p{
          margin-top: 10px;
          width: auto;
          display: inline-block;
          margin-bottom: 11px;
          background-color: #ff6900;
          color: #FFF;
          padding: 4px 20px;
          border-radius: 50px;
        }
      }
      .cards-body{
        padding: 0 13px 17px 13px;
        h3{
          color: #1B1B1B;
          font-family: 'Gilroy Medium';
          font-size: 22px;
          font-weight: 400;
          margin-bottom: 10px;
          display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;  
        overflow: hidden;
        text-overflow: ellipsis;
        }
        p{
          color: #191919;
          font-family: "Gilroy";
          font-size: 16px;
          font-weight: 400;
          line-height: 162.5%;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;  
          overflow: hidden;
          text-overflow: ellipsis;
        }
      }
      &:hover{
        .cards-img{
          img{
            scale: 1.1;
          }
        }
        .cards-body{
          h3{
            color: #F29537;
          }
        }
      }
    }
  }
}
.pagenation{text-align:center; margin: 35px 0px;}
.pagenation span{font-size:25px;}
/***************************************************
                Blog Details page
*****************************************************/
.sidebar-img{
  margin-bottom: 33px;
  border-bottom: 2px solid #343C55;
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: -3px;
  }
}
.sidebar-body{
  h3{
    font-family: 'Gilroy Medium';
    color: #000;
    font-size: 46px;
    font-weight: 400;
    line-height: 56.522%;
    margin-bottom: 20px;
  }
  p{
    color: #191919;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 155.556%;
  }
}
.blog-details-grid{
  .primary-btn{
    background: #1E1E1E;
    margin-bottom: 28px;
  }
	.blog-date{
  p{
    margin-top: 57px;
    margin-bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 2px;
    justify-content: flex-end;
    color: #747474;
    font-size: 16px;
    font-weight: 400;
    span{
      display: block;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background-color: #020202;
    }
  }
}
}
.social-links{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 51px;
  li> a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 51px;
    height: 51px;
    border: 1px solid #585858;
    border-radius: 50%;
    transition: 0.3s;
    &:hover{
      background-color: #F29537;
      border: none;
      img{
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(25deg) brightness(102%) contrast(103%);
      }
    }
    img{
      filter: brightness(0) saturate(100%) invert(7%) sepia(12%) saturate(14%) hue-rotate(354deg) brightness(100%) contrast(82%);
      transition: 0.4s;
    }
}
}
.blog-details-grid .side-bar{
  .repost{
  .post-title{
    color: #000;
    font-size: 22px;
    font-weight: 600;
  }
  ul{
    li{
      width: 100%;
      border-bottom: 1px solid #C0C0C0;
      padding-block: 10px;
      a{
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #1B1B1B;
        font-size: 16px;
        font-weight: 400;
      }
      &:hover{
        a{
          color: #F29537;
        }
      }
      &:last-child{
        border-bottom: none;
      }
    }
  }
}
}
.author{
  background: aliceblue;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 25px;
}
.blog-details-content{
	h2{
		 font-family: 'Gilroy Bold';
		color: #1B1B1B;
		font-size: 29px;
		font-weight: 400;
		margin-bottom: 11px;
	}
	h3{
		font-family: 'Gilroy Bold';
		color: #1B1B1B;
		font-size: 24px;
		font-weight: 400;
		margin-bottom: 11px;
	}
  p{
    font-family: "Gilroy";
    color: #191919;
    font-size: 21px;
    font-weight: 400;
    line-height: 175.19%;
  }
	ul, ol{
  padding-left: 20px;
  li{
    list-style: disc;
    padding-block: 10px;
    color: #191919;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
  }
}
}
.article-head{
  h2{
    color: #1B1B1B;
    font-size: 29px;
    font-weight: 400;
    font-family: 'Gilroy Medium';
  }
  .under-bar{
      display: block;
      width: 27px;
      height: 1px;
      background: #000;
      margin-bottom: 18px;
      margin-top: 9px;
  }
}
/*******************************
  Responsive
********************************/
@media screen and (-webkit-min-device-pixel-ratio: 1.25),
       screen and (min-resolution: 120dpi) {
        .banner-img {
          position: relative;
          text-align: center;
          img{
            width: 53%;
          }
        }
        .banner-content {
          width: 100%;
          .content {
            width: 32%;
              h2 {
                  font-size: 34px;
              }
          }
        }
        .hero {
          h1 {
            font-size: 200px;
            top: 25%;
            gap: 215px;
          }
        }
        .container {
          max-width: 70%;
        }
        .section-title {
          font-size: 38px;
        }
        p {
          font-size: 16px;
          line-height: 24px;
        }
        .about-text {
          font-size: 128px;
          left: -72%;
        }
        .founder {
          padding-top: 80px;
          padding-bottom: 40px;
          h4{
              font-size: 40px;
              line-height: 63px;
          }
          h2, h2 span {
            font-size: 242px;
            line-height: 200px;
          }
          .founder-img {
            width: 33%;
            bottom: -4px;
            right: 2%;
          }
        }
        .industries {
          .col-lg-8 {
            .col-md-4 {
              padding: 35px;
              padding-block: 50px;
            }
          }
        }
        .digitalpiloto {
          p {
              font-size: 18px;
              line-height: 28px;
          }
        }
        .boost {
          .section-title {
              font-size: 38px;
              line-height: 46px;
          }
        }
        .case-studies-box {
          .content {
              .flex {
                .trafic {
                  h3 {
                    font-size: 46px;
                    line-height: 60px;
                  }
                  P {
                    font-size: 18px;
                    line-height: 22px;
                  }
                }
              }
          }
        }
}

@media (max-width: 1920px) {}

@media (max-width: 1600px),
(max-width: 1536px) {
  .hero {
    h1 {
      font-size: 210px;
      gap: 240px;
    }
    .banner-content {
      width: 100%;
      .content {
        h2 {
          font-size: 38px;
        }
      }
    }
    .banner-img img {
      width: 100vh;
    }
  }
    
    .section-title {
      font-size: 40px;
    }
    .industries {
  .col-lg-8 {
      .col-md-4 {
          padding: 35px;
          padding-block: 51px;
      }
  }
}
  .founder {
    .founder-img {
        bottom: -4px;
        right: 1%;
        z-index: 1;
        width: 34%;
    }
    h2, h2 span {
      font-size: 252px;
      line-height: 190px;
      margin-bottom: 30px;
    }
  }
  .case-studies-slider{
    padding-left: 9.5%;
  }
  .bloghero {
    padding-top: 91px;
  }
}

@media (max-width: 1440px),
(max-width: 1366px) {
  .logo {
    width: 60px;
    padding-block: 6px;
}
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;
}
}
p {
  font-size: 16px;
  line-height: 24px;
}
.about-text {
  font-size: 140px;
}
.founder {
  padding-top: 50px;
  .founder-img {
      width: 32%;
  }
  h4 {
    font-size: 32px;
}
}
.industries {
  .col-lg-4 {
      padding: 20px;
      padding-top: 100px;
      padding-left: 108px;
  }
}
.section-title {
  font-size: 32px;
}
.industries {
  & .col-lg-8 {
      .col-md-4 {
          padding: 15px;
          padding-block: 30px;
      }
  }
}
.digitalpiloto {
  p {
      font-size: 18px;
      line-height: 28px;
  }
}
.boost {
  .section-title {
      font-size: 32px;
      line-height: 38px;
  }
}
.case-studies-slider {
  .slick-arrow {
      right: 15%;
  }
}
.case-studies-box {
  & .content {
      h4 {
          font-size: 20px;
          padding-block: 14px;
      }
      & .flex {
        & .trafic {
            h3 {
                font-size: 38px;
                line-height: 45px;
            }
            P {
              font-size: 16px;
              line-height: 20px;
          }
        }
    }
  }
}
.blog-grid {
    & .grid-items {
        & .cards {
            & .blog-date {
                p {
                    padding: 2px 15px;
                    font-size: 12px;
                }
            }
        }
    }
}
}

@media (max-width: 1440px){
  .blog-bn {
    padding-top: 84px;
  }
}

@media (max-width: 1366px) {
  .launch {
    .launch-items {
      .blog-content {
        h2{
          font-size: 36px;
        }
        .blog-des {
          font-size: 16px;
        }
      }
    }
  }
  .blog-date {
    p {
      margin-top: 43px;
    }
  }
  .blog-grid {
    .grid-items {
      .cards {
        .cards-body {
          h3 {
            font-size: 20px;
          }
          p {
            line-height: 149.5%;
          }
        }
      }
    }
  }
  .bloghero {
    padding-top: 30px;
  }
  .bloghero {
    h1 {
      color: rgb(27, 27, 27);
      font-size: 37px;
    }
  }
  .blog-details-content {
    p {
      font-size: 18px;
      line-height: 138.19%;
    }
  }
  .sidebar-img {
    margin-bottom: 10px;
  }
  .sidebar-body {
    h3 {
      line-height: 95.522%;
      font-size: 42px;
    }
  }
  .blog-details-content {
    h2 {
      font-size: 27px;
    }
	  h3{
		  font-size: 22px;
	  }
	  ul, ol{
		  li{
			  font-size: 18px;
		  }
	  }
  }
  .blog-details-list {
    & li {
      font-size: 17px;
    }
  }
}

@media (max-width: 1199.98px) {
  .container-fluid {
    padding-inline: 20px;
}
.hero {
  h1 {
      font-size: 100px;
      gap: 306px;
      top: 38%;
  }
}
.container {
  max-width: 90%;
}

.about{
  position: relative;
  .about-img {
    position: absolute;
    margin-bottom: -3px;
    bottom: 0;
    width: 49%;
}
}
.about-text {
  font-size: 126px;
  left: -76%;
}
.founder {
  h2, h2 span {
      font-size: 190px;
      line-height: 190px;
      margin-bottom: 30px;
  }
  & .brands {
    .brand {
        padding-block: 38px;
        padding-inline: 50px;
    }
}
}
.section-title {
  font-size: 28px;
}
.industries {
  .col-lg-4 {
      padding: 15px;
      padding-top: 40px;
      padding-left: 25px;
  }
  .col-lg-8 {
    padding: 15px;
    padding-right: 25px;
    position: relative;
}
}
.case-studies-slider {
  padding-left: 6.5%;
  .slick-slide {
    margin: 0 20px;
}
.slick-list {
  margin: 0 -20px;
}
}
.case-studies-box {
  & .content {
      & .flex {
          .trafic {
              padding-inline: 10px;
              P {
                font-size: 14px;
                line-height: 20px;
            }
            h3 {
              font-size: 28px;
              line-height: 36px;
          }
          }
      }
  }
}
}

@media (max-width: 991.98px) {
  .left {
    padding: 0;
    .img-box {
        display: none;
    }
}
.right {
  padding: 30px;
}
.banner-content {
  & .content {
      width: 60%;
  }
}
.about {
  .about-img {
      width: 90%;
      margin-inline: auto;
  }
}
.about-text {
  font-size: 126px;
  left: -60%;
}
.founder {
  h2, h2 span {
      font-size: 145px;
      line-height: 130px;
      margin-bottom: 30px;
  }
}
.founder {
  & .brands {
    width: 80%;
      .brand {
          padding-block: 30px;
          padding-inline: 70px;
      }
  }
}
.industries {
  .col-lg-4 {
      padding-bottom: 30px;
  }
  & .col-lg-8 {
    .col-md-4 {
        padding: 10px;
        padding-block: 30px;
    }
}
}
.case-studies-slider {
  .slick-arrow {
      right: 10%;
  }
}
.case-studies-slider {
  .slick-slide {
      margin: 0 10px;
  }
  .slick-list {
      margin: 0 -10px;
  }
}
.case-studies-box {
  & .content {
      h4 {
          font-size: 16px;
          padding-block: 14px;
      }
      & .flex {
        & .trafic {
            P {
                font-size: 12px;
                line-height: 16px;
            }
        }
    }
  }
}
.get-in-touch {
  padding-bottom: 30px;
}
.get-in-touch {
  &::after {
      bottom: 46%;
  }
  .about-text {
    left: -45%;
}
}
nav ul li a {
  font-size: 24px;
  line-height: 50px;
  letter-spacing: 3px;

}
.bloghero {
  padding-top: 70px;
}

.blog-details-grid {
  .row{
    .col-lg-8{
      order: -1;
    }
  }
}
.blog-details-content {
	h3{
		font-size: 23px;
	}
    & ul, & ol {
        li {
            font-size: 20px;
    }
}
}

@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: 50px;
  padding-block: 2px;
}
.container {
  max-width: 100%;
}
.about-text {
  font-size: 98px;
  left: -67%;
}
.about {
  padding-bottom: 30px;
}
.clients {
  padding-top: 20px;
  padding-bottom: 20px;
}
.logo-box {
  width: 100%;
  height: 65px;
  padding: 10px;
  border-radius: 4px;
  background: #0000000d;
}

.clients {
    h2 {
        font-size: 24px;
        margin-bottom: 0px;
    }
}
p {
  font-size: 15px;
}
.founder {
  padding-top: 20px;
  h4 {
    font-size: 17px;
}
h2, h2 span {
  font-size: 91px;
  line-height: 66px;
  margin-bottom: 30px;
}
.brands {
  flex-direction: column;
  width: 50%;
  .brand {
    padding-block: 15px;
    padding-inline: 15px;
}
}
.founder-img {
  width: 52%;
}
}
.industries {
  .col-lg-4 {
      padding: 15px;
      padding-top: 30px;
      padding-left: 15px;
      padding-bottom: 30px;
  }
  .col-lg-8 {
    padding: 15px;
}
}
.section-title {
  font-size: 22px;
}
.digitalpiloto {
  padding: 15px;
  p {
    font-size: 16px;
    line-height: 24px;
}
}
.boost {
  .section-title {
      font-size: 22px;
      line-height: 32px;
  }
}
.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;
  }
}
.hero {
  h1 {
    font-size: 46px;
    gap: 118px;
    top: 35%;
    left: 8px;
  }
}
.blog-bn {
  padding-top: 64px;
}
.bloghero {
  padding-top: 15px;
  h1 {
    font-size: 31px;
	margin: 0;
  }
}
.launch {
  .launch-items {
      .blog-content {
        padding: 9px 12px 13px 13px;
        h2 {
          font-size: 26px;
        }
        .blog-des {
          font-size: 14px;
        }
      }
    }
  }
  .blog-details-content {
    h2 {
      font-size: 21px;
    }
	  h3{
		  font-size: 18px;
	  }
	  p {
      font-size: 17px;
    }
	  ul, ol{
		  li{
			  font-size: 17px;
		  }
	  }
  }
  .blog-grid {
    .grid-items {
      .cards {
          .cards-body {
            p {
                line-height: 138.5%;
                margin: 0;
            }
          }
      }
    }
  }
	.bloghero{
		.row{
			.col-lg-4{
				order: 1;
			}
		}
	}
}

