@font-face {
    font-family: 'BadaBoom BB';
    src: url('BadaBoomBB.woff2') format('woff2'),
        url('BadaBoomBB.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
 a, a:hover, a:focus, a:active {
      text-decoration: none!important;
      color:inherit;
	 border: none!important;
	 outline: none!important;
 }

html,  body {

	background-color: black;	
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);	
}

html {
	overflow-x: hidden !important;
}

body {
  overscroll-behavior: none;
  margin: 0;
  padding: 0;
  overflow-x: hidden!important;
-webkit-overflow-scrolling: touch;
}

/* Let's get this party started */
::-webkit-scrollbar {
	display: none;
	cursor: pointer; 
	cursor: hand;
}

#smooth-content {
	overflow: visible;
	width: 100%;
	/* set a height because the contents are position: absolute, thus natively there's no height */
	height: auto;
	background-color: transparent;
}

.wrapper{
	overflow: hidden;
	height:auto;
	background-color: transparent;
	/*background: url("../images/home/oneSite_bg.jpg") center top;*/
	-webkit-background-size:contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-repeat: repeat;
}

#canvas, #trigger, #StarsCanvas {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    display: block;
	z-index: 0;
	overflow: hidden;
	background-color: transparent;
}
.clickable-wrapper {
    position: relative; /* Ensure proper layout behavior */
    pointer-events: auto; /* Always make the wrapper clickable */
}

#socialGrid_nav{
	height: 50px;
	width: 100%;
	background-repeat:repeat;
	opacity:1;
	text-align: center;
	padding: 0px;
}
.socialIcons{
	opacity:1;
	text-align: center;
	padding: 5px;
	text-decoration: none;
	
	letter-spacing: 5px;
	background-color: transparent;
	font-style: none;
	font-size: 40px;
	font-weight: normal;
	text-transform: capitalize!important;
	color: #abfcf8; 
	text-shadow: 0 0 10px #007eff, 0 0 15px #007eff, 0 0 20px #007eff !important;
	-webkit-animation: glow 1s ease-in-out infinite alternate;
	-moz-animation: glow 1s ease-in-out infinite alternate;
	animation: glow 1s ease-in-out infinite alternate;
}

.socialIcons:hover, .socialIcons:focus, .socialIcons:active {
color: #ffd47e; /* Ensure active color is applied */
 }
.show{
	display:block!important;
}
.hide{
	display:none!important;
}
.blk{
	background-color: black;
	padding:30px;
	border-radius: 25px;
}
.row {
	flex-wrap: wrap;
	padding: 0px!important;
	margin: auto;
	margin-left: 0px!important;
	margin-right: 0px!important;
}
.col-md-12{
	 padding-right: 0px!important; 
     padding-left: 0px!important;
}
.container-fluid {

   padding-right: 0px!important; 
   padding-left: 0px!important; 
}
.lockup{
	top:0;
	left:0;
	position: fixed;
	width: 100%;
	height: 20%;
	z-index: 9000001!important; /* Sit on top */
	opacity: 1;
}
.logo{

	background: url("../images/logo_lg.png") no-repeat  center center ; 
	background-color: transparent;
	background-size: contain;
	width:100%!important;
	max-width: 100%;
	height: 288px;
	position: absolute;
	top:20px;

}

.subLogo{
	width:100%!important;
	max-width: 100%;
	position: absolute;
	top:0px;
}

.logo_sm{
	
	background: url("../images/logo_scroll.png") no-repeat  0px 0px ; 
	background-color: transparent;
	background-size: cover;
	position: fixed;
	top:-90px;
	right:10px;
	opacity: 1;
	width:30px;
	height:30px;
	z-index: 9000001!important; 
	
	
	font-family: 'Comfortaa';
	color: #abfcf8;
	letter-spacing: 5px;
	font-style: none;
	font-size: 30px!important;
	font-weight: normal;
	text-transform: capitalize!important;
	
	text-shadow: 0 0 10px  !important;
	-webkit-animation: glow 1s ease-in-out infinite alternate;
	-moz-animation: glow 1s ease-in-out infinite alternate;
	animation: glow 1s ease-in-out infinite alternate;
}
.tag {
	color: #abfcf8; 
	text-shadow: 0 0 10px #007eff, 0 0 15px #007eff, 0 0 20px #007eff !important;
	-webkit-animation: glow 1s ease-in-out infinite alternate;
	-moz-animation: glow 1s ease-in-out infinite alternate;
	animation: glow 1s ease-in-out infinite alternate;
	font-size: 20px;
	padding-top: 20px;
	letter-spacing: 1px;
}


/*----------------------SVG END -----------------------------------------*/

.container {
    max-width: 100%!important;
	width: 100%;
	padding: 0!important;
	background-color: transparent;
}

.pushR {
	left:0;
	right:0;
	position: absolute; 
  }
.pushC {	
	width: 50vw;
  }
.pushL {	
	left:-25vw;
	position: absolute;	
	background-color: transparent;
  }

/*/////////////// CELL LOADER /////////*/
.overlayPix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    pointer-events: none; /* Ensure it doesn't interfere with clicks */
    z-index: 2147483655;
	background-position: center;
	background-size: contain;
}

.cell {
    width: 100%;
    height: 100%;
    background-color: #e66b19; /* Change to your desired color
	background-image: url("../images/bluePix.png");*/ 
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
    opacity: .5;
	border-radius: 0px;
}

.iconic {
	z-index: 2147483657;
	margin: auto;
	left:0;
	right:0;
	top:0;
	bottom:0;
	height:200px;
	width:200px;
	position: fixed;
	background-image: url("../images/icon_set.gif");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: transparent; 
	opacity: 1;
	border-radius: 15px;
}
.boo {
	z-index: 2147483659;
	margin: auto;
	left:0;
	right:0;
	top:0;
	bottom:0;
	height:100%;
	width:100%;
	position: fixed;
	background-image: url("../images/icon_set.gif");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #e66b19; 
	opacity: 1;
	border-radius: 15px;
	display:none;
}

/* LOADER */
#loader {
	width: 100vw;
	height: 5px;
	position: absolute;
	bottom: 0;
	margin: auto;
	overflow:hidden;
	background-color:#ffd47e; 


}

#loader_bg {
	position: fixed; 
	top: 0px; 
	left: 0;
	width: 100vw; 
	height: 100vh;
	background-color: #e66b19;
	opacity:1;
	z-index: 2147483657;
	overflow: visible;
	text-align: center;
}

.logo_loader{
	top:0;
	left:0;
	margin: auto;
	height:100%;
	width:100%;
	margin-top:0%;
	opacity: 1;
	z-index: 214743649;
	position: absolute;
	text-align: center;
		/*background: url("../images/home/icon_01.png") no-repeat center center;*/
}
.logo_cover_loader{
	position: relative;
	top:65vh;
	padding-left:20px;
	right:0;
	text-align: center;
	height: 200px;
	width: 200px;
	opacity: 1;
	margin: auto;
	/*background-image: url("../images/UR_icons.gif");*/
	background-size: 200px 200px;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 2147483659;
	padding-top: 0px;
	font-family: "BadaBoom BB";
	color: white;
	letter-spacing: 5px;
	font-size: 50px;
	
	  text-shadow: 0 0 5px #e16819, 0 0 7px #e16819, 0 0 10px #e16819 !important;
	-webkit-animation: glow 1s ease-in-out infinite alternate;
	-moz-animation: glow 1s ease-in-out infinite alternate;
	animation: glow 1s ease-in-out infinite alternate;
}
.glowTxt{
	font-size: 25px;
	text-transform: none;
	font-family: "Comfortaa", serif!important;
	color: #abfcf8; 
	text-shadow: 0 0 10px #007eff, 0 0 15px #007eff, 0 0 20px #007eff !important;
}

.seemore{
	text-decoration: none;
	color: #abfcf8; 
	text-shadow: 0 0 10px #007eff, 0 0 15px #007eff, 0 0 20px #007eff !important;
	-webkit-animation: glow 1s ease-in-out infinite alternate;
	-moz-animation: glow 1s ease-in-out infinite alternate;
	animation: glow 1s ease-in-out infinite alternate;
	cursor: pointer;
	transition: background-color 0.3s, transform 0.3s;
}
 .seemore:hover, .seemore:focus, .seemore:active {
     color: #abfcf8;
	 text-decoration: none!important;
 }

#arrow_down{
	text-align: center;
	position:fixed; 
	bottom:0px;
	left: 0;
	right:0;
	opacity:1;
	filter: drop-shadow(0px 0px black);
	/*background-image: url("../images/home/loader_drop.gif");*/
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
	z-index: 20;
}
.greetings, .greetingsA, .greetingsB {
	padding-top:0vh;
}
.h2_title {
	font-family: 'BadaBoom BB';
	opacity: 1;
	color: #abfcf8; 
	text-shadow: 0 0 10px #007eff, 0 0 15px #007eff, 0 0 20px #007eff !important;
	-webkit-animation: glow 1s ease-in-out infinite alternate;
	-moz-animation: glow 1s ease-in-out infinite alternate;
	animation: glow 1s ease-in-out infinite alternate;
	
	letter-spacing: -1px;
	line-height: 60px;
	background-color: transparent;
	font-style: none;
	font-size: 65px;
	font-weight: normal;
	text-transform: capitalize!important;
	left:-5px!important;
	position: relative;
	
}

.h2_nav {
	font-family: 'Comfortaa';
	color: white;
	letter-spacing: 5px;
	background-color: transparent;
	font-style: none;
	font-size: 40px;
	font-weight: normal;
	text-transform: capitalize!important;
}
.h2_body {
	letter-spacing: 1px;
	background-color: transparent;
	font-size: 25px;
	color: white;
	font-family: "Comfortaa", serif;
	line-height: 25px;
	margin: auto;
	margin-top: 0;
}
.h2_body_setup {
	text-align: left;
	background-color: transparent;
	font-size: 25px;
	font-weight: bold;
	text-transform: none;
	color: white;
	font-family: "Comfortaa", serif!important;
}

.desktopOnly {
	display: block;
}


/*---------------------------------*/


#scrollTop {
	top:0;
	left:0;
	position: fixed;
}


.outline_glow {
	border: 2px solid #e16819;
    box-shadow: 0 0 20px #e16819;
	border-radius: 0px;
}

.aniTxt {

}
.txtBox1 {
width:30vw;
}

.castblock {
	top:0px;
	left:0px;
	opacity: 1;
	height:100vh;
	width: 3000px;
}

.cover {
	background-color: blue;
	width: 100%!important;
	height:500vh!important;
	top:800vh!important;
	left:0!important;
	position: absolute;
	z-index: 8;
	opacity: 0;
}




.txt_overlay1 {
/*background: url("../images/home/04_bg.jpg") no-repeat center center ;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	background-color: transparent;
	width: 100vw;
	top:0px;
	left:0px;
	z-index: 1;
	padding-bottom: 10vh;
	margin-top: 0vh;
	margin-bottom: 0vh;
	
}


.video_overlay {
	/*background: url("../images/home/vid_overlay.png") no-repeat center center ; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	padding-top: 0vh;
	padding-bottom: 0vh;
	background-attachment:local;
	width: 100%;
	height: 100vh;
	top:0;
	left:0;
	position: fixed;
}

.padBot {
	margin-bottom: 20px!important;
}
.padBot2 {
	margin-bottom: 5vh!important;
}
.padBot4 {
	margin-bottom: 10vh!important;
}
.padTop {
	margin-top: 20px!important;
}
.padTop2 {
	margin-top: 20vh!important;
}
.padTop3 {
	margin-top: 30vh!important;
}
.padTop5 {
	margin-top: 60vh;
}
.padTopAds {
	margin-top: 40vh!important;
}
.padTop4 {
	margin-top: 0vh!important;
}
.padTop2 {
	margin-bottom: 0px!important;
}

/*------- HORIZONTAL SCROLLER------------*/

.hidden {
  opacity: 0;
  transform: scale(0.8);
}

.revealed {
  opacity: 1;
  transform: scale(1);
  transition: all 0.6s ease-out;
}
#character{
	top:0;
	left:0;
	position: relative;
	opacity: 1;
}
#gallery-container {
  perspective:1000vw;
	left:0;
	position: absolute;
	
}



.charblock {
  margin-top: 1vh !important;
  min-height: 30vh; /* Adjust based on your content */
  height: 700px;
  display: flex;
  gap: 20px;
  padding-left: 20px;
  opacity: 1;
  left: 0;
  transform-style: preserve-3d;
}
.comicStyle1 {
	height: 50vh!important;
	width: auto;

}


.blu {
	color:#126ab5!important;
}


#per_footer {
	bottom:0!important;
	width: 100%;
	text-align: right;
	right:10px;
	position: fixed;
	color: aliceblue;
	font-size: 11px;
	opacity: .5;
	z-index: 8000000!important; /* Sit on top */
}

#pp {
	color:aliceblue;
	cursor:pointer;
	text-decoration:none;

}

.align_r {
	text-align: right;
}
.align_l {
	text-align: left;
}
.align_c {
	text-align: center;
}

.column_brand {
    display: flex;
    justify-content: center;
    align-items: center; /* Center vertically */
    width: 50vw;
    height: auto; /* Full height to center vertically */
    box-sizing: border-box;
    position: relative;
    margin: auto;
    padding: 0; /* Remove padding to avoid alignment issues */
}
.greetingsTxt{
	padding: 15rem;
}

.videoWrap {
    width: 80%;
    /* Set the width to 100% for responsiveness */
    height: 0; /* Set height to 0 */
    padding-bottom: 42%; /* Aspect ratio: 16:9 (56.25% = 9 / 16 * 100) */
    position: relative; /* Ensure correct layering */
    text-align: center;
    margin: auto;
    background-color: black;
    overflow: hidden !important;
}

.videoWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.div_glow {
  box-shadow: 0 0 20px #e16819;
  	transition: filter 0.25s ease-in-out;
  transition: filter 0.5s ease-in-out;
}

.div_glow:hover {
  filter: none;
	border: 2px solid white;
    box-shadow: 0 0 20px white;
}
.blur {
    backdrop-filter: blur(10px);
}

/*----- GOGO -----*/
.gogo {
	width:418px;
	height:582px;
	top:200px;
	bottom:0;
	left:0;
	right:0;
	margin: auto;
	position:fixed;
	overflow: ;
	z-index: 0;
}
.gogoFloat {
 	top:-200px;
	bottom:0;
	left:0;
	right:0;
	margin: auto;
	position: fixed;

}
.gogoW {
	width:100%;
	height:100%;
	top:0;
	left:0;
	position: absolute;
	background-image: url("../images/gogo_bg.png");
	background-size: contain;
	background-repeat: no-repeat;
}

.gogoE {
	width:100%;
	height:100%;
	top:-10;
	left:0;
	position: relative;
	background-image: url("../images/gogo_eyes.png");
	background-size: contain;
	background-repeat: no-repeat;
}

.gogoB {
	width:100%;
	height:100%;
	top:0;
	left:0;
	position: absolute;
	background-image: url("../images/gogo.png");
	background-size: contain;
	background-repeat: no-repeat;
}
/*--------- SWIPE GALLERY ----------*/
.swipeGallery {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
    position: relative;
    margin: auto;
}
.loaded.swipeGallery {
    opacity: 1;
}
.swipeGallery_cards {
    position: relative;
    width: 100%;
    height: 100%;
}
.swipeGallery_card {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    cursor: grab;
    border: 2px solid #e16819;
    box-shadow: 0 0 5px #ffd47e;
}
.moving.swipeGallery_card {
    transition: none;
    cursor: grabbing;
}
.swipeGallery_card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}
.swipeGallery_small {
    width: 90vw;
    max-width: 600px;
    height: 780px;
}
.swipeGallery_large {
    width: 90vw;
    max-width: 850px;
    height: 656.82px
}
.activity {
    width: 100%;
    position: absolute;
    margin-bottom: 500px !important;
}
/*--------- SWIPE GALLERY END ----------*/

/*------------ PIXEL COVER -------------------*/
#pixCon > .transition {
    position: absolute;
    left: 0; top: 0;
    width: 100%; height: 100%;
}      
 /*--------- BACKGROUND IMAGES ----------*/  
.leaves1 {
	width:100vw;
	height:100vh;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin: auto;
	position: fixed;
	background: url("../images/leaves1.png")no-repeat center bottom;
	background-size: cover;
}
.leaves2 {
	width:100vw;
	height:100vh;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin: auto;
	position: fixed;
	background: url("../images/leaves2.png")no-repeat center bottom;
	background-size: cover;
}
.trees1 {
	width:100vw;
	height:110vh;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin: auto;
	position: fixed;
	background: url("../images/trees1.png")no-repeat center bottom;
	background-size: cover;
}
.moon1 {
	width:600px;
	height:600px;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin: auto;
	position: fixed;
	background: url("../images/moon1.png") no-repeat center center;
	background-size: contain;
}
.stars {
	width:100vw;
	height:100vh;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin: auto;
	position: fixed;
	background: url("../images/stars1.png")no-repeat center center;
	background-size: cover;
}
#falling-leaves-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /* Ensure the leaves don't interfere with user interaction */
}

.falling-leaf {
  position: absolute;
  width: 100px; /* Adjust the size as needed */
  height: 100px;
  background-image: url('../images/leaf.png');
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0; /* Start invisible */
}

.background {
	width:100vw;
	height:120%;
	background-repeat: repeat;
	position:fixed;
	top:0;
	left:0;
	background-color: #172d5a;
	/*background-image: url("../images/bg.jpg");*/
	background-size: cover;
}
/*--------- BACKGROUND IMAGES ----------*/



/*----- GOGO END -----*/
@media screen and (max-width: 1800px) {
	
	.greetingsTxt{
		padding: 5rem!important;
	}
}
     
@media screen and (max-width: 1600px) {
	
	.greetingsB {
		padding-top:12vh!important;
	}
	
	.column_brand {
		width: 100%;
		padding: 0rem;
	}
}
@media screen and (max-width: 1500px) {
	
	.greetingsTxt{
		padding: 10rem!important;
	}
	.gogo {
		width:318px!important;
		top:450px!important;
	}
}

@media screen and (max-width: 1199px) {
	
	.logo{
		background: url("../images/logo_mob.png") no-repeat  center top !important; 
		-webkit-background-size:contain!important;
		-moz-background-size: contain!important;
		-o-background-size: contain!important;
		background-size: contain!important;	
		height: 130px;
		top:16px;
		max-height: 200px;
		width: 100%;
		min-width: 240px;
		margin: auto;
		opacity: 1;
	}
.tag {
	font-size: 12px;
	padding-top:8px!important;
}
	
	.moon1 {
		width:300px;
		height:300px;
	}
	
	.swipeGallery_large {
		width: 80vw;
		max-width: 80vw!important;
		height: calc(80vw * 850 / 1100)!important;
	}
	
	.greetingsTxt{
		padding: 5rem!important;
	}
	
	.gogo {
		width:318px!important;
		top:50px!important;
	}
	

	.pushR {

	  }
	.pushC {	
		width: 80vw;
	}
	.pushL {	
		left:auto;
	  }
	.greetings {
		padding-top:55vh!important;
	}
	.greetingsA, .greetingsB {
		padding-top:38vh!important;
	}
	
	.logo_sm{
		right:10px;
	}

	/* COLORING BOOK */	
	.txtBox1 {
		width:90vw;
	}
	
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 650px) {
	.swipeGallery_card {
		border-radius: 10px;
	}
	
	.swipeGallery_small {
		width: 80vw;
		max-width: 80vw!important;
		height: calc(80vw * 940 / 725);
	}
	.swipeGallery_large {
		width: 80vw;
		max-width: 80vw!important;
		height: calc(80vw * 850 / 1100)!important;
	}

	.greetingsTxt{
		padding: 2rem!important;
	}
	
	.gogo {
		width:218px!important;
		top:150px!important;
	}
	.column_brand {
		width: 100%;
		padding: 0rem;
	}
	#per_footer {
		text-align: center;
		right:0px;
		font-size: 8px;
	}
	

.pushL {	
	margin-right:0vw!important;
	margin-left:0vw!important;
  }
.pushR {	
	
  }

.subLogo{
	top:0px;
}


	
}
/*---------------------------------*/

@media only screen and (max-width: 480px) {
	
	.gogo {
		width:180px!important;
		top:400px!important;
		left:60px!important;
	}
	.h2_title, .h2_nav {
		font-size: 40px;
	}
	.greetings {
		padding-top:55vh!important;
	}
	.greetingsA, .greetingsB {
		padding-top:50vh!important;
	}

	 .h2_body_setup, .h2_body, .glowTxt  {
		font-size: 20px;
		letter-spacing: -1px;
	}
	
	.castblock {
		width: 4060px!important;
	}
	.videoWrap{
	
	}


}
/* SHORT AND WIDE PHONE */
@media screen and (max-height: 970px){

	.gogo {
		width:270px!important;
		top:200px!important;
		left:60px!important;
	}
	
}
@media screen and (max-height: 790px){
	
	.castblock {
		width: 4060px!important;
	}

	.gogo {
		width:170px!important;
		top:380px!important;
		left:60px!important;
	}
	
	
		.logo{
		background: url("../images/logo_mob.png") no-repeat  center top !important; 
		-webkit-background-size:contain!important;
		-moz-background-size: contain!important;
		-o-background-size: contain!important;
		background-size: contain!important;	
		height: 130px;
		top:16px;
		max-height: 200px;
		width: 100%;
		min-width: 240px;
		margin: auto;
		opacity: 1;
	}
.tag {
	font-size: 12px;
	padding-top:8px!important;
}
	
	.moon1 {
		width:300px;
		height:300px;
	}
	
	.swipeGallery_large {
		width: 80vw;
		max-width: 80vw!important;
		height: calc(80vw * 850 / 1100)!important;
	}
	
	.greetingsTxt{
		padding: 5rem!important;
	}
	
	

	.pushR {

	  }
	.pushC {	
		width: 80vw;
	}
	.pushL {	
		left:auto;
	  }
	.greetings {
		padding-top:55vh!important;
	}
	.greetingsA, .greetingsB {
		padding-top:38vh!important;
	}
	
	.logo_sm{
		right:10px;
	}

	/* COLORING BOOK */	
	.txtBox1 {
		width:90vw;
	}
	
}
/* BOOOOO */
@media screen and (max-height: 530px){
	
	.castblock {
		width: 4060px!important;
	}
	.boo {
		display:block;
	}
	
}

@media screen and (max-height: 590px){
	.castblock {
		width: 3060px!important;
	}
	.lockup{
		opacity: 1;
	}
	
}


@media screen and (max-height: 450px){
	
	.greetings, .greetingsA , .greetingsB{
		padding-top:40vh!important;
	}
	

	.h2_title, .h2_nav {
		font-size: 40px!important;
	
	}
	.h2_body_setup,  .h2_body, .glowTxt  {
		font-size: 25px;
		letter-spacing: -1px;
		
	}

	.castblock {
		width: 2060px!important;
	}

}


/*---------------------- CTA START -----------------------------------------*/
.cta_con {
    position: relative;
    cursor: pointer;
    margin-top: 50px;
    text-align: center;
    border-radius: 0px;
    width: 200px !important;
    height: 50px !important;
    overflow: hidden !important;
    z-index: 21;
    box-sizing: border-box; /* Include border in element's total width and height */
	outline: none;
}
.cta-container{
	 box-sizing: border-box; /* Include border in element's total width and height */
	outline: none;
}


.cta_fill {
	width: 300px;
	height: 300px;
	left: 0px;
	bottom: 0px;
	position: absolute;
	opacity: 0;
	z-index: 1; /* Ensure fill is behind text */
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}

.cta_lightwash {
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
	opacity: 0; /* Start off hidden */
	z-index: 2; /* Ensure lightwash is above fill but below text */
	top: 0; /* Vertically center the gradient */
}

.cta_txt {  
	font-family: 'BadaBoom BB';
	color: white;
	width: 100%;
	height: 100%;
	background-color: transparent;
	font-size: 30px;
	text-align: center !important;
	display: flex;
	justify-content: center; 
	align-items: center; 
	position: relative;
	z-index: 3; /* Ensure text is above lightwash */
	transition: color 0.25s ease; /* Smooth transition for text color */
}

.ctaHit {
	opacity: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	left: 0px;
	top: 0px;
	background-color: transparent;
	position: absolute;
	z-index: 88888;
}
/*---------------------- CTA END ------------------*/
/*----------- AUDIO------------*/
.whole {
    bottom: 10px;
    left: 10px;
    position: fixed;
}
.play {
    width: 50px;
    height: 25px;
    background-color: transparent;
    cursor: pointer;
    opacity: 0.5;
}
#waveCanvas {
    width: 50px;
    height: 25px;
	bottom: 10px;
    left: 10px;
	position: fixed;	
}
/*----------- AUDIO END ------------*/

/********** SPRITE SHEET **/
#sheetFrame{
	width:400px;
	height:400px;
	top:34vh;
	bottom:0px;
	left:0px;
	right:0px;
	margin-left: auto;
	margin-right: auto;
	position: fixed;
	opacity:1;
	display:none;
	background-color:transparent;
	overflow:hidden;
	z-index: 8000000!important; /* Sit on top */
}
 #sheetFrameC{
	width:400px;
	height:400px;
	 margin: auto;
	 position: fixed;
	 right: 0;
	 left:0;
	 top:0;
	 bottom:0;
	opacity:1;
	display:none;
	background-color:transparent;
	overflow:hidden;
	 z-index: 2147483620!important; /* Sit on top */
}
#sheet{
	width:3200px;
	height:4000px;
	top:0px;
	left:0px;
	position:absolute;
	opacity:1;
	/*background:url("../images/nav_blood.png");*/
}
#sheetC{
	width:3200px;
	height:4000px;
	top:0px;
	left:0px;
	position:absolute;
	opacity:1;
	/*background:url("../images/glitchcover.png");*/
}
/********** SPRITE SHEET END **/



.cta_last {
	margin-top:800px;
}

.candyHit {
	cursor:grab;
	width: 50vw;
	height: 50vh;
	margin: auto;
	position: relative;
	top:0;

	left:0;
	right:0;
	background-color: transparent;
	border-radius: 50%;
}
.arrowDrag {
	cursor:none;
	width: 50vw;
	height: 45px;
	margin: auto;
	position: absolute;
	bottom:-30px;
	color: white;
	font-size: 50px;
	left:0;
	right:0;
	background-color: transparent;
	text-align: center;
}

.ig {
	position: fixed;
	top:5px;
	right:0;
	cursor: pointer;
	z-index: 9000002!important; /* Sit on top */
}
