:root {

  /* fonts */
  --titles_font: 'Merriweather', serif;

  /* Quote Font */
  --quote_font: 'Great Vibes', cursive, sans-serif;

  /* body Font*/
  --body_font: 'Merriweather', serif;

  /* colors */
  --navy_blue: #00022E;
  --gold: #EACD86;
  --gray: #060606;
  /* --pink: #DFD3CE; */
  --pink: #F7EBDE;
  --dark_blue: #012A36;

  --gradient_1: #00022E ;
  --gradient_2: radial-gradient(circle farthest-corner at center center, #00022E 81%, #C1C1C3 100%);



  --gradient_3: rgb(0,2,46);
  --gradient_4: radial-gradient(circle, rgba(0,2,46,1) 61%, rgba(234,205,134,0.9962578781512605) 100%);


  /* Contact us pictures */
  --static_image: url("../home/images/contact-background.png");
  --static_image_small: url("../home/images/contact-background-small.jpg");
}



:root {
  /*************************** Background and Fount Colors *************************/

  /* body */

  --body_background_color: var(--navy_blue);

  /* header */
  --header_font: var(--titles_font);
  --header-background: var(--navy_blue);
  --header-color: var(--gold);

  /* Navigatin Bar */
  --navigation-background: var(--pink);
  --navigation-color: var(--navy_blue);
  --navigation-hover-background: var(--navy_blue);
  --navigation-hover-color: var(--gold);

  /* current page */
  --current-page-background: var(--navy_blue);
  --current_color: white;
  --current_hover: var(--gold);

  /* welcome message */
  --welcome-wrap-background: var(--navy_blue);
  --welcome_title_color: var(--pink);
  --welcome_paragraph_color: var(--pink);

  /* quote */
  --quote_background: var(--pink);
  --quote_color: var(--navy_blue);


  /* buttons */
  --buttons_background_color: var(--dark_blue);
  --button_color: white;

  /* buttons Hover */
  --button_hover-background: var(--gold);
  --button_hover_color: var(--navy_blue);

  /* about me */
  --aboutMe_background_color: var(--navy_blue);

  /* slides */
  --slide_background_color: var(--gray);
  --slide_big_background_color: var(--pink);
  --slide_color: var(--navy_blue);


}


* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  box-sizing: border-box;
  font-family: var(--body_font);
  text-align: center;
  background-color: var(--body_background_color);
}

/********************************** HEADER ********************************* */
header {
  margin: 15px;
  background-color: var(--header-background);
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  color: var(--header-color);
}

header h1 {
  align-self: center;
}

header img {
  width: 100%;
}



/********************************** images ********************************* */




img#banner {
  width: 100%;
  height: 300px;
}

picture#banner-out {
  background-color: black;

  width: 100%;
}

#welcome-image {
  width: 300px;
  height: 400px;
}






/**********************************  ********************************* */



a {
  color: #012A36;
  text-decoration: none;
}

img {
  display: block;
}

.welcome-section{
  background: var(--gradient_1);
  background: var(--gradient_2);
}
.welcome-wrap {
  margin: auto;
  text-align: center;
  justify-content: center;
}


#welcome-image {
  justify-self: center;
}

.text-wrap h2 {
  text-align: center;
}


p {
  font-size: 20px;
  margin: 20px;
  line-height: 1.2rem;
}

h1,
h2 {
  font-family: var(--header_font);

  font-size: 3em;
  margin: 25px;
}

h3,
h4 {
  font-size: 2em;
}

#main_message {
  line-height: 1.7;
  font-size: 1.7em;
}

#quote {
  margin: auto;
  padding: 5px 3rem 5px 3rem;
}

.parallax-quote,
#quote {
  font-family: var(--quote_font);
  color: var(--quote_color);
  font-size: 1.5rem;
  font-weight: bolder;
  text-align: center;
}

h1 {
  font-size: 2.5em;
  margin-top: 20px;
}

.mySlides a {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  /* padding: 5px 3rem 5px 3rem; */
  font-family: 'Great Vibes', sans-serif;
  color: #012A36;
}

picture {
  margin: 0px;
  display: block;
}



.logo {
  max-width: 150px;
}

nav>ul>li{
  border: 2px solid var(--navy_blue);
}

nav {
  margin-bottom: 0px;
  height: 100%;
}

nav a {
  color: #012A36;
}


nav li {
  padding: 10px;
  /* border: 2px solid black; */
}

#current-page a {
  color: var(--current_color);
}

#current-page {
  background-color: var(--navy_blue);
}

#current-page:hover {
  color: var(--current_hover);
}



/* .responsive {
  display: block;
  list-style: none;
} */

ul li {
  max-width: 800px;
  height: 100px;
  margin: 0 auto;
  line-height: 1.5em;
}

section {
  text-align: left;
  padding: 10px;
  font-size: 0.8em;
}

.two-column {
  max-width: 400px;
  margin: 0 auto;
}

.two-column div {
  margin-bottom: 25px;
}

.featured,
.featured-portal {
  margin: 25px auto;
  border-radius: 8px;
}

.featured-wrap {
  text-align: center;
}

.hero-image {
  background-color: var(--quote_background);
  margin-bottom: 10px;
}

.hero-image img {
  width: 100%;
  margin: 0px auto;
  max-width: 100%;
  max-height: 100%;
}

.img-wrap {
  max-width: 480px;
  margin: 0 auto;
}

.outer-wrap {
  background-color: #CBCBCD;
  width: 100%;
}

.inner-wrap {
  color: #012A36;
  background-color: #CBCBCD;
  max-width: 400px;
  margin: 0 auto;
  padding: 25px;
}

button {
  font-size: 1rem;
  color: var(--button_color);
  background-color: var(--buttons_background_color);
  border: none;
  width: 150px;
  height: 65px;
  padding: 10px;
  margin: 25px;
}


#contact-me{
  width: 100%; 
}


.parallax button {
  font-size: 1.5rem;
}

.parallax form,
.parallax div {
  justify-self: center;
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 2;
  grid-row-end: 2;
}

.parallax {
  position: static;
  height: 300px;
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: grid;
  margin: 0px;
  justify-items: center;
}

.parallax1 {
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), var(--static_image);
}





.spotlight {
  width: 100%;
  color: #012A36;
  background-color: var(--slide_big_background_color);
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: 1fr;
}

.spotlight-head {
  justify-self: center;
  grid-column-start: 2;
  grid-row-start: 1;
  background-color: var(--slide_background_color);
  width: 1200px;
}

.mySlides {
  grid-column-start: 2;
  grid-row-start: 2;
  justify-self: center;
  background-color: var(--slide_background_color);
  width: 100%;
}

.mySlides h2 {
  text-align: left;
}


/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: relative;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #012A36;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}


.next {
  border-radius: 3px 0 0 3px;
  grid-column-start: 3;
  grid-row-start: 2;
  height: 40px;
  text-align: center;
}

.prev {
  grid-column-start: 1;
  grid-row-start: 2;
  height: 40px;
  text-align: center;
}

.prev:hover,
.next:hover {
  background-color: var(--button_hover_color);
  color: var(--button_hover-background);
}

.dotbox {
  margin: 0px;
  padding: 0px;
  border: 0px;
  text-align: center;
  background: var(--gradient_1);
  background: var(--gradient_2);
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: var(--current_hover);
}

/***************************************  END OF SMALL SCREEN ****************************************/



.testimonials p {
  margin: 0px;
}


.name-wrap {
  color: #012A36;
  font-size: 0.8em;
}

.contact-form {
  color: #012A36;
  background-color: #D8D0C1;
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 25px;
}

.contact-form button {
  margin-top: 25px;
}

.contact-form p,
label {
  font-weight: bold;
}

.form-meat label {
  font-weight: normal;
}

.form-shell li,
.form-meat {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.form-shell>li>label,
.form-shell li p {
  flex: 1 0 120px;
  max-width: 220px;
  margin: 10px;
}

.form-shell>li>label+*,
.form-shell {
  flex: 1 0 220px;
}

.form-shell li button {
  margin-left: auto;
  padding: 8px 16px;
}


.form-meat li,
.form-skin li {
  margin: 5px;
  flex: 1 100px;
}

.form-meat,
.form-skin li {
  justify-content: space-between;
}

.form-skin li {
  width: 50px;
  display: inline;
}

.form-skin label {
  font-weight: normal;
}

#contact-us-form {
  grid-column-start: 2;
}

#contact-us-map {
  grid-column-start: 1;
}

iframe {
  width: 100%;
  height: 90%;
}

.center {
  margin: 25px auto;
}



.bubble {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 1;
  border-radius: 8px;
}

.bubble li,
h3 {
  line-height: 1.5em;
  list-style-type: none;
}


#item1,
#item2,
#item3 {
  max-width: 100%;
}

#item4 h3,
#item4 img {
  display: inline;
}


/********************************** FOOTER ********************************* */



footer {
  background-color: #C1C1C3;
  color: #012A36;
  text-align: center;
  padding: 25px 10px 25px 10px;
  font-size: 1em;
}

footer a {
  color: #012A36;
  text-decoration: none;
}

.sub-footer {
  font-size: .8em;
  line-height: 1em;
}


/* *********************** STYLE MEDIUM SCREENS**********************/
@media only screen and (min-width: 600px) {
  
 

  body {
    margin: 0px 0px;
    width: 100%;
  }

  #quote {
    font-size: 2em;
    text-align: right;
    margin-right: 1rem;
    padding-top: 3rem;
  }




  #welcome-image {
    float: left;
    margin: auto;
    display: block;
    box-shadow: 25px 25px 50px 0 white inset, -25px -25px 50px 0 white inset;
    border-radius: 50%;
    flex-shrink: 1;
  }



  section {
    /* max-width: 600px; */
    margin: 0;
  }

  .two-column {
    max-width: 600px;
  }

  .spotlight {
    grid-template-columns: auto 1fr auto;
  }

  .spotlight-head {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
  }

  .spotlight h2 {
    margin-top: 15px;
  }

  .mySlides {
    max-width: 800px;
  }

  .mySlides picture img {
    max-width: 400px;
  }

  header {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }

  header h1 {
    font-size: 3rem;
    padding-right: 1em;
    margin-top: 10px;
    margin-bottom: 5px;
  }

 

  nav {
    background-color: var(--navigation-background);
    font-size: 2.0em;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    padding: 0px;
  }

  /* nav a {
    margin: 0px;
  } */

  nav ul {
    list-style-type: none;
    margin: 0;
    /* overflow: hidden; */
    background-color: var(--navigation-background);
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 0;

  }

  nav li {
    /* display: inline; */
    float: left;
    height: 50px;
  }

  nav li:hover {
    background-color: var(--navigation-hover-background);
    color: var(--navigation-hover-color);
  }

  nav li a {
    display: block;
    color: var(--navigation-color);
    text-align: center;
    text-decoration: none;
    font-size: 1rem;
  }

  nav li:hover a {
    color: var(--gold);
  }

  #current-page a:hover {
    color: var(--gold);
  }

  .menu {
    list-style: none;
    display: inline;
  }

  .featured {
    width: 100%;
    max-width: 664px;
  }

  .testimonials {
    max-width: 800px;
    margin: auto;
    display: grid;
    grid-template-areas:
      "div div div";
    grid-gap: 70px 5%;
  }

  .testimonials-wrap h2 {
    text-align: center;

  }

  .testimonials-wrap{
    background: var(--gradient_1);
    background: var(--gradient_2);
  }



  .testimonials img {
    max-width: 150px;
    display: block;
    border-radius: 50%;
    margin-bottom: 5px;
    margin-left: 5px;
  }


  .img-wrap {
    max-width: none;
    margin: 0 auto;
  }

  .inner-wrap {
    max-width: 600px;
  }

  .parallax {
    height: 400px;
  }

  .parallax button {
    justify-self: center;
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 2;
    grid-row-end: 2;
  }

  section.threeColumn {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto auto auto;
    grid-gap: 0 25px;
    max-width: 900px;
    
  }

  section a:hover,
  div a:hover {
    color: var(--gold);
    background-color: var(--navy_blue);
  }



  #item1 {
    grid-row-start: 2;
    grid-column-start: 1;
  }

  #item2 {
    grid-row-start: 2;
    grid-column-start: 2;
  }

  #item3 {
    grid-row-start: 2;
    grid-column-start: 3;
  }


  footer {
    font-size: 1rem;
  }
}

/* *********************** STYLE FOR LARGE SCREENS**********************/
@media only screen and (min-width: 800px) {


  #menu-link{
    display: none;
  }


  body {
    margin: 0px auto;
    width: 100%;
    background-color: var(--body_background_color);
    color: white;
  }

  header h1 {
    font-size: 4rem;
  }

  nav li a {
    font-size: 1.2rem;
    margin: 0 25px 0 25px;
  }

  section {
    max-width: 100%;
  }

  section.about-me {

    height: 250px;
    max-width: 100%;
padding: 100px 100px;
    font-size: 15px;
    text-align: center;
    background: var(--gradient_1);
  background: var(--gradient_2);
  }

  .inner-wrap {
    max-width: 1200px;
  }



  .two-column {
    display: grid;
    grid-template-columns: 5fr 5fr;
    grid-gap: 25px;
    max-width: 900px;
  }


  .parallax {
    width: 100%;
    position: initial;
    height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: grid;
    justify-items: center;
  }




  .parallax button {
    justify-self: center;
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 2;
    grid-row-end: 2;
  }

  button:hover {
    color: var(--button_hover_color);
    background-color: var(--button_hover-background);
    padding: 10px;
    box-shadow: 5px 10px 8px #012A36;
  }

  .img-wrap {
    display: none;
  }

  .spotlight-head {
    max-width: 1200px;
    text-align: center;
  }

  .mySlides {

    max-width: 1200px;
  }

  .mySlides picture img {
    max-width: 800px;
  }

  .spot{
    margin: auto;
  }



  .contact-form h3 {
    margin-bottom: 25px;
    margin-left: 25px;
  }

  footer a:hover {
    text-decoration: underline;
  }

  #project_third_image {

    width: 400px;
    height: 500px;
  }

  #project_second_image {

    width: 500px;
    height: 500px;
  }

  #project_first_image {
    width: 500px;
    height: 500px;

  }

  #references_1_image,
  #references_2_image,
  #references_3_image {

    width: 200px;
    height: 200px;
  }

  .product-card {
    margin: 50px 50px;
    padding: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    border: 5px solid var(--gold);

    background: var(--gradient_3);
    background: var(--gradient_4);

  }

  .product-card:nth-child(even) #card-image {
    grid-column-start: 1;

  }

  .product-card:nth-child(even) .information-card {
    align-self: center;
    grid-column-start: 2;
  }

  .product-card:nth-child(odd) #card-image {
    grid-column-start: 2;

  }

  .product-card:nth-child(odd) .information-card {
    grid-row: 1;
    align-self: center;
    grid-column-start: 1;
  }

  .welcome-wrap{
    width: 1200px;
  }

  
}




/* *********************** LANGUAGES **********************/
/*    This is the style for the sub page languages         */
/* *********************************************************/

#languageTitle {
  font-size: 50px;
  margin: 50px;
  color: var(--gold);

}

#language_information {
  font-size: 25px;
  margin: 75px 50px 75px 50px;
  line-height: 35px;
}

li img {
  margin-left: auto;
  margin-right: auto;
}

li form {
  color: white;
}

li h2 {
  font-size: 30px;
  ;
}


.product-card h2,
.product-card h3,
.product-card p {
  margin: 0.5em 0;
  text-align: center;
}



.subpage-box {

  position: initial;
  height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: grid;
  justify-items: center;
  color: white;
  padding-top: 100px;
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), var(--static_image);
}

#languageTitle {
  color: white;
}

.subpage-content {
  padding: 50px;
  max-width: 800px;
  max-height: 350px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}

  


/**************************** SMALLL SCREEN ********************************************/

@media only screen and (max-width: 420px) {

      /*************************** BANNER IMAGE ***************************/

  img#banner {
    width: 100%;
    height: 150px;
  }

     /*************************** NAVIGATION BAR ***************************/


nav{
 margin: 0 auto;
 max-width: 360px;
 background-color: #F7EBDE;
 font-size: 1.3em;
}

nav{
  padding-top: 20px;
  padding-bottom: 20px;
}

nav>ul>li{
  height: 30px;
}

nav a {
 color: #012A36;
 text-decoration: none;
 font-size: 1.5rem;
 margin: 10px;
}



#navigation li:first-child{
 display: block;
}


#navigation a:hover{
 color: white;
 background-color: #99DADE;
}

#navigation.responsive {
 display: block;
}

.menu {
 list-style: none;
 display: none;
}
.responsive{
 list-style: none;
 display: block;
}

 body{
   width: 100%;
 }
 #menu-link {
   color: black;
 }

 ul li {
   color: black;
 }

 li a {
   color: black;
 }

 .message {
   color: white;
 }

 li {
   color: white;
 }

 .message-title {
   color: white;
 }

 #welcome-image {
   box-shadow: 25px 25px 50px 0 white inset, -25px -25px 50px 0 white inset;
   border-radius: 50%;
   flex-shrink: 1;
   margin: auto;
 }

 .welcome-wrap{
   color: var(--gray);
 }

 .prev,
 .next,
 .text {
   font-size: 11px
 }

 img.spot {
   width: 300px;
   height: 200px;
 }

 picture.spot {
   width: 275px;
   height: 200px;
 }

 .subpage-content {
  max-width: 100%;
  max-height: 100%;
  padding-left: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-right: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0%;
}
.subpage-box {
  position: initial;
  height: 500px;
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: grid;
  justify-items: center;
  color: white;
  padding-top: 100px;
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), var(--static_image);
}

.subpage-box{
  max-height: 1000px;
  margin: 0px;
  padding: 0px;
  margin-bottom: 0px;
}

#language_information {
  font-size: 20px;
  margin: 75px 50px 75px 50px;
  line-height: 35px;
}


#languageTitle{
  font-size: 35px;
}

.parallax1 {
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), var(--static_image_small);
}


/* image  */
 .parallax {
  width: 100%;
  /* position: initial; */
  height: 500px;
  /* background-attachment: fixed; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: grid;
  justify-items: center;
}

 /* This is for the product list in the small screen to make it cards */

 .product-card {
   flex: 1 1 45%;
   margin: 0.25em;
   padding: 0.5em;
   border: 1px solid var(--gold);
   max-width: 300px;
   max-height: 100%;
 }

 #card-image{

  max-width: 300px;

 }

 .product-list {
   display: flex;
   flex-flow: row wrap;
   justify-content: space-evenly;
   list-style-type: none;
   padding: 20px;
 }

 .comment-wrap{
   width: 175px;
 }

 .testimonials-wrap .testimonials{
   display: grid;
   justify-content: center;
 }

 .testimonials img {
  width: 175px;
  height: 175px;
}

#references{
text-align: center;
  color: white;
}
#references_1,
#references_2,
#references_3{
  color: white;
  text-align: center;
  padding: 10px;
}

.about-me{
  color: white;
  text-align: center;
}

.mySlides{
  width: 300px;
}
#menu-link{
  height: 100px;

}

.spot{
  width: 100%;
}

.welcome-image{
 margin: auto; 
}

.spotlight-head{
  width: 300px;
}






}


/* *********************** Animatioon **********************/
/*    The Animation using Keyframes                        */
/* *********************************************************/


/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2.0s;
  animation-name: fade;
  animation-duration: 2.0s;
}

.sliding{
  /* slide in */
  /* -webkit-animation-name: sliding;
  -webkit-animation-duration: 2.0s;
  animation-name: sliding;
  animation-duration: 2.0s; */

  /* aspiral in */
  -webkit-animation: swirl-in-fwd 0.6s ease-out both;
  animation: swirl-in-fwd 0.6s ease-out both;

  /* bounce right */
  /* -webkit-animation: bounce-in-left 1.1s both;
  animation: bounce-in-left 1.1s both; */
}

.bounce-in-bck {
	-webkit-animation: bounce-in-bck 1.1s both;
	        animation: bounce-in-bck 1.1s both;
}

@-webkit-keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }

  /* from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  } */

}

@keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }

  /* from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  } */
}

@keyframes sliding{
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
  
}

/* ----------------------------------------------
 * Generated by Animista on 2022-5-5 2:4:20
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation swirl-in-fwd
 * ----------------------------------------
 */
 @-webkit-keyframes swirl-in-fwd {
  0% {
    -webkit-transform: rotate(-540deg) scale(0);
            transform: rotate(-540deg) scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1);
    opacity: 1;
  }
}
@keyframes swirl-in-fwd {
  0% {
    -webkit-transform: rotate(-540deg) scale(0);
            transform: rotate(-540deg) scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1);
    opacity: 1;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2022-5-5 2:7:17
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation bounce-in-left
 * ----------------------------------------
 */
 @-webkit-keyframes bounce-in-left {
  0% {
    -webkit-transform: translateX(-600px);
            transform: translateX(-600px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateX(-68px);
            transform: translateX(-68px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateX(-28px);
            transform: translateX(-28px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-left {
  0% {
    -webkit-transform: translateX(-600px);
            transform: translateX(-600px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateX(-68px);
            transform: translateX(-68px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateX(-28px);
            transform: translateX(-28px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2022-5-5 2:22:22
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation bounce-in-bck
 * ----------------------------------------
 */
 @-webkit-keyframes bounce-in-bck {
  0% {
    -webkit-transform: scale(7);
            transform: scale(7);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: scale(1.24);
            transform: scale(1.24);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  89% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-bck {
  0% {
    -webkit-transform: scale(7);
            transform: scale(7);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: scale(1.24);
            transform: scale(1.24);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  89% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

