.navbar {
  font-family: 'Poppins', sans-serif;
  padding: 30px 0;
  position: relative;
  z-index: 99; }
  .navbar .navbar-brand img {
    width: 90px; }
  .navbar button {
    outline: none;
    -webkit-filter: invert(1);
            filter: invert(1);
    border-color: transparent; }
    .navbar button:focus {
      -webkit-box-shadow: none;
              box-shadow: none; }
  .navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s; }
    @media (min-width: 992px) {
      .navbar .navbar-nav .nav-item .nav-link {
        padding-right: 2rem;
        padding-left: 2rem; } }
    .navbar .navbar-nav .nav-item .nav-link:hover {
      color: #2BA2DB; }
  .navbar form button {
    all: unset;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 5.97541px rgba(163, 163, 163, 0.35);
            box-shadow: 0px 0px 5.97541px rgba(163, 163, 163, 0.35);
    border: 1px solid #000;
    color: #fff;
    width: 28px;
    height: 28px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%; }

main {
  background-color: #0b1d26;
  font-family: 'Poppins', sans-serif;
  position: relative;
  min-height: 100vh;
  background-image: url("../assets/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  main .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000000a8;
    z-index: 9; }
  main article {
    max-width: 630px;
    padding-top: 7rem;
    padding-bottom: 13rem;
    position: relative;
    z-index: 99; }
    main article h2 {
      font-size: 57px;
      font-weight: 800;
      color: #fff; }
      @media (max-width: 750px) {
        main article h2 {
          font-size: 30px; } }
    main article p {
      color: #F8F8F8;
      margin-top: 20px;
      font-weight: 200;
      margin-bottom: 40px;
      font-size: 18px; }
    main article button {
      background: #2BA2DB;
      border-radius: 0px 0px 40px 0px;
      border: none;
      color: #fff;
      font-weight: 300;
      min-width: 160px;
      min-height: 44px; }
  main .follow-us {
    position: absolute;
    z-index: 99;
    right: 15px;
    top: 45%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 850px) {
      main .follow-us {
        display: none; } }
    main .follow-us h5 {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      margin: 0; }
    main .follow-us ul {
      margin: 0;
      margin-top: 50px; }
      main .follow-us ul li {
        margin-bottom: 15px; }
  main .bottom-img {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    width: 100%; }

.about-us {
  background-color: #0B1013;
  font-family: 'Poppins', sans-serif;
  padding: 3rem 0;
  padding-top: 6rem; }
  .about-us .info img {
    position: relative;
    z-index: 9; }
    @media (min-width: 992px) {
      .about-us .info img {
        border: 20px solid #0B1013; } }
  .about-us .info .content .title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    @media (min-width: 992px) {
      .about-us .info .content .title {
        padding: 20px;
        border: 4px solid #FFFFFF;
        padding-left: 80px;
        margin-top: -60px;
        margin-left: -65px; } }
    .about-us .info .content .title h3 {
      text-transform: uppercase;
      color: #FFFFFF;
      font-weight: 700;
      font-size: 50px; }
      @media (max-width: 750px) {
        .about-us .info .content .title h3 {
          font-size: 30px; } }
      @media (max-width: 992px) {
        .about-us .info .content .title h3 br {
          display: none; } }
    .about-us .info .content .title h5 {
      color: #2BA2DB;
      font-size: 18px; }
  .about-us .info .content p {
    color: #FFFFFF;
    font-weight: 200;
    margin-top: 25px; }
    @media (min-width: 992px) {
      .about-us .info .content p {
        padding-left: 20px; } }

.our-platforms {
  background-image: url("../assets/plat-bg.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 6rem 0;
  font-family: 'Poppins', sans-serif; }
  .our-platforms h1 {
    text-align: center;
    margin-bottom: 2rem;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 50px; }
    @media (max-width: 750px) {
      .our-platforms h1 {
        font-size: 30px; } }
  .our-platforms .imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .our-platforms .imgs img {
      margin: 30px;
      width: 100px; }

.tech-partner {
  background-color: #0B1013;
  font-family: 'Poppins', sans-serif; }
  .tech-partner .overlay {
    padding-top: 9rem;
    background-image: url("../assets/bg-section.svg");
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #0B1013; }
    .tech-partner .overlay h1 {
      text-transform: uppercase;
      color: #FFFFFF;
      font-weight: 700;
      font-size: 50px; }
      @media (max-width: 992px) {
        .tech-partner .overlay h1 {
          margin-bottom: 4rem; } }
      @media (max-width: 750px) {
        .tech-partner .overlay h1 {
          font-size: 30px; } }
    .tech-partner .overlay .info {
      background: #0D3D54;
      padding: 0 40px 40px; }
      .tech-partner .overlay .info img {
        max-width: 150px;
        margin-top: -90px; }
      .tech-partner .overlay .info p {
        color: #FFFFFF;
        font-weight: 200;
        margin-top: 25px; }
      .tech-partner .overlay .info div {
        text-align: end; }
        .tech-partner .overlay .info div a {
          color: #FFFFFF;
          font-weight: 200;
          margin-top: 25px;
          text-decoration: underline; }

.footer-section {
  background: #0B1013;
  padding-bottom: 8rem;
  padding-top: 155px;
  font-family: 'Poppins', sans-serif; }
  @media (max-width: 750px) {
    .footer-section {
      padding-top: 50px; } }
  .footer-section .footer-content {
    background: #080808;
    background-blend-mode: multiply;
    border-radius: 24px;
    padding: 80px 110px; }
    @media (max-width: 1100px) {
      .footer-section .footer-content {
        padding: 50px 20px; } }
    .footer-section .footer-content .footer-info .logo h3 {
      font-size: 37px;
      font-weight: 800;
      color: #fff; }
    .footer-section .footer-content .footer-info p {
      color: #F8F8F8;
      margin-top: 20px;
      font-weight: 200;
      margin-bottom: 30px; }
    .footer-section .footer-content .footer-info ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .footer-section .footer-content .footer-info ul li {
        margin-right: 25px; }
        .footer-section .footer-content .footer-info ul li a img {
          height: 22px; }
    .footer-section .footer-content .footer-info .copyright p {
      width: 100%;
      font-size: 18px;
      color: #FFFFFF;
      opacity: 0.5;
      margin-top: 55px;
      font-weight: 400;
      max-width: 100%; }
    .footer-section .footer-content .links .title h4 {
      font-weight: 400;
      font-size: 24px;
      line-height: 32px;
      color: #FFFFFF;
      opacity: 0.5; }
    .footer-section .footer-content .links ul li a {
      font-size: 18px;
      font-weight: 200;
      color: #F8F8F8;
      text-decoration: none;
      line-height: 40px;
      display: inline-block;
      -webkit-transition: all .3s;
      transition: all .3s; }
      .footer-section .footer-content .links ul li a:hover {
        color: #2BA2DB;
        margin-left: 10px; }

.navbar {
  font-family: 'Poppins', sans-serif;
  padding: 30px 0;
  position: relative;
  z-index: 99; }
  .navbar .navbar-brand img {
    width: 90px; }
  .navbar button {
    outline: none;
    -webkit-filter: invert(1);
            filter: invert(1);
    border-color: transparent; }
    .navbar button:focus {
      -webkit-box-shadow: none;
              box-shadow: none; }
  .navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s; }
    @media (min-width: 992px) {
      .navbar .navbar-nav .nav-item .nav-link {
        padding-right: 2rem;
        padding-left: 2rem; } }
    .navbar .navbar-nav .nav-item .nav-link:hover {
      color: #2BA2DB; }
  .navbar form button {
    all: unset;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 5.97541px rgba(163, 163, 163, 0.35);
            box-shadow: 0px 0px 5.97541px rgba(163, 163, 163, 0.35);
    border: 1px solid #000;
    color: #fff;
    width: 28px;
    height: 28px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%; }

/*# sourceMappingURL=main.css.map */
