/*===========
|   design    |
=============*/
body {
  background-color: #fff;
  font-size: 14px;
  color: #444;
}

.container {
  max-width: 1200px;
}

h4 {
  font-weight: 600;
}

p {
  font-size: 14px;
}

button {
  padding: 20px 30px;
  background-color: #00b135;
  border-radius: 6px;
  border: 0;
  font-size: 22px;
  font-weight: 600;
  white-space: nowrap;
  color: #fff;
  transition: 0.2s cubic-bezier(0.5, 0.1, 0.2, 1.4);
}

button:hover {
  background-color: #007e26;
}

@media (max-width: 767px) {
  button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    white-space: normal;
  }
}

section {
  position: relative;
  padding: 100px 0;
}

@media (max-width: 1024px) {
  section {
    padding: 50px 30px;
  }
}

.card {
  padding: 0;
  background-color: #f6f8fa;
  border-radius: 10px;
  box-shadow: 16px 16px 40px 0 rgba(81, 118, 134, 0.1), -16px -16px 40px 0 #ffffff, inset 24px 24px 24px 0 rgba(81, 118, 134, 0.05), inset -24px -24px 24px 0 #fff;
}

header {
  padding: 10px 20px;
  background: #6fbde4;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

header .container {
  display: flex;
  align-items: center;
  max-width: 100%;
}

header .container > div:last-child {
  margin-inline-start: auto;
}

header .logo {
  width: 100px;
  margin-inline-end: 40px;
}

@media (max-width: 767px) {
  header .logo {
    margin: auto;
  }
}

header ul {
  display: flex;
  align-items: center;
}

header ul li {
  padding: 0 15px;
  cursor: pointer;
}

@media (max-width: 768px) {
  header .menu-links {
    display: none;
  }
}

header .menu-links li {
  border-inline-end: 1px solid #dbd8d8;
}

header .menu-links li:last-child {
  border: 0;
}

header .menu-links li:hover {
  color: #777777;
}

header .user-nav {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  header .user-nav {
    display: none;
  }
}

header .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 200px;
  height: 40px;
  padding: 10px;
  background-color: #fff;
  border-radius: 4px;
  color: #cccccc;
}

@media (max-width: 768px) {
  header .search {
    display: none;
  }
}

.hero {
  padding: 30px 0;
  background-color: #fff;
}

@media (max-width: 1024px) {
  .hero {
    padding: 50px 30px;
  }
}

@media (max-width: 768px) {
  .hero {
    margin: 0;
    padding: 20px;
  }
}

.hero .container {
  max-width: 1000px;
  height: auto;
}

@media (max-width: 768px) {
  .hero .container {
    flex-direction: column;
  }
}

.hero .title {
  margin-bottom: 50px;
  text-align: center;
}

@media (max-width: 768px) {
  .hero .title {
    margin-bottom: 30px;
  }
}

.hero .title h1 {
  margin-bottom: 10px;
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 700;
}

.hero .title h1 span {
  font-weight: 400;
}

@media (max-width: 768px) {
  .hero .title h1 {
    font-size: 30px;
  }
}

.hero .title h4 {
  font-size: 24px;
}

.hero .title h4 span {
  font-size: 80%;
  font-weight: 400;
}

.hero .col-title {
  margin-bottom: 20px;
}

.hero .col-title figure {
  width: 50px;
  height: 50px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background-color: #ccc;
}

.image_wrap {
  margin-inline-end: 100px;
  text-align: center;
}

@media (max-width: 768px) {
  .image_wrap {
    order: 2;
    margin: 40px auto 0;
  }
}

.devices_img {
  width: 340px;
  margin: 30px auto 0;
}

@media (max-width: 768px) {
  .devices_img {
    width: 80%;
  }
}

.steps_wrap {
  overflow: hidden;
  width: 440px;
  flex: 0 0 auto;
  box-shadow: 0 0 30px 0 #e6edf0;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .steps_wrap {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .steps_wrap {
    order: 1;
    width: 100%;
    margin: auto;
  }
}

.steps_wrap .content {
  padding: 30px;
  text-align: center;
}

@media (max-width: 767px) {
  .steps_wrap .content {
    padding: 10px;
  }
}

.steps_wrap h2 {
  margin-bottom: 30px;
}

.steps_wrap h3 {
  font-size: 24px;
}

@media (max-width: 768px) {
  .steps_wrap h3 {
    font-size: 18px;
  }
}

.steps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-shadow: 0 2px 0 0 #e6edf0;
}

.steps li {
  flex: 1;
  padding: 10px;
  border-inline-end: 1px solid #e6edf0;
  text-align: center;
}

.steps li.current {
  background-color: #e6edf0;
  font-weight: 700;
}

.steps li:last-child {
  border: 0;
}

.loading_wrap {
  position: relative;
  height: 100px;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .loading_wrap {
    height: 80px;
    margin: 0;
  }
}

.loading_wrap > div {
  position: absolute;
  width: 100%;
}

.loading_wrap > div:first-child {
  animation: opacityOff calc(5s + 1s) ease-in-out forwards;
}

.loading_wrap > div:last-child {
  top: -15px;
  opacity: 0;
  animation: opacityOn calc(5s + 1s) ease-in-out forwards;
}

@media (max-width: 767px) {
  .loading_wrap > div:last-child {
    top: 15px;
  }
}

.loading_wrap .value_wrap {
  font-size: 30px;
}

.loading_wrap .done:before {
  display: table;
  position: absolute;
  content: "check_circle";
  font-family: 'Material Icons';
  font-feature-settings: 'liga';
  z-index: 1;
  position: relative;
  width: 100%;
  font-size: 40px;
  text-align: center;
  color: #00b135;
}

.progress-bar_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 60px;
  margin: auto;
  animation: shrink 2s ease-in-out forwards;
  animation-delay: 4s;
}

@media (max-width: 768px) {
  .progress-bar_wrap {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .progress-bar_wrap {
    min-width: 100%;
  }
}

.progress-bar_wrap button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 60px;
  opacity: 0;
  animation: opacityOn 2s ease-in-out forwards;
  animation-delay: 4s;
}

@media (max-width: 768px) {
  .progress-bar_wrap button {
    width: 70vw;
  }
}

@media (max-width: 767px) {
  .progress-bar_wrap button {
    width: 100%;
  }
}

.progress-bar {
  overflow: hidden;
  margin: auto;
  width: 100%;
  height: 100%;
  background: #e6edf0;
  box-shadow: inset 0 0 0 1px #c6d6dd, inset 0 2px 0 0 #c6d6dd;
  border-radius: 5px;
  position: relative;
}

.progress-bar:before, .progress-bar:after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
}

.progress-bar:before {
  width: 100%;
  height: 100%;
  background: rgba(0, 177, 53, 0.8);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(255, 255, 255, 0.2) 10px, rgba(255, 255, 255, 0.2) 20px);
  background-size: 200% 100%;
  animation: progress-full 5s ease-out;
}

@keyframes progress-full {
  0% {
    width: 0%;
  }
  5% {
    width: 2%;
  }
  20% {
    width: 5%;
  }
  30% {
    width: 30%;
  }
  60% {
    width: 80%;
  }
  90% {
    width: 90%;
  }
  100% {
    width: 100%;
  }
}

@keyframes shrink {
  90% {
    width: 100%;
  }
  100% {
    width: 200px;
  }
}

@keyframes opacityOn {
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opacityOff {
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.icons_wrap {
  border-top: 1px solid #e6edf0;
}

@media (max-width: 768px) {
  .icons_wrap {
    padding: 30px;
  }
}

.icons_wrap .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.icons_wrap .container:before, .icons_wrap .container:after {
  content: none;
  display: none;
}

@media (max-width: 768px) {
  .icons_wrap .container {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
  }
}

.icons_wrap .box {
  display: flex;
}

.icons_wrap .box .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  margin-inline-end: 20px;
}

@media (max-width: 768px) {
  .icons_wrap .box .icon {
    width: 30px;
    height: 30px;
  }
}

.icons_wrap .box h4 {
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .icons_wrap .box h4 {
    font-size: 18px;
  }
}

.software_wrap {
  background-color: #e6edf0;
}

@media (max-width: 768px) {
  .software_wrap {
    padding: 20px 10px;
  }
}

.software_wrap .title {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 768px) {
  .software_wrap .title {
    padding: 0 30px;
    font-size: 20px;
  }
}

.software-nav {
  overflow: hidden;
}

.tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .tabs {
    align-items: start;
  }
}

.tabs .tab {
  flex: 1;
  padding: 20px;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  background-color: #fff;
  box-shadow: inset 0 -10px 30px -10px rgba(0, 0, 0, 0.1);
  border-inline-end: 1px solid #dddddd;
  cursor: pointer;
  transition: .2s ease;
}

.tabs .tab:hover {
  color: #005bbb;
}

.tabs .tab:last-child {
  border: 0;
}

.tabs .tab.current {
  background-color: transparent;
  box-shadow: none;
  cursor: unset;
}

@media (max-width: 768px) {
  .tabs .tab {
    padding: 10px 5px;
    font-size: 12px;
  }
}

.softwares {
  padding: 30px;
}

@media (max-width: 768px) {
  .softwares {
    padding: 20px;
  }
}

.tab_content {
  display: none;
}

.tab_content > div {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .tab_content > div {
    justify-content: center;
  }
}

.tab_content figure {
  width: 50px;
  margin: 0 10px 20px;
  mix-blend-mode: multiply;
  cursor: pointer;
}

.tab_content figure img {
  height: 100%;
}

@media (max-width: 768px) {
  .tab_content figure {
    width: 46px;
  }
  .tab_content figure:last-child {
    display: none;
  }
}

/*===========
|   Form    |
=============*/
.CreateAccount {
  position: fixed;
}

.form_wrap {
  display: none;
  overflow: hidden;
}

.form_wrap button {
  width: 100%;
  border-radius: 4px;
  box-shadow: none;
}

.form-title {
  padding: 15px;
  background-color: #e6edf0;
  text-align: center;
}

.form {
  padding: 20px 30px;
}

@media (max-width: 767px) {
  .form {
    padding: 15px;
  }
}

.form p {
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .form p {
    text-align: start;
  }
}

.form_group {
  position: relative;
  margin-bottom: 20px;
}

.form_group input {
  height: 56px;
  padding: 0 16px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 0 1px #c4c4c4;
  font-size: 16px;
  cursor: text;
}

.form_group input:focus {
  box-shadow: 0 0 0 1px #005bbb, inset 0 -2px 0 0 #005bbb;
}

input.show-pass {
  position: absolute;
  bottom: 18px;
  right: 16px;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  box-shadow: none;
}

input.show-pass:before {
  display: table;
  position: absolute;
  content: "visibility";
  font-family: 'Material Icons';
  font-feature-settings: 'liga';
  z-index: 1;
  position: relative;
  font-size: 22px;
  color: #919191;
  cursor: pointer;
}

input.show-pass:focus {
  box-shadow: none;
  outline: 0;
}

input.show-pass:checked:before {
  display: table;
  position: absolute;
  content: "visibility_off";
  font-family: 'Material Icons';
  font-feature-settings: 'liga';
  z-index: 1;
}

/*===========
|   /Form    |
=============*/
.billing .col_form {
  overflow: hidden;
  width: 440px;
  flex: 0 0 auto;
  box-shadow: 0 0 30px 0 #e6edf0;
  border-radius: 10px;
  padding: 30px;
}

@media (max-width: 767px) {
  .billing .col_form {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .billing .col_form {
    padding: 15px;
  }
}
