/*!
  * Goofy Mad Cow
  * Author: LATIGID WEB3 HUB
  * Copyright (c) 2024 Berry Creative
*/

/*-- FAB GMC by AMORA CSS --*/

.float-gmc {
  position:fixed;
  width:50px;
  height:50px;
  bottom:60px;
  right:25px;
  text-align:center;
  font-size:32px;
  z-index:100;
}

.ico-float {
  margin-top: 10px;
  margin-left: 3px;
}

/*-- FAB ABOUT by AMORA CSS --*/

.float-about {
  z-index: 999999;
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  flex-direction: row;
  transform: translateX(100%);
  transition: 0.2s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.float-about:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: -58px;
  width: 58px;
  height: 48px;
  transform: translateY(-50%);
}

.float-about:hover {
  transform: translateX(0%);
}

.float-about:hover .float-about__meta {
  opacity: 1;
}

.float-about__thumbnail {
  position: absolute;
  top: 50%;
  left: -58px;
  width: 48px;
  height: 48px;
  border: 2px solid #b2b6b4;
  border-radius: 100%;
  padding: 4px;
  box-sizing: border-box;
  transform: translateY(-50%);
  overflow: hidden;
  cursor: pointer;
}

.float-about__thumbnail img {
  display: block;
  width: 100%;
  border-radius: 100%;
}

.float-about__meta {
  font-family: "Open Sans", sans-serif;
  opacity: 0;
  transition: 0.2s ease;
}

.float-about__meta h2,
.float-about__meta p {
  margin: 0;
  padding: 0;
}

.float-about__meta h2 {
  color: #b2b6b4;
  font-size: 14px;
  font-weight: 600;
}

.float-about__meta p {
  color: #b2b6b4;
  font-size: 12px;
  font-weight: 400;
}

.float-about__meta a {
  color: inherit;
  font-weight: 400;
  text-decoration: none;
}

.float-about__meta a:hover {
  color: #17c33d;
}

/*-- GALLERY by AMORA CSS--*/

.gallery {
  list-style: none !important;
  padding: 0;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20ch, 1fr));
  gap: 1rem;
}

.gallery img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: var(--gallery-height);
  transform: scale(1) translate(0, 0);
  transition: transform 1200ms ease-in;
}

.gallery figure {
  --gallery-height: 15rem;
  --gallery-aspect-ratio: 4/3;

  /* reset figure default margin */
  margin: 0;
  height: var(--gallery-height);
  background-color: hsl(200, 85%, 2%);

  display: grid;
  grid-template-areas: "card";
  place-items: end;
  border-radius: 0.5rem;
  overflow: hidden;
}

@supports (aspect-ratio: 1) {
  .gallery figure,
  .gallery img {
    aspect-ratio: var(--gallery-aspect-ratio);
    /* Remove height to prevent distorting aspect-ratio */
    height: auto;
  }
}

.gallery figure > * {
  grid-area: card;
}

.gallery figcaption {
  transition: transform 800ms 400ms ease-in;

  /* Visual styles for the caption */
  padding: 0.25em 0.5em;
  border-radius: 5px 0 0 0;
  background-color: hsl(0 0% 100% / 87%);
  /* provide stacking context */
  z-index: 1;
}

.gallery figure:hover figcaption,
.gallery figure:focus figcaption {
  transform: translateY(0);
}

.gallery figure:hover img,
.gallery figure:focus img {
  transform: scale(1.3) translate(-8%, -3%);
}

.gallery figure:focus {
  outline: 2px solid #357933;
  outline-offset: 2px;
}

@media (any-hover: hover) and (any-pointer: fine) {
  .gallery figcaption {
    transform: translateY(100%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .gallery * {
    transition-duration: 0ms !important;
  }

  .gallery img {
    transform: none !important;
  }

  .gallery figcaption {
    transition-delay: 0ms;
  }
}

/* Vignette */
.gallery figure::after {
  content: "";
  grid-area: card;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 2rem 1rem hsl(0 0% 0% / 65%);
  position: relative;
}


/*-- Scrollbar -- */

::-webkit-scrollbar {
	width: 8px;
}
/* Track */
::-webkit-scrollbar-track {
	background: #272526; 
}	   
/* Handle */
::-webkit-scrollbar-thumb {
	background: #111111; 
}	  
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #b2b6b4; 
}
	  
/*-- EXTERNAL LINKS -- */

a[href^="http"]:not([href*="berrycreative.ppg.br"]):not([href*="bcreative.dev"]):not([href*="x.com"]):not([href*="discord.gg"]):not([href*="twitter.com"]):not([href*="opensea.io"]):not([href*="nfts2.me"]):not([href*="cnuts.latigid.xyz"]):not([href*="slipperytrump.latigid.xyz"]):not([href*="doge-head.com"]):after
{
  content: "";
  width: 11px;
  height: 11px;
  margin-left: 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='gray' stroke='gray' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z'/%3E%3Cpath fill-rule='evenodd' d='M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.noexternal {
    background-image: none !important;
    padding-left: 0 !important;
}
