* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  height: 100%;
  font-family: "Dogjaw W01 Regular";
  scroll-behavior: smooth;
}

.container {
  background-image: url("https://www.seedhemaut.com/wp-content/uploads/2020/08/Seedhe-Maut-by-Anurag-Sharma-S.jpg");
  width: 100%;
  height: 826px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.logo {
  position: absolute;
  top: 10px;
  left: 25px;
  width: 90px;
  z-index: 100000;
}

.section {
  height: 100vh;
  background-size: cover;
  background-attachment: fixed;
}


.nav {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 18px;
  border-radius: 8px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.nav ul {
  list-style-type: none;
  display: flex;
  gap: 50px;
  justify-content: center;
  padding: 0;
}

.nav ul li a {
  text-transform: uppercase;
  font-size: 25px;
  letter-spacing: 2px;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.nav ul li a:hover {
  color: #e62b2b;
}

.centertitle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 10rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 10px;
  text-align: center;
  z-index: 1;
}

.title h1 {
  font-weight: 150;
}

.social-menu {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.social-menu .menu-item svg {
  width: 80%;
  height: 80%;
  color: #fff;
  transition: fill 0.3s ease;
}


footer {
  text-align: center;
  padding: 20px;
  background-color: #111;
  margin-top: 50px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

footer p {
  font-size: 0.9rem;
}

footer p a {
  color: #ff6b6b;
  text-decoration: none;
}

footer p a:hover {
  text-decoration: underline;
}


.latest-release {
  height: 100vh;
  width: 100%;
  background-color: #000000;
  z-index: 10000;

  text-align: center;
}

.release-title {
  z-index: 10000;
  font-size: 5rem;
  font-weight: 400;
  color: #ab1e1e;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.release-date {
  z-index: 10000;
  font-size: 1.5rem;
  font-weight: 400;
  color: #ab1e1e;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
#pp {
  color: #000000;
  font-size: 1.3rem;
}


.shakti {
  display: flex;
  flex-direction: row;
  justify-content: space-between; 
  align-items: center; 
  width: 100%;
  padding: 20px;
}

.shakti iframe {
  flex: 1; 
  max-width: 40%;
  margin: 40px 10px 0px 80px;
  transition: transform 0.3s ease, box-shadow 0.3s ease; 
}

.shakti iframe:hover {
  transform: scale(1.05); 
  box-shadow: 0 5px 25px rgba(255, 255, 255, 0.4); 
}
.about_shakti {
  flex: 0.5; 
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  line-height: 35px;
  margin-right: 50px;
  font-family: "Urbanist", sans-serif;
  font-size: 1.3rem;
}

#sk {
  color: #ab1e1e;
}
.videos {
  background-color: #000; 
  padding: 50px 0px; 
  text-align: center;
}

.video-section-title {
  font-size: 5rem;
  color: #ab1e1e;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 40px;
  font-weight: 400;
}

.video-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.video iframe {
  width: 500px;
  height: 300px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video iframe:hover {
  transform: scale(1.05); /* Zoom effect on hover */
  box-shadow: 0 5px 25px rgba(255, 255, 255, 0.4);
}

.videos {
  background-color: #000;
  padding: 50px 0;
  text-align: center;
}

.video-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.video {
  flex: 1;
  max-width: 45%;
  margin: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video iframe {
  width: 100%;
  height: 300px;
  border-radius: 10px;
}

.video:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(255, 255, 255, 0.2);
}

.newsletter {
  background-color: #111;
  padding: 50px 0;
  text-align: center;
}

.newsletter-title {
  font-size: 3.5rem;
  color: #ab1e1e;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.newsletter-description {
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 30px;
  font-family: 'Urbanist', sans-serif;
  letter-spacing: 1px;
}

.newsletter-form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.newsletter-input {
  padding: 10px;
  font-size: 1.2rem;
  border-radius: 5px;
  border: none;
  width: 300px;
}

.newsletter-button {
  padding: 10px 20px;
  font-size: 1.2rem;
  color: #fff;
  background-color: #ab1e1e;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.newsletter-button:hover {
  background-color: #e62b2b;
}

html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}


footer {
  text-align: center;
  padding: 20px;
  color: #fff;
  background-color: #111;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  margin-top: 0;
  position: relative;
  bottom: 0;
  width: 100%;
}
