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

body {
    overflow-x: hidden;
}

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

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

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

button{ 
    transition: 0.7s;
}

button:hover{
    transition: 0.7s;
    transform: scale(0.95);
}

a {
    text-decoration: none;
}

header {
    background: rgba(43, 43, 43, 1);
    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;
}

.profile-image {
    width: 100%;
    height: 370px;
    background: rgba(43, 43, 43, 1);
}

.profile-image-main {
    width: 100%;
    height: 320px;
    background-image: url('/artist images -1/Image PlaceHolder.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.profile-img {
    position: relative;
    top: -75px;
    width: 1050px;
    height: 120px;
    margin-left: 85px;
    margin-right: 85px;
}

.artistic-info-section {
    width: 100%;
    height: 457px;
    gap: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
    background: #2B2B2B;
    display: flex;
    align-items: center;
    justify-content: center;
}

.artistic-info {
    width: 1050px;
    height: 377px;
    gap: 30px;
    display: flex;
}

.artistic-info-primary {
    width: 599px;
    height: 377px;
    gap: 30px;
    display: flex;
    flex-direction: column;
}

.artistic-info-primary-head-line h1 {
    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;
    width: 510px;
    height: 56px;
}

.stats {
    width: 510px;
    height: 74px;
    gap: 20px;
    border-radius: 20px;
    display: flex;
}

.stats-part {
    width: 156.67px;
    height: 74px;
    border-radius: 20px;
}

.stats-part h2 {
    width: 156.67px;
    height: 39px;
    font-family: Space Mono;
    font-weight: 700;
    font-size: 28px;
    line-height: 140%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: capitalize;
    color: #FFFFFF;
}

.stats-part p {
    width: 156.67px;
    height: 35px;
    font-family: Work Sans;
    font-weight: 400;
    font-size: 22px;
    line-height: 160%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #FFFFFF;
}

.bio {
    width: 599px;
    height: 80px;
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.bio h3 {
    width: 599px;
    height: 35px;
    font-family: Space Mono;
    font-weight: 700;
    font-size: 22px;
    line-height: 160%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #858584;
}

.bio p {
    width: 599px;
    height: 35px;
    font-family: Work Sans;
    font-weight: 400;
    font-size: 22px;
    line-height: 160%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #FFFFFF;
}

.web-links {
    width: 599px;
    height: 77px;
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.web-links p {
    width: 68px;
    height: 35px;
    font-family: Space Mono;
    font-weight: 700;
    font-size: 22px;
    line-height: 160%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #858584;
}

.web-links .icons {
    width: 200px;
    height: 32px;
    gap: 10px;
    display: flex;
}

.ctas {
    width: 351px;
    height: 60px;
    gap: 20px;
    display: flex;
}

.ctas-btn-1 {
    width: 186px;
    height: 60px;
    gap: 12px;
    border-radius: 20px;
    padding-right: 50px;
    padding-left: 50px;
    background: #A259FF;
    font-family: Work Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
}

.ctas-btn-2 {
    width: 145px;
    height: 60px;
    gap: 12px;
    border-radius: 20px;
    padding-right: 30px;
    padding-left: 30px;
    border-width: 2px;
    border: 2px solid #A259FF;
    background: local;
    font-family: Work Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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

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

#tap-active {
    border-bottom: 2px solid #858584;
}

#tap-active p {
    width: 86px;
    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;
}

#tap-active button {
    width: 50px;
    height: 32px;
    gap: 10px;
    border-radius: 20px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    background: #858584;
    font-family: Space Mono;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #FFFFFF;
    border: none;
    outline: none;
}

.tab p {
    font-family: Work Sans;
    font-weight: 600;
    font-size: 22px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #858584;
}

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

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

.nft-cards-row {
    width: 1320px;
    height: 469px;
    gap: 30px;
    display: flex;
    justify-content: space-around;
    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 {
    display: flex;
    align-items: center;
    width: 360px;
    height: 24px;
    gap: 12px;

}

.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-highlight-img {
    width: 100%;
    height: 640px;
    background-image: url('images-3/nft-background.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
}

.nft-highlight {
    width: 100%;
    height: 640px;
    background: linear-gradient(180deg, rgba(162, 89, 255, 0) 0%, #A259FF 100%);
    display: flex;
    align-items: end;
    height: 640px;
    padding-top: 360px;
    padding-right: 195px;
    padding-bottom: 140px;
    padding-left: 195px;
}

.nft-highlight-frame {
    width: 1050px;
    height: 220px;
    display: flex;
    align-items: end;
}

.nft-highlight-frame-1 {
    display: flex;
    flex-direction: column;
    width: 755px;
    height: 220px;
    gap: 30px;

}

.nft-highlight-frame-1 h1 {
    width: 755px;
    height: 56px;
    font-family: Work Sans;
    font-weight: 600;
    font-size: 51px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 1);
}

.nft-highlight-frame-1-btn-2 {
    width: 198px;
    height: 60px;
    padding-top: 22px;
    padding-right: 50px;
    padding-bottom: 22px;
    padding-left: 50px;
    gap: 12px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 1);
    font-family: Work Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(43, 43, 43, 1);
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    transition: 0.7s;
}

.nft-highlight-frame-1-btn-2:hover {
    transform: scale(0.93);
    transition: 0.7s;
}

.nft-highlight-frame-1-btn-1 {
    width: 151px;
    height: 44px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    gap: 12px;
    border-radius: 20px;
    background: rgba(59, 59, 59, 1);
    font-family: Work Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
    border: none;
    outline: none;
    display: flex;
    align-items: center;
}





.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: rgba(59, 59, 59, 1);
    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);        
}