
.btn-default{
  background-color: #1e30f3;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  margin: 10px;
}

.saffron-gradient {
  background: linear-gradient(to right, #FFFFFF, #FF9933);
}

.section-background{
  background: #f8f9fa;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial;
  font-size: 17px;
}

#ramaTempleVideo {
  position: absolute;
  top: 0;
  left: 0; 
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 0.5;
}

#ramaVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  z-index: -1;
  opacity: 0.5;
}

.content {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: black;
  width: 100%;
  padding: 20px;
}

#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}
header {
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white; /* Adjust text color */
}

.header-content {
  z-index: 100;
}


/* @media (min-aspect-ratio: 16/9) {
  #ramaTempleVideo {
      height: 300%;
      top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  #ramaTempleVideo {
      width: 300%;
      left: -100%;
  }
} */