/*
Theme Name: webmix
Author: webmix
Author URI: https://www.webmix.nl
Description: Webmix Custom Theme
*/
/* Reset Stylesheet */
/* Box-sizing: make sure padding and border are included in element width */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
/* Remove default padding and margin from body */
body, h1, h2, h3, h4, h5, h6, p, blockquote, figure, dl, dd, ol, ul {
  margin: 0;
  padding: 0;
}
/* Remove list styles on lists */
ul, ol {
  list-style: none;
}
/* Remove quotes from blockquote */
blockquote::before, blockquote::after, q::before, q::after {
  content: "";
}
/* Remove default table spacing */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Reset links */
a {
  text-decoration: none;
  color: inherit;
}
/* Remove focus outlines but keep accessibility */
button, input, textarea, select {
  font: inherit;
  /* Inherit fonts */
  border: none;
  /* Remove borders */
  outline: none;
  background: none;
  padding: 0;
}
/* Normalize images and media */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}
/* Set a base font size and smooth scrolling */
html {
  font-size: 100%;
  /* 16px default */
  line-height: 1.5;
  scroll-behavior: smooth;
}
/* Make body inherit base font-family */
body {
  font-family: sans-serif;
  /* Set your preferred default font-family */
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}
/* Remove focus outline for mouse users but keep it for keyboard users */
:focus:not(:focus-visible) {
  outline: none;
}
html, body {
  font-family: "Inter", sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold !important;
}
.outer-container {
  background: white;
  height: 100vh;
  padding: 15px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.outer-container .space {
  padding: 30px;
  border-radius: 15px;
  background: #222;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.outer-container .space canvas#stars {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  filter: grayscale(100%);
}
.outer-container .space .step-1 .top {
  color: white;
  display: flex;
  justify-content: center;
  width: 100%;
}
.outer-container .space .step-1 .top a {
  color: white;
}
.outer-container .space .step-1 .top .logo.logo-background {
  background: white;
  margin-top: -50px;
  padding: 10px 10px 10px 10px;
  border-radius: 0 0 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .outer-container .space .step-1 .top .logo.logo-background {
    margin-top: -46px;
    padding: 8px;
  }
}
.outer-container .space .step-1 .top .logo img {
  height: 60px;
  display: block;
  max-width: 360px;
  object-fit: contain;
}
@media (max-width: 768px) {
  .outer-container .space .step-1 .top .logo img {
    height: 45px;
  }
}
.outer-container .space .step-1 .mid {
  width: 100%;
  transform: translateY(-30%);
}
@media (max-width: 991px) {
  .outer-container .space .step-1 .mid {
    transform: translateY(-20%);
  }
}
@media (max-width: 768px) {
  .outer-container .space .step-1 .mid {
    transform: translateY(0);
    padding: 0 15px;
  }
}
.outer-container .space .step-1 .mid h1 {
  color: white;
  font-size: 60px;
}
@media (max-width: 991px) {
  .outer-container .space .step-1 .mid h1 {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .outer-container .space .step-1 .mid h1 {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .outer-container .space .step-1 .mid h1 {
    font-size: 28px;
  }
}
.outer-container .space .step-1 .mid h1 span {
  color: var(--primary-color) !important;
}
.outer-container .space .step-1 .mid h3 {
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 768px) {
  .outer-container .space .step-1 .mid h3 {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .outer-container .space .step-1 .mid h3 {
    font-size: 16px;
  }
}
.outer-container .space .step-1 .mid p {
  color: white;
}
@media (max-width: 768px) {
  .outer-container .space .step-1 .mid p {
    font-size: 14px;
  }
}
.outer-container .space .step-1 .mid #urlForm {
  position: relative;
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}
@media (max-width: 768px) {
  .outer-container .space .step-1 .mid #urlForm {
    max-width: 95%;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}
.outer-container .space .step-1 .mid #urlForm input[type=text] {
  background: white;
  padding: 15px 20px;
  width: 100%;
  border-radius: 30px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .outer-container .space .step-1 .mid #urlForm input[type=text] {
    padding: 12px 16px;
    font-size: 16px;
    border-radius: 25px;
  }
}
@media (max-width: 480px) {
  .outer-container .space .step-1 .mid #urlForm input[type=text] {
    padding: 10px 14px;
  }
}
.outer-container .space .step-1 .mid #urlForm button[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 30px 30px 0;
  padding: 0px 70px;
  background: var(--primary-color);
  color: var(--button-text-color);
  height: 100%;
  transition: background 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .outer-container .space .step-1 .mid #urlForm button[type=submit] {
    position: static;
    width: 100%;
    padding: 12px 20px;
    border-radius: 25px;
    font-size: 16px;
    height: auto;
  }
}
@media (max-width: 480px) {
  .outer-container .space .step-1 .mid #urlForm button[type=submit] {
    padding: 10px 16px;
    font-size: 14px;
  }
}
.outer-container .space .step-1 .mid #urlForm button[type=submit]:hover {
  background: var(--secondary-color);
}
.outer-container .space .step-1 .bottom {
  margin: 0px;
  padding: 0px;
  max-width: 800px;
  width: 100vw;
}
@media (max-width: 991px) {
  .outer-container .space .step-1 .bottom {
    max-width: 90%;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .outer-container .space .step-1 .bottom {
    max-width: 95%;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    flex-direction: column;
    gap: 12px;
    align-items: stretch !important;
  }
}
@media (max-width: 480px) {
  .outer-container .space .step-1 .bottom {
    gap: 8px;
    padding: 0 10px;
  }
}
.outer-container .space .step-1 .bottom > li {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 25px;
  padding: 12px 16px;
  transition: all 0.3s ease;
  list-style: none;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .outer-container .space .step-1 .bottom > li {
    padding: 10px 12px;
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .outer-container .space .step-1 .bottom > li {
    justify-content: flex-start;
    white-space: normal;
    text-align: left;
    padding: 14px 16px;
    font-size: 14px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .outer-container .space .step-1 .bottom > li {
    font-size: 13px;
    padding: 12px 14px;
  }
}
.outer-container .space .step-1 .bottom > li img.usp-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  object-fit: contain;
  margin-right: 8px;
  filter: brightness(0) invert(1);
  opacity: 0.9;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .outer-container .space .step-1 .bottom > li img.usp-icon {
    width: 18px;
    height: 18px;
    margin-right: 6px;
  }
}
@media (max-width: 768px) {
  .outer-container .space .step-1 .bottom > li img.usp-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
}
@media (max-width: 480px) {
  .outer-container .space .step-1 .bottom > li img.usp-icon {
    width: 18px;
    height: 18px;
    margin-right: 8px;
  }
}
.outer-container .space .step-2 {
  display: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.outer-container .space .step-2 .container-fluid {
  height: 100%;
  padding: 0;
}
.outer-container .space .step-2 .container-fluid > .row {
  height: 100%;
  margin: 0;
}
.outer-container .space .step-2 .container-fluid > .row > div:nth-child(1) {
  background: rgba(34, 34, 34, 0.6);
  height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 40px 30px 30px 30px;
  box-sizing: border-box;
  overflow: hidden;
}
@media (max-width: 768px) {
  .outer-container .space .step-2 .container-fluid > .row > div:nth-child(1) {
    padding: 20px 15px 15px 15px;
    height: 100vh;
  }
}
.outer-container .space .step-2 .container-fluid > .row > div:nth-child(1) .loading {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .outer-container .space .step-2 .container-fluid > .row > div:nth-child(1) .loading {
    margin-bottom: 15px;
    gap: 8px;
  }
}
.outer-container .space .step-2 .container-fluid > .row > div:nth-child(1) .loading span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
}
@media (max-width: 768px) {
  .outer-container .space .step-2 .container-fluid > .row > div:nth-child(1) .loading span {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .outer-container .space .step-2 .container-fluid > .row > div:nth-child(1) .loading span {
    font-size: 13px;
  }
}
.outer-container .space .step-2 .container-fluid > .row > div:nth-child(1) .loading .loader {
  width: 32px;
  height: 32px;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-top-color: var(--primary-color);
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .outer-container .space .step-2 .container-fluid > .row > div:nth-child(1) .loading .loader {
    width: 28px;
    height: 28px;
    border-width: 3px;
  }
}
@media (max-width: 480px) {
  .outer-container .space .step-2 .container-fluid > .row > div:nth-child(1) .loading .loader {
    width: 24px;
    height: 24px;
    border-width: 3px;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.outer-container .space .step-2 .container-fluid > .row > div:nth-child(1) .content-slider {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
}
@media (max-width: 768px) {
  .outer-container .space .step-2 .container-fluid > .row > div:nth-child(1) .content-slider {
    align-items: flex-start;
    padding-top: 10px;
  }
}
.outer-container .space .step-2 .container-fluid > .row > div:nth-child(1) .content-slider .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 900px;
}
@media (max-width: 768px) {
  .outer-container .space .step-2 .container-fluid > .row > div:nth-child(1) .content-slider .content {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
    max-width: 100% !important;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    padding: 10px 0 !important;
  }
}
.outer-container .space .step-2 .container-fluid > .row > div:nth-child(1) .content-slider .content .heading {
  text-align: center;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .outer-container .space .step-2 .container-fluid > .row > div:nth-child(1) .content-slider .content .heading {
    margin-bottom: 20px;
  }
}
.outer-container .space .step-2 .container-fluid > .row > div:nth-child(1) .content-slider .content .heading span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  display: block;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .outer-container .space .step-2 .container-fluid > .row > div:nth-child(1) .content-slider .content .heading span {
    font-size: 15px;
    margin-bottom: 6px;
  }
}
@media (max-width: 480px) {
  .outer-container .space .step-2 .container-fluid > .row > div:nth-child(1) .content-slider .content .heading span {
    font-size: 14px;
  }
}
.outer-container .space .step-2 .container-fluid > .row > div:nth-child(1) .content-slider .content .heading h2 {
  color: white;
  font-size: 36px;
  margin: 0;
  line-height: 1.2;
  font-weight: 700;
}
@media (max-width: 991px) {
  .outer-container .space .step-2 .container-fluid > .row > div:nth-child(1) .content-slider .content .heading h2 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .outer-container .space .step-2 .container-fluid > .row > div:nth-child(1) .content-slider .content .heading h2 {
    font-size: 24px;
    line-height: 1.3;
  }
}
@media (max-width: 480px) {
  .outer-container .space .step-2 .container-fluid > .row > div:nth-child(1) .content-slider .content .heading h2 {
    font-size: 20px;
    line-height: 1.25;
  }
}
.outer-container .space .step-2 .container-fluid > .row > div:nth-child(1) .content-slider .content .heading h2 span {
  color: var(--primary-color) !important;
  font-size: inherit;
  display: inline;
  margin: 0;
}
.outer-container .space .step-2 .container-fluid > .row > div:nth-child(1) .content-slider .content .slider {
  color: white;
  max-width: 750px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 768px) {
  .outer-container .space .step-2 .container-fluid > .row > div:nth-child(1) .content-slider .content .slider {
    max-width: 100%;
  }
}
.outer-container .space .step-2 .container-fluid > .row > div:nth-child(1) .content-slider .content .slider .single-slide {
  border: 2px solid var(--primary-color);
  background: color-mix(in srgb, var(--primary-color) 10%, rgba(0, 0, 0, 0));
  color: white;
  border-radius: 15px;
  padding: 25px;
  box-sizing: border-box;
  width: 100%;
}
@media (max-width: 768px) {
  .outer-container .space .step-2 .container-fluid > .row > div:nth-child(1) .content-slider .content .slider .single-slide {
    padding: 20px;
    border-radius: 12px;
  }
}
@media (max-width: 480px) {
  .outer-container .space .step-2 .container-fluid > .row > div:nth-child(1) .content-slider .content .slider .single-slide {
    padding: 16px;
    border-radius: 10px;
  }
}
.outer-container .space .step-2 .container-fluid > .row > div:nth-child(1) .content-slider .content .slider .single-slide .row {
  margin: 0;
  align-items: center;
}
@media (max-width: 768px) {
  .outer-container .space .step-2 .container-fluid > .row > div:nth-child(1) .content-slider .content .slider .single-slide .row {
    flex-direction: column;
    text-align: center;
  }
}
.outer-container .space .step-2 .container-fluid > .row > div:nth-child(1) .content-slider .content .slider .single-slide .col-lg-8 {
  padding-right: 20px;
}
@media (max-width: 768px) {
  .outer-container .space .step-2 .container-fluid > .row > div:nth-child(1) .content-slider .content .slider .single-slide .col-lg-8 {
    margin-bottom: 20px;
    padding: 0;
  }
}
.outer-container .space .step-2 .container-fluid > .row > div:nth-child(1) .content-slider .content .slider .single-slide .col-lg-8 p {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .outer-container .space .step-2 .container-fluid > .row > div:nth-child(1) .content-slider .content .slider .single-slide .col-lg-8 p {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .outer-container .space .step-2 .container-fluid > .row > div:nth-child(1) .content-slider .content .slider .single-slide .col-lg-8 p {
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 8px;
  }
}
.outer-container .space .step-2 .container-fluid > .row > div:nth-child(1) .content-slider .content .slider .single-slide .col-lg-8 .source {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 480px) {
  .outer-container .space .step-2 .container-fluid > .row > div:nth-child(1) .content-slider .content .slider .single-slide .col-lg-8 .source {
    font-size: 11px;
  }
}
.outer-container .space .step-2 .container-fluid > .row > div:nth-child(1) .content-slider .content .slider .single-slide .col-lg-3 {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .outer-container .space .step-2 .container-fluid > .row > div:nth-child(1) .content-slider .content .slider .single-slide .col-lg-3 {
    padding: 0;
  }
}
.outer-container .space .step-2 .container-fluid > .row > div:nth-child(1) .content-slider .content .slider .single-slide > .row > div > p:last-of-type {
  margin-bottom: 0;
}
.outer-container .space .step-2 .container-fluid > .row > div:nth-child(1) .content-slider .content .slider .single-slide a {
  color: white;
}
.outer-container .space .step-2 .container-fluid > .row > div:nth-child(1) .content-slider .content .slider .single-slide svg {
  width: 100%;
  max-width: 140px;
  height: auto;
  fill: white;
}
@media (max-width: 768px) {
  .outer-container .space .step-2 .container-fluid > .row > div:nth-child(1) .content-slider .content .slider .single-slide svg {
    max-width: 80px;
  }
}
@media (max-width: 480px) {
  .outer-container .space .step-2 .container-fluid > .row > div:nth-child(1) .content-slider .content .slider .single-slide svg {
    max-width: 60px;
  }
}
.outer-container .space .step-2 .container-fluid > .row > div:nth-child(1) .content-footer {
  color: white;
  flex-shrink: 0;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .outer-container .space .step-2 .container-fluid > .row > div:nth-child(1) .content-footer {
    margin-top: 15px;
    padding-bottom: 70px;
    text-align: center;
  }
}
.outer-container .space .step-2 .container-fluid > .row > div:nth-child(1) .content-footer .loading {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 768px) {
  .outer-container .space .step-2 .container-fluid > .row > div:nth-child(1) .content-footer .loading {
    justify-content: center;
  }
}
.outer-container .space .step-2 .container-fluid > .row > div:nth-child(1) .content-footer .loading span {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 480px) {
  .outer-container .space .step-2 .container-fluid > .row > div:nth-child(1) .content-footer .loading span {
    font-size: 13px;
  }
}
.outer-container .space .step-2 .container-fluid > .row > div:nth-child(1) .content-footer .loading .loader {
  width: 35px;
  height: 35px;
  border-width: 5px;
}
@media (max-width: 480px) {
  .outer-container .space .step-2 .container-fluid > .row > div:nth-child(1) .content-footer .loading .loader {
    width: 18px;
    height: 18px;
    border-width: 2px;
  }
}
.outer-container .space .slider-bullets {
  position: fixed !important;
  bottom: 25px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  display: flex !important;
  gap: 10px !important;
  z-index: 1000 !important;
}
@media (max-width: 768px) {
  .outer-container .space .slider-bullets {
    bottom: 20px !important;
    gap: 8px !important;
  }
}
.outer-container .space .slider-bullets .bullet {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  border: 2px solid rgba(255, 255, 255, 0.5) !important;
  background: transparent !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  outline: none !important;
}
@media (max-width: 768px) {
  .outer-container .space .slider-bullets .bullet {
    width: 8px !important;
    height: 8px !important;
  }
}
.outer-container .space .slider-bullets .bullet.active {
  background: rgba(255, 255, 255, 0.8) !important;
  border-color: rgba(255, 255, 255, 0.8) !important;
}
.outer-container .space .slider-bullets .bullet:hover {
  transform: scale(1.2) !important;
}
.middle-container {
  flex: 1;
}
header .logo-background img {
  padding: 8px;
  background-color: #222;
  border-radius: 8px;
}
.page-template-confirm-template * {
  font-family: "Inter", sans-serif !important;
}
.page-template-confirm-template .outer-box {
  max-width: 90vw;
  width: 850px;
  margin: 80px auto;
}
@media (max-width: 991px) {
  .page-template-confirm-template .outer-box {
    margin: 30px auto;
  }
}
.page-template-confirm-template .outer-box h1 {
  font-size: 48px;
  text-align: center;
}
@media (max-width: 991px) {
  .page-template-confirm-template .outer-box h1 {
    font-size: 32px;
  }
}
.page-template-confirm-template .outer-box p {
  font-size: 14px;
  text-align: center;
  color: #bbbbbb;
}
.page-template-confirm-template .inner-box {
  border-radius: 15px;
  padding: 70px;
  font-family: Arial, sans-serif;
  background-image: url("../../themes/webmix/assets/img/image24.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .page-template-confirm-template .inner-box {
    padding: 35px;
  }
}
.page-template-confirm-template .inner-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #070214;
  opacity: 0.7;
  border-radius: 30px;
}
.page-template-confirm-template .inner-box > div {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-template-confirm-template .inner-box > div h1 {
  color: var(--primary-color);
  font-size: 36px;
  margin-bottom: 20px;
}
.page-template-confirm-template .inner-box > div p {
  color: #fff;
  font-size: 24px;
  line-height: 1.6;
  text-align: center;
  font-weight: 300;
}
.page-template-confirm-template .inner-box > div p strong {
  font-weight: 700;
}
.page-template-confirm-template .inner-box > div button {
  background-color: var(--primary-color);
  color: white;
  padding: 16px 30px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  font-size: 20px;
  margin-top: 70px;
}
.page-template-confirm-template .inner-box > div button:hover {
  background-color: var(--secondary-color);
}
