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

a{
    text-decoration: none;
}

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

.hero-section {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 704px;
    width: 100%;
    gap: 30px;
    padding-top: 80px;
    padding-right: 195px;
    padding-bottom: 80px;
    padding-left: 195px;
    background: rgba(43, 43, 43, 1);
}

.hero-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 510px;
    height: 544px;
    gap: 30px;

}

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

}

.hero-info-btn:hover {
    transform: scale(0.93);
    transition: 1s;
}

.hero-info-title {
    font-family: Work Sans;
    font-weight: 600;
    font-size: 67px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: capitalize;
    width: 510px;
    height: 222px;
    color: rgba(255, 255, 255, 1);
}

.hero-info-p {
    font-family: Work Sans;
    font-weight: 400;
    font-size: 22px;
    line-height: 160%;
    letter-spacing: 0%;
    text-transform: capitalize;
    width: 510px;
    height: 105px;
    color: rgba(255, 255, 255, 1);
}

.additional-info {
    display: flex;
    align-items: center;
    width: 510px;
    height: 77px;
    gap: 30px;
}

.total-sale {
    width: 150px;
    height: 77px;
    border-radius: 20px;
}

.total-sale h1 {
    font-family: Space Mono;
    font-weight: 700;
    font-size: 28px;
    line-height: 140%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: capitalize;
    width: 150px;
    height: 39px;
    color: rgba(255, 255, 255, 1);
}

.total-sale p {
    font-family: Work Sans;
    font-weight: 400;
    font-size: 23.99px;
    line-height: 160%;
    letter-spacing: 0%;
    text-transform: capitalize;
    width: 150px;
    height: 38px;
    color: rgba(255, 255, 255, 1);
}

.hero-img-card {
    width: 510px;
    height: 510px;
    gap: 0px;
}

.hero-img-card-acc {
    display: flex;
    align-items: center;
    width: 470px;
    height: 24px;
    gap: 12px;
    border-radius: 20px;
}

.hero-img-card-acc p {
    font-family: Work Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
}

.hero-img-card h2 {
    font-family: Work Sans;
    font-weight: 600;
    font-size: 22px;
    line-height: 140%;
    letter-spacing: 0%;
    text-transform: capitalize;
    width: 470px;
    height: 31px;
    color: rgba(255, 255, 255, 1);
}

.hero-img-card-part {
    width: 510px;
    height: 109px;
    gap: 10px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 20px;
    background: rgba(59, 59, 59, 1);
}

.trending-collection {
    width: 100%;
    height: 836px;
    gap: 60px;
    padding-top: 80px;
    padding-bottom: 80px;
    background: rgba(43, 43, 43, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.trending-collection-head-line {
    width: 1046px;
    height: 91px;
    gap: 10px;
}

.trending-collection-head-line h1 {
    width: 1046px;
    height: 46px;
    gap: 10px;
    font-family: Work Sans;
    font-weight: 600;
    font-size: 38px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 1);
}

.trending-collection-head-line p {
    width: 1046px;
    height: 35px;
    font-family: Work Sans;
    font-weight: 400;
    font-size: 22px;
    line-height: 160%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 1);
}

.collection-card-row {
    width: 1050px;
    height: 525px;
    gap: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.collection-card {
    width: 330px;
    height: 525px;
    gap: 15px;
    border-radius: 20px;
    background: rgba(43, 43, 43, 1);
    display: flex;
    flex-direction: column;
}

.collection-card-photos {
    width: 330px;
    height: 445px;
    gap: 15px;
    display: flex;
    flex-direction: column;
}

.collection-card-photos img {
    transition: 0.7s;
}

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

.collection-card-mini-photos-card {
    transition: 0.7s;
}

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

.collection-card-mini-photos {
    width: 330px;
    height: 100px;
    gap: 15px;
    display: flex;
}

.collection-card-mini-photos-card {
    width: 100px;
    height: 100px;
    gap: 10px;
    border-radius: 20px;
    padding-top: 32px;
    padding-bottom: 32px;
    background: rgba(162, 89, 255, 1);
    font-family: Space Mono;
    font-weight: 700;
    font-size: 22px;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

.collection-info {
    width: 330px;
    height: 65px;
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.collection-info h1 {
    width: 330px;
    height: 31px;
    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);
}

.collection-info-part {
    width: 330px;
    height: 24px;
    gap: 12px;
    border-radius: 20px;
    display: flex;
}

.collection-info-part p {
    width: 294px;
    height: 22px;
    font-family: Work Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
}

.collection-info-part img {
    transition: 0.7s;
}

.collection-info-part img:hover {
    transition: 0.7s;
    transform: scale(0.93);
}

.top-rated-head-line {
    width: 1050px;
    height: 91px;
    gap: 100px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.top-rated-artists {
    background: rgba(43, 43, 43, 1);
    width: 100%;
    height: 1085px;
    padding-top: 80px;
    padding-right: 195px;
    padding-bottom: 80px;
    padding-left: 195px;
    padding-left: 195px;
    gap: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.top-rated-head-line-info {
    width: 703px;
    height: 91px;
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.top-rated-head-line-info h1 {
    width: 703px;
    height: 46px;
    gap: 10px;
    font-family: Work Sans;
    font-weight: 600;
    font-size: 38px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 1);
}

.top-rated-head-line-info p {
    font-family: Work Sans;
    font-weight: 400;
    font-size: 22px;
    line-height: 160%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 1);
}

.top-rated-head-line button {
    width: 247px;
    height: 60px;
    padding-right: 50px;
    padding-left: 50px;
    gap: 12px;
    border-radius: 20px;
    border-width: 2px;
    border: 2px solid 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);
    background: local;
    display: flex;
    align-items: center;
    transition: 0.7s;
}

.top-rated-head-line button:hover {
    transform: scale(0.93);
    transition: 0.7s;
}

.artist-cards-grid {
    width: 1050px;
    height: 774px;
    gap: 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;

}

.artist-cards-row {
    width: 1050px;
    height: 238px;
    gap: 30px;
    display: flex;
}

.artist-card {
    width: 240px;
    height: 238px;
    gap: 20px;
    border-radius: 20px;
    padding: 20px;
    background: rgba(59, 59, 59, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.7s;
}

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

.artist-info {
    width: 200px;
    height: 58px;
    gap: 5px;
}

.artist-info h1 {
    width: 200px;
    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: rgba(255, 255, 255, 1);
}

.artist-info-part {
    width: 200px;
    height: 22px;
    gap: 10px;
    display: flex;
    align-items: center;
}

.artist-info-part p {
    width: 95px;
    height: 22px;
    font-family: Work Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: right;
    color: rgba(133, 133, 132, 1);
}

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

.browse-categories {
    height: 928px;
    padding-top: 80px;
    padding-right: 195px;
    padding-bottom: 80px;
    padding-left: 195px;
    gap: 60px;
    background: rgba(43, 43, 43, 1);
    display: flex;
    flex-direction: column;
    align-items: center;

}

.browse-categories-head-line {
    width: 1050px;
    height: 46px;
    gap: 10px;
}

.browse-categories-head-line h1 {
    font-family: Work Sans;
    font-weight: 600;
    font-size: 38px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 1);
}

.browse-categories-cards {
    width: 1050px;
    height: 662px;
    gap: 30px;
    display: flex;
    flex-direction: column;
}

.browse-categories-row {
    width: 1050px;
    height: 316px;
    gap: 30px;
    display: flex;
    align-items: center;
}

.browse-categories-card {
    width: 240px;
    height: 316px;
    border-radius: 20px;
    background: rgba(59, 59, 59, 1);
    transition: 0.7s;
}

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

.browse-categories-card-name {
    width: 240px;
    height: 76px;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 25px;
    padding-left: 30px;
    gap: 25px;
}

.browse-categories-card-name 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);
}

.browse-categories-card-img {
    width: 240px;
    height: 240px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#browse-categories-card-img-1 {
    background-image: url('image-placeholders/Image Placeholder.png');
}

#browse-categories-card-img-2 {
    background-image: url('image-placeholders/Image Placeholder (1).png');
}

#browse-categories-card-img-3 {
    background-image: url('image-placeholders/Image Placeholder (2).png');
}

#browse-categories-card-img-4 {
    background-image: url('image-placeholders/Image Placeholder (3).png');
}

#browse-categories-card-img-5 {
    background-image: url('image-placeholders/Image Placeholder (4).png');
}

#browse-categories-card-img-6 {
    background-image: url('image-placeholders/Image Placeholder (5).png');
}

#browse-categories-card-img-7 {
    background-image: url('image-placeholders/Image Placeholder (6).png');
}

#browse-categories-card-img-8 {
    background-image: url('image-placeholders/Image Placeholder (7).png');
}

.discover-more {
    height: 780px;
    padding-top: 80px;
    padding-right: 195px;
    padding-bottom: 80px;
    padding-left: 195px;
    gap: 60px;
    background: rgba(43, 43, 43, 1);
    display: flex;
    align-items: center;
    flex-direction: column;
}

.discover-more-head-line {
    width: 1050px;
    height: 91px;
    gap: 100px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}


.top-rated-head-line {
    width: 1050px;
    height: 91px;
    gap: 100px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.discover-more-head-line-info {
    width: 703px;
    height: 91px;
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.discover-more-head-line-info h1 {
    width: 703px;
    height: 46px;
    gap: 10px;
    font-family: Work Sans;
    font-weight: 600;
    font-size: 38px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 1);
}

.discover-more-head-line-info p {
    font-family: Work Sans;
    font-weight: 400;
    font-size: 22px;
    line-height: 160%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 1);
}

.discover-more-head-line button {
    width: 247px;
    height: 60px;
    padding-right: 50px;
    padding-left: 50px;
    gap: 12px;
    border-radius: 20px;
    border-width: 2px;
    border: 2px solid 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);
    background: local;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.7s;
}

.discover-more-head-line button:hover {
    transform: scale(0.93);
    transition: 0.7s;
}

.nft-cards-row {
    width: 1320px;
    height: 469px;
    gap: 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.nft-card {
    width: 420px;
    height: 469px;
    min-width: 260px;
    border-radius: 20px;
    background: rgba(59, 59, 59, 1);
    transition: 0.7s;
}

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

.auction-timer {
    width: 295px;
    height: 144px;
    gap: 10px;
    border-radius: 20px;
    padding: 30px;
    background: rgba(59, 59, 59, 0.5);
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
}

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

.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: 235;
}

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

.how-it-works {
    width: 100%;
    height: 738px;
    padding-top: 80px;
    padding-right: 195px;
    padding-bottom: 80px;
    padding-left: 195px;
    gap: 48px;
    background: rgba(43, 43, 43, 1);
    display: flex;
    flex-direction: column;
    align-items: center;

}

.how-it-works-head-line {
    width: 1050px;
    height: 91px;
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.how-it-works-head-line h1 {
    width: 1050px;
    height: 46px;
    font-family: Work Sans;
    font-weight: 600;
    font-size: 38px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 1);
}

.how-it-works-head-line P {
    font-family: Work Sans;
    font-weight: 400;
    font-size: 22px;
    line-height: 160%;
    letter-spacing: 0%;
    text-transform: capitalize;
    width: 1050px;
    height: 35px;
    color: rgba(255, 255, 255, 1);
}

.how-it-works-row {
    width: 1050;
    height: 439;
    gap: 30px;
    display: flex;
    align-items: center;
}

.how-it-works-card {
    width: 330px;
    height: 439px;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    gap: 20px;
    border-radius: 20px;
    background: rgba(59, 59, 59, 1);
}

.how-it-works-info {
    width: 270px;
    height: 129px;
    gap: 10px;
    display: flex;
    flex-direction: column;
}

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

.how-it-works-info p {
    font-family: Work Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    width: 270px;
    height: 88px;
}

.subscribe-w {
    width: 100%;
    height: 550px;
    padding-top: 40px;
    padding-right: 195px;
    padding-bottom: 80px;
    padding-left: 195px;
    gap: 10px;
    background: rgba(43, 43, 43, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.subscribe-w-container {
    width: 1050px;
    height: 430px;
    gap: 80px;
    border-radius: 20px;
    padding: 60px;
    background: rgba(59, 59, 59, 1);
    display: flex;
}

.subscribe-w-info {
    width: 425px;
    height: 272px;
    gap: 40px;
    display: flex;
    flex-direction: column;
}

.subscribe-w-info h1 {
    font-family: Work Sans;
    font-weight: 600;
    font-size: 38px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 1);
    width: 425px;
    height: 92px;
}

.subscribe-w-info p {
    width: 425;
    height: 70;
    font-family: Work Sans;
    font-weight: 400;
    font-size: 22px;
    line-height: 160%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 1);
}

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