 ::-webkit-scrollbar {
    width: 10px; 
    background: #4f4f4f;
	box-shadow: inset 0 0 5px #000; 
}
::-webkit-scrollbar-thumb {
    background-color: #949494;
	background: linear-gradient(#ff2e2e, #ffe72e, #2eff69, #2edcff, #462eff);
}

::selection {
  background: rgba(255, 0, 191, 0.3)

}

    .content-container {
      transition: all 0.3s ease; }
	  
.imghall { width: 80%; border-radius: 25px; animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
 
@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }    
}

button { background-color: #ff00ee; font-family: Callupso; color: #00ffee; border-bottom: 5px solid #ba0079; padding: 10px; font-size: 20px; border-right: transparent; border-top: transparent; border-left: transparent; border-radius: 13px; cursor: pointer;}
button:active { border: none; transform: translate(0px, 5px);}

.top-round-rainbow {
  width: 100%;
  height: 50%;
  background: white;
  border-radius: 50px;
  
  background-image: repeating-linear-gradient(to right,
 #ff2e2e 0%, #ffe72e 25%, #2eff69 50%, #2edcff 75%, #462eff 100%);
  background-size: 100% 102px;
  background-repeat:no-repeat;
}

.minipadding { padding: 12px; }

.intro { -webkit-animation:rainbow 5s infinite;
-ms-animation:rainbow 5s infinite;
-o-animation:rainbow 5s infinite;
animation:rainbow 5s infinite; }

@-webkit-keyframes rainbow {
0% {color: #ff0000;
  text-shadow: 0px 0px 5px #ff0000;
}
10% {color: #ff8000;
  text-shadow: 0px 0px 5px #ff8000;
}
20% {color: #ffff00;
  text-shadow: 0px 0px 5px #ffff00;
}
30% {color: #80ff00;
  text-shadow: 0px 0px 5px #80ff00;
}
40% {color: #00ff00;
  text-shadow: 0px 0px 5px #00ff00;
}
50% {color: #00ff80;
  text-shadow: 0px 0px 5px #00ff80;
}
60% {color: #00ffff;
  text-shadow: 0px 0px 5px #00ffff;
}
70% {color: #0080ff;
  text-shadow: 0px 0px 5px #0080ff;
}
80% {color: #0000ff;
  text-shadow: 0px 0px 5px #0000ff;
}
90% {color: #8000ff;
  text-shadow: 0px 0px 5px #8000ff;
}
100% {color: #ff0080; 
  text-shadow: 0px 0px 5px #ff0080;
}
}
 
 
@-ms-keyframes rainbow {
0% {color: #ff0000;
  text-shadow: 0px 0px 5px #ff0000;
}
10% {color: #ff8000;
  text-shadow: 0px 0px 5px #ff8000;
}
20% {color: #ffff00;
  text-shadow: 0px 0px 5px #ffff00;
}
30% {color: #80ff00;
  text-shadow: 0px 0px 5px #80ff00;
}
40% {color: #00ff00;
  text-shadow: 0px 0px 5px #00ff00;
}
50% {color: #00ff80;
  text-shadow: 0px 0px 5px #00ff80;
}
60% {color: #00ffff;
  text-shadow: 0px 0px 5px #00ffff;
}
70% {color: #0080ff;
  text-shadow: 0px 0px 5px #0080ff;
}
80% {color: #0000ff;
  text-shadow: 0px 0px 5px #0000ff;
}
90% {color: #8000ff;
  text-shadow: 0px 0px 5px #8000ff;
}
100% {color: #ff0080; 
  text-shadow: 0px 0px 5px #ff0080;
}
}
 
 
@-o-keyframes rainbow {
0% {color: #ff0000;
  text-shadow: 0px 0px 5px #ff0000;
}
10% {color: #ff8000;
  text-shadow: 0px 0px 5px #ff8000;
}
20% {color: #ffff00;
  text-shadow: 0px 0px 5px #ffff00;
}
30% {color: #80ff00;
  text-shadow: 0px 0px 5px #80ff00;
}
40% {color: #00ff00;
  text-shadow: 0px 0px 5px #00ff00;
}
50% {color: #00ff80;
  text-shadow: 0px 0px 5px #00ff80;
}
60% {color: #00ffff;
  text-shadow: 0px 0px 5px #00ffff;
}
70% {color: #0080ff;
  text-shadow: 0px 0px 5px #0080ff;
}
80% {color: #0000ff;
  text-shadow: 0px 0px 5px #0000ff;
}
90% {color: #8000ff;
  text-shadow: 0px 0px 5px #8000ff;
}
100% {color: #ff0080; 
  text-shadow: 0px 0px 5px #ff0080;
}
}
 
 
@keyframes rainbow {
0% {color: #ff0000;
  text-shadow: 0px 0px 5px #ff0000;
}
10% {color: #ff8000;
  text-shadow: 0px 0px 5px #ff8000;
}
20% {color: #ffff00;
  text-shadow: 0px 0px 5px #ffff00;
}
30% {color: #80ff00;
  text-shadow: 0px 0px 5px #80ff00;
}
40% {color: #00ff00;
  text-shadow: 0px 0px 5px #00ff00;
}
50% {color: #00ff80;
  text-shadow: 0px 0px 5px #00ff80;
}
60% {color: #00ffff;
  text-shadow: 0px 0px 5px #00ffff;
}
70% {color: #0080ff;
  text-shadow: 0px 0px 5px #0080ff;
}
80% {color: #0000ff;
  text-shadow: 0px 0px 5px #0000ff;
}
90% {color: #8000ff;
  text-shadow: 0px 0px 5px #8000ff;
}
100% {color: #ff0080; 
  text-shadow: 0px 0px 5px #ff0080;
}
}

@font-face {
  font-family: Callupso;
  src: url(https://sinproexe.net/font/Comic_Sans_MS.ttf);
}

hr { border: 2px dashed #eee; width: 100%;}


img { transition: 0.5s; }
img:hover { rotate: 5deg; }
 
.logo { height: 100px; filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5)); }

.pop {
 -webkit-animation: pop 1s ease-in-out infinite alternate;
 animation: pop 1s ease-in-out infinite alternate;
 -moz-animation: pop 1s ease-in-out infinite alternate;
}

@keyframes pop {
from {
transform:scale(0.95)
}

50% {
transform:scale(1)
}

to {
transform:scale(0.95)
}
}

@-webkit-keyframes pop {
from {
-webkit-transform:scale(0.95)

}

50% {
-webkit-transform:scale(1)

}

to {
-webkit-transform:scale(0.95)

}
}

.container {
	background-color: rgb(255, 255, 255); border-radius: 50px;
	border-color: #fff;
    margin: 0 auto; margin-top: 2em; 
    max-width: 60em; 
	 -webkit-box-shadow: 13px 13px 0px -1px rgba(0, 0, 0,0.25);
    -moz-box-shadow: 13px 13px 0px -1px rgba(0, 0, 0,0.25);
    box-shadow: 13px 13px 0px -1px rgba(0, 0, 0,0.25);
	text-align: center;
	box-sizing: border-box;
	border: 2px dashed #eee;
	outline: 4px solid #fff;
	width: 60%;
}
.container2 {
text-align: center; width: 65%; border: none; padding-left: 17%; padding-right: 9%; }

.footersentence {
	background-color: rgba(0, 0, 0, 0.5); border-radius: 50px;
    max-width: 60em;
    width: 45%;
    padding: 5px;	
	color: #fff;
	font-family: National Park;
	text-align: center;
	border-color: none;
}

@media screen and (max-width: 1150px) {
.footersentence {
    display: none;
  }
 
  }
  
  @media screen and (min-width: 1151px) {
  .footersentence {
    display: block; width: 55%;
  }
}

@media screen and (min-width: 1550px) {
.footersentence {
    width: 40%;
  }
 
  }

.box3 {
  width: 300px;
  margin: 50px auto;
  border-radius: 15px;
  background: #0000ff;
  color: #ffff00;
  padding: 20px;
  text-align: center;
  font-weight: 900;
  position: relative;	
}

.box4 {
  width: 300px;
  margin: 50px auto;
  border-radius: 15px;
  background: #00ffee;
  color: #ff00ee;
  padding: 20px;
  text-align: center;
  font-weight: 900;
  position: relative;	
}

.boxc {
  width: 300px;
  margin: 50px auto;
  border-radius: 15px;
  background: #fff53d;
  color: #ff8a30;
  padding: 20px;
  text-align: center;
  font-weight: 900;
  position: relative;	
}

.boxs {
  width: 300px;
  margin: 50px auto;
  border-radius: 15px;
  background: #ff8a30;
  color: #fff53d;
  padding: 20px;
  text-align: center;
  font-weight: 900;
  position: relative;	
}

.boxm {
  width: 300px;
  margin: 50px auto;
  border-radius: 15px;
  background: #00f7df;
  color: #be19ff;
  padding: 20px;
  text-align: center;
  font-weight: 900;
  position: relative;	
}

.sbc:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 15px solid #fff53d;
  border-right: 15px solid transparent;
  border-top: 15px solid #fff53d;
  border-bottom: 15px solid transparent;
  right: -16px;
  bottom: 0px;
}

.sbs:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 15px solid #ff8a30;
  border-right: 15px solid transparent;
  border-top: 15px solid #ff8a30;
  border-bottom: 15px solid transparent;
  right: -16px;
  bottom: 0px;
}

.sbm:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 15px solid #00f7df;
  border-right: 15px solid transparent;
  border-top: 15px solid #00f7df;
  border-bottom: 15px solid transparent;
  right: -16px;
  bottom: 0px;
}


/* Speech bubble Callupso */

.sb13:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 15px solid #0000ff;
  border-right: 15px solid transparent;
  border-top: 15px solid #0000ff;
  border-bottom: 15px solid transparent;
  right: -16px;
  bottom: 0px;
}


/* Speech bubble Scalene */

.sb14:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 15px solid transparent;
  border-right: 15px solid #00ffee;
  border-top: 15px solid #00ffee;
  border-bottom: 15px solid transparent;
  left: -16px;
  bottom: 0px;
}

 @keyframes scroll {
    0% {background-position: 0% 0%;}
    100% {background-position: 800% 0%;}
  }
  
  

.mySlides {
  opacity: 0;
  transition: opacity 0.5s ease-in; 
  animation-duration: 0.5s;
}

.mySlides.slideleft {
  opacity: 1;
  animation-name: slideinleft;
}

.mySlides.slideright {
  opacity: 1;
  animation-name: slideinright;
}

@keyframes slideinright {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes slideinleft {
  from {
    transform: translateX(50%);
  }
  to {
    transform: translateX(0);
  }
}

a { color: #0000ff; text-decoration: none; transition: 0.3s; }
a:hover { color: #00b7ff; }

.dialog { height: 250px; }
.dialog2 { height: 250px; }
h1 { font-size: 40px; }
.item { height: 250px; }

 /* Responsive layout */
@media screen and (max-width: 680px) {
h1 { font-size: 20px; }
.container { width: 95%; }
.top-round-rainbow {
  background-size: 100% 75px;

}
.logo { height: 85%; width: 85%; filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3)); }
.dialog { height: 250px; text-align: center; padding-top: 40px;}
.dialog2 { height: 250px; text-align: center; padding-bottom: 20px;}
.dialogs { height: 200px; text-align: center; padding-top: 40px;}
.box4 {width: 200px; font-size: 15px; }
.item { height: 130px; }
.container2 { text-align: center;}
.sb14:before {
  top: -12px;
  left: 95px;
  transform: rotate(45deg);
}
.box3 {width: 200px; font-size: 15px; }
.container2 { text-align: center;}
.sb13:before {
  bottom: -12px;
  left: 95px;
  transform: rotate(-45deg);
}

.sbc:before {
  bottom: -12px;
  left: 95px;
  transform: rotate(-45deg);
}

.sbs:before {
  bottom: -12px;
  left: 95px;
  transform: rotate(-45deg);
}

.sbm:before {
  bottom: -12px;
  left: 95px;
  transform: rotate(-45deg);
}
}

 /* Responsive layout */
@media screen and (max-width: 1200px) {
h1 { font-size: 20px; }
.container { width: 95%; }
.top-round-rainbow {
  background-size: 100% 75px;

}
.logo { height: 65%; width: 65%; filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3)); }
.dialog { height: 250px; text-align: center; padding-top: 40px;}
.dialog2 { height: 250px; text-align: center; padding-bottom: 20px;}
.box4 {width: 200px; font-size: 15px; }
.container2 { text-align: center;}
.box3 {width: 200px; font-size: 15px; }
.boxs {width: 200px; font-size: 15px; }
.boxc {width: 200px; font-size: 15px; }
.boxm {width: 200px; font-size: 15px; }
.container2 { text-align: center;}
}

 /* Responsive layout */
@media screen and (max-width: 1050px) {
.logo { height: 65%; width: 65%; filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3)); }
.dialog { height: 250px; text-align: center; padding-top: 40px;}
.dialog2 { height: 250px; text-align: center; padding-bottom: 20px;}
.box4 {width: 150px; font-size: 13px; }
.container2 { text-align: center;}
.box3 {width: 150px; font-size: 13px; }
.boxs {width: 150px; font-size: 13px; }
.boxc {width: 150px; font-size: 13px; }
.boxm {width: 150px; font-size: 13px; }
.container2 { text-align: center;}
}

 /* Responsive layout */
@media screen and (max-width: 1300px) {
.logo { height: 55%; width: 55%; filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3)); }
.dialog { height: 230px; text-align: center; padding-top: 40px;}
.dialog2 { height: 230px; text-align: center; padding-bottom: 20px;}
.box4 {width: 130px; font-size: 13px; }
.container2 { text-align: center;}
.box3 {width: 150px; font-size: 13px; }
.boxs {width: 150px; font-size: 13px; }
.boxc {width: 150px; font-size: 13px; }
.boxm {width: 150px; font-size: 13px; }
.container2 { text-align: center;}
}

/* Responsive layout */
@media screen and (max-width: 1400px) {
	.container { width: 90%; }
}

 /* Responsive layout */
@media screen and (max-width: 900px) {
.logo { height: 65%; width: 65%; filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3)); }
.dialog { height: 220px; text-align: center; padding-top: 20px; padding-bottom: 20px;}
.dialog2 { height: 220px; text-align: center; padding-top: 20px;}
.box4 {width: 150px; font-size: 13px; }
.container2 { text-align: center;}
.box3 {width: 150px; font-size: 13px; }
.boxs {width: 150px; font-size: 13px; }
.boxc {width: 150px; font-size: 13px; }
.boxm {width: 150px; font-size: 13px; }
.container2 { text-align: center;}
}
}

/* ----- CSS MODAL ----- */

/* Button wrapper */
.wrapper {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrapper a {
  display: inline-block;
  text-decoration: none;
  padding: 15px;
  background-color: #ff00ee;
  font-family: Callupso;
  color: #00ffee;
  border-bottom: 5px solid #ba0079;
  padding: 10px;
  font-size: 20px;
  border-right: transparent;
  border-top: transparent;
  border-left: transparent;
  border-radius: 13px;
  cursor: pointer;
  transition: none;
}

.wrapper a:active {
  border: none;
  transform: translate(0px, 5px);
}

/* Modal container */
.modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s ease, visibility 0s 0.4s;
  z-index: 10;

}


.modal::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to right,
    rgba(255, 46, 46, 0.5) 0%,
    rgba(255, 231, 46, 0.5) 25%,
    rgba(46, 255, 105, 0.5) 50%,
    rgba(46, 220, 255, 0.5) 75%,
    rgba(70, 46, 255, 0.5) 100%);
  background-attachment: fixed;
  z-index: -1;
  transition: none;
}

/* Show modal when targeted */
.modal:target {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.4s ease, visibility 0s, transform 0.4s ease;
}

.modal__content {
  position: relative;
  width: 800px;
  height: 70%;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: none;
  max-width: 90%;
  background: #fff;
  color: #405466;
  padding: 1em 2em;
  border-radius: 20px;
  z-index: 7;
  font-family: Callupso;
  -webkit-box-shadow: 7px 7px 0px -1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 7px 7px 0px -1px rgba(0, 0, 0, 0.25);
  box-shadow: 7px 7px 0px -1px rgba(0, 0, 0, 0.25);
  transform: scale(1.2);
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.modal:target .modal__content {
  transform: scale(1);
}

/* Modal close button */
.modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #585858;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
}

.modal:not(:target) .modal__content {
  transform: scale(1.2);
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

/* Responsive layout */
@media screen and (max-width: 680px) {
  .modal__content {
    width: 70%;
    height: 70%;
    overflow-y: scroll;
  }
}

.modal__content img { width: 50%; border-radius: 20px; }

/* --- ASKBOX CSS --- */

textarea, input { border-radius: 20px;  border: 2px solid #ff00ee; filter: drop-shadow(0px 0px 5px rgba(255, 0, 238, 0.5)); }
label { font-family: Callupso; }

.containbox { background: linear-gradient(#d42a71, #9e1139); border: 3px solid #d42a71; border-radius: 20px; width: 65%; padding: 13px; font-family: National Park; text-align: center; }
.containask { background: linear-gradient(#ff9ecd, #f277a8); border: 3px solid #ff9ecd; border-radius: 20px; width: 94%; padding: 8px; text-align: center; color: #6e053a; }

.containbox2 { background: linear-gradient(#2a35d4, #1d119e); border: 3px solid #2a35d4; border-radius: 20px; width: 65%; padding: 13px; font-family: National Park; text-align: center; }
.containreq { background: linear-gradient(#b09eff, #7e75ff); border: 3px solid #b09eff;  border-radius: 20px; width: 94%; padding: 8px; text-align: center; color: #050563; }

.containreq img { width: 95%; border-radius: 20px; padding: 2px; border: 2px dashed #2a35d4; }
.containreq img:hover { rotate: 0deg; transform: scale(105%); filter: hue-rotate(-0.15turn); cursor: grab; }
.containreq img:active { cursor: grabbing; transform: scale(100%); }

.containask img { width: 95%; border-radius: 20px; padding: 2px; border: 2px dashed #2a35d4; }
.containask img:hover { rotate: 0deg; transform: scale(105%); filter: hue-rotate(-0.15turn); cursor: grab; }
.containask img:active { cursor: grabbing; transform: scale(100%); }

/* Responsive layout */
@media screen and (max-width: 680px) {
  .containbox { width: 100%; padding: 9px; }
.containask { width: 93%; padding: 5px; text-align: center; color: #800a47; }

.containbox2 { width: 100%; padding: 9px; }
.containreq { width: 93%; padding: 5px; }
}