@font-face {
    font-family: Hatton;
    src: url("fonts/Hatton-Medium.otf") format("opentype");
}

@font-face {
    font-family: Supply;
    src: url("fonts/Supply-UltraLight.otf") format("opentype");
}

@font-face {
    font-family: Cirka;
    src: url("fonts/Cirka-Light.otf") format("opentype");
}

@font-face {
    font-family: Haptik-Bold;
    src: url("fonts/GT-Haptik-Bold-Trial.otf") format("opentype");
}

/* Hide scrollbar for Chrome, Safari and Opera */
.example::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.example {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

body::-webkit-scrollbar {
  display: none;
}

body {
  -ms-overflow-style: none;  
  scrollbar-width: none; 
    overflow:hidden;
}

main {
    z-index: 1;
}

a:link{
  text-decoration: none!important;
}

video{
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
    top: 30%;
}

.three-container{
    z-index: 10;
}

.scene,
canvas {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    overflow: hidden;
    z-index: 10;
}

.flex-container{
    z-index: 1000;
    position: fixed;
    width: 100vw;
    height: 10vh;
    bottom: -5px;
    padding: 0px;
    margin: 0px;
    display: flex;
}

.text-container{
    width: 100%;
    height: 10vw;
    margin: 10px;
}

.text-container h1{
    color: white;
    font-family: 'Roboto Mono', monospace;
    font-size: 20px;
    text-align: center;
}

.nav{
    z-index: 10000;
}



.nav h1{
    z-index: 10000;
    color: white;
    background-color: lawngreen;
    margin: 0px;
    padding: 0px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    filter: drop-shadow(0px 6px 5px blue);
    transition: 0.5s;
}

.nav h1:hover {
    background-color: transparent;
    color: lawngreen;
}

.arrow-box-left{
    position: fixed;
    top: 15px;
    left: 15px;
    z-index: 10000;
}

.arrow-box-center{
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 10000;
}

.arrow-box-right{
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 10000;
}

.anim-container{
    position: absolute; 
    right: 20px;
    bottom: 20px;
    height: 250px;
    width: 160px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    z-index: 1000;
    
}

@media all and (max-width: 800px) {
    .anim-container{
        display:none;
    }
}

.scrollimg-container{
    
    background: transparent;
    display: none;
    position: absolute;
    bottom: 35px;
     z-index: 1000;
   
}

#scrollimg1{
    width: 80%;
    height: 80%;
    object-fit: contain;
    
    
}


.slidecontainer{
   
    display: block;
    width: 280px;
    height: 30px;
    position: absolute;
    
    bottom: 0px;
    margin: 0 auto;
    
     z-index: 1000;
}

.slidercss{
     -webkit-appearance: none;  /* Override default CSS styles */
    appearance: none;
    width: 155px;
    height: 20px;
    background: blue;
    border-radius: 50px;
    margin: 0px;
    padding: 3px;
}

.slidercss:hover{
    opacity: 1;
}

.slidercss::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  color: white;
  background-color: white;
     border-radius: 40px;
  cursor: pointer;
    transition: .3s;
}

.slidercss::-moz-range-thumb {
  width: 15px;
  height: 15px;
  color: white;
  background: white;
  border-radius: 40px;
  cursor: pointer;
    transition: 0.3s;
}

#demo{ color: transparent; }

#musicIcon {
    display: none;
}



