@charset "UTF-8";
:root {
  --text-color: #202340;
  --primary-color: #3c488e;
  --primary-dark-color: rgb(68, 79, 143);
  --primary-light-color: #5465ca;
  --white: #fff;
  --primary-color-rgb: 60,72,142;
  --text-color-rgb: 32,35,64; }

@keyframes arrow {
  from {
    padding-top: 0px;
    transform: scaleY(1); }
  50% {
    padding-top: 15px;
    transform: scaleY(0.8); }
  100% {
    padding-top: 0px;
    transform: scaleY(1); } }

@keyframes zoom {
  from {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

html {
  scroll-behavior: smooth; }

body {
  overflow-x: hidden; }

body,
h1,
h2,
h3,
h4,
h5,
p {
  color: var(--text-color); }

#header {
  padding: 16px;
  border-bottom: 1px solid #eee;
  position: sticky;
  z-index: 2;
  top: 0;
  background: var(--white); }
  #header * {
    font-weight: bold;
    color: var(--text-color); }
  #header .nav-item {
    opacity: 0.8; }
    #header .nav-item:hover {
      opacity: 1; }
  #header .nav-item.active {
    opacity: 1; }
  #header .theme-store-link {
    color: white;
    opacity: 1;
    background: var(--primary-color);
    border-radius: 60px; }
    #header .theme-store-link .nav-link {
      color: white; }
  #header .navbar-brand {
    position: relative;
    padding-left: 1.75em;
    margin-right: 2em; }
    #header .navbar-brand img {
      position: absolute;
      left: 0;
      height: 1.25em;
      top: 49%;
      transform: translateY(-50%); }

.customer-info .logo[tooltip]:after {
  content: attr(tooltip);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  padding: 6px;
  font-size: 0.75em;
  opacity: 0;
  transition: 0.25s; }

.customer-info .logo[tooltip]:hover:after {
  opacity: 1; }

.customer-info .logo {
  width: 175px;
  height: 236px;
  background-size: cover;
  margin: auto;
  margin-top: 3em;
  margin-bottom: 0.5em;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #eee;
  position: relative;
  overflow: visible;
  transition: 0.25s; }
  .customer-info .logo:hover {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.25); }
  .customer-info .logo .org-logo {
    position: absolute;
    bottom: -10px;
    right: -10px;
    z-index: 1;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    background-size: cover; }

.customer-info b {
  display: block;
  height: 3em;
  font-size: 0.9em; }

.customer-info p {
  font-size: 0.8em;
  opacity: 0.65; }

.page {
  position: relative;
  padding-top: 64px;
  padding-bottom: 64px;
  overflow: hidden; }
  .page .title {
    text-align: center;
    font-size: 2em;
    display: block;
    margin: auto;
    font-weight: bold;
    padding: 12px 4px;
    margin-bottom: 1.25em; }
    .page .title:after {
      content: '';
      width: 65px;
      border-bottom: solid 5px var(--primary-color);
      position: absolute;
      left: 50%;
      margin-top: 1.65em;
      transform: translateX(-50%);
      border-radius: 2px;
      z-index: 1; }
  .page .text-center-vertical ul {
    padding-inline-start: 16px;
    line-height: 2; }
  .page .text-center-vertical h4 {
    margin-bottom: 20px; }
  .page .logo-text {
    display: block;
    font-size: large;
    color: #212529;
    text-decoration: none;
    opacity: 0.75; }
  .page .logo-text:hover {
    text-decoration: none; }
  .page .center {
    text-align: center; }

.page.highlight {
  background-color: #f9f9fb;
  z-index: 0; }

.page.what h4 {
  font-weight: bold; }

.list-feature .icon {
  display: block;
  background: -webkit-linear-gradient(var(--primary-light-color), var(--primary-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--primary-color);
  margin-bottom: 6px;
  font-size: 1.5em; }

.list-feature h4 {
  display: block;
  min-height: 2.75em; }

.list-feature .col-md-4 {
  padding: 36px 24px; }

.page.intro {
  height: calc(100vh - 73px); }
  .page.intro #intro {
    padding: 65px 0; }
    .page.intro #intro h1 {
      font-size: 2.75em; }
    .page.intro #intro h1 + p {
      margin: 1.5em 0; }
    .page.intro #intro .landing-screen {
      width: 476px;
      border-radius: 3px;
      box-shadow: 0 16px 24px 2px rgba(29, 17, 51, 0.04), 0 6px 32px 4px rgba(9, 32, 77, 0.12), 0 8px 12px -5px rgba(29, 17, 51, 0.12); }
    .page.intro #intro .screen-col .round-decor {
      width: 125px;
      height: 425px;
      transform: rotate(-15deg);
      border: solid 5px var(--primary-color);
      position: absolute;
      left: 250px;
      top: -105px;
      border-radius: 1000px;
      z-index: -1;
      background-color: var(--primary-color);
      opacity: 0.7; }
    .page.intro #intro .screen-col:after, .page.intro #intro .screen-col:before {
      content: '';
      width: 125px;
      height: 425px;
      transform: rotate(20deg);
      border: solid 5px var(--primary-color);
      position: absolute;
      right: 35px;
      top: -40px;
      border-radius: 1000px;
      z-index: -1;
      background-color: var(--primary-color);
      opacity: 0.7; }
    .page.intro #intro .screen-col:before {
      width: 125px;
      height: 425px;
      transform: rotate(-20deg);
      border: solid 5px var(--primary-color);
      position: absolute;
      left: 35px;
      top: -30px;
      border-radius: 1000px;
      z-index: -1;
      background-color: var(--primary-color);
      opacity: 0.7; }
  .page.intro .round {
    width: 150vw;
    height: 400px;
    background: var(--text-color);
    position: absolute;
    bottom: -200px;
    transform: translateX(-50%);
    left: 50%;
    right: 0;
    border-radius: 100%;
    text-align: center;
    color: var(--white);
    font-size: bold;
    padding-top: 75px;
    font-weight: bold; }
    .page.intro .round #scroll-bottom {
      cursor: pointer;
      color: var(--white); }
      .page.intro .round #scroll-bottom:hover {
        color: var(--white);
        text-decoration: none; }
      .page.intro .round #scroll-bottom span {
        animation: arrow 4s infinite; }

.btn.vojs-btn {
  background: var(--primary-color);
  color: var(--white);
  border-color: var(--primary-color);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  transition: 0.25s; }
  .btn.vojs-btn:hover {
    color: var(--white);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.35); }
  .btn.vojs-btn:active {
    background: var(--white);
    color: var(--primary-color); }

.price-card {
  text-align: center;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.15);
  padding-bottom: 22px;
  border-radius: 3px;
  zoom: 1;
  transition: 0.5s;
  overflow: hidden; }
  .price-card:hover {
    box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.25); }
  .price-card .header {
    padding: 12px 0;
    background-color: #3c488e; }
    .price-card .header h4 {
      color: var(--white);
      font-size: 1.25em;
      font-weight: bold;
      margin: 0; }
  .price-card ul {
    padding: 9px 6px;
    text-align: left;
    line-height: 2.75em;
    list-style: none; }
    .price-card ul li:before {
      content: '✓';
      padding-right: 0.75em;
      color: #48df61;
      font-weight: 900; }
    .price-card ul li.none:before {
      content: '✗';
      color: #df4848; }
  .price-card .btn.vojs-btn {
    padding: 9px 6px;
    font-weight: bold; }

footer {
  background: var(--text-color);
  color: var(--white);
  padding-top: 3em; }
  footer p,
  footer a {
    color: var(--white); }
  footer a:hover {
    color: var(--white); }
  footer .container {
    margin: auto; }
  footer .copyright {
    margin-top: 2em;
    text-align: center;
    padding: 0.75em 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    cursor: default;
    font-size: 0.9em; }

@media only screen and (min-width: 992px) {
  .active .fas {
    color: var(--white) !important; }
  #header .nav-item {
    margin: 0 16px; }
  #header .nav-link {
    padding: 6px 20px; }
  #header .nav-item.active {
    opacity: 1;
    background: var(--primary-color);
    border-radius: 60px; }
    #header .nav-item.active .nav-link {
      color: var(--white); }
  .logo-Customer .col-md-4 {
    padding: 0px 24px; } }

@media only screen and (max-width: 767px) {
  .what .landing-screen {
    position: absolute;
    opacity: 0.3 !important; }
  .page {
    padding-top: 32px;
    padding-bottom: 32px; }
  .page.intro #intro {
    padding: 0 0; }
    .page.intro #intro .landing-screen {
      width: 100%; }
    .page.intro #intro .screen-col {
      margin-top: 2em; }
      .page.intro #intro .screen-col:before {
        display: none; }
      .page.intro #intro .screen-col:after {
        display: none; }
      .page.intro #intro .screen-col .round-decor {
        display: none; }
  .page.intro .round {
    bottom: -300px;
    padding-top: 25px;
    width: 200vw; }
  .list-feature .col-md-4 {
    padding: 24px 18px; }
  .list-feature h4 {
    display: block;
    min-height: auto; }
  .timeline {
    height: 640px;
    width: 100% !important; }
  .timeline::before {
    content: "";
    position: absolute !important;
    top: 12.5% !important;
    transform: translatex(-50%) !important;
    width: 0 !important;
    height: 75% !important;
    left: calc(50% - 82.5px) !important;
    border: 3px solid var(--primary-color) !important; }
  .timeline-item {
    display: flex; }
  .timeline-item .icon {
    margin-right: 50px !important;
    margin-left: calc(50% - 140px) !important; }
  .timeline-content {
    text-align: center;
    width: 115px;
    padding-top: 50px;
    margin-right: calc(50% - 140px) !important; } }

.timeline {
  margin-top: 60px !important;
  width: 100%;
  position: relative;
  top: 31%;
  z-index: -1;
  display: flex;
  text-align: center; }

.timeline-item {
  text-align: center;
  position: relative;
  cursor: pointer; }

.timeline-item .icon i {
  color: var(--primary-color);
  font-size: 48px; }

.timeline-item .icon {
  line-height: 130px;
  text-align: center;
  height: 115px;
  width: 115px;
  margin: auto;
  border-radius: 9px;
  margin-bottom: 1.5em;
  border: 5px solid var(--primary-color);
  background-color: #f9f9fb; }

.timeline::before {
  position: absolute;
  top: 62.5px;
  transform: translateY(-50%);
  content: "";
  width: 75%;
  left: 12.5%;
  border: 3px solid var(--primary-color); }

.timeline-content h5 {
  font-weight: 700;
  color: var(--white);
  background: var(--primary-color);
  border-radius: 60px;
  display: block;
  width: 105px;
  padding: 3px 6px;
  /* height: 35px; */
  font-size: 1em;
  margin: auto;
  text-align: center;
  margin-bottom: 0.3em;
  line-height: unset; }

.timeline-content .timeline-text {
  margin-top: 15px !important;
  margin: auto;
  max-width: 142px;
  line-height: 20px; }

.customer-info {
  text-decoration: none;
  padding: 10px; }

.text-justify {
  text-align: justify; }

.contact-group {
  position: fixed;
  bottom: 3em;
  right: 2.5em;
  transition: 0.25s;
  padding: 0 0.5em;
  z-index: 3; }
  .contact-group:hover .contact-item {
    display: block; }
  .contact-group .contact-item {
    display: none;
    width: 50px;
    height: 50px;
    background-color: #fefefe;
    margin-bottom: 0.5em;
    border-radius: 100%;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.15);
    text-align: center;
    color: var(--primary-color);
    font-size: 22.5px;
    line-height: 50px;
    transition: 0.25s;
    background-size: 87.5%;
    background-position: center; }
    .contact-group .contact-item:hover {
      box-shadow: 0 12px 22px rgba(0, 0, 0, 0.1), 0 12px 12px rgba(0, 0, 0, 0.15); }
  .contact-group .contact-item.primary {
    position: relative;
    display: block;
    box-shadow: none;
    margin-top: 0.75em; }
    .contact-group .contact-item.primary:hover {
      box-shadow: none; }
    .contact-group .contact-item.primary:before {
      content: "";
      width: 60px;
      height: 60px;
      display: block;
      top: -5px;
      z-index: -1;
      left: -5px;
      position: absolute;
      transform: translate(-50%, -50%);
      border-radius: 100%;
      background-color: rgba(211, 211, 211, 0.6);
      animation: zoom 4s infinite; }
