
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* border: 1px solid red; */
  }
  html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    font-family: sans-serif;
  -webkit-text-size-adjust: 100%;

  }
body {
    margin: 0;
    font-family: 'Arial', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-family: Roboto,sans-serif;
  }
a {
    background-color: transparent;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    color: #111;
    font-weight: 500;
    text-decoration: none;
  }
  section {
    display: flex;
    padding-top: 4rem;
    padding-top: 4rem
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: none;
    color: #fff;
    padding: 15px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    height: 80px;
    /* border: 1px solid blue; */
  }
  .logo {
    height: 50px; /* Adjust the height as needed */
  }
  .logo img {
    height: 100%;
    width: 100%;
  }
  .menu-icon {
    font-size: 40px;
    cursor: pointer;
    color: #878787;
    /* border: 1px solid red; */
    z-index: 1000!important;
  }
  .navigation {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    /* height: calc( 100vh - 80px); */
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 40px;
    box-sizing: border-box;
    z-index: 900;
    padding-top: 140px;
    display: flex;
    transition: left 0.3s ease; /* Add a smooth transition effect */
    left: 100%;
    /* border: 2px solid red; */
  }
  .navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  .navigation li {
    margin-bottom: 10px;
    font-family: Oswald,sans-serif;
  color: #111;
  font-size: 3.4vw;
  font-weight: 700;
  letter-spacing: -.025em;
  text-transform: uppercase;
  }
  .navigation a {
    transition: all 0.6s;
    text-decoration: none;
    color: #fff;
  }
  .navigation a:hover {
    transition: all 0.6s;
    text-decoration: none;
    color: greenyellow;
  }

  .logo-nav {
    position: absolute;
    left: 0;
    font-family: Roboto,sans-serif;
    color: #111;
    font-size: 2.4vw;
    font-weight: 300;
    letter-spacing: 0.05em; 
    transform: rotate(-90deg); /* Rotates text -90 degrees */
    white-space: nowrap; /* Prevent text from wrapping */
    /* background-color: blue; */
    margin-left: -2.5em;
    color: #333;
  }
  .navigation-right {
    /* padding: 2em; */
    width: 100%;
    /* background-color: green; */
    display: flex;
    justify-content: flex-end;
    text-align: right;
  }

  /* ------------------------------------------------------------- */ 

  .hero {
    height: 100vh;
    background: url('../img/oli_guitar_spotify_header3.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    background-position-y: top;
  }
  .wrapper {
    width: 100%;
    max-width: 1390px;
    /* border: 2px solid greenyellow; */
  }
  .left {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .right {
    justify-content: flex-end;
  }
  .hero-content {
    margin-top: 28%;
    position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
   /* border: 2px solid pink; */
   justify-content: flex-start;
  }


  .out-now-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* max-width: 480px;
    max-width: 100%; */
    padding-right: 8px;
    padding-left: 10px;
    width: 50%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    background-color: greenyellow;
  }

.song-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
}

  .out-now-line {
    height: 1px;
    margin-right: 12px;
    margin-left: 8px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #000;
  }
  .subheading.new {
    padding-right: 6px;
  }
  .subheading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Roboto,sans-serif;
    color: #000;
    font-size: 12px;
    line-height: 32px;
    letter-spacing: 8px;
    text-transform: uppercase;
  }
  h5 {
    margin-top: 4px;
    margin-bottom: 8px;
    font-family: Roboto,sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    font-weight: 400;
    color: #000;
  }
  .song {
    margin: 0 0 16px;
  font-family: Oswald,sans-serif;
  font-family: Roboto,sans-serif;
  color: #111;
  font-size: 2.4vw;
  font-weight: 700;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 0.5em;
  width: 100%;
  text-align: left;
  }
  .rymann {
    margin: 0 0 16px;
  font-family: Oswald,sans-serif;
  color: #111;
  font-size: 8vw;
  font-weight: 700;
  letter-spacing: -.025em;
  text-transform: uppercase;
  margin-top: -0.4em;
  margin-left: -0.05em;
  width: 100%;
  text-align: left;
  }
  .yvi {
    margin: 0 0 16px;
  font-family: Oswald,sans-serif;
  color: #111;
  font-size: 2vw;
  font-weight: 700;
  letter-spacing: -.025em;
  text-transform: uppercase;
  margin-top: -1.6em;
  margin-left: -0.05em;
  width: 100%;
  text-align: left;
  }
  .purchase-links.hero-links {
    color: #000;
    text-align: left;
    margin-top: 2em;
    margin-left: -7px;
  }

  .press-kit-link {
    margin-right: 30px;
    margin-left: 0;
    padding-left: 0;
  }

    .press-kit-link:hover {
    transition: all 0.6s;
    color: greenyellow;
    background: #000;
    padding-right: 2em;
  }

  .purchase-link.stream {
    margin-left: 0;
    padding-right: 12px;
    padding-left: 12px;
    -border-right: 1px solid #000;
    -border-right-color: rgb(0, 0, 0);
    color: #000;
    font-weight: 500;
    transition: all 0.6s;
  }
  .purchase-link.stream:hover {
    transition: all 0.6s;
    color: greenyellow;
    background: #000;
    padding-right: 2em;
    padding-left: 2em;
  }
  
  .purchase-link.buy {
    margin-left: 0;
    padding-right: 12px;
    padding-left: 12px;
    color: #000;
    font-weight: 500;
    transition: all 0.6s;
  }
  .purchase-link.buy:hover {
    transition: all 0.6s;
    color: greenyellow;
    background: #000;
    padding-right: 2em;
    padding-left: 2em;
  }

  /* .purchase-link.download {
    padding-right: 12px;
    padding-left: 7px;
    border-right: 1px solid #000;
    border-right-color: rgb(0, 0, 0);
    color: #000;
    font-weight: 500;
  }
  .purchase-link.download:hover {
    transition: all 0.6s;
    color: greenyellow;
    background: #000;
    padding-right: 2em;
  } */

  /* ----------------------------------------------------- */

  .section-wrapper {
    position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  /* margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; */
   /* border: 2px solid pink; */
   /* background-color: orange; */
  }




  
  .section.footer {
    padding-top: 4em;
    padding-bottom: 4em;
    background-color: #000;
    display: flex;
    flex-wrap: wrap;
  }

  .center {
    margin-bottom: 12px;
    margin-right: auto;
  margin-bottom: 12px;
  margin-left: auto;

    text-align: center;
    justify-content: center;
  }
  .right {
    margin-bottom: 12px;
    margin-left: auto;
    text-align: right;
    justify-content: flex-end;
  }


  .signup-title {
    color: #fff;
  }

  .subheading.center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .signup-form {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
  }


  .form {
    margin-top: 40px;
  }

  .form-field {
    height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-style: none none solid;
    /* border-width: 1px; */
    border-bottom-width: 1px;
    background-color: transparent;
    width: 100%;
    text-align: CENTER;
    color: #999;
    border: none;
    border-bottom: 1px solid #fff; /* You can adjust the color to your preference */
    outline: none; /* Remove the default focus outline */
  }

.form-field:focus {
    border-style: none none solid;
    border-bottom: 2px solid greenyellow; /* Change the color or size for the focused state */
}

  input {
    line-height: normal;
  }
  button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
      font-size: inherit;
      line-height: inherit;
    margin: 0;
      margin-bottom: 0px;
  }

  .footer-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 8em;
    margin-right: auto;
    margin-left: auto;
    padding: 16px 4px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
  }

  .footer-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .nav-link.footer-link {
    margin-right: 12px;
    margin-left: 0;
    padding-right: 4px;
    padding-left: 8px;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  /* .nav-link {
    position: relative;
    margin-right: 8px;
    margin-left: 8px;
    padding: 4px 8px;
      padding-right: 8px;
      padding-left: 8px;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
      transition-duration: 0.4s;
      transition-timing-function: ease;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
  } */



  .nav-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    /* -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto; */
    /* border: 2px solid pink; */
    /* width: 500px; */
    -margin-right: -8px;

  }

  .social-link {
    color: white!important;
    margin-left: 2em;
  }

  .social-link:hover i {
  color: greenyellow;
}

  .w-inline-block {
    max-width: 100%;
    display: inline-block;
    width: 20px;

  }
  .w-inline-block img {
    width: 100%;
    height: 100%;
  }

  .nav-social-icon {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    margin-left: 8px;
    /* padding-right: 0; */
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    /* border: 1px solid greenyellow; */
    /* margin: 1em; */
  }
  .nav-social-icon img {
    /* border: 0;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block; */
    width: 100%;
    height: 100%;
    /* border: 1px solid greenyellow; */
  }

  .nav-social-icon:hover {
    opacity: 0.7;
  }

  .footer-legal-notice {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: 90vw;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    padding: 16px 4px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top: 1px solid hsla(0,0%,100%,.25);
  }

  .footer-legal {
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 12px;
    font-weight: 300;
    text-align: right;
    letter-spacing: 0;
  }


  a {
    background-color: transparent;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    color: #111;
    font-weight: 500;
    text-decoration: none;
  }

  .white {
    color: #fff;
  }

  .bg-green {
    background-color: greenyellow!important;
    color: #000!important;
  }


  .music {
    /* height: 100vh; */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
    padding-top: 8em;
  padding-bottom: 2em;
  font-weight: 400;
  }

  .music-cards {
    width: 100%;
    /* background-color: red; */
    /* display: flex; */
    /* flex-wrap: wrap; */
    margin-bottom: 3em;
    /* border: 1px solid black; */
  }

  .releases {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* width: 100%; */
    /* max-width: 1400px; */
    /* -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; */
    /* -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; */
    /* -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch; */
    margin-left: -.5vw;
    margin-right: -.5vw;
    /* border: 1px solid red; */
    width: 100wv;
    flex-wrap: wrap;
  }

  .release-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 17vw;
    width: calc( 25% - 1vw);
    margin-right: .5vw;
    margin-left: .5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgba(0,0,0,.25);
    /* border: 1px solid blue; */
    margin-bottom: 1em;
  }

  .release-artwork-thumb {
    position: relative;
    /* width: 17vw; */
    height: 36vh;
    padding-top: 8px;
    padding-left: 16px;
  }

  .artwork-thumb-container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    /* border: 2px solid blue; */
    overflow: hidden;
  }

  .release-artwork-thumb:hover {
    transform: scale(1.01); /* Adjust the scale factor for the zoom effect */
    transition: transform 0.3s ease-in-out; /* Adjust the transition duration as needed */
  }

  .category-label.featured-release {
    position: absolute;
    left: 0;
    top: auto;
    right: 0;
    bottom: 0;
    display: block;
    margin-right: 0;
    padding: 4px 0;
    border-radius: 0;
    background-color: #000;
    color: #fff;
    text-align: center;
  }

  .release-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .category-label {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    padding-right: 4px;
    padding-left: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.5);
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 4px;
    text-transform: uppercase;
  }

  .product-title {
    margin-top: 12px;
    margin-bottom: 0;
  }
  h3 {
    margin-top: 8px;
    margin-bottom: 8px;
    font-family: Oswald,sans-serif;
    color: #111;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  p {
    max-width: 720px;
    margin-top: 4px;
    margin-bottom: 4px;
    font-family: Roboto,sans-serif;
    color: #5c5c5c;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: -.5px;
  }

  .item-divider {
    height: 1px;
    margin-top: 12px;
    margin-bottom: 8px;
    background-color: #000;
  }

  #music .nav-link.button, #merch .nav-link.button {
    display: inline-block;
    margin-top: 32px;
    margin-right: auto;
    margin-left: 0;
    padding: 8px 16px;
    border-radius: 4px;
    background-color: #000;
    font-weight: bolder;
    cursor: pointer;
    color: #fff;
    z-index: 1;
    transition: all 0.4s;
  }

  #music .nav-link.button:hover,  #merch .nav-link.button:hover {
    background-color: greenyellow;
    color: #000;
    transition: all 0.4s;
    padding-left: 2em;
    padding-right: 2em;
  }
  #music .nav-link, #merch .nav-link {
    position: relative;
    margin-right: 8px;
    margin-left: 8px;
    padding: 4px 8px;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
  
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
  }

#subscribe {
    position: relative;
}

  #subscribe .nav-link {
    position: relative;
    margin-right: 8px;
    margin-left: 8px;
    padding: 4px 8px;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
  }
  #subscribe .nav-link-line {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 5px; /* Adjust the distance from the text */
    display: block;
    height: 1px;
    background-color: greenyellow;
    transition: all 0.4s;
    width: 0;
  }



  #subscribe .nav-link:hover .nav-link-line {
    width: 100%;
     color: greenyellow;
  }

  #subscribe .nav-link:hover {
    transition: all 0.6s;
    color: greenyellow;
    background: #000;
    -padding-right: 2em;


  }
  
  #subscribe .nav-link.button {
    display: inline-block;
    margin-top: 32px;
    margin-right: auto;
    margin-left: 0;
    padding: 8px 16px;
    border-radius: 4px;
    background-color: #fff;
    color: #000;
    z-index: 1;
    transition: all 0.4s;
    border: 0;
    cursor: pointer;
  }
  #subscribe .nav-link.button:hover {

background-color: greenyellow;
transition: all 0.4s;
padding-left: 2em;
padding-right: 2em;

  }



  .background-heading {
    position: relative;
    /* left: auto;
    right: auto; */
    margin-left: 0 auto;
    margin-right: 0 auto;
    bottom: 32px;
    z-index: 0;
    margin-top: 0;
    color: rgba(51,51,51,.1);
    font-size: 24vw;
    text-align: center;
    letter-spacing: 0;
    justify-self: center;
    justify-content: center;
    /* width: 100% ; */
    /* border: 1px solid red; */
    display: flex;
  }
  h2 {
    margin-top: 8px;
    margin-bottom: 16px;
    font-family: Oswald,sans-serif;
    color: #111;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .subheading.video-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    z-index: 1000!important;
    color: #fff;
  }
  
  
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
  }
  






  .products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 96%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product-item {
    overflow: hidden;
    margin-right: 1%;
    margin-left: 1%;
    /* -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; */
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgba(0,0,0,.25);
    width: 30%;
    margin-bottom: 1em;
  }

  .product-image-container {
    overflow: hidden;
    cursor: pointer;
}


  .product-image-thumbnail {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 400px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: filter 0.5s ease-in-out;
    transition: transform 0.3s ease-in-out;
  }

  .product-image-thumbnail:hover {
    transform: scale(1.1); /* Adjust the zoom level as needed */
}

  .lightbox-link {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /* background-color: rgba(0,0,0,.5); */
    text-decoration: none;
  }

  .lightbox-icon {
    width: 36px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
    transition: opacity 0.3s ease-in-out;
    fill: #fff;
    opacity: 0;
  }

  .lightbox-icon img {
    width: 100%;
    height: 100%;
  }
  .lightbox-link:hover .lightbox-icon {
    opacity: 1;
  }

  .product-meta {
    padding-right: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
  }

  .product-title {
    margin-top: 12px;
    margin-bottom: 0;
  }

  p {
    max-width: 720px;
    margin-top: 4px;
    margin-bottom: 4px;
    font-family: Roboto,sans-serif;
    color: #5c5c5c;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: -.5px;
  }

  .item-divider {
    height: 1px;
    margin-top: 12px;
    margin-bottom: 8px;
    background-color: #000;
  }

  .purchase-links {
    line-height: 24px;
    transition: opacity .4s;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #merch .purchase-link {
    display: inline-block;
    margin-top: 4px;
    margin-right: 0;
    padding-right: 8px;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    line-height: 24px;
    font-weight: 500;
  }

  #merch .purchase-link:hover {
    opacity: 0.7;
  }

  .footer-contact {
    color: #fff;
    font-family: Roboto,sans-serif;

  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 4em;
  }









  /* video carousel ------------------------- */

  .image-container {
    width: 100%;
    /* height: 100vh; */
    background-color: #000;
    position: relative;
    overflow: hidden;
}

.image-slider {
    display: flex;
    transition: transform 0.5s ease-in-out; /* Add a smooth slide transition */
    height: calc( 100vh - 80px);
    /* width: 100%; */
    /* max-width: 100%; */
  }

  .slide {
    width: 100%;
    height: 100%;
    max-width: 100%;
    /* border: 2px solid blue; */
    object-fit: cover;
    flex: 0 0 100%;
    display: flex;
    position: relative;
  }

  .slide img {
    height: 100%;
    /* max-width: 100%; */
    /* border: 2px solid blue; */
    object-fit: cover;
    width: 120%; /* Ensure the image fills the entire width of the slide */
    height: 120%;
  }

  /* .image-slider img {
    height: 100%;
    max-width: 100%;
    object-fit: cover;
  } */

/* .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 50%;
    opacity: 0.8;
    color: #fff;
    /* font-size: 40px; */
}
.play-symbol {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translateY(-50%);
    transform: translateX(-50%);
    cursor: pointer;
    padding: 10px 20px;
    opacity: 0.9;
    color: #fff;
    font-size: 80px;
}

.arrow-left {
    height: 80px;
    left: 0;
}

.arrow img {
    width: 100%;
    height: 100%;
}

.arrow-right {
    height: 80px;
    right: 0;
}

.dots-container {
    position: absolute;
    bottom: 2em;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    display: inline-block;
    margin: 0 5px;
    opacity: 0.5;
    cursor: pointer;
}

.dot.active {
    opacity: 1;
}

.custom-text {
    position: absolute;
    /* width: 100%; */
    left: 50%;
    transform: translateX(-50%);
    bottom: 10vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 400;
    text-align: center;
    z-index: 1000!important;
    color: #fff;
    font-family: Roboto,sans-serif;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 8px;
    text-transform: uppercase;
    background: rgba(0,0,0,0.3);
    padding-left: 2em;
    padding-right: 2em;
    border-radius: 3px;
  }

  .player-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 10000!important;

    justify-content: center;
    align-items: center;
  }

  .player-container {
    position: relative;
    width: 1024px; /* Adjust the width as needed */
    border-radius: 10px;
  }

  video {
    border-radius: 10px;
  }

.close {
    position: absolute;
    left: 50%;
    top: 10%;
    padding: 0.7em;
    padding-left: 3em;
    padding-right: 3em;
    border-radius: 6px;
    border: 1px solid greenyellow;
    background-color: #000;
    color: #fff;
    z-index: 100000!important;
    transform: translateX(-50%);
    cursor: pointer;
    letter-spacing: .25em;
    text-transform: uppercase;
    transition: all 0.4s;
}

.close:hover {
    background-color: greenyellow;
    transition: all 0.4s;
    padding-left: 4em;
    padding-right: 4em;
    
}

 /* video carousel ------------------------- */

 .back-to-top {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    text-align: center;
    right: 2%;
    bottom: 80%;
    font-weight: 900;
    z-index: 10;
    opacity: 0;
    transition: all 1s;
    border-radius: 3px;
 }

 .back-to-top-show {
    opacity: 1;
    bottom: 3%;
    transition: all 1s;
  }

 .back-to-top:hover {
background: greenyellow;
transition: all 0.4s;
 }

 .back-to-top img {
    width: 100%;
    height: 100%;
 }

 .parallax-img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}


#result-message {
    background: #000;
    color: greenyellow;
    margin-top: 1em;
    height: 40px;
}


/* Add this CSS to style the audio overlay */
.audio-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }
  
  .audio-wrapper {
    position: relative;
    text-align: center;
    width: 30%;
    height: 30%;
    border-radius: 12px;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .audio-content {
    position: relative;
    text-align: center;
    /* width: 30%;
    height: 30%; */
    border-radius: 6px;
    background-color: greenyellow;
    display: flex;
    justify-items: center;
    align-items: center;
  }
  
  .close-button {
    position: absolute;
    top: 20px;
    right: 30px;
    background-color: transparent;
    border: none;
    color: white;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.4s;
  }

  .close-button:hover {
    color: greenyellow;
    transition: all 0.4s;
}


.overlay-notavail {
    position: absolute;
    top: -5em;
    left: 50%;
    transform: translateX(-50% );
    width: 280px;
    height: 50;
    padding: 1em;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.9); /* Black with 0.8 opacity */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  
}

/* Style for the text within the overlay */
.overlay-notavail-text {
    color: greenyellow;
    text-align: center;
    font-family: 'Roboto';
    letter-spacing: 1px;
}

/* Hover effect */
.notavail:hover .overlay-notavail {
    opacity: 1;
}

.press {
    font-size: 12vw;
}

.press-container {
    overflow: hidden;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 12px 0 rgba(0,0,0,.15);
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.press-kit-column {
    /* margin: 24px 1%; */
    /* padding: 24px; */
    width: 30%;
    padding: 4em;
    padding-right: 0;
  }
.press-kit-column2 {
    /* margin: 24px 1%; */
    /* padding: 24px; */
    width: 70%;
    padding: 4em;
  }

  .line-ornament {
    height: 1px;
    margin-top: 12px;
    margin-bottom: 12px;
    background-color: #000;
  }

  .press-kit-info {
    text-align: left;

  }

  .booking-enq {
    display: flex;
    margin-top: 3em;
    margin-bottom: 3em;
  }

    .pdf {
    display: flex;
    margin-left: 0.5em;
  }



  .press-fotos {
    /* background-color: red; */
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 1em;
  }

        /* Style for each foto element */
        .foto {
            flex: 0 0 25%; /* Two columns, each taking 50% width */
            box-sizing: border-box;
            padding: 5px; /* Adjust the padding as needed */
            break-inside: avoid-column; /* Avoid breaking images across columns */
            position: relative;
            overflow: hidden;
            aspect-ratio: 1; /* Set a fixed aspect ratio for square */
        }

        /* Style for the images within each foto */
        .foto img {
            width: 100%;
            height: 100%;
            border-radius: 4px;
            object-fit: cover; /* Make the image fill the square container */
        }

        .download-links {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            margin-top: 2em;
          }

          .background-heading.internal-heading {
            position: relative;
            top: -40px;
            bottom: auto;
            margin-bottom: -48px;
            font-size: 12vw;
            line-height: 11vw;
          }