@import url("https://rsms.me/inter/inter.css");
html,
body {
  font-family: "barlow", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  scroll-behavior: smooth;
  -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  overflow-x: hidden;
}

.button {
  -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  border-radius: 50px;
  background: #ffffff;
  -webkit-box-shadow: 5px 5px 10px #d9d9d9, -5px -5px 10px #ffffff;
          box-shadow: 5px 5px 10px #d9d9d9, -5px -5px 10px #ffffff;
  border: 0px;
}

.button:hover {
  -webkit-transform: translateY(-0.15rem);
          transform: translateY(-0.15rem);
  -webkit-box-shadow: 10px 10px 20px #d9d9d9, -10px -10px 20px #ffffff;
          box-shadow: 10px 10px 20px #d9d9d9, -10px -10px 20px #ffffff;
}

.subtitle {
  line-height: 25px;
}

.modal {
  -webkit-box-shadow: 0 0.5em 5em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
          box-shadow: 0 0.5em 5em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
}

.modal-card {
  border-radius: 16px;
  -webkit-box-shadow: 0 0.5em 5em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
          box-shadow: 0 0.5em 5em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
}

.modal-background {
  background-color: rgba(255, 255, 255, 0.356);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.modal-close {
  background-color: #3b3b3b;
}

.navbar {
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 0px solid transparent;
}

.navbar.scrolled {
  background-color: #fff;
  border-bottom: 1px solid #e8e8e9;
}

.navbar-item {
  font-weight: 600;
}

.navbar-item.nav-mobile {
  padding: 0.5rem 0.75rem;
}

.navbar-items.scrolled {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: black;
}

.navbar-items.scrolled:hover {
  color: #87b6fd !important;
}

.navbar-burger {
  height: auto;
}

.navbar-menu.is-active {
  padding: 1rem !important;
}

.header-bg {
  background-image: url("../img/home-bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.header-img {
  width: 85%;
}

.protect {
  margin-bottom: 3rem;
}

.apps .app {
  -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  color: #fc9c9c;
  padding-right: 1.3rem;
}

.apps .app:hover {
  color: #9e9efa;
}

.shield-anim {
  -webkit-animation: float 6s ease-in-out infinite;
          animation: float 6s ease-in-out infinite;
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

#number {
  color: #1cc7de;
}

.tabs ul {
  border-bottom: 0px;
}

.basic-feature {
  border: 1px solid #b4b9ff;
  border-radius: 16px;
  padding: 1.5rem;
  text-align: center;
  margin: 1.5rem;
}

.basic-feature-title {
  margin: 1rem 0rem;
}

.footer {
  padding: 2rem 1.5rem 2rem;
}

.footer ul li {
  padding-top: 0.75rem;
}

.footer-title {
  font-size: 1.15rem;
  font-weight: 600;
}

.footer-list {
  margin-top: 1rem;
}

.link-footer {
  color: #404244;
  text-decoration: none;
}

.link-footer:hover {
  color: blue;
}

.footer-company-outside {
  margin-top: 2rem;
}

.footer-company {
  border-top: 1px solid #e6e6e6;
  padding-top: 2rem;
}

.footer-company-text {
  font-size: 0.9rem;
}

body[data-aos-easing="new-easing"] [data-aos],
[data-aos][data-aos][data-aos-easing="new-easing"] {
  -webkit-transition-timing-function: cubic-bezier(0.09, 0.42, 0.1, 0.96);
  transition-timing-function: cubic-bezier(0.09, 0.42, 0.1, 0.96);
}

@media (max-width: 767px) {
  .header-vid {
    max-width: 340px !important;
  }
  .header-bg {
    background-position: unset;
  }
  .navbar {
    background-color: #fff !important;
  }
  .records {
    width: 75%;
  }
  .buttons.is-centered {
    -webkit-box-pack: left !important;
        -ms-flex-pack: left !important;
            justify-content: left !important;
  }
  .has-text-centered {
    text-align: left !important;
  }
  .navbar-menu.is-active {
    display: block;
    padding: 10px;
  }
  .column {
    padding: 1.25rem;
  }
  .navbar-item.nav-mobile {
    padding: 1rem 0.75rem;
  }
  .navbar-brand {
    border-bottom: 1px solid #e8e8e9;
  }
}