
/*Styling sheets*/
/*Developer-Sambhav Tanay Saxena*/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
*
{
    font-family: "Roboto Condensed", sans-serif;
    padding: 0;
    margin: 0;
}


.b1
{
    margin-top: 12vh;
    margin-left: 3vw;
    width: 38vw;
    text-align: left;

     position: relative; 
  align-items: start;
  justify-content: center;
  
  box-shadow: 20px 20px 9px rgba(27, 20, 20, 0.2);
  overflow: hidden;
  border-radius: 10px;
  background: #eae5e5;
  border: 2px solid #f0e5e5;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);

  padding:3vh;
}
.b2
{
    font-size: 30px;
    font-weight: 500;
    text-align: center;
}
.b1b
{
  
  margin-left: 31vw;
  color: white;
  text-decoration: none;
  padding: 10px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  background: #0974f1;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.b1ba
{
    color: aliceblue;
    text-decoration: none;
}

.animation
{
    position:absolute;
   
    width: 45vw;
    height: 63vh;
    margin: auto;
    overflow: hidden;   
    border: 10px solid #37323b4e; 
    left: 50vw;

    transform: translateY(-76vh);

    border-radius:11% ;
     
}

.slide
{
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: fade 12s infinite;
}

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

.slide:nth-child(1)
{
  animation-delay: 0s;
}

.slide:nth-child(2)
{
  animation-delay: 4s;
}

.slide:nth-child(3)
{
  animation-delay: 8s;
}

@keyframes fade
{
  0%
  {
    opacity: 0;
  }
  10%
  {
    opacity: 1;
  }
  30%
  {
    opacity: 1;
  }
  40%
  {
    opacity: 0;
  }
  100%
  {
    opacity: 0;
  }
}

.whitespace
{
  border: 2px solid ;
  height :50vh;
  width: 100vw;
}


.heading
{
  position: absolute;
  transform: translateY(-87vh);
  left: 52vw;
  font-size: 3.2vh;
  text-align: center;
  text-decoration: underline;
  opacity: .8;
  color: #ff7600e6;
}

.headings
{
    position: absolute;
   text-decoration: underline;
  opacity: .8;
  color: #ff7600e6;
  font-size: 5.5vh;
  text-align: center;
  width: 90vw;
}

.b3
{
  margin-top: 4vh;
  margin-left: 3vw;
  margin-right: 2.5vw;
  
  height: 80vh;
  
}

@keyframes Sam
  {
    0% {
        opacity: 0;
        transform: translateY(-20px);
      }
      100% {
        opacity: .9;
        transform: translateY(0);
      }
    }

.b3 > h1
{
  animation: Sam 2s cubic-bezier(0.8, -0.39, 0, 1.44) 1s forwards ;
  text-align: center;
  color: rgb(18, 18, 27);
  text-transform:capitalize;
  font-size: 7.5vh;
text-align: end;
margin-right: 5vw;
 text-decoration: underline solid rgb(18, 35, 80)
 
}

.whitespace
{
  margin-top: 5vh;
}
.pdf a
{
  
  color: black;
    text-decoration: none;
}

/* Set animation delays */
.pdf-container2 > .pdf:nth-child(1) {
  animation-delay: 0s;
  z-index: 3;
}
.pdf-container2 > .pdf:nth-child(2) {
  animation-delay: 4s;
  z-index: 2;
}
.pdf-container2 > .pdf:nth-child(3) {
  animation-delay: 8s;
  z-index: 1;
}

.pdf-container2
{
  position: relative;
  height: 60vh;
}


@keyframes fall
{
  0%
  {
  transform: translateY(-5vh);
  opacity: 0;
  }  
  49%
  {
    opacity: 0;
  }
  50%
  {
    opacity: 1;
  }
  60%
  {
    opacity: 1;
  }
  70%
  {
    opacity: 1;
  }
  80%
  {
    opacity: 1;
  }
  85%
  {
    opacity: 0;
  }
  90%
  {
    opacity: 0;
  }
  100%
  {
    transform: translateY(20vh);
    opacity: 0;
  }
}
.conference
{
  width: 45vw ;
  height: 60vh;
  position: absolute;
  transform: translateX(-50vw);
  left: -4vw;
   border: 10px solid #dee6f0;
   border-radius: 25px;
  padding-left: 2vw;
  padding-top: 2vh;
  
  display:grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: 20vw 20vw;
  gap: 20px;
flex-wrap: wrap;
}

.Conference-img
{
  height: 50vh;
  width: 18vw;
}
.conference h1
{
  position: absolute;
  transform: translateY(-10vh);
  animation: Sam 2s cubic-bezier(0.8, -0.39, 0, 1.44) 1s forwards ;
  
  color: rgb(18, 18, 27);
  text-transform:capitalize;
  font-size: 7.5vh;

  display: flex;
  justify-content: center;
  left: 8vw;
  top: -17vh;

 text-decoration: underline solid rgb(18, 35, 80)
}

.director > h2{
  text-align: center;
  color: rgb(18, 18, 27);
  text-transform:capitalize;
  font-size: 6.0vh;
  
}
.director
{
  box-shadow: 2px 7px 14px 15px rgba(0, 0, 0, 0.15);;
;

  margin: 3vw;
  margin-right: 2.7vw;
  height:auto;
opacity: .9;
}
.dmaster
{
  display: flex;
}
.director img
{
  height: 40vh;
}
.d1
{
  margin: 20px;
  font-size: larger;
  text-align: justify;

}
