@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
@media (max-width: 768px) {
}
*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins',sans-serif;
    font-family: var(--font-lexend-zetta);
  
}
html {
  scroll-behavior: smooth;
}
.container {
  max-width: 100%;
  width: 100%;
  padding: 1em;
  box-sizing: border-box;
}
:root {
  /* fonts */
  --font-lexend-zetta: "Lexend Zetta";
  --font-holtwood-one-sc: "Holtwood One SC";
  --font-futura: 'Futura';
  --font-gravitas-one: "Gravitas One";
  --font-bebas-neue: "Bebas Neue";
  --font-dela-gothic-one: "Dela Gothic One";

}
section
{
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url('https://static.igem.wiki/teams/4641/wiki/homepage/homepage.png');
    z-index: 1000;
    background-size: cover; 
    background-position: center;
    display: flex;
}

.section img
{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 40%;
  border-radius: 200%;
  object-fit: cover;
}

.sec
{
    padding: 100px;
}
.card
{
  background-blend-mode: lighten;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky; 
  top: 0px;
  animation: animate 4s ease-in-out infinite;
  animation-delay: calc(var(--i)*0.25s);
  background-color: transparent;
}
.card img
{
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  
 
}
.card-content
{
  margin-bottom: 20px;
  position: absolute;
  z-index: 10;
  display: flex;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
 height: 100%;
  color: #215c75;
  object-fit: cover;
  font-size: 64px;
  font-family: Futura;
  font-weight: 500;
  line-height: 100px; 
  letter-spacing: 14px;
}

.label
{
  text-align: center;
  z-index: 11;
  width: 300px; 
  height: auto; 
  margin-top: 20px; 
}
  

  .section2 img:hover
{
  filter: grayscale(1);
  transform: scale(1.03);
}

.sections {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  position: absolute;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  bottom: 0;
}
.section2
{
  
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex: 1;
  position: relative;
  width: 20%;
  height: 45%;
  border-radius: 200%;
  object-fit: cover;

}
.section2 buttons 
{
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%; 
  height: 100%;
  border-radius: 200%;
  object-fit: cover; 
}
.row
{
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  position: relative;
  bottom: 0;
  right: 0;
  gap: 1.2rem;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}

