* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	    font-family: "Poppins", sans-serif;
}

body {
  background: #1f1f47
}

.container {
  min-height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
      background-image: url(https://jordanhost.net/media/logo_x3.png);
    background-position: 111px -773px;
    background-color: #c6e4ff;
}

.card {
  min-height: 250px;
  backdrop-filter: blur( 18px );
  -webkit-backdrop-filter: blur( 18px );
  border-radius: 1rem;
  z-index: 10;
  color: whitesmoke;
}


.blob {
  position: absolute;
  width: 500px;
  height: 500px;
  background: linear-gradient(
    180deg,
    rgba(47, 184, 255,0.42) 31.77%,
    #5c9df1 100%
  );
  mix-blend-mode: color-dodge;
  -webkit-animation: move 25s infinite alternate;
          animation: move 25s infinite alternate;
  transition: 1s cubic-bezier(0.07, 0.8, 0.16, 1);
}

.blob:hover {
  width: 620px;
  height: 620px;
  -webkit-filter: blur(30px);
          filter: blur(30px);
  box-shadow:
    inset 0 0 0 5px rgba(255,255,255, 0.6),
    inset 100px 100px 0 0px #62c7ed,
    inset 200px 200px 0 0px #576bb2,
    inset 300px 300px 0 0px #8dd5dd;
}

@-webkit-keyframes move {
  from {
    transform: translate(-100px, -50px) rotate(-90deg);
    border-radius: 24% 76% 35% 65% / 27% 36% 64% 73%;
  }

  to {
    transform: translate(500px, 100px) rotate(-10deg);
    border-radius: 76% 24% 33% 67% / 68% 55% 45% 32%;
  }
}

@keyframes move {
  from {
    transform: translate(-100px, -50px) rotate(-90deg);
    border-radius: 24% 76% 35% 65% / 27% 36% 64% 73%;
  }

  to {
    transform: translate(500px, 100px) rotate(-10deg);
    border-radius: 76% 24% 33% 67% / 68% 55% 45% 32%;
  }
}



.input-group {
    margin-top: 10px;
}
.search-button {
    font-weight: 400;
    color: #ffffff;
    background-color: black;
    text-align: center;
    vertical-align: middle;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    cursor: pointer;
}
.form-control {
    width: 65%;
    padding: 11px;
    margin: 0 auto;
    border-radius: 4px;
    border: 1px solid #ffffff;
    background: #ffffff;
}
.orb-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}

strong {
  font-weight: 600;
}

.overlay {
  width: 100%;
  max-width: 1140px;
  max-height: 640px;
  padding: 3rem 3rem;
  display: flex;
  align-items: center;
  background: rgb(255 255 255 / 3%);
  box-shadow: 0 0.75rem 2rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.125);
    animation: thebox 0.6s ease-in 0s 1 normal forwards;

}

.overlay__inner {
  max-width: 36rem;
}
.overlay__inner2 {
    margin: auto;
    max-width: 36rem;
}
@media only screen and (max-width: 1062px) {
  .overlay__inner2{
    display: none;
  }
}
.overlay__title {
    font-family: "Poppins", sans-serif;
  font-size: 1.875rem;
  line-height: 2.75rem;
  font-weight: 100;
  letter-spacing: -0.025em;
  margin-bottom: 2rem;
    text-shadow: 0 0 19px #fff;
                color: #000000;
    
}

.text-gradient {
  background-image: linear-gradient(
    45deg,
    var(--base) 25%,
    var(--complimentary2)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.overlay__description {
        font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
  margin-bottom: 3rem;
    text-shadow: 0 0 19px #fff;
            color: #000000;
}
  .overlay__description2 {
        font-size: 18px;  
    line-height: 1.5rem;
    margin-bottom: 0rem;
        color: #00000000;
       cursor: default;     
  }
.overlay__btns {
  width: 100%;
  max-width: 30rem;
  display: flex;
}

.overlay__btn {
  background: #ffeb3b !important;
  width: 50%;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 600;
  color: Black;
  border: none;
  border-radius: 0.5rem;
  transition: transform 150ms ease;
  outline-color: hsl(var(--hue), 95%, 50%);
}

.overlay__btn:hover {
  transform: scale(1.05);
  cursor: pointer;
}

.overlay__btn--transparent {
  background: transparent;
  color: var(--dark-color);
  border: 2px solid var(--dark-color);
  border-width: 2px;
  margin-right: 0.75rem;
}

.overlay__btn-emoji {
  margin-left: 0.375rem;
}

a {
  text-decoration: none;
  color: var(--dark-color);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Not too many browser support this yet but it's good to add! */
@media (prefers-contrast: high) {
  .orb-canvas {
    display: none;
  }
}

@media only screen and (max-width: 1140px) {
  .overlay {
    padding: 8rem 4rem;
  }
}

@media only screen and (max-width: 840px) {
  .overlay {
    padding: 1.5rem;
    height: auto;
  }

  .overlay__title {
    font-size: 1.25rem;
    line-height: 2rem;
    margin-bottom: 1.5rem;
  }
}

@media only screen and (max-width: 600px) {
  .overlay {
    padding: 1.5rem;
  }

  .overlay__btns {
    flex-wrap: wrap;
  }

  .overlay__btn {
    width: 100%;
    font-size: 0.75rem;
    margin-right: 0;
  }

  .overlay__btn:first-child {
    margin-bottom: 1rem;
  }
}

.world-top-bottom,
.chevrons {
  fill: none;
  stroke: #ffffff29;
  stroke-width: 2.5px;
}
.world-top-bottom {
  stroke-linejoin: round;
}
.chevrons {
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
.char {
  fill: #ffffff29;
  animation-name: charset;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.char-1 {
  animation-name: charA;
  animation-duration: 5s;
}
.char-2 {
  animation-name: charB;
  animation-duration: 5s;
}
.char-3 {
  animation-name: charC;
  animation-duration: 5s;
}
.circle {
  stroke: #ffffff29;
  fill: none;
  stroke-miterlimit: 10;
  stroke-width: 1.5px;
  opacity: 0;
}
.world-top-bottom,
.chevrons {
/*   stroke-dasharray: 0; */
  animation-name: world;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
@keyframes charset {
  0% {
    opacity:0;
  }
  30% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes charA {
  0% {
    opacity:0;
  }
  10% {
    opacity:0;
  }
  20% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes charB {
   0% {
    opacity:0;
  }
  20% {
    opacity:0;
  }
  30% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes charC {
  0% {
    opacity:0;
  }
  30% {
    opacity:0;
  }
  40% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes world {
  0% {
    opacity:0;
    stroke-dasharray: 40;
    stroke-dashoffset: 25;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  90% {
    stroke-dasharray: 200;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.circle {
  animation-name: circumference;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
@keyframes circumference {
  0% {
    opacity:0;
    stroke-dasharray: 400;
    stroke-dashoffset: 400;
  }
  30% {
    opacity: 1;
  }
  90% {
    opacity: 1;
    stroke-dasharray: 300;
  }
  100% {
    opacity: 0;
  }
}
@keyframes thebox {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}
.logo {
    display: flex;
    justify-content: flex-start;
    
}

.image {
    height: auto;
    width: 110px;
    margin-bottom: 10px;
}