* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
html {
  height: 100%;
  scroll-behavior: smooth;
}
body {
  font-size: 100%;
  font-family: 'Kodchasan', sans-serif;
/*  font-weight: bolder;*/
  font-optical-sizing: auto;
  line-height: 1.6;
  letter-spacing: 1px;
  background-color: #2D2D2D;
  background-image: url(../images/TIOAT_bg.png);
  background-repeat: repeat;
}
h1 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 2.8em;
  padding-bottom: 0;
  color: #555454;
  text-align: center;
}
h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.7em;
}
p {
  font-family: 'Kodchasan', sans-serif;
  font-weight: normal;
  font-size: 1em;
}
ef { /*enlarge font*/
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 150%;
}
a {
  color: #ff056f;
}
a:link, a:visited {
  color: #7F0000;
  text-decoration: none !important;
  cursor: pointer;
}
a:hover {
  color: #F00;
}
a:active {
  color: #F09;
}

/******CARDS*****/
.cardVideo {
  overflow: hidden;
  display: block;
  border-radius: 15px;
}
.cardTile {
  overflow: hidden;
  display: block;
  border-radius: 15px;
}
.card {
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  /*  align-items: flex-start;*/
  justify-content: top;
  overflow: hidden;
  width: 300px;
  height: 300px;
  background: #494949;
  margin: 10px;
}
.cardLandscape {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: top;
  overflow: hidden;
  border-radius: 15px;
  margin: 10px;
  width: 300px;
  height: 200px;
  text-align: center;
  background-color: #494949;
  transition: transform 0.3s;
}
.cardSketchfab {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: top;
  overflow: hidden;
  border-radius: 15px;
  margin: 10px;
  width: 300px;
  height: 200px;
  background-color: #494949;
}
/* [2] Transition property for smooth transformation of images */
.cardVideo img, .card img, .cardLandscape img, .cardTile img {
  width: 100%;
  height: 100%;
  transition: transform .5s ease;
}
/* [3] Finally, transforming the image when container gets hovered */
.cardVideo img:hover, .card img:hover, .cardLandscape img:hover, .cardTile img:hover {
  transform: scale(1.2);
}
.cardVideo:hover, .card:hover, .cardLandscape:hover, .cardTile:hover {
  background-color: #332E2E;
  color: #e6e6e6;
  transition: background-color 0.5s ease;
}
.cardThumbnail, .cardLandscapeThumbnail {
  overflow: hidden;
  width: auto;
  height: auto;
}
.cardVideo clickimage, .card clickimage, .cardLandscape clickimage, .cardTile clickimage {
  cursor: pointer;
}
.cardLandscapeOverlap-div {
  position: absolute;
  top: 115px;
  left: 215px;
  width: 80px;
  height: 80px;
  z-index: 15; /* Make this div appear above the base-div */
	  pointer-events: none;

}
.cardLandscapeEmpty {
  overflow: hidden;
  border-radius: 10px;
  margin: 5px;
  width: 300px;
  height: 200px;
  text-align: center;
  background-color: transparent;
}
.heroshot {
  position: relative;
  overflow: hidden;
  display: inline-block;
  background: black;
  opacity: 1;
  width: 100%;
  height: 100vh;
	animation: fadeOut linear forwards;
	-moz-animation: fadeOut linear;
	-webkit-animation: fadeOut linear;
  animation-range: 0px 800px;	
  animation-timeline: scroll();
/*  animation-fill-mode: forwards;*/
}

.heroshotImage1 {
  height: 100%;
  width: 100%;
  /*	  max-width: 100%;*/
  /*  height: auto;*/
  opacity: 1;
  object-fit: cover;
  display: block;
/*  z-index: 9;*/
  animation: fadeIn 1s forwards; 


}

.hero-text-bg {
            position: absolute;
			width: 450px;
			height: 140px;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: rgba(0, 0, 0, 0.5); /* Optional: Add a background color with transparency */
			filter: blur(100px);
			border-radius: 50px;
}
.hero-text {
            position: absolute;
            top: 50%;
            left: 50%;
			width: 100%;
            transform: translate(-50%, -50%);
            color: white !important;
            text-align: center;
			word-wrap: break-word; /* Ensure long words break and wrap to the next line */
    		overflow-wrap: break-word; /* Alternative property for text wrapping */
/*            padding: 20px;*/
}
.hero-text_custom_h1{
	color: black;
	font-family: 'Kodchasan', sans-serif;
	line-height: 0.9;
	font-size: 10em; /*!important;*/
	opacity: 0.5;
/*	background: rgb(7,170,235);*/
/*background: linear-gradient(261deg, rgba(7,170,235,1) 0%, rgba(179,253,135,1) 100%);*/
/*
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
*/

}
.hero-text_custom_p{
/*	color: aqua !important;*/
	font-size: 3em !important;
}


@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
	0%{
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px greenyellow, 0 0 40px greenyellow, 0 0 50px greenyellow, 0 0 60px greenyellow, 0 0 70px greenyellow;
  }
  
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
  }
}

.titleHeader {
  position: relative;
	padding-left: 30px;
  z-index: 7;
  /*	font-family: 'Nabla', cursive;*/
  /*	  font-family: 'Kodchasan', sans-serif;*/
  font-family: 'Oswald', sans-serif;
  font-size: 3em;
  line-height: 0.8em;
  color:gray;
}
.copysection {
  position: relative;
  z-index: 6;
  max-width: 470px;
  padding: 70px 30px 70px 30px;
	font-optical-sizing: auto;
	  line-height: 1.6;
  letter-spacing: 1px;
	text-shadow: 0 0 20px #fff;
  /*  margin: 70px 20px 70px 20px;*/
}

.copySubsection {
  /*  display: inline-block;*/
  max-width: max-content;
  margin-top: 20px;
  margin-bottom: 20px;
/*  width: 50%;*/
  align-items: center;
  justify-content: center;
}
/******MODEL VIEWER******/
model-viewer {
  width: 100%;
  height: 100%;
  max-width: 100%;
  /*    background-color: #eee;*/
  overflow-x: hidden;
  --progress-bar-color: transparent;
}
.background3dContainer {
  z-index: -10;
  position: fixed;
  /*  overflow: hidden;*/
  width: 100%;
  height: 100vh;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.cardIcon3dBottom {
  /*	position: sticky;*/
  position: absolute;
  bottom: -300px;
  left: 0px;
  width: 45vw;
  height: 45vw;
  /*	height:600px;*/
  overflow-x: hidden;
  pointer-events: none;
}
.cardIcon3dBottom2 {
  /*		position: sticky;*/
  position: absolute;
  bottom: -300px;
  right: 0px;
  width: 45vw;
  height: 45vw;
  overflow-x: hidden;
  pointer-events: none;
}
.cardIcon3d {
  top: -50px;
  left: -50px;
  position: absolute;
  /*  overflow: hidden;*/
  /*  border-radius: 10px;*/
  /*  margin: 5px;*/
  width: 500px;
  height: 400px;
  /*  text-align: center;*/
  /*	background-color: #E6E6E6;*/
}
.cardIconContainerBehind {
  position: relative;
  width: auto;
}
.flex-container-videogrid {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: auto;
  text-align: center;
  overflow: hidden;
}
.flex-container-videogrid > div {
/*  background-color: #f1f1f1;*/
  width: 280px;
  margin: 10px;
}

button, button a, .button {
  position: relative;
  font-size: 1.3em;
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #fff !important;
  border: 0;
  cursor: pointer;
  text-decoration: none;
}
button, .button {
  margin: 10px 0 0 0;
  padding: 8px 28px;
  background-color: #F00;
  background: #900;
  border-radius: 40px;
  transition: transform 0.3s, background-color 0.3s;
}
button:hover {
  background: #F00;
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2);
}
/*
button:active {
  top: 1px;
}
*/
/******* BackToTop Stick floating footer *********/
.BackTotopFooterSticky {
  position: fixed;
  z-index: 150;
  margin: 0px 30px 30px 0px;
  right: 0;
  bottom: 0;
  height: 150px;
}
#buttonC {
  width: 100px;
  height: 100px;
}
a.btnBackToTop {
  position: fixed;
  display: block;
  margin: 20px 0px 0px 8px;
  width: 140px;
  height: 140px;
  cursor: pointer;
  background-image: url("../images/scroll_up.png");
  background-position: 10px 10px;
  background-size: 50%;
  background-repeat: no-repeat;
  transition: transform .5s ease;
  text-indent: -9999em;
  animation: introbutton 0.5s ease-in-out alternate;
  animation-iteration-count: 1;
}
.animated {
  animation: outrobutton 0.5s ease-in-out alternate;
  animation-iteration-count: 1;
}
a.btnBackToTop:hover {
  /*  background-position: 0 -10px;*/
  transform: scale(1.2);
  /*  animation: hoverButton 0.5 ease-in-out alternate;*/
}
@keyframes introbutton {
  0% {
    transform: scale(0.0);
  }
  25% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1.0);
  }
}
@keyframes outrobutton {
  0% {
    transform: scale(1.0);
  }
  25% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(0.0);
  }
}
.spacer {
  float: none;
  position: relative;
  height: 70px;
  width: auto;
  border: thick;
  /*  border-color: #090;*/
}
.spacerBeforeContent {
  float: none;
  position: relative;
  height: 20px;
  width: auto;
  border: thick;
  /*  border-color: #090;*/
}
.heroshotImage2 {
    position: absolute;
    top: 30%;
    right: 5%;
    height: auto; /* Maintain the aspect ratio */
	 width: 25px; /* Adjust the width as needed */
/*
  z-index: 100;
  background-image: url("../images/scroll_down_long.png");
  width: 25px;
  height: 900px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -33%;
  margin-right: 5%;
  position: relative;
  float: right;
*/
}
.bottomNavBarWrapper {
  width: 100%;
  text-align: center;
}
.buttonIconWrapper {
  display: inline-block;
  text-align: center;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.FooterText {
  z-index: 90;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #464545;
  font-size: 14px;
  font-style: normal;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  height: 100px;
}
.FooterText div {
  z-index: 91;
  width: 33%;
  text-align: center;
}
.FooterContent {
  z-index: 92;
  position: relative;
  width: 100%;
  height: 350px;
  overflow-y: visible;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.FooterBackground {
  position: relative;
  bottom: 0px;
  z-index: -5;
  width: -webkit-fill-available;
  /*  background: url("../images/footer_ink_bg.svg") no-repeat, ;*/
  background-image: url("../images/footer_ink_bg.svg");
  /*  width: 100%;*/
  /*  height: 100%;*/
  overflow-y: visible;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom center, 50%, 50%;
  /*
  background-size: auto;
  overflow-x: visible;
*/
  height: 900px;
  /*  pointer-events: none;*/
}
.FooterBackgroundContainer {
  position: absolute;
  width: auto;
  top: -600px;
}
.FooterBackgroundContainerContainer {
  position: relative;
  z-index: 4;
  width: auto;
  height: 100px;
}
.FooterBackground2 {
  position: absolute;
  width: 100%;
  background-image: url("../images/footer_ink_bg.svg");
  object-fit: fill;
  height: 400px;
  top: -200px;
  background-repeat: no-repeat;
}
.FooterContainer {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: aqua;
}
.buttonIconWrapperSocialMedia {
  text-align: center;
  max-width: 900px;
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.buttonSocial {
  padding: 10px;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform .2s;
  width: 80px;
  height: 80px;
  /*  margin: 0 0;*/
  position: relative;
  float: left;
}
.buttonSocial:hover {
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2);
}
img.clickimage {
  cursor: pointer;
}
.containerGlobal {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  background-color: transparent;
  background-image: url("../images/footer_ink_bg.svg");
  background-repeat: no-repeat;
  background-position: bottom;
}
.wrapper {
  position: relative;
  z-index: 30;
  margin: auto;
/*  padding: 0px 30px 0px 30px;*/
  overflow: hidden;
  max-width: 1200px;
}
.wrapperwider {
  position: relative;
  z-index: 30;
  margin: auto;
/*  padding: 0px 30px 0px 30px;*/
  overflow: hidden;
  max-width: 100%;
}
.subSectionWrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.subSectionWrapperCopyDemos {
	display: flex; 
	flex-flow: row wrap;
	justify-content: center;
}
.containerMosaicCentered {
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  overflow: hidden;
  width: 100%;
}
/*
.thumbnail:hover img {
  transform: scale(1.2);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3;
  -ms-transition: all .3s;
  transition: all .3s;
}
*/
.copyExtendedRow {
  font-family: 'Oswald', sans-serif;
    font-weight: normal;
  /*  text-transform: uppercase;*/
  font-size: 1em;
  color: #e6e6e6;
  height: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.copyExtendedRow p {
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  /*  text-transform: uppercase;*/
  font-size: 1em;
  color: #e6e6e6;
}
/*
a[data-fancybox] img {
  cursor: zoom-in;
}
*/
/******* NAV and floating stick nav for desktop *********/
#navWrap {
  position: fixed;
  top: 57px;
  left: 110px;
  z-index: 201;
/*  width: -webkit-fill-available;*/
	width: flex;
  height: auto;
	
			/* From https://css.glass */
background: rgba(123, 123, 123, 0.1);
/*border-radius: 100px;*/
backdrop-filter: blur(13.9px);
-webkit-backdrop-filter: blur(13.9px);
/*padding: 20px 30px;*/
}
.backgroundNavBar {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 200;
/*  width: -webkit-fill-available;*/
	
/*  background: url("../images/jairofula_logodiamond.png") left 10px top 10px no-repeat, url("../images/shadow_menu.png");*/
	  background: url("../images/shadow_menu.png") no-repeat;
/*	background: url("../images/navbar_bubble.svg") no-repeat;*/

  background-repeat: no-repeat;
  background-size: auto;
  overflow-x: visible;
  height: 400px;
/*  width: 750px;*/
  pointer-events: none;
	

}
.backgroundNavBarLogo {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 210;
/*  width: -webkit-fill-available;*/
  background: url("../images/jairofula_logodiamond.png") left 10px top 10px no-repeat;
  background-repeat: no-repeat;
  background-size: auto;
  overflow-x: visible;
  height: 127px; /*400px   */
  width: 127px;	
/*  pointer-events: none;*/
	cursor: pointer;
}
#floatingNav {
  display: none;
}
ul {
  list-style: none outside none;
}
ul.dotsList {
  list-style-type: disc !important;
}
.nav {
	position: relative;
/*	  touch-action: none;*/
  font-family: 'Oswald', sans-serif;
  color: white !important; 
  display: flex;
  align-items: center;
  font-size: 1em;
  cursor: pointer;
  letter-spacing: 1px;
}

.nav a {
/*	  touch-action: none;*/
	  display: block;
  color: #fff !important;
	position: relative;
  /*  line-height: 48px;	*/
  background: transparent;
  text-transform: uppercase;
  padding: 0px 30px 0px 30px;
/*  -webkit-transition: color 450ms ease-in-out, background 450ms ease-in-out;*/
/*  transition: color 1s ease-in-out, background-color 1s ease-in-out;*/
/*	transition: 1s;*/
	transition: all 0.5s ease-in-out;
/*	background-color: aqua;*/
}

.nav a.active {
  display: inline-block;	
  color: #000  !important;
  background: rgba(7, 170, 235, 0.9);
  background: linear-gradient(135deg, rgba(7, 170, 235, 1) 0%, rgba(179, 253, 135, 1) 100%);
}

.nav a.homeButton {
	display: block;
	color: transparent !important;
/*	width: 100px; */
	height: 26px;
	padding: 0px 0px 0px 40px !important;
	background-image:url("../images/navbar-1-home-jflogotypo.png");
	background-repeat: no-repeat; 
	background-position-x: center;
	background-position-y: center;
	background-size: contain;
/*	transition: 3s;*/
/*	transition: color 1s ease-in-out 0s, background-color 1s ease-in-out 0s;*/
	transition: all 0.5s ease-in-out;
}


@media(hover: hover) {
	.nav a:hover:not(.active) {
	/*	 touch-action: none;*/
	  color: #000 !important;;
	  background: rgb(7, 170, 235);
	}
	.nav a::after{
  position: absolute;
  content: '';
/*		    inset-block: -50px -50px;*/
    inset-inline: 0px 0px;
  top: -50px ;
  bottom: -50px;
/*		background-color: aqua;
		opacity: 0.5;*/
	}

	.nav a.homeButton:hover {
		color: transparent !important;
		background: rgb(7, 170, 235);
		background-image:url("../images/navbar-1-home-jflogotypo-ro2.png");
		background-repeat: no-repeat; 
		background-position-x: center;
		background-position-y: center;
		background-size: contain;
	/*  background: rgb(7, 170, 235);*/
	/*  background: linear-gradient(135deg, rgba(7, 170, 235, 1) 0%, rgba(179, 253, 135, 1) 100%);*/
	}
}

.homeButtonActive {
	color: transparent !important;
	padding: 0px 0px 0px 42px !important;
	background-image:url("../images/navbar-1-home-jflogotypo-ro2.png") , linear-gradient(135deg, rgba(7, 170, 235, 1) 0%, rgba(179, 253, 135, 1) 100%);
	background-repeat: no-repeat; 
	background-position-x: center;
	background-position-y: center;
	background-size: contain;
}

.hidden {
  font-size: 0;
  object-fit: cover;
}

/**** PIXIE DUST (Home hero)***/
.magicbox {
  position: relative;
  width: 600px;
  height: 400px;
  /*background: linear-gradient(135deg, #4c00ff, #00f7ff);*/
	/*background: #262A3B;*/
  /*border-radius: 15px;*/
  /*overflow: hidden;*/
}

.sparkle {
      position: absolute;
      width: 4px;
      height: 4px;
      background: #fff;
      border-radius: 50%;
      opacity: 0;
      pointer-events: none;
      /*box-shadow: 0 0 6px 3px rgba(255, 255, 200, 0.85);*/
      will-change: transform, opacity, background, box-shadow;
}

    .sparkle {
      position: absolute;
      border-radius: 50%;
      opacity: 0;
      pointer-events: none;
      will-change: transform, opacity, background, box-shadow;
    }

    /* smooth drift + fade */
    @keyframes drift {
      0%   { opacity: 0; transform: translate3d(0, 0, 0) scale(1); }
      10%  { opacity: 0.5; }
      90%  { opacity: 0.7; }
      100% { opacity: 0; transform: translate3d(var(--dx, 0px), var(--dy, 0px), 0) scale(1); }
    }
/**** END PIXIE DUST***/


/**** STARBURST (UX xdesign hero)****/

  .sparkleBurst {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
    filter: blur(0.5px) drop-shadow(0 0 4px currentColor);
  }

  /* Rays (cross shape) */
  .sparkleBurst::before,
  .sparkleBurst::after {
    content: '';
    position: absolute;
    background: currentColor;
    opacity: 0.9;
    border-radius: 2px;
  }
  .sparkleBurst::before {
    left: 50%;
    top: -6px;
    transform: translateX(-50%);
    width: 2px;
    height: 16px;
  }
  .sparkleBurst::after {
    top: 50%;
    left: -6px;
    transform: translateY(-50%);
    width: 16px;
    height: 2px;
  }

  /* Orbit animation (counterclockwise) */
  @keyframes orbit {
    0% {
      transform: rotate(var(--angle)) translateX(var(--radius)) scale(0.7);
      opacity: 1;
    }
    100% {
      transform: rotate(calc(var(--angle) - 360deg)) translateX(var(--radius)) scale(0.7);
      opacity: 1;
    }
  }

  /* Spiral outward pulse (counterclockwise) */
  @keyframes pulseSpiral {
    0% {
      transform: rotate(var(--angle)) translateX(30px) scale(0.6);
      opacity: 1;
    }
    70% {
      opacity: 1;
    }
    100% {
      transform: rotate(calc(var(--angle) - 360deg)) translateX(var(--radius)) scale(0.3);
      opacity: 0;
    }
  }
/**** END STARBURST****/


/****CLOUD BLOOM animation (demos heroshot)****/

    /* Static mask container with feathered edges */
    .mask {
      position: absolute;
      inset: 0;
      pointer-events: none;
      mix-blend-mode: screen;

      /* Feathered radial mask at top-right (80% 20%) */
      -webkit-mask-image: radial-gradient(circle at 60% 37%,
        rgba(0,0,0,1) 0%,
        rgba(0,0,0,1) 40%,
        rgba(0,0,0,0) 55%);
      -webkit-mask-repeat: no-repeat;
      -webkit-mask-position: center;
      -webkit-mask-size: cover;

      mask-image: radial-gradient(circle at 60% 37%,
        rgba(0,0,0,1) 0%,
        rgba(0,0,0,1) 40%,
        rgba(0,0,0,0) 65%);
      mask-repeat: no-repeat;
      mask-position: center;
      mask-size: cover;
    }

    /* Bloom glow (pulsing, fixed position) */
    .bloom {
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at 80% 20%,
        rgba(255,255,255,0.85) 0%,
        rgba(255,255,255,0.4) 30%,
        rgba(255,255,255,0) 70%);
      filter: blur(45px);
      opacity: 0.8;
      animation: pulse 6s ease-in-out infinite;
    }

    /* Rays wrapper: masked but static */
    .rays {
      position: absolute;
      inset: 0;
    }

    /* Rays inner: rotates freely inside mask */
    .rays-inner {
      position: absolute;
      inset: -50%; /* extra size so rays fully cover mask during spin */
      background: repeating-conic-gradient(
        from 0deg at 60% 37%,
        rgba(255,255,255,0.25) 0deg 12deg,
        transparent 12deg 30deg
      );
      filter: blur(15px);
      opacity: 0.4;
      transform-origin: 60% 37%;
      animation: spin 75s linear infinite;
    }

    @keyframes pulse {
      0%, 100% { transform: scale(1); opacity: 0.6; }
      50% { transform: scale(1.25); opacity: 1; }
    }

    @keyframes spin {
      from { transform: rotate(0deg); }
      to { transform: rotate(360deg); }
    }
/****END CLOUD BLOOM***/


/* responsive rules */
@media all and (max-width : 800px) {}
@media all and (max-width: 600px) {
  .nav {
    display: none;
  }
.backgroundNavBarLogo {
  position: fixed;
  top: 3px;
  left: 3px;
  z-index: 265;
  width: -webkit-fill-available;
  background: url("../images/jairofula_logodiamond.png");
  background-repeat: no-repeat;
  background-size: contain;
  overflow: visible;
  height: 50px;
  pointer-events: none;
}
	.backgroundNavBar {
display: none;
}
  #floatingNav {
    z-index: 250;
    display: inline;
    list-style: none;
    margin-bottom: 10px;
    font-family: 'Oswald', sans-serif;
    font-size: 1em;
    color: #333;
    float: left;
    width: 60%;
    position: fixed;
  }
.hero-text_custom_h1 {
	
	/*color: aqua !important;*/
	opacity: 0.8 !important;
	text-align: center;
	line-height: 0.9;
	/*font-size: 3.5em !important;*/
	font-size: clamp(3.0rem, 8vw, 3.5rem) !important;

}
.hero-text_custom_p {
/*	color: aqua !important;*/
	font-size: 5em !important;

}
  /*------------------------------------*\
   		Clickable Dropdown
	\*------------------------------------*/
  .click-nav {
    margin: left;
    width: 230px;
  }
  .click-nav ul {
    text-transform: uppercase;
  }
  .click-nav ul li {
    position: relative;
    list-style: none;
    cursor: pointer;
  }
  .click-nav ul li ul {
    position: absolute;
    left: 0;
    right: 0;
  }
  .click-nav ul .clicker {
    /*background:#2284B5;
		color:#FFF;*/
  }
  .click-nav ul .clicker:hover, .click-nav ul .active {
    background: #ccc;
  }
  .click-nav img {
    /*position:absolute;
		top:9px;*/
    left: 12px;
  }
  .click-nav ul li a {
    transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    display: block;
    padding: 12px 10px 8px 12px;
    background: #FFF;
    color: #333;
    text-transform: uppercase;
    text-decoration: none;
  }
  .click-nav ul li a:hover {
    background: #ccc;
  }
  /* Fallbacks */
  .click-nav .no-js ul {
    display: none;
    text-transform: uppercase;
  }
  .click-nav .no-js:hover ul {
    display: block;
  }
}