:root {
  --cashapp: #00d54b;
  --white: white;
  --indigo: #0032b0;
  --ratpops_toxicgreen1: #00ffa1;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.background1 {
  z-index: -1;
  text-align: center;
  background-image: url('../images/bg_anim1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: fixed;
  inset: 0%;
}

.body {
  color: #fff;
  background-color: #000;
  font-family: VT323, sans-serif;
  font-weight: 700;
}

.container {
  position: fixed;
  inset: 0%;
  transform: rotate(-6deg);
}

.image {
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
}

.container-2 {
  display: inline-block;
}

.image-2 {
  max-height: 160px;
  display: block;
  transform: rotate(-360deg);
}

.div-block {
  object-fit: fill;
  width: 80%;
  height: 80%;
  margin: auto;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.div-block-2 {
  color: var(--cashapp);
  margin: auto;
  display: inline-block;
  position: fixed;
  inset: auto 5% -10px auto;
}

.div-block-3 {
  text-align: center;
  width: 100%;
  margin-top: 5%;
  display: none;
  position: relative;
  bottom: 0;
}

.div-block-4 {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 50%;
}

.image-4 {
  height: 100%;
}

.columns {
  width: 100%;
  margin: 5% auto 3%;
  padding-right: 6%;
  position: relative;
  transform: rotate(-5deg);
}

.column {
  padding-left: 8%;
  padding-right: 0;
}

.column-2 {
  padding-left: 0;
}

.image-5 {
  position: static;
  top: 0;
  bottom: 0;
}

.contentwrapper {
  background-image: url('../images/dumpster1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 50%;
  background-attachment: scroll;
  width: 100%;
  height: 80%;
  margin-bottom: auto;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.heading {
  background-color: #3a008b;
  margin: 0% auto auto;
  padding: 20px 40px;
  font-size: 30px;
  display: inline-block;
  position: relative;
}

.dropdown {
  border: 5px solid var(--white);
  font-size: 30px;
}

.dropdown:hover {
  background-color: #000;
}

.dropdowntitle {
  color: #fff;
  margin-right: 20px;
  font-size: 36px;
  display: inline;
}

.dropdown-toggle {
  color: #fff;
  text-transform: uppercase;
  font-size: 26px;
}

.stuffzwrapper {
  text-align: center;
  white-space: nowrap;
  border: 5px #fff;
  margin-left: auto;
  margin-right: auto;
}

.dropdown-list {
  color: #fff;
  background-color: #0000;
  border: 5px #fff;
}

.dropdown-list.w--open {
  background-color: #000;
  border-bottom-style: solid;
}

.dropdown-link {
  border-top: 2px dashed var(--white);
  color: #fff;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 30px;
}

.dropdown-link:hover {
  color: #f70184;
  text-decoration: line-through;
}

.text-block {
  font-size: 36px;
}

.friends {
  text-align: center;
  white-space: normal;
  border-top: 1px #000;
  width: 30%;
  margin-top: 2%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  bottom: 0;
}

.icon {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.div-block-5 {
  text-align: center;
  display: none;
}

.column-3 {
  text-align: left;
  white-space: nowrap;
}

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

.columns-2 {
  white-space: nowrap;
  align-items: center;
  width: 100%;
  margin-left: -35px;
  margin-right: auto;
  display: flex;
}

.link-block-icon {
  width: 70px;
  height: 70px;
  padding: 10px;
}

.link-block-icon:hover {
  padding: 0;
}

.image-6 {
  width: 100%;
}

.text-block-2 {
  text-align: center;
  background-color: #6200ff;
  margin-bottom: 20px;
  padding: 5px 10px;
  font-size: 28px;
  display: inline-block;
}

.text-span {
  font-family: Icofont, sans-serif;
}

.button {
  background-color: var(--cashapp);
  border-radius: 10ch;
  width: 20%;
  margin-top: 2%;
  margin-bottom: 2%;
  padding: 30px 20px;
  font-size: 50px;
}

.button:hover {
  background-color: #00b941;
}

.grid {
  grid-row-gap: 18px;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  height: 160px;
  max-height: 160px;
}

.text-block-3 {
  color: var(--white);
  font-size: 28px;
  display: none;
}

.cursor {
  z-index: 1000;
  background-color: #eaff00;
  border-radius: 20px;
  width: 15px;
  height: 15px;
  position: fixed;
  top: 10px;
  left: 5px;
}

.cursor-on {
  z-index: 1000;
  background-color: #eaff00;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.background-video {
  filter: saturate(150%);
  flex: 1;
  height: 100vh;
  margin-bottom: 275px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.body-2 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.scruffyscuff_logo {
  width: 60vw;
  position: fixed;
}

.videobgfilter {
  background-image: linear-gradient(#ff00000d, #ff00000d);
  position: fixed;
  inset: 0%;
}

.bgvideo2025 {
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.ratpops3d {
  cursor: move;
  position: fixed;
  inset: 0%;
}

.body-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.urlbutton1 {
  filter: drop-shadow(0 0 100px #000000b3);
  transform: scale3d(1none, 1none, 1none);
  color: #ffea00;
  white-space: nowrap;
  word-break: keep-all;
  transform-style: preserve-3d;
  background-color: #f0a;
  border: 1px #000;
  border-radius: 80%;
  justify-content: center;
  align-items: center;
  width: 8vw;
  height: 8vw;
  padding: 75px;
  font-family: VT323, sans-serif;
  font-size: 3vw;
  text-decoration: none;
  transition: all .45s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: fixed;
}

.urlbutton1:hover {
  color: #f0e;
  background-color: #00ffc4;
  font-size: 4vw;
  transform: rotate(360deg)scale(2.3);
}

.unhinged {
  background-image: url('../images/fsolwehaveexplosive1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  position: fixed;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  .columns {
    width: 90%;
    margin-top: -3%;
    padding-right: 0%;
    position: static;
    inset: 20% 0% auto;
  }

  .column {
    margin-bottom: -4%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .column-2 {
    padding-right: 0;
  }

  .contentwrapper {
    background-size: 80%;
    margin-top: auto;
    margin-bottom: auto;
  }

  .friends {
    width: 70%;
  }

  .columns-2 {
    max-width: 100%;
  }

  .link-block {
    display: block;
  }

  .button {
    width: 40%;
  }

  .grid {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .ratpops3d {
    width: 100vw;
    height: 100vh;
  }

  .urlbutton1 {
    flex: 0 auto;
    width: 20vw;
    height: 20vw;
    padding: 140px;
    font-size: 16vw;
    position: absolute;
  }

  .urlbutton1:hover {
    font-size: 16vw;
    transform: none;
  }
}

@media screen and (max-width: 767px) {
  .background1 {
    background-size: cover, cover;
    background-attachment: fixed, fixed;
  }

  .body {
    height: 100%;
    overflow: scroll;
  }

  .image-4 {
    object-fit: fill;
  }

  .columns {
    padding-right: 0%;
  }

  .friends {
    border-top-style: none;
  }

  .column-3 {
    text-align: center;
    white-space: normal;
  }

  .column-4 {
    display: none;
  }

  .columns-2 {
    max-width: 100%;
    margin-left: auto;
  }

  .button {
    width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .div-block-2 {
    text-align: right;
  }

  .columns {
    padding-right: 0%;
  }

  .column-2 {
    padding-right: 0;
  }

  .contentwrapper {
    background-size: contain;
  }

  .imagekitty1 {
    max-width: 50%;
  }

  .heading {
    padding: 0 10px;
    font-size: 21px;
  }

  .friends {
    border-top-style: none;
    width: 80%;
  }

  .icon {
    height: 50px;
  }

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

  .column-4 {
    text-align: center;
    display: none;
  }

  .columns-2 {
    margin-left: auto;
    display: block;
  }

  .text-block-2 {
    font-size: 19px;
  }

  .button {
    width: 80%;
    font-size: 40px;
  }
}


@font-face {
  font-family: 'Icofont';
  src: url('../fonts/icofont.woff2') format('woff2'), url('../fonts/icofont.woff') format('woff'), url('../fonts/icofont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}