@charset "UTF-8";
/**
 * @license
 *
 * Font Family: Satoshi
 * Designed by: Deni Anggara
 * URL: https://www.fontshare.com/fonts/satoshi
 * © 2023 Indian Type Foundry
 *
 * Font Styles:
 * Satoshi Variable(Variable font)
 * Satoshi Variable Italic(Variable font)
 * Satoshi Light
 * Satoshi Light Italic
 * Satoshi Regular
 * Satoshi Italic
 * Satoshi Medium
 * Satoshi Medium Italic
 * Satoshi Bold
 * Satoshi Bold Italic
 * Satoshi Black
 * Satoshi Black Italic
 *
*/
/**
* This is a variable font
* You can controll variable axes as shown below:
* font-variation-settings: 'wght' 900.0;
*
* available axes:

* 'wght' (range from 300.0 to 900.0)

*/
@font-face {
  font-family: "Satoshi-Variable";
  src: url("../fonts/Satoshi-Variable.woff2") format("woff2"), url("../fonts/Satoshi-Variable.woff") format("woff"), url("../fonts/Satoshi-Variable.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}
/**
* This is a variable font
* You can controll variable axes as shown below:
* font-variation-settings: 'wght' 900.0;
*
* available axes:

* 'wght' (range from 300.0 to 900.0)

*/
@font-face {
  font-family: "Satoshi-VariableItalic";
  src: url("../fonts/Satoshi-VariableItalic.woff2") format("woff2"), url("../fonts/Satoshi-VariableItalic.woff") format("woff"), url("../fonts/Satoshi-VariableItalic.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Light";
  src: url("../fonts/Satoshi-Light.woff2") format("woff2"), url("../fonts/Satoshi-Light.woff") format("woff"), url("../fonts/Satoshi-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-LightItalic";
  src: url("../fonts/Satoshi-LightItalic.woff2") format("woff2"), url("../fonts/Satoshi-LightItalic.woff") format("woff"), url("../fonts/Satoshi-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Regular";
  src: url("../fonts/Satoshi-Regular.woff2") format("woff2"), url("../fonts/Satoshi-Regular.woff") format("woff"), url("../fonts/Satoshi-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-Italic";
  src: url("../fonts/Satoshi-Italic.woff2") format("woff2"), url("../fonts/Satoshi-Italic.woff") format("woff"), url("../fonts/Satoshi-Italic.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Medium";
  src: url("../fonts/Satoshi-Medium.woff2") format("woff2"), url("../fonts/Satoshi-Medium.woff") format("woff"), url("../fonts/Satoshi-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-MediumItalic";
  src: url("../fonts/Satoshi-MediumItalic.woff2") format("woff2"), url("../fonts/Satoshi-MediumItalic.woff") format("woff"), url("../fonts/Satoshi-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Bold";
  src: url("../fonts/Satoshi-Bold.woff2") format("woff2"), url("../fonts/Satoshi-Bold.woff") format("woff"), url("../fonts/Satoshi-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-BoldItalic";
  src: url("../fonts/Satoshi-BoldItalic.woff2") format("woff2"), url("../fonts/Satoshi-BoldItalic.woff") format("woff"), url("../fonts/Satoshi-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Black";
  src: url("../fonts/Satoshi-Black.woff2") format("woff2"), url("../fonts/Satoshi-Black.woff") format("woff"), url("../fonts/Satoshi-Black.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-BlackItalic";
  src: url("../fonts/Satoshi-BlackItalic.woff2") format("woff2"), url("../fonts/Satoshi-BlackItalic.woff") format("woff"), url("../fonts/Satoshi-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: italic;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container-fluid {
  width: 100%;
}
@media screen and (max-width: 970px) {
  .container-fluid {
    padding: 0;
  }
}
.container-fluid:before {
  display: table;
  content: " ";
}
.container-fluid:after {
  display: table;
  content: " ";
  clear: both;
}

.container {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 0px) {
  .container {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (min-width: 970px) {
  .container {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (min-width: 1030px) {
  .container {
    width: 970px;
    padding: 0;
  }
}
@media screen and (min-width: 1350px) {
  .container {
    width: 1110px;
    padding: 0;
  }
}
.container:before {
  display: table;
  content: " ";
}
.container:after {
  display: table;
  content: " ";
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before {
  display: table;
  content: " ";
}
.row:after {
  display: table;
  content: " ";
  clear: both;
}

.marginneg {
  margin-left: -15px;
  margin-right: -15px;
}

.col {
  float: left;
  min-height: 1px;
  padding: 0 15px;
  position: relative;
}

@media screen and (min-width: 0px) {
  .col-mobile-12 {
    width: 100%;
  }

  .col-mobile-11 {
    width: 91.66666667%;
  }

  .col-mobile-10 {
    width: 83.33333333%;
  }

  .col-mobile-9 {
    width: 75%;
  }

  .col-mobile-8 {
    width: 66.66666667%;
  }

  .col-mobile-7 {
    width: 58.33333333%;
  }

  .col-mobile-6 {
    width: 50%;
  }

  .col-mobile-5 {
    width: 41.66666667%;
  }

  .col-mobile-4 {
    width: 33.33333333%;
  }

  .col-mobile-3 {
    width: 25%;
  }

  .col-mobile-2 {
    width: 16.66666667%;
  }

  .col-mobile-1 {
    width: 8.33333333%;
  }
}
@media screen and (min-width: 970px) {
  .col-tablet-12 {
    width: 100%;
  }

  .col-tablet-11 {
    width: 91.66666667%;
  }

  .col-tablet-10 {
    width: 83.33333333%;
  }

  .col-tablet-9 {
    width: 75%;
  }

  .col-tablet-8 {
    width: 66.66666667%;
  }

  .col-tablet-7 {
    width: 58.33333333%;
  }

  .col-tablet-6 {
    width: 50%;
  }

  .col-tablet-5 {
    width: 41.66666667%;
  }

  .col-tablet-4 {
    width: 33.33333333%;
  }

  .col-tablet-3 {
    width: 25%;
  }

  .col-tablet-2 {
    width: 16.66666667%;
  }

  .col-tablet-1 {
    width: 8.33333333%;
  }

  .offset-tablet-12 {
    margin-left: 100%;
  }

  .offset-tablet-11 {
    margin-left: 91.66666667%;
  }

  .offset-tablet-10 {
    margin-left: 83.33333333%;
  }

  .offset-tablet-9 {
    margin-left: 75%;
  }

  .offset-tablet-8 {
    margin-left: 66.66666667%;
  }

  .offset-tablet-7 {
    margin-left: 58.33333333%;
  }

  .offset-tablet-6 {
    margin-left: 50%;
  }

  .offset-tablet-5 {
    margin-left: 41.66666667%;
  }

  .offset-tablet-4 {
    margin-left: 33.33333333%;
  }

  .offset-tablet-3 {
    margin-left: 25%;
  }

  .offset-tablet-2 {
    margin-left: 16.66666667%;
  }

  .offset-tablet-1 {
    margin-left: 8.33333333%;
  }
}
@media screen and (min-width: 1030px) {
  .col-desktop-12 {
    width: 100%;
  }

  .col-desktop-11 {
    width: 91.66666667%;
  }

  .col-desktop-10 {
    width: 83.33333333%;
  }

  .col-desktop-9 {
    width: 75%;
  }

  .col-desktop-8 {
    width: 66.66666667%;
  }

  .col-desktop-7 {
    width: 58.33333333%;
  }

  .col-desktop-6 {
    width: 50%;
  }

  .col-desktop-5 {
    width: 41.66666667%;
  }

  .col-desktop-4 {
    width: 33.33333333%;
  }

  .col-desktop-3 {
    width: 25%;
  }

  .col-desktop-2 {
    width: 16.66666667%;
  }

  .col-desktop-1 {
    width: 8.33333333%;
  }

  .offset-desktop-12 {
    margin-left: 100%;
  }

  .offset-desktop-11 {
    margin-left: 91.66666667%;
  }

  .offset-desktop-10 {
    margin-left: 83.33333333%;
  }

  .offset-desktop-9 {
    margin-left: 75%;
  }

  .offset-desktop-8 {
    margin-left: 66.66666667%;
  }

  .offset-desktop-7 {
    margin-left: 58.33333333%;
  }

  .offset-desktop-6 {
    margin-left: 50%;
  }

  .offset-desktop-5 {
    margin-left: 41.66666667%;
  }

  .offset-desktop-4 {
    margin-left: 33.33333333%;
  }

  .offset-desktop-3 {
    margin-left: 25%;
  }

  .offset-desktop-2 {
    margin-left: 16.66666667%;
  }

  .offset-desktop-1 {
    margin-left: 8.33333333%;
  }
}
@media screen and (min-width: 1350px) {
  .col-wide-12 {
    width: 100%;
  }

  .col-wide-11 {
    width: 91.66666667%;
  }

  .col-wide-10 {
    width: 83.33333333%;
  }

  .col-wide-9 {
    width: 75%;
  }

  .col-wide-8 {
    width: 66.66666667%;
  }

  .col-wide-7 {
    width: 58.33333333%;
  }

  .col-wide-6 {
    width: 50%;
  }

  .col-wide-5 {
    width: 41.66666667%;
  }

  .col-wide-4 {
    width: 33.33333333%;
  }

  .col-wide-3 {
    width: 25%;
  }

  .col-wide-2 {
    width: 16.66666667%;
  }

  .col-wide-1 {
    width: 8.33333333%;
  }

  .offset-12 {
    margin-left: 100%;
  }

  .offset-11 {
    margin-left: 91.66666667%;
  }

  .offset-10 {
    margin-left: 83.33333333%;
  }

  .offset-9 {
    margin-left: 75%;
  }

  .offset-8 {
    margin-left: 66.66666667%;
  }

  .offset-7 {
    margin-left: 58.33333333%;
  }

  .offset-6 {
    margin-left: 50%;
  }

  .offset-5 {
    margin-left: 41.66666667%;
  }

  .offset-4 {
    margin-left: 33.33333333%;
  }

  .offset-3 {
    margin-left: 25%;
  }

  .offset-2 {
    margin-left: 16.66666667%;
  }

  .offset-1 {
    margin-left: 8.33333333%;
  }
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body, .container {
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #000;
  color: #000;
  font-family: "Satoshi-Variable", sans-serif;
  overflow: hidden;
}

.logo {
  position: fixed;
  opacity: 0;
  z-index: 100;
  left: 50%;
  top: 60px;
  transform: translate(-50%, -50%);
  position: fixed;
}

.images > img {
  display: none;
}

.rndmImage {
  background-repeat: no-repeat;
  background-size: contain;
  height: 600px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  top: 600px;
  z-index: 1;
  opacity: 0;
}
.rndmImage img {
  background: rgba(66, 66, 69, 0.3);
  backdrop-filter: blur(4px);
  width: 100%;
  transform-origin: 0% 0%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-position: center;
}

.btn-random {
  backdrop-filter: blur(17px);
  -webkit-backdrop-filter: blur(17px);
  background: rgba(66, 66, 69, 0.5);
  border-radius: 1000px;
  bottom: 30px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 21px;
  font-weight: 700;
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  top: 280%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  z-index: 2;
  opacity: 0;
  user-select: none;
}
.btn-random:hover {
  background: rgba(66, 66, 69, 0.9);
}
.btn-random svg {
  padding-right: 6px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
@media (max-width: 970px) {
  .btn-random {
    width: 340px;
    text-align: center;
  }
}

.txt-bg {
  opacity: 0;
  position: fixed;
  top: 250%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-position: center;
  z-index: 0;
  color: #4FD886;
  text-align: center;
  font-size: 250px;
  font-style: normal;
  font-weight: 900;
  line-height: 198px;
  /* 79.2% */
  letter-spacing: -10px;
  background: linear-gradient(to top, #000 0%, #636363 50%, #316CE2 75%, #000 100%) repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: 0;
  background-size: 100%;
  width: 100%;
}
@media (max-width: 970px) {
  .txt-bg {
    font-size: 130px;
    line-height: 90px;
    letter-spacing: -1px;
    width: 200%;
  }
}

/*# sourceMappingURL=style.css.map */
