/*html {
  width: 100%;
  height: 100%;
  background: #C0E80D;
}*/

html, body {
  margin: 0 auto;
  padding: 0;
  background-color: #25252A;
}

:root {
  --unNull: linear-gradient(-160deg, black 30%, green);
  --null: transparent;
}

#container {
  margin: 0 auto;
  padding: 0;
  position: relative;
  height: 100%;
  background-image: url(../river.png);
  /*display: flex;
  justify-content: right;
  align-items: ;
  flex-direction: column;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*filter: blur(3em);*/
}

.internetStatus {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  position: absolute;
  bottom: 0;
  left: 30px;
  text-align: right;
  width: 207px;
  height: 50px;
  font-weight: 300;
  border-radius: 10px;
  color: #1688D4;
  background: var(--null);
  text-shadow: 0px 0px 0px lawngreen;
  font-size: 12px;
  font-family: 'Timenewroman', serif;
  /*pointer-events: none;*/
  
  /*display: --webkit-box;*/
  line-clamp: 1;
  /*-webkit-box-orient: vertical;*/
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.preload {
  /* display: none; */
  background-image: url('../_image/pic0.png');
}

.currentImage {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  
  position: absolute;
  width: 8vw;
  height: 3vh;
  font-size: 17px;
  font-weight: 500;
  color: #318267;
  font-family: Roboto, 'Open Sans', sans-serif;
  z-index: 3;
}

.blog-btnR {
  margin: 0 auto;
  font-size: 30px;
  font-weight: 600;
  font-family: 'Arial Narrow Bold', sans-serif;
  background: -webkit-linear-gradient(45deg, black 5%, #00ff95 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  
  position: absolute;
  background: var(--null);
  border: none;
  border-radius: 5px;
} 

#btnT {
  position: relative;
  width: 100%;
  height: 20%;
  padding: 10px;
  transition-duration: 0.3s;
}

#btnT:active {
  /*background-image: linear-gradient(150deg, #f34079 10%, #fc894d);*/
  transform: scale(1.0);
} 

#btnL {
  top: 20%;
  width: 30vw;
  height: 70%;
  padding: 10px;
  transition-duration: 0.3s;
}

#btnL:active {
  /*background-image: linear-gradient(150deg, #f34079 10%, #fc894d);*/
  transform: scale(1.0);
}

#btnR {
  top: 20%;
  right: 0;
  width: 30vw;
  height: 70%;
  padding: 10px;
  transition-duration: 0.3s;
}

#btnR:active {
  /*background-image: linear-gradient(150deg, #f34079 10%, #fc894d);*/
  transform: scale(1.0);
} 

#chargLight {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  z-index: 2;
}

#light {
  cx: 15;
  cy: 15;
  r: 10;
  fill: yellow;
}

.intp {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
  height: 30px;
  background-color: transparent;
  border-radius: 20px;
}

.btn-sub {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  
  position: absolute;
  /*top: 20%;*/
  right: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(45deg, #2ec31d, #216319, #2ec31d);
  /*background: linear-gradient(45deg, #FF512F 0%, #F09819  51%, #FF512F  100%);*/
  background-size: 180%;
  color: #beffb8;
  border: none;
  border-radius: 20px;
  font-family: Roboto, 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: 25px;
  text-align: center;
  /*padding: 7px , 10px;*/
  filter: drop-shadow(0 0 0.5em rgba(44, 187, 99, 0.6));
  transition: 0.2s;
  z-index: 2;
}

.btn-sub:active {
  /*padding: 7px , 10px;*/
  background-position: 100%, 0;
  color: #bdf832;
  text-shadow: 0px 0px 10px #4aff7a;
  transform: none;
}

.int {
  position: absolute;
  /*top: 20%;*/
  width: 48%;
  height: 100%;
  border: none;
  outline: none;
  padding: 0;
  border-radius: 4px;
  /*background: linear-gradient(45deg, #2B2E57, #3A4295, #747CDB 90%);*/
  background: transparent;
  background-size: 200%;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  color: linen;
  z-index: 1;
  transition: 0.4s;
}

.shout {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  
  position: absolute;
  z-index: 2;
  top: 25%;
  left: 5px;
  color: #267923;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
}

.intp :is(.int:focus, .int:valid)~.shout {
  top: -50%;
  transform: scale(1.03);
  /*background: -webkit-linear-gradient(45deg, hotpink 15%, purple 35%, #00ff95 90%); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
  color: #5297D1;
  font-weight: 600;
  letter-spacing: 2px;
} 

.line {
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 1.5px;
  border-radius: 1px;
  background: #4CB543;
  z-index: 3;
}

.int:focus ~ .line, .int:valid ~ .line {
  background: linear-gradient(45deg, hotpink 15%, purple 35%, #00ff95 90%);
}

@media only screen and (min-width: 800px), (max-width: 800px) {
  
  #chargLight {
    right: 306px;
  }
  
  #container {
    height: 100vh;
    width: 100vw;
  }
}

@media only screen and (max-width: 450px) {
  .internetStatus {
    width: 90px;
  }
}

@media only screen and (max-width: 260px) {
  .intp {
    display: none;
  }

  .internetStatus {
    display: none;
  }
}


@media only screen and (max-width: 500px) {
  
  #container {
    width: 100%;
    height: 100dvh;
  }
}
/*create switch dark mode*/