@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");

/* footer {
  background-color: #b29ce4;
  padding: 10px 0;
  text-align: center;
  position: relative;
  bottom: 0%;
  width: 100%;
}

.footerContainer {
  background-image: url("../static/footer.svg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 20px;
  z-index: 5;
} */

.footerWrapper{
background-image: url("https://static.igem.wiki/teams/5425/11/footer.svg");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 5;
}

.footerContainer {
  
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 100px 30px 10px 10px;

}

.footerContainerA {
  position: relative;
  padding: 20px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footerContainerA::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2px; /* Adjust the width of the border */
  background: linear-gradient(
    to bottom,
    transparent,
    #ececec 50%,
    transparent
  ); /* Black border fading out */
}

.footerContainerB{
  display: flex;
  flex-direction: column;
  padding: 100px 30px;
  gap: 10px;
}

.sponsorLogo{
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}



.footerContainerB-a,.footerContainerB-b{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.footerWrapper{
  display: flex;
  flex-direction: column;
}

.footerSocial{
  width: 100vw;
  padding-bottom: 50px;
}

/* 
  
  footer::before{
    content: '';
    position: absolute;
    left: 0;
    top: 100px;
    height: 1px;
    width: 100%;
    background: #040404;
  }
  footer .content{
    max-width: calc(100% - 200px);
    margin: auto;
    padding: 30px 0px 40px 0px;
  }
  footer .content .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .content .top .logo-details{
    color: rgb(255, 236, 204);
    font-size: 30px;
  }
  .content .top .media-icons{
    display: flex;
  }
  .content .top .media-icons a{
    height: 40px;
    width: 40px;
    margin: 0 8px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: rgb(255, 236, 204);
    font-size: 17px;
    text-decoration: none;
    transition: all 0.4s ease;
  }
  .top .media-icons a:nth-child(1){
    background: #4267B2;
  }
  .top .media-icons a:nth-child(1):hover{
    color: #4267B2;
    background: rgb(255, 236, 204);
  }
  .top .media-icons a:nth-child(2){
    background: #1DA1F2;
  }
  .top .media-icons a:nth-child(2):hover{
    color: #1DA1F2;
    background: #fff;
  }
  .top .media-icons a:nth-child(3){
    background: #E1306C;
  }
  .top .media-icons a:nth-child(3):hover{
    color: #E1306C;
    background: rgb(255, 236, 204);
  }
  .top .media-icons a:nth-child(4){
    background: #0077B5;
  }
  .top .media-icons a:nth-child(4):hover{
    color: #0077B5;
    background: rgb(255, 236, 204);
  }
  .top .media-icons a:nth-child(5){
    background: #FF0000;
  }
  .top .media-icons a:nth-child(5):hover{
    color: #FF0000;
    background: rgb(255, 236, 204);
  }
  footer .content .link-boxes{
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  footer .content .link-boxes .box{
    width: calc(100% / 5 - 10px);
  }
  .content .link-boxes .box .link_name{
    color: rgb(255, 236, 204);
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
  }
  .link-boxes .box .link_name::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 35px;
    background: #fff;
  }
  .content .link-boxes .box li{
    margin: 6px 0;
    list-style: none;
  }
  .content .link-boxes .box li a{
    color: rgb(255, 236, 204);
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    opacity: 0.8;
    transition: all 0.4s ease
  }
  .content .link-boxes .box li a:hover{
    opacity: 1;
    text-decoration: underline;
  }
  .content .link-boxes .input-box{
    margin-right: 55px;
  }
  .link-boxes .input-box input{
    height: 40px;
    width: calc(100% + 55px);
    outline: none;
    border: 2px solid #AFAFB6;
    background: #140B5C;
    border-radius: 4px;
    padding: 0 15px;
    font-size: 15px;
    color: #fff;
    margin-top: 5px;
  }
  .link-boxes .input-box input::placeholder{
    color: #AFAFB6;
    font-size: 16px;
  }
  .link-boxes .input-box input[type="button"]{
    background: rgb(255, 236, 204);
    color: #140B5C;
    border: none;
    font-size: 18px;
    font-weight: 500;
    margin: 4px 0;
    opacity: 0.8;
    cursor: pointer;
    transition: all 0.4s ease;
  }
  .input-box input[type="button"]:hover{
    opacity: 1;
  }
  footer .bottom-details{
    width: 100%;
    background:#7b2c74
    
  }
  footer .bottom-details .bottom_text{
    max-width: calc(100% - 200px);
    margin: auto;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
  }
  .bottom-details .bottom_text span,
  .bottom-details .bottom_text a{
    font-size: 14px;
    font-weight: 500;
    color: rgb(255, 236, 204);
    opacity: 0.9;
    text-decoration: none;
  }
  .bottom-details .bottom_text a:hover{
    opacity: 1;
    text-decoration: underline;
  }
  .bottom-details .bottom_text a{
    margin-right: 10px;
  }
  
  @media (max-width: 1050px) {
    footer .content{
      max-width: calc(100% - 120px);
    }
    footer .bottom-details .bottom_text{
      max-width: calc(100% - 4%);
    }
  }
  
  @media (max-width: 900px) {
    footer .content{
      max-width: calc(100% - 100px);
    }
    footer .content .link-boxes{
      flex-wrap: wrap;
    }
    footer .content .link-boxes .input-box{
      width: 40%;
      margin-top: 10px;
    }
    
  }
  @media (max-width: 700px){
    footer{
      position: relative;
    }
    footer .content{
      max-width: calc(100% - 70px);
    }
    .content .top .logo-details{
      font-size: 26px;
    }
    .content .top .media-icons a{
      height: 35px;
      width: 35px;
      font-size: 14px;
      line-height: 35px;
    }
    footer .content .link-boxes .box{
      width: calc(100% / 3 - 10px);
    }
    footer .content .link-boxes .input-box{
      width: 60%;
    }
    .bottom-details .bottom_text span,
    .bottom-details .bottom_text a{
      font-size: 12px;
    }
    footer .bottom-details .bottom_text{
      max-width: 100%;
    }
    footer .bottom-details .bottom_text .copyright_text{
      margin-right: 20px;
  }
  }
  
  @media (max-width: 520px){
    footer::before{
      top: 145px;
    }
    footer .content .top{
      flex-direction: column;
    }
    .content .top .media-icons{
      margin-top: 16px;
    }
    footer .content .link-boxes .box{
      width: calc(100% / 2 - 10px);
    }
    footer .content .link-boxes .input-box{
      width: 100%;
    }
  } */

.footerContainer {
  width: 100vw;
}
