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

body {
  background-color: #131b33;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-top: 3rem;
}
.flex-container {
    display: flex;
}

.wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  transform: translateY(-19%) translateX(-10%);
  transform: scale(1.2);
}
/* ________OKNO________ */
.window {
  border: 8px solid #232b43;
  width: 25rem;
  height: 18rem;
  display: grid;  
  transform: translateY(-100%) translateX(-35%);
  grid-template-columns: repeat(3, 1fr);
}
.window > div {
  overflow: hidden;
  background-color: #7b83e3;
  position: relative;
}
.window > div:first-child {
  border: 2px solid #8babfb;
  border-top: 0;
  border-bottom: 0;
}
.window > div:not(:first-child) {
  border-left: 6px solid #232b43;
}
.window__inner-1 {
  margin-top: 45%;
  height: 80%;
  border-top: 8px solid #53639b;
  background-color: #636bb3;
  position: relative;
}
.window__inner-1::after, .window__inner-1::before {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 0;
  width: 3rem;
  height: 1.6rem;
  transform: translateY(-100%);
  background-color: #53639b;
}
.window__inner-1::before {
  left: 4rem;
  width: 3.2rem;
  height: 2rem;
  transform: translateY(-100%);
  background-color: #53639b;
}
.window__inner-1 .bottom-right {
  position: absolute;
  right: 0;
  width: 1rem;
}
.window__inner-1 .bottom-right--1 {
  top: 60%;
  background-color: #4b5393;
  border-top: 2px solid #3b4373;
  height: 0.5rem;
}
.window__inner-1 .bottom-right--2 {
  height: 3.1rem;
  bottom: 0;
  background-color: #4b5393;
}
.window__inner-1 .small-window {
  position: absolute;
  width: 80%;
  height: 80%;
  left: 10%;
  bottom: 0;
  background-color: #4b5393;
}
.window__inner-1 .small-window::after {
  content: "";
  position: absolute;
  left: -5%;
  top: 0;
  width: 110%;
  height: 1rem;
  transform: translateY(-100%);
  border-radius: 4px;
  border-left: 2px solid #3b4373;
  border-bottom: 2px solid #3b4373;
  background-color: #53639b;
}
.window__inner-1 .top-square {
  width: 60px;
  height: 14px;
  position: absolute;
  top: 14px;
  left: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}
.window__inner-1 .top-square > div {
  background-color: #53639b;
}
.window__inner-1 .left-square {
  width: 14px;
  height: 20px;
  position: absolute;
  top: 30%;
  left: 0;
  background-color: #53639b;
}
.window__inner-2 {
  margin-top: 45%;
  height: 80%;
  border-top: 8px solid #53639b;
  background-color: #636bb3;
  position: relative;
}
.window__inner-2 .bottom-right {
  position: absolute;
  left: 0;
  width: 2rem;
}
.window__inner-2 .bottom-right--1 {
  top: 60.5%;
  background-color: #4b5393;
  border-top: 2px solid #3b4373;
  height: 0.5rem;
  position: relative;
}
.window__inner-2 .bottom-right--1::after, .window__inner-2 .bottom-right--1::before {
  content: "";
  position: absolute;
  left: 0;
  width: 4px;
  height: 2rem;
  left: 0.2rem;
  background-color: #4b5393;
}
.window__inner-2 .bottom-right--1::after {
  left: 0.9rem;
}
.window__inner-2 .bottom-right--2 {
  height: 3rem;
  bottom: 0;
  background-color: #4b5393;
}
.window__inner-2 .big-window {
  position: absolute;
  width: 80%;
  height: 114%;
  right: 0;
  bottom: 0;
  background-color: #4b5393;
  padding-top: 10px;
}
.window__inner-2 .big-window::after {
  content: "";
  position: absolute;
  left: -5%;
  top: 0;
  width: 110%;
  height: 1rem;
  transform: translateY(-100%);
  border-radius: 4px;
  border-left: 2px solid #3b4373;
  border-bottom: 2px solid #3b4373;
  background-color: #53639b;
}
.window__inner-3 {
  margin-top: 45%;
  width: 40%;
  height: 80%;
  background-color: #636bb3;
  position: relative;
}
.window__inner-3::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 8px;
  width: 110%;
  background-color: #53639b;
}
.window__inner-3 .grid {
  grid-template-columns: repeat(2, 1fr);
  padding: 3rem 0.7rem;
  padding-left: 2px;
  gap: 4px 3px;
}
.window__inner-3 .grid__items {
  width: 100%;
  height: 1rem;
  background-color: #7383db;
  border: none;
}

.skew-w {
  position: absolute;
  left: 2rem;
  top: -5rem;
  width: 2.4rem;
  height: 100%;
  opacity: 0.6;
  background-color: #93a3f1;
  transform: rotate(46deg);
  mix-blend-mode: screen;
}
.skew-w::after {
  content: "";
  position: absolute;
  left: 110%;
  top: 1rem;
  height: 100%;
  width: 10%;
  background-color: inherit;
  mix-blend-mode: inherit;
}

.bottom-right--3rd {
  position: absolute;
  right: 0;
  bottom: 3rem;
  width: 90%;
  height: 2rem;
  background-color: #5363c3;
  clip-path: polygon(32% 0%, 100% 0, 100% 100%, 0% 100%);
}
.bottom-right--3rd::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 6px;
  width: 110%;
  background-color: #4353b3;
}

.bottom-right--4rd {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 75%;
  height: 3rem;
  background-color: #637bd3;
}
.bottom-right--4rd .grid {
  margin-top: 0.6rem;
  margin-left: 0.8rem;
  grid-template-columns: repeat(2, 1rem);
  gap: 1.5px;
}
.bottom-right--4rd .grid__items {
  height: 0.8rem;
}

.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(6, 1fr);
  gap: 6px 8px;
  padding: 0 12px;
}
.grid__items {
  width: 14px;
  height: 1rem;
  background-color: #2b3353;
  border-left: 4px solid #3b436b;
}



/* ________BIURKO________ */


.wrapper1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 0%; 
  height: 0%;
  top: -6rem;
  right: -4rem;
  transform: scale(1.2);
}

.sales {
  display: none;
  position: fixed;
  top: 40px;
  left: 220px;
  width: 13rem;
  height: 8.5rem;
  cursor: pointer;
  z-index: 9999;
}

.sales img {
  max-width: 490%;
  max-height: 490%;
  margin: auto;
  display: block;
  border-radius: 1rem;
  border: 11px solid #2b3353;
  filter: brightness(95%); 
}

.laptop:hover + .sales {
  display: block;
  opacity: 1;
  cursor: default; /* Opcjonalnie, przywróć domyślny kursor na hover */
}

.laptop {
  width: 13rem;
  height: 8.5rem;
/*  background-color: #3b436b; */
    background-image: url('sales overview mini.png');
	background-size: cover;
	background-color: rgba(0, 0, 0, 0.5);
  margin-left: 6rem;
  margin-top: -2.5rem;
  position: relative;
  border: 10px solid #2b3353;
  cursor: pointer;
  border-radius: 1rem;
  filter: brightness(90%); 
}


.laptop::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) translateY(130%);
  width: 120%;
  height: 1.2rem;
  border-top: 4px solid #5b6bab;
  background-color: #3b3b63;
  border-radius: 0 0 1rem 1rem;
}

.desk-top {
  width: 32rem;
  height: 1.1rem;
  margin-top: 0.9rem;
  border-radius: 1rem;
  background-color: #434b7b;
  position: relative;
  overflow: hidden;
    box-shadow: 0 50px 70px 0px rgba(0, 0, 0, 0.5);

}
.desk-top::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #132343;
  width: 100%;
  height: 0.6rem;
  border-radius: 1rem;
  
}

.desk-bottom {
  width: 30rem;
  height: 10rem;
  background-color: #33335b;
  position: relative;
  overflow: hidden;

}
.desk-bottom::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 24rem;
  height: 8rem;
  background-color: #131b33;
  border-radius: 2rem 2rem 0 0;

}
.desk-bottom::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 25%;
  transform: translateX(-50%);
  width: 3rem;
  height: 1rem;
  background-color: #131b33;
    box-shadow: 0 50px 70px 0px rgba(0, 0, 0, 0.5);

}

.lamp {
  position: absolute;
  transform: translateY(-69%) translateX(-170%);
}

.lamp__top {
  width: 2rem;
  height: 1.7rem;
  border-radius: 4rem 0 0 4rem;
  background-color: #2b3353;
  position: relative;
  left: 5px;
  transform: rotate(25deg);
}
.lamp__top::before {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  width: 2.4rem;
  height: 3rem;
  transform: translateY(-53%);
  background-color: #2b3353;
  border-radius: 4rem 0 0 4rem;
  clip-path: polygon(0 31%, 100% 0, 100% 100%, 0 73%);
}
.lamp__top::after {
  content: "";
  position: absolute;
  left: 105%;
  top: 49%;
  width: 1.1rem;
  height: 1.1rem;
  transform: translateY(-50%);
  background-color: #fbdb83;
  border-radius: 50%;
  z-index: -1;
}
.lamp__middle {
  height: 7rem;
  width: 0.6rem;
  margin-left: 1rem;
  background-color: #2b3353;
}
.lamp__bottom {
  width: 4rem;
  height: 1rem;
  background-color: #2b3353;
  border-radius: 1rem 1rem 0 0;
}
.lamp__ligth {
  position: absolute;
  left: 2.9rem;
  bottom: 0;
  height: 8rem;
  width: 11rem;
  background-color: #dfce9f;
  opacity: 0.5;
  mix-blend-mode: screen;
  clip-path: polygon(0 0, 5% 0, 110% 110%, 14% 100%);
}

.coffe-cup {
  position: absolute;
  padding: 1rem;
  transform: translateY(-80%) translateX(290%);
}
.coffe-cup .cup {
  width: 2.5rem;
  height: 2.4rem;
  border-radius: 0 0 0.8rem 0.8rem;
  background-color: #4b5b8b;
  position: relative;
}
.coffe-cup .cup::after {
  content: "";
  position: absolute;
  width: 1.3rem;
  height: 0.5rem;
  background-color: inherit;
  left: 50%;
  bottom: -0.3rem;
  border-radius: 0 0 8px 8px;
  transform: translateX(-50%);
}
.coffe-cup .cup::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1.4rem;
  right: -0.7rem;
  top: 42%;
  border: 4px solid #4b5b8b;
  transform: translateY(-50%);
  border-radius: 0 1rem 1rem 0;
}
.coffe-cup .cloud {
  position: absolute;
  top: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.6rem;
  height: 1rem;
  background-color: #fff;
  filter: blur(6px);
  z-index: -1;
  animation: cup-cloud 5s infinite backwards;
}
.coffe-cup .cloud--2 {
  filter: blur(8px);
  left: 40%;
  animation-delay: 1.1s;
}
.coffe-cup .cloud--3 {
  filter: blur(10px);
  left: 70%;
  animation-delay: 3s;
}
.coffe-cup .cloud--4 {
  left: 30%;
  animation-delay: 4s;
}

@keyframes cup-cloud {
  0% {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-5rem);
    opacity: 0;
    height: 2rem;
    filter: blur(15px);
  }
}
.mb-12 {
  margin-top: 12px;
}

.ligth-on {
  background-color: #fbdb83;
  border-left: 4px solid #e3c374;
}

.ligth-on-ans {
  animation: light-on-and-off 1s 2s forwards;
}

@keyframes light-on-and-off {
  0%, 50% {
    background-color: #2b3353;
    border-left: 4px solid #3b436b;
  }
  40%, 100% {
    background-color: #fbdb83;
    border-left: 4px solid #e3c374;
  }
}


.wrapper2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 40%; 
  height: 0%;
  transform: translateY(-10%) translateX(40%);
}


/* Do rozważenia // tył oka
[class^=cheek] {
  height: 40px;
  width: 40px;
  background: #111;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 -30px 20px gray;
}*/

.cheek-left {
	position:relative;
  transform: translateY(-1540%) translateX(-15%);
}

.cheek-right {
		position:relative;
  transform: translateY(-1640%) translateX(60%);
}

.snoot {
  height: 165px;
  width: 65px;
  background: gray;
  border-radius: 100%;
  transform: translateY(-1640%) translateX(60%);
}

[class^=eye] {
  height: 60%;
  width: 60%;
  background: linear-gradient(to top, #fbdb83 50%, grey);
  border-width: 1px 6px;
  border-color: black;
  border-style: solid;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 0px 20px 0px black;
}

.eye-left {
  border-radius: 100% 100% 30% 100%;
}

.eye-right {
  border-radius: 100% 100% 100% 30%;
}

.pupil {
  height: 25px;
  width: 30px;
  background: black;
  border-radius: 50%;
  transform: translateX(-5px);
}

.sparkle {
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.2);
  height: 20px;
  width: 30px;
  border-radius: 90%;
  transform: translateY(-8px);
}

.muzzle {
  position: absolute;
  top: 60%;
  left: 50%;
  height: 1%;
  width: 1%;
  background: #855;
  transform: translateY(-187px) translateX(-0%);
  border-radius: 50% 50% 50% 50%/30% 30% 70% 70%;
}

[class^=ear] {
  background: linear-gradient(45deg, black, #855);
  height: 80px;
  width: 80px;
  border-radius: 20% 50% 20% 50%;
  border-style: solid;
  border-width: 10px 0 0 10px;
  border-color: black;
  position:relative;
}


@keyframes jiggle-2 {
  0% {
    transform: translateY(-330%) translateX(40%) rotateY(180deg)  rotate(-37deg) rotate(10deg) scaleX(0.6) rotate(45deg);
  }
  2% {
    transform: translateY(-330%) translateX(40%) rotateY(180deg) rotate(-42deg) rotate(10deg) scaleX(0.6) rotate(45deg);
  }
  4% {
    transform: translateY(-330%) translateX(40%) rotateY(180deg)  rotate(-39deg)  rotate(10deg) scaleX(0.6) rotate(45deg);
  }
  6% {
    transform: translateY(-330%) translateX(40%) rotateY(180deg)  rotate(-40deg)  rotate(10deg) scaleX(0.6) rotate(45deg);
  }
  100% {
    transform: translateY(-330%) translateX(40%) rotateY(180deg)  rotate(-40deg) rotate(10deg) scaleX(0.6) rotate(45deg);
  }
}
.ear-left {
	position:static;
  transform: translateY(-153%) translateX(26%) rotate(-40deg) translateY(-80px) rotate(10deg) scaleX(0.6) rotate(45deg);
  animation-name: jiggle;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
}

.ear-right {
		position:static;
  transform: translateY(-330%) translateX(40%) rotateY(180deg) rotate(-40deg) rotate(10deg) scaleX(0.6) rotate(45deg);
  animation-name: jiggle-2;
  animation-duration: 6.2s;
  animation-delay: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
}

.forehead {
  background: #080808;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  transform: translateY(-340%) translateX(0%);
}

.body {
  height: 140px;
  width: 150px;
  background: linear-gradient(to bottom, #222, black);
  border-radius: 100% 100% 40% 40%;
 transform: translateY(-50%) translateX(0%);
  box-shadow: 0 50px 50px 0px rgba(0, 0, 0, 0.5);
}

[class^=leg] {
  width: 35px;
  height: 70px;
  background: black;
  border-radius: 50px;
  transform: translateX(5px);
  position:static;
}

.leg-left {
  transform: translateX(100%) translateY(240%);
    position:relative;
}

.leg-right {
  transform: translateX(-100%) translateY(140%);
    position:relative;
}

.shelf-top {
  width: 15rem;
  height: 1.1rem;
  transform: translateX(10%) translateY(1290%);
  margin-top: 0.9rem;
  border-radius: 1rem;
  background-color: #434b7b;
  position: relative;
  overflow: hidden;
}

.shelf-top::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #132343;
  width: 100%;
  height: 0.6rem;
  border-radius: 1rem;
}