/* About Page */
html,
body {
  overflow: auto;
  height: auto;
  overflow-x: hidden;
  width: 100vw;
}

.about .scroll-caption {
  color: #312747;
}

.footer:before {
  direction: none;
}

.footer {
  float: none;
  height: auto;
  background: #312747;
  padding: 3rem 0 0;
  border-bottom: .5rem solid #ff4f44;
}

.sky-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
}

.sky-wrapper img {
  width: 100%;
}

.waves-wrapper::after {
  content: '';
  width: 100vw;
  background: #fff;
  height: 70vh;
  position: absolute;
  bottom: -7rem;
  z-index: 3;
}

.wave-left-1 {
  left: -20%;
  top: 0%;
  transform: rotate3d(0, 0, 1, 28deg);
  z-index: 1;
}

.wave-left-2 {
  left: -20%;
  top: 20%;
  transform: rotate3d(0, 0, 1, 10deg);
  z-index: 2;
}

.wave-left-3 {
  left: -20%;
  top: 35%;
  transform: rotate3d(0, 0, 1, 10deg);
  z-index: 3;
}

.wave-left,
.wave-right {
  position: absolute;
  width: 100%;
  filter: drop-shadow(0 0 2rem #6e6d6c);
}

.wave-right-1 {
  right: -40%;
  top: -45%;
  transform: rotate3d(0, 0, 1, -95deg);
  z-index: 2;
}

.wave-right-2 {
  right: -50%;
  top: -45%;
  transform: rotate3d(0, 0, 1, -75deg);
  z-index: 3;
}

.hero-title {
  font-size: 6rem;
  z-index: 3;
  line-height: .6em;
  text-align: left;
}

.hero-title b {
  display: inline-block;
  overflow: hidden;
  position: relative;
  transform: translateX(-.8rem);
  opacity: 0;
  animation: text-anim 1s 1.3s ease forwards;
  height: 6rem;
  line-height: 6rem;
}

.hero-title b::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #312747;
  -webkit-transform: translateX(-101%);
  -ms-transform: translateX(-101%);
  transform: translateX(-101%);
  -webkit-transition: 0s .4s ease;
  -o-transition: 0s .4s ease;
  transition: 0s .4s ease;
}

.about-hero-wrapper {
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.hero-copy {
  width: 30%;
  display: block;
  padding: 25vh 0 5rem;
  z-index: 3;
  margin: 0 0 0 17%;
  float: none;
}

.about-hero-wrapper .hero-caption {
  transform: translateX(22%);
  border-left: 3px solid #ff4f44;
  padding-left: 3rem;
}

.hand-god {
  position: absolute;
  top: 0;
  left: 50%;
  height: 35%;
  transform: translate3d(calc(-50% + 8rem), 0, 0);
  z-index: 5;
}

.hand-swiggy {
  position: absolute;
  bottom: 0rem;
  right: 0;
  height: 75%;
  z-index: 4;
}

.work-img {
  position: absolute;
  top: 0%;
  left: 10%;
  width: 25%;
  animation: rotate 10s infinite linear;
}

.move-1 {
  transform: translate3d(0, 0, 0);
  transition: all 1.5s ease;
}

.move-2 {
  transform: translate3d(27vw, 0, 0);
  transition: all 1.5s ease;
}

.move-3 {
  transform: translate3d(50vw, 0, 0);
  transition: all 1.5s ease;
}

.what-we-work-wrapper {
  position: relative;
  background: #FFF;
  z-index: 10;
  margin-top: 4rem;
}

.about .what-we-work .hero-title {
  text-align: center;
  margin: auto;
  display: block;
  font-size: 6rem;
  float: none;
}

.work-copy {
  width: 80%;
  display: block;
  clear: both;
  margin: auto;
  text-align: center;
  margin-top: 3rem;
}

.work-copy ol {
  font-family: 'Rubik', sans-serif;
  counter-reset: list-counter;
}

.work-copy ol li {
  width: 30%;
  display: inline-block;
  line-height: 1.5em;
  font-size: .85rem;
  color: #312747;
  counter-increment: list-counter;
}

.work-copy ol li::before {
  content: "0"counter(list-counter);
  color: #ff5c00;
  font-weight: 300;
  font-size: 5rem;
  margin-right: 1rem;
  letter-spacing: -0.3rem;
  line-height: 1;
}

.work-copy ol li div {
  display: inline-block;
  width: 55%;
  vertical-align: top;
  margin-top: .6rem;
  text-align: left;
}

.work-cursor {
  cursor: url('../assets/wheel-cursor.png'), auto;
}

.mixed-bunch-copy {
  position: relative;
  width: 35%;
  margin: auto;
  background-color: #ff4f44;
  padding: 4rem;
  color: #fff;
  box-sizing: border-box;
}

.mixed-bunch-copy .hero-title {
  position: static;
  color: #fff;
  transform: none;
  font-size: 5rem;
  width: auto;
  text-align: left;
  line-height: .8em;
}

.mixed-bunch-copy p {
  font-family: 'Rubik', sans-serif;
  font-size: .85rem;
  margin-top: 1rem;
  line-height: 1.5em;
}

.mixed-bunch-copy ol {
  font-size: .85rem;
  font-family: 'Rubik', sans-serif;
  counter-reset: team-list-counter;
  margin-top: 1rem;
}

.mixed-bunch-copy ol li {
  width: 100%;
  display: block;
  line-height: 1.5em;
  font-size: .85rem;
  color: #fff;
  counter-increment: team-list-counter;
}

.mixed-bunch-copy ol li::before {
  content: "0"counter(team-list-counter);
  color: #fff;
  font-weight: 300;
  font-size: .85rem;
  margin-right: .5rem;
  line-height: 1;
}

.mixed-bunch-copy span {
  font-weight: 900;
}

.mixed-bunch img {
  width: 100%;
  display: block;
}

.mixed-bunch img::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #312747;
  -webkit-transform: translateX(-101%);
  -ms-transform: translateX(-101%);
  transform: translateX(-101%);
  -webkit-transition: 0s .4s ease;
  -o-transition: 0s .4s ease;
  transition: 0s .4s ease;
}

.mixed-img-left {
  position: absolute;
  top: 50%;
  left: 12vw;
  z-index: 5;
  width: 22vw;
  transform: translateY(-50%);
  box-shadow: 0 0 1rem .1rem rgba(0, 0, 0, .25);
}

.mixed-img-right {
  position: absolute;
  top: 63%;
  right: 12vw;
  z-index: 5;
  width: 22vw;
  box-shadow: 0 0 1rem .1rem rgba(0, 0, 0, .25);
}

.mixed-img-back {
  position: absolute;
  top: 5%;
  right: 22vw;
  z-index: -1;
  width: 12vw;
  box-shadow: 0 0 1rem .1rem rgba(0, 0, 0, .25);
}

.mixed-bunch {
  position: relative;
  margin: 12rem 0 0;
}

.jtt-headline {
  width: 50%;
  float: left;
}

.about .jtt-headline .hero-title {
  font-size: 5rem;
  text-align: right;
  position: static;
  top: 0;
  width: auto;
  transform: none;
}

.jtt {
  padding-top: 10rem;
}

.jtt-copy {
  text-align: left;
  padding: 0 2rem;
  margin: 0 10% 1rem;
  box-sizing: border-box;
}

.jtt-copy .hero-title {
  display: inline-block;
  margin-right: 3rem;
  width: 36rem;
}

.jtt-copy p {
  display: inline-block;
  color: #312747;
  line-height: 2rem;
  width: calc(100% - 40rem);
  vertical-align: top;
  font-size: .85rem;
  margin-top: -1rem;
}

.job-accordion-wrapper {
  display: block;
  clear: both;
  width: 80%;
  padding-top: 2rem;
  margin: 0 auto 10rem;
}

.job-accordion {
  transition: all .5s;
  background-color: #fff;
  color: #312747;
  cursor: pointer;
  padding: 1.5rem .8rem;
  width: 80%;
  border-bottom: 1px solid #dfdbe8;
  text-align: left;
  outline: none;
  font-size: 1rem;
  margin: auto;
  overflow: hidden;
}

.job-accordion:first-child {
  border-top: 1px solid #dfdbe8;
}

.job-accordion h4 {
  font-size: 1.25rem;
  display: inline-block;
  margin-left: 1rem;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
}

.job-accordion.active .job-desc {
  max-height: 1000vh;
}

/* .job-accordion h4::before {
  content: "0"counter(job-list-counter);
  color: #312747;
  font-weight: 300;
  font-size: 2rem;
  margin-right: 1rem;
  line-height: 1;
} */
.jtt-icon {
  transition: all .3s;
  transform: rotate(0);
  transform-origin: center;
  font-size: 2rem !important;
  -webkit-text-stroke: .3rem white;
  display: inline-block;
  margin-right: .5rem;
  vertical-align: middle;
}

.job-title-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 3rem);
}

.job-title-wrapper span {
  margin-left: 1rem;
  opacity: .8;
  font-size: .85rem;
  text-transform: uppercase;
  padding-left: 1rem;
  border-left: 2px solid #ff4f44;
}

.job-desc {
  transition: all .5s;
  padding: 0 1rem;
  display: block;
  background-color: #fff;
  overflow: hidden;
  margin: auto;
  width: 80%;
  max-height: 0;
}

.job-title-wrapper button {
  margin-left: 1rem;
}

.job-apply-btn-wrapper {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.job-title-wrapper button:first-child {
  display: none;
}

.job-accordion.active .job-title-wrapper button:first-child {
  display: inline-block;
}

.job-accordion.active .job-title-wrapper button:last-child {
  background: none;
  color: #989898;
}

.job-desc .btn-primary {
  margin: 2rem 0 2rem;
}

.job-desc p {
  font-size: 1rem;
  margin: .5rem 0 1rem;
  color: #565656;
}

.job-desc-wrapper {
  padding: 2rem 0 0;
}

.job-desc ul {
  padding-left: 1.5rem;
}

.job-desc li {
  position: relative;
  font-size: .85rem;
  margin-bottom: .5rem;
  color: #565656;
  line-height: 1.6;
}

.job-desc li::before {
  content: '';
  position: absolute;
  top: .3rem;
  left: -1rem;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ff4f44;
}

.job-desc label {
  display: inline-block;
  margin: 2.5rem 0 1rem;
  font-weight: 600;
  padding-bottom: .75rem;
  font-size: .85rem;
  text-transform: uppercase;
  letter-spacing: .15rem;
  border-bottom: 1px solid #ff4f44;
}

.active .jtt-icon {
  transform: rotate(45deg);
}

.contact-block {
  background: #fff;
  color: white;
  width: 50%;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 10px;
  padding: 3rem 2rem;
  display: flex;
  align-items: center;
  position: relative;
  box-shadow: 0rem 0.5rem 1rem 0rem rgba(0, 0, 0, 0.2);
  transform: translateY(4rem);
  z-index: 10;
  opacity: 1;
  top: -5rem;
  border-left: 1.5rem solid #ff4f44;
}

.connect-content {
  display: inline-block;
  margin-left: 2rem;
  color: #312747;
}

.contact-block span {
  line-height: 1.5em;
  opacity: .8;
  font-size: .85rem;
  text-transform: uppercase;
  display: block;
}

.contact-block h4 {
  font-size: 2rem;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
}

.connect-content p {
  font-size: .85rem;
  width: 70%;
  line-height: 1.5rem;
  margin-top: .5rem;
}

.contact-block .btn {
  position: absolute;
  right: 2rem;
  font-size: .85rem;
  font-family: 'Rubik', sans-serif;
}

.contact-block .fa-comment-o {
  color: #ff4f44;
  font-size: 2rem;
}

.contact-block a {
  text-decoration: none;
}

.about .footer-section {
  margin-top: -4rem;
}

.about .footer-menu {
  padding-top: 4rem;
}

.application-modal {
  background: #312747;
  padding: 3rem;
  position: fixed;
  right: 0;
  top: 0;
  height: calc(100vh - 6rem);
  z-index: 30;
  transition: all .5s;
  transform: translateX(33rem);
  width: 25rem;
}

.application-modal.show {
  transform: translateX(0);
}

.application-modal .fa-plus {
  position: absolute;
  -webkit-text-stroke: .3rem #312747;
  top: -2rem;
  right: -1rem;
  transform: rotate(45deg);
  font-size: 2.5rem;
  cursor: pointer;
  color: #fff;
}

.application-modal h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #FFF;
  border-bottom: 1px solid #706588;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.application-modal-position {
  display: block;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: .15rem;
  margin-bottom: 1rem;
  margin-top: 3rem;
}

.application-modal .apply-now {
  font-family: 'Rubik', sans-serif;
  padding: 1rem 1.5rem;
  font-weight: 300;
  letter-spacing: .1rem;
  font-size: .85rem;
  margin-top: 1rem;
}

@media screen and (max-width: 1023px) and (min-width: 801px) {
  .waves-wrapper::after {
    bottom: -2rem;
  }

  .hand-god {
    transform: translate3d(calc(-50% - 3rem), 0, 0);
    height: 30%;
  }

  .hand-swiggy {
    height: 65%;
    bottom: 5rem;
    right: -5rem;
  }

  .hero-title {
    font-size: 5rem;
  }

  .hero-title b {
    height: 5rem;
  }

  .wave-left-1 {
    left: -40%;
    top: -10%;
    transform: rotate3d(0, 0, 1, 45deg);
  }

  .wave-left-2 {
    left: -30%;
    top: 15%;
    transform: rotate3d(0, 0, 1, 20deg);
  }

  .wave-right-1 {
    right: -60%;
    top: -5%;
    transform: rotate3d(0, 0, 1, -70deg);
  }

  .wave-right-2 {
    right: -50%;
    top: 10%;
    transform: rotate3d(0, 0, 1, -35deg);
  }

  .hero-title {
    font-size: 5rem;
  }

  .hero-title b {
    height: 5rem;
  }

  .about .what-we-work .hero-title {
    font-size: 5rem;
  }

  .work-img {
    top: 30%;
    left: 3%;
  }

  .move-1 {
    transform: translate3d(0vw, 15vh, 0);
  }

  .move-2 {
    transform: translate3d(30vw, 15vh, 0);
  }

  .move-3 {
    transform: translate3d(60vw, 15vh, 0);
  }

  .work-copy {
    width: 100%;
  }

  .jtt-copy p {
    width: calc(100% - 6rem);
    display: block;
    margin-top: 1rem;
    text-align: center;
    width: 100%;
  }

  .jtt-copy .hero-title {
    width: 100%;
    text-align: center;
  }

  .footer-nav {
    width: 80%;
  }

  .contact-block {
    width: 70%;
  }

  .job-accordion-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .connect-content {
    margin-left: 0;
  }

  .contact-block p, .contact-block h4 {
    text-align: center;
    width: 100%;
  }

  .hand-god {
    height: auto;
    width: 50%;
    left: 0;
    transform: none;
  }

  .hand-swiggy {
    height: auto;
    bottom: auto;
    top: 20vw;
    width: 55%;
  }

  .wave-right-2 {
    right: -44%;
    top: 4%;
    transform: rotate3d(0, 0, 1, -24deg);
    z-index: 3;
  }

  .wave-right-1 {
    right: -65%;
    top: -8%;
    transform: rotate3d(0, 0, 1, -28deg);
    z-index: 3;
  }

  .wave-left-1 {
    left: -32%;
    top: -1%;
    transform: rotate3d(0, 0, 1, 18deg);
    z-index: 3;
  }

  .wave-left-2 {
    left: -30%;
    top: 1%;
    transform: rotate3d(0, 0, 1, 14deg);
    z-index: 3;
  }

  .hero-copy {
    width: 90%;
    margin: auto;
  }

  .hero-title {
    font-size: 3rem;
    margin-left: 1rem;
  }

  .hero-title b {
    height: 2.5rem;
    line-height: 3rem;
  }

  .about-hero-wrapper .hero-caption {
    transform: none;
    padding-left: 2rem;
    text-align: left;
    margin-left: 1rem;
  }

  .about-hero-wrapper::before {
    content: '';
    position: absolute;
    background: #FFF;
    top: 45vw;
    height: 50vh;
    left: 0;
    z-index: 2;
    width: 100%;
  }

  .about .what-we-work .hero-title {
    font-size: 3rem;
  }

  .about .what-we-work .hero-title b {
    height: 6.2rem;
    line-height: 3rem;
    width: 23rem;
  }

  .work-copy {
    margin-top: 1rem;
    width: 100%;
  }

  .work-img {
    position: absolute;
    top: 12%;
    transform: translate3d(0, -50%, 0);
    left: -60%;
    width: 90%;
    transform-origin: center;
  }

  .work-copy ol li {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
  }

  .work-copy ol li::before {
    font-size: 2.5rem;
    margin-right: 1rem;
  }

  .work-copy ol li div {
    margin-top: 0;
  }

  .mixed-bunch-copy {
    width: 85%;
    padding: 5rem 2.5rem;
  }

  .mixed-img-left {
    position: relative;
    top: auto;
    left: auto;
    z-index: 5;
    width: 70vw;
    margin-bottom: -2rem;
    transform: none;
  }

  .mixed-img-right {
    left: auto;
    top: 94%;
    right: -2rem;
    z-index: 5;
    width: 70vw;
  }

  .mixed-img-back {
    top: 103%;
    left: -2rem;
    z-index: -1;
    width: 51vw;
  }

  .mixed-bunch {
    margin: 7rem auto;
  }

  .mixed-bunch-copy .hero-title {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }

  .jtt {
    margin-top: 70vw;
  }

  .jtt-copy {
    margin: auto;
    padding: 0;
    width: 80%;
  }

  .jtt .hero-title {
    margin-left: 0;
    text-align: center;
    width: 100%;
  }

  .jtt-copy p {
    width: 100%;
    margin-top: 1.5rem;
    text-align: center;
    line-height: 1.5rem;
  }

  .job-accordion-wrapper {
    margin: 0 auto 5rem;
  }

  .job-accordion h4 {
    margin-left: 0;
    font-size: 1.5rem;
    margin-bottom: .4rem;
  }

  .jtt-icon {
    font-size: 1.5rem;
    margin-left: -.3rem;
  }

  .job-title-wrapper .btn-primary {
    margin-top: 1rem;
    position: relative;
    transform: none;
    top: auto;
    background: transparent;
    padding: 0;
    margin-top: .3rem;
    color: #ff4f44;
    margin-left: 0rem;
    padding-top: .5rem;
  }

  .job-apply-btn-wrapper {
    position: static;
    right: 0;
    top: 0;
    transform: none;
  }

  .job-desc {
    width: 100%;
    padding: 0;
  }

  .job-desc p {
    margin-top: 2rem;
    font-size: .85rem;
  }

  .job-desc-wrapper {
    padding-top: 0;
  }

  .job-title-wrapper span {
    margin-left: 0;
    display: block;
    padding-left: .3rem;
  }

  .job-apply-btn-wrapper .btn-primary:last-child {
    padding-left: 0;
    margin-left: 0;
  }

  .job-accordion.active .job-desc {
    max-height: 1000vh;
  }

  .job-accordion {
    width: auto;
  }

  .waves-wrapper::after {
    top: 38vw;
  }

  .contact-block {
    padding: 2rem 1rem;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 70%;
  }

  .contact-block .connect-content {
    margin-top: 2rem;
  }

  .contact-block .fa-comment-o {
    font-size: 3rem;
    display: block;
    margin: auto;
  }

  .contact-block .btn {
    margin-top: 2rem;
    position: relative;
    right: 0;
  }

  .application-modal {
    padding: 3rem 2rem;
    width: calc(100% - 4rem);
    transform: translateX(100vw);
    overflow-y: scroll;
  }

  .job-accordion.active .job-title-wrapper button:last-child {
    display: none;
  }
}