/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
* Set up a decent box model on the root element
*/
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-size: 16px;
  font-weight: 300;
  color: #181111;
  cursor: url("data:image/svg+xml,%3Csvg height='6' width='6' viewBox='0 0 8 8' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' fill='%23eee' r='4'/%3E%3C/svg%3E") 3 3, auto;
}

body {
  font-size: 16px;
  font-weight: 300;
  font-family: "Urbanist", sans-serif;
}

/**
* Make all elements from the DOM inherit from the parent box-sizing
* Since `*` has a specificity of 0, it does not override the `html` value
* making all elements inheriting from the root box-sizing value
* See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
*/
*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/**
* Basic styles for links
*/
a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

body {
  color: #181111;
}

@media only screen and (max-width: 600px) {
  html {
    font-size: 14px;
  }
}
/**
 * Basic typography style for copy text
 */
/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.button-52 {
  position: relative;
  display: inline-block;
  padding: 0;
}
.button-52 span {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 13px 20px 13px;
  outline: 0;
  border: 2px solid black;
  cursor: pointer;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  display: inline-block;
  color: #0d0a07;
  position: relative;
}

.button-52:before {
  content: "";
  background-color: #fff;
  width: 100%;
  z-index: 0;
  position: absolute;
  height: 100%;
  top: 7px;
  left: 7px;
  transition: 0.2s;
}

.button-52:hover:before {
  top: 0px;
  left: 0px;
}

.input-group button {
  border: 0;
  padding: 0;
  outline: none;
}

header {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 9;
  padding: 15px 0;
}
header ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
header ul li {
  margin: 5px 25px;
}
header ul li a {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}

.social {
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  z-index: 9;
  padding: 0 15px;
  display: flex;
  align-items: center;
}
.social li {
  margin: 20px 0;
}
.social li a {
  font-size: 20px;
  color: #fff;
  padding: 13px 14px;
  border-radius: 50%;
}

#fixed-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
}

@media only screen and (max-width: 992px) {
  #landing #landing-image, #landing #landing-image2 {
    height: 40vh;
  }
}
@media only screen and (max-width: 600px) {
  header ul li {
    margin: 5px 15px;
  }
  header ul li a {
    font-weight: 300;
  }
  .social {
    display: none;
  }
}
footer {
  padding: 40px 0 0 0;
}
footer .footer-social {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
footer .footer-social li {
  padding: 5px 10px;
}
footer .footer-social li a {
  width: 48px;
  height: 48px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  color: #0d0a07;
}
footer h5 {
  font-size: 15vw;
  text-align: center;
  color: #fff;
  line-height: 1;
  position: sticky;
  top: 0;
  opacity: 0.25;
}
footer .form-control {
  border: 1px solid #fff;
  color: #fff;
  border-radius: 2px;
}
footer .form-control::-moz-placeholder {
  opacity: 0.5;
  letter-spacing: 1px;
}
footer .form-control::placeholder {
  opacity: 0.5;
  letter-spacing: 1px;
}

.facebook:hover {
  background-color: #4267B2;
}

.instagram:hover {
  background-color: #E1306C;
}

.youtube:hover {
  background-color: #FF0000;
}

.tiktok:hover {
  background-color: #000;
}

.apple:hover {
  background-color: #000;
}

.spotify:hover {
  background-color: #1DB954;
}

header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}


#latest-album {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 0;
}
#latest-album .music-title {
  text-align: center;
  font-size: 48px;
  margin-bottom: 25px;
}
#latest-album .streaming-services {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#latest-album .streaming-services li a img {
  height: 60px;
}
#latest-album h3 {
  font-size: 64px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 0;
}
#latest-album p {
  font-size: 22px;
  color: #fff;
  margin-bottom: 40px;
}
#latest-album h5 {
  color: #fff;
}
#latest-album .play-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-top: 30px;
}
#latest-album .play-links li a {
  margin-right: 20px;
  display: block;
}
#latest-album .play-links li a img {
  height: 36px;
  filter: brightness(0) invert(1);
}
#latest-album .play-links li a:hover img {
  filter: brightness(1) invert(0);
}
#latest-album .album-cover {
  position: relative;
}
#latest-album .album-cover img {
  position: relative;
  border-radius: 4px;
}
#latest-album .album-cover:before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  border: 4px solid #5F2879;
  position: absolute;
  top: 10px;
  left: 10px;
  transition: all 0.25s ease-in-out;
  border-radius: 4px;
}
#latest-album .album-cover:hover:before {
  top: 0;
  left: 0;
}

#albums h4 {
    font-size: 7vw;
    opacity: 0.25;
    margin-bottom: 32px;
    text-align: center;
    position: sticky;
    top: 0px;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
#albums .album-wrapper {
  margin-bottom: 32px;
}
#albums .album-wrapper:hover .album-cover {
  transform: scale(1.05);
  transform-origin: center;
}
#albums .album-wrapper .album-cover {
  box-shadow: rgba(0, 0, 0, 0.7) 0px 4px 12px;
  overflow: hidden;
  border-radius: 4px;
  transition: all 0.25s ease-in;
}
#albums .album-wrapper .album-cover img {
  border-radius: 4px;
}
#albums .album-title {
  padding-top: 10px;
}
#albums .album-title p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
#albums .album-title p span {
  display: inline-block;
  font-size: 14px;
  padding-right: 15px;
  position: relative;
}
#albums .album-title p span:nth-of-type(2):before {
  content: "";
  position: absolute;
  left: -8px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #0d0a07;
  top: 50%;
  transform: translateY(-50%);
}
#albums .album-title p span:nth-of-type(2):after {
  content: "";
  position: absolute;
  right: 5px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #0d0a07;
  top: 50%;
  transform: translateY(-50%);
}

.section-landing {
  height: 100vh;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: center;
}
.section-landing .content {
  padding-bottom: 30px;
}
.section-landing .content h2 {
  font-size: 10vw;
  color: #fff;
  text-align: center;
  line-height: 0.8;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.85);
}

.music-landing {
  height: 100vh;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: center;
}
.music-landing .content {
  padding-bottom: 30px;
}
.music-landing .content h2 {
    font-size: 12vw;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
    line-height: 1;
    margin-bottom: -25px;
}

#streaming-services {
  padding:100px 0 60px 0;
  text-align: center;
}
#streaming-services h2 {
  font-size: 48px;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 20px;
}
#streaming-services p {
  font-size: 24px;
}
#streaming-services ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#streaming-services ul li a {
  display: inline-block;
  margin: 25px 35px;
}
#streaming-services ul li a img {
  height: 75px;
}

#upcomingevent {
  padding: 60px 0;
}
#upcomingevent .event-banner {
  height: 500px;
  overflow: hidden;
  margin-bottom: 24px;
}
#upcomingevent .event-content {
  text-align: center;
}
#upcomingevent .event-content h3 {
  font-weight: 600;
}
#upcomingevent .event-content .date {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
}
#upcomingevent .event-content .location {
  font-weight: 400;
}

#allevents {
  padding: 60px 0;
}
#allevents .title {
  font-size: 7.5vw;
  text-align: center;
  
  margin-bottom: 32px;
  color:#fff;
}
#allevents .show-box {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  background-color: rgb(244, 53, 69);
  padding: 10px 10px;
  margin-bottom: 10px;
  border-radius: 4px;
}
#allevents .show-box .show-logo img {
  width: 100px;
  border-radius: 4px;
}
#allevents .show-box .show-details {
  width: calc(100% - 250px);
  padding: 10px 20px;
}
#allevents .show-box .show-details h5 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  color: #fff;
}
#allevents .show-box .show-details p {
  margin-bottom: 0;
  font-weight: 300;
  color: #fff;
}
#allevents .show-box .show-button a {
  transform: scale(0.85);
  transform-origin: right center;
}

#subscription h3 {
  font-size: 96px;
    color: #fff;
    opacity: 0.75;
    line-height: 75px;
}
#subscription p {
    font-size: 64px;
    margin: 48px 0 30px 0;
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.show-single {
  padding: 90px 0 0 20px;
}
.show-single .event-content {
  text-align: center;
  padding: 15px 0;
}
.show-single .event-content .date {
  font-weight: 600;
}
.show-single .event-content .content p {
  font-weight: 400;
}

#media {
  padding: 60px 0;
}
#media .media-card {
  background-color: #fff;
  margin-bottom: 5px;
}
#media .media-card .media-content {
  padding: 15px;
}
#media .media-card .media-content .title {
  font-size: 20px;
  font-weight: 600;
  min-height: 60px;
}
#media .media-card .media-content .title a {
  color: #0d0a07;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#media .media-card .media-content .publish {
  margin:0 0 25px 0;
  font-weight: 400;
}

.video-music {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.video-music .ri-youtube-fill {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  z-index: 1;
  font-size: 64px;
  color: #ff0000;
  transition: all 0.35s ease-in-out;
}
.video-music img {
  transition: all 0.35s ease-in-out;
}
.video-music:hover img {
  opacity: 0.95;
}
.video-music:hover .ri-youtube-fill {
  transform: translate(-50%, -50%) scale(1.25);
}

.subyou {
  
  text-align: center;
  font-size: 36px;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:60px;
}
.subyou a {
  display: inline-block;
  color: #fff;
  opacity: 0.7;
}

@media only screen and (max-width: 600px) {
  .subyou {
    font-size: 18px;
    line-height:33px;
    gap:30px;
      
  }
  #streaming-services ul {
    flex-wrap: wrap;
  }
  #subscription h3 {
    font-size: 64px;
    text-align: center;
    line-height: 56px;
    text-align: center;
  }
  #subscription p {
    font-size: 42px;
    padding-bottom:10px;
    text-align: center;
}
  #subscription .input-group {
    display: block;
    text-align: center;
  }
  #subscription .input-group input {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 0;
    height:50px;
  }
  footer h5 {
    font-size: 20vw;
  }
  footer .footer-social li a {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
  #latest-album {
    height: auto;
  }
  #latest-album h3 {
  font-size: 64px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 0;
}
#latest-album p {
  font-size: 22px;
  color: #fff;
  margin-bottom: 40px;
}
#latest-album h5 {
  color: #fff;
}
  #latest-album .play-links {
    flex-wrap: wrap;
  }
  #latest-album .play-links li {
    width: 50%;
    margin-bottom: 15px;
  }
  .music-landing .content h2 {
    font-size: 20vw;
  }
  .section-landing .content h2 {
    font-size: 12vw;
  }
  #upcomingevent .event-banner {
    height: auto;
  }
  #allevents .show-box {
    display: block;
    padding: 15px;
  }
  #allevents .show-box .show-details {
    width: 100%;
    padding: 0;
  }
  #allevents .show-box .show-button a {
    transform-origin: left center;
  }
  #allevents .show-box .show-details h5 {
    font-size: 20px;
    margin: 10px 0;
  }
  #allevents .show-box .show-details p {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .show-single {
    padding: 0;
    padding-top: 90px;
  }
  #streaming-services h2{
      font-size:36px;
  }
  #streaming-services p {
        font-size: 16px;
    }
}
html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.cursor {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: var(--width);
  height: var(--height);
  transform: translate(calc(var(--x) - var(--width) / 2), calc(var(--y) - var(--height) / 2));
  /* transition-duration: 125ms;
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-property: width, height, transform; */
  transition: 150ms width cubic-bezier(0.39, 0.575, 0.565, 1), 150ms height cubic-bezier(0.39, 0.575, 0.565, 1), 150ms transform cubic-bezier(0.39, 0.575, 0.565, 1);
  z-index: 1;
  pointer-events: none;
  will-change: transform;
  mix-blend-mode: exclusion;
}

@media (pointer: fine) {
  .cursor {
    display: block;
  }
}
.cursor::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: var(--radius);
  border: 2px solid #fff;
  mix-blend-mode: color;
  opacity: var(--scale);
  transform: scale(var(--scale));
  transition: 300ms opacity cubic-bezier(0.39, 0.575, 0.565, 1), 300ms transform cubic-bezier(0.39, 0.575, 0.565, 1), 150ms border-radius cubic-bezier(0.39, 0.575, 0.565, 1);
}

html:not(html:hover) .cursor::after {
  opacity: 0;
  transform: scale(0);
}

#scroll-down{
    position:absolute;
    bottom:20px;
    right:20px;
    z-index:9;
}
.mouseDown {
  font-size: 0.9em; /* CONTROL MOUSE SIZE */
  border: 2px solid rgba(255,255,255,1);
  display: block;
  width: 1.7em;
  height: 2.8em;
  border-radius: 0.9em;
  margin: 0 auto;
  text-decoration: none;
  transition: border 0.2s ease-out;
}

.mouseDown:hover {border: 2px solid rgba(255,255,255,0.7);}

.mouseDown span {
  display: block;
  background: #fff;
  width: 0.2em;
  height: 0.3em;
  margin: 0.7em auto 0;
  border-radius: 0.4em;
}

.mouseDown span {
  -webkit-animation-name: scroll;
  animation-name: scroll;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.65, -0.55, 0.25, 1.5);
  animation-timing-function: cubic-bezier(0.65, -0.55, 0.25, 1.5);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  will-change: transform;
}

.mouseDown:hover span {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}

@-webkit-keyframes scroll {
  0%, 20% {
    -webkit-transform: translateY(0) scaleY(1);
  }
  10% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1.2em) scaleY(1.5);
    opacity: 0.01;
  }
}

@keyframes scroll {
  0%, 20% {
    transform: translateY(0) scaleY(1);
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translateY(1.2em) scaleY(1.5);
    opacity: 0.01;
  }
}