.pixel-bn {
  font-family: var(--font-imb-regular);
  font-weight: 400;
  font-style: Regular;
  font-size: 22px;
  line-height: 110%;
  letter-spacing: 0%;
  width: 340px;
  height: 56px;
  background-color: #ffffff;
  border-color: #000000;
  border: 1px solid #000000;
  box-shadow: -5px 5px 0px 0px #000000;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
}

.tab-button-pixel {
  cursor: pointer;
  display: inline-block;
  font-family: var(--font-imb-medium);
  font-weight: 500;
  font-style: Medium;
  font-size: 40px;
  line-height: 100%;
  text-transform: capitalize;
  color: #000000;
  border-right: 3px solid #000000;
  padding: 18px 24px;
  background-color: #f3e03b;
  position: relative;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.tabs-pixel {
  display: flex;
  flex-direction: row;
  gap: 0;
  width: max-content;
}

.tab-button-pixel.active-pixel {
  font-family: var(--font-imb-bold);
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  line-height: 100%;
  text-transform: capitalize;
  border: 5px solid #000000;
  box-shadow: -8px 8px 0px 0px #000000;
  position: relative;
  z-index: 1;
}
.elementor-element .tab-content-pixel {
  display: none;
}

.tab-content-pixel.active-pixel {
  display: block;
}
.service-invisible-pixel {
  display: none;
  margin-top: 12px;
  padding: 10px;
  border: 2px dashed #666;
}
.service-invisible-pixel.visible-pixel {
  display: block;
}

.pixel-hide-title {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: center;
  align-self: center;
}

.pixel-hide-title p {
  font-family: var(--font-imb-regular);
  font-size: 24px;
  line-height: 145%;
  letter-spacing: 0%;
  position: relative;
}

.elementor-element.pixel-heding-line {
  position: relative;
}

.elementor-element.pixel-heding-line::after,
.elementor-element.pixel-heding-line::before {
  content: "";
  position: absolute;
  width: 100%;
  background-image: url(/wp-content/uploads/2025/11/line.svg);
  height: 2px;
  background-repeat: repeat-x;
  background-size: auto 5px;
}

.elementor-element.pixel-heding-line::after {
  bottom: 0;
  animation: slideLine 100s linear infinite;
  -webkit-animation: slideLine 100s linear infinite;
}

.elementor-element.pixel-heding-line::before {
  top: 0;
  animation: slideLine 100s linear infinite reverse;
  -webkit-animation: slideLine 100s linear infinite reverse;
}

.elementor-element.pixel-heding-line-bottom {
  position: relative;
}

.elementor-element.pixel-heding-line-bottom:after {
  content: "";
  position: absolute;
  width: 100%;
  background-image: url(/wp-content/uploads/2025/09/line.svg);
  height: 2px;
  background-repeat: repeat-x;
  background-size: auto 5px;
  bottom: 0;
  animation: slideLine 100s linear infinite;
  -webkit-animation: slideLine 100s linear infinite;
}

.elementor-element.pixel-heding-line-ab:after {
  content: "";
  position: absolute;
  width: 1000%;
  background-image: url(/wp-content/uploads/2025/09/line.svg);
  height: 2px;
  background-repeat: repeat-x;
  background-size: auto 5px;
  bottom: 104px;
  animation: slideLine 100s linear infinite;
  -webkit-animation: slideLine 100s linear infinite reverse;
  left: -100%;
  overflow: hidden;
}

.elementor-element.pixel-heding-line-ab:before {
  content: "";
  position: absolute;
  width: 1000%;
  background-image: url(/wp-content/uploads/2025/09/line.svg);
  height: 2px;
  background-repeat: repeat-x;
  background-size: auto 5px;
  top: 104px;
  animation: slideLine 100s linear infinite;
  -webkit-animation: slideLine 100s linear infinite reverse;
  left: -100%;
  overflow: hidden;
}

@keyframes slideLine {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}

.pixel-addons p {
  font-family: var(--font-imb-medium);
  font-weight: 500;
  font-style: Medium;
  font-size: 56px;
  line-height: 100%;
  text-align: center;
  color: #000000;
}

.pixel-row-left {
  display: flex;
  flex-direction: row;
  gap: 24px;
  justify-content: center;
  align-items: center;
}

.pixel-row-left-fluffy {
  display: flex;
  flex-direction: row;
  gap: 24px;
  justify-content: center;
  align-items: center;
}

.pixel-row-left-fluffy > div p:first-child {
  font-family: var(--font-imb-regular);
  font-weight: 400;
  font-style: Regular;
  font-size: 40px;
  line-height: 145%;
  color: #000000;
}

.pixel-row-left-fluffy > div p:last-child {
  font-family: var(--font-imb-regular);
  font-weight: 400;
  font-style: SemiBold;
  font-size: 28px;
  line-height: 100%;
  text-transform: lowercase;
  color: #000000;
}

.pixel-row-right {
  display: flex;
  flex-direction: row;
  gap: 32px;
  justify-content: center;
  align-items: center;
}

.pixel-row-left p {
  font-family: var(--font-imb-regular);
  font-weight: 400;
  font-style: Regular;
  font-size: 40px;
  line-height: 145%;
  color: #000000;
}

.pixel-row-right p {
  font-family: var(--font-imb-semibold);
  font-weight: 600;
  font-style: SemiBold;
  font-size: 28px;
  line-height: 100%;
  text-transform: lowercase;
  color: #000000;
}

.pixel-bn-yellow {
  font-family: var(--font-imb-semibold);
  font-weight: 400;
  font-style: Regular;
  font-size: 22px;
  line-height: 110%;
  letter-spacing: 0%;
  width: 408px;
  height: 56px;
  background-color: #f3e03b;
  border-color: #000000;
  border: 1px solid #000000;
  box-shadow: -5px 5px 0px 0px #000000;
  position: relative;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
}

.pixel-bottom-text-home {
  width: 1050px;
}

.pixel-bottom-text-home p {
  font-family: var(--font-imb-regular);
  font-weight: 400;
  font-style: Regular;
  font-size: 72px;
  line-height: 100%;
  text-align: center;
}

.elementor-element.pixel-heding-line,
.elementor-element.pixel-heding-line,
.elementor-element.pixel-heding-line,
.elementor-element.pixel-heding-line,
.elementor-element.pixel-heding-line-bottom,
.elementor-element.pixel-heding-line-ab,
.elementor-element.pixel-heding-line-ab {
  overflow: hidden;
}

@media (hover: hover) {
  .pixel-bn-yellow:hover,
  .sub-btn:hover,
  .pixel-bn:hover,
  .main-navigation button:hover {
    transform: translate3d(-4px, -4px, 0);
    box-shadow: -8px 8px 0px #000000;
    -webkit-transform: translate3d(-4px, -4px, 0);
    -moz-transform: translate3d(-4px, -4px, 0);
    -ms-transform: translate3d(-4px, -4px, 0);
    -o-transform: translate3d(-4px, -4px, 0);
  }

  .tab-button-pixel:not(.active-pixel):hover {
    transform: translate3d(0px, -4px, 0);
    z-index: 2;
    box-shadow: -8px 8px 0px #000000;
    -webkit-transform: translate3d(0px, -4px, 0);
    -moz-transform: translate3d(0px, -4px, 0);
    -ms-transform: translate3d(0px, -4px, 0);
    -o-transform: translate3d(0px, -4px, 0);
  }
}

@media (min-width: 1150px) and (max-width: 1900px) {
  .home-one-section > div:first-child {
    min-height: 568px;
  }

  .home-one-section > div:last-child {
    width: 960px;
    place-self: center;
  }

  .home-one-section > div:last-child > div > div {
    width: 100%;
  }

  .tabs-pixel {
    width: 100%;
  }

  .tab-button-pixel {
    font-size: 18px;
    height: 56px;
    flex: 1;
    text-align: center;
  }

  .tab-button-pixel.active-pixel {
    font-size: 18px;
    box-shadow: -4.36px 4.36px 0px 0px #000000;
    border: 1.5px solid #000000;
  }

  .home-two-section > div,
  .home-three-section > div {
    width: 960px;
    place-self: center;
  }

  .pixel-hide-title p {
    width: 925px;
    font-size: 18px;
  }

  .pixel-hide-title {
    align-items: flex-start;
  }

  .pixel-hide-title img {
    width: 20px;
    max-height: 32px;
    position: relative;
    top: 6px;
  }

  .pixel-addons p {
    font-size: 48px;
  }

  .pixel-row-left-fluffy > div p:first-child {
    font-size: 30px;
  }

  .pixel-row-left-fluffy > div p:last-child,
  .pixel-row-right p {
    font-size: 20px;
  }

  .pixel-row-left-fluffy img {
    width: 48px;
    height: 48px;
  }

  .pixel-row-right img {
    width: 100px;
  }

  .elementor .elementor-element.home-four-section > div > div > div > div img,
  .elementor .elementor-element.home-four-section > div:last-child {
    height: 332px;
  }

  .elementor .elementor-element.home-four-section > div:last-child img {
    width: 462px;
    height: 82px;
  }

  .pixel-bottom-text-home {
    width: 708px;
  }

  .pixel-bottom-text-home p {
    font-size: 48px;
  }

  .home-two-section {
    padding: 30px 0;
  }

  #scale img {
    height: 50px;
  }

  /* .tab-content-pixel > div > div {
    padding: 0;
    gap: 24px;
  } */
  /* 
  .elementor-element.pixel-div > div > div > div {
    padding: 0;
    gap: 24px;
  } */

  .pixel-row-left p {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .pixel-bottom-text-home p {
    font-size: 36px;
    word-wrap: break-word;
    width: 328px;
  }

  .pixel-bottom-text-home,
  .pixel-bn-yellow,
  .pixel-bn {
    width: 100%;
  }

  /** **/
  /* .tabs-pixel {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    padding: 0 16px 20px 16px;
  } */

  /** **/
  .tab-button-pixel.active-pixel,
  .tab-button-pixel {
    flex: 1;
    text-align: center;
    font-size: 14px;
  }

  .tab-button-pixel {
    height: 68px;
    padding: 0;
  }

  .tabs-pixel {
    width: 100%;
  }

  .tab-button-pixel.active-pixel {
    box-shadow: -4.36px 4.36px 0px 0px #000000;
  }

  .pixel-hide-title p {
    font-size: 12px;
    line-height: 145%;
    text-align: start;
    width: 358px;
  }

  /* .pixel-hide-title img {
    position: relative;
    height: 23px;
    width: 10px;
    left: 35px;
    top: 6px;
  } */

  .pixel-hide-title {
    align-items: flex-start;
    gap: 0;
    justify-items: center;
  }

  .pixel-hide-title img {
    position: relative;
    top: 4px;
    left: -5px;
  }

  .elementor-element.pixel-heding-line::before,
  .elementor-element.pixel-heding-line-bottom:after,
  .elementor-element.pixel-heding-line-ab:after,
  .elementor-element.pixel-heding-line-ab:before {
    background-image: url(/wp-content/uploads/2025/09/ll.svg);
    height: 2px;
  }

  .elementor-element.pixel-heding-line::after {
    background-image: url(/wp-content/uploads/2025/09/ll.svg);
    height: 2px;
  }

  .pixel-addons p {
    font-size: 28px;
  }

  .pixel-row-left-fluffy > div p:first-child,
  .pixel-row-left p {
    font-size: 20px;
  }

  .pixel-row-left-fluffy > div p:last-child,
  .pixel-row-right p {
    font-size: 14px;
  }

  .pixel-row-left-fluffy img,
  .pixel-row-left img {
    width: 28px;
    height: 28px;
  }

  .pixel-row-left-fluffy,
  .pixel-row-right,
  .pixel-row-left {
    gap: 10.5px;
  }

  .pixel-row-right img {
    width: 72px;
    height: 44px;
  }

  .tab-content-pixel > div {
    gap: 20px;
  }

  .tab-content-pixel > div > div {
    padding: 0;
    gap: 16px;
  }

  .elementor-element .pixel-heding-line-ab {
    gap: 36px;
    padding: 80px 0;
  }

  .elementor-element.pixel-heding-line-ab:before {
    top: 40px;
  }

  .elementor-element.pixel-heding-line-ab:after {
    bottom: 40px;
  }

  .elementor-element.pixel-div > div > div.active-pixel {
    display: flex;
    gap: 20px;
  }

  .elementor-element.pixel-div > div > div > div {
    padding: 0;
    gap: 16px;
  }

  /* .tab-content-pixel > div > div > div > div:first-child {
    margin: -16px 0 0 0;
  } */

  .header-mob > img {
    width: 60px;
  }

  .pixel-bottom-text-home {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  button.pixel-bn {
    width: 50%;
    position: relative;
    top: -60px;
    transform: translateX(-50%);
    left: 50%;
  }
}

#dog-follower {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: auto;
  transition: transform 0.3s ease-out;
  z-index: 1000;
}

.run-left {
  transform: translate(-70%, -50%) scaleX(-1);
}

.run-right {
  transform: translate(-30%, -50%) scaleX(1);
}

.jump {
  animation: jump 0.6s ease-out forwards;
}

@keyframes jump {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-50%, -100%) scale(1.1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
