    /* styling */

    .nft-web.whole-body {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
    }

    .ajax-loader-class {
        background-image: url(../images/send-email-loader.gif);
          background-position: center;
          background-repeat: no-repeat;
          background-size: 100px;
          position: fixed;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          background-color: #ffffffc4;
          z-index: 40;
          display : none;
    }

    @font-face {
        font-family: 'Bebas Neue';
        src: url('../fonts/BebasNeueBold.woff2') format('woff2'),
            url('../fonts/BebasNeueBold.woff') format('woff'),
            url('../fonts/BebasNeueBold.ttf') format('truetype');
        font-weight: bold;
        font-style: normal;
        font-display: swap;
    }


    @font-face {
        font-family: 'Roboto';
        src: url('../fonts/Roboto-Medium.woff2') format('woff2'),
            url('../fonts/Roboto-Medium.woff') format('woff'),
            url('../fonts/Roboto-Medium.ttf') format('truetype');
        font-weight: 500;
        font-style: normal;
        font-display: swap;
    }

    .nft-web.whole-body {
        font-family: 'Bebas Neue', 'Roboto';
        overflow-x: hidden;
    }


    /* stylez */
    /* header-area */
    .nft-web .header-area {
        position: absolute;
        z-index: 1;
        left: 0;
        right: 0;
    }


    /* banner-area */
    .nft-web .project-image.mobile {
        display: none;
    }

    .nft-web .project-content-box {
        position: absolute;
        max-width: 68%;
        width: 100%;
        margin: 0 auto;
        top: 51%;
        transform: translate(0%, -50%);
    }

    .nft-web .project-area {
        position: relative;
    }

    .nft-web .project-area-box {
        position: absolute;
        top: 53%;
        transform: translate(0%, -50%);
    }

    /* input-box */
    .nft-web .input-email-box {
        position: relative;
        width: 100%;
        max-width: 28%;
        margin-top: 90px;
    }

    .nft-web input.icontrol {
        border-radius: 30px;
        padding: 16px 16px;
        font-family: 'Roboto';
    }

    .nft-web input:focus {
        outline: none;
    }

    .nft-web .rocket-image {
        position: absolute;
        top: 4px;
        right: 10px;
        cursor: pointer;
    }

    .nft-web .rocket-image img {
        width: 50px;
    }

    /*  */

    .nft-web .stylez-logo img {
        width: 160px;
        height: auto;
        object-fit: cover;
    }

    .nft-web .project-text h2 {
        font-size: 55px;
        color: white;
        padding-bottom: 40px;
        line-height: 1;
        margin: 0px;
    }

    .nft-web .project-text p {
        font-size: 18px;
        color: white;
        font-family: 'Roboto';
        line-height: 1.2;
        font-weight: normal;
        margin: 0px;
    }

    .nft-web .project-text.mobile {
        display: none;
    }

    .nft-web .stylez-logo {
        padding-top: 110px;
    }

    /* benefit-area */
    .nft-web .benefit-area {
        position: relative;
    }

    .nft-web .benefit-whole-box {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0%, -50%);
    }

    .nft-web .benefit-img-items-box {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-bottom: 14px;
    }

    .nft-web .benefit-whole-box {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0%, -50%);
        width: 100%;
        max-width: 42%;
        margin: 0 auto;
    }

    .nft-web .benefit-title h2 {
        font-size: 65px;
        line-height: 0.9;
        text-transform: uppercase;
        color: white;
        margin-bottom: 40px;
        font-family: 'Bebas Neue';
    }

    .nft-web .benefit-listing {
        padding: 0px;
    }

    .nft-web .benefit-listing li {
        list-style-type: none;
    }

    .nft-web .benefit-image img {
        width: 22px;
        height: auto;
        object-fit: cover;

    }

    .nft-web .benefit-image {
        padding-right: 16px;
    }

    .nft-web .benefit-items {
        color: white;
        font-family: 'Roboto';
        font-size: 21px;
        font-weight: normal;
    }

    .nft-web .more-text {
        color: white;
        font-family: 'Roboto';
        font-size: 20px;
        font-weight: normal;
        padding-top: 12px;
    }

    .nft-web .input-email-box.benefit-emailbox {
        width: 100%;
        max-width: 35%;
        margin-top: 50px;
    }

    .nft-web .benefit-items span {
        color: white;
        background-color: #006b96;
        font-family: 'Bebas Neue';
        font-size: 32px;
        display: inline-block;
        padding: 0px 6px;
        line-height: 1;
    }

    .benefit-banner.mobile {
        display: none;
    }

    .nft-web input.icontrol:focus {
        box-shadow: none;
    }

    /* hairdresser-area */
    .nft-web .hairdresser-area .hair-dresser-text p {
        font-size: 60px;
        font-family: 'Bebas Neue';
        line-height: 0.9;
        margin: 0px;
        padding-bottom: 25px;
    }

    .nft-web .hairdresser-area .hair-dresser-text h3 {
        font-size: 75px;
        margin: 0px;
        padding-bottom: 30px;
    }

    .nft-web .hairdresser-area .hair-dresser-text h4 {
        font-family: 'Roboto';
        font-size: 20px;
        margin: 0px;
    }

    .nft-web .hairdresser-area .input-email-box.hairdresser-emailbox {
        margin-top: 60px;
        width: 100%;
        max-width: 33%;
    }

    .nft-web .hairdresser-area .help-text p {
        margin: 0px;
        padding-top: 45px;
        font-size: 42px;
        line-height: 1;
    }

    .nft-web .hairdresser-area {
        padding: 100px 0px;
    }

    .nft-web .hairdresser-area .hairdresser-image {
        position: absolute;
        width: 100%;
        max-width: 30%;
        width: 100%;
    }

    .nft-web .hairdresser-area .row.hairdresser {
        display: flex;
        justify-content: center;
        align-items: baseline;
    }

    .nft-web .hairdresser-area .hair-dresser-text p.mobile {
        display: none;
    }


    /* 23rd Dec Section Four (dropping area)*/
    .nft-web .dropping-area {
        position: relative;
    }

    .nft-web .dropping-area .dropping-box {
        position: absolute;
        top: 47%;
        transform: translate(0%, -50%);
    }

    .nft-web .dropping-area .dropping-text-area h2 {
        color: white;
        font-size: 65px;
        line-height: 0.9;
        font-family: 'Bebas Neue';
        margin: 0px;
    }

    /* .nft-web .dropping-area .dropping-text-area {
        padding-left: 241px;
    } */
    .nft-web .dropping-area.mobile {
        display: none;
    }


    /* 24th Dec Section Five (believe area)*/
    .nft-web .believe-area {
        background-color: #c9f5f6;
    }

    .nft-web .believe-area .believe-title-box h2 {
        font-family: 'Bebas Neue';
        font-size: 63px;
        line-height: 0.9;
        padding-bottom: 50px;
        margin: 0px;
    }

    .nft-web .believe-area .believe-content-box {
        padding: 100px 0px;
    }

    .nft-web .believe-area .believe-title-box {
        font-size: 63px;
        margin: 0px;
    }

    .nft-web .believe-area .believe-title-box h3 {
        font-size: 50px;
        padding-bottom: 40px;
        margin: 0px;
    }

    .nft-web .believe-area .believe-icon img {
        width: 60px;
        height: auto;
        object-fit: contain;
        max-width: 90px;
        max-height: 60px;
    }

    .nft-web .believe-area .belive-text {
        padding-left: 0px;
    }

    .nft-web .believe-area .belive-text p {
        font-size: 17px;
        font-family: 'Roboto';
        margin: 0px;
        padding-left: 40px;
    }

    .nft-web .believe-area .belive-box {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-bottom: 40px;
        padding-right: 10px;
    }

    /* roadmap area */

    .nft-web .roadmap-area {
        position: relative;
    }

    .nft-web .roadmap-area .roadmap-content-box {
        position: absolute;
        top: 50%;
        transform: translate(0%, -50%);
    }

    .nft-web .roadmap-area .roadmap-box {
        padding-right: 110px;
    }

    .nft-web .roadmap-area .roadmap-list {
        padding: 0;
        list-style: none;
    }



    .nft-web .roadmap-area .roadmap-title-box h2 {
        font-size: 63px;
        margin: 0px;
        padding-bottom: 40px;
    }

    .nft-web .roadmap-area .roadmap-box h2 {
        font-size: 35px;
        white-space: nowrap;
        margin: 0px;
        padding-bottom: 20px;
    }

    .nft-web .roadmap-area .roadmap-list li {
        font-size: 20px;
        font-family: 'Roboto';
        white-space: nowrap;
    }

    .nft-web .roadmap-area .mobile {
        display: none;
    }


    /* footer-area */
    .nft-web .footer-area .footer-content-box {
        padding: 120px 0;
    }

    .nft-web .footer-area .footer-title-box h2 {
        font-size: 60px;
        line-height: 0.9;
        margin: 0px;
    }

    .nft-web .footer-area .footer-title-box .first-title {
        margin-bottom: 30px;
    }

    .nft-web .footer-area .second-title img {
        width: 60px;
        object-fit: cover;
        position: relative;
        bottom: -10px;
    }

    .nft-web .footer-area .second-title span {
        padding-left: 25px;
    }

    .nft-web .footer-area .stylez-logo {
        margin-bottom: 30px;
    }

    .nft-web .footer-area .footer-hashtags-box a {
        font-style: italic;
        font-size: 46px;
       margin-right: 46px;
    }

    .nft-web .footer-area .copyright-text {
        margin-top: 10px;
    }

    .nft-web .footer-area .copyright-text p {
        font-family: 'Roboto';
        font-size: 18px;
    }

    .nft-web .footer-area .footer-hashtags-box a {
        color: black;
        text-decoration: none;
    }

    .nft-web .footer-area .hashtags-whole-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .nft-web .footer-area .join-btn button {
        background-color: #5865f2;
        border: none;
        border-radius: 34px;
        padding: 11px 50px;
        font-size: 22px;
        display: inline-block;
    }

    .nft-web .footer-area .join-btn span {
        padding-left: 12px;
    }

    .nft-web .footer-area .join-btn img {
        width: 40px;
        object-fit: cover;
        height: auto;
    }

    /* 12th Jan */

    .nft-web .nft-msg-email
    {
        font-family: 'Roboto';
        font-size: 18px;
    }
    .nft-web #nft-succ-email
    {
        color: green;
    }

    .nft-web #nft-err-email
    {
        color: red;
    }


    /* Media Queries */

    @media screen and (max-width: 1900px) {}

    @media screen and (max-width: 1465px) {

        .nft-web .benefit-title h2 {
            font-size: 45px;
            margin-bottom: 27px;
        }

        .nft-web .benefit-items {
            font-size: 17px;
        }

        .nft-web .benefit-items span {
            font-size: 24px;
        }

        .nft-web .benefit-image img {
            width: 18px;
        }

        .nft-web .more-text {
            font-size: 17px;
        }

        .nft-web .input-email-box.benefit-emailbox {
            max-width: 45%;
            margin-top: 22px;
        }

        .nft-web .benefit-img-items-box {
            padding-bottom: 12px;
        }

    }

    @media screen and (max-width: 1440px) {

        /* project-area */
        .nft-web .stylez-logo {
            padding-top: 65px;
        }

        .nft-web .project-content-box {
            top: 60%;
        }

        .nft-web .project-area .input-email-box {
            max-width: 29%;
        }

        /* benefit-area */
        .nft-web .benefit-title h2 {
            font-size: 40px;
        }

        .nft-web .benefit-items {
            font-size: 15px;
        }

        .nft-web .benefit-image img {
            width: 18px;
        }

        .nft-web .benefit-items span {
            font-size: 22px;
        }

        .nft-web .more-text {
            font-size: 15px;
            padding-top: 0px;
        }

        .nft-web .benefit-img-items-box {
            padding-bottom: 10px;
        }

        .nft-web .benefit-title h2 {
            margin-bottom: 30px;
        }

        .nft-web .input-email-box.benefit-emailbox {
            max-width: 46%;
            margin-top: 22px;
        }

        .nft-web .benefit-whole-box {
            max-width: 43%;
        }

        .nft-web .project-text h2 {
            font-size: 45px;
        }

        /* hairdresser-area */
        .nft-web .hairdresser-area .hair-dresser-text p {
            font-size: 50px;
        }

        .nft-web .hairdresser-area .hair-dresser-text h3 {
            font-size: 60px;
        }

        .nft-web .hairdresser-area .input-email-box.hairdresser-emailbox {
            max-width: 40%;
        }

        .nft-web .hairdresser-area .help-text p {
            font-size: 36px;
        }

        /* 23rd Dec (Dropping area) */
        .nft-web .dropping-area .dropping-text-area h2 {
            font-size: 47px;
        }

        .nft-web .dropping-area .dropping-text-area {
            padding-left: 70px;
        }

        /* believe-area */
        .nft-web .believe-area .belive-text p {
            padding-left: 30px;
        }

        .nft-web .believe-area .believe-title-box h2 {
            font-size: 50px;
            padding-bottom: 40px;

        }

        .nft-web .believe-area .belive-text p {
            font-size: 15px;
        }



        /* 27th Dec (Roadmap area) */
        .nft-web .roadmap-area .roadmap-title-box h2 {
            font-size: 52px;
        }

        .nft-web .roadmap-area .roadmap-box h2 {
            font-size: 30px;
        }

        .nft-web .roadmap-area .roadmap-list li {
            font-size: 17px;
        }

        .nft-web .roadmap-area .roadmap-box {
            padding-right: 90px;
        }

        /* footer-area */
        .nft-web .footer-area .footer-title-box h2 {
            font-size: 50px;
        }

        .nft-web .footer-area .footer-hashtags-box a {
            font-size: 36px;
        }

        .nft-web .footer-area .join-btn button {
            font-size: 24px;
        }

        .nft-web .footer-area .copyright-text p {
            font-size: 18px;
        }

    }

    @media screen and (max-width: 1300px) {

        /* project-area */
        .nft-web .project-area .input-email-box {
            max-width: 33%;
        }

        /* benefit-area */
        .nft-web .benefit-title h2 {
            font-size: 34px;
        }

        .nft-web .input-email-box.benefit-emailbox {
            max-width: 55%;
        }

        .nft-web .benefit-image img {
            width: 14px;
        }

        .nft-web .hairdresser-area .input-email-box.hairdresser-emailbox {
            max-width: 40%;
        }

        .nft-web .project-content-box {
            top: 56%;
        }

        /* road-map-area */
        .nft-web .roadmap-area .roadmap-title-box h2 {
            font-size: 42px;
            padding-bottom: 22px;
        }

        .nft-web .footer-area .stylez-logo {
            margin-bottom: 20px;
        }

        .nft-web .footer-area .footer-hashtags-box a {
            font-size: 35px;
        }

        .nft-web .footer-area .footer-content-box {
            padding: 100px 0;
        }

        /* 23rd Dec (Dropping area) */
        .nft-web .dropping-area .dropping-text-area h2 {
            font-size: 43px;
        }

        .nft-web .dropping-area .dropping-text-area {
            padding-left: 100px;
        }
    }

    @media screen and (max-width: 1200px) {

        /* project-area */
        .nft-web .rocket-image img {
            width: 44px;
        }

        .nft-web .project-area .input-email-box {
            max-width: 35%;
        }

        .nft-web .project-area .input-email-box {
            margin-top: 65px;
        }

        .nft-web .project-text h2 {
            font-size: 40px;
        }

        /* benefit-area */
        .nft-web .benefit-title h2 {
            font-size: 30px;
        }

        .nft-web .benefit-whole-box {
            max-width: 45%;
        }

        .nft-web .benefit-items span {
            font-size: 22px;
        }

        .nft-web .more-text {
            font-size: 12px;
        }

        .nft-web .benefit-image {
            padding-right: 12px;
        }

        .nft-web .benefit-items span {
            font-size: 18px;
        }

        .nft-web .benefit-img-items-box {
            padding-bottom: 5px;
        }

        .nft-web input.icontrol {
            font-size: 13px;
        }

        /* hairdresser-area */
        .nft-web .hairdresser-area .hair-dresser-text p {
            font-size: 45px;
        }

        .nft-web .hairdresser-area .hair-dresser-text h3 {
            font-size: 52px;
        }

        .nft-web .hairdresser-area .input-email-box.hairdresser-emailbox {
            max-width: 40%;
        }

        .nft-web .hairdresser-area .help-text p {
            font-size: 33px;
        }

        /* 23rd Dec (Dropping area) */
        .nft-web .dropping-area .dropping-text-area h2 {
            font-size: 35px;
        }

        /* beieve-area */
        .nft-web .believe-area .believe-icon img {
            width: 40px;
        }

        .nft-web .believe-area .belive-text p {
            padding-left: 22px;
        }

        .nft-web .believe-area .believe-content-box {
            padding: 80px 0px;
        }

        .nft-web .believe-area .believe-title-box h2 {
            font-size: 45px;
        }

        .nft-web .believe-area .believe-title-box h3 {
            font-size: 45px;
        }


        /* 27th Dec (Roadmap area) */
        .nft-web .roadmap-area .roadmap-list li {
            font-size: 15px;
        }

        .nft-web .roadmap-area .roadmap-box {
            padding-right: 43px;
        }

        .nft-web .roadmap-area .roadmap-list li {
            white-space: initial;
        }

        .nft-web .footer-area .footer-hashtags-box a {
            font-size: 32px;
            margin-right: 35px;
        }

        .nft-web .roadmap-area .roadmap-box h2 {
            font-size: 25px;
            padding-bottom: 16px;
        }


        /* footer-area */
        .nft-web .footer-area .footer-content-box {
            padding: 104px 0;
        }

        .nft-web .footer-area .footer-title-box h2 {
            font-size: 45px;
        }


        .nft-web .footer-area .footer-hashtags-box a {
            font-size: 34px;
            margin-right: 39px;
        }

        .nft-web .footer-area .join-btn button {
            padding: 8px 16px;
            font-size: 20px;
        }

        .nft-web .footer-area .join-btn img {
            width: 17%;
        }

        .nft-web .footer-area .copyright-text p {
            font-size: 15px;
        }

        .nft-web .footer-area .second-title span {
            padding-left: 10px;
        }
    }

    @media screen and (max-width: 1023px) {

        /* poject-area */
        .nft-web .stylez-logo {
            padding-top: 40px;
        }

        .nft-web .project-text h2 {
            font-size: 30px;
        }

        .nft-web .project-text p {
            font-size: 25px;
        }

        .nft-web .project-area .input-email-box {
            max-width: 47%;
        }

        .nft-web .project-content-box {
            top: 56%;
        }

        .nft-web .project-area .input-email-box {
            margin-top: 40px;
        }

        .nft-web .stylez-logo {
            text-align: center;
            width: 100%;
            max-width: 100%;
            margin: 0 auto;
        }

        .nft-web .stylez-logo img {
            width: 200px;
            height: auto;
        }

        .nft-web .project-text {
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .nft-web .project-area .input-email-box {
            position: relative;
            width: 100%;
            max-width: 38%;
            margin: 0 auto;
            margin-top: 65px;
        }

        .nft-web .project-text h2 {
            font-size: 72px;
        }

        .nft-web .project-image.desktop {
            display: none;
        }

        .nft-web .project-image.mobile {
            display: block;
        }

        .project-text.desktop {
            display: none;
        }

        .project-text.mobile {
            display: block;
        }

        .nft-web .project-content-box {
            position: absolute;
            left: 0;
            right: 0;
            max-width: 100%;
            width: 100%;
            margin: 0 auto;
            top: 70%;
            transform: translate(0%, -50%);
        }

        .nft-web .stylez-logo {
            padding-top: 70px;
        }

        .nft-web .project-text.mobile {
            display: block;
            padding: 0px 15px;
        }

        .nft-web .project-text h2 {
            padding-bottom: 30px;
        }

        .nft-web input.icontrol {
            padding: 18px 16px;
        }

        .nft-web input.icontrol {
            font-size: 16px;
        }

        /* benefit-area */
        .benefit-banner.desktop {
            display: none;
        }

        .benefit-banner.mobile {
            display: block;
        }

        .nft-web .benefit-whole-box {
            max-width: 100%;
            position: absolute;
            left: 0;
            right: 0;
            text-align: center;
        }

        .nft-web .benefit-listing {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
        }

        .nft-web .input-email-box.benefit-emailbox {
            max-width: 38%;
            width: 100%;
            margin: 0 auto;
            margin-top: 60px;
        }

        .nft-web .benefit-title h2 {
            font-size: 65px;
        }

        .nft-web .benefit-items {
            font-size: 27px;
        }

        .nft-web .benefit-image img {
            width: 20px;
        }

        .nft-web .benefit-items span {
            font-size: 32px;
        }

        .nft-web .benefit-img-items-box {
            padding-bottom: 15px;
        }

        .nft-web .benefit-title h2 {
            margin-bottom: 85px;
        }

        .nft-web .more-text {
            font-size: 24px;
            padding-top: 45px;
        }

        .nft-web .rocket-image img {
            width: 52px;
        }

        .nft-web .rocket-image {
            top: 5px;
        }

        /* hairdresser-area */
        .nft-web .hairdresser-area .hairdresser-image {
            position: relative;
            width: 100%;
            max-width: 50%;
            width: 100%;
            margin: 0 auto;
            padding-bottom: 60px;
        }

        .nft-web .hairdresser-area {
            padding: 80px 0px;
        }

        .nft-web .hairdresser-area .row.hairdresser {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column-reverse;

        }

        .nft-web .hairdresser-area .hair-dresser-whole-box {
            text-align: center;
        }

        .nft-web .hairdresser-area .input-email-box.hairdresser-emailbox {
            max-width: 42%;
            margin: 0 auto;
            width: 100%;
            margin-top: 35px;
        }

        .nft-web .hairdresser-area .hair-dresser-text p.mobile {
            display: block;
        }

        .nft-web .hairdresser-area .hair-dresser-text p.desktop {
            display: none;
        }

        .nft-web .hairdresser-area .hair-dresser-text p {
            font-size: 70px;
        }

        .nft-web .hairdresser-area .hair-dresser-text h3 {
            font-size: 70px;
        }

        .nft-web .hairdresser-area .help-text p {
            font-size: 55px;
        }

        .nft-web .hairdresser-area .input-email-box.hairdresser-emailbox {
            max-width: 58%;
        }



        /* (23rd Dec)  Dropping area */
        .nft-web .dropping-area .dropping-box {
            right: 0;
            left: 0;
        }

        .nft-web .dropping-area.desktop {
            display: none;
        }

        .nft-web .dropping-area.mobile {
            display: block !important;
        }

        .nft-web .dropping-area .dropping-text-area {
            padding-left: 0px;
            text-align: center;
        }

        .nft-web .dropping-area .dropping-text-area h2 {
            font-size: 80px;
        }

        .nft-web .dropping-area .dropping-box {
            position: absolute;
            top: 50%;
        }

        /* believe-area */
        .nft-web .believe-area .believe-icon img {
            width: 60px;
        }

        .nft-web .believe-area .third-part {
            padding-top: 20px;
        }

        .nft-web .believe-area .belive-box {
            padding-right: 0px;
        }

        .nft-web .believe-area .believe-content-box {
            padding: 60px 0px;
        }

        /* 27th Dec (Roadmap area) */
        .nft-web .roadmap-area .desktop {
            display: none;
        }

        .nft-web .roadmap-area .mobile {
            display: block;
        }

        .nft-web .roadmap-area .roadmap-content-box {
            left: 0;
            right: 0;
        }

        .nft-web .roadmap-area .roadmap-box {
            padding-right: 0px;
            padding-bottom: 30px;
        }

        .nft-web .roadmap-area .roadmap-content-box {
            text-align: center;
        }

        .nft-web .roadmap-area .roadmap-title-box h2 {
            font-size: 87px;
        }

        .nft-web .roadmap-area .roadmap-box h2 {
            font-size: 40px;
        }

        .nft-web .roadmap-area .roadmap-list li {
            font-size: 24px;
        }


        /* footer-area */

        .nft-web .footer-area .footer-content-box {
            text-align: center;
            margin: 0 auto;
            padding: 94px 0;
        }

        .nft-web .footer-area .footer-title-box .first-title {
            margin-bottom: 40px;
        }

        .nft-web .footer-area .footer-title-box h2 {
            font-size: 65px;
            max-width: 79%;
            margin: 0 auto;
        }

        .nft-web .footer-area .second-title {
            max-width: 64% !important;
        }

        .nft-web .footer-area .second-title span {
            display: none;
        }

        .nft-web .footer-area .jet-img-mobile {
            display: block !important;
            margin-top: 30px;
        }

        .nft-web .footer-area .jet-img-mobile img {
            width: 70px;
            object-fit: cover;
            height: auto;
        }



        .nft-web .footer-area .stylez-logo {
            margin-bottom: 38px;
            margin-top: 20px;
        }

        .nft-web .footer-area .hashtags-whole-box {
            display: block;
        }

        .nft-web .footer-area .footer-hashtags-box {
            width: 100%;
            max-width: 67%;
            margin: 0 auto;
        }

        .nft-web .footer-area .footer-hashtags-box a {
            font-size: 48px;
            margin-right: 17px;
            line-height: 43px;
        }

        .nft-web .footer-area .join-btn {
            margin-top: 30px;
        }

        .nft-web .footer-area .join-btn button {
            padding: 10px 78px;
            font-size: 37px;
        }

        .nft-web .footer-area .join-btn img {
            width: 15%;
        }

        .nft-web .footer-area .copyright-text {
            margin-top: 45px;
        }

        .nft-web .footer-area .copyright-text p {
            font-size: 17px;
        }
        .nft-web .footer-area .footer-title-box .second-title{
            font-size: 60px;
        }

        /* 12th Jan */
        .nft-web .nft-msg-email
        {
            text-align: center;
            display: inherit;
            font-size: 16px;
        }

    }

    @media screen and (max-width: 767px) {

        /* project-area */
        .nft-web .project-text h2 {
            font-size: 38px;
        }

        .nft-web .project-text p {
            font-size: 16px;
        }

        .nft-web .project-area .input-email-box {
            max-width: 70%;
        }

        /* benefit-area */
        .nft-web .benefit-items {
            font-size: 14px;
        }

        .nft-web .benefit-items span {
            font-size: 22px;
        }

        .nft-web .benefit-image img {
            width: 14px;
        }

        .nft-web .benefit-title h2 {
            margin-bottom: 35px;
        }

        .nft-web .benefit-title h2 {
            font-size: 40px;
        }

        .nft-web .more-text {
            font-size: 16px;
            padding-top: 0px;
        }

        .nft-web .benefit-img-items-box {
            padding-bottom: 10px;
        }

        .nft-web .input-email-box.benefit-emailbox {
            max-width: 73%;
        }

        .nft-web .input-email-box.benefit-emailbox {
            margin-top: 40px;
        }

        .nft-web .stylez-logo {
            padding-top: 38px;
        }

        .nft-web .benefit-whole-box {
            padding: 0px 15px;
        }

        .nft-web .project-area .input-email-box {
            margin-top: 50px;
        }

        /* hairdresser-area */
        .nft-web .hairdresser-area .hair-dresser-text p {
            font-size: 42px;
        }

        .nft-web .hairdresser-area .hair-dresser-text h3 {
            font-size: 45px;
            padding-bottom: 16px;
        }

        .nft-web .hairdresser-area .hair-dresser-text h4 {
            font-size: 16px;
        }

        .nft-web .hairdresser-area .input-email-box.hairdresser-emailbox {
            max-width: 72%;
        }

        .nft-web .hairdresser-area .help-text p {
            font-size: 32px;
        }

        .nft-web .hairdresser-area .hairdresser-image {
            padding-bottom: 45px;
        }


        /* 24-dec Dropping area*/
        .nft-web .dropping-area .dropping-text-area h2 {
            font-size: 48px;
        }

        /* believe-area */
        .nft-web .believe-area .believe-content-box {
            text-align: center;
        }

        .nft-web .believe-area .belive-box {
            display: block;
            justify-content: center;
            align-items: center;
        }

        .nft-web .believe-area .believe-icon {
            padding-bottom: 20px;
        }

        .nft-web .believe-area .belive-text p {
            font-size: 18px;
            padding-left: 0px;
        }

        .nft-web .believe-area .belive-text {
            padding: 0px 32px;
        }

        .nft-web .believe-area .believe-title-box h2 {
            font-size: 42px;
        }

        .nft-web .believe-area .believe-icon img {
            width: 70px;
        }


        /* 27th dec (Roadmap area)*/


        .nft-web .roadmap-area .roadmap-title-box h2 {
            font-size: 50px;
        }

        .nft-web .roadmap-area .roadmap-box h2 {
            font-size: 25px;
        }

        .nft-web .roadmap-area .roadmap-list li {
            font-size: 14px;
            line-height: 18px;
        }

        .nft-web .roadmap-area .roadmap-box {
            padding-bottom: 8px;
        }

        /* footer-area */

        .nft-web .footer-area .footer-title-box h2 {
            font-size: 44px;
        }

        .nft-web .footer-area .second-title {
            max-width: 72% !important;
        }

        .nft-web .footer-area .footer-hashtags-box {
            max-width: 78%;
        }

        .nft-web .footer-area .footer-hashtags-box a {
            font-size: 33px;
            margin-right: 7px;
            line-height: 33px;
        }

        .nft-web .footer-area .join-btn button {
            padding: 10px 25px;
            font-size: 29px;
        }

        .nft-web .footer-area .copyright-text p {
            font-size: 14px;
        }
        .nft-web .footer-area .footer-title-box .second-title {
            font-size: 36px;
        }
        .nft-web .stylez-logo img {
            width: 150px;
        }
        .nft-web .footer-area .jet-img-mobile img{
            width: 55px;
        }
    }

    @media screen and (max-width: 479px) {
        .nft-web input.icontrol {
            font-size: 14px;
        }

        .nft-web input.icontrol {
            padding: 14px 16px;
        }

        .nft-web .rocket-image img {
            width: 40px;
        }

        .nft-web .benefit-title h2 {
            font-size: 40px;
        }

        .nft-web .rocket-image {
            top: 6px;
        }

        .nft-web .benefit-img-items-box {
            padding-bottom: 4px;
        }

        .nft-web .more-text {
            font-size: 14px;
        }

        .nft-web .benefit-items span {
            font-size: 18px;
        }

        .nft-web .input-email-box.benefit-emailbox {
            max-width: 70%;
        }

        .nft-web .project-text h2 {
            font-size: 36px;
        }

        .nft-web .project-area .input-email-box {
            max-width: 65%;
        }

        .nft-web .project-area .input-email-box {
            margin-top: 35px;
        }

        .nft-web .project-text h2 {
            padding-bottom: 20px;
        }


        .nft-web .benefit-items {
            font-size: 12px;
        }

        .nft-web .project-text p {
            font-size: 14px;
        }

        .nft-web .input-email-box.benefit-emailbox {
            margin-top: 25px;
        }


        /* hairdresser-area */
        .nft-web .hairdresser-area .hair-dresser-text p {
            font-size: 35px;
        }

        .nft-web .hairdresser-area .hair-dresser-text h3 {
            font-size: 37px;
        }

        .nft-web .hairdresser-area .input-email-box.hairdresser-emailbox {
            max-width: 70%;
        }

        .nft-web .hairdresser-area .help-text p {
            font-size: 28px;
        }

        .nft-web .hairdresser-area {
            padding: 50px 0px;
        }


        /* 24 dec dropping-area */
        .nft-web .dropping-area .dropping-text-area h2 {
            font-size: 38px;
        }

        /* believe-area */
        .nft-web .believe-area .believe-icon {
            padding-bottom: 16px;
        }

        .nft-web .believe-area .believe-title-box h3 {
            font-size: 35px;
        }

        .nft-web .believe-area .believe-title-box h2 {
            padding-bottom: 30px;
        }

        .nft-web .believe-area .believe-icon img {
            width: 50px;
            height: auto;
            max-width: 100px;
            max-height: 50px;
        }

        .nft-web .believe-area .third-part {
            padding-top: 0px;
        }

        .nft-web .believe-area .believe-content-box {
            padding: 60px 0px 30px;
        }

        .nft-web .believe-area .believe-title-box h2 {
            font-size: 36px;
        }


        /* roadmap- area */
        .nft-web .roadmap-area .roadmap-title-box h2 {
            font-size: 40px;
        }

        .nft-web .roadmap-area .roadmap-list li {
            font-size: 15px;
        }


        /* footer-area */
        .nft-web .footer-area .footer-title-box h2 {
            font-size: 36px;
            max-width: 74%;
        }

        .nft-web .footer-area .footer-hashtags-box a {
            font-size: 31px;
            margin-right: 6px;
        }

        .nft-web .footer-area .join-btn button {
            padding: 7px 13px;
            font-size: 22px;
        }

        .nft-web .footer-area .join-btn img {
            width: 13%;
        }

        .nft-web .footer-area .copyright-text {
            margin-top: 34px;
        }

        .nft-web .footer-area .copyright-text p {
            font-size: 12px;
        }

        .nft-web .footer-area .footer-content-box {
            padding: 60px 0px;
        }

        .nft-web .footer-area .footer-title-box .first-title {
            margin-bottom: 40px;
        }

        .nft-web .footer-area .footer-title-box h2 {
            font-size: 35px;
            max-width: 77%;
        }
        .nft-web .footer-area .stylez-logo {
            margin-bottom: 35px;
            margin-top: 40px;
        }
        .nft-web .stylez-logo img {
            width: 130px;

        }
        .nft-web .footer-area .second-title {
            max-width: 70% !important;
        }
        .nft-web .footer-area .join-btn {
            margin-top: 25px;
        }
        .nft-web .footer-area .jet-img-mobile img {
            width: 45px;
        }




    }

    @media screen and (max-width: 375px) {
        /* project-area */
        .nft-web .project-text h2 {
            font-size: 30px;
        }
        .nft-web .project-area .input-email-box {
            max-width: 70%;
            margin-top: 32px;
        }
        .nft-web .stylez-logo img {
            width: 110px;
        }
        .nft-web .stylez-logo {
            padding-top: 25px;
        }
        .nft-web .project-text h2 {
            padding-bottom: 22px;
        }
          /* hairdresser-area */
        .nft-web .hairdresser-area .input-email-box.hairdresser-emailbox {
            max-width: 75%;
        }

        .nft-web .input-email-box.benefit-emailbox {
            max-width: 75%;
        }
        .nft-web .hairdresser-area .hair-dresser-text p {
            font-size: 32px;
        }
        .nft-web .hairdresser-area .hair-dresser-text p{
            padding-bottom: 14px;
        }
        .nft-web .hairdresser-area .hair-dresser-text h3 {
            font-size: 34px;
        }
        .nft-web .hairdresser-area .help-text p {
            font-size: 25px;
            padding-top: 30px;
        }
        .nft-web .hairdresser-area .hairdresser-image{
            max-width: 60%;
            padding-bottom: 35px;
        }
        /* benefit-area */
        .nft-web .benefit-img-items-box {
            padding-bottom: 1px;
        }
        .nft-web .benefit-items span {
            font-size: 16px;
        }
        .nft-web .benefit-title h2 {
            margin-bottom: 22px;
        }
        .nft-web .benefit-title h2 {
            font-size: 32px;
        }
        /* dropping-area */
        .nft-web .dropping-area .dropping-text-area h2 {
            font-size: 32px;
        }


        /* believe-area */
        .nft-web .believe-area .believe-title-box h2 {
            font-size: 30px;
        }

        .nft-web .believe-area .believe-title-box h3 {
            font-size: 34px;
        }

        .nft-web .believe-area .believe-title-box h2 {
            padding-bottom: 22px;
        }
        .nft-web .believe-area .believe-title-box h3 {
            font-size: 30px;
        }
        .nft-web .believe-area .belive-text p{
            font-size: 15px;
        }
        .nft-web .believe-area .believe-icon img {
            width: 50px;
            height: auto;
            max-width: 100px;
            max-height: 50px;
        }
        /* roadmap-area */
        .nft-web .roadmap-area .roadmap-title-box h2 {
            font-size: 32px;
            padding-bottom: 20px;
        }
        .nft-web .roadmap-area .roadmap-box h2 {
            font-size: 22px;
        }
        .nft-web .roadmap-area .roadmap-list li{
            line-height: 17px;
        }
        /* footer */
        .nft-web .footer-area .second-title {
            max-width: 75% !important;
        }
        .nft-web .footer-area .footer-title-box h2{
            font-size: 32px;
        }
        .nft-web .footer-area .join-btn {
            margin-top: 25px;
        }
        .nft-web .footer-area .join-btn button{
            font-size: 24px;
            padding: 8px 16px;
        }
        .nft-web .footer-area .footer-title-box .second-title {
            font-size: 30px;
        }
        .nft-web .footer-area .footer-hashtags-box a{
            font-size: 25px;
        }
        .nft-web .footer-area .stylez-logo{
            margin-bottom: 25px;
        }
        .nft-web .footer-area .copyright-text {
            margin-top: 30px;
        }


    }

    @media screen and (max-width: 321px) {
        /* project-area */
        .nft-web .project-text h2 {
            font-size: 26px;
        }
        .nft-web .project-content-box{
            top: 68%;
        }
        .nft-web input.icontrol {
            padding: 10px 16px;
        }
        .nft-web .rocket-image img {
            width: 30px;
        }
        .nft-web .stylez-logo img {
            width: 100px;
        }
        .nft-web .project-area .input-email-box{
            max-width: 72%;
        }
        .nft-web .project-text p{
            font-size: 13px;
        }
        /* hairdresser-area */
        .nft-web .hairdresser-area .hairdresser-image{
            max-width: 50%;
        }
        .nft-web .hairdresser-area .hair-dresser-text p{
            font-size: 28px;
        }
        .nft-web .hairdresser-area .hair-dresser-text h3 {
            font-size: 27px;
        }
        .nft-web .hairdresser-area .help-text p{
            font-size: 21px;
        }
        .nft-web .hairdresser-area .input-email-box.hairdresser-emailbox {
            max-width: 80%;
        }
        .nft-web .hairdresser-area {
            padding: 40px 0px;
        }
        /* benefit-area */
        .nft-web .more-text {
            font-size: 11px;
        }
        .nft-web .benefit-title h2 {
            font-size: 25px;
            margin-bottom: 20px;
        }
        .nft-web .benefit-image img {
            width: 10px;
        }
        .nft-web .benefit-title h2 {
            margin-bottom: 16px;
        }
        .nft-web .input-email-box.benefit-emailbox {
            margin-top: 18px;
        }
        .nft-web .input-email-box.benefit-emailbox {
            max-width: 80%;
        }
        /* dropping-area */
        .nft-web .dropping-area .dropping-text-area h2 {
            font-size: 28px;
        }
        /* believe-area */
        .nft-web .believe-area .believe-title-box h2 {
            font-size: 26px;
        }
        .nft-web .believe-area .believe-title-box h3 {
            font-size: 26px;
            padding-bottom: 30px;
        }
        .nft-web .believe-area .belive-text p {
            font-size: 14px;
        }
        .nft-web .believe-area .belive-box{
            padding-bottom: 28px;
        }
        .nft-web .believe-area .believe-icon img{
            max-height: 40px;
        }
        /* roadmap-area */
        .nft-web .roadmap-area .roadmap-box h2 {
            font-size: 18px;
            padding-bottom: 10px;
        }
        .nft-web .roadmap-area .roadmap-title-box h2 {
            font-size: 30px;
            padding-bottom: 14px;
            line-height: 1.3;
        }
        .nft-web .roadmap-area .roadmap-list li {
            font-size: 12px;
        }
        /* footer-area */
        .nft-web .footer-area .footer-title-box h2 {
            font-size: 26px;
        }
        .nft-web .footer-area .footer-title-box .second-title {
            font-size: 25px;
        }
        .nft-web .footer-area .footer-title-box .first-title {
            margin-bottom: 25px;
            line-height: 1;
        }
        .nft-web .footer-area .jet-img-mobile img {
            width: 40px;
        }
        .nft-web .footer-area .jet-img-mobile{
            margin-top: 20px;
        }
        .nft-web .footer-area .stylez-logo {
            margin-bottom: 22px;
            margin-top: 30px;
        }
        .nft-web .footer-area .footer-hashtags-box a {
            font-size: 22px;
        }
        .nft-web .footer-area .join-btn button {
            font-size: 20px;
            padding: 7px 8px;
        }
        .nft-web .footer-area .join-btn {
            margin-top: 18px;
        }
        .nft-web .footer-area .copyright-text {
            margin-top: 25px;
        }
        .nft-web .stylez-logo img {
            width: 110px;
        }
        .nft-web .footer-area .footer-content-box {
            padding: 50px 0px;
        }
        .nft-web .footer-area .copyright-text p{
            margin: 0px;
        }
        .nft-web .footer-area .join-btn img {
            width: 12%;
        }
    }
