@import url("https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@200;300;400;500;600;700&family=Ubuntu:wght@300;400;500;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --fam5:"Roboto", sans-serif ;
  --fam6: "Noto Kufi Arabic", sans-serif;

  /*==== =====   Background new =========*/
  --prime-color:#4E2807;
  --prime-color-hover:#8584d9;
  --header-bk:#4E2807;
  --panel-color:#ffffff;
  --panelgr-color:#494646;
  --panelnv-color:#fff;
  --background-color: #bcadad;
  /* --body-color: #bfafafc9;; */
  --body-color: rgba(255, 255, 255);
  --prime-text:#4E2807;
  --prime-text-hover:#a24e08;
  --text-color:#494646;
  --text0-color:#EBE2D8;
  --text1-color:#fff;
  --text2-color:#1A4A56;
  --text3-color:#817676;
  --text4-color:#009688;
  --text5-color:#5264AE;
  --text-error:#f44336;
  --box1-color:#F0F0E7;
  --text6-color : #000000;
  --BG-Lin: linear-gradient(rgb(0 0 0 / 33%), rgb(18 18 18));
  --backGround-1: var(--BG-Lin), var(--background-05) no-repeat center center;
  --sm: 0.1rem;
  --smd: 0.5rem;
  --mds: 0.8rem;
  --md: 1.1rem;
  --lg: 1.4rem;
  --xl: 1.8rem;
  --xxl: 2.1rem;
  --nav-sm:60%;
  --container-lg:80%;
  --container-md:90%;
  --mx-W:1120px;
  --fnt1:100;
  --fnt2:200;
  --fnt3:300;
  --fnt4:400;
  --fnt5:500;
  --fnt6:600;
  --fnt7:700;
  /* ==== === transion ===== */
  --tran-05: all 0.5s ease;
  --tran-03: all 0.3s ease;
  --tran-02: all 0.2s ease;
}


*,
::after,
::before {
  margin: 0;
  /* padding: 0; */
  outline: 0;
  /* list-style: none; */
  text-decoration: none;
  box-sizing: border-box;
  scroll-behavior: smooth;
  background-color: none;
}

html {
  scroll-padding: var(--scroll-padding, 5rem);
}

/* html, body {
  overflow-x: hidden;
} */

.lock-scroll {
  overflow: hidden;
  block-size: 100%;
}

::-webkit-scrollbar {
  width: 0.4em;
  background: rgba(var(--box2-color), 0.2);
}

*::-webkit-scrollbar-thumb {
  background-color: var(--panelgr-color);
  outline: 0;
  border-radius: 10px;
}

/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: var(--panelgr-color) var(--box1-color);
}

a, li {
  list-style: none;
  text-decoration: none;
  /* text-align: center; */
  color: var(--text-color);
}
ol li{
  list-style-type: square;
}

small {
  line-height: 1.3;
  font-size: var(--md);
}

img {
  display: block;
  height: 100%;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.6;
  font-weight: var(--fnt5);
  font-size: auto;
  margin: 0;
}

body {
  font-family: var(--fam5);
  color: var(--text-color);
  overflow-x: hidden;
  user-select: none;
  display: grid;
  font-style: normal;
  font-weight: var(--fnt4);
  line-height: normal;

  /* background-color: #c8c8c8c9; */
  background-color: var(--background-color);
  box-shadow: 0px 9px 20px rgba(13, 38, 76, 0.19);
  font-size: 20px;
  color: rgb(51, 51, 51);
  box-sizing: border-box;
}
main {
  width: 100vw;
  max-width: 1260px;
  margin: 0px auto;
  place-content: center;
  display: grid;
  place-items: center;
  position: relative;
}

section {
  margin: auto;
  font-family: "Montserrat", sans-serif;
}

pre {
  white-space: pre-wrap;
}
.mini-text{
  font-size: var(--mds);
}
.rotate {
  transition: all 2s ease-in-out;
  animation: rotation 3s infinite linear;
  animation-duration: 4s;
}

.rdona {
  transition: all 4s ease-in-out;
  animation: rdona 4s infinite linear;
  animation-duration: 4s;
}

.Heart {
  animation: heartbeat 2s infinite;
}

@keyframes heartbeat {
  0% {
    color: red;
    transform: scale(0.9);
  }
  25% {
    transform: scale(1.5);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes rotation {
  0% {
    color: red !important;
    fill: aqua;
    scale: 1.5;
    margin-bottom: 30px;
    transform: rotate(0deg);
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" style="fill:white;transform: ;msFilter:;"><path d="M10 3H4a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1zM9 9H5V5h4v4zm11-6h-6a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1zm-1 6h-4V5h4v4zm-9 4H4a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1zm-1 6H5v-4h4v4zm8-6c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2z"></path></svg>');
  }
  25% {
    transform: rotate(72deg);
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" style="fill:white;transform: ;msFilter:;"><path d="M4 11h6a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1zm10 0h6a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1h-6a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1zM4 21h6a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1zm13 0c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4 1.794 4 4 4z"></path></svg>');
  }
  50% {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" style="fill:white;transform: ;msFilter:;"><path d="M10 3H4a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1zM9 9H5V5h4v4zm11 4h-6a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1zm-1 6h-4v-4h4v4zM17 3c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2zM7 13c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2z"></path></svg>');
  }
  75% {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" style="fill:white;transform: ;msFilter:;"><path d="M10 3H4a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1zm10 10h-6a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1zM17 3c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4zM7 13c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4z"></path></svg>');
  }
  90% {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" style="fill:white;transform: ;msFilter:;"><path d="M17 2H7C4.243 2 2 4.243 2 7v10c0 2.757 2.243 5 5 5h10c2.757 0 5-2.243 5-5V7c0-2.757-2.243-5-5-5z"></path></svg>');
  }
  100% {
    scale: 1.5;
    margin-bottom: 30px;
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" style="fill:white;transform: ;msFilter:;"><path d="M17 2H7C4.243 2 2 4.243 2 7v10c0 2.757 2.243 5 5 5h10c2.757 0 5-2.243 5-5V7c0-2.757-2.243-5-5-5zm3 15c0 1.654-1.346 3-3 3H7c-1.654 0-3-1.346-3-3V7c0-1.654 1.346-3 3-3h10c1.654 0 3 1.346 3 3v10z"></path></svg>');
  }
}
@keyframes rdona {
  0% {
    color: red !important;
    fill: aqua;
    scale: 1.5;
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" style="fill: white;transform: ;msFilter:;"><path d="M4 21h9.62a3.995 3.995 0 0 0 3.037-1.397l5.102-5.952a1 1 0 0 0-.442-1.6l-1.968-.656a3.043 3.043 0 0 0-2.823.503l-3.185 2.547-.617-1.235A3.98 3.98 0 0 0 9.146 11H4c-1.103 0-2 .897-2 2v6c0 1.103.897 2 2 2zm0-8h5.146c.763 0 1.448.423 1.789 1.105l.447.895H7v2h6.014a.996.996 0 0 0 .442-.11l.003-.001.004-.002h.003l.002-.001h.004l.001-.001c.011.003.003-.001.003-.001.012 0 .002-.001.002-.001h.001l.002-.001.003-.001.002-.001.002-.001.003-.001.002-.001.002-.001.003-.002.002-.001.002-.001.003-.001.002-.001h.001l.002-.001h.001l.002-.001.002-.001c.011-.001.003-.001.003-.001l.002-.001a.915.915 0 0 0 .11-.078l4.146-3.317c.261-.208.623-.273.94-.167l.557.186-4.133 4.823a2.029 2.029 0 0 1-1.52.688H4v-6zm9.761-10.674C13.3 2.832 11 5.457 11 7.5c0 1.93 1.57 3.5 3.5 3.5S18 9.43 18 7.5c0-2.043-2.3-4.668-2.761-5.174-.379-.416-1.099-.416-1.478 0zM16 7.5c0 .827-.673 1.5-1.5 1.5S13 8.327 13 7.5c0-.708.738-1.934 1.5-2.934.762 1 1.5 2.226 1.5 2.934z"></path></svg>');
  }
  25% {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" style="fill: white;transform: ;msFilter:;"><path d="M4 21h9.62a3.995 3.995 0 0 0 3.037-1.397l5.102-5.952a1 1 0 0 0-.442-1.6l-1.968-.656a3.043 3.043 0 0 0-2.823.503l-3.185 2.547-.617-1.235A3.98 3.98 0 0 0 9.146 11H4c-1.103 0-2 .897-2 2v6c0 1.103.897 2 2 2zm0-8h5.146c.763 0 1.448.423 1.789 1.105l.447.895H7v2h6.014a.996.996 0 0 0 .442-.11l.003-.001.004-.002h.003l.002-.001h.004l.001-.001c.009.003.003-.001.003-.001.01 0 .002-.001.002-.001h.001l.002-.001.003-.001.002-.001.002-.001.003-.001.002-.001c.003 0 .001-.001.002-.001l.003-.002.002-.001.002-.001.003-.001.002-.001h.001l.002-.001h.001l.002-.001.002-.001c.009-.001.003-.001.003-.001l.002-.001a.915.915 0 0 0 .11-.078l4.146-3.317c.262-.208.623-.273.94-.167l.557.186-4.133 4.823a2.029 2.029 0 0 1-1.52.688H4v-6zM16 2h-.017c-.163.002-1.006.039-1.983.705-.951-.648-1.774-.7-1.968-.704L12.002 2h-.004c-.801 0-1.555.313-2.119.878C9.313 3.445 9 4.198 9 5s.313 1.555.861 2.104l3.414 3.586a1.006 1.006 0 0 0 1.45-.001l3.396-3.568C18.688 6.555 19 5.802 19 5s-.313-1.555-.878-2.121A2.978 2.978 0 0 0 16.002 2H16zm1 3c0 .267-.104.518-.311.725L14 8.55l-2.707-2.843C11.104 5.518 11 5.267 11 5s.104-.518.294-.708A.977.977 0 0 1 11.979 4c.025.001.502.032 1.067.485.081.065.163.139.247.222l.707.707.707-.707c.084-.083.166-.157.247-.222.529-.425.976-.478 1.052-.484a.987.987 0 0 1 .701.292c.189.189.293.44.293.707z"></path></svg>');
  }
  50% {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" style="fill: white;transform: ;msFilter:;"><path d="M17.726 13.02 14 16H9v-1h4.065a.5.5 0 0 0 .416-.777l-.888-1.332A1.995 1.995 0 0 0 10.93 12H3a1 1 0 0 0-1 1v6a2 2 0 0 0 2 2h9.639a3 3 0 0 0 2.258-1.024L22 13l-1.452-.484a2.998 2.998 0 0 0-2.822.504zm1.532-5.63c.451-.465.73-1.108.73-1.818s-.279-1.353-.73-1.818A2.447 2.447 0 0 0 17.494 3S16.25 2.997 15 4.286C13.75 2.997 12.506 3 12.506 3a2.45 2.45 0 0 0-1.764.753c-.451.466-.73 1.108-.73 1.818s.279 1.354.73 1.818L15 12l4.258-4.61z"></path></svg>');
  }
  75% {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" style="fill: white;transform: ;msFilter:;"><path d="M17.726 13.02 14 16H9v-1h4.065a.5.5 0 0 0 .416-.777l-.888-1.332A1.995 1.995 0 0 0 10.93 12H3a1 1 0 0 0-1 1v6a2 2 0 0 0 2 2h9.639a3 3 0 0 0 2.258-1.024L22 13l-1.452-.484a2.998 2.998 0 0 0-2.822.504zM15.403 12a3 3 0 0 0 3-3c0-2.708-3-6-3-6s-3 3.271-3 6a3 3 0 0 0 3 3z"></path></svg>');
  }
  100% {
    scale: 1.5;
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" style="fill: white;transform: ;msFilter:;"><circle cx="15.5" cy="13.5" r="2.5"></circle><path d="M12 13.5c0-.815.396-1.532 1-1.988A2.47 2.47 0 0 0 11.5 11a2.5 2.5 0 1 0 0 5 2.47 2.47 0 0 0 1.5-.512 2.486 2.486 0 0 1-1-1.988z"></path><path d="M20 4H4c-1.103 0-2 .897-2 2v12c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V6c0-1.103-.897-2-2-2zM4 18V6h16l.002 12H4z"></path></svg>');
  }
}
#transactie {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--panel-color);
  top: 0;
  left: 0;
  z-index: 9;
}

#actie_wait {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  height: 100%;
  place-items: center;
  z-index: 9999;
  background: var(--panel-color);
}

/* ===== Loading / wait fuction*/
.wait_loader {
  width: 100px;
  height: 40px;
  --c:no-repeat radial-gradient(farthest-side,var(--prime-text-hover) 93%,var(--panel-color));
  background: var(--c) 0 0, var(--c) 50% 0, var(--c) 100% 0;
  background-size: 20px 20px;
  position: relative;
  transition: all 5s ease-out;
  animation: l4-0 1s linear infinite alternate;
}

.wait_loader:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 30px;
  background: var(--prime-color-hover);
  left: 0;
  top: 0px;
  margin-top: -29px;
  border-radius: 14px;
  animation: l4-1 1s linear infinite alternate, l4-2 0.5s cubic-bezier(0, 200, 0.8, 200) infinite;
}

@keyframes l4-0 {
  0% {
    background-position: 0 100%, 50% 0, 100% 0;
  }
  8%, 42% {
    background-position: 0 0, 50% 0, 100% 0;
  }
  50% {
    background-position: 0 0, 50% 100%, 100% 0;
  }
  58%, 92% {
    background-position: 0 0, 50% 0, 100% 0;
  }
  100% {
    background-position: 0 0, 50% 0, 100% 100%;
  }
}
@keyframes l4-1 {
  100% {
    left: calc(100% - 10px);
  }
}
@keyframes l4-2 {
  100% {
    top: -0.1px;
  }
}
/* HTML: <div class="loader"></div> */
.sub-spinner {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
}
.sub-spinner-mini{
  width: 20px;
  /* scale: 0.5; */
  margin: 0 auto;
}
.sub-spinner.sub-spinner-mini::before, .sub-spinner.sub-spinner-mini::after{
  background-size: 5px 5px;
}
.sub-spinner.sub-spinner-mini::before {
  margin: -2px;
  background-size: 5px 5px;  
}
.sub-spinner::before,
.sub-spinner::after {
  content: "";
  grid-area: 1/1;
  --c:no-repeat radial-gradient(farthest-side,#25b09b 92%,#0000);
  background: var(--c) 50% 0, var(--c) 50% 100%, var(--c) 100% 50%, var(--c) 0 50%;
  background-size: 12px 12px;
  animation: l12 1s infinite;
}

.sub-spinner::before {
  margin: 4px;
  filter: hue-rotate(45deg);
  background-size: 8px 8px;
  animation-timing-function: linear;
}

@keyframes l12 {
  100% {
    transform: rotate(0.5turn);
  }
}
.btn {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 3rem;
  border-radius: 37px;
  background: var(--prime-text);
  color: #FFFEFE;
  cursor: pointer;
  transition: all 400ms ease;
  font-weight: var(--fnt4);
  border: none;
  position: relative;
  transition: all 1s;
  z-index: 1;
  font-size: 1.1rem;
  font-weight: var(--fnt6);
  overflow: hidden;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 500ms;
  position: relative;
  /* height: 47px; */
}
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--prime-color);
  transition: all 1s;
  transform: translateX(-100%);
  overflow: hidden;
  z-index: -1;
  border-radius: 30px;
}
.btn:hover::before, .btn:active::before, .btn:focus::before{
  transform: translateX(0);
  background: var(--prime-color-hover);
  box-shadow: 0 1rem 1.6rem rgba(var(--box2-color), 0.15);
  color: var(--text1-color);
  border-radius: 0px;
}
.btn:hover, btn:active, .btn:focus{
  transform: translateY(-7px);
}

.btn-light {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8rem 3rem;
  border-radius: 37px;
  background: var(--prime-text);
  color: #FFFEFE;
  cursor: pointer;
  transition: all 400ms ease;
  font-weight: var(--fnt4);
  border: none;
  position: relative;
  transition: all 1s;
  z-index: 1;
  font-size: 1.1rem;
  font-weight: var(--fnt6);
  overflow: hidden;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--prime-color);
  padding: var(--md) var(--xxl);
  border-radius: 10px;
}
.btn-light::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--prime-color);
  transition: all 1s;
  transform: translateX(-100%);
  overflow: hidden;
  z-index: -1;
  border-radius: 30px;
}
.btn-light:hover::before {
  transform: translateX(0);
  background: var(--prime-color-hover);
  box-shadow: 0 1rem 1.6rem rgba(var(--box2-color), 0.15);
  color: var(--text1-color);
  border-radius: 0px;
}
.btn-light-gray {
  background: rgba(74, 69, 69, 0.2);
  color: rgba(var(--text2-color), 0.5);
  cursor: default;
}
.btn-light-gray:hover {
  box-shadow: none !important;
}
.btn-light-gray::before {
  display: none;
}
.btn-light-strech {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8rem 3rem;
  border-radius: 37px;
  background: var(--prime-text);
  color: #FFFEFE;
  cursor: pointer;
  transition: all 400ms ease;
  font-weight: var(--fnt4);
  border: none;
  position: relative;
  transition: all 1s;
  z-index: 1;
  font-size: 1.1rem;
  font-weight: var(--fnt6);
  overflow: hidden;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--prime-color);
  padding: var(--mds) var(--lg);
  border-radius: 10px;
}
.btn-light-strech::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--prime-color);
  transition: all 1s;
  transform: translateX(-100%);
  overflow: hidden;
  z-index: -1;
  border-radius: 30px;
}
.btn-light-strech:hover::before {
  transform: translateX(0);
  background: var(--prime-color-hover);
  box-shadow: 0 1rem 1.6rem rgba(var(--box2-color), 0.15);
  color: var(--text1-color);
  border-radius: 0px;
}
.btn-side-hover:hover {
  box-shadow: 4px 3px rgba(0, 150, 136, 0.6);
}
.btn-empty {
  border: none;
  text-align: center;
  background: none;
  cursor: pointer;
}

button:disabled{
  pointer-events: none;
  background-color: var(--text3-color);
  opacity: 0.4;
  
}
#drg_form_submit {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1em;
}
#drg_form_submit .sub-spinner{
  display: none;
}
#drg_form_submit:disabled{
  .sub-spinner{
    display: grid;
  }
}
#drg_form_submit-text{
  order: -1;
}
input, textarea {
  margin: 6px auto;
  text-indent: var(--smd);
  padding: 12px 0;
  border-radius: 4px;
  border: none;
  background: none;
  color: var(--text3-color);
  background-color: var(--panelnv-color);
  font-weight: var(--fnt6);
  resize: none;
}

form {
  width: 100%;
  place-content: center;
  justify-content: inherit;
  max-width: 350px;
  margin: 0 auto;

  background: rgba(255, 255, 255, 0.94);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.69);
  padding: 15px 28px;
  margin-bottom: 33px;
}
@media (width < 800px){
  form{
    padding: 10px;
  }
}
  /*========= form submit active=========*/
  /*=== form erro msg  ====*/
input[type="number"] {
    -moz-appearance: textfield;
}

form .check-box {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  box-shadow: 0 0 12px -2px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 4px;
  right: -60px;
  opacity: 0;
  transition: all 1s ease-in-out;
}
form svg path {
  stroke-width: 3;
  stroke: #fff;
  stroke-dasharray: 34;
  stroke-dashoffset: 34;
  stroke-linecap: round;
}
form .frmsdactive {
  background: #FFC107;
  transition: 1s;
  pointer-events: none;
  transition: all 1s ease-in-out;
}
form .frmsdactive .check-box {
  right: 4px;
  opacity: 1;
  transition: 1s;
}
form .frmsdactive p {
  margin-right: 20px;
  transition: 1s;
  transition: all 2s ease-in-out;
}
form .frmsdactive svg path {
  stroke-dashoffset: 0;
  transition: 1s;
  transition-delay: 1s;
}
form .frmsderror {
  color: #ff5353;
}
form .frmsdok {
  color: #ffeb3b;
}
form .frmsdok span {
  margin-top: 10px;
  font-size: 30px;
  font-weight: 600;
  font-family: var(--fam6);
}

/* dragers , donatie form 2*/
.form-dgrs {
  position: relative;
  /* padding: 0 4px; */
}

.form-mx-500 {
  width: 100%;
  max-width: 750px;
}

.d-flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
  width: 100%;
}

.flex-row {
  flex-direction: row;
  width: 100%;
}
.flex-center-cont{
  justify-content: center;
  place-content: center;
}
.flex-center-item{
  justify-items: center;
  place-items: center;
}
.drg-input-group {
  padding: 16px 2px;
  /* margin: 5px 0; */
  width: 100%;
  position: relative;
  display: flex;
  align-content: center;
}
.drg-input-group:has(input[type="radio"]){
  display: flex;
  flex-direction: revert;
  padding: 0;
  gap: 8px;
  font-size: calc(var(--mds) + 3px);
  place-items: center;
  input{
    margin: 0;
    padding: 0;
  }
}
.el-input {
  font-weight: 600;
  padding:26px 10px 5px 5px;
  height: 3.6rem ;
  display: block;
  width: 100%;
  border: 1px solid var(--prime-color);
  margin: inherit;
  border-radius: inherit;
  outline: none;
  resize: none;
  color: var(--text-color);
  border-radius: 15px;
}

.el-input::focus {
  outline: none;
}
.amount-left {
  position: absolute;
  inset: 0;
  transform: translate(21px, 0%);
  font-size: var(--xxl);
  width: fit-content;
  height: 100%;
  display: flex;
  place-content: center;
  place-items: center;
  color: var(--text5-color);
}
.select-amount{
  display: grid;
  place-content: space-evenly;
  grid-template-columns: repeat(6,1fr);
  gap: .5em;
  margin: 1em auto;
}
.select-amount-item{
  outline: 1px solid var(--prime-color);
  font-size: var(--md);
  /* max-width: 80px; */
  width: 100%;
  text-align: center;
  border-radius: 13px;
  height: 50px;
  align-content: center;
  cursor: pointer;
  transition: var(--tran-02);
  font-weight: var(--fnt6);
  letter-spacing: 3px;
  &.active{
      background-color: var(--prime-color);
      color: var(--text1-color);
      pointer-events: no;
  }
  &:hover, &:active{
    outline-width: 2px;
  }
}
@media (width < 800px){
  .select-amount{
    grid-template-columns: repeat(3,1fr);
  } 
}
/* input group middel section*/
.drg-mid {
  margin-bottom: 10px;
}

.drg-mid-cent {
  place-items: center;
  gap: 10px;
}

.drg-opt-elemt {
  padding:  15px;
  border: none;
  border: 1px solid var(--prime-text-hover);
  font-weight: var(--fnt6);
  color: var(--text3-color);
  cursor: pointer;
  background-color: var(--panel-color);
  transition: all 300ms ease-in-out;
  border-radius: 15px;
}

.drg-opt-elemt:hover {
  background: var(--panel-color);
  color: var(--text-color);
  border-bottom: 3px solid var(--prime-text-hover);
}

.drg-opt-elemt option {
  border: 0px;
  outline: 0px;
  cursor: pointer;
}

.payment-beleid{
  width: 100%;
  font-size: calc(var(--md) - 4px);
  margin: 20px 0;
}
.payment-beleid .small_content{
  display: flex;
  flex-direction: column;
  gap: 5px;
}
/* input group beleid*/
.masjid-beleid-check {
  position: relative;
  font-size: 15px;
}

/* The container */
.beleid-chk-cont {
  display: block;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  place-items: center;
}

/* Hide the browser's default checkbox */
.beleid-chk-cont input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.beleid-checkmark {
  position: absolute;
  left: 0;
  height: 20px;
  width: 30px;
  background-color: #ccc;
  border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.beleid-chk-cont:hover input ~ .beleid-checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.beleid-chk-cont input:checked ~ .beleid-checkmark {
  background-color: var(--prime-text-hover);
}

/* Create the beleid-checkmark/indicator (hidden when not checked) */
.beleid-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the beleid-checkmark when checked */
.beleid-chk-cont input:checked ~ .beleid-checkmark:after {
  display: block;
}

/* Style the beleid-checkmark/indicator */
.beleid-chk-cont .beleid-checkmark:after {
  left: 13px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.masjid-beleid-vink {
  margin: 10px 0;
  place-items: center;
}

.masjid-beleid-vink a {
  color: var(--prime-color);
  text-indent: bold;
  font-weight: 500;
  margin-right: 4px;
}
.masjid-beleid-vink a:hover {
  color: var(--prime-color-hover);
}

.drg-verst-cont {
  margin-top: 2rem;
}

.drg-input-flex-box {
  width: 100%;
  flex-wrap: wrap-reverse;
  gap: 16px;
}

.flex-grow-1 {
  flex-grow: 1;
  width: auto;
}

/* input label & bar */
.drg-form-label {
  position: absolute;
  margin-left: 15px;
  font-weight: 500;
  font-size: 15px;
  color: var(--text3-color);
  z-index: 0;
  pointer-events: none;
  top: 50%;
  transform: translateY(-20px);
  /* transform: translateY(-50%); */
  transition: 0.2s ease all;
  transition-delay: calc(var(--index) * 0.05s);
}

.drg-input-group .el-input:focus ~ .drg-form-label,
.drg-input-group .el-input:valid ~ .drg-form-label {
  /* transform: translateY(-20px); */
  color: var(--prime-text-hover);
  /* font-size: 11px; */
}

.drg-input-group .drg-inp-bar {
  position: absolute;
  display: flex;
  width: 90%;
  bottom: 18px;
  left: 5%;
}

.drg-input-group .drg-inp-bar:before, .drg-input-group .drg-inp-bar:after {
  content: "";
  height: 3px;
  width: 0;
  position: absolute;
  background: var(--prime-text-hover);
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.drg-input-group .drg-inp-bar:before {
  left: 50%;
}

.drg-input-group .drg-inp-bar:after {
  right: 50%;
}

.drg-input-group .el-input:focus ~ .drg-inp-bar:before,
.drg-input-group .el-input:focus ~ .drg-inp-bar:after {
  width: 47%;
}

/* form massage errow */
.drg-inp-error {
  color: var(--text-error);
  width: 100%;
  font-weight: var(--fnt5);
  display: flex;
  flex-direction: column;
  gap: 3px;
  max-height: 300px;
  overflow: hidden;
  overflow-y: auto;
  /* scrollbar-width: none; */
  padding: 0 10px;
}

.drg-inp-error-sm {
  color: var(--text-error) !important;
}
.errors-msg {
  background: var(--panel-color);
  width: 100%;
  border-radius: 10px;
  padding: 5px 10px;
  font-size: var(--mds);
  color: var(--text-error);
  display: block;
  margin: 4px 0;
  box-shadow: 0 0 0px 2px red;
}

#drg-succes-send {
  display: none;
  position: absolute;
  background: white;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.succes-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  place-items: center;
  place-content: center;
  justify-content: center;
  height: 100%;
  padding: 15px;
  font-size: 16px;
}

.drg-suc-msg {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}

.drg-suc-msg p {
  border-bottom: 1px dashed;
  padding: 10px;
}

.drg-suc-icon {
  width: 80px;
}



/* form top msg box */
.status_box{
  background: var(--panel-color);
  padding: .5em 1em;
  border-radius: 2em;
  display: flex;
  align-items: center;
  gap: 0 2em;
  animation: bounce-top 2s linear forwards;
  max-width: 750px;
  margin: 2em auto;
  margin-top: 0;
  order: -5;
  flex-wrap: wrap;
}
.status_box .icon {
  height: fit-content;
  font-size: 40px;
  text-align: center;
  display: flex;
  padding: 5px;
  border-radius: 10px;
  margin: 0 10px;
  align-items: center;
  &.pending{
      color: yellow;
  }
  &.error{
      color: var(--text-error);
  }
  &.succes{
      color: var(--text4-color);
  }
}
.status_box:has(.pending){
  box-shadow: -3px 9px 2px 3px yellow;
}
.status_box:has(.error){
  box-shadow: -3px 9px 2px 3px var(--text-error);
}
.status_box:has(.succes){
  box-shadow: -3px 9px 2px 3px var(--text4-color);
}



.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.drg-mid.d-flex.flex-row iframe {
  width: 100% !important;
}

/* stripe */
p.u-lh .u-fs-xs .u-mt-2 .RedirectText .Text--redirect .u-flex .u-align-center {
  display: none !important;
}

p.RedirectText {
  display: none !important;
}

.stripe-elem {
  padding-top: 12px;
  margin-top: 0 !important;
}

.form-row {
  width: 100%;
}

#payment_content_bk{
  display: none;
  width: 100%;
}
#payment_buttons {
  margin: 10px 0;
  /* margin-top: 2em; */
  display: flex;
  justify-content: space-between;
  place-items: center;
  flex-wrap: wrap;
  gap: 1em;
}
#cancel_payment {
  background: var(--text-error);
  font-size: var(--smd);
  padding: 1em;
  height: fit-content;
}
#accept_payment {
  height: auto;
  /* padding: .2em 3em; */
}
#payment_before_review{
  width: 100%;
  padding: 10px;
  font-size: var(--mds);
  display: grid;
  gap: 5px;
  margin-top: 2em;
  border-top: 2px dashed var(--prime-color);
  padding-top: 15px;
}

#payment_before_review .payment_review {
  padding: 5px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
#payment_before_review .payment_review span {
  font-weight: var(--fnt6);
}
#payment_before_review .payment_status {
  display: flex;
  flex-direction: column;
}
/* succes */

form{
    height: 420px;
  display: flex;
  place-items: center;
  flex-direction: column;
  place-content: center;
  height: auto;
}
    .submit-form{
        transition: 200ms all ease-in-out;
        /* max-height: 420px; */
        /* height: 620px; */
        border-radius: 17px;
    }
.p-absuluut{
        position: absolute;
        top: 0;
        left: 0;
    }
    .wid-100{
        width: 100%;
    }
    .hig-100{
        height: 100%;
    }

.drg-input-group{
    margin-top: 0px !important;
    flex-direction: column;
}
#drg_from_cansel
{
    background: var(--text-error);
    padding: 3px 20px;
    opacity: 0.5;
    cursor: pointer; 
}
#drg_from_cansel:hover{
    opacity: 1;
}
.send_button
{
  display: flex;
  flex-wrap: wrap;
  place-content: space-around;
  place-items: center;
}


#succes-popup
{
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: center;
  gap: 23px;
  margin: 0 auto;
  position: fixed;
  width: 100%;
  background: var(--BG-Lin);
  inset: 0;
  z-index: 9999;
  height: 100%;
  backdrop-filter: blur(2px);
}

#payment-success {
    display: none;
    background-color: #4CAF50;
    color: white;
    padding: 20px;
    text-align: center;
}
.succes-hidden{
    height: 0px;
    transition: 2s all ease-in-out;
    overflow: hidden;
}
body:has(#succes-popup.show_success){
  overflow: hidden !important;
  .main-body{
    overflow: hidden;
  }
}
/*=== animation == */
.succes_messag
{
    display: flex;
    flex-direction: column;
    font-weight: 500;
    color: var(--panelnv-color);
    font-size: 1.5rem;
    padding: 1.5em;
    text-align: center;
}
.success-animation {
     margin:0  auto;
}
/* .success-animation .success_msg{
  display: flex;
  flex-direction: column;
  font-weight: 500;
  color: var(--panelnv-color);
  font-size: 1.5rem;
} */
.checkmark {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: var(--prime-color-hover);
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px var(--prime-color-hover);
    animation: fill .4s ease-in-out .4s forwards, scale .6s ease-in-out .9s both;
    position:relative;
    top: 5px;
    right: 5px;
   margin: 0 auto;
}
.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: var(--text4-color);
    fill: #fff;
    animation: stroke 1s cubic-bezier(0.65, 0, 0.45, 1) forwards;
 
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 1s forwards;
    stroke: var(--text4-color);
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px var(--prime-color-hover);
    }
}
@keyframes bounce-top {
  0% {
    transform: translateY(0px);
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    transform: translateY(2px);
    animation-timing-function: ease-in;
  }
  65% {
    transform: translateY(3px);
    animation-timing-function: ease-in;
  }
  82% {
    transform: translateY(4px);
    animation-timing-function: ease-in;
  }
  93% {
    transform: translateY(2px);
    animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 87% {
    transform: translateY(0px);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateY(0px);
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
/* page donation header and info list  */

.main-body {
  max-width: 1200px;
  margin: 0 auto;
  background-color: var(--body-color);
  padding: 25px;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 7px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin: 10px auto;
  margin-top: -3px;
  display: grid;
  padding-top: 2em !important;
}
.header{
  /* background: rgba(255, 255, 255, 0.46); */
  background: rgba(255, 255, 255, 0.62);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 15px 28px;
  margin-bottom: 32px;
  width: fit-content;
  margin: 0 auto;
    margin-bottom: 0px;
  margin-bottom: 0px;
  margin-bottom: 33px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  place-content: center;
  justify-items: center;
  place-items: center;
  }
.info-box {
  padding: 14px 0px;
}
.info-box .name-title {
  margin-bottom: 18px;
}
.name-title {
    width: 100%;
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
}
.name-list {
  max-width: 700px;
  margin: 0 auto;
}

/* .dona-info {
  /* border-top: 1px dashed var(--header-bk); */
  /* border-bottom: 1px dashed var(--header-bk); */
  /* padding: 17px 0; */
/*} */
.header-logo {
  margin-bottom: 20px;
}
.logo_img {
  width: 124px;
  margin: 0 auto;
  /* box-shadow: inset 0px 9px 20px rgba(13, 38, 76, 0.19); */
  padding: 20px;
  border-radius: 100%;
  position: relative;
}
.logo_img:after {
  content: "";
  background: no-repeat;
  width: 120%;
  height: 120%;
  position: absolute;
  top: -10%;
  /* border: 4px solid #F3F3F3; */
  border-radius: 100%;
}
.short-links{
  flex-wrap:wrap;
  gap: 30px 44px;
 
}
.short-links .noted{
  margin-top: 0px;
  box-shadow: 0px 12px 18px #4e280763;
}
.qr-code {
  gap: 0px;
  flex-wrap: wrap-reverse;
  font-size: 1.2rem;
  font-weight: 400;
  padding-top: 35px;
  color: #494646;
  background: white;
  border-radius: 4%;
  box-shadow: 0px 1px 13px #23232366;
  position: relative;
  padding: 10px 1.4rem;
  transition: all 700ms ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  place-items: center;
  max-width: 300px; 
  width: 100%;
  margin-top: 60px;
}
.qr-box img {
  height: 250px;
  width: 100%;
  margin-bottom: 10px;
}
.listing-icon{
  gap: 7px;
  display: flex;
  flex-direction: column;
  span{
    gap:10px
    
  }
  li{
    font-size: 15px;
  }
  i{
    color: var(--text4-color);
  }
}

.short_title {
  font-size: 14px;
  margin: 7px 5px;
  opacity: 0.8;
}
/* optie voor donatie */

.choice{
    display: none;
}
.error-block {
  border-color: red !important;
  border: 2px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
}
/* footer */
footer{
text-align: center;
  font-weight: 300;
  padding: 5px 0;
  color: rgb(51, 51, 51);
  background: var(--prime-color);
  font-size: 12px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 7px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-weight: 400;
  letter-spacing: 1px;
}
body:has(.popup.pop-show){
  overflow: hidden !important;
  .main-body{
    overflow: hidden;
  }
}
.pop-show{
  display: flex !important;
}
.popup{
  position: fixed;
  inset: 0;
  background: var(--BG-Lin);
  z-index: 9999;
  height: 100%;
  width: 100%;
  display: none;
  justify-content: center;
  place-content: center;
  place-items: center;
  backdrop-filter: blur(2px);
  padding: 1em;
}
.popupcontent{
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
  background-color: white;
  padding: 10px;
  width: 100%;
  max-width: 550px;
  height:fit-content;
  min-height: 200px;
  margin: 0 auto;
  border-radius: 20px;
  transition: var(--tran-03);
  justify-content: center;
  align-items: center;
  overflow: auto;
  overflow-x: none;
  scrollbar-width: none;
}
#popup #content{
  width: 100%;
  height: 100%;
  display: grid;
  justify-content: center;
  justify-items: center;
  grid-auto-columns: 1fr;
  margin: auto;
}
.popup_close {
  /* position: absolute;
  top: 0;
  right: 0; */
  padding: 3px 12px;
  background: var(--text5-color);
  border-radius: 0 10px 0 10px;
  font-size: var(--lg);
  color: var(--box1-color);
  cursor: pointer;
  transition: var(--tran-03);
  width: fit-content;
  float: inline-end;
  margin-left: auto;
  display: flex;
  align-items: center;
  place-content: center;
  height: 25px;
  width: 40px;
  &::before{
    content: 'x';
    translate: 0 -2px;
  }
  &:hover, &:active{
    background-color: red;
  }
}




/* top navigation */
.top_nav_info {
  display: flex;
  flex-direction: row;
  height: 2.5em;
  padding: 5px 5px;
  box-shadow: 0 0px 11px -4px rgba(0, 0, 0, 0.39);
  z-index: 9999;
  background: var(--background-color);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.top_nav_info .main {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 7px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  max-width: 1200px;
}
.top_nav_info .items {
  display: flex;
  flex-direction: row;
  place-items: center;
  font-size: small;
  font-weight: var(--fnt5);
  gap: 4px;
}
.top_nav_info .items .icon {
  font-size: 2em;
}
.top_nav_info .items a {
  display: flex;
  margin: 0 7px;
  opacity: 0.7;
  transition: var(--tr);
}
.top_nav_info .items a:hover {
  opacity: 1;
}
.top_nav_info .right, .top_nav_info .left {
  height: 100%;
  width: fit-content;
  display: flex;
  flex-direction: row;
  gap: 1em;
}
.top_nav_info .left {
  margin-right: auto;
}
.top_nav_info .right {
  margin-left: auto;
}



nav {
  display: flex;
  width: 100%;
  /* grid-area: navigatie; */
  height: 3rem;
  padding: 0 10px;
  background-color: var(--body-color);
  box-shadow: 0 4px 6px -3px rgba(67, 67, 68, 0.418);
  position: sticky;
  top: 0;
  z-index: 999;
  /* margin-bottom: 1em; */

}
nav .main {
  width: 100%;
  max-width: var(--mx-W);
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}
nav .logo {
  margin-right: auto;
  height: 100%;
}
nav .logo img {
  height: 100%;
  width: 70px;
}
nav .navi-list {
  margin-left: auto;
  display: flex;
  flex-direction: row;
  gap: 0.5em;
  height: 3rem;
}
nav .navi-list .social_items {
  display: none;
}
nav .navi-list .nav-box {
  display: flex;
  flex-direction: row;
  gap: 0.5em;
  align-items: center;
  padding: 0;
}
nav .navi-list li a {
  padding: 5px 15px;
  border-radius: 15px;
  height: 100%;
  display: flex;
  transition: var(--tran-02);
}
nav .navi-list li a:hover {
  color: var(--text1-color);
  background-color: hsl(from var(--prime-text) h s l / 0.5);
}
nav .navi-list .navi-active {
  background: var(--prime-text);
  color: var(--text1-color);
}
nav .navi-list .has-nav-active {
  background: var(--prime-text);
  color: var(--text1-color);
}
nav .navi-list .has-nav-active .navi-active {
  background: inherit;
  color: var(--text1-color);
}
nav .mobile-menu {
  display: none;
  flex-direction: row;
  gap: 0 2em;
  align-items: center;
}

.hamburg {
  height: 20px;
  width: 30px;
  align-content: center;
  align-items: center;
  position: relative;
}
.hamburg input.hamburg_input {
  display: none;
}
.hamburg label.burger {
  cursor: pointer;
  width: 100%;
  height: 100%;
  padding: 2px;
  display: grid;
  gap: 0.2em;
}
.hamburg label.burger span {
  width: 100%;
  padding: 2px;
  background: var(--prime-text);
  border-radius: var(--rd-2);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
.hamburg label.burger span:first-child {
  transform-origin: 0% 0%;
}
.hamburg label.burger span:nth-last-child(1) {
  transform-origin: 0% 100%;
}
.hamburg .hamburg_input:checked ~ label.burger span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}
.hamburg .hamburg_input:checked ~ label.burger span:nth-last-child(2) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
.hamburg .hamburg_input:checked ~ label.burger span:nth-last-child(1) {
  transform: rotate(-45deg) translate(0, -1px);
}

/* end of navigation */











/* popup */
@media (width < 800px) {
  /* card */
  #popup{
    padding: 0;
  }
  .top_nav_info {
    height: 0;
    overflow: hidden;
    padding: 0;
  }
  nav .logo {
    margin: 0 auto;
  }
  nav .navi-list {
    position: fixed;
    flex-direction: column;
    background: var(--panelnv-color);
    width: 230px;
    perspective: 300px;
    top: 3rem;
    left: -230px;
    height: calc(100dvh - 3rem);
    right: calc(-5px - 230px);
    transition: var(--tran-05);
  }
  nav .navi-list .social_items {
    display: flex;
    font-size: var(--xl);
    justify-content: space-around;
    padding: 10px 5px;
  }
  nav .navi-list .social_items a {
    display: flex;
    color: var(--prime-text);
    cursor: pointer;
    opacity: 0.6;
    transition: var(--tran-05);
  }
  nav .navi-list .social_items a:hover, nav .navi-list .social_items a:active {
    opacity: 1;
  }
  nav .navi-list .nav-box {
    flex-direction: column;
    margin-bottom: auto;
  }
  nav .navi-list .nav-box li {
    width: 100%;
  }
  nav .navi-list .nav-box li a {
    text-align: right;
    justify-content: center;
    border-radius: 0;
  }
  nav .navi-list.open {
    right: 0;
  }
  nav .mobile-menu {
    display: flex;
  }
  body:has(.navi-list.open) {
    overflow: hidden;
  }
  body:has(.navi-list.open)::before {
    content: "";
    position: absolute;
    inset: 0;
    right: 0px;
    left: 0px;
    background: hsl(from var(--text6-color) h s l/0.5);
    backdrop-filter: blur(3px);
    z-index: 999;
  }
}
@media (max-width:1050px) {
  .qr-code {
    margin-top: 0;
  }
  .short-links .noted{
      box-shadow: 0px 1px 13px #23232366;
  }
}
@media (max-width:600px) {
  #popup{
    padding: 0;
  }
  .main-body{
    background: rgba(255, 255, 255, 0.77);
    margin: 0 auto;
    padding: 10px 6px;
    border-radius: 0;
  }
}