* {
  box-sizing: border-box;
}

body {
  padding: 20px;
  margin: 0;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
  background-color: #121212 !important;
  color: #fff !important;
  font-family: "Centra", sans-serif !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}

.particles-background {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: -1;
}

::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background-color: rgb(180, 180, 180);
}

@media (max-width: 767px) {
  .mediaxxxxClass {
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mediaxxxxClass {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .mediaxxxxClass {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .mediaxxxxClass {
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mediaxxxxClass {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .mediaxxxxClass {
    font-size: 22px;
  }
}

.navbar {
  color: white;
}
.navbar .container-fluid {
  display: flex;
  justify-content: space-between;
}
.navbar .container-fluid a.logo {
  color: white;
  font-size: 40px;
  font-weight: 700;
}
.navbar .container-fluid a.logo .only-mobile {
  display: none;
  margin: 0 !important;
  height: -moz-fit-content;
  height: fit-content;
}
.navbar .container-fluid a.logo .only-mobile li {
  display: flex;
}
.navbar .container-fluid a.logo .only-mobile li a {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .navbar .container-fluid a.logo .only-mobile {
    display: flex;
  }
}
@media (max-width: 767px) {
  .navbar .container-fluid a.logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}
.navbar .container-fluid .collapse {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.navbar .container-fluid .collapse ul.connect {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .navbar .container-fluid .collapse ul.connect {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar .container-fluid .navbar-nav {
    display: flex;
    flex-direction: row;
    justify-content: center !important;
    align-items: center;
  }
}
.navbar .container-fluid .navbar-nav .nav-item .nav-link {
  color: white;
}
.navbar .container-fluid .navbar-nav .nav-item .nav-link img {
  color: white;
}
.navbar .container-fluid .navbar-nav .nav-item .nav-link .navbar-text-button {
  font-weight: 700;
  color: #fff;
  border: 1px solid #fff;
  padding: 18px 34px;
  font-size: 18px;
  margin-left: 18px;
  position: relative;
  background-color: transparent;
  transition: 0.3s ease-in-out;
}
.navbar .container-fluid .navbar-nav .social-li {
  cursor: pointer;
}
.navbar .container-fluid .navbar-nav .social-li::before {
  content: "";
  width: 42px;
  height: 42px;
  position: absolute;
  background-color: #ffffff;
  border-radius: 50%;
  transform: scale(0);
  transition: 0.3s ease-in-out;
}
.navbar .container-fluid .navbar-nav .social-li:hover img {
  filter: invert(1);
}
.navbar .container-fluid .navbar-nav .social-li:hover.social-li::before {
  transform: scale(1);
}
.navbar .container-fluid .navbar-nav .social-li .social-icon-link {
  width: 42px;
  height: 42px;
  background: rgba(217, 217, 217, 0.1);
  display: inline-flex;
  border-radius: 50%;
  margin-right: 6px;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.navbar .container-fluid .navbar-nav .social-li .social-icon-link img {
  height: 17.5px;
  width: 17.5px;
  z-index: 1;
  transition: 0.3s ease-in-out;
} /*# sourceMappingURL=navbar.component.css.map */
@media (max-width: 767px) {
  .mediaxxxxClass {
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mediaxxxxClass {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .mediaxxxxClass {
    font-size: 22px;
  }
}

.background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -10;
}

.container {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    margin-top: 0.5rem;
  }
}
.container .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .row .left {
  min-height: 500px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (max-width: 767px) {
  .container .row .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container .row .left {
    min-height: 350px;
  }
}
.container .row .left .main-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  font-weight: 700;
  letter-spacing: 0.8px;
  padding: 8px 10px;
  background: linear-gradient(90.21deg, rgba(170, 54, 124, 0.5) -5.91%, rgba(74, 47, 189, 0.5) 111.58%);
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 20px;
  margin-inline-end: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  color: white;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .container .row .left .main-button {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container .row .left .main-button {
    font-size: 15px;
  }
}
.container .row .left .buttons-container {
  display: flex;
  flex-wrap: wrap;
}
.container .row .left .disclaimer {
  font-size: 14px;
  max-width: 85%;
  margin-bottom: 10px;
  color: #b8b8b8;
  margin-top: 16px;
}
.container .row .left .muted {
  text-decoration: line-through;
}
.container .row .left .alert-mobile {
  display: none;
}
@media (max-width: 767px) {
  .container .row .left .alert-mobile {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 15px 0;
    opacity: 0.75;
  }
}
.container .row .left h2.text-h2 {
  font-size: 65px;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 1;
  margin-top: 16px;
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 767px) {
  .container .row .left h2.text-h2 {
    font-size: 50px;
    text-align: center;
    max-width: 300px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container .row .left h2.text-h2 {
    font-size: 45px;
  }
}
.container .row .left p.text-p {
  color: #b8b8b8;
  font-size: 18px;
  letter-spacing: 0.8px;
  line-height: 1.5em;
  width: 95%;
}
@media (max-width: 767px) {
  .container .row .left p.text-p {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container .row .left p.text-p {
    font-size: 15px;
  }
}
.container .row .left .text-button {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  margin-top: 60px;
  letter-spacing: 0.8px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .container .row .left .text-button {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container .row .left .text-button {
    margin-top: 1rem;
  }
}
.container .row .left .text-button .img-arrow {
  height: 25px;
  width: 25px;
  font-size: 25px;
  margin-left: 10px;
  transition: 0.3s ease-in-out;
  line-height: 1;
}
.container .row .left .text-button .rotate-arrow {
  transform: rotate(90deg);
}
.container .row .left .start-now {
  width: -moz-fit-content;
  width: fit-content;
}
.container .row .left .hint {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0.5;
  font-size: 14px;
}
@media (max-width: 767px) {
  .container .row .left .resolution-button {
    display: none;
  }
}
.container .row .left .resolution-container {
  display: inline-flex;
  width: 0;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) and (max-width: 991px) {
  .container .row .left .resolution-container {
    width: 0;
    height: 0;
    display: flex;
  }
}
.container .row .left .resolution-container.resolution-options-height {
  width: 200px;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) and (max-width: 991px) {
  .container .row .left .resolution-container.resolution-options-height {
    height: 48px;
  }
  .container .row .left .resolution-container.resolution-options-height .main-button {
    height: 42px;
  }
}
.container .row .left .curunt-resolution {
  background-color: rgba(0, 127, 255, 0.8);
}
.container .row .right {
  display: flex;
  justify-content: center;
}
.container .row .right img.astro {
  height: 500px;
  animation: updown 3s linear infinite;
}
@media (max-width: 767px) {
  .container .row .right img.astro {
    height: 300px;
    width: 300px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container .row .right img.astro {
    height: 350px;
    width: 350px;
  }
}
.container .row .right .video-container {
  border-radius: 50%;
  width: 400px;
  height: 400px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  animation: updown 3s linear infinite;
}
.container .row .right .video-container.video-box-shaodw {
  box-shadow: 0px 0px 79px 0px rgba(207, 0, 207, 0.82);
}
.container .row .right .video-container.video-container-hidden {
  display: none;
  width: 400px;
  height: 400px;
  overflow: hidden;
  animation: updown 3s linear infinite;
}
.container .row .right .video-container .video-content {
  height: 100%;
}
.container .row .right .video-container .video-content-hidden {
  display: none;
}

@keyframes updown {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(-20px);
  }
} /*# sourceMappingURL=recorder.component.css.map */
footer h6 {
  text-align: center;
  opacity: 50%;
}
@media (max-width: 767px) {
  footer h6 {
    padding-left: 5px;
    padding-right: 5px;
  }
} /*# sourceMappingURL=footer.component.css.map */
