.home {
  width: 100%;
  background: #eaeeed;
}
.home .hero-bg {
  width: 100%;
  height: auto;
  background: url("https://static.igem.wiki/teams/5809/home/hero/herobg.webp") no-repeat center/cover;
}
.home .hero-bg .hero-section {
  height: calc(100vh - 100px);
  overflow: hidden;
  padding: 0 20px;
}
.home .hero-bg .hero-section .hero-content {
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 2;
  position: absolute;
  bottom: 21vh;
  right: 14vw;
}
@media (min-width: 1600px) {
  .home .hero-bg .hero-section .hero-content .hero-content {
    bottom: 30vh;
    right: 25vw;
  }
}
.home .hero-bg .hero-section .hero-content .dressing {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .home .hero-bg .hero-section .hero-content .dressing {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .home .hero-bg .hero-section .hero-content .dressing {
    font-size: 2.5rem;
  }
}
.home .hero-bg .hero-section .hero-bg-wrapper {
  max-height: 100%;
  max-width: calc(100% - 20vw);
  z-index: 1;
}
.home .hero-bg .hero-section .hero-bg-wrapper img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home .hero-bg .hero-section .typed-span {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .home .hero-bg .hero-section .typed-span {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .home .hero-bg .hero-section .typed-span {
    font-size: 2rem;
  }
}
.home .about .about__wrapp {
  display: flex;
  justify-content: space-between;
  position: relative;
  min-height: 450px;
}
.home .about .about__wrapp .about__img {
  overflow: hidden;
}
.home .about .about__wrapp .about__img .pd-img {
  width: 80%;
  height: 80%;
  overflow: hidden;
  padding: 40px;
  margin-left: 40px;
}
.home .about .about__wrapp .about__img .pd-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home .about .about__wrapp .about__txt {
  padding-right: 70px;
}
.home .about .about__wrapp .about__txt .section-title {
  text-align: center;
  position: relative;
  margin: 0;
  margin-bottom: 60px;
  line-height: 0.8;
  font-size: 70px;
  color: #000;
  text-transform: uppercase;
  font-family: "Syne", sans-serif;
}
.home .about .about__wrapp .about__txt .section-title .stroke {
  color: transparent;
  -webkit-text-stroke: 1px #000;
}
.home .about .about__wrapp .about__txt .section-title .section-title__square {
  position: absolute;
  display: inline-block;
  width: 130px;
  height: 130px;
  border: 1px solid #4b4b4b;
  top: 50%;
  left: 34%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.4;
  color: #e3c399;
}
.home .about .about__wrapp .about__txt .section-title .section-title__square #animation-animatable-properties-svg-attributes .docs-demo-template {
  display: none;
}
.home .about .about__wrapp .about__txt .section-title .section-title__square #animation-animatable-properties-svg-attributes .demo polygon {
  filter: url(#displacementFilter);
}
.home .about .about__wrapp .about__txt .about__p {
  line-height: 1.4;
  font-size: 25px;
  color: #4b4b4b;
}
.home .about .about__wrapp .about__img,
.home .about .about__wrapp .about__txt {
  width: calc(50% - 35px);
  height: auto;
}
.home .message-content {
  background-color: #d0def0;
  color: #fefcf6;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 20;
}
.home .message-content .msg-wrapper {
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3.5rem;
  font-size: 3rem;
  line-height: 9vw;
  letter-spacing: -0.35vw;
}
@media (min-width: 768px) {
  .home .message-content .msg-wrapper {
    gap: 6rem;
    font-size: 6rem;
  }
}
@media (min-width: 1536px) {
  .home .message-content .msg-wrapper {
    font-size: 8.5rem;
  }
}
.home .message-content .msg-wrapper h1:first-of-type {
  max-width: 20rem;
  text-align: center;
  color: #ceaf7b;
}
@media (min-width: 768px) {
  .home .message-content .msg-wrapper h1:first-of-type {
    max-width: 42rem;
  }
}
@media (min-width: 1536px) {
  .home .message-content .msg-wrapper h1:first-of-type {
    max-width: 56rem;
  }
}
.home .message-content .msg-wrapper h1:last-of-type {
  max-width: 20rem;
  text-align: center;
  color: rgba(250, 234, 222, 0.062);
}
@media (min-width: 768px) {
  .home .message-content .msg-wrapper h1:last-of-type {
    max-width: 56rem;
  }
}
@media (min-width: 1536px) {
  .home .message-content .msg-wrapper h1:last-of-type {
    max-width: 80rem;
  }
}
.home .message-content p {
  text-align: center;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
.home .message-content h1,
.home .message-content h2 {
  line-height: 1;
}
.home .message-content .msg-text-scroll {
  transform: rotate(3deg) translateY(-1.25rem);
  position: absolute;
  z-index: 10;
  border: 0.5vw solid rgb(44, 79, 207);
}
@media (min-width: 1536px) {
  .home .message-content .msg-text-scroll {
    transform: rotate(3deg) translateY(1.25rem);
  }
}
.home .message-content .bg-light-brown {
  background-color: #ddbf84;
}
.home .message-content .text-red-brown {
  color: #fffbe9;
}
.home .message-content .max-w-md {
  max-width: 28rem;
}
.home .benefits {
  overflow: hidden;
}
.home .benefits .content {
  width: 100%;
  padding: 0 70px;
}
.home .benefits .content .section-title {
  position: relative;
  margin-bottom: 60px;
  margin-top: 40px;
  line-height: 0.8;
  font-size: 70px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-family: "Syne", sans-serif;
  z-index: 1;
}
.home .benefits .content .section-title .stroke {
  color: transparent;
  -webkit-text-stroke: 1px #000;
}
.home .benefits .content .section-title .section-title__square {
  position: absolute;
  display: inline-block;
  width: 130px;
  height: 130px;
  border: 1px solid #4b4b4b;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.home .benefits .content .benefits__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  width: 100%;
  height: auto;
}
.home .benefits .content .benefits__list .benefits__item {
  list-style: none;
  width: calc(33.33% - 27px);
}
.home .benefits .content .benefits__list .benefits__item img {
  width: 62%;
  height: auto;
}
.home .benefits .content .benefits__list .benefits__item img:nth-child(1) {
  width: 62%;
  height: 75%;
}
.home .benefits .content .benefits__list .benefits__item .benefits__num {
  display: inline-block;
  font-size: 60px;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}
.home .benefits .content .benefits__list .benefits__item .benefits__p {
  font-size: 25px;
  color: #4b4b4b;
}
.home .Overview-of-principles {
  width: 100%;
}
.home .Overview-of-principles .title {
  text-align: center;
  font-weight: bold;
  padding: 20px 0;
}
.home .Overview-of-principles .title h2 {
  font-family: "Barlow Condensed";
  font-size: 38px;
  line-height: 38px;
  margin-top: 1px;
}
.home .Overview-of-principles .title span {
  font-size: 18px;
  line-height: 18px;
}
.home .Overview-of-principles .principles-content {
  width: 95%;
  margin: auto;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, 40%);
  justify-content: center;
  background: #eaeeed;
}
.home .Overview-of-principles .principles-content .principles-item {
  width: 100%;
  height: 100%;
  background: #eaeeed;
}
.home .Overview-of-principles .principles-content .principles-item .item {
  height: 300px;
  border: #2C4FCF 5px solid;
  position: relative;
  overflow: hidden;
}
.home .Overview-of-principles .principles-content .principles-item .item:hover .desc {
  cursor: pointer;
  opacity: 0;
  scale: 1.1;
}
.home .Overview-of-principles .principles-content .principles-item .item:hover .imgbg {
  scale: 1.2;
}
.home .Overview-of-principles .principles-content .principles-item .item .desc {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 20px;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.6);
  opacity: 1;
  scale: 1;
  transition: all 0.5s ease;
}
.home .Overview-of-principles .principles-content .principles-item .item .imgbg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #ffffff;
  transition: scale 2s ease;
}
.home .Overview-of-principles .principles-content .principles-item .item .imgbg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home .Overview-of-principles .principles-content .principles-item .smallTitle {
  font-size: 18px;
  text-align: center;
  padding-top: 2px;
}
.home .pin-spacer {
  background: #eaeeed;
  margin: 0 !important;
}
.home .videoAnimation {
  width: 100%;
  height: auto;
}
.home .videoAnimation .video {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20vh;
  font-size: 70px;
  letter-spacing: 15px;
  color: #000;
  text-transform: uppercase;
}
.home .videoAnimation .video span {
  display: inline-block;
}
.home .videoAnimation .video .span-margin {
  width: 20px;
  height: 20px;
}
.home .videoAnimation .vd-pin-section {
  width: 72%;
  overflow: hidden;
  margin: auto;
}
.home .videoAnimation .vd-pin-section .video-box {
  width: 100%;
  height: 500px;
  clip-path: circle(10% at 50% 50%);
  transition: clip-path 0.3s ease;
  position: relative;
}
.home .videoAnimation .vd-pin-section .video-box iframe {
  margin: auto;
}
.home .videoAnimation .vd-pin-section .video-box .abs-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home .videoAnimation .vd-pin-section .video-box .abs-center .spin-circle {
  width: 12vw;
  animation: spin 10s linear infinite;
}
.home .videoAnimation .vd-pin-section .video-box .abs-center .play-btn {
  width: 9vw;
  height: 9vw;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: calc(infinity * 1px);
  background-color: rgba(255, 255, 255, 0.1019607843);
  --tw-backdrop-blur: blur(24px);
  -webkit-backdrop-filter: 24px;
          backdrop-filter: 24px;
}
.home .videoAnimation .vd-pin-section .video-box .abs-center .play-btn .play-icon {
  width: 3vw;
  cursor: pointer;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 768px) {
  .video-box {
    clip-path: circle(100% at 50% 50%) !important;
  }
  .video-box #video-overlay {
    display: none;
  }
}
@media (max-width: 768px) {
  .home .hero-content {
    top: 1px !important;
    right: 10% !important;
  }
  .home .about {
    overflow: hidden;
  }
  .home .about .about__wrapp {
    display: block;
  }
  .home .about .about__wrapp .about__txt .section-title {
    text-align: center;
  }
  .home .about .about__wrapp .about__img,
  .home .about .about__wrapp .about__txt {
    width: 90%;
    margin: auto;
    padding: 0;
  }
  .home .benefits .content {
    padding: 0 25px;
  }
  .home .benefits .content .benefits__list {
    gap: 20px;
  }
  .home .benefits .content .benefits__list .benefits__item {
    width: 90%;
  }
  .home .Overview-of-principles .principles-content {
    display: block;
    width: 90%;
  }
  .home .Overview-of-principles .principles-content .principles-item {
    margin-bottom: 20px;
  }
  .home .videoAnimation {
    margin-bottom: 0 !important;
  }
  .home .videoAnimation .video {
    flex-wrap: wrap;
    height: auto;
  }
}/*# sourceMappingURL=home.css.map */