/* Microsite Section */
/* .microsite-container .section.footer-container {
  font-family: "Metropolis";
} */
.microsite-container {
  background-color: #0a0a0a;
  color: #fff;
  /* cursor: none; */
  /* font-family: Lexend Exa; */
  transition: background-color 0.8s linear;
  /* transition: background-color .8s linear; */
}
.theme-dark {
  background-color: #0a0a0a;
  color: #fff;
}
.theme-light {
  background-color: #f3f3f5;
  color: #0a0a0a;
}
.cursor {
  /* position: fixed;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
  left: -100px;
  top: 50%;
  mix-blend-mode: difference;
  background-color: #fff;
  z-index: 10000;
  height: 20px;
  width: 20px;
  transition: all 100ms ease-out; */
}

.content__img {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  z-index: 1 !important;
  display: block;
  width: 100%;
  height: auto;
  max-width: 300px;
}

.microsite-container .section {
  margin-bottom: 100px;
  transition: background-color 0.8s linear;
  overflow: hidden;
}
.microsite-container .section.main-banner-area {
  margin-bottom: 0;
}
.spin_letters {
  width: 280px;
  height: 280px;
  /* letter-spacing: -2px; */
  font-size: 36px;
  font-weight: 600;
  color: #331eea;
  /* font-family: Lexend Exa; */
  animation-name: spin;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.gradiant_title {
  font-size: 20px;
  line-height: 25px;
  background: -webkit-linear-gradient(
    0deg,
    #331eea 0%,
    #7d6cd6 51.82%,
    #85c2c7 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* font-family: "Lexend Exa"; */
  font-weight: 600;
  margin-bottom: 15px;
}
.gradient-color {
  background: linear-gradient(0deg, #331eea 0%, #7d6cd6 51.82%, #85c2c7 100%);
  background: -webkit-linear-gradient(
    0deg,
    #331eea 0%,
    #7d6cd6 51.82%,
    #85c2c7 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.microsite-container .section .top-section {
  background-color: #0a0a0a;
}
.microsite-container .section .top-section .get_in_touch_text {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  /* font-family: Lexend Exa; */
  letter-spacing: 2px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 9;
  display: none;
}
.microsite-container .section .top-section .get_in_touch_text .txt {
  cursor: pointer;
  transform: rotate(-90deg);
  display: flex;
}
.microsite-container .section .top-section .info-txt {
  font-family: 'Metropolis';
  font-weight: bold;
  font-size: 48px;
  line-height: 52px;
  width: 100%;
  /* letter-spacing: -5px; */
  text-align: center;
}
.microsite-container .section .top-section .inner-wrapper {
  padding: 0 20px;
  display: none;
}
.microsite-container .section .top-section .inner_wrapper_mobile {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.microsite-container .section .top-section .inner_wrapper_mobile .text_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.microsite-container .section .top-section .inner_wrapper_mobile .img_row {
  display: flex;
  margin-bottom: 20px;
  opacity: 0;
}
.microsite-container .section .top-section .inner_wrapper_mobile .row_one {
  animation: animate 3s linear 1;
  animation-timing-function: ease-out;
}
@keyframes animate {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
    opacity: 1;
  }
}
.microsite-container .section .top-section .inner_wrapper_mobile .row_two {
  animation: animate2 3s linear 1;
  animation-timing-function: ease-out;
  justify-content: flex-end;
}
@keyframes animate2 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
    display: none;
    opacity: 1;
    visibility: hidden;
  }
}
.microsite-container .section .top-section .inner_wrapper_mobile .row_three {
  animation: animate3 3s linear 1;
  animation-timing-function: ease-out;
  margin-bottom: 0;
}
@keyframes animate3 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
    opacity: 1;
  }
}
.microsite-container
  .section
  .top-section
  .inner_wrapper_mobile
  .img_row
  .img_wrapper {
  height: 150px;
  width: 150px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}
@keyframes moveSlideshow {
  100% {
    transform: translateX(-66.6666%);
  }
}
.microsite-container .section .top-section .info-txt.right-align {
  text-align: center;
}
.microsite-container .section .top-section .info-txt .gradient-color {
  padding: 0 20px;
}
/* This is Us Section */
.microsite-container .content {
  font-size: 18px;
  line-height: 25px;
  padding: 0 44px;
  width: 100%;
  margin: 0 auto;
  color: #f3f3f5;
  text-align: center;
  margin-bottom: 100px;
}

.microsite-container .section-title {
  font-weight: bold;
  font-size: 82px;
  line-height: 90px;
  color: #202021;
  margin-bottom: 80px;
  position: relative;
  animation-delay: 2s;
}
.section-title .inner-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  transform: translateZ(0);
}
.section-title .inner-wrapper .txt-default {
  display: block;
  flex: 0 0 auto;
}
.section-title .inner-wrapper .txt {
  position: relative;
  display: inline-block;
  opacity: 1;
  transform: translateZ(0);
}
.section-title .dot {
  min-width: 15px;
  height: 15px;
  display: inline-block;
  background-color: #fff;
  border-radius: 50%;
  vertical-align: middle;
  margin: 0 30px;
}
.section-title .dot.black-dot {
  background: #202021;
  margin: 0 40px;
  position: relative;
  left: 5px;
}
.microsite-section.section .section-title .dot.black-dot {
  margin: 0px 20px;
  left: 0;
}
.section-title .circular-title {
  position: absolute;
  top: -70px;
  right: 12%;
  width: 80px;
  height: 80px;
  z-index: 1;
}
.section-title .circular-title.white-circle {
  top: -75px;
  right: auto;
  left: 21%;
}
.microsite-container .sub-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  margin: auto auto 20px auto;
}
.this-is-us-section {
  padding-top: 35px;
}
.this-is-us-section .section-title.section-title1 {
  margin-bottom: 40px;
}
.this-is-us-section .section-title .circular-title {
  top: -35px;
}
.microsite-container .this-is-us-section .details {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 24px;
}
.microsite-container .this-is-us-section .black-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  margin-bottom: 48px;
  padding: 0 25px;
  font-family: 'Lora';
}
.microsite-container .this-is-us-section .black-strip ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.microsite-container .this-is-us-section .black-strip ul li {
  list-style-type: disc;
  margin: 12px 0;
  margin-left: 20px;
  padding-left: 5px;
  padding-right: 8px;
  color: #7a7a7a;
  font-size: 14px;
}
.microsite-container .this-is-us-section .black-strip ul li::marker {
  font-size: 10px;
}
.microsite-container .this-is-us-section .black-strip ul li:first-child {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.microsite-container .this-is-us-section .details .box {
  /* font-family: Lexend Exa; */
  /* letter-spacing: -2px; */
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 50px;
  text-align: center;
  padding: 0 25px;
}
.microsite-container .this-is-us-section .details .second_box .box {
  animation-duration: 1s;
}
.microsite-container .this-is-us-section .details .box.mr_b_0,
.how-its-done-section .details .pattern-details.mr_b_0 {
  margin-bottom: 0;
}
.microsite-container .this-is-us-section .details .box .small-border {
  width: 25px;
  height: 2px;
  margin: 0 auto;
  margin-bottom: 10px;
  background-color: #3c28e8;
  border-radius: 1px;
}

/* our-DNA-section */
.microsite-container .our-DNA-section .listing-container {
  padding: 0 20px;
}
.microsite-container .our-DNA-section .listing-container .listing-details {
  height: 142px;
  display: flex;
  align-items: center;
  color: #fff;
  mix-blend-mode: normal;
  position: relative;
}

.microsite-container
  .our-DNA-section
  .listing-container
  .listing-details
  .border {
  /* content: ''; */
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #202021;
}
.microsite-container
  .our-DNA-section
  .listing-container
  .listing-details
  .border-animation {
  animation: border_anim 300ms linear forwards;
  animation-delay: 0.5s;
}

@keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.microsite-container
  .our-DNA-section
  .listing-container
  .listing-details:nth-child(even) {
  /* justify-content: right; */
  padding-right: 0;
}
.microsite-container
  .our-DNA-section
  .listing-container
  .listing-details
  .inner-wrapper {
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.microsite-container
  .our-DNA-section
  .listing-container
  .listing-details
  .text {
  font-weight: 600;
  font-size: 30px;
  line-height: 34px;
  cursor: pointer;
  max-width: 270px;
  /* letter-spacing: -3px; */
  /* position: relative;
  z-index: 1; */
}
.microsite-container
  .our-DNA-section
  .listing-container
  .listing-details
  .text:hover {
  background: linear-gradient(0deg, #331eea 0%, #7d6cd6 51.82%, #85c2c7 100%);
  background: -webkit-linear-gradient(
    0deg,
    #331eea 0%,
    #7d6cd6 51.82%,
    #85c2c7 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.microsite-container
  .our-DNA-section
  .listing-container
  .listing-details
  .typewriter-area {
  display: inline-block;
  float: right;
  visibility: hidden;
}
.microsite-container .our-DNA-section .listing-container .listing-details2 {
  justify-content: flex-end;
}
.microsite-container
  .our-DNA-section
  .listing-container
  .listing-details1
  .text {
  max-width: 215px;
}
.microsite-container
  .our-DNA-section
  .listing-container
  .listing-details2
  .text {
  max-width: 165px;
}
.microsite-container
  .our-DNA-section
  .listing-container
  .listing-details3
  .text {
  max-width: 175px;
}
.microsite-container .our-DNA-section .listing-container .listing-details4 {
  justify-content: flex-end;
}
.microsite-container
  .our-DNA-section
  .listing-container
  .listing-details4
  .text {
  max-width: 225px;
}
.microsite-container .our-DNA-section .listing-container .listing-details5 {
  justify-content: center;
}
.microsite-container
  .our-DNA-section
  .listing-container
  .listing-details5
  .text {
  max-width: 250px;
}
.microsite-container .our-DNA-section .listing-container .listing-details6 {
  justify-content: flex-start;
}
.microsite-container .our-DNA-section .listing-container .listing-details7 {
  justify-content: flex-end;
}
.microsite-container
  .our-DNA-section
  .listing-container
  .listing-details7
  .text {
  max-width: 245px;
}
.microsite-container
  .our-DNA-section
  .listing-container
  .listing-details
  .inner-wrapper
  .text-wrapper:hover
  + .typewriter-area {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}
.microsite-container
  .our-DNA-section
  .listing-container
  .listing-details
  .inner-wrapper
  .text-wrapper:hover
  + .typewriter-area
  .typewriter-text {
  animation: typing 300ms steps(30, end), blink 0.75s step-end infinite;
}
.typewriter-text {
  font-size: 18px;
  line-height: 25px;
  font-family: 'Lora';
  display: inline-block;
  overflow: hidden;
  /* letter-spacing: 0px; */
  white-space: nowrap;
  border-right: 1px solid #fff;
  box-sizing: border-box;
}
/* .text-wrapper:hover + .type-writing-effect {
  animation: typing 5s steps(30, end), blink .75s step-end infinite;
} */

@keyframes typing {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

@keyframes blink {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: #fff;
  }
}
/*  */
/* .how-its-done-section {
  color: #fff;
} */
.how-its-done-section .details {
  padding: 0 20px;
}
.how-its-done-section .animate-box {
  margin-bottom: 30px;
  position: relative;
  cursor: pointer;
  height: 70px;
  margin-left: 10px;
}
.how-its-done-section .animate-box .bordered-box {
  width: 54px;
  height: 54px;
  border: 1px solid #979797;
  box-sizing: border-box;
  border-radius: 4.5px;
  position: absolute;
  z-index: 1;
}
.how-its-done-section .animate-box .gradient-box {
  /* position: absolute;
  top: 0; */
  transform: rotate(45deg);
  width: 54px;
  height: 54px;
  border-radius: 4.5px;
  background: linear-gradient(
    45deg,
    #331eea 13.99%,
    #7e6cd6 88.75%,
    #85c2c7 131.6%
  );
}

.how-its-done-section .animate-box .bordered-box.squareA {
  position: absolute;
  top: 0;
  z-index: 1;
  animation: squareA_animation 5s infinite;
  -moz-animation: squareA_animation 5s infinite;
  -webkit-animation: squareA_animation 5s infinite;
  -o-animation: squareA_animation 5s infinite;
  animation-fill-mode: forwards;
}
.how-its-done-section .animate-box .gradient-box.squareB {
  position: relative;
  animation: squareB_animation 5s infinite;
  -moz-animation: squareB_animation 5s infinite;
  -webkit-animation: squareB_animation 5s infinite;
  -o-animation: squareB_animation 5s infinite;
  animation-fill-mode: forwards;
}

@keyframes squareA_animation {
  0% {
    transform: rotate(0deg);
    left: 0px;
  }
  100% {
    transform: rotate(360deg);
    left: 80%;
    top: 30px;
  }
  /* 100% {transform: rotate(-360deg);left:0px;  z-index: 1;} */
}
@keyframes squareB_animation {
  0% {
    transform: rotate(45deg);
    left: 0px;
  }
  100% {
    transform: rotate(360deg);
    left: calc(80% - 20px);
    top: 0;
  }
  /* 100% {transform: rotate(-400deg);left:0px;} */
}
/* Cube */
.cube-container {
  width: 54px;
  height: 54px;
  /* perspective: 1000px; */
  position: relative;
  z-index: 1;
}
.cube {
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  position: relative;
  /* transform: rotate(45deg); */
}
.how-its-done-section .animate-box .gradient-box {
  position: absolute;
  top: 0;
  left: 30px;
}
.face {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #979797;
  /* background-image: repeating-linear-gradient(0deg, rgba(70,70,70, 0.2) 0px, rgba(70,70,70, 0.2) 1px,transparent 1px, transparent 21px),repeating-linear-gradient(90deg, rgba(70,70,70, 0.2) 0px, rgba(70,70,70, 0.2) 1px,transparent 1px, transparent 21px),linear-gradient(90deg, rgb(255,255,255),rgb(255,255,255)); */
}

.top {
  transform: rotateX(90deg) translateZ(27px);
}
.bottom {
  transform: rotateX(-90deg) translateZ(27px);
}

.right {
  transform: rotateY(90deg) translateZ(27px);
}
.left {
  transform: rotateY(-90deg) translateZ(27px);
}

.front {
  transform: rotateX(0deg) translateZ(27px);
}
.back {
  transform: rotateX(-180deg) translateZ(27px);
}

.cube {
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  position: relative;
  transform: rotateX(0deg) rotateY(0deg) rotateZ(45deg);
  /* animation: spin 5s infinite linear; */
}
.how-its-done-section .animate-box .cube-container .cube {
  width: 54px;
  height: 54px;
  position: relative;
  animation: spinCube 5s infinite;
  -moz-animation: spinCube 5s infinite;
  -webkit-animation: spinCube 5s infinite;
  -o-animation: spinCube 5s infinite;
  animation-fill-mode: forwards;
  /* animation-delay: 3s; */
}
@keyframes spinCube {
  0% {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(45deg);
    left: 0px;
  }
  50% {
    transform: rotateX(60deg) rotateY(30deg) rotateZ(180deg);
    left: 200px;
  }
  100% {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(45deg);
    left: 0px;
  }
}
.how-its-done-section .animate-box .gradient-box.cubeGradient {
  animation: cube_animation 5s infinite;
  -moz-animation: cube_animation 5s infinite;
  -webkit-animation: cube_animation 5s infinite;
  -o-animation: cube_animation 5s infinite;
  animation-fill-mode: forwards;
  /* animation-delay: 3s; */
}
@keyframes cube_animation {
  0% {
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(400deg);
    left: 230px;
    top: 0;
  }
  100% {
    transform: rotate(45deg);
    left: 30px;
  }
}
.how-its-done-section .animate-box.third-box .bordered-box.squareE {
  position: absolute;
  top: 0;
  z-index: 1;
  animation: squareE_animation 2.5s infinite;
  -moz-animation: squareE_animation 2.5s infinite;
  -webkit-animation: squareE_animation 2.5s infinite;
  -o-animation: squareE_animation 2.5s infinite;
  animation-fill-mode: forwards;
}
.how-its-done-section .animate-box.third-box .gradient-box.squareF {
  position: relative;
  top: 20px;
  left: 20px;
  transform: rotate(0deg);
}
.how-its-done-section .animate-box.third-box .gradient-box.squareF {
  animation: squareF_animation 2.5s infinite;
  -moz-animation: squareF_animation 2.5s infinite;
  -webkit-animation: squareF_animation 2.5s infinite;
  -o-animation: squareF_animation 2.5s infinite;
  animation-fill-mode: forwards;
}
/* Mobile */
@keyframes squareE_animation {
  0% {
    transform: rotate(0deg);
    left: 0px;
  }
  100% {
    transform: rotate(360deg);
    left: 80%;
  }
  /* 100% {transform: rotate(-360deg);left:0px;z-index: 1;} */
}
@keyframes squareF_animation {
  0% {
    transform: rotate(0deg);
    left: 20px;
  }
  100% {
    transform: rotate(400deg);
    left: calc(80% + 15px);
    top: 15px;
    width: 24px;
    height: 24px;
  }
  /* 100% {transform: rotate(-360deg);left:20px; } */
}
.how-its-done-section .details .pattern-details {
  margin-bottom: 60px;
  font-family: 'Lora';
}
.how-its-done-section .details .pattern-details .pattern {
  margin-bottom: 24px;
}
.how-its-done-section .details .pattern-details .pattern .name {
  font-size: 23px;
  line-height: 35px;
  margin-bottom: 12px;
  font-weight: 700;
  font-family: Metropolis;
  /* letter-spacing: -3px; */
}
.how-its-done-section .details .pattern-details .pattern .desc {
  color: #7a7a7a;
  max-width: 287px;
  font-size: 16px;
  line-height: 24px;
}
.how-its-done-section .details .pattern-details .links {
  padding-left: 15px;
}
.how-its-done-section .details .pattern-details .links ul li {
  font-size: 14px;
  line-height: 32px;
  list-style-type: disc;
}
.how-its-done-section .details .pattern-details .links ul li::marker {
  font-size: 14px;
}
/*  */
.microsite-section {
  background-color: #0a0a0a;
  /* height: 100vh; */
}
.microsite-section .overlay_microsite {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: -10;
  background-color: #000;
}
.microsite-section .section-title {
  padding-top: 35px;
  margin-bottom: 50px;
}
.microsite-section.section {
  margin-bottom: 0;
}
.microsite-section .section-title.explore-title {
  /* letter-spacing: -10px; */
  color: #202021;
}
/* .microsite-section .inner-wrapper .scrolling-content {
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
} */
.slider {
  /* background: #fff; */
  width: 100%;
  min-height: auto;
  top: 0;
  overflow: hidden;
  display: block;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.item-wrap {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  transition: 0.5s cubic-bezier(0.05, 0.82, 0.165, 1);
  padding: 0 16px;
}
.item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  width: 100%;
  height: auto;
  transition: all 0.8s ease;
}
.item-wrap-slide-animation {
  animation: expand 0.8s ease forwards;
}
@keyframes expand {
  0% {
    transform: translateX(1400px);
  }
  100% {
    transform: translateX(0px);
  }
}
.microsite-section .horizontal-scroll-section {
  cursor: pointer;
  margin-bottom: 55px;
}
/* .horizontal-scroll-section .overlay_slide {
  position: absolute;
  bottom: 0;
  left: 100%;
  right: 0;
  background-color: #008CBA;
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}
.horizontal-scroll-section .scroll_slide_left {
  width: 100%;
  left: 0;
} */
.microsite-section .horizontal-scroll-section .inner-section {
  display: block;
}
.microsite-section .inner-wrapper .scrolling-content .img-section {
  height: 330px;
}
.microsite-section .inner-wrapper .scrolling-content .img-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.microsite-section .horizontal-scroll-section .left-section {
  width: 100%;
  height: auto;
  margin-bottom: 12px;
}
.microsite-section .horizontal-scroll-section .right-section {
  position: relative;
  width: 100%;
  /* background-color: #0a0a0a; */
  color: #fff;
}
.horizontal-scroll-section .right-section .bottom-title-area {
  padding: 0;
}
.microsite-section .horizontal-scroll-section .white_btn {
  /* visibility: hidden; */
  display: none;
}

/* .microsite-section .horizontal-scroll-section .inner-section:hover ~ .cursor {
  visibility: visible;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
} */

/* .microsite-section .horizontal-scroll-section .inner-section:hover .white_btn {
  visibility: visible; 
  width: 100px;
  height: 100px;
  border-radius:50%;
  transition: all 1s cubic-bezier(.77,0,.175,1);
} */

.btn_link {
  position: relative;
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}
.horizontal-scroll-section .white_btn,
.btn_link .white_btn {
  border-radius: 50%;
  color: #0a0a0a;
  background-color: #fff;

  font-size: 12px;
  line-height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* letter-spacing: 2px; */
}
.btn_link .white_btn {
  width: 100%;
  height: 100%;
}
.horizontal-scroll-section .right-section .snapshot-heading {
  /* font-family: Lexend Exa; */
  font-weight: bold;
  /* font-size: 160px; */
  font-size: 130px;
  line-height: 180px;
  /* letter-spacing: -20px; */
  color: #202021;
  padding-left: 60px;
}
.horizontal-scroll-section .right-section .bottom-title-area .title {
  /* font-family: Lexend Exa; */
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 8px;
  line-height: 34px;
  /* letter-spacing: -3px; */
  position: relative;
  left: -3px; /* Setting alignment for the title - letter specing */
}
.horizontal-scroll-section .right-section .bottom-title-area .title:hover {
  background: linear-gradient(0deg, #331eea 0%, #7d6cd6 51.82%, #85c2c7 100%);
  background: -webkit-linear-gradient(
    0deg,
    #331eea 0%,
    #7d6cd6 51.82%,
    #85c2c7 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.horizontal-scroll-section .right-section .bottom-title-area .desc {
  font-family: 'Lora';
  font-size: 14px;
  line-height: 24px;
  color: #f3f3f5;
}
/* Take it from section starts  */
.microsite-container .section.take_it_from_container {
  /* background-color: #f3f3f5;
  color: #0a0a0a; */
  /* background: #f3f3f5; */
  padding-top: 60px;
  margin-bottom: 0;
  padding-bottom: 60px;
}
.take_it_from_container .section-title {
  /* color: #0a0a0a; */
  opacity: 1;
  font-size: 60px;
  margin-bottom: 20px;
  /* font-family: "Lexend Exa"; */
  /* letter-spacing: -8px; */
}
.take_it_from_container .section-title .inner-wrapper,
.behind_the_scenes_section .section-title .inner-wrapper {
  opacity: 1;
}
.take_it_from_container
  .our-clients-section
  .inner-wrapper
  .logo-section
  .logo-tiles
  .logo-area
  .hover-img {
  background-color: transparent;
}
/* .take_it_from_container .our-clients-section .inner-wrapper .logo-section .row {
  justify-content: center;
} */
.behind_the_scenes_section .slick-slide div:nth-child(2) .img_wrapper {
  left: -80px;
}
.take_it_from_container .our-clients-section {
  margin-bottom: 0;
}
.take_it_from_container .text_area .text {
  font-family: 'Lora';
}
.take_it_from_container .section-title .circular-title.white-circle {
  width: 80px;
  height: 80px;
  left: 55px;
  top: -60px;
}
.take_it_from_container
  .our-clients-section
  .inner-wrapper
  .logo-section
  .logo-tiles
  .logo {
  height: 70px;
}
.take_it_from_container
  .our-clients-section
  .inner-wrapper
  .logo-section
  .logo-tiles
  .logo
  img {
  padding: 0;
}
.take_it_from_container
  .our-clients-section
  .inner-wrapper
  .logo-section
  .logo-tiles
  .elc
  img {
  height: 13px;
  width: 91px;
}
.take_it_from_container
  .our-clients-section
  .inner-wrapper
  .logo-section
  .logo-tiles
  .amway
  img {
  height: 18px;
  width: 58px;
}
.take_it_from_container
  .our-clients-section
  .inner-wrapper
  .logo-section
  .logo-tiles
  .lennar
  img {
  width: 85px;
}
.take_it_from_container
  .our-clients-section
  .inner-wrapper
  .logo-section
  .logo-tiles
  .bb
  img {
  height: 11px;
  width: 92px;
}
.take_it_from_container
  .our-clients-section
  .inner-wrapper
  .logo-section
  .logo-tiles
  .clinque
  img {
  height: 14px;
  width: 71px;
}
.take_it_from_container
  .our-clients-section
  .inner-wrapper
  .logo-section
  .logo-tiles
  .just_for_men
  img {
  height: 23px;
  width: 57px;
}
.take_it_from_container
  .our-clients-section
  .inner-wrapper
  .logo-section
  .logo-tiles
  .reckitt
  img {
  height: 34px;
  width: 64px;
}
.take_it_from_container
  .our-clients-section
  .inner-wrapper
  .logo-section
  .logo-tiles
  .exalt
  img {
  height: 12px;
  width: 66px;
}
.take_it_from_container
  .our-clients-section
  .inner-wrapper
  .logo-section
  .logo-tiles
  .grind_foundry
  img {
  height: 15px;
  width: 94px;
}
.take_it_from_container
  .our-clients-section
  .inner-wrapper
  .logo-section
  .logo-tiles
  .sequoia
  img {
  height: 10px;
  width: 74px;
}
.take_it_from_container
  .our-clients-section
  .inner-wrapper
  .logo-section
  .logo-tiles
  .rubrik
  img {
  height: 18px;
  width: 65px;
}
.take_it_from_container
  .our-clients-section
  .inner-wrapper
  .logo-section
  .logo-tiles
  .mac
  img {
  height: 9px;
  width: 66px;
}
.take_it_from_container
  .our-clients-section
  .inner-wrapper
  .logo-section
  .logo-tiles
  .monotype
  img {
  height: 16px;
  width: 80px;
}
.take_it_from_container
  .our-clients-section
  .inner-wrapper
  .logo-section
  .logo-tiles
  .fabric
  img {
  height: 18px;
  width: 66px;
}
.take_it_from_container
  .our-clients-section
  .inner-wrapper
  .logo-section
  .logo-tiles
  .juicy
  img {
  height: 14px;
  width: 66px;
}
.take_it_from_container
  .our-clients-section
  .inner-wrapper
  .logo-section
  .logo-tiles
  .schiff
  img {
  height: 24px;
  width: 49px;
}
.take_it_from_container
  .our-clients-section
  .inner-wrapper
  .logo-section
  .logo-tiles
  .rh
  img {
  height: 16px;
  width: 40px;
}
.take_it_from_container
  .our-clients-section
  .inner-wrapper
  .logo-section
  .logo-tiles
  .lamer
  img {
  height: 22px;
  width: 63px;
}
.take_it_from_container
  .our-clients-section
  .inner-wrapper
  .logo-section
  .logo-tiles
  .Kearney
  img {
  height: 10px;
  width: 75px;
}
.take_it_from_container
  .our-clients-section
  .inner-wrapper
  .logo-section
  .logo-tiles
  .tom_ford
  img {
  height: 11px;
  width: 71px;
}
.take_it_from_container
  .our-clients-section
  .inner-wrapper
  .logo-section
  .logo-tiles
  .vmware
  img {
  height: 11px;
  width: 65px;
}
.take_it_from_container
  .our-clients-section
  .inner-wrapper
  .logo-section
  .logo-tiles
  .combe
  img {
  height: 16px;
  width: 56px;
}
.take_it_from_container
  .our-clients-section
  .inner-wrapper
  .logo-section
  .logo-tiles
  .home_depot
  img {
  height: 34px;
  width: 34px;
}
.take_it_from_container
  .our-clients-section
  .inner-wrapper
  .logo-section
  .logo-tiles
  .cervello
  img {
  height: 22px;
  width: 88px;
}

/* Take it from section ends */
/* Take it from them start */
.carousel_main_container {
  position: relative;
  /* padding: 0 30px; */
  margin-bottom: 100px;
}
.take_it_from_container .slick-slide {
  height: auto;
}
.carousel_main_container .slick-arrow {
  height: 47px;
  width: 47px;
  background-image: url('../images/prev_round_icon.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 305px;
  bottom: -21px;
  z-index: 9;
}
.carousel_main_container .slick-next {
  background-image: url('../images/next_round_icon.svg');
  right: 245px;
}
.carousel_main_container .slick-slide {
  height: auto;
  padding: 0 30px;
}
.carousel_main_container .text_area {
  font-size: 16px;
  font-weight: 400;
  /* color: #0a0a0a; */
  line-height: 24px;
  margin-bottom: 50px;
  position: relative;
  /* padding-left: 35px; */
}
.carousel_main_container .text_area .text {
  font-size: 14px;
}
.carousel_main_container .text_area .text {
  margin-bottom: 45px;
  max-height: 130px;
  overflow-x: auto;
}
.carousel_main_container .text_area .brand_details {
  display: flex;
  align-items: center;
}
.carousel_main_container .text_area .brand_details .logo {
  min-width: 67px;
  height: 20px;
}
.carousel_main_container .text_area .brand_details .logo img {
  height: 100%;
  width: 100%;
}
.carousel_main_container .text_area .brand_details .devider {
  width: 1px;
  height: 60px;
  background-color: #202021;
  margin: 0 20px;
}
.carousel_main_container .text_area .brand_details .author_info {
  font-size: 12px;
  line-height: 17px;
}
.carousel_main_container .text_area .brand_details .author_info .name {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 4px;
}
.carousel_main_container .text_area .brand_details .author_info .designation {
  color: #7a7a7a;
  font-size: 12px;
  line-height: 18px;
  /* letter-spacing: -1px;
  font-family: "Lexend Exa"; */
}
.carousel_main_container .quote_icon {
  background-image: url('../images/quote_icon.svg');
  width: 35px;
  height: 26px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: 20px;
}
.carousel_main_container .text_wrapper .text {
  max-height: 170px;
}
.carousel_main_container .text_wrapper {
  padding-left: 40px;
}
.carousel_main_container .slick-dots {
  background-color: #fff;
  display: flex;
  align-items: center;
  width: 240px;
  height: 5px;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border-radius: 4px;
}
.carousel_main_container .slick-dots li {
  width: 100%;
  border-radius: 4px;
  height: 100%;
  border: none;
  margin: 0;
  transition: background 0.5s;
}
.carousel_main_container .slick-dots li.slick-active {
  background-color: #331eea;
}
/* Take it from them slider ends */

/* behind the scenes section */
.microsite-container .behind_the_scenes_section {
  background-color: #f3f3f5;
  color: #000;
  padding: 80px 0;
  margin-bottom: 0;
}
.behind_the_scenes_section .behind_the_scenes_carousel {
  padding-bottom: 62px;
}
.behind_the_scenes_section .section-title {
  color: #0a0a0a;
  font-weight: 700;
  opacity: 1;
  font-size: 60px;
  /* font-family: "Lexend Exa"; */
  /* letter-spacing: -8px; */
  margin-bottom: 15px;
  position: relative;
  /* left: -25px; */
}
.behind_the_scenes_section .sub-title {
  padding: 0 25px;
  font-family: 'Lora';
  color: #0a0a0a;
}
.behind_the_scenes_section img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.behind_the_scenes_section .img_wrapper {
  position: relative;
  width: 150px !important;
  height: 150px;
  margin: 6px;
  background-color: #eaeaea;
}
.behind_the_scenes_section .img_wrapper .img_title {
  background-color: #0a0a0a;
  padding: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  font-family: 'Lora';
  color: #fff;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
}
.behind_the_scenes_section .slick-slide {
  height: auto;
}
.behind_the_scenes_section .slick-arrow {
  height: 47px;
  width: 47px;
  background-image: url('../images/prev_round_icon.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 305px;
  bottom: -21px;
  z-index: 9;
}
.behind_the_scenes_section .slick-next {
  background-image: url('../images/next_round_icon.svg');
  right: 245px;
}
.behind_the_scenes_section .slick-dots {
  background-color: #fff;
  display: flex;
  align-items: center;
  width: 240px;
  height: 5px;
  right: 0;
  left: 0;
  bottom: -40px;
  margin: auto;
  margin-bottom: 35px;
  border-radius: 4px;
}
.behind_the_scenes_section .slick-dots li {
  width: 100%;
  border-radius: 4px;
  height: 100%;
  border: none;
  margin: 0;
  transition: background 0.5s;
}
.behind_the_scenes_section .slick-dots li.slick-active {
  background-color: #331eea;
}
.behind_the_scenes_section .image_slide_area {
  height: 455px;
}
/* behind the scenes section end */
/* Join the Tribe Section */
.tribe-container {
  color: #fff;
  padding-top: 35px;
}
.microsite-container .tribe-container.section {
  margin-bottom: 0;
}
.tribe-container .section-title {
  /* color: #fff; */
  opacity: 1;
  /* font-family: "Lexend Exa";
  letter-spacing: -8px; */
  font-size: 60px;
  margin-bottom: 20px;
}
.tribe-container .initial_text {
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  padding: 0 30px;
  font-family: 'Lora';
  text-align: center;
  /* position: absolute; */
  left: 0;
  top: 0;
}
.tribe-container .tiles_container {
  margin-top: 50px;
}

.tribe-container .grid_box {
  /* height: 420px; */
  width: 100%;
  padding: 12px;
  position: relative;
  color: #fff;
  background-color: #141414;
}
.tribe-container .img_wrapper img {
  height: 100%;
  width: 100%;
}
.tribe-container .grid_box .gradiant_title {
  line-height: 28px;
  /* letter-spacing: -2px; */
  margin-bottom: 10px;
}
.tribe-container .text_area {
  display: flex;
  flex-direction: column;
}
.tribe-container .title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 60px;
  font-family: 'Lora';
}
.tribe-container .tile_wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
  padding: 0 15px;
  margin-bottom: 290px;
  position: relative;
}
.view_jobs_link {
  display: flex;
  position: absolute;
}
.view_jobs_link a {
  color: #fff;
  letter-spacing: 2px;
}
.tribe-container .view_all_btn {
  position: absolute;
  bottom: -180px;
  width: 100%;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  /* letter-spacing: 2px; */
  text-transform: uppercase;
  /* font-family: "Lexend Exa"; */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.tribe-container .view_all_btn .right_arrow {
  background-image: url('../images/back_arrow_icon.svg');
  height: 16px;
  width: 22px;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  margin-left: 12px;
}
.tribe-container .info_tile {
  height: fit-content;
  display: flex;
  flex-direction: column;
  max-width: 400px;
}
.tribe-container .tile_two {
  margin-top: 77px;
}
.card_height {
  /* height: 420px; */
  margin-bottom: 15px;
}
.tribe-container .inner-wrapper .tile_three {
  display: none;
}
.tribe-container .inner-wrapper .tile_four {
  display: none;
}
.tribe-container .inner-wrapper .tile_one .mentorship {
  display: none;
}
.tribe-container .inner-wrapper .tile_one .choose_your {
  display: none;
}
.tribe-container .inner-wrapper .tile_two .work_life {
  display: none;
}
.tribe-container .inner-wrapper .tile_two .not_set {
  display: none;
}

.tribe-container .inner-wrapper .tile_one .not_set {
  order: 3;
}
.tribe-container .inner-wrapper .tile_one .stationary_img {
  order: 2;
}
.tribe-container .inner-wrapper .tile_one .learn_unlearn {
  order: 1;
}
.tribe-container .inner-wrapper .tile_one .work_life {
  order: 4;
}
.tribe-container .inner-wrapper .tile_one .conference_img {
  order: 5;
}
/* Tribe section ends */
/* Get in touch starts  */
.microsite-container .get_in_touch_container.section {
  margin-bottom: 0;
}
.get_in_touch_container {
  padding: 0 30px;
  background-color: #141414;
}
.get_in_touch_container .inner_wrapper {
  text-align: center;
  width: 100%;
  padding: 80px 0;
  border-bottom: 0.5px solid #202021;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.get_in_touch_container .gradiant_title {
  max-width: 230px;
  font-size: 27px;
  line-height: 32px;
  margin: 0 auto 25px auto;
  /* letter-spacing: -3px; */
}
.get_in_touch_container .sub_title {
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  max-width: 250px;
  font-family: 'Lora';
}
.get_in_touch_container .btn-area {
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  /* letter-spacing: 2px; */
  text-transform: uppercase;
  /* font-family: "Lexend Exa"; */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.get_in_touch_container .btn-area .get-in-touch-popup {
  display: flex;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  background-color: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.get_in_touch_container .title_wrapper {
  position: relative;
}
.get_in_touch_container .right_arrow {
  background-image: url('../images/back_arrow_icon.svg');
  height: 16px;
  width: 22px;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  margin-left: 12px;
}

/* Get in touch starts ends */
/* Footer */
.microsite-container .footer-container {
  background-color: #141414;
  /* font-family: "Lexend Exa"; */
}
.microsite-container .footer-container .footer-title {
}
.microsite-container .footer-container ul.bold-links li {
}
/* .microsite-container .footer-links ul.links li:not(:last-child) {
  margin-bottom: 5px;
} */
.microsite-container .footer-links ul.links li {
}
/* .microsite-container .footer-container .tag-line-section .logo {
  margin-bottom: 30px;
} */
/* .microsite-container .footer-container .tag-line-section .tag-line {
  letter-spacing: -1px;
  color: #331eea;
} */
/* Footer end */
@media only screen and (min-width: 600px) {
  /* Section one */
  .microsite-container
    .section
    .top-section
    .info-txt.right-align
    .gradient-color {
    padding: 0;
  }
  /* Section one end */
  .carousel_main_container .slick-arrow {
    right: 354px;
  }
  .carousel_main_container .slick-next {
    right: 295px;
  }
  .carousel_main_container .slick-dots {
    right: 30px;
    left: auto;
    bottom: 0;
    margin: unset;
  }
  .carousel_main_container .slick-dots li {
    width: 100%;
    border-radius: 4px;
    height: 100%;
    border: none;
    margin: 0;
  }
  .carousel_main_container .slick-dots li.slick-active {
    background-color: #331eea;
  }
  .behind_the_scenes_section .slick-dots {
    right: 30px;
    bottom: 0;
    left: unset;
    margin: unset;
  }
  .behind_the_scenes_section .slick-arrow {
    right: 335px;
  }
  .behind_the_scenes_section .slick-next {
    background-image: url('../images/next_round_icon.svg');
    right: 280px;
  }
  /* Take it from them slider ends */
  /*  */
  .microsite-container
    .our-DNA-section
    .listing-container
    .listing-details7
    br {
    display: none;
  }
  /*  */
  /*  */
}
@media only screen and (min-width: 768px) {
  /* How It's done */
  .microsite-container .this-is-us-section .details .second_box .box {
    animation-duration: 2s;
  }
  /* How It's done end */
  .carousel_main_container .text_area {
    margin-bottom: 70px;
  }
  .carousel_main_container .text_area .text {
    margin-bottom: 55px;
  }
  .carousel_main_container .text_area .brand_details .author_info {
    font-size: 14px;
    line-height: 20px;
  }
  .carousel_main_container .text_area .brand_details .author_info .name {
    font-weight: 700;
  }
  .take_it_from_container .text_area {
    margin-bottom: 70px;
  }
  .take_it_from_container .text_area .text {
    margin-bottom: 55px;
    font-size: 16px;
    line-height: 28px;
    max-height: 230px;
    min-height: 230px;
  }
  .take_it_from_container .text_area .brand_details .author_info {
    font-size: 14px;
    line-height: 20px;
  }
  .take_it_from_container .text_area .brand_details .author_info .name {
    font-weight: 700;
  }
  .take_it_from_container .text_area .brand_details .author_info .designation {
    color: #7a7a7a;
    font-size: 14px;
  }
  .carousel_main_container {
    margin-bottom: 80px;
  }
  /* Tribe section starts */
  .tribe-container .inner-wrapper {
    position: relative;
  }
  .tribe-container .tile_wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .tribe-container .inner-wrapper .tile_one {
    margin-top: 225px;
  }
  .tribe-container .inner-wrapper .tile_one .choose_your .title {
    margin-bottom: 92px;
  }
  .tribe-container .inner-wrapper .tile_one .mentorship .title {
    margin-bottom: 44px;
  }
  .tribe-container .inner-wrapper .tile_two {
    margin-top: 110px;
  }
  .tribe-container .inner-wrapper .tile_two .not_set {
    display: flex;
    flex-direction: column;
  }
  .tribe-container .initial_text {
    max-width: 420px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: left;
  }
  .tribe-container .inner-wrapper .tile_two .not_set .title {
    margin-bottom: 168px;
  }
  .tribe-container .inner-wrapper .tile_three {
    display: flex;
  }
  .tribe-container .inner-wrapper .tile_three .learn_unlearn .title {
    margin-bottom: 96px;
  }
  .tribe-container .inner-wrapper .tile_three .work_life .title {
    margin-bottom: 116px;
  }
  .tribe-container .inner-wrapper .tile_one .choose_your {
    display: grid;
    order: 3;
  }
  /* .tribe-container .inner-wrapper .tile_two .work_life {
    display: grid;
    order: 2;
  } */
  .tribe-container .inner-wrapper .tile_two .choose_your {
    display: none;
  }
  .tribe-container .inner-wrapper .tile_one .not_set {
    display: none;
  }
  .tribe-container .inner-wrapper .tile_one .conference_img {
    order: 1;
  }
  .tribe-container .inner-wrapper .tile_one .choose_your {
    order: 2;
  }
  .tribe-container .inner-wrapper .tile_one .mentorship {
    display: flex;
    flex-direction: column;
    order: 3;
  }
  .tribe-container .inner-wrapper .tile_one .stationary_img {
    display: none;
  }
  .tribe-container .inner-wrapper .tile_one .learn_unlearn {
    display: none;
  }
  .tribe-container .inner-wrapper .tile_one .work_life {
    display: none;
  }
  .tribe-container .inner-wrapper .tile_two .mentorship {
    display: none;
  }
  /* .tribe-container .inner-wrapper .tile_three .work_life {
    display: none;
  } */
  .tribe-container .inner-wrapper .tile_three .not_set {
    display: none;
  }
  .tribe-container .inner-wrapper .tile_three .learn_unlearn {
    order: 1;
  }
  .tribe-container .inner-wrapper .tile_three .stationary_img {
    order: 2;
  }
  .tribe-container .inner-wrapper .tile_three .work_life {
    order: 3;
  }
  .tribe-container .inner-wrapper .tile_three .byon {
    display: none;
  }
  .tribe-container .inner-wrapper .tile_three .choose_your {
    display: none;
  }
  .tribe-container .inner-wrapper .tile_three .working_img {
    display: none;
  }
  .tribe-container .inner-wrapper .tile_three .mentorship {
    display: none;
  }
  .tribe-container .inner-wrapper .tile_four {
    display: none;
  }
  /* Tribe section starts ends */
  /* Get In touch section */
  .get_in_touch_container .inner_wrapper {
    flex-direction: row;
    justify-content: space-between;
    padding: 100px 0;
  }
  .get_in_touch_container .inner_wrapper .sub_title {
    text-align: left;
    max-width: unset;
  }
  .get_in_touch_container .inner_wrapper .gradiant_title {
    max-width: unset;
    text-align: left;
  }
  /* Get In touch section End */
}
@media only screen and (min-width: 992px) {
  .this-is-us-section {
    padding-top: 0;
  }
  .this-is-us-section .section-title .circular-title {
    top: -63px;
    height: 100px;
    width: 100px;
  }
  .this-is-us-section .section-title .circular-title img {
    height: 100%;
    width: 100%;
  }
  .section-title .dot.black-dot {
    margin: 0 80px;
    left: 12px;
    height: 30px;
    width: 30px;
  }
  .microsite-section .horizontal-scroll-section .white_btn {
    /* visibility: hidden; */
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-right: -50px;
    letter-spacing: 2px;
  }
  .microsite-container .this-is-us-section .black-strip ul li {
    margin: 20px 0;
    margin-left: 20px;
  }
  .typewriter-text {
    font-size: 21px;
    line-height: 32px;
  }
  /* .microsite-container {
    background-color: unset;
    color: unset;
    transition: background-color 0.8s linear;
  } */
  .take_it_from_container {
    margin-bottom: 115px;
    background: unset;
  }
  .tribe-container .view_all_btn {
    bottom: -185px;
  }
  .microsite-container .section {
    margin-bottom: 125px;
  }
  .microsite-container .section.microsite-section,
  .microsite-container .section.this-is-us-section {
    margin-bottom: 0;
  }
  .microsite-container .content {
    width: 570px;
    font-size: 25px;
    line-height: 38px;
    padding: 0;
  }
  .microsite-container .section-title {
    margin-bottom: 100px;
    font-size: 190px;
    line-height: 200px;
    /* letter-spacing: -20px; */
  }
  .microsite-container .sub-title {
    font-size: 25px;
    margin-bottom: 50px;
  }
  .microsite-container .section .top-section .inner-wrapper {
    padding: 0 152px;
    display: table-cell;
  }
  .microsite-container .section .top-section .inner_wrapper_mobile {
    display: none;
  }
  .microsite-container .section .top-section .text_wrapper {
    max-width: 690px;
    margin: auto;
  }
  .microsite-container .section .top-section .info-txt {
    font-size: 70px;
    /* letter-spacing: -6px; */
    text-align: left;
    line-height: 80px;
  }
  .microsite-container .section .top-section .info-txt.right-align {
    text-align: right;
    line-height: 85px;
  }
  .microsite-container
    .section
    .top-section
    .info-txt.right-align
    .gradient-color {
    text-align: left;
    height: 170px;
  }
  .microsite-container .section .top-section .info-txt.right-align .last_word {
    position: absolute;
    right: 25px;
    bottom: 0;
  }
  .microsite-container .this-is-us-section .details {
    padding: 0 100px;
    justify-content: center;
    padding-bottom: 125px;
  }
  .microsite-container .this-is-us-section .details .bootstrap-wrapper {
    width: 100%;
  }
  .microsite-container .this-is-us-section .section-title {
    margin-top: 15px;
    margin-bottom: 32px;
  }
  .microsite-container .this-is-us-section .details .box {
    font-weight: 600;
    font-size: 27px;
    line-height: 36px;
    /* letter-spacing: -3px; */
    text-align: left;
    word-break: break-word;
    padding-right: 15px;
    max-width: 300px;
    margin: 0 auto;
    padding: 0;
  }
  .microsite-container .this-is-us-section .details .box .small-border {
    margin: 0;
    margin-bottom: 10px;
  }
  .microsite-container
    .our-DNA-section
    .listing-container
    .listing-details
    .text {
    font-size: 50px;
    line-height: 60px;
    max-width: none;
    /* letter-spacing: -5px; */
  }
  /*  */
  .microsite-container .section .top-section .get_in_touch_text {
    display: flex;
  }
  /*  */
  .microsite-container
    .our-DNA-section
    .listing-container
    .listing-details2
    .inner-wrapper {
    right: 12%;
  }
  .microsite-container
    .our-DNA-section
    .listing-container
    .listing-details3
    .inner-wrapper {
    left: 8%;
  }
  .microsite-container
    .our-DNA-section
    .listing-container
    .listing-details4
    .inner-wrapper {
    right: 10%;
  }
  .microsite-container
    .our-DNA-section
    .listing-container
    .listing-details5
    .inner-wrapper {
    left: -12%;
  }
  .microsite-container .our-DNA-section .listing-container .listing-details6 {
    justify-content: flex-end;
  }
  .microsite-container
    .our-DNA-section
    .listing-container
    .listing-details6
    .inner-wrapper {
    right: 5%;
  }
  .microsite-container .our-DNA-section .listing-container .listing-details7 {
    justify-content: flex-start;
  }
  .microsite-container
    .our-DNA-section
    .listing-container
    .listing-details7
    .inner-wrapper {
    left: 8%;
  }
  .how-its-done-section .details .pattern-details .pattern .desc {
    font-size: 16px;
    line-height: 28px;
    max-width: 283px;
  }
  .microsite-container
    .our-DNA-section
    .listing-container
    .listing-details:nth-child(even) {
    padding-right: 0;
  }
  .how-its-done-section .details .pattern-details {
    margin-bottom: 0;
    padding: 0 75px;
    display: flex;
    justify-content: center;
  }
  .how-its-done-section .details .pattern-details .pattern_wrapper {
    display: inline-block;
  }
  .how-its-done-section .details .pattern-details.border {
    height: 100%;
    border-right: 1px solid #202021;
    border-left: 1px solid #202021;
  }
  .how-its-done-section .details .pattern-details .pattern .name {
    max-width: 255px;
    font-size: 30px;
  }
  .tribe-container .grid_box.card_height {
    height: 430px;
    padding: 36px 20px;
  }
  /*  */
  .slider {
    min-height: 100vh;
    display: flex;
  }

  .item-wrap {
    display: flex;
    height: 100vh;
    padding: 0;
  }
  .item {
    display: inline-flex;
    height: 100vh;
  }
  .microsite-section .horizontal-scroll-section {
    /* display: inline-block;
    height: 100vh; */
    margin-bottom: 0;
    position: relative;
  }
  .microsite-section .horizontal-scroll-section .inner-section {
    display: flex;
    width: 100%;
  }
  .microsite-section .horizontal-scroll-section .left-section {
    width: 60%;
    height: 100vh;
    position: relative;
  }
  .microsite-section .horizontal-scroll-section .right-section {
    width: 40%;
  }
  .microsite-section .horizontal-scroll-section .left-section .img-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .horizontal-scroll-section .right-section .bottom-title-area {
    position: absolute;
    bottom: 120px;
    padding: 0 60px;
  }
  .horizontal-scroll-section .right-section .bottom-title-area .title {
    font-size: 52px;
    margin-bottom: 12px;
    line-height: 60px;
    /* letter-spacing: -5px; */
    background: linear-gradient(0deg, #331eea 0%, #7d6cd6 51.82%, #85c2c7 100%);
    background: -webkit-linear-gradient(
      0deg,
      #331eea 0%,
      #7d6cd6 51.82%,
      #85c2c7 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    left: -5px;
  }
  .horizontal-scroll-section .right-section .bottom-title-area .desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
  }
  .microsite-section .horizontal-scroll-section .left-section {
    margin-bottom: 0;
  }
  .microsite-section .horizontal-scroll-section .left-section .img-section {
    height: 100%;
  }
  .microsite-section .inner-wrapper .scrolling-content .img-section {
    height: 100vh;
  }
  .microsite-container .this-is-us-section .black-strip {
    margin-bottom: 158px;
  }
  /* Desktop Animation */
  .how-its-done-section .animate-box .bordered-box.squareA {
    animation: squareA_animation 5s infinite;
    -moz-animation: squareA_animation 5s infinite;
    -webkit-animation: squareA_animation 5s infinite;
    -o-animation: squareA_animation 5s infinite;
    animation-fill-mode: forwards;
  }
  .how-its-done-section .animate-box .gradient-box.squareB {
    position: relative;
    animation: squareB_animation 5s infinite;
    -moz-animation: squareB_animation 5s infinite;
    -webkit-animation: squareB_animation 5s infinite;
    -o-animation: squareB_animation 5s infinite;
    animation-fill-mode: forwards;
  }

  @keyframes squareA_animation {
    0% {
      transform: rotate(0deg);
      left: 0px;
    }
    50% {
      transform: rotate(360deg);
      left: 220px;
      top: 30px;
    }
    100% {
      transform: rotate(0deg);
      left: 0px;
      z-index: 1;
    }
  }
  @keyframes squareB_animation {
    0% {
      transform: rotate(45deg);
      left: 30px;
    }
    50% {
      transform: rotate(360deg);
      left: 200px;
      top: 0;
    }
    100% {
      transform: rotate(45deg);
      left: 30px;
    }
  }
  .how-its-done-section .animate-box.third-box .bordered-box.squareE {
    animation: squareE_animation 5s infinite;
    -moz-animation: squareE_animation 5s infinite;
    -webkit-animation: squareE_animation 5s infinite;
    -o-animation: squareE_animation 5s infinite;
  }
  .how-its-done-section .animate-box.third-box .gradient-box.squareF {
    animation: squareF_animation 5s infinite;
    -moz-animation: squareF_animation 5s infinite;
    -webkit-animation: squareF_animation 5s infinite;
    -o-animation: squareF_animation 5s infinite;
  }
  @keyframes squareE_animation {
    0% {
      transform: rotate(0deg);
      left: 0px;
    }
    50% {
      transform: rotate(360deg);
      left: 220px;
    }
    100% {
      transform: rotate(0);
      left: 0px;
      z-index: 1;
    }
  }
  @keyframes squareF_animation {
    0% {
      transform: rotate(0deg);
      left: 20px;
    }
    50% {
      transform: rotate(400deg);
      left: 235px;
      top: 15px;
      width: 24px;
      height: 24px;
    }
    100% {
      transform: rotate(0);
      left: 20px;
    }
  }
  /* our-DNA-section */
  .microsite-container .our-DNA-section .listing-container {
    padding: 0 60px;
  }
  .microsite-container .our-DNA-section .listing-container .listing-details {
    /* height: 162px; */
    height: auto;
    padding-top: 52px;
    padding-bottom: 30px;
  }
  .how-its-done-section .details {
    padding: 0 45px;
  }
  .how-its-done-section .details .pattern-details .links ul li {
    font-size: 16px;
    line-height: 38px;
    padding-left: 5px;
  }
  .behind_the_scenes_section .img_wrapper .img_title {
    display: none;
  }
  .behind_the_scenes_section .img_wrapper:hover .img_title {
    display: flex;
  }
  .behind_the_scenes_section .img_wrapper .hover {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .tribe-container .text_area .bottom_text {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 28px;
    margin: 0;
  }
  /* Take it from section */
  .carousel_main_container {
    margin-bottom: 130px;
    padding: 0 80px;
  }
  .carousel_main_container .quote_icon {
    height: 38px;
    width: 52px;
  }
  .carousel_main_container .text_wrapper {
    padding-left: 0px;
  }
  .carousel_main_container .brand_details {
    padding-left: 56px;
  }
  .carousel_main_container .slick-dots {
    right: 140px;
  }
  .carousel_main_container .slick-arrow {
    right: 464px;
  }
  .carousel_main_container .slick-next {
    right: 405px;
  }
  .take_it_from_container .section-title {
    font-size: 180px;
    /* letter-spacing: -20px; */
    margin-bottom: 40px;
  }
  .take_it_from_container .text_area {
    font-size: 18px;
    line-height: 26px;
    padding: 0 60px;
    margin-bottom: 100px;
  }
  .take_it_from_container .text_area .brand_details .logo {
    /* min-width: 105px; */
    max-width: 105px;
    /* height: 60px; */
    min-height: 20px;
  }
  .take_it_from_container .text_area .brand_details .amway_logo {
    height: 34px;
  }

  .take_it_from_container .section-title .circular-title.white-circle {
    top: -75px;
    right: auto;
    left: 21%;
    width: 120px;
    height: 120px;
  }
  .microsite-container .section.take_it_from_container {
    margin-bottom: 80px;
  }
  /* .take_it_from_container .our-clients-section .inner-wrapper .logo-section .logo-tiles .logo-area .img-wrapper {
    
  } */
  .take_it_from_container
    .our-clients-section
    .inner-wrapper
    .logo-section
    .logo-tiles
    .elc
    img {
    height: 18px;
    width: 127px;
  }
  .take_it_from_container
    .our-clients-section
    .inner-wrapper
    .logo-section
    .logo-tiles
    .amway
    img {
    height: 34px;
    width: 105px;
  }
  .take_it_from_container
    .our-clients-section
    .inner-wrapper
    .logo-section
    .logo-tiles
    .lennar
    img {
    width: 120px;
  }
  .take_it_from_container
    .our-clients-section
    .inner-wrapper
    .logo-section
    .logo-tiles
    .bb
    img {
    height: 17px;
    width: 143px;
  }
  .take_it_from_container
    .our-clients-section
    .inner-wrapper
    .logo-section
    .logo-tiles
    .clinque
    img {
    height: 21px;
    width: 101px;
  }
  .take_it_from_container
    .our-clients-section
    .inner-wrapper
    .logo-section
    .logo-tiles
    .just_for_men
    img {
    height: 34px;
    width: 84px;
  }
  .take_it_from_container
    .our-clients-section
    .inner-wrapper
    .logo-section
    .logo-tiles
    .reckitt
    img {
    height: 40px;
    width: 77px;
  }
  .take_it_from_container
    .our-clients-section
    .inner-wrapper
    .logo-section
    .logo-tiles
    .exalt
    img {
    height: 20px;
    width: 108px;
  }
  .take_it_from_container
    .our-clients-section
    .inner-wrapper
    .logo-section
    .logo-tiles
    .grind_foundry
    img {
    height: 21px;
    width: 128px;
  }
  .take_it_from_container
    .our-clients-section
    .inner-wrapper
    .logo-section
    .logo-tiles
    .sequoia
    img {
    height: 16px;
    width: 118px;
  }
  .take_it_from_container
    .our-clients-section
    .inner-wrapper
    .logo-section
    .logo-tiles
    .rubrik
    img {
    height: 30px;
    width: 102px;
  }
  .take_it_from_container
    .our-clients-section
    .inner-wrapper
    .logo-section
    .logo-tiles
    .mac
    img {
    height: 13px;
    width: 98px;
  }
  .take_it_from_container
    .our-clients-section
    .inner-wrapper
    .logo-section
    .logo-tiles
    .monotype
    img {
    height: 25px;
    width: 130px;
  }
  .take_it_from_container
    .our-clients-section
    .inner-wrapper
    .logo-section
    .logo-tiles
    .fabric
    img {
    height: 24px;
    width: 93px;
  }
  .take_it_from_container
    .our-clients-section
    .inner-wrapper
    .logo-section
    .logo-tiles
    .juicy
    img {
    height: 30px;
    width: 130px;
  }
  .take_it_from_container
    .our-clients-section
    .inner-wrapper
    .logo-section
    .logo-tiles
    .schiff
    img {
    height: 39px;
    width: 95px;
  }
  .take_it_from_container
    .our-clients-section
    .inner-wrapper
    .logo-section
    .logo-tiles
    .rh
    img {
    height: 22px;
    width: 53px;
  }
  .take_it_from_container
    .our-clients-section
    .inner-wrapper
    .logo-section
    .logo-tiles
    .lamer
    img {
    height: 34px;
    width: 100px;
  }
  .take_it_from_container
    .our-clients-section
    .inner-wrapper
    .logo-section
    .logo-tiles
    .Kearney
    img {
    height: 13px;
    width: 111px;
  }
  .take_it_from_container
    .our-clients-section
    .inner-wrapper
    .logo-section
    .logo-tiles
    .tom_ford
    img {
    height: 16px;
    width: 109px;
  }
  .take_it_from_container
    .our-clients-section
    .inner-wrapper
    .logo-section
    .logo-tiles
    .vmware
    img {
    height: 15px;
    width: 75px;
  }
  .take_it_from_container
    .our-clients-section
    .inner-wrapper
    .logo-section
    .logo-tiles
    .combe
    img {
    height: 20px;
    width: 70px;
  }
  .take_it_from_container
    .our-clients-section
    .inner-wrapper
    .logo-section
    .logo-tiles
    .home_depot
    img {
    height: 50px;
    width: 50px;
  }
  .take_it_from_container
    .our-clients-section
    .inner-wrapper
    .logo-section
    .logo-tiles
    .cervello
    img {
    height: 34px;
    width: 138px;
  }
  /* Take it from section ends */
  /* behind the scenes section */
  .microsite-container .behind_the_scenes_section {
    margin-bottom: 0;
    padding-bottom: 110px;
  }
  .behind_the_scenes_section .slick-slide {
    width: 300px !important;
    margin: 10px;
  }
  .behind_the_scenes_section .img_wrapper .img_title {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 5px;
    font-size: 16px;
    right: 22px;
    bottom: 33px;
  }
  .behind_the_scenes_section #img-8 .img_title {
    width: 120px;
    height: 120px;
  }
  .behind_the_scenes_section .slick-slide div:nth-child(2) .img_wrapper {
    left: -160px;
  }
  .behind_the_scenes_section .section-title {
    margin-bottom: 20px;
  }
  .behind_the_scenes_section .sub-title {
    font-size: 25px;
    line-height: 36px;
  }
  /* .behind_the_scenes_section .images:nth-child(2) {
    position: relative;
    left: -120px;
  } */
  .behind_the_scenes_section .img_wrapper {
    width: 300px !important;
    height: 300px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin: 10px;
  }
  .behind_the_scenes_section .img_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .behind_the_scenes_carousel .slick-dots {
    right: 140px;
  }
  .behind_the_scenes_carousel .slick-arrow {
    right: 464px;
  }
  .behind_the_scenes_carousel .slick-next {
    right: 405px;
  }
  .carousel_main_container .text_wrapper {
    padding-left: 56px;
  }
  /* .carousel_main_container .brand_details {
    padding-left: 0px;
  } */
  /* behind the scenes section end */
  /* Join the tribe start */
  .microsite-container .tribe-container.section,
  .microsite-container .behind_the_scenes_section {
    padding-top: 120px;
  }
  .tribe-container .initial_text {
    padding: 0 80px;
    max-width: 615px;
    font-size: 16px;
    line-height: 28px;
  }
  .tribe-container .tile_wrapper {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    padding: 0 80px;
  }
  .tribe-container .inner-wrapper .tile_one {
    margin-top: 310px;
  }
  .tribe-container .inner-wrapper .tile_two {
    margin-top: 210px;
  }
  .tribe-container .inner-wrapper .tile_four {
    margin-top: 210px;
  }
  .tribe-container .tiles_container .gradiant_title {
    font-size: 30px;
    line-height: 36px;
    /* letter-spacing: -3px; */
    margin-bottom: 20px;
  }
  .tribe-container .tiles_container .title {
    font-size: 16px;
    line-height: 28px;
  }
  .tribe-container .inner-wrapper .tile_two .mentorship {
    display: none;
  }
  .tribe-container .inner-wrapper .tile_two .not_set {
    display: none;
  }
  .tribe-container .inner-wrapper .tile_three .mentorship {
    display: none;
  }
  .tribe-container .inner-wrapper .tile_four .mentorship {
    display: none;
  }
  .tribe-container .inner-wrapper .tile_one .byon {
    display: none;
  }
  .tribe-container .inner-wrapper .tile_three .byon {
    display: none;
  }
  .tribe-container .inner-wrapper .tile_three .work_life {
    display: none;
  }
  .tribe-container .card_height {
    /* height: 420px; */
    margin-bottom: 30px;
  }
  /* .tribe-container .inner-wrapper .tile_three .learn_unlearn {
    display: none;
  } */
  .tribe-container .inner-wrapper .tile_three .not_set {
    display: flex;
    flex-direction: column;
    order: 2;
  }
  .tribe-container .inner-wrapper .tile_three .working_img {
    display: grid;
    order: 3;
  }
  .tribe-container .inner-wrapper .tile_three .stationary_img {
    display: none;
  }
  .tribe-container .inner-wrapper .tile_four .byon {
    display: none;
  }
  .tribe-container .inner-wrapper .tile_four .learn_unlearn {
    display: none;
  }
  .tribe-container .inner-wrapper .tile_one .not_set {
    display: none;
  }
  .tribe-container .inner-wrapper .tile_one .choose_your {
    display: none;
  }
  .tribe-container .inner-wrapper .tile_one .stationary_img {
    display: none;
  }
  .tribe-container .inner-wrapper .tile_one .learn_unlearn {
    display: none;
  }
  .tribe-container .inner-wrapper .tile_one .work_life {
    display: none;
  }
  .tribe-container .inner-wrapper .tile_two .working_img {
    display: none;
  }
  .tribe-container .inner-wrapper .tile_two .choose_your {
    display: flex;
    flex-direction: column;
  }
  .tribe-container .inner-wrapper .tile_two .work_life {
    display: none;
  }
  .tribe-container .inner-wrapper .tile_four .working_img {
    display: none;
  }
  .tribe-container .inner-wrapper .tile_three .choose_your {
    display: none;
  }
  .tribe-container .inner-wrapper .tile_four .choose_your {
    display: none;
  }
  .tribe-container .inner-wrapper .tile_four {
    display: grid;
  }
  /*  */
  /* Get In touch section */
  .get_in_touch_container {
    padding: 0 80px;
  }
  .get_in_touch_container .inner_wrapper .sub_title {
    font-size: 21px;
    line-height: 32px;
  }
  .get_in_touch_container .inner_wrapper .gradiant_title {
    font-size: 52px;
    /* letter-spacing: -5px; */
    line-height: 60px;
  }
  .btn_link {
    top: -50px;
    margin-bottom: 0;
  }
  /* Get In touch section End */
  /* Footer */
  .microsite-container .footer-container {
    margin-bottom: 0;
  }
  .microsite-container .footer-container .footer-title {
    font-size: 18px;
    /* letter-spacing: -1.5px; */
  }
  .microsite-container .footer-container ul.bold-links li {
    font-size: 18px;
    /* letter-spacing: -1.5px; */
  }
  .microsite-container .footer-links ul.links li {
    /* letter-spacing: -1.5px; */
  }
  .microsite-container .footer-container .tag-line-section .logo {
    margin-bottom: 30px;
  }
  .microsite-container .footer-container .tag-line-section .tag-line {
    /* letter-spacing: -1.5px; */
    font-size: 18px;
  }
  /* Footer ends */
}
@media only screen and (min-width: 1200px) {
  .microsite-container .footer-container {
    margin-bottom: 0;
  }
  .microsite-container .section .top-section .text_wrapper {
    max-width: 895px;
  }
  .microsite-container .section .top-section .info-txt {
    font-size: 90px;
    line-height: 105px;
    letter-spacing: normal;
    text-align: left;
  }
  .microsite-container
    .section
    .top-section
    .info-txt.right-align
    .gradient-color {
    height: 250px;
  }
  .microsite-container .section .top-section .info-txt.right-align .last_word {
    right: 40px;
  }
  .microsite-container .section .top-section .info-txt.right-align {
    text-align: right;
    line-height: 130px;
  }
  /*  */
  .behind_the_scenes_section .sub-title {
    width: 56%;
  }
  /*  */
}
@media only screen and (min-width: 1400px) {
  .microsite-container .section .top-section .text_wrapper {
    max-width: 1095px;
  }
  .microsite-container .section .top-section .info-txt {
    font-size: 110px;
    line-height: 130px;
  }
  .microsite-container .section .top-section .info-txt .last_word {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
