*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --lightbox: rgba(69, 69, 69, 0.8);
  --bs-link-hover-color: none;
  --pink: #ecb1d1;
}

html:focus-within {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "Metropolis Thin";
  src: url(fonts/Metropolis/Metropolis-Thin.woff2) format('woff2'),
    url(fonts/Metropolis/Metropolis-Thin.wof) format('woff'),
    url(fonts/Metropolis/Metropolis-Thin.ttf) format('truetype');
}

*,
html {
  scroll-behavior: smooth !important;
}

html {
  font-family: "Metropolis Thin", "Helvetica Ultra Light", sans-serif;
  height: 100%;
  scroll-behavior: smooth !important;
  scroll-padding-top: 200px;
}

hr {
  margin: 0 auto;
}

/* body white */
body {
  font-family: "Metropolis Thin", "Helvetica Ultra Light", sans-serif;
  background: #f2f2f2;
  margin: 0px;
  height: 100%;
  scroll-padding-top: 100px;
}

.h1-center {
  margin-top: 10px;
  text-align: center;

}

.title {
  padding: 0px;
}

/* grey header */
#header {
  background-color: #454545;
  padding: 0;
  width: 100%;
  -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  box-shadow: 0 1px 5px rgba(57, 63, 72, 0.3);
  /*position: relative;*/
  position: sticky;
  top: 0;
  z-index: 100;
}

/* scroll margin */

/* index */
#index {
  display: inherit;
  scroll-margin-top: calc(50vh - 60px);
}

/* index*/

/* about */
#about {
  display: inherit;
  scroll-margin-top: calc(50vh + 140px);
}

@media only screen and (max-width:768px) {
  #about {
    display: inherit;
    scroll-margin-top: calc(50vh + 150px);
  }
}

@media only screen and (max-width:480px) {
  #about {
    display: inherit;
    scroll-margin-top: calc(50vh + 150px);
  }
}

/* about */

/* services */
#services {
  display: inherit;
  scroll-margin-top: calc(50vh + 90px);
}
.submit-container{
  max-width: 75%;
  margin: 0 auto;
  min-height: calc(100% - 108px - 117px - 253px);
  padding-top: 50px;
}
.service {
  background-color: #d9dada;
  padding: 10px;
  text-align: center;
  margin: 0px;
  border-radius: 5px;
}

@media only screen and (max-width:768px) {
  #services {
    display: inherit;
    scroll-margin-top: calc(50vh - 30px);
  }
}

/* services */


/* gallery */
#gallery {
  display: inherit;
  scroll-margin-top: calc(50vh - 10px);
}

@media only screen and (max-width:768px) {
  #gallery {
    display: inherit;
    scroll-margin-top: calc(50vh - 60px);
  }
}

/* gallery */

/* services accordions */


#bath-blow-dry {
  scroll-margin-top: 60px;
}

#puppy-groom {
  scroll-margin-top: 60px;
}

#de-shed-treatment {
  scroll-margin-top: 60px;
}

#nail-clipping {
  scroll-margin-top: 60px;
}

#teeth-cleaning {
  scroll-margin-top: 60px;
}

/* services accordions */



/* Nav bar start */

.right-nav {
  max-width: 980px;
  margin: 0 auto;
  height: 95px;
  padding: 10px;
  box-sizing: border-box;
}

.navbar-toggler {
  position: relative;
  z-index: 1000;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 0px;
}

span.navbar-toggler-icon {
  background-size: 75%;
}

.navbar-nav {
  position: relative;
  z-index: 10;
  margin-bottom: 1rem;
}

.navbar-brand {
  height: 65px;
  padding-top: 0;
  margin-right: 0;
  padding-right: 5px;
  position: relative;
  z-index: 1000;
}

#navbar.navbar-collapse.collapse.show,
#navbar.navbar-collapse.collapsing {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: center;
}

#navbar.navbar-collapse.collapse.show>ul,
#navbar.navbar-collapse.collapsing>ul {
  background-color: rgba(69, 69, 69, 0.6);
  border-radius: 5px;
  max-width: 30%
}

#navbar.navbar-collapse.collapse.show>ul li.nav-item {
  margin-bottom: 1rem;
  padding: 2px, 4px;
}

#navigation li {
  list-style: none;
  margin: 0 10px;

}

#navigation li a {
  color: black;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 14px;
  padding: 2px 10px;
  background-color: #ccc;
  border-radius: 8px;
}

#navigation .active {
  background-color: #ECB1D1;
  color: black
}

/* Change the link color to light orange on hover */
#navigation li a:hover {
  background-color: #EA9AC5;

}

.dropdown-menu {
  background-color: #dfdfdf;
  margin-top: 0;
}

.dropdown-item {
  border-radius: 0px !important;
  border-top: 1px solid #dfdfdf;

}


@media only screen and (min-width:480px) {
  .dropdown:hover .dropdown-menu {
    display: inline-block;
    margin-top: 0;
  }
}

@media only screen and (max-width:400px) {
  #navigation li a {
    padding: 2px 2px;
    font-size: 12px;
  }
}

/* Nav bar end */

/* grey container */
#main-content {
  background-color: #dfdfdf;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  box-sizing: border-box;
  box-shadow: 0px 0px 5px rgba(57, 63, 72, 0.9);
  min-height: calc(100% - 117px - 253px);
  position: relative;
}

.back-to-top a {
  font-size: 15px;
  text-decoration: none;
  color: white;
  text-transform: capitalize;
  margin: 0 auto;
  text-align: center;

}

.back-to-top a:hover {
  color: #EA9AC5;

}

#footer {
  position: relative;
  background-color: #454545;
  text-align: center;
  padding: 10px;
  color: white;
  z-index: 1000;
  text-decoration: none;
}

#footer .footer-text {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 16px;
  z-index: 1000;
  color: white !important;

}

.welcome-text {
  color: #454545;
}

.social {
  color: white;
  text-decoration: none;
}

.social:hover {
  color: #EA9AC5;
}

.social-black {
  color: black;
  text-decoration: none;
}

.social-black:hover {
  color: #EA9AC5;
}

.social-pink {
  color: #ECB1D1;
  text-decoration: none;
  display: inline;
}

.accent-pink {
  color: #EA9AC5;
  text-decoration: none;
  display: inline;
}

.social-pink:hover {
  color: #EA9AC5;
}

.btn-pink {
  --bs-btn-bg: #ECB1D1;
  --bs-btn-border-color: #ECB1D1;
  --bs-btn-hover-bg: #EA9AC5;
  --bs-btn-hover-border-color: #EA9AC5;
  text-shadow: none !important;
}


/* IMAGE GRID STYLES
 –––––––––––––––––––––––––––––––––––––––––––––––––– */
.image-grid figure {
  margin-bottom: 0;
}

.image-grid img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s;

}

.image-grid a:hover img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
  -webkit-filter: blur(4px);
  /* Chrome, Safari, Opera */
  filter: blur(4px);
  transition: filter 0.2s;
}

.image-grid .p-tes-5px {
  /* padding-topEndStart-5px*/
  padding: 5px 5px 0px 5px;
}

/* LIGHTBOX STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Lightbox Fix (shows underneath content) */

.modal-backdrop {
  position: inherit;
}


.lightbox-modal .modal-content {
  background: var(--lightbox);
}

.lightbox-modal .btn-close {
  position: absolute;
  top: 20px;
  right: 18px;
  font-size: 1.2rem;
  z-index: 10;
  border: 2px solid;
  border-color: rgba(0, 0, 0, 0.5);
  opacity: 0.75;
}

.lightbox-modal .btn-close:hover {
  opacity: 1;
}

.lightbox-modal .modal-body {
  display: flex;
  align-items: center;
  padding: 0;
  text-align: center;
}

.lightbox-modal img {
  width: auto;
  max-height: 100vh;
  max-width: 100%;
}

.lightbox-modal .carousel-caption {
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 2.5px;
  padding-bottom: 2.5px;
  background: rgba(36, 36, 36, 0.75);
  z-index: 100;
}

.carousel-caption {
  left: 5px;
  right: 5px;
  bottom: 0;
  padding-top: 2.5px;
  padding-bottom: 0px;
  background: rgba(36, 36, 36, 0.50);
  z-index: 100;
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  width: auto;
  text-decoration: none;
  --_highlight-size: 1;
}

.lightbox-modal .carousel-control-prev {
  left: 10px;
}

.lightbox-modal .carousel-control-next {
  right: 10px;
}

.carousel-item img {
  display: inline;
}



/* LIGHTBOX ENDS */

/* contact form start */

select:invalid {
  color: gray;
}

form textarea {
  height: 200px;
}

#product-details select {
  width: 100%;
  /* Full width */
  padding: 12px;
  /* Some padding */
  border: 1px solid #ccc;
  /* Gray border */
  border-radius: 4px;
  /* Rounded borders */
  margin-top: 6px;
  /* Add a top margin */
  margin-bottom: 16px;
}


/* Style inputs with type="text", select elements and textareas */
#contact-form input[type=text],
#contact-form input[type=email],
#contact-form input[type=tel],
#contact-form select,
#contact-form textarea,
#contact-form #error {
  width: 100%;
  /* Full width */
  padding: 12px;
  /* Some padding */
  border: 1px solid #ccc;
  /* Gray border */
  border-radius: 4px;
  /* Rounded borders */
  margin-top: 6px;
  /* Add a top margin */
  margin-bottom: 16px;
  /* Bottom margin */
  resize: vertical;
  /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #ECB1D1;
  color: black;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.privacy-checkbox{
  accent-color: #ECB1D1;
  margin-bottom: 1rem;
  display: inline;
}

.privacy-policy{
  display:inline;
}

/* form bg and padding*/
.contact-container {
  border-radius: 5px;
  background-color: #d9dada;
  padding: 20px;
}

.social-wide-container {
  /* background-color: #454545; */
  background: rgb(242, 242, 242);
  background: linear-gradient(90deg, rgba(242, 242, 242, 1) 0%, rgba(69, 69, 69, 1) 40%, rgba(69, 69, 69, 1) 60%, rgba(242, 242, 242, 1) 100%);
  width: 90%;
  margin: 0rem auto 1rem;
  border-radius: 1rem;
}
@media (max-width: 768px) {
  .social-wide-container{
    background: rgba(69,69,69,1) !important;
  }
}
media query

.wide-container {
  background: rgb(242, 242, 242);
  width: 90%;
  margin: 0rem auto 1rem;
  border-radius: 1rem;
}

.hr-25 {
  width: 25%;
  color: #f2f2f2;
}

/* contact form end */

.button-narrow {
  display: inline-block;
  width: 80px;
  padding: 10px 2px;
  border: 1px solid #ECB1D1;
  font-family: "Metropolis Thin", "Helvetica Ultra Light", sans-serif;
  font-weight: lighter;
  text-transform: capitalize;
  color: black;
  font-size: 15px;
  text-align: center;
  background: #ECB1D1;
  letter-spacing: 0.02em;
  text-decoration: none;
  margin: 0 auto;
  border-radius: 10px;
  left: 50%;

}

.button-narrow:hover {
  background: #EA9AC5;
  color: black;
  border: 1px solid #EA9AC5;
  border: 1px solid #EA9AC5;
  text-decoration: none;
}

.parallax_wrapper {
  background-color: #f2f2f2;
  width: 100%;
  margin: 0 auto;
  padding: 0px;
  box-sizing: border-box;
  min-height: calc(100% - 117px - 253px);
  /* main content copy ^ */
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  perspective: 400px;

}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.landing-image {
  max-width: 90%;
  border-radius: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  
}

.gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}


.vertical-align {
  display: flex;
  vertical-align: middle;
}

.parallax_large_text {
  font-size: 1.5em;
  color: white;
  text-align: center;
}



.text-box-radius {
  border: 2px solid white;
  border-radius: 10px;
}


.parallax_group {
  position: relative;
  height: 50vh;
  transform-style: preserve-3d;
}

@media (max-width: 768px) {
  .parallax_group {
    height: 40vh;
  }
}

.parallax_group_tall {
  position: relative;
  height: 60vh;
  transform-style: preserve-3d;
}

@media (max-width: 768px) {
  .parallax_group_tall {
    height: 40vh;
  }
}

#index {
  scroll-padding-top: 500px;
}

#welcome {
  display: flex;
  flex-direction: column;
}


.intro_screen,
.outro_screen {
  display: flex;
  justify-content: center;
  align-items: center;

}

img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.intro_screen {

  background: url(.././images/grey-to-pink-gradient.png) no-repeat fixed center/cover;
  /* background-image: linear-gradient(#454545, #ea9ac5); DOES NOT SCROLL PROPERLY - IMAGE IS BETTER*/
  height: calc(66vh - 85px);
  min-height: 350px;
}


.outro_screen {

  /* background: url(.././images/pink-to-grey-gradient.png) no-repeat fixed center/cover; */
  background-image: linear-gradient(#f2f2f2, #ecb1d1, #454545);
  height: calc(30vh - 85px);
  min-height: 225px;

}

.parallax_layer {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.base_layer {
  /*    scale calc: 1 + (Z translate value * -1) / perspective(300px)       */
  transform: translateZ(-300px) scale(1.8);
}

.mid_layer {
  transform: translateZ(-200px) scale(1.5);
}

.top_layer {
  transform: translateZ(100px) scale(0.75);
}

#intro {
  z-index: 0;
}

.logo-parallax {
  display: flex;
  width: 50%;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

#about_layer {
  z-index: -1;
}

#about_layer>.base_layer {
  /* background: url(https://images.pexels.com/photos/2662116/pexels-photo-2662116.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1) no-repeat fixed center/cover; */
  background: url(.././images/parallax/dalmation.jpeg) no-repeat fixed center/cover;
}

#services_layer {
  z-index: -1;
}

#services_layer>.mid_layer {
  /* background: url(.././images/parallax/shiba.jpg) no-repeat fixed top/cover; */
  background: url(.././images/parallax/bubbles.jpg) no-repeat fixed center/cover;
}

#gallery_layer {
  z-index: -1;
}

#gallery_layer>.mid_layer {
  /* background: url(.././images/parallax/fuji.jpeg) no-repeat fixed center/cover; */
  background: url(.././images/parallax/pawprints.jpg) no-repeat fixed center/cover;
}

#testimonial_layer {
  z-index: -1;
}

#testimonial_layer>.mid_layer {
  /* background: url(.././images/parallax/foggy-trees.jpeg) no-repeat fixed center/cover; */
  background: url(.././images/parallax/bubbles.jpg) no-repeat fixed center/cover;
}

#outro {
  /* space for outro styling */
}

.align-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.service-wrapper {
  max-width: 1280px;
  margin: 0 auto;
}

.wrapper {
  background: #f2f2f2;
  z-index: 10;
  color: #000;
}

.min-vh33 {
  min-height: 33vh;
}

.text-about {
  background: rgba(69, 69, 69, 0.6);
  z-index: 10;
  color: white;
}

.about {
  text-align: justify;
  /* text-justify: inter-word; */
}

.accordion-button:not(.collapsed) {
  color: #242424;
  background-color: #edc9dc;
}

.accordion-button:focus {
  border: none;
  border-color: none;
  box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.service-list {
  text-decoration: none;
  list-style: none;
  text-align: start;
  padding-left: 0.5rem;
  padding-right: 0.5rem;

}

.description-text {
  width: 80%;
  margin: 0 auto;
}

.testimonial-area {
  padding: 20px 0 80px;
}

.testimonial-cta {
  width: 20%;

}

.section-header h4 {
  color: #454545;
  font-weight: 600;
}

.section-header {
  padding-bottom: 15px;
}

.section-header h2 {
  font-weight: 700;
}

.section-header p {
  color: #6f6b80;
  width: 40%;
  margin: auto;
}

.icon-area {
  text-align: center;
}

.icon-area i {
  color: #ECB1D1;
  font-size: 80px;
  margin-bottom: 20px;
}

.content p {
  width: 60%;
  margin: auto;
}

.customer {
  width: 100px;
  height: 100px;
  display: block;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #ECB1D1;
  margin-top: 50px;
  object-fit: cover;
}

.customer img {
  width: 100%;
}

.content h5 {
  font-weight: 900;
  margin-top: 15px;
}

.carousel-indicators {
  bottom: -80px;
}

.carousel-indicators [data-bs-target] {
  width: 60px;
  height: 10px;
  background-color: #ECB1D1;
}

#about_layer .parallax_large_text {
  transform: translateX(-25%);
}

@media (max-width: 768px) {
  #about_layer .parallax_large_text{
    position: fixed;
    left: 50%;
    top: 20%;
    transform: translate(-50%, -30%);
    font-size: 1rem;
  }
}

@media (max-width: 300px) {
  #about_layer .parallax_large_text{
    position: fixed;
    left: 50%;
    top: 20%;
    transform: translate(-50%, 100%);
    font-size: 1rem;
  }
}

.about-logo {
  height:60px;
}

@media (max-width: 768px) {
  #about_layer img {
    height: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-header p {
    width: 85%;
  }

  .content p {
    width: 95%;
  }
}

@media (max-width: 767px) {

  .section-header p {
    width: 95%;
  }

  .content p {
    width: 100%;
  }

  .icon-area i {
    font-size: 50px;
  }


}

.card-img-top {
  aspect-ratio: 4/5;
  object-fit: cover;
  width: 50%;
  padding: 0.5rem;
  margin: 0 auto;
  border-radius: 10%;
}

.object-pos-top {
  object-position: top;
}

.object-pos-bottom {
  object-position: bottom;
}

/* 404 page start */

.wrapper-404 {
  margin: 0px auto;
  padding: 0px;
  text-align: center;
  /* height: 100vh; */
}

.cont_principal {
  position: relative;
  width: 100%;
  height: calc(100vh - 273px);
  overflow: hidden;
}

.cont_error {
  position: absolute;
  width: 100%;
  height: 300px;
  top: 50%;
  /* standard one, might be better on full screen
  top: 50% 
  */
  margin-top: -150px;
}

.cont_error>h1 {
  font-family: "Metropolis Thin", "Helvetica Ultra Light", sans-serif;
  font-weight: 400;
  font-size: calc(6rem + 1.5vw);
  color: #000;
  position: relative;
  left: -100%;
  transition: all 0.5s;
  z-index: 10;
}

.cont_error>span {
  font-family: "Metropolis Thin", "Helvetica Ultra Light", sans-serif;
  font-weight: 300;
  font-size: calc(0.75rem + 1.5vw);
  letter-spacing: 5px;
  color: #454545;
  position: relative;
  left: 100%;
  transition: all 0.5s;
  transition-delay: 0.5s;
  -webkit-transition: all 0.5s;
  -webkit-transition-delay: 0.5s;
  z-index: 10;
  max-width: 80%;
  margin: 0 auto;
  background: rgba(242, 242, 242, 0.6);
  border-radius: 5px;
}

.cont_aura_1 {
  position: absolute;
  width: 300px;
  height: 120%;
  top: 25px;
  right: -340px;
  background-color: #EA9AC5;
  box-shadow: 0px 0px 60px 20px rgba(234, 154, 197, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.cont_aura_2 {
  position: absolute;
  width: 150%;
  height: 350px;
  right: -25%;
  bottom: -270px;
  background-color: #ECB1D1;
  box-shadow: 0px 0px 60px 10px rgba(236, 177, 209, 0.5), 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  z-index: 5;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.cont_error_active>.cont_error>h1 {
  left: 0%;
}

.cont_error_active>.cont_error>span {
  left: 0%;
}

.cont_error_active>.cont_aura_2 {
  animation-name: animation_error_2;
  animation-duration: 4s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  transform: rotate(-20deg);
}

.cont_error_active>.cont_aura_1 {
  transform: rotate(20deg);
  right: -170px;
  animation-name: animation_error_1;
  animation-duration: 4s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@-webkit-keyframes animation_error_1 {
  from {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }

  to {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
  }
}

@-o-keyframes animation_error_1 {
  from {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }

  to {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
  }

}

@-moz-keyframes animation_error_1 {
  from {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }

  to {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
  }

}

@keyframes animation_error_1 {
  from {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }

  to {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
  }
}

@-webkit-keyframes animation_error_2 {
  from {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  to {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
}

@-o-keyframes animation_error_2 {
  from {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  to {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
}

@-moz-keyframes animation_error_2 {
  from {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  to {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
}

@keyframes animation_error_2 {
  from {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  to {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
}

/* 404 page end */