@font-face {
	src: url('https://res.cloudinary.com/dr6lvwubh/raw/upload/v1529908256/CompressaPRO-GX.woff2');
	font-family:'Compressa VF';
	font-style: normal;
}

@font-face {
	font-family: "Bandeins Sans & Strange Variable";
	src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/85648/BandeinsStrangeVariableGX.ttf");
}


@font-face {
    font-family: "test-font";
    src: url("../font/WHOA-Spine-v0.4.1.ttf") format("truetype-variations"),
         url("../font/WHOA-Spine-v0.4.1.ttf") format("woff");
}


@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@200..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');




input {
    display: none;
}

/* Hide the actual input */
#imageUpload {
  display: none;
}

/* Style the custom label */
.custom-file-upload {
  display: inline-block;
  background-color: #4CAF50; /* Green background */
  color: white; /* White text */
  padding: 10px 20px; /* Padding */
  border-radius: 5px; /* Rounded corners */
  cursor: pointer; /* Pointer cursor */
  transition: background-color 0.3s ease; /* Smooth hover effect */
  font-family: Arial, sans-serif; /* Font */
  font-size: 16px; /* Font size */
}

/* Hover effect */
.custom-file-upload:hover {
  background-color: #45a049; /* Darker green */
}

/* Additional container styling (optional) */
.file-upload {
  text-align: center; /* Center-align the button */
  margin: 20px 0; /* Add some spacing */
}




.menu {
    display: flex;
    flex-direction: row;
    grid-gap: 20px;
}

.loader-generate {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: -webkit-fill-available;
  background: powderblue;
  color: #fff;
  z-index: 1000;
  flex-direction: column;
  position: absolute;
  z-index: 99999999999999;
  border-radius: 20px;
}

.progress-bar {
  width: 0;
  height: 5px;
  background: #4CAF50;
  transition: width 0.5s;
  margin-top: 10px;
}

.loading-text-2 {
  font-size: 16px;
}







.variable-fonts {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
p {
    margin: 0;
}



.file-upload {
width: 100%;
    /* height: 100px; */
    border-radius: 4px;
    background-color: #D2E3FC;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* margin-bottom: 15px; */
    cursor: pointer;
    color: #1967D2;
    /* font-size: 14px; */
    border-radius: 20px;
}



input[type="text"] {
border: none;
    border-radius: 20px;
    outline: none;
    text-align: left;
    height: auto;
    width: initial;

}

input[type="text"]:focus {
  border-color: #007BFF; /* Border color when focused */
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); /* Shadow on focus */
}




.footer {
    color: white;
    opacity: 0  ;
    display: flex;
    flex-direction: row;
    color: white;
    display: flex;
    flex-direction: row;
    width: -webkit-fill-available;
    grid-column: span 3;
    position: absolute;
    bottom: 0px;
    padding: 20px;
    align-items: end;
}

.element {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.left {
    margin-left: auto;
}

.right {
    margin-right: auto;
    display: flex;
    flex-direction: column;
    background: grey;
    padding: 20px;
    grid-gap: 20px;
    border-radius: 20px;
}

.generator-loader {
  width: 100%;
  height: 30px;
  background-color: #f3f3f3;
  border: 1px solid #ccc;
  position: relative;
  margin-top: 20px;
}

.loader-bar {
  height: 100%;
  background-color: #4caf50; /* Change this color as needed */
  transition: width 0.1s ease;
}

#loader-text {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
}






.intro-text {
display: flex;
    align-items: center;
    grid-column: span 3;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    text-align: center;
    align-items: center;
    justify-content: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    font-family: 'Compressa VF';
    font-size: 10vh;
    font-variation-settings: "wght" 1000, "wdth" 150.6, "ital" 0.5, "zoom" 1000;
}

.defaults {
    display: flex;
    flex-direction: row;
    grid-gap: 20px;
}

.prompt-wrapper {
    display: flex;
    flex-direction: column;
    overflow: scroll;
    grid-gap: 10px;
    position: fixed;
    margin: 20px;
    grid-auto-rows: 6% 1fr;
    left: 0;
    top: 0;
    z-index: 999999999;
    /* display: flex; */
    grid-gap: 20px;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    align-items: stretch;
}

.button {
    cursor: pointer;
    background-color: white;
    padding: 20px;
    color: black;
    border-radius: 20px;
    height: fit-content;
    transition: opacity 200ms;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button:hover {
}


.button-alternative {
    cursor: pointer;
    background-color: none;
    padding: 10px;
    border: 1px solid wheat;
    border-radius: 20px;
    height: fit-content;
    transition: opacity 200ms;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.upload {
    background-color: #5531ff;
    color: white;
    height: auto;
    width: 50%;
}


.input {
    width: 40vh;
    padding: 20px;
    border-radius: 20px;
}

.generate {
    opacity: 0.1;
    background-color: green;
    color: white;
    height: auto;
    width: 50%;
}

.upload-wrapper {
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
}

.upload-dropdown {
    display: none;
            height: -webkit-fill-available;
    background: #D2E3FC;
    color: black !important;
    border-radius: 20px;
 
        padding: 20px;
        transition: opacity 0.5s;
        overflow: scroll;
        grid-gap: 20px;
    flex-direction: column;
    position: relative;
    z-index: 99999999999;
    position: fixed;
    width: 90%;
    height: 90%;
}

.loader {
    display: none;
background-color: orange;
    position: absolute;
    height: -webkit-fill-available;
    width: -webkit-fill-available;
    left: 0;
    bottom: 0;
    margin: 0;
    top: 0;
    z-index: 9999999;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    /* justify-content: space-between; */
    text-align: center;
    /* align-items: self-end; */
    flex-direction: column;
}

.loading-text {
    text-align: center; /* Center the text */
    font-size: 18px; /* Font size for the loading text */
    margin-bottom: 10px; /* Space between text and bar */
}

.loading-bar {
    width: 100%; /* Full width */
    background-color: #f3f3f3; /* Light grey background for the loading bar */
    border-radius: 10px; /* Rounded corners */
    overflow: hidden; /* Ensure progress stays within bounds */
}

.progress {
    width: 0; /* Start with no width */
    height: 20px; /* Height of the loading bar */
    background-color: #3498db; /* Blue color for the loading progress */
    transition: width 0.1s ease-in-out; /* Smooth transition for width */
}

.image-wrapper {
            display: grid;

    overflow: scroll;
       grid-gap: 10px;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.images {
    height: fit-content;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.train {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: inherit;
    background-color: #5531ff;
    text-align: center;
    color: white;
    width: -webkit-fill-available;
    border-radius: 0px 0px 0px 0px;
}

.class {
    text-align: center;
    color: black;
    width: -webkit-fill-available;
}

.wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
}




.headline:focus {
    outline: none; /* Removes the default border */
}

html {
	height:100%;
}


body {
      font-family: "Poppins", serif;
  font-weight: 100;
padding: 0;
    margin: 0;
    /* overflow: hidden; */
     background-color: #161616; 
     color: white;
    /* display: flex; */
    justify-content: center;
    /* height: 100%; */
    align-items: center;
    display: flex;
    height: 100vh;
      transition: background 1s ease; /* Smooth transition */
}

main {
position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: -9999;
    width: 40vh;
    opacity: 0;
}

canvas {
width: 100% !important;
    height: 100% !important;
}


.language {
	position: fixed;
	right: 20px;
	bottom: 20px;
	background-color: red;
	padding: 20px;
}

        /* Basic styling for the SVG */
        svg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            transition: 400ms ease-in;
        }

#animatedPath {
    transition: stroke-width 0.5s ease, stroke 0.5s ease; /* Transition for stroke width and color */
    fill: none;
}

#main {
z-index: 999;
    top: 0;
    left: 0;
    transition: 400ms ease-in;
    width: 100%;
    height: 100%;
    grid-column: span 3;
    border-radius: 20px;
}

.text {
    width: fit-content;
    height: 100%;
}
.title  {
    font-family: 'Compressa VF';
    text-rendering: optimizeSpeed;
    color: wheat;
    width: 100%;
    user-select: none;
    line-height: 0.8em;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: 100;
    text-align: center;
    font-size: 14vh;
    font-variation-settings: "wght" 1000, "wdth" 150.6, "ital" 0.5, "zoom" 1000;
    transition: 2s;
    /* justify-content: flex-end; */
    /* width: 100%; */
    height: -webkit-fill-available;
    position: absolute;
    top: 0;
    left: 0;
    transition: 400ms ease-in;
    width: fit-content;
    height: auto;
    padding: 20px;
    opacity: 0;

}

.title span {
    display: inline-block;
    width: fit-content;
    mix-blend-mode: plus-lighter;
    height: fit-content;
}


@keyframes breathe {
	0% {
		font-variation-settings: "wght" 1000, "wdth" 0, "ital" 1;
		font-size: 10vw;
		filter: blur(20px);
		color: black;
	}
	60% {
		font-variation-settings: "wght" 500, "wdth" 200, "ital" 0;
		font-size: 11vw;
		filter: blur(0px);
		color: white;
	}
	
	100% {
		font-variation-settings: "wght" 100, "wdth" 0, "ital" 1;
		font-size: 10vw;
		filter: blur(10px);
		color: white;
	}
}

.delay1{animation-delay: 0.2s;}
.delay2{animation-delay: 0.4s;}
.delay3{animation-delay: 0.6s;}
.delay4{animation-delay: 0.8s;}
.delay5{animation-delay: 1.0s;}
.delay6{animation-delay: 1.2s;}
.delay7{animation-delay: 1.4s;}
.delay8{animation-delay: 1.6s;}
.delay9{animation-delay: 1.8s;}
.delay0{animation-delay: 0.0s;}


@media (min-width: 768px) and (max-width: 1024px) {
    .title  {
        font-size: 24vw;


    }

    main {
    width: max-content;
    height: 100%;
}




}