/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&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');





* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "poppins", sans-serif;


}


header {
    background-color: #1E1E1E;
}




/* Gradient text for NEXA */
.navbar-brand span {
    background: linear-gradient(90deg, #d500f9 0%, #ff4da6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.searchbar input::placeholder {
    color: #fff !important;
    opacity: 1;
    font-family: "Inter", sans-serif;
}

/* Pink button */
.btn-pink {
    background: #ff4da6;
    color: #fff;
    border: none;
    border-radius: 10px;
    transition: background 0.2s;
}

.btn-pink:hover {
    background: #d500f9;
    color: #fff;
}

/* Outline pink button */
.btn-outline-pink {
    border: 1px solid #ff4da6;
    color: #fff;
    background: transparent;
    border-radius: 10px;
    transition: background 0.2s, color 0.2s;
}

.btn-outline-pink:hover {
    background: #ff4da6;
    color: #fff;
    border-color: #ff4da6;
}

/* Logo image alignment */
.logo {
    height: 24px;
    vertical-align: middle;
    margin: 0 4px;
}

/* Navbar spacing tweaks */
.navbar-nav .nav-link {
    margin: 0 10px;
    font-weight: 500;
    font-size: 14px;
}

/* banner section start  */
.main-heading {
    font-size: 50px;
    font-family: "poppins", sans-serif;

}

.main-para {
    font-size: 16px;
    font-family: "poppins", sans-serif;
}

.btn-background {
    background: linear-gradient(90deg, #d500f9 0%, #ff4da6 100%);
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    font-weight: 600;
    transition: background 0.3s ease;
}

main {
    background-color: #1E1E1E;
}

/* latest artwork section  */
.latest-artwork-section {
    border-radius: 20px;
    margin-top: 2rem;
    padding: 2.5rem 1.5rem;
}

.latest-artwork-section h2 {
    font-size: 2rem;
}

.artwork-card {
    background: transparent;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.artwork-card img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
    background: #222;
}

.btn-artwork-nav,
.btn-auction-nav {
    background: #232329;
    color: #fff;
    border: none;
    border-radius: 8px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    transition: background 0.2s;
}

.btn-artwork-nav,
.btn-auction-nav:hover {
    background: #ff4da6;
    color: #fff;
}

/* Live Auction Section  */



.auction-card {
    background: #232329;
    border-radius: 18px;
    box-shadow: none;
    transition: box-shadow 0.2s;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.auction-card img {
    width: 100%;
    object-fit: cover;
    border-radius: 14px;
    background: #222;
}

.auction-eth {
    color: #4aff7b !important;
}

.btn-bid {
    color: #fff;
    border: 1px solid #ff4da6;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 500;
    transition: background 0.2s;
}

.btn-bid:hover {
    background: linear-gradient(90deg, #ff4da6 0%, #7b61ff 100%);
    color: #fff;
}

/* Collection Card */

.collection-card {

    border-radius: 18px;
    border: 1px solid #35353a;
    margin-bottom: 0;
    min-height: 100px;
    transition: box-shadow 0.2s;
}

.collection-avatar {
    max-width: 56px;
    max-height: 56px;
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
    background: #18181b;
}

.collection-change {
    display: inline-block;
    margin-top: 4px;
    padding-top: 4px;
    padding-bottom: 0px !important;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 20px;
    font-size: 1rem;
    font-weight: 500;
}

.collection-change.up {
    background: #1d2f1d;
    color: #4aff7b;
}

.collection-change.down {
    background: #2f1d1d;
    color: #ff4d4f;
}
.up-down{
    margin-bottom: 0 !important;
}

/* discover nft  */


.nft-card {
    background: #232329;
    border-radius: 18px;
    box-shadow: none;
    transition: box-shadow 0.2s;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.nft-card img {
    width: 100%;
    object-fit: cover;
    border-radius: 14px;
    background: #222;
}

/* popular category  */

.category-card {
    background: #232329;
    border-radius: 18px;
    transition: box-shadow 0.2s;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.category-title {
    font-size: 1.15rem;
    margin-top: 0.5rem;
    letter-spacing: 0.5px;
}
.btn-artwork-nav {
    background: #232329;
    color: #fff;
    border: none;
    border-radius: 8px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    transition: background 0.2s;
}
.btn-artwork-nav:hover {
    background: #ff4da6;
    color: #fff;
}
/* Create and Sell Your NFTs  */
 
.sell-card {
    background: #232329;
    border-radius: 18px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    transition: box-shadow 0.2s;
}
.icon-bg img {
    display: flex;
    justify-content: flex-start;
    max-width: 100px;
    width: 100%;
    height: auto;
    min-height: 100px;
    border-radius: 16px;
    margin: 0 auto 1.5rem auto;
}
.sell-card h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}
.sell-card p {
    padding: 0 1rem;
    text-align: start;
}

/* latest article section  */

.article-card {
    background: #232329;
    border-radius: 18px;
    height: 100%;
    
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: box-shadow 0.2s;
}
.learn-more-link {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}
.learn-more-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #18181b;
    border: 1.5px solid #ff4da6;
    color: #ff4da6;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    font-size: 1rem;
    margin-left: 4px;
    transition: background 0.2s, color 0.2s;
}
.learn-more-link:hover .learn-more-icon {
    background: #ff4da6;
    color: #fff;
    border-color: #ff4da6;
}
/* footer section  */
.footer-brand span {
    background: linear-gradient(90deg, #d500f9 0%, #ff4da6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.footer-section {
    background: #000000;
    color: #fff;
    font-family: inherit;
}
.footer-logo img {
    vertical-align: middle;
}
.footer-desc {
    color: #b0b0b0;
    font-size: 0.97rem;
    line-height: 1.6;
}
.footer-title {
    font-weight: 600;
    font-size: 1.08rem;
    margin-bottom: 1rem;
}
.footer-links li {
    margin-bottom: 0.5rem;
}
.footer-links a {
    color: #b0b0b0;
    text-decoration: none;
    transition: color 0.2s;
    font-size: 0.98rem;
}
.footer-links a:hover {
    color: #ff4da6;
}
.btn-gradient {
    background: linear-gradient(90deg, #7b61ff 0%, #ff4da6 100%);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-weight: 500;
    transition: background 0.2s;
}
.btn-gradient:hover {
    background: linear-gradient(90deg, #ff4da6 0%, #7b61ff 100%);
    color: #fff;
}
.footer-social-link {
    color: #b0b0b0;
    font-size: 1.2rem;
    transition: color 0.2s;
}
.footer-social-link:hover {
    color: #ff4da6;
}
.footer-divider {
    border-top: 1px solid #232329;
}
