/* This thing is largely bashed together from SadGrl's layout template (at https://sadgrl.online/projects/layout-builder/) and https://www.w3schools.com/ and some StackOverflow threads */
@font-face {
  font-family: Quicksand;
  src: url('Quicksand.ttf');
}

@font-face {
  font-family: Quicksand;
  font-weight: bold;
  src: url('Quicksand.ttf');
}

:root {
  --header-image: url('https://sadhost.neocities.org/images/layouts/wp.jpeg');
  --body-bg-image: url('https://images.pyonkotchi.com/valphone bg tileb.png');

  /* colors */
  --content: #f3e6ff;
  --site-navigation-font-font-size-value: 1.2
}

body {
  font-family: "Quicksand", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  color: #cab7db;
  margin: auto 0;
  background-image: var(--body-bg-image);
  background-attachment: fixed;
  display: grid;
  grid-template-columns: auto;
  cursor: url(/images/cursor.png), default;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

* {
  box-sizing: border-box;
}

.bigger {
  font-size: 1.4em !important;
}

#container {
  max-width: 1150px;
  margin: 0 auto;
  padding: 20px 20px 20px 20px;
  opacity: 0;
  animation: fadeIn 2s forwards;

}

html,
body {
  height: 100vh;
  width: 100%;
}


a {
  color: #5c8bfa;
  font-weight: 600;
  text-decoration: none;
  cursor: url(/images/cursorglow.png), default;
  /*font-size: 16px;*/
}

a:visited {
  color: #9153d0;
}

/*p {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}*/
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: #b942ac;
  text-decoration: none;
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
}

a:hover {
  color: #63ceff;
}



/*#div {
  

  background-color: rgba(255, 255, 255, 0.87);
  margin: 5px;
                
  border: 3px solid transparent;
  text-align: center;
  
  border-radius: 5px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 600px;

  }*/
#div {
  text-align: center;
  margin-left: auto;
  margin-right: auto;



}

.button {

  height: 4em;

  background-color: rgba(37, 16, 51, 0.87);
  margin: 0.5em;

  border: 3px solid transparent;
  text-align: center;
  border-radius: 5px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;

  /*box-shadow: 0px 0px 2px 2px rgba(255, 255, 255, 0.82);
    */
}

.button:hover,
#pos:hover {

  cursor: url(/images/cursorglow.png), default;

  transition: 0.25s;
  transform: scale(1.02);
  object-position: top;
  box-shadow: 0 0 15px rgba(255, 101, 199, 0.693);

}

#border {
  outline: 2px solid #ff63d36e;
  background: rgba(10, 9, 10, 0.78);
  ;
  border-image-width: 5px;
  border-image-source: url("https://static.tumblr.com/vsycwa1/9nurvtcax/pale7_opacity2.png");
  border-image-repeat: round;
  border-image-slice: 100;
  border-radius: 5px;
  padding: 1em;
  border-spacing: 5px;
  text-align: center;
  max-width: 1150px;
  min-width: 70vw;
}

.linkicon {
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 35px;
  transform: translate(-50%, -50%);
  max-height: 75%;

}

#pos {
  /*! width: 100%; */
  position: relative;
  height: 4em;
  background-color: rgba(37, 16, 51, 0.87);

  border: 3px solid transparent;
  border-radius: 5px;
  /*! display: block; */
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5em;
  margin-bottom: 0.5em;

  max-width: 600px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 600px) {

  /* USE THESE CLASSES TO HIDE CONTENT ON MOBILE */
  .mobile-hide {
    display: none !important;

  }

  main {
    float: left;
    width: 100%;
    margin: 0;

    padding: 0 !important;
  }

  #div {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4em;
    padding-right: 1em;

  }

  .responsive {
    width: 70%;
    height: auto;
  }
}

@media screen and (min-width: 600px) {

  /* USE THESE CLASSES TO SHOW CONTENT ON MOBILE */
  .mobile-show {
    display: none !important;
  }


}

#head {}

main {

  padding: 20px 20px 20px 20px;
  text-align: justify;

  /* this is the width of your layout! */
  /* if you change the above value, scroll to the bottom
  and change the media query according to the comment! */
  margin: 0 auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* this centers the entire page */
}

h1 {
  color: #ffffff !important;
  text-align: center;
  width: 100%;
  text-decoration: none;
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  text-shadow: 0 0 5px rgb(180, 66, 172);




}

h2,
h3,
.h2 {
  text-align: left;
  padding-top: 10px;
  color: #b942ac;

}



h4 {
  text-align: left;
  font-size: 25px !important;
  margin: 0px;
  width: 100%;
  padding-top: 30px;
  color: #b942ac;
}

/*footer {
  background-color: #ffdef3;
  width: 100%;
  padding-top: 10px;
  border-top: 3px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to bottom right, #e98807 0%, #ffe33f 2%, #ffff61 25%, #f6b64a 30%, #ffff 40%, #ffe33f 45%, #f6b64a 50%);
}*/
.social-icons a {
  margin: 0.5em;
  line-height: 2.5em;
  color: #fb4fb9;


}

.social-icons a:hover {
  color: #ffffff;
  text-shadow: 0 0 10px rgba(255, 101, 199, 0.751);
  transform: translateY(-10px) !important;
  transition: transform 0.5s ease, text-shadow 0.5s ease;
}


.social-icons {
  margin: 1em;

}

.icon-container {
  display: flex;
  justify-content: center;
  max-width: 600px;
  flex-wrap: wrap;
  margin: 0 auto;

}


.fa-2xl {
  font-size: 1.7 !important;
}

.hover:hover {
  transform: scale(1.05) translateY(-3px);
  transition: transform 0.2s ease;
}

h2.galleryHeading {
  font-family: "Pacifico", cursive;

  outline: 2px solid #6000453d;
  margin: 10px;
  padding: 5px;
  border-radius: 5px;
  background: #3d0138
    /*url(/images/rainbowtile.png)*/
  ;
  background-size: 100% auto;
  width: 100%;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  font-size: 25px !important;

  text-align: center !important;
  line-height: 1.1em;

  text-shadow: #1e0017 2px 2px 2px;
  color: #ffa9f6;
}

/* BELOW THIS POINT IS GALLERY */

.gallerythumbs {
  width: 160px;
  outline: 2px solid #ff63d36e;
  background-color: #251033;
  border-image-width: 5px;
  border-image-source: url("https://static.tumblr.com/vsycwa1/9nurvtcax/pale7_opacity2.png");
  border-image-repeat: round;
  border-image-slice: 100;
  border-radius: 5px;
  padding: 5px;
  border-spacing: 5px;
  text-align: center;
  cursor: url(/images/cursorglow.png), default;
}

.gallerydesc {
  padding: 5px;
  text-align: center;
  font-size: 12px;
  color: #cab7db;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin: 20px;

}

.gallery img {
  width: 140px;
  height: 140px;
  border-radius: 10px;

  object-fit: cover;
  object-position: top;


}

.gallerythumbs:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 8px #60005b;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery img:active {
  box-shadow: 0 2px 4px #ff9ed3;
}


.gallerybuttons {
  float: left;
  width: 170px;
  height: 170px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  margin: 5px;
  border: 1px #f4a5d1;

}

.gallerybuttons:hover {

  transition: 0.3s;
  transform: scale(1.1);
}


.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  width: auto;
  overflow: hidden;
  background-image: url('https://images.pyonkotchi.com/lightboxbg_black.png');
  justify-content: center;
  align-items: center;
  opacity: 0;
  animation: fadeIn .6s forwards;
}

.modal-content {
  display: flex;
  margin: 0;
  flex-direction: column;
  align-items: center;
}

.modal-content img {
  max-height: 90vh;
  max-width: auto;
  max-width: 100vw;
  object-fit: contain;
}



.modal-content .arrow {
  font-size: 40px;
  color: rgb(236, 182, 235);
  cursor: url(/images/cursorglow.png), default;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.modal-content .arrow.left {
  left: 100px;
}

.modal-content .arrow.right {
  right: 100px;
}

@media screen and (max-width: 600px) {
  
    /* USE THESE CLASSES TO HIDE CONTENT ON MOBILE */
 .mobile-hide {
    display: none !important;

 }
 .gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px !important;
  
}
 .gallery img {
  width: 100px !important;
  height: 100px !important;}
  
  
#container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  
}

.gallerythumbs {
  width: 120px !important;
}
  .modal-content .arrow.left {
    left: 10px;
  }

  .modal-content .arrow.right {
    right: 10px;
  }

  .modal-content .arrow {
    font-size: 40px;
    color: rgb(236, 182, 235);
    cursor: url(/images/cursorglow.png), default;
    position: absolute;
    top: 85%;
    transform: translateY(-50%);
  }
}

.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;

  background-color: rgba(37, 16, 51, 0.685);
  z-index: 999;
  overflow: hidden;
}

.lightbox-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: scale-down;
}

@media only screen and (max-width: 600px) {
  .padbox {
    padding: 5px;
  }

  .padfld {
    padding-right: 10px;
  }

  .gallerybuttons {
    width: 130px;
    height: 130px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    margin: 5px;
    border: 1px #f4a5d1;
  }

  .lightbox-image {
    display: block;
    margin: auto auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    padding: 0;
  }

  .galleryimage {
    float: left;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    margin: 5px;
    border: 1px #f4a5d1;
    border-radius: 50%;
    width: 125px;
    height: 125px;


  }
}
@media screen and (max-width: 600px) {

.gallery2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.modal-content img {
  max-width: 100%;
  max-height: 100%;
}

.gallery2 img {
  max-width: auto;
  max-height: 150px;
  object-fit: cover;
  margin: 5px;
  cursor: url(/images/cursorglow.png), default;
  border-radius: 3%;
  object-position: top;
}
.gallery2 img:hover{
  max-width: auto;
  max-height: 150px;
  object-fit: cover;
  margin: 5px;
  cursor: url(/images/cursorglow.png), default;
  border-radius: 3%;
  transition: 0.3s;
  transform: scale(1.05);
  object-position: top;
  box-shadow:  0 0 15px rgba(255, 101, 199, 0.693);
}
  details {
    background-color: #ff9ed3 !important;
    border-radius: 15px;
    width: 100% !important;
    margin: auto;
    
    clear: both;
    
   
  }
  
  summary {
    color: #801168;  
    cursor: url(/images/cursorglow.png), default;
    background-color: #ff9ed3;
    
    font-size: 25px;
    font-family: "Pacifico", cursive;
    border-right: 1px solid #f4a5d1;
    border-radius: 15px;
    text-align: center;

    clear: both;
    
  
  }
  details > p {
    padding: 0px;
    
    
  
  }

}

.pagedoll {
  filter: drop-shadow(2px 0 0 white) drop-shadow(0 2px 0 white) drop-shadow(-2px 0 0 white) drop-shadow(0 -2px 0 white) drop-shadow(0px 1px 1px #FF73BA) drop-shadow(0px 1px 1px #FF73BA);
  margin: 10px;
  transition: transform .2s;
}

.pagedoll:hover {
  transform: rotate(5deg);
}

.marquee-container {
  height: 70px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border: transparent;
  box-shadow: transparent;
  max-width: 88vw;
}

.marquee {
  display: inline-block;
  white-space: nowrap;
  animation: marquee 20s linear infinite;
}

.marquee img:hover {
  transform: scale(1.05);
  box-shadow: 0 2px 4px #ff9ed3;
  transition: transform 0.1s ease;
}

.marquee span {
  font-size: 18px;
  color: #ffffff;
  font-family: 'Orbitron', sans-serif;
  text-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff;
}

@keyframes marquee {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

.gradoutline {
  background: -webkit-linear-gradient(pink, hotpink);
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
  color: black;
  font-size: 2em;
  font-family: arial;
}

.prinzessin mark {
  background: -webkit-linear-gradient(pink, hotpink);
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;

  font-size: 2em;
  font-weight: bold;
  background: none;
  color: #8f0c70;
  animation: princess 2s infinite;
  animation-timing-function: cubic-bezier(0.25, 0.85, 0.4, 1);
}

.prinzessin mark:nth-child(1) {
  animation-delay: 0s;
  display: inline-block;
}

.prinzessin mark:nth-child(2) {
  animation-delay: 0.2s;
  display: inline-block;
}

.prinzessin mark:nth-child(3) {
  animation-delay: 0.4s;
  display: inline-block;
}

.prinzessin mark:nth-child(4) {
  animation-delay: 0.6s;
  display: inline-block;
}

.prinzessin mark:nth-child(5) {
  animation-delay: 0.8s;
  display: inline-block;
}

.prinzessin mark:nth-child(6) {
  animation-delay: 1s;
  display: inline-block;
}

.prinzessin mark:nth-child(7) {
  animation-delay: 1.2s;
  display: inline-block;
}

.prinzessin mark:nth-child(8) {
  animation-delay: 1.4s;
  display: inline-block;
}

.prinzessin mark:nth-child(9) {
  animation-delay: 1.6s;
  display: inline-block;
}

.prinzessin mark:nth-child(10) {
  animation-delay: 1.8s;
  display: inline-block;
}

@-webkit-keyframes princess {
  from {
    transform: scale(0.90);
    color: #ffe0f8;
  }

  50% {
    transform: scale(1);
    color: #e944c2;
  }

  to {
    transform: scale(0.90);
    color: #ffa8ef;
  }
}

@keyframes princess {
  from {
    transform: scale(0.90);
    color: #ff65d3;
  }

  50% {
    transform: scale(1);
    color: #8f0c70;
  }

  to {
    transform: scale(0.90);
    color: #ff87e7;
  }
}

.hover:hover {
  transform: scale(1.05) translateY(-3px);
  transition: transform 0.2s ease;
}


/*BUTTON*/
button#enterButton {
  background-color: rgba(0, 0, 0, 0);
  font-family: "Quicksand";
  color: white;
  font-size: 35px;
  line-height: 50px;
  text-shadow: -1px 1px 5px #cb00ff;
  border: none;
  border-radius: 10px;
  padding-bottom: 10px;
}

button#enterButton:hover {
  text-decoration: underline;
  color: white;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.2);
}

.centered-container {
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 70%;
  height: auto;
  background: rgba(0, 0, 0, 0.8);
}

.glow {
  color: #fff;
  text-align: center;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 5px #5e21c0, 0 0 10px #fff, 0 0 20px #4186ff, 0 0 30px #4186ff, 0 0 30px #4186ff, 0 0 50px #4186ff, 0 0 60px #4186ff;
  }

  to {
    text-shadow: 0 0 10px #8321c0, 0 0 20px #da0caa, 0 0 30px #d412a7, 0 0 40px #da0caa, 0 0 50px #da0caa, 0 0 60px #da0caa, 0 0 70px #da0caa;
  }
}


body.age-gate-active {
  overflow: hidden;
}

#ageGateOverlay {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;

  background:
    radial-gradient(circle at top, rgba(255, 99, 211, 0.25), transparent 35%),
    rgba(5, 3, 8, 0.94);

  backdrop-filter: blur(6px);
}

.age-gate-card {
  width: min(850px, 95vw);
  max-height: 95vh;
  overflow-y: auto;

  text-align: center;
  padding: 2em;

  outline: 2px solid #ff63d36e;
  background: rgba(10, 9, 10, 0.9);
  border-image-width: 5px;
  border-image-source: url("https://static.tumblr.com/vsycwa1/9nurvtcax/pale7_opacity2.png");
  border-image-repeat: round;
  border-image-slice: 100;
  border-radius: 10px;

  color: #cab7db;
  box-shadow: 0 0 30px rgba(255, 101, 199, 0.35);
}

.age-gate-img {
  max-width: 260px;
  width: 70%;
  height: auto;
  margin-bottom: 1em;
}

.age-gate-text {
  font-size: 1.35em;
  line-height: 1.45;
  max-width: 750px;
  margin: 1em auto;
}

.age-gate-check {
  display: block;
  font-size: 1.1em;
  margin: 1.5em auto;
}

#ageGateEnter {
  background-color: transparent;
  font-family: "Quicksand", serif;
  color: white;
  font-size: 35px;
  line-height: 50px;
  text-shadow: -1px 1px 5px #cb00ff;
  border: none;
  border-radius: 10px;
  padding-bottom: 10px;
  cursor: url(/images/cursorglow.png), default;
}

#ageGateEnter:hover {
  text-decoration: underline;
  color: white;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.2);
}

#ageGateExit {
  display: block;
  margin: 1em auto 0;
  background: transparent;
  border: none;
  color: #5c8bfa;
  font-family: "Quicksand", serif;
  font-size: 1em;
  font-weight: 600;
  cursor: url(/images/cursorglow.png), default;
}

#ageGateExit:hover {
  color: #63ceff;
}

@media screen and (max-width: 600px) {
  .age-gate-card {
    padding: 1em;
  }

  .age-gate-text {
    font-size: 1.05em;
  }

  #ageGateEnter {
    font-size: 28px;
  }
}