@charset "UTF-8";
/*


 ************************
 *                      *
 *      Style CSS       *      **********  **********  **********
 *   Created By #zuka   *      *           *           *
 *                      *      *           **********  **********
 *       Version:       *      *                    *           *
 *       26.08.86       *      **********  **********  **********
 *                      *
 ************************

 *
 *  To receive excellent service from #zuka,
 *  please do not make any changes to this CSS file.
 *


*/
/*



* - * - * ----- Accessibility ----- * - * - *

*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
a,
input,
select,
textarea,
button {
  border: 1px dashed transparent;
}
a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
  border: 1px dashed #b0bec5;
}

/*



* - * - * ----- Zukalize ----- * - * - *

*/
/*

 *                                                                                  *
 *  Zukalize standard                                                               *
 *  Based on normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css  *
 *                                                                                  *

*/
* {
  transition: all 0.5s ease;
  box-sizing: border-box;
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
}

footer {
  margin-top: auto;
}

a {
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}
a:active, a:hover {
  outline-width: 0;
}
a:hover, a:focus, a:active, a:visited {
  color: inherit;
}

b,
strong {
  font-weight: bolder;
}

ul, ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

input,
select,
textarea {
  width: 100%;
  font-size: inherit;
  font-family: inherit;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

menu {
  padding: 0;
  margin: 0;
}

figure {
  margin: 0;
}

img {
  height: auto;
  max-width: 100%;
}

i {
  text-align: center;
}

sub,
sup {
  font-size: 75%;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

small {
  font-size: 80%;
}

kbd,
pre,
code,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

mark {
  background-color: #ff0;
  color: black;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  box-sizing: content-box;
  overflow: visible;
  height: 0;
}

/*



* - * - * ----- Colors ----- * - * - *

*/
/*



* - * - * ----- Typography ----- * - * - *

*/
html {
  direction: ltr;
  line-height: 1.3;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  color: #271e60;
}

h1 {
  font-weight: 100;
  font-size: 70px;
  margin: 0;
  padding: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 50px;
  }
}

h2 {
  font-weight: 300;
  font-size: 60px;
  line-height: 1;
  padding: 0;
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-weight: 400;
  font-size: 50px;
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 30px;
  }
}

h4 {
  font-weight: 300;
  font-size: 35px;
  line-height: 1;
  margin: 30px 0 10px;
}

h5 {
  font-weight: 500;
  font-size: 22px;
  margin: 0 0 5px;
  line-height: 1;
}

h6 {
  font-weight: 300;
  font-size: 13px;
  margin: 10px 0;
}

b {
  font-weight: 700;
}

strong {
  font-weight: 600;
}

small {
  font-size: 13px;
}

blockquote {
  display: inline-table;
  font-weight: 600;
  margin: 20px 0;
}

/*



* - * - * ----- Style ----- * - * - *

*/
*:before,
*:after {
  transition: all 0.5s ease;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #f6f7ff;
  color: #271e60;
}

section {
  padding: 50px 0;
  outline: none;
}

figure {
  display: flex;
}

address {
  font-style: normal;
}

a:hover {
  color: #5808fb;
  text-decoration: underline;
}

svg {
  height: 20px;
}

a:has(svg) {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 5px;
}

input[type=button],
button {
  cursor: pointer;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  direction: inherit;
  color: inherit;
  white-space: nowrap;
  padding: 5px;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.screen-reader-text {
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  word-wrap: normal !important;
}

.wrapper {
  max-width: 1400px;
  padding: 0 100px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .wrapper {
    max-width: 100vw;
    padding: 0 30px;
  }
}

.a-btn {
  display: inline-block;
  text-align: center;
  padding: 4px 26px;
  border-radius: 50px;
  border: 1px solid;
  background: white;
  color: #5808fb;
  text-decoration: none;
  white-space: normal;
}
.a-btn:hover {
  color: #5808fb;
  background: white;
}
.a-btn i {
  font-size: 80%;
  margin-right: 5px;
}

.a-cta {
  font-size: 20px;
  font-weight: 400;
  color: white;
  background: linear-gradient(35deg, #9929ea, #5808fb);
  padding: 10px 30px;
  border-color: transparent;
}
.a-cta:hover {
  color: white;
  background: linear-gradient(35deg, #9929ea, #9929ea);
}

.a-cancel {
  color: white;
  border: 1px solid;
  background: transparent;
  text-decoration: none;
}

.icon-btn-animation {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-left: 46px;
}
.icon-btn-animation:after {
  content: "🖂";
  display: block;
  overflow: hidden;
  opacity: 0;
  width: 0;
}
.icon-btn-animation:hover:after {
  opacity: 1;
  width: 30px;
}

.middle-line {
  position: relative;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
.middle-line:before {
  border-top: 2px solid white;
  content: "";
  margin: 0 auto;
  position: absolute;
  width: 42%;
  top: 50%;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.middle-line:after {
  border-top: 2px solid white;
  content: "";
  margin: 0 auto;
  position: absolute;
  width: 42%;
  top: 50%;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.wp-post-navigation ul {
  display: flex;
  align-items: center;
  justify-content: center;
  direction: ltr;
  gap: 10px;
}
.wp-post-navigation ul li a {
  border: 1px solid #E0E0E0;
  padding: 5px 10px;
  display: block;
}
.wp-post-navigation ul .active a {
  border-color: #9929ea;
  background: #a296dd;
}

a.anchor {
  border: none;
  display: block;
  visibility: hidden;
  position: relative;
  top: -130px;
  width: 0;
}

/*



* - * - * ----- General ----- * - * - *

*/
::-moz-selection {
  background: rgba(153, 41, 234, 0.2);
}

::selection {
  background: rgba(153, 41, 234, 0.2);
}

::placeholder {
  color: #E0E0E0;
}

::-webkit-scrollbar {
  width: 0;
}

.logo-viewz svg {
  height: 40px;
}

header {
  background: transparent;
  box-shadow: 0 0 20px transparent;
  padding: 20px 40px;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 26081986;
}
header .logo-viewz svg {
  height: 30px;
}
header .site-header {
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
header .site-header .menu-area {
  margin-left: auto;
}
header .menu {
  display: flex;
  align-items: center;
  gap: 20px;
}
header .menu a:hover {
  color: #9929ea;
}
header nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
header nav a {
  position: relative;
}
header nav a:before {
  content: "";
  width: 0;
  border-bottom: 2px solid #9929ea;
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  right: 0;
  margin: auto;
}
header nav a:hover {
  color: #9929ea;
  text-decoration: none;
}
header nav a:hover:before {
  width: calc(100% - 20px);
}
@media screen and (max-width: 450px) {
  header {
    padding: 10px 20px;
    min-height: 60px;
  }
  header .a-btn {
    font-size: 16px;
    line-height: 1;
  }
}

.headerOnScroll {
  background: white;
  box-shadow: 0 0 20px #9929ea3b;
  padding: 10px 40px;
}
@media screen and (max-width: 450px) {
  .headerOnScroll {
    padding: 10px 20px;
    min-height: 60px;
  }
}

.menu-toggle {
  align-items: center;
  justify-content: center;
  display: none;
  z-index: 2;
  padding: 0;
}
.menu-toggle svg {
  height: 25px;
}
.menu-toggle svg .times {
  display: none;
}

.main-navigation-open {
  overflow: hidden;
}
.main-navigation-open .menu-toggle svg .times {
  display: block;
}
.main-navigation-open .menu-toggle svg .bars {
  display: none;
}
footer {
  padding-top: 100px;
}
footer .logo-site {
  flex-direction: column;
  width: fit-content;
  margin-bottom: 40px;
}
footer .logo-site .logo-viewz svg {
  height: 70px;
}
footer .logo-site p {
  font-size: 24px;
}
footer .site-footer {
  gap: 50px;
  flex-wrap: wrap;
}
footer .menu-area {
  gap: 40px;
}
footer .menu-area .homeMenu {
  display: none;
}
footer .menu li {
  padding: 10px 0;
}
footer > img {
  width: 100%;
}
footer .certifications {
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
footer .certifications img {
  width: 100px;
}

.social-links {
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  margin-top: 30px;
}
.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 50px;
  background: #271e60;
}
.social-links a svg {
  height: 20px;
  fill: white;
}
.social-links a:hover {
  background: #9929ea;
}
.social-links a:hover svg {
  fill: white;
}

.wpcf7 p {
  margin: 0;
}
.wpcf7 .fieldset {
  flex-direction: column;
  gap: 10px;
}
.wpcf7 .form-field label {
  font-weight: 300;
}
.wpcf7 .form-field .wpcf7-form-control-wrap {
  display: block;
  padding: 5px 0;
}
.wpcf7 .form-field .wpcf7-form-control-wrap .wpcf7-form-control {
  padding: 10px 20px;
  border: 1px solid;
  border-radius: 6px;
}
.wpcf7 .form-field .wpcf7-form-control-wrap .wpcf7-textarea {
  border-radius: 6px;
}
.wpcf7 .submit-field {
  padding: 20px 10px;
}
.wpcf7 .submit-field label {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  flex-wrap: wrap;
}
.wpcf7 .submit-field label input {
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  border: 1px solid transparent;
  background: linear-gradient(35deg, #9929ea, #5808fb);
  font-weight: 400;
  color: white;
  text-decoration: none;
  width: fit-content;
  padding: 10px 30px;
  font-size: 20px;
  cursor: pointer;
}
.wpcf7 .submit-field label input:hover {
  color: white;
  background: linear-gradient(35deg, #9929ea, #9929ea);
}
.wpcf7 .required-field label:after {
  content: "*";
  color: #9929ea;
}
.wpcf7 .wpcf7-not-valid-tip {
  padding: 0;
  text-align: left;
  position: absolute;
  top: 100%;
  right: 0;
  font-size: 15px;
}

.form-box {
  background: white;
  box-shadow: 0 0 20px #9327ec38;
  padding: 30px;
  border-radius: 20px;
  width: 100%;
  position: relative;
}
.form-box .fieldset {
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px;
}
.form-box .fieldset .form-field {
  flex-grow: 1;
  max-width: 23%;
}
.form-box .fieldset .form-field .wpcf7-form-control {
  border: 1px solid #9929ea;
}
.form-box .fieldset .textarea-field {
  max-width: 100%;
}
.form-box .submit-field {
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .form-box .fieldset {
    padding: 20px 0;
  }
  .form-box .fieldset .form-field {
    max-width: unset;
  }
}
.form-box .wpcf7 form .wpcf7-response-output {
  padding: 10px;
  margin: 0 20px 20px;
  border-radius: 6px;
  background: #E0E0E0;
  border: 2px solid #9E9E9E;
}
.form-box .wpcf7 form.invalid .wpcf7-response-output,
.form-box .wpcf7 form.unaccepted .wpcf7-response-output,
.form-box .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #FCB316;
  background: #FFECB3;
}

.popup-form-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 26081986;
  align-items: center;
  justify-content: center;
  overflow: auto;
  padding: 0 50px;
  height: 0;
  transition: all 1s ease;
}
.popup-form-area .form-box {
  max-width: 80%;
}
.popup-form-area .form-box .close-btn {
  position: absolute;
  width: 30px;
  height: 30px;
  top: -40px;
  left: 0;
  font-size: 30px;
  line-height: 0.8;
}
.popup-form-area .form-box h3 {
  text-align: center;
  padding: 20px;
}

.popup-form-open {
  overflow: hidden;
}
.popup-form-open .popup-form-area {
  height: 100%;
  padding: 50px;
  background: #f6f7ffd9;
}

/*



* - * - * ----- Pages ----- * - * - *

*/
.the-bottom-line {
  padding: 20px;
  text-align: center;
}

.ticker {
  overflow: hidden;
  display: flex;
  width: 100%;
}
.ticker .ticker-list {
  display: flex;
  animation: ticker 30s infinite linear;
}
.ticker .ticker-list li {
  padding: 0 10px;
  width: 220px;
}

@keyframes ticker {
  100% {
    transform: translateX(-100%);
    /*try changing this to -100vw*/
  }
}
.the-v {
  height: 100px;
  width: 100px;
  position: absolute;
  top: 32%;
  left: 52%;
  margin: auto;
  z-index: 2;
  transform: scale(4.5);
}

.linear-wipe {
  text-align: center;
  background: linear-gradient(to left, #a296dd 2%, #5808fb 40%, #5808fb 75%, #a296dd 100%);
  background-size: 200% auto;
  clip-path: url("#vClip");
  animation: shine 4s linear reverse infinite;
}
@keyframes shine {
  to {
    background-position: 200% center;
  }
}

/* ---------- Container for the orbiting circles animation ---------- */
#circle-orbit-container {
  position: relative;
  top: 25px;
  left: 25px;
  height: 600px;
  width: 600px;
  /* ---------- Animation ---------- */
}
#circle-orbit-container .innerOrbit {
  position: absolute;
  margin: auto;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  border: 2px #a296dd dashed;
  border-radius: 100%;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
}
#circle-orbit-container .innerOrbit .onCircle {
  position: absolute;
  height: 50px;
  width: 50px;
}
#circle-orbit-container .innerOrbit .textType {
  position: absolute;
  width: fit-content;
  font-size: 25px;
  font-weight: 500;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  background: white;
  color: #5808fb;
}
#circle-orbit-container .innerOrbit .vic-mnd {
  top: 2%;
  left: 22%;
}
#circle-orbit-container .innerOrbit .vic-pri {
  top: 0;
  left: 66%;
}
#circle-orbit-container .innerOrbit .vic-hs {
  top: 30%;
  left: 93%;
}
#circle-orbit-container .innerOrbit .vic-hib {
  top: 83%;
  left: 79%;
}
#circle-orbit-container .innerOrbit .vic-dv {
  top: 65%;
  left: -1%;
}
#circle-orbit-container .innerOrbit .vic-lum {
  top: 40%;
  left: -6%;
}
#circle-orbit-container .innerOrbit .vic-stp {
  top: 67%;
  left: 88%;
}
#circle-orbit-container .innerOrbit .vic-ns {
  top: -6%;
  left: 40%;
}
#circle-orbit-container .innerOrbit .vic-svb {
  top: 10%;
  left: 8%;
}
#circle-orbit-container .innerOrbit .vic-sf {
  top: 88%;
  left: 20%;
}
#circle-orbit-container .innerOrbit .vic-mesh {
  top: 52%;
  left: 89%;
}
#circle-orbit-container .innerOrbit .vic-qb {
  top: 82%;
  left: 70%;
}
#circle-orbit-container .innerOrbit .vic-deel {
  top: 92%;
  left: 60%;
}
#circle-orbit-container .innerOrbit .text-crm {
  top: 96%;
  left: 40%;
  font-weight: 800;
  font-size: 40px;
}
#circle-orbit-container .innerOrbit .text-hr {
  top: 16%;
  left: 4%;
}
#circle-orbit-container .innerOrbit .text-pym {
  top: 81%;
  left: 3%;
  font-weight: 800;
  font-size: 20px;
}
#circle-orbit-container .innerOrbit .text-gl {
  top: 40%;
  left: 92%;
  line-height: 0.8;
  font-size: 18px;
}
#circle-orbit-container .innerOrbit .text-erp {
  top: 12%;
  left: 80%;
  font-weight: 800;
  font-size: 40px;
}
#circle-orbit-container .innerOrbit .text-banks {
  top: -9%;
  left: 34%;
  font-weight: 800;
}
#circle-orbit-container .line1 {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  -webkit-animation: spin-right 100s linear infinite;
  animation: spin-right 100s linear infinite;
}
#circle-orbit-container .line1 .onCircle {
  animation: spin-right 100s linear infinite reverse;
}
#circle-orbit-container .line2 {
  width: calc(75% - 10px);
  height: calc(75% - 10px);
  -webkit-animation: spin-right 80s linear infinite;
  animation: spin-right 80s linear infinite;
}
#circle-orbit-container .line2 .onCircle {
  animation: spin-right 80s linear infinite reverse;
}
#circle-orbit-container .line3 {
  width: calc(50% - 10px);
  height: calc(50% - 10px);
  -webkit-animation: spin-right 60s linear infinite;
  animation: spin-right 60s linear infinite;
}
#circle-orbit-container .line3 .onCircle {
  animation: spin-right 60s linear infinite reverse;
}
@-webkit-keyframes spin-right {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.the-content ul {
  list-style-type: disc;
  margin: 10px 0;
  padding: 0 30px;
}
.the-content ul li {
  margin: 5px 0;
}
.the-content p {
  margin: 0 0 10px;
}
.the-content .wp-block-heading {
  margin-top: 60px;
}
.the-content .wp-block-image {
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .the-content .wp-block-image {
    margin: 0;
  }
}
.the-content .wp-block-image figcaption {
  font-size: 13px;
  margin: 15px 0 0;
}
.the-content .wp-block-group-is-layout-flex {
  align-items: flex-start;
}
.the-content .wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}
.the-content .wp-block-media-text .wp-block-media-text__media img {
  max-width: 300px;
  margin: auto;
}

.post-thumbnail {
  display: block;
  line-height: 0;
  border-radius: 10px;
  overflow: hidden;
}
.post-thumbnail img {
  width: 100%;
}

.posted-on .updated {
  display: none;
}

.display-posts-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.display-posts-area .the-post {
  border: 1px solid #E0E0E0;
  padding: 20px;
  position: relative;
}
.display-posts-area .the-post .post-thumbnail {
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
  position: relative;
  overflow: hidden;
}
.display-posts-area .the-post .post-thumbnail img {
  height: 250px;
  width: auto;
  max-width: unset;
  position: absolute;
  top: 0;
}
.display-posts-area .the-post .post-thumbnail:hover img {
  transform: scale(1.2);
}
.display-posts-area .the-post .content-display-post {
  margin-top: 20px;
}
.display-posts-area .the-post .read-more-btn {
  background: transparent;
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: end;
  justify-content: center;
  height: 60px;
  opacity: 0;
  border: none;
  font-size: 20px;
  font-weight: 900;
}
.display-posts-area .the-post .read-more-btn:hover {
  opacity: 1;
  background: linear-gradient(transparent, #9929ea);
  height: 100%;
  border: none;
  padding-bottom: 40px;
  text-decoration: none;
}
@media screen and (max-width: 1000px) {
  .display-posts-area {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .display-posts-area {
    grid-template-columns: repeat(1, 1fr);
  }
}

.site > main {
  padding-top: 70px;
}

.home-page .hero-section .wrapper {
  position: relative;
}
.home-page .hero-section .cloud-left {
  position: absolute;
  width: 9vw;
  top: 24%;
  animation: moveFromLeft 100s linear infinite;
}
@keyframes moveFromLeft {
  from {
    left: -5%;
  }
  to {
    left: 100%;
  }
}
.home-page .hero-section .cloud-right {
  position: absolute;
  width: 6vw;
  top: 35%;
  z-index: 1;
  animation: moveFromRight 100s linear infinite;
}
@keyframes moveFromRight {
  from {
    right: -5%;
  }
  to {
    right: 100%;
  }
}
.home-page .hero-section .hero-layout {
  justify-content: space-between;
}
.home-page .hero-section .hero-content {
  padding-top: 60px;
  min-width: 380px;
  width: 50%;
}
.home-page .hero-section .hero-content h1 b {
  display: block;
}
.home-page .hero-section .hero-content p {
  margin: 20px 0;
}
.home-page .hero-section .hero-img {
  width: calc(100% - 380px);
  max-width: 550px;
}
.home-page .the-solution-section {
  background: white;
}
.home-page .the-solution-section .the-solution-layout {
  align-items: center;
  justify-content: space-between;
  padding: 100px 0;
}
.home-page .the-solution-section .the-solution-layout .the-solution-content {
  width: 390px;
}
.home-page .the-solution-section .the-solution-layout .the-solution-content h3 {
  font-weight: 500;
  font-size: 45px;
  border-left: 4px solid #9929ea;
  padding: 5px 0 5px 20px;
  margin-top: 30px;
}
@media screen and (max-width: 1300px) {
  .home-page .the-solution-section .the-solution-layout .the-solution-content {
    width: calc(100% - 680px);
  }
}
@media screen and (max-width: 1200px) {
  .home-page .the-solution-section .the-solution-layout .the-solution-content {
    width: calc(100% - 600px);
  }
  .home-page .the-solution-section .the-solution-layout .the-solution-content h3 {
    font-size: 35px;
  }
  .home-page .the-solution-section .the-solution-layout #circle-orbit-container {
    transform: scale(0.8);
    transform-origin: left;
  }
}
@media screen and (max-width: 1023px) {
  .home-page .the-solution-section .the-solution-layout #circle-orbit-container {
    transform: scale(1);
  }
}
@media screen and (max-width: 768px) {
  .home-page .the-solution-section .the-solution-layout {
    padding-top: 0;
  }
  .home-page .the-solution-section .the-solution-layout #circle-orbit-container {
    transform: scale(0.9);
    transform-origin: center;
  }
}
@media screen and (max-width: 700px) {
  .home-page .the-solution-section .the-solution-layout #circle-orbit-container {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 600px) {
  .home-page .the-solution-section .the-solution-layout #circle-orbit-container {
    transform: scale(0.7) translateX(-30px);
  }
}
@media screen and (max-width: 500px) {
  .home-page .the-solution-section .the-solution-layout #circle-orbit-container {
    transform: scale(0.5) translateX(-30px);
  }
}
@media screen and (max-width: 400px) {
  .home-page .the-solution-section .the-solution-layout {
    gap: 0;
  }
  .home-page .the-solution-section .the-solution-layout #circle-orbit-container {
    transform: scale(0.4) translateX(-60px);
  }
}
.home-page .the-solution-section .ticker-title {
  text-align: center;
  margin: 80px 30px 0;
}
.home-page .the-solution-section .ticker {
  padding: 40px 0;
}
.home-page .the-solution-section .ticker li {
  position: relative;
  background: white;
}
@media screen and (max-width: 768px) {
  .home-page .the-solution-section .home-page .the-solution-section .the-solution-layout {
    flex-direction: column;
    gap: 100px;
  }
}
.home-page .testimonial-section {
  background: white;
}
.home-page .testimonial-section .video-area {
  align-items: center;
  justify-content: center;
  padding: 100px 0 160px;
  gap: 50px;
}
.home-page .testimonial-section .video-area .the-video {
  width: calc(50% - 25px);
  aspect-ratio: 16/9;
  line-height: 0;
}
.home-page .testimonial-section .video-area .the-video iframe {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.home-page .features-section .features-list li {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}
.home-page .features-section .features-list li figure {
  align-items: center;
  gap: 100px;
  padding: 80px;
  border-radius: 40px;
  background: transparent;
  box-shadow: 0 0 1px transparent;
  transition: all 1.5s ease;
}
.home-page .features-section .features-list li figure h3 {
  font-weight: 400;
  font-size: 60px;
  color: #9929ea;
  margin-bottom: 20px;
}
.home-page .features-section .features-list li figure img {
  width: calc(100% - 400px);
  max-width: 450px;
}
.home-page .features-section .features-list li:nth-child(even) figure {
  flex-direction: row-reverse;
}
.home-page .features-section .features-list .in-viewport figure {
  background: white;
  box-shadow: 0 0 40px #9929ea59;
  transition: all 1.5s ease;
}
.home-page .advantages-section ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 60px 40px;
}
.home-page .advantages-section ul li {
  width: 47%;
  flex-grow: 1;
}
.home-page .advantages-section ul li > div {
  border-left: 4px solid #402771;
  padding: 5px 20px;
}
.home-page .advantages-section ul li > div .the-icon {
  padding: 5px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #402771;
}
.home-page .advantages-section ul li > div h4 {
  color: #9929ea;
}
.home-page .advantages-section .wasCards-area {
  padding: 0 30px 150px;
  text-align: center;
  justify-content: center;
  gap: 120px;
}
.home-page .advantages-section .wasCards-area b {
  font-size: 110px;
  line-height: 0.8;
  position: relative;
  display: block;
  width: fit-content;
  letter-spacing: -4px;
  margin: auto;
  width: 170px;
}
.home-page .advantages-section .wasCards-area b small {
  position: absolute;
  bottom: 0;
  right: -33px;
  font-size: 80px;
  color: #9929ea;
  -webkit-text-stroke: 2px #f6f7ff;
}
.home-page .advantages-section .wasCards-area p {
  font-size: 25px;
}
.home-page .advantages-section .rugum-layout {
  align-items: center;
  padding: 50px 0;
}
.home-page .advantages-section .rugum-layout > img {
  max-width: 550px;
}
.home-page .advantages-section .rugum-layout > ul {
  width: calc(100% - 550px);
  gap: 40px;
}
@media screen and (max-width: 1100px) {
  .home-page .advantages-section .wasCards-area {
    flex-wrap: wrap;
  }
  .home-page .advantages-section .wasCards-area > div {
    width: calc(50% - 60px);
  }
}
.home-page .howItWork-section {
  position: relative;
  padding-top: 100px;
  margin: 100px 0 0;
}
.home-page .howItWork-section .paperCut {
  position: absolute;
  top: 0;
  right: 0;
  width: 500px;
}
.home-page .howItWork-section .hiw-layout {
  align-items: center;
  justify-content: space-between;
}
.home-page .howItWork-section .hiw-layout > div {
  width: calc(60% - 50px);
}
.home-page .howItWork-section .hiw-layout > img {
  width: 40%;
}
.home-page .howItWork-section .timeline-list {
  width: 500px;
}
.home-page .howItWork-section .timeline-list li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 100px;
}
.home-page .howItWork-section .timeline-list li > div {
  width: calc(100% - 60px);
}
.home-page .howItWork-section .timeline-list li b {
  font-size: 30px;
  font-weight: 400;
  width: 50px;
  height: 50px;
  border: 2px solid #9929ea;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: transparent;
}
.home-page .howItWork-section .timeline-list li h4 {
  margin: 6px 0;
}
.home-page .howItWork-section .timeline-list li p {
  opacity: 0.05;
  padding: 10px 0;
}
.home-page .howItWork-section .timeline-list .in-viewport b {
  color: #271e60;
}
.home-page .howItWork-section .timeline-list .in-viewport p {
  opacity: 1;
}
.page-template-page-security footer .certifications {
  display: none;
}

.security-page .security-section .security-area {
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  gap: 50px;
  padding: 50px 30px;
  border-radius: 30px;
  background: white;
  box-shadow: 0 0 40px #9929ea59;
}
.security-page .security-section .security-area ul li {
  padding: 20px 0;
}
.security-page .security-section .security-area ul li h3 {
  color: #9929ea;
}
.security-page .security-section .security-area img {
  width: 35%;
  transform: scale(1.6) translateX(-30px);
  transform-origin: center;
}
.security-page .certifications {
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 40px 0;
  flex-wrap: wrap;
}
.security-page .certifications img {
  width: 200px;
}
@media screen and (max-width: 1023px) {
  .security-page .security-section .security-area {
    flex-direction: column;
    padding-bottom: 0;
    margin-bottom: 60px;
    gap: 0;
  }
  .security-page .security-section .security-area img {
    width: 100%;
    transform: none;
  }
}

.plans-page .plans-layout {
  background: white;
  box-shadow: 0 0 40px #9929ea59;
  padding: 30px;
  border-radius: 30px;
  align-items: center;
  flex-direction: row-reverse;
  margin: 0 200px;
}
.plans-page .plans-layout > img {
  width: 25%;
  flex-grow: 1;
  transform: scale(1.6);
}
.plans-page table tr:first-of-type {
  position: sticky;
  top: 60px;
  background: white;
}
.plans-page table tr:last-of-type td {
  border-bottom: 1px solid transparent;
}
.plans-page table tr th {
  padding: 20px 0;
  font-weight: 400;
  color: #9929ea;
  line-height: 1;
}
.plans-page table tr td {
  min-width: 130px;
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #E0E0E0;
  vertical-align: middle;
}
.plans-page table tr td:first-of-type {
  text-align: left;
}
.plans-page table tr td:has(svg) {
  line-height: 0;
}
.plans-page table tr td:has(svg) svg {
  height: 25px;
}
.plans-page table tr td:has(svg) .xNo {
  fill: #E53A35;
}
.plans-page table tr td:has(svg) .vYes {
  fill: #66BB6A;
}
.plans-page table tr td button {
  white-space: normal;
  line-height: 1;
}
.plans-page table tr td button:hover {
  background: #a296dd;
}
@media screen and (max-width: 1600px) {
  .plans-page .plans-layout {
    margin: 0 90px;
  }
}
@media screen and (max-width: 1300px) {
  .plans-page .plans-layout {
    flex-direction: column;
    position: relative;
    padding-bottom: 240px;
  }
  .plans-page .plans-layout > img {
    transform: none;
    width: 500px;
    align-self: flex-start;
    position: absolute;
    top: calc(100% - 350px);
    left: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .plans-page .plans-layout {
    margin: 0 30px;
    padding-bottom: 330px;
  }
}
@media screen and (max-width: 850px) {
  .plans-page table {
    margin: auto;
  }
  .plans-page table tr {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .plans-page table tr:first-of-type {
    flex-wrap: nowrap;
    align-items: center;
  }
  .plans-page table tr:first-of-type th {
    width: 25%;
  }
  .plans-page table tr:first-of-type th:first-of-type {
    display: none;
  }
  .plans-page table tr td {
    width: 25%;
    min-width: unset;
  }
  .plans-page table tr td:first-of-type {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .plans-page .plans-layout {
    margin: 0 20px;
    padding: 5px 5px 200px;
    border-radius: 10px;
  }
  .plans-page .plans-layout > img {
    left: 0;
    bottom: -80px;
    top: unset;
    width: 280px;
  }
  .plans-page table tr {
    font-size: 13px;
  }
  .plans-page table tr td:first-of-type {
    border-bottom: none;
    padding-bottom: 0;
  }
}

.search-page .search-page-title {
  font-size: 50px;
  padding: 20px 0;
}
.search-page .search-page-title span {
  font-weight: 400;
}
.search-page .search-page-title span b {
  font-weight: 700;
}
.search-page .display-posts-area .type-page {
  display: none;
}

.not-found .search-page-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.not-found .the-content-section p {
  margin: 20px 0;
}
.not-found .search-no-results {
  text-align: center;
}

.faq-section .accordion-faq {
  max-width: 80%;
  margin: 30px auto;
}
.faq-section .accordion-faq > li {
  border: 2px solid #9929ea;
  padding: 20px 30px;
  margin: 15px 0;
  border-radius: 10px;
}
.faq-section .accordion-faq > li button {
  position: relative;
  width: 100%;
  font-size: 20px;
  line-height: 1.2;
  white-space: normal;
  text-align: right;
  padding: 0;
  transition: all 0.5s ease-out;
  border: 1px dashed transparent;
}
.faq-section .accordion-faq > li button:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: white;
  background: #9929ea;
  position: absolute;
  top: -4px;
  right: -49px;
  height: 25px;
  width: 35px;
  border-radius: 50px;
  text-align: center;
  padding: 5px 0;
}
.faq-section .accordion-faq > li button:hover {
  color: #9929ea;
}
.faq-section .accordion-faq > li button:hover:before {
  color: white;
}
.faq-section .accordion-faq > li article {
  max-height: 0;
  margin: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
.faq-section .accordion-faq .accordion-section-open {
  border-color: #9929ea;
}
.faq-section .accordion-faq .accordion-section-open button {
  font-weight: 800;
  color: #9929ea;
  margin-bottom: 10px;
}
.faq-section .accordion-faq .accordion-section-open button:before {
  color: white;
  content: "";
}

@media screen and (max-width: 1023px) {
  .contact-us-page .form-box .fieldset .form-field {
    max-width: unset;
  }
}
.search-form {
  justify-content: center;
}
.search-form > form {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #9929ea;
  padding: 5px;
  margin: 20px 0;
  font-size: 25px;
  border-radius: 50px;
}
.search-form > form .search-field input {
  padding: 0 20px;
}
.search-form > form .search-submit input {
  background: #9929ea;
  color: #271e60;
  padding: 10px 20px;
  border-radius: 50px;
}

/*



* - * - * ----- Responsive ----- * - * - *

*/
@media screen and (max-width: 1023px) {
  .home-page .hero-section .hero-layout {
    flex-direction: column;
    gap: 50px;
  }
  .home-page .hero-section .hero-content {
    width: 100%;
  }
  .home-page .hero-section .hero-img {
    max-width: 600px;
    width: 100%;
  }
  .home-page .the-solution-section .the-solution-layout {
    flex-direction: column;
    gap: 100px;
  }
  .home-page .the-solution-section .the-solution-layout .the-solution-content,
.home-page .the-solution-section .the-solution-layout .v-circles-img {
    width: 100%;
  }
  .home-page .the-solution-section .the-bottom-line {
    margin-top: 20px;
  }
  .home-page .testimonial-section .video-area {
    flex-direction: column;
  }
  .home-page .testimonial-section .video-area .the-video {
    width: 100%;
  }
  .home-page .features-section .wrapper {
    padding: 0 30px;
  }
  .home-page .features-section .features-list li {
    min-height: 50vh;
  }
  .home-page .features-section .features-list li figure {
    padding: 80px 60px;
    gap: 10px;
  }
  .home-page .features-section .features-list li figure img {
    width: 40%;
  }
  .home-page .features-section .features-list li figure h3 {
    font-size: 40px;
  }
  .home-page .howItWork-section .hiw-layout {
    flex-direction: column;
  }
  .home-page .howItWork-section .hiw-layout > div {
    width: 100%;
  }
  .home-page .howItWork-section .hiw-layout > img {
    width: 80%;
  }
  .home-page .howItWork-section .timeline-list {
    width: 100%;
  }
  .home-page .howItWork-section .timeline-list li {
    margin: 0 0 60px;
  }
  .home-page .advantages-section .rugum-layout {
    flex-direction: column;
    gap: 40px;
  }
  .home-page .advantages-section .rugum-layout > ul {
    width: 100%;
  }
  .home-page .advantages-section .rugum-layout > img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .menu-toggle {
    display: flex;
  }

  header .logo-site,
header .menu-toggle,
header .a-btn {
    position: relative;
    z-index: 1;
  }
  header .menu-header-menu-container {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
  }
  header .menu-header-menu-container .menu {
    flex-direction: column;
    background: white;
    box-shadow: 0 0 40px #9929ea59;
    font-size: 25px;
    gap: 40px;
    padding: 0 30px;
    overflow: hidden;
  }

  .main-navigation-open header .menu-header-menu-container {
    height: 100%;
  }
  .main-navigation-open header .menu-header-menu-container .menu {
    padding: 100px 30px 40px;
  }

  .popup-form-area {
    align-items: flex-start;
    padding: 0 30px;
  }
  .popup-form-area .form-box {
    max-width: 100%;
  }

  .popup-form-open .popup-form-area {
    padding: 60px 30px;
  }

  .home-page .hero-section .hero-content {
    min-width: unset;
    padding: 0;
  }
  .home-page .the-solution-section .the-solution-layout {
    gap: 0;
  }
  .home-page .the-solution-section .the-solution-layout .the-solution-content h3 {
    font-size: 33px;
  }
  .home-page .testimonial-section .video-area {
    padding: 0;
  }
  .home-page .features-section .features-list li figure {
    padding: 60px 30px;
    flex-direction: column;
  }
  .home-page .features-section .features-list li figure img {
    width: 100%;
  }
  .home-page .features-section .features-list li figure h3 {
    font-size: 30px;
  }
  .home-page .features-section .features-list li:nth-child(even) figure {
    flex-direction: column;
  }
  .home-page .advantages-section .wasCards-area {
    gap: 40px;
  }
  .home-page .advantages-section .wasCards-area > div {
    width: 100%;
    text-align: left;
  }
  .home-page .advantages-section .wasCards-area b {
    margin: 0;
  }

  .security-page .security-section .security-area {
    flex-direction: column;
  }
  .security-page .security-section .security-area img {
    width: 100%;
    transform: none;
  }
}

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