:root {
    --main-red: #dc3545;
    --main-light-red: #ff7f7f;
    --main-gray: #282828;
    --main-green: #00ff00;
    --off-black: #08090d;
    --secondary-gray: #0c0c14;
    --sans: "Open Sans", sans-serif;
    --heading-font: 'Archivo', sans-serif; /*--'Titillium Web', sans-serif;*/
    --not-quite-black: #23272a;
    --main-purple: #bc8cff;

    /* COWARDS ERA THEME */
    /*--button-colour: 125 145 120;*/
    /*--theme-colour: #7d8f78;*/
    /*--theme-colour-dark: #475245;*/
    /*--heading-theme-colour: #daf0ee;*/
    /*--theme-colour-alt-1: #9db5b2;*/
    /*--theme-colour-alt-2: #94d1be;*/

    /* CAN I DIE ALONE? ERA THEME */
    /*
    --button-colour: 143 53 53;
    --theme-colour: #8f3535;
    --theme-colour-dark: #6b2e2e;
    --heading-theme-colour: #daf0ee;
    --theme-colour-alt-1: #b59d9d;
    --theme-colour-alt-2: #d19494;
    */

    /* BELIEVE IN MY LOVE ERA THEME */
    /* button-colour & theme-colour are equivalent in different formats */
    --button-colour: 53 128 143;
    --theme-colour: #35808f;
    --theme-colour-dark: #2e606b;
    --heading-theme-colour: #daf0ee;
    --theme-colour-alt-1: #9db2b5;
    --theme-colour-alt-2: #94cad1;

    --spacing-0-5: 0.125rem;
    --spacing-1: 0.25rem;
    --spacing-1-5: 0.375rem;
    --spacing-2: 0.5rem;
    --spacing-2-5: 0.625rem;
    --spacing-3: 0.75rem;
    --spacing-3-5: 0.875rem;
    --spacing-4: 1rem;
    --spacing-4-5: 1.125rem;
    --spacing-5: 1.25rem;
    --spacing-5-5: 1.375rem;
    --spacing-6: 1.5rem;
    --spacing-6-5: 1.625rem;
    --spacing-7: 1.75rem;
    --spacing-7-5: 1.875rem;
    --spacing-8: 2rem;
    --spacing-8-5: 2.125rem;
    --spacing-9: 2.25rem;
    --spacing-9-5: 2.375rem;
    --spacing-10: 2.5rem;
    --spacing-11: 2.75rem;
    --spacing-12: 3rem;
    --spacing-14: 3.5rem;
    --spacing-16: 4rem;
    --spacing-18: 4.5rem;
    --spacing-20: 5rem;
    --spacing-24: 6rem;
    --spacing-28: 7rem;
    --spacing-32: 8rem;
    --spacing-36: 9rem;
    --spacing-40: 10rem;
    --spacing-44: 11rem;
    --spacing-48: 12rem;
    --spacing-52: 13rem;
    --spacing-56: 14rem;
    --spacing-60: 15rem;
    --spacing-64: 16rem;
    --spacing-72: 18rem;
    --spacing-80: 20rem;
    --spacing-96: 24rem;
    --container-max-width: 1600px;
    --container-narrow-max-width: 1350px;
    --container-gutter: var(--spacing-5);
    --section-outer-spacing-block: var(--spacing-10);
    --section-inner-max-spacing-block: var(--spacing-9);
    --section-inner-spacing-inline: var(--container-gutter);
    --section-stack-spacing-block: var(--spacing-8);
    --grid-gutter: var(--spacing-5);
    --product-list-row-gap: var(--spacing-8);
    --product-list-column-gap: var(--grid-gutter);
    --input-gap: var(--spacing-2);
    --input-height: 2.625rem;
    --input-padding-inline: var(--spacing-4);
    --sticky-area-height: calc(var(--sticky-announcement-bar-enabled, 0) * var(--announcement-bar-height, 0px) + var(--sticky-header-enabled, 0) * var(--header-height, 0px));
    --transform-logical-flip: 1;
    --transform-origin-start: left;
    --transform-origin-end: right;
    --heading-font-family: Futura, sans-serif;
    --heading-font-weight: 700;
    --heading-font-style: normal;
    --heading-text-transform: uppercase;
    --heading-letter-spacing: 0.0em;
    --text-font-family: Futura, sans-serif;
    --text-font-weight: 400;
    --text-font-style: normal;
    --text-letter-spacing: 0.0em;
    --text-h0: 3rem;
    --text-h1: 2.5rem;
    --text-h2: 2rem;
    --text-h3: 1.5rem;
    --text-h4: 1.375rem;
    --text-h5: 1.125rem;
    --text-h6: 1rem;
    --text-xs: 0.6875rem;
    --text-sm: 0.75rem;
    --text-base: 0.875rem;
    --text-lg: 1.125rem;
    --accent: 255 110 0;
    --text-primary: 255 244 235;
    --background-primary: 14 14 14;
    --dialog-background: 14 14 14;
    --border-color: var(--text-color, var(--text-primary)) / 0.12;
    --button-background-primary: var(--button-colour);
    --button-text-primary: 14 14 14;
    --button-background-secondary: 255 110 0;
    --button-text-secondary: 14 14 14;
    --success-background: 238 241 235;
    --success-text: 112 138 92;
    --warning-background: 255 238 224;
    --warning-text: 255 110 0;
    --error-background: 245 229 229;
    --error-text: 170 40 38;
    --on-sale-text: 255 110 0;
    --on-sale-badge-background: 255 110 0;
    --on-sale-badge-text: 255 255 255;
    --sold-out-badge-background: 255 110 0;
    --sold-out-badge-text: 255 255 255;
    --primary-badge-background: 185 217 235;
    --primary-badge-text: 0 0 0;
    --star-color: 255 110 0;
    --product-card-background: 255 244 235;
    --product-card-text: 14 14 14;
    --header-background: 14 14 14;
    --header-text: 255 244 235;
    --footer-background: 255 110 0;
    --footer-text: 14 14 14;
    --rounded-xs: 0.25rem;
    --rounded-sm: 0.125rem;
    --rounded: 0.25rem;
    --rounded-lg: 0.5rem;
    --rounded-full: 9999px;
    --rounded-button: 0.5rem;
    --rounded-input: 0.5rem;
    --shadow-sm: 0 2px 8px rgb(var(--text-primary) / 0.0);
    --shadow: 0 5px 15px rgb(var(--text-primary) / 0.0);
    --shadow-md: 0 5px 30px rgb(var(--text-primary) / 0.0);
    --shadow-block: 0px 0px 50px rgb(var(--text-primary) / 0.0);
    --cursor-close-svg-url: url(//mitski.com/cdn/shop/t/3/assets/cursor-close.svg?v=147174565022153725511702061679);
    --cursor-zoom-in-svg-url: url(//mitski.com/cdn/shop/t/3/assets/cursor-zoom-in.svg?v=154953035094101115921702061679);
    --cursor-zoom-out-svg-url: url(//mitski.com/cdn/shop/t/3/assets/cursor-zoom-out.svg?v=16155520337305705181702061679);
    --checkmark-svg-url: url(//mitski.com/cdn/shop/t/3/assets/checkmark.svg?v=18165024035044750621702061679);

    --text-h0: 4rem;
    --text-h1: 3rem;
    --text-h2: 2.5rem;
    --text-h3: 2rem;
    --text-h4: 1.625rem;
    --text-h5: 1.25rem;
    --text-h6: 1.125rem;
    --text-xs: 0.75rem;
    --text-sm: 0.875rem;
    --text-base: 1.0rem;
    --text-lg: 1.25rem;
    --container-gutter: 2rem;
    --section-outer-spacing-block: var(--spacing-14);
    --section-inner-max-spacing-block: var(--spacing-10);
    --section-inner-spacing-inline: var(--spacing-14);
    --section-stack-spacing-block: var(--spacing-12);
    --grid-gutter: var(--spacing-6);
    --product-list-row-gap: var(--spacing-12);
    --input-gap: 1rem;
    --input-height: 3.125rem;
    --input-padding-inline: var(--spacing-5);

    --text-color: 255 244 235;
    --button-background-opacity: 1;
}

body, html {
    color: #fff;
    font-size: 16px;
    font-family: var(--sans);
    background-color: var(--off-black); /*#0e1117;*/ /*black;*/ /*#0b151a;*/ /* #0a0f17 */
    line-height: 1.35;
    background-repeat: repeat;
    background-size: 100% auto;
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: auto;
    overflow-x: hidden; /* This prevents horizontal scrolling */
}

h1 {
    font-family: var(--heading-font);
    letter-spacing: -.02em;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--heading-theme-colour);
}

h2, h3 {
    font-family: var(--heading-font);
    letter-spacing: -.01em;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--heading-theme-colour);
}

p {
    margin: 0;
    font-family: var(--sans);
}

a {
    color: var(--theme-colour-alt-2);
}

img {
    border-radius: 10px;
}

.border-radius-10 {
    border-radius: 10px;
}

.image-container {
  position: relative;
  overflow: hidden;
}

.text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start; /* Align text and SVG horizontally */
  align-items: flex-end; /* Align text and SVG vertically */
  color: white;
  opacity: 1; /* Always visible */
}

.text {
  text-decoration: none; /* Remove text decoration */
  color: white; /* Set text color to white */
}

.icon {
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  margin-left: 8px;
}

.inner-img {
  transition: transform 0.5s; /* Moved the transition to .inner-img */
}

.image-container:hover .inner-img {
  transform: scale(1.1); /* Zoom effect on hover */
}

.image-container:hover .icon {
  opacity: 1; /* Fades in only on hover */
}

.vh-50 {
    height: 50vh !important;
}

@media only screen and (min-width: 992px){
    body, html {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1200px){
    body, html {
        font-size: 20px;
    }
}

.hero-section {
  position: relative;
  height: 80vh;
  width: 100%;
  background-color: #222; /* Background color for the hero section */
  color: #fff; /* Text color */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}

.latest-release-header {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../img/believe_in_my_love_notext.3ea7db78b6f8.webp");
  opacity: 0.5; /* Adjust the opacity as needed */
  z-index: 1;
  background-size: cover;
  background-position: center;
}

.hero-content {
  z-index: 1;
  height: 100%;
}

.tiny {
    font-size: 6px;
}

@media only screen and (min-width: 768px){
    .tiny {
        font-size: 12px;
    }
}

.mh-150px {
    min-height: 150px;
}

[role="banner"] {
    background: var(--main-gray);
    overflow: hidden;
    margin: 0;
    padding: 10px 0 6px;
    position: relative;
    z-index: 0;
    height: 70px;
}

.logo {
    background: url("../img/snowfish-logo-white.346b5c86389c.svg") 0 0 no-repeat;
    display: block;
    float: left;
    overflow: hidden;
    text-decoration: none;
    text-indent: 100%;
    width: 144px;
    height: 24px;
    cursor: pointer;
    transition: transform 0.3s ease-in-out, background 0.3s ease-in-out;
}

.logo:hover {
    transform: scale(1.05);
    background: url("../img/snowfish-logo-orange.392ba9ccde34.svg") 0 0 no-repeat;
}

[role="footer"] {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 140px;
    background: transparent;
    overflow: hidden;
    padding: 1rem;
    z-index: 0;
    text-align: center;
    background: var(--main-gray);
}

.bg-dark-navy {
    background-color: #0a0f17 !important;
}

.bg-secondary-gray {
    background: var(--secondary-gray);
}

.nav-link {
    font-size: 0.9rem;
    display: block;
    padding: 0.5rem 1rem;
    color: white;
    text-decoration: none;
    transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out;
    text-align: center;
    line-height: 50px;
}

a.nav-link:hover,
a.nav-link:focus {
    color: var(--main-red);
    background-color: #dc3545;
    transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out, border-bottom 0.5s ease-in-out;
}

.the-monster-upstairs {
    background: url("../img/releases/the_monster_upstairs.259532f5ff7d.webp") 0 0 no-repeat;
    display: block;
    float: left;
    overflow: hidden;
    width: 30vw;
    height: 30vw;
    background-size: contain;
    transition: width 0.15s ease-in-out, height 0.15s ease-in-out;
    border-radius: 10px;
}

@media only screen and (min-width: 768px){
    .the-monster-upstairs {
        width: 30vw;
        height: 30vw;
        /*height: 30vh;*/
    }
}

@media only screen and (min-width: 1200px){
    .the-monster-upstairs {
        width:35vw;
        height:35vw;
    }
}

.shine-overlay {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.shine-overlay:hover .shine {
  display: block;
}

.shine {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),color-stop(50%,rgba(255,255,255,.8)),to(rgba(255,255,255,0)));
  background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 50%,rgba(255,255,255,0) 100%);
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  transform: skew(30deg);
  animation: shine 0.75s linear 1;
}

@keyframes shine {
  0% {
    left: -50%;
    opacity: 0;
  }
  50% {
    left: 25%;
    opacity: .5;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

.tour-dates-list {
    list-style: none;
    padding: 0;
}

.tour-date-item {
    background: #0a0f17;
    /*background-color: #0a0f17;*/
    margin-bottom: 10px;
}

.content {
    /*The header is 70px and footer is 140px, so minus 210 from the content, this allows the footer to line up with the bottom of the page*/
    min-height: calc(100vh - 210px);
    display: flex;
    flex-direction: column;
    padding-top: 64px; /*accounting for nav bar (reduced from 67px to 64px)*/
}

.footer-contents {
    display: flex;
    justify-content: space-between;
    /*width: 40%;*/
    margin: 0 auto;
}

.footer-social {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-social li {
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
}

.social-icon {
    transition: filter 0.3s ease-in-out;
}

.social-icon:hover {
    filter: invert(70%);
}

.footer-text {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 100;
    display: flex;
    align-items: center;
    font-size: 1rem;
}

.footer-text p {
    display: inline-block;
}

.social-icon {
    width: 40px;
    height: 40px;
    background-size: contain !important;
    display: block;
}

.copyright-text {
    color: dimgray;
}

.instagram {
    background: url("../img/social/instagram.a7fb1f92dadb.png") 0 0 no-repeat;
}

.facebook {
    background: url("../img/social/facebook.f5294b0961a8.png") 0 0 no-repeat;
}

.twitter {
    background: url("../img/social/twitter.1092570c0394.png") 0 0 no-repeat;
}

.youtube {
    background: url("../img/social/youtube.6c71c49451c2.png") 0 0 no-repeat;
    height: 30px;
    width: 45px;
}

.tiktok {
    background: url("../img/social/tiktok.4d737393d430.png") 0 0 no-repeat;
}

.spotify {
    background: url("../img/social/spotify.cc4e2784f479.png") 0 0 no-repeat;
}

.apple-music {
    background: url("../img/social/apple-music.12e99c2a5a5f.svg") 0 0 no-repeat;
}

/* Media query for screens with a maximum width of 600 pixels */
@media screen and (max-width: 600px) {
    .social-icon {
        width: 20px; /* Adjust the width to your preference */
        height: 20px; /* Use a percentage for the height to maintain aspect ratio */
    }
    .youtube {
        height: 16px;
        width: 24px;
    }
}

/* VIDEOS */
.yt-iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.yt-responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* MUSIC */
.release {
    text-align: center;
}

/* BUTTONS */
.btn--primary {
    background: royalblue;
    color: white !important;
    outline: solid 2px white;
    border-radius: 1rem;
    margin: 4px;
}

.btn--primary:hover,
.btn--primary:focus,
.btn--primary:active {
    background: dodgerblue;
}

.btn--secondary {
    background: transparent;
    color: white !important;
    outline: solid 2px white;
    border-radius: 1rem;
    margin: 4px;
}

.btn--secondary:hover,
.btn--secondary:focus,
.btn--secondary:active {
    background: lightslategray;
}

.btn--table {
    margin: 0;
    border-radius: 0.25rem;
    font-size: 0.9rem;
    line-height: 0.75;
}

/* table */
@media screen and (max-width: 576px) {
  .table td,
  .table th {
    font-size: 0.75rem;
  }
}

.button, .btn {
  --button-background: var(--button-background-primary) / var(--button-background-opacity, 1);
  --button-text-color: var(--button-text-primary);
  --button-outline-color: var(--button-background-primary);
  -webkit-appearance: none;
  appearance: none;
  border-radius: var(--rounded-button);
  background-color: rgb(var(--button-background));
  color: rgb(var(--button-text-color));
  text-align: center;
  font-size: var(--text-sm);
  letter-spacing: var(--text-letter-spacing);
  padding-block-start: var(--spacing-2-5);
  padding-block-end: var(--spacing-2-5);
  padding-inline-start: var(--spacing-5);
  padding-inline-end: var(--spacing-5);
  font-weight: bold;
  line-height: 1.6;
  transition: background-color .15s ease-in-out, color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: inline-block;
  position: relative;
  border: 0;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}

.button:hover, .btn:hover,
.button:focus, .btn:focus,
.button:active, .btn:active {
  color: rgb(var(--button-outline-color) / var(--button-background-opacity, 1));
  background: none;
  box-shadow: inset 0 0 0 2px;
}

.button--xs {
  font-size: var(--text-xs);
  padding-block-start: var(--spacing-1);
  padding-block-end: var(--spacing-1);
  line-height: 1.7;
}

.button--sm {
  font-size: var(--text-xs);
  padding-block-start: var(--spacing-2);
  padding-block-end: var(--spacing-2);
  line-height: 1.7;
}

.button--lg {
  font-size: var(--text-base);
  padding-block-start: .8125rem;
  padding-block-end: .8125rem;
  padding-inline-start: var(--spacing-6);
  padding-inline-end: var(--spacing-6);
}

.button--xl {
  font-size: var(--text-base);
  padding-block-start: var(--spacing-4);
  padding-block-end: var(--spacing-4);
  padding-inline-start: var(--spacing-8);
  padding-inline-end: var(--spacing-8);
}

.button--secondary {
  --button-background: var(--button-background-secondary) / var(--button-background-opacity, 1);
  --button-text-color: var(--button-text-secondary);
  --button-outline-color: var(--button-background-secondary);
}

.button--subdued {
  --button-background: var(--text-color) / .1 !important;
  --button-text-color: var(--text-color) !important;
  --button-outline-color: var(--text-color) !important;
}

.button--outline {
  color: rgb(var(--button-outline-color) / var(--button-background-opacity, 1));
  background: none;
  box-shadow: inset 0 0 0 2px;
}

.button--outline:hover,
.button--outline:focus,
.button--outline:active {
  color: rgb(var(--button-text-color));
  background-color: rgb(var(--button-background));
  box-shadow: inset 0 0 0 2px var(--button-outline-color);
}

.border--theme {
    border-color: var(--theme-colour) !important;
}

.border--theme--dark {
    border-color: var(--theme-colour-dark) !important;
}

/* header */

.header {
  background-color: var(--main-gray);
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  position: absolute;
  width: 100%;
  z-index: 3;
  color: white;
  font-family: "FreeMono", monospace;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: var(--main-gray);
}

.header li a {
  display: block;
  padding: 20px 20px;
  text-decoration: none;
  color: white;
  transition: background-color 0.4s, color 0.4s; /* Add transition */
}

.header li a:hover,
.header .menu-btn:hover,
.header li a.active:hover {
  background-color: var(--theme-colour);
  color: white;
}

.header li a.active {
    color: var(--theme-colour);
    text-decoration: underline;
}

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
  position: relative;
  margin: 20px;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
  margin-top: 0.25rem;
}

.header .menu-icon .navicon {
  background: white;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: white;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 500px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 835px) { /*48em*/
  .header li {
    float: left;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}

/*
<!-- HTML !-->
<button class="custom-button" role="button"><span class="text">Button 64</span></button>
*/

/* CSS */
.custom-button {
  align-items: center;
  background-image: linear-gradient(144deg,#AF40FF, #5B42F3 50%,#00DDEB);
  border: 0;
  border-radius: 8px;
  box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
  box-sizing: border-box;
  color: #FFFFFF;
  display: flex;
  font-family: Phantomsans, sans-serif;
  font-size: 20px;
  justify-content: center;
  line-height: 1em;
  max-width: 100%;
  min-width: 140px;
  padding: 3px;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
}

.custom-button:active,
.custom-button:hover {
  outline: 0;
}

.custom-button span {
  background-color: rgb(5, 6, 45);
  padding: 16px 24px;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  transition: 300ms;
}

.custom-button:hover span {
  background: none;
}

@media (min-width: 768px) {
  .custom-button {
    font-size: 24px;
    min-width: 196px;
  }
}

@media (max-width: 700px) {
  .custom-button {
    font-size: 14px;
    min-width: 100px;
  }
}

/* Glitch button effect */
.glitch-button,
.glitch-button:after {
  border: 0;
  color: #fff;
  letter-spacing: 3px;
  outline: transparent;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.glitch-button:after {
  --slice-0: inset(50% 50% 50% 50%);
  --slice-1: inset(80% -6px 0 0);
  --slice-2: inset(50% -6px 30% 0);
  --slice-3: inset(10% -6px 85% 0);
  --slice-4: inset(40% -6px 43% 0);
  --slice-5: inset(80% -6px 5% 0);

  content: '7qgUWt2FNBah';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent 3%, #00E6F6 3%, #00E6F6 5%, var(--theme-colour-dark) 5%);
  text-shadow: -3px -3px 0 #F8F005, 3px 3px 0 #00E6F6;
  clip-path: var(--slice-0);
}

.glitch-button:hover:after {
  animation: 1s glitch;
  animation-timing-function: steps(2, end);
}

@keyframes glitch {
  0% {
    clip-path: var(--slice-1);
    transform: translate(-20px, -10px);
  }
  10% {
    clip-path: var(--slice-3);
    transform: translate(10px, 10px);
  }
  20% {
    clip-path: var(--slice-1);
    transform: translate(-10px, 10px);
  }
  30% {
    clip-path: var(--slice-3);
    transform: translate(0px, 5px);
  }
  40% {
    clip-path: var(--slice-2);
    transform: translate(-5px, 0px);
  }
  50% {
    clip-path: var(--slice-3);
    transform: translate(5px, 0px);
  }
  60% {
    clip-path: var(--slice-4);
    transform: translate(5px, 10px);
  }
  70% {
    clip-path: var(--slice-2);
    transform: translate(-10px, 10px);
  }
  80% {
    clip-path: var(--slice-5);
    transform: translate(20px, -10px);
  }
  90% {
    clip-path: var(--slice-1);
    transform: translate(-10px, 0px);
  }
  100% {
    clip-path: var(--slice-1);
    transform: translate(0);
  }
}

/*Fixed height carousel*/
.carousel .carousel-item img {
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  height:80vh;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.carousel .carousel-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

/* Fixed height carousel */
.carousel .carousel-item img {
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.carousel .carousel-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.release-date {
    padding-bottom: 10px;
}

.text-themed {
    color: var(--theme-colour);
    text-transform: uppercase;
}

.text-themed-light {
    color: var(--theme-colour-alt-1);
    text-transform: uppercase;
}

.bg-theme {
    background-color: var(--theme-colour);
}

/* Responsive styles for different screen sizes */
@media (max-width: 479.98px) {
  /* Smallest devices */
  .carousel .carousel-item img {
    height: 20vh; /* Adjust the height as needed */
  }
}

@media (max-width: 575.98px) {
  /* Extra small devices (portrait phones) */
  .carousel .carousel-item img {
    height: 35vh; /* Adjust the height as needed */
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* Small devices (landscape phones) */
  .carousel .carousel-item img {
    height: 45vh; /* Adjust the height as needed */
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* Medium devices (tablets) */
  .carousel .carousel-item img {
    height: 50vh; /* Adjust the height as needed */
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* Large devices (desktops) */
  .carousel .carousel-item img {
    height: 80vh; /* Adjust the height as needed */
  }
}

@media (min-width: 1200px) {
  /* Larger desktops */
  .carousel .carousel-item img {
    height: 90vh; /* Adjust the height as needed */
  }
}

/* BLOG PAGE */
.blog-post-title {
    text-transform: capitalize;
}

/* FOOTER WAVE */
.footer-wave {
    margin: 18px 0 0;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.footer-wave svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 51px;
    transform: rotateY(180deg);
}

.footer-wave .shape-fill {
    fill: #282828;
}

/* ABOUT WAVE */
.about-wave {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.about-wave svg {
    position: relative;
    display: block;
    width: calc(170% + 1.3px);
    height: 222px;
    transform: rotateY(180deg);
}

.about-wave .shape-fill {
    fill: #90BD89;
}

/*ZOOM ON HOVER IMG*/
.img-wrapper {
  overflow: hidden;
}

.inner-img {
  transition: 0.5s;
}

.inner-img:hover {
  transform: scale(1.1);
}
