/* styles.css */
@font-face {
  font-family: 'Moonrising';
  src: url('/fonts/Moonrising.ttf') format('truetype'),
       url('/fonts/Moonrising.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Moonrising';
  src: url('/fonts/Moonrising Italic.ttf') format('truetype'),
       url('/fonts/Moonrising Italic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}
  
  /* Apply globally or selectively */
  body {
    background: #fff;
    color: #000;
    font-family: 'Moonrising', sans-serif;
    font-weight: normal; /* or bold depending on usage */
  }

  h1.header-title{
    margin: 0px !important;
    padding: 0px !important;
    background: black !important;
    color: #fff !important;
    font-family: 'Moonrising', sans-serif;
    font-style: italic;
    font-weight: bold;
  }

  .black-text {
    background: #000;
    color: #fff;
    height: 562px;
    padding: 2%;
    text-align: initial;
    font-size: 15px;
    line-height: 26px;
}

.left-section {
  padding: 2%;
  text-align: initial;
}
  .fix-height {
    height: 700px;
  }

      /* Optional: Style for full-width main image */
  .main-poster img {
    display: block;
    width: 100%;
    height: auto;
    }

    .carousel-inner img {
        height: 800px; /* Adjust this to your desired height */
        object-fit: cover; /* Ensures image fills the area while maintaining aspect ratio */
        width: 100%;
      }

      .hero.py-5 {
        padding-top: 0rem!important;
        padding-bottom: 0rem!important;
    }
    
  
  .hero h1 {
    font-size: 3rem;
    font-weight: bold;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.6);
    padding: 1rem 2rem;
    border-radius: 8px;
  }
  
  h2 {
    font-weight: bold;
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 2rem;
  }

  .hero {
    background-color: #000;
    color: #fff;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
  
  .download-btn {
    margin: 0.5rem auto 2rem auto;
    display: inline-block;
  }

.gallery {
  overflow-x: auto;
  white-space: nowrap;
  padding: 1rem;
  margin-top: 60px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
  
.gallery img {
  width: 100% !important;
}

.fix-height h2 {
  font-size: 60px;
}

.col-md-4 .img-fluid {
  width: 90%;
}
  
  .important-msg p {
    text-align: center;
    font-size: 1.2rem;
    margin-top: 1rem;
  }
  
  .merchandise h2 {
    margin-top: -22px;
    padding-top: 0px;
}

h2.tarot-text {
  padding-bottom: 29px;
}

strong.red {
  color: red;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.black-text a {
  margin-top: 13px !important;
}

.download-left,
.download {
  text-align: center;
}

.download a {
  margin-top: 32px !important;
}

.download-left .download-btn {
  margin-top: 24px !important;
  text-align: center;
  margin: auto;
}


/* Tablets (landscape and portrait) */
@media (max-width: 1024px) {
  .black-text, .left-section {
    padding: 4%;
    font-size: 14px;
    line-height: 24px;
  }

  .carousel-inner img {
    height: 500px;
  }

  .hero h1 {
    font-size: 2rem;
    padding: 0.5rem 1rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  .gallery img {
    max-height: 140px;
  }
}

/* Mobile phones */
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }

  .black-text, .left-section {
    padding: 5%;
    font-size: 13px;
    line-height: 22px;
  }

  .carousel-inner img {
    height: 300px;
  }

  .hero h1 {
    font-size: 1.5rem;
    padding: 0.5rem 1rem;
  }

  h2 {
    font-size: 1.3rem;
  }

  .gallery img {
    max-height: 100px;
  }

  .fix-height {
    height: auto;
  }

  .download-btn {
    width: 100%;
    text-align: center;
  }
}
