* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Segoe UI", sans-serif;
  line-height: 1.6;
  color: #312d2d;
  background-color: #f9f9f9;
  body {
        background-image: url('C:\Users\karti\OneDrive\Desktop\Nirwana\Nirwana.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        background-color: #cccccc;
    }
}

.container {
  width: 50%;
  max-width: 1200px;
  margin: auto;
  padding: 20px 0;
}

header {
  background: #03060c;
  color: white;
  padding: 20px 0;
}

header h1 {
  text-align: center;
}

nav ul {
  list-style: none;
  text-align: center;
  margin-top: 10px;
}

nav ul li {
  display: inline-block;
  margin: 0 15px;
}

nav a {
  color: #2cb2db;
  text-decoration: none;
  font-weight: bold;
}

.hero {
  background: linear-gradient(#0d47a1, #1976d2);
  color: white;
  padding: 60px 0;
  text-align: center;
}

.hero .btn {
  margin-top: 20px;
  background: white;
  color: #0d47a1;
  padding: 10px 20px;
  border: none;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
}

.about {
  background-image: url('Nirwana.png'); 
  background-size: flex;
  background-position: center;
  color: rgb(14, 13, 13); 
  padding: 60px 0;
}

.section {
  padding: 40px 0;
  background: white;
  margin-top: 20px;
}
 
h2 {
  text-align: center;
  margin-bottom: 20px;
}

.events-list {
  list-style: none;
  padding: 0;
  text-align: center;
}

.events-list li {
  margin: 10px 0;
  font-size: 18px;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

table, th, td {
  border: 1px solid #aaa;
}

th, td {
  padding: 12px;
  text-align: center;
}

form {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  margin: auto;
}

form input, form select {
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #aaa;
  border-radius: 4px;
}

form .btn {
  background: #0d47a1;
  color: white;
  cursor: pointer;
}

footer {
  background: #222;
  color: rgb(245, 243, 243);
  text-align: center;
  padding: 20px 0;
  margin-top: 40px;
}


@media (max-width: 768px) {
  nav ul li {
    display: block;
    margin: 10px 0;
  }

  .hero h2 {
    font-size: 22px;
  }

  table, thead, tbody, th, td, tr {
    display: block;
  }

  th {
    background: #0d47a1;
    color: rgb(214, 210, 210);
  }

  td {
    margin-bottom: 10px;
    border: none;
  }
}
.hero-section
{
  background-image: url("bgmi.JPG");
  background-size: cover;
  height: 400px;
}
.shop-section
{
    display:flex;
    justify-content: space-evenly;
    background-color: rgb(208, 207, 207);
}
.shop-section {
  display: flex;
  justify-content: space-evenly;
  background-color: rgb(18, 4, 4);
  flex-wrap: wrap;
}

.box {
  border: 2px solid black;
  height: 400px;
  width: 23%;
  margin: 10px;
}

.box-img {
  height: 350px;
  background-size: cover;
  background-position: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .box {
    width: 45%;
  }
}

@media (max-width: 480px) {
  .box {
    width: 100%;
  }
}