@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url(../css/bootstrap.min.css);
@import url(../css/animate.css);
@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css";
html {
  scroll-behavior: smooth; }

body {
  font-family: 'Rubik', sans-serif; }
  body::-webkit-scrollbar {
    width: 6px;
    height: 6px; }
  body::-webkit-scrollbar-track {
    background: #a1cdfe; }
  body::-webkit-scrollbar-thumb {
    background: #0a7dfc;
    border-radius: 5px; }

a {
  text-decoration: none !important; }

.navbar-landing {
  padding: 1.5rem 1rem;
  background-color: transparent;
  transition: all 0.35s ease-in-out; }
  .navbar-landing .navbar-brand .white-logo, .navbar-landing .navbar-brand .dark-logo {
    width: 200px;
    transition: all 0.35s ease-in-out; }
  .navbar-landing .navbar-brand .dark-logo {
    display: none; }
  .navbar-landing .nav .nav-item .nav-link {
    color: #fff;
    padding: 0.5rem 1.5rem; }
    .navbar-landing .nav .nav-item .nav-link.active {
      border-radius: 20px;
      background-color: #024c9e; }
  .navbar-landing.navbar-fixed-landing {
    padding: 0.5rem 1rem;
    background-color: #fff;
    box-shadow: 4px 2px 11px 1px rgba(22, 28, 45, 0.1); }
    .navbar-landing.navbar-fixed-landing .navbar-brand .white-logo {
      display: none; }
    .navbar-landing.navbar-fixed-landing .navbar-brand .dark-logo {
      display: block; }
    .navbar-landing.navbar-fixed-landing .nav .nav-item .nav-link {
      color: #024c9e; }
      .navbar-landing.navbar-fixed-landing .nav .nav-item .nav-link.active {
        color: #fff; }

header {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  background: #024c9e;
  background: -o-linear-gradient(top left, #81bbfe 0%, #024c9e 100%);
  background: -moz-linear-gradient(top left, #81bbfe 0%, #024c9e 100%);
  background: linear-gradient(to bottom right, #81bbfe 0%, #024c9e 100%);
  background: -webkit-linear-gradient(top left, #81bbfe 0%, #024c9e 100%); }
  header .container {
    z-index: 2; }
    header .container .header-content .title {
      margin-bottom: 1rem; }
      header .container .header-content .title .text-highlighted {
        color: #003366;
        font-weight: 800;
        font-size: 2.5rem; }
    header .container .header-content .sub-title {
      font-weight: normal;
      color: #01346c; }
    header .container .header-content .call-to-action {
      margin-bottom: 1rem; }
      header .container .header-content .call-to-action .btn-1, header .container .header-content .call-to-action .btn-2 {
        cursor: pointer;
        font-size: 16px;
        font-weight: 500;
        border-radius: 30px;
        text-decoration: none;
        display: inline-block;
        padding: 0.5rem 2.4rem;
        border: 2px solid #edf5ff;
        transition: 0.3s ease-in-out; }
      header .container .header-content .call-to-action .btn-1 {
        margin-right: 0.5rem;
        background-color: #edf5ff;
        color: #011c39; }
        header .container .header-content .call-to-action .btn-1:hover {
          background-color: #edf5ff; }
      header .container .header-content .call-to-action .btn-2 {
        color: #edf5ff; }
        header .container .header-content .call-to-action .btn-2:hover {
          border-color: #011c39;
          background-color: #011c39; }
    header .container .header-content .technology ul {
      margin: 0;
      padding: 0;
      display: flex;
      list-style: none; }
      header .container .header-content .technology ul li {
        padding: 0 0.65rem; }
        header .container .header-content .technology ul li img {
          width: 35px; }
        header .container .header-content .technology ul li:first-child {
          padding-left: 0; }
        header .container .header-content .technology ul li:last-child {
          padding-right: 0; }
    header .container .header-banner {
      position: relative; }
      header .container .header-banner .banner-image-1 img, header .container .header-banner .banner-image-2 img, header .container .header-banner .banner-image-3 img {
        border-radius: 10px;
        box-shadow: 1px 2px 10px 5px rgba(0, 0, 0, 0.5); }
      header .container .header-banner .banner-image-1 img {
        position: absolute;
        top: 40%;
        right: 15%; }
      header .container .header-banner .banner-image-3 {
        position: absolute; }
  header .bg-cubes {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0; }
    header .bg-cubes li {
      position: absolute;
      bottom: -160px;
      list-style: none;
      display: block;
      width: 40px;
      height: 40px;
      border-radius: 15px;
      background-color: rgba(255, 255, 255, 0.05);
      transition-timing-function: linear;
      -webkit-transition-timing-function: linear;
      animation: animateSquare 25s infinite;
      -webkit-animation: animateSquare 25s infinite; }
      header .bg-cubes li:nth-child(1) {
        left: 10%; }
      header .bg-cubes li:nth-child(2) {
        left: 20%;
        width: 80px;
        height: 80px;
        animation-delay: 1s;
        animation-duration: 17s; }
      header .bg-cubes li:nth-child(3) {
        left: 25%;
        animation-delay: 4s; }
      header .bg-cubes li:nth-child(4) {
        left: 40%;
        width: 60px;
        height: 60px;
        animation-duration: 22s;
        background-color: rgba(255, 255, 255, 0.15); }
      header .bg-cubes li:nth-child(5) {
        left: 70%; }
      header .bg-cubes li:nth-child(6) {
        left: 80%;
        width: 120px;
        height: 120px;
        animation-delay: 3s;
        background-color: rgba(255, 255, 255, 0.05); }
      header .bg-cubes li:nth-child(7) {
        left: 32%;
        width: 160px;
        height: 160px;
        animation-delay: 7s; }
      header .bg-cubes li:nth-child(8) {
        left: 55%;
        width: 20px;
        height: 20px;
        animation-delay: 15s;
        animation-duration: 40s; }
      header .bg-cubes li:nth-child(9) {
        left: 25%;
        width: 10px;
        height: 10px;
        animation-delay: 2s;
        animation-duration: 40s;
        background-color: rgba(255, 255, 255, 0.3); }
      header .bg-cubes li:nth-child(10) {
        left: 90%;
        width: 160px;
        height: 160px;
        animation-delay: 11s; }

.demo-section {
  padding: 7rem 0; }
  .demo-section .section-heading {
    text-align: center;
    color: #024c9e;
    margin-bottom: 3rem; }
    .demo-section .section-heading .title {
      font-weight: 600; }
  .demo-section .section-content .demo-item {
    color: #838383;
    padding: 1rem;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
    box-shadow: 1px 2px 30px 5px rgba(0, 0, 0, 0.06); }
    .demo-section .section-content .demo-item img {
      border-radius: 10px; }
    .demo-section .section-content .demo-item:hover {
      color: #fff;
      background: #024c9e;
      transform: translateY(-8px);
      -webkit-transform: translateY(-8px);
      box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15) !important;
      -webkit-box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15) !important; }

@-webkit-keyframes animateSquare {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-700px) rotate(600deg); } }
@keyframes animateSquare {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-700px) rotate(600deg); } }

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