@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/common/assets/fonts/lato-v20-latin/lato-v20-latin-regular.eot");
  src: local(""),
    url("/common/assets/fonts/lato-v20-latin/lato-v20-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    url("/common/assets/fonts/lato-v20-latin/lato-v20-latin-regular.woff2")
      format("woff2"),
    url("/common/assets/fonts/lato-v20-latin/lato-v20-latin-regular.woff")
      format("woff"),
    url("/common/assets/fonts/lato-v20-latin/lato-v20-latin-regular.ttf")
      format("truetype"),
    url("/common/assets/fonts/lato-v20-latin/lato-v20-latin-regular.svg#Lato")
      format("svg");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/common/assets/fonts/lato-v20-latin/lato-v20-latin-700.eot");
  src: local(""),
    url("/common/assets/fonts/lato-v20-latin/lato-v20-latin-700.eot?#iefix")
      format("embedded-opentype"),
    url("/common/assets/fonts/lato-v20-latin/lato-v20-latin-700.woff2")
      format("woff2"),
    url("/common/assets/fonts/lato-v20-latin/lato-v20-latin-700.woff")
      format("woff"),
    url("/common/assets/fonts/lato-v20-latin/lato-v20-latin-700.ttf")
      format("truetype"),
    url("/common/assets/fonts/lato-v20-latin/lato-v20-latin-700.svg#Lato")
      format("svg");
}
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/common/assets/fonts/lato-v20-latin/lato-v20-latin-italic.eot");
  src: local(""),
    url("/common/assets/fonts/lato-v20-latin/lato-v20-latin-italic.eot?#iefix")
      format("embedded-opentype"),
    url("/common/assets/fonts/lato-v20-latin/lato-v20-latin-italic.woff2")
      format("woff2"),
    url("/common/assets/fonts/lato-v20-latin/lato-v20-latin-italic.woff")
      format("woff"),
    url("/common/assets/fonts/lato-v20-latin/lato-v20-latin-italic.ttf")
      format("truetype"),
    url("/common/assets/fonts/lato-v20-latin/lato-v20-latin-italic.svg#Lato")
      format("svg");
}
body * {
  font-family: "Lato", sans-serif;
}
a {
  text-decoration: none;
}
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000000;
  color: white;
  padding: 8px;
  z-index: 100;
}

.skip-link:focus {
  top: 0;
}

.main-banner {
  background: linear-gradient(
    90.01deg,
    #3348f1 0.01%,
    #4259f6 50%,
    #566efd 99.99%
  );
  width: 100vw;
  overflow: hidden;
}
.nav {
  padding: 0 8.38%;
  padding-top: 29px;
  display: flex;
  justify-content: space-between;
}
.logo {
  width: 142px;
  height: 28.91px;
}
.btn-login {
  background: #ffffff;
  border: none;
  padding: 8px 23px;
  box-shadow: 0px 4px 14px rgba(60, 82, 220, 0.5);
  border-radius: 20px;
  margin: 0;
  color: #364cf2;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
}

.btn-login:hover {
  box-shadow: 0px 8px 24px rgba(60, 82, 220, 1);
}

.sub-section {
  position: relative;
  padding: 0px 130px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  text-align: center;
}

.heading {
  font-weight: 700;
  font-size: 34px;
  margin: 64px 0px 0px;
  line-height: 34px;
  color: #fff;
}

.subheading {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 16px 0px 32px;
  color: #fff;
}

.btn-download {
  background: #ffffff;
  border: none;
  padding: 13px 30px;
  box-shadow: 0px 4px 14px rgba(60, 82, 220, 0.5);
  border-radius: 30px;
  margin: 0;
  color: #364cf2;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.btn-download:hover {
  box-shadow: 0px 8px 24px rgba(60, 82, 220, 1);
}

.hero {
  margin-top: 40px;
  width: 1447px;
  height: 363px;
}

.sub-section-wave {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  align-self: flex-end;
  margin-bottom: -2px;
  margin-top: -30px;
  z-index: 1;
}

.sub-section-wave img {
  width: 100%;
  height: 100%;
  min-width: 511px;
}

.section {
  background-color: #ffffff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: space-between;
  padding-top: 22px;
  padding-bottom: 60px;
}

.section .heading {
  font-weight: 700;
  font-size: 26px;
  margin: 0px 0px 6px;
  text-align: center;
  color: #000;
}

.section .subheading {
  font-weight: 400;
  font-size: 16px;
  margin: 4px 0px 34px;
  color: #000;
}

.brand-logo-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 8.4%;
}

.brand-logo {
  height: 100px;
  width: 10%;
  margin: 0 3.4%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand-logo:nth-child(1) {
  margin-left: 0;
}

.brand-logo:nth-child(6) {
  margin-right: 0;
}

.brand-logo:nth-child(2),
.brand-logo:nth-child(4),
.brand-logo:nth-child(6) {
  width: 7%;
}

.jobs-container {
  display: flex;
  padding: 0 8.4%;
  flex-wrap: wrap;
  justify-content: space-between;
}

.job-cat {
  margin-top: 17px;
  margin-bottom: 17px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.job-cat-img-container {
  width: 80px;
  height: 80px;
  background: #ffffff;
  box-shadow: 0px 34px 64px rgba(231, 231, 231, 0.7);
  border-radius: 110px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.job-cat-img-container > img {
  height: 39px;
  width: 39px;
}

.job-cat-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.job-cat-title {
  font-weight: 700;
  font-size: 14px;
  margin-top: 12px;
  margin-bottom: 0;
  white-space: nowrap;
}

.job-cat-subtitle {
  font-size: 10px;
  color: #b6b6b6;
  margin-bottom: 0;
  margin-top: 4px;
  white-space: nowrap;
}

.job-cat-spacer {
  display: none;
}

.cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 8.4%;
}

.cards-subcontainer {
  width: calc(60% - 100px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 100px;
}

.cards-image {
  max-width: 500px;
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card:nth-of-type(1),
.card:nth-of-type(3) {
  align-self: flex-start;
}
.card:nth-of-type(1) {
  margin-left: 62px;
}

.card:nth-of-type(2) {
  margin-left: 40%;
}

.card {
  position: relative;
  max-width: 250px;
  background: #ffffff;
  box-shadow: 0px 4px 14px #e8e5e4;
  border-radius: 20px;
  padding: 24px;
  margin: 10px 0;
  line-height: 21px;
}

.card-title {
  font-weight: 400;
  font-size: 14px;
  margin: 0px;
  text-align: left;
  font-style: italic;
}

.card-subtitle {
  font-size: 12px;
  margin-top: 8px;
  text-align: left;
  font-style: italic;
  color: #ff6d3a;
}

.watch-video {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  text-align: left;
  color: #3449f2;
  margin-top: 2px;
  white-space: nowrap;
}
.watch-video img {
  margin-right: 8px;
}

.watch-video.sm {
  display: none;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.modal-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.modal-close {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -30px;
  right: 0;
  cursor: pointer;
  color: #fff;
}

.video-player-wrapper {
  position: relative;
  background-color: black;
  width: 100%;
  height: calc(100% - 80px);
  max-width: 700px;
  max-height: 415px;
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 24px 8.4% 0px;
}

.footer-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.footer-heading {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #333333;
  margin-bottom: 17px;
}

.footer-item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 17px;
}

.footer-icon {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.footer-subheading {
  font-weight: normal;
  font-size: 14px;
  color: #333333;
  text-align: left;
}

a > .footer-item > .footer-subheading {
  color: #3449f2;
  cursor: pointer;
}

#footer-playstore-logo {
  margin-top: 26px;
}

@media (min-width: 1920px) {
  .sub-section {
    padding: 0px 365px 0px;
  }
}
@media (max-width: 1440px) {
  .hero {
    width: 1085px;
    height: 272px;
  }
}
@media (max-width: 1280px) {
  .sub-section {
    padding: 0px 87px 0px;
  }
  .hero {
    width: 1017px;
    height: 255px;
  }
}
@media (max-width: 1000px) {
  .job-cat-spacer {
    display: block;
    width: 100%;
  }
}
@media (max-width: 880px) {
  .cards-image {
    width: 60%;
    min-width: 234px;
    align-self: center;
    margin-bottom: 44px;
  }
  .cards-subcontainer {
    padding: 0;
    width: 100%;
    align-items: center;
    order: 2;
  }
  .card:nth-of-type(1),
  .card:nth-of-type(3) {
    align-self: center;
  }
  .card:nth-of-type(1) {
    margin-left: 0;
  }

  .card:nth-of-type(2) {
    margin-left: 0;
  }
  .cards {
    margin-left: 0;
  }
  .watch-video {
    display: none;
  }
  .watch-video.sm {
    display: flex;
    margin-bottom: 16px;
  }
}
@media (max-width: 800px) {
  .sub-section {
    padding: 0px 16px 0px;
  }
  .brand-logo:nth-child(5),
  .brand-logo:nth-child(6) {
    display: none;
  }
  .brand-logo:nth-child(4) {
    margin-right: 0;
  }
  .brand-logo {
    width: 15% !important;
  }
  .job-cat-spacer {
    display: block;
    width: 100%;
  }
  .footer-1 {
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
  .footer-1:nth-of-type(1),
  .footer-1:nth-of-type(2) {
    width: 100%;
  }

  .footer-1:nth-of-type(1) {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  #footer-playstore-logo {
    margin-top: 0px;
  }
}
@media (max-width: 480px) {
  .logo {
    width: 117px;
    height: 23.91px;
  }
  .btn-login {
    padding: 7px 18px;
    font-size: 12px;
  }
  .sub-section {
    padding: 0px 16px 0px;
  }
  .heading {
    font-size: 24px;
  }
  .subheading {
    font-size: 14px;
    padding: 0 16px;
    margin: 8px 0px 32px;
  }
  .hero {
    width: 511px;
    height: 128px;
    margin-bottom: 30px;
  }
  .btn-download {
    padding: 10px 20px;
  }
  .section .heading {
    font-size: 20px;
  }
  .section .subheading {
    font-size: 14px;
    margin: 0 16px 34px;
  }
  .brands-subheading {
    margin-bottom: 12px !important;
  }
  .card {
    padding: 16px;
    margin: 30px 0 17px;
  }
  .job-cat.collapsible {
    display: none;
  }
  .job-cat-spacer {
    display: none;
  }
}
@media (max-width: 360px) {
  .job-cat.super-collapsible {
    display: none;
  }
}
