@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Orbitron&display=swap');


*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
}

:root {
  --light: white;
  --dark: #3a3a3a;
  --gold: rgba(255, 170, 0, 0.828);
  --blue: #2eb1c2;
  --green: #04a126;
  --purple: #8c27eb;
  --orange: #ed490e;

}


body {
  background: #4f4300;
  min-height: 100vh;
  overflow-x: hidden;
  cursor: pointer;
  scroll-behavior: smooth;
  -webkit-animation: delayReverse .3s ease-in;
  -moz-animation: delayReverse .3s ease-in;
  -ms-animation: delayReverse .3s ease-in;
  animation: delayReverse .3s ease-in;
}

canvas {
  width: 100%;
}


.jdicon {
  position: relative;
  z-index: 5000;
}

.jdicon:hover {
  animation: spin 1.25s infinite;
}

/* Start of: Scrollbars */
html::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #00ffe5, #0ae9b1);
  border-radius: 30px;
  box-shadow: inset 2px 2px 2px hsla(0, 0%, 100%, .25), inset -2px -2px 2px rgba(0, 0, 0, .25);
  cursor: pointer;
  height: 140px;
}

body::-webkit-scrollbar-thumb {
  cursor: pointer;
  /* cursor: url("images/"), auto; */
}

body::-webkit-scrollbar {
  height: 4px;
  width: 23px;
  cursor: pointer;
}

body {
  scrollbar-width: thick;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
  cursor: pointer;
}

body::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
  cursor: pointer;
}

body::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #00ffe5, #0ae9b1);
  border-radius: 30px;
  box-shadow: inset 2px 2px 2px hsla(0, 0%, 100%, .25), inset -2px -2px 2px rgba(0, 0, 0, .25);
  background-color: var(--thumbBG);
  border-radius: 7px;
  height: 140px;
  border: 2px solid var(--scrollbarBG);
  cursor: pointer;
}

.nav_menu {
  position: relative;
  left: 11px;
  background: transparent;
  z-index: 3000;
  color: white;
}

.iconarrow {
  width: 23px;
  position: relative;
  top: 3px;
  left: 5px;
}

/* End of: Scrollbars */

#sun {
  position: absolute;
  z-index: -1;
  top: 0%;
  right: 2%;
  height: auto;
  width: 200px;
}

#sunray {
  position: absolute;
  z-index: -2;
  top: 8%;
  right: 5%;
  height: auto;
  width: 200px;
}

.sun_blur {
  z-index: 1000;
  position: absolute;
  z-index: 900;
  right: 66px;
  top: 40px;
}

#leaf2 {
  z-index: 100;
  position: absolute;
  width: 800px;
  top: 0%;
  left: 0%;
  opacity: 0.4;
}

#mountainWaterWave {
  position: absolute;
  bottom: 23%;
  left: 0;
  width: 100%;
  z-index: -3;
  /* filter: blur(12px) contrast(7);  */
}

.parallax {
  pointer-events: none;
  transition: none;
}


header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 100px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 100;
}

.logo {
  font-size: 2em;
  color: #359381;
  pointer-events: none;
  margin-right: 270px;
}

i {
  z-index: 1500;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.navigation {
  position: relative;
  text-align: center;
  left: 40%;
  transform: translate(-50%);
  top: -66px;
}

.navigation a {
  text-decoration: none;
  color: var(--gold);
  padding: 6px 15px;
  border-radius: 20px;
  margin: 0 10px;
  font-weight: 600;
  font-family: 'Orbitron', 'Poppins', sans-serif;

}

.navigation a:hover,
.navigation a.active {
  background: #359381;
  color: #fff;
}

.parallax {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}


#ruach {
  position: absolute;
  font-size: 12rem;
  background: linear-gradient(to right, #018717 20%, #55dab2 30%, #44dad8 70%, rgb(40, 163, 61) 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-background-fill-color: transparent;

  background-clip: text;
  background-size: 200% auto;


  background: -webkit-linear-gradient(top, green, #1e8371, #56c9a3, );
  background: -moz-linear-gradient(top, green, #1e8371, #56c9a3, );
  background: -o-linear-gradient(top, green, #1e8371, #56c9a3, );
  background: linear-gradient(top, green, #1e8371, #56c9a3, );

  -webkit-transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  transition: opacity 1s linear;

  text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
  animation: textShine 3s ease-in-out infinite alternate;

}


#breath {
  z-index: 10000;
  position: relative;
  display: block;
  top: 77px;
  letter-spacing: 40px;
  font-size: 5em;
  color: #fff;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
}

#breath:hover {
  letter-spacing: 66px;

}

.parallax img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.sec {
  position: relative;
  background: #003329;
  padding: 100px;
}

.sec h2 {
  font-size: 3em;
  color: #fff;
  margin-bottom: 10px;
}

.sec p {
  font-size: 1em;
  color: #fff;
  font-weight: 300;
}

#madhatter {
  position: absolute;
  bottom: 0%;
  left: 2%;
  height: auto;
  width: 200px;
}

#audioFX {
  position: absolute;
  bottom: 5%;
  right: 2%;
  height: auto;
  width: 100px;
  will-change: transform;
}

/* Start of: Music and Slider section */
#game_music {
  z-index: 2000;
  position: absolute;
  bottom: 2%;
  right: 2%;
  font-size: 1.5rem;
  color: var(--blue);
  font-family: 'Orbitron', 'Poppins', 'Climate Crisis', sans-serif;
  font-weight: 500;
  transition: all ease-in;
}

#game_music:hover {
  color: white;
  letter-spacing: 12px;
}

/* The switch - the box around the slider */

input[type='checkbox'] {
  position: absolute;
  width: 66px;
  height: 66px;
  bottom: 5px;
  border: 2px solid black;
}

.switch {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 37px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid black;
  background: rgb(6, 173, 3);
  background: linear-gradient(90deg, rgba(6, 173, 3, 1) 0%, rgba(6, 204, 179, 1) 20%, rgb(107, 49, 188) 100%);
  background-color: rgb(113, 2, 216);
  -webkit-transition: .4s;
  transition: .4s;
}


.slider:before {
  position: absolute;
  content: "";
  height: 23px;
  width: 23px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border: 1px solid black;
}

.slider:hover {
  background-color: #1b1b1b;
}

input:checked+.slider {
  border: 1px solid black;
  background-color: #2196F3;
}

input:focus+.slider {
  box-shadow: 0 0 1px #6c2ad6;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}


/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* End of: Music and Slider Section */

/* Start of: Animations */
@keyframes textShine {
  to {
    background-position: 200%;
  }
}

/* Start of: Button Effects */


.btn {
  transition: 0.25s;
}

.up {
  color: white;
}

.up:hover,
.up:focus {
  box-shadow: inset 0 -3.25em 0 0 var(--hover);
}

.fill:hover,
.fill:focus {
  box-shadow: inset 0 0 0 2em var(--hover);
}

.glow-on-hover {
  width: 220px;
  height: 50px;
  border: none;
  outline: none;
  color: #fff;
  background: #111;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
}

.glow-on-hover:before {
  content: '';
  background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  border-radius: 10px;
}

.glow-on-hover:active {
  color: #000
}

.glow-on-hover:active:after {
  background: transparent;
}

.glow-on-hover:hover:before {
  opacity: 1;
}

.glow-on-hover:after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #111;
  left: 0;
  top: 0;
  border-radius: 10px;
}

@keyframes glowing {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 400% 0;
  }

  100% {
    background-position: 0 0;
  }
}

/* End of: Button Effects */

/* Start of:Animation Transitions */
/* animation: name duration timing-function delay iteration-count direction fill-mode play-state; */
@keyframes fadeInMobile {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeOutMobile {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@keyframes delay {

  0%,
  33% {
    transform: scaleY(1);
    -webkit-transform: scaleY(2222);
    -webkit-transform: scaleX(222);
  }

  66% {
    transform: scaleY(60);
    -webkit-transform: scaleY(2222);
    -webkit-transform: scaleX(222);
  }

  100% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

@keyframes delayReverse {
  0% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }

  33% {
    transform: scaleY(1);
    -webkit-transform: scaleY(2222);
    -webkit-transform: scaleX(222);
  }

  66% {
    transform: scaleY(60);
    -webkit-transform: scaleY(2222);
    -webkit-transform: scaleX(222);
  }

  100% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

@keyframes spin {
  0% {
    rotate: 0deg;
  }

  100% {
    rotate: 360deg;
  }
}

/* End of: Animations */