body {
  margin: 0;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  background-image: url("/assets/IMG_0177.jpg"); 
  background-color: #a53b3b;
  
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

button {
  padding: 1rem 2rem;
  border: none;
  border-radius: 4px;
  background-color: #f08804;
  color: white;
  cursor: pointer;
}

.logo {
  /* height:40vh; */
  max-width: 600px;
  min-width: 200px;
  position: absolute;
  top: 10px;
  align-items: center;
  text-align: center;
  right: 0;
  left: 0;
  margin: auto;
}

.video{
  margin: 0px; 
  width: 100%;
  height: 280px; 
  object-fit: cover;
}

.video-container{
  width: 100%;
}

@media (max-width: 640px) {
  .logo {
    /* height:40vh; */
    position: absolute;
    top: 50px;
    max-width: 350px;
    /* min-width: 200px; */
  }

  .product-vedlangd {
    width: 80vw !important;
  }
}

@media (max-width: 300px) {
  .logo {
    /* height:40vh; */
    max-width: 250px;
    /* min-width: 200px; */
  }

  .product-vedlangd {
    width: 80vw !important;
  }
}

.cancel {
  background-color: grey;
  /**#f08804;*/
  color: rgba(0, 0, 0, 0.8);
}

.center {
  text-align: center;
}

.header {
  background: rgba(0, 0, 0, 0.85);
  color: white;
  /* background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(45,0,0,0.8953956582633054) 100%, rgba(92,1,1,0.9430147058823529) 100%); */

  padding: 2em;
}

.hero {
  /* top: -10px; */
  position: relative;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  height: 30vh;
  /* background-image: url("fire-hero.png"); */
  color: white !important;
  font-size: 5rem;
  min-height: 250px !important;
  overflow: hidden;
}

.hero small {
  font-size: 1rem;
}

.product-list {
  flex-wrap: wrap;
}

.product-info {
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.product-vedlangd {
  font-weight: 600;
  border: 1px solid rgba(0, 0, 0, 0.25);
  padding: 1rem;
  margin: 1rem;
  width: 50vw;
  border-radius: 8px;
  background-color: rgba(200, 200, 200, 0.9);

}

.product-bread {
  font-weight: 300;
  margin-top: 0.5em;
  font-size: 0.9em;
}

.footer {
  background: rgba(0, 0, 0, 0.85);
  color: white;
  height: 150px;
  width: 100%;
  bottom: 0;
  padding: 1em 0 1em 0;

}

.footer2 {
  background: rgba(0, 0, 0, 0.85);
  color: white;
  height: 150px;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 1em 0 1em 0;
  
}

.footer2 div {
  margin-top: 1em;
  margin-left: 2em;
}

.footer div {
  margin-top: 1em;
  margin-left: 2em;
}

.footer a {
  color: white;
  font-style: underline;
}

input {
  padding: 1em;
  width: 45vw;
  margin-bottom: 2em;
  border: none;
  border-bottom: 1px dotted black;
}

select {
  padding: 1em;
  width: 45vw;
  margin-bottom: 2em;
  border: none;
  border-bottom: 1px dotted black;
}

#page-container {
  position: relative;
  min-height: 100vh;
}

#content-wrap {
  padding-bottom: 2.5rem;
  /* Footer height */
}