:root {
  --swiper-theme-color: #000;
}

.scrollAnchor {
  scroll-margin-top: 120px;
}

.projectCard {
  /* background: rgba(56, 55, 72, 0.394); */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  /* border: 1px solid white; */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: min(860px, 100%);
  margin: auto;
  margin-bottom: 100px;
  margin-top: 50px;
  border-top-right-radius: 4vw;
  border-top-left-radius: 4vw;
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
  scroll-margin-top: 120px;
  /* .swiper-pagination {
      background: rgba(13, 1, 1, 0.545);
  } */
}
.projectCard h2 a {
  text-decoration: none;
}
.projectCard .fas {
  display: none;
  color: white !important;
  opacity: 0;
  will-change: opacity;
  font-size: 1.4rem;
  margin: 10px;
  -webkit-transform: scaleY(1.5) translateY(10%);
          transform: scaleY(1.5) translateY(10%);
}
.projectCard .contents {
  border-top: 1px solid white;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0px;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  padding: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-right: 5px;
  -webkit-backdrop-filter: blur(30px) brightness(200%) !important;
          backdrop-filter: blur(30px) brightness(200%) !important;
  will-change: opacity;
}
.projectCard .letters {
  opacity: 1;
  word-break: none;
  will-change: opacity;
}
.projectCard .letter {
  opacity: 1;
  will-change: opacity;
}
.projectCard h2 {
  width: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: -webkit-sticky;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  font-family: "roboto mono";
  /* background-color: rgba(38, 82, 80, 0.361); */
  padding: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  /* border: 1px solid rgba(255, 255, 255, 0.438); */
  border-top-left-radius: 2vw;
  border-top-right-radius: 2vw;
  margin: 0px;
  /* When switching to 3d, uses a background image */
  background-attachment: fixed;
  background-size: cover;
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
  background-position: auto;
  bottom: 100px;
  font-size: clamp(12pt, 2.4rem, 7vw);
  font-weight: 400;
}
.projectCard h2 a {
  color: white;
}
.projectCard h2 .name {
  margin: 0px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.projectCard h2 .year {
  /* background: rgba(144, 144, 150, 0.175); */
  padding: 10px;
  border-left: 0px solid rgba(255, 255, 255, 0.375);
  margin: 0px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.projectCard .cardbg {
  -webkit-backdrop-filter: blur(20px) brightness(300%);
          backdrop-filter: blur(20px) brightness(300%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.419) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.45) !important;
  height: 100%;
  will-change: opacity;
}
@media screen and (max-width: 430px) {
  .projectCard {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }
  .projectCard h2 {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }
}
.projectCard p {
  font-size: 1rem;
  width: 90%;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  max-width: 95%;
  line-height: 1.2rem;
  font-weight: 300;
  font-family: "roboto";
  padding: 0px;
  padding-top: 0px;
  margin: 0px;
  color: white;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
}
.projectCard .textContainer {
  margin-top: 10px;
  /* backdrop-filter: blur(10px); */
  width: 25%;
  min-width: 200px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: auto;
  margin-bottom: 10px;
  margin-right: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background: rgba(213, 187, 206, 0.06);
  -webkit-backdrop-filter: blur(20px) brightness(200%);
          backdrop-filter: blur(20px) brightness(200%);
  /* border: 1px solid rgba(255, 255, 255, 0.461); */
  /* background: rgba(255, 255, 255, 0.249); */
}
.projectCard .textContainerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px;
  margin: auto;
  overflow: hidden;
}
.projectCard .pContainer {
  height: 100%;
  width: 100%;
  padding: 10px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.projectCard .pCard {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
}
.projectCard .title {
  display: block;
  font-size: clamp(10pt, 1.6rem, 5vw);
  font-weight: 400;
  line-height: clamp(10pt, 1.6rem, 5vw) !important;
  text-transform: capitalize;
  padding: 0px;
  margin-bottom: 9px;
}
.projectCard .textContainer {
  min-width: 100px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.projectCard .textBgImg {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1.2;
  margin: auto;
  -webkit-filter: blur(5px) brightness(50%);
  filter: blur(5px) brightness(50%);
  z-index: -1;
  opacity: 1;
}
.projectCard .verticalScrollScreen {
  background: rgba(190, 99, 99, 0.001);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 10;
  opacity: 0;
  will-change: opacity;
  pointer-events: none;
}
.projectCard .imgContainer {
  max-width: 400px !important;
  width: 100%;
  width: min(89vw - 100px, 450px) !important;
  height: auto;
  max-height: min(300px, 60vw);
  border-radius: 5px;
  overflow: hidden;
  padding: 0px;
  margin: 0;
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}
.projectCard .imgContainer .imgContainerInner {
  width: 100%;
  top: 0px;
  /* max-height: 200px !important; */
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 14/9;
}
.projectCard .imgContainer .swiper-slide {
  /* background: rgba(2, 2, 2, 0.099); */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-backdrop-filter: blur(40px) brightness(80%);
          backdrop-filter: blur(40px) brightness(80%);
}
.projectCard .imgContainer img {
  width: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  margin: auto;
  position: relative;
  right: 0px;
  top: 0px;
  -webkit-box-shadow: inset 0px 0px 10px 10px black;
  box-shadow: inset 0px 0px 10px 10px black;
  /* -webkit-mask-image: -webkit-gradient(linear, right bottom, left bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 1))); */
  /* mask-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 1%, black 20%); */
}
.projectCard .imgContainer .imgContainerInner:after {
  -webkit-box-shadow: inset 5px 0px 10px 0px rgba(57, 57, 57, 0.4823529412);
  box-shadow: inset 5px 0px 10px 0px rgba(57, 57, 57, 0.4823529412);
  content: "";
  display: block;
  height: 110%;
  position: absolute;
  top: -5%;
  width: 100%;
}
.projectCard .imgContainer video {
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  max-width: 120% !important;
  max-height: 120% !important;
  -webkit-box-shadow: inset 0px 0px 10px 10px black;
          box-shadow: inset 0px 0px 10px 10px black;
}
.projectCard .imgContainer .playbutton {
  position: absolute;
  bottom: 40%;
  left: 45%;
  font-size: 3rem;
  opacity: 1;
  cursor: pointer;
  z-index: 2;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(133, 133, 133, 0.548));
          filter: drop-shadow(0px 0px 10px rgba(133, 133, 133, 0.548));
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  will-change: opacity;
}
.projectCard .imgContainer .fa-pause {
  opacity: 0;
  will-change: opacity;
}
.projectCard .imgContainer .playbutton:hover {
  opacity: 1;
}
@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.projectCard .imgContainer .fa-pause:hover {
  opacity: 1;
  -webkit-animation: fade 1.5s forwards;
          animation: fade 1.5s forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.projectCard .swiper-container {
  width: 100%;
  max-width: 940px;
  height: 500px;
  margin: 0 auto;
}
.projectCard .swiper-wrapper {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}
.projectCard .swiper-interface {
  color: white;
  z-index: 20;
  text-shadow: 0px 0px 10px rgb(149, 149, 149);
}
.projectCard .swiper-button-next,
.projectCard .swiper-button-prev {
  pointer-events: all !important;
  /* background: red; */
  z-index: 20 !important;
  position: absolute;
  cursor: pointer;
  /* background: blue; */
  top: 50%;
  width: 5%;
  height: 20%;
  margin-left: 5px;
  margin-right: 5px;
}
.projectCard .swiper-button-next:after,
.projectCard .swiper-button-prev:after {
  content: "";
  background-image: url("../../../Images/icons/arrowRight.png");
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  position: relative;
  pointer-events: none;
  z-index: 2;
  opacity: 1;
  -webkit-filter: invert(0) brightness(100%) drop-shadow(1px 1px 4px rgb(158, 158, 158));
  filter: invert(0) brightness(100%) drop-shadow(1px 1px 4px rgb(158, 158, 158));
  /* filter: invert(0)brightness(890%)drop-shadow(1px 1px 10px rgb(203, 203, 203)); */
}
.projectCard .swiper-button-prev:after {
  background-image: url("../../../Images/icons/arrowLeft.png");
}
.projectCard .swiperFooter {
  height: 30px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: rgba(88, 88, 88, 0.434);
  -webkit-backdrop-filter: blur(5px) brightness(80%);
  backdrop-filter: blur(5px) brightness(80%);
  z-index: 1 !important;
  pointer-events: none;
}
.projectCard .swiper-pagination {
  height: 20px;
}
.projectCard .swiper-pagination-bullet-active {
  color: white;
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px rgb(159, 159, 159);
  box-shadow: 0px 0px 10px rgb(159, 159, 159);
}
.projectCard .swiper-scroll {
  background: white;
}
.projectCard .cardFooter {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.102);
  background: rgba(170, 140, 162, 0.178);
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  color: white;
  padding: 10px;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  position: -webkit-sticky;
  top: 90vh;
  z-index: 20;
  background-attachment: fixed;
  background-size: cover;
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
  background-position: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 1vw;
  border-bottom-left-radius: 1vw;
  border-bottom-right-radius: 1vw;
}
.projectCard .cardFooter a {
  color: white;
  text-decoration: none;
}
.projectCard .ulAndImg {
  padding-left: 10px;
  padding-right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin: 0px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  overflow: hidden;
  max-width: 60vw !important;
}
.projectCard ul {
  margin-top: -40px;
  list-style: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  float: right;
  width: clamp(100px, 30%, 45vw);
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 0;
  margin: 0;
  float: left;
  /* to account for icon centering/translation: */
  margin-left: 0px !important;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80%;
  max-height: 60vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
  margin: auto;
  overflow: visible;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  z-index: -10;
}
.projectCard li {
  position: relative;
  font-family: "roboto mono";
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 0;
  will-change: opacity;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  font-size: 1rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: flex-start;
  width: -moz-fit-content;
  width: 100%;
  max-height: 1vw;
  line-height: 0.8rem !important;
  margin: 0px !important;
  padding: 0px !important;
  will-change: transform;
}
.projectCard li .listIcon {
  max-height: 20px;
  max-width: 5vw !important;
  -webkit-transform: translateX(-30%);
  transform: translateX(-30%);
}
@media screen and (max-width: 430px) {
  .projectCard li {
    font-size: 0.8rem !important;
  }
  .projectCard li .listIcon {
    max-width: 15px !important;
    /* display: none; */
  }
  .projectCard li .ulContainer {
    width: 50px !important;
    min-width: 50px !important;
  }
}
.projectCard li.active {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
  opacity: 1;
  will-change: opacity;
}
.projectCard li div {
  max-width: -webkit-fit-content !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
}
.projectCard hr {
  display: inline;
  min-width: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: rgba(255, 255, 255, 0.506);
  height: 5px;
  padding: 0px;
  border-radius: 4px;
  margin-left: 0px;
  margin-right: 0px !important;
  -webkit-transform: translateX(-5px) translateY(-1px);
          transform: translateX(-5px) translateY(-1px);
  -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.045);
          box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.045);
}
.projectCard .o {
  color: white;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
@media screen and (max-width: 430px) {
  .projectCard .ulAndImg {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  .projectCard .imgContainer {
    width: 100vw !important;
    max-width: 89vw !important;
  }
  .projectCard video {
    width: 100% !important;
  }
  .projectCard p {
    font-size: 1rem !important;
    line-height: 1.2rem !important;
  }
  .projectCard ul {
    height: 20vw;
    margin-bottom: 20px;
    width: 40%;
    margin: auto;
    max-width: 100%;
    -ms-flex-preferred-size: 1;
        flex-basis: 1;
    -webkit-transform-origin: 100, 0%;
            transform-origin: 100, 0%;
    -webkit-transform: rotateZ(25deg) translateX(125%) translateY(-40%) !important;
            transform: rotateZ(25deg) translateX(125%) translateY(-40%) !important;
  }
  .projectCard li {
    font-size: 1rem !important;
    line-height: 0.8rem !important;
    will-change: opacity;
  }
}

.learnmore {
  font-size: 1rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.projectCard h2,
.projectCard .cardFooter {
  background: none;
  position: sticky;
}

.projectCard,
.contents {
  border: none !important;
}

.cardbg {
  position: absolute;
  width: 100%;
  height: 99%;
  top: 0px;
  left: 0px;
  z-index: -1;
  margin: 0px;
  z-index: -1;
}

h2 .cardbg {
  border-top-left-radius: 2vw;
  border-top-right-radius: 2vw;
}

.cardFooter .cardbg {
  border-bottom-left-radius: 1vw;
  border-bottom-right-radius: 1vw;
}

@media (max-width: 900px) {
  .projectCard::after,
  .cardFooter::after {
    border-radius: 0px !important;
    border: none;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
  }
  .projectCard h2,
  .projectCard .cardFooter,
  h2 .cardbg,
  .cardFooter .cardbg {
    border-radius: 0px;
  }
}
/* 
hr:after {
    content: 'o';
    color: rgb(127, 218, 233);
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    top: 4px;
    right: 0pt;
} *//*# sourceMappingURL=projectCard.css.map */