.slide {
  display: none;
  animation: fadeIn 0.6s ease-in-out;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
.thumbnail-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  gap: 10px;
  margin-top: 20px;
  justify-items: center;
}

.thumbnail {
  width: 100%;
  max-width: 100px;
  height: 70px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.3s, transform 0.3s;
}

.thumbnail:hover {
  opacity: 1;
  transform: scale(1.05);
}
.floating-nav-btn {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ff914d;
  color: white;
  padding: 12px 20px;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  font-family: inherit;
  font-size: 16px;
  z-index: 1000;
  display: none;
  transition: background-color 0.3s, opacity 0.3s;
}

.floating-nav-btn.visible {
  display: block;
  opacity: 1;
}

.floating-nav-btn:hover {
  background-color: #ff6d1f;
}


.video-tabs {
  text-align: center;
  margin-bottom: 1rem;
}

.tab-button {
  background-color: #ffffff55;
  border: none;
  padding: 10px 20px;
  margin: 0 8px;
  border-radius: 30px;
  font-family: 'Brush Script MT', cursive;
  font-size: 1.1rem;
  cursor: pointer;
  transition: background-color 0.3s;
}

.tab-button.active,
.tab-button:hover {
  background-color: #ffbf00;
  color: #000;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 20px;
}

.video-grid iframe {
  width: 100%;
  height: 200px;
  border: none;
  border-radius: 10px;
}

.hidden {
  display: none;
}
html {
  scroll-behavior: smooth;
}
.journey-button {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 25px;
  background-color: #ff6b4a;
  color: #fff;
  font-family: 'Brush Script MT', cursive;
  font-size: 1.3rem;
  border: none;
  border-radius: 30px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.journey-button:hover {
  background-color: #e25b39;
}
#shop {
  padding: 2rem 3rem;
  background: rgba(255, 255, 255, 0.05);
  margin: 2rem auto;
  max-width: 1000px;
  border-radius: 12px;
  text-align: center;
}

#shop h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.shop-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  margin-top: 1.5rem;
}

.product {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  padding: 1rem;
  width: 250px;
  color: #fff;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}

.product img {
  width: 100%;
  border-radius: 8px;
}

.product h3 {
  margin: 0.5rem 0 0.2rem;
  font-size: 1.2rem;
}

.product p {
  margin: 0.2rem 0 0.8rem;
  font-weight: bold;
}

.product a {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #fff;
  color: #000;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
}
.hero-logo {
  margin-top: 1.5rem;
  text-align: center;
}

.hero-logo img {
  width: 170px; /* or whatever works */
  height: auto;
}
.site-logo {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  width: 88px; /* increased by 10% */
  height: auto;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}
}

.site-logo:hover {
  opacity: 1;
  transform: scale(1.05);
  cursor: pointer;
}

.site-logo img {
  width: 100%;
  height: auto;
  display: block;
}
#support {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  padding: 3rem 1rem;
  margin: 2rem auto;
  border-radius: 12px;
  max-width: 1000px;
}

#support h2 {
  font-family: 'Playfair Display', serif;
  margin-bottom: 1rem;
}

#support p {
  font-size: 1rem;
  margin-bottom: 2rem;
  font-family: 'Inter', sans-serif;
}

.support-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.2rem;
}

.support-buttons a {
  text-decoration: none;
  color: #fff;
  padding: 0.8rem 1.6rem;
  border-radius: 6px;
  font-weight: 600;
  transition: background-color 0.3s;
}

.patreon-btn {
  background-color: #f96854; /* Patreon red-orange */
}

.patreon-btn:hover {
  background-color: #d95545;
}

.whydonate-btn {
  background-color: #007bff; /* Blue for WhyDonate */
}

.whydonate-btn:hover {
  background-color: #0056b3;
}
#contact {
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 3rem 1rem;
  color: #fff;
  border-radius: 12px;
  margin: 2rem auto;
  max-width: 1000px;
}

#contact h2 {
  font-family: 'Playfair Display', serif;
  margin-bottom: 1rem;
}

#contact p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  font-family: 'Inter', sans-serif;
}

.social-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.2rem;
}

.social-links a {
  text-decoration: none;
  color: #ffffff;
  background-color: #222;
  padding: 0.7rem 1.4rem;
  border-radius: 6px;
  transition: background-color 0.1s;
  font-weight: 600;
}

.social-links a:hover {
  background-color: #444;
}
#comments {
  padding: 2rem;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 12px;
  max-width: 800px;
  margin: 2rem auto;
  color: #fff;
}

#comments h2 {
  font-family: 'Playfair Display', serif;
  margin-bottom: 1rem;
}

#comment-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#comment-form input,
#comment-form textarea {
  width: 100%;
  padding: 0.75rem;
  border-radius: 8px;
  border: none;
  font-size: 1rem;
  font-family: 'Inter', sans-serif;
}

#comment-form button {
  width: 200px;
  padding: 0.7rem;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  background-color: #ffd700;
  color: #000;
  cursor: pointer;
}

#comment-list {
  margin-top: 2rem;
}

.comment {
  margin-bottom: 1.5rem;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 1rem;
  border-radius: 8px;
}

.comment strong {
  display: block;
  margin-bottom: 0.5rem;
  color: #ffd700;
}
#pend-mag {
  padding: 3rem;
  background-color: rgba(255, 255, 255, 0.05);
  color: #f0f0f0;
  border-radius: 12px;
  max-width: 1000px;
  margin: 3rem auto;
}

#pend-mag h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.mag-issue {
  margin-top: 2rem;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 1.5rem;
  border-radius: 8px;
}

.mag-issue img {
  max-width: 100%;
  border-radius: 6px;
  margin-bottom: 1rem;
}

.mag-issue h3 {
  font-family: 'Playfair Display', serif;
  margin-bottom: 0.5rem;
}

.read-more {
  display: inline-block;
  margin-top: 1rem;
  color: #ffd700;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 2px solid transparent;
}

.read-more:hover {
  border-color: #ffd700;
}
#updates {
  padding: 2rem 3rem;
  background: rgba(0, 0, 0, 0.4);
  margin: 2rem auto;
  max-width: 1000px;
  border-radius: 12px;
}

#updates h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  color: #fdfdfd;
  margin-bottom: 2rem;
  text-align: center;
}

.update {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 2rem;
  gap: 1.5rem;
}

.update img {
  width: 40%;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
}

.update-text {
  width: 60%;
}

.update-text h3 {
  font-family: 'Playfair Display', serif;
  margin-bottom: 0.5rem;
  color: #fff;
}

.update-text p {
  font-family: 'Inter', sans-serif;
  color: #e0e0e0;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .update {
    flex-direction: column;
  }

  .update img,
  .update-text {
    width: 100%;
  }
}
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  margin: 2rem 0;
  box-shadow: 0 4px 20px rgba(0,0,0,0.6);
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
#gallery {
  max-width: 800px;
  margin: 2rem auto;
  padding: 0 1rem;
  color: #fff;
  text-align: center;
  font-family: 'Playfair Display', serif;
}

#gallery h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.slideshow-container {
  max-width: 1200px;       /* or 100%, based on your layout */
  height: 600px;           /* fixed height for consistent layout */
  margin: auto;
  overflow: hidden;
  border-radius: 12px;
  background-color: transparent;
  box-shadow: 0 4px 12px rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Caption */
.caption {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  background-color: rgba(0,0,0,0.5);
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: normal;
  max-width: 90%;
  text-align: right;
  pointer-events: none;
}
.slide img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  margin: auto;
  object-fit: contain;
  border-radius: 12px;
  background-color: transparent;;
}
/* Fade animation */
.fade {
  animation-name: fade;
  animation-duration: 1s;
}


@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* Navigation buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 12px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 24px;
  border: none;
  background: rgba(0,0,0,0.4);
  border-radius: 50%;
  user-select: none;
  transition: background 0.3s ease;
  z-index: 10;
}

.prev:hover, .next:hover {
  background: rgba(0,0,0,0.8);
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

/* Dots */
.dots-container {
  text-align: center;
  padding: 1rem 0 0 0;
}

.dot {
  cursor: pointer;
  height: 14px;
  width: 14px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.dot.active, .dot:hover {
  background-color: #717171;
}
@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&family=Allura&display=swap');
@font-face {
  font-family: 'toragon';
  src: url('fonts/toragon.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
  margin: 0;
  background-color: #1a1a1a;
  color: white;
  font-family: Arial, sans-serif;
}

.hero {
  background-image: url('assets/background.jpg');
  height: 60vh;
  background-size: cover;
  background-position: center;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 100%, rgba(0, 0, 0, 0.6));
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
  z-index: 1;
}

.hero-text {
  position: relative;
  z-index: 2;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  padding: 1em;
}

.hero-text h1 {
  font-family: 'toragon';
  font-size: 8rem;
  color: #fff;
  text-shadow: 1px 1px 2px #000, 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.hero-text p {
  font-family: 'Allura', cursive;
  font-size: 2rem;
  color: #f8f8f8;
  margin-top: 0.5em;
}
#about h2 {
  text-align: center !important;
}

