@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

main {
  overflow-y: auto;
  overflow-x: hidden;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  color: rgb(34, 34, 34);
  text-decoration: none;
}
a:hover, a:active, a:focus, a:focus-within {
  color: rgb(34, 34, 34);
}

.section {
  min-height: 100vh;
  width: 100%;
  position: relative;
  padding: 2rem 6%;
}

::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #A8A8A8;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #3d3d3d;
}

.section-header-title span {
  display: block;
}

.home .section-header-title-h1 .section-header-title-desktop {
  font-size: 62px;
  line-height: 60px;
  font-weight: 700;
  margin: 0.3rem 0;
}

a {
  font-size: 16px;
  line-height: 20px;
  color: rgb(34, 34, 34);
  text-decoration: none;
  transition: 0.3s linear;
}

.menu__link {
  line-height: 2;
  position: relative;
}
.menu__link::before {
  content: "";
  width: 0;
  height: 2px;
  border-radius: 2px;
  background-color: rgb(34, 34, 34);
  position: absolute;
  bottom: -0.15rem;
  right: 0;
  transition: right 0.4s, width 0.4s, left 0.4s;
}
.menu__link:hover::before {
  width: 100%;
  left: 0;
}

li {
  list-style: none;
}

.section-header-title-h2 {
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  font-weight: 600;
}

.section-header-title-h3 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  margin-block-start: 0em;
  margin-block-end: 0em;
}

.contact_header_h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
}

.contact_link {
  font-size: 16px;
  line-height: 24px;
}

.section-header-title-mobile {
  display: none;
}

.hero-description,
.header-description {
  font-size: 18px;
  line-height: 28px;
}

.header-description {
  max-width: 700px;
  text-align: center;
  margin: 0 auto 3rem;
}

.about-heading {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin-block-end: 0.5em;
}

.about-p {
  font-size: 16px;
  line-height: 24px;
  margin-block-start: 0em;
  text-align: justify;
}

i {
  color: rgb(221, 57, 64);
}

@media (max-width: 425px) {
  .section-header-title {
    margin-block-start: 0rem;
  }
  .section-header-title-desktop {
    display: none;
  }
  .section-header-title-mobile {
    display: block;
  }
}
/**
 * Basic typography style for copy text
 */
body {
  color: rgb(34, 34, 34);
  font: normal 125%/1.4 "Poppins", "Arial", "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", sans-serif;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1180px; /* 1 */
  margin-left: auto; /* 2 */
  margin-right: auto; /* 2 */
  padding-left: 20px; /* 3 */
  padding-right: 20px; /* 3 */
  width: 100%; /* 1 */
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100dvw;
  width: 100vw;
  padding: 1.5rem 7%;
  transition: 0.3s linear;
  z-index: 99;
}
header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header nav .logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header nav .logo img {
  height: 3.4rem;
}
header nav .hamburger {
  cursor: pointer;
  position: relative;
  z-index: 999;
  display: none;
}
header nav .hamburger input {
  display: none;
}
header nav .hamburger input:checked + svg {
  transform: rotate(-45deg);
}
header nav .hamburger input:checked + svg .line {
  stroke: rgb(34, 34, 34);
}
header nav .hamburger input:checked + svg .line-top-bottom {
  stroke-dasharray: 20 300;
  stroke-dashoffset: -32.42;
}
header nav .hamburger svg {
  height: 3em;
  transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
header nav .line {
  fill: none;
  stroke: rgb(34, 34, 34);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
header nav .line-top-bottom {
  stroke-dasharray: 12 63;
}
header nav .links {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  display: flex;
  margin: 0;
  padding: 10px 12px;
}
header nav .links li {
  margin: 0 12px;
}

/*******************************************************************
============================= RESPONSIVE===========================
********************************************************************/
@media (max-width: 768px) {
  header {
    background-color: transparent;
    position: relative;
  }
  header nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header nav .logo img {
    height: 2.4rem;
  }
  header nav .hamburger {
    display: block;
  }
  header nav .links {
    padding: 2rem 1.5rem;
    position: absolute;
    display: flex;
    background: rgb(237, 237, 237);
    flex-direction: column;
    justify-content: center;
    height: 100svh;
    height: 100dvh;
    border: none;
    border-radius: 0px;
    height: 100vh;
    width: 10%;
    top: 0;
    right: 0;
    gap: 2rem;
    opacity: 0;
    transition: 0.5s;
    overflow: hidden;
  }
  header nav .links ul {
    width: 100%;
    padding-inline-start: 0px;
    gap: 2rem;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    align-content: center;
  }
  header nav .links.active {
    opacity: 1;
    width: 100%;
  }
  header nav .links li a {
    font-weight: normal !important;
    font-size: 2rem;
  }
}
footer {
  width: 100%;
  overflow: hidden;
  padding: 2rem 6%;
}
footer .footer-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer-bottom .icon img {
  height: 3rem;
}
footer .footer-bottom .links {
  display: flex;
  gap: 2rem;
  padding-inline-start: 0px;
}

@media (max-width: 425px) {
  footer .footer-bottom {
    flex-direction: column;
    align-items: center;
  }
  footer .footer-bottom ul {
    justify-content: center;
  }
}
.cta_btn {
  display: inline-block;
  border-radius: 6px;
  background-color: rgb(34, 34, 34);
  border: none;
  color: rgb(237, 237, 237);
  text-align: center;
  font-size: 17px;
  padding: 16px;
  width: fit-content;
  width: max-content;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
.cta_btn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.cta_btn span:after {
  content: "»";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -15px;
  transition: 0.5s;
}
.cta_btn:hover {
  color: rgb(237, 237, 237);
}
.cta_btn:hover span {
  padding-right: 15px;
}
.cta_btn:hover span:after {
  opacity: 1;
  right: 0;
}

.cta_btn2 {
  display: inline-block;
  border-radius: 6px;
  background-color: rgb(237, 237, 237);
  border: none;
  color: rgb(34, 34, 34);
  text-align: center;
  font-size: 17px;
  padding: 7px;
  width: fit-content;
  width: max-content;
  transition: all 0.5s;
  cursor: pointer;
}
.cta_btn2 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.cta_btn2 span:after {
  content: "»";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -10px;
  margin-left: 7px;
  transition: 0.5s;
}
.cta_btn2:hover {
  color: rgb(34, 34, 34);
}
.cta_btn2:hover span {
  padding-right: 7px;
}
.cta_btn2:hover span:after {
  opacity: 1;
  right: -3px;
}

.scrolltop {
  display: none;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: 20px;
  right: 10px;
}

.scroll {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: rgba(221, 57, 64, 0.7);
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  margin: 0 0 0 0;
  cursor: pointer;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
.scroll:hover {
  background: #dd3940;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
.scroll:hover .fa {
  padding-top: -10px;
}
.scroll .fa {
  color: rgb(237, 237, 237);
  font-size: 20px;
  margin-top: -5px;
  margin-left: 1px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}

.home {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.home .hero_text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 500px;
}
.home .hero_image_container {
  border-radius: 12px;
  position: relative;
  height: 400px;
  width: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  background-color: burlywood;
  background: url("SRC/assets/hero_fade_background.jpg") no-repeat center center/cover;
}
.home .hero_image_container .slide {
  display: block;
  position: absolute;
  border-radius: 8px;
}
.home .hero_image_container .one {
  width: 200px !important;
  height: 150px !important;
  right: -40px;
  background: burlywood;
  background: url("SRC/assets/cctv.jpg") no-repeat center center/cover;
}
.home .hero_image_container .two {
  width: 250px !important;
  height: 200px !important;
  left: -50px;
  bottom: -30px;
  background: burlywood;
  background: url("SRC/assets/investigator.jpg") no-repeat center center/cover;
}
.home .hero_image_container .three {
  width: 200px !important;
  height: 50px !important;
  right: 0px;
  bottom: -60px;
  background: burlywood;
  background: url("SRC/assets/security.jpg") no-repeat center center/cover;
}

@media (max-width: 768px) {
  .home {
    margin-top: 20vh;
    height: max-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .home .hero_image_container {
    border-radius: 12px;
    position: relative;
    height: 400px;
    width: 500px;
    transform: scale(0.8);
  }
}
@media (max-width: 425px) {
  .home {
    gap: 0rem;
    margin-top: 0vh;
  }
  .home .hero_image_container {
    border-radius: 12px;
    position: relative;
    transform: scale(0.6);
  }
}
.about {
  overflow: hidden;
}
.about .section-header-title {
  margin-top: 5rem;
}
.about .about-points-container {
  position: relative;
  max-width: 1200px;
  width: max-content;
  margin: 0 auto;
}
.about .about-points-container .about-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.about .about-points-container .about-wrapper .about-wrapp {
  position: relative;
  display: inline-block;
  width: 340px;
  min-width: 340px;
  min-height: 340px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.3);
  margin: 30px;
}
.about .about-points-container .about-wrapper .about-wrapp::before {
  background-color: rgb(48, 48, 48);
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
.about .about-points-container .about-wrapper .about-wrapp .hero-profile-img {
  width: 100%;
}
.about .about-points-container .about-wrapper .about-wrapp .hero-description-bk {
  background-image: linear-gradient(0deg, #fb3fd2, rgb(221, 57, 64));
  border-radius: 30px;
  position: absolute;
  top: 55%;
  left: -5px;
  height: 65%;
  width: 108%;
  transform: skew(19deg, -9deg);
}
.about .about-points-container .about-wrapper .about-wrapp .hero-logo {
  height: 60px;
  width: 60px;
  border-radius: 20px;
  background-color: #fff;
  position: absolute;
  bottom: 30%;
  left: 30px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.4);
}
.about .about-points-container .about-wrapper .about-wrapp .hero-description {
  position: absolute;
  color: #fff;
  top: 68%;
  left: 0;
  width: 100%;
  padding: 0 2rem;
}
.about .contact_btn {
  margin-top: 4rem;
  padding: 55px 60px;
  background-color: rgb(221, 57, 64);
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.about .contact_btn .btn_container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex: 1;
}

@media (max-width: 768px) {
  .about .about-points-container {
    width: 100%;
  }
  .about .about-points-container .about-wrapper {
    gap: 1rem;
  }
  .about .about-points-container .about-wrapper .about-wrapp {
    margin: 0;
    border-radius: 8px;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.05);
  }
  .about .about-points-container .about-wrapper .about-wrapp:hover::after {
    opacity: 0;
  }
  .about .contact_btn {
    flex-direction: column;
    padding: 25px 30px;
  }
}
@media (max-width: 425px) {
  .about .about-points-container {
    width: 100%;
  }
}
.contact {
  padding: 4rem 6% 2rem;
}
.contact .contact_container {
  display: flex;
}
.contact .contact_container .contact_info_wrapper {
  flex: 1 1 25%;
  max-width: 25%;
}
.contact .contact_container .contact_info_wrapper .contact_info {
  border-radius: 10px;
  box-shadow: 0px 0px 30px 5px rgba(16, 33, 54, 0.1);
  margin: 15px;
  min-height: 100px;
  padding: 25px;
}

.err_page {
  padding: 0 6%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.err_page .error {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
}
.err_page .number {
  font-weight: 900;
  font-size: 15rem;
  line-height: 1;
}
.err_page .illustration {
  position: relative;
  width: 12.2rem;
  margin: 0 2.1rem;
}
.err_page .circle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 12.2rem;
  height: 11.4rem;
  border-radius: 50%;
  background-color: rgb(221, 57, 64);
}
.err_page .clip {
  position: absolute;
  bottom: 0.3rem;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  width: 12.5rem;
  height: 13rem;
  border-radius: 0 0 50% 50%;
}
.err_page .paper {
  position: absolute;
  bottom: -0.3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 9.2rem;
  height: 12.4rem;
  border: 0.3rem solid rgb(221, 57, 64);
  background-color: white;
  border-radius: 0.8rem;
}
.err_page .paper::before {
  content: "";
  position: absolute;
  top: -0.7rem;
  right: -0.7rem;
  width: 1.4rem;
  height: 1rem;
  background-color: white;
  border-bottom: 0.3rem solid rgb(221, 57, 64);
  transform: rotate(45deg);
}
.err_page .face {
  position: relative;
  margin-top: 2.3rem;
}
.err_page .eyes {
  position: absolute;
  top: 0;
  left: 2.4rem;
  width: 4.6rem;
  height: 0.8rem;
}
.err_page .eye {
  position: absolute;
  bottom: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: rgb(221, 57, 64);
  animation-name: eye;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.err_page .eye-left {
  left: 0;
}
.err_page .eye-right {
  right: 0;
}
@keyframes eye {
  0% {
    height: 0.8rem;
  }
  50% {
    height: 0.8rem;
  }
  52% {
    height: 0.1rem;
  }
  54% {
    height: 0.8rem;
  }
  100% {
    height: 0.8rem;
  }
}
.err_page .rosyCheeks {
  position: absolute;
  top: 1.6rem;
  width: 1rem;
  height: 0.2rem;
  border-radius: 50%;
  background-color: #fdabaf;
}
.err_page .rosyCheeks-left {
  left: 1.4rem;
}
.err_page .rosyCheeks-right {
  right: 1.4rem;
}
.err_page .mouth {
  position: absolute;
  top: 3.1rem;
  left: 50%;
  width: 1.6rem;
  height: 0.2rem;
  border-radius: 0.1rem;
  transform: translateX(-50%);
  background-color: rgb(221, 57, 64);
}
.err_page .text {
  margin: 3rem 0 1rem;
  text-align: center;
  font-weight: 300;
}

@media (max-width: 425px) {
  .err_page {
    justify-content: flex-start;
  }
  .err_page .error {
    transform: scale(0.5);
  }
}

/*# sourceMappingURL=style.css.map */
