body {
  width:100%;
}
  
body {
  height:100vh;
  font-family: 'Cabin', sans-serif !important;
  margin: 0;
  padding:0;  
}

p, button {
  font-size: 16px; 
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 2em;
}

h2, h4 {
  color: rgb(0, 28, 119) !important;
}

h1, h2, h3, h4 {
  font-weight: bold !important;
}

h1 {
  font-size: 45px;  
}

h2{
  font-size: 40px !important;
  padding-bottom: 80px;
}

h3{
  font-size: 38px;
}

h4{
   font-size: 20px !important;
}

h5{
   font-size: 20px;   
}

h6{
  font-size: 16px;  
}

@media (max-width: 1010px) {
  h2 {
      font-size: 50px;
      line-height: 60px;
  }
}
@media (max-width: 640px) {
  h2 {
      font-size: 30px;
      line-height: 40px;
  }
}

@media (max-width: 1010px){
  h1 {
      font-size: 36px;
      line-height: 46px;
  }
}
@media (max-width: 640px) {
  h1 {
      font-size: 24px !important;
      line-height: 50px  !important;
      margin-top: 0  !important;
      margin-bottom: 0 !important;
  }
}
@media (max-width: 320px) {
  h1 {
      font-size: 22px !important;
  }
}

@media (max-width: 1010px) {
  p, button {
      font-size: 14px;
      line-height: 20px;
  }
}

footer {
  font-size: 16px;
  padding-top: 60px;                       
  padding-bottom: 70px;   
  bottom:0;
  left:0;   
}

footer > .footer-1   {
  max-width: 240px;
}
@media (max-width: 640px) {
  footer > .footer-1   {
    max-width: 180px;
  }
}

footer > .footer-2 {
  width: 280px;
  max-width: 280px;
}
@media (max-width: 640px) {
  footer > .footer-2   {
    max-width: 200px;
  }
}

body, #services, #about, #articles, #blog, #contact a:visited, .icon-bar {
  background-color: #fff;
}
 #work, #contact {
  background-color: #Fafafa;  /* #F7F5F3;  */
}
footer, #quotes {
  /* background-color: #Fafafa; */
  background-color: #99b7d3;

}

#work, #about, #contact, #services, #articles, #blog {
  padding: 100px 0;
}
#quotes {
  padding: 100px 0 50px;
}
@media (max-width: 1010px) {    
  #work, #about, #contact, #services, #articles, #blog   {
      padding: 70px 0;
  }
}
@media (max-width: 640px){
  #work, #about, #services, #articles, #blog {
      padding: 50px 0;
  }
}
@media (max-width: 640px){    
 #contact   {
      padding: 50px 40px;
  }
}



.dark {
  color: black;
}
.dark:hover {
  color: rgb(0, 39, 167);
}

.page-width {
  max-width: 1200px;   
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 640px){   
  .page-width {
      padding-left: 20px ;
      padding-right: 20px ;
  }
}
.page-width-quote {
  max-width: 1300px;
}

.divider, .divider-footer, .divider-title-1, .divider-title-2, .arrow, .center-block {
  display: block;
}

.divider, .divider-footer, .divider-title-1, .divider-title-2, .center-block {
  margin-left: auto;
  margin-right: auto;
}

.divider-title-1, .divider-title-2 {
  margin-bottom: 70px;
}

.divider-footer {
  width: 90px;
  margin-top: 15px;
  margin-bottom: 25px;
}
@media (max-width: 640px) {
  .divider-footer {
    width: 70px;
  }
}

.divider-title-1 {
  width: 110px;
}

.divider-title-2 {
  width: 80px;
}

.loader, .arrow .btn, .layer {
  width: 100%;
}

/******* LOADER  ********/

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100%;
	z-index: 9999;
  /* background: url(/assets/images/loader/Dual-Ring2.svg) 50% 50% no-repeat #003870; */
  /*background: url(/assets/images/loader/background4.jpg) cover #314d77; */       /* #94072d;*/
  background-color: #314d77;
}


/********  NAVIGATION *******/

.navbar {
  background-color: transparent;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 70px;
  transition: all .5s ease; 
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
}
@media (max-width: 1004px) {
  .navbar {
    padding: 10px 35px;
  }
}
@media (max-width: 640px) {
  .navbar {
    padding: 10px 25px;
  }
}

.white-background {
  background-color: #fff !important;
}

 #contact a:visited, #contact a:link, .navbar-brand, .navbar-right a, .navbar:hover, 
 .center-hero, .arrow .btn, .white {
  color: white;
}

#myNavbar a:visited, #myNavbar a:link, #myNavbar a:hover {
  background-color: transparent;
}

#myNavbar a:hover, .active, .underline {
 text-decoration: underline;
}

.navbar-nav .divider a {
  border-left: solid;
  border-bottom: none;
  margin-top: 10px;
  margin-right: -60px;
  margin-left: 15px;
  width: 80px;
}
@media (max-width: 640px) {
  .navbar-nav {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) { 
  .navbar-nav .divider a{
  border-left: none;
  border-bottom: solid;
  margin-top: -10px;
  }
}

.navbar-border {
  border-bottom: 2px solid #fafafa;
  box-shadow: 0 2px 4px #b4b4b4;
}

.navbar-nav .divider a:hover{
  text-decoration: none !important;
}

.navbar-brand {
  font-size: 25px;
}

/* .project-brand-container, .project-brand-container-2 {
  text-align: center;
} */

#logo-black, #logo-white {
  max-width: 50px;
}

.black-fill {
  color: rgb(0, 0, 0) !important;
  fill: rgb(0, 0, 0) !important;
}

.black-background {
  background-color: rgb(0, 0, 0)  !important;
}

.nav li a:hover,
.black-fill :hover {
  color: rgb(175, 4, 158) !important;
}


/******** COVER *******/

.project-brand-container, .center-hero, .arrow,
.project-brand-container-2, .center-hero, .arrow {
  position: absolute;
}

.center-hero, .project-brand-container,
.center-hero, .project-brand-container-2 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.center-hero {
  margin-right: -50%;
}

#cover-name{
  font-size: 50px;
}
@media only screen and (max-width: 550px) {
  #cover-name{
   font-size: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-text {
   padding-top: 110px;
  }
}

.arrow {
  bottom: 0;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  z-index: 1;
  box-sizing: border-box;
  transition: all 0.5s ease;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

.arrow .btn {
  font-size: 35px;
  padding: 0;
}

.arrow:hover .btn{
  transform: scale(1.20); 
}


/* ********* TITLE ********* */
div .name, #hero, .project {
  position: relative;
}

div .name {
  max-width: 42vw;
  display: inline-block;
  margin: 0 20px;
  float: center;
}
@media (max-width:1010px) {
  div .name {
    max-width: 60vw;
  }
}
@media (max-width:640px) {
  div .name {
    max-width: 80vw;
  }
}

#hero {
  overflow: hidden;
}

#hero, .layer {
  height: 100vh;
}

.layer {
  background-position: center !important;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  z-index: -1;
}


/* BACKGROUND */
      /* .layer-bg {
        background: url(../images/cover/mountains6b.jpg);
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-color:  rgba(0, 69, 126, 0.55);
      }
      @media only screen and (max-width: 767px) { 
        #cover{
          background-attachment: scroll;
        }
      } */


/* animated cover */

.navbar-gradient {
  animation-fill-mode: forwards !important;
  animation: navbar 3s ;
  animation-duration: 3s !important;
  transition-timing-function: ease-out;
}
@keyframes navbar {
  100% {
    background: linear-gradient(#000, #00000097 60% ,#ffffff00);
        /* #0000002d */
    border-bottom: #ffffff00;
    /* background-color: #0000006e; */
  }
}
.navbar-gradient-2 {
  background: linear-gradient(#000 , #ffffff00 );
  border-bottom: #ffffff00;
  border: 0 solid #ffffff00 !important;
}


.background-flowers {
  animation: background 3s ;
  position: relative;
  background: url(../images/cover-flowers/background2.jpg);
  background-size: cover;
  animation-fill-mode: forwards;
  width: 100%;
  height: 100%;
  /* min-height: 100%; */
}
@media (max-width:768px) {
  .background-flowers {
    background: url(../images/cover-flowers/background3.jpg);
  }
}
@keyframes background {
  100% {
    scale: 1.2;
  }
}


.overlay, .overlay-2 {
  animation-fill-mode: forwards !important;
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
}
.overlay {
  animation: overlay 3s ;
}
@keyframes overlay {
  100% {
    background-color: #00000078 ;
  }
}
.overlay-2 {
  animation: overlay-2 3s ;
}
@keyframes overlay-2 {
  100% {
    background-color: #00000035 ;
  }
}


.branches {
  animation: branches 3s ;
  position: relative;
  animation-fill-mode: forwards !important;
  width: 100%;
  /* height: 100%; */
  justify-content:center;
  left: 0;
  top: -30%;
  position: absolute;
}
@media (max-width:1024px) {
  .branches{
    animation: branches-mobile  3s ;
    top:0;
    width: unset;
    height: 100%;
    left: -25%;
  }
}
@media (max-width: 500px) {
  .branches{
    left: -60%;
  }
}
@media (max-width: 360px) {
  .branches{
    left: -50%;
  }
}
@keyframes branches {
  100% {
    rotate: z 20deg;
    scale: 2;
    top: -50%;
  }
}
@keyframes branches-mobile {
  100% {
    rotate: z 20deg;
    scale: 2;
  }
}


.flower-1, .flower-2, .flower-3, .flower-4 {
  position: relative;
  animation-fill-mode: forwards !important;
  position: absolute;
  justify-content:center;
  height: 25%;
}
@media (max-width:1024px) {
  .flower-1, .flower-2, .flower-3, .flower-4 {
    height: 15%;
  }
}


.flower-1 {
  animation: flower-1 3s ;
  /* width: 25%; */
  left: 60px;
  top: 100px;
}
@keyframes flower-1 {
  100% {
    rotate: z -30deg;
    scale: 1.5;
    left: -10px;
    top: -20px;
  }
}


.flower-2 {
  animation: flower-2 3s ;
  /* width: 25%; */
  right: 60px;
  top: 100px;
}
@keyframes flower-2 {
  100% {
    rotate: z -30deg;
    scale: 1.5;
    right: -40px;
    top: -20px;
  }
}


.flower-3 {
  animation: flower-3 3s ;
  /* width: 25%; */
  rotate: z -90deg;
  left: 90px;
  bottom: 110px;
}
@keyframes flower-3 {
  100% {
    rotate: z -130deg;
    scale: 1.5;
    left: 10px;
    bottom:  -30px;
  }
}


.flower-4 {
  animation: flower-4 3s ;
  /* width: 25%; */
  right: 60px;
  bottom: 100px;
}
@keyframes flower-4 {
  100% {
    rotate: z 30deg;
    scale: 1.5;
    right: -40px;
    bottom:  -40px;
  }
}

/* end animated cover */




/* .portfolioBtnLarge {
  margin: 10px 0;
  max-width: 320px;
  box-shadow: 0px 0px 20px rgba(0,0,0,.6);
}

.heroParalax div {
  font-size: 140px;
  }

.heroParalax  h1 {
  font-size: 130px;
  font-weight: 400;
  text-shadow: 0px 0px 20px rgba(0,0,0,.85);
  margin-top: 250px;
  font-weight: 700;
  } */


/******* SERVICES *******/

.services-container {
  /* padding: 0 150px; */
  padding: 0 100px;
  display: grid;
  grid-template-columns: 1fr  1fr;
  gap: 50px 150px;
}
@media (max-width: 1010px){
  .services-container {
      grid-template-columns: 1fr 1fr;
      /* gap: 40px 30px; */
      gap: 80px 120px;
  }
}
@media (max-width: 630px){ 
  .services-container {
      padding: 0;
      grid-template-columns: 1fr;
      gap: 30px;
  }
}

.title {
  text-decoration: none;
  border-bottom: 2.5px solid;
  padding-bottom: 5px;
}

.service-title1 {
  color:rgb(133, 0, 0) !important;
  border-color: rgb(133, 0, 0)  !important;
}
.service-title2 {
  color:rgb(0, 28, 119)  !important;
  border-color: rgb(0, 28, 119) !important;
}
.service-title3 {
  color:rgb(0, 92, 0) !important;
  border-color: rgb(0, 92, 0) !important;
}
.service-title4 {
  color:rgb(151, 4, 137) !important;
  border-color: rgb(151, 4, 137) !important;
}
.service-title5 {
  color:rgb(0, 28, 119) !important;
  border-color: rgb(0, 28, 119) !important;
}

/******* ARTICLES *******/

.articles-container {
  padding: 0 0 100px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 80px;
}
@media (max-width: 1010px){
  .articles-container {
      grid-template-columns: 1fr 1fr;
      gap: 40px 30px;
  }
}
@media (max-width: 630px){ 
  .articles-container {
      padding: 50px 50px 90px 50px;
      grid-template-columns: 1fr;
      gap: 30px;
  }
}


button a, button a h4, button h4 {
  color:white;  
}
button a:hover {
  color:white;  
  text-decoration: none;
}

.button-all {
  background-color:rgb(175, 4, 158) !important; 
  border-color: rgb(175, 4, 158)!important;
  color: white!important;
}
.button-all:hover {
  background-color:rgb(151, 4, 137) !important; 
  border-color: rgb(151, 4, 137) !important;
  color: white!important;
}

/******* CLIENT WORK *******/

.client-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 80px;
}
@media (max-width: 1010px){
  .client-container {
      gap: 40px 30px;
  }
}
@media (max-width: 630px){    /* less than 640. still want landscape galaxy phone to have 2 containers per row */
  .client-container {
      grid-template-columns: 1fr;
      gap: 30px;
  }
}

.client-item {
  padding-bottom: 20px;
}

.project-container {
  padding: 25px;
  border-radius: 5px 5px;
}
@media (max-width: 640px) {
    .project-container {
      padding: 15px;
  }
}

.project-title h4 {
  padding-top: 15px;
}
@media (max-width: 640px) {
  .project-title h4 {
    padding-top: 5px;
  }
}

.project {
  box-shadow: 1px 5px 12px 1px rgba(0,0,0,.3);
}

.project-img {
  opacity: 1;
  transition: .5s ease;
  backface-visibility: hidden;
  max-width: 100%;
}
@media (min-width: 660px){
  .project-page-img {
    max-width: 750px;
  }
}

.blog-container .project-img,
.project-brand, .about-img {
  max-width: 100%;
}



.project-brand, .project-brand-container,
.project-brand, .project-brand-container-2 {
  backface-visibility: hidden;
}

.project-brand-container {
  max-width: 50%;
  transition: .5s ease;
  opacity: 0;
}
.project-brand-container-2 {
  max-width: 40%;
  transition: .5s ease;
  opacity: 0;
}

.project:hover  .project-brand-container,
.project:hover  .project-brand-container-2 {
  opacity:1;
}

.project:hover .project-img {
  opacity: .1;
}


/******** ABOUT ME *******/

.about-img-padding {
 padding: 0 60px;
}
@media (max-width: 1025px) {
  .about-img-padding {
    padding: 0;
   }
}


/******** CONTACT  *******/

.divider {
  width: 30%;
}

.contact {
  /* text-decoration: none !important; */
  border-bottom: unset;
  /* font-weight: normal !important; */
}
.contact-detail {
  margin:auto;
  font-size:18px;
  text-align: center;
  max-width: 900px;
}
@media (min-width:768px){
  .contact-detail {
    padding: 0 150px;
  }
}

.contact-email {
  text-decoration: underline !important;
  color: #337ab7 !important;
  font-weight: bold !important;
}

.btn-social-icon {
  font-size: 40px;
  color: rgb(0, 39, 167);
} 
.btn-social-icon:hover {
  color: rgb(0, 27, 114);
} 


/* cloud animation */
.clouds-img {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-animation: clouds 70s ease infinite;
  animation: clouds 70s ease infinite; 
  z-index: 1;
}
@media (max-width:768px) {
  .clouds-img {
    animation: clouds 55s ease infinite; 
  }
}
.clouds-delay {
  right: -1200px;
  -webkit-animation-delay: 20s;
  animation-delay: 20s;
}
@-webkit-keyframes clouds {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0.7;
  }
}
@keyframes clouds {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0.7;
  }
}

/* quotes */
#quotes h2 {
  padding-bottom: 40px;
}
.row {
  position: relative;
  padding: 0 0 15px;
}
.cols {
  margin: 20px 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .cols {
    width: 90%;
    margin: auto !important;
  }
}
.layout-6 {

}

.col {
  width: 33.333%;
  padding: 20px 10px;
}
.cols .col:nth-of-type(1),
.cols .col:nth-of-type(3),
.cols .col:nth-of-type(4),
.cols .col:nth-of-type(5),
.cols .col:nth-of-type(6) {
  opacity: 0;
  position: relative;
}
@media (min-width:421px) {
  .cols .col:nth-of-type(5) {
    top:-70px;
  }
  .cols .col:nth-of-type(6) {
    top:-35px;
  }
}

@media (max-width: 720px) {
  .cols .col {
    display: block;
    width: 100%;
    margin: 10px 0 20px;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cols .col {
    flex: 0 0 45% !important;
  }
}
@media (max-width: 420px) {
  .cols .col {
    flex: 0 0 100% !important;
  }
}

.col:nth-of-type(1), .col:nth-of-type(3) {
  opacity: 0;
  position: relative;
}
.col:nth-of-type(2) {
  padding-top: 65px !important;
}

.testimonial-img  {

}

.animation1 {
  animation-name: fadeInUp400;
  -webkit-animation-name: fadeInUp400;
  animation-duration: 1s;
  animation-delay: .4s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
}
@media (max-width:420px) {
  .animation1, .animation2, .animation3 {
    animation-iteration-count: 1 !important;
  }
}

.animation2 {
  animation-name: fadeInUp300;
  -webkit-animation-name: fadeInUp300;
  animation-duration: 1s;
  animation-delay: .1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
}

.animation3 {
  animation-name: fadeInUp400;
  -webkit-animation-name: fadeInUp400;
  animation-duration: 1s;
  animation-delay: .6s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
}

@keyframes fadeInUp400 {
  0% {
    opacity: 0;
    transform: translate3d(0,250px,0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUp300 {
  0% {
    opacity: 0;
    transform: translate3d(0,150px,0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}


/* Marquee scrolling bar */


/* Marquee bar */
.announcement-bar,
.marquee-bar {
  padding-left: 0px;
  padding-right: 0px;
  border-top: solid 3px  rgb(0, 28, 119);
  border-bottom: solid 3px  rgb(0, 28, 119);
}

.marquee-bar {
  background: #99b7d3;
  /* font-family: "Baskerville No 2", serif; */
  padding-top: 30px;
}
@media (min-width: 540px) {
  .marquee-bar {
    padding-bottom: 5px; /* 0px; */
    padding-top: 30px;  /*36px  50px */
  }
}
.marquee {
  padding: 2px 0;
  display: block;
  overflow: hidden;
  position: relative;
}
.announcement-bar .marquee {
  height: 42px;
}
.marquee-bar .marquee {
  height: 55px;  /*70px;*/
}
.marquee-bar p {
   /* font-size: 36px; */
   font-size: 25px;
   line-height:25px;
}
.marquee-block {
  display: block;
  display: block;
  width: 200%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  /*animation: marquee 10s linear infinite;*/ /*15*/
  white-space: nowrap;
  animation-play-state: running;
  will-change: transform;
}
.announcement-bar .marquee-block {
  animation: marquee 18s linear infinite; /* was 15, 10*/
}
.marquee-bar .marquee-block {
  animation: marquee 16s linear infinite; /* was  marquee2 14, 12, 10  */
}
@media (min-width:541px) and (max-width:920px) {
  .announcement-bar .marquee-block {
    animation: marquee 10s linear infinite;  /* was 8  */
  }
  .marquee-bar .marquee-block {
    animation: marquee 10s linear infinite;  /* was  marquee2  */
  }
}
@media (max-width:540px) {
  .announcement-bar .marquee-block {
    animation: marquee 6s linear infinite;  /* was 5 */
  }
  .marquee-bar .marquee-block {
    animation: marquee 6s linear infinite;  /* was marquee2 */
  }
}


.marquee-text  {
  /* color:#fff; */
  color:rgb(0, 28, 119);
  fill:rgb(0, 28, 119);
  stroke:rgb(0, 28, 119);
  letter-spacing: .15em;
  display: inline-block;
  white-space: nowrap;
  animation-play-state: running;
  will-change: transform;
  float: left;
  margin-bottom:0;
  /* width: 75ch; */
  /* width: 83ch; */
  width: 100ch;
  /* text-shadow: 99ch 0 currentColor,
        198ch 0 currentColor,
        297ch 0 currentColor,
        396ch 0 currentColor,
        495ch 0 currentColor,
        594ch 0 currentColor,
        693ch 0 currentColor,
        792ch 0 currentColor,
        891ch 0 currentColor,
        990ch 0 currentColor; */
  /* text-shadow: 106ch 0 currentColor,
        212ch 0 currentColor,
        318ch 0 currentColor,
        424ch 0 currentColor,
        530ch 0 currentColor,
        636ch 0 currentColor,
        742ch 0 currentColor,
        848ch 0 currentColor,
        954ch 0 currentColor,
        1060ch 0 currentColor; */
  text-shadow: 118ch 0 currentColor,
        236ch 0 currentColor,
        354ch 0 currentColor,
        472ch 0 currentColor,
        590ch 0 currentColor,
        708ch 0 currentColor,
        826ch 0 currentColor,
        944ch 0 currentColor,
        1062ch 0 currentColor,
        1180ch 0 currentColor;
}
@media (max-width:720px) {
  .marquee-text  {
    width: 60ch;
    text-shadow: 60ch 0 currentColor,
          120ch 0 currentColor,
          180ch 0 currentColor,
          240ch 0 currentColor,
          300ch 0 currentColor,
          360ch 0 currentColor,
          420ch 0 currentColor,
          480ch 0 currentColor,
          540ch 0 currentColor,
          600ch 0 currentColor;
    }
}

.marquee-hr-thin {
  border:#fff 2px solid;
}
.marquee-hr-thick {
  border:#bf9c6e 5px solid;
}
#samples .marquee-hr-thick {
  border:#e052ad 5px solid;
}

@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}

@keyframes marquee2 {
  100% { left: 0; }
  0% { left: -100%; }
}

