* {
    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.92);
}


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;
}

.hero img {
    margin: 0;
    width: 100%;
    height: 560px;
}

.hero {
    width: 100%;
    height: 560px;
}

.artist-info-section {
    width: 100%;
    height: 1239px;
    gap: 300px;
    padding-top: 40px;
    padding-bottom: 40px;
    background: #2B2B2B;
    display: flex;
    justify-content: center;
}

.nft-info {
    width: 605px;
    height: 1159px;
    gap: 30px;
    display: flex;
    flex-direction: column;
}

.nft-info-head-line {
    width: 605px;
    height: 101px;
    gap: 10px;
}

.nft-info-head-line h1 {
    width: 605px;
    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;
}

.nft-info-head-line p {
    width: 605px;
    height: 35px;
    font-family: Work Sans;
    font-weight: 400;
    font-size: 22px;
    line-height: 160%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #858584;
}

.created-by {
    width: 605px;
    height: 76px;
    gap: 10px;
}

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

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

.orbitian {
    width: 605px;
    height: 31px;
    gap: 12px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    font-family: Work Sans;
    font-weight: 600;
    font-size: 22px;
    line-height: 140%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #FFFFFF;
    transition: 0.7s;
}

.description {
    width: 605px;
    height: 640px;
    gap: 10px;
    display: flex;
    flex-direction: column;
}

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

.description-info {
    font-family: Work Sans;
    font-weight: 400;
    font-size: 22px;
    line-height: 160%;
    letter-spacing: 0%;
    width: 605px;
    height: 595px;
    color: #FFFFFF;
}

.details {
    width: 605px;
    height: 125px;
    gap: 10px;
    display: flex;
    flex-direction: column;
}

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


.web-site-link {
    width: 605px;
    height: 35px;
    gap: 10px;
    display: flex;
    align-items: center;
}

.web-site-link a {
    width: 563px;
    height: 35px;
    font-family: Work Sans;
    font-weight: 400;
    font-size: 22px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #FFFFFF;
}

.tags {
    width: 605px;
    height: 97px;
    gap: 20px;
    display: flex;
    flex-direction: column;
}

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

.tags-row {
    width: 605px;
    height: 46px;
    gap: 20px;
    display: flex;
}

.tag {
    height: 46px;
    gap: 12px;
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 20px;
    border: none;
    outline: none;
    background: #3B3B3B;
    font-family: Work Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.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);
}

.auction-timer-cta {
    width: 295px;
    height: 237px;
    gap: 30px;
    border-radius: 20px;
    padding: 30px;
    background: #3B3B3B;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.auction-timer {
    width: 235px;
    height: 87px;
    gap: 10px;
    border-radius: 20px;
    background: #3B3B3B80;
    backdrop-filter: blur(10px)
}

.auction-timer p {
    font-family: Space Mono;
    font-weight: 400;
    font-size: 12px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    width: 235px;
    height: 13px;
    color: #FFFFFF;
}

.auction-timer-container {
    width: 235px;
    height: 61px;
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.auction-timer-container-1 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.auction-timer-container-1 h1 {
    font-family: Space Mono;
    font-weight: 700;
    font-size: 38px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 1);
    width: 53px;
    height: 46px;
}

.auction-timer-container-1 p {
    font-family: Space Mono;
    font-weight: 700;
    font-size: 28px;
    line-height: 140%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 1);
    width: 18px;
    height: 39px;
}

.auction-timer-container-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 275px;
}

.auction-timer-container-2 p {
    font-family: Space Mono;
    font-weight: 400;
    font-size: 12px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
}

.auction-timer-cta button {
    width: 235px;
    height: 60px;
    padding-right: 50px;
    padding-left: 50px;
    gap: 12px;
    border-radius: 20px;
    background: #A259FF;
    font-family: Work Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    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: rgba(59, 59, 59, 1);
    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-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;
}

.more-nft {
    width: 100%;
    height: 1807px;
    padding-top: 80px;
    padding-right: 195px;
    padding-bottom: 80px;
    padding-left: 195px;
    gap: 60px;
    background: #2B2B2B;
    display: flex;
    flex-direction: column;
}

.more-nft-head-line {
    width: 1050px;
    height: 60px;
    gap: 100px;
    display: flex;
    align-items: center;
}

.more-nft-head-line h1 {
    font-family: Work Sans;
    font-weight: 600;
    font-size: 38px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: capitalize;
    width: 683px;
    height: 46px;
    color: #FFFFFF;
}

.more-nft-head-line button {
    width: 267px;
    height: 60px;
    padding-right: 50px;
    padding-left: 50px;
    gap: 12px;
    border-radius: 20px;
    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;
}