* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}



.header {
  /* position: sticky;  */
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 100px;
  /* background: rgba(255, 255, 255, .1);  */
  background-color: rgba(155, 155, 155, .4);
  display: flex;
  justify-content: space-between;
  align-items: center;
  backdrop-filter: blur(10px);
  border-bottom: 2px solid rgba(255, 255, 255, .2);
}

.header::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  /* width: 100%; */
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .4), transparent);
  transition: .5s;
}

.header:hover::before {
  left: 100%;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  height: 50vh;
  width: 100%;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  /* min-width: 160px; */
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.navbar a {

  color: black;
  font-size: 14px;
  text-decoration: none;
  margin-left: 35px;
  transition: .3s;
}

.navbar a:hover {
  color: #f00;
}

/* .search-bar {
    display: flex;
  }

  .search-bar input[type="text"] {
    padding: 8px;
    border: 1px solid black;
    border-radius: 5px 0 0 5px;
    outline: none;

  }

  .search-bar button {
    padding: 8px 15px;
    border: none;
    background-color: transparent;
    
    color: black;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border: 1px solid black;
    margin-left: 1%;
  }

  .search-bar button:hover {
    background-color: transparent;
  } */


#searchBox {
  width: 300px;
  padding: 10px;
  margin-top: 1%;
  border-radius: 20px;
  /* border: 2px solid red; */

}

#searchIcon {
  width: 50px;
  height: 50px;
  vertical-align: middle;
  margin-right: 5px;

}

.login-button {
  background-color: transparent;
  /* Green */
  border: none;
  color: black;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid black;
}

/* Hover effect */
.login-button:hover {
  background-color: grey;
}

/* Pressed effect */
.login-button:active {
  background-color: grey;
}






:root {
  --color: rgb(63 63 63);
}

/* body {
    margin: 0;
    font-family: Poppins, sans-serif;
  } */

.parallax-container {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  /*  this is where the magic happens:  */
  background-attachment: fixed;

  background-image: url(about-us-banner-d.bc01f36.jpg);
  background-position: center;
  background-size: cover;
  color: var(--color);
  row-gap: 4rem;
  color: white;
  text-align: center;
}

.parallax-container img {
  height: 50vh;
  margin-left: 70%;
  margin-top: -30%;
}

.buffer {
  width: 100%;
  min-height: 60vh;
  background-color: black;
  /* background-color: var(--color); */
}

.parallax-container2 {
  flex-direction: row;
  flex-wrap: wrap;

  padding: 6rem 0;
  background-image: url(manish1.webp);
  gap: 1.6em;
}

.parallax-container2 h1 {
  font-size: 3rem;
  font-weight: 700;
}

.parallax-container p {
  max-width: 52ch;
  padding: 1em;
  line-height: 1.5;
}



.card h3 {
  margin-top: 1em;
  font-size: 1.6rem;
  font-weight: 700;
}

.card {
  display: flex;
  max-width: 320px;
  flex-direction: column;
  align-items: center;

  padding-bottom: 1rem;
  border-radius: 0.5em;

  background-color: white;
  box-shadow: 0 29px 38px -15px rgb(0 0 0 / 43%);
}

.card-img {
  width: 100%;
  height: 200px;
  border-radius: 0.3em;
  background-position: center;
  background-size: cover;
}

.card h3 {
  color: black;
}

.card p {
  color: black;
}

.card:nth-of-type(1) .card-img {
  background-image: url(./brand.avif);
}

.card:nth-of-type(2) .card-img {
  background-image: url(./Style_ManishMalhotra_Apr2023_HEADER.webp);

}

.card:nth-of-type(3) .card-img {
  background-image: url(153-Manish-Malhotra.jpg);
}

.card:nth-of-type(4) .card-img {
  background-image: url(film.webp);
}


/* timeline */
/* .parallax-container3 {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-attachment: fixed;
  
background-color: white;
    background-position: center;
    background-size: cover;
    color: var(--color);
    row-gap: 4rem;
  color: black;
    text-align: center;
  } */
.about1 h1 {
  margin-top: 2%;
  text-align: center;
  font-size: 25px;
}

.about2 h1 {
  margin-top: 2%;
  text-align: center;
  font-size: 20px;
}

.para p {
  margin-top: 2%;
  text-align: center;
  font-size: 17px;
  color: grey;
}

.photorap {
  display: flex;

}

.photorap img {
  height: 55vh;
  padding-left: 4%;
  margin-top: 3%;
}

/* 1993 */
.about3 h1 {
  margin-top: 2%;
  text-align: center;
  font-size: 20px;
}

.para1 p {
  margin-top: 2%;
  text-align: center;
  font-size: 17px;
  color: grey;
}


.sri img {
  height: 65vh;
  margin-top: 2%;
  margin-left: 24%;
}

/* 1995 */
.about4 h1 {
  margin-top: 2%;
  text-align: center;
  font-size: 20px;
}

.para2 p {
  margin-top: 2%;
  margin-left: 60%;
  font-size: 17px;
  color: grey;
}

.new img {
  height: 65vh;
  margin-top: -2%;
  margin-left: 20%;
}

.new2 img {
  height: 65vh;
  margin-top: -28%;
  margin-left: 60%;
}



/* 1998 */
.about5 h1 {
  margin-top: 2%;
  text-align: center;
  font-size: 20px;
}

.para3 p {
  margin-top: 2%;
  text-align: center;
  font-size: 17px;
  color: grey;
}


.three img {
  height: 75vh;
  margin-top: 2%;
  margin-left: 22%;
}

/* 2001 */
.about6 h1 {
  margin-top: 2%;
  text-align: center;
  font-size: 20px;
}

.para5 p {
  margin-top: 2%;
  margin-left: 60%;
  font-size: 17px;
  color: grey;

}

.srk img {
  height: 65vh;
  margin-top: -2%;
  margin-left: 20%;
}

.kajal img {
  height: 45vh;
  width: 30%;
  margin-top: -25%;
  margin-left: 60%;
}

/* 2002 */
.about2002 h1 {
  margin-top: 2%;
  text-align: center;
  font-size: 20px;
}

.para2002 p {
  width: 70%;
  margin-top: 2%;
  margin-left: 20%;
  font-size: 17px;
  color: grey;
  /* border: 2px solid black; */
}

.new2002 img {
  height: 65vh;
  margin-top: 4%;
  margin-left: 20%;
}

.new2002_1 img {
  height: 65vh;
  margin-top: -150%;
  margin-left: 60%;
}

/* 2004 */
.about2004 h1 {
  margin-top: 2%;
  text-align: center;
  font-size: 20px;
}

.para2004 p {
  text-align: center;
  margin-top: 2%;
  /* margin-left: 60%; */
  font-size: 17px;
  color: grey;
  /* border: 2px solid black; */
}


.photo2004rap {
  display: flex;
  /* grid-template-columns: auto auto;  */

}

.photo2004rap img {
  height: 55vh;
  margin-left: 15%;
  margin-top: 3%;

}



/* 2006 */
.about2006 h1 {
  margin-top: 3%;
  text-align: center;
  font-size: 20px;
}

.para2006 p {
  margin-top: 2%;
  text-align: center;
  font-size: 17px;
  color: grey;
}


.photo2006 img {
  height: 75vh;
  margin-top: 2%;
  margin-left: 20%;
}


/* 2010 */
.about2010 h1 {
  margin-top: 3%;
  text-align: center;
  font-size: 20px;
}

.para2010 p {
  /* width: 50%; */
  margin-top: 2%;
  /* margin-left: 30%; */
  text-align: center;
  font-size: 17px;
  color: grey;
}


.photo2010 img {
  height: 75vh;
  margin-top: 2%;
  margin-left: 17%;
}

/* 2013 */
.about2013 h1 {
  margin-top: 3%;
  text-align: center;
  font-size: 20px;
}

.para2013 p {
  /* width: 50%; */
  margin-top: 2%;
  /* margin-left: 30%; */
  text-align: center;
  font-size: 17px;
  color: grey;
}


.photo2013 img {
  height: 75vh;
  margin-top: 2%;
  margin-left: 21%;
}


/* 2014 */
.about2014 h1 {
  margin-top: 3%;
  text-align: center;
  font-size: 20px;
}

.para2014 p {
  /* width: 50%; */
  margin-top: 2%;
  /* margin-left: 30%; */
  text-align: center;
  font-size: 17px;
  color: grey;
}


.photo2014 img {
  height: 75vh;
  margin-top: 2%;
  margin-left: 17%;
}

/* 2016 */
.about2016 h1 {
  margin-top: 3%;
  text-align: center;
  font-size: 20px;
}

.para2016 p {
  /* width: 50%; */
  margin-top: 2%;
  /* margin-left: 30%; */
  text-align: center;
  font-size: 17px;
  color: grey;
}


.photo2016 img {
  height: 75vh;
  margin-top: 2%;
  margin-left: 21%;
}

/* 2017 */

.about2017 h1 {
  margin-top: 3%;
  text-align: center;
  font-size: 20px;
}

.para2017 {
  margin-left: 17%;
  color: grey;
}

.photo2017 img {
  /* width: ; */
  height: 25vh;
  margin-top: 2%;
  margin-left: 17%;
}

.photo2017_1 img {
  /* width: ; */
  height: 40vh;
  margin-top: -20%;
  margin-left: 50%;
}


/* 2018 */
.about2018 h1 {
  margin-top: 3%;
  text-align: center;
  font-size: 20px;
}

.para2018 p {
  /* width: 50%; */
  margin-top: 2%;
  /* margin-left: 30%; */
  text-align: center;
  font-size: 17px;
  color: grey;
}


.photo2018 img {
  height: 75vh;
  margin-top: 2%;
  margin-left: 21%;
}


/* 2019 */

.about2019 h1 {
  margin-top: 3%;
  text-align: center;
  font-size: 20px;
}

.para2019 {
  text-align: center;
  color: grey;
  margin-top: 2%;
}

.photo2019 {
  display: grid;
  grid-template-columns: auto auto;
  margin-top: 2%;
}

.photo2019 img {
  /* width: ; */
  /* height: 50vh; */
  margin-top: 2%;
  margin-left: 18%;

}


/* 2020 */

.about2020 h1{
  margin-top: 3%;
  text-align: center;
  font-size: 20px;
}
.para2020{
  margin-left: -30%;
  color: grey;
}
.photo2020 img{
  /* width: ; */
  height: 35vh;
  margin-top: 2%;
   margin-left: 20%; 
}

.photo2020_1 img{
  /* width: ; */
  height: 70vh;
  margin-top: -25%;
   margin-left: 60%; 
}


/* 2021 */
.about2021 h1 {
  margin-top: 3%;
  text-align: center;
  font-size: 20px;
}

.para2021 p {
  /* width: 50%; */
  margin-top: 2%;
  /* margin-left: 30%; */
  text-align: center;
  font-size: 17px;
  color: grey;
}


.photo2021 img {
  height: 75vh;
  margin-top: 2%;
  margin-left: 21%;
}



/* 2022 */

.about2022 h1{
  margin-top: 3%;
  text-align: center;
  font-size: 20px;
}
.para2022{
  margin-left: 8%;
  color: grey;
}
.photo2022{
  display: flex;
}
.photo2022 img{
  /* width: ; */
  /* height: 35vh; */
  margin-top: 2%;
   margin-left: 23%; 
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 40px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: yellow; /* Set a background color */
  color: black; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 90px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: white; /* Add a dark-grey background on hover */
}
/* footer  */
.footer {
  width: 100%;
  height: 75vh;
  background-color: black;
  margin-top: 3%;
}

.footrap {
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  padding-top: 20px;
  padding-left: 4%;
}

.box8 h3 {
  color: white;
  /* font-size: 15px; */
  margin-top: 9%;
}

.box8 p {
  padding-top: 2%;
  margin-top: 4%;
  color: wheat;
  /* font-size: 12px; */
  margin-left: -55%;
}

.box8 img {
  padding-top: 4%;
  padding-left: 8px;
}

.box8 h4 {
  margin-top: 4%;
  color: white;
  font-size: 20px;
}

#myEmail {
  margin-top: 5%;
  height: 6vh;
  width: 80%;
  background-color: wheat;
}

#myLOCATION {
  margin-top: 5%;
  height: 6vh;
  width: 80%;
  background-color: wheat;
}

.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin-left: -10%;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.site {

  margin-top: 1%;
  margin-left: 60%;

}