* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    background: rgba(43, 43, 43, 1);
}

body::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 5px;
}


header {
    background: #2B2B2B;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100px;
    justify-content: space-between;
    padding-top: 20px;
    padding-right: 50px;
    padding-bottom: 20px;
    padding-left: 50px;
}

.header-ul {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 55px;
}

.header-li a {
    text-decoration: none;
    font-family: Work Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(255, 255, 255, 1);
}

.header-li {
    transition: 1s;
}

.header-li:hover {
    transform: scale(0.93);
    transition: 1s;
}

.header-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 55px;
}

.header-btn {
    width: 152px;
    height: 60px;
    padding-right: 30px;
    padding-left: 30px;
    gap: 12px;
    border-radius: 20px;
    background: rgba(162, 89, 255, 1);
    font-family: Work Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    justify-content: space-around;
    border: none;
    outline: none;
    transition: 1s;
}

.header-btn:hover {
    transform: scale(0.9);
}

.menu-icon {
    display: none;
}


.subscribe-from {
    width: 445px;
    height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
    gap: 0px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
}

.subscribe-from button {
    width: 211px;
    height: 60px;
    padding-right: 50px;
    padding-left: 50px;
    gap: 12px;
    border-radius: 20px;
    background: rgba(162, 89, 255, 1);
    font-family: Work Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    transition: 0.7s;
}

.subscribe-from button:hover {
    transform: scale(0.93);
    transition: 0.7s;
}

.subscribe-from input {
    width: 214px;
    height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
    gap: 12px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 1);
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: none;
    outline: none;
    color: rgba(43, 43, 43, 1);
    font-family: Work Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
}

.subscribe-from input::placeholder {
    font-family: Work Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    color: rgba(43, 43, 43, 1);
}

footer {
    width: 100%;
    height: 334.0000915527344px;
    padding-top: 40px;
    padding-right: 195px;
    padding-bottom: 40px;
    padding-left: 195px;
    gap: 30px;
    background: #3B3B3B;
    display: flex;
    flex-direction: column;
}

.footer-info {
    width: 987.413818359375px;
    height: 191px;
    justify-content: space-between;
    display: flex;
    margin-left: 45px;
}

.footer-nft-market-info {
    width: 327.4138488769531px;
    height: 191px;
    padding-right: 84px;
    gap: 30px;
    display: flex;
    flex-direction: column;
}

.footer-nft-market-info-1 p {
    font-family: Work Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    color: rgba(204, 204, 204, 1);
    width: 238px;
    height: 44px;
}

.footer-nft-market-info-2 {
    width: 238;
    height: 65;
    gap: 25px;
    display: flex;
    flex-direction: column;
}

.footer-nft-market-info-2 p {
    font-family: Work Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    color: rgba(204, 204, 204, 1);
    width: 238px;
    height: 18px;
}

.icons {
    width: 158px;
    height: 32px;
    gap: 10px;
    display: flex;
}

.explore {
    width: 240px;
    height: 166px;
    gap: 25px;
    display: flex;
    flex-direction: column;
}

.explore h1 {
    width: 95px;
    height: 35px;
    font-family: Space Mono;
    font-weight: 700;
    font-size: 22px;
    line-height: 160%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 1);
}

.explore-ul {
    width: 133px;
    height: 106px;
    gap: 20px;
    display: flex;
    flex-direction: column;
}

.explore-li a {
    font-family: Work Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    color: rgba(204, 204, 204, 1);
    text-decoration: none;
}

.subscribe {
    width: 420px;
    height: 184px;
    gap: 25px;
    display: flex;
    flex-direction: column;
}

.subscribe h1 {
    width: 297px;
    height: 35px;
    font-family: Space Mono;
    font-weight: 700;
    font-size: 22px;
    line-height: 160%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 1);
}

.subscribe p {
    width: 330;
    height: 44;
    font-family: Work Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    color: rgba(204, 204, 204, 1);
}

.footer-frame {
    width: 100%;
    height: 33.000091552734375px;
    gap: 20px;
    border: none;
    border-top: 1px solid rgba(133, 133, 132, 1);
    display: flex;
    flex-direction: column;
    padding-top: 20px;
}

.footer-frame p {
    width: 1049.413818359375px;
    height: 13px;
    font-family: Work Sans;
    font-weight: 400;
    font-size: 12px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color: rgba(204, 204, 204, 1);
}

.head-line {
    width: 100%;
    height: 351px;
    gap: 40px;
    padding-top: 80px;
    padding-bottom: 80px;
    background: #2B2B2B;
    display: flex;
    justify-content: center;
    align-items: center;
}

.subhead {
    width: 1050px;
    height: 191px;
    gap: 30px;
    display: flex;
    flex-direction: column;
}

.fame-268 {
    width: 1050px;
    height: 101px;
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.fame-268 h1 {
    width: 1050px;
    height: 56px;
    font-family: Work Sans;
    font-weight: 600;
    font-size: 51px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: capitalize;
    color: #FFFFFF;
}

.fame-268 p {
    width: 1050;
    height: 35;
    font-family: Work Sans;
    font-weight: 400;
    font-size: 22px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #FFFFFF;
}

.head-line-input {
    width: 1050px;
    height: 60px;
    gap: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    outline: none;
    background: #2B2B2B;
    padding-left: 15px;
    font-family: Work Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #858584;
    border-right: none;
    border: none;
    border-radius: 20px;
}

.subhead-input-container {
    display: flex;
    align-items: center;
    gap: 0px;
    background: #2B2B2B;
    border-radius: 20px;
    border-width: 1px;
    border: 1px solid #3B3B3B;
    outline: none;
    padding-right: 17.5px;
}

.market-place-section {
    width: 100%;
    height: 2176px;
}

.fame-250 {
    width: 100%;
    height: 70.00011444091797px;
    gap: 10px;
    background: #2B2B2B;
    display: flex;
    justify-content: center;
    align-items: end;
}

.fame-247 {
    width: 1050px;
    height: 60px;
    display: flex;
    justify-content: center;
}

.fame-247-btn-1 {
    width: 525px;
    height: 60px;
    gap: 16px;
    border-bottom-width: 2px;
    padding-right: 30px;
    padding-left: 30px;
    border-bottom: 2px solid #858584;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fame-247-btn-1 p {
    width: 54px;
    height: 31px;
    font-family: Work Sans;
    font-weight: 600;
    font-size: 22px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
}

.fame-247-btn-1 button {
    width: 50px;
    height: 32px;
    gap: 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    border-radius: 20px;
    background: #858584;
    font-family: Space Mono;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
}

.fame-247-btn-2 {
    width: 525px;
    height: 60px;
    gap: 16px;
    border-bottom-width: 2px;
    padding-right: 30px;
    padding-left: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fame-247-btn-2 p {
    width: 122px;
    height: 31px;
    font-family: Work Sans;
    font-weight: 600;
    font-size: 22px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #858584;
}

.fame-247-btn-2 button {
    width: 40px;
    height: 32px;
    gap: 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    border-radius: 20px;
    background: #3B3B3B;
    font-family: Space Mono;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #FFFFFF;
    border: none;
    outline: none;
}

.nft-cards-row {
    width: 1050px;
    height: 469px;
    gap: 30px;
    display: flex;
    align-items: center;
}

.nft-card {
    width: 330px;
    height: 469px;
    min-width: 260px;
    border-radius: 20px;
    border-radius: 20px;
    background: #2B2B2B;
    transition: 0.7s;
}

.nft-card img {
    width: 330px;
    height: 295px;
    gap: 10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.nft-card:hover {
    transform: scale(0.93);
    transition: 0.7s;
}

.nft-info {
    width: 420px;
    height: 173px;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 25px;
    padding-left: 30px;
    gap: 25px;
    display: flex;
    flex-direction: column;
}

.nft-info h1 {
    font-family: Work Sans;
    font-weight: 600;
    font-size: 22px;
    line-height: 140%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 1);
    width: 360px;
    height: 31px;
}

.nft-artist-info {
    display: flex;
    flex-direction: column;
    width: 360px;
    height: 60px;
    gap: 7px;
}

.nft-artist-info-name {
    width: 270px;
    height: 24px;
    gap: 12px;
    display: flex;
}

.nft-artist-info-name img {
    width: 24px;
    height: 24px;
    gap: 10px;
}

.nft-add-info {
    display: flex;
    width: 360px;
    height: 43px;
    border-top-width: 1px;
    align-items: center;
    justify-content: space-around;
}

.nft-add-info-1 {
    width: 180px;
    height: 43px;
    padding-right: 21px;
    gap: 8px;

}

.nft-artist-info-name p {
    font-family: Space Mono;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
}

.nft-add-info h1 {
    font-family: Space Mono;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
}

.nft-add-info p {
    font-family: Space Mono;
    font-weight: 400;
    font-size: 12px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color: rgba(133, 133, 132, 1);
}

.nft-cards-section {
    width: 100%;
    height: 2106px;
    gap: 30px;
    padding-top: 60px;
    padding-bottom: 80px;
    background: #3B3B3B;
    display: flex;
    flex-direction: column;
    align-items: center;
}