@charset "UTF-8";
@font-face {
  font-family: "SourceSerif4_48pt";
  src: url("../fonts/SourceSerif4_48ptSemiBold.eot");
  src: url("../fonts/SourceSerif4_48ptSemiBold.eot") format("embedded-opentype"), url("../fonts/SourceSerif4_48ptSemiBold.woff2") format("woff2"), url("../fonts/SourceSerif4_48ptSemiBold.woff") format("woff"), url("../fonts/SourceSerif4_48ptSemiBold.ttf") format("truetype"), url("../fonts/SourceSerif4_48ptSemiBold.svg#SourceSerif4_48ptSemiBold") format("svg");
}
/* @import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');
*/
@font-face {
  font-family: "Archivo";
  src: url("../fonts/ArchivoRegular.eot");
  src: url("../fonts/ArchivoRegular.eot") format("embedded-opentype"), url("../fonts/ArchivoRegular.woff2") format("woff2"), url("../fonts/ArchivoRegular.woff") format("woff"), url("../fonts/ArchivoRegular.ttf") format("truetype"), url("../fonts/ArchivoRegular.svg#ArchivoRegular") format("svg");
}
:root {
  --font-weight-300: 300;
  --font-weight-400: 400;
  --font-weight-500: 500;
  --font-weight-600: 600;
  --font-weight-700: 700;
  --font-weight-800: 800;
  --font-weight-900: 900;
  --blue-color: #0066b3;
  --black-color: #241D19;
  --black-dark-color: #000000;
  --white: #ffffff;
  --orange: #ef412a;
  --Source_Serif_4: --font-Source_Serif_4;
}

.white-clr {
  color: var(--white);
}

.orange-clr {
  color: var(--orange);
}

.black-clr {
  color: var(--black-dark-color);
}

a {
  text-decoration: none;
}

html,
body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  font-family: "Archivo";
  cursor: none;
}

.anim {
  opacity: 0;
}

/* .split-parent,.words,.chars {
overflow: hidden; }

.split-child {
display: inline-block; } */
.common_cta {
  background-color: transparent;
  padding: 14px 20px;
  border: 1px solid #403836;
  font-size: 18px;
  font-weight: 400;
  width: fit-content;
  display: flex;
  align-items: center;
  color: var(--white);
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.common_cta span.arrow_cta {
  display: inline-block;
  margin-bottom: -5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.common_cta span.arrow_cta svg path {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.common_cta:hover {
  background-color: var(--orange);
}
.common_cta:hover span.arrow_cta {
  margin-left: 10px;
}
.common_cta:hover span.arrow_cta svg path {
  stroke: var(--white);
}

.common_cta2 {
  background-color: transparent;
  padding: 14px 20px;
  border: 1px solid #a79d9a;
  font-size: 18px;
  font-weight: 400;
  width: fit-content;
  display: flex;
  align-items: center;
  color: var(--black-color);
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.common_cta2 span.arrow_cta {
  display: inline-block;
  margin-bottom: -5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.common_cta2 span.arrow_cta svg path {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.common_cta2:hover {
  background-color: var(--orange);
  color: #fff;
}
.common_cta2:hover span.arrow_cta {
  margin-left: 10px;
}
.common_cta2:hover span.arrow_cta svg path {
  stroke: var(--white);
}

.header_wrp {
  /* width: 80%; */
  background: rgba(242, 242, 242, 0.7);
  backdrop-filter: blur(20px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 30px;
  height: 72px;
  border-radius: 10px;
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 100;
  /* ✅ Keyframes */
}
.header_wrp ul {
  list-style: none;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  width: fit-content;
  gap: 0px 40px;
}
.header_wrp ul li a {
  position: relative;
  text-decoration: none;
  color: var(--black-color);
  font-size: 18px;
  font-family: "Archivo";
  position: relative;
  overflow: hidden;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header_wrp ul li a:after {
  position: absolute;
  bottom: 0.5px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: var(--orange);
  content: "";
  transform: translate3d(-101%, 0, 0);
  opacity: 1;
  animation: trace-out 0.25s ease-out forwards;
}
.header_wrp ul li a:hover:after {
  opacity: 1;
  animation: trace-in 0.25s ease-out forwards;
}
.header_wrp ul li a.active {
  color: var(--orange);
}
.header_wrp ul li a.active:after {
  opacity: 1;
  animation: trace-in 0.25s ease-out forwards;
}
@media (min-width: 1600px) and (max-width: 1919px) {
  .header_wrp {
    top: 40px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .header_wrp {
    top: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .header_wrp {
    top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header_wrp {
    top: 15px;
  }
  .header_wrp ul {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 767px) {
  .header_wrp {
    top: 15px;
  }
  .header_wrp ul {
    opacity: 0;
    visibility: hidden;
  }
}
.header_wrp .logo-Stirrup {
  position: relative;
  overflow: hidden;
  width: 152px;
  height: 52px;
  display: flex;
}
.header_wrp .logo-Stirrup span {
  position: absolute;
  display: block;
}
.header_wrp .logo-Stirrup span.pt1 {
  background: url(../images/logo-pt1-b.svg) center no-repeat;
  background-size: cover;
  width: 17px;
  height: 22px;
  top: 5px;
}
.header_wrp .logo-Stirrup span.pt2 {
  background: url(../images/logo-pt2-b.svg) center no-repeat;
  background-size: cover;
  width: 103px;
  height: 35px;
  top: 0;
  left: 17px;
  transition: all 0.5s cubic-bezier(0.61, 0, 0.28, 1);
}
.header_wrp .logo-Stirrup span.pt3 {
  background: url(../images/logo-pt3-o.svg) center no-repeat;
  background-size: cover;
  width: 20px;
  height: 6px;
  bottom: 17px;
  left: 77px;
  transition: all 0.5s cubic-bezier(0.61, 0, 0.28, 1);
}
.header_wrp .logo-Stirrup span.pt4 {
  background: url(../images/Xcelerate-logo-plug.svg) center no-repeat;
  background-size: cover;
  width: 150px;
  height: 24px;
  top: 30px;
  left: -17px;
  transition: all 0.5s cubic-bezier(0.61, 0, 0.28, 1);
}
.header_wrp.active .logo-Stirrup span.pt2, .header_wrp.active .logo-Stirrup span.pt4 {
  width: 0px;
}
.header_wrp.active .logo-Stirrup span.pt3 {
  left: 0px;
}
.header_wrp .header_wrp .logo-Stirrup:focus-visible {
  outline: none;
}
@keyframes trace-in {
  0% {
    transform: translate3d(-101%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes trace-out {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(100%, 0, 0);
  }
}

.clientMarquee .clientSldr .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.clientMarquee .clientSldr .swiper-wrapper .swiper-slide {
  width: 268px !important;
  height: 268px !important;
}

.SectionTitle {
  font-size: 24px;
  font-weight: var(--font-weight-900);
  letter-spacing: 1px;
}

.footer_wrp {
  width: 100%;
  padding: 80px 0px;
  padding-bottom: 20px;
  /* ✅ Keyframes */
}
.footer_wrp .customContainer {
  width: 83.1%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer_wrp .customContainer .footer_lhs {
  width: 50%;
}
.footer_wrp .customContainer .footer_lhs .cvr {
  max-width: 513px;
}
.footer_wrp .customContainer .footer_lhs .cvr p {
  color: #a79d9a;
  font-family: "Archivo";
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0px;
  margin: 20px 0px 40px;
}
.footer_wrp .customContainer .footer_lhs .cvr .social_wrp {
  margin-top: 0px;
  margin-bottom: 70px;
  max-width: 250px;
  display: flex;
  gap: 20px 20px;
}
.footer_wrp .customContainer .footer_rhs {
  width: 50%;
}
.footer_wrp .customContainer .footer_rhs ul {
  list-style: none;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.footer_wrp .customContainer .footer_rhs ul li {
  border-bottom: 1px solid #dadada;
}
.footer_wrp .customContainer .footer_rhs ul li:last-child {
  border-bottom: none;
}
.footer_wrp .customContainer .footer_rhs ul li a {
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 90px;
}
.footer_wrp .customContainer .footer_rhs ul li a:hover span.linkArrw svg circle {
  stroke: var(--white);
  fill: var(--orange);
}
.footer_wrp .customContainer .footer_rhs ul li a:hover span.linkArrw svg path {
  stroke: var(--white);
}
.footer_wrp .customContainer .footer_rhs ul li a:hover span.pic_cvr {
  opacity: 1;
}
.footer_wrp .customContainer .footer_rhs ul li a span.name {
  font-family: "SourceSerif4_48pt";
  font-size: 36px;
  font-weight: 600;
  color: var(--black-color);
}
.footer_wrp .customContainer .footer_rhs ul li a span.pic_cvr {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer_wrp .customContainer .footer_rhs ul li a span.linkArrw svg path {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer_wrp .customContainer .footer_rhs ul li a span.linkArrw svg circle {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (min-width: 1600px) and (max-width: 1919px) {
  .footer_wrp .customContainer .footer_lhs .cvr {
    max-width: 420px;
  }
  .footer_wrp .customContainer .footer_lhs .cvr p {
    font-size: 16px;
    line-height: 24px;
  }
  .footer_wrp .customContainer .footer_rhs ul li a {
    font-size: 30px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .footer_wrp .customContainer .footer_lhs .cvr {
    max-width: 420px;
  }
  .footer_wrp .customContainer .footer_lhs .cvr p {
    font-size: 16px;
    line-height: 24px;
  }
  .footer_wrp .customContainer .footer_rhs ul li a {
    font-size: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .footer_wrp .customContainer .footer_lhs .cvr {
    max-width: 420px;
  }
  .footer_wrp .customContainer .footer_lhs .cvr p {
    font-size: 16px;
    line-height: 24px;
  }
  .footer_wrp .customContainer .footer_rhs ul li a {
    font-size: 30px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .footer_wrp {
    padding: 40px 0px;
  }
  .footer_wrp .customContainer .footer_lhs {
    width: 100%;
  }
  .footer_wrp .customContainer .footer_lhs .cvr {
    max-width: 420px;
  }
  .footer_wrp .customContainer .footer_lhs .cvr p {
    font-size: 16px;
    line-height: 24px;
  }
  .footer_wrp .customContainer .footer_rhs {
    width: 100%;
  }
  .footer_wrp .customContainer .footer_rhs ul li a {
    height: 60px;
  }
  .footer_wrp .customContainer .footer_rhs ul li a .name {
    font-size: 24px !important;
  }
  .footer_wrp .customContainer .footer_rhs ul li a .pic_cvr {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer_wrp {
    padding: 40px 0px;
  }
  .footer_wrp .customContainer .footer_lhs {
    width: 100%;
  }
  .footer_wrp .customContainer .footer_lhs .cvr {
    max-width: 420px;
  }
  .footer_wrp .customContainer .footer_lhs .cvr p {
    font-size: 16px;
    line-height: 24px;
  }
  .footer_wrp .customContainer .footer_rhs {
    width: 100%;
  }
  .footer_wrp .customContainer .footer_rhs ul li a {
    height: 60px;
  }
  .footer_wrp .customContainer .footer_rhs ul li a .name {
    font-size: 24px !important;
  }
  .footer_wrp .customContainer .footer_rhs ul li a .pic_cvr {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer_wrp {
    padding: 40px 0px;
  }
  .footer_wrp .customContainer .footer_lhs {
    width: 100%;
  }
  .footer_wrp .customContainer .footer_lhs .cvr {
    max-width: 420px;
  }
  .footer_wrp .customContainer .footer_lhs .cvr p {
    font-size: 16px;
    line-height: 24px;
  }
  .footer_wrp .customContainer .footer_rhs {
    width: 100%;
  }
  .footer_wrp .customContainer .footer_rhs ul li a {
    height: 60px;
  }
  .footer_wrp .customContainer .footer_rhs ul li a .name {
    font-size: 24px !important;
  }
  .footer_wrp .customContainer .footer_rhs ul li a .pic_cvr {
    display: none;
  }
}
.footer_wrp .Lets-Talk a {
  display: inline-block;
  font-size: 60px;
  font-weight: var(--font-weight-600);
  color: var(--black-color);
  text-decoration: none;
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;
}
.footer_wrp .Lets-Talk a:after {
  position: absolute;
  bottom: 0.5px;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: rgb(0, 0, 0);
  content: "";
  transform: translate3d(-101%, 0, 0);
  opacity: 1;
  animation: trace-out 0.25s ease-out forwards;
}
.footer_wrp .Lets-Talk a:hover:after {
  opacity: 1;
  animation: trace-in 0.25s ease-out forwards;
}
.footer_wrp .Lets-Talk a svg {
  width: 70px;
}
@keyframes trace-in {
  0% {
    transform: translate3d(-101%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes trace-out {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(100%, 0, 0);
  }
}

.copyrigt_wrp {
  width: 100%;
  height: 70px;
}
.copyrigt_wrp .customContainer {
  width: 83.1%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #d9d9d9;
}
.copyrigt_wrp .customContainer .footer_bottom_lhs {
  color: #a79d9a;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.copyrigt_wrp .customContainer .footer_bottom_rhs a {
  margin-left: 20px;
  color: #a79d9a;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .copyrigt_wrp .customContainer {
    display: flex;
    padding: 20px 0px;
  }
  .copyrigt_wrp .customContainer .footer_bottom_lhs {
    font-size: 15px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 0px;
  }
  .copyrigt_wrp .customContainer .footer_bottom_rhs a {
    font-size: 15px;
    margin-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .copyrigt_wrp .customContainer {
    display: block;
    padding: 20px 0px;
  }
  .copyrigt_wrp .customContainer .footer_bottom_lhs {
    font-size: 15px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 20px;
  }
  .copyrigt_wrp .customContainer .footer_bottom_rhs {
    text-align: center;
    display: flex;
    gap: 0px 20px;
    justify-content: center;
  }
  .copyrigt_wrp .customContainer .footer_bottom_rhs a {
    font-size: 15px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .copyrigt_wrp .customContainer {
    display: block;
    padding: 20px 0px;
  }
  .copyrigt_wrp .customContainer .footer_bottom_lhs {
    font-size: 15px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 20px;
  }
  .copyrigt_wrp .customContainer .footer_bottom_rhs {
    text-align: center;
    display: flex;
    gap: 0px 20px;
    justify-content: center;
  }
  .copyrigt_wrp .customContainer .footer_bottom_rhs a {
    font-size: 15px;
    margin-left: 0px;
  }
}

.readMore {
  text-transform: uppercase;
  font-weight: 700;
  color: #161f0f;
  font-size: 14px;
  display: inline-block;
  margin-top: 30px;
  padding-right: 20px;
  cursor: pointer;
  position: relative;
}
.readMore::before {
  content: "";
  width: 12px;
  height: 13px;
  background-image: url(../public/plus-icn.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 0px;
  right: 0px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.readMore:hover::before {
  transform: rotate(90deg);
}

.addressImages .mySwiper {
  padding-bottom: 50px;
}
.addressImages .mySwiper img {
  width: 100%;
  height: auto;
}
.addressImages .mySwiper .swiper-pagination {
  display: flex;
  gap: 10px 10px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  justify-content: center;
}
.addressImages .mySwiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #dadada;
  border-radius: 10px;
  opacity: 1;
}
.addressImages .mySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #dadada;
  width: 60px;
}

#shaping {
  padding-top: 200px;
}
#shaping h2 {
  width: 85%;
  font-family: "SourceSerif4_48pt";
  font-size: 84px;
  line-height: 90px;
  letter-spacing: -2.2px;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
#shaping .scrolDown {
  position: absolute;
  bottom: 0px;
  right: 30px;
  transition: ease-in;
  animation: down 3s infinite;
  -webkit-animation: bounce 3s infinite;
}
@keyframes bounce {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes bounce {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}

#StirrupVideo {
  position: relative;
  margin-top: 80px;
  margin-bottom: 120px;
  overflow: hidden;
  /* .container {transition: 1s; position: relative; } */
}
#StirrupVideo .StirrupVideoImg {
  max-width: 1300px;
  margin: auto;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
  /* 
  video::-webkit-media-controls-panel {
     display: flex !important;
     opacity: 1 !important;
  } */
  /* .video-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: var(--orange);
  opacity: 1;
  pointer-events: none;
  transition: opacity 0.3s;
  } */
}
#StirrupVideo .StirrupVideoImg video {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
#StirrupVideo .StirrupVideoImg .video-controls {
  display: flex;
  gap: 10px;
  margin-top: 8px;
  user-select: none;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
#StirrupVideo .StirrupVideoImg .video-controls .play {
  display: none;
}
#StirrupVideo .StirrupVideoImg .video-controls .unmute {
  display: none;
}
#StirrupVideo .StirrupVideoImg .video-controls button {
  background: transparent;
  color: #fff;
  border: none;
  padding: 4px;
  cursor: pointer;
  border-radius: 6px;
  font-size: 14px;
  width: 40px;
  height: 40px;
}
#StirrupVideo .StirrupVideoImg .video-controls button:hover {
  background: transparent;
}
#StirrupVideo .weartherImg {
  transform: scale(0.8);
  transition: 1s;
  /* a { display: block; } */
}
#StirrupVideo .weartherImg video {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

#videoBottom {
  padding-bottom: 120px;
}
#videoBottom .desc {
  width: 85%;
  color: #A6A6A6;
  font-size: 54px;
  line-height: 57px;
  font-weight: var(--font-weight-500);
  letter-spacing: 1.5px;
  padding-top: 20px;
}
#videoBottom .desc span {
  transition: color 0.4s ease;
}
#videoBottom .desc span.activeBlack {
  color: black;
  transition: color 0.3s ease;
}
#videoBottom h3 {
  font-size: 33px;
  line-height: 39px;
  color: #787878;
  font-weight: var(--font-weight-500);
  margin-top: 40px;
  padding-right: 22%;
}
#videoBottom h3 b {
  display: block;
  color: var(--black-color);
  padding-top: 40px;
}
#videoBottom h3 b span {
  padding: 0 5px;
}

#featureWork { /* background: #090912; */
  padding: 80px 0px 150px;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 80px;
  margin-top: -1px;
}
#featureWork ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#featureWork .featureWorkSwiper {
  overflow: visible; /* margin-left: 5%; */
}
#featureWork .swiper-slide {
  overflow: hidden;
}
#featureWork .swiper-slide a {
  cursor: pointer;
}
#featureWork .swiper-slide video {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
#featureWork .swiper-slide img {
  width: 100%;
  /* height: 700px; */
  height: 650px;
  object-fit: cover;
}
#featureWork .swiper-button-next:after, #featureWork .swiper-button-prev:after {
  display: none;
}
#featureWork .swiper-button-next, #featureWork .swiper-button-prev {
  top: -40px;
}
#featureWork .swiper-button-next {
  right: 30px;
}
#featureWork .swiper-button-prev {
  left: inherit;
  right: 70px;
}
#featureWork h6 {
  color: var(--white);
  font-size: 24px; /* text-transform: uppercase; */
  font-weight: var(--font-weight-600);
  margin-top: 13px;
}
#featureWork .skills ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
#featureWork .skills ul li {
  display: inline-block;
  padding: 0 5px 0 0;
  position: relative;
  color: #909090;
  background: #2c2c2c;
  padding: 4px 10px;
  font-weight: 400;
  font-size: 0.8rem;
  border-radius: 3px;
  margin: 8px 4px 0 0;
}
#featureWork .skills ul li:first-child {
  color: #2c2c2c;
  background: #ffffff;
}
#featureWork .swiper-slide {
  transition: all 200ms linear;
  transform: scale(0.8);
}
#featureWork .swiper-slide.swiper-slide-active {
  transform: scale(1);
}

.change-ton .SectionTitle {
  color: var(--white);
}

#Clientele .desc {
  color: #A6A6A6;
  font-size: 63px;
  line-height: 72px;
  font-weight: var(--font-weight-600);
  letter-spacing: 1.5px;
}
#Clientele .desc span {
  transition: color 0.4s ease;
}
#Clientele .desc span.activeBlack {
  color: black;
  transition: color 0.3s ease;
}
#Clientele h3 {
  font-size: 33px;
  line-height: 39px;
  color: #787878;
  font-weight: var(--font-weight-600);
  margin-top: 70px;
  padding-right: 38%;
}
#Clientele .clientMarquee {
  margin-top: 10px;
}
#Clientele .clientMarquee .clientSldr .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
#Clientele .clientMarquee .clientSldr .swiper-wrapper .swiper-slide {
  width: 268px !important;
  height: 268px !important;
}

#Careers {
  position: relative;
  overflow: hidden;
  height: 100vh;
  display: block;
}
#Careers .bnr-vid-cvr {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
#Careers .bnr-vid-cvr video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
#Careers .container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  margin: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 60px;
}
#Careers .desc {
  font-family: var(--Source_Serif_4);
  font-size: 63px;
  line-height: 72px;
}
#Careers .desc .text-light {
  opacity: 0.7;
  color: var(--white);
}
#Careers .desc .text-anim {
  transition: color 0.4s ease;
  color: var(--white);
}
#Careers .desc .text-anim.activeBlack {
  transition: color 0.3s ease;
}
#Careers .join a {
  position: relative;
  display: inline-block; /*  border-radius: 5px; */ /* border: solid 1px var(--white); */
  padding: 10px 0px;
  color: var(--white);
  transition: 1s;
  overflow: hidden;
}
#Careers .join a svg path {
  transition: 1s;
}
#Careers .join a:hover { /* background-color: var(--white); color: var(--orange);   */ }
#Careers .join a:hover svg path {
  stroke: var(--orange);
}
#Careers .join a:hover:after {
  opacity: 1;
  animation: trace-in 0.25s ease-out forwards;
}
#Careers .join a:after {
  position: absolute;
  bottom: 0.5px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: var(--white);
  content: "";
  transform: translate3d(-101%, 0, 0);
  opacity: 1;
  animation: trace-out 0.25s ease-out forwards;
}

.overlayFrom {
  position: fixed;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 9999;
  inset: 0;
  z-index: 9999;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  /*    .close-btn:after {
  content: " ×";
  font-size: 18px;
  vertical-align: middle;
  } */
}
.overlayFrom.active {
  display: block;
  opacity: 1;
}
.overlayFrom .blackoverlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}
.overlayFrom .form-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 120px;
  min-height: 100vh;
  background-color: var(--white);
  width: 75%;
  float: right;
  position: relative;
  z-index: 1;
}
.overlayFrom .form-section h1 {
  font-size: 48px;
  font-weight: 600;
  max-width: 300px;
  line-height: 1.2;
}
.overlayFrom .form-container {
  width: 55%;
}
.overlayFrom form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.overlayFrom .form-group {
  flex: 1;
  min-width: 45%;
  display: flex;
  flex-direction: column;
}
.overlayFrom .form-group.full {
  flex: 1 1 100%;
}
.overlayFrom label {
  font-size: 14px;
  color: #888;
  margin-bottom: 4px;
}
.overlayFrom input, .overlayFrom textarea {
  border: none;
  border-bottom: 1px solid #000;
  font-size: 16px;
  padding: 8px 0;
  outline: none;
  width: 100%;
  background: transparent;
}
.overlayFrom textarea {
  resize: vertical;
  min-height: 100px;
}
.overlayFrom .submit-btn {
  margin-top: 30px;
  display: inline-block;
  padding: 12px 28px;
  border: 1px solid #000;
  border-radius: 999px;
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  text-transform: uppercase;
}
.overlayFrom .submit-btn:hover {
  background: #000;
  color: #fff;
}
.overlayFrom .close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px;
  font-weight: 300;
  cursor: pointer;
  z-index: 999;
  font-family: var(--font-Source_Serif_4);
}

body {
  transition: background-color 1s;
}

.BGblack {
  background-color: #090912;
  transition: background-color 1s;
}

#ResponsibleApproach { /* background-color:var(--white); */
  padding: 0px 0px;
  padding-bottom: 0px;
  position: relative;
  transition: background-color 2s;
}
#ResponsibleApproach.BGblack {
  background-color: #090912;
}
#ResponsibleApproach .for-mobile {
  display: none;
}
#ResponsibleApproach .section {
  /*   overflow: hidden; */
}
#ResponsibleApproach .wrapper {
  height: 100vh;
}
#ResponsibleApproach .list {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  padding: 0.2rem;
}
#ResponsibleApproach .item {
  width: 1300px;
  margin: auto;
  height: 630px;
  display: flex;
  position: absolute;
  inset: 0%;
  /* box-shadow: rgb(149, 157, 165, 0.2) 0px 8px 24px; */
  /* overflow: hidden; */
}
#ResponsibleApproach .item video {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
#ResponsibleApproach .item .Expertise_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  padding: 20px 50px 40px;
}
#ResponsibleApproach .item .Expertise_wrapper .expert-con-det {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 60%;
  height: 410px;
}
#ResponsibleApproach .item .Expertise_wrapper .expert-con-det p {
  font-size: 33px;
  color: var(--white);
  line-height: 39px;
  font-weight: 500;
}
#ResponsibleApproach .item .Expertise_wrapper h3 {
  color: var(--white);
  font-size: 54px;
  font-weight: 500;
  padding: 60px 0px 20px;
  line-height: 57px;
}
#ResponsibleApproach .item .Expertise_wrapper ul {
  display: flex;
  margin: 0px;
  padding: 0px;
  padding-left: 15px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 920px;
}
#ResponsibleApproach .item .Expertise_wrapper ul li {
  color: var(--white);
  width: 50%; /* margin-bottom: 10px; */
  font-size: 18px;
  line-height: 22px;
  padding-right: 20px;
}
#ResponsibleApproach .item .Expertise_wrapper h4 {
  color: var(--white);
  width: 50%;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 22px;
}
#ResponsibleApproach .item:nth-child(2) .Expertise_wrapper ul {
  max-width: 600px;
}
#ResponsibleApproach .item:nth-child(3) .Expertise_wrapper ul {
  max-width: 800px;
}
#ResponsibleApproach .item:nth-child(4) .Expertise_wrapper ul {
  max-width: 700px;
}
#ResponsibleApproach .item_number {
  font-size: 1.5rem;
  height: 3rem;
  width: 3rem;
  margin-bottom: 0.5rem;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  position: absolute;
  top: 6rem;
  left: 3rem;
}
#ResponsibleApproach .item_content {
  background-color: #fff;
  color: #292929;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 3rem;
  display: flex;
  position: relative;
  width: 50%;
}
#ResponsibleApproach .item_media {
  object-fit: cover;
  width: 50%;
  height: 100%;
}
#ResponsibleApproach .padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
#ResponsibleApproach .padding-vertical {
  padding: 2rem;
}
#ResponsibleApproach .item {
  margin-top: 80px;
  /* &:nth-child(even) {} */
}
@media (max-width: 575.98px) {
  #ResponsibleApproach .item {
    display: flex;
    flex-direction: column;
  }
  #ResponsibleApproach .item_content,
  #ResponsibleApproach .item_media {
    height: 50vh;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  #ResponsibleApproach .item_number {
    font-size: 0.5rem;
    top: 1.5rem;
  }
}
#ResponsibleApproach .container {
  transform: translate(0px, 30px);
}

/* 
.cursor {
pointer-events: none;
position: fixed;
top: 0;
left: 0;
z-index: 1000;
mix-blend-mode: difference; 
opacity: 0;
}

.cursor__ball {
position: fixed;
top: 0;
left: 0;
transform: translate(-50%, -50%);
display: flex;
align-items: center;
justify-content: center;
}

.cursor__ball circle {
fill: #f7f8fa;
}

.cursor-text {
position: absolute;
font-size: 12px;
font-weight: 300;
letter-spacing: 1px;
color: #fff;                
mix-blend-mode: difference; 
opacity: 0;
pointer-events: none;
transition: opacity 0.2s ease;
}

.cursor__ball--big.show-text .cursor-text {
opacity: 1;
} */
body {
  cursor: none;
}

/* custom cursor */
.cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--orange);
  /* mix-blend-mode: difference; */
  pointer-events: none;
  transform: translate(-50%, -50%) scale(1);
  z-index: 9999;
}

/* .header_wrp ul li a { cursor: none !important; } */
/* Hamburger button */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 25px;
  height: 20px;
  cursor: pointer;
}

.hamburger span {
  height: 3px;
  background: #000;
  border-radius: 2px;
  transition: 0.3s;
}

.fancybox__nav {
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  width: 80%;
}

.fancybox__nav .carousel__button.is-next {
  right: 0 !important;
}

.fancybox__nav .carousel__button.is-prev {
  left: 0 !important;
}

.fancybox__nav .carousel__button {
  background: #fff;
}

.carousel__button svg {
  stroke: #ef412a !important;
  stroke-linejoin: unset !important;
  stroke-linecap: unset !important;
  filter: none !important;
}

.fancybox__button--close svg {
  stroke: var(--white) !important;
}

/* START : New footer css ----------------------------------------------------- */
.footerNewWrp {
  padding: 100px 0;
  background: #ffffff;
}

.footerNewWrp .ftrTxt {
  font-size: 20px;
  padding-right: 40px;
}

.footerNewWrp ul {
  list-style: none;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.footerNewWrp ul li {
  border-bottom: 1px solid #dadada;
}

.footerNewWrp ul li a {
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 90px;
}

.footerNewWrp ul li a span.name {
  /*font-family: "SourceSerif4_48pt";*/
  font-size: 22px;
  font-weight: 400;
  color: #000;
}

.footerNewWrp .letsTalk {
  display: inline-block;
  font-size: 34px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.footerNewWrp .Lets-Talk {
  line-height: 78%;
}

.footerNewWrp .letsTalk svg {
  width: 30px;
}

.footerNewWrp .letsTalk {
  line-height: 100%;
}

.footerNewWrp .socialWrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ftrLogo {
  width: 175px;
}

.copyrigt_wrp {
  background: #ffffff;
}
.copyrigt_wrp a {
  color: #a79d9a;
}
.copyrigt_wrp a:hover {
  color: var(--orange);
}

.copyrigt_wrp .container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #d9d9d9;
}

.copyrigt_wrp .footer_bottom_lhs {
  color: #a79d9a;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.copyrigt_wrp .footer_bottom_rhs a {
  margin-left: 20px;
  color: #a79d9a;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.copyrigt_wrp .footer_bottom_rhs a:hover {
  color: var(--orange);
}

.copyrigt_wrp .footer_bottom_rhs a:last-child {
  color: #a79d9a;
}

/* ENDS : New footer css ----------------------------------------------------- */
.footerNewWrp ul li a:hover span.linkArrw svg circle {
  stroke: #ffffff;
  fill: #ef412a;
}

.footerNewWrp ul li a:hover span.linkArrw svg path {
  stroke: #fff;
}

.Lets-Talk a:after {
  position: absolute;
  bottom: 0.5px;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: rgb(0, 0, 0);
  content: "";
  transform: translate3d(-101%, 0, 0);
  opacity: 1;
  animation: trace-out 0.25s ease-out forwards;
}

.Lets-Talk a:hover:after {
  opacity: 1;
  animation: trace-in 0.25s ease-out forwards;
}

.Lets-Talk a svg {
  width: 70px;
}

.social_wrp {
  display: flex;
  flex-direction: row;
}

.social_wrp .hover-color {
  display: none;
}

.social_wrp a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 100px;
  border: #a9a09d 1px solid;
  margin: 0 3px;
}

.social_wrp a:hover .gray {
  display: none;
}

.social_wrp a:hover .hover-color {
  display: block;
}

.social_wrp img {
  width: 23px;
  height: auto;
}

.mob-ft-logo {
  display: none;
}

.carousel__button.fancybox__button--next, .carousel__button.fancybox__button--prev {
  display: none !important;
}/*# sourceMappingURL=style.css.map */