@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

@font-face {
  font-family: 'Biro';
  src: url('fonts/Biro_Script_reduced.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

html {
  background: #e6ebef;
  font-family: 'DM Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  overflow-x: hidden;
  overflow-y: scroll;
  /*user-select: none;*/
  touch-action: manipulation;
}

body {
  overflow-x: hidden;
}

a:hover {
  cursor: pointer;
}

.copispan {
  color: #1255b8;
}

.copispan:hover {
  cursor: pointer;
  color: #0f3e85;
}

main {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100vw;
  padding-bottom: 10rem;
}

.neumorphic {
  background: #e6ebef;
  border-radius: 20%;
  padding: 60px;
  font-size: 20px;
  color: #7a7a7a;
  text-align: center;
  box-shadow: inset 8px 8px 16px #c8cdd1, inset -8px -8px 16px #ffffff;
}

.Biro {
  font-family: 'Biro', cursive;
  font-size: 2.5rem;
  color: #ff5757;
  text-align: center;
  margin-top: 1rem;
}

.pill-button {
  margin-top: 1.5rem;
  background: #e6ebef;
  border: none;
  border-radius: 9999px; /* pill shape */
  padding: 15px 50px;
  font-size: 18px;
  font-weight: 600;
  color: #555;
  cursor: pointer;
  box-shadow: 8px 8px 16px #c8cdd1, -8px -8px 16px #ffffff;
  transition: all 0.2s ease-in-out;
}

/* pressed effect on click */
.pill-button:active {
  box-shadow: inset 8px 8px 16px #c8cdd1, inset -8px -8px 16px #ffffff;
  color: #333;
}

.pill-input {
  margin-top: 1.5rem;
  background: #e6ebef;
  border: none;
  border-radius: 9999px; /* pill shape */
  padding: 15px 50px;
  font-size: 18px;
  font-weight: 600;
  color: #555;
  cursor: pointer;
  box-shadow: inset 8px 8px 16px #c8cdd1, inset -8px -8px 16px #ffffff;
  transition: all 0.2s ease-in-out;
}

/* pressed effect on click */
.pill-input:focus {
  color: #333;
  outline: none;
}

.pill-input:hover {
  cursor: text;
}

input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #e0e0e0;
  box-shadow: 5px 5px 15px #bebebe, -5px -5px 15px #ffffff;
  cursor: pointer;
  transition: 0.2s;
}

input[type='range']::-webkit-slider-thumb:hover {
  box-shadow: 3px 3px 8px #bebebe, -3px -3px 8px #ffffff;
}

/* Firefox */
input[type='range']::-moz-range-thumb {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #e0e0e0;
  box-shadow: 5px 5px 15px #bebebe, -5px -5px 15px #ffffff;
  cursor: pointer;
  transition: 0.2s;
}

.accordion {
  background: #e6ebef;
  border-radius: 12px;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  color: #444;
  transition: 0.3s ease;
  box-shadow: 8px 8px 16px #c8cdd1, -8px -8px 16px #ffffff;
}

.active,
.accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.icon-plus {
  float: right;
}

.icon-minus {
  float: right;
}

.panel {
  padding: 0 18px;
  background: #e6ebef;
  border-radius: 12px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.3s ease;
  box-shadow: inset 8px 8px 16px #c8cdd1, inset -8px -8px 16px #ffffff;
  margin-top: 10px;
}

.panel.open {
  margin-bottom: 1rem;
}

.pointonhover:hover {
  cursor: pointer;
}

.CopyNameIcon {
  transition: transform 0.3s ease-in-out;
  transform: translateY(0.5rem);
}

.CopyNameIcon:active {
  transform: translateY(0.5rem) scale(0.8);
}

#big-preview-image:hover {
  cursor: pointer;
}

.iconbutton {
  color: black;
  background: none;
  border: none;
  transition: 0.2s ease-in-out;
}

.iconbutton:hover {
  cursor: pointer;
  transform: scale(1.1);
}

.iconbutton:active {
  cursor: pointer;
  transform: scale(0.95);
}

.OptionIcon {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  border-radius: 50%;
  color: black;
  transition: 0.2s ease-in-out;
}

.Pop_Up_Holder {
  position: fixed;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  z-index: 900;
}

#scrollcontainer {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  height: 40rem;
  width: 100%;
  overflow: hidden;
  justify-content: center;
}

#scrollcontent {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  height: 100%;
  width: 100%;
  overflow: hidden;
  justify-content: center;
}

#scrollgradient {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 40rem;
  width: 100%;
  z-index: 1;
  background: #e6ebef;
  background: linear-gradient(
    0deg,
    rgba(230, 235, 239, 1) 0%,
    rgba(255, 255, 255, 0) 50%,
    rgba(230, 235, 239, 1) 100%
  );
}

.LAUP {
  animation: LAUP 20s linear infinite;
}

.LADOWN {
  animation: LADOWN 18s linear infinite;
}

.LADOWN2 {
  animation: LAUP2 22s linear infinite;
}

@keyframes LAUP {
  100%,
  0% {
    transform: translateY(-37.5rem);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes LAUP2 {
  100%,
  0% {
    transform: translateY(-41.5rem);
  }
  100% {
    transform: translateY(-4rem);
  }
}

@keyframes LADOWN {
  100%,
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-37.5rem);
  }
}

.Push_Pop_up_Holder {
  position: fixed;
  left: 50%;
  transform: translate(-50%);
  z-index: 1000;
}

.PopUpCloseButton {
  height: 0.5rem;
  width: 1.5rem;
  padding: 1rem;
  border-radius: 50%;
  border: none;
  background-color: #007bffb4;
  box-shadow: 8px 8px 16px #007bff, -8px -8px 16px rgba(173, 213, 255, 0.489);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  transition: 0.2s ease-in-out;
}

.PopUpCloseButton:hover {
  cursor: pointer;
}

.PopUpCloseButton:active {
  box-shadow: inset 8px 8px 16px #007bff,
    inset -8px -8px 16px rgba(173, 213, 255, 0.489);
}

.Push_Pop_up {
  display: flex;
  margin: 0.5rem;
  padding: 15px 25px;
  flex-direction: row;
  gap: 5px;
  background-color: #007bffb4;
  color: #dedede;
  font-weight: 500;
  border-radius: 9999px;
  width: 15rem;
  text-align: left;
  align-items: center;
  box-shadow: inset 8px 8px 16px #007bff,
    inset -8px -8px 16px rgba(173, 213, 255, 0.489);
  animation: slideDown 0.5s forwards;
  transition: 0.2s ease-in-out;
}

.PageTitel {
  font-size: 4rem;
  color: #9e9f9f;
  padding: 0;
  margin: 0;
  font-weight: 500;
}

.sidephotegrid {
  position: absolute;
  width: 20rem;
  height: 20rem;
  margin-left: min(40%, 50rem);
}

.sidephotegridbackground {
  position: absolute;
  inset: 0;
  background-image: url('/images/wood.png');
  background-size: 16rem;
  background-position: 6rem center;
  background-repeat: no-repeat;
  opacity: 0.2;
  pointer-events: none;
}

.topleftimg {
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 2rem;
  left: 2rem;
}

.scrollimg {
  width: 4rem;
  height: 4rem;
  position: relative;
  top: 2rem;
  left: 2rem;
}

.leftimg {
  width: 100%;
  transform: scale(1.9);
}

.rightimg {
  width: 100%;
  transform: scale(1.8);
}

.bottomrightimg {
  width: 4rem;
  height: 4rem;
  position: absolute;
  bottom: 2rem;
  right: 2rem;
}

.neumorphic-slider {
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#icon-picker-modal {
  width: 30rem;
  height: 17rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-align: left;
  padding-top: 0.3rem;
}

#icon-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 2rem;
  overflow-y: scroll;
}

#payment-popup {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.paymentscreen {
  position: fixed;
  overflow: hidden;
  overflow-y: scroll;
  width: 30rem;
  height: 30rem;
  text-align: left;
  display: flex;
  flex-direction: column;
}

.paymentpopupcloseButton {
  height: 0.5rem;
  width: 1.5rem;
  padding: 1rem;
  border-radius: 50%;
  border: none;
  background-color: #e6ebef;
  box-shadow: 8px 8px 16px #c8cdd1, -8px -8px 16px #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  transition: 0.2s ease-in-out;
}

.paymentpopupcloseButton:hover {
  cursor: pointer;
}

.paymentpopupcloseButton:active {
  box-shadow: inset 8px 8px 16px #c8cdd1, inset -8px -8px 16px #ffffff;
}

#PaymentFormLoadAnimation {
  width: 100%;
  height: 100%;
  margin-top: 1rem;
  border-radius: 50px;
  animation: pulseinputimage 2s ease-in-out infinite;
}

.domainnameheader {
  font-size: 4rem;
  color: #9e9f9f;
  padding: 0;
  margin: 0;
  position: absolute;
}

#Timeindication {
  position: absolute;
  transform: translate(1rem, -50%);
  white-space: nowrap;
}

.adbannersmall {
  display: none;
}

@media (max-width: 1400px) {
  .sidephotegrid {
    width: 8rem;
    height: 8rem;
    margin-left: 17rem;
  }

  .adbannerbig {
    display: none;
  }

  .adbannersmall {
    display: block;
  }

  .sidephotegridbackground {
    background-size: 12rem;
    background-position: 2rem center;
  }

  .topleftimg {
    width: 0.15rem;
    height: 0.15rem;
    top: 0.4rem;
    left: 0.4rem;
    transform: scale(0.9);
  }

  .scrollimg {
    width: 0.15rem;
    height: 0.15rem;
    top: 0.4rem;
    left: 50%;
    transform: translate(-50%) scale(0.9);
  }

  #scrollcontainer {
    height: 30rem;
  }

  #scrollgradient {
    height: 33rem;
    transform: translateY(-1rem);
  }

  @keyframes LAUP {
    100%,
    0% {
      transform: translateY(-26.04rem);
    }
    100% {
      transform: translateY(0);
    }
  }

  @keyframes LAUP2 {
    100%,
    0% {
      transform: translateY(-30.04rem);
    }
    100% {
      transform: translateY(-4rem);
    }
  }

  @keyframes LADOWN {
    100%,
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-26.04rem);
    }
  }

  .bottomrightimg {
    width: 0.15rem;
    height: 0.15rem;
    bottom: 0.4rem;
    right: 0.4rem;
    transform: scale(0.9);
  }

  .leftimg {
    transform: scale(58) translate(10%, -5%);
  }

  .rightimg {
    transform: scale(50) translate(10%, -5%);
  }
}

@media (max-width: 768px) {
  .PageTitel {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .sidephotegrid {
    display: none;
  }

  .withfullatsmall {
    width: 100%;
  }
  #icon-picker-modal {
    width: 90vw;
    max-width: 25rem;
  }

  #icon-list {
    padding-left: 0;
  }

  .neumorphic-slider {
    width: 250px;
  }

  .paymentscreen {
    top: 0;
    height: 30rem;
    width: 90vw;
    border-radius: 0 0 200px 0;
  }

  .domainnameheader {
    font-size: 2rem;
  }

  #Timeindication {
    transform: translate(-3rem, -50%) scale(0.5);
  }
}

@media (max-width: 400px) {
  .PageTitel {
    font-size: 2rem;
    line-height: 2rem;
  }
}

.wave span {
  display: inline-block;
  font-size: 24px;
  animation: grow 1s infinite;
}

@keyframes shake {
  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
  5%,
  15%,
  25%,
  35% {
    transform: translate(-2px, 0) rotate(-5deg);
  }
  10%,
  20%,
  30%,
  40% {
    transform: translate(2px, 0) rotate(5deg);
  }
  45% {
    transform: translate(0, 0) rotate(0deg);
  }
}

@keyframes grow {
  0%,
  100% {
    font-size: 24px;
  }
  50% {
    font-size: 40px;
  }
}

@keyframes slideDown {
  from {
    transform: translateY(-5rem);
  }

  to {
    transform: translateY(2rem);
  }
}

@keyframes inputpulse {
  0% {
    filter: blur(5px);
    opacity: 1;
  }

  50% {
    filter: blur(2px);
    opacity: 0.8;
  }

  100% {
    filter: blur(5px);
    opacity: 1;
  }
}

@keyframes pulseinputimage {
  0% {
    filter: blur(15px);
    opacity: 1;
  }

  50% {
    filter: blur(10px);
    opacity: 0.2;
  }

  100% {
    filter: blur(15px);
    opacity: 1;
  }
}

@keyframes waitvideoeffect {
  0% {
    filter: blur(5px);
    opacity: 1;
    transform: rotate(0deg);
  }

  50% {
    filter: blur(2px);
    opacity: 0.4;
    transform: rotate(180deg);
  }

  100% {
    filter: blur(5px);
    opacity: 1;
    transform: rotate(360deg);
  }
}

@keyframes vanish {
  0% {
    filter: blur(0px);
    opacity: 1;
  }

  100% {
    filter: blur(15px);
    opacity: 0;
  }
}

@keyframes apeart {
  0% {
    filter: blur(15px);
    opacity: 0;
  }

  100% {
    filter: blur(0px);
    opacity: 1;
  }
}
