html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
body {
  background: black;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0;
}
.dark body {
  background: black;
}
body {
  background: #f3f4f8;
}
svg {
  transition-duration: 0ms;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
@import url("css.css");

@tailwind base;

@tailwind components;
@tailwind utilities;

.landing-title {
  font-family: "Satoshi", sans-serif !important;
  font-weight: 500;
}

.landing-p {
  font-family: "Satoshi", sans-serif !important;
  font-weight: 400;
}

html,
body {
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}
a {
  color: inherit;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

.hrstyle {
  height: 1px;
}

.hr {
  height: 1px;
}

.gradient {
  background: linear-gradient(
    -90deg,
    #f2401d 0.03%,
    #ec8260 13.71%,
    #489db8 30.59%,
    #9a2bf1 57.4%,
    #4432c7 83.2%,
    #2198ef 99.95%
  );
}
.gradient-blur {
  background: linear-gradient(
    -90deg,
    #f2401d 0.03%,
    #ec8260 13.71%,
    #489db8 30.59%,
    #9a2bf1 57.4%,
    #4432c7 83.2%,
    #2198ef 99.95%
  );
  filter: blur(12px);
}
.arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid white;
}
.dark .arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid white;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;

  border-top: 6px solid white;
}

.arrow-right {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;

  border-left: 6px solid white;
}

.arrow-left {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;

  border-right: 6px solid white;
}
.gradient-border {
  border: 1px solid transparent;
  background:
    linear-gradient(
        -90deg,
        #f2401d 0.03%,
        #ec8260 13.71%,
        #489db8 30.59%,
        #9a2bf1 57.4%,
        #4432c7 83.2%,
        #2198ef 99.95%
      )
      padding-box,
    linear-gradient(
        -90deg,
        #f2401d 0.03%,
        #ec8260 13.71%,
        #489db8 30.59%,
        #9a2bf1 57.4%,
        #4432c7 83.2%,
        #2198ef 99.95%
      )
      border-box;
}

.glass {
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.062);
}
.glass1 {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.09);
}
.glass2 {
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.356);
}
.glass3 {
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.062);
}
.glass2::placeholder {
  color: white;
}
.center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.center2 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.center3 {
  margin-top: 10vh;
}
@media (max-width: 1024px) {
  .center3 {
    margin-top: 6.5vh;
  }
}
.center4 {
  position: absolute;
  top: 50%; /* position the top  edge of the element at the middle of the parent */
  left: 50%; /* position the left edge of the element at the middle of the parent */

  transform: translate(-50%, -50%);
}
/*-------------------------------------------------------------------------------------------------------------------------------*/

/* ------------------- DISCOVER PAGE ------------------------------------------- */

.bgparallax {
  background-image: url("");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.searchbar:focus {
  outline: none;
}
.search-icon {
  color: white;
}
.searchbtn {
  margin-left: -12rem;
  margin-top: 0.5rem;
}
.rounded-t-5xl {
  border-top-left-radius: 5rem;
  border-top-right-radius: 5rem;
}
@media (max-width: 768px) {
  .searchbtn {
    margin-left: -8rem;
    margin-top: 0.5rem;
  }
  .searchbar::placeholder {
    color: transparent;
  }
  .rounded-t-5xl {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 8em;
  height: 8em;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translate(auto, -50%);
}
.loader-small,
.loader-small:after {
  border-radius: 50%;
  width: 7em;
  height: 7em;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 40%;
  transform: translate(auto, -50%);
}
.loader-small {
  font-size: 8px;
  text-indent: -9999em;
  border-top: 0.9em solid rgba(255, 255, 255, 0.2);
  border-right: 0.9em solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.9em solid rgba(255, 255, 255, 0.2);
  border-left: 0.9em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.loader {
  font-size: 10px;
  text-indent: -9999em;
  border-top: 0.9em solid rgba(255, 255, 255, 0.2);
  border-right: 0.9em solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.9em solid rgba(255, 255, 255, 0.2);
  border-left: 0.9em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.back-to-top {
  transition: all 0.1s linear;
  -moz-transition: all 0.1s linear; /* Firefox 4 */
  -webkit-transition: all 0.1s linear; /* Safari and Chrome */
  -o-transition: all 0.1s linear; /* Opera */
  -ms-transition: all 0.1s linear;
}
.back-to-top:hover {
  opacity: 75%;
}

.shadow1:hover {
  box-shadow: 0px 0px 80px rgba(223, 211, 251, 0.15);
}
.shadow1:hover {
  box-shadow: 0px 0px 80px rgba(223, 211, 251, 0.15);
}

.dark .scroll-shadow {
  background: linear-gradient(270deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}
.scroll-shadow {
  background: linear-gradient(270deg, #f9fafb 0%, rgba(255, 255, 255, 0) 100%);
}
