@charset "UTF-8";

body {
  margin: 0px;
}

#ad {
  width: 726px;
  height: 88px;
  border: #666666 1px solid;
  margin: 0 auto;
  margin-top: auto;
  background-color: white;
  position: relative;
  /*overflow: hidden;*/
}

#wrapper {
  width: 726px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  background-color: transparent;
  cursor: pointer;
}

/* SCREEN 1-1 */
.screen1-1 {
  background-color: #fad25a;
  width: 726px;
  height: 88px;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
.screen1-1_pozicije {
  position: absolute;
  bottom: -1px;
  left: -1px;
  z-index: 1;
}
.anim1 {
  position: absolute;
  top: 23px;
  left: 17px;
  z-index: 1;
  overflow: hidden;
  white-space: nowrap;
  animation: typing 0.3s steps(8, end) forwards;
  width: 0;
}
.text-1-1 {
  width: 127px;
}

.anim2 {
  position: absolute;
  top: 23px;
  left: 144px;
  z-index: 1;
  overflow: hidden;
  white-space: nowrap;
  animation: typing2 0.3s 0.3s steps(8, end) forwards;
  width: 0;
}
.text-1-2 {
  width: 142px;
}

.anim3 {
  position: absolute;
  top: 23px;
  left: 285px;
  z-index: 1;
  overflow: hidden;
  white-space: nowrap;
  animation: typing3 0.3s 0.6s steps(8, end) forwards;
  width: 0;
}
.text-1-3 {
  width: 149px;
}

.green-line-1 {
  position: absolute;
  top: 57px;
  left: 287px;
  z-index: 1;
  width: 0;
  height: 6px;
  background-color: #2ca01c;
  animation: line1 0.3s 0.9s forwards;
}

/* The typing effect */
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 148px;
  }
}

@-webkit-keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 148px;
  }
}

@keyframes typing2 {
  from {
    width: 0;
  }
  to {
    width: 165px;
  }
}

@-webkit-keyframes typing2 {
  from {
    width: 0;
  }
  to {
    width: 165px;
  }
}

@keyframes typing3 {
  from {
    width: 0;
  }
  to {
    width: 173px;
  }
}

@-webkit-keyframes typing3 {
  from {
    width: 0;
  }
  to {
    width: 173px;
  }
}

@keyframes line1 {
  from {
    width: 0;
  }
  to {
    width: 136px;
  }
}

@-webkit-keyframes line1 {
  from {
    width: 0;
  }
  to {
    width: 136px;
  }
}
/* SCREEN 1-1 END */

/* SCREEN 2-1 */
.screen2-1 {
  background-color: #fad25a;
  width: 726px;
  height: 88px;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  opacity: 0;
  animation: fadeYbg2 0.1s 2.2s forwards;
}
.screen2-1_pozicije {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 3;
}
.anim2-1 {
  position: absolute;
  top: 23px;
  left: 17px;
  z-index: 3;
  overflow: hidden;
  white-space: nowrap;
  animation: typing21 0.31s 2.3s steps(8, end) forwards;
  width: 0;
}
.text-2-1 {
  width: 107px;
}

.anim2-2 {
  position: absolute;
  top: 23px;
  left: 124px;
  z-index: 3;
  overflow: hidden;
  white-space: nowrap;
  animation: typing22 0.31s 2.6s steps(8, end) forwards;
  width: 0;
}
.text-2-2 {
  width: 243px;
}

.anim2-3 {
  position: absolute;
  top: 23px;
  left: 367px;
  z-index: 3;
  overflow: hidden;
  white-space: nowrap;
  animation: typing22 0.31s 2.9s steps(8, end) forwards;
  width: 0;
}
.text-2-3 {
  width: 187px;
}

.green-line-2 {
  position: absolute;
  top: 57px;
  left: 126px;
  z-index: 3;
  width: 0;
  height: 6px;
  background-color: #2ca01c;
  animation: line2 0.3s 3.2s forwards;
}

@keyframes fadeYbg2 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }  
}
@-webkit-keyframes fadeYbg2 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }  
}

/* The typing effect */
@keyframes typing21 {
  from {
    width: 0;
  }
  to {
    width: 200px;
  }
}
@-webkit-keyframes typing21 {
  from {
    width: 0;
  }
  to {
    width: 200px;
  }
}

@keyframes typing22 {
  from {
    width: 0;
  }
  to {
    width: 330px;
  }
}
@-webkit-keyframes typing22 {
  from {
    width: 0;
  }
  to {
    width: 330px;
  }
}

@keyframes typing23 {
  from {
    width: 0;
  }
  to {
    width: 300px;
  }
}
@-webkit-keyframes typing23 {
  from {
    width: 0;
  }
  to {
    width: 300px;
  }
}

@keyframes line2 {
  from {
    width: 0;
  }
  to {
    width: 231px;
  }
}
@-webkit-keyframes line2 {
  from {
    width: 0;
  }
  to {
    width: 231px;
  }
}
/* SCREEN 2-1 END */

/* SCREEN 3-1 */
.screen3-1 {
  background-color: #fad25a;
  width: 726px;
  height: 88px;
  position: absolute;
  z-index: 52;
  top: 0;
  left: 0;
  opacity: 0;
  animation: fadeYbg3 0.1s 4.5s forwards;
}
.screen3-1_pozicije {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 52;
}
.anim3-1 {
  position: absolute;
  top: 23px;
  left: 18px;
  z-index: 52;
  overflow: hidden;
  white-space: nowrap;
  width: 0;
  animation: typing3a 0.3s 4.6s steps(8, end) forwards;
}
.text-3-1 {
  width: 180px;
}

.anim3-2 {
  position: absolute;
  top: 23px;
  left: 198px;
  z-index: 52;
  overflow: hidden;
  white-space: nowrap;
  width: 0;
  animation: typing3b 0.3s 4.9s steps(8, end) forwards;
}
.text-3-2 {
  width: 96px;
}

.anim3-3 {
  position: absolute;
  top: 23px;
  left: 293px;
  z-index: 52;
  overflow: hidden;
  white-space: nowrap;
  width: 0;
  animation: typing3c 0.3s 5.2s steps(8, end) forwards;
}
.text-3-3 {
  width: 160px;
}

.green-line-3 {
  position: absolute;
  top: 57px;
  left: 19px;
  z-index: 52;
  width: 0;
  height: 6px;
  background-color: #2ca01c;
  animation: line3 0.3s 5.5s forwards;
}

@keyframes fadeYbg3 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }  
}
@-webkit-keyframes fadeYbg3 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }  
}

/* The typing effect */
@keyframes typing3a {
  from {
    width: 0;
  }
  to {
    width: 211px;
  }
}
@-webkit-keyframes typing3a {
  from {
    width: 0;
  }
  to {
    width: 211px;
  }
}

@keyframes typing3b {
  from {
    width: 0;
  }
  to {
    width: 115px;
  }
}
@-webkit-keyframes typing3b {
  from {
    width: 0;
  }
  to {
    width: 115px;
  }
}

@keyframes typing3c {
  from {
    width: 0;
  }
  to {
    width: 187px;
  }
}
@-webkit-keyframes typing3c {
  from {
    width: 0;
  }
  to {
    width: 187px;
  }
}

@keyframes line3 {
  from {
    width: 0;
  }
  to {
    width: 170px;
  }
}
@-webkit-keyframes line3 {
  from {
    width: 0;
  }
  to {
    width: 170px;
  }
}
/* SCREEN 3-1 END */

/* MAIN LOGO - CTAL */
.main-logo-cta {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
.anim-main-logo {
  width: 113px;
  right: 14px;
  bottom: 51px;
  position: absolute;
  opacity: 0;
  z-index: 97;
  animation: fadeCta 0.5s forwards;
}
.anim-main-cta {
  width: 117px;
  right: 14px;
  bottom: 10px;
  position: absolute;
  opacity: 0;
  z-index: 99;
  animation: fadeCta 0.5s forwards;
}

@keyframes fadeCta {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeCta {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* MAIN LOGO - CTAL END */