@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');



body{
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background-color: white;
}
p{
  color: black;
  font-family: 'Maitree', serif;
}

 /* Splash Screen */

 .intro{
     position: fixed;
     z-index: 1;
     left: 0;
     top: 0;
     width: 100%;
     height: 100vh;
     background-color: black;
     transition: 1s;

 }
 .logo-header{
     position: absolute;
     top: 40%;
     left: 50%;
     transform: translate(-50%, -50%);
     color: white;
 }
 .logo{
     position: relative;
     display: inline-block;
     bottom: -20px;
     opacity: 0;
     font-size: 100px;
 }
 .logo.active{
     bottom: 0;
     opacity: 1;
     transition: ease-in-out 0.5s;
 }
 .logo.fade{
     bottom: 150px;
     opacity: 0;
     transition: ease-in-out 0.5s;
 }


/* Title */
.hero-image{
    background: url("Images/Cover.jpg") no-repeat center;
    background-size: cover;
    height: 900px;
    position: relative;
    
    
}
.hero-text {
    font-family: "Montserrat";
    text-align: center;
    color: White;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 50vh;
    letter-spacing: 1px;
  }


.circle-parent{
    text-align: center;
}
.circle {
    background: black; opacity:0.6;
    position: absolute;
    border-radius: 50%;
    width: 400px;
    height: 400px;
    display:inline-block;
    top: 150px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    /* give it dimensions */
    
}

/* Problem Statement */
.problemStatementHead{
    font-family: 'Maitree', serif; 
    padding-top: 50px;
    
}
.quotation{
    font-size: 30px;
    quotes: "\201C""\201D""\2018""\2019";
    padding: 10px 20px;
    line-height: 1.4;
    font-size: 23px;
}
blockquote:hover{
  text-decoration: none;
  color: black;
  background: linear-gradient(to left, yellow 50%, white 50%) right;
  background-size: 200%;
  transition: 0.8s ease-in;
}
  
  .quotation:before {
    content: open-quote;
    display: inline;
    height: 0;
    line-height: 0;
    left: -10px;
    position: relative;
    top: 30px;
    color: black; opacity:0.6;
    font-size: 3em;
  }
  .quotation::after {
    content: close-quote;
    display: inline;
    height: 0;
    line-height: 0;
    left: 10px;
    position: relative;
    top: 35px;
    color: black; opacity:0.6;
    font-size: 3em;
  }

  /* Intro and Project Goal */




/* Team Members */
.meetTeam{
    padding-top: 50px;
}
.TeamMember {
    float: left;
    width:  120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    
}

.team {
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 50px;
}
.role{
    display: none;
}

.member:hover .role {
    display: block;
}

.member {
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width:25rem;
    min-width:18rem;
    margin: 10px;
    text-align: center;
    font-family: "Montserrat";
}

mark {
    background-color: yellow;
    color: black;
}

/* Hardware/Software compoments used*/
.HardwareMaterials{
  background: black;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
  height: 70px;
  width: 140px;
  animation: pulse-black 2s infinite;
}
.HardwareMaterials {
  background: rgba(51, 217, 178, 1);
  box-shadow: 0 0 0 0 rgba(51, 217, 178, 1);
  animation: pulse-green 2s infinite;
  transition: 2s;
  overflow: hidden;
}
.HardwareMaterials:hover{
  height: 270px;
  width: 450px;
  
}

@keyframes pulse-green {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
  }
}

.SoftwareMaterials{
  background: black;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
  height: 70px;
  width: 140px;
  animation: pulse-black 2s infinite;
}

.SoftwareMaterials{
  background: rgba(255, 82, 82, 1);
  box-shadow: 0 0 0 0 rgba(255, 82, 82, 1);
  animation: pulse-red 2s infinite;
  transition: 2s;
  overflow: hidden;

}
.SoftwareMaterials:hover{
  height: 170px;
  width: 350px;
}


@keyframes pulse-red {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
  }
}

ul{
  list-style-type: none;
  padding-left: none;
  
}





/* Presentations */

  .carousel {
    overflow-x: hidden;
    padding-top: 70px;
   
  }
  
  .slides {
    position: relative; 
    width: 500%;
  }
  .slides-item::-webkit-scrollbar {
    display: none;
  }
  
  .slides-item {
    float: left;
    width: 20%;
  }
  
  .carousel__nav {
    padding: 1.25rem .5rem;
    text-align: center;

  }
  
  .slider-nav {
    align-items: center;
    background-color: white;
    border-radius: 25% 10%;
    border-style: solid;
    border-color: white;
    color: black;
    display: inline-flex;
    height: 1.5rem;
    justify-content: center;
    padding: 1.85rem;
    position: relative;
    text-decoration: none;
    width: 1.5rem;
    margin-right: 10px;

  }
  
  .slider-nav:hover,
  .slider-nav:active {
    background-color: black;
    color: white;
    transition: .5s ease-in;
  }
  
  .link { 
    text-decoration: none;
    color: black;
    background: linear-gradient(to left, yellow 50%, transparent 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
  }
  .link:hover{
    background-position: left;
    color: black;
  }



