* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Montserrat" !important;
}

body,
html {
    height: 100%;
    width: 100%;
}

.nav-link.active {
    font-weight: 700;
}

h1 {
    font-weight: 700;
}

h1 span {
    color: #0081F8;
}

.hero-section {
    background-image: url('../assets/images/hero-bg.png');
    padding: 100px 0;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.nav-pills .nav-link {
    background-color: #000;
    color: #fff !important;
    border-radius: 0 !important;
    border: 1px solid #fff;
}

.tab-pane li {
    font-weight: 500;
    line-height: 1.3 !important;
}

.info-card {
    background-color: #f4f4f4;
    border-radius: 8px;
    padding: 1rem;
}

.info-card h6 {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.info-card ul {
    margin-bottom: 0;
}

.nft-img2 {
    width: 100%;
}

.table-responsive {
    border-radius: 6px;
}

p {
    font-weight: 500;
}

h6 {
    font-weight: 800 !important;
}

.table-custom td {
    padding: 10px 30px !important;
}

.table-custom tr:last-child td {
    border-bottom: 3px solid #000;
}

/* td {
    border-left: 3px solid #000;
} */

.table-custom tr:first-child td {
    border-top: 3px solid #000;
}

.table-custom td:first-child {
    font-weight: 600;
    width: 30%;
    white-space: nowrap;
}

.custom-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-left: 3px solid #000;
    border-bottom: 3px solid #000;
    border-radius: 6px;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.custom-table th,
.custom-table td {
    padding: 10px 16px;
    vertical-align: top;
}

td {
    border-right: 3px solid #000;
    font-weight: 500;
}

.custom-table th {
    border-right: 3px solid #000;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    font-weight: 700;
    text-align: left;
}

.custom-table tr:first-child th:first-child {
    border-top-left-radius: 6px;
}

.custom-table tr:first-child th:last-child {
    border-top-right-radius: 6px;
}

.custom-table tr:last-child td:first-child {
    border-bottom-left-radius: 6px;
}

.custom-table tr:last-child td:last-child {
    border-bottom-right-radius: 6px;
}

.custom-table td ul {
    margin: 0;
    padding-left: 20px;
}

@media (min-width: 1600px) {
    .nav-link {
        font-size: 18px;
    }

    .container {
        max-width: 1660px !important;
    }

    h6 {
        font-size: 25px;
    }
}

@media (max-width: 1400px) {
    .nav-link {
        font-size: 13px;
    }

    h6 {
        font-size: 16px !important;
    }
}

@media (max-width: 769px) {
    .nft-img {
        width: 100px;
    }

    .nft-img2 {
        width: 70px;
    }

    .info-card {
        background-color: transparent;
    }

    .info-header {
        background-color: #f4f4f4;
    }

    .nav-pills {
        display: grid !important;
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
        align-items: stretch !important;

        .nav-link {
            height: 100%;
            border-radius: 0 0 0 0 !important;
        }
    }

    .table-custom td {
        padding: 10px 10px !important;
    }

}