:root {
    --tlt-br-cnt: 50;
    --i: 0;
    --main-color: black; /* Red */
    --second-color: #393939; /* Red */
    --akzent-color: blue; /* Red */
    --akzent-color-2: red; /* Red */
    --text-color: white;
}

@font-face {
    font-family: "Angle Grotesque";
    src: url("./font/NewFontVF.ttf") format("truetype-variations"),
         url("./font/NewFontVF.ttf") format("woff");
}


@font-face {
    font-family: "autika";
    src: url("./font/autikaVF.ttf") format("truetype-variations"),
         url("./font/autikaVF.ttf") format("woff");
}

@font-face {
    font-family: "stardust";
    src: url("../font/ABCDiatypePlusVariable-Trial.ttf") format("truetype-variations"),
         url("../font/ABCDiatypePlusVariable-Trial.ttf") format("woff");
}

.custom-cursor {
        cursor: url('custom-cursor.png'), auto; /* Replace 'custom-cursor.png' with your custom cursor image */
}

.homepage {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: -webkit-fill-available;
  height: 100vh;
  margin: 20px;
}

a {
  color: inherit;
}


.covermenu {
  position: fixed;
  display: flex;
  flex-direction: row;
  grid-gap: 20px;
  top: 0;
  background-color: blue;
  padding: 10px;
  width: -moz-avaialable;
  width: fill-available;
  width: -webkit-fill-available;
  z-index: 99999999999999999;
  color: white !important;
  display: none;
}

.covermenu a {
  color: white !important;
}

.coverbox {
  background-color: #444;
  color: #fff;
  border-radius: 5px;
  padding: 20px;
  font-size: 150%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-height: 20vh;
}

.coverbox:nth-child(even) {
  background-color: #ccc;
  color: #000;
  min-height: 200px;
}

.cover {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(60vh,1fr));
    margin-bottom: 2em;
    color: white;
    width: -webkit-fill-available;
  }


body {
    height: 100vh; /* This ensures the body covers the full viewport height */
    margin: 0; /* Remove default margin to prevent any spacing around the body */
    color: var(--text-color);;
    background-color: white; 
    font-family: "autika Regular";
}



.logo {
  margin-bottom: 20px;
}


.parent {
  position: fixed;
    top: 0;
    left: 0;
    padding: 0px;
    display: none;
    flex-direction: row;
    justify-content: center;
    background: white;
    width: 70%;
    height: 70%;
    z-index: 9999999999999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.child {
  width: 100%;
    display: flex;
    flex-direction: column;
    transition: width .3s ease,height .3s ease;
    background: linear-gradient(0deg, var(--main-color) 0%, var(--second-color) 100%);
    overflow: scroll;
}

.child img {
  width: inherit;
}

.face-detected {
  width: 30% !important;
}

.parent .child:nth-child(odd) {
    background: grey;
}

.parent .child:nth-child(even) {
    /* Your styles for even child divs */
}
/*butons*/


.button-canvas-wrapper {
  position: absolute;
  bottom: 0;
  padding: 10px;
  width: auto

}

.button-canvas-wrapper-intro {
  width: auto;

}

.button-camera-wrapper {
  position: absolute;
  bottom: 0;
  padding: 20px;
        width: -moz-available;          /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    width: fill-available;
    grid-gap: 20px;
    display: flex;
    flex-direction: column;

}


.camera-button {
    white-space: nowrap;
    cursor: pointer;
    transition: 200ms;
    width: 100% !important;
    animation: borderPulse 1s infinite ease-out;
    background-color: blue !important;
    color: black !important;
}




/* Declare border pulse animation */
@keyframes borderPulse {
  0% {
    box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255,.4), 0px 0px 0px 0px rgba(255,255,255,1);
  }
  100% {
    box-shadow: inset 0px 0px 0px 3px rgba(117, 117, 255,.2), 0px 0px 0px 10px rgba(255,255,255,0);
  }
}

/* Declare shine on hover animation */
@keyframes hoverShine {
  0%{
    background-image: linear-gradient(135deg, rgba(255,255,255,.4) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
  }
  50%{
    background-image: linear-gradient(135deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.4) 50%, rgba(255,255,255,0) 100%);
  }
  100%{
    background-image: linear-gradient(135deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,.4) 100%);
  }
}





.button-background {
  background: #5551FF;
    white-space: nowrap;
    color: #FFFFFF;
    display: inline-block;
        font-size: 1.1rem;
    line-height: 20px;
    padding: 15px 20px 15px 20px;
    border-radius: 12px;
    cursor: pointer;

}

.button-underline {
    text-underline-offset: 8px;
    text-decoration-line: underline;
    color: white;
        padding: 19px 36px 21px;
    border-radius: 12px;
}



.custom-cursor {
    position: absolute;
    pointer-events: none;
    width: 32px; /* Width of your cursor image */
    height: 32px; /* Height of your cursor image */
    background-image: url('/Users/kushtrim/Library/Mobile Documents/com~apple~CloudDocs/00-PhD/02-responsive-poems/02-auto-dashboard/01-application/img/car.png'); /* Path to your PNG cursor image */
    background-size: cover;
    z-index: 9999; /* Ensure the cursor appears above other elements */
}


.label {
  transition:800ms;
}
.notify {
  text-align: center;
}
html {
    scroll-behavior: smooth;
}


p {
  font-size: 16px !important;
  line-height: 160%;
}

h1 {
    font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
   "wght" 620, "slnt" 0;
  font-size: 40vw !important;
  z-index: 99999;
  color: #15f005;
}


h2 {
  margin: 0;
  font-size: 1.8vw ;
  font-weight: 475;
  line-height: 130%;
}

h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 900;
}



h4 {
  margin: 0;
  font-size: 26px;
  font-weight: 600;
}

main {
    margin: 0;
    width: -webkit-fill-available;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 5px;
    border-radius: 8px;
    pointer-events: visible;
    transition: all 0.5s ease;
    height: min-content;
    padding: 0;
    mix-blend-mode. exclusion;
}


canvas {
  width: 100% !important;
  height: auto !important;
  display: flex !important;
  background: var(--second-color);
  filter: saturate(0.5);
}

.mainMenu {
    top: 0;
    position: fixed;
    width: -webkit-fill-available;
    padding: 20px;
    display: flex;
    width: -moz-available;
    transition: top 0.2s;
    max-width: var(--width);
    margin: auto;
    align-items: center;
    z-index: 99999999;
}

.mainMenu a {
    z-index: 1;
    text-decoration: none;
    font-size: 18px !important;
}


.logo svg {
  fill: white;
}


.mainMenu svg {
  height: 40px;
}

a:active {
    color: #ff0000 !important; /* Color for active links (clicked) */
}


.menu-item  {
    margin-left: auto !important;
}

.menu-left {
    margin-right: auto !important;
}



.menu-right {

  margin-left: auto;
}

.intro {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 80px;
    z-index: 90000000;
    transition: 1s ease-in-out;
    margin: auto;
    text-align: center;
    background: #1f1f1f;
    color: white;
}

.intro-container {
  display: flex;
  align-items: center; /* Center vertically */
  justify-content: center; /* Center horizontally */
  text-align: center;
  flex-direction: column;
  grid-column: 3 / 11;
}

.text-paragraph {
  display: flex;
  max-width: 800px;
  margin: auto;
  font-size: 22px;
}

.header {
  background-color: none;
  padding: 120px !important;
  border-radius: 0px 0px 40px 40px !important;
  padding: 60px;
}

.machinelearning {
  background-color: #c7b9ff;
}

.intro-text {
  font-size: 8vw;
  margin: 0;

}

.intro-container-row {
  display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px,1fr));
  grid-gap: 40px;
}

.in-grid {
  width: 100%;
  border-color: rgb(21 21 21/var(--tw-border-opacity));
  border-width: 2px;
  display: grid;
  grid-gap: 80px;
  grid-column: 2 / 8;
}


.in-grid  video {
  width: 100%;
  border-radius: 20px;
}


.full-width {
  width: 100%;
  border-color: rgb(21 21 21/var(--tw-border-opacity));
  border-width: 2px;
  display: grid;
  grid-gap: 40px;
  grid-column: 1 / 9;
}


.intro-box {
    display: flex;
    flex-direction: column;
    text-align: left !important;
    border-radius: 20px;
    color: white;
}

.intro-box svg {
  max-width: 40px;
  fill: white;
}

.intro-box img {
  width: 100%;
  border-radius: 20px;
}


.cards {
    background: #28292a;
    border-radius: 20px;
}


.cards-text {
    padding: 20px;
    background: #28292a;
    margin: 0;
    border-radius: 20px;
}

.cards h4 {
  margin-bottom: 10px;
}

.intro-container-innen {
    width: 100%;
    display: grid;
    grid-gap: 40px;
    bottom: 0;
    left: 0;
    max-width: var(--width);
    margin: auto;
    width: -webkit-fill-available !important;
    left: 0;
    right: 0;
    align-items: flex-end;
    z-index: 99999999;
    grid-column: 1 / 7;
}



#loading-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999999999999999; /* Set a high z-index to ensure it appears on top */
  display: none;
}

#loading-container img {
  width: 50%; /* Adjust the width as needed */
}


#name-entry-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none; /* Initially hide the container */
  justify-content: center;
  align-items: center;
  z-index: 1000; /* Set a high z-index to ensure it appears on top */
}

#name-entry-loading img {
  width: 50px; /* Adjust the width as needed */
  height: 50px; /* Adjust the height as needed */
}

.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999999;
    padding: 0px;
    display: none;
    flex-direction: column;
    justify-content: center;
    height: auto;
    width: 50vh;
  }

  .modal-content {
    background-color: var(--main-color);
    color: var(--text-color);;
    padding: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
    grid-gap: 20px;
  }
  .modal-content p {
    margin: 0;
  }


.modal-content input {
   font-size: 24px;
}

.modal-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  grid-gap: 10px;
}

  .close {
    font-weight: bold;
  }

  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


.wrapper {
  flex-direction: row;
  height: 100%;
  text-align: center;
  display: flex;
    display: flex;

}

.a {
  width: 24%;
  transition: 0.1s;
  position: relative;
}

.close-sliders {
  width:  20px;
  background-color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  fill: white;
}

.close-sliders-right {
    width:  20px;
  background-color: var(--main-color);
    display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  fill: white;
}

.b {
  width: 100%;
  display: flex;
  background: linear-gradient(90deg, var(--main-color) 0%, var(--second-color) 100%);
  color: white;
  align-items: center;
  overflow: hidden;
  position: relative;
  position: relative;
}


.c {
    width: 25%;
    transition: 0.1s;
}


.content-inside {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
     display: flex; 
     align-items: center;
}



.menu {
  background: none;
  top: 0;
  height: min-content;
  align-self: self-start;
  position: absolute;
  width: -webkit-fill-available;
  width: -moz-available;
  display: flex;
  flex-direction: row;
  z-index: 999999;
  margin: 20px;
}




.face-info {
    flex-direction: row;
    height: auto;
    right: 0;
    color:  white;
    justify-content: left;
    align-items: center;
    line-height: 160%;
    grid-gap: 10px;
    margin-right: auto;
}


.notification-bar {
    flex-direction: row;
    height: auto;
    right: 0;
    color:  white;
    justify-content: left;
    align-items: center;
    font-size: 14px;
    line-height: 160%;
    grid-gap: 10px;
    margin: 0px;
}


.items-left {
/*  margin-right: auto;*/
  display: flex;
    grid-gap: 10px;
}
#notification {
  display: none;
}

.active {
  /* Start the shake animation and make the animation last for 0.5 seconds */
  animation: shake 0.5s;
  background: #ff7262 !important;
  display: flex !important;
  transition: 400ms;
  /* When the animation is finished, start again */
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}



.face-info > div {
  border-radius: 20px;
}


.face-info > span {
  padding: 10px;
  border-radius: 20px;
  background: grey;
}

.active-face {
  color: var(--text-color) !important;
  background: var(
  --akzent-color) !important;
}


.footer {
  background: none;
  bottom: 0 !important;
  height: min-content;
  width: 100%;
  align-self: flex-end;
  z-index: 99999999;
  width: -webkit-fill-available;
  display: flex;
  flex-direction: row;
  margin: 20px;
  grid-gap: 10px;
  position: absolute;
  justify-content: center;
}


.linear {
  right: 0;
  background: green;
  width:  20px;
  height: 100%;
}


.textWrapper {
    background-color: linear-gradient(0deg, var(--main-color) 0%, var(--second-color) 100%);
    position: absolute;
    width: inherit;
    display: flex;
    align-items: center;
    height: 100%;
    overflow: scroll;
    text-align: center;
    justify-content: center;
}

.variableElement  {
  text-align: center;
  z-index: 999999;
  width: fit-content;
  appearance: none!important;
  overflow-wrap: break-word;
}

#div-numbers {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 0;
  position: absolute;
  margin: 10px;
  height: auto;
  background: white;
  opacity: 0;
}


 .rounded-number {
    padding: 0px;
    display: flex;
    cursor: pointer;
    color: black;
    text-align: center;
    height: -webkit-fill-available;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
  }

  .active-number {
    background-color: #3498db;
    color: black;
  }


.settings-container {
  text-align: left;
  overflow: scroll;
  background: linear-gradient(0deg, var(--main-color) 0%, var(--second-color) 100%);
}

.setting-item {
  width: auto;
  padding: 20px 20px 0px 20px;
  display: flex;
    flex-direction: column;
    grid-gap: 20px;
}

.setting-item p {
  margin: 0;
}


.settings-row a {
  margin-right:10px;
}

input {
  margin-top: 5px;
  margin-bottom: 5px;#face-info;
  width: 100%;
  background: #303030;
  color: white;
}

.Navbar__item {
    width: -webkit-fill-available;
    display: flex;
    flex-direction: row;  
    align-items: center;
    cursor: pointer;
}


.Navbar__item svg {
    max-height: 1.75rem;
    margin-right: 4px;
    fill: white;
}


.font-container {
  display: flex;
  grid-gap: 10px;
    flex-direction: column;


}

.main-button {
  width: 100%;
  flex-direction: row;
    height: auto;
    right: 0;
    background: linear-gradient(90deg, var(--text-color) 0%, var(--text-color) 100%);
    width: fit-content;
    justify-content: left;
    padding: 10px;
    align-items: center;
    border-radius: 20px;
    cursor: pointer;
    border: none;
    color: var(--main-color);
    position: relative;
}

.main-button:hover {
  opacity: 0.5;
  transition: 100ms;
}



.no-background {
  background: none !important;
  color: inherit !important;
}

.notification-button {
  background: #0acf83;
}
#themeOneButton {
      background: #0a3c52;
      color: white !important;
      width: auto;
      font-variation-settings: "cntr" 400, "opsz" 8, "wght" 710;
}


#themeTwoButton {
      background: #0066eb;
      color: #121212  !important;
      width: auto;
            font-variation-settings: "cntr" 400, "opsz" 8, "wght" 710;

}

#themeThreeButton {
      background: #8b764e !important;
      color: #f5deb3   !important;
      width: auto;
            font-variation-settings: "cntr" 400, "opsz" 8, "wght" 710;

}

#themeFourButton {
      background: #ff0059 !important;
      color: #cbcc58   !important;
      width: auto;
            font-variation-settings: "cntr" 400, "opsz" 8, "wght" 710;

}


#themeFiveButton {
      background: #c4eed0;
      color: #ff0059 !important;
      width: auto;
      font-variation-settings: "cntr" 400, "opsz" 8, "wght" 710;
}



.btn-marquee {
  font-weight: 600;
  border: none;
  overflow: hidden;
  transition: 0.3s;
}


.btn-marquee span:hover {
  -webkit-animation: move-left 10s linear infinite;
          animation: move-left 10s linear infinite;
}


.btn-marquee span {
  display: block;
  padding: 0 20px;

}
.btn-marquee span::after {
  position: absolute;
  content: attr(data-text);
  top: 0;
  left: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}


@-webkit-keyframes move-left {
  to {
    transform: translateX(-100%);
  }
}
@keyframes move-left {
  to {
    transform: translateX(-100%);
  }
}

.secondary-button {
  width: 100%;
  flex-direction: row;
  height: auto;
  right: 0;
  background: none;
  color: white;
  width: fit-content;
  justify-content: left;
  align-items: center;
  border-radius: 20px;
  cursor: pointer;
  border: none;
  align-items: center;
  justify-content: center;
  display: flex;
  width: max-content;
  grid-gap: 10px;
}

.secondary-button svg {
  fill: white;
}

.secondary-button:hover {
  opacity: 0.5;
  transition: 100ms;
}

.button-comingsoon {
  opacity: 0.4;
}


.button-libraries {
    display: none;
}

.popup-item-words {
  overflow: auto;
}

.popup-item-words img {
    width: 20%;
}



#closeButton {
  position: fixed;
  left: 20px;
  top: 20px;
  grid-gap: 20px;
  cursor: pointer;
}



/* From here on it's styling the sliders */


/* Styles the whole slider */
.mySliders{
  width: 80px;
  background-color: transparent;
  
  /* Removes some defaults */
  -webkit-appearance: none;
}



/* Style the range input sliders */
.slider-container input[type="range"] {
  -webkit-appearance: none; /* Remove default styling */
  appearance: none;
  width: 100%; /* Set the width of the sliders */
  height: 4px; /* Set the height of the sliders */
  background: black;
  border-radius: 5px; /* Set border radius */
  outline: none; /* Remove outline */
  margin-top: 5px; /* Adjust spacing above sliders */
}

/* Style the thumb of the sliders */
.slider-container input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; /* Remove default styling */
  appearance: none;
  width: 20px; /* Set the width of the thumb */
  height: 20px; /* Set the height of the thumb */
  background: var(--text-color); /* Set the background color of the thumb */
  border-radius: 50%; /* Create a circular thumb */
  cursor: pointer; /* Change cursor on hover */
}

/* Style the thumb of the sliders when focused */
.slider-container input[type="range"]:focus::-webkit-slider-thumb {
  outline: none; /* Remove outline */
}

/* Style the thumb of the sliders when focused for Firefox */
.slider-container input[type="range"]:focus::-moz-range-thumb {
  outline: none; /* Remove outline */
}



.new-face-alert {
  background: white;
  padding: 4px;
  color: black;
  border-radius: 20px;
  min-width: fit-content;
}


@media only screen and (max-width: 600px) {
  .a {
      width: 80px;
      position: fixed;
      height: 100%;
  }

  .close {
    background-color: yellow;
    position: fixed;
    height: 100%;
       display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  }
  
  .text {
    text-align: center;
    font-size: 40px;
  }
}