@font-face {
  font-family: BGFlameWeb-Light;
  src: url("https://cdn.flashtalking.com/95563/assets/BGFlameWeb-Light.woff");
}

* {
  color: #fff;
  font-family: "BGFlameWeb-Light";
  font-size: 28px;
  margin: 0;
  padding: 0;
}

.rootContainer {
  border: 1px solid #cccccc;
  height: 248px;
  overflow: hidden;
  position: relative;
  width: 968px;
}

.frame {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.copyContainer {
  border: none;
  left: 50%;
  position: relative;
  top: 25%;
  transition: all 0.25s ease;
  width: 50%;
}

/* COPY  */
.copy {
  color: #fff;
  position: relative;
}

.line {
  display: block;
  opacity: 1;
  left: 100%;
  position: relative;
  transition: all 0.25s ease;
}

.line.slideIn {
  left: -25%;
}

.line.slideOut {
  left: 100%;
}

.copy_highlight {
  color: #5c83d1;
  font-weight: bold;
}

/* BACKGROUND COLOR */
.background {
  height: 250px;
  left: 0;
  position: absolute;
  top: 0;
  width: 970px;
  z-index: -1;
}

.white-shape {
  height: 357px;
  position: absolute;
  left: -9%;
  top: -8%;
  transform: translate(-200px, -200px);
  transition: all 0.33s ease;
  z-index: 1;
}

.white-shape.slideIn {
  transform: translate(0, 0);
}

/* BACKGROUND IMAGES */
.img1,
.img2,
.img3,
.img4 {
  opacity: 0;
  position: absolute;
  transition: all 0.25s ease;
  z-index: 1;
}

.img1 {
  height: calc(100% - 20px);
  left: -36%;
  top: 10px;
}

.img1.slideIn {
  opacity: 1;
  left: 15px;
}

.img1.slideOut {
  opacity: 1;
  left: -36%;
}

.img2 {
  left: -24%;
  top: calc(50% - 62px);
  transform: rotateY(180deg);
  height: 124px;
}

.img2.slideIn {
  opacity: 1;
  left: 0;
}

.img2.slideOut {
  left: -54%;
}

.img3 {
  left: -21%;
  top: 10px;
  /* transform: rotateY(180deg); */
  height: 87%;
}

.img3.slideIn {
  opacity: 1;
  left: 10px;
}

.img3.slideOut {
  left: -61%;
}

.img4 {
  left: -13%;
  top: 10px;
  height: 92%;
}

.img4.slideIn {
  opacity: 1;
  left: 0;
}

.img4.slideOut {
  left: -13%;
}

/* LOGO */
.logoImg {
    right: 16px;
    opacity: 0;
    position: absolute;
    transition: opacity 0.25s ease;
    bottom: 14px;
    width: 150px;
    z-index: 3;
}

/* CTA */
.cta {
  background: #b4e100;
  border: none;
  border-radius: 26px;
  color: rgb(51, 63, 71);
  font-size: 17px;
  font-weight: 900;
  height: 25px;
  left: 100%;
  opacity: 1;
  padding-top: 6px;
  position: relative;
  text-align: center;
  top: 23px;
  transition: all 0.25s ease-out 0.25s;
  width: 160px;
}

.cta.slideIn {
  left: -25%;
}

.fadeIn {
  opacity: 1;
}

.fadeOut {
  opacity: 0;
}
