/*
SPACING SYSTEM (px)
2 / 4 / 8 / 12 / 16 / 24 / 32 / 48 / 64 / 80 / 96 / 128

FONT SIZE SYSTEM (px)
10 / 12 / 14 / 16 / 18 / 20 / 24 / 30 / 36 / 44 / 52 / 62 / 74 / 86 / 98
*/

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

/* ------------------------ */
/* GENERAL STYLES */
/* ------------------------ */
body {
  font-family: sans-serif;
  background-color: #000;
}


header,
section {
  margin-bottom: 48px;
}

h1{
  font-size: 20px;
  color: #78e074;
  background-color: transparent;
  border-bottom: #3a9c36;
  border-width: 10px;
}

h2 {
  margin-bottom: 48px;
}


.imageDescription{
  text-align: center;
  color: #ffffff;
  font-size: 50px;
}


a:-webkit-any-link{
  text-decoration: none !important;
}

/*----------------------------------------------------*/
/*Header*/
/*----------------------------------------------------*/
header{
  display: flex;
  justify-content: space-between;
  align-items:center;
  padding: 30px ;
  height: 80px;
 
}
header h1{
  position: relative;
  position: 10px;
  top: 20px;
  margin-left: 20px
;
}
.navbar-brand a{
  position: relative;
  position: 10px;
  top: 20px;
  margin-left: 20px
}

.logo{
  cursor: pointer;
  width: 50px;
  position: relative;
  top: 0px;
}

/*Nav Bar*/
/*----------------------------------------------------*/
.top-bar-wrapper {
  margin: 0;
  width: 900px;
  height: 50px;
  background-color: rgba(227, 227, 227, 0.5);
  border-radius: 35px;
  position: flex;
  top: 20px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  -moz-backdrop-filter: blur(12px);
  z-index: 9999;
  align-content: center;
}
.top-bar-wrapper .container {
  width: 900px;
  height: 28px;
  display: flex;
  justify-content: center;
}
.top-bar-wrapper .list {
  margin: 0 auto;
  line-height: 30px;
  padding-inline-start: 0px;
}
.top-bar-wrapper li {
  list-style: none;
  float: left;
  line-height: 30px;
  font-family:sans-serif;
  
  padding: 0 7px;
  margin: 0;
  font-weight: bold;
  transition: all 0.2s;
}
.top-bar-wrapper li:hover {
  background-color:#78e074;
  border-radius: 40px;
  box-shadow: 0px 8px 10px rgba(73, 73, 73, 0.44);
}
.top-bar-wrapper a {
  text-decoration: none;
  color: rgb(0, 0, 0);
}
.top-bar-wrapper .return-to-top {
  width: 25px;
  height: 25px;
  background-color: rgba(0, 0, 0, 0.973);
  backdrop-filter: blur(12px);
  position: fixed;
  bottom: 20px;
  left: auto;
  right: 0;
  box-shadow: 0px 8px 10px rgba(73, 73, 73, 0.44);
  border-radius: 90px;
  text-align: center;
  font-size: 20px;
  margin-right: 20px;
}
.top-bar-wrapper .sub-item {
  font-weight: normal;
  visibility: visible;
}
.top-bar-wrapper .team {
  float: left;
  font-family:sans-serif;
  position: relative;
}
.top-bar-wrapper .project {
  float: left;
  font-family: sans-serif;
  position: relative;
}
.top-bar-wrapper .part {
  float: left;
  font-family: sans-serif;
  position: relative;
}
.top-bar-wrapper .hp {
  float: left;
  font-family: sans-serif;
  position: relative;
}
.top-bar-wrapper .lab {
  float: left;
  font-family: sans-serif;
  position: relative;
}
.top-bar-wrapper .team-sub-items {
  position: absolute;
  left: 0px;
  top: 31px;
  width: 0;
  height: 0;
  background-color: #000000;
  border-radius: 15px;
  font-size: 15px;
  box-shadow: 0px 8px 10px rgba(73, 73, 73, 0.44);
  outline: 0px #000000 solid;
  overflow: hidden;
  transition: all 0.4s;
}
.top-bar-wrapper .team-sub-items li {
  float: left;
}
.top-bar-wrapper .project-sub-items {
  position: absolute;
  left: 0px;
  top: 31px;
  width: 0;
  height: 0;
  background-color: #000000;
  border-radius: 15px;
  font-size: 15px;
  box-shadow: 0px 8px 10px rgba(73, 73, 73, 0.44);
  outline: 0px #000000 solid;
  overflow: hidden;
  transition: all 0.4s;
}
.top-bar-wrapper .part-sub-items {
  position: absolute;
  left: 0px;
  top: 31px;
  width: 0;
  height: 0;
  background-color: #000000;
  border-radius: 15px;
  font-size: 15px;
  box-shadow: 0px 8px 10px rgba(73, 73, 73, 0.44);
  outline: 0px #0f0e0e solid;
  overflow: hidden;
  transition: all 0.4s;
}
.top-bar-wrapper .hp-sub-items {
  position: absolute;
  left: 0px;
  top: 31px;
  width: 0;
  height: 0;
  background-color: #000000;
  border-radius: 15px;
  font-size: 15px;
  box-shadow: 0px 8px 10px rgba(73, 73, 73, 0.44);
  outline: 0px #000000 solid;
  overflow: hidden;
  transition: all 0.4s;
}
.top-bar-wrapper .lab-sub-items {
  position: absolute;
  left: 0px;
  top: 31px;
  width: 0;
  height: 0;
  background-color: #030303;
  border-radius: 15px;
  font-size: 15px;
  box-shadow: 0px 8px 10px rgba(73, 73, 73, 0.44);
  outline: 0px #000000 solid;
  overflow: hidden;
  transition: all 0.4s;
}
.top-bar-wrapper .team:hover .team-sub-items {
  width: 180px;
  height: 140px;
  padding: 10px 0;
}
.top-bar-wrapper .project:hover .project-sub-items {
  width: 180px;
  height: 200px;
  padding: 10px 0;
}
.top-bar-wrapper .part:hover .part-sub-items {
  width: 180px;
  height: 140px;
  padding: 10px 0;
}
.top-bar-wrapper .hp:hover .hp-sub-items {
  width: 180px;
  height: 80px;
  padding: 10px 0;
}
.top-bar-wrapper .lab:hover .lab-sub-items {
  width: 180px;
  height: 50px;
  padding: 10px 0;
}











/* ------------------------ */
/* Home Page */
/* ------------------------ */
.firstFRAME {
  margin-top: 200px;
  vertical-align: middle;
  position: relative;
  z-index: -1;
  transform: translateY(-25vh);
  max-height: 1600px;
}

.mainImg {
  height: 140vh ;
  vertical-align: middle;
  position: relative ;
  z-index: -1 ;
  transform: translateY(-25vh) ;
  max-height: 1600px ;
}

img {
  max-width: 100% ;
}
.homecontent{
  width: 1400;
    margin-left: 100px;
    margin-right: 10px;
    font-family: sans-serif;
}














/* ------------------------ */
/* Part Page */
/* ------------------------ */


/*----------------------------------------------------*/
/*Part Pages General*/
/*----------------------------------------------------*/

/*Part Title set*/
.page-content{
 background-color: #000;
}
.section-hero {
  background-image: url(/pic/logo.png);
  padding: 4.8rem 0 9.6rem 0;
  
}
.title-hero{
  text-align: center !important;
  position: relative !important;
  margin-top:200px !important;
  position: center !important;
  font-size: 80px !important;
  letter-spacing: -2px !important;
  color: #12e4a5 !important;
}
.sub-title-hero{
  text-align: center !important;
  position: relative !important;
  position: center !important;
  font-style: 20px !important;
  font-weight: 500;
  color: #ffffff !important;
}


/*Part Content Set*/
.attributeContainer{
  background-color: #ffffff;
}



.main-content{
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  font-family: sans-serif;
  
}
.overview{
  padding: 20px;
  background-color: #5555556b;
  border-radius: 40px;
  height: auto;
  margin-bottom: 40px;

  
}
.main-content h2{
  color: #ffffff;
  font-size: 50px;
}
.main-content h3{
  color:#78e074;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-top: 40px;
}

h4{
  font-size: 80px;
  color: #3a9c36;
  text-align: center;
  margin:70px;
  border-bottom: 5px solid green;
}
.main-content p{
  color: #ffffff;
  font-family: sans-serif;
  font-size: 25px;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom:20px;
  line-height: 2;
}
.main-content ul li {
  font-size: 25px;
  font-weight: 400;
 display: block;
  color:#78e074;
  padding: 8px 16px;
  text-decoration: none !important;
  text-underline-offset: #000;
  margin-right: 100px;
}
.main-content ul li a{
  text-decoration: none !important;
}
.main-content ul li:hover{
  background-color: #d0cfcf2c;
  border-radius: 30px;
  text-decoration: underline;
  font-size: 27px;
  transition: 0.25s;
}

.img-row{
  display: flex;
  justify-content: center;
  height: 300px;
  width: 1000px;
}
.pic{
  display: block;
  margin: auto;
  border-radius: 10px;
}
.main-content ol{
  margin-left: 50px;
}
.main-content ol li{
  color: #ffffff;
  font-family: sans-serif;
  font-size: 25px;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom:20px;
  line-height: 2;
}
.imgDescription{
  text-align: center;
  font-size: 5px;
}
.medal{
  justify-content: flex-end;
}


/*----------------------------------------------------*/
/*Sustainable Development*/
/*----------------------------------------------------*/
.section-hero-sus {
  background-blend-mode: darken;
  background-color: #5555556b;
  background-image: url(https://static.igem.wiki/teams/4723/wiki/edu/labbuiling-discussing.png);
  padding: 4.8rem 0 9.6rem 0;
  height: 750px;
  background-size: cover;
  background-repeat: no-repeat;
}


/*----------------------------------------------------*/
/*Inclusive*/
/*----------------------------------------------------*/
.section-hero-inclusive {
  background-blend-mode: darken;
  background-color: #5555556b;
  background-image: url(https://static.igem.wiki/teams/4723/wiki/edu/edu5.png);
  padding: 4.8rem 0 9.6rem 0;
  height: 750px;
  background-size: cover;
  background-repeat: no-repeat;
}

/*----------------------------------------------------*/
/*Education*/
/*----------------------------------------------------*/

.section-hero-edu {
  background-blend-mode: darken;
  background-color: #5555556b;
  background-image: url(https://static.igem.wiki/teams/4723/wiki/edu/team2laugh.jpg);
  background-size: cover;
  padding: 4.8rem 0 9.6rem 0;
  height: 750px;
  background-size: cover;
  background-repeat: no-repeat;
}


/*----------------------------------------------------*/
/*Model*/
/*----------------------------------------------------*/

.section-hero-model {
  background-blend-mode: darken;
  background-color: #5555556b;
  background-image: url(https://static.igem.wiki/teams/4723/wiki/engineering-cycle/modeltitle.png);
  background-size: cover;
  padding: 4.8rem 0 9.6rem 0;
  height: 750px;
  background-size: cover;
  background-repeat: no-repeat;
}

/*----------------------------------------------------*/
/*Experiments*/
/*----------------------------------------------------*/

.section-hero-experiments {
  background-blend-mode: darken;
  background-color: #5555556b;
  background-image: url(https://static.igem.wiki/teams/4723/wiki/experiment-title.jpg);
  background-size: cover;
  padding: 4.8rem 0 9.6rem 0;
  height: 750px;
  background-size: cover;
  background-repeat: no-repeat;
}

/*----------------------------------------------------*/
/*Note Book*/
/*----------------------------------------------------*/

.section-hero-note {
  background-blend-mode: darken;
  background-color: #5555556b;
  background-image: url(https://static.igem.wiki/teams/4723/wiki/note-title.png);
  background-size: cover;
  padding: 4.8rem 0 9.6rem 0;
  height: 750px;
  background-size: cover;
  background-repeat: no-repeat;
}

/*----------------------------------------------------*/
/*Results*/
/*----------------------------------------------------*/

.section-hero-res {
  background-blend-mode: darken;
  background-color: #5555556b;
  background-image: url(https://static.igem.wiki/teams/4723/wiki/result-titlefinal.jpg);
  background-size: cover;
  padding: 4.8rem 0 9.6rem 0;
  height: 750px;
  background-size: cover;
  background-repeat: no-repeat;
}


/*----------------------------------------------------*/
/*Enginering Cycle*/
/*----------------------------------------------------*/

.section-hero-engineering {
  background-blend-mode: darken;
  background-color: #5555556b;
  background-image: url(https://static.igem.wiki/teams/4723/wiki/edu/experiment-process.png);
  background-size: cover;
  padding: 4.8rem 0 9.6rem 0;
  height: 750px;
  background-size: cover;
  background-repeat: no-repeat;
}




/*----------------------------------------------------*/
/*Attributions*/
/*----------------------------------------------------*/

.section-hero-engineering {
  background-blend-mode: darken;
  background-color: #5555556b;
  background-image: url(https://static.igem.wiki/teams/4723/wiki/edu/experiment-process.png);
  background-size: cover;
  padding: 4.8rem 0 9.6rem 0;
  height: 750px;
  background-size: cover;
  background-repeat: no-repeat;
}



/*----------------------------------------------------*/
/*Description*/
/*----------------------------------------------------*/

.section-hero-des {
  background-blend-mode: darken;
  background-color: #5555556b;
  background-image: url(https://static.igem.wiki/teams/4723/wiki/description/des-title.jpg);
  background-size: cover;
  padding: 4.8rem 0 9.6rem 0;
  height: 750px;
  background-size: cover;
  background-repeat: no-repeat;
}




/*----------------------------------------------------*/
/*Human Practice*/
/*----------------------------------------------------*/

.section-hero-hp {
  background-blend-mode: darken;
  background-color: #5555556b;
  background-image: url(https://static.igem.wiki/teams/4723/wiki/engineering-cycle/humantitile.png);
  background-size: cover;
  padding: 4.8rem 0 9.6rem 0;
  height: 750px;
  background-size: cover;
  background-repeat: no-repeat;
}

/*----------------------------------------------------*/
/*Safety*/
/*----------------------------------------------------*/

.section-hero-safe {
  background-blend-mode: darken;
  background-color: #5555556b;
  background-image: url(https://static.igem.wiki/teams/4723/wiki/engineering-cycle/safety-title.jpg);
  background-size: cover;
  padding: 4.8rem 0 9.6rem 0;
  height: 750px;
  background-size: cover;
  background-repeat: no-repeat;
}

/*----------------------------------------------------*/
/*Exploration*/
/*----------------------------------------------------*/

.section-hero-exp {
  background-blend-mode: darken;
  background-color: #5555556b;
  background-image: url(https://static.igem.wiki/teams/4723/wiki/edu/lab-disscussing.png);
  background-size: cover;
  padding: 4.8rem 0 9.6rem 0;
  height: 750px;
  background-size: cover;
  background-repeat: no-repeat;
}

/*----------------------------------------------------*/
/*Contribution*/
/*----------------------------------------------------*/

.section-hero-exp {
  background-blend-mode: darken;
  background-color: #5555556b;
  background-image: url(https://static.igem.wiki/teams/4723/wiki/edu/lab-disscussing.png);
  background-size: cover;
  padding: 4.8rem 0 9.6rem 0;
  height: 750px;
  background-size: cover;
  background-repeat: no-repeat;
}



/*----------------------------------------------------*/
/*Team Page*/
/*----------------------------------------------------*/

.section-hero-team {
  background-blend-mode: darken;
  
  background-image: url(https://static.igem.wiki/teams/4723/wiki/team-final.jpg);
  background-size: cover;
  padding: 4.8rem 0 9.6rem 0;
  margin-top: 0;
  height: 900px;
}
.team-intro{
  position: relative;
  background-color: #555555b6;
  border-radius: 40px;
  
}

/*Team Card*/
/*teamcard*/
.cardContainer {

    margin-top: 50px;
    display: grid;
    grid-template-columns: 300px 300px 300px;
    grid-template-rows: 400px 400px 400px 400px;
    row-gap: 25px;
    column-gap: 25px;
}


.myCard {
  background-color: transparent;
  width: 300px;
  height: 350px;
  /*perspective: 1000px; */
}

.myCard p{
  font-family: sans-serif;
  
  font-weight: 500 !important;
}

.card-title{
  font-family: sans-serif;
  font-size:32px !important;
  font-weight: 500 !important;
  text-align: center !important;
  margin: 0;
}

.innerCard {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  cursor: pointer;
}

.myCard:hover .innerCard {
  transform: rotateY(180deg);
}

.frontSide,
.backSide {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 1rem;
  color: white;
  box-shadow: 0 0 0.3em rgba(255, 255, 255, 0.5);
  font-weight: 700;
}

.frontSide,
.frontSide::before {
  background: linear-gradient(43deg, rgb(176, 235, 161) 0%, rgb(99, 182, 154) 46%, rgb(87, 131, 102) 100%);
}

.backSide,
.backSide::before {
  background-image: linear-gradient(160deg, #4eb2ec 0%, #90eecf 100%);
}

.backSide {
  transform: rotateY(180deg);
}

.frontSide::before,
.backSide::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 110%;
  height: 110%;
  position: absolute;
  z-index: -1;
  border-radius: 1em;
  filter: blur(20px);
  animation: animate 5s linear infinite;
}

@keyframes animate {
  0% {
    opacity: 0.3;
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 0.3;
  }
}

.learnmore{
  display: flex;
  justify-content: space-between;
  margin-top: 0px;
}


.learn {
  outline: none;
  cursor: pointer;
  border: none;
  padding: 0.9rem 2rem;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  position: relative;
  display: inline-block;
  letter-spacing: 0.05rem;
  font-weight: 700;
  font-size: 17px;
  border-radius: 500px;
  overflow: hidden;
  background: #66ff66;
  color: ghostwhite;
 }
 
.learn span {
  position: relative;
  z-index: 10;
  transition: color 0.4s;
 }
 
 .learn:hover span {
  color: black;
 }
 
 .learn::before,
 .learn::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
 }
 
.learn::before {
  color: #000 !important;
  content: "";
  background: #427042;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
 }
 
.learn:hover::before {
  transform: translate3d(100%, 0, 0);
 }











/* CALLOUT */
.bd-callout { padding:1.25rem; margin-top:1.25rem; margin-bottom:1.25rem; border:1px solid #000000; border-left-width:.25rem; border-radius:.25rem }
.bd-callout h4 { margin-bottom:.25rem }
.bd-callout p:last-child { margin-bottom:0 }
.bd-callout code { border-radius:.25rem }
.bd-callout+.bd-callout { margin-top:-.25rem }
.bd-callout-info { border-left-color:#5bc0de }
.bd-callout-warning { border-left-color:#f0ad4e }
.bd-callout-danger { border-left-color:#d9534f }

/* footer */
footer a { color: rgb(241, 243, 245); font-weight: bold; text-decoration: none; }
footer a:hover { 
    color: rgb(152, 255, 190);
    text-decoration: underline; 
 }




 