


@keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    transform: translateX(-0px);
  }
}

@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(60px);
  }
  100% {
    opacity: 1;
    transform: translateX(-0px);
  }
}

@keyframes fade {
  0% {
    opacity: 0;

  }
  100% {
    opacity: 1;

  }
}

/* *{
  outline: 1px solid red;
} */




.fade-left {
  animation: fadeLeft 1s ease-in-out;
}

.fade-right {
  animation: fadeRight 1s ease-in-out;
}


.d27-footer-button-item-1 {

  width: 160px;
  height: 50px;

  position: absolute;
  bottom: 0;
  left: 10px;
}

.d27-footer-button-item-1:hover {
  background-color:transparent!important;
}

.d27-footer-button-item-2 {

  width: 186px;
  height: 50px;

  position: absolute;
  bottom: 0;
  left: 180px;

}

.d27-footer-button-item-2:hover {
  background-color:transparent!important;
}

.d27-footer-button-item-3 {

  width: 160px;
  height: 50px;

  position: absolute;
  bottom: 0;
  right: 10px;
}

.make-your-story-text {
  position: absolute;
  bottom: 110px;
  left: 20px;
}

.text-p {
  width: 420px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 32px;
  text-align: center;
  letter-spacing: 1px;
  font-style: italic;
  font-size: 16px;
}

.d27-footer-button-item-3:hover {
  background-color:transparent!important;
}

.d27-yt-video {
  position: absolute;
  top: 400px;
  left: 14px;
}


.d27-accessories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr) ;
  grid-template-rows: repeat(3, 260px);
  gap: 20px;
  height: 100vh;
  margin: 120px 60px;
}
.d27-accessories-grid div{
  cursor: pointer;
}

.d27-exterior-feature-grid-left{
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows:375px repeat(2,1fr) ;
  gap: 50px 40px;
  width: 320px;
  height: 800px;
  margin:80px 100px;

}
.d27-exterior-feature-grid-left div{
  cursor: pointer;

}

.d27-exterior-feature-grid-right{
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4,1fr) ;
  gap: 50px 40px;
  width: 320px;
  height: 800px;
  margin:80px 100px;
}
.d27-exterior-feature-grid-right div{
  cursor: pointer;
}

.d27-connection-feature-grid{
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3,1fr) ;
  gap: 50px 40px;
  width: 320px;
  height: 800px;
  margin:80px 100px;
}

.d27-connection-feature-grid div {
  cursor: pointer;
}

.d27-realm-feature-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows:375px repeat(2,1fr) ;
  gap: 50px 40px;
  width: 320px;
  height: 800px;
  margin:80px 100px;

}

.d27-realm-feature-grid div{
  cursor: pointer;
  /* outline: 1px solid red; */

}

.d27-safety-features-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4,1fr) ;
  gap: 50px 40px;
  width: 320px;
  height: 800px;
  margin:80px 100px;
}

.d27-safety-features-grid div {
  cursor: pointer;
  /* outline: 1px solid red; */
}

.d27-safety-feature-grid-right{
  display: grid;
  grid-template-columns: repeat(2, 580px) ;
  grid-template-rows: repeat(2, 350px);
  gap: 50px 40px;
  height: 100vh;
  margin: 120px 145px;
}
.d27-safety-feature-grid-right div{
  cursor: pointer;
}

.d27-specs {
  display: grid;
  grid-template-columns: repeat(1, 1fr) ;
  grid-template-rows: repeat(2, 375px);

  width: 500px;
  height: 800px;
  margin:120px 16px;


}

.d27-specs-2 {
  display: grid;
  grid-template-columns: repeat(1, 1fr) ;
  grid-template-rows: repeat(2, 320px);

  width: 500px;
  height: 800px;
  margin:40px 16px;

}

.d27-specs div{
  cursor: pointer;
}


.d27-specs-2 div{
  cursor: pointer;
  /* outline: 1px solid red; */
}

.d27-carouseldisclaimer {
  font-size: 24px;
}

.d27-carausel-active {
  display: flex;
}

.monotone-color {
  display: grid;
  grid-template-columns: repeat(3, 1fr) ;
  grid-template-rows: repeat(2, 140px);

  width: 500px;
  height: 280px;
  margin:80px 16px 10px;
  /* outline: 1px solid red; */

}

.monotone-color div{
  cursor: pointer;
  /* outline: 1px solid blue; */
}

.dualtone-color {
  display: grid;
  grid-template-columns: repeat(3, 1fr) ;
  grid-template-rows: repeat(1, 130px);

  width: 500px;
  height: 140px;
  margin:10px 16px;
  /* outline: 1px solid red; */
}

.dualtone-color div {
  cursor: pointer;
}

.links-wrapper {

}

.d27-carousal-overlay {

  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.90) 0.25%, rgba(0, 0, 0, 0.80) 49.01%, rgba(0, 0, 0, 0.90) 99.76%);
}
.d27-carousel-active-image {
  width:54vw;
  height: fit-content;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.links-wrapper {
  display: flex;
  width: 500px;
  height: 20px;

  justify-content: space-between;
  align-items: center;

  position: absolute;
  bottom: 85px;
  left: 16px;
}

.links-wrapper a {
  width: 120px;
  height: 20px;
  background-color: transparent!important;
  cursor: pointer;
}

.links-wrapper a:hover{
  background-color: transparent!important;
}

.d27-carousal-nav-left {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  left:60px;
  z-index: 999;
  cursor: pointer;
}

.d27-carousal-nav-right {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  right: 60px;
  z-index: 999;
  cursor: pointer;
}

.d27-disclaimer {
  background: #f1f1f1;
  display: none;
  padding: 4px;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
}

.d27-cross {
  background: rgba(0, 0, 0, 0.2);
  width: 45px;
  height: 45px;
  position: absolute;
  top: 10%;
  right:60px;
  z-index: 999;
  cursor: pointer;
}

.d27-cross svg {
  width: 45px;
  height: 45px;
}

.d27-carousal-nav-left svg {
  transform: rotate(180deg);

}

.d27-carousal-nav-right svg {

}

.d27-carousel-active-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;

}

.d27-carousel-active-name {
  height: 36px;
  width: 100%;
  background: #f1f1f1;
  /* position: absolute; */
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.d27-carousel-active-name h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

@media screen and (max-width: 767px) {
  .d27-carousal-nav-left {
    left:0px;
  }
  .d27-carousal-nav-right {
    right:0px;
  }

  .d27-carousel-active-image {
    width: 96vw;
  }

  .d27-carousel-active-image {
    margin: 40vh auto;
  }
  .d27-carousel-active-name {
    width: 100%;
    padding: 0;
  }

  .d27-carousel-active-name h4 {
    font-size: 16px;
  }

  .d27-cross {
    top: 30vh;
    right: 2vw;
    width: 24px;
    height: 24px;
  }

  .d27-cross svg {
    width: 24px;
    height: 24px;
  }
}