.video-container {
  position: relative;
  width: 100%;
  /* height: calc(var(--ea-vh, 1vh) * 100); */
  height: 100%;
  overflow: hidden;
}
/* @media (min-width: 700px) {
  .video-container {
    height: calc(min(var(--ea-vh, 1vh) * 100, 80vw));
  }
} */

.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.video-background-content {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 1;
  text-align: left;
  width: 100%;
  padding-left: 40px;
}

.video-background-content h1 {
  font-size: var(--ea-font-size-h1);
  font-family: var(--ea-font-family-locomotive-new);
  font-weight: initial;
  line-height: 1.1;
}

.change-color {
  transition: color 0.5s ease-in-out;
}
.printer-scrolled-image-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 120px;
  position: relative;
}
#printer-image {
  width: 428px;
  height: 599px;
}
.home-summary-label {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 94px;
  font-size: var(--ea-font-size-medium);
}
.home-summary-text {
  position: relative;
}
.home-summary-text span {
  display: block;
  white-space: nowrap;
  z-index: 10;
  font-size: var(--ea-font-size-medium);
  font-family: var(--ea-font-family-helvetica-now-display);
}
.home-summary-footer:before {
  content: '🛑';
  font-family: var(--ea-font-family-locomotive-new);
  font-size: 2em;
  line-height: 1;
}
.home-summary-footer {
  position: absolute;
  bottom: -47px;
  right: -176px;
}
.add-nav-link-new-color {
  color: black !important;
}
.mobile-home-summary-text {
  display: none;
}
.three-d-animated-section {
  font-size: var(--ea-font-size-h1);
  font-family: var(--ea-font-family-locomotive-new);
  font-weight: initial;
  line-height: 1.1;
  display: flex;
  flex-direction: column;
}
.canvas-item-container {
  display: flex;
  width: 100%; /* Make the div full width */
}
.canvas-model {
  width: 40%;
  padding: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 0;

  padding-top: 0;
}
.canvas-model canvas {
  background: #c7e3d2;
  cursor: pointer;
}
.content-canvas {
  width: 60%;
  width: 60%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-right: var(--ea-left-right-padding);
  flex-direction: column;
}
.content-canvas div {
  display: flex;
  flex-direction: column;
  font-size: var(--ea-font-size-medium);
  line-height: 1;
  font-family: var(--ea-font-family-helvetica-now-display);
}
.content-canvas div a {
  text-decoration: none;
  color: black;
  padding: 13px;
  border-top: var(--ea-border);
  padding-left: 0;
  width: 285px;
  min-width: 200px;
  position: relative;
}
.content-canvas div a[data-icon]:after {
  content: attr(data-icon);
  font-size: 75%;
  position: absolute;
  right: 0;
}
.content-canvas p {
  line-height: 1.2;
  font-size: var(--ea-font-size-medium);
  font-family: var(--ea-font-family-helvetica-now-display);
  /* margin-bottom: 56px; */
}
.extras {
  display: flex;
  flex-direction: column;

  padding-left: 20px;
  padding-right: 20px;
  font-size: var(--ea-font-size-h2);
}
.heading-extras {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.heading-extras h2 {
  display: flex;
  font-size: var(--ea-font-size-h1);
  font-family: var(--ea-font-family-locomotive-new);
}
.extras-name {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: var(--ea-font-size-medium);
  line-height: 1.2;
  font-family: var(--ea-font-family-helvetica-now-display);
  padding-top: 10px;
}
.extras-name-heading {
  width: 100%;
}
.extras-name-para {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}
.extras-name-para div {
  padding-bottom: 7px;
  padding-top: 7px;
  border-bottom: var(--ea-border-size) solid;
  width: 100%;
  cursor: pointer;
  position: relative;
  padding-right: 3.33333rem;
}

.extras-name-para div[data-icon]:hover:after {
  content: attr(data-icon);
  font-size: 0.8em;
  opacity: 1;
  margin-top: 0.26667rem;
  position: absolute;
  right: 0;
  top: 0.06667rem;
}
.extras-name-para div:last-child {
  border-bottom: none;
}
.extras .extras-name {
  border-top: var(--ea-border-size) solid;
}
.store-elements-available {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.store-item-image img {
  width: 100%;
  object-fit: cover;
  height: 503px;
}
.store-item-image {
  display: flex;
  flex-direction: column;
}
.store-item-image a {
  color: black;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  font-size: var(--ea-font-size-medium);
}
.store-item-image a:hover {
  text-decoration: underline;
}
.store-buy-now {
  min-width: 121px;
}
.store-item {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
}
.about-3d {
  padding: 0 var(--ea-left-right-padding);
}
@media screen and (max-width: 990px) {
  .extras-name-para {
    padding-top: 55px;
  }
  .featured-work {
    padding: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .featured-work img {
    height: 80px;
  }

  .featured-work:hover img {
    height: 80px;
    width: 100px;
  }
}
@media screen and (max-width: 500px) {
  .featured-work img {
    height: 60px;
  }

  .featured-work:hover img {
    height: 60px;
    width: 80px;
  }
}
@media (min-width: 700px) {
  .home-summary-text span:nth-child(1) {
    margin-bottom: 10px;
  }
  .home-summary-text span:nth-child(2) {
    position: absolute;
    top: 3.33333rem;
    right: calc(100% - 40px);
  }
  .home-summary-text span:nth-child(3) {
    position: absolute;
    top: 13.33333rem;
    left: calc(100% + 20px);
  }
  .home-summary-footer:before {
    position: absolute;
    bottom: 90%;
  }
}
@media screen and (max-width: 700px) {
  .store-elements-available {
    flex-direction: column;
  }
  .content-canvas {
    width: 100%;
    padding: unset;
    display: flex;
    align-items: flex-start;
  }
  .canvas-model canvas {
    width: 100% !important;
    height: 540px !important;
  }
  .three-d-animated-section:first-child {
    padding: 20px;
  }
  .canvas-model {
    width: 100%;
    padding: unset;
    justify-content: unset;
    align-items: center;
    padding-right: unset;
    padding-top: unset;
  }
  .canvas-item-container {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 23px;
  }
}
@media screen and (max-width: 600px) {
  .video-background-content {
    bottom: -48px;
    left: 46%;
  }
}
@media screen and (max-width: 699px) {
  .home-summary-text {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #printer-image {
    width: 207px;
    height: 250px;
  }
  .mobile-home-summary-text {
    display: flex;
    flex-direction: column;
    font-family: var(--ea-font-family-helvetica-now-display);
    position: relative;
    height: 250px;
    justify-content: space-between;
  }
  .home-summary-text span:nth-child(1) {
    display: none;
  }
  .home-summary-text span:nth-child(2) {
    display: none;
  }
  .home-summary-text span:nth-child(3) {
    display: none;
  }
  .home-summary-footer {
    display: none !important;
  }
  .printer-scrolled-image-section {
    width: 100%;
    justify-content: space-evenly;
    padding: initial;
    padding-top: 75px;
    padding-bottom: 75px;
    align-items: flex-start;
  }

  .home-summary-footer-mobile:before {
    content: '🛑';
    font-family: var(--ea-font-family-locomotive-new);

    line-height: 1;
  }
  .home-summary-footer-mobile:before {
    position: absolute;
    bottom: 0px;
    right: auto;
    left: -2px;
  }
  .home-summary-footer-mobile span {
    margin-left: 30px;
  }
}
.store-item-name {
  margin-right: 3.33rem;
}
