@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Noto+Music&family=Noto+Sans+Symbols+2&display=swap');


body {
  /* height: 100vh;*/
  overflow: hidden;
}

.scroll-snap{
  overflow: scroll;
  height: 100%;
  width:75%;
  margin: 0 auto;
  overflow-x: hidden;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
}


.images {
  display: block;
  margin: 10% auto;
  width: 75%;
  max-width:900px;
  scroll-snap-align: center;
}

.glow-clic {
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.glow-clic:hover {
  -webkit-filter: drop-shadow(0px 0px 0.75vw #fff);
  filter: drop-shadow(0px 0px 0.75vw #fff);
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.glow-clic:active {
  -webkit-filter: drop-shadow(0px 0px 1vw #ff00ff) drop-shadow(0px 0px 2vw #ff00ff);
  filter: drop-shadow(0px 0px 1vw #ff00ff) drop-shadow(0px 0px 2vw #ff00ff);
  -moz-transition: all 0s ease-in;
  -o-transition: all 0s ease-in;
  -webkit-transition: all 0s ease-in;
  transition: all 0s ease-in;

}

.float{
    font-size: 100px;
	margin-left:50px;
	display:inline;
	position: sticky;
	line-height:0;
	top:10px;
}

.titles {
    text-align: center;
    font-size: 2vw;
    color: #82f7a5;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
  color: #82f7a5;
}

body::-webkit-scrollbar{
  display: none;
}

/*scrollbar*/

::-webkit-scrollbar {
  width: 31px;
  height: 31px;
}
::-webkit-scrollbar-button {
  width: 20px;
  height: 20px;
}
::-webkit-scrollbar-thumb {
  background: #e88ce1;
  border: 5px outset #dd7ec3;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: #ec5be7;
}
::-webkit-scrollbar-thumb:active {
  background: #df34da;
}
::-webkit-scrollbar-track {
  background: #82f7a5;
  border: 5px inset #97fcb5;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: #82f7a5;
}
::-webkit-scrollbar-track:active {
  background: #4efd83;
}
::-webkit-scrollbar-corner {
  background: transparent;
}




.text {
    font-family: 'Cormorant Garamond', serif;
    font-style: normal;
    font-weight: 300;
    font-size:calc(10px + 2vw);
    text-align: center;
    color: #82f7a5;
    text-shadow: #FFFFFF 0 0 10px;
    margin:0.5vw;
    padding-left:20px;
    padding-right:20px;
}

.paragraph {
    font-family: 'Cormorant Garamond', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    text-align: justify;
    text-justify: inter-ideograph;
    color: #82f7a5;
    text-shadow: #fff 0 0 10px,
                 #fff 0 0 3px;
    margin:0;
    padding-left:20px;
    padding-right:20px;
    
    text-indent: 10%;
    line-height: 50px;
}

.title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    word-break: break-word;
    color: #82f7a5;
    text-shadow: #82f7a5 0 0 10px,
                 #82f7a5 0 0 20px,
                 #82f7a5 0 0 30px,
                 #fff 0 0 40px;
    
}

.symbol{
    font-family: 'Noto Sans Symbols 2', sans-serif;
    font-size: 50px;
    line-height: 0px;
}

.symbol2{
    font-family: 'Noto Sans Symbols 2', sans-serif;
    transform: translate(42px, 18px);
}


.music{
    font-family: 'Noto Music', sans-serif;
    font-size: 25px;
    line-height: 0px;
}

.spectext:link {
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.spectext:visited {
  text-decoration: none;
  color: #82f7a5;
}

.spectext {
  color:#82f7a5;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.spectext:hover {
  color: #ffffff;
  text-shadow:#fff 0 0 10px,
              #fff 0 0 20px,
              #fff 0 0 30px,
              #fff 0 0 40px,
              #fff 0 0 50px,
              #fff 0 0 70px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.spectext:active {
  color: #e88ce1;
  text-shadow:0px 0px 1vw #82f7a5;
  -moz-transition: all 0.02s ease-in;
  -o-transition: all 0.02s ease-in;
  -webkit-transition: all 0.02s ease-in;
  transition: all 0.02s ease-in;
}




/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  
  -webkit-animation-name: animatefade;
  -webkit-animation-duration: 1s;
  animation-name: animatefade;
  animation-duration: 1s
}

@-webkit-keyframes animatefade {
  from {opacity:0} 
  to {opacity:1}
}

@keyframes animatefade {
  from {opacity:0}
  to {opacity:1}
}

.modal-box{
  position: relative;
  background-color: rgba(255,100,255,0.5);
  background-clip: padding-box;
  /*margin: 10% auto; */ /* 15% from the top and centered */
  
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  padding: 20px;
  width: 70%;
  height: 85%;
  
  
  
  /*  border: solid 30px rgba(255,0,255,0.4);*/
    -webkit-border-radius: 30px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius: 30px;
    -moz-border-radius-topright: 20px;
    border-radius: 30px;
    border-top-right-radius: 20px;

    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 1s;
    animation-name: animatetop;
    animation-duration: 1s
    
    
}


@-webkit-keyframes animatetop {
  from {top:-100%; opacity:0} 
  to {top:50%; opacity:1}
}

@keyframes animatetop {
  from {top:-100%; opacity:0}
  to {top:50%; opacity:1}
}

.modal-content {
  width: 100%;
  height: 100%;
  overflow-x: auto;
  -webkit-overflow-y: hidden;

}

/* The Close Button */
.close {
  position: absolute;
  background: red;
  color: white;
  top: -25px;
  right: -25px;
  font-size: 50px;
  font-weight: bold;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 75%;
  border-radius: 50%;
  user-select: none;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.button{
    cursor: pointer;
    border: none;
     background-color: transparent;

    
    
}




.question-box{
    position: fixed;
    width: 8vw;
    height: 8vw;
    bottom: 10px;
    right: 10px;
    border-radius: 50%;

   cursor: pointer;
   user-select: none;
   
   background: repeating-linear-gradient(-45deg,red 0%, yellow 7.14%, rgb(0,255,0) 14.28%, rgb(0,255,255) 21.42%, cyan 28.56%, blue 35.7%, magenta 42.84%, red 50%);
	background-size:600vw 600vw;
	-webkit-animation:'slide' 10s infinite linear forwards;
	-moz-animation:'slide' 10s infinite linear forwards;
	animation:'slide' 10s infinite linear forwards;
	
	transition: all .08s ease-in-out;


}

.question-box:hover{
    -webkit-animation:'slide' 0.5s infinite linear forwards;
   -moz-animation:'slide' 0.5s infinite linear forwards;
    animation:'slide' 0.5s infinite linear forwards;
}

.question-box:active{
    transform: scale(0.8);
}

.question-box-light{
    position: absolute;
    
    height: 100%;
    width: 100%;

    border-radius: 50%;
    background: radial-gradient(circle at 25% 25%,rgba(0,0,0,0),rgb(255,255,255));

    user-select: none;
}

.poitdint{
    position: absolute;
   text-align: center;
    
    bottom: -92%;

    height: 100%;
    width: 100%;
    


    font: bold 8vw "Times New Roman", serif;
    user-select: none;
    animation: rotateAnimation 2s  infinite;
    

}


@keyframes rotateAnimation {
	0% {transform: scaleX(1);}
	50% {transform: scaleX(-1);}
	0% {transform: scaleX(1);}

}


/*Rainbow*/



@keyframes slide{
  0%{
    background-position-x: 0%;
  }
  100%{
    background-position-x: 600vw;
  }
}
