@keyframes ripple-animation {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(2); /* Adjust scale for desired ripple size */
    opacity: 0;
  }
}

:root {
  --salmon-pink: #eb8f96ff;
  --phthalo-blue: #000b89ff;
  --gold: #fed62cff;
  --blue-ncs: #0c85c3ff;
  --aqua: #28fffeff;
}

body {
  overflow: hidden;
}

iframe {
  width: 100%;
  height: 100%;
}

.btn-active {
  transform: translateX(0px) !important;
  cursor: default !important;
}

.btn:hover {
  transform: translateX(0px);
  cursor: pointer;
}

.btn {
  background-color: var(--aqua);
  transform: translateX(-175px);
  padding: 10px 10px 10px 0;
  border-radius: 0 50px 50px 0;
  box-shadow: 3px 3px 0px var(--phthalo-blue);
  transition-timing-function: ease-in-out;
  transition-duration: 0.25s;
  cursor: none;
}

.btn-outside {
  background-color: var(--blue-ncs);
  padding: 10px 10px 10px 50px;
  border-radius: 0 40px 40px 0;
}

.btn-inside {
  background-color: var(--phthalo-blue);
  padding: 10px;
  border-radius: 30px;
}

.btn-inside > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding-left: 10px;
  width: 100%;
}
.btn-inside > div > svg {
  height: 40px;
  width: 40px;
  padding-left: 15px;
  fill: var(--gold);
}

.btn-container {
  display: flex;
  flex-direction: column;
  gap: 25px;
  position: absolute;
  font-size: 20px;
  font-family: "Neuropol", sans-serif;
  text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.25);
  color: var(--gold);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 15;
}

.dot-container {
  background: url("../assets/images/larger-dots.webp") repeat;
  opacity: 0.05;
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.iframe-container-outside {
  background-color: var(--aqua);
  width: 70%;
  height: calc(100vh - 75px);
  bottom: 0;
  right: 0;
  position: absolute;
  padding: 7.5px;
  padding-bottom: 0;
  border-radius: 40px 40px 0 0;
  box-sizing: border-box;
  z-index: 15;
}

.iframe-container-inside-1 {
  background-color: var(--blue-ncs);
  padding: 7.5px;
  padding-bottom: 0;
  box-sizing: border-box;
  border-radius: 32.5px 32.5px 0 0;
  height: 100%;
  width: 100%;
}

.iframe-container-inside-2 {
  border: 15px solid var(--phthalo-blue);
  border-bottom: 0;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  border-radius: 25px 25px 0 0;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 1);
}

.ripple-center {
  background: rgba(255, 255, 255, 0.5);
}

.ripple-container {
  position: absolute;
  background-color: var(--salmon-pink);
  width: 100%;
  height: 100vh; /* Adjust as needed */
  overflow: hidden;
  z-index: 10;
}

.ripple {
  position: absolute;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.5); /* Semi-transparent ripple color */
  animation: ripple-animation 3s ease-out forwards;
  pointer-events: none; /* Allows clicks to pass through */
  z-index: 12;
  box-shadow: 5px 5px 10px rgba(255, 255, 255, 0.5);
}

.star-container {
  background: url("../assets/images/library/star.png") repeat;
  opacity: 0.25;
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  filter: invert(100%);
  background-size: auto 40px;
  z-index: 14;
}

.title {
  font-family: "Tactic Sans Bold", Impact, Haettenschweiler, "Arial Narrow Bold",
    sans-serif;
  color: orange;
  text-shadow: 0px 10px 0.02px #000, 9.8px 2.1px 0.02px #000,
    4.2px -9.1px 0.02px #000, -8px -6px 0.02px #000, -7.6px 6.5px 0.02px #000,
    4.8px 8.8px 0.02px #000, 9.6px -2.8px 0.02px #000, -0.7px -10px 0.02px #000,
    -9.9px -1.5px 0.02px #000, -3.5px 9.4px 0.02px #000, 8.4px 5.4px 0.02px #000,
    7.1px -7px 0.02px #000, -5.4px -8.4px 0.02px #000, -9.4px 3.5px 0.02px #000,
    1.4px 9.9px 0.02px #000, 10px 0.8px 0.02px #000, 2.9px -9.6px 0.02px #000,
    -8.7px -4.8px 0.02px #000, -6.6px 7.5px 0.02px #000, 5.9px 8px 0.02px #000,
    9.1px -4.1px 0.02px #000, -2.1px -9.8px 0.02px #000,
    -10px -0.1px 0.02px #000, -2.2px 9.8px 0.02px #000, 9.1px 4.2px 0.02px #000,
    6.1px -8px 0.02px #000, -6.5px -7.6px 0.02px #000, -8.8px 4.7px 0.02px #000,
    2.7px 9.6px 0.02px #000, 10px -0.6px 0.02px #000, 1.5px -9.9px 0.02px #000,
    -9.3px -3.6px 0.02px #000, -5.5px 8.4px 0.02px #000, 7px 7.2px 0.02px #000,
    8.5px -5.3px 0.02px #000, -3.4px -9.4px 0.02px #000,
    -9.9px 1.3px 0.02px #000, -0.8px 10px 0.02px #000, 9.6px 2.9px 0.02px #000,
    4.9px -8.7px 0.02px #000, -7.5px -6.7px 0.02px #000,
    -8.1px 5.9px 0.02px #000, 4px 9.2px 0.02px #000, 9.8px -2px 0.02px #000,
    0.2px -10px 0.02px #000, -9.7px -2.3px 0.02px #000, -4.3px 9px 0.02px #000,
    7.9px 6.1px 0.02px #000;
}

.title > svg {
  width: 50px;
  height: 50px;
}

.title > svg > path {
  filter: drop-shadow(0 2px 0.5px #000) drop-shadow(0 -2px 0.5px #000)
    drop-shadow(2px 0 0.5px #000) drop-shadow(-2px 0 0.5px #000)
    drop-shadow(1px 1px 0.5px #000) drop-shadow(-1px -1px 0.5px #000);
}
