:root {
}

*,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor:url('img/cursor.png'), auto !important;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #000000;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h {
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: #c7d0d8;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: #c7d0d8;
  text-shadow: 0px 0px 8px #77838f;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #77838f;
  line-height: 1.7;
}

::selection {
	color: #242628;
  background-color: #cb49e5;
}

.col,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.position-absolute {
  position: absolute !important;
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-center {
  text-align: center !important;
}

.w-100 {
  width:100% !important
}

.h-screen {
  height: 100vh;
}

/*modal*/

.modal_wrap input {
    display: none;
}

.modal_overlay {
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
}

.modal_trigger {
    position: absolute;
    width: 100%;
    height: 100%;
}

.modal_content {
    align-self: center;
    width: 60%;
    max-width: 800px;
    padding: 30px 30px 15px;
    box-sizing: border-box;
    background: #23272A;
    line-height: 1.4em;
    transform: scale(1.2);
    transition: 0.8s;
    border-radius: 25px 25px 25px 3%;
}

.close_button {
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 24px;
    cursor: pointer;
    color: #7b348e;
    transition: .5s;
}

.close_button:hover {
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 24px;
    cursor: pointer;
    color: #7b348e;
    text-shadow: 0px 0px 8px  #63204f;
    transition: .5s;
}

.modal_wrap input:checked ~ .modal_overlay {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}

.modal_wrap input:checked ~ .modal_overlay .modal_content {
    transform: scale(1);
}

.btn-about {
  display: inline-block;
  width: 80px;
  text-align: center;
  font-size: 10px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 6px 12px;
  border-radius: 4px;
  background-image: linear-gradient(-90deg, #c778ec, #5471ad);
  transition: .5s;
  background-size: 200%;
  text-shadow: 0px 0px 8px  #77185b;
  transition-duration: 0.2s;
}

.btn-about:hover {
  background-position: right center;
  border-radius: 7px;
  transition-duration: 0.2s;
}

.btn-donation {
  display: inline-block;
  width: 130px;
  text-align: center;
  font-size: 10px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 12px 12px;
  border-radius: 4px;
  background-image: linear-gradient(-90deg, #78cfec, #0045d6);
  transition: .5s;
  background-size: 200%;
  text-shadow: 0px 0px 8px #211777;
  transition-duration: 0.2s;
}

.btn-donation:hover {
  background-position: right center;
  border-radius: 7px;
  transition-duration: 0.2s;
}

.text-3d {
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  color: #c778ec;
  text-shadow: 0px 4px 2px rgba(0, 0, 0, 0.32), 0px 1px 0px #ae61ca, 0px 2px 0px #924ea7, 0px 3px 0px #9f54ad, 0px 0px 20px #77185b;
  background: url(img/bg.gif);
}

.text-3d span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 34px;
  font-size: 10px;
  line-height: 30px;
  transform: translateY(18px);
  color: #5471ad;
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.32), 0px 1px 0px #617eca, 0px 1px 0px #4e65a7,0px 0px 8px #241777;
}
