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

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

#create-account-section-form-sub-btn{
    transition: 0.7s;
    border: none;
}

#create-account-section-form-sub-btn:hover {
    transition: 0.7s;
    transform: scale(0.95);   
}

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

.create-account-section {
    width: 100%;
    height: 691;
    gap: 60px;
    background: rgba(43, 43, 43, 1);
    display: flex;
    align-items: center;
}


.create-account-section-image img {
    height: 691px;
    min-width: 720px;
}

.create-account-section-form {
    width: 610px;
    height: 691px;
    padding-top: 100px;
    padding-bottom: 100px;
    gap: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.create-account-section-form form {
    width: 330px;
    height: 305px;
    gap: 30px;
    display: flex;
    flex-direction: column;
}

.create-account-section-form-head-line {
    width: 460px;
    height: 146px;
    gap: 40px;
}

.create-account-section-form-head-line h1 {
    width: 460px;
    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: rgba(255, 255, 255, 1);
}

.create-account-section-form-head-line p {
    width: 460px;
    height: 70px;
    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);
}

.create-account-form-btns {
    width: 330px;
    height: 229px;
    gap: 15px;
    display: flex;
    flex-direction: column;
}

.create-account-section-form form .button {
    width: 330px;
    height: 46px;
    padding-top: 16px;
    padding-right: 20px;
    padding-bottom: 16px;
    padding-left: 20px;
    gap: 12px;
    border-radius: 20px;
    border-width: 1px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(133, 133, 132, 1);
    gap: 12px;
    display: flex;
    align-items: center;
    text-align: left;
}

.create-account-section-form form input::placeholder {
    width: 258px;
    height: 22px;
    font-family: Work Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    color: rgba(43, 43, 43, 1);
}

.create-account-section-form form input {
    background: local;
    border: none;
    outline: none;
    width: 258px;
    height: 22px;
    font-family: Work Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    color: rgba(43, 43, 43, 1);
}

#create-account-section-form-sub-btn {
    width: 330px;
    height: 46px;
    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;
    vertical-align: middle;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}


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

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