
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;700&display=swap');

body {
  margin: 0;
  font-family: 'Oswald', sans-serif;
  background-image: url("grunge_bg.png");
  padding-top: 80px; /* Prevent content from hiding behind sticky navbar */
}

.headerlogo{
	max-width: 80px;
}
.portfolio {
	background-image: url("grunge_bg.png");
  background-color: black;
  color: white;
  min-height: 100vh;
}

.header {
  padding: 1.5rem;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.section {
  padding: 3rem 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 1rem
}

.section-light {
  #background-color: ;
  color: black;
}

.section-container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-title {
  color:white;
  font-size: 2rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.5rem;
  margin-top:4rem;
}

.section-text {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: white;
}

.works-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 768px) {
  .works-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .works-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .works-grid-contact{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .works-grid-contact {
    grid-template-columns: repeat(2, 1fr);
  }
}

.work-card {
  #background: black;
  padding: 0.05rem;
  border-radius: 0.5rem;
}
.download-link a {
  color: #ccc;
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
  border: 1px solid #666;
  padding: 8px 16px;
  border-radius: 4px;
  transition: 0.3s;
}
.download-link a:hover {
  background: #fff;
  color: #000;
}
.work-title {
  text-align: center;
  font-size: 1.20rem;
  font-weight: 300;
  color: white;
  margin-bottom:0.80rem;
  margin-right:7rem;
}

.work-thumbnail {
  width: 80%;
  border-radius: 0.5rem;
  cursor: pointer;
}

.faq-list .faq-item {
  margin-bottom: 1rem;
  cursor: pointer;
}

.faq-question {
  font-weight: bold;
  background: #eee;
  padding: 0.75rem;
  border-radius: 0.375rem;
}

.faq-answer {
  display: none;
  padding: 0.75rem;
  background: #f9f9f9;
  color: black;
  border-radius: 0.375rem;
}

.contact-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
}

.contact-left,
.contact-right {
  flex: 1 1 45%;
  min-width: 200px;
  padding: 10px;

}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 0.75rem;
  margin-bottom: 1rem;
  border: none;
  background: #222;
  color: white;
  font-family: 'Oswald', sans-serif;
}

.contact-form button {
  padding: 0.75rem 1.5rem;
  background: #e50914;
  color: white;
  border: none;
  cursor: pointer;
  font-family: 'Oswald', sans-serif;
}

.contact-right p {
  color: #ccc;
  font-size: 1rem;
  line-height: 1.6;
  font-family: 'Oswald', sans-serif;
  gap:2rem;
  padding: 50px;
  
}
.p contact-right {
    padding: 0,0,0,15px;
    gap: 2rem;
    padding: 50px;
}

.footer {
  text-align: center;
  font-size: 0.875rem;
  padding: 1.5rem;
  opacity: 0.5;
}

.navbar {
  position: fixed;
  top: -10px;
  left: 0;
  width: 100%;
  background-color: #000;
  padding: 1rem 1rem;
  z-index: 800;
  box-shadow: 0 2px 5px rgba(0,0,0,0.5);
}

.navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 800px;
  margin: auto;
}

.logo img {
  height: 80px;
}

.nav-logo {
  font-size: 2rem;
  font-weight: bold;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 4rem;
  margin-right: 3rem;
}

.nav-links li a {
  margin-left: -40px;
  color: white;
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
  font-size: 1.25rem;
}

.menu-toggle {
  display: none;
  font-size: 1.5rem;
  color: white;
  cursor: pointer;
}

.nav-links li a:hover {
  text-decoration: underline;
}
.yt {
width: 340px; 
}
