/* Works on Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: rgb(209, 209, 209) rgb(196, 196, 196);
  }
  
  /* Works on Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 12px;
  }
  
  *::-webkit-scrollbar-track {
    background: rgba(196, 196, 196, 0.164);
    border-radius: 20px;
  }
  
  *::-webkit-scrollbar-thumb {
    background-color: rgb(196, 196, 196);
    border-radius: 20px;
  }

  @font-face {
    font-family: AttilaSansClassic-Medium;
    src: url(./assets/AttilaSansClassic-Medium.otf);
  }

  @font-face {
    font-family: MonaSans;
    src: url(./assets/MonaSans-VariableFont_wdth,wght.ttf);
  }

  @font-face {
    font-family: AttilaSansClassic-Black;
    src: url(./assets/AttilaSansClassic-Black.woff2);
  }

  nav{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.00) 100%); 
    padding-bottom: 60px;
  }

  .poppins-btn{
    font-family: Poppins;
  }
    
    h1{
      font-family: 'AttilaSansClassic-Black';
      font-weight: lighter;
      color: rgb(240, 248, 255);
      text-align: left;
      font-size: 2.5em;
      line-height: 1em;
      padding: 30px 25px 10px 25px;
      margin: 0;
      user-select: none;
    }
    h1:hover {
      text-decoration: none;
      user-select: none;
    }
  
    h2{
      font-family: 'AttilaSansClassic-Black', sans-serif;
      font-weight: lighter;
      color: rgb(240, 248, 255);
      text-align: left;
      font-size: 2.5em;
      line-height: 1em;
      text-shadow: 2px 2px rgba(0, 0, 0, 0.483);
      margin-top: -10px;
      user-select: none;
    }
  
    h3{
      font-family: 'AttilaSansClassic-Black';
      font-weight: lighter;
      text-align: left;
      font-size: 1.3em;
      -webkit-user-select: none; /* Safari */
      -ms-user-select: none; /* IE 10 and IE 11 */
      user-select: none;
      pointer-events: none;
    }
    /* h3:hover{
      color: black;
      user-select: none;
      text-decoration: none;
      pointer-events: none;
    } */
    h4{
      color: white;
      font-family: 'AttilaSansClassic-Medium';
      text-align: left;
      font-size: 1.0em;
      line-height: 1.2em;
      letter-spacing: 0.02em;
      word-spacing: 0.06em;
      -webkit-user-select: none; /* Safari */
      -ms-user-select: none; /* IE 10 and IE 11 */
      user-select: none;
      margin: auto;
    }
    h5{
      color: white;
      font-family: 'MonaSans';
      font-weight: lighter;
      text-align: left;
      font-size: .6em;
      -webkit-user-select: none; /* Safari */
      -ms-user-select: none; /* IE 10 and IE 11 */
      user-select: none;
    }
    .colorWhite {
      color: white;
      text-shadow: 2px 2px rgba(0, 0, 0, 0.483);
      transition: all 0.4s ease;
    }
    .color-green {
      color: #C4F081;
    }
  
    .bottom-margin-modal {
      bottom: 100px;
      position: absolute;
      z-index: 31;
    }
  
    .modal-highlight {
      /* background: linear-gradient(180deg, rgba(255,255,255,0.8) 0%, rgba(0,0,0,0) 12%); */
      border-radius: 20px;
      margin: -35px;
      width: 120%;
      padding-top: 10px;
      display: flex;
      align-items: center;
      justify-items: center;
    }
  
    .centered-modal {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 90%;
      max-width: 800px;
      z-index: 29; 
      display: flex;
      justify-content: center;
      align-items: center;
      transition: all 0.8s ease;
    }
    .centered-modal.closed {
      position: absolute;
      left: 50%;
      transform: translate(-50%, 300px);
      opacity: 0;
      user-select: none;
      transition: all 0.8s ease;
      pointer-events: none;
      visibility: hidden;
    }
  
    .bottom-margin-60-absolute {
      bottom: 60px;
      position: absolute;
      z-index: 31;
    }
  
    .bottom-margin-30-absolute {
      bottom: 30px;
      position: absolute;
      z-index: 29;
    }
    
    .top-margin-20 {
      margin-top: 20px;
    }
  
    .bottom-margin-60 {
      margin-bottom: 60px;
      z-index: 29;
    }
  
    .color-text-back-green-main{
      /* background: linear-gradient(146deg, rgba(6,26,41,1) 0%, rgba(55,81,64,1) 22%, rgba(107,140,88,1) 63%, rgba(196,240,129,1) 100%); */
      background-color: #00c334 ;
      border-radius: 20px;
      margin: 20px 20px 60px 20px;
      padding: 35px 35px 50px 35px;
      user-select: none;
    }

    .green-welcome{
      color: white;
      font-family: MonaSans;
    }

    .welcome-text{
      font-family: AttilaSansClassic-Black;
    }
  
    .textFadeOut {
      opacity: 0;
      transition: all 0.4s ease;
    }
  
    p{
      font-family: 'MonaSans';
      font-weight: normal;
      line-height: 1.6em;
      color: rgb(240, 248, 255);
      text-align: left;
      font-size: 1.1em;
      padding: 10px 25px 30px 25px;
      margin: 0px;
      text-decoration: none;
    }
  
    a{
      font-family: 'MonaSans', sans-serif;
      font-weight: normal;
      line-height: 1.6em;
      color: rgb(240, 248, 255);
      text-align: center;
      vertical-align: middle ;
      font-size: 1.1em;
      margin: 0px;
      text-decoration: none;
    }
  
    /* //////////////////////////////////////////////////////// */
    
      .Row {
          display: table;
          width: 100%; /*Optional*/
          table-layout: fixed; /*Optional*/
          border-spacing: 10px; /*Optional*/
      }
      .Column {
          display: table-cell;
          background-color: red; /*Optional*/
      }
  
    .mainOverlay {
      pointer-events: none;
      position:absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 10;
      overflow:hidden;
    }
  
    .main-instruct-section {
      position: absolute;
      opacity: 1;
      width: 450px;
      bottom: 0px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      margin: auto;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      transition: all 1s ease;
      transition-delay: 0.2s;
    }
    .main-instruct-section.closed {
      opacity: 0;
      transition: all 0.5s ease;
    }
  
    .instruct-icon {
      height: 50px;
      width: auto;
      margin-bottom: -10px;
    }
    #welcome-title{
      display: flex;
      align-items: center;
      white-space: nowrap;
    }
    .ixc-logo{
      width: auto;
      height: 45px;
      padding-left: 15px;
    }
  
    .drag-Anim {
      width: 200px;
      height: 200px;
      scale: 0.4;
      margin-bottom: -70px;
      background-image: url("./assets/instruct-drag-spritesheet.png");
      animation: playDragX .25s steps(6) infinite,
      playDragY 1.25s steps(5) infinite;
      transition: all 0.8s;
      transition-delay: 0.4s;
    }
      @keyframes playDragX {
        from {background-position-x: 0px;}
        to {background-position-x: -1200px;}
      }
      @keyframes playDragY {
        from {background-position-y: 0px;}
        to {background-position-y: -1000px;}
      }
  
      .tap-Anim {
        width: 200px;
        height: 200px;
        scale: 0.4;
        margin-bottom: -70px;
        background-image: url("./assets/instruct-tap-spritesheet.png");
        animation: playTapX .25s steps(6) infinite,
        playTapY 1.25s steps(5) infinite;
        transition: all 0.8s;
        transition-delay: 0.4s;
      }
        @keyframes playTapX {
          from {background-position-x: 0px;}
          to {background-position-x: -1200px;}
        }
        @keyframes playTapY {
          from {background-position-y: 0px;}
          to {background-position-y: -1000px;}
        }
  
      .screen-block {
        pointer-events: none;
        position:absolute;
        background: #000000;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        background: transparent;
        z-index: 0;
        transition: all 0.8s ease-in-out;
        /* transition-delay: 0.2s; */
      }
      .screen-block.white{
        background: #000000;
        transition: all 1s ease-in-out;
        /* transition-delay: 0.2s; */
        backdrop-filter: blur(5px);
        z-index: 30;
      }
      .screen-block.delay-white{
        background: #000000;
        transition: all 0.6s ease-in-out;
        backdrop-filter: blur(5px);
        transition-delay: 0.6s;
        z-index: 30;
      }
  
      .screen-block.white-mid {
        pointer-events: all;
        background: #00000086;
        backdrop-filter: blur(5px);
        z-index: 30;
        transition: all 1s ease-in-out;
        transition-delay: 0.1s;
      }
  
    .nav-menu-block {
      pointer-events: none;
      position:absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background: transparent;
      transition: all 0.5s ease-in-out;
      z-index: 30;
    }
    .nav-menu-block.open {
      pointer-events: all;
      position:absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background: #00000079;
      backdrop-filter: blur(6px);
      z-index: 30;
    }
    .nav-menu {
      width: 400px;
      height: 100vh;
      position: fixed;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #00132684;
      margin: 0;
      top: 0;
      right: 0;
      text-align: center;
      transform: translateX(400px);
      transition: all 0.5s ease-in-out;
      transition-delay: 0.2s;
    }
    .nav-menu.open{
      transform: translateX(0px);
      background: #000000ab;
    }
  
    .nav-link{
      font-family: MonaSans;
      font-weight: lighter;
      text-align: left;
      line-height: .2em;
      font-size: 1.2em;
      user-select: none;
      text-align: center;
      transition: all 0.5s ease;
    }
    .nav-link:hover{
      color: rgb(255, 255, 255);
      font-weight: bold;
    }
  
    .nav-btn-container {
      display: block;
      text-align: center;
      pointer-events: auto;
    }
    .nav-btn {
      padding: 3px;
      width: 300px;
      height: auto;
      transition: all 0.3s ease-in-out;
    }
    .nav-btn.bottom-margin {
      margin-bottom: 10px;
    }
  
    .nav-btn:hover {
      width: 310px;
      height: auto;
    }
  
    .nav-anchored-links-bottom {
      position: absolute;
      width: 100%;
      bottom: 25px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
    }
  
    .nav-btn-ivc{
      margin: 70px 0px 10px 0px;
      width: 140px;
      height: auto;
      transition: all 0.3s ease-in-out;
    }
    .nav-btn-ivc:hover {
      width: 150px;
      height: auto;
    }
  
    .nav-btn-social{
      margin: 6px;
      width: 20px;
      height: auto;
      transition: all 0.3s ease-in-out;
    }
  
    .btn-contact-container {
      display: flex;
      justify-content: center;
      align-items: center;
    }
  
    .btn-contact {
      border-radius: 12px;
      border-color: white;
      border-width: 1px;
      border-style: solid;
      font-size: 12px;
      width: 120px;
      height: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 10px;
    }
    
    nav {
      width: 100%;
      height: 70px;
      position: absolute;
      top: 0;
    }
  
    #iv-logo{
      height: auto;
      width: 225px;
      pointer-events:fill;
      z-index: 50;
    }
  
    /* ///////////////////////  Menu Button */
    .menu-btn{
      pointer-events:fill;
      height: 60px;
      width: 60px;
      position: absolute;
      right: 50px;
      top: 16px;
      text-align: center; 
      display: flex;
      justify-content: center;
      align-items: center;
      transition: all 0.5s ease-in-out;
      z-index: 30;
    }
    .menu-dash{
      width: 50px;
      height: 6px;
      background: #fff;
      box-shadow: 2px 2px rgba(0, 0, 0, 0.219);
      border-radius: 5px;
      box-shadow:rgb(77, 68, 57);
      transition: all 0.4s ease-in-out;
      z-index: 20;
    }
    .menu-dash::before,
    .menu-dash::after{
      content: '';
      position: absolute;
      display:block; 
      width: 50px;
      height: 6px;
      background: #fff;
      box-shadow: 2px 2px rgba(0, 0, 0, 0.219);
      border-radius: 5px;
      box-shadow:rgb(77, 68, 57);
      transition:all 0.4s ease-in-out;
    }
    .menu-dash::before{
      transform: translateY(-14px);
    }
    .menu-dash::after{
      transform: translateY(14px)
    }
    /* Animation */
    .menu-btn.open .menu-dash {
      transform: rotate(180deg);
      background: transparent;
      box-shadow: none;
    }
    .menu-btn.open .menu-dash::before {
      transform: rotate(45deg);
    }
    .menu-btn.open .menu-dash::after {
      transform: rotate(-45deg);
    }
    /* /////////////////////////////// Menu Button End*/
  
    .logoButton{
      /* background-color: rgba(0, 0, 0, 0.75); */
      pointer-events:fill;
      width: 220px;
      height: 60px;
      border-radius: 30px;
      position: absolute;
      left: 50px;
      top: 25px;
      padding-left: 20px;
      padding-right: 20px;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 35;
    }
  
    .profile-pic {
      width: 250px;
      max-width: 50%;
      height: auto;
      margin-bottom: 30px;
    }
  
    .action-button-pill{  
      background: rgb(255, 255, 255);
      color: rgb(0, 0, 0);
      pointer-events:fill;
      height: 50px;
      border-radius: 30px;
      margin: 0 10px 0 10px;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 60;
      box-sizing: border-box;
      padding-left: 20px;
      padding-right: 20px;
      min-width: 185px;
    }
    .pill-blue {
      width: 185px;
      box-sizing: border-box;
      color: black;
      height: 50px;
      border-radius: 14px;
      background: white;
    }
    .pill-yellow {
      width: 185px;
      box-sizing: border-box;
      background: #ffffff;
      height: 40px;
      border-radius: 14px;
      color: black;
    }
  
    .pill-green {
      background: #ffffff;
      color: black;
      pointer-events:fill;
      width: 170px;
      height: 50px;
      border-radius: 30px;
      position: absolute;
      bottom: 38px;
      margin: 0 20px 0 20px;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 60;
      /* transition: all 0.4s ease; */
    }
    .pill-green:hover {
      background: black;
      outline: 2px solid #00ff44 ;
      color: #00ff44;
      z-index: 60;
      /* transition: all 0.4s ease; */
    }
  
    .pill-btn-margin{
      margin-top: 20px;
    }
  
    .yellow-text {
      color: rgb(255, 217, 61);
      pointer-events: none;
    }
  
    .arrow-prev {
      transform: rotate(-90deg);
    }
    .arrow-next {
      transform: rotate(90deg);
    }
  
    .action-button-round{
      font-family: 'Poppins', sans-serif;
      background-color: rgba(0, 0, 0, 0.8);
      color: white;
      pointer-events:fill;
      width: 50px;
      height: 50px;
      margin: 10px;
      border-radius: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      box-sizing: border-box;
    }
    .action-button-round-disabled {
      opacity: 0;
      pointer-events: none;
    }
    .disabled{
      visibility: hidden;
    }

    .disabled.game{
      display: none;
    }

    .button-border{
      box-shadow: 0 0px 8px rgba(249, 249, 249, 0.635);
    }
  
    .action-button-pill:hover{
      background-color: rgba(0, 0, 0, 0.883);
      color: #00D1DC;
      /* transition: all 0.2s;  */
      outline: solid 2px #00D1DC;
      /* box-sizing: border-box; */
      z-index: 50;
      min-width: 185px;
    }

    .action-button-round:hover{
      background-color: rgba(0, 0, 0, 0.883);
      color: #00D1DC;
      /* transition: all 0.2s;  */
      outline: solid 2px #00D1DC;
      box-sizing: border-box;
      z-index: 50;
    }


    .explore-btn-text{
      font-family: AttilaSansClassic-Black;
    }
  
    .explore-btn-text:hover{
      transition: all 0.2s; 
      color: black;
      z-index: 50;
    }
    .glow-button:active {
      color: rgba(255, 255, 255, 1);
      box-shadow: 0 2px 10px #00D1DC;
    }
    .labStart{
      background-color:#ffd83de8;
      color: black;
      z-index: 50;
    }
    .lab:hover{
      background-color:#000000e1;
      /* transition: all 0.2s;  */
      color: #e68600;
      z-index: 50;
      outline: solid #e68600 2px;
    }
  
    .pulse:hover{
      background-color:#000000e8;
      color: #00DD3A;
      /* transition: all 0.2s;  */
      outline-color: #00DD3A;
      z-index: 50;
    }
  
    .okuni:hover{
      background-color:#000000d5;
      color: #FF0040;
      outline: solid #FF0040 2px;
      z-index: 50;
    }
  
    .garage:hover{
      background-color:#000000e8;
      color: #0091FF;
      /* transition: all 0.2s;  */
      outline: 2px solid #0091FF;
      z-index: 50;
    }
  
    .clubhouse:hover{
      background-color:#000000ea;
      color: #ed00a0;
      /* transition: all 0.2s;  */
      outline-color: #ed00a0;
      z-index: 50;
    }
  
  
    .lab:active{
      color: rgba(255, 255, 255, 1);
      box-shadow: 0 2px 10px #e68600;
    }
  
    .lab[open]{
      background-color:#ffd93d;
      transition: all 0.2s; 
      color: black;
      z-index: 50;
    }
    .pulse:active{
      color: rgba(255, 255, 255, 1);
      box-shadow: 0 2px 10px #00DD3A;
    }
  
    .okuni:active{
      color: rgba(255, 255, 255, 1);
      box-shadow: 0 2px 10px #FF0040;
    }
  
    .garage:active{
      color: rgba(255, 255, 255, 1);
      box-shadow: 0 2px 10px #0091FF;
    }
    .clubhouse:active{
      color: rgba(255, 255, 255, 1);
      box-shadow: 0 2px 10px  #ed00a0;
    }
  
    .btn-img {
      width: 60%;
      height: 60%;
    }
  
    .bottom-info-ui{
      width: 100%;
      /* background: red; */
      height: auto;
      position: fixed;
      display: flex;
      justify-content: right;
      bottom: 0;
      right: 0;
      padding: 0px 40px 20px 0px;
      z-index: 12;
    }
    .mute-left{
      position: fixed;
      bottom:0;
      left: 40px;
      bottom: 20px;
      
    }
    .bottom-anchored-ui{
      width: 100%;
      height: auto;
      position: fixed;
      bottom: 0;
      margin: 0 auto;
      z-index: 12;
    }
  
    .bottom-ui-top{
      width: 100%;
      height: auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      /* z-index: 29; */
    }
    .bottom-ui-mid{
      width: 100%;
      height: auto;
      margin-top: 12px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
    }
  
    .bottom-ui-bottom{
      width: 100%;
      height: auto;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
    }
    
    .centered-horiz-div{
      max-width: 800px;
      width: 95%;
      height: auto;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
    }
  
    .welcome-modal{
      background-color: rgba(0, 0, 0, 0.699);
      backdrop-filter: blur(2px);
      box-shadow: inset 0 0 2000px rgba(0, 23, 46, 0.463);
      border-radius: 22px;
      max-width: 800px;
      margin-top: 40px;
      width: 100%;
      height: auto;
      margin: 0px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      transition: all 1s ease;
      z-index: 42;
    }
    .welcome-modal.close {
      opacity: 0.5;
      scale: 1.07;
      pointer-events: none;
      transform: translateY(500px);
      transition: all 0.7s ease;
      z-index: 42;
    }
  
    .location-modal{
      background-color: rgba(0, 0, 0, 0.8);
      backdrop-filter: blur(2px);
      box-shadow: inset 0 0 2000px rgba(0, 23, 46, 0.463);
      border-radius: 22px;
      max-width: 600px;
      margin-bottom: 10px;
      width: 100%;
      height: auto;
      transform: translateY(0px);
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      transition: all 1s ease;
      transition-delay: 0.1s;
    }
    .location-modal.closed {
      opacity: 0;
      scale: 0.9;
      pointer-events: none;
      transform: translateY(500px);
      transition: all 0.5s ease;
    }
    .location-modal.clear{
      background-color: #88888800;
      backdrop-filter: none;
      box-shadow: none;
      pointer-events: none;
    }
  
  /* /////////////////////////////  Pulse */
    .pulse-content-container {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
    }
  
    .pulse-slider{
      background-color: rgba(0, 0, 0, 0.421);
      backdrop-filter: blur(2px);
      box-shadow: inset 0 0 2000px rgba(0, 0, 0, 0.463);
      border-radius: 22px;
      max-width: 1200px;
      width: 100%;
      height: auto;
      margin: 0px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      transition: all 0.7s ease;
    }
    .pulse-slider.closed {
      opacity: 0;
      transform: translateY(700px);
      transition: all 0.5s ease;
    }
    #pulse-slider-content{
      width: 800px;
      height: auto;
      display: block;
      white-space: nowrap;
      overflow-x: scroll;
      position: relative;
      pointer-events: auto;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      overflow: hidden;
    }
  
    .pulse-panel{
      background-color: rgba(0, 23, 46, 0.576);
      white-space:normal ;
      box-shadow: inset 0 0 2000px rgba(0, 23, 46, 0.463);
      border-radius: 22px;
      position: relative;
      width: 210px;
      min-width: 210;
      height: 300px;
      display: inline-block;
      margin: 30px;
      pointer-events: all;
      scroll-snap-align: center;
      transition: all 0.4s ease;
    }
    .pulse-panel:hover{
      scale: 1.1;
      transition: all 0.4s ease;
    }
  
    .pulse-img {
      width: 100%;
      height: auto;
      border-radius: 20px 20px 0px 0px;
    }
  
    .pulse-highlight {
      background: linear-gradient(180deg, rgba(255,255,255,0.8) 0%, rgba(0,0,0,0) 12%);
      border-radius: 0 20px 0 0;
      width: 100%;
      height: inherit;
      padding-top: 10px;
      position: absolute;
      top: 0px;
      visibility: hidden;
    }
  
    .pulse-title-cont {
      width: 88%;
      height: 40px;
      display: flex;
      align-items: center;
      margin-top: 5px;
    }

    .pulse-date-cont {
      width: 88%;
      height: 5px;
      display: flex;
      align-items: center;
    }
  
    .pulse-description-cont {
      width: 88%;
      height: 100px;
      margin-top: -30px;
      display: block;
      padding: 0px;
    }
  
    .pulse-link {
      position: absolute;
      bottom:-5px;
      right: -5px;
      scale: 0.8;
    }
  
    .pulse-description-color-gallery{
      background: #00b8c1;
      border-radius: 0 20px 20px 20px;
      height: 180px;
      width: 100%;
      position: absolute;
      bottom: 0px;
      display: flex;
      justify-content: center;
    }
    .pulse-description-color-lab{
      background: #ca7700;
      border-radius: 0 20px 20px 20px;
      height: 180px;
      width: 100%;
      position: absolute;
      bottom: 0px;
      display: flex;
      justify-content: center;
    }
    .pulse-description-color-pulse{
      background: #00c334;
      border-radius: 0 20px 20px 20px;
      height: 180px;
      width: 100%;
      position: absolute;
      bottom: 0px;
      display: flex;
      justify-content: center;
    }
    .pulse-description-color-okuni{
      background: #d10031;
      border-radius: 0 20px 20px 20px;
      height: 180px;
      width: 100%;
      position: absolute;
      bottom: 0px;
      display: flex;
      justify-content: center;
    }
    .pulse-description-color-garage{
      background: #006dc5;
      border-radius: 0 20px 20px 20px;
      height: 180px;
      width: 100%;
      position: absolute;
      bottom: 0px;
      display: flex;
      justify-content: center;
    }
    .pulse-description-color-clubhouse{
      background: #d1008d;
      border-radius: 0 20px 20px 20px;
      height: 180px;
      width: 100%;
      position: absolute;
      bottom: 0px;
      display: flex;
      justify-content: center;
    }
  
  
    /* //////////////////////////////////////////// Clubhouse */
    .location-description-color-clubhouse{
      background: #d1008d;
      border-radius: 20px;
      margin: 20px;
      padding: 35px;
      user-select: none;
    }
    .location-description-color-gallery{
      background:#00b8c1 ;
      border-radius: 20px;
      margin: 20px;
      padding: 35px;
    }
    .location-description-color-lab{
      background: #ca7700;
      border-radius: 20px;
      margin: 20px;
      padding: 35px;
      user-select: none;
    }
    .location-description-color-okuni{
      background: #d10031;
      border-radius: 20px;
      margin: 20px;
      padding: 35px;
      user-select: none;
    }
    .location-description-color-pulse{
      background: #00c334;
      border-radius: 20px;
      margin: 20px;
      padding: 35px;
      user-select: none;
    }
    .location-description-color-garage{
      background: #006dc5;
      border-radius: 20px;
      margin: 20px;
      padding: 35px;
      user-select: none;
    }
  
    .carousel-img-section{
      width: 100%;
      height: auto;
      display: flex;
      position: relative;
      margin-bottom: 10px;
      flex-direction: row;
      justify-content: center;
      align-items: center;
    }
  
    .carousel-sparkles {
      width: 384px;
      height: 384px;
      scale: 200%;
      position: absolute;
      margin-bottom: 120px;
      z-index: -1;
      opacity: 0.85;
      background-image: url("./assets/GalleryShinySprits_v02_384.png");
      animation: playX .25s steps(6) infinite,
      playY 1.25s steps(5) infinite;
      transition: all 0.3s;
      transition-delay: 0.4s;
    }
    .carousel-sparkles.close {
      scale: 100%;
      opacity: 0;
      transition: all 0.1s;
    }  
      @keyframes playX {
        from {background-position-x: 0px;}
        to {background-position-x: -2304px;}
      }
      @keyframes playY {
        from {background-position-y: 0px;}
        to {background-position-y: -1920px;}
      }
      
  
    #carousel-image {
      width: 42vh;
      height: auto;
      max-width: 80%;
      pointer-events: auto;
      transition: all 0.4s ease-in-out;
    }
  
    .carousel-img-in {
      animation: carousel-img-anim-in 0.5s ease-out;
    }
  
    .carousel-img-in.close {
      transform: scale(2);
      pointer-events: none;
      user-select: none;
      opacity: 0;
      visibility: hidden;
    }
  
    .carousel-description{
      text-align: center;
    }
  
    .carousel-article-description-container {
      height: auto;
      max-height: 300px;
      overflow-y: auto;
      margin-bottom: 30px;
      pointer-events:auto;
    }
  
    .carousel-img-next {
      animation: carousel-img-anim-next 0.5s ease-out forwards;
    }
    .carousel-img-prev {
      animation: carousel-img-anim-prev 0.5s ease-out forwards;
    }
  
    .carousel-section {
      /* background:#fff; */
      transition: all 0.4s ease-in-out;
    }
    .carousel-section.hidden {
      transform: translateY(320px);
      opacity: 0.;
    }
   
    .carousel-preview{
      background-color: rgba(0, 0, 0, 0.75);
      backdrop-filter: blur(2px);
      box-shadow: inset 0 0 2000px rgba(0, 0, 0, 0.463);
      border-radius: 22px;
      max-width: 800px;
      margin-top: 40px;
      width: 100%;
      height: auto;
      margin: 0px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      animation: carousel-preview-anim-in 0.4s ease-out forwards;
    } 
    .carousel-preview-next{
      background-color: rgba(0, 23, 46, 0.55);
      border-radius: 22px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      animation: carousel-preview-anim-next 0.3s ease-out forwards;
    }
    .carousel-preview-prev{
      background-color: rgba(0, 23, 46, 0.55);
      border-radius: 22px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      animation: carousel-preview-anim-prev 0.3s ease-out forwards;
    }
    #carousel-title {
      width: 100%;
      text-align: center;
    }
  
    #carousel-controls{
      display: inline-flex;
      justify-content:center;
      align-items: center;
      margin-bottom: 10px;
    }
  
    #carousel-pagination{
      display: inline-flex;
      justify-content:center;
      align-items: center;
      margin-bottom: 25px;
    }
  
    .pagination-pulse-section {
      width: 100%;
      height: 10px;
      position: absolute;
      bottom: 0px;
    }
  
    .pagination-on-next{
      background-color: rgb(0, 23, 46);
      animation: pagination-move-next 0.3s ease both;
    }
    .pagination-jump{
      background-color: rgb(0, 23, 46);
      animation: pagination-jump 0.3s ease both;
    }
    .pagination-on-prev{
      background-color: rgb(0, 23, 46);
      animation: pagination-move-prev 0.3s ease both;
    }
    .pagination-on{
      background-color: rgb(0, 0, 0);
    }
    .pagination-off{
      background-color: rgb(246, 246, 246);
    }
    .pagination-off-next{
      background-color: rgb(246, 246, 246);
      animation: pagination-off-next 0.3s;
    }
    .pagination-off-prev{
      background-color: rgb(246, 246, 246);
      animation: pagination-off-prev 0.3s;
    }
    #pagination1, #pagination2, #pagination3, #pagination4, #pagination5{
      box-shadow: 0.5px 0.6px #888888;
      width: 10px;
      height: 10px;
      margin: 2px;
      border-radius: 50px;
    }
  
    .centered {
      margin: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      height: 90%;
      width: 90%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }
  
    .explore-details-cont{
      height: 100%;
      width: 100%;
      position: relative;
      opacity: 1;
      scale: 1;
      transition: all 0.8s ease-in-out;
      transition-delay: 0.3s;
    }
    .explore-details-cont-hidden {
      opacity: 0;
      scale: 0;
      transition: all 0.6s ease-in-out;
    }
  
    .article-modal-cont{
      max-width: 1200px;
      width: 95%;
      height: auto;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
    }
    .article-modal-back {
      background-color: rgba(0, 0, 0, 0.75);
      backdrop-filter: blur(2px);
      box-shadow: inset 0 0 2000px rgba(0, 0, 0, 0.463);
      border-radius: 22px;
      width: 100%;
      height: 650px;
      max-height: 80vh;
      margin: 40px 0 20px 0;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
    }
  
    .article-scroller{
        width:40%;
        min-width: 360px;
        height:650px;
        margin-left: 5px;
        user-select: none;
        pointer-events: auto;
        scroll-snap-type: y mandatory;
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
        overflow: hidden;
    }
  
    .imgSpacer {
      width: 100%;
      height: 20px;
      scroll-snap-align: center;
      text-align: center;
      position: relative;
      margin: 60px 0 60px 0;
    }
  
    .image-wrapper {
      display: flex;
      justify-content: center;
      align-items: center;
    }
  
    .video-popup {
      width: 100%;
      height: 100%;
      z-index: 30;
      position: absolute;
      display: flex;
      flex-direction:column;
      background: rgba(0, 0, 0, 0.852);
      justify-content: center;
      align-items: center;
      pointer-events: auto;
    }
    .video-popup.closed {
      visibility: hidden;
    }
    .video-icon {
      position: absolute;
      height: 60px;
      width: auto;
    }
  
    .popup-image {
      max-width: 100%;
      height: auto;
      max-height: 80%;
      z-index: 30;
      position: absolute;
      display: flex;
      flex-direction:column;
      justify-content: center;
      align-items: center;
      pointer-events: auto;
    }
    .popup-image.closed {
      pointer-events: none;
      display:none;
    }
  
    .article-img{
      width: 100%;
      height: auto;
      margin: 20px 0 20px 0;
      opacity: 1;
      scroll-snap-align: center;
      text-align: center;
      position: relative;
      border-radius: 30px;
      transition: all 0.5s;
    }
    .article-img-first {
      margin-top: 200px;
    }
    .article-img-last {
      margin-bottom: 200px;
    }
    .article-img-disabled {
      scale: 0.82;
      opacity: 0.3;
      transition: all 0.6s ease;
    }
  
    #article-modal-copy{
        width:50%;
        height:100%;
        display: flex;
        padding: 20px;
        flex-direction:column;
        justify-content: center;
        align-items: left;
    }
  
    .gallery-modal-cont{
      max-width: 1200px;
      width: 95%;
      height: auto;
      display: flex;
      /* flex-direction: row; */
      flex-wrap: wrap;
      justify-content: center;
    }
  
    .gallery-scroller{
      width:90%;
      height:auto;
      position: relative;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      grid-row-gap: 2px; /* Will be used instead by browsers that do not support `row-gap` */
      row-gap: 2px;
      grid-column-gap: 2px;
      column-gap: 2px;
      /* user-select: none; */
      pointer-events: auto;
      /* scroll-snap-type: y mandatory;
      -webkit-overflow-scrolling: touch;
      overflow-y: scroll;
      overflow: hidden; */
  }
  .gallery-img-cont {
    position: relative;
    width: 30%;
    height: 170px;
    margin: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .gallery-img-cont:hover > .gallery-img-description-cont {
    opacity: 1;
  }
  
  .gallery-img-description-cont {
    position: absolute;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: auto;
    padding-top: 5px;
    margin-bottom: -10px;
    font-size: 0.8em;
    opacity: 0;
    transition: all 0.4s ease;
    pointer-events: none;
  }
  .gallery-img-description-cont.closed {
    opacity: 0;
    transition: all 0.4s ease;
  }
  
  
  .gallery-img{
    width: auto;
    height: 100%;
    background: red;
  }
  
  .no-transition * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
  
  
    @keyframes pagination-move-prev {
      from,
      0% {
        transform: translateX(8px);
      }
      60% {
        transform: translateX(-3px);
      }
      to,
      100% {
        transform: translateX(0px);
      }
    }
  
    @keyframes pagination-move-next {
      from,
      0% {
        transform: translateX(-8px);
      }  
      60% {
        transform: translateX(3px);
      }
      to,
      100% {
        transform: translateX(0px);
      }
    }
  
    @keyframes pagination-jump {
      from,
      0% {
        transform: translateY(0px);
      }
      60% {
        transform: translateY(-5px);
      }
      90% {
          transform: translateY(5px);
      }
      to,
      100% {
        transform: translateY(0px);
      }
    }
    
    @keyframes pagination-off-prev {
      from,
      0% {
        transform: translateX(0px);
      }
      20% {
          transform: translateX(0px);
          opacity: 100;
        }
      to,
      100% {
        transform: translateX(20px);
        opacity: 0;
      }
    }
  
    @keyframes pagination-off-next {
      from,
      0% {
        transform: translateX(0px);
      }
      20% {
          transform: translateX(0px);
          opacity: 100;
        }
      to,
      100% {
        transform: translateX(-20px);
        opacity: 0;
      }
    }
  
    @keyframes carousel-img-anim-in {
      from,
      0% {
          scale: 50%;
          opacity: 0;
      }
      40% {
          scale: 50%;
          opacity: 0;
      }
      to,
      100% {
          scale: 100%;
          opacity: 100%;
      }
    }
    @keyframes carousel-img-anim-next {
      from,
      0% {
        transform: translateX(0px);
        opacity: 100;
        scale: 100%;
      }
      6% {
        transform: translateX(0px);
        scale: 100%;
        opacity: 100;
      }
      40% {
          scale: 90%;
          transform: translateX(-300px);
      }
      80% {
          transform: translateX(-400px);
          opacity: 0;
      }
      to,
      100% {
        transform: translateX(-400px);
        opacity: 0%;
        scale: 50%;
      }
    }
    @keyframes carousel-img-anim-prev {
      from,
      0% {
        transform: translateX(0px);
        opacity: 100;
        scale: 100%;
      }
      6% {
        transform: translateX(0px);
        scale: 100%;
        opacity: 100;
      }
      40% {
          scale: 90%;
          transform: translateX(300px);
      }
      80% {
          transform: translateX(400px);
          opacity: 0;
      }
      to,
      100% {
        transform: translateX(400px);
        opacity: 0%;
        scale: 50%;
      }
    }
  
    @keyframes carousel-preview-anim-in {
      from,
      0% {
          scale: 50%;
          opacity: 0;
      }
      25% {
          scale: 50%;
          opacity: 0;
      }
      to,
      100% {
          scale: 100%;
          opacity: 100%;
      }
    }
  
    @keyframes carousel-preview-anim-next {
      from,
      0% {
        transform: translateX(0px);
        opacity: 100;
        scale: 100%;
      }
      33% {
          scale: 90%;
          opacity: 100;
          transform: translateX(-300px);
      }
      70% {
          transform: translateX(-400px);
      }
      to,
      100% {
        transform: translateX(-400px);
        opacity: 0%;
        scale: 50%;
      }
    }
  
    @keyframes carousel-preview-anim-prev {
      from,
      0% {
        transform: translateX(0px);
        opacity: 100;
        scale: 100%;
      }
      33% {
          scale: 90%;
          opacity: 100;
          transform: translateX(300px);
      }
      70% {
          transform: translateX(400px);
      }
      to,
      100% {
        transform: translateX(400px);
        opacity: 0%;
        scale: 50%;
      }
    }
  
    /* //////////////////////  loader screen css ////////////////////////// */
  
    .loader_container{
      /*animation: loader_in 1s linear;*/
      margin: 0;
      padding: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100vh;
      width: 100vw;
      opacity: 1;
      z-index: 34;
      /* transition: all 0.4s ease; */
      /* background: #f1f1f1; */
  }
  .loader_container.off{
      /*animation: loader_in 1s linear;*/
      margin: 0;
      padding: 0;
      display: flex;
      opacity: 0;
      justify-content: center;
      align-items: center;
      height: 100vh;
      z-index: 34;
      transition: all 0.4s ease;
      /* background: #f1f1f1; */
  }
  
  @keyframes loader_in {
      0% {
          filter: blur(0px);
      }
      25% {
          filter: blur(30px);
          opacity: 0;
      }
      50% {
          filter: blur(30px);
          opacity: 1;
      }
      100% {
          filter: blur(0px);;
      }
  }
  
  @keyframes loader_out {
      0% {
          filter: blur(0px);
      }
      25% {
          filter: blur(30px);
          opacity: 1;
      }
      50% {
          filter: blur(30px);
          opacity: 0;
      }
      100% {
          filter: blur(00px);;
      }
  }
  
  .loader_ani {
      position: relative;
      width: 200px;
      height: 200px;
      border-radius: 50%;
      /* background: linear-gradient(#49AEE2, #0A5C81, #011a33); */
      animation: loader_animate 1.2s linear infinite;
      z-index: 1;
  }
  
  @keyframes loader_animate {
      0% {
          transform: rotate(0deg);
      }
      100% {
          transform: rotate(360deg);
      }
  }

  @keyframes color_change {
    0% { color: #EEEE00; }
    25% { color: #FF00BC; }
    50% { color: #00F5FF; }
    75% { color: #00ff44; }
    100% { color: #eeee00; }
  }
  
  .loader_ani span {
      position: absolute;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      background: linear-gradient(#EEEE00, #FF00BC, #00F5FF); /* F16265 */
  }
  
  .loader_ani span:nth-child(1) {
      filter: blur(5px);
  }
  
  .loader_ani span:nth-child(2) {
      filter: blur(10px);
  }
  
  .loader_ani span:nth-child(3) {
      filter: blur(20px);
  }
  
  .loader_ani span:nth-child(4) {
      filter: blur(30px);
  }
  
  .loader_ani:after {
      content: '';
      position: absolute;
      top: 6px;
      left: 6px;
      right: 6px;
      bottom: 6px;
      background: #000000;
      /* border: solid rgb(0, 0, 0) 6px; */
      border-radius: 50%;
  }
  
  .loader_logobug {
      position: absolute;
      width: 200px;
      height: 200px;
      border-radius: 50%;
      background-image: url("./assets/IVC-Monograph-WHT.png");
      background-position: center;
      background-size: 160px;
      background-repeat: no-repeat;
      animation: loader_logoblink 2s ease-in-out infinite;
      z-index: 2;
      
  }
  
  .loader_msg {
      position: absolute;
      font-size: 0.9em;
      font-family: 'AttilaSansClassic-Medium';
      color: #49AEE2;
      padding: 10px 20px 10px 20px;
      animation:  loader_logoblink 2s ease-in-out infinite, color_change 10s ease-in-out infinite;
      transform: translateY(160px);
      border-radius: 20px;
      border-width: 1px;
      border-style: solid;
      text-align: center;
      letter-spacing: 2.2px;
      max-width: 70%;
  }
  
  @keyframes loader_logoblink {
      0% {
          opacity: .25;
      }
      50% {
          opacity: 1;
      }
      100% {
          opacity: .25;
      }
  }
  
    /* //////////////////////  loader screen css END ////////////////////////// */
    
    /* @media screen and (max-height: 600px) {
      h1{
        font-family: 'Poppins', sans-serif;
        font-weight: lighter;
        color: rgb(240, 248, 255);
        text-align: left;
        font-size: 1.4em;
        line-height: 1.1em;
        padding: 18px 15px 2px 15px;
        margin: 0;
      }
  
      .bottom-margin-modal {
        bottom: 20px;
        position: absolute;
        z-index: 35;
      }
  
      .color-text-back-green-main{
        background: linear-gradient(270deg, rgba(196,240,129,1) 0%, rgba(1,26,51,1) 100%);
        border-radius: 20px;
        margin: 20px 8px 60px 8px;
        padding: 35px 35px 50px 35px;
        user-select: none;
      }
    
      p{
        font-family: 'Poppins', sans-serif;
        font-weight: normal;
        line-height: 1.4em;
        color: rgb(240, 248, 255);
        text-align: left;
        font-size: 0.8em;
        padding: 10px 15px 18px 15px;
        margin: 0px;
      }
  
      #carousel-pagination{
        display: inline-flex;
        justify-content:center;
        align-items: center;
        margin-bottom: 12px;
      }
    
      #menu-icon{
        pointer-events:fill;
        height: 60px;
        width: 60px;
        position: absolute;
        right: 16px;
        top: 10px;
        text-align: center; 
      }
      
      .logoButton{
        background-color: rgba(0, 23, 46, 0.7);
        pointer-events:fill;
        width: 160px;
        height: 45px;
        border-radius: 30px;
        position: absolute;
        left: 14px;
        top: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 32;
      }
  
      .arrow-prev {
        transform: rotate(180deg);
      }
      .arrow-next {
        transform: rotate(0deg);
      }
    } */
    @media screen and (max-width: 2050px) and (orientation:portrait){
      .pulse-content-container {
        scale: 0.8;
      }
  
      .article-modal-back {
        height: 800px;
        width: 500px;
        /* display: block; */
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
      }
  
      .article-modal-cont{
        width: 500px;
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
      }
  
      .modal-controls
      {
        width:100%;
        height: 40%;
        position: absolute;
      }
  
      #next-article-media-button{
        position: absolute;
        transform: rotate(-90deg);
        top: -100px;
        right: -4px;
        z-index: 30;
      }
      #prev-article-media-button{
        position: absolute;
        transform: rotate(-90deg);
        top: -100px;
        left: -4px;
        z-index: 30;
      }
  
      .article-scroller{
        width:95%;
        height:320px;
        display:flex;
        flex-direction: row;
        align-content: center;
        pointer-events: auto;
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scroll-snap-align: start;
        overflow: hidden;
      }
  
      .article-img{
        width: auto;
        height: 98%;
        margin: 0px 12px 0px 12px;
        opacity: 1;
        scroll-snap-align: center;
        position: relative;
        border-radius: 30px;
        transition: all 0.5s;
      }
      .article-img-first {
        margin-left: 20px;
      }
      .article-img-last {
        margin: 0px 50px 0px 12px;
        padding-right: 10px;
      }
      .article-img-disabled {
        width: auto;
        height: 98%;
        scale: 1;
        opacity: 1;
        transition: all 0.6s ease;
        pointer-events: none;
      }
  
      #article-modal-copy{
        width:auto;
        height:400px;
        padding: 15px 5px 5px 5px;
        max-height: 60%;
        display: flex;
        justify-content:flex-start;
        align-items: center;
        margin-top: -20px;
      }
  
      .article-title{
        text-align: center;
      }
  
      .gallery-modal-cont{
        width: 500px;
        height: auto;
        display: flex;
        justify-content: center;
      }
  
      .gallery-scroller{
        width:100%;
        height:100%;
        pointer-events: auto;
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
        }
        .gallery-img-cont {
          position: relative;
          width: 100%;
          height: 300px;
          margin: 8px;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 20px;
          overflow: hidden;
        }
        .gallery-img-cont:hover > .gallery-img-description-cont {
          opacity: 1;
        }
        .gallery-img-description-cont {
          background-color: rgba(0, 0, 0, 0.584);
          display: flex;
          align-items: center;
          justify-content: center;
          opacity: 1;
        }
    }
  
    @media screen and (max-width: 600px) {
      nav {
        width: 100%;
        height: 60px;
        background: linear-gradient(0deg, #00182e00,#00182eb5);
        display: flex;
      }
  
      .logoButton{
        background-color: rgba(0, 23, 46, 0);
        width: 200px;
        left: 6px;
        top: 8px;
        align-items: center;
        z-index: 32;
      }
  
      #iv-logo{
        width: 80%;
      }
  
      .ixc-logo{
        height: 30px;
        padding-left: 10px;
      }
      
      .menu-btn{
        height: 40px;
        width: 40px;
        scale: 0.8;
        right: 20px;
        top: 10px;
      }
      .menu-dash{
        width: 40px;
      }
      .menu-dash::before,
      .menu-dash::after{ 
        width: 40px;
      }
  
      .nav-menu {
        width: 100vw;
        transform: translateX(600px);
      }
  
      .nav-btn-ivc{
        margin: 10px 0px 10px 0px;
      }
  
      #btn-map {
        visibility: hidden;
      }
      #btn-info {
        visibility: hidden;
      }
      #btn-mute{
        visibility: hidden;
      }
      #btn-sound{
        visibility: hidden;
      }
  
      h1{
        font-size: 1.4em;
        line-height: 1.1em;
        padding: 18px 15px 2px 15px;
      }
  
      p{
        line-height: 1.4em;
        font-size: 0.9em;
        padding: 10px 15px 18px 15px;
      }
  
      .welcome-modal{
        width: 95%;
      }
  
      .modal-highlight {
        margin: -35px;
        width: 130%;
      }
  
      .bottom-margin-modal {
        bottom: 20px;
        position: absolute;
        z-index: 35;
      }
  
      .bottom-margin-30-absolute {
        bottom: 12px;
      }
  
      .color-text-back-green-main{
        margin: 20px 8px 60px 8px;
      }
  
      .centered-modal {
        width: 98%;
      }
  
      .centered-horiz-div{
        width: 100%;
      }
  
      .location-description-color-gallery, .location-description-color-lab, .location-description-color-pulse, .location-description-color-okuni, .location-description-color-garage, .location-description-color-clubhouse{
        margin: 10px;
      }
  
      .main-instruct-section {
        width: 100%
      }
  
      h3{
        font-size: 1.1em;
      }
  
      .location-modal{
        width: 98%;
      }
  
      .nav-menu-block.open {
        background: #000000a7;
      }
       
      .carousel-preview{
        width: 95%;
      }
  
      .carousel-sparkles {
        scale: 120%;
      }
    
      .article-modal-media-section {
        width:100%;
        height:40%;
        display: flex;
        flex-direction:row;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
      }
  
         .article-modal-cont{
        width: 350px;
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
      }
      
      .article-modal-back {
        height: 500px;
        width: 360px;
        /* display: block; */
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
      }
    
      .article-scroller{
        width:95%;
        height:210px;
        display:flex;
        flex-direction: row;
        align-content: center;
        pointer-events: auto;
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scroll-snap-align: start;
        overflow: hidden;
      }
  
      .article-img{
        width: auto;
        height: 100%;
        margin: 0px 12px 0px 12px;
        opacity: 1;
        scroll-snap-align: center;
        position: relative;
        border-radius: 30px;
        transition: all 0.5s;
      }
      .article-img-first {
        margin-left: 20px;
      }
      .article-img-last {
        margin: 0px 50px 0px 12px;
        padding-right: 10px;
      }
      .article-img-disabled {
        width: auto;
        height: 100%;
        scale: 1;
        opacity: 1;
        transition: all 0.6s ease;
        pointer-events: none;
      }
    
      .modal-controls
      {
        width:100%;
        height: 40%;
        position: absolute;
      }
    
      #article-modal-copy{
        width:auto;
        height:260px;
        padding: 15px 5px 5px 5px;
        max-height: 60%;
        display: flex;
        justify-content:flex-start;
        align-items: center;
        margin-top: -20px;
      }
  
      .article-title{
        text-align: center;
      }
  
      .carousel-article-description-container {
        height: 160px;
        margin: 5px 0px 15px 0px;
        overflow-y: scroll;
        pointer-events:auto;
      }
  
      #next-article-media-button{
        position: absolute;
        transform: rotate(-90deg);
        top: -50px;
        right: -4px;
        z-index: 30;
      }
      #prev-article-media-button{
        position: absolute;
        transform: rotate(-90deg);
        top: -50px;
        left: -4px;
        z-index: 30;
      }
  
      .gallery-modal-cont{
        width: 420px;
        height: auto;
        display: flex;
        justify-content: center;
      }
      
      
      .article-description-scroll {
        height: 40%;
        width: auto;
        scroll-behavior: auto;
        pointer-events: all;
        overflow: auto;
        margin-bottom: 12px;
        margin-top: 10px;
      }
  
      #explore-close-btn {
        margin-top: -5px;
      }
      
      .gallery-scroller{
        width:100%;
        height:100%;
        pointer-events: auto;
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
        }
        .gallery-img-cont {
          position: relative;
          width: 100%;
          height: 180px;
          margin: 5px;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 20px;
          overflow: hidden;
        }
        .gallery-img-cont:hover > .gallery-img-description-cont {
          opacity: 1;
        }
        .gallery-img-description-cont {
          background-color: rgba(0, 0, 0, 0.584);
          display: flex;
          align-items: center;
          justify-content: center;
          opacity: 1;
        }
        
  
        #pulse-slider-content{
          width: 230px;
        }
  
        .pulse-panel{
          width: 220px;
          height: 310px;
          margin: 10px;
          scroll-snap-align: center;
        }
        .pulse-panel:hover{
          scale: 1;
        }
        
    }