html { cursor:url(../img/s.gif),url(../img/s.cur),inherit;
overflow-y: scroll;
overflow-x: hidden;  
}

body { overflow:auto;
cursor:url(../img/s.gif),url(../img/s.cur),pointer;
cursor:url(../img/s.gif),url(../img/s.cur),crosshair;
cursor:url(../img/s.gif),url(../img/s.cur),default;
cursor:url(../img/s.gif),url(../img/s.cur),e-resize;
cursor:url(../img/s.gif),url(../img/s.cur),grab;
cursor:url(../img/s.gif),url(../img/s.cur),help;
cursor:url(../img/s.gif),url(../img/s.cur),move;
cursor:url(../img/s.gif),url(../img/s.cur),n-resize;
cursor:url(../img/s.gif),url(../img/s.cur),ne-resize;
cursor:url(../img/s.gif),url(../img/s.cur),w-resize;
cursor:url(../img/s.gif),url(../img/s.cur),progress;
cursor:url(../img/s.gif),url(../img/s.cur),s-resize;
cursor:url(../img/s.gif),url(../img/s.cur),se-resize;
cursor:url(../img/s.gif),url(../img/s.cur),sw-resize;
cursor:url(../img/s.gif),url(../img/s.cur),text;
cursor:url(../img/s.gif),url(../img/s.cur),w-resize;
cursor:url(../img/s.gif),url(../img/s.cur),wait;
cursor:url(../img/s.gif),url(../img/s.cur),not-allowed;
cursor:url(../img/s.gif),url(../img/s.cur),no-drop;
cursor:url(../img/s.gif),url(../img/s.cur),none, auto ;    
overflow-y: scroll;
overflow-x: none;  
}

div { cursor:url(../img/s.gif),url(../img/s.cur),inherit;
cursor:url(../img/s.gif),url(../img/s.cur),pointer;
cursor:url(../img/s.gif),url(../img/s.cur),crosshair;
cursor:url(../img/s.gif),url(../img/s.cur),default;
cursor:url(../img/s.gif),url(../img/s.cur),e-resize;
cursor:url(../img/s.gif),url(../img/s.cur),grab;
cursor:url(../img/s.gif),url(../img/s.cur),help;
cursor:url(../img/s.gif),url(../img/s.cur),move;
cursor:url(../img/s.gif),url(../img/s.cur),n-resize;
cursor:url(../img/s.gif),url(../img/s.cur),ne-resize;
cursor:url(../img/s.gif),url(../img/s.cur),w-resize;
cursor:url(../img/s.gif),url(../img/s.cur),progress;
cursor:url(../img/s.gif),url(../img/s.cur),s-resize;
cursor:url(../img/s.gif),url(../img/s.cur),se-resize;
cursor:url(../img/s.gif),url(../img/s.cur),sw-resize;
cursor:url(../img/s.gif),url(../img/s.cur),text;
cursor:url(../img/s.gif),url(../img/s.cur),w-resize;
cursor:url(../img/s.gif),url(../img/s.cur),wait, move;
cursor:url(../img/s.gif),url(../img/s.cur),grab;
cursor:url(../img/s.gif),url(../img/s.cur),move,no-drop;
cursor:url(../img/s.gif),url(../img/s.cur),grab, move;    

padding:15px;
}

a {
   outline: 0;
   text-decoration:none;
     -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
   
}

/* unvisited link */
a:link {
color:#ffffff;

text-shadow: 0 0 5px #ffffff, 0 0 10px #01eaff, 0 0 20px #4853a4;
}

/* visited link */
a:visited {
color:#ffffff;
text-shadow: 0 0 5px #ffffff, 0 0 10px #01eaff, 0 0 20px #4853a4;
}

/* mouse over link */
a:hover {
color:#ffffff;
text-shadow: 0 0 20px #1bfff7, 0 0 25px #6e6ef1, 0 0 35px #4141dc, 0 0 40px #0000ff;
}

/* selected link */
a:active {
color:#ffffff;
text-shadow:0 0 20px #1bfff7, 0 0 25px #6e6ef1, 0 0 35px #4141dc, 0 0 40px #0000ff;
outline:none;

}

@media only screen and (min-width: 10px)  {
a.story:link { z-index:10;}

a.story:hover { z-index:10;}

a.story:active { z-index:10;}

a.story:visited { z-index:10;}
}

@media only screen and (min-width: 700px)  {
/*
a.story:link { border: 3px solid blue; padding:2.5vw; border-radius:3.5vw;background:rgba(0,0,0.8,0.5);z-index:10;}

a.story:hover { border: 3px solid blue; padding:2.5vw; border-radius:3.5vw;background:rgba(0,0,0.8,0.5);z-index:10;}

a.story:active { border: 3px solid blue;padding:2.5vw; border-radius:3.5vw;background:rgba(0,0,0.8,0.5);z-index:10;}

a.story:visited { border: 3px solid blue;padding:2.5vw; border-radius:3.5vw;background:rgba(0,0,0.8,0.5);z-index:10;}*/
}

div.master {
position:absolute; margin:0; padding:0; top:0; left:0; width:100%; height:100%;
overflow-x:none;
}


div.p1 {
position: fixed;
background-image: url("../img/blu.png");
background-repeat:no-repeat;
background-size:100% 100%;
background-color:#3e1f18; 
top: 0;
left: 0;
width: 100%;
height: 100%;  
margin:0 auto;
padding:0%;
overflow:auto;
       }
   
div.introduction {
position: relative;   
background:transparent;
margin:0 auto;
top:100px;
width:70%;
text-align: center;
clear:both;
z-index:-1;  
 overflow-x: none;  }   

 div.brighten {
-webkit-filter: brightness(100%);
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}

div.brighten:hover{
-webkit-filter: brightness(140%);
transition: .5s ease;
}      
  
div.brighten:active{
-webkit-filter: brightness(140%);
transition: .5s ease;
}      
     
@font-face {
    font-family: 'jinsong';
    src: url('fonts/jinsong.eot');
    src: url('fonts/jinsong.eot?#iefix') format('eot'),
         url('fonts/jinsong.woff') format('woff'),
         url('fonts/jinsong.ttf') format('truetype'),
         url('fonts/jinsong.svg') format('svg');
    font-color:#ffffff;
    font-weight: normal;
    font-style: normal;
}

@media only screen and (min-width: 10px)  {

h1.jinsong2 {
font-family: 'jinsong';
	font-size: 12vw;
    color: #6e6ef1;
	text-shadow: 0 0 35px #4141dc, 0 0 40px #0000ff;
	letter-spacing: 5px;
	font: 'jinsong';
}     
}

@media only screen and (min-width: 700px)  {

h1.jinsong2 {
font-family: 'jinsong';
	font-size: 6vw;
    color: #6e6ef1;
	text-shadow: 0 0 35px #4141dc, 0 0 40px #0000ff;
	letter-spacing: 5px;
	font: 'jinsong';
}     
}

@font-face {
    font-family: 'japfont';
    src: url('fonts/japfont.eot');
    src: url('fonts/japfont.eot?#iefix') format('eot'),
         url('fonts/japfont.woff') format('woff'),
         url('fonts/japfont.ttf') format('truetype'),
         url('fonts/japfont.svg') format('svg');
    font-color:#ffffff;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'korean';
    src: url('fonts/korean.eot');
    src: url('fonts/korean.eot?#iefix') format('eot'),
         url('fonts/korean.woff') format('woff'),
         url('fonts/korean.ttf') format('truetype'),
         url('fonts/korean.svg') format('svg');
    font-color:#ffffff;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'arabic';
    src: url('fonts/arabic.eot');
    src: url('fonts/arabic.eot?#iefix') format('eot'),
         url('fonts/arabic.woff') format('woff'),
         url('fonts/arabic.ttf') format('truetype'),
         url('fonts/arabic.svg') format('svg');
    font-color:#ffffff;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'thai';
    src: url('fonts/thai.eot');
    src: url('fonts/thai.eot?#iefix') format('eot'),
         url('fonts/thai.woff') format('woff'),
         url('fonts/thai.ttf') format('truetype'),
         url('fonts/thai.svg') format('svg');
    font-color:#ffffff;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'hindi';
    src: url('fonts/hindi.eot');
    src: url('fonts/hindi.eot?#iefix') format('eot'),
         url('fonts/hindi.woff') format('woff'),
         url('fonts/hindi.ttf') format('truetype'),
         url('fonts/hindi.svg') format('svg');
    font-color:#ffffff;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'russian';
    src: url('fonts/russian.eot');
    src: url('fonts/russian.eot?#iefix') format('eot'),
         url('fonts/russian.woff') format('woff'),
         url('fonts/russian.ttf') format('truetype'),
         url('fonts/russian.svg') format('svg');
    font-color:#ffffff;
    font-weight: normal;
    font-style: normal;
}


@media only screen and (min-width: 10px)  {
h1.japfont {
font-family: 'japfont';
	font-size: 8vw;
    color: #ffffff;
		text-shadow:  0 0 15px #fff, 0 0 20px #da9d33, 0 0 30px #da9d33, 0 0 40px #da9d33, 0 0 50px #da9d33, 0 0 75px #da9d33;
	letter-spacing: 5px;
	font: 'japfont';
}     
}

@media only screen and (min-width: 700px)  {
h1.japfont {
font-family: 'japfont';
	font-size: 4vw;
    color: #ffffff;
		text-shadow:  0 0 15px #fff, 0 0 20px #da9d33, 0 0 30px #da9d33, 0 0 40px #da9d33, 0 0 50px #da9d33, 0 0 75px #da9d33;
	letter-spacing: 5px;
	font: 'japfont';
}     
}
 
@media only screen and (min-width: 10px)  {
h1.korean {
font-family: 'korean';
	font-size: 8vw;
    color: #ffffff;
		text-shadow:  0 0 15px #fff, 0 0 20px #da9d33, 0 0 30px #da9d33, 0 0 40px #da9d33, 0 0 50px #da9d33, 0 0 75px #da9d33;
	letter-spacing: 5px;
	font: 'korean';
}     
}

@media only screen and (min-width: 700px)  {
h1.korean {
font-family: 'korean';
	font-size: 4vw;
    color: #ffffff;
		text-shadow:  0 0 15px #fff, 0 0 20px #da9d33, 0 0 30px #da9d33, 0 0 40px #da9d33, 0 0 50px #da9d33, 0 0 75px #da9d33;
	letter-spacing: 5px;
	font: 'korean';
}     
}

@media only screen and (min-width: 10px)  {
h1.arabic {
font-family: 'arabic';
	font-size: 8vw;
    color: #ffffff;
		text-shadow:  0 0 15px #fff, 0 0 20px #da9d33, 0 0 30px #da9d33, 0 0 40px #da9d33, 0 0 50px #da9d33, 0 0 75px #da9d33;
	letter-spacing: 5px;
	font: 'arabic';
}     
}

@media only screen and (min-width: 700px)  {
h1.arabic {
font-family: 'arabic';
	font-size: 4vw;
    color: #ffffff;
		text-shadow:  0 0 15px #fff, 0 0 20px #da9d33, 0 0 30px #da9d33, 0 0 40px #da9d33, 0 0 50px #da9d33, 0 0 75px #da9d33;
	letter-spacing: 5px;
	font: 'arabic';
}     
}

@media only screen and (min-width: 10px)  {
h1.thai {
font-family: 'thai';
	font-size: 8vw;
    color: #ffffff;
		text-shadow:  0 0 15px #fff, 0 0 20px #da9d33, 0 0 30px #da9d33, 0 0 40px #da9d33, 0 0 50px #da9d33, 0 0 75px #da9d33;
	letter-spacing: 5px;
	font: 'thai';
}     
}

@media only screen and (min-width: 700px)  {
h1.thai {
font-family: 'thai';
	font-size: 4vw;
    color: #ffffff;
		text-shadow:  0 0 15px #fff, 0 0 20px #da9d33, 0 0 30px #da9d33, 0 0 40px #da9d33, 0 0 50px #da9d33, 0 0 75px #da9d33;
	letter-spacing: 5px;
	font: 'thai';
}     
}

@media only screen and (min-width: 10px)  {
h1.hindi {
font-family: 'hindi';
	font-size: 8vw;
    color: #ffffff;
		text-shadow:  0 0 15px #fff, 0 0 20px #da9d33, 0 0 30px #da9d33, 0 0 40px #da9d33, 0 0 50px #da9d33, 0 0 75px #da9d33;
	letter-spacing: 5px;
	font: 'hindi';
}     
}

@media only screen and (min-width: 700px)  {
h1.hindi {
font-family: 'hindi';
	font-size: 4vw;
    color: #ffffff;
		text-shadow:  0 0 15px #fff, 0 0 20px #da9d33, 0 0 30px #da9d33, 0 0 40px #da9d33, 0 0 50px #da9d33, 0 0 75px #da9d33;
	letter-spacing: 5px;
	font: 'hindi';
}     
}

@media only screen and (min-width: 10px)  {
h1.russian {
font-family: 'russian';
	font-size: 8vw;
    color: #ffffff;
		text-shadow:  0 0 15px #fff, 0 0 20px #da9d33, 0 0 30px #da9d33, 0 0 40px #da9d33, 0 0 50px #da9d33, 0 0 75px #da9d33;
	letter-spacing: 5px;
	font: 'russian';
}     
}

@media only screen and (min-width: 700px)  {
h1.russian {
font-family: 'russian';
	font-size: 4vw;
    color: #ffffff;
		text-shadow:  0 0 15px #fff, 0 0 20px #da9d33, 0 0 30px #da9d33, 0 0 40px #da9d33, 0 0 50px #da9d33, 0 0 75px #da9d33;
	letter-spacing: 5px;
	font: 'russian';
}     
}



/* MULTILANG ENDS */



@media only screen and (min-width: 10px)  {
div.mnu {
position:fixed;
right:0px;
bottom:0;
margin-bottom:0;
margin-right:0;
display:block;
background-image: url("../img/mnu.png") ;
background-repeat:no-repeat;
background-size:100% 100%;
width:35vw;
height:25vw;
clear:both;
border:0;
z-index:22;}
}

@media only screen and (min-width: 700px)  {
div.mnu {
position:fixed;
right:0px;
bottom:0;
margin-bottom:0;
margin-right:0;
display:block;
background-image: url("../img/mnu.png") ;
background-repeat:no-repeat;
background-size:100% 100%;
width:35vw;
height:25vw;
clear:both;
border:0;
}
}


div.imenu {
position:absolute;
padding:15vw;
margin:auto;
top:25%;
right:0;
left:-20px;
height:10%;
width:75vw;
margin:0 auto;
margin-top:5%;
margin-bottom:5%;
background:transparent;
z-index:10;
text-align:center;
overflow:0 auto;
}

@media only screen and (min-width: 10px)  {
div.bck2{
display:inline-block;
background-image: url("../img/pv66.png") ;
background-repeat:no-repeat;
background-size:100% 100%;
margin-top:10vw;
width:50vw;
height:20vw;
clear:both;
border:0;} 
}

@media only screen and (min-width: 700px)  {
div.bck2{
display:inline-block;
background-image: url("../img/pv66.png") ;
background-repeat:no-repeat;
background-size:100% 100%;
margin-top:10vw;
width:20vw;
height:8vw;
clear:both;
border:0;} 
}

/*
div.spin {
position:absolute;
margin:auto;
top:12%;
right:0;
left:-50px;
height:175px;
width:175px;
margin:0 auto;
margin-bottom:15%;
background-image: url("../img/bubblz22.png") ;
background-repeat:no-repeat;
background-size:100% 100%;
z-index:10;
opacity:0.5;
animation: spin-rotate 5s infinite;
}*/


div.spin00 {
position:relative;
margin:auto;
top:0;
right:0;
left:0;
height:30vw;
width:30vw;
margin:0 auto;
margin-bottom:2%;
margin-top:2.5%;
background-image: url("../img/bubblz22.png") ;

filter: drop-shadow(0 0 3px rgba(16, 16, 230, 0.9)) /* Light blue, opaque, 3px shadow */
          /*  drop-shadow(0 0 6px rgba(173, 216, 230, 0.7)) /* Light blue, semi-transparent, 6px shadow */
            drop-shadow(0 0 6px rgba(0, 0, 255, 0.5)); /* Blue, semi-transparent, 12px shadow */

background-repeat:no-repeat;
background-size:100% 100%;
z-index:3009;
opacity:0.5;
animation: spin-rotate 5s infinite;
}

@keyframes spin-rotate {
  from {
    transform: rotatez(0);
  }

  to {
    transform: rotatez(360deg);
  }
} 
 


@keyframes spin-rotate3 {
  from {
    transform: rotatez(0);
  }

  to {
    transform: rotatez(-360deg);
  }
} 
 
 div.brighten {
-webkit-fiter: brightness(100%);
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}

div.brighten:hover{
-webkit-filter: brightness(140%);
transition: .5s ease;
}      
  
div.brighten:active{
-webkit-filter: brightness(140%);
transition: .5s ease;
}      


* {margin: 0; padding: 0;}

.loader {
  top: 2%;
  left:0%;
  }

.loader, .loader:before, .loader:after {
  display: inline-block;
  width: 100%;
  height: 10px;
  position: absolute;
  z-index: 100000;
  animation: loading 4s cubic-bezier(.1,.85,.9,.15) infinite, loading-opacity 2s ease-in-out infinite alternate;
  background: linear-gradient(to right, #6a5bc8 0px, #6a5bc8 10px, transparent 10px)  no-repeat 0px 0px / 10px 10px;
  content: ' ';
}
.loader {
  animation-delay: .1s;
}.loader:after {
  animation-delay: .2s;
}
@keyframes loading-opacity {
	0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loading {
	0% {
    background-position: -50% 0px;
  }
  100% {
    background-position: 150% 0px;
  }
}

/* 2 more loading blocks */
.loader.more:before, .loader.more:after {
  content: ' ■';
  color: #0000ff;
  top: 0;
  line-height: 6px;
  font-size: 22px;
  font-family: "Times New Roman";
  vertical-align: top;
  animation: loading 4s cubic-bezier(.1,.85,.9,.15) infinite, loading-font 4s cubic-bezier(.1,.85,.9,.15) infinite !important;
}
.loader.more:before {
  animation-delay: 0s,.2s !important;
}
.loader.more {
  overflow: hidden;
  opacity: 0;
  animation: loading 4s cubic-bezier(.1,.85,.9,.15) infinite, loading-opacity 2s ease-in-out infinite alternate;
  animation-delay: .6s,.4s !important;
}
.loader.more:after {
  animation-delay: .4s,.8s !important;
}
@keyframes loading-font {
	0% {
    text-indent: calc(-50% - 5px);
  }
  100% {
    text-indent: calc(150% - 10px);
  }
}

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

div.fade-in {
  opacity:0;  /* make things invisible upon start */
  -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:2s;
  -moz-animation-duration:2s;
  animation-duration:2s;
  
  -webkit-animation-delay: .75s;
  -moz-animation-delay: .75s;
  animation-delay: .75s;
  
}




@-webkit-keyframes fadeOut { from { opacity:1; } to { opacity:1; } }
@-moz-keyframes fadeOut { from { opacity:1; } to { opacity:1; } }
@keyframes fadeOut { from { opacity:1; } to { opacity:1; } }

@-webkit-keyframes fadeOut { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeOut { from { opacity:0; } to { opacity:1; } }
@keyframes fadeOut { from { opacity:0; } to { opacity:1; } }

body.fade-out {
  opacity:0;  /* make things invisible upon start */
  -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:2s;
  -moz-animation-duration:2s;
  animation-duration:2s;
  
  -webkit-animation-delay: .75s;
  -moz-animation-delay: .75s;
  animation-delay: .75s;
  
}

div.swirlyblue {
display:inline-block;
position:fixed;
background-image: url("../img/swirlyblue.png");
background-repeat:no-repeat;
background-size:100% 100%;
padding-bottom:2%;
top:1%;
left:17.5%;     
width:40vw;
height:15vw;
z-index:9998;
}

.fish {
    position:relative;
margin:auto;
top:15vw;
right:0;
left:0;
margin:0 auto;
margin-bottom:2%;
margin-top:2.5%;
    width: 32vw; /* Set the width of the div */
    height: 32vw; /* Set the height of the div */
    background-image: url('../img/fishswim.png'); /* Background image */
    background-size: cover; /* Cover the entire div */
    background-position: center; /* Center the image */
    /*border-radius: 50%; /* Optional: make it circular */

filter: 
drop-shadow(0 0 1px rgba(16, 255, 0, 0.725))
drop-shadow(0 0 3px rgba(16, 16, 230, 0.7)) /* Light blue, opaque, 3px shadow */
          /*  drop-shadow(0 0 6px rgba(173, 216, 230, 0.7)) /* Light blue, semi-transparent, 6px shadow */
            /*drop-shadow(0 0 6px rgba(255, 0, 255, 0.65)); /* Blue, semi-transparent, 12px shadow */
            drop-shadow(0 0 6px rgba(0, 0, 255, 0.65)); /* Blue, semi-transparent, 12px shadow */

    animation: swim 5s linear infinite, fadingfish 5s linear infinite; /* Animation */
    pointer-events:none;
    z-index:1000;
}

@keyframes swim {
    0% {
        transform: rotate(0deg); /* Start at 0 degrees */
    }
    100% {
        transform: rotate(360deg); /* Complete rotation */
    }
}


@keyframes fadingfish {
    0% {
                opacity: 1;
    }
    
        45% {
        opacity: 0;
    }
    
    
    56% {
        opacity: 0;
    }
}

@media only screen and (min-width: 700px)  {
.rotatingfoxblue {
    position: fixed; /* Stays in the same place even when scrolling */
    bottom: 5vh; /* Positions it at the bottom */
    left: 5vw; /* Positions it at the left */
    width: 7vw; /* Sets the width to 12% of the viewport width */
    height: 7vw; /* Sets the height to 12% of the viewport width */
    background-image: url('../img/foxyblue.png'); /* Set your background image */
    background-size: cover; /* Make the background image cover the whole div */
    background-position: center; /* Center the background image */
    /*animation: foxrotate 8s linear infinite; /* Rotates the background once per second infinitely */
    point-events:none;
    z-index:9999;
}

@keyframes foxrotate {
    from {
        transform: rotate(0deg); /* Start at 0 degrees */
    }
    to {
        transform: rotate(360deg); /* Rotate to 360 degrees */
    }
}

}

@media only screen and (min-width: 10px)  {
.rotatingfoxblue {
    position: fixed; /* Stays in the same place even when scrolling */
    bottom: 5vh; /* Positions it at the bottom */
    left: 5vw; /* Positions it at the left */
    width: 7vw; /* Sets the width to 12% of the viewport width */
    height: 7vw; /* Sets the height to 12% of the viewport width */
    background-image: url('../img/foxyblue.png'); /* Set your background image */
    background-size: cover; /* Make the background image cover the whole div */
    background-position: center; /* Center the background image */
    /*animation: foxrotate 8s linear infinite; /* Rotates the background once per second infinitely */
    point-events:none;
    z-index:9999;
}

@keyframes foxrotate {
    from {
        transform: rotate(0deg); /* Start at 0 degrees */
    }
    to {
        transform: rotate(360deg); /* Rotate to 360 degrees */
    }
}

}


/* Custom Scrollbar Styles */
::-webkit-scrollbar {
    width: 12px; /* Width of the scrollbar */

}

/* Track */
::-webkit-scrollbar-track {
    background: rgba(0, 0, 39, 1); /* Dark blue track (75% opaque) */
    border: 1px solid blue;
}

/* Handle (Thumb) */
::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,100,1); /* Rich blue color for the thumb */
    border:1px solid blue;
    border-radius: 10px; /* Rounded corners */
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background-color: #5A8DEE; /* Slightly lighter blue on hover */
}


.full-landing-image{
  width: 100%;
  height: 100vh;
  background: red;
  background-size: cover;
  z-index:99999999;
  pointer-events:auto;
}


html { cursor:url(../img/s.gif),url(../img/s.cur),inherit;
overflow-y: scroll;
overflow-x: hidden;  
}

   .bonsai {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 35vw; /* Set your desired width */
        height: 20vw; /* Set your desired height */
        background-image: url("../img/bonsai2.png");
        background-repeat: no-repeat;
        background-size: cover; /* Adjust size to cover the div */
        z-index: 1030;
        animation: scale-bend 2s ease-in-out infinite; /* Apply scaling animation */
    }

    /* Keyframes for scaling effect */
@keyframes scale-bend {
    0%, 100% {
        transform: scaleY(1); /* Original size */
    }
    50% {
        transform: scaleY(1.00235); /* Scale up by 0.5% */
    }
}


.overlay {
    position: fixed;
    top: 0;
    left: 0vw;
    width: 100vw; /* Full viewport width */
    height: 100vh; /* Full viewport height */
    background: url('../img/loomstars2.gif') no-repeat center center; /* Background image */
    background-size: contain; /* Ensure the image covers the whole overlay */
    pointer-events: none; /* Prevent interaction with elements beneath */
    
    z-index: 1029; /* Make sure the overlay is on top */
    }

.overlay2 {
    position: fixed;
    top: 0;
    left: 0vw;
    width: 100vw; /* Full viewport width */
    height: 100vh; /* Full viewport height */
    background: url('../img/loomstarsblue.gif') no-repeat center center; /* Background image */
    background-size: contain; /* Ensure the image covers the whole overlay */
    pointer-events: none; /* Prevent interaction with elements beneath */
    
    z-index: 1029; /* Make sure the overlay is on top */

    }

html, body {
  overflow-y: auto !important;
  overflow-x: hidden !important;
}