html {
  font-size: 14px;
  position: relative;
  min-height: 100%;
  min-width: 1200px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  margin-bottom: 500px;
  min-width: 1200px;
}

main {
  min-width: 1200px;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}


::-webkit-scrollbar {
  display: none;
}

p {
  font-family: 'DINExp', 'Open Sans', sans-serif;
  letter-spacing: 0.03em;
  line-height: 1.3;
  color: #737373;
}
.highlight {
  font-size: 18px;
  font-weight: bold;
  color: #ff0062;
}

#hd_canvas {
  width: 100%;
  background: radial-gradient(circle, rgb(222, 245, 255) 0%,
  rgba(162, 194, 230, 0.8) 100%);
  height: 90vh;
  min-height: 900px;
  justify-items: center;
  border-radius: 0 0 30px 30px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.75);
  display: flex;
  justify-content: center;
}

    #hd_canvas.graphics {
        background: radial-gradient(circle, rgb(255 0 170) 0%, rgb(38 0 79) 100%);
    }
        #hd_canvas.graphics h1 {
            color: white;
        }

#logoColumn {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    z-index: 0;
}
#roll_counter {
  position: fixed;
  top: 44px;
  left: 12px;
}
#win_height {
  position: fixed;
  top: 64px;
  left: 12px;
}
header {
  position: fixed;
  z-index: 9999;
}

.shake-box {
  position: relative;
  top: 0;
  left: 0;
  transform-origin: center center;
  animation: intro 1s;
  width: 300px;
}
@keyframes intro {
  0%   {transform:scale(20);}
  80%  {transform:scale(8);}
  100% {transform:scale(1);}
}

.slide {
  position: fixed;
  width: 100%;
  top: 0;
  background-position: center;
  background-size: cover;
  background-color: black;
  z-index: -1;
}

#nugget {
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: center center;
  display: none;
}
#shadowItem {
  position: absolute;
  border-radius: 60px;
  width: 121px;
  height: 121px;
  top: 3px;
  left: 4px;
  box-shadow: 20px 30px 34px rgba(0, 0, 0, 0.75);
  z-index: -1;
  display: none;
}

/* font define */
@font-face {
  font-family: 'DINExp';
  src: url('../fonts/D-DINExp.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DINExp';
  src: url('../fonts/D-DINExp-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBold.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/PlayfairDisplay-Regular.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/PlayfairDisplay-Bold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/PlayfairDisplay-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
/**/

#menu {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  margin: 15px 0 0 0;
  border-top: 1px gray solid;
  border-bottom: 1px gray solid;
}
#menu > ul {
  display: inline-flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.nav-link {
  font-family: 'DINExp', sans-serif;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 1px;
}
#scrool-progress {
  position: absolute;
  top: 16px;
  left: 0;
  height: 46px;
  width: 0;
  padding-right: 15px;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: -10;
}
.space {
  height: 100%;
  display: block;
}

#mymoney {
  height: calc(100vw / 1.45);
}
.project {
  clip-path: border-box;
  height: 100vh;
  width: 100%;
  min-width: 1200px;
  display: block;
  position: fixed;
  z-index: 0;
  background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(193,210,232,1) 100%);
  border-radius: 30px;
}
.title-pad {
  padding: 80px 0 0 50px;
}

#moneyRainbow {
  position: absolute;
  top: 0;
  width: 100%;
  height: calc(100vw / 1.45);
  z-index: 1;
  display: flex;
  justify-content: center;
}
.mmRai {
  position: relative;
  height: calc(100vw / 1.45);
  width: 5px;
  max-width: calc((100vw - 16px) / 3.06);
  min-width: 5px;
  background-color: #0c4128;
  margin: 0 0;
  clip-path: border-box;
  justify-content: right;
  display: flex;
}
#mmRai1 {
  background: url('/Content/img/mym_promo_s1.jpg') left / cover no-repeat;
}
#mmRai2::before {
  content: '';
  width: calc((100vw - 16px) / 3.06);
  background: url('/Content/img/mym_promo_s2.jpg') center / cover no-repeat;
  opacity: 0; 
  transition: opacity 3s; 
}
#mmRai2.show::before {
  opacity: 1; 
}
#mmRai2 {
  margin: 0 16px;
}
#mmRai3 {
   background: url('/Content/img/mym_promo_s3.jpg') right / cover no-repeat;
}

.rolling-title {
  display: inline-flex;
  list-style-type: none;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 100;
  font-size: 120px;
  letter-spacing: -13px;
  margin: -10px;
}
.rolling-title > li {
  opacity: 0;
}
.rolling-title > .animTitLetter {
  position: relative;
  top: 0;
  transform-origin: center center;
  animation: moveUpTit .5s ease-out, fadeIn .5s ease-in;
  animation-fill-mode: forwards;
}
@keyframes moveUpTit {
  0%   {transform:translateY(50px);}
  100% {transform:translateY(0);}
}
@keyframes fadeIn {
  0%   {opacity: 0;}
  100% {opacity: 1;}
}

.back-btn {
  display: none;
  position: fixed;
  right: 20px;
  bottom: -10px;
  background: #8b8b8b;
  border: 0;
  z-index: 1000; 
}
.back-btn :hover {
  background: #00aeff; 
}
.back-btn h4:hover {
  background: none; 
}

.head-thunmbnail {
  position: absolute;
  right: 30px;
  bottom: 20px;
}
.perex {
  font-family: "Playfair Display", Times, serif;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 1.1;
}

#ceph {
  width: 100%;
  z-index: 0;
}

#KF-notebook {
  position: absolute;
  width: 75%;
  bottom: -70%;
  right: 3%;
}
#KF-notebook-shadow {
  position: absolute;
  opacity: .4;
  width: 82%;
  bottom: -70%;
  right: -11.7%;
  transform: scaleY(1);
  transform-origin: center;
  transition: transform 3s ease;
}
.scaley2 {
  transform: scaleY(1.6) !important;
}
.bullHead:hover {
  transform: rotate(15deg);
}
.bullHeadRotate {
  transform: rotate(15deg);
}
#KF-bullhead {
  transition: all 0.3s;
  position: absolute;
  width: 396px;
  top: 0;
  right: 472px;
}
#KF-bullbody {
  position: absolute;
  width: 850px;
  top: 90px;
  right: 0;
}
#KF-bull {
  position: absolute;
  scale: .6;
  top: 30px;
  right: 30px;
}
.bars {
  position: fixed;
  top: 150px;
  width: 5%;
  height: 300px;
  z-index: -1;
  opacity:0.3;
}
#cursor-cir {
  z-index: 2050;
  opacity: 0.2;
  position: fixed;
  user-select: none;
  pointer-events: none;
}

#keystrategy {
    background: radial-gradient(circle, rgba(30,40,75,1) 0%, rgba(0,5,10,1) 100%);
}
.KS-pict-bar {
  position: absolute;
  top: 10000px;
  left: 55%;
  width: 40%;
  background-color: whitesmoke;
  background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(200,220,250,1) 100%);
  border-radius: 25px;
  padding: 20px 20px 0 20px;
}
.KS-pict-bar > img {
  width: 100%;
  margin-bottom: 20px;
  mix-blend-mode: multiply;
}

.CM-pict-bar {
  position: absolute;
  display: inline-flex;
  top: 65%;
  height: 30%;
  left: 10000px;
  border-radius: 25px;
  padding: 20px 0 20px 20px;
}
.CM-pict-bar > img {
  height: 100%;
  margin-right: 20px;
}

#cmVideo {
  position: absolute;
  top: 10%;
  right: 0;
  width: 50%;
  z-index: -1;
}
#crystalmine {
  background: #191919;
}
#Rendezvous-image {
  position: absolute;
  width: 65%;
  bottom: 25px;
  right: 25px;
  border-radius: 25px;
  box-shadow: 0 0 15px 15px rgba(0,0,0,0.1);
}
#rendezvous {
  background: radial-gradient(circle, rgb(253, 133, 182) 0%,
  rgb(119, 65, 147) 100%);
}

.footer > div {
  margin: 50px 50px 0 50px;
  height: 100%;
  background: linear-gradient(to right, rgb(20, 20, 23) 0%,
  rgb(48, 54, 60) 100%);
}
.footer h2 {
  font-family: 'Montserrat';
  font-weight: 600;
  color: #a9b6c6;
  font-size: 40px;
}
.footer h3 {
  font-family: 'Montserrat';
  font-weight: 200;
  font-size: 16px;
  color: #a9b6c6;
}
#footer-logo {
  margin-top: -60px;
}
h1 {
  font-family: 'Montserrat';
  font-weight: 900;
  color: #18202c;
  font-size: 150px;
  letter-spacing: -.05em;
  line-height: .85em;
}

.char-image {
    background: url('/Content/img/artWipe.jpg') repeat center center;
    background-size: cover;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.gr-slide {
  background: no-repeat left center;
  background-size: contain;
  background-color: none;
  height: 50vh;
  width: 60%;
  z-index: -1;
}
.gr-down {
  top: 50vh;
  background-color: #88880055;
}