@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Righteous&family=Poppins:wght@700&display=swap');

/* General */

html,
body {
  height: 100%;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background: #0a0a0a;
  color: #d2d2d2;
  font-size: 18px;
}

body a {
  outline: none;
  border: none;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  text-decoration: none;
}

body a:active,
a:focus {
  outline: none;
}

a:visited {
  text-decoration: none; 
}

.strong {
  font-size: 1.5em;
  font-weight: 700;
  margin-top: 20px;
  line-height: 1em;
  display: inline-flex;
}

.sup {
  font-size: 0.4em;
  font-weight: bold;
  text-decoration: none;
  margin-left: 5px;
  position: relative;
  bottom: 35px;
}

.line {
  display: inline-block;
  width: 40%;
}

.left {
  text-align: left !important;
}

.center {
  text-align: center !important;
}

.right {
 text-align: right !important;
}

.white {
  color: #fff;
}

.grey {
  color: #b7b7b7;
}

.red {
  color: #ca6c6c;
}

.purple {
  color: #161122;
}

.bold {
  font-weight: bold;
}

.h-bold {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 0.9em;
}

lottie-player {
  margin: 0 auto;
}

.inv {
  opacity: 0;
}

.gigs {
  font-family: 'Righteous', cursive;
  margin-left: 15px;
}

.text-case {
  padding: 60px 30px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-100 {
  margin-bottom: 100px;
}

.pad-20 {
  padding: 20px;
}

.pad-10 {
  padding: 10px;
}

.fn-1 {
  font-size: 0.9em;
}

.fn-2 {
  font-size: 1.4em;
}

.fn-3 {
  font-size: 1.9em;
}

.fn-4 {
  font-size: 2.6em;
}

.fn-5 {
  font-size: 4em;
}

.all-rounded {
  border-radius: 20px;
}

.grey-bg {
  background-color: #121212;
  border-radius: 25px;
  padding: 20px;
  height: 100%;
}

.area {
  margin: 50px 0;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.menu {
  padding: 20px 0 20px 0;
}

.menu-items:not(:last-child) span {
  margin-right: 40px;
}

.button {
  padding: 8px 12px;
  border-radius: 5px;
  background-color: #452a86;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
}

.button-white {
  background-color: #fff;
}

/* /General */

/* Main */

.header {
  margin: 25px 0 100px 0;
  width: 100%;
  min-height: 250px;
  border-radius: 20px;
  padding: 110px 80px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background: linear-gradient(90deg, #161122 21px, transparent 1%) center, linear-gradient(#161122 21px, transparent 1%) center, #a799cc;
  background-size: 22px 22px;
}

.header-e {
  margin: 25px 0 100px 0;
  width: 100%;
  min-height: 250px;
  border-radius: 20px;
  padding: 90px 80px;
}

.header .subtitle {
  margin-top: 50px;
}

.app-main {
  position: relative;
}

.header-app {
  max-width: 440px;
  position: absolute;
  top: -85px;
}

.header-downloads {
  margin-right: 10px;
}

.header-download {
  width: 100%;
  max-width: 250px;
  margin-bottom: 20px;
  margin-right: 20px;
}

.intro {
  width: 100%;
}

.steps {
  border-radius: 20px;
  padding: 20px;
  margin: 20px auto;
  font-weight: 700;
  font-size: 1.2em;
  background-color: #121212;
}

.steps p {
  background: linear-gradient(to right, #c2afee 0%, #c8966c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
  margin: 0;
}

.event-app {
  max-width: 80%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.steps-item-line {
  border-right: 1px solid #eee;
}

.step-item {
  padding: 10px;
}

.splide__slide {
  padding: 20px;
  background: linear-gradient(to right, #ffffff 0%, #868686 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.icon {
  max-width: 70px;
  margin: 20px 0 40px 0;
}

.add {
  background-color: #121212;
  border-radius: 25px;
  padding: 20px;
}

.functions {
  width: 100%;
  background-color: #ececec;
  border-radius: 20px;
  padding: 20px;
  background-image: url("../images/background-b.jpg");
  background-repeat: repeat;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.chat-app {
  max-width: 250px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.features {
  padding: 30px;
  border-radius: 20px;
  background-color: #ececec;
  max-width: 700px;
  margin: 0 auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.features > div {
  padding: 20px 0;
}

.features > div:not(:last-child) {
  border-bottom: 1px solid #cacaca;
}

.price {
  background: linear-gradient(to right, #f99a46 0%, #c69603 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.reference {
  max-width: 700px;
  font-size: 0.7em;
  margin-top: 15px;
  color: #646464;
}

.process {
  position: relative;
  padding: 30px;
  max-width: 900px;
  margin: 0 auto;
}

.timeline {
  position: relative;
  padding-left: 1rem;
  margin: 35px 0 0 30px;
  color: white;
}

.timeline .timeline-container {
  position: relative;
  margin-bottom: 2.5rem;
}

.timeline .timeline-container .timeline-icon {
  position: absolute;
  left: -93px;
  top: 4px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  font-size: 2rem;
  background: #161122;
}

.timeline .timeline-container .timeline-icon img {
  width: 70%;
  height: 70%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.timeline .timeline-container .timeline-body {
  border-radius: 8px;
  padding: 20px 20px 15px;
  box-shadow: 1px 3px 9px rgba(0, 0, 0, 0.1);
}

.timeline .timeline-container .timeline-body:before {
  content: "";
  background: inherit;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: -10px;
  transform: rotate(45deg);
  border-radius: 0 0 0 4px;
}

.timeline .timeline-container .timeline-body .timeline-title {
  margin-bottom: 1.4rem;
}

.timeline .timeline-container .timeline-body .timeline-title .badge {
  background: #4f537b;
  padding: 4px 8px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
}

.timeline .timeline-container .timeline-body .timeline-subtitle {
  font-weight: 300;
  font-style: italic;
  opacity: 0.4;
  margin-top: 16px;
  font-size: 11px;
}

.revolution {
  padding: 25px;
  border: 8px #3d3d3d solid;
  border-radius: 45px;
}

.animation-container {
  position: relative;
  height: 590px;
}

.animation-container .blob {
  position: absolute; 
  z-index: 3; 
  left: 50%; 
  top: 50%; 
  transform: translate(-50%, -50%); 
  width: 580px; 
  height: auto;
}

.animation-container .app {
  position: absolute; 
  z-index: 4; 
  left: 50%; top: 
  50%; 
  transform: translate(-50%, -50%); 
  width: 239px; 
  height: auto; 
  border-radius: 20px;
}

.animation-container .frame {
  position: absolute; 
  z-index: 5; 
  left: 50%; 
  top: 50%; 
  transform: translate(-50%, -50%); 
  width: 260px; 
  height: auto;
}

.contact-form {
  border-radius: 30px;
  padding: 35px;
  background-color: #121212;;
}

.contact-response {
  margin: 90px 0;
  text-align: center;
}

.input-container {
  position: relative;
  display: inline-block;
}

input.email {
  padding-left: 38px !important;
}

.input-container .fa {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  color: #b6b6b6;
}

.straight-separation {
  padding: 20px;
}

.footer {
  padding: 30px 30px 10px 30px;
  background-color: rgb(25, 28, 31);
  margin-top: 40px;
  color: #b7b7b7;
  font-size: 15px;
  text-align:center;
  margin-top: auto;
}

.footer-container {
  max-width: 550px;
  margin: auto;
}

.footer-items {
  margin: 10px 0 40px 0;
}

.social {
  margin-right: 15px;
}

.social a:not(:last-child) {
  margin-right: 40px;
}

.footer a {
  text-decoration:none;
  color:rgb(173, 173, 173);
  transition:0.5s;
}
  
.footer a:hover {
  color:#fff;
}
  
.footer ul {
  width:100%;
}
  
.footer a i {
  font-size:2em;
}

.footer .map div {
  display: inline-block;
}

.footer .map div:not(:last-child) {
  margin: 0 32px 0 0;
}

.terms-privacy {
  font-size: 15px;
  padding: 0;
}

.language-selector {
  margin-top: 40px;
}

.language-btn {
  background-color: #383838;
  color: #ffffff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
}

.popover-custom {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) scale(0);
  transform-origin: bottom center;
  background-color: #383838;
  transition: transform 0.2s ease, opacity 0.2s ease;
  opacity: 0;
  z-index: 1000;
  min-width: 150px;
  margin-bottom: 22px;
}

.popover-custom a {
  background-color: #383838;
  color: #ffffff;
  padding: 10px 0;
  border: none;
}

.popover-custom.show {
  transform: translateX(-50%) scale(1);
  opacity: 1;
}

.popover-custom a:hover {
  background-color: #525252;
  color: #ffffff;
}

.systems {
  margin-top: 50px;
  font-weight: 400;
}

.systems.ok {
  color: #66ce88;
}

.systems.ko {
  color: #e96666;
}

.sys-status {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin-right: 7px;
}

.sys-status.ok {
  background-color: #66ce88;
}

.sys-status.ko {
  background-color: #e96666;
}

.info {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

/* /Main */

/* Users */

.white-spot {
  margin: 20px;
  padding: 20px;
  border-radius: 18px;
  background-color: #fff;
  width: 100%;
  color: #3d3d3d;
}

/* /Users */

/* UserArea */

.login {
  border-radius: 20px;
  margin-bottom: 50px;
  overflow: hidden;
  background-image: url("../images/background-b.jpg");
  background-repeat: repeat;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.login-form {
  max-width: 700px;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  padding: 60px;
  background-color: #191c1f;
  overflow: hidden;
  margin: 100px 80px;
}

.login-container {
  position: relative;
  z-index: 3;
  max-width: 355px;
}

.response {
  font-size: 15px;
}

/* /UserArea */

/* Wrong Number! */

.oops {
  width: 100%;
  max-width: 320px;
  height: auto;
}

/* /Wrong Number! */

@media (max-width: 1399px) {
  .steps {
    margin: 15px auto;
    font-size: 1.1em;
  }
}

@media (max-width: 1199px) {
  .header-app {
    max-width: 425px;
  }

  .header-download {
    max-width: 195px;
    margin-bottom: 20px;
    margin-right: 12px;
  }

  .steps {
    margin: 10px auto;
    font-size: 1em;
  }
}

@media (max-width: 991px) {
  .header {
    padding: 50px 40px;
  }

  .header-app {
    max-width: 380px;
    top: -20px;
    left: -15px;
  }

  .header-download {
    max-width: 160px;
    margin-right: 10px;
  }

  .menu-items span {
    font-size: 0.9em;
  }

  .menu-items:not(:last-child) span {
    margin-right: 20px;
  }

  .text-case {
    padding: 30px 30px;
  }

  .event-app {
    max-width: 110%;
  }

  .steps {
    margin: 10px auto;
    font-size: 0.9em;
  }

  .steps-item-line {
    border-right: none;
    border-bottom: 1px solid #eee;
  }

  .steps > div:not(:last-child) .row {
    margin-bottom: 15px;
  }
  
  .steps > div:not(:first-child) .row {
    margin-top: 15px;
  }

  .straight-separation {
    margin-bottom: 30px;
    padding: 10px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 16px;
  }

  .menu-items {
    text-align: center;
    margin-top: 18px;
  }

  .menu-items:not(:last-child) span {
    margin-right: 15px;
  }

  .header {
    margin: 25px 0 50px 0;
  }

  .header .title span {
    font-size: 1.6em;
  }

  .app-main {
    min-height: 390px;
  }

  .header-app {
    max-width: 350px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
  }

  .header-downloads {
    text-align: center;
    margin-right: 0;
  }

  .header-downloads > *:not(:last-child) {
    margin-right: 10px;
  }

  .header-download {
    max-width: 160px;
  }

  .area {
    margin: 15px 0;
    padding: 14px;
    position: relative;
  }

  .intro {
    width: 68%;
  }

  .text-case {
    padding: 10px 30px;
    margin-top: 40px;
  }

  .event-app {
    max-width: 70%;
    margin-bottom: 20px;
  }

  .steps {
    font-size: 1.2em;
    margin: 10px auto;
  }

  .functions {
    font-size: 16px;
  }
  
  .login-form {
    margin: 30px 20px;
  }
}

@media (max-width: 665px) {
  .button {
    width: 100%;
  }

  .intro {
    width: 100%;
  }

  .oops {
    max-width: 250px;
  }

  .footer .map div {
    display: block;
  }
  
  .footer .map div:not(:last-child) {
    margin: 0 0 10px 0;
  }
}

@media (max-width: 575px) {
  .grey-bg {
    padding: 0 15px 20px;
  }

  .terms-privacy {
    padding: 0 10px;
  }
}

@media (max-width: 458px) {
  .header-downloads > *:not(:last-child) {
    margin-right: 5px;
  }

  .header-download {
    max-width: 145px;
  }

  .header-app {
    max-width: 345px;
  }
}

@media (max-width: 423px) {
  body {
    font-size: 16px;
  }

  .header-download {
    max-width: 140px;
  }

  .price {
    text-align: center;
    margin-top: 15px;
  }
}