/* Skeleton */

/*
body {
  overflow: hidden !important;
  overflow-y: scroll !important;
}
*/

html { scroll-behavior: auto; }

.text-white {
  color: var(--gd-ink) !important;
}

.text-ultra-white {
  color: white;
}

html, main {
  overflow-x: hidden;
}

main {
  height: auto;
  overflow-y: hidden;
}

body {
  font-size: 1.1rem !important;
}

body,
.splide__list p {
  font-family: "Catamaran",-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";  
}

mark, .mark {
  background-color: #007bff;
  color: white;
}

h1 {
  margin: 0;
}

.text-pink {
  color: deepskyblue !important;
}

.bg-pink {
  background: linear-gradient(0deg, deepskyblue 0%, #ff6a00 100%);
}

/*
.btn-primary {
  background-color: #3800ff;
  border-color: #3800ff;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #2b00cc !important;
  border-color: #2b00cc !important;
}
*/

.mission-btn {
    padding: .8rem 3rem !important;
}

.cartoon-title {
  display: block;
  color: rgb(255, 255, 255);
  text-shadow: grey -2px 2px;
}

.game a:hover {
  text-decoration: none;
}

/* SM Small Device :320px. */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .p-5 {
    padding: 1rem! important;
  }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .p-5 {
    padding: 1.5rem! important;
  }
}

button, input, optgroup, select, textarea {
  font-family: unset !important;
}

.ripple {
  width: 10px;
  height: 10px;
  background-color: transparent;
  position: fixed;
  border-radius: 50%;
  border: 1px solid #fd6e83;
  z-index: 2000;
}

@keyframes ripple-effect {
  to {
    transform:scale(15);
    opacity: 0.01;
  }
}

main {
  margin-top: 76px; /* 31px; */
}

/* Hide default tooltip */
[data-title]:hover::after {
    display: none;
}

/* Custom tooltip styling */
.custom-tooltip {
    display: none;
    position: absolute;
    padding: 5px 10px;
    background-color: #333;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    pointer-events: none;
    z-index: 1000;
    transform: translateY(-50%); /* Move tooltip above the cursor */
}

.embed-lite{position:relative;max-width:960px;margin:0 auto;aspect-ratio:16/9;overflow:hidden;border-radius:12px}
.embed-lite img{width:100%;height:100%;object-fit:cover;display:block}
.embed-lite .play{position:absolute;inset:auto 50% 50% auto;transform:translate(50%,50%);
padding:10px 14px;border-radius:999px;border:0;background:#22d3ee;color:#0b0d12;font-weight:700;cursor:pointer}
.embed-lite iframe{position:absolute;inset:0;width:100%;height:100%}




/* Homepage */

footer a,
header.masthead .masthead-content .masthead-subheading,
li,
p {
  font-family: -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";
}

.display-4 {
  font-size: 2.5rem;
}

/* SM Small Device :320px. */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  header.masthead {
    padding-top: calc(7rem);
    padding-bottom: calc(7rem - 50px);
  }
}

.about-sections {
  /* background-image: url(../img/emotion-wheel.png); */
  background-position: top;
}

.bg-text-about {
  /* background-color: rgba(255, 255, 255, 0.5); */
}

.diag-top {
  /* background: linear-gradient(to right bottom, white 50%, transparent 51%); */
  background: linear-gradient(to right bottom, #0c0c13 50%, transparent 51%);
  height: 70px;
}

.diag-bottom {
  background: linear-gradient(to right top, #0c0c13 50%, transparent 51%);
  height: 70px; 
}

header.masthead {
  background-image: radial-gradient(rgba(17,17,17,1), rgba(17,17,17,0)) , url(../img/switch.gif);
  /*
  background-image: radial-gradient(rgba(17,17,17,1), rgba(17,17,17,0)) , url(../img/game-distract-background.jpg);
  background-image: radial-gradient(transparent 50%, black), url(../img/game-distract-background.jpg);
  background-attachment: fixed;
  */
}

header.masthead {
  padding-top: 0;
  padding-bottom: 10rem;
  opacity: 1;
}

.masthead-content {
  background: linear-gradient(rgba(11,13,18,0), rgba(11,13,18,1));
  padding-bottom: 41px;
}

header.masthead {
  padding-bottom: 0px;
}

h1.masthead-heading {
  text-shadow: -5px 4px #6c757d, -10px 8px #2f2a30;
}

h1.masthead-heading #title-game {
  text-shadow: 5px 4px #6c757d, 10px 8px #2f2a30;
}

h1.masthead-heading #title-d {
  text-shadow: 0px 4px #6c757d, 0px 8px #2f2a30;
}

h1.masthead-heading #title-a {
  margin-left: -2px;
}

h1.masthead-heading #title-m{
  text-shadow: -5px 4px #6c757d, -10px 8px #2f2a30;
  margin-left: -1px;
}

h2.masthead-subheading {
  /* text-shadow: -2px 2px black; */
}

h1.masthead-heading {
  /* background-image: url(../img/sparkles.gif); */
  background-size: contain;
}

button.button-2r.button-shade-1 {
  background-image: url(../img/sparkles.gif);
  background-position: center;
}

@media (max-width: 768px) { 
  .play-this-game {
    display: none;
  }
}





/* How do you feel? */

.emoji {
  background: linear-gradient(80deg, #ff6a00 0%, #ee0979 100%);
  color: purple;
}

.emoji:hover {
  color: white;
}

h1#howdoyoufeel {
  text-shadow: -2px 2px #ffc107;
  font-size: 3.9em;
  margin: 0;
}

h1#category {
  text-shadow: -2px 2px #ececec;
  font-size: 4em;
  margin: 0;
}






/* Navbar */

.navbar-dark .navbar-nav .nav-link {
    /* color: white; */
    color: var(--gd-ink);
}

.navbar-custom {
  /* background-color: #566777 !important; */
  /* background-color: lightslategrey !important; */
  /* background-image: linear-gradient(transparent, #9279f7b8), url(../img/navbar.gif);
  background-position: center;
  background-size: cover;
  */
}

i#nav-tv {
  background: white;
  border-radius: 50%;
  padding: 10px;
}

i#nav-tv:hover {
  cursor: pointer;
}

.nav-link-color {
  color: #1a1a1a;
  cursor: default;
}

@media (min-width: 992px) {
  .mega-area {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 30px;
    background: linear-gradient(80deg, #0089ff, #00ff43);
    border: 10px white solid;
  }

  .dropdown-list {
    display:none !important;
  }

  .dropdown, .dropleft, .dropright, .dropup {
    position: unset;
  }
}

@media (max-width: 991px) {
  .mega-area {
    display: none !important;
  }
}

#navbar {
  /* background-color: #1a1a1a !important; */
  background-color: rgba(0, 0, 0, 0.77);
  background-image: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.3)), url(../img/mind-pour-blurred-bg.jpg);
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
}

a.navbar-brand.nav-content.d-flex.align-items-center {
  margin-right: 0px;
}

i#logo:hover {
    color: deepskyblue !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-custom .navbar-nav .nav-item .nav-link {
    font-size: 0.65rem;
  }
}

.nav-link::after {
  color: deepskyblue;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.dropdown-menu h2 {
  text-shadow: -2px 3px black;
}

.dropdown-menu {
  margin: 0;
}

button.navbar-toggler {
    max-width: 55px;
}



/* Cursors */

a {
  cursor: pointer;
}

a,
button,
.btn,
.bUaBFP,
.dTzKPd,
.eapps-pinterest-feed-data-item-boards-item,
.eapps-pinterest-feed-data-item-navigation-item-icon,
.hIKLRV,
.ievDfa {
  cursor: url(../img/pointer.png), auto !important;
}

.hud a,
.hud-categories a,
.hud-tools a {
  cursor: url(../img/pointer-small.png), auto !important;
}

button.btn-unlock {
  cursor: url(../img/key-4.png), auto !important;
}

a.gaming-guide {
  cursor: url(../img/pen-2.png), auto !important;
}

#youtube-link, #youtube-icon, #youtube-tags a {
  cursor: url(../img/youtube-links.png), auto !important;
}

#google-link, #google-icon, #google-tags a {
  cursor: url(../img/google-links.png), auto !important;
}

.splide__slide a {
  /* cursor: url(../img/crosshairs.png) 10 10, auto !important; */
}

iframe {
  cursor: default !important;
}

.feeling:hover {
  cursor: pointer;
}





/* Footer */

a.btn.btn-lg.btn-rounded {
  background-color: #222;
  color: white;
  margin: 5px;
}

a.btn.btn-lg.btn-rounded:hover {
  background-color: deepskyblue;
  box-shadow: 0px 0 3rem rgb(0 144 255);
  color: #fff;
}

.btn.focus, .btn:focus {
  box-shadow: none;
  outline: 0;
}

.back-to-top {
  bottom: 25px;
  display: none !important;
  position: fixed;
  right: 25px;
}

.footer-tags {
  margin-bottom: 3rem !important;
}

/* SM Small Device :320px. */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .footer-tags {
    margin-bottom: .5rem !important;
  }
  #back-to-top {
    display: none;
  }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .footer-tags {
    margin-bottom: 2rem !important;
  }
  #back-to-top {
    display: none !important;
  }
}

.footer-icon {
  color: #0be49b;
  box-shadow: 0 0 25px 0 #0c7563;
  border-radius: 2px;
}

 #back-to-top {
  /* z-index: 9999; */
  display: none;
}

.flex-container {
  display: flex;
  justify-content: center;
}

.footer-emojis p {
  margin: 0.25rem 0;
  font-size: 0.95rem; /* a bit smaller so it feels like an accent */
  color: #f8f9fa; /* matches Bootstrap text-light */
}

.footer-emojis .emoji-chip {
  display: inline-block;
  background: rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 6px 10px;
  font-size: 1.1rem;
  color: #f8f9fa;
}
.footer-emojis .emoji-chip span {
  display: block;
  font-size: 0.8rem;
  color: #aaa;
  margin-top: 2px;
}



/* Mood Board */

.strong-column {
  background: rgba(255,0,0,.2);
}

.medium-column {
  background: rgba(255,165,0,.2);
}

.light-column {
  background: rgba(255,255,0,.2);
}

.emotion-row {
  background-image: linear-gradient(to right, red, yellow);
  padding-bottom: 15px;
}

.strong-link {
  color: white;
}

.medium-link {
  color: black;
}

.strong-link, .medium-link, .light-link {
  font-size: 2em;
}

.strong-link, .medium-link, .light-link {
  display: inline-block;
}

.popover-body {
  font-size: 1rem;
}

.popover-body img {
  height: 250px;
  object-fit: cover;
  width: 250px;
}

.popover {
  pointer-events: none;
}





/* Distracts Section */

.price, .desktop-text, #howdoyoufeel {
  color: black;
}

.games {
  min-height: 500px;
}

.popular-outline {
  border: 3px solid deepskyblue;
  border-radius: 10px;
}

.popular-text {
  background-image: linear-gradient(to right, rgba(0, 0, 147, .6), transparent), url(../img/popular.gif);
  border-radius: 9px;
  color: white;
  font-weight: 600;
}

.popular-link:hover {
  text-decoration: none;
}

.games img.small-hover {
  transition: .5s;
}

.games img.small-hover:hover {
  transform: scale(0.9);
}

img.cloud {
  transition: unset;
}

img.cloud:hover {
  transform: unset;
}

img.img-fluid.rounded-circle.shadow {
  border: solid white 8px;
}

.all-shadow {
  box-shadow: 0 .5rem 1rem rgba(255,255,255,.15)!important;
}

img.img-fluid.rounded-circle {
    width: 100%;
}

.price {
  position: absolute;
  top: 5px;
  left: 20px;
  font-size: .92rem;
  background: #f8f9fa;
  border-radius: 9px;
  padding: 0px 9px;
}

.desktop-text {
  position: absolute;
  top: 5px;
  right: 20px;
  font-size: .92rem;
  background: #17a2b8;
  border-radius: 9px;
  padding: 0px 9px;
  color: white;
}

.all-distract-shadow:hover {
  box-shadow: 0px 0 3rem rgb(255 255 255 / 64%);
}

.game.col-lg-3.col-md-4.col-sm-6.col-6 {
  margin-bottom: 20px;
}

/* Hide non-Famobi games on mobile-ish devices */
@media (max-width: 768px) {
  .game:not(.famobi) { display: none !important; }
}






/* Emotion pages */

.create-clouds-section {
  background: -webkit-linear-gradient(top, white 0%, deepskyblue 15%, rgba(42,71,94,0.0) 71%);
  padding-top: 1px;
  /* margin-top: 50px; */
}

.create-starry-bg {
  /*
  background-image: url(../img/iheart/starry-bg-min.gif);
  background-size: cover;
  background-attachment: fixed;
  */
}

.component.game-screen-shots .container-fluid {
    display: inline-table;
}

.game-screen-shots img {
  width: 20%;
}

.glitter {
  position: absolute;
  z-index: 5;
  width: 100% !important;
  left: 0;
}

.glitter {
  display: none;
}




/* Twitch */

.splide__slide img {
  border-radius: 10px;
  height: 300px;
  object-fit: cover;
  width: 300px;
}

#twitch-slider {
  padding-top: 1.5rem !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .splide__slide img {
    border-radius: 10px;
    height: 200px;
    width: 200px;
  }

  .btn-xl {
    padding: 1.5rem 2rem;
  }

  #twitch-slider {
    margin-top: 1rem !important;
  }
}

@media (max-width: 767px) {
  .splide__slide img {
    border-radius: 10px;
    height: 100px;
    width: 100px;
  }

  .btn-xl {
    padding: 1.5rem 2rem;
  }

  #twitch-slider {
    margin-top: .5rem !important;
  }
}

button#close-twitch {
  /* background-image: url(../img/after-effects.gif); */
}

button#random-channel {
  background-image: url(../img/cta-bg.gif);
}

.splide__list .splide__slide.text-center a p {
  position: absolute;
  bottom: 0;
  left: 10px;
  background: rgb(0,0,0);
  color: grey;
  /*
  color: aqua;
  */
}

.shadow-purple {
  box-shadow: rgb(0 0 255 / 34%) 0rem .15rem 2.3rem 18px;
}

.p-3.shadow-purple {
  border-radius: 10px;
}








/* Gifs */

#photos {
   /* Prevent vertical gaps */
   line-height: 0;
   
   -webkit-column-count: 5;
   -webkit-column-gap:   0px;
   -moz-column-count:    5;
   -moz-column-gap:      0px;
   column-count:         5;
   column-gap:           0px;
}

#photos img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
}

@media (max-width: 1200px) {
  #photos {
  -moz-column-count:    4;
  -webkit-column-count: 4;
  column-count:         4;
  }
}
@media (max-width: 1000px) {
  #photos {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }
}
@media (max-width: 800px) {
  #photos {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
}
@media (max-width: 400px) {
  #photos {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }
}







/* Video Chat */

.countdown {
  color: #484848;
  overflow: hidden;
}

.countdown-container {
  display: table;
  margin: 0 auto;
}

.countdown .countdown-box {
  display: block;
  float: left;
  margin: 24px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 90px;
}

.countdown .number {
  font-size: 72px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
  text-align: center;
}

.countdown span {
  display: block;
  font-size: 18px;
  font-weight: 400;
  overflow: hidden;
  padding-top: 4px;
  position: relative;
  text-align: center;
  color: #9896a6;
}

.countdown span:before {
  background: none repeat scroll 0 0 #9896a6;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  opacity: .3;
}

#countdown {
  color: #484848;
}

#video-chat {
  background: url(../img/video-chat.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
}

.bg-countdown {
  opacity: .9;
}






/* Gamification */

.modal-strip {
  background-color: #000;
  bottom: 0;
  color: #fff;
  display: inline-block;
  left: 0;
  padding: 20px;
  position: fixed;
  transform: translate3d(0px,200px,0px);
  transition: all .7s ease 0s;
  width: 100%;
  z-index: 999!important;
  font-size: 1rem;
}

.modal-strip.modal-active {
  transform: translate3d(0px,0px,0px);
}

.modal-strip a:hover {
  cursor: pointer !important;
}

.modal-strip div div div {
  display: inline;
}

.one-minute-text {
  margin-right: .3rem!important;
}

@media (max-width: 1024px) {
  .modal-strip div div div, .modal-strip a {
    display: inline-block;
    margin-left: 8px;
  }

  .one-minute-text {
    margin-bottom:.7rem!important;
    margin-right: 0!important;
  }
}

@media (min-width: 1024px) and (max-width: 1024px) {
  .one-minute-link-1 {
    margin-left: 1rem!important
  }
}

span#player-points-outline {
  border: solid 1px white;
  min-width: 100px;
  /* background-image: url(../img/ultrasound.gif); */
  background: black;
  background-position: center;
  font-size: 1rem;
  font-weight: 600;
}

a.skip-screen {
  cursor: pointer !important;
}

.default-cursor {
  cursor: default !important;
}

#all-games .game.locked a img.img-fluid.rounded-circle.locked-image {
  border: 27px solid black;
  filter: grayscale(100%) !important;
  -moz-filter: grayscale(100%) !important;
  -ms-filter: grayscale(100%) !important;
  -o-filter: grayscale(100%) !important;
  -webkit-filter: grayscale(100%) !important;
}

.btn-unlock {
  left: 50%;
  position: absolute;
  top: 5px;
  transform: translateX(-50%);
}

@media (max-width: 976px) {
  span#player-points-outline {
    margin-left: 0px !important;
    padding-left: 8px !important;
  }
  a#start-over-btn {
    margin-bottom: 10px !important;
    margin-left: 0px !important;
  }
}

@media (max-width: 500px) {
  #check-in .game-pop-inner-container, #emotion-prize .game-pop-inner-container, #tag-prize .game-pop-inner-container, #wink-prize .game-pop-inner-container {
    margin-top: 3rem !important;
  }
}

.bg-text-surprise {
  background-color: rgba(255, 255, 255, 0.65);
}

.gamify-popover {
  /* position: fixed; */
  /* top: 74px; */
  position: relative;
  width: 100%;
  height: 100vh;
  /* z-index: 98; */
  z-index: 100000001;
  overflow: visible;
  /* background: #fff url(../images/preloaders/1.gif) no-repeat center center; */
  background: #212529;
}

.game-pop-inner-container {
  width: 100%;
}

.gamify-popover h1, .gamify-popover h2, .gamify-popover h3, .gamify-popover h4, .gamify-popover h5, .gamify-popover h6, .gamify-popover p {
  color: white;
} 

.gamify-popover h1.surprise, .gamify-popover h2.surprise, .gamify-popover h3.surprise, .gamify-popover h4.surprise, .gamify-popover h5.surprise, .gamify-popover h6.surprise, .gamify-popover p.surprise {
  color: black;
}

.modal-content {
  background: linear-gradient(45deg, black, grey) !important;
}





/* Game Guides */

.gaming-guide {
  color: deepskyblue;
}

hr {
  border-top: 1px solid rgba(255,255,255,.2);
}

/*
.hashtag:hover {
  background: grey;
  color: white !important;
  border: solid deepskyblue 1px;
}

.hashtag:hover a {
  color: white !important;
}
*/

/*
.hashtag a {
  font-weight: bolder;
}
*/

.labelled-img {
  width: 100%;
}

li.li-selected {
  margin-left: -41px;
  padding: 0px 0px 0px 41px;
  list-style: none;
  background-image: url(../img/gaming-guides/li-pointer.gif);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 40px;
}



/* Color styles */

.button-2r {
  font: inherit;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  white-space: nowrap;
}

.button-2r.button-shade-1 {
  font-weight: 700;
  height: 5.6rem;
  border-radius: 2.8rem;
  padding: 0 2rem;
  font-size: 1.6rem;
  transition: background 1.6s cubic-bezier(.16,1.08,.38,.98);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.button-2r.button-shade-1 {
  position: relative;
  z-index: 2;
  color: transparent;
  font-size: 0;
}

.button-2r.button-shade-1:after {
  content: var(--text);
  font-size: 1.6rem;
  background: linear-gradient(60deg,#fe605d,#efc550,#8f6fda,#fc7658);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-animation: Button_animation-gradient__yLuL- 8s linear infinite;
  animation: Button_animation-gradient__yLuL- 8s linear infinite;
}

.button-2r.button-shade-1:before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  top: 0;
  left: 0;
  margin-right: 1rem;
  -webkit-mask: url(img/play.svg) no-repeat center center;
  mask: url(img/play.svg) no-repeat center center;
  -webkit-mask-size: 95% 95%;
  mask-size: 95% 95%;
  background: url(img/play-background.webp) no-repeat #131313 50%;
  background-size: 100% 100%;
}

.button-shade-wrapper {
  position: relative;
  z-index: 0;
  margin: 3rem 0;
  display: inline-block;
  /* transition:-webkit-transform 1.3s cubic-bezier(.16,1.08,.38,.98); */
  /* transition:transform 1.3s cubic-bezier(.16,1.08,.38,.98); */
  /* transition:transform 1.3s cubic-bezier(.16,1.08,.38,.98),-webkit-transform 1.3s cubic-bezier(.16,1.08,.38,.98); */
}

.button-shade-wrapper .button-background,.button-shade-wrapper .button-border {
  border-radius: 2.8rem;
  overflow: hidden;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.button-shade-wrapper .button-background:before,.button-shade-wrapper .button-border:before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 200%;
  background: linear-gradient(60deg,#fe605d,#efc550,#8f6fda,#fc7658);
  -webkit-animation: Button_animation-background__36cAU 8s linear infinite;
  animation: Button_animation-background__36cAU 8s linear infinite;
}

.button-shade-wrapper .button-background {
  -webkit-filter: blur(12px);
  filter: blur(12px);
  opacity: .3;
  transition: opacity 1s cubic-bezier(.16,1.08,.38,.98),-webkit-transform .6s cubic-bezier(.16,1.08,.38,.98);
  transition: transform .6s cubic-bezier(.16,1.08,.38,.98),opacity 1s cubic-bezier(.16,1.08,.38,.98);
  transition: transform .6s cubic-bezier(.16,1.08,.38,.98),opacity 1s cubic-bezier(.16,1.08,.38,.98),-webkit-transform .6s cubic-bezier(.16,1.08,.38,.98);
}

.button-shade-wrapper:after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  top: .1rem;
  left: .1rem;
  right: .1rem;
  bottom: .1rem;
  background: #131313;
  border-radius: 2.8rem;
}

@-webkit-keyframes Button_animation-gradient__yLuL- {
  0% {
    background-position: 0 50%;
  }

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

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

@keyframes Button_animation-gradient__yLuL- {
  0% {
    background-position: 0 50%;
  }

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

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

@-webkit-keyframes Button_animation-background__36cAU {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  50% {
    -webkit-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0);
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes Button_animation-background__36cAU {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  50% {
    -webkit-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0);
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@media (min-width: 1024px) {
  .button-2r.button-shade-1 {
    height: 5.2rem;
    padding: 0 2.9rem;
  }
}

@media (hover: hover) {
  .button-2r:hover {
    transition-duration:.3s;
  }

  .button-shade-wrapper:hover {
    -webkit-transform: scale(1.05) translateZ(0);
    transform: scale(1.05) translateZ(0);
    transition-duration: .3s;
  }

  .button-shade-wrapper:hover .button-background {
    opacity: .3;
    -webkit-transform: scale(1.1) translateZ(0);
    transform: scale(1.1) translateZ(0);
  }
}

@-webkit-keyframes TextGradient_gradientAnimation__mdvpC {
  0% {
    background-position: 0 50%;
  }

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

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

@keyframes TextGradient_gradientAnimation__mdvpC {
  0% {
    background-position: 0 50%;
  }

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

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

.text-gradient {
  color: transparent!important;
  position: relative;
  background: var(--gradient);
  -webkit-animation: TextGradient_gradientAnimation__mdvpC 5s ease infinite alternate;
  animation: TextGradient_gradientAnimation__mdvpC 5s ease infinite alternate;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 200% 200%;
  display: inline-block;
}

.shape-kinetic-wrapper {
  position: absolute;
  -webkit-perspective: 600px;
  perspective: 600px;
  -webkit-perspective-origin: 50%;
  perspective-origin: 50%;
  pointer-events: none;
  width: var(--mw);
}

@media (min-width: 1024px) {
  .shape-kinetic-wrapper {
    width:var(--w);
  }
}

.footer-card {
  background: #131313;
  display: flex;
  justify-content: center;
  margin: 0 1rem;
}

.footer-card .footer-card-wrapper {
  position: relative;
  max-width: 100rem;
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 8rem 2.4rem;
}

.footer-card .footer-card-wrapper:after,.footer-card .footer-card-wrapper:before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  border-radius: 2.5rem;
}

.footer-card .footer-card-wrapper:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg,#333 30%,rgba(81,81,81,0) 80%),#131313;
}

.footer-card .footer-card-wrapper:after {
  top: .4rem;
  left: .4rem;
  right: .4rem;
  bottom: 0;
  background: linear-gradient(180deg,#242424 20%,rgba(0,0,0,.41)),#131313;
  padding: 1rem;
  border-radius: 2.2rem;
}

@media (min-width: 1024px) {
  .footer-card .footer-card-wrapper {
    padding:0;
    height: 55.8rem;
  }
}

.home-footer .home-footer-description,.home-footer .home-footer-title {
  position: relative;
  z-index: 2;
}

.home-footer .home-footer-title {
  font-weight: 900;
  text-align: center;
  letter-spacing: -.075rem;
  font-size: 3.6rem;
}

.home-footer .home-footer-description {
  text-align: center;
  margin: 2.4rem 0 6.4rem;
  color: #acacac;
  font-weight: 400;
  line-height: 3.2rem;
  font-size: 1.8rem;
}

@media (min-width: 1024px) {
  .home-footer .home-footer-title {
    font-size:4.8rem;
  }

  .home-footer .home-footer-description {
    font-size: 2.3rem;
  }

}

@media (max-width: 1023px) {
  .home-footer .home-footer-description br {
    display:none;
  }
}

.home-header-keyword {
  position: relative;
  z-index: 100;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0;
  font-size: 4.8rem;
  line-height: 6rem;
  margin: 0 .4rem;
}


.home-header-cloud {
  position: absolute;
  z-index: 0;
  top: 35rem;
  left: -17rem;
}

.home-header-ellipse {
  position: absolute;
  right: -21rem;
  top: 2rem;
}

@media (min-width: 768px) {

  .home-header-keyword {
    line-height: 12.4rem;
    margin: 0 .8rem;
    font-size: 9.6rem;
    letter-spacing: -.25rem;
  }

}

@media (min-width: 1024px) {

  .home-header-cloud {
    top: 20rem;
    left: -30rem;
  }

  .home-header-ellipse {
    right: -32rem;
    top: 34rem;
  }
}

@media (max-width: 1008px) {

  .home-header-cloud {
    display: none;
  }

  .home-header-ellipse {
    display: none;
  }
}





/* HUD */

.hud {
  
}

.hud a {
  cursor: pointer !important;
}

/* right side */

.hud .emoji.hud-mode-active {
  color: magenta;
}

.hud .emoji.hud-emotion-active {
  background: linear-gradient(80deg, #8A2387, #E94057, #F27121);
}

.hud-navigation {
  position: fixed;
  bottom: 85px;
  right: 13px;
  width: 333px;
  height: 432px;
}

.hud-emotions {
  display: none;

  position: fixed;
  width: 330px;
  bottom: 89px;
  right: 15px;
  z-index: 10;
  background: linear-gradient(80deg, #0089ffBB, #00ff43BB);
  border-radius: 20px;
  border: solid aqua;
  box-shadow: 0 0.15rem 1.75rem 0 rgb(0 255 162) !important;
}

.hud-emotions .emoji {
  color: white;
  background: black;
}

.hud-emotions .emoji:hover {
  background: linear-gradient(80deg, #ff6a00 0%, #ee0979 100%);
}


.hud-tools {
  position: fixed;
  width: 75px;
  /* bottom: 233px; */
  bottom: 330px;
  right: 15px;
  z-index: 10;
  background: linear-gradient(80deg, #0089ffBB, #00ff43BB);
  border-radius: 20px;
}

.hud-tools .emoji {
  color: white;
  background: black;
}

.hud-tools .emoji:hover {
  background: linear-gradient(80deg, #ff6a00 0%, #ee0979 100%);
}


.hud-categories {
  position: fixed;
  width: 75px;
  /* bottom: 233px; */
  bottom: 89px;
  right: 15px;
  z-index: 10;
  background: linear-gradient(80deg, #0089ffBB, #00ff43BB);
  border-radius: 20px;
}

.hud-categories .emoji {
  color: white;
  background: black;
}

.hud-categories .emoji:hover {
  background: linear-gradient(80deg, #ff6a00 0%, #ee0979 100%);
}



/* left side */

.hud-label small {
  position: fixed;
  bottom: calc(69px - 53px);
  left: 32px;
  z-index: 10;
  color: lightgrey;
}

.hud-toggle {
  position: fixed;
  bottom: calc(94px - 53px);
  left: 18px;
  z-index: 10;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.hud-unlocked {
  position: fixed;
  width: 75px;
  bottom: calc(136px - 53px);
  left: 11px;
  z-index: 10;
  background: linear-gradient(80deg, #000000BB, #373737BB);
  border-radius: 20px;
  border: solid var(--warning);
}

.hud-unlocked .emoji {
  color: white;
  background: transparent;
}

.hud-unlocked .emoji:hover {
  background: transparent;
}


.hud-locked {
  position: fixed;
  width: 75px;
  bottom: calc(228px - 53px);
  left: 11px;
  z-index: 10;
  background: linear-gradient(80deg, #000000BB, #373737BB);
  border-radius: 20px;
}

.hud-locked .emoji {
  color: white;
  background: transparent;
}

.hud-locked .emoji:hover {
  background: transparent;
}


.hud-gems {
  position: fixed;
  width: 75px;
  bottom: calc(313px - 53px);
  left: 11px;
  z-index: 10;
  background: linear-gradient(80deg, #000000BB, #373737BB);
  border-radius: 20px;
}

.hud-gems .emoji {
  color: white;
  background: transparent;
}

.hud-gems .emoji:hover {
  background: transparent;
}


/* intro js */

.introjs-tooltip {
  background: linear-gradient(80deg, #0089ffBB, #00ff43BB);
}


/* all distracts */

.game .p-3.shadow-purple {
    background-color: rgba(255,255,255,.5);
    background-image: url(../img/glitter.gif);
    background-size: cover;
}

.game .p-3 {
  background-image: url(../img/glitter.gif);
  background-size: cover;
}

.game p {
  font-size: 1.05rem;
}

.modal-body {
  color: white;
}

.modal-content {
  border: white solid;
}


.grid-item {
  float: left;
  width: 160px;
  height: 160px;
  /* border: 2px solid hsla(0, 0%, 0%, 0.5); */
  /* border: 10px solid rgb(255 20 210 / 15%); */
  border: 9px solid rgb(255 20 210 / 0%);
}

.grid-item--width2 { width: 320px; }
.grid-item--height2 { height: 320px; }


.border-radius-0 {
  border-radius: 0 !important;
}

.border-none {
  border: none !important;
}


/* Movie Clips */

.movie-thumbnail {
  cursor: url(../img/pointer-small.png), auto !important;
}


/* Community Hub */

.hi {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 50%;
  margin: 10px;
  border: solid white 3px;
}

.community-emojis div {
  margin: 4px 0;
  font-size: 1rem;
  color: #f8f9fa;
}
.community-emojis strong {
  margin-right: 8px;
  font-size: 1.2rem;
}
.community-emojis span {
  color: #bbb;
}


/* Responsive Layout */

/* Responsive tweaks — match your breakpoints */
@media (max-width: 1600px) {


}
@media (max-width: 1200px) {


}
@media (max-width: 900px) {
  .home-header-keyword {
    font-size: 6.6rem !important;
  }

  #hand-wave {
    display: none;
  }
}

@media (max-width: 991px) {
  .home-header-keyword {
    line-height: 6rem !important;
    padding-bottom: 1.5rem;
  }
}

@media (max-width:1024px) {
  .hud {
    display: none;
  }
  .hud-label {
    display: none;
  }
}