/* screen - uncle-slam */

.uncle-slam {
  background-color: var(--white);
  cursor: pointer;
  height: 8095px;
  position: relative;
  transition: all 0.2s ease;
  width: 1920px;
  zoom:75%;
}

.uncle-slam:hover {
  transform: translate(15, -15px);
}

.group-64:hover .i-want-to-hear-from-you{
	color: white;
	transform: translate(0px, 0px)
}

.i-want-to-hear-from-you{
	transform: translate(0px, 0px)
}

.group-64:hover .line-container {
	transform: translateX(60px);
	filter: invert(1)
}

.uncle-slam .overlap-group3 {
  height: 110px;
  left: 112px;
  position: absolute;
  top: 79px;
  width: 429px;
}

.uncle-slam .component-7-6 {
  background-color: var(--black);
  height: 108px;
  left: 4px;
  position: absolute;
  top: 1px;
  width: 420px;
}

.uncle-slam .group-34:hover {
  transform: translate(-20px, -15px);
}

.uncle-slam .place {
  letter-spacing: 0;
  line-height: 80px;
  min-height: 59px;
  min-width: 124px;
  text-align: center;
  white-space: nowrap;
}

.uncle-slam .overlap-group2 {
  height: 110px;
  left: 1380px;
  position: absolute;
  top: 79px;
  width: 429px;
}

.uncle-slam .component-6-6 {
  background-image: url(../img/path-16@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  height: 108px;
  left: 4px;
  position: absolute;
  top: 1px;
  width: 420px;
}

.uncle-slam .group-75 {
  align-items: flex-start;
  background-color: var(--white);
  cursor: pointer;
  display: flex;
  height: 110px;
  justify-content: flex-end;
  left: 0;
  width: 429px;
  padding: 15.5px 121px;
  position: absolute;
  top: 0;
  transition: all 0.2s ease;
}

.uncle-slam .group-75:hover {
  transform: translate(20px, -15px);
}

.uncle-slam .place-1 {
  letter-spacing: 0;
  line-height: 80px;
  min-height: 59px;
  min-width: 186px;
  text-align: center;
  white-space: nowrap;
}

.uncle-slam .title {
  left: 758px;
  letter-spacing: 0;
  line-height: 66px;
  position: absolute;
  text-align: center;
  top: 330px;
  white-space: nowrap;
}

.uncle-slam .group-33 {
  background-image: url(https://cdn.animaapp.com/projects/66b5494277f318744a4bd561/files/alt-logo.gif);
  background-position: 50% 50%;
  background-size: cover;
  height: 272px;
  left: 0;
  position: absolute;
  top: 7832px;
  width: 1136px;
  filter: invert(1);
  transform: scale(.6) translate(-300px, 20px);
}

.uncle-slam .group-64 {
  align-items: flex-start;
  background-color: var(--white);
  border: 1px solid;
  border-color: var(--dove-gray);
  cursor: pointer;
  display: flex;
  height: 185px;
  left: 1210px;
  min-width: 653px;
  position: absolute;
  top: 7876px;
}

.uncle-slam .overlap-group1 {
  height: 185px;
  position: relative;
  width: 653px;
}

.uncle-slam .group-63 {
  background-image: url(../img/group-13-10@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  height: 47px;
  left: 525px;
  position: absolute;
  top: 94px;
  width: 65px;
}

.uncle-slam .line-container {
  height: 26px;
  left: 8px;
  position: absolute;
  top: 105px;
  width: 29px;
}

.uncle-slam .uncle-slam-campaign {
  border-radius: 28px;
  height: 7235px;
  left: 58px;
  object-fit: cover;
  position: absolute;
  top: 538px;
  width: 1804px;
}

.black-footer {
    width: 1920px; /* Set the width */
    height: 250px; /* Set the height */
    background-color: var(--black);
	transform: translateY(7845px);
	position: relative;
}

.cat {
	transform: scale(.2) translate(8300px, 7500px);
	z-index: 3;
}

.tail {
	z-index: 1;
	transform: translate(1225px, 1565px) scale(.35);
}

.black-cat {
	transform: translate(10px, 5765px);
	z-index: 100;
}
