@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");

@font-face {
  font-family: Aquire;

  src: url("../fonts/Aquire-Bold.otf");

  font-weight: 700;
}

@font-face {
  font-family: Aquire;

  src: url("../fonts/Aquire.otf");

  font-weight: 400;
}

/*
! tailwindcss v3.0.23 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container{
  width: 100%;
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}

.visible{
  visibility: visible;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: -webkit-sticky;
  position: sticky;
}

.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.inset-y-1\/2{
  top: 50%;
  bottom: 50%;
}

.right-0{
  right: 0px;
}

.top-0{
  top: 0px;
}

.bottom-0{
  bottom: 0px;
}

.left-0{
  left: 0px;
}

.top-\[4px\]{
  top: 4px;
}

.right-\[8px\]{
  right: 8px;
}

.z-20{
  z-index: 20;
}

.z-\[9\]{
  z-index: 9;
}

.z-\[-1\]{
  z-index: -1;
}

.z-\[8\]{
  z-index: 8;
}

.m-auto{
  margin: auto;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.mt-\[32px\]{
  margin-top: 32px;
}

.mt-\[-25px\]{
  margin-top: -25px;
}

.mt-2\.5{
  margin-top: 0.625rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-\[-30px\]{
  margin-top: -30px;
}

.mt-8{
  margin-top: 2rem;
}

.mt-1\.5{
  margin-top: 0.375rem;
}

.mt-1{
  margin-top: 0.25rem;
}

.mt-16{
  margin-top: 4rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.mb-12{
  margin-bottom: 3rem;
}

.ml-4{
  margin-left: 1rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.ml-3{
  margin-left: 0.75rem;
}

.mt-10{
  margin-top: 2.5rem;
}

.mt-5{
  margin-top: 1.25rem;
}

.mt-12{
  margin-top: 3rem;
}

.ml-\[54px\]{
  margin-left: 54px;
}

.mt-\[-60px\]{
  margin-top: -60px;
}

.mt-\[75px\]{
  margin-top: 75px;
}

.mb-\[75px\]{
  margin-bottom: 75px;
}

.mb-\[34px\]{
  margin-bottom: 34px;
}

.mt-\[16px\]{
  margin-top: 16px;
}

.mt-11{
  margin-top: 2.75rem;
}

.mb-14{
  margin-bottom: 3.5rem;
}

.mt-\[60px\]{
  margin-top: 60px;
}

.mt-\[30px\]{
  margin-top: 30px;
}

.mb-\[65px\]{
  margin-bottom: 65px;
}

.block{
  display: block;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-full{
  height: 100%;
}

.h-\[110px\]{
  height: 110px;
}

.h-\[36px\]{
  height: 36px;
}

.h-\[56px\]{
  height: 56px;
}

.h-\[60px\]{
  height: 60px;
}

.h-\[64px\]{
  height: 64px;
}

.h-\[48px\]{
  height: 48px;
}

.h-\[40px\]{
  height: 40px;
}

.w-full{
  width: 100%;
}

.w-\[790px\]{
  width: 790px;
}

.w-\[90px\]{
  width: 90px;
}

.w-\[36px\]{
  width: 36px;
}

.w-\[200px\]{
  width: 200px;
}

.w-\[300px\]{
  width: 300px;
}

.w-\[158px\]{
  width: 158px;
}

.max-w-\[300px\]{
  max-width: 300px;
}

.max-w-\[240px\]{
  max-width: 240px;
}

.flex-1{
  flex: 1 1 0%;
}

.flex-shrink-0{
  flex-shrink: 0;
}

.basis-1\/5{
  flex-basis: 20%;
}

.rotate-90{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

.flex-col{
  flex-direction: column;
}

.flex-wrap{
  flex-wrap: wrap;
}

.items-start{
  align-items: flex-start;
}

.items-center{
  align-items: center;
}

.justify-end{
  justify-content: flex-end;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.gap-\[30px\]{
  gap: 30px;
}

.gap-16{
  gap: 4rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-12{
  gap: 3rem;
}

.gap-\[16px\]{
  gap: 16px;
}

.gap-\[10px\]{
  gap: 10px;
}

.overflow-hidden{
  overflow: hidden;
}

.break-all{
  word-break: break-all;
}

.rounded-full{
  border-radius: 9999px;
}

.object-none{
  -o-object-fit: none;
     object-fit: none;
}

.p-5{
  padding: 1.25rem;
}

.p-1{
  padding: 0.25rem;
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-36{
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.px-\[30px\]{
  padding-left: 30px;
  padding-right: 30px;
}

.pt-\[calc\(\(100vh-200px\)\/2\)\]{
  padding-top: calc((100vh - 200px) / 2);
}

.pb-14{
  padding-bottom: 3.5rem;
}

.pb-10{
  padding-bottom: 2.5rem;
}

.pt-20{
  padding-top: 5rem;
}

.pt-10{
  padding-top: 2.5rem;
}

.pt-32{
  padding-top: 8rem;
}

.pb-\[30px\]{
  padding-bottom: 30px;
}

.text-center{
  text-align: center;
}

.text-right{
  text-align: right;
}

.font-\[Aquire\]{
  font-family: Aquire;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-\[70px\]{
  font-size: 70px;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-\[42px\]{
  font-size: 42px;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-\[40px\]{
  font-size: 40px;
}

.text-\[32px\]{
  font-size: 32px;
}

.text-\[17px\]{
  font-size: 17px;
}

.text-\[20px\]{
  font-size: 20px;
}

.text-\[15px\]{
  font-size: 15px;
}

.text-\[16px\]{
  font-size: 16px;
}

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.font-bold{
  font-weight: 700;
}

.font-semibold{
  font-weight: 600;
}

.uppercase{
  text-transform: uppercase;
}

.capitalize{
  text-transform: capitalize;
}

.leading-5{
  line-height: 1.25rem;
}

.leading-\[69px\]{
  line-height: 69px;
}

.leading-6{
  line-height: 1.5rem;
}

.leading-\[48px\]{
  line-height: 48px;
}

.leading-8{
  line-height: 2rem;
}

.leading-4{
  line-height: 1rem;
}

.leading-7{
  line-height: 1.75rem;
}

.leading-\[24px\]{
  line-height: 24px;
}

.leading-9{
  line-height: 2.25rem;
}

.leading-10{
  line-height: 2.5rem;
}

.leading-\[20px\]{
  line-height: 20px;
}

.leading-\[28px\]{
  line-height: 28px;
}

.tracking-\[0\.01em\]{
  letter-spacing: 0.01em;
}

.text-\[\#4DD8FD\]{
  --tw-text-opacity: 1;
  color: rgb(77 216 253 / var(--tw-text-opacity));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.opacity-80{
  opacity: 0.8;
}

.opacity-50{
  opacity: 0.5;
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.container {
  padding: 0 15px;
}

@media (min-width: 640px) {
  .container {
    padding: unset;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1280px;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #020c19;
  color: #ffffff;
}

.header {
  width: 100%;
  height: 110px;
  background-image: url("../images/bg-header-mb.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* position: fixed;
  top: 0; */
}

@media (min-width: 475px) {
  .header {
    height: 150px;
  }
}

@media (min-width: 640px) {
  .header {
    /* height: 150px; */
    background-image: url("../images/bg-header.svg");
  }
}

@media (min-width: 1024px) {
  .header {
    background-size: cover;
  }
}

#intro {
  height: 100vh;
  background-image: url("../images/bg-galaxy.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#intro .overlay {
  background: linear-gradient(0deg, #020c19 59.03%, rgba(5, 16, 33, 0) 100%);
  height: 150px;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.shelf-intro-wrapper {
  width: 100%;
  height: 200px;
}

.shelf-intro {
  max-width: 82%;
  height: 200px;
  margin: 0 auto;
  background-image: url("../images/bg-intro.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

@media (min-width: 1024px) {
  .shelf-intro {
    background-size: cover;
    /* height: 200px; */
  }
}

.explore-button-wrapper {
  background: rgba(2, 12, 25, 0.2);
  border-radius: 100px;
  padding: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 37px;
}

.explore-button {
  /* padding: 14px 76px; */
  padding: 11px 58px;
  background: #020c19;
  border: 3px solid #35465b;
  border-radius: 100px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
}

@media (min-width: 1024px) {
  .explore-button-wrapper {
    padding: 20px 24px;
    top: -50px;
  }

  .explore-button {
    padding: 23px 100px;
  }
}

.explose-button::after {
  content: "EXPLOSE";
  filter: blur(20px);
  position: absolute;
}

.intro-title {
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
  position: relative;
}

.intro-title::after {
  content: "BLACKVERSE";
  filter: blur(20px);
  position: absolute;
  top: 0;
  left: 0;
}

.fadeIn {
  visibility: visible;
  opacity: 1;
  transition: opacity 2s linear;
}

.fadeOut {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 2s, opacity 2s linear;
}

#scroll-guide {
  top: calc(50% - 150px);
}

#scroll-guide p {
  /* animation: colorText 8s ease-out infinite, nudgeText 8s ease-out infinite; */
}

.rotation-wrapper-outer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rotation-wrapper-inner {
  padding: 65% 0;
  height: 0;
}

.mouse {
  width: 32px;
  height: 72px;
  position: relative;
  background: transparent
    linear-gradient(transparent 0%, transparent 50%, #ffffff 50%, #ffffff 100%);
  background-size: 100% 200%;
  border-radius: 100px;
  -webkit-animation: colorSlide 8s linear infinite, nudgeMouse 8s ease-out infinite;
          animation: colorSlide 8s linear infinite, nudgeMouse 8s ease-out infinite;
}

.mouse:before,
.mouse:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.mouse:before {
  width: 26px;
  height: 66px;
  background-color: #30333a;
  border-radius: 100px;
}

.mouse:after {
  background-color: #ffffff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation: trackBallSlide 8s linear infinite;
          animation: trackBallSlide 8s linear infinite;
}

@-webkit-keyframes colorSlide {
  0% {
    background-position: 0% 100%;
  }

  20% {
    background-position: 0% 0%;
  }

  21% {
    background-color: #4e5559;
  }

  29.99% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }

  30% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }

  50% {
    background-position: 0% 0%;
  }

  51% {
    background-color: #4e5559;
  }

  59% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }

  60% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }

  80% {
    background-position: 0% 0%;
  }

  81% {
    background-color: #4e5559;
  }

  90%,
  100% {
    background-color: #ffffff;
  }
}

@keyframes colorSlide {
  0% {
    background-position: 0% 100%;
  }

  20% {
    background-position: 0% 0%;
  }

  21% {
    background-color: #4e5559;
  }

  29.99% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }

  30% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }

  50% {
    background-position: 0% 0%;
  }

  51% {
    background-color: #4e5559;
  }

  59% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }

  60% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }

  80% {
    background-position: 0% 0%;
  }

  81% {
    background-color: #4e5559;
  }

  90%,
  100% {
    background-color: #ffffff;
  }
}

@-webkit-keyframes colorText {
  21% {
    color: #4e5559;
  }

  30% {
    color: #ffffff;
  }

  51% {
    color: #4e5559;
  }

  60% {
    color: #ffffff;
  }

  81% {
    color: #4e5559;
  }

  90% {
    color: #ffffff;
  }
}

@keyframes colorText {
  21% {
    color: #4e5559;
  }

  30% {
    color: #ffffff;
  }

  51% {
    color: #4e5559;
  }

  60% {
    color: #ffffff;
  }

  81% {
    color: #4e5559;
  }

  90% {
    color: #ffffff;
  }
}

@-webkit-keyframes trackBallSlide {
  0% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }

  6% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }

  14% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }

  15%,
  19% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }

  28%,
  29.99% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }

  30% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }

  36% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }

  44% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }

  45%,
  49% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }

  58%,
  59.99% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }

  60% {
    opacity: 1;
    transform: scale(0.9) translateY(-20px);
  }

  66% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }

  74% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }

  75%,
  79% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }

  88%,
  100% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
}

@keyframes trackBallSlide {
  0% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }

  6% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }

  14% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }

  15%,
  19% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }

  28%,
  29.99% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }

  30% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }

  36% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }

  44% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }

  45%,
  49% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }

  58%,
  59.99% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }

  60% {
    opacity: 1;
    transform: scale(0.9) translateY(-20px);
  }

  66% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }

  74% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }

  75%,
  79% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }

  88%,
  100% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
}

@-webkit-keyframes nudgeMouse {
  0% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(8px);
  }

  30% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(8px);
  }

  60% {
    transform: translateY(0);
  }

  80% {
    transform: translateY(8px);
  }

  90% {
    transform: translateY(0);
  }
}

@keyframes nudgeMouse {
  0% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(8px);
  }

  30% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(8px);
  }

  60% {
    transform: translateY(0);
  }

  80% {
    transform: translateY(8px);
  }

  90% {
    transform: translateY(0);
  }
}

/* @keyframes nudgeText {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(2px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(2px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(2px);
  }
  90% {
    transform: translateY(0);
  }
} */

#games {
  /* padding-top: 50px; */
  /* padding-bottom: 100px; */
}

.gradient-text {
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  background-image: linear-gradient(
    181.32deg,
    rgba(255, 255, 255, 0.57) -70.23%,
    rgba(3, 19, 42, 0.57) 98.87%
  );
  -webkit-background-clip: text;
  -webkit-text-stroke: 1px transparent;
  color: #020c19;
}

@media (min-width: 1024px) {
  .gradient-text {
    font-size: 140px;
    line-height: 105px;
  }
}

.divider {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    #ffffff 53.83%,
    rgba(255, 255, 255, 0) 107.66%
  );
  max-width: 300px;
  height: 1px;
}

.games-content {
  background-image: url("../images/bg-grid.png");
  background-position: center -70px;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
}

@media (min-width: 1024px) {
  .games-content {
    background-position: center;
  }
}

.game-portfolio-card {
  padding: 80px 95px;
  background-image: url("../images/bg-portfolio-card.png");
  background-size: 225px 167px;
  background-repeat: no-repeat;
  background-position: center;
}

.game-portfolio-card img {
  width: 190px;
  height: 115px;
}

@media (min-width: 768px) {
  .game-portfolio-card {
    background-size: 440px 260px;
  }

  .game-portfolio-card img {
    width: 300px;
    height: 195px;
  }
}

@media (min-width: 1024px) {
  .game-portfolio-card {
    background-size: contain;
  }

  .game-portfolio-card img {
    width: 600px;
    height: 360px;
  }
}

.games-slide-pagination {
  position: relative !important;
  margin-top: 30px;
}

.games-slide-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 4px;
  background: rgba(255, 255, 255, 0.21);
  border-radius: 100px;
}

.games-slide-pagination .swiper-pagination-bullet-active {
  width: 40px;
  height: 4px;
  background: #ffffff;
  border-radius: 100px;
}

@media (min-width: 1024px) {
  .games-slide-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 8px;
  }

  .games-slide-pagination .swiper-pagination-bullet-active {
    width: 64px;
    height: 8px;
  }
}

.games-slide-button-next {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  right: 40px !important;
  display: flex !important;
  z-index: 8 !important;
  zoom: 0.7;
}

@media (min-width: 640px) {
  .games-slide-button-next {
    right: -60px !important;
    zoom: 1;
  }
}

.games-slide-button-next::after {
  content: none !important;
}

.games-slide-button-prev {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  left: 40px !important;
  display: flex !important;
  z-index: 8 !important;
  zoom: 0.7;
}

@media (min-width: 640px) {
  .games-slide-button-prev {
    left: -60px !important;
    zoom: 1;
  }
}

.games-slide-button-prev::after {
  content: none !important;
}

.games-slide .swiper-slide {
  opacity: 0.3;
}

.games-slide .swiper-slide-active {
  opacity: 1;
}

.news-slide .swiper-slide {
  padding-bottom: 30px;
}

@media (min-width: 640px) {
  .news-slide .swiper-slide {
    padding-bottom: unset;
  }
}

.news-navigation {
  width: 50px;
  height: 50px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news-navigation::before {
  content: "";
  width: 50px;
  height: 50px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  filter: blur(10px);
  position: absolute;
  top: 0;
  left: 0;
}

.news-navigation.swiper-button-disabled {
  opacity: 0.2;
}

.news-card {
  background: #051021;
  border: 1px solid #0b1a2e;
  border-radius: 8px;
}

.read-more-button {
  width: 24px;
  height: 24px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.read-more-button::before {
  content: "";
  width: 24px;
  height: 24px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  filter: blur(10px);
  position: absolute;
  top: 0;
  left: 0;
}

#we-are {
  background-image: url("../images/bg-galaxy-1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}

.bg-earth {
  background-image: url("../images/earth.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  mix-blend-mode: color-dodge;
  width: 340px;
  height: 340px;
}

@media (min-width: 640px) {
  .bg-earth {
    width: 460px;
    height: 460px;
  }
}

.we-are-content {
  background: linear-gradient(
    90deg,
    #020c19 20.03%,
    #051021 50.97%,
    #020c19 81.26%
  );
}

#about-us {
}

.about-us-content {
  position: relative;
}

.about-us-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: -30%;
  width: 130%;
  height: 100%;
  background: linear-gradient(180deg, #051021 0%, rgba(8, 25, 48, 0) 100%);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: -1;
}

#partner {
  background-image: url("../images/bg-galaxy-2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}

.partner-card {
  cursor: pointer;
  background: linear-gradient(
    360deg,
    #333f50 0%,
    rgba(51, 63, 80, 0.3) 36.46%,
    rgba(51, 63, 80, 0.2) 65.63%,
    rgba(51, 63, 80, 0) 100%
  );
  width: calc((100% / 2) - 30px);
  padding: 20px;
  height: 107px;
  border-bottom: 3px solid #ababab;
}

@media (min-width: 640px) {
  .partner-card {
    width: calc((100% / 2) - 30px);
    height: 150px;
    padding: unset;
  }
}

@media (min-width: 768px) {
  .partner-card {
    width: calc((100% / 3) - 30px);
  }
}

@media (min-width: 1024px) {
  .partner-card {
    width: calc((100% / 4) - 30px);
  }
}

.footer {
  background-image: url("../images/bg-footer.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.footer-content {
  background: linear-gradient(0deg, #020c19 59.03%, rgba(2, 12, 25, 0) 100%);
}

#menu {
  background: #020c19;
  z-index: 9999;
}

.menu-open {
  left: 0;
  -webkit-transition: all 0.5s ease-out;
}

.menu-close {
  left: -100%;
  -webkit-transition: all 0.5s ease-out;
}

@media (min-width: 640px){
  .sm\:w-1\/3{
    width: 33.333333%;
  }

  .sm\:flex-row{
    flex-direction: row;
  }
}

@media (min-width: 768px){
  .md\:mt-\[0\]{
    margin-top: 0;
  }

  .md\:mt-\[55px\]{
    margin-top: 55px;
  }

  .md\:w-1\/3{
    width: 33.333333%;
  }

  .md\:max-w-none{
    max-width: none;
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:justify-center{
    justify-content: center;
  }
}

@media (min-width: 1024px){
  .lg\:top-20{
    top: 5rem;
  }

  .lg\:right-\[-90px\]{
    right: -90px;
  }

  .lg\:mt-\[-60px\]{
    margin-top: -60px;
  }

  .lg\:mt-0{
    margin-top: 0px;
  }

  .lg\:ml-0{
    margin-left: 0px;
  }

  .lg\:mb-0{
    margin-bottom: 0px;
  }

  .lg\:mt-16{
    margin-top: 4rem;
  }

  .lg\:mt-20{
    margin-top: 5rem;
  }

  .lg\:mt-\[50px\]{
    margin-top: 50px;
  }

  .lg\:mb-\[-130px\]{
    margin-bottom: -130px;
  }

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:w-\[170px\]{
    width: 170px;
  }

  .lg\:w-auto{
    width: auto;
  }

  .lg\:w-full{
    width: 100%;
  }

  .lg\:flex-shrink-0{
    flex-shrink: 0;
  }

  .lg\:basis-1\/5{
    flex-basis: 20%;
  }

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:items-start{
    align-items: flex-start;
  }

  .lg\:justify-between{
    justify-content: space-between;
  }

  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .lg\:pt-\[calc\(\(100vh-300px\)\/2\)\]{
    padding-top: calc((100vh - 300px) / 2);
  }

  .lg\:pl-\[77px\]{
    padding-left: 77px;
  }

  .lg\:pt-28{
    padding-top: 7rem;
  }

  .lg\:pb-52{
    padding-bottom: 13rem;
  }

  .lg\:pt-44{
    padding-top: 11rem;
  }

  .lg\:text-left{
    text-align: left;
  }

  .lg\:text-center{
    text-align: center;
  }

  .lg\:text-\[100px\]{
    font-size: 100px;
  }

  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:text-\[80px\]{
    font-size: 80px;
  }

  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-\[15px\]{
    font-size: 15px;
  }

  .lg\:text-\[40px\]{
    font-size: 40px;
  }

  .lg\:text-\[50px\]{
    font-size: 50px;
  }

  .lg\:text-\[22px\]{
    font-size: 22px;
  }

  .lg\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-\[17px\]{
    font-size: 17px;
  }

  .lg\:text-\[64px\]{
    font-size: 64px;
  }

  .lg\:leading-\[98px\]{
    line-height: 98px;
  }

  .lg\:leading-\[100px\]{
    line-height: 100px;
  }

  .lg\:leading-9{
    line-height: 2.25rem;
  }

  .lg\:leading-5{
    line-height: 1.25rem;
  }

  .lg\:leading-\[60px\]{
    line-height: 60px;
  }

  .lg\:leading-\[30px\]{
    line-height: 30px;
  }

  .lg\:leading-6{
    line-height: 1.5rem;
  }

  .lg\:leading-\[64px\]{
    line-height: 64px;
  }

  .lg\:opacity-30{
    opacity: 0.3;
  }
}

@media (min-width: 1280px){
  .xl\:block{
    display: block;
  }

  .xl\:h-\[56px\]{
    height: 56px;
  }

  .xl\:h-\[48px\]{
    height: 48px;
  }

  .xl\:text-\[17px\]{
    font-size: 17px;
  }

  .xl\:leading-\[28px\]{
    line-height: 28px;
  }
}
