

.syne, h1, h2, h3 {
  font-family: "Syne", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
body {
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

canvas.nyxamoke {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.bg-red {
  background-color: #ff3313;
}
.text-red {
  color: #ff3313;
}
.fill-gray {
  fill: #ced4da;
}
.fill-icon {
  fill: #212529;
}
.fill-white {
  fill: white;
}
.bg-brand-gradient {
  background: linear-gradient(90deg, #ff3313, #ec7209);
/*background-color: #fffcf2;*/
}
.custom-shadow {
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.15);
}
.b-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.b-top {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.hand {
  filter: drop-shadow(2px 4px 6px rgba(255,255,255,0.2)) brightness(0.8);
}
.footer-link {
  opacity: 0.5;
  text-decoration: none;
  margin: 0 5px;
  transition: all 200ms ease-out;
}
.footer-link:hover {
  opacity: 0.9;
}
.text-sm {
  font-size: 85%;
}
.rounded-custom {
  border-radius: 15px;
}
.feature-box {
  transition: all 300ms ease-out;
}
.feature-box:hover {
  transform: translateY(-30px);
}
.cursor-link a {
  color: #ced4da;
  text-decoration: none;
}
.cursor-link svg {
fill: #ced4da;
}
.hover-opacity-100:hover {
  opacity: 1 !important;
}
.transition {
  transition: all 300ms ease-out;
}
.cursor-sec {
  min-height: 400px;
}
.astronaut {
  transform-origin: bottom center;
}
.made-with {
  border: 1px solid rgb(255 255 255 / 15%);
  border-radius: 50px;
  padding: 5px 10px;
}
.btn-link {
  width: 40px;
  height: 40px;
  background-color: #e9ecef;
  transition: all 300ms ease-out;
}
.btn-wrapper:hover .btn-link {
  background-color: #212529;
}
.btn-wrapper:hover .btn-link svg {
  fill: #ffffff;
}
.btn-title {
  font-size: 80%;
  transform: translate(-60px, -50%);
  transition: all 300ms ease-out;
  top: 50%;
  left: 0;
  color: black;
  background-color: #ffffff;
  padding: 3px 10px 3px 20px;
  border-radius: 5px;
}
.btn-wrapper:hover .btn-title {
  transform: translate(25px, -50%);
}
.btn-wrapper {
  border-radius: 100px;
  min-width: 110px;
}
.main-btn {
  background-color: white;
  color: black;
  transition: all 200ms ease-out;
}
.main-btn svg {
  fill: black;
  transition: all 200ms ease-out;
}
.main-btn:hover {
  background-color: #ff3313;
  color: white;
}
.main-btn:hover svg {
  fill: white;
}
/*Demetrobyte*/
.demetrobyte .cursor {
  --columns: 30;
  --border-radius: 0;
  --background-color: #5cafc1;
  --blending-mode: normal;
  height: 100%;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 99;
  mix-blend-mode: var(--blending-mode);
  --size: calc(100vw / var(--columns));
}

.demetrobyte .cursor__inner { 
  display: grid;
  grid-template-columns: repeat(var(--columns), var(--size));
}

.demetrobyte .cursor__inner-box {
  width: var(--size);
  height: var(--size);
  background: var(--background-color);
  opacity: 0;
  border-radius: var(--border-radius);
}

/*Hephamage*/
.hephamage .content {
  isolation: isolate;
    --width: 150px;
    --filter: none;
    --blending-mode: normal;
}
#dionytris {
    position: relative;
    overflow: hidden;
}
.hephamage .content__img {
  width: var(--width);
    position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
    pointer-events: none;
    will-change: transform, opacity;
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s ease-out;
    filter: var(--filter);
    mix-blend-mode: var(--blending-mode);
}
#dionytris, #aphorbit, #cronovoid {
  cursor: none;
}
#dionytris a, #aphorbit a, #cronovoid a {
  cursor: none;
}

#gaialoop {
  background-image: url('../img/bg-1.jpg');
  background-size: cover;
}
#demetrobyte {
  background-image: url('../img/bg-9.jpg');
  background-size: cover;
}
#hephamage {
  background-image: url('../img/bg-3.jpg');
  background-size: cover;
}
#aroneko {
  background-image: url('../img/bg-2.jpg');
  background-size: cover;
}
#dionytris {
  background-image: url('../img/bg-5.jpg');
  background-size: cover;
}
#hestellipse {
  background-image: url('../img/bg-6.jpg');
  background-size: cover;
}
#nyxamoke {
  background-image: url('../img/bg-7.jpg');
  background-size: cover;
}
#aphorbit {
  background-image: url('../img/bg-8.jpg');
  background-size: cover;
}
#cronovoid {
  background-image: url('../img/bg-4.jpg');
  background-size: cover;
}

