
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: #0d0a08; 
  color: #ffffff;
  font-family: 'Arial', 'Helvetica', sans-serif;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  max-width: 1920px; 
  margin: 0 auto;    
  overflow-x: hidden;
}


.main-header {
  background-color: #000000;
  border-bottom: 1px solid #1a1512;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 120px;
}

.logo {
  font-family: 'Times New Roman', Times, serif;
  color: #e5e5e5;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 2px;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 35px;
}

.nav-links li a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.5px;
  color: #bfae90;
  transition: color 0.2s ease;
}

.nav-links li a:hover,
.nav-links li a.active {
  color: #decba4;
}

.nav-links li a.active {
  border-bottom: 2px solid #decba4;
  padding-bottom: 4px;
}

#hero-content1 {  background-image: url(../image/Capture.PNG);
background-size: cover;
background-repeat: no-repeat;
height: 100vh;}
.hero-section {
  position: relative;
  height: 640px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-right: 15%;
  background-color: transparent;
 
 ; 
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
}

.search-container {
  position: absolute;
  top: 40px;
  right: 15%;
}

.search-box {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 6px 18px;
  width: 250px;
}

.search-box input {
  border: none;
  outline: none;
  width: 100%;
  font-size: 12px;
  letter-spacing: 1px;
}

.search-btn {
  background: none;
  border: none;
  cursor: pointer;
}

.hero-content {
  max-width: 580px;
}

.subtitle {
  color: #bfae90;
  font-size: 14px;
  letter-spacing: 2.5px;
  margin-bottom: 20px;
}

.main-title {
  font-family: 'Georgia', serif;
  font-style: italic;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 45px;
}

.button-group {
  display: flex;
  gap: 20px;
}

.btn {
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1.5px;
  padding: 12px 30px;
  text-transform: uppercase;
}

.btn-solid {
  background-color: #dfaa18;
  color: #000000;
}

.btn-outline {
  color: #bfae90;
  border: 1px solid #443c35;
}


.media-container {
  padding: 80px 120px;
  display: flex;
  flex-direction: column;
  gap: 90px;
  background: linear-gradient(to bottom, #000000, #1c1410 20%, #2e2019);
}

.media-row {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.media-poster {
  flex: 0 0 340px; 
  height: 480px;
  background-color: #111;
  box-shadow: 0 15px 35px rgba(0,0,0,0.6);
}

.media-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-details {
  flex: 1;
  padding-top: 20px;
}

.media-title {
  font-family: 'Georgia', serif;
  color: #dfaa18; 
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 10px;
}

.media-meta {
  color: #8a7b68;
  font-size: 13px;
  margin-bottom: 25px;
  letter-spacing: 1px;
}

.media-description {
  color: #e0dcd3;
  font-size: 15px;
  line-height: 1.7;
  text-align: justify;
}


.form-privacy-section {
  background-color: #3b2a22; 

  padding: 100px 120px;
  border-top: 1px solid #4a362c;
}

.section-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 120px;
}

/* Form Styles */
.form-main-heading {
  font-family: 'Georgia', serif;
  font-weight: normal;
  font-size: 32px;
  margin-bottom: 40px;
  color: #f5f2eb;
}

.signup-form {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group label, .radio-label {
  font-size: 11px;
  letter-spacing: 1.5px;
  color: #cbbcb1;
}

.form-group input[type="text"],
.form-group input[type="email"] {
  background: transparent;
  border: none;
  border-bottom: 1px solid #6b5346;
  padding: 8px 0;
  color: #ffffff;
  font-size: 16px;
  outline: none;
}

.form-group input:focus {
  border-bottom-color: #dfaa18;
}

.radio-options {
  display: flex;
  gap: 30px;
  margin-top: 5px;
}

.radio-options label {
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}

.btn-submit {
  background-color: #dfaa18;
  color: #000000;
  border: none;
  padding: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 12px;
  cursor: pointer;
  margin-top: 20px;
  width: 240px;
}


.privacy-box {
  background-color: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 40px;
  height: fit-content;
}

.privacy-box h3 {
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  color: #dfaa18;
}

.privacy-box p {
  font-size: 13px;
  line-height: 1.6;
  color: #d2c5bc;
  margin-bottom: 20px;
}

.privacy-box p:last-child {
  margin-bottom: 0;
}

.privacy-box a {
  color: #dfaa18;
  text-decoration: none;
}


.main-footer {
  background-color: #241914;
  padding: 60px 120px 40px 120px;
}

.footer-top-text {
  text-align: center;
  font-size: 11px;
  letter-spacing: 2px;
  color: #8c7a70;
}

.footer-divider {
  border: none;
  border-top: 1px solid #33251e;
  margin: 30px 0;
}

.footer-content {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  gap: 60px;
  align-items: flex-start;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-column a {
  color: #a6958b;
  text-decoration: none;
  font-size: 13px;
}

.footer-column a:hover {
  color: #ffffff;
}

.footer-column address {
  font-style: normal;
  font-size: 13px;
  line-height: 1.6;
  color: #a6958b;
}

.social-icons {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

.social-icons a {
  color: #a6958b;
  font-size: 14px;
}

.footer-brand {
  text-align: right;
}

.footer-logo {
  font-family: 'Times New Roman', serif;
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 15px;
  letter-spacing: 2px;
}

.footer-brand p {
  font-size: 12px;
  line-height: 1.6;
  color: #8c7a70;
  max-width: 400px;
  margin-left: auto;
}