.hero-section {
  position: relative;
  background-color: #14286e;
  padding: 200px 0 100px 0;
}

.hero-top-cntnt {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}

.hero-top-cntnt p {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.1;
}

.hero-lg-text {
  font-size: 100px;
  font-weight: 300;
  line-height: 120px;
  margin-bottom: 30px;
}

.hero-lg-text span {
  font-size: 133px;
  font-weight: 600;
}

.word-swap {
  display: inline-block;
  min-width: 480px;
}

.iar-hero-text {
  font-size: 30px;
  font-weight: 600;
  margin-top: 40px;
}

.hero-slider-nav {
  position: fixed;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
}

.hero-dot.active {
  height: 26px;
  border-radius: 10px !important;
}

.hero-dot {
  background-color: #fff;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-bottom: 16px;
}

.what-we-do-section {
  position: relative;
  background-color: #14296e;
}

.what-we-do-media {
  overflow: hidden;
  background-color: #14296e;
  width: 100%;
  transform-origin: center center;
  object-fit: cover;
  height: 100vh;
}

.what-we-do-media video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.what-we-do-section::after {
  position: absolute;
  content: "";
  background-color: #14286e;
  height: 100%;
  width: 100px;
  left: -100px;
  top: 0;
}

.what-we-do-content {
  position: absolute;
  top: 50%;
  left: 42%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.what-differentiate-us {
  position: relative;
}

.what-differentiate-us::before {
  position: absolute;
  content: "";
  background-color: #000;
  opacity: 0.35;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.what-differentiate-us::after {
  position: absolute;
  content: "";
  background-color: #000;
  opacity: 0.35;
  top: 0;
  left: -100px;
  width: 100px;
  height: 100%;
  z-index: 1;
}

.home-case-studies-circle {
  position: relative;
  top: 17px;
  background: #c71a1a;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.home-case-studies-text {
  color: #fff;
  font-size: 100px;
  line-height: 1.1;
  font-weight: 300;
  letter-spacing: 1px;
}

.home-case-studies-text span {
  font-weight: 600;
  font-size: 120px;
}

.case-studies {
  top: 40%;
  left: 34%;
}

.case-studies-content {
  align-items: baseline !important;
}

.cta-btn {
  display: flex;
  text-decoration: none;
  gap: 60px;

  &:hover {
    text-decoration: none;
  }
}

.cta-btn-ins {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
}

.home-circ {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 45px;
  font-weight: 700;
  color: #fff;
}

.financials {
  position: relative;
  top: -11px;
}

.arrow-icon {display: flex;gap: 50px;align-items: center;}

@media screen and (max-width: 1199px) {
  .hero-lg-text {font-size: 80px;line-height: 94px;}
  .hero-lg-text span {font-size: 107px;}
  h1 {font-size: 50px !important;}
}

@media screen and (max-width: 991px) {
  .hero-lg-text span {
    font-size: 67px;
  }

  .hero-lg-text {
    font-size: 50px;
    line-height: 62px;
    margin-bottom: 10px;
  }

  .iar-hero-text {margin-top: 18px;}
  .what-we-do-content {
    top: 35%;
    left: 45px;
    transform: unset;
    padding-right: 50px;
  }
  .what-we-do-content h1 {
    margin-top: 15px;
  }
  .home-case-studies-circle {
    top: 5px;
    width: 50px;
    height: 50px;
    aspect-ratio: 1;
  }
  .home-case-studies-text {
    font-size: 50px;
  }
  .home-case-studies-text span {
    font-size: 50px;
  }

  .home-circ {
    font-size: 30px;
  }
  .waves-img{
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .iar-hero-text {font-size: 20px;}
  h1 {
    font-size: 30px !important;
}
}

@media screen and (max-width: 500px) {
  .hero-lg-text span {
    font-size: 49px;
  }
  .hero-slider-nav {right: 20px;}
  .hero-section {padding: 80px 0 50px 0;}
  .home-case-studies-text {
    font-size: 30px;
  }
  .home-case-studies-text span {
    font-size: 30px;
  }

  .arrow-icon {gap: 24px;}

  .arrow-icon img {width: 50px;}
}