@font-face {
  font-family: "DiamondsBlack";
  src: url("DiamondsBlack.woff") format("woff");
}

body {
  font-family: "Poppins", sans-serif !important;
  overflow-x: hidden;
}
object {
  width: 100%;
  height: 100%;
}

embed {
  width: 100%;
  height: 100%;
}
.sticky-note {
  position: fixed;
  top: 83%;
  right: 30px;
  transform: translateY(-50%);
  z-index: 150;
  display: none;
  text-align: left;
  max-width: 379px;
}
.sticky-content {
  position: relative;
}
.sticky-note.visible {
  display: block;
}
.sticky-img {
  width: 100%;
  display: block;
}
.sticky-img-mobile {
  display: none;
}
.text-overlay {
  text-align: left;
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  color: var(--Black, #201c1d);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 108.333% */
  letter-spacing: 2.4px;
}
.sticky-arrow {
  width: 18px;
  margin-top: 20px;
}

.success-content {
  padding: 32px 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 20px;
  background: var(--Stripe, #d7d7d7);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
  display: none;
  position: fixed;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 160;
  width: 380px;
}
.sticky-popup {
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 20px;
  background: var(--Stripe, #d7d7d7);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
  display: none;
  position: fixed;
  left: 50%;
  transform: translate(-50%, -70%);
  z-index: 160;
  width: 380px;
  height: 517px;
}
.sticky-popup-content {
  position: relative;
}
.sticky-header {
  color: var(--Black, #201c1d);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 108.333% */
  letter-spacing: 2.4px;
  width: 159px;
}
.text-header {
  color: var(--Black, #201c1d);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 108.333% */
  letter-spacing: 2.4px;
}
.text-description {
  color: var(--Black, #201c1d);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.4px;
  padding-top: 20px;
}
#contact-form {
  display: flex;
  flex-direction: column;
}

#email-input,
#message-input {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 15px;
  width: 100%;
  margin-bottom: 15px;
}

#message-input {
  height: 240px;
  resize: none;
}
#email-input:focus,
#message-input:focus {
  border-color: #201c1d;
  outline: none;
}
.contact-form-button {
  background-color: #201c1d;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 319px;
  height: 60px;
  padding: 0px 30px;
  justify-content: space-between;
  align-items: center;
  border-radius: 70px;
  display: flex;
  letter-spacing: 1.6px;
}
input::placeholder,
textarea::placeholder {
  color: var(--Dark-Grey, #797979);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
}
.sticky-close-button {
  position: absolute;
  top: -20px;
  right: -20px;
  cursor: pointer;
  font-size: 20px;
  background-color: #201c1d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: 40px;
  height: 40px;
  transition: transform 0.3s ease;
}

.sticky-close-button:hover {
  transform: rotate(90deg);
}

/* bottom-banner */
.bottom-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: rgba(32, 28, 29, 0.75);
  color: #fff;
  text-align: center;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 300;
  font-size: 14px;
}

.bottom-banner span {
  margin-left: 10px;
}

.bottom-banner button {
  margin-right: 10px;
  padding: 7px 38px;
  border-radius: 100px;
  background: var(--Red, #e00000);
  color: white;
  border: none;
  cursor: pointer;
}

.bottom-banner button:hover {
  background-color: #bb0c0c;
}
/* scrollbar */
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 22px;
}

::-webkit-scrollbar-thumb {
  background: #a1a1a1;
  border-radius: 22px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
  border-radius: 22px;
}
.no-scroll {
  overflow: hidden;
}
.background-midlle {
  background-image: url("img/background_midlle.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: left 0px top 200px;
}

.chapter-one-block {
  display: flex;
  justify-content: flex-end;
}
.book-details {
  width: 120px;
  position: absolute;
  margin-top: 70px;
}

.detail {
  display: flex;
  margin-bottom: 20px;
  align-items: flex-start;
  flex-direction: column;
  color: #797979;
}

.detail img {
  margin-right: 10px;
}

.title {
  color: var(--Dark-Grey, #797979);
  font-family: Poppins;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 12px; /* 100% */
  letter-spacing: 1.2px;
}

.value {
  color: var(--Dark-Grey, #797979);
  font-family: Poppins;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 12px; /* 100% */
  letter-spacing: 1.2px;
}
/* navigation */
.navigation {
  padding-left: 60px;
  align-items: center;
}
.nav-ai {
  margin-right: 10%;
  max-width: 115px;
  height: auto;
}
.nav-sa-no-anchor,
.nav-sa {
  color: var(--Black, #201c1d);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.4px;
  margin-right: 50px;
}

.nav-sa:hover,
.nav-sa-no-anchor:hover {
  color: #E00000;
}

/* marquee-content */
.text-block {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}
.background-top {
  margin-top: 4%;
  display: inline-block;
  padding-left: 10%;
}

.glitch {
  position: relative;
  overflow: hidden;
  padding-left: 10%;
  margin-top: 4%;
}

.marquee {
  margin-top: 7%;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  width: 100%;
  z-index: 1;
  text-align: center;
}
.marquee-content {
  display: inline-block;
  position: relative;
  color: var(--Black, #201c1d);
  font-size: 350px;
  font-style: normal;
  margin-top: 50px;
  font-family: "DiamondsBlack", sans-serif;
  margin-left: -60px;
}
/* hero-image-book */
.hero-image-book {
  padding: 1rem 2rem;
}
.testimonial {
  width: 389px !important;
  margin-top: -34px;
  position: relative;
}
.testimonial:before {
  content: "";
  position: absolute;
  top: -20px;
  width: 30px;
  height: 10px;
  border-top: 1px solid rgb(0, 0, 0);
}
.testimonial blockquote {
  color: rgba(0, 0, 0, 0);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 1.6px;
}
.scramble-blockquote {
  width: 389px !important;
}
.white {
  color: var(--Black, #201c1d);
}
.author {
  margin-top: 1rem;
  display: flex;
  align-items: center;
}
.author img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 1rem;
}
.author .name {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 1.2px;
}
.author .title {
  color: var(--Black, #201c1d);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 1px;
}
.book {
  z-index: 10;
  position: relative;
  box-shadow: -35px 22px 25px rgba(0, 0, 0, 0.3),
    -45px 30px 26px rgba(0, 0, 0, 0.25), -66px 49px 36px rgba(0, 0, 0, 0.2);
}
.book-container {
  margin-left: 250px;
}

.confirmation-header {
  color: var(--Black, #201C1D);
  font-family: Poppins;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 90px; /* 128.571% */
}

.first-chapter {
  height: 100%;
  overflow-y: auto;
}
.book-page {
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.11);
}
.book-page:first-child {
  margin-bottom: 5px;
}

.book-page:not(:first-child) {
  margin: 5px 0;
}
.circle {
  width: 150px;
  height: 150px;
  background-color: #e00000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 360px;
  transform: translate(-50%, -420%);
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 15;
  transition: background-color 0.3s ease;
}
.circle::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 2px dashed #ffffff;
  background-clip: padding-box;
}
.circle:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-top: 0.5px solid rgb(0, 0, 0);
  border-right: 0.5px solid rgb(0, 0, 0);
}
.circle:hover {
  background-color: #bb0c0c;
}
.circle-text {
  color: #ffffff;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 20px; /* 117.647% */
  letter-spacing: 1.7px;
}
.video-pin {
  position: absolute;
  display: grid;
  color: var(--Black, #201c1d);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px; /* 115% */
  letter-spacing: 4px;
  min-width: 240px;
  right: -9%;
  top: 40%;
}
.video-pin::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-top: 0.5px solid rgb(0, 0, 0);
  border-right: 0.5px solid rgb(0, 0, 0);
}
.video-pin-time {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.8px;
  margin-top: -5px;
}
.arrow {
  font-size: 20px;
  vertical-align: bottom;
}
.inside {
  left: 40px;
  bottom: 130px;
  color: var(--Black, #201c1d);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 1.4px;
  z-index: 15;
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
  z-index: 9999;
}
.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  width: 80%;
  max-width: 100%;
  height: 85%;
}

.popup-content-shrink {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  max-width: 100%;
  height: 85%;
}

.video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
  z-index: 9999;
}
.video-content {
  position: relative;
  width: 80%;
  height: 50%;
  height: 0;
  padding-bottom: 56.25%;
  margin: 0 auto;
}
.video-content > iframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 80%;
  border-radius: 20px;
}
.video-link {
  position: relative;
  max-width: 100%;
  height: auto;
}
.video-link-desktop {
  display: block;
}
.video-link-mobile {
  display: none;
}
.videoModal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1050;
}
.close-button {
  line-height: 1.5rem;
  cursor: pointer;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.4px;
  margin: 0;
}
.close-cross {
  cursor: pointer;
  transition: transform 0.3s ease;
}
.close-cross:hover {
  transform: rotate(90deg);
}
.popup-title {
  border-bottom: 1px solid #bfbfbf;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
}
.popup-ai {
  margin: 0;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
}
.popup-inside {
  -webkit-box-shadow: -40px 11px 13px 3px rgba(34, 60, 80, 0.17);
  -moz-box-shadow: -40px 11px 13px 3px rgba(34, 60, 80, 0.17);
  box-shadow: -40px 11px 13px 3px rgba(34, 60, 80, 0.17);
  justify-content: flex-end;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 30px;
}
.popup.show {
  opacity: 1;
  visibility: visible;
}
.video.show {
  opacity: 1;
  visibility: visible;
}
.book-section {
  height: 100%;
  width: 100%;
}
.book-section > .container {
  height: 90%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2%;
  width: 100%;
  padding-bottom: 2%;
}

/* text-middle */
.text-middle {
  max-width: 543px;
  margin: 0 auto;
  position: relative;
  padding: 20px;
}
.text-middle:before,
.text-middle:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.text-middle:before {
  top: 0;
  right: 0;
  width: 14px;
  height: 14px;
  border-top: 1px solid rgb(0, 0, 0);
  border-right: 1px solid rgb(0, 0, 0);
}
.text-middle:after {
  bottom: 0;
  left: 0;
  width: 14px;
  height: 14px;
  border-bottom: 1px solid rgb(0, 0, 0);
  border-left: 1px solid rgb(0, 0, 0);
}
.text-middle-first {
  color: var(--Black, #201c1d);
  font-size: 30px;
  font-style: normal;
  font-weight: 275;
  line-height: normal;
}
.text-middle-second {
  color: var(--Black, #201c1d);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.text-middle-block.animate {
  animation: slideInUp 1s forwards;
}

@keyframes slideInUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.download-chapter-container {
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
}

/* synopsis & author */
.notch-box {
  position: relative;
  max-width: 800px;
  margin: 40px auto 0px auto;
  padding: 20px 40px;
}
.video-box {
  position: relative;
  margin: 40px 0px 0px 140px;
  padding: 20px 0px;
}

.synopsis {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  position: absolute;
  left: -100px;
  padding-left: 43px;
  color: var(--Black, #201c1d);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.synopsis:after {
  content: "";
  position: absolute;
  height: 60px;
  border-left: 1px solid #797979;
  top: 80px;
  left: 0px;
}
.synopsis-mobile {
  display: block;
}
.synopsis-desktop{
  display: none;
}
.content {
  display: flex;
  justify-content: space-between;
  color: var(--Black, #201c1d);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.video-box-content {
  display: flex;
  justify-content: space-between;
  color: var(--Black, #201c1d);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.content-column {
  width: 48%;
}

/* email-container */
.email-container {
  margin-bottom: 145px;
}
.notified {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 80px 30px 30px 100px;
  background-image: url("img/full-books-floating.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 350px;
  border-radius: 30px;
  width: 100%;
  animation: backgroundSlide 50s linear infinite;
}
@keyframes backgroundSlide {
  0% {
    background-position: center top;
  }
  50% {
    background-position: center bottom;
  }
  100% {
    background-position: center top;
  }
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #201c1d;
  z-index: 1;
  border-radius: 30px;
  opacity: 0.9;
}
.notified-title {
  color: #fff;
  letter-spacing: 4px;
  width: 100%;
  font: 700 40px/46px Poppins, sans-serif;
  z-index: 2;
  padding-bottom: 10px;
}
.notified-subtitle {
  color: #fff;
  letter-spacing: 1.8px;
  margin-top: 10px;
  font: 400 18px Poppins, sans-serif;
  z-index: 2;
}
.notified-title,
.notified-subtitle,
.subscription {
  position: relative;
  z-index: 2;
}
.subscription {
  justify-content: space-between;
  display: flex;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1.8px;
  margin-top: 30px;
  z-index: 2;
}
.subscription-form {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.subscription-button {
  padding: 27px 27px 27px 40px;
  border-radius: 60px;
  background: var(--Red, #e00000);
  display: flex;
  align-items: center;
  width: 330px;
  justify-content: space-between;
  font-size: 18px;
}
.subscription-button:hover {
  background-color: #bb0c0c;
}
.footnote-block {
  align-self: stretch;
  display: flex;
  margin-top: 26px;
  justify-content: space-between;
  gap: 20px;
  font-size: 14px;
  color: var(--Black, #201c1d);
  font-weight: 400;
  letter-spacing: 1.4px;
}
.footnote-first {
  font-family: "Poppins", sans-serif;
  line-height: 32px;
}
.footnote-second {
  font-family: "Poppins", sans-serif;
  line-height: 32px;
}
.mobile-book {
  display: none;
}
.footer-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.the-authors {
  left: -91px;
}
.the-authors:after {
  top: 120px;
  left: 20px;
}

@media (max-width: 1100px) {
  .testimonial {
    display: none;
  }
}

@media (max-width: 991px) {
  .book-details {
    margin-top: 50px;
  }
  .div-50,
  .subscription,
  .subscription-input {
    flex-wrap: wrap;
    padding-left: 20px;
  }
  .notified-subtitle {
    max-width: 100%;
  }
  .notified-title {
    max-width: 100%;
  }
  .notified {
    max-width: max-content;
    padding-left: 20px;
    padding-top: 40px;
  }
  .footnote-block {
    justify-content: center;
  }
  .footer-block {
    padding: 0 30px 30px 30px;
  }
  .email-container {
    margin-bottom: 50px;
  }
  .logo-block {
    margin-bottom: 15px;
  }
}

@media (max-width: 568px) {
  .video-link-desktop {
    display: none !important;
  }
  .video-link-mobile {
    display: block;
  }
  .synopsis-mobile {
    display: none;
  }
  .synopsis-desktop{
    display: block;
  }
  .background-midlle {
    background-image: none;
  }
  .sticky-img-mobile {
    display: block;
    width: 100%;
  }
  .sticky-img {
    display: none;
  }

  .text-overlay {
    left: 25%;
  }
  .sticky-note {
    position: fixed;
    top: 83%;
    right: 0%;
    margin: 7px;
  }
  .sticky-close-button {
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
  }
  .book-details {
    display: none;
  }
  .circle-text {
    font-size: 14px;
  }
  .subscription-button {
    margin: 0;
    width: 330px;
  }
  .book-container {
    margin-left: 0px !important;
  }
  .notified,
  .overlay {
    border-radius: inherit;
  }
  .first-chapter {
    overflow-y: auto;
  }
  .nav-sa,
  .nav-sa-no-anchor,
  .testimonial,
  .screen-book,
  .footnote-first,
  .video-pin {
    display: none;
  }
  .text-block {
    left: 0;
    transform: translate(-0%);
    max-width: 100vw;
  }
  .circle {
    transform: translate(-145%, -460%);
    width: 104px;
    height: 104px;
  }
  .subscription {
    width: 330px;
    margin-left: 0px;
    margin-top: 70px;
    padding: 0;
  }
  .subscription-form {
    width: 330px;
  }
  .notified-title {
    font-size: 36px;
    margin-left: 0px;
  }
  .notified-subtitle {
    font-size: 14px;
    margin-left: 0px;
  }
  .notified {
    padding: 30px;
    height: 400px;
  }
  .book {
    max-width: 260px;
  }
  .inside {
    left: 10px;
    bottom: 85px;
  }
  .navigation {
    justify-content: center;
    padding: 30px 0px 30px 0px;
  }
  .nav-ai {
    justify-content: center;
    margin-right: 0px;
  }
  .text-middle-block {
    padding: 20px;
    margin-top: 20px;
  }
  .hero-image-book {
    padding: 0px;
  }
  .mobile-book {
    display: block;
    width: 100vw;
  }
  .download-chapter-container {
    display: flex;
  }
  .notch-box {
    padding: 0px;
  }
  .video-box {
    padding: 0px;
    margin: 0;
  }
  .content-column {
    width: 100%;
    padding-bottom: 10px;
  }
  .content {
    display: block;
    padding: 0px 30px 0px 60px;
  }
  .video-box {
    padding-top: 30px;
  }
  .video-box-content {
    display: block;
    padding: 0px 30px 0px 30px;
  }
  #synopsis {
    padding: 0;
  }
  .synopsis {
    left: 0px;
    padding-left: 15px;
  }
  .the-authors {
    left: 0px;
  }
  .the-authors:after {
    top: 120px;
    left: 0px;
  }
  .footnote-block {
    justify-content: center;
  }
  .footer-block {
    display: inline-block;
    padding: 0 30px 30px 30px;
    text-align: left;
  }
  .email-container {
    margin-bottom: 50px;
    margin-top: 30px;
  }
  .logo-block > a > img {
    width: 130px;
  }

  .popup-content-shrink {
    width: 90%;
  }
  .popup-content {
    width: 100%;
    height: 100%;
  }
  .video-content {
    width: 100%;
    height: max-content;
  }

  .text-middle-first {
    font-size: 20px;
  }
  .text-middle-second {
    font-size: 20px;
  }
  .marquee-content {
    display: inline-block;
    position: relative;
    font-size: 17.5rem;
    -moz-animation: marquee 20s linear infinite;
    -webkit-animation: marquee 20s linear infinite;
    animation: marquee 20s linear infinite;
  }
  @-moz-keyframes marquee {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  @-webkit-keyframes marquee {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  @keyframes marquee {
    0% {
      -moz-transform: translateX(100%);
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
    100% {
      -moz-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
}
