@charset "UTF-8";
/* Scss Document */
/*!
 * AM Custom CSS
 * CSS: am-custom-20.06.10.css
 * File In Use: https://www.artmotus.com
 * Version: 20.06.10
 * Theme Author: artMOTUS (AM) KD. DoggieStudio dsignPOETRY labs licensed by adps1984 foundation
 * Orign Fit: Unify 2.6.3 (htmlstream)
 * 
 * ★ Copyright © 1984-2022 artMOTUS (AM) and DoggieArchive (DA) - adps1984 foundation. All rights reserved. ★
 *
 * Date: 2021.11.27
 *
 * Fit - not-included: Unify v2.6.3 Xtra Globals, Icon-hs, Hamburger, Mega Menu, Master Slider, Cube portfolio, Slick Slider, Fancybox
 * Included: xxx (xxx.js xxx.js xxx.js), 
*/
/* CSS Document */
/* -------------------------------------------------------------------------------------------------------------------------
	Begin Custom Typo
** ------------------------------------------------------------------------------------------------------------------------- */
/* AM No Custom Fonts Yet */
/*------------------------------------
	AM Typography
------------------------------------*/
.h1,
h1 {
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  font-size: 2.35rem; }

.h1 a:focus,
.h1 a:hover,
h1 a:focus,
h1 a:hover {
  text-decoration: none; }

.h2,
h2 {
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  letter-spacing: .2em; }

.h2 a:focus,
.h2 a:hover,
h2 a:focus,
h2 a:hover {
  text-decoration: none; }

.h3,
h3,
.no-shadow3D {
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  letter-spacing: .04em;
  line-height: 1.1em; }

.h3 a:focus,
.h3 a:hover,
h3 a:focus,
h3 a:hover {
  text-decoration: none; }

.h4,
.h5,
.h6,
.h7,
h4,
h5,
h6,
h7 {
  font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif"; }

a {
  color: #faf9f5;
  outline: none;
  text-decoration: none; }

a:focus,
a:hover {
  color: #c6b9a0; }

p {
  line-height: 1.5em; }

.no-list-style {
  list-style: none; }

/*------------------------------------
	AM Allround Set
------------------------------------*/
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*::after,
*::before {
  content: ''; }

* {
  margin: 0px;
  padding: 0px; }

html,
body {
  height: 100%;
  overflow: hidden;
  /* Hide Browser Scroll */ }

img {
  border: none; }

/*------------------------------------
	AM BG Body Paint
------------------------------------*/
body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: linear-gradient(134deg, #182329, #9a2226, #c6b9a0);
  background-size: 400% 400%;
  animation: BackgroundGradient 15s ease infinite; }

@keyframes BackgroundGradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
/*------------------------------------
	AM Ceramic Plates in Action
------------------------------------*/
.dddy-t img {
  position: absolute;
  object-fit: cover;
  object-position: 0% 0%;
  animation: animate-t 5s infinite;
  z-index: 2; }

@keyframes animate-t {
  0% {
    object-position: 0% 0%; }
  25% {
    object-position: 70% 70%; }
  50% {
    object-position: 20% 20%; }
  100% {
    object-position: 0% 0%; } }
.dddy-b img {
  position: absolute;
  object-fit: cover;
  object-position: 0% 0%;
  animation: animate-b 5s infinite;
  z-index: 3; }

@keyframes animate-b {
  0% {
    object-position: 0% 0%; }
  25% {
    object-position: 60% 60%; }
  50% {
    object-position: 30% 30%; }
  100% {
    object-position: 0% 0%; } }
.dddy-t img,
.dddy-b img {
  width: 100%;
  height: 100%; }

/*------------------------------------
	AM Open Ceramic Plates
------------------------------------*/
.motus-button {
  position: absolute;
  top: 10px;
  left: 10px;
  -webkit-transition: 1s all;
  -moz-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
  z-index: 4; }

.motus-button:hover {
  background-image: url("../../../imco/website-am-theme/buttons/2020 05 23 Eye hover click here button web120px.png");
  top: 10px;
  left: 10px;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  z-index: 4; }

/*------------------------------------
	AM BG Color Path
------------------------------------*/
.am-color path {
  position: absolute;
  fill: #9a2226; }

/*------------------------------------
	AM Blinking Eye
------------------------------------*/
.frame {
  position: absolute;
  top: 55%;
  left: 50%;
  width: 400px;
  height: 400px;
  margin-top: -200px;
  margin-left: -200px;
  /*    border-radius: 2px;
  box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.3); */
  overflow: hidden;
  background: #9a2226;
  color: #fff;
  font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.eye {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 160px;
  height: 160px;
  border-radius: 160px 0;
  background: #faf9f5;
  overflow: hidden;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }

.eye .ball {
  position: absolute;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #8daeab;
  top: 25px;
  left: 25px;
  -webkit-animation: ball 5s ease-in-out infinite;
  animation: ball 5s ease-in-out infinite; }

.eye .ball .iris {
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #182329;
  top: 37px;
  left: 37px; }

.lid {
  fill: #9a2226;
  stroke: none; }

.lid-top {
  position: absolute;
  z-index: 1;
  width: 240px;
  height: 106px;
  top: 125px;
  left: 80px;
  -webkit-transform: translateY(-60px);
  transform: translateY(-60px);
  -webkit-animation: lid-top 5s ease-in-out infinite;
  animation: lid-top 5s ease-in-out infinite; }

.lid-bottom {
  position: absolute;
  z-index: 1;
  width: 240px;
  height: 106px;
  bottom: 125px;
  left: 80px;
  -webkit-transform: rotate(180deg) translateY(-60px);
  transform: rotate(180deg) translateY(-60px);
  -webkit-animation: lid-bottom 5s ease-in-out infinite;
  animation: lid-bottom 5s ease-in-out infinite; }

.frame:hover .lid-top {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.frame:hover .lid-bottom {
  -webkit-transform: rotate(180deg) translateY(0);
  transform: rotate(180deg) translateY(0); }

@-webkit-keyframes lid-top {
  0%,
    10%,
    18%,
    26%,
    34%,
    48%,
    56%,
    76%,
    84% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px); }
  14%,
    30%,
    52%,
    80% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes lid-top {
  0%,
    10%,
    18%,
    26%,
    34%,
    48%,
    56%,
    76%,
    84% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px); }
  14%,
    30%,
    52%,
    80% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes lid-bottom {
  0%,
    10%,
    18%,
    26%,
    34%,
    48%,
    56%,
    76%,
    84% {
    -webkit-transform: rotate(180deg) translateY(-60px);
    transform: rotate(180deg) translateY(-60px); }
  14%,
    30%,
    52%,
    80% {
    -webkit-transform: rotate(180deg) translateY(0);
    transform: rotate(180deg) translateY(0); } }
@keyframes lid-bottom {
  0%,
    10%,
    18%,
    26%,
    34%,
    48%,
    56%,
    76%,
    84% {
    -webkit-transform: rotate(180deg) translateY(-60px);
    transform: rotate(180deg) translateY(-60px); }
  14%,
    30%,
    52%,
    80% {
    -webkit-transform: rotate(180deg) translateY(0);
    transform: rotate(180deg) translateY(0); } }
@-webkit-keyframes ball {
  0%,
    14%,
    56% {
    -webkit-transform: rotate(-45deg) translateX(0);
    transform: rotate(-45deg) translateX(0); }
  18%,
    30% {
    -webkit-transform: rotate(-45deg) translate(-25px, 5px) scale(0.9);
    transform: rotate(-45deg) translate(-25px, 5px) scale(0.9); }
  34%,
    52% {
    -webkit-transform: rotate(-45deg) translate(25px, 10px) scale(0.9);
    transform: rotate(-45deg) translate(25px, 10px) scale(0.9); } }
@keyframes ball {
  0%,
    14%,
    56% {
    -webkit-transform: rotate(-45deg) translateX(0);
    transform: rotate(-45deg) translateX(0); }
  18%,
    30% {
    -webkit-transform: rotate(-45deg) translate(-25px, 5px) scale(0.9);
    transform: rotate(-45deg) translate(-25px, 5px) scale(0.9); }
  34%,
    52% {
    -webkit-transform: rotate(-45deg) translate(25px, 10px) scale(0.9);
    transform: rotate(-45deg) translate(25px, 10px) scale(0.9); } }
/*------------------------------------
	AM Brothers Typewriter
------------------------------------*/
.motus-info {
  position: absolute;
  top: 48%;
  text-decoration: none;
  text-align: center;
  color: #faf9f5; }

.brothers-sliding {
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-align: center; }

.brothers-typewriter {
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  text-align: center; }

/*------------------------------------
	AM Navigation Overlay Trigger
------------------------------------*/
.cd-nav-trigger {
  position: fixed;
  display: inline-block; }

.cd-nav-trigger {
  top: 40px;
  /* 18px default */
  right: 40px;
  /* 5% default */
  height: 44px;
  width: 44px;
  z-index: 10;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }

.cd-nav-trigger .cd-icon {
  /* icon created in CSS */
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: inline-block;
  width: 18px;
  height: 3px;
  background-color: #ffffff;
  z-index: 15; }

.cd-nav-trigger .cd-icon::before,
.cd-nav-trigger .cd-icon:after {
  /* upper and lower lines of the menu icon */
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* apply transition to transform property */
  -webkit-transition: -webkit-transform .3s;
  -moz-transition: -moz-transform .3s;
  transition: transform .3s; }

.cd-nav-trigger .cd-icon::before {
  -webkit-transform: translateY(-6px) rotate(0deg);
  -moz-transform: translateY(-6px) rotate(0deg);
  -ms-transform: translateY(-6px) rotate(0deg);
  -o-transform: translateY(-6px) rotate(0deg);
  transform: translateY(-6px) rotate(0deg); }

.cd-nav-trigger .cd-icon::after {
  -webkit-transform: translateY(6px) rotate(0deg);
  -moz-transform: translateY(6px) rotate(0deg);
  -ms-transform: translateY(6px) rotate(0deg);
  -o-transform: translateY(6px) rotate(0deg);
  transform: translateY(6px) rotate(0deg); }

.cd-nav-trigger::before,
.cd-nav-trigger::after {
  /* 2 rounded colored backgrounds for the menu icon */
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform; }

.cd-nav-trigger::before {
  background-color: #091d23;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s; }

.cd-nav-trigger::after {
  background-color: #9a2226;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

.cd-nav-trigger.close-nav::before {
  /* user clicks on the .cd-nav-trigger element - 1st rounded background disappears */
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }

.cd-nav-trigger.close-nav::after {
  /* user clicks on the .cd-nav-trigger element - 2nd rounded background appears */
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s; }

.cd-nav-trigger.close-nav .cd-icon {
  /* user clicks on the .cd-nav-trigger element - transform the icon */
  background-color: rgba(255, 255, 255, 0); }

.cd-nav-trigger.close-nav .cd-icon::before,
.cd-nav-trigger.close-nav .cd-icon::after {
  background-color: white; }

.cd-nav-trigger.close-nav .cd-icon::before {
  -webkit-transform: translateY(0) rotate(45deg);
  -moz-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  -o-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg); }

.cd-nav-trigger.close-nav .cd-icon::after {
  -webkit-transform: translateY(0) rotate(-45deg);
  -moz-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  -o-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg); }

.cd-primary-nav {
  /* by default it's hidden */
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 80px 5%;
  z-index: 8;
  background-color: #091d23;
  overflow: auto;
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  -webkit-overflow-scrolling: touch;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.3s;
  -moz-transition: visibility 0s, opacity 0.3s;
  transition: visibility 0s, opacity 0.3s; }

.cd-primary-nav li,
.brothers-fading li,
.brothers-typewriter li {
  margin: 1.6em 0;
  text-align: center;
  /*  text-transform: capitalize; */ }

.cd-primary-nav a,
.brothers-fading,
.brothers-typewriter {
  font-size: 24px;
  font-size: 1.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s; }

.no-touch .cd-primary-nav a:hover {
  color: #ffffff; }

.cd-primary-nav.fade-in {
  /* navigation visible at the end of the circle animation */
  visibility: visible;
  opacity: 1; }

@media only screen and (min-width: 768px) {
  .cd-primary-nav li,
  .brothers-fading,
  .brothers-typewriter {
    margin: 2em 0; }

  .cd-primary-nav a,
  .brothers-fading li,
  .brothers-typewriter li {
    font-size: 28px;
    font-size: 1.75rem; } }
@media only screen and (min-width: 1200px) {
  .cd-primary-nav li,
  .brothers-fading,
  .brothers-typewriter {
    margin: 2.6em 0; }

  .cd-primary-nav a,
  .brothers-fading li,
  .brothers-typewriter li {
    font-size: 32px;
    font-size: 2rem; } }
.cd-overlay-nav,
.cd-overlay-content {
  /* containers of the 2 main rounded backgrounds - these containers are used to position the rounded bgs behind the menu icon */
  position: fixed;
  top: 40px;
  /* 18px default */
  right: 40px;
  /* 5% default */
  height: 4px;
  width: 4px;
  -webkit-transform: translateX(-20px) translateY(20px);
  -moz-transform: translateX(-20px) translateY(20px);
  -ms-transform: translateX(-20px) translateY(20px);
  -o-transform: translateX(-20px) translateY(20px);
  transform: translateX(-20px) translateY(20px); }

.cd-overlay-nav span,
.cd-overlay-content span {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }

.cd-overlay-nav.is-hidden,
.cd-overlay-content.is-hidden {
  /* background fades out at the end of the animation */
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s; }

.cd-overlay-nav {
  /* main rounded colored bg 1 */
  z-index: 7; }

.cd-overlay-nav span {
  background-color: #091d23; }

.cd-overlay-content {
  /* main rounded colored bg 2 */
  z-index: 9; }

.cd-overlay-content span {
  background-color: #9a2226; }

.cd-content {
  /* just some dummy content */
  padding: 80px 0;
  width: 90%;
  max-width: 768px;
  margin: 0 auto;
  z-index: 6; }

.cd-content .cd-intro {
  height: 200px;
  padding-top: 4.6em; }

.cd-content h1 {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem; }

.cd-content p {
  line-height: 1.5;
  color: #a76500; }

@media only screen and (min-width: 768px) {
  .cd-content .cd-intro {
    height: 250px;
    padding-top: 6em; }

  .cd-content h1 {
    font-size: 28px;
    font-size: 1.75rem; }

  .cd-content p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.8; } }
