
  code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
  }

  .nft_container {
    margin-left: 50%;
    /* min-width: none; */
    max-width: 150vw;
    padding-left: -5vw;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2rem !important; 
    justify-items: center;
    /* padding: 2rem; */
}
/* .nft_container {
    width: 1200px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
    justify-items: center;
    padding: 2rem;
} */
  .nft {
    margin-bottom: 20px;
    /* margin-left: 2vw; */
    user-select: none;
    min-width: 350px;
    width: 200px;
    margin-right: 200px;
    /* margin: 5rem auto; */
    border: 1px solid #ffffff22;
    background-color: #282c34;
    background: linear-gradient(0deg, #12262c 0%, rgba(0, 18, 32, 0.5) 100%);
    /* background: linear-gradient(0deg, #12262c 0%, rgba(21, 115, 192, 0.209) 100%); */
    box-shadow: 0 7px 20px 5px #00000088;
    border-radius: 0.7rem;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    overflow: hidden;
    transition: 0.5s all;
  }

/* ADDED THIS PART WHEN I WAS USING THE METRO... MIGHT NOT ACTUALLY FIX STUFF... */
  @media screen and (max-width: 1366px) and (max-height: 768px) and (min-width: 1000px){
    .nft {
      min-width: 20px;
       width: 20rem;
       /* height: 30rem; */
/*        background: linear-gradient(0deg, #12262c 0%, rgba(10, 149, 255, 0.5) 100%); */
     }
     .nft_container {
      /* width: 5000px; */
      /* max-width: 3000px; */
      zoom:90%;
      /* transform: scale(0.9); */
  }

  #afterProjects{
		margin-top: -20px;
	}
	.bike_tm_portfolio .portfolio_list ul{
 
		width: 300%;
		margin: 0px 0px 0px 50px;
		margin-left: -50% !important;
		padding-left: 0%;
	margin-right: 20%;
		min-width: none;
		list-style-type: none;
	}


  }




  .nft hr {
    width: 100%;
    border: none;
    border-bottom: 1px solid #88888855;
    margin-top: 0;
  }
  .nft ins {
    text-decoration: none;
  }
  .nft .main {
    display: flex;
    flex-direction: column;
    width: 90%;
    padding: 1rem;
  }
  .nft .main h2 {
    color: rgba(255, 255, 255, 0.81);
  }
  .nft .main h3 {
    color: rgba(255, 255, 255, 0.81);
  }
  .nft .main .tokenImage {
    border-radius: 0.5rem;
    max-width: 100%;
    height: 250px;
    object-fit: cover;
  }
  .nft .main .description {
    margin: 0.5rem 0;
    color: #a89ec9;
  }
  .nft .main .tokenInfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .nft .main .tokenInfo .price {
    display: flex;
    align-items: center;
    color: #ee83e5;
    color: #83d3ee;
    font-weight: 700;
  }
  .nft .main .tokenInfo .price ins {
    margin-left: -0.3rem;
    margin-right: 0.5rem;
  }
  .nft .main .tokenInfo .duration {
    display: flex;
    align-items: center;
    color: #a89ec9;
    margin-right: 0.2rem;
  }
  .nft .main .tokenInfo .duration ins {
    margin: 0.5rem;
    margin-bottom: 0.4rem;
  }
  .nft .main .creator {
    display: flex;
    align-items: center;
    margin-top: 0.2rem;
    margin-bottom: -0.3rem;
  }
  .nft .main .creator ins {
    color: #a89ec9;
    text-decoration: none;
  }
  .nft .main .creator .wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #ffffff22;
    padding: 0.3rem;
    margin: 0;
    margin-right: 0.5rem;
    border-radius: 100%;
    box-shadow: inset 0 0 0 4px #000000aa;
  }
  .nft .main .creator .wrapper img {
    border-radius: 100%;
    border: 1px solid #ffffff22;
    width: 2rem;
    height: 2rem;
    object-fit: cover;
    margin: 0;
  }
  .nft ::before {
    position: fixed;
    content: "";
    box-shadow: 0 0 100px 40px #ffffff08;
    top: -10%;
    left: -100%;
    transform: rotate(-45deg);
    height: 60rem;
    transition: 0.7s all;
  }
  .nft:hover {
    border: 1px solid #ffffff44;
    box-shadow: 0 7px 50px 10px #000000aa;
    transform: scale(1.015);
    filter: brightness(1.3);
  }
  .nft:hover ::before {
    filter: brightness(0.5);
    top: -100%;
    left: 200%;
  }
  .bg {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .bg h1 {
    font-size: 20rem;
    filter: opacity(0.5);
  }
  
