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

html, body {
  height: 100%;
  width: 100%;
  font-family: 'Gill Sans', Calibri, sans-serif;
}

#main {
  position: relative;
  height: 100%;
  width: 100%;
  background-image: url("https://assets.nflxext.com/ffe/siteui/vlv3/8200f588-2e93-4c95-8eab-ebba17821657/web/IN-en-20250616-TRIFECTA-perspective_9cbc87b2-d9bb-4fa8-9f8f-a4fe8fc72545_large.jpg");
  background-size: cover;
  background-position: center;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 1;
}

#header {
  height: 16%;
  width: 100%;
  background-color: black;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 3;
  padding: 0 50px;
}

#img1 {
  width: 100px;
  height: 100px;
  filter: brightness(900%);
  margin-right: 550px;
}

#right {
  display: flex;
  align-items: center;
  gap: 20px;
}

#right select {
  font-size: 16px;
  padding: 5px;
  border-radius: 4px;
  border: none;
  outline: none;
}

#p2 {
  background-color: red;
  padding: 10px 15px;
  border: 2px solid white;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
  color: white;
  cursor: pointer;
  transition: all 0.5s ease;
}

#p2:hover {
  background-color: #491700;
  color: whitesmoke;
  transform: scale(1.05);
}

#content {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  padding: 0 20px;
}

#content p {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.fadeup {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 1s ease-out forwards;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#box12{
   display: flex;
  align-items: center;
  justify-content: space-around;
  
}

input{
  padding: 10px 15px;
  border: 2px solid white;
}


#main2{
  height: 100%;
  width: 100%;
  background-color: #130000;
  

}

#page2 p {
  color: white;
  font-weight: light;
  font-size: 30px;
  padding: 30px 20px;
  font-family: 'gill sans';
  width:100%;
  height: 30%;
}

#content2{
  height: 300px;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  display: flex;
}


.card{
  font-size: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 190px;
  height:270px;
  border: 2px solid black;
  border-radius: 20px;
 background-color: #f7fff8;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  
}

.card:hover{
  transform:scale(1.05);
  cursor: pointer;
}

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

button:hover{
  background-color: #8d0100;
  color: whitesmoke;
  transform: scale(1.06);
}


.container{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align:center;
  height : 100%;
  width: 100%;
  background-color: black;
  gap: 20px;
}



#block1{
  border: 2px solid grey;
  border-radius: 20px;;
  align-items: center;
  justify-content:center;
  text-align:center;
}

#block2{
  border: 2px solid grey;
  border-radius: 20px;;
  align-items: center;
  justify-content:center;
  text-align:center;
}

#main3{
  height: 100%;
  width: 100%;
  background-color: #130000;

}

#page3 {
  text-align: center;
  display: flex;
  justify-content: center;
  color: white;
  padding: 20px;
}

html, body {
  overflow-y: auto;
  min-height: 100%;
}

#main3 {
  margin-top: 80px; /* adjust based on header */
  padding: 20px;
}

#page3 {
  text-align: center;
  display: flex;
  justify-content: center;
  color: white;
  padding: 20px;
}

#faq {
  color: white;
  margin: 0 auto;
  max-width: 600px;
}

.slide {
  height: 100vh; /* Pure screen ki height */
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


#main4{
  height: 100%;
  width:100% ;
  background-color: black;
}

#about{
  height: 100%;
  width:100% ;
  background-color: black;
}

#prof{
  height: 50px ;
  width: 50;
  border-radius: 50%;
  border: 2px solid yellow;
  display: flex;
  justify-content:center;
  align-items: center;
 gap: 10px;
  margin-right: 50px;
  
}

#about2{
  display: flex;
  justify-content:center;
  align-items: center;
  
}
#about3{
  display: flex;
  justify-content:center;
  align-items: center;
 gap:10px;
  
}