
* {
    -webkit-font-smoothing: antialiased;
    outline: none;
    box-sizing: border-box;
cursor: url('../img/cursor.png'), auto;
}


html, body {
    width:100%;
    height: 100%;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    font-family: Shadows Into Light, sans-serif;
}

body {
    background: url('../img/meditative-flow-bg.webp') #3787b3;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.corner {
    width: 200px;
    height: 200px;
    position: fixed;
    z-index: 6;
    bottom: 0px;
    opacity: 0.8;
    transition: 0.5s;
}

.corner.topleft, .corner.topright {
    width: 275px;
    height: 275px;
}

@media (min-width: 800px) and (max-width: 1300px) {
.corner.topleft, .corner.topright {
    width: 250px;
    height: 250px;
}
}

.corner:hover {
    opacity: 1;
}

.corner.left {
    left: 0px;
}

.corner.right {
    right: 0px;
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
}

.corner.topleft, .corner.topright {
    bottom: auto;
    top: 0px;
}

.corner.right, .corner.left {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.corner.topleft {
    left: 0px;
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
}

.corner.topright {
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
}

.corner.bottomleftmobile {
    top: auto;
    bottom: 0px;
    left: 0px;
    width: 130px;
    display: none;
}

.corner.bottomrightmobile {
    top: auto;
    bottom: 0px;
    right: 0px;
    width: 130px;
    display: none;
}

.corner.topright {
    right: 0px;
}

.logo.blur {
    height: 10vh;
    position: fixed;
    top: 80px;
    left: 50%;
    transform: translateX(-50%) scale(1,1000);filter: blur(100px);
    opacity: 0;
    z-index: 4;
    animation: blur 4s forwards ease;
    animation-delay: 0s;
}


@keyframes blur {
    0% {opacity: 0; transform: translateX(-50%) scale(1,1000);filter: blur(100px) brightness(1.5) saturate(0.8)}
    100% {opacity: 1;transform: translateX(-50%) scale(1);filter: blur(0) brightness(1.5) saturate(0.8)}
}

.noise {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: url("../img/noise.gif");
    background-repeat: repeat;
    opacity: 0.08;
    mix-blend-mode: multiply;
}

#menu {
    position: fixed;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    padding: 0px 10px; /* spacing */
    display: table;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

#menu a {
    font-size: 1.3rem;
    color: #fff;
    padding: 10px;
    transition: 0.5s;
    font-weight: bold;
    display: table-cell;
}

#menu a:hover {
    color: #54aedb;
}


/* Mobile Styles */
@media (max-width: 768px) {
    #menu {
        border-radius: 3px;
        padding: 0px 10px;
        top: 35px;
    }
}


#lightbox p {
    font-size: 1.3rem;
    font-family: sans-serif;
    line-height: 1.5rem;
    font-weight: bold;
    margin: 20px auto;
}

#lightbox a {
    transition: 0.5s;
}

#lightbox a:hover {
    color: #54aedb;
}

#loading {
    background-size: 34px;
    background: #000 url('../img/loading.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

a {
    text-decoration: none;
    color: #fff;
}
/* MOUSE HOVER EFFECT */

a, a:hover, .corner.topleft, .corner.topright, .corner.right, .corner.left, .footer-icon {
    cursor: url('../img/pointerr.png'), auto;
}

#mobile {
    display: none;
}

#lightbox {
  z-index: 50;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: 34px;
  background: #000;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: none;
}

.close {
    position: fixed;
    top: 0px;
    right: 0px;
    padding: 13px 20px 13px 20px;
    color: #fff;
    background: #000;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    z-index: 10003;
    display: block;
    font-size: 28px;
}

#lightbox.privacy, #lightbox.signup, #lightbox.tour, #lightbox.contact, #lightbox.watchvids {
    overflow-y: scroll;
    position: fixed;
    top: 0;
    z-index: 1000;
    display: none;
    left: 0;
    text-transform: none;
    letter-spacing: 0px;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100%;
}

.privacy-wrap, .tourcontainer {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
    overflow-y: scroll;
}

.tourwrapper {
    max-width: 800px;
    display: block;
    margin: 0 auto;
}

h3 {
    font-size: 3rem;
    text-align: center;
    margin: 50px auto;
    color: #fff;
    text-transform: uppercase;
    max-width: 400px;
}

.privacy-wrap {
    background: rgba(0,0,0,0.95);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
    overflow-y: scroll;
}

.privacy-container {
    background: transparent;
    position: relative;
    top: 0px;
    width: 700px;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0px 40px;
}

.privacy-container p {
    font-family: ShadowsIntoLight-Regular, sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    text-align: left;
}

.privacy-container ul li {
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    text-align: left;
    margin: 10px 0px;
}

.privacy-container h1 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 2px;
    margin: 40px auto;
    max-width: 500px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.play {
    position: fixed;
    bottom: 20px;
    left: 30px;
    color: #fff;
    opacity: 0.5;
    font-family: ShadowsIntoLight-Regular;
    z-index: 4;
    transition: 0.3s;
    padding: 15px;
}

.play span {
    position: relative;
    top: -7px;
    left: 20px;
    font-size: 14px;
    color: #fff;
    transition: 0.3s;
    opacity: 0;
}

.play:hover {
    opacity: 1;
}

.play:hover span {
    opacity: 1;
}

.privacy-link {
    position: fixed;
    padding: 15px;
    bottom: 30px;
    right: 30px;
    color: #fff;
    opacity: 0.5;
    font-size: 12px;
    font-family: ShadowsIntoLight-Regular;
    font-weight: bold;
    z-index: 4;
    transition: 0.3s;
}

.privacy-link:hover {
    opacity: 1;
}

#socials {
    position: fixed;
    display: table;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 4;
}

#socials a {
    color: #fff;
    opacity: 0.5;
    font-size: 20px;
    padding: 10px;
    opacity: 0.5;
}

#socials a:hover {
    opacity: 1;
}

h4 {
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 35px;
    display: block;
    margin: 0px auto 5px;
    text-align: center;
    font-weight: normal;
    width: auto;
    text-transform: uppercase;
    font-family: ShadowsIntoLight-Regular, sans-serif;
}


#contactwrap {
  z-index: 1000;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000;
}

#contactwrapper, #mobileinfo {
	color: #fff;
	margin: 0px auto;
	font-weight: normal;
	font-size: 15px;
	line-height: 13px;
	text-align: center;
	letter-spacing: 4px;
	z-index: 4;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

@media screen and (max-width: 768px) {
    #lightbox.contactwrap {
        max-width: 100%;
        padding: 15px;
    }

    #contactwrapper p {
        font-size: 15px;
        line-height: 1.4;
    }
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #6a6d73;
  text-transform: uppercase;
  font-family: ShadowsIntoLight-Regular, sans-serif, sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #6a6d73;
  text-transform: uppercase;
  font-family: ShadowsIntoLight-Regular, sans-serif, sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #6a6d73;
  text-transform: uppercase;
  font-family: ShadowsIntoLight-Regular, sans-serif, sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
  color: #6a6d73;
  text-transform: uppercase;
  font-family: ShadowsIntoLight-Regular, sans-serif, sans-serif;
}

.movedown {
    -webkit-animation: movedown 2s ease forwards;
    animation: movedown 2s ease forwards;
}

@-webkit-keyframes movedown {
    0% {
        -webkit-transform: translateY(-100px);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}

@keyframes moveup {
    0% {
        transform: translateY(-100px);
    }
    100% {
        transform: translateY(0);
    }
}

.moveup {
    -webkit-animation: moveup 2s ease forwards;
    animation: moveup 2s ease forwards;
}

@-webkit-keyframes moveup {
    0% {
        -webkit-transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-100px);
    }
}

@keyframes moveup {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-100px);
    }
}


.zoomin {
    -webkit-animation: zoomin 2s forwards ease;
    animation: zoomin 2s forwards ease;
}

@-webkit-keyframes zoomin {
    0% {-webkit-transform: scale(0)}
    100% {transform: scale(1)}
}

@keyframes zoomin {
    0% {transform: scale(0)}
    100% {transform: scale(1)}
}


.zoomout {
    -webkit-animation: zoomout 2s forwards ease;
    animation: zoomout 2s forwards ease;
}

@-webkit-keyframes zoomout {
    0% {transform: scale(1)}
    100% {transform: scale(0)}
}

@keyframes zoomout {
    0% {transform: scale(1)}
    100% {transform: scale(0)}
}


/****  MEDIA QUERIES ****/
@media (max-width: 800px) {

	#desktop {
		display: none;
	}

    body {
        background: url('../img/meditative-flow-mobile-bg.webp') #3787b3;
        background-repeat: no-repeat; !important;
        background-position: center bottom; !important;
        background-size: cover; !important;
    }
/****  FINE MEDIA QUERIES ****/


    .signup-notice {
        width: 90%;
    }

    .logo.blur {
    width: 95px;
    height: 95px;
    }

    .corner {
        display: none;
    }
/*THIS ONE CONTROLS THE SIZE ON MOBILE*/
    .corner.bottomleftmobile, .corner.bottomrightmobile {
        display: block;
        width: 150px;
        height: 150px;
    }

    #menu {
        display: table;
        width: 100%;
    }

    #menu a {
        display: table-cell;
        text-align: center;
        font-size: 1.2rem;
        padding: 0px 5px;
    }

    #mobile {
        display: block;
    }

    .privacy-container {
        width: 100%;
    }

/*SIGNUP STUFF FROM HERE*/
#signupwrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Ensure the wrapper covers the full height */
    background: #000;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Content Wrapper */
#signupwrapper {
    color: #fff;
    margin: 0 auto;
    font-weight: normal;
    width: 100%;
    font-size: 15px;
    line-height: 13px;
    text-align: center;
    letter-spacing: 4px;
    z-index: 4;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Responsive Adjustments */
@media screen and (max-width: 768px) {
    #lightbox.signup {
        max-width: 100%;
        padding: 10px;
    }

    #signupwrapper p {
        font-size: 15px;
        line-height: 1.4;
    }
}
/*FINE STUFF*/

    #socials {
        top: 20px;
    }

    .signup-link {
        bottom: auto;
        top: 40px;
    }

    .play {
        bottom: 20px;
    }

    .noise {
        opacity: 0.05; /* Reduce opacity for mobile */
    }

}


/* Landscape */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 768px)
  and (orientation: landscape) {

}


@media (max-width: 340px) {

    .corner.bottomleftmobile, .corner.bottomrightmobile {
        width: 130px;
        height: 130px;
    }

}


/*SOME MORE STUFF PER GIU*/
.footer {
  text-align: center;
  padding: 5px 0; /* Further reduced padding */
  background-color: transparent; /* Make sure the footer is invisible */
  color: #fff; /* Ensure text remains white */
  position: fixed; /* Fix the footer at the bottom of the page */
  bottom: 0; /* Align the footer to the bottom */
  width: 100%; /* Ensure the footer spans the entire width of the page */
  z-index: 10; /* Make sure the footer appears above other content */
}

.footer-icons {
    display: inline-block;
}

.footer-icon {
    width: 20px;
    margin: 0 3px;
    opacity: 1;
    transition: transform 0.3s ease, fill 0.3s ease;
    filter: invert(1); /* Inverts colors to make icons white */
    cursor: pointer; /* Should change cursor to pointer */
}

.footer-icon:hover {
    transform: scale(1.3); /* Scale up the icon on hover */
    filter: invert(36%) sepia(78%) saturate(565%) hue-rotate(166deg) brightness(93%) contrast(89%); /* Change the icon color to #54aedb */
}

/* CSS for particles container */
#particles-js {
    position: fixed; /* Fixed to stay in place */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* Behind other content */
    overflow: hidden; /* Hide any overflow of particles */
}


/* Media queries for footer */
@media (min-width: 768px) {
    /* Default opacity for larger screens */
    .footer-icon {
        opacity: 0.6; /* Reduced opacity for larger screens */
    }

    /* Hover effect to increase opacity on larger screens */
    footer:hover .footer-icon {
        opacity: 1; /* Full opacity on hover for larger screens */
    }
}

@media (max-width: 768px) {
    .footer-icons img {
        width: 20px; /* Smaller icons on mobile */
        margin: 0 3px;
    }
}
