/*
Theme Name: Hello Biz Child
Theme URI: https://github.com/elementor/hello-biz-child/
Description: Hello Biz Child is a child theme of Hello Biz, created by Elementor team
Author: Elementor Team
Template: hello-biz
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Version: 1.0.0
Stable tag: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-biz-child
Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready, style-variations
*/

/* Add your custom styles here */



/* .page-id-9 header,
.page-id-9 footer{
    display: none !important;
} */


.error404 header,
.error404  footer{
   display: none !important;
}


.inverted img{
        filter: invert(1) !important;
}

#app {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

#wrapper {
  text-align: center;
}

.sub {
  color: #9d7cff;
  letter-spacing: 1em;
}

/* Our mixin positions a copy of our text
directly on our existing text, while
also setting content to the appropriate
text set in the data-text attribute. */
.glitch {
  position: relative;
  color: white;
  font-size: 4em;
  letter-spacing: 0.5em;
  /* Animation provies a slight random skew. Check bottom of doc
  for more information on how to random skew. */
  animation: glitch-skew 1s infinite linear alternate-reverse;
}

.glitch2 {
    font-family: "Neometric";
    font-size: 8vw;
    font-weight: 800;
    mix-blend-mode: overlay;
  position: relative;
  color: white;
  font-size: 8vw;
  /* Animation provies a slight random skew. Check bottom of doc
  for more information on how to random skew. */
  animation: glitch-skew 1s infinite linear alternate-reverse;
}

.glitch::before,
.glitch2::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: 2px;
  text-shadow: -4px 0 #caf819;
  /* Creates an initial clip for our glitch. This works in
  a typical top,right,bottom,left fashion and creates a mask
  to only show a certain part of the glitch at a time. */
  clip: rect(44px, 450px, 56px, 0);
  /* Runs our glitch-anim defined below to run in a 5s loop, infinitely,
  with an alternating animation to keep things fresh. */
  animation: glitch-anim 5s infinite linear alternate-reverse;
}
.glitch::after,
.glitch2::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: -2px;
  text-shadow: -4px 0 #9d7cff, 4px 4px #caf819;
  animation: glitch-anim2 1s infinite linear alternate-reverse;
}

/* Creates an animation with 20 steaps. For each step, it calculates 
a percentage for the specific step. It then generates a random clip
box to be used for the random glitch effect. Also adds a very subtle
skew to change the 'thickness' of the glitch.*/
@keyframes glitch-anim {
  0% {
    clip: rect(32px, 9999px, 75px, 0);
    transform: skew(0.88deg);
  }
  5% {
    clip: rect(77px, 9999px, 13px, 0);
    transform: skew(0.85deg);
  }
  10% {
    clip: rect(43px, 9999px, 22px, 0);
    transform: skew(0.12deg);
  }
  15% {
    clip: rect(51px, 9999px, 65px, 0);
    transform: skew(0.54deg);
  }
  20% {
    clip: rect(86px, 9999px, 62px, 0);
    transform: skew(0.05deg);
  }
  25% {
    clip: rect(23px, 9999px, 86px, 0);
    transform: skew(0.14deg);
  }
  30% {
    clip: rect(25px, 9999px, 92px, 0);
    transform: skew(0.87deg);
  }
  35% {
    clip: rect(44px, 9999px, 67px, 0);
    transform: skew(0.9deg);
  }
  40% {
    clip: rect(79px, 9999px, 42px, 0);
    transform: skew(0.24deg);
  }
  45% {
    clip: rect(51px, 9999px, 57px, 0);
    transform: skew(0.92deg);
  }
  50% {
    clip: rect(55px, 9999px, 13px, 0);
    transform: skew(0.93deg);
  }
  55% {
    clip: rect(68px, 9999px, 25px, 0);
    transform: skew(0.93deg);
  }
  60% {
    clip: rect(7px, 9999px, 66px, 0);
    transform: skew(0.95deg);
  }
  65% {
    clip: rect(80px, 9999px, 59px, 0);
    transform: skew(0.5deg);
  }
  70% {
    clip: rect(80px, 9999px, 52px, 0);
    transform: skew(0.13deg);
  }
  75% {
    clip: rect(36px, 9999px, 95px, 0);
    transform: skew(0.78deg);
  }
  80% {
    clip: rect(32px, 9999px, 58px, 0);
    transform: skew(0.35deg);
  }
  85% {
    clip: rect(9px, 9999px, 47px, 0);
    transform: skew(0.2deg);
  }
  90% {
    clip: rect(39px, 9999px, 52px, 0);
    transform: skew(0.11deg);
  }
  95% {
    clip: rect(10px, 9999px, 21px, 0);
    transform: skew(0.33deg);
  }
  100% {
    clip: rect(80px, 9999px, 49px, 0);
    transform: skew(0.83deg);
  }
}
@keyframes glitch-anim2 {
  0% {
    clip: rect(15px, 9999px, 86px, 0);
    transform: skew(0.39deg);
  }
  5% {
    clip: rect(33px, 9999px, 1px, 0);
    transform: skew(0.62deg);
  }
  10% {
    clip: rect(19px, 9999px, 8px, 0);
    transform: skew(0.5deg);
  }
  15% {
    clip: rect(89px, 9999px, 87px, 0);
    transform: skew(0.11deg);
  }
  20% {
    clip: rect(97px, 9999px, 73px, 0);
    transform: skew(0.43deg);
  }
  25% {
    clip: rect(99px, 9999px, 96px, 0);
    transform: skew(0.11deg);
  }
  30% {
    clip: rect(80px, 9999px, 36px, 0);
    transform: skew(0.66deg);
  }
  35% {
    clip: rect(58px, 9999px, 97px, 0);
    transform: skew(0.6deg);
  }
  40% {
    clip: rect(75px, 9999px, 38px, 0);
    transform: skew(0.46deg);
  }
  45% {
    clip: rect(27px, 9999px, 68px, 0);
    transform: skew(0.29deg);
  }
  50% {
    clip: rect(58px, 9999px, 8px, 0);
    transform: skew(0.71deg);
  }
  55% {
    clip: rect(63px, 9999px, 88px, 0);
    transform: skew(0.45deg);
  }
  60% {
    clip: rect(80px, 9999px, 55px, 0);
    transform: skew(0.8deg);
  }
  65% {
    clip: rect(50px, 9999px, 82px, 0);
    transform: skew(0.84deg);
  }
  70% {
    clip: rect(67px, 9999px, 14px, 0);
    transform: skew(0.53deg);
  }
  75% {
    clip: rect(40px, 9999px, 15px, 0);
    transform: skew(0.05deg);
  }
  80% {
    clip: rect(49px, 9999px, 83px, 0);
    transform: skew(0.85deg);
  }
  85% {
    clip: rect(23px, 9999px, 91px, 0);
    transform: skew(0.16deg);
  }
  90% {
    clip: rect(55px, 9999px, 32px, 0);
    transform: skew(0.72deg);
  }
  95% {
    clip: rect(43px, 9999px, 69px, 0);
    transform: skew(0.88deg);
  }
  100% {
    clip: rect(21px, 9999px, 31px, 0);
    transform: skew(0.4deg);
  }
}
@keyframes glitch-skew {
  0% {
    transform: skew(0deg);
  }
  10% {
    transform: skew(-1deg);
  }
  20% {
    transform: skew(3deg);
  }
  30% {
    transform: skew(2deg);
  }
  40% {
    transform: skew(3deg);
  }
  50% {
    transform: skew(4deg);
  }
  60% {
    transform: skew(0deg);
  }
  70% {
    transform: skew(5deg);
  }
  80% {
    transform: skew(3deg);
  }
  90% {
    transform: skew(4deg);
  }
  100% {
    transform: skew(-2deg);
  }
}




/*========================Menu Gradient==============================*/



body {
  overflow: hidden;
}

#webGLApp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#contenedor_html{
  width: 100%;
  height: 100%;
}


.mdw-side-menu-area  canvas{
  opacity: 0 !important;
  transition: all 1.2s ease-in-out !important;
}
.mdw-side-menu-area.open canvas{
  opacity: 1 !important;
  transition: all 1.2s ease-in-out !important;
}


#lista_nqh_menu a span {
  opacity: 0.35;
  transition: all 0.5s ease-in-out !important;
}

#lista_nqh_menu a:hover span {
  opacity: 1;
  transition: all 0.5s ease-in-out !important;
}

.wp-image-245{
  filter: invert(1);
}

/* .heading {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: white;
  text-align: center;
  white-space: nowrap;
  pointer-events: none;
  text-wrap: auto;
  font-family: "Syne", sans-serif;
  font-size: clamp(3.5rem, 9vw, 9rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: none;
  line-height: 1;
} */

/* Show all options in a grid for comparison */
.headings-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 4rem;
  width: 80vw;
  max-width: 1200px;
  pointer-events: none;
}

.color-controls {
  position: fixed;
  top: 2rem;
  right: 2rem;
  z-index: 10;
  display: flex;
  gap: 1rem;
  pointer-events: auto;
}
.color-btn {
  min-width: 48px;
  height: 48px;
  padding: 0.75rem 1.25rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 24px;
  color: white;
  font-family: "Syne", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.color-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
}
.color-btn.active {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.6);
}

/* Color Adjuster Panel */
.color-adjuster-panel {
  position: fixed;
  top: 2rem;
  left: 2rem;
  z-index: 100;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: 1.5rem;
  min-width: 320px;
  max-width: 400px;
  pointer-events: auto;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  display: none;
}

.color-adjuster-panel.open {
  display: block;
}

.color-adjuster-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.color-adjuster-title {
  color: white;
  font-family: "Syne", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.color-adjuster-close {
  background: none;
  border: none;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}

.color-adjuster-close:hover {
  opacity: 0.7;
}

.color-picker-group {
  margin-bottom: 1.25rem;
}

.color-picker-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
  color: white;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
}

.color-picker-wrapper {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.color-picker-input {
  width: 60px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  cursor: pointer;
  background: none;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
}

.color-picker-input::-webkit-color-swatch-wrapper {
  padding: 0;
}

.color-picker-input::-webkit-color-swatch {
  border: none;
  border-radius: 6px;
}

.color-value-display {
  flex: 1;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  padding: 0.5rem 0.75rem;
  color: white;
  font-family: "Inter", monospace;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  cursor: text;
  user-select: all;
  transition: all 0.3s ease;
}

.color-value-display:hover {
  background: rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.4);
}

.color-value-display:focus {
  outline: none;
  background: rgba(0, 0, 0, 0.4);
  border-color: rgba(255, 255, 255, 0.5);
}

.copy-btn {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  padding: 0.5rem 0.75rem;
  color: white;
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.copy-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
}

.copy-btn.copied {
  background: rgba(76, 175, 80, 0.3);
  border-color: rgba(76, 175, 80, 0.5);
}

.color-adjuster-actions {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  gap: 0.75rem;
}

.export-btn {
  flex: 1;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  padding: 0.75rem;
  color: white;
  font-family: "Syne", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.export-btn:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
}

.toggle-adjuster-btn {
  position: fixed;
  top: 2rem;
  left: 2rem;
  z-index: 100;
  padding: 0.75rem 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  font-family: "Syne", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  border-radius: 8px;
  pointer-events: auto;
}

.toggle-adjuster-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
}

.custom-cursor {
  position: fixed;
  width: 40px;
  height: 40px;
  border: 2px solid white;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1000;
  transform: translate(-50%, -50%);
  transition: width 0.2s ease, height 0.2s ease, border-width 0.2s ease;
  background: transparent;
  will-change: transform;
}
.custom-cursor::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
}
body {
  cursor: none;
}
#toggleAdjusterBtn{
  display: none !important;
}
#toggleAdjusterBtn{
  visibility: hidden;
}



/*========================mediaquery==============================*/

@media screen and (max-width:500px) {
.glitch {
  font-size: 2.2em;
}

.glitch2 {
  font-size: 14vw;
  text-align: center;
font-family: neometricextra_bold !important;
line-height: 1 !important;
}

.error404 header,
.error404  footer{
   display: none !important;
}

}




/*========================font-face==============================*/

@font-face {
    font-family: 'neometricmedium_italic';
    src: url('font/neometric_medium_italic_italic-webfont.woff2') format('woff2'),
         url('font/neometric_medium_italic_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'neometricregular';
    src: url('font/neometric-regular-webfont.woff2') format('woff2'),
         url('font/neometric-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'neometricbold';
    src: url('font/unnamed_bold_regular-webfont.woff2') format('woff2'),
         url('font/unnamed_bold_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'neometricmedium';
    src: url('font/neometric_medium_regular-webfont.woff2') format('woff2'),
         url('font/neometric_medium_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'neometriclight_italic';
    src: url('font/neometric_light_italic_italic-webfont.woff2') format('woff2'),
         url('font/neometric_light_italic_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'neometricheavy_italic';
    src: url('font/neometric_heavy_italic_bold_italic-webfont.woff2') format('woff2'),
         url('font/neometric_heavy_italic_bold_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'neometriclight';
    src: url('font/neometric_light_regular-webfont.woff2') format('woff2'),
         url('font/neometric_light_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'neometric_italicitalic';
    src: url('font/neometric_italic_italic-webfont.woff2') format('woff2'),
         url('font/neometric_italic_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'neometrichairline_italic';
    src: url('font/neometric_hairline_italic_italic-webfont.woff2') format('woff2'),
         url('font/neometric_hairline_italic_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'neometrichairline';
    src: url('font/neometric_hairline_regular-webfont.woff2') format('woff2'),
         url('font/neometric_hairline_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'neometricheavy';
    src: url('font/neometric_heavy_bold-webfont.woff2') format('woff2'),
         url('font/neometric_heavy_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'neometricextra_light_italic';
    src: url('font/neometric_extra_light_italic_italic-webfont.woff2') format('woff2'),
         url('font/neometric_extra_light_italic_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'neometricextra_light';
    src: url('font/neometric_extra_light_regular-webfont.woff2') format('woff2'),
         url('font/neometric_extra_light_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'neometricextra_bold';
    src: url('font/neometric_extra_bold_bold-webfont.woff2') format('woff2'),
         url('font/neometric_extra_bold_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'neometricextra_bold_italic';
    src: url('font/neometric_extra_bold_italic_bold_italic-webfont.woff2') format('woff2'),
         url('font/neometric_extra_bold_italic_bold_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'neometric_bold_italicBdIt';
    src: url('font/neometric_bold_italic_bold_italic-webfont.woff2') format('woff2'),
         url('font/neometric_bold_italic_bold_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'neometricblack';
    src: url('font/neometric_black_regular-webfont.woff2') format('woff2'),
         url('font/neometric_black_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'neometricblack_italic';
    src: url('font/neometric_black_italic_bold_italic-webfont.woff2') format('woff2'),
         url('font/neometric_black_italic_bold_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}