/*!
 * Bootstrap Reboot v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
 
.bc-resize {
  width: 100%
}

.bc-container:after,
.bc-row:after,
.bc-row-padding:after,
.bc-topnav:after,
.bc-clear:after,
.bc-btn-group:before,
.bc-btn-group:after {
  content: "";
  display: table;
  clear: both
}

.bc-col.s1 {
  width: 8.33333%
}

.bc-col.s2 {
  width: 16.66666%
}

.bc-col.s3 {
  width: 24.99999%
}

.bc-col.s4 {
  width: 33.33333%
}

.bc-col.s5 {
  width: 41.66666%
}

.bc-col.s6 {
  width: 49.99999%
}

.bc-col.s7 {
  width: 58.33333%
}

.bc-col.s8 {
  width: 66.66666%
}

.bc-col.s9 {
  width: 74.99999%
}

.bc-col.s10 {
  width: 83.33333%
}

.bc-col.s11 {
  width: 91.66666%
}

.bc-col.s12,
.bc-half,
.bc-third,
.bc-twothird,
.bc-quarter {
  width: 99.99999%
}

@media only screen and (min-width:601px) {
  .bc-col.m1 {
      width: 8.33333%
  }

  .bc-col.m2 {
      width: 16.66666%
  }

  .bc-col.m3,
  .bc-quarter {
      width: 24.99999%
  }

  .bc-col.m4,
  .bc-third {
      width: 33.33333%
  }

  .bc-col.m5 {
      width: 41.66666%
  }

  .bc-col.m6,
  .bc-half {
      width: 49.99999%
  }

  .bc-col.m7 {
      width: 58.33333%
  }

  .bc-col.m8,
  .bc-twothird {
      width: 66.66666%
  }

  .bc-col.m9 {
      width: 74.99999%
  }

  .bc-col.m10 {
      width: 83.33333%
  }

  .bc-col.m11 {
      width: 91.66666%
  }

  .bc-col.m12 {
      width: 99.99999%
  }
}

@media only screen and (min-width:769px) {
  .bc-col.pc1 {
      width: 8.33333%
  }

  .bc-col.pc2 {
      width: 16.66666%
  }

  .bc-col.pc3,
  .bc-quarter {
      width: 24.99999%
  }

  .bc-col.pc4,
  .bc-third {
      width: 33.33333%
  }

  .bc-col.pc5 {
      width: 41.66666%
  }

  .bc-col.pc6,
  .bc-half {
      width: 49.99999%
  }

  .bc-col.pc7 {
      width: 58.33333%
  }

  .bc-col.pc8,
  .bc-twothird {
      width: 66.66666%
  }

  .bc-col.pc9 {
      width: 74.99999%
  }

  .bc-col.pc10 {
      width: 83.33333%
  }

  .bc-col.pc11 {
      width: 91.66666%
  }

  .bc-col.pc12 {
      width: 99.99999%
  }
}

@media only screen and (min-width:1024px) {
  .bc-col.l1 {
      width: 8.33333%
  }

  .bc-col.l2 {
      width: 16.66666%
  }

  .bc-col.l3,
  .bc-quarter {
      width: 24.99999%
  }

  .bc-col.l4,
  .bc-third {
      width: 33.33333%
  }

  .bc-col.l5 {
      width: 41.66666%
  }

  .bc-col.l6,
  .bc-half {
      width: 49.99999%
  }

  .bc-col.l7 {
      width: 58.33333%
  }

  .bc-col.l8,
  .bc-twothird {
      width: 66.66666%
  }

  .bc-col.l9 {
      width: 74.99999%
  }

  .bc-col.l10 {
      width: 83.33333%
  }

  .bc-col.l11 {
      width: 91.66666%
  }

  .bc-col.l12 {
      width: 99.99999%
  }
}

.bc-content {
  max-width: 1200px;
  margin: 0 auto
}

.bc-resize {
  margin: auto
}

.bc-rest {
  overflow: hidden
}

.clr {
  clear: both
}

.fright {
  float: right
}

.fleft {
  float: left
}
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
  --col-padding: 1rem;
  --row-padding: 5vw;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--bs-link-color);
  text-decoration: underline;
}
a:hover {
  /* color: var(--bs-link-hover-color); */
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

@font-face {
  font-family: IRANYekan;
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/eot/iranyekanwebbold.eot");
  src: url("../fonts/eot/iranyekanwebbold.eot?#iefix") format("embedded-opentype"), url("../fonts/woff/iranyekanwebbold.woff") format("woff"), url("../fonts/woff2/iranyekanwebbold.woff2") format("woff2"), url("../fonts/ttf/iranyekanwebbold.ttf") format("truetype");
}
@font-face {
  font-family: IRANYekan;
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/eot/iranyekanwebthin.eot");
  src: url("../fonts/eot/iranyekanwebthin.eot?#iefix") format("embedded-opentype"), url("../fonts/woff/iranyekanwebthin.woff") format("woff"), url("../fonts/woff2/iranyekanwebthin.woff2") format("woff2"), url("../fonts/ttf/iranyekanwebthin.ttf") format("truetype");
}
@font-face {
  font-family: IRANYekan;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/eot/iranyekanweblight.eot");
  src: url("../fonts/eot/iranyekanweblight.eot?#iefix") format("embedded-opentype"), url("../fonts/woff/iranyekanweblight.woff") format("woff"), url("../fonts/woff2/iranyekanweblight.woff2") format("woff2"), url("../fonts/ttf/iranyekanweblight.ttf") format("truetype");
}
@font-face {
  font-family: IRANYekan;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/eot/iranyekanwebregular.eot");
  src: url("../fonts/eot/iranyekanwebregular.eot?#iefix") format("embedded-opentype"), url("../fonts/woff/iranyekanwebregular.woff") format("woff"), url("../fonts/woff2/iranyekanwebregular.woff2") format("woff2"), url("../fonts/ttf/iranyekanwebregular.ttf") format("truetype");
}
@font-face {
  font-family: IRANYekan;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/eot/iranyekanwebmedium.eot");
  src: url("../fonts/eot/iranyekanwebmedium.eot?#iefix") format("embedded-opentype"), url("../fonts/woff/iranyekanwebmedium.woff") format("woff"), url("../fonts/woff2/iranyekanwebmedium.woff2") format("woff2"), url("../fonts/ttf/iranyekanwebmedium.ttf") format("truetype");
}
@font-face {
  font-family: IRANYekan;
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/eot/iranyekanwebextrabold.eot");
  src: url("../fonts/eot/iranyekanwebextrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/woff/iranyekanwebextrabold.woff") format("woff"), url("../fonts/woff2/iranyekanwebextrabold.woff2") format("woff2"), url("../fonts/ttf/iranyekanwebextrabold.ttf") format("truetype");
}
@font-face {
  font-family: IRANYekan;
  font-style: normal;
  font-weight: 850;
  src: url("../fonts/eot/iranyekanwebblack.eot");
  src: url("../fonts/eot/iranyekanwebblack.eot?#iefix") format("embedded-opentype"), url("../fonts/woff/iranyekanwebblack.woff") format("woff"), url("../fonts/woff2/iranyekanwebblack.woff2") format("woff2"), url("../fonts/ttf/iranyekanwebblack.ttf") format("truetype");
}
@font-face {
  font-family: IRANYekan;
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/eot/iranyekanwebextrablack.eot");
  src: url("../fonts/eot/iranyekanwebextrablack.eot?#iefix") format("embedded-opentype"), url("../fonts/woff/iranyekanwebextrablack.woff") format("woff"), url("../fonts/woff2/iranyekanwebextrablack.woff2") format("woff2"), url("../fonts/ttf/iranyekanwebextrablack.ttf") format("truetype");
}


@font-face {
  font-family: cool-kidz;
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/ThaCoolKidz-Regular.eot");
  src: url("../fonts/ThaCoolKidz-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ThaCoolKidz-Regular.woff") format("woff"), url("../fonts/ThaCoolKidz-Regular.woff2") format("woff2"), url("../fonts/ThaCoolKidz-Regular.ttf") format("truetype");
}
/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}

@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
/* Attention seekers  */
@-webkit-keyframes bounce {
  from, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  from, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shakeX {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shakeX {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}

@-webkit-keyframes shakeY {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shakeY {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

/* Back entrances */
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}

@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}

/* Back exits */
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}

@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}

@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}

@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}

/* Bouncing entrances  */
@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

/* Bouncing exits  */
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}

@-webkit-keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}

@-webkit-keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}

@-webkit-keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}

/* Fading exits */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}

@-webkit-keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}

@-webkit-keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}

@-webkit-keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}

/* Flippers */
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

/* Lightspeed */
@-webkit-keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

/* Rotating entrances */
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

/* Rotating exits */
@-webkit-keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

/* Specials */
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

/* Zooming entrances */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

/* Zooming exits */
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

/* Sliding entrances */
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

/* Sliding exits */
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.container {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 1100px) {
  .container {
    max-width: 900px;
  }
}
@media screen and (max-width: 920px) {
  .container {
    max-width: 100%;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.row > * {
  padding-right: 15px;
  padding-left: 15px;
}

body {
  /* direction: rtl; */
  text-align: right;
  font-family: "IRANYekan";
  font-size: 16px;
  font-weight: 400;
  background-color: #171719;
  color: #333;
  overflow-x: hidden;
}
body .loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  background-color: #111;
  color: #fff;
  transition: all 1500ms;
}
body .loading .cnt {
  text-align: center;
}
body .loading .cnt img {
  display: block;
  margin-bottom: 10px;
}
body.loaded {
  overflow: unset;
}
body.loaded .loading {
  opacity: 0;
  visibility: hidden;
}

a,
button,
input,
select,
textarea {
  outline: unset;
  box-shadow: unset;
  text-decoration: none;
}
a:hover, a:focus, a:active, a:focus:active, a:active:focus,
button:hover,
button:focus,
button:active,
button:focus:active,
button:active:focus,
input:hover,
input:focus,
input:active,
input:focus:active,
input:active:focus,
select:hover,
select:focus,
select:active,
select:focus:active,
select:active:focus,
textarea:hover,
textarea:focus,
textarea:active,
textarea:focus:active,
textarea:active:focus {
  outline: unset;
  box-shadow: unset;
  text-decoration: none;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

header .mainHeader {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  padding-top: 110px;
  padding-bottom: 80px;
  z-index: 9;
}
header .mainHeader .row {
  align-items: center;
  justify-content: space-between;
  padding-right: 90px;
  padding-left: 90px;
}
.col-menu{
  display: flex;
direction: rtl;

}
header .mainMenu.opened .col-menu{
  width: 100%;
  justify-content: center;


}
header .mainHeader .col-logo a {
  display: block;
  /* width: 40px; */
  position: relative;
}
header .mainHeader .col-logo a img {
  /* width: 40px;
  height: 50px; */
  transition: all 500ms;
}
header .mainHeader .col-logo a img.light {
  opacity: 0;
}
header .mainHeader .col-logo a img.dark {
  position: absolute;
  top: 0;
  right: 0;
}
header .mainHeader .col-menu .openMenu {
  display: block;
  padding: 0;
  background-color: transparent;
  border: unset;
  
  color: #333;
  width: 52px;
height: 51px;
background: #fff;
border-radius: 50%;
border: 2px solid #fff;
transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
header .mainHeader .col-menu .openMenu:hover {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgb(255, 255, 255);
  background: transparent;
  border: 2px solid;
}
header.lightHeader .col-logo a img.light {
  opacity: 1;
}
header.lightHeader .col-logo a img.dark {
  opacity: 0;
}
header.lightHeader .col-menu .openMenu {
  color: #000;
}
header .mainMenu {
  position: fixed;
  top: -100vh;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #020A21;
  padding: 65px;
  z-index: 10;
  transition: all 1000ms;

}
header .mainMenu.opened  .container-fluid{
  background-color: #fff;
  height: 100%;
  height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  header .mainMenu {
    top: -150vh;
  }
}
@media screen and (max-width: 576px) {
  header .mainMenu {
    top: -150vh;
  }
}
header .mainMenu .row {
  justify-content: space-between;
}
header .mainMenu .col-logo,
header .mainMenu .col-close {
  flex: 0 0 50%;
  max-width: 50%;
}
header .mainMenu .col-logo {
  margin-bottom: 7vh;
}
@media screen and (max-width: 576px) {
  header .mainMenu .col-logo {
    margin-bottom: 4vh;
  }
}
header .mainMenu .col-logo img {

}
header .mainMenu .col-close {
  align-self: center;
  text-align: left;
  margin-bottom: 7vh;
  position: absolute;
right: 0;
top: 0;
width: 112px;
height: 108px;
line-height: 110px;
z-index: 9999;
max-width: unset;
display: flex;
justify-content: center;
align-items: center;
padding: 0;
margin: 0;
background: #020A21;
}
@media screen and (max-width: 576px) {
  header .mainMenu .col-close {
    margin-bottom: 4vh;
  }
}
header .mainMenu .col-close button {
  display: inline-block;
  padding: 0;
  background-color: transparent;
  border: unset;
}
header .mainMenu .col-menu {
  /* flex: 0 0 75%;
  max-width: 75%; */
}
@media screen and (max-width: 1100px) {
  header .mainMenu .col-menu {
    /* flex: 0 0 65%;
    max-width: 65%; */
  }
}
@media screen and (max-width: 576px) {
  header .mainMenu .col-menu {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
header .mainMenu .col-menu nav {
  padding-right: 30px;
}
@media screen and (max-width: 1100px) {
  header .mainMenu .col-menu nav {
    padding-right: 0;
  }
}
header .mainMenu .col-menu nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .mainMenu .col-menu nav ul li {
  display: block;
  margin-bottom: 2vh;
  text-align: center
}
@media screen and (max-width: 576px) {
  header .mainMenu .col-menu nav ul li {
    margin-bottom: 3vh;
  }
}
header .mainMenu .col-menu nav ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  transition: all 600ms;
}
@media screen and (max-width: 1100px) {
  header .mainMenu .col-menu nav ul li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  header .mainMenu .col-menu nav ul li a {
    font-size: 16px;
  }
}
header .mainMenu .col-menu nav ul li a:hover {
  color: #D71212;
}
header .mainMenu .col-menu nav ul li.active a {
  color: #D71212;
}
header .mainMenu .col-info {
  flex: 0 0 22%;
  max-width: 22%;
}
@media screen and (max-width: 1100px) {
  header .mainMenu .col-info {
    flex: 0 0 35%;
    max-width: 35%;
  }
}
@media screen and (max-width: 576px) {
  header .mainMenu .col-info {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 3vh;
  }
}
header .mainMenu .col-info .single {
  margin-bottom: 7vh;
}
@media screen and (max-width: 576px) {
  header .mainMenu .col-info .single {
    margin-bottom: 3vh;
    flex: 0 0 100%;
    max-width: 100%;
  }
  header .mainMenu .col-info .single:nth-child(2), header .mainMenu .col-info .single:nth-child(3) {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
header .mainMenu .col-info .single span {
  display: block;
  font-size: 11px;
  font-weight: 300;
  color: rgba(253, 253, 253, 0.5);
  margin-bottom: 10px;
}
@media screen and (max-width: 576px) {
  header .mainMenu .col-info .single span {
    font-size: 13px;
  }
}
header .mainMenu .col-info .single p {
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 300;
  line-height: 19px;
  color: #fff;
}
@media screen and (max-width: 576px) {
  header .mainMenu .col-info .single p {
    font-size: 13px;
  }
}
header .mainMenu .col-info .single > a {
  display: inline-block;
  color: #fff;
  direction: ltr;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 300;
  transition: all 500ms;
}
@media screen and (max-width: 576px) {
  header .mainMenu .col-info .single > a {
    font-size: 13px;
  }
}
header .mainMenu .col-info .single > a:hover {
  color: #FEB914;
}
header .mainMenu .col-info .single .social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
@media screen and (max-width: 1100px) {
  header .mainMenu .col-info .single .social {
    flex-wrap: wrap;
    gap: 10px;
  }
}
header .mainMenu .col-info .single .social li {
  border-right: 1px solid #fff;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 1;
}
@media screen and (max-width: 1100px) {
  header .mainMenu .col-info .single .social li {
    border-right: 0;
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
header .mainMenu .col-info .single .social li a {
  line-height: 1;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  transition: all 500ms;
}
header .mainMenu .col-info .single .social li a:hover {
  color: #FEB914;
}
header .mainMenu .col-info .single .social li:first-child {
  border-right: unset;
  padding-right: 0;
}
header .mainMenu.opened {
  top: 0;
}
header .mainMenu.opened .col-menu nav ul li:nth-child(1) {
  animation: fadeInDown 1000ms 900ms both;
}
header .mainMenu.opened .col-menu nav ul li:nth-child(2) {
  animation: fadeInDown 1000ms 1000ms both;
}
header .mainMenu.opened .col-menu nav ul li:nth-child(3) {
  animation: fadeInDown 1000ms 1100ms both;
}
header .mainMenu.opened .col-menu nav ul li:nth-child(4) {
  animation: fadeInDown 1000ms 1200ms both;
}
header .mainMenu.opened .col-menu nav ul li:nth-child(5) {
  animation: fadeInDown 1000ms 1300ms both;
}
header .mainMenu.opened .col-menu nav ul li:nth-child(6) {
  animation: fadeInDown 1000ms 1400ms both;
}
header .mainMenu.opened .col-menu nav ul li:nth-child(7) {
  animation: fadeInDown 1000ms 1500ms both;
}
header .mainMenu.opened .col-info .single:nth-child(1) {
  animation: fadeInDown 1000ms 1400ms both;
}
header .mainMenu.opened .col-info .single:nth-child(2) {
  animation: fadeInDown 1000ms 1600ms both;
}
header .mainMenu.opened .col-info .single:nth-child(3) {
  animation: fadeInDown 1000ms 1800ms both;
}

footer .mainFooter {
  padding-top: 40px;
  padding-bottom: 40px;
}
footer .mainFooter .logo {
  text-align: center;
  margin-bottom: 40px;
}
footer .mainFooter .logo a {
  display: inline-block;
  position: relative;
}
footer .mainFooter .logo a img.light {
  opacity: 0;
}
footer .mainFooter .logo a img.dark {
  position: absolute;
  top: 0;
  left: 0;
}
footer .mainFooter .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 576px) {
  footer .mainFooter .menu {
    flex-wrap: wrap;
    padding-right: 20px;
    padding-left: 20px;
  }
}
footer .mainFooter .menu li a {
  display: inline-block;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  transition: all 500ms;
}
footer .mainFooter .menu li a:hover {
  color: #FEB914;
}
footer .copyright {
  padding: 15px 40px;
  background-color: #ccc;
  text-align: left;
}
@media screen and (max-width: 576px) {
  footer .copyright {
    text-align: center;
  }
}
footer .copyright a {
  display: inline-block;
  font-size: 10px;
  font-weight: 300;
  color: #333;
}
footer .copyright a img {
  margin-right: 10px;
}
footer.lightFooter .mainFooter {
  background-color: #000;
}
footer.lightFooter .mainFooter .logo a img.light {
  opacity: 1;
}
footer.lightFooter .mainFooter .logo a img.dark {
  opacity: 0;
}
footer.lightFooter .mainFooter .menu li a {
  color: #fff;
}
footer.lightFooter .mainFooter .menu li a:hover {
  color: #FEB914;
}

main.home .hero .slider {
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 1100px) {
  main.home .hero .slider {
    height: 90vh;
  }
}
@media screen and (max-width: 576px) {
  main.home .hero .slider {
    height: 80vh;
  }
}
main.home .hero .slider .slide {
  position: relative;
  z-index: 0;
}
main.home .hero .slider .slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
@media screen and (max-width: 1100px) {
  main.home .hero .slider .slide img {
    height: 90vh;
  }
}
@media screen and (max-width: 576px) {
  main.home .hero .slider .slide img {
    height: 80vh;
  }
}
main.home .hero .slider .slide .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.home .hero .slider .slide .overlay {
    width: 70%;
  }
}
@media screen and (max-width: 576px) {
  main.home .hero .slider .slide .overlay {
    width: 80%;
  }
}
main.home .hero .slider .slide .overlay .box {
  width: 820px;
  height: 400px;
  border-top: 0.5px solid #fff;
  border-left: 0.5px solid #fff;
  border-bottom: 0.5px solid #fff;
  opacity: 0;
  transform: translateX(-100px);
  transition: all 1000ms;
}
@media screen and (max-width: 1100px) {
  main.home .hero .slider .slide .overlay .box {
    width: 640px;
    height: 380px;
  }
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.home .hero .slider .slide .overlay .box {
    width: 100%;
    height: 60vh;
  }
}
@media screen and (max-width: 576px) {
  main.home .hero .slider .slide .overlay .box {
    width: 100%;
    height: 45vh;
  }
}
main.home .hero .slider .slide .overlay .box::before, main.home .hero .slider .slide .overlay .box::after {
  content: "";
  width: 0.5px;
  height: 70px;
  position: absolute;
  right: 0;
  background-color: #fff;
}
main.home .hero .slider .slide .overlay .box::before {
  top: 0;
}
main.home .hero .slider .slide .overlay .box::after {
  bottom: 0;
}
main.home .hero .slider .slide .overlay .text {
  position: absolute;
  right: -10%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1100px) {
  main.home .hero .slider .slide .overlay .text {
    right: -5%;
  }
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.home .hero .slider .slide .overlay .text {
    right: 5%;
  }
}
main.home .hero .slider .slide .overlay .text h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateX(50px);
  transition: all 1000ms;
}
@media screen and (max-width: 1100px) {
  main.home .hero .slider .slide .overlay .text h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.home .hero .slider .slide .overlay .text h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 576px) {
  main.home .hero .slider .slide .overlay .text h2 {
    font-size: 24px;
  }
}
main.home .hero .slider .slide .overlay .text p {
  width: 600px;
  font-size: 20px;
  line-height: 34px;
  margin-right: 30px;
  margin-bottom: 10px;
  opacity: 0;
  transform: translateX(50px);
  transition: all 1000ms;
}
@media screen and (max-width: 1100px) {
  main.home .hero .slider .slide .overlay .text p {
    font-size: 18px;
    width: 90%;
  }
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.home .hero .slider .slide .overlay .text p {
    font-size: 16px;
    margin-right: 0;
  }
}
@media screen and (max-width: 576px) {
  main.home .hero .slider .slide .overlay .text p {
    font-size: 16px;
    margin-right: 0;
  }
}
main.home .hero .slider .slide .overlay .text a {
  display: inline-block;
  opacity: 0;
  transform: translateX(50px);
  transition: all 1000ms;
}
main.home .hero .slider .slide .overlay .text .arrow-left {
  display: inline-block;
  margin-right: 90px;
  width: 40px;
  height: 20px;
  background-image: url("../img/icon-arrow-left.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px 20px;
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.home .hero .slider .slide .overlay .text .arrow-left {
    margin-right: 0;
  }
}
@media screen and (max-width: 576px) {
  main.home .hero .slider .slide .overlay .text .arrow-left {
    margin-right: 0;
  }
}
main.home .hero .slider .slide.swiper-slide-active {
  z-index: 1;
}
main.home .hero .slider .slide.swiper-slide-active img {
  animation: fadeIn 1000ms both;
}
main.home .hero .slider .slide.swiper-slide-active .overlay .box {
  opacity: 1;
  transform: translateX(0);
}
main.home .hero .slider .slide.swiper-slide-active .overlay .text h2,
main.home .hero .slider .slide.swiper-slide-active .overlay .text p,
main.home .hero .slider .slide.swiper-slide-active .overlay .text a {
  opacity: 1;
  transform: translateX(0);
}
main.home .hero .slider .swiper-pagination {
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (max-width: 1100px) {
  main.home .hero .slider .swiper-pagination {
    flex-direction: row;
    justify-content: center;
    left: 0;
    right: 0;
    top: unset;
    bottom: 30px;
    transform: translateY(0);
  }
}
main.home .hero .slider .swiper-pagination span {
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 500ms;
}
main.home .hero .slider .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #fff;
}
main.home .categories {
  overflow: hidden;
  padding-top: calc((100vh - 540px) / 2);
  padding-bottom: calc((100vh - 540px) / 2);
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.home .categories {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }
}
main.home .categories .swiper-slide:nth-child(even) {
  margin-top: 40px;
}
main.home .categories .single {
  display: block;
  width: 100%;
  height: 540px;
  position: relative;
  overflow: hidden;
}
main.home .categories .single > img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  transition: all 1000ms ease-in-out;
}
main.home .categories .single .overlay {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  transition: all 700ms;
}
main.home .categories .single .overlay .box {
  width: 70%;
  height: 200px;
  border-top: 0.5px solid #fff;
  border-left: 0.5px solid #fff;
  border-bottom: 0.5px solid #fff;
  position: relative;
  margin-left: 30px;
  margin-right: auto;
}
main.home .categories .single .overlay .box::before, main.home .categories .single .overlay .box::after {
  content: "";
  width: 0.5px;
  height: 30px;
  position: absolute;
  right: 0;
  background-color: #fff;
}
main.home .categories .single .overlay .box::before {
  top: 0;
}
main.home .categories .single .overlay .box::after {
  bottom: 0;
}
main.home .categories .single .overlay .text {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
main.home .categories .single .overlay .text h3 {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  main.home .categories .single .overlay .text h3 {
    line-height: 28px;
    width: 70%;
  }
}
main.home .categories .single .overlay .text .arrow-left {
  display: inline-block;
  margin-right: 17px;
  width: 40px;
  height: 20px;
  background-image: url("../img/icon-arrow-left.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px 20px;
}
main.home .categories .single .prods {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 700ms;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
main.home .categories .single .prods .prod {
  position: relative;
}
main.home .categories .single .prods .prod .box {
  width: 70%;
  height: 200px;
  border-top: 0.5px solid #FEB914;
  border-left: 0.5px solid #FEB914;
  border-bottom: 0.5px solid #FEB914;
  position: relative;
  margin-left: 30px;
  margin-right: auto;
}
main.home .categories .single .prods .prod .box::before, main.home .categories .single .prods .prod .box::after {
  content: "";
  width: 0.5px;
  height: 30px;
  position: absolute;
  right: 0;
  background-color: #FEB914;
}
main.home .categories .single .prods .prod .box::before {
  top: 0;
}
main.home .categories .single .prods .prod .box::after {
  bottom: 0;
}
main.home .categories .single .prods .prod .text {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
main.home .categories .single .prods .prod .text h4 {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 5px;
}
main.home .categories .single .prods .prod .text .arrow-left {
  display: inline-block;
  vertical-align: bottom;
  transform: translateY(-15px);
  margin-right: 17px;
  width: 40px;
  height: 20px;
  background-image: url("../img/icon-arrow-left-gold.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px 20px;
}
main.home .categories .single .prods .prod .text img {
  display: inline-block;
  vertical-align: bottom;
  width: 150px;
  height: 90px;
  object-fit: cover;
}
@media screen and (max-width: 1100px) {
  main.home .categories .single .prods .prod .text img {
    width: 100px;
    height: 70px;
    object-fit: contain;
  }
}
main.home .categories .single:hover > img {
  transform: scale(1.1);
}
main.home .categories .single:hover .overlay {
  opacity: 0;
}
main.home .categories .single:hover .prods {
  opacity: 1;
}
main.home .projects {
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.home .projects {
    height: 90vh;
  }
}
@media screen and (max-width: 576px) {
  main.home .projects {
    height: 60vh;
  }
}
main.home .projects img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.home .projects img {
    height: 90vh;
  }
}
@media screen and (max-width: 576px) {
  main.home .projects img {
    height: 60vh;
  }
}
main.home .projects .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.home .projects .overlay {
    width: 80%;
  }
}
@media screen and (max-width: 576px) {
  main.home .projects .overlay {
    width: 80%;
  }
}
main.home .projects .overlay .box {
  width: 820px;
  height: 400px;
  border-top: 0.5px solid #fff;
  border-left: 0.5px solid #fff;
  border-bottom: 0.5px solid #fff;
}
@media screen and (max-width: 1100px) {
  main.home .projects .overlay .box {
    width: 640px;
    height: 380px;
  }
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.home .projects .overlay .box {
    width: 100%;
    height: 60vh;
  }
}
@media screen and (max-width: 576px) {
  main.home .projects .overlay .box {
    width: 100%;
    height: 45vh;
  }
}
main.home .projects .overlay .box::before, main.home .projects .overlay .box::after {
  content: "";
  width: 0.5px;
  height: 70px;
  position: absolute;
  right: 0;
  background-color: #fff;
}
main.home .projects .overlay .box::before {
  top: 0;
}
main.home .projects .overlay .box::after {
  bottom: 0;
}
main.home .projects .overlay .text {
  position: absolute;
  right: -10%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1100px) {
  main.home .projects .overlay .text {
    right: -5%;
    width: 100%;
  }
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.home .projects .overlay .text {
    right: 5%;
  }
}
main.home .projects .overlay .text h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  main.home .projects .overlay .text h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.home .projects .overlay .text h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 576px) {
  main.home .projects .overlay .text h2 {
    font-size: 24px;
  }
}
main.home .projects .overlay .text p {
  width: 600px;
  font-size: 20px;
  line-height: 34px;
  margin-right: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1100px) {
  main.home .projects .overlay .text p {
    font-size: 18px;
    width: 90%;
  }
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.home .projects .overlay .text p {
    margin-right: 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  main.home .projects .overlay .text p {
    margin-right: 0;
    font-size: 16px;
  }
}
main.home .projects .overlay .text a {
  display: inline-block;
}
main.home .projects .overlay .text .arrow-left {
  display: inline-block;
  margin-right: 90px;
  width: 40px;
  height: 20px;
  background-image: url("../img/icon-arrow-left.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px 20px;
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.home .projects .overlay .text .arrow-left {
    margin-right: 0;
  }
}
@media screen and (max-width: 576px) {
  main.home .projects .overlay .text .arrow-left {
    margin-right: 0;
  }
}
main.home .slogan {
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.home .slogan {
    height: 90vh;
  }
}
@media screen and (max-width: 576px) {
  main.home .slogan {
    height: 60vh;
  }
}
main.home .slogan .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.home .slogan .overlay {
    width: 80%;
  }
}
@media screen and (max-width: 576px) {
  main.home .slogan .overlay {
    width: 80%;
  }
}
main.home .slogan .overlay .box {
  width: 820px;
  height: 400px;
  border-top: 0.5px solid #000;
  border-left: 0.5px solid #000;
  border-bottom: 0.5px solid #000;
}
@media screen and (max-width: 1100px) {
  main.home .slogan .overlay .box {
    width: 640px;
    height: 380px;
  }
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.home .slogan .overlay .box {
    width: 100%;
    height: 60vh;
  }
}
@media screen and (max-width: 576px) {
  main.home .slogan .overlay .box {
    width: 100%;
    height: 45vh;
  }
}
main.home .slogan .overlay .box::before, main.home .slogan .overlay .box::after {
  content: "";
  width: 0.5px;
  height: 70px;
  position: absolute;
  right: 0;
  background-color: #000;
}
main.home .slogan .overlay .box::before {
  top: 0;
}
main.home .slogan .overlay .box::after {
  bottom: 0;
}
main.home .slogan .overlay .text {
  position: absolute;
  width: 100%;
  right: -10%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1100px) {
  main.home .slogan .overlay .text {
    right: -5%;
  }
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.home .slogan .overlay .text {
    right: 5%;
  }
}
main.home .slogan .overlay .text h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  main.home .slogan .overlay .text h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.home .slogan .overlay .text h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 576px) {
  main.home .slogan .overlay .text h2 {
    font-size: 24px;
  }
}
main.home .slogan .overlay .text p {
  width: 100%;
  font-size: 20px;
  line-height: 34px;
  margin-right: 10%;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  main.home .slogan .overlay .text p {
    font-size: 18px;
  }
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.home .slogan .overlay .text p {
    font-size: 16px;
    margin-right: 0;
  }
}
@media screen and (max-width: 576px) {
  main.home .slogan .overlay .text p {
    font-size: 16px;
    margin-right: 0;
  }
}
main.home .slogan .overlay .text a {
  display: inline-block;
}
main.home .slogan .overlay .text .arrow-left {
  display: inline-block;
  margin-right: 90px;
  width: 40px;
  height: 20px;
  background-image: url("../img/icon-arrow-left.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px 20px;
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.home .slogan .overlay .text .arrow-left {
    margin-right: 0;
  }
}
@media screen and (max-width: 576px) {
  main.home .slogan .overlay .text .arrow-left {
    margin-right: 0;
  }
}
main.home .services {
  padding-top: 40px;
  padding-bottom: 80px;
  background-color: #000;
}
main.home .services .row {
  gap: 30px;
  justify-content: center;
}
@media screen and (max-width: 1100px) {
  main.home .services .row {
    gap: 0;
  }
}
main.home .services .row > * {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (max-width: 1100px) {
  main.home .services .row > * {
    padding-right: 10px;
    padding-left: 10px;
  }
}
main.home .services .col-single {
  flex: 0 0 295px;
  max-width: 295px;
}
main.home .services .col-single:nth-child(2) {
  margin-top: 40px;
}
@media screen and (max-width: 576px) {
  main.home .services .col-single:nth-child(2) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1100px) {
  main.home .services .col-single {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media screen and (max-width: 576px) {
  main.home .services .col-single {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
main.home .services a {
  display: block;
  position: relative;
  overflow: hidden;
}
main.home .services a img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  transition: all 1000ms ease-in-out;
}
@media screen and (max-width: 576px) {
  main.home .services a img {
    height: 400px;
  }
}
main.home .services a .overlay {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  transition: all 700ms;
}
main.home .services a .overlay .box {
  width: 70%;
  height: 200px;
  border-top: 0.5px solid #fff;
  border-left: 0.5px solid #fff;
  border-bottom: 0.5px solid #fff;
  position: relative;
  margin-left: 30px;
  margin-right: auto;
}
main.home .services a .overlay .box::before, main.home .services a .overlay .box::after {
  content: "";
  width: 0.5px;
  height: 30px;
  position: absolute;
  right: 0;
  background-color: #fff;
}
main.home .services a .overlay .box::before {
  top: 0;
}
main.home .services a .overlay .box::after {
  bottom: 0;
}
main.home .services a .overlay .text {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
main.home .services a .overlay .text h3 {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 30px;
}
main.home .services a .overlay .text .arrow-left {
  display: inline-block;
  margin-right: 10px;
  width: 40px;
  height: 20px;
  background-image: url("../img/icon-arrow-left.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px 20px;
}
main.home .services a:hover img {
  transform: scale(1.1);
}

main.projectsList {
  background-color: #000;
}
main.projectsList .hero {
  position: relative;
  height: 90vh;
}
@media screen and (max-width: 576px) {
  main.projectsList .hero {
    height: 80vh;
  }
}
main.projectsList .hero img {
  width: 100%;
  height: 90vh;
  object-fit: cover;
}
@media screen and (max-width: 576px) {
  main.projectsList .hero img {
    height: 80vh;
  }
}
main.projectsList .hero .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.projectsList .hero .overlay {
    width: 70%;
  }
}
@media screen and (max-width: 576px) {
  main.projectsList .hero .overlay {
    width: 85%;
  }
}
main.projectsList .hero .overlay .box {
  width: 820px;
  height: 400px;
  border-top: 0.5px solid #fff;
  border-left: 0.5px solid #fff;
  border-bottom: 0.5px solid #fff;
}
@media screen and (max-width: 1100px) {
  main.projectsList .hero .overlay .box {
    width: 640px;
    height: 320px;
  }
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.projectsList .hero .overlay .box {
    width: 100%;
    height: 60vh;
  }
}
@media screen and (max-width: 576px) {
  main.projectsList .hero .overlay .box {
    width: 100%;
    height: 45vh;
  }
}
main.projectsList .hero .overlay .box::before, main.projectsList .hero .overlay .box::after {
  content: "";
  width: 0.5px;
  height: 70px;
  position: absolute;
  right: 0;
  background-color: #fff;
}
main.projectsList .hero .overlay .box::before {
  top: 0;
}
main.projectsList .hero .overlay .box::after {
  bottom: 0;
}
main.projectsList .hero .overlay .text {
  position: absolute;
  right: -10%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1100px) {
  main.projectsList .hero .overlay .text {
    right: -5%;
  }
}
main.projectsList .hero .overlay .text h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 0;
}
@media screen and (max-width: 1100px) {
  main.projectsList .hero .overlay .text h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.projectsList .hero .overlay .text h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 576px) {
  main.projectsList .hero .overlay .text h1 {
    font-size: 24px;
  }
}
main.projectsList .list {
  padding-top: 120px;
}
@media screen and (max-width: 576px) {
  main.projectsList .list {
    padding-top: 60px;
  }
}
main.projectsList .list .col {
  flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (max-width: 576px) {
  main.projectsList .list .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
main.projectsList .list .col:nth-child(odd) a {
  margin-left: auto;
}
main.projectsList .list .col:nth-child(even) a {
  margin-right: auto;
}
main.projectsList .list .single {
  display: block;
  width: 435px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1100px) {
  main.projectsList .list .single {
    width: 100%;
    margin-bottom: 40px;
  }
}
main.projectsList .list .single .image {
  height: 435px;
  overflow: hidden;
  margin-bottom: 40px;
}
@media screen and (max-width: 1100px) {
  main.projectsList .list .single .image {
    height: auto;
    margin-bottom: 1rem;
  }
}
main.projectsList .list .single .image img {
  width: 100%;
  height: 435px;
  object-fit: cover;
  transition: all 1500ms ease-in-out;
}
@media screen and (max-width: 1100px) {
  main.projectsList .list .single .image img {
    height: auto;
  }
}
main.projectsList .list .single h3 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
  color: #ccc;
  transition: all 600ms;
}
main.projectsList .list .single:hover .image img {
  transform: scale(1.1);
}
main.projectsList .list .single:hover h3 {
  color: #fff;
}

main.projectsShow {
  background-color: #000;
}
main.projectsShow .info {
  padding-top: 100px;
  margin-bottom: 80px;
}
main.projectsShow .info .container {
  padding-right: 75px;
  padding-left: 75px;
}
@media screen and (max-width: 576px) {
  main.projectsShow .info .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
main.projectsShow .info h1 {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  main.projectsShow .info h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 576px) {
  main.projectsShow .info h1 {
    font-size: 24px;
    margin-top: 30px;
  }
}
main.projectsShow .info .image {
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 1100px) {
  main.projectsShow .info .image {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 576px) {
  main.projectsShow .info .image {
    text-align: center;
  }
}
main.projectsShow .info .image img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
@media screen and (max-width: 1100px) {
  main.projectsShow .info .image img {
    height: auto;
  }
}
main.projectsShow .info .image a {
  position: absolute;
  top: 50%;
  right: -60px;
  transform: translateY(-50%);
  text-orientation: sideways;
  white-space: nowrap;
  writing-mode: vertical-rl;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  transition: all 500ms;
}
@media screen and (max-width: 1100px) {
  main.projectsShow .info .image a {
    right: -45px;
  }
}
@media screen and (max-width: 576px) {
  main.projectsShow .info .image a {
    position: static;
    text-orientation: unset;
    white-space: initial;
    writing-mode: initial;
    display: inline-block;
    margin-top: 30px;
  }
}
main.projectsShow .info .image a:hover {
  color: #FEB914;
}
main.projectsShow .info p {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  margin-bottom: 0;
}
main.projectsShow .products {
  overflow: hidden;
  padding-bottom: 120px;
}
main.projectsShow .products h3 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 45px;
  color: #fff;
}
main.projectsShow .products .single {
  display: block;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  main.projectsShow .products .single {
    padding-right: 15px;
    padding-left: 15px;
  }
}
main.projectsShow .products .single::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
main.projectsShow .products .single > img {
  width: 100%;
  height: 435px;
  object-fit: cover;
  position: relative;
  z-index: 0;
  transition: all 1600ms ease-in-out;
}
main.projectsShow .products .single .overlay {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main.projectsShow .products .single .overlay .box {
  width: 280px;
  height: 280px;
  border-top: 0.5px solid #fff;
  border-right: 0.5px solid #fff;
  border-bottom: 0.5px solid #fff;
  position: relative;
  margin-left: 30px;
  margin-right: auto;
}
@media screen and (max-width: 1100px) {
  main.projectsShow .products .single .overlay .box {
    width: 200px;
    height: 200px;
    margin-left: auto;
  }
}
main.projectsShow .products .single .overlay .box::before, main.projectsShow .products .single .overlay .box::after {
  content: "";
  width: 0.5px;
  height: 40px;
  position: absolute;
  left: 0;
  background-color: #fff;
}
main.projectsShow .products .single .overlay .box::before {
  top: 0;
}
main.projectsShow .products .single .overlay .box::after {
  bottom: 0;
}
main.projectsShow .products .single .overlay .text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #ccc;
}
@media screen and (max-width: 1100px) {
  main.projectsShow .products .single .overlay .text {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
main.projectsShow .products .single .overlay .text h2 {
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
  margin-bottom: 5px;
  direction: ltr;
  width: 220px;
  text-align: left;
}
@media screen and (max-width: 1100px) {
  main.projectsShow .products .single .overlay .text h2 {
    width: 160px;
  }
}
main.projectsShow .products .single .overlay .text .arrow-right {
  display: inline-block;
  vertical-align: bottom;
  transform: translateY(-35px);
  margin-right: 17px;
  width: 40px;
  height: 20px;
  background-image: url("../img/icon-arrow-right.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px 20px;
}
@media screen and (max-width: 1100px) {
  main.projectsShow .products .single .overlay .text .arrow-right {
    display: none;
  }
}
main.projectsShow .products .single .overlay .text img {
  display: inline-block;
  vertical-align: bottom;
  width: 150px;
  height: 90px;
  object-fit: cover;
}
@media screen and (max-width: 1100px) {
  main.projectsShow .products .single .overlay .text img {
    width: 120px;
    height: auto;
  }
}
main.projectsShow .products .single:hover > img {
  transform: scale(1.1);
}
main.projectsShow .gallery {
  overflow: hidden;
  padding-bottom: 80px;
}
main.projectsShow .gallery .swiper {
  position: relative;
}
main.projectsShow .gallery .swiper-slide {
  width: 600px !important;
}
@media screen and (max-width: 576px) {
  main.projectsShow .gallery .swiper-slide {
    width: 300px !important;
  }
}
main.projectsShow .gallery .swiper-slide img {
  width: 100%;
  height: 440px;
  object-fit: cover;
}
@media screen and (max-width: 1100px) {
  main.projectsShow .gallery .swiper-slide img {
    height: auto;
  }
}
main.projectsShow .gallery .swiper-slide:first-child {
  margin-left: 35vw;
}
main.projectsShow .gallery .swiper-slide:last-child {
  margin-right: 35vw;
}
main.projectsShow .gallery .swiper-button-next,
main.projectsShow .gallery .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 1;
}
main.projectsShow .gallery .swiper-button-next::before,
main.projectsShow .gallery .swiper-button-prev::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px;
  background-image: url("../img/circle-angle-active-dark.png");
}
main.projectsShow .gallery .swiper-button-next.swiper-button-disabled::before,
main.projectsShow .gallery .swiper-button-prev.swiper-button-disabled::before {
  background-image: url("../img/circle-angle-disable-dark.png");
}
main.projectsShow .gallery .swiper-button-next {
  right: 60px;
}
main.projectsShow .gallery .swiper-button-prev {
  left: 60px;
}
main.projectsShow .gallery .swiper-button-prev::before {
  transform: rotateY(180deg);
}

main.productsList {
  background-color: #000;
}
main.productsList .hero {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 576px) {
  main.productsList .hero {
    padding-bottom: 60px;
  }
}
main.productsList .hero .overlay {
  width: 820px;
  height: 400px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 1100px) {
  main.productsList .hero .overlay {
    width: 640px;
    height: 320px;
  }
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.productsList .hero .overlay {
    width: 70%;
    height: 60vh;
  }
}
@media screen and (max-width: 576px) {
  main.productsList .hero .overlay {
    width: 80%;
    height: 60vh;
  }
}
main.productsList .hero .overlay .box {
  width: 820px;
  height: 400px;
  border-top: 0.5px solid #fff;
  border-left: 0.5px solid #fff;
  border-bottom: 0.5px solid #fff;
}
@media screen and (max-width: 1100px) {
  main.productsList .hero .overlay .box {
    width: 640px;
    height: 320px;
  }
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.productsList .hero .overlay .box {
    width: 100%;
    height: 60vh;
  }
}
@media screen and (max-width: 576px) {
  main.productsList .hero .overlay .box {
    width: 100%;
    height: 60vh;
  }
}
main.productsList .hero .overlay .box::before, main.productsList .hero .overlay .box::after {
  content: "";
  width: 0.5px;
  height: 70px;
  position: absolute;
  right: 0;
  background-color: #fff;
}
main.productsList .hero .overlay .box::before {
  top: 0;
}
main.productsList .hero .overlay .box::after {
  bottom: 0;
}
main.productsList .hero .overlay .text {
  position: absolute;
  right: -10%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1100px) {
  main.productsList .hero .overlay .text {
    right: -5%;
  }
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.productsList .hero .overlay .text {
    right: 5%;
  }
}
main.productsList .hero .overlay .text h1 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  main.productsList .hero .overlay .text h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.productsList .hero .overlay .text h1 {
    font-size: 24px;
    font-weight: 600;
  }
}
@media screen and (max-width: 576px) {
  main.productsList .hero .overlay .text h1 {
    font-size: 24px;
    font-weight: 600;
  }
}
main.productsList .hero .overlay .text p {
  width: 600px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}
@media screen and (max-width: 1100px) {
  main.productsList .hero .overlay .text p {
    font-size: 18px;
    width: 90%;
  }
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.productsList .hero .overlay .text p {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  main.productsList .hero .overlay .text p {
    font-size: 16px;
  }
}
main.productsList .categories {
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
}
main.productsList .categories .swiper {
  overflow: unset;
}
main.productsList .categories .swiper-slide:nth-child(even) {
  margin-top: 40px;
}
main.productsList .categories .single {
  display: block;
  width: 100%;
  height: 540px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.productsList .categories .single {
    height: 400px;
  }
}
@media screen and (max-width: 576px) {
  main.productsList .categories .single {
    padding-right: 15px;
    padding-left: 15px;
    height: 400px;
  }
}
main.productsList .categories .single::before {
  content: "";
  width: calc(100% + 30px);
  height: calc(100% + 140px);
  border: 0.5px solid #FEB914;
  border-bottom: unset;
  position: absolute;
  right: -15px;
  top: -15px;
  opacity: 0;
  transition: all 700ms;
}
@media screen and (max-width: 576px) {
  main.productsList .categories .single::before {
    width: 100%;
    right: 0;
  }
}
main.productsList .categories .single::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 1;
  transition: all 700ms;
}
main.productsList .categories .single .image {
  height: 540px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.productsList .categories .single .image {
    height: 400px;
  }
}
@media screen and (max-width: 576px) {
  main.productsList .categories .single .image {
    height: 400px;
  }
}
main.productsList .categories .single .image img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  transition: all 1000ms ease-in-out;
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.productsList .categories .single .image img {
    height: 400px;
  }
}
@media screen and (max-width: 576px) {
  main.productsList .categories .single .image img {
    height: 400px;
  }
}
main.productsList .categories .single .overlay {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  z-index: 2;
  transition: all 700ms;
}
main.productsList .categories .single .overlay .box {
  width: 70%;
  height: 200px;
  border-top: 0.5px solid #fff;
  border-left: 0.5px solid #fff;
  border-bottom: 0.5px solid #fff;
  position: relative;
  margin-left: 30px;
  margin-right: auto;
  transition: all 700ms;
}
main.productsList .categories .single .overlay .box::before, main.productsList .categories .single .overlay .box::after {
  content: "";
  width: 0.5px;
  height: 30px;
  position: absolute;
  right: 0;
  background-color: #fff;
  transition: all 700ms;
}
main.productsList .categories .single .overlay .box::before {
  top: 0;
}
main.productsList .categories .single .overlay .box::after {
  bottom: 0;
}
main.productsList .categories .single .overlay .text {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
main.productsList .categories .single .overlay .text h3 {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 30px;
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.productsList .categories .single .overlay .text h3 {
    width: 70%;
  }
}
main.productsList .categories .single .overlay .text .arrow-left {
  display: inline-block;
  margin-right: 17px;
  width: 40px;
  height: 20px;
  background-image: url("../img/icon-arrow-left.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px 20px;
  transition: background-image 700ms;
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.productsList .categories .single .overlay .text .arrow-left {
    margin-right: 0;
  }
}
main.productsList .categories .single:hover::after {
  opacity: 1;
}
main.productsList .categories .single:hover .image img {
  transform: scale(1.1);
}
main.productsList .categories .single:hover .overlay .box {
  border-color: #FEB914;
}
main.productsList .categories .single:hover .overlay .box::before, main.productsList .categories .single:hover .overlay .box::after {
  background-color: #FEB914;
}
main.productsList .categories .single:hover .overlay .text .arrow-left {
  background-image: url("../img/icon-arrow-left-gold.png");
}
main.productsList .categories .single.opened::before, main.productsList .categories .single.opened::after {
  opacity: 1;
}
main.productsList .categories .single.opened .image img {
  transform: scale(1.1);
}
main.productsList .categories .single.opened .overlay .box {
  border-color: #FEB914;
}
main.productsList .categories .single.opened .overlay .box::before, main.productsList .categories .single.opened .overlay .box::after {
  background-color: #FEB914;
}
main.productsList .categories .single.opened .overlay .text .arrow-left {
  background-image: url("../img/icon-arrow-left-gold.png");
}
main.productsList .products .single {
  background-color: #646567;
  padding-top: 120px;
  padding-bottom: 120px;
  display: none;
}
@media screen and (max-width: 576px) {
  main.productsList .products .single {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
main.productsList .products .single.opened {
  display: block;
}
main.productsList .products .single .row {
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  main.productsList .products .single .row .col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 576px) {
  main.productsList .products .single .row .col {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 2rem;
  }
}
main.productsList .products .single .singleProd {
  display: block;
  position: relative;
  overflow: hidden;
}
main.productsList .products .single .singleProd::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
main.productsList .products .single .singleProd > img {
  width: 100%;
  height: 435px;
  object-fit: cover;
  position: relative;
  z-index: 0;
  transition: all 1600ms ease-in-out;
}
main.productsList .products .single .singleProd .overlay {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main.productsList .products .single .singleProd .overlay .box {
  width: 280px;
  height: 280px;
  border-top: 0.5px solid #fff;
  border-left: 0.5px solid #fff;
  border-bottom: 0.5px solid #fff;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
main.productsList .products .single .singleProd .overlay .box::before, main.productsList .products .single .singleProd .overlay .box::after {
  content: "";
  width: 0.5px;
  height: 40px;
  position: absolute;
  right: 0;
  background-color: #fff;
}
main.productsList .products .single .singleProd .overlay .box::before {
  top: 0;
}
main.productsList .products .single .singleProd .overlay .box::after {
  bottom: 0;
}
main.productsList .products .single .singleProd .overlay .text {
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  color: #ccc;
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.productsList .products .single .singleProd .overlay .text {
    right: 0;
  }
}
main.productsList .products .single .singleProd .overlay .text h3 {
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
  margin-bottom: 5px;
}
main.productsList .products .single .singleProd .overlay .text .arrow-left {
  display: inline-block;
  vertical-align: bottom;
  transform: translateY(-35px);
  margin-right: 5px;
  margin-left: 25px;
  width: 40px;
  height: 20px;
  background-image: url("../img/icon-arrow-left.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px 20px;
}
main.productsList .products .single .singleProd .overlay .text img {
  display: inline-block;
  vertical-align: bottom;
  width: 150px;
  height: 90px;
  object-fit: cover;
}
main.productsList .products .single .singleProd:hover > img {
  transform: scale(1.1);
}

main.productsShow .hero .slider {
  position: relative;
  height: 90vh;
}
@media screen and (max-width: 576px) {
  main.productsShow .hero .slider {
    height: 70vh;
  }
}
main.productsShow .hero .slider .slide {
  position: relative;
  z-index: 0;
}
main.productsShow .hero .slider .slide img {
  width: 100%;
  height: 90vh;
  object-fit: cover;
}
@media screen and (max-width: 576px) {
  main.productsShow .hero .slider .slide img {
    height: 70vh;
  }
}
main.productsShow .hero .slider .slide .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.productsShow .hero .slider .slide .overlay {
    width: 70%;
  }
}
@media screen and (max-width: 576px) {
  main.productsShow .hero .slider .slide .overlay {
    width: 80%;
  }
}
main.productsShow .hero .slider .slide .overlay .box {
  width: 820px;
  height: 400px;
  border-top: 0.5px solid #fff;
  border-left: 0.5px solid #fff;
  border-bottom: 0.5px solid #fff;
  opacity: 0;
  transform: translateX(-100px);
  transition: all 1000ms;
}
@media screen and (max-width: 1100px) {
  main.productsShow .hero .slider .slide .overlay .box {
    width: 640px;
    height: 320px;
  }
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.productsShow .hero .slider .slide .overlay .box {
    width: 100%;
    height: 60vh;
  }
}
@media screen and (max-width: 576px) {
  main.productsShow .hero .slider .slide .overlay .box {
    width: 100%;
    height: 40vh;
  }
}
main.productsShow .hero .slider .slide .overlay .box::before, main.productsShow .hero .slider .slide .overlay .box::after {
  content: "";
  width: 0.5px;
  height: 70px;
  position: absolute;
  right: 0;
  background-color: #fff;
}
main.productsShow .hero .slider .slide .overlay .box::before {
  top: 0;
}
main.productsShow .hero .slider .slide .overlay .box::after {
  bottom: 0;
}
main.productsShow .hero .slider .slide .overlay .text {
  position: absolute;
  right: -5%;
  top: 50%;
  transform: translateY(-50%);
}
main.productsShow .hero .slider .slide .overlay .text h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 0;
  opacity: 0;
  transform: translateX(50px);
  transition: all 1000ms;
}
@media screen and (max-width: 1100px) {
  main.productsShow .hero .slider .slide .overlay .text h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.productsShow .hero .slider .slide .overlay .text h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 576px) {
  main.productsShow .hero .slider .slide .overlay .text h2 {
    font-size: 24px;
  }
}
main.productsShow .hero .slider .slide.swiper-slide-active {
  z-index: 1;
}
main.productsShow .hero .slider .slide.swiper-slide-active img {
  animation: fadeIn 1000ms both;
}
main.productsShow .hero .slider .slide.swiper-slide-active .overlay .box {
  opacity: 1;
  transform: translateX(0);
}
main.productsShow .hero .slider .slide.swiper-slide-active .overlay .text h2 {
  opacity: 1;
  transform: translateX(0);
}
main.productsShow .hero .slider .swiper-pagination {
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (max-width: 1100px) {
  main.productsShow .hero .slider .swiper-pagination {
    flex-direction: row;
    justify-content: center;
    left: 0;
    right: 0;
    top: unset;
    bottom: 30px;
    transform: translateY(0);
  }
}
main.productsShow .hero .slider .swiper-pagination span {
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 500ms;
}
main.productsShow .hero .slider .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #fff;
}
main.productsShow .info {
  padding-top: 40px;
}
main.productsShow .info .row {
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 576px) {
  main.productsShow .info .row {
    justify-content: center;
    margin-bottom: 40px;
  }
}
main.productsShow .info .dl-link {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  color: #646567;
}
@media screen and (max-width: 576px) {
  main.productsShow .info .dl-link {
    margin-bottom: 20px;
  }
}
main.productsShow .info .dl-link img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
main.productsShow .info .dl-link span {
  display: inline-block;
  vertical-align: middle;
}
main.productsShow .info .social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 30px;
}
main.productsShow .info .social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid #646567;
  border-radius: 50%;
  transition: all 600ms;
}
main.productsShow .info .social li a i {
  display: block;
  transition: all 600ms;
}
main.productsShow .info .social li a i::before {
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
}
main.productsShow .info .social li a i.twitter::before {
  width: 12px;
  height: 10px;
  background-image: url("../img/icon-twitter.png");
}
main.productsShow .info .social li a i.pinterest::before {
  width: 10px;
  height: 12px;
  background-image: url("../img/icon-pinterest.png");
}
main.productsShow .info .social li a i.linkedin::before {
  width: 12px;
  height: 12px;
  background-image: url("../img/icon-linkedin.png");
}
main.productsShow .info .social li a i.instagram::before {
  width: 12px;
  height: 12px;
  background-image: url("../img/icon-instagram.png");
}
main.productsShow .info .social li a:hover {
  background-color: #646567;
}
main.productsShow .info .social li a:hover i {
  filter: brightness(500%);
}
main.productsShow .info p {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  padding-right: 20px;
  padding-left: 20px;
  color: #000;
  margin-bottom: 80px;
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.productsShow .info p {
    padding-right: 10px;
    padding-left: 10px;
  }
}
main.productsShow .info p strong {
  font-size: 12px;
  font-weight: 800;
}
main.productsShow .uses {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #646567;
  color: #fff;
}
main.productsShow .uses h4 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 35px;
}
@media screen and (max-width: 1100px) {
  main.productsShow .uses h4 {
    font-size: 24px;
  }
}
main.productsShow .uses .overlay {
  width: 820px;
  height: 400px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 1100px) {
  main.productsShow .uses .overlay {
    width: 640px;
    height: 320px;
  }
}
@media screen and (max-width: 576px) {
  main.productsShow .uses .overlay {
    width: 80%;
    height: 60vh;
  }
}
main.productsShow .uses .overlay .box {
  width: 820px;
  height: 400px;
  border-top: 0.5px solid #fff;
  border-left: 0.5px solid #fff;
  border-bottom: 0.5px solid #fff;
  position: relative;
}
@media screen and (max-width: 1100px) {
  main.productsShow .uses .overlay .box {
    width: 640px;
    height: 320px;
  }
}
@media screen and (max-width: 576px) {
  main.productsShow .uses .overlay .box {
    width: 100%;
    height: 60vh;
  }
}
main.productsShow .uses .overlay .box::before, main.productsShow .uses .overlay .box::after {
  content: "";
  width: 0.5px;
  height: 70px;
  position: absolute;
  right: 0;
  background-color: #fff;
}
main.productsShow .uses .overlay .box::before {
  top: 0;
}
main.productsShow .uses .overlay .box::after {
  bottom: 0;
}
main.productsShow .uses .overlay .text {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
main.productsShow .uses .overlay .text ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  padding-right: 40px;
  padding-left: 40px;
}
main.productsShow .uses .overlay .text ul li {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  margin-bottom: 40px;
  font-size: 13px;
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  main.productsShow .uses .overlay .text ul li {
    flex: 0 0 50%;
    min-width: 50%;
  }
}
main.productsShow .uses .overlay .text ul li:last-child {
  margin-bottom: 0;
}
main.productsShow .uses .overlay .text ul li:nth-child(2), main.productsShow .uses .overlay .text ul li:nth-child(5), main.productsShow .uses .overlay .text ul li:nth-child(8) {
  text-align: center;
}
@media screen and (max-width: 576px) {
  main.productsShow .uses .overlay .text ul li:nth-child(2), main.productsShow .uses .overlay .text ul li:nth-child(5), main.productsShow .uses .overlay .text ul li:nth-child(8) {
    text-align: right;
  }
}
main.productsShow .uses .overlay .text ul li:nth-child(3), main.productsShow .uses .overlay .text ul li:nth-child(6), main.productsShow .uses .overlay .text ul li:nth-child(9) {
  text-align: left;
}
@media screen and (max-width: 576px) {
  main.productsShow .uses .overlay .text ul li:nth-child(3), main.productsShow .uses .overlay .text ul li:nth-child(6), main.productsShow .uses .overlay .text ul li:nth-child(9) {
    text-align: right;
  }
}
main.productsShow .gallery {
  padding-top: 80px;
  padding-bottom: 80px;
}
main.productsShow .gallery .mainImg {
  display: block;
  width: 860px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 1100px) {
  main.productsShow .gallery .mainImg {
    width: 100%;
  }
}
main.productsShow .gallery .swiper {
  position: relative;
}
main.productsShow .gallery .swiper-slide {
  width: 600px !important;
}
@media screen and (max-width: 576px) {
  main.productsShow .gallery .swiper-slide {
    width: 300px !important;
  }
}
main.productsShow .gallery .swiper-slide img {
  width: 100%;
  height: 440px;
  object-fit: cover;
}
@media screen and (max-width: 576px) {
  main.productsShow .gallery .swiper-slide img {
    height: auto;
  }
}
main.productsShow .gallery .swiper-slide:first-child {
  margin-left: 35vw;
}
main.productsShow .gallery .swiper-slide:last-child {
  margin-right: 35vw;
}
main.productsShow .gallery .swiper-button-next,
main.productsShow .gallery .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 1;
}
main.productsShow .gallery .swiper-button-next::before,
main.productsShow .gallery .swiper-button-prev::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px;
  background-image: url("../img/circle-angle-active.png");
}
main.productsShow .gallery .swiper-button-next.swiper-button-disabled::before,
main.productsShow .gallery .swiper-button-prev.swiper-button-disabled::before {
  background-image: url("../img/circle-angle-disable.png");
}
main.productsShow .gallery .swiper-button-next {
  right: 60px;
}
main.productsShow .gallery .swiper-button-prev {
  left: 60px;
}
main.productsShow .gallery .swiper-button-prev::before {
  transform: rotateY(180deg);
}
main.productsShow .specs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #646567;
  color: #fff;
}
main.productsShow .specs h4 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 35px;
}
@media screen and (max-width: 1100px) {
  main.productsShow .specs h4 {
    font-size: 24px;
  }
}
main.productsShow .specs .overlay {
  width: 820px;
  height: 480px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 1100px) {
  main.productsShow .specs .overlay {
    width: 640px;
    height: 360px;
  }
}
@media screen and (max-width: 576px) {
  main.productsShow .specs .overlay {
    width: 85%;
    height: 80vh;
  }
}
main.productsShow .specs .overlay .box {
  width: 820px;
  height: 480px;
  border-top: 0.5px solid #fff;
  border-left: 0.5px solid #fff;
  border-bottom: 0.5px solid #fff;
  position: relative;
}
@media screen and (max-width: 1100px) {
  main.productsShow .specs .overlay .box {
    width: 640px;
    height: 360px;
  }
}
@media screen and (max-width: 576px) {
  main.productsShow .specs .overlay .box {
    width: 100%;
    height: 80vh;
  }
}
main.productsShow .specs .overlay .box::before, main.productsShow .specs .overlay .box::after {
  content: "";
  width: 0.5px;
  height: 70px;
  position: absolute;
  right: 0;
  background-color: #fff;
}
main.productsShow .specs .overlay .box::before {
  top: 0;
}
main.productsShow .specs .overlay .box::after {
  bottom: 0;
}
main.productsShow .specs .overlay .text {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
main.productsShow .specs .overlay .text ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-right: 40px;
  padding-left: 40px;
}
main.productsShow .specs .overlay .text ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media screen and (max-width: 1100px) {
  main.productsShow .specs .overlay .text ul li {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 576px) {
  main.productsShow .specs .overlay .text ul li {
    flex-wrap: wrap-reverse;
    margin-bottom: 10px;
  }
}
main.productsShow .specs .overlay .text ul li:first-child {
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  main.productsShow .specs .overlay .text ul li:first-child {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 576px) {
  main.productsShow .specs .overlay .text ul li:first-child {
    display: none;
  }
}
main.productsShow .specs .overlay .text ul li:last-child {
  margin-bottom: 0;
}
main.productsShow .specs .overlay .text ul li span,
main.productsShow .specs .overlay .text ul li strong {
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.5px solid #fff;
}
@media screen and (max-width: 576px) {
  main.productsShow .specs .overlay .text ul li span,
  main.productsShow .specs .overlay .text ul li strong {
    flex: 0 0 100%;
    max-width: 100%;
  }
  main.productsShow .specs .overlay .text ul li span:last-child,
  main.productsShow .specs .overlay .text ul li strong:last-child {
    border-bottom: unset;
    font-weight: 600;
  }
}
main.productsShow .specs .overlay .text ul li strong {
  font-size: 14px;
  font-weight: 800;
  height: 30px;
}
main.productsShow .specs .overlay .text ul li span {
  font-size: 14px;
  font-weight: 300;
  height: 40px;
}
main.productsShow .articles {
  padding-top: 80px;
}
@media screen and (max-width: 1100px) {
  main.productsShow .articles {
    padding-bottom: 60px;
  }
}
main.productsShow .articles h2 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 35px;
}
@media screen and (max-width: 1100px) {
  main.productsShow .articles h2 {
    font-size: 24px;
  }
}
main.productsShow .articles .row {
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  main.productsShow .articles .row .col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 576px) {
  main.productsShow .articles .row .col {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 3rem;
  }
}
main.productsShow .articles .single {
  display: block;
}
main.productsShow .articles .single .image {
  height: 435px;
  overflow: hidden;
  margin-bottom: 5px;
}
@media screen and (max-width: 1100px) {
  main.productsShow .articles .single .image {
    height: auto;
    margin-bottom: 1rem;
  }
}
main.productsShow .articles .single .image img {
  display: block;
  width: 435px;
  height: 435px;
  object-fit: cover;
  transition: all 1600ms;
}
@media screen and (max-width: 1100px) {
  main.productsShow .articles .single .image img {
    width: 100%;
    height: auto;
  }
}
main.productsShow .articles .single .date {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  color: #646567;
  margin-bottom: 10px;
}
main.productsShow .articles .single h3 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
  color: #000;
  transition: all 1000ms;
}
main.productsShow .articles .single:hover .image img {
  transform: scale(1.1);
}
main.productsShow .articles .single:hover h3 {
  color: #FEB914;
}

main.blogCat {
  background-color: #000;
}
main.blogCat .hero {
  position: relative;
}
main.blogCat .hero img {
  width: 100%;
  height: 90vh;
}
main.blogCat .hero .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.blogCat .hero .overlay {
    width: 70%;
  }
}
@media screen and (max-width: 576px) {
  main.blogCat .hero .overlay {
    width: 80%;
  }
}
main.blogCat .hero .overlay .box {
  width: 820px;
  height: 400px;
  border-top: 0.5px solid #fff;
  border-left: 0.5px solid #fff;
  border-bottom: 0.5px solid #fff;
}
@media screen and (max-width: 1100px) {
  main.blogCat .hero .overlay .box {
    width: 640px;
    height: 380px;
  }
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.blogCat .hero .overlay .box {
    width: 100%;
    height: 60vh;
  }
}
@media screen and (max-width: 576px) {
  main.blogCat .hero .overlay .box {
    width: 100%;
    height: 60vh;
  }
}
main.blogCat .hero .overlay .box::before, main.blogCat .hero .overlay .box::after {
  content: "";
  width: 0.5px;
  height: 70px;
  position: absolute;
  right: 0;
  background-color: #fff;
}
main.blogCat .hero .overlay .box::before {
  top: 0;
}
main.blogCat .hero .overlay .box::after {
  bottom: 0;
}
main.blogCat .hero .overlay .text {
  position: absolute;
  right: -5%;
  top: 50%;
  transform: translateY(-50%);
}
main.blogCat .hero .overlay .text h1 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  main.blogCat .hero .overlay .text h1 {
    font-size: 30px;
  }
}
main.blogCat .category {
  padding-top: 80px;
  padding-bottom: 80px;
}
main.blogCat .category.standards {
  background-color: #646567;
}
main.blogCat .category .overlay {
  width: 820px;
  height: 400px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 1100px) {
  main.blogCat .category .overlay {
    width: 640px;
    height: 380px;
  }
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.blogCat .category .overlay {
    width: 70%;
    height: 60vh;
  }
}
@media screen and (max-width: 576px) {
  main.blogCat .category .overlay {
    width: 85%;
    height: 60vh;
  }
}
main.blogCat .category .overlay .box {
  width: 820px;
  height: 400px;
  border-top: 0.5px solid #fff;
  border-left: 0.5px solid #fff;
  border-bottom: 0.5px solid #fff;
}
@media screen and (max-width: 1100px) {
  main.blogCat .category .overlay .box {
    width: 640px;
    height: 380px;
  }
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.blogCat .category .overlay .box {
    width: 100%;
    height: 60vh;
  }
}
@media screen and (max-width: 576px) {
  main.blogCat .category .overlay .box {
    width: 100%;
    height: 60vh;
  }
}
main.blogCat .category .overlay .box::before, main.blogCat .category .overlay .box::after {
  content: "";
  width: 0.5px;
  height: 70px;
  position: absolute;
  right: 0;
  background-color: #fff;
}
main.blogCat .category .overlay .box::before {
  top: 0;
}
main.blogCat .category .overlay .box::after {
  bottom: 0;
}
main.blogCat .category .overlay .text {
  position: absolute;
  right: -5%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.blogCat .category .overlay .text {
    right: 5%;
  }
}
main.blogCat .category .overlay .text h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  main.blogCat .category .overlay .text h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.blogCat .category .overlay .text h2 {
    font-size: 24px;
  }
}
main.blogCat .category .overlay .text p {
  width: 600px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1100px) {
  main.blogCat .category .overlay .text p {
    width: 90%;
  }
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.blogCat .category .overlay .text p {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  main.blogCat .category .overlay .text p {
    font-size: 16px;
  }
}
main.blogCat .category .overlay .text a {
  display: inline-block;
}
main.blogCat .category .overlay .text .arrow-left {
  display: inline-block;
  margin-right: 30px;
  width: 40px;
  height: 20px;
  background-image: url("../img/icon-arrow-left.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px 20px;
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.blogCat .category .overlay .text .arrow-left {
    margin-right: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  main.blogCat .category .overlay .text .arrow-left {
    margin-right: 0;
    margin-top: 20px;
  }
}
main.blogCat .category .single {
  display: block;
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.blogCat .category .single {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 576px) {
  main.blogCat .category .single {
    padding-right: 15px;
    padding-left: 15px;
  }
}
main.blogCat .category .single .image {
  height: 435px;
  overflow: hidden;
  margin-bottom: 5px;
}
@media screen and (max-width: 1100px) {
  main.blogCat .category .single .image {
    height: 300px;
  }
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.blogCat .category .single .image {
    height: auto;
  }
}
@media screen and (max-width: 576px) {
  main.blogCat .category .single .image {
    height: auto;
  }
}
main.blogCat .category .single .image img {
  display: block;
  width: 100%;
  height: 435px;
  object-fit: cover;
  transition: all 1600ms;
}
@media screen and (max-width: 1100px) {
  main.blogCat .category .single .image img {
    height: 300px;
  }
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.blogCat .category .single .image img {
    height: auto;
  }
}
@media screen and (max-width: 576px) {
  main.blogCat .category .single .image img {
    height: auto;
  }
}
main.blogCat .category .single .date {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
}
main.blogCat .category .single h3 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
  color: #fff;
  transition: all 1000ms;
}
main.blogCat .category .single:hover .image img {
  transform: scale(1.1);
}
main.blogCat .category .single:hover h3 {
  color: #FEB914;
}

main.blogList {
  background-color: #000;
}
main.blogList .hero {
  padding-top: 120px;
  padding-bottom: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.blogList .hero {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 576px) {
  main.blogList .hero {
    padding-bottom: 120px;
  }
}
main.blogList .hero .overlay {
  color: #fff;
  position: relative;
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.blogList .hero .overlay {
    width: 70%;
  }
}
@media screen and (max-width: 576px) {
  main.blogList .hero .overlay {
    width: 80%;
  }
}
main.blogList .hero .overlay .box {
  width: 820px;
  height: 400px;
  border-top: 0.5px solid #fff;
  border-left: 0.5px solid #fff;
  border-bottom: 0.5px solid #fff;
}
@media screen and (max-width: 1100px) {
  main.blogList .hero .overlay .box {
    width: 640px;
    height: 380px;
  }
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.blogList .hero .overlay .box {
    width: 100%;
    height: 60vh;
  }
}
@media screen and (max-width: 576px) {
  main.blogList .hero .overlay .box {
    width: 100%;
    height: 60vh;
  }
}
main.blogList .hero .overlay .box::before, main.blogList .hero .overlay .box::after {
  content: "";
  width: 0.5px;
  height: 70px;
  position: absolute;
  right: 0;
  background-color: #fff;
}
main.blogList .hero .overlay .box::before {
  top: 0;
}
main.blogList .hero .overlay .box::after {
  bottom: 0;
}
main.blogList .hero .overlay .text {
  position: absolute;
  right: -5%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.blogList .hero .overlay .text {
    right: 5%;
  }
}
main.blogList .hero .overlay .text h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  main.blogList .hero .overlay .text h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.blogList .hero .overlay .text h2 {
    font-size: 24px;
  }
}
main.blogList .hero .overlay .text p {
  width: 600px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1100px) {
  main.blogList .hero .overlay .text p {
    width: 90%;
  }
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.blogList .hero .overlay .text p {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  main.blogList .hero .overlay .text p {
    font-size: 16px;
  }
}
main.blogList .hero .overlay .text a {
  display: inline-block;
}
main.blogList .hero .overlay .text .arrow-left {
  display: inline-block;
  margin-right: 30px;
  width: 40px;
  height: 20px;
  background-image: url("../img/icon-arrow-left.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px 20px;
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.blogList .hero .overlay .text .arrow-left {
    margin-right: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  main.blogList .hero .overlay .text .arrow-left {
    margin-right: 0;
    margin-top: 20px;
  }
}
main.blogList .row {
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  main.blogList .row .col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 576px) {
  main.blogList .row .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
main.blogList .single {
  display: block;
  margin-bottom: 80px;
}
main.blogList .single .image {
  height: 435px;
  overflow: hidden;
  margin-bottom: 5px;
}
@media screen and (max-width: 1100px) {
  main.blogList .single .image {
    height: auto;
    margin-bottom: 1rem;
  }
}
main.blogList .single .image img {
  display: block;
  width: 435px;
  height: 435px;
  object-fit: cover;
  transition: all 1600ms;
}
@media screen and (max-width: 1100px) {
  main.blogList .single .image img {
    width: 100%;
    height: auto;
  }
}
main.blogList .single .date {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
}
main.blogList .single h3 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
  color: #fff;
  transition: all 1000ms;
}
main.blogList .single:hover .image img {
  transform: scale(1.1);
}
main.blogList .single:hover h3 {
  color: #FEB914;
}

main.blogShow .hero .slider {
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 1100px) {
  main.blogShow .hero .slider {
    height: 90vh;
  }
}
@media screen and (max-width: 576px) {
  main.blogShow .hero .slider {
    height: 60vh;
  }
}
main.blogShow .hero .slider .slide {
  position: relative;
  z-index: 0;
}
main.blogShow .hero .slider .slide img {
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 1100px) {
  main.blogShow .hero .slider .slide img {
    height: 90vh;
    object-fit: cover;
  }
}
@media screen and (max-width: 576px) {
  main.blogShow .hero .slider .slide img {
    height: 60vh;
  }
}
main.blogShow .hero .slider .slide .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.blogShow .hero .slider .slide .overlay {
    width: 70%;
  }
}
@media screen and (max-width: 576px) {
  main.blogShow .hero .slider .slide .overlay {
    width: 80%;
  }
}
main.blogShow .hero .slider .slide .overlay .box {
  width: 820px;
  height: 400px;
  border-top: 0.5px solid #fff;
  border-left: 0.5px solid #fff;
  border-bottom: 0.5px solid #fff;
  opacity: 0;
  transform: translateX(-100px);
  transition: all 1000ms;
}
@media screen and (max-width: 1100px) {
  main.blogShow .hero .slider .slide .overlay .box {
    width: 640px;
    height: 320px;
  }
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.blogShow .hero .slider .slide .overlay .box {
    width: 100%;
    height: 60vh;
  }
}
@media screen and (max-width: 576px) {
  main.blogShow .hero .slider .slide .overlay .box {
    width: 100%;
    height: 30vh;
  }
}
main.blogShow .hero .slider .slide .overlay .box::before, main.blogShow .hero .slider .slide .overlay .box::after {
  content: "";
  width: 0.5px;
  height: 70px;
  position: absolute;
  right: 0;
  background-color: #fff;
}
main.blogShow .hero .slider .slide .overlay .box::before {
  top: 0;
}
main.blogShow .hero .slider .slide .overlay .box::after {
  bottom: 0;
}
main.blogShow .hero .slider .slide .overlay .text {
  position: absolute;
  right: -5%;
  top: 50%;
  transform: translateY(-50%);
}
main.blogShow .hero .slider .slide .overlay .text h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 0;
  opacity: 0;
  transform: translateX(50px);
  transition: all 1000ms;
}
@media screen and (max-width: 1100px) {
  main.blogShow .hero .slider .slide .overlay .text h2 {
    font-size: 30px;
  }
}
main.blogShow .hero .slider .slide.swiper-slide-active {
  z-index: 1;
}
main.blogShow .hero .slider .slide.swiper-slide-active img {
  animation: fadeIn 1000ms both;
}
main.blogShow .hero .slider .slide.swiper-slide-active .overlay .box {
  opacity: 1;
  transform: translateX(0);
}
main.blogShow .hero .slider .slide.swiper-slide-active .overlay .text h2 {
  opacity: 1;
  transform: translateX(0);
}
main.blogShow .hero .slider .swiper-pagination {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (max-width: 1100px) {
  main.blogShow .hero .slider .swiper-pagination {
    flex-direction: row;
    justify-content: center;
    right: 0;
    left: 0;
    top: unset;
    bottom: 30px;
    transform: translateY(0);
  }
}
main.blogShow .hero .slider .swiper-pagination span {
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 500ms;
}
main.blogShow .hero .slider .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #fff;
}
main.blogShow .info {
  padding-top: 40px;
}
main.blogShow .info .row {
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 576px) {
  main.blogShow .info .row {
    justify-content: center;
    margin-bottom: 0;
  }
}
main.blogShow .info .row:first-child {
  margin-bottom: 80px;
}
@media screen and (max-width: 576px) {
  main.blogShow .info .row:first-child {
    margin-bottom: 40px;
  }
}
main.blogShow .info .dl-link {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  color: #646567;
}
@media screen and (max-width: 576px) {
  main.blogShow .info .dl-link {
    margin-bottom: 20px;
  }
}
main.blogShow .info .dl-link img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
main.blogShow .info .dl-link span {
  display: inline-block;
  vertical-align: middle;
}
main.blogShow .info .social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 30px;
}
main.blogShow .info .social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid #646567;
  border-radius: 50%;
  transition: all 600ms;
}
main.blogShow .info .social li a i {
  display: block;
  transition: all 600ms;
}
main.blogShow .info .social li a i::before {
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
}
main.blogShow .info .social li a i.twitter::before {
  width: 12px;
  height: 10px;
  background-image: url("../img/icon-twitter.png");
}
main.blogShow .info .social li a i.pinterest::before {
  width: 10px;
  height: 12px;
  background-image: url("../img/icon-pinterest.png");
}
main.blogShow .info .social li a i.linkedin::before {
  width: 12px;
  height: 12px;
  background-image: url("../img/icon-linkedin.png");
}
main.blogShow .info .social li a i.instagram::before {
  width: 12px;
  height: 12px;
  background-image: url("../img/icon-instagram.png");
}
main.blogShow .info .social li a:hover {
  background-color: #646567;
}
main.blogShow .info .social li a:hover i {
  filter: brightness(500%);
}
main.blogShow .info p {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
  margin-bottom: 60px;
  text-align: justify;
}
@media screen and (max-width: 576px) {
  main.blogShow .info p {
    font-size: 14px;
  }
}
main.blogShow .info .col-desc {
  flex: 0 0 55%;
  max-width: 55%;
  align-self: center;
}
@media screen and (max-width: 576px) {
  main.blogShow .info .col-desc {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
main.blogShow .info .col-desc p {
  margin-bottom: 0;
  padding-left: 30px;
}
@media screen and (max-width: 576px) {
  main.blogShow .info .col-desc p {
    margin-bottom: 40px;
    padding-left: 0;
  }
}
main.blogShow .info .col-img {
  flex: 0 0 45%;
  max-width: 45%;
}
@media screen and (max-width: 576px) {
  main.blogShow .info .col-img {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}
main.blogShow .info .col-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 576px) {
  main.blogShow .info .col-img img {
    height: auto;
  }
}
main.blogShow .info .col-img + .col-desc p {
  padding-left: 0;
  padding-right: 30px;
}
@media screen and (max-width: 576px) {
  main.blogShow .info .col-img + .col-desc p {
    padding-right: 0;
  }
}
main.blogShow .gallery {
  padding-top: 20px;
  padding-bottom: 80px;
}
main.blogShow .gallery .mainImg {
  display: block;
  width: 860px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 1100px) {
  main.blogShow .gallery .mainImg {
    width: 100%;
  }
}
main.blogShow .gallery .swiper {
  position: relative;
}
main.blogShow .gallery .swiper-slide {
  width: 600px !important;
}
@media screen and (max-width: 576px) {
  main.blogShow .gallery .swiper-slide {
    width: 300px !important;
  }
}
main.blogShow .gallery .swiper-slide img {
  width: 100%;
  height: 440px;
  object-fit: cover;
}
@media screen and (max-width: 576px) {
  main.blogShow .gallery .swiper-slide img {
    height: auto;
  }
}
main.blogShow .gallery .swiper-slide:first-child {
  margin-left: 35vw;
}
main.blogShow .gallery .swiper-slide:last-child {
  margin-right: 35vw;
}
main.blogShow .gallery .swiper-button-next,
main.blogShow .gallery .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 1;
}
main.blogShow .gallery .swiper-button-next::before,
main.blogShow .gallery .swiper-button-prev::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px;
  background-image: url("../img/circle-angle-disable.png");
}
main.blogShow .gallery .swiper-button-next {
  right: 60px;
}
main.blogShow .gallery .swiper-button-prev {
  left: 60px;
}
main.blogShow .gallery .swiper-button-prev::before {
  transform: rotateY(180deg);
}
main.blogShow .products {
  background-color: #646567;
  padding-top: 80px;
  padding-bottom: 120px;
}
@media screen and (max-width: 576px) {
  main.blogShow .products {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
main.blogShow .products h2 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 30px;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  main.blogShow .products h2 {
    font-size: 24px;
  }
}
main.blogShow .products .row {
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  main.blogShow .products .row .col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 576px) {
  main.blogShow .products .row .col {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 2rem;
  }
}
main.blogShow .products .singleProd {
  display: block;
  position: relative;
  overflow: hidden;
}
main.blogShow .products .singleProd::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
main.blogShow .products .singleProd > img {
  width: 100%;
  height: 435px;
  object-fit: cover;
  position: relative;
  z-index: 0;
  transition: all 1600ms ease-in-out;
}
main.blogShow .products .singleProd .overlay {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main.blogShow .products .singleProd .overlay .box {
  width: 280px;
  height: 280px;
  border-top: 0.5px solid #fff;
  border-left: 0.5px solid #fff;
  border-bottom: 0.5px solid #fff;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
main.blogShow .products .singleProd .overlay .box::before, main.blogShow .products .singleProd .overlay .box::after {
  content: "";
  width: 0.5px;
  height: 40px;
  position: absolute;
  right: 0;
  background-color: #fff;
}
main.blogShow .products .singleProd .overlay .box::before {
  top: 0;
}
main.blogShow .products .singleProd .overlay .box::after {
  bottom: 0;
}
main.blogShow .products .singleProd .overlay .text {
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  color: #ccc;
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.blogShow .products .singleProd .overlay .text {
    right: 0;
  }
}
@media screen and (max-width: 576px) {
  main.blogShow .products .singleProd .overlay .text {
    right: 0;
  }
}
main.blogShow .products .singleProd .overlay .text h3 {
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
  margin-bottom: 5px;
}
main.blogShow .products .singleProd .overlay .text .arrow-left {
  display: inline-block;
  vertical-align: bottom;
  transform: translateY(-35px);
  margin-right: 5px;
  margin-left: 25px;
  width: 40px;
  height: 20px;
  background-image: url("../img/icon-arrow-left.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px 20px;
}
main.blogShow .products .singleProd .overlay .text img {
  display: inline-block;
  vertical-align: bottom;
  width: 150px;
  height: 90px;
  object-fit: cover;
}
main.blogShow .products .singleProd:hover > img {
  transform: scale(1.1);
}
main.blogShow .articles {
  padding-top: 120px;
}
@media screen and (max-width: 1100px) {
  main.blogShow .articles {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 576px) {
  main.blogShow .articles {
    padding-bottom: 30px;
  }
}
main.blogShow .articles h2 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 35px;
}
@media screen and (max-width: 1100px) {
  main.blogShow .articles h2 {
    font-size: 24px;
  }
}
main.blogShow .articles .row {
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  main.blogShow .articles .row .col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 576px) {
  main.blogShow .articles .row .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
main.blogShow .articles .single {
  display: block;
}
@media screen and (max-width: 576px) {
  main.blogShow .articles .single {
    margin-bottom: 3rem;
  }
}
main.blogShow .articles .single .image {
  height: 435px;
  overflow: hidden;
  margin-bottom: 5px;
}
@media screen and (max-width: 1100px) {
  main.blogShow .articles .single .image {
    height: auto;
    margin-bottom: 1rem;
  }
}
main.blogShow .articles .single .image img {
  display: block;
  width: 435px;
  height: 435px;
  object-fit: cover;
  transition: all 1600ms;
}
@media screen and (max-width: 1100px) {
  main.blogShow .articles .single .image img {
    width: 100%;
    height: auto;
  }
}
main.blogShow .articles .single .date {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  color: #646567;
  margin-bottom: 10px;
}
main.blogShow .articles .single h3 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
  color: #000;
  transition: all 1000ms;
}
main.blogShow .articles .single:hover .image img {
  transform: scale(1.1);
}
main.blogShow .articles .single:hover h3 {
  color: #FEB914;
}

main.services {
  color: #fff;
}
main.services .hero {
  position: relative;
}
main.services .hero img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
main.services .hero .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.services .hero .overlay {
    width: 70%;
  }
}
@media screen and (max-width: 576px) {
  main.services .hero .overlay {
    width: 80%;
  }
}
main.services .hero .overlay .box {
  width: 820px;
  height: 400px;
  border-top: 0.5px solid #fff;
  border-left: 0.5px solid #fff;
  border-bottom: 0.5px solid #fff;
}
@media screen and (max-width: 1100px) {
  main.services .hero .overlay .box {
    width: 640px;
    height: 320px;
  }
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.services .hero .overlay .box {
    width: 100%;
    height: 60vh;
  }
}
@media screen and (max-width: 576px) {
  main.services .hero .overlay .box {
    width: 100%;
    height: 60vh;
  }
}
main.services .hero .overlay .box::before, main.services .hero .overlay .box::after {
  content: "";
  width: 0.5px;
  height: 70px;
  position: absolute;
  right: 0;
  background-color: #fff;
}
main.services .hero .overlay .box::before {
  top: 0;
}
main.services .hero .overlay .box::after {
  bottom: 0;
}
main.services .hero .overlay .text {
  position: absolute;
  right: -10%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1100px) {
  main.services .hero .overlay .text {
    right: -5%;
  }
}
main.services .hero .overlay .text h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  main.services .hero .overlay .text h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.services .hero .overlay .text h1 {
    font-size: 24px;
  }
}
main.services .service {
  position: relative;
}
main.services .service img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
main.services .service .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.services .service .overlay {
    width: 70%;
  }
}
@media screen and (max-width: 576px) {
  main.services .service .overlay {
    width: 80%;
  }
}
main.services .service .overlay .box {
  width: 820px;
  height: 400px;
  border-top: 0.5px solid #fff;
  border-left: 0.5px solid #fff;
  border-bottom: 0.5px solid #fff;
}
@media screen and (max-width: 1100px) {
  main.services .service .overlay .box {
    width: 640px;
    height: 320px;
  }
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.services .service .overlay .box {
    width: 100%;
    height: 80vh;
  }
}
@media screen and (max-width: 576px) {
  main.services .service .overlay .box {
    width: 100%;
    height: 80vh;
  }
}
main.services .service .overlay .box::before, main.services .service .overlay .box::after {
  content: "";
  width: 0.5px;
  height: 70px;
  position: absolute;
  right: 0;
  background-color: #fff;
}
main.services .service .overlay .box::before {
  top: 0;
}
main.services .service .overlay .box::after {
  bottom: 0;
}
main.services .service .overlay .text {
  position: absolute;
  right: -10%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  main.services .service .overlay .text {
    right: -5%;
  }
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.services .service .overlay .text {
    right: 5%;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 576px) {
  main.services .service .overlay .text {
    flex-wrap: wrap;
  }
}
main.services .service .overlay .text h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 0;
  width: 140px;
  line-height: 69px;
  margin-left: 40px;
}
@media screen and (max-width: 1100px) {
  main.services .service .overlay .text h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.services .service .overlay .text h2 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1;
  }
}
@media screen and (max-width: 576px) {
  main.services .service .overlay .text h2 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
}
main.services .service .overlay .text p {
  width: 640px;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 0;
}
@media screen and (max-width: 1100px) {
  main.services .service .overlay .text p {
    width: 70%;
  }
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.services .service .overlay .text p {
    flex: 0 0 95%;
    max-width: 95%;
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  main.services .service .overlay .text p {
    flex: 0 0 90%;
    max-width: 90%;
    font-size: 14px;
    line-height: 24px;
  }
}

main.contact {
  padding-top: 180px;
}
main.contact .container-fluid {
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 576px) {
  main.contact .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
main.contact .col-info {
  flex: 0 0 40%;
  max-width: 40%;
}
@media screen and (max-width: 1100px) {
  main.contact .col-info {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media screen and (max-width: 576px) {
  main.contact .col-info {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
main.contact .col-info h2 {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  main.contact .col-info h2 {
    font-size: 24px;
  }
}
main.contact .col-info .single {
  margin-bottom: 30px;
}
main.contact .col-info .single span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 10px;
}
@media screen and (max-width: 576px) {
  main.contact .col-info .single span {
    font-size: 14px;
  }
}
main.contact .col-info .single p {
  width: 90px;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
}
@media screen and (max-width: 1100px) {
  main.contact .col-info .single p {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  main.contact .col-info .single p {
    font-size: 16px;
  }
}
main.contact .col-info .single p + p {
  margin-top: 7px;
}
main.contact .col-info .single p > a {
  display: inline-block;
  direction: ltr;
  color: #000;
  transition: all 600ms;
}
@media screen and (max-width: 576px) {
  main.contact .col-info .single p > a {
    margin-bottom: 10px;
  }
}
main.contact .col-info .single p > a:hover {
  color: #FEB914;
}
main.contact .col-info .single ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
@media screen and (max-width: 1100px) {
  main.contact .col-info .single ul {
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media screen and (max-width: 576px) {
  main.contact .col-info .single ul {
    gap: 20px;
  }
}
main.contact .col-info .single ul li {
  border-left: 1px solid #000;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 1;
}
@media screen and (max-width: 1100px) {
  main.contact .col-info .single ul li {
    padding-right: 0;
    padding-left: 0;
    border-left: unset;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
main.contact .col-info .single ul li a {
  line-height: 1;
  color: #000;
  font-size: 13px;
  font-weight: 400;
  transition: all 600ms;
}
@media screen and (max-width: 576px) {
  main.contact .col-info .single ul li a {
    font-size: 16px;
  }
}
main.contact .col-info .single ul li a:hover {
  color: #FEB914;
}
main.contact .col-info .single ul li:first-child {
  padding-right: 0;
}
main.contact .col-info .single ul li:last-child {
  border-left: unset;
}
main.contact .col-map {
  flex: 0 0 60%;
  max-width: 60%;
  margin-bottom: 120px;
}
@media screen and (max-width: 1100px) {
  main.contact .col-map {
    flex: 0 0 70%;
    max-width: 70%;
  }
}
@media screen and (max-width: 576px) {
  main.contact .col-map {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
    margin-top: 30px;
  }
}
main.contact .col-map img {
  width: 100%;
}
main.contact .col-desc {
  flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (max-width: 1100px) {
  main.contact .col-desc {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media screen and (max-width: 576px) {
  main.contact .col-desc {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
main.contact .col-desc p {
  width: 420px;
  font-size: 20px;
  font-weight: 300;
  line-height: 34px;
  margin-bottom: 0;
  color: #000;
}
@media screen and (max-width: 1100px) {
  main.contact .col-desc p {
    width: 100%;
    font-size: 16px;
  }
}
main.contact .col-form {
  flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (max-width: 1100px) {
  main.contact .col-form {
    flex: 0 0 70%;
    max-width: 70%;
  }
}
@media screen and (max-width: 576px) {
  main.contact .col-form {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
main.contact .col-form form {
  border-top: 14px solid #646567;
  border-bottom: 14px solid #646567;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
main.contact .col-form form .form-group {
  margin-bottom: 20px;
}
main.contact .col-form form .form-group label {
  display: block;
  font-size: 11px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #000;
}
@media screen and (max-width: 576px) {
  main.contact .col-form form .form-group label {
    font-size: 14px;
  }
}
main.contact .col-form form .form-group input,
main.contact .col-form form .form-group textarea {
  display: block;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  border: unset;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 576px) {
  main.contact .col-form form .form-group input,
  main.contact .col-form form .form-group textarea {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
main.contact .col-form form .form-group input::-webkit-resizer,
main.contact .col-form form .form-group textarea::-webkit-resizer {
  display: none;
}
main.contact .col-form form button {
  background-color: #fff;
  color: #000;
  padding-top: 5px;
  padding-bottom: 9px;
  padding-right: 10px;
  padding-left: 10px;
  border: unset;
  transition: all 600ms;
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}
main.contact .col-form form button .arrow-left {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  filter: brightness(0);
  transition: all 600ms;
}
main.contact .col-form form button .arrow-left::before {
  content: "";
  display: block;
  width: 40px;
  height: 20px;
  background-image: url("../img/icon-arrow-left.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px 20px;
}
main.contact .col-form form button:hover {
  background-color: #000;
  color: #fff;
}
main.contact .col-form form button:hover .arrow-left {
  filter: brightness(100%);
}

main.about .hero {
  position: relative;
}
main.about .hero img {
  width: 100%;
  height: 90vh;
  object-fit: cover;
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.about .hero img {
    height: 100vh;
  }
}
main.about .hero .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.about .hero .overlay {
    width: 70%;
  }
}
@media screen and (max-width: 576px) {
  main.about .hero .overlay {
    width: 80%;
  }
}
main.about .hero .overlay .box {
  width: 820px;
  height: 400px;
  border-top: 0.5px solid #fff;
  border-left: 0.5px solid #fff;
  border-bottom: 0.5px solid #fff;
}
@media screen and (max-width: 1100px) {
  main.about .hero .overlay .box {
    width: 640px;
    height: 380px;
  }
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.about .hero .overlay .box {
    width: 100%;
    height: 60vh;
  }
}
@media screen and (max-width: 576px) {
  main.about .hero .overlay .box {
    width: 100%;
    height: 60vh;
  }
}
main.about .hero .overlay .box::before, main.about .hero .overlay .box::after {
  content: "";
  width: 0.5px;
  height: 70px;
  position: absolute;
  right: 0;
  background-color: #fff;
}
main.about .hero .overlay .box::before {
  top: 0;
}
main.about .hero .overlay .box::after {
  bottom: 0;
}
main.about .hero .overlay .text {
  position: absolute;
  right: -5%;
  top: 50%;
  transform: translateY(-50%);
}
main.about .hero .overlay .text h1 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 0;
}
@media screen and (max-width: 1100px) {
  main.about .hero .overlay .text h1 {
    font-size: 30px;
  }
}
main.about .desc {
  padding-top: 120px;
  padding-bottom: 120px;
}
main.about .desc .overlay {
  width: 820px;
  height: 320px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 1100px) {
  main.about .desc .overlay {
    width: 640px;
    height: 300px;
  }
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.about .desc .overlay {
    width: 70%;
    height: 60vh;
  }
}
@media screen and (max-width: 576px) {
  main.about .desc .overlay {
    width: 80%;
    height: 60vh;
  }
}
main.about .desc .overlay .box {
  width: 820px;
  height: 320px;
  border-top: 0.5px solid #000;
  border-left: 0.5px solid #000;
  border-bottom: 0.5px solid #000;
}
@media screen and (max-width: 1100px) {
  main.about .desc .overlay .box {
    width: 640px;
    height: 300px;
  }
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.about .desc .overlay .box {
    width: 100%;
    height: 60vh;
  }
}
@media screen and (max-width: 576px) {
  main.about .desc .overlay .box {
    width: 100%;
    height: 60vh;
  }
}
main.about .desc .overlay .box::before, main.about .desc .overlay .box::after {
  content: "";
  width: 0.5px;
  height: 70px;
  position: absolute;
  right: 0;
  background-color: #000;
}
main.about .desc .overlay .box::before {
  top: 0;
}
main.about .desc .overlay .box::after {
  bottom: 0;
}
main.about .desc .overlay .text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.about .desc .overlay .text {
    width: 70%;
  }
}
@media screen and (max-width: 576px) {
  main.about .desc .overlay .text {
    width: 80%;
  }
}
main.about .desc .overlay .text p {
  width: 600px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}
@media screen and (max-width: 1100px) {
  main.about .desc .overlay .text p {
    width: 520px;
  }
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  main.about .desc .overlay .text p {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  main.about .desc .overlay .text p {
    width: 100%;
  }
}

/*# sourceMappingURL=app.css.map */
.swiper {
  /* width: 100%;
  height: 100%; */
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.col-prolink{
  width: 144px;
height: 47px;
border: 1.5px solid #FFFFFF;
border-radius: 30px;
font-family: 'IRANYekan';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 47px;
margin-right: 30px;

color: #FFFFFF;
text-align: center;

transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;

}
.col-prolink a{
  font-family: 'IRANYekan';
font-style: normal;
font-weight: 400;
font-size: 14px;


color: #FFFFFF;
}
.col-prolink:hover{
  border-color: rgba(255, 255, 255, 1);

background: #fff;

}
.col-prolink:hover a{
  color: rgb(0, 0, 0);
}
.text-slider {
  position: absolute;
  bottom: 195px;
  left: 90px;
  text-align:left;
  z-index: 9;
}
.text-slider p:first-child{
  Font-family:cool-kidz;
  Font-Weight:400;
font-size:26px;
Line-height:31.2px;
color:#fff
}
.text-slider p:nth-child(2){
  Font-family:IRANYekan;
  Font-Weight:400;
font-size:23px;
Line-height:39.73px;
color:#fff
}

.text-slider a{
  Font-family:cool-kidz;
  Font-Weight:400;
font-size:13px;
Line-height:15.6px;
color:#FFD302;
display: inline-block;
position: relative;
}
.link::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  height: .1rem;
  width: 0;
  transition: width .3s linear;
  background-color: #000;
}
.link.yellow::after {
  background-color: #ffd302;
}
.link:hover::after {
  width: 100%;
}




.homeslider .swiper-button-prev::after{
  background-image:url("../images/arrow1.png");
  background-repeat:no-repeat;
  background-position:center;
  font-family: unset;
  color:transparent;
  transform:rotate(180deg)
}
.homeslider .swiper-button-prev {
  left: 70px;
}
.homeslider .swiper-button-prev.swiper-button-disabled{
  display:none
}
.homeslider .swiper-button-next::after{
  background-image:url("../images/arrow1.png");
  background-repeat:no-repeat;
  background-position:center;
  font-family: unset;
  color:transparent
}
.homeslider .swiper-button-next{
  right:70px;
}
.homeslider  .swiper-button-next.swiper-button-disabled{
  display:none
}

header .mainsearch {
  position: fixed;
  top: -100%;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #171719;
  padding: 65px;
  z-index: 10;
  transition: all 1000ms;
}
header .mainsearch.opened {
  top: 180px;
}
header .mainsearch input{
  width: 80%;
  background-color: #171719;
  outline: unset;
  border: unset;
    border-bottom-color: unset;
    border-bottom-style: unset;
    border-bottom-width: unset;
  border-bottom-color: unset;
  border-bottom-style: unset;
  border-bottom-width: unset;
  height: 150px;
  border-bottom: .5px solid #8d8d8d52;
  color: #fff;
  padding: 20px;
  direction: rtl;
  font-weight: 700;
font-size: 28px;
line-height: 48px;
}
header .mainsearch input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */

  opacity: 1; /* Firefox */
}

header .mainsearch input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  opacity: 1; /* Firefox */
}

header .mainsearch input::-ms-input-placeholder { /* Microsoft Edge */
  opacity: 1; /* Firefox */
}
header .mainsearch form{
  border-top: 1px solid #fff;
}





.c0167 {
  cursor: pointer;
  height: 24px;
  display: flex;
  overflow: hidden;
  position: relative;
  pointer-events: auto;
  direction: rtl;
background: unset;
border: unset;
color: #fff;
}
.c0169 {
  top: -2px;
  display: flex;
  z-index: 1;
  position: relative;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  flex-direction: column;
}
.c0168 span {
  height: 24px;
  display: flex;
  align-items: center;
  margin-left: 12px;
}
.c0168 i {
  width: 12px;
  height: 12px;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.c0172 {
  top: 0;
  display: flex;
  z-index: 1;
  position: relative;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  flex-direction: column;
}
.c0171 span {
  height: 24px;
  display: flex;
  align-items: center;
}
.c0170 {
  transform: translateY(calc(-50%));
}
.c0173 {
  transform: translateY(-50%);
}
.about-section {
  padding: 70px 135px;
  direction: rtl;
  text-align: right;
  border-radius: 20px 0 0 0;
background-color: #fff;
}
.grid-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 620px;
  max-height: 690px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 690px;
  direction: ltr
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.grid-images .image:first-child {
  border-top-left-radius: 12px;
  overflow: hidden;
}
.grid-images .image:nth-child(1), .grid-images .image:nth-child(4), .grid-images .image:nth-child(6) {
  height: 300px;
}
.grid-images .image {
  overflow: hidden;
  width: 100%;
  max-width: 180px;
  margin-bottom: 30px;
  border-radius: 5px;
}

.grid-images .image:nth-child(2) {
  margin-bottom: 25px;
  border-bottom-left-radius: 12px;
  overflow: hidden;
}
.grid-images .image:nth-child(3) {
  margin-bottom: 30px;
}
.grid-images .image:nth-child(2), .grid-images .image:nth-child(5) {
  margin-bottom: 0px;
}
.grid-images .image:nth-child(5) {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  overflow: hidden;
}
.grid-images .image:last-child {
  margin: 210px 0 0;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.grid-images .image:nth-child(3),.grid-images .image:nth-child(5) {
  margin-bottom: 30px;
  height: 180px;
 
}
.grid-images .swiper-slide img,.grid-images .swiper-slide{
  height: auto;
}
.grid-images .image:nth-child(4) {
  margin-bottom: 0;
}
.grid-images .image:nth-child(5) {
  margin-bottom: 0;
}
.more-link {
  width: 217px;
  height: 62.92px;

  background: #D9D9D9;
  display: block;
  border-radius: 20px 0px 31px;
  text-align: center;
  line-height: 60px;
  color: #000;
  font-size: 16px;
  margin-top: 40px;
}
.black-section{
background-color: #171719;
 
}
.img-cat-back{
  background:url("../images/cat-back.png") right #171719 no-repeat;
  padding: 176px 0 89px
}
.cat-slider{
  width:calc(100% - 230px);
  float:left;
  direction: rtl
}
.titr-cat{
  position: absolute;
right: 0;
width: 230px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
transform: rotate(-90deg);
top: 88px;
}
.cat-product-div{
  position: relative;
}
.titr-cat p {
  color: #fff;

  position: relative;
  
}
.titr-cat p:after{
  content: "";
  width: 54px;
  display: inline-block;

  content: "";
  width: 54px;
  display: inline-block;
  border: 1px solid rgba(213, 213, 213, 0.5);
  margin-left: 10px;
  margin-bottom: 4px;
}
.image-cat-back {
  padding: 105px 40px;
  background: #fff;

}
.cat-product-div .swiper-slide{
  flex-direction:column;
  background-color: transparent;

}
.image-cat-back  .is-enter{
  opacity:0;
  position: absolute;
  top:0;
  right: -100%;
  transition:.5s ease all
}

.image-cat-back .cnt-images{
 
  position:relative;
  overflow:hidden
}
.image-cat-back:hover .is-enter{
  opacity:1;
  right: 0
}
.cat-product-div .swiper-slide a{

  cursor: url("../images/cursorcat.png") , pointer
}
.name-cat{
  font-weight: 400;
font-size: 19px;
line-height: 19px;
color: #FFFFFF;
font-family: 'cool-kidz','IRANYekan';
font-style: normal;
display: block;
text-align: right;
width: 100%;
padding-right: 11px;
padding-top: 20px;
direction: rtl;
}
.about2-section{
  background-color:#171719;
  margin-top:80px;
  padding-right:230px;
  padding-left:100px;
}
.right-about-2{
  position:relative;
  max-width: 560px;
}
.small-img-about2{
  position:absolute;
  top:25%;
  left:0
}
.left-about-2{
  direction:rtl
}
.left-about-2 p{
color:#fff
}
.left-about-2 .titr-about{
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}
.left-about-2 .text-about p{
  color: rgba(255, 255, 255, 0.7);
  font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 21px;
}
.left-about-2  .more-link{
  width: 182px;
height: 55px;
line-height:55px
}
.news-box{
  background-color:#171719;
  padding:80px 60px
}
.titr-news {
  color: #fff;
  position: relative;
  margin-bottom: 50px;

}
.titr-news:after{
  content:"";
  width: 54px;
  border: 1px solid #FFD302;
  display: inline-block;
  margin-left:10px
}
.hr {
  background: rgba(255, 255, 255, 0.2);
  height: 1px;
}
.date-news {
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 20px;
  display: list-item;
  direction: rtl;
  font-family: cool-kidz;
  margin-right: 10px;
}
:root {

  --white-color: #fff;}
.titr-newsin{
  font-weight: 400;
font-size: 14px;
line-height: 24px;
color: #FFFFFF;
margin-top:15px;


-webkit-transition: background-size .4s cubic-bezier(.25,.46,.45,.94);
-o-transition: background-size .4s cubic-bezier(.25,.46,.45,.94);
transition: background-size .4s cubic-bezier(.25,.46,.45,.94);
background-image: -webkit-gradient(linear,left top,left bottom,from(var(--white-color)),to(var(--white-color)));
background-image: -webkit-linear-gradient(var(--white-color),var(--white-color));
background-image: -o-linear-gradient(var(--white-color),var(--white-color));
background-image: linear-gradient(var(--white-color),var(--white-color));
background-position: 100% 100%;
background-repeat: no-repeat;
background-size: 0 1px;
}
.text-news p{ 
  font-weight: 400;
font-size: 12px;
line-height: 21px;
color: rgba(255, 255, 255, 0.6);
direction: rtl;
}
.news-element:hover .titr-newsin{
  background-size: 100% 1px;
}
.news-element a{
  display:block;
  width:90%;
  margin:0 auto;
 
}
.def-news .news-element a{
  /* max-width: 404px; */
}
.news-element img {
  max-width:100%;
  width:100%;
}
.brand-box {
  display: flex;
  justify-content: center;
}
.brand-element {
  padding: 45px 0;
  background-color: #fff;
  margin: 0px 15px;
  width:320px;
  text-align:center
}

footer {
  background-color: #171719;
  padding: 55px 0;
}
footer .inner-footer {
  background-color: #171719;
  display: flex;
  direction: rtl;
  justify-content: space-between;
 margin:0 65px;
 padding-top: 55px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.foot-right {
  display: flex;
}
.menu-footer {
  margin-right:155px
}
.menu-footer a {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  color: #fff;
  margin-left: 40px;
}
.social-foot a {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50%;
  border: 1.5px solid #333335;
  text-align: center;
  color: #ddd;
  line-height: 50px;
  margin: 0 5px;
}
.inner-page{
  background-color: #171719;
}
.inner-page header .mainHeader{
  position: relative;
  background-color: #171719;
}
.bc-sana{
  margin:0 100px
} 

.brbr-inner{
  border-top: 1px solid #fff;
  padding-top:95px
}
.link-blog {
  direction: rtl;
  margin-bottom: 30px
}
.link-blog li {
  display: inline-block;
  margin-left:10px
}
.link-blog li a {
  position: relative;
  display: inline-block;
  color:#fff;
  padding-right:10px
}
.link-blog li a::before {
  content: "";
  position: absolute;
  width: .4375rem;
  height: .4375rem;
  border: 1px solid var(--white-color);
  border-radius: 50%;
  -webkit-transition: background-color .4s cubic-bezier(.25,.46,.45,.94);
  -o-transition: background-color .4s cubic-bezier(.25,.46,.45,.94);
  transition: background-color .4s cubic-bezier(.25,.46,.45,.94);
  right: 0;
top: 10px;
}
.link-blog li a.active::before {
  background-color: var(--white-color);
}

.module-news-listing__display-item-icon {
  stroke: var(--white-color);
  -webkit-transition: all .4s cubic-bezier(.25,.46,.45,.94);
  -o-transition: all .4s cubic-bezier(.25,.46,.45,.94);
  transition: all .4s cubic-bezier(.25,.46,.45,.94);

  display: block;
}
 .activetab .module-news-listing__display-item-icon {
  fill: var(--white-color);
}

.link-change-design {
  direction: rtl;
}
.link-change-design  li{
  display: inline-block;
  margin-left:10px
}
.news-box-blog-list{
  margin-top:100px
}
.designrow .date-news {
  display: block;
  text-align:left;
  position: sticky;
top: 8rem;
display: inline-block;
}
.designrow .bc-coll.l4{
  border-right: 1px solid var(--white-color);
  text-align:left;
  grid-column-end: span 4;
}
.designrow .bc-coll.l8{

  grid-column-end: span 8;
  padding-bottom: 50px;
}
.designrow .news-element{
  width: 100%;

  display: grid;
  grid-template-columns: repeat(12,1fr);
  grid-gap: var(--col-padding);
}

.catswiper .swiper-pagination-progressbar.swiper-pagination-horizontal,.catswiper .swiper-button-next,.catswiper .swiper-button-prev{
  bottom:0;
  top:unset
}
.catswiper .swiper-slide{
  flex-direction:column;
  background: transparent;
}
.cat-all-cnt{
  margin-top:100px
}
.name-item {
  margin: 20px 0;
  color: #fff;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
}
.image-item{
  overflow:hidden;
  width:100%
}
.catswiper .swiper-slide img{
transition: transform .5s ease;}
.catswiper .swiper-slide:hover img{
  transform: scale(1.1);
}
.catswiper .swiper-slide:hover .name-item {
  color: #FFD302;
}
.catswiper .swiper-pagination-progressbar{
  background:#fff;
  height: 2px;
  width: 90% !important;
  margin:0 auto;
  right:0;
  border-radius: 10px;
  transform: translateY(-20px);
}
.catswiper  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  background:#FFD302;
}
.catswiper .swiper-button-next::after,.catswiper .swiper-button-prev::after{
color:#fff;
font-size:25px
}
.catswiper {
  padding-bottom:50px
}
.cat-all-cnt img{
  max-width:100%
}
.text-col{
  background: #FFFFFF;
  padding: 150px 60px 54px;
  direction: rtl;
}
.cat-page-elem{
  display:flex;
  direction:rtl
}
.catswiper .swiper-slide a{
  display:block;
  width:100%
}
.cat-page-elem:nth-child(even){
  direction:revert
}
.titr-cat-p{
  font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 24px;

color: #000000;
}
.cat-page-elem .text-cat p{
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  
  /* or 200% */
  text-align: justify;
  
  color: #4A4A4A;
}
.link-cat-p{
  font-style: normal;
font-weight: 700;
font-size: 11px;
line-height: 19px;

/* identical to box height */
text-align: center;

color: #000000;
display: list-item;
text-align: right;
padding-right: 5px;
}
.cat-all-cnt{
margin-bottom:128px
}
.product-gallery {
  position: relative;
  height:600px
}
.product-gallery .pro-gallery{
  position: relative;
  height:600px
}
.titr-pro1 {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  direction: rtl;
}
.text-pro1 p {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 21px;
  color: rgba(255, 255, 255, 0.8);
  direction: rtl;
}
.masaref p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  direction: rtl;
  text-align: right;
  color: #FFFFFF;
  margin-bottom:0
}
.standard p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  direction: rtl;
  text-align: right;
  color: #FFFFFF;
  margin-bottom:0
}
.text-standard,.text-masaref{
  margin-bottom:30px
}
.text-standard p,.text-masaref p{
font-size:12px
}
.catalog-pro {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  display: block;

  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  direction: rtl;
  margin-bottom: 15px;
}
.icons-pro {
  text-align: center;
  margin-top: 20px;
}
.img-single{
  margin:0 auto;
display: block;
max-width:100%
}
.product-gallery .pro-gallery .swiper-slide img{
  /* height:auto */
}
.titr-skema {
  margin-top: 50px;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  direction: rtl;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}
.skema-cnt table {
  direction: rtl;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  width: 100%;
}
.skema-cnt table th{
  direction: rtl;
  text-align: center;
  color: #FFD302;
  font-size: 14px;
  padding:20px 0

}
.skema-cnt table tr:nth-child(odd){
  background: rgba(0, 0, 0, 0.08);

}
.skema-cnt table tr:nth-child(even){
  background: rgba(217, 217, 217, 0.03); 

}
.skema-cnt table tr td{
  padding:20px 0
}
.marg-auto{
  margin:0 auto
}
.inner-schema {
  width: 85%;
  margin: 0 auto;
}
.inner-schema .skema-cnt  tr{
  border-bottom:1px solid  rgba(217, 217, 217, 0.4);
}
.inner-schema .skema-cnt  tr:last-child{
  border:none
}
.inner-schema .skema-cnt tr td{
  border-right: 1px solid rgba(217, 217, 217, 0.4);
  content:""
}
.inner-schema .skema-cnt tr td:first-child{
  border:none
}
.rel-pro-text{
  margin:90px 0;
  color:#fff
}
.alltext p{
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 28px;
  direction: rtl;
}
.titr-text p{
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
}
.news-element1 .date-news{
  display: BLOCK;
  text-align:left
}
.news-element1 {
  display: flex;

}
.news-element1 .inn-img-brdr{
  border-left:1px solid #fff
}
.inn-img-brdr img{
  max-width:100%;
  width: 98%;
}
.all-text-news p {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 26px;

  text-align: right;
  color: rgba(255, 255, 255, 0.6);
}
.flex-text-image {
  display: flex;
  direction: rtl;
  align-items: center;
  margin-bottom:250px;
  margin-top:135px
}
.text-news-rightt{
  padding-left:50px
}
.text-news-right p {
  font-weight: 700;
  font-size: 12px;
  line-height: 26px;
 
  text-align: right;
  color: rgba(255, 255, 255, 0.6);
}
.image-news-left{
 
  text-align: left;
}
.titr-news-right {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color:#fff
}
.image-back{
  overflow: hidden;
padding-bottom: 100%;

background-size: 100%;
background-position: center center;
background-repeat: no-repeat;
width: 97%;
overflow: hidden;
border-radius: 20px;
transition: .5s ease all;
}
.name-down {
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-top: 20px;
}
.download-text {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
.download-boxes{
  margin-bottom:100px
}




      .modal {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1050;
        display: none;
        overflow: hidden;
        -webkit-overflow-scrolling: touch;
        outline: 0;
      }
      .close {
        float: right;
        font-size: 21px;
        font-weight: 700;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        filter: alpha(opacity=20);
        opacity: .2;
      }
      .cursor {
        opacity: 0;
      }
      .modal-content {
        position: relative;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #999;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: 6px;
        outline: 0;
        -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
        box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
      }


      
.gallery-part-1 .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 115px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0 0 0 / 90%);
    text-align: center;
    z-index: 20;
}
.gallery-part-1 .close {
    position: absolute;
    margin-top: 0;
    margin-right: 0;
    opacity: 1 !important;
    display: block !important;
    right: 0;
    top: -30px;
}
.gallery-part-1 .close img{
    filter: grayscale(1);
}
.gallery-part-1 .modal-content {
    position: relative;
    background-color: transparent !important;
    margin: auto;
    padding: 0;
    width: auto;
    display: inline-block;
    box-shadow: none !important;
    top: 7%;
}
.gallery-part-1 .numbertext {
    color: #ffffff;
    font-size: 14px;
    padding: 8px 12px;
    position: relative;
    top: 60px;
    text-align: center;
}
.gallery-part-1 .prev, .gallery-part-1 .next {
    cursor: pointer;
    position: absolute;
    top: 100%;
    width: 40px;
    height: 40px;
    padding: 12px;
    color: white;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    background: #999999;
    border-radius: 0;
}
.gallery-part-1 .next {
    right: 0;
}
.gallery-part-1 a.prev {
    right: 45px;
}


.gallery-part-1 .projects-container,.gallery-part-1 .link-fill{
    cursor: zoom-in;
}

.abs-titr {
  position: absolute;
  left: -90px;
  bottom: 35px;
  transform: rotate(-90deg);
  direction: rtl;
  color: #fff;
  font-weight: 300;
  font-size: 12px;
  line-height: 21px;
}
.inn-about1 {
  max-width: 930px;
  float: right;
  position: relative;
}
.inn-about1 img{
  max-width:100%
}

.text-about1 {
  max-width: 400px;
  margin: 55px auto;
  direction: rtl
  
}
.titr-about1{
  font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 28px;
color: #FFFFFF;
}
.text-about-11 p{
  font-family: 'IRANYekan';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 21px;
 
  text-align: justify;
  color: rgba(255, 255, 255, 0.7);
}
.abut-box2 .inn-about1 img{
  margin-top:145px;
  border-radius: 0 0 25px 0;
}
.related-product-box .name-cat{
  font-size: 14px;
}
.form-div button {
  position: relative;
  overflow: hidden;
}
.form-div button span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #fff;
  transition: all .4s ease-in-out;
  transform: translatey( -50%);
  z-index: -1;
}
.form-div button:hover {
  color: #000;
  z-index: 0;
  outline: none;
  background: #fff;
  transition: all .4s ease-in-out !important;
  transition-delay: .2s;
}
.form-div button:hover span {
  width: 225%;
  height: 562.5px;
  transition: all .4s ease-in-out;
}
.text-about2 {
  padding-right:50px
}
.text-about2 p{
  color: rgba(255, 255, 255, 0.7);

  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 21px;
  
  direction: rtl;
  
  text-align: justify;
}
.titr-team{
  color: #FFFFFF;
  font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 28px;
}
.name-team {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: right;
  color: #FFFFFF;
  direction: rtl;
  margin-bottom: 5px;
}
.name1-team {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  text-align: right;
  color: rgba(255, 255, 255, 0.6);
  direction: rtl;
  margin-bottom: 20px;
}

.mySlides img{
  max-width:100%
}
.text-modal{
  padding:0 50px;
  position: relative;
}
.text-modal p{
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: right;
  color: #FFFFFF;
  direction: rtl;


}
.contact-end{
  font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 31px;



color: #FFFFFF;
margin-bottom: 100px;
margin-top: 100px

}
.contact-end a{
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  display: flex;
  align-items: center;
  
  color: #FFD302;
  position:relative;
  padding-left:100px
}

.contact-item {
  background: rgba(255, 255, 255, 0.05);
  text-align: center;
  padding: 50px 0;
  color: #fff;
  width: 95%;
  float: right;
  margin-bottom: 40px;
  direction:rtl
}
.contact-page img{
max-width: 100%;
margin-bottom:30px
}
.contact-item  a{
  color: rgba(255, 255, 255, 0.7);

  font-weight: 400;
  font-size: 12px;
  line-height: 28px;
  display: inline-block;
  direction:ltr
}
.contact-item  span{
  color: rgba(255, 255, 255, 0.7);

  font-weight: 400;
  font-size: 12px;
  line-height: 28px;
}
.form-div input {
  width: 100%;
  display: block;
  direction: rtl;
  height: 80px;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255,255,255,.8);
  font-weight: 700;
  font-size: 12px;
  line-height: 21px;
  display: block;
  margin-bottom:30px
}
.form-div textarea {
  width: 100%;
  display: block;
  direction: rtl;

  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255,255,255,.8);
  font-weight: 700;
  font-size: 12px;
  line-height: 21px;
  display: flex;
}
.titr-form {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
text-align:center;
  color: #FFFFFF;
}
.text-form {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 21px;

  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}
.form-div button {
  width: 179px;
  height: 63px;
  
  border:none;
  outline:none;
  background: #D9D9D9;
  border-radius: 20px 0px 31px;
  margin:80px 0;
  direction:rtl
}
.project-element{
  margin-bottom:50px
}
.enp{
  font-family:cool-kidz
}
.back-project{
  max-width:542px;
  width:95%;
  margin:0 auto;
padding-top:30px;
padding-bottom:30px
}
.inner-project img {
  margin: 0 auto;
  display: block;
  margin-top: 25px;
  max-width: 100%;
}
.name-project {
  margin-top: 25px;
  max-width:326px;
  display: flex;
  justify-content: space-between;
  margin: 20px auto;
  direction: rtl;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #FFD302;
}
.list-project-page{
margin-bottom: 50px
}
.text-service p{
  font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 33px;

text-align: justify;

color: rgba(255, 255, 255, 0.6);
direction:rtl
}
.services-elements{
margin-bottom:100px
}
.service-element {
  display: flex;
  direction: rtl;
  align-items: end;
  justify-content: space-between;
  border-bottom: 1px solid #fff;

  padding: 50px 0;
}
.service-element .text-ser-inn>p{
  font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 28px;

color: #FFFFFF;


}
.service-element .text-ser-inn{
  max-width:390px;
  margin-right: 50px;
}
.service-element .text-ser-inn div p{
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 21px;

  text-align: justify;
  
  color: rgba(255, 255, 255, 0.7);
  
  margin-bottom: 0


}
.link-service {
  font-weight: 700;
  font-size: 12px;
  line-height: 21px;

  color: #FFFFFF;
}
.service-elementin{
  display: flex;
  align-items: end;
}
.service-element:last-child{
  border-bottom:none
}
.inner-swipper{
  width:100%
}
.about-section .text-right {
  margin-top: 150px;
  padding-left:80px
}
.about-section .text-right >p:first-child{
  font-family: 'IRANYekan';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 28px;
}
.about-section .text-right div p{
  font-weight: 400;
font-size: 12px;
line-height: 21px;

text-align: justify;

color: rgba(0, 0, 0, 0.8);


}
.more-link i {
  vertical-align: middle;
  font-size: 18px;
  margin-right: 20px;
}
.left-about-2{
  padding-top:170px
}
.big-img-about2{
  max-width:100%
}
.pro-right-box {
  background-color: #000;
  padding: 50px 100px 50px 70px;
}
.icons-pro img {
  margin: 10px 3px;
  transition:.5s ease all;
  border-radius: 50%;
}
.icons-pro img:hover{
  box-shadow: 0 0 5px #fff;

}
.product-gallery .pro-gallery .swiper-wrapper{
  width: calc(100% - 60px);
}
.masaref {
  border-top: .5px solid rgba(217, 217, 217, 0.3);
  padding-top: 15px;
  margin-top: 41px;
}
.product-gallery .pro-gallery .swiper-pagination-bullet{
  width:10px;
  height:10px;
  background: rgba(129, 129, 129, 0.5);
  margin: 10px auto;
transition: .5s ease all;
opacity:1

}
.product-gallery .pro-gallery .swiper-pagination-bullet-active{
  width:19px;
  height:19px;
  
  border: 1px solid #FFFFFF;
  background: #000;

}
.related-product-box {
  background-color: #000;
  padding-top: 70px;
  padding-right: 100px;
  padding-left: 100px;
}
.image-news-left img{
  max-width:100%
}
.text-about2 {
 width:100%;
 
  direction: rtl;
  margin-bottom:85px
}
.text-about2 .text-about-11{
  max-width:400px;
  margin-top:85px
}
.contact-end a:before{
content:"";
width: 71.01px;
border: 1px solid rgba(255, 255, 255, 0.2);
display:block;
position:absolute;
left: 0;
}
.contact-end a:after{
  content:"";
  width: 36.01px;
  border: 1px solid #FFFFFF;
  position:absolute;
  left: 0;
}
.titr-download {
  display: flex;
  direction: rtl;
  align-items: center;
  justify-content: space-between;
  margin-bottom:50px
}
.en-text {
  font-style: normal;
  font-weight: 400;
  font-size: 100px;
  line-height: 173px;
  color: #fff;
}
.fa-text {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 31px;
  color: #fff;
}
@media only screen and (max-width:1300px){
  .about-section{
    padding: 70px 35px;
  }
}
@media only screen and (max-width:1024px){
  .grid-images{
    margin:0 auto
  }
  .about-section .text-right{
    margin-top:0
  }
  .pro-right-box{
    padding: 50px 20px 50px 20px;
  }
  .text-pro1 p{
    text-align:justify
  }
  .catalog-pro{
    margin-top:20px
  }
  .bc-sana{
    margin:0 20px
  }
  .text-news-rightt{
    padding-left: 0
  }
  .text-about2 {
    padding-right: 0;
  }
  .titr-download{
    flex-direction:column
  }
  .en-text{
    font-size:20px;
    line-height: 20px;
  }
  
.text-slider{
  bottom :15px;
  left:40px
}.text-slider p:first-child{
  font-size: 16px;
}
.text-slider p:nth-child(2){
  font-size: 14px;
}
.text-slider a{
  font-size: 10px;
}
.text-slider p{
  margin-bottom: 0;
}
.homeslider .swiper-button-next {
  right: 20px;
}
}
@media only screen and (max-width:900px){

  .cat-page-elem:nth-child(odd){
    flex-direction:column-reverse
  }
  .cat-page-elem:nth-child(even){
    flex-direction:column
  }
  .image-col,.text-col ,.cat-all-cnt img{
    width:100% !important
  }
  .news-element1,.flex-text-image{
    flex-direction:column
  }
  .abut-box2 .inn-about1 img{
    margin-top: 0;
  }
  .service-elementin,.service-element {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
  .service-element .text-ser-inn{
    max-width:100%
  }
  .link-service{
    margin-top:30px
  }
  .menu-footer {
    margin-right: 30px;
  }
}

@media only screen and (max-width:768px){
header .mainHeader{
  padding-top: 15px
}
header .mainHeader .row{
  padding:0
}
.titr-cat {
  position: unset;
  right: 0;
  width: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: right;
  transform: unset;
  top: 0;
  padding-right: 20px;
}
.cat-slider {
  width: 100%;
  float: left;
  direction: rtl;
}
.img-cat-back{
  padding: 95px 0 89px;
}
.about2-section{
  padding-right:20px;
  padding-left:20px
}
.left-about-2 {
  padding-top: 20px;
}
.brand-box{
  flex-direction: column;
  justify-content: center;
}
.brand-element{
  margin: 5px auto;
}
.right-about-2{
  max-width:100%;
  margin:0 auto
}
.inner-team{
  display: block;
  text-align: center;
}

}

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

  .col-prolink{
    width: 90px;
    margin-right: 10px;
  }
  .about-section .text-right{
    padding-left: 0;
  }
  .mainHeader .row > *{
padding:0
  }
  .text-slider p:first-child{
    display: none; 
  }
  .inner-footer,.foot-right{
    flex-direction:column;
    justify-content: center;
text-align: center;
  }
  .menu-footer {
    margin:20px 0
  }
  .grid-images {
    max-width: 100%;
    height: auto;
    max-height: initial;
    display: flex;
    flex-direction: row;
  }           

  footer .inner-footer{
    margin: 0 10px;
  }
  .menu-footer a{
    margin-left: 8px;
  }
  .news-box{
    padding: 80px 20px;
  }
  .small-img-about2 {
    position: unset;
 
    margin: 10px auto;
    display: block;
  }
  .image-cat-back {
    padding: 40px 10px;}


    .grid-images .image:last-child{
      margin:0 auto
    }
    .c0171 span{
      display:none
    }
}
.singleProject {
 
  position: relative;
  overflow: hidden;

}
.singleProject .text {
  position: absolute;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  color: #fff;
  z-index: 1;
  display: none;
  align-items: center;
  justify-content: center;
}

.inner-team {
  width: 80%;
  
}
.inner-team img {
  width: 100%;
  margin-bottom: 20px;
}
.news-element {
  position: relative;
}
.designlist .news-element .text {
  position: absolute;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  color: #fff;
  z-index: 1;
  display: none;
  align-items: center;
  justify-content: center;
  background-color:#000
}
.designrow .news-element .text {
  position: absolute;

 
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  color: #fff;
  z-index: 1;
  display: none;
  align-items: center;
  justify-content: center;
 
}
.designrow .news-element .text .fa {
  font-size: 5px;
  margin-left: 10px;
}
.contact-page .bc-col.l8 img {
  width: 97%;
  float: left;
 
}
.about-slider1{
  margin-top:13px
}
.more-blog {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-top: 12px;
}

.cat-slider1 .swiper-button-next,.cat-slider1  .swiper-button-prev{
  display:none
}
.more-link{
  position:relative;
  overflow:hidden
}
  .more-link span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #fff;
  transition: all .4s ease-in-out;
  transform: translatey( -50%);
  z-index: -1;

 
}
  .more-link:hover span {
  width: 225%;
  height: 562.5px;
  transition: all .4s ease-in-out;
}
 .more-link:hover {
  color: #000;
  z-index: 0;
  outline: none;
  background:#fff;
  transition: all .4s ease-in-out !important;
  transition-delay: .2s;
}
.hvr-img{
  position:relative
}


.menu-footer a{
  display:inline-block;
  position:relative;
  transition:.5s ease all;
}
.more-blog{
  display:inline-block;
  position:relative;
  transition:.5s ease all;
}
.more-blog:before{
  content:"";
  width:0;
  display:block;
  height:1px;
  transition:.5s ease all;
  position:absolute;
  right:0;
  bottom:0;
  background-color:#fff
}
.menu-footer a:before{
  content:"";
  width:0;
  display:block;
  height:1px;
  transition:.5s ease all;
  position:absolute;
  right:0;
  bottom:0;
  background-color:#FFD302
}
.menu-footer a:hover{
  color:#FFD302
}
.menu-footer a:hover:before{
  width:100%;
  transition:.5s width all;
}
.more-blog:hover:before{
  width:100%;
  transition:.5s width all;
}
.social-foot a:hover{
  background-color:#fff;
  color:#000;
  transition:.5s ease all;
}
.down-element{
  transition:.5s ease all
}
.down-element:hover .image-back{
  transition:.5s ease all;
  background-size: 110% !important;
}
.search-titr {
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.service-element .service-elementin img{
  transition:.5s ease all
}
.service-element:hover .service-elementin img{
  transform: scale(1.1);
}
@media only screen and (max-width:1500px){
  .left-about-2 p{
    padding-right:20px
  }
  .left-about-2 .more-link{
    margin-right:20px
  }
}
@media only screen and (max-width:1024px){
  .menu-footer {
    margin-right: 20px;
  }
  .image-news-left img{
    width:100%
  }
  .contact-page .bc-col.l8 img {
    float: none;
    width: 95%;
    margin: 0 auto;
    display: block;
    margin-bottom: 30px
}
.contact-item{
  float: none;
    margin: 0 auto;
    margin-bottom: 40px;
}
}
@media only screen and (max-width:900px){
  .abs-titr{
    left: 0;
bottom: -25px;
transform: unset;
right: 0;
margin: 0 auto;
text-align: center;}
.social-foot a{
  width: 30px;
height: 30px;line-height: 30px;
}
.social-foot a i {
  font-size: 12px;
}
.menu-footer a{
  margin-left:10px
}
.brbr-inner{
  padding-top:0
}
.news-box-blog-list{
  margin-top:20px
}
.about2-section{
  padding-right: 50px;
padding-left: 50px;
}
.left-about-2 p {
  color: #fff;
  padding-right: 30px;
}
.left-about-2 .more-link{
  margin-right: 30px;
}
}
@media only screen and (max-width:800px){
footer .inner-footer{
  margin: 0 10px;
}
.related-product-box{
  padding-right: 30px;
  padding-left: 30px;
}

}
@media only screen and (max-width:768px){
  .contact-page .bc-col.l8 img{
    float:none;
    width:95%
  }
  header .mainsearch.opened {
    top: 80px;
  }
  header .mainsearch input{
    font-size:10px
  }
  .contact-page .bc-col.l8{
    text-align:center
  }
  .contact-item{
    float: none;
margin: 0 auto;
margin-bottom: 40px;
  }
  .more-link{
    margin-bottom:20px
  }
  .cat-slider1 .swiper-button-next,.cat-slider1  .swiper-button-prev{
    display:block;
    color: #fff;
    text-align: center;
  }
  .cat-slider1 .swiper-button-next::after,.cat-slider1  .swiper-button-prev::after{
font-size:25px
  }
  .left-about-2 p{
    padding-right:0
  }
  .left-about-2 .more-link{
    margin-right:0
  }
}

@media only screen and (max-width:600px){
  header .mainHeader{
position:relative;
padding-bottom:10px

  }
  .catswiper .swiper-pagination-progressbar{
    width:70% !important
  }
  .small-img-about2{
    width:100%
  }
}
@media only screen and (max-width:320px){
  .col-prolink{
    display:none
  }
  .text-slider{
    display:none
  }
  .brand-element{
    width:100%
  }
}
.cat-all-cnt img{
  width: 100%;
  height:100%
}
@media only screen and (min-width:1600px){
  .abut-box2 .inn-about1 img{
    width:100%
  }
  
}

  
.homeslider  .swiper-slide::after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,.6);
  position: absolute;

}




.text-news-right h2{
  color: white !important;
  font-size: 16px;
}

