body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #161418;
  color: #eee;
  user-select: none;
}

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


.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://i.imgur.com/byFQvzF.png'); /* Substitua pelo caminho da sua imagem */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)); /* Gradiente sobre a imagem */
}


.nft {
  user-select: none;
  max-width: 400px;
  margin: 2rem auto;
  border: 1px solid #ffffff22;
  background-color: #282c34;
  background: linear-gradient(0deg, #282c34 0%, rgba(17, 0, 32, 0.5) 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;
}
.nft hr {
  width: 100%;
  border: none;
  border-bottom: 1px solid #88888855;
  margin-top: 0;
}
.nft ins {
  text-decoration: none;
}

/* ... (seu CSS existente) ... */

.nft .main form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nft .main form label {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: #fff;
}

.nft .main form input[type="text"] {
  padding: 10px;
  width: 80%;
  height: 10px;
  /*margin-bottom: 1rem;*/
  box-sizing: border-box;
  background-color: #282c34;
  border: 1px solid #fff;
  color: #eee;
  border-radius: 0.5rem;
  transition: 0.3s all;
}

.nft .main form input[type="text"]:focus {
  outline: none;
  border: 1px solid #dc3545;
  box-shadow: 0 0 10px #dc3545;
}

/* ... (seu CSS existente) ... */

.nft .main form input[type="submit"] {
  padding: 10px 20px;
  background-color: #dc3545;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.nft .main form input[type="submit"]:hover {
  background-color: #d058c7;
}

/* ... (seu CSS existente) ... */

/* ... (seu CSS existente) ... */

.nft .main table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  background-color: #282c34;
  border: 1px solid #ffffff22;
  border-radius: 0.7rem;
}

.nft .main table th, .nft .main table td {
  border: 1px solid #ffffff22;
  padding: 15px;
  text-align: center;
  color: #eee;
}

.nft .main table th {
  background-color: #dc3545;
  color: #fff;
}

.nft .main table tr:nth-child(even) {
  background-color: #2d3039;
}

.nft .main table input[type="radio"] {
  margin: 0; /* Ajuste o espaçamento conforme necessário */
}

/* ... (seu CSS existente) ... */


.nft .main {
  display: flex;
  flex-direction: column;
  width: 92%;
  padding: 1rem;
}
.nft .main .tokenImage {
  border-radius: 0.5rem;
  max-width: 100%;
  height: 250px;
  object-fit: cover;
}
.nft .main .tokenImage2 {
  border-radius: 0.5rem;
  max-width: 100%;
  height: 70px;
  object-fit: cover;
}
.nft .main .description .description2 {
  margin: 0.5rem 0;
  color: #fff;
}
.nft .main .tokenInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nft .main .tokenInfo .price {
  display: flex;
  align-items: center;
  color: #dc3545;
  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: #fff;
  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: #fff;
  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 50px 40px #ffffff08;
  top: 15%;
  left: -150%;
  transform: rotate(-45deg);
  height: 60rem;
  transition: 0.7s all;
}
.nft:hover {
  border: 1px solid #ffffff44;
  box-shadow: 0 7px 100px 20px #000000aa;
  transform: scale(1.015);
  filter: brightness(1.3);
}
.nft:hover ::before {
  filter: brightness(0.5);
  top: -50%;
  left: 300%;
}

.bg {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bg h1 {
  font-size: 10rem;
  filter: opacity(0.5);
}

.nft .main form select {
            padding: 10px;
            width: 80%;
            margin-bottom: 1rem;
            box-sizing: border-box;
            background-color: #282c34;
            border: 1px solid #fff;
            color: #eee;
            border-radius: 0.5rem;
            transition: 0.3s all;
        }

        .nft .main form select:focus {
            outline: none;
            border: 1px solid #dc3545;
            box-shadow: 0 0 10px #dc3545;
        }

        .nft .main form select option {
            background-color: #282c34;
            color: #eee;
            font-family: 'Calligraffitti', cursive; /* Adicionando a fonte Calligraffitti */
        }