/* OCEANUS */

@font-face {
  font-family: "PexicoMicroRegular";
  src: url("/shrines/ai_art/style/PexicoMicroRegular/font.woff2")
      format("woff2"),
    url("/shrines/ai_art/style/PexicoMicroRegular/font.woff") format("woff");
}
@font-face {
  font-family: "MultiTypeGamerGridDisplay";
  src: url("/shrines/ai_art/style/MultiTypeGamerGridDisplay/font.woff2")
      format("woff2"),
    url("/shrines/ai_art/style/MultiTypeGamerGridDisplay/font.woff")
      format("woff");
}
@font-face {
  font-family: "QuarantypeSackrace";
  src: url("/shrines/ai_art/style/QuarantypeSackrace/font.woff2")
      format("woff2"),
    url("/shrines/ai_art/style/QuarantypeSackrace/font.woff") format("woff");
}
@font-face {
  font-family: "AntapaniExtraBold";
  src: url("/shrines/ai_art/style/AntapaniExtraBold/font.woff2") format("woff2"),
    url("/shrines/ai_art/style/AntapaniExtraBold/font.woff") format("woff");
}
@font-face {
  font-family: "NowGrotesk";
  src: url("/shrines/ai_art/style/NowGrotesk/font.woff2") format("woff2"),
    url("/shrines/ai_art/style/NowGrotesk/font.woff") format("woff");
}
@font-face {
  font-family: "VelodromaBasicWide";
  src: url("/shrines/ai_art/style/VelodromaBasicWide/font.woff2")
      format("woff2"),
    url("/shrines/ai_art/style/VelodromaBasicWide/font.woff") format("woff");
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "VelodromaBasicWide";
  color: black;
  background-color: #0d0537;
}

.container {
  margin: 0 auto;
  max-width: 512px;
  background-color: #0d0537;
}

h1 {
  font-size: 60px;
  color: white;
}

a {
  font-size: 25px;
  color: magenta;
}

ul li {
  list-style-type: "▧ ";
  font-size: 25px;
}

/* Useful Classes */
.xy-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.transition {
  transition: all 350ms ease-in-out;
}

.r-3-2 {
  width: 100%;
  padding-bottom: 100%;
  background-color: #0d0537;
}

.image-holder {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* Main Styles */
.gallery-wrapper {
  position: relative;
  overflow: hidden;
}

.gallery {
  position: relative;
  white-space: nowrap;
  font-size: 0;
}

.item-wrapper {
  cursor: pointer;
  width: 23%;
  /* arbitrary value */
  display: inline-block;
  background-color: #0d0537;
}

.gallery-item {
  opacity: 0.5;
}

.gallery-item.active {
  opacity: 1;
}

.controls {
  font-size: 0;
  border-top: none;
}

.move-btn {
  display: inline-block;
  width: 50%;
  border: none;
  color: black;
  background-color: magenta;
  padding: 0.2em 1.5em;
  font-size: 40px;
}

.move-btn:first-child {
  border-right: none;
}

.move-btn.left {
  cursor: w-resize;
}

.move-btn.right {
  cursor: e-resize;
}
