@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


*{
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
}

:root{
    --fundo_cinza: #e7e7e7;
    --fundo_preto: #001400;
    --nav_hover: #e71d67;
    --home-textao-p: 40px;
    --fundo-marinho: #030129;
}

/* Backgrounds */

.backg-inicial{
    background: linear-gradient(300deg, #FF006C, rgba(255, 251, 0, 0) 70.71%),
    radial-gradient(closest-corner at 18% 35%, #0180A1 0%, #05173F 100%);
    min-height: 100vh;
    padding-bottom: 4rem;
}

.backg-wallet{
    background: radial-gradient(farthest-corner at 80% 60%, #0180A1, #05173F 30%);
    min-height: 100vh;
    padding-bottom: 4rem;
}

/**/

.container{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    font-family: 'Poppins', sans-serif;
    height: 100px;
}

.nav-nome{
    cursor: pointer;
    font-weight: 700;
    font-size: 36px;
}

.nav-nome:hover{
    transition: all 0.5s ease-out;
    color: var(--nav_hover);
}

nav .nav-list ul li{
    text-decoration: none;
    list-style: none;
    font-size: 19px;
    align-items: space-between;
}

nav .nav-list ul{
    display: flex;
    gap: 50px;
    padding: 0px;
    margin: 0px;
}

.nav-list ul li{
    padding: 8px;
    cursor: pointer;
    border-radius: 10px;
    font-weight: 500;
}

.nav-list ul li:hover{
    transition: all 0.5s ease-out;
    background-color: var(--fundo_preto);
    color: var(--nav_hover);
}

nav .nav-direita{
    display: flex;
}

.wallet{
    color: #e71d67;
    background-color: white;
    padding: 15px;
    border-radius: 40px;
    cursor: pointer;
}

.wallet span{
    font-size: 19px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}

.wallet:hover{
    background-color: #e7e7e7
}

/* HOME */

.home{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: white;
    padding-top: 4rem;
    gap: 2rem;
}

.home-content{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    flex: 1;
    max-width: 55%;
}

.home-image{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-image img{
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    animation: float 3s ease-in-out infinite;
}

@keyframes float{
    0%, 100%{ transform: translateY(0); }
    50%{ transform: translateY(-15px); }
}

.home .home-textao{
    margin-bottom: 1rem;
}

.home-textao h1{
    font-weight: bolder;
    font-size: 62px;
}

.home-textao p{
    margin-top: var(--home-textao-p);
    font-weight: 500;
    margin-bottom: 0px;
}

.home-textao span{
    color: var(--nav_hover);
}

.home-botao span:last-child{
    margin-left: 30px;
    padding: 10px 60px;
}

.home-botao span{
    color: rgb(234, 29, 241);
    background-color: white;
    padding: 10px 30px;
    cursor: pointer;
    border-radius: 30px;
    font-weight: 700;
    font-size: 20px;
}

.home-botao span:hover{
    background-color: var(--fundo_cinza);
}

.home-numeros{
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.home-numeros p span{
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 25px;
    font-weight: 700;
}

/* Conteudo */

.corpo{
    color: white;
    font-family: 'Poppins', sans-serif;
}

/* Container específico do backg-wallet herda do container geral */

.set-wallet{
    padding-top: 4rem;
}

.set-wallet-tx h1{
    font-weight: 600;
    font-size: 2rem;
}

.set-wallet-tx p{
    margin: 0px;
    font-size: 0.8rem;
    font-weight: 300;
}

.set-wallet-tx:last-child{
    margin-top: -30px;
}

.set-wallet-op{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    height: 220px;
    margin-top: 1rem;
    cursor: pointer;
}

.op-1 p, .op-2 p, .op-3 p, .op-4 p{
    display: flex;
    margin: 0px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 20px;
}

.op-1, .op-2, .op-3, .op-4{
    display: flex;
    background-color: var(--fundo-marinho);
    flex-grow: 1;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    border: 1px solid var(--nav_hover);
    transition: 0.5s;
}

.op-1:hover, .op-2:hover, .op-3:hover, .op-4:hover{
    border: 0px solid transparent;
    box-shadow: 0px 0px 30px var(--nav_hover);
}


.op-1 img, .op-2 img, .op-3 img, .op-4 img {
    width: 6vw;

}

.live-auctions{
    margin-top: 5rem;
}

.live-auctions-pictures{
    display: flex;
    height: 450px;
    gap: 50px;
    flex-direction: row;
}

.live-auctions-pictures .live-auctions-photos{
    flex-grow: 1;
    width: 33%;
    background: linear-gradient(180deg, var(--nav_hover), var(--fundo-marinho) 90%);
    border-radius: 0px 30px;
}


.live-auctions-pictures .live-auctions-photos:hover{
    border: 0px solid transparent;
    box-shadow: 0px 0px 30px var(--nav_hover);
}

.live-auctions-pictures .live-auctions-photos img{
    z-index: 20;
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 0px 30px;
}

.live-auctions-h1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.live-auctions-h1 h1{
    font-weight: 600;
    font-size: 2rem;
}

.live-auctions-h1 p{
    cursor: pointer;
    color: var(--nav_hover);
    font-weight: 500;
}

.live-auctions-pages{
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 2rem;
}

.page-dot{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.3);
    cursor: pointer;
    transition: 0.3s;
}

.page-dot.active, .page-dot:hover{
    background-color: var(--nav_hover);
}

/* Top Sellers */
.top-sellers{
    margin-top: 6rem;
}

.section-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.section-header h1{
    font-weight: 600;
    font-size: 2rem;
}

.section-header p{
    cursor: pointer;
    color: var(--nav_hover);
    font-weight: 500;
}

.sellers-list{
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.seller-card{
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: var(--fundo-marinho);
    padding: 20px 30px;
    border-radius: 15px;
    border: 1px solid rgba(231, 29, 103, 0.3);
    flex: 1;
    min-width: 220px;
    cursor: pointer;
    transition: 0.3s;
}

.seller-card:hover{
    border-color: transparent;
    box-shadow: 0px 0px 20px var(--nav_hover);
}

.seller-rank{
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--nav_hover);
}

.seller-avatar{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.seller-avatar img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.seller-info h4{
    margin: 0;
    font-weight: 600;
}

.seller-info p{
    margin: 0;
    color: rgba(255,255,255,0.7);
    font-size: 0.9rem;
}

/* Explore Section */
.explore-section{
    margin-top: 6rem;
}

.explore-tabs{
    display: flex;
    gap: 15px;
}

.tab{
    padding: 10px 25px;
    border-radius: 25px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid rgba(255,255,255,0.3);
    transition: 0.3s;
}

.tab:hover, .tab.active{
    background-color: var(--nav_hover);
    border-color: var(--nav_hover);
}

.explore-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.nft-card{
    background: linear-gradient(180deg, rgba(231, 29, 103, 0.2), var(--fundo-marinho) 60%);
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(231, 29, 103, 0.3);
    transition: 0.3s;
}

.nft-card:hover{
    transform: translateY(-10px);
    box-shadow: 0px 10px 30px rgba(231, 29, 103, 0.3);
}

.nft-image{
    position: relative;
    height: 200px;
    overflow: hidden;
}

.nft-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nft-timer{
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: rgba(0,0,0,0.7);
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
}

.nft-details{
    padding: 20px;
}

.nft-details h4{
    margin: 0 0 10px 0;
    font-weight: 600;
}

.nft-price{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.nft-price .eth{
    color: var(--nav_hover);
    font-weight: 600;
}

.nft-price .bid{
    font-size: 0.8rem;
    color: rgba(255,255,255,0.6);
}

.nft-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bid-btn{
    background-color: var(--nav_hover);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 600;
    transition: 0.3s;
}

.bid-btn:hover{
    background-color: #ff1a75;
}

.likes{
    color: rgba(255,255,255,0.6);
    cursor: pointer;
}

.likes:hover{
    color: var(--nav_hover);
}

.load-more{
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

.load-more button{
    background-color: transparent;
    color: white;
    border: 2px solid var(--nav_hover);
    padding: 15px 50px;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 600;
    font-size: 1rem;
    transition: 0.3s;
}

.load-more button:hover{
    background-color: var(--nav_hover);
}

/* Create & Sell Section */
.create-sell{
    margin-top: 6rem;
    margin-bottom: 4rem;
}

.create-sell .section-header{
    justify-content: center;
}

.steps-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.step-card{
    text-align: center;
    padding: 40px 25px;
    background-color: var(--fundo-marinho);
    border-radius: 20px;
    border: 1px solid rgba(231, 29, 103, 0.3);
    transition: 0.3s;
}

.step-card:hover{
    border-color: transparent;
    box-shadow: 0px 0px 25px var(--nav_hover);
}

.step-icon{
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, var(--nav_hover), #ff6b9d);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.step-card h4{
    margin-bottom: 10px;
    font-weight: 600;
}

.step-card p{
    color: rgba(255,255,255,0.7);
    font-size: 0.9rem;
    margin: 0;
}

/* Footer */
footer{
    background-color: #010118;
    padding: 60px 0 30px;
    color: white;
    font-family: 'Poppins', sans-serif;
}

footer .container{
    height: auto;
    display: block;
}

.footer-content{
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-brand h2{
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 15px;
    color: var(--nav_hover);
}

.footer-brand p{
    color: rgba(255,255,255,0.7);
    font-size: 0.9rem;
    line-height: 1.7;
}

.social-icons{
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.social-icons i{
    font-size: 1.5rem;
    cursor: pointer;
    transition: 0.3s;
}

.social-icons i:hover{
    color: var(--nav_hover);
}

.footer-links h4{
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-links ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links ul li{
    padding: 8px 0;
    color: rgba(255,255,255,0.7);
    cursor: pointer;
    transition: 0.3s;
}

.footer-links ul li:hover{
    color: var(--nav_hover);
}

.footer-bottom{
    text-align: center;
    padding-top: 30px;
}

.footer-bottom p{
    color: rgba(255,255,255,0.5);
    font-size: 0.9rem;
    margin: 0;
}

/* Responsive */
@media (max-width: 1200px){
    .explore-grid, .steps-grid{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px){
    .nav-list{
        display: none;
    }
    
    .home-textao h1{
        font-size: 2.5rem;
    }
    
    .set-wallet-op{
        flex-wrap: wrap;
    }
    
    .live-auctions-pictures{
        flex-direction: column;
        height: auto;
    }
    
    .live-auctions-pictures .live-auctions-photos{
        width: 100%;
        height: 300px;
    }
    
    .explore-grid, .steps-grid{
        grid-template-columns: 1fr;
    }
    
    .footer-content{
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .social-icons{
        justify-content: center;
    }
    
    .sellers-list{
        flex-direction: column;
    }
}