/* 
==============================================
    CONTENT OF THE FILE
==============================================

    1. RESET DEFAULT BROWSER STYLES
    2. FONTS
    3. GENERAL STYLES
    4. HEADER
    ...

*/
















/*
==============================================
    1. RESET DEFAULT BROWSER STYLES
==============================================
*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

:focus {
    outline: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical
}

audio, canvas, video {
    display: inline-block;
    max-width: 100%
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

a:focus {
    outline: thin dotted
}

a:active, a:hover {
    outline: 0
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline
}

button, input {
    line-height: normal
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

button, html, input, select, textarea {
    color: #222
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

img {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.chromeframe {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: 0
}




















/*
==============================================
    2. FONTS
==============================================
*/
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?odwbqz');
    src: url('../fonts/icomoon.eot?odwbqz#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?odwbqz') format('truetype'),
        url('../fonts/icomoon.woff?odwbqz') format('woff'),
        url('../fonts/icomoon.svg?odwbqz#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="nft-icon-"], [class*=" nft-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.nft-icon-discord:before {
    content: "\e900";
}

.nft-icon-heart:before {
    content: "\e901";
}

.nft-icon-search:before {
    content: "\e902";
    color: #fff;
}

.nft-icon-twitter:before {
    content: "\e903";
}

.nft-icon-web-link:before {
    content: "\e904";
    color: #fff;
}















/*
==============================================
    3. GENERAL STYLES
==============================================
*/

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    width: 100%;
}

body {
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    overflow-x: hidden;
    color: #fff;
    background: #171717;
}

html.overflow-hidden {
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

iframe {
    max-width: 100%;
}

p {
    margin-bottom: 1.25rem;
    font-weight: 300;
    line-height: 1.5;
}

p:last-child {
    margin-bottom: 0;
}

p strong {
    font-weight: 500;
}

footer {
    font-size: 12px;
}

main {
    overflow-x: hidden;
    overflow-y: hidden;
}

.zd-body-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}



.text-black {
    color: #000;
}

input.text-black::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}

input.text-black::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

input.text-black:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

input.text-black:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

input.text-black:focus {
    outline: 0 !important;
}





.zd-main-page {
    padding-top: 105px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.page-template-submit-your-nft-page .zd-main-page,
.page-template-best-deal-form-page .zd-main-page,
.page-template-promote .zd-main-page {
    padding-top: 0;
}


/* Sections */
.zd-section {
    margin-bottom: 50px;
}



/* Title */
.zd-page-title {
    margin-bottom: 40px;
    font-family: 'Outfit', sans-serif;
    font-size: 50px;
    line-height: 63px;
    text-align: center;
}




/* 3.1 Buttons */
/*.zd-button-wrapper .zd-button {
    display: inline-block; 
    cursor: pointer;
    outline: 0;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}*/
.zd-link-wrapper {
    position: relative;
}

.zd-link-wrapper .zd-link {
    color: #fff;
    padding: 20px;
    width: 100%;
    font-family: Poppins;
    font-weight: 600;
    font-size: 14px;
    background: -o-linear-gradient(9.99deg, #F22F2F 4.73%, #9939B4 56.42%, #3F8CFF 92.51%);
    background: linear-gradient(80.01deg, #F22F2F 4.73%, #9939B4 56.42%, #3F8CFF 92.51%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    position: relative;
    z-index: 3;
}

.zd-link-wrapper .zd-link:hover {
    --tw-shadow: 0px 14px 44px rgba(206, 51, 101, 0.62);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.zd-link-wrapper.white-link .zd-link {
    background: #fff;
}

.zd-link-wrapper.white-link .zd-link:hover {
    --tw-shadow: 0px 7px 30px rgb(255, 255, 255);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.zd-link-wrapper.white-link .zd-link span {
    background: -webkit-linear-gradient(80.01deg, #F22F2F 4.73%, #9939B4 56.42%, #3F8CFF 92.51%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.zd-link-wrapper.bordered-link {
    padding: 1px;
}

.zd-link-wrapper.bordered-link:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -o-linear-gradient(9.99deg, #F22F2F 4.73%, #9939B4 56.42%, #3F8CFF 92.51%);
    background: linear-gradient(80.01deg, #F22F2F 4.73%, #9939B4 56.42%, #3F8CFF 92.51%);
    border-radius: 10px;
}

.zd-link-wrapper.bordered-link .zd-link:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.zd-link-wrapper.bordered-link .zd-link:focus {
    outline: 0 !important;
}




/* 3.1.1 Switching button */
.zd-switching-button {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 54, 54, var(--tw-bg-opacity));
}

.zd-switching-button:hover {
    --tw-shadow: 0px 14px 44px rgba(124, 103, 103, 0.25);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.zd-switching-button.active {
    background: -o-linear-gradient(9.99deg, #F22F2F 4.73%, #9939B4 56.42%, #3F8CFF 92.51%);
    background: linear-gradient(80.01deg, #F22F2F 4.73%, #9939B4 56.42%, #3F8CFF 92.51%);
}

.zd-switching-button.active:hover {
    --tw-shadow: 0px 14px 44px rgba(206, 51, 101, 0.62);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}






/* 3.2 Social Link */
.zd-social-link {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.zd-social-link.twitter {
    background: rgba(92, 128, 254, 0.1);
}

.zd-social-link.discord {
    background: rgba(228, 101, 249, 0.1);
}

.zd-social-link .nft-icon-discord:before {
    color: #E465F9;
}

.zd-social-link .nft-icon-twitter:before {
    color: #5C80FE;
}

.nft-icon-heart:before {
    color: #F12A02;
}

.zd-social-link:hover {
    background: rgba(255, 255, 255, 0.2);
}

.zd-social-link:active {
    background: none;
}

.zd-social-link:focus {
    background: rgba(92, 128, 254, 0.2);
    border: 1px solid #FFFFFF;
}

/* NFT Search Autocomplete */
.zd-nft-autocomplete-result {
    position: absolute;
    background: #363636;
    top: calc(100% + 5px);
    left: 0;
    width: auto;
    min-width: 100%;
    border-radius: 12px;
    list-style-type: none;
    padding: 0;
    max-height: 40vh;
    overflow-y: auto;
    overflow-x: visible;
    -webkit-box-shadow: 0 15px 30px 0 rgb(0 0 0 / 11%), 0 5px 15px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 15px 30px 0 rgb(0 0 0 / 11%), 0 5px 15px 0 rgb(0 0 0 / 20%);
    z-index: 99;
    display: none;
}

.zd-nft-autocomplete-result.zd-global-autocomplete-result {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    top: calc(100% + 1px);
    background: #424242;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.zd-nft-autocomplete-result.zd-global-autocomplete-result .zd-autocomplete-item {
    padding: 0;
    text-transform: initial;
}

.zd-nft-autocomplete-result.zd-global-autocomplete-result .zd-autocomplete-item.zd-autocomplete-placeholder,
.zd-nft-autocomplete-result.zd-global-autocomplete-result .zd-autocomplete-item a {
    display: block;
    padding: 10px 15px;
}

.zd-nft-autocomplete-result .zd-autocomplete-item {
    border-bottom: 1px solid #ccc;
    color: #fff;
    cursor: pointer;
    padding: 13px 15px;
    font-size: 12px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.zd-nft-autocomplete-result .zd-autocomplete-item.zd-autocomplete-placeholder {
    cursor: auto;
}

.zd-nft-autocomplete-result .zd-autocomplete-item:last-child {
    border-bottom: none;
}

.zd-nft-autocomplete-result .zd-autocomplete-item:hover {
    background: #ffff;
    color: #222;
}

.zd-nft-autocomplete-result .zd-autocomplete-item.zd-autocomplete-placeholder:hover {
    background: transparent;
    color: #fff;
}

.zd-nft-autocomplete-wrapper input {
    color: #9CA3AF;
}



/* Button Collor */
button {
    color: #fff;
}



.slider {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}


/* Logo Image */
.zd-logo {
    max-height: 43px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


/* NFT Feed Image */
.nft-feed-image {
    max-width: 130px;
    width: 100%;
    height: 130px;
    -o-object-fit: cover;
    object-fit: cover;
}




/*
* Custom Scrollbar
*/
.custom-scrollbar {
    overflow-y: auto;
}

.custom-scrollbar::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

.custom-scrollbar::-webkit-scrollbar-track {}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: rgba(128, 134, 139, .26);
    border-radius: 8px;
}

.custom-scrollbar::-webkit-scrollbar-corner {
    background: 0;
}



/* Navigation Menu */
#menu-main-menu li {
    margin-left: 2rem;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#menu-main-menu li a {
    font-size: 12px;
}



/* Btn Vote */
a.btn-vote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

a.btn-vote svg {
    width: 15px;
    height: 13px;
}




/* Banner Slider */
.slick-slide img {
    max-width: 290px;
    width: 100%;
    max-height: 150px;
    height: 100%;
}





/*
* Tailwind extra
*/
.mb-4 {
    margin-bottom: 1rem;
}

.mt-6 {
    margin-top: 1.5rem;
}


.pb-2 {
    padding-bottom: 0.5rem;
}

.pt-6 {
    padding-top: 1.5rem;
}

.-top-4 {
    top: -1rem;
}

@media (min-width: 1024px) {

    .lg\:mt-20 {
        margin-top: 5rem;
    }

    .lg\:mb-8 {
        margin-bottom: 2rem;
    }

}

@media (min-width: 768px) {

    .md\:mb-1 {
        margin-bottom: 0.25rem;
    }

    .md\:mr-0 {
        margin-right: 0;
    }

    .md\:mt-0 {
        margin-top: 0;
    }

}

@media (min-width: 640px) {

    .sm\:flex {
        display: flex;
    }

    .sm\:absolute {
        position: absolute;
    }

}








/* NEW LANDING PAGE STYLE BEGIN */

.zd-section .wcl-row .data-description {
    max-width: 449px;
}

/* New Banner Section */
.wcl-two-column-animated-gallery-section {
    padding-top: 50px;
}
.wcl-two-column-animated-gallery-section .wcl-row {
    display: flex;
    justify-content: space-between;
}
.wcl-two-column-animated-gallery-section .wcl-row.left {
    flex-direction: row-reverse;
}
.wcl-two-column-animated-gallery-section .wcl-row.left .wcl-col-2 {
    margin-left: 0;
    margin-right: 20px;
}
.wcl-two-column-animated-gallery-section .wcl-row .wcl-col-1 {
    max-width: 546px;
    width: 100%;
}
.wcl-two-column-animated-gallery-section .wcl-row .wcl-col-1 .data-title {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 100%;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.wcl-two-column-animated-gallery-section .wcl-row .wcl-col-1 .data-description {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
    margin-bottom: 40px;
}
.wcl-two-column-animated-gallery-section .wcl-row .wcl-col-1 .zd-link-wrapper {
    max-width: 400px;
    width: fit-content;
}
.wcl-two-column-animated-gallery-section .wcl-row .wcl-col-2 {
    margin-left: 30px;
    max-width: 326px;
    width: 100%;
    display: flex;
    align-items: center;
}

.wcl-our-partners-section .wcl-our-partners-items-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 150px;
    padding-top: 100px;
    
}
.wcl-our-partners-section .wcl-our-partners-items-wrapper .wcl-image-holder {
    margin-right: 50px;
}
.wcl-our-partners-section .wcl-our-partners-items-wrapper .wcl-image-holder:last-child {
    margin-right: 0;
}



/* Slideshow */
.wcl-multiple-row-gallery {
    border-radius: 10px;
    transform: rotate(-8.49deg);
    overflow: hidden;
    max-width: 326px;
    width: 100%;
    height: 320px;
}
.slide-shows-wrapper {
    background: #FFFFFF;
    margin-top: -23px;
    margin-right: -10px;
}
.slideshow {
    padding-bottom: 5px;
    transform: rotate(8.49deg);
    margin-left: -10px;
}

.slide {
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
    border-radius: 5px;
    width: 88px;
    margin-right: 6px;
    text-align: center;
    height: 88px;
    background-color: #552B59;
    color: #fff;
    font-family: "Helvetica Neue", helvetica, arial;
    font-size: 24px;
}







/* NFT Work Section */
.wcl-nft-work-section {
    margin-bottom: 150px;
}
.wcl-nft-work-section .wcl-row .data-title {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 63px;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.wcl-nft-work-section .wcl-row .data-description {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
    margin-bottom: 56px;
}

.wcl-nft-work-items-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}
.wcl-nft-work-items-wrapper .wcl-nft-work-item {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    color: #FFFFFF;
    max-width: calc(50% - 15px);
    width: 100%;
    background: #222222;
    box-shadow: 0px 14px 44px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    margin-bottom: 30px;
}
.wcl-nft-work-items-wrapper .wcl-nft-work-item .data-image {

}
.wcl-nft-work-items-wrapper .wcl-nft-work-item .wcl-data-wrapper {
    padding: 25px 34px 30px 16px;
}
.wcl-nft-work-items-wrapper .wcl-nft-work-item .wcl-data-wrapper .data-title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
}
.wcl-nft-work-items-wrapper .wcl-nft-work-item .wcl-data-wrapper .data-description {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
}









/* Development Process Section */
.wcl-development-process-section {
    margin-top: 100px;
    margin-bottom: 150px;
}
.wcl-development-process-section .data-title {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 63px;
    margin-bottom: 15px;
}
.wcl-development-process-section .data-description {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 50px;
    max-width: 449px;
    width: 100%;
}
.wcl-development-process-section .data-image-holder.data-mobile {
    display: none;
}







/* FAQ Section */
.wcl-faq-section {
    font-family: 'Outfit';
    margin-bottom: 150px;
}
.wcl-faq-section .wcl-row .section-title {
    font-size: 50px;
    line-height: 63px;
    margin-bottom: 15px;
}
.wcl-faq-section .wcl-row .data-description {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 50px;
}





/* FAQ Custom Accordion */
.wcl-faq-items-wrapper {
    border-radius: 10px;
}
.wcl-faq-items-wrapper .wcl-faq-item-wrapper {    
    background: #222222;
}
.wcl-faq-items-wrapper .wcl-faq-item-wrapper:first-child {
    border-radius: 10px 10px 0px 0px;
}
.wcl-faq-items-wrapper .wcl-faq-item-wrapper:last-child {
    border-radius:  0px 0px 10px 10px;
}
.wcl-faq-items-wrapper .wcl-faq-item-wrapper.active {
    background: #363636;

}
.wcl-faq-items-wrapper .wcl-faq-item-wrapper .wcl-faq-item-header {
    padding: 16px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wcl-faq-items-wrapper .wcl-faq-item-wrapper .wcl-faq-item-header:hover {
    cursor: pointer;
}
.wcl-faq-items-wrapper .wcl-faq-item-wrapper .wcl-faq-item-header svg rect:first-child {
    transition: all .2s ease-in-out;
}
.wcl-faq-items-wrapper .wcl-faq-item-wrapper.active .wcl-faq-item-header svg rect:first-child {
    transform: rotate(-90deg);
    x: -8.57129;
}
.wcl-faq-items-wrapper .wcl-faq-item-wrapper .wcl-faq-item-header .data-title {
    font-size: 18px;
    line-height: 23px;
}
.wcl-faq-items-wrapper .wcl-faq-item-wrapper .wcl-faq-item-content {
    display: none;
    font-size: 16px;
    line-height: 20px;
    padding: 9px 32px 31px;
    /* max-height: 0;
    transition: max-height 1s ease-out;
    overflow: hidden;
    padding:0; */
}
/* .wcl-faq-items-wrapper .wcl-faq-item-wrapper .wcl-faq-item-content.content-transition {
    max-height: 1500px;
    transition: max-height 3s ease-in;
} */
.wcl-faq-items-wrapper .wcl-faq-item-wrapper.active .wcl-faq-item-content {
    display: block;
}




/* Get Started Section */
.wcl-get-started-section {
    font-family: 'Outfit';
    margin-top: 50px;
    margin-bottom: 100px;
}
.wcl-get-started-section .wcl-row .section-title {
    font-size: 50px;
    line-height: 63px;
    margin-bottom: 40px;
}
.wcl-get-started-section .wcl-row .data-description {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 55px;
}

/* Step Items */
.wcl-step-items-wrapper {
    display: flex;
    row-gap: 30px;
    column-gap: 30px;
    flex-wrap: wrap;
}
.wcl-step-items-wrapper .wcl-step-item {
    width: calc(25% - 22.5px);
}
.wcl-step-items-wrapper .wcl-step-item .wcl-image-holder {
    margin-bottom: 15px;
}

.wcl-step-items-wrapper .wcl-step-item .data-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 8px;
}

.wcl-step-items-wrapper .wcl-step-item .data-item-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    max-width: 449px;
}




/* Get a Consultation Section */
.get-consultation-section {
    margin-top: 50px;
}
.get-consultation-section .section-title {
    margin-bottom: 30px;
}
.wpcf7-submit {
    background: linear-gradient(80.01deg,#f22f2f 4.73%,#9939b4 56.42%,#3f8cff 92.51%);
    padding: 20px;
    width: 100%;
    border-radius: 10px;
}

.custom-file-upload {
    color: #171717;
    font-weight: 300;
    font-size: 14px;
    position: relative;
    padding-left: 34px;
    cursor: pointer;
    margin-bottom: 26px;
    display: inline-block;
    margin-left: 5px;
}

.custom-file-upload input[type="file"] {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
}
.custom-file-upload br {
    display: none;
}
.custom-file-upload::before {
    position: absolute;
    content: '';
    width: 23px;
    height: 19px;
    background-image: url(../img/file-upload-icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.wpcf7 .data-form-item {
    margin-bottom: 15px;
}
.wpcf7 .data-form-item + p {
    margin-bottom: 0;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
}
.wpcf7 form .wpcf7-response-output {
    border: none;
    text-align: center;
    margin-top: 0;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    color: #dc3232;
}
.wpcf7-not-valid-tip {
    color: #fff;
}













/* NEW LANDING PAGE STYLE END */








/*
==============================================
    4. HEADER
==============================================
*/
.zd-main-header .data-content-wrapper {
    position: relative;
}

.zd-main-header .zd-col-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-self: flex-end;
}

.zd-main-header .header-search-wrapper {
    display: inline-block;
    margin-left: 32px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
}

.zd-main-header .header-search-popup {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    padding: 2px;
    background: -o-linear-gradient(9.99deg, #F22F2F 4.73%, #9939B4 56.42%, #3F8CFF 92.51%);
    background: linear-gradient(80.01deg, #F22F2F 4.73%, #9939B4 56.42%, #3F8CFF 92.51%);
    width: 100%;
    max-width: 400px;
    font-size: 12px;
    border-radius: 5px;
    border-bottom: 1px solid #171717;
    display: none;
}

.zd-main-header .header-search-popup.active {
    display: block;
}

.zd-main-header .header-search-popup input {
    width: 100%;
    line-height: 28px;
    border-radius: 5px;
    padding: 10px 20px 10px 40px;
    background-color: rgba(54, 54, 54, var(--tw-bg-opacity));
    font-size: 14px;
}

.zd-main-header .header-search-popup input:focus {
    outline: 0 !important;
}

.zd-main-header .header-search-popup .data-input-wrapper {
    position: relative;
}

.zd-main-header .header-search-popup .data-input-wrapper .data-search-icon {
    position: absolute;
    font-size: 14px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 8px;
    padding: 0 7px;
}

.zd-main-header .header-logo-link {
    display: inline-block;
}











/*
==============================================
    5. NFT TABLE
==============================================
*/


/* NFT Status */
.content-nft-feed .zd-thumbnail-link {
    display: block;
}

.zd-thumbnail-link {
    /*display: block;*/
    position: relative;
}

.zd-thumbnail-link .nft-mint-status {
    position: absolute;
    display: inline-block;
    left: 50%;
    width: auto;
    top: 7px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.05em;
    white-space: nowrap;
    padding: 2px 7px;
    border-radius: 4px;
    /*background: rgba(122, 122, 122, .6);*/
    z-index: 9;
}

.zd-thumbnail-link .nft-mint-status.release-soon {
    background: rgba(122, 122, 122, .6);
}


/* Likes */
.zd-like-link svg * {
    fill: #ccc;
}

.zd-like-link.liked svg * {
    fill: url(#paint0_angular_93_136531);
}

/* NFT Content Feed Number of Subscribers Color */
.gradTextBlue {
    color: #5c80fe;
    background: none;
    -webkit-text-fill-color: currentColor;
}

.gradTextOrange {
    color: #FA720E;
    background: none;
    -webkit-text-fill-color: currentColor;
}

.grad2TextPink {
    color: #E465F9;
    background: none;
    -webkit-text-fill-color: currentColor;
}


/*
* 4.1 Table pagination
*/
.zd-nft-table-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
}

.zd-nft-table-pagination .zd-col-1,
.zd-nft-table-pagination .zd-col-2 {
    width: 100%;
    max-width: 50%;
}

.zd-nft-table-pagination .zd-col-2 {
    text-align: right;
}





/*
==============================================
    5. Page Not Found
==============================================
*/
.zd-not-found-page {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.zd-not-found-page .data-title {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    color: #fff;
    text-align: center;
}






/*
==============================================
    6. Submit Your Form Page
==============================================
*/
form input,
form textarea {
    color: #fff;
}

/* Hided input */
#hided-input {
    visibility: hidden;
}

.submit-form-message {
    text-align: center;
    margin-top: 25px;
}

.submit-form-message.success {
    color: #079f07;
}

.submit-form-message.error {
    color: #DE0303;
}

#Szone .slt-title {
    line-height: 20px;
}

/* Preview Image */
.section-image-preview-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
}

.zd-image-preview-wrapper {
    position: relative;
}

.zd-image-preview-wrapper .data-remove-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: #363636;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    cursor: pointer;
}

.zd-image-preview img {
    width: 300px;
    height: 300px;
    border-radius: 0.5rem;
    -o-object-fit: cover;
    object-fit: cover;
}



form .zd-submit {
    position: relative;
}

form .zd-submit .data-spinner {
    display: inline-block;
    width: 100%;
    max-width: 20px;
    position: absolute;
    margin-left: 20px;
    display: none;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

form.loading .zd-submit .data-spinner {
    display: inline-block;
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.zd-wallet-input {
    position: relative;
    cursor: pointer;
    padding: 20px 40px;
    background: #171717;
    border-radius: 8px;
    border: 2px solid #363636;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.zd-wallet-input .data-copy-text {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px 40px;
    background: #006800;
    border-radius: 8px;
    text-align: center;
    font-weight: bold;
}

.zd-wallet-input.copied .data-copy-text {
    display: block;
}




.zd-custom-select .data-select-options-wrapper {
    max-height: 40vh;
    overflow-y: auto;
}







/* Modal Window */
.zd-vote-modal .data-desktop-image {
    max-width: 140px;
}











/* TinyMCE style */
body .tox-tinymce {
    border: 1px solid #363636;
    border-radius: 8px;
}

body .tox .tox-toolbar, .tox .tox-toolbar__overflow,
body .tox .tox-toolbar__primary,
body .tox .tox-statusbar {
    background: #363636;
}

body .tox-statusbar__branding {
    display: none;
}

body .tox .tox-dialog-wrap__backdrop {
    background: rgba(23, 23, 23, .75);
}

body .tox .tox-dialog__header,
body .tox .tox-dialog__body,
body .tox .tox-dialog__footer {
    background: #171717;
}

body .tox .tox-listboxfield .tox-listbox--select,
body .tox .tox-textarea,
body .tox .tox-textfield,
body .tox .tox-toolbar-textfield {
    border: 1px solid #363636;
    background: #171717;
}

body .tox .tox-collection--grid .tox-collection__group::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

body .tox .tox-collection--grid .tox-collection__group::-webkit-scrollbar-track {}

body .tox .tox-collection--grid .tox-collection__group::-webkit-scrollbar-thumb {
    background: rgba(128, 134, 139, .26);
    border-radius: 8px;
}

body .tox .tox-collection--grid .tox-collection__group::-webkit-scrollbar-corner {
    background: 0;
}

body .tox .tox-button,
body .tox .tox-button:hover:not(:disabled) {
    background: -o-linear-gradient(9.99deg, #F22F2F 4.73%, #9939B4 56.42%, #3F8CFF 92.51%);
    background: linear-gradient(80.01deg, #F22F2F 4.73%, #9939B4 56.42%, #3F8CFF 92.51%);
    border: none;
}

body .tox .tox-dialog__header .tox-button,
body .tox .tox-dialog__header .tox-button:hover {
    background: none;
}

















/*
==============================================
    X. INDIVIDUAL NFT PAGE
==============================================
*/
.zd-single-nft-page .zd-section {
    margin-bottom: 20px;
}

.zd-single-nft-page .zd-thumbnail-link .nft-mint-status {
    top: 17px;
    font-size: 19px;
    padding: 4px 13px;
}

.zd-single-nft-page .content-nft-feed .zd-thumbnail-link .nft-mint-status {
    font-size: 9px;
    top: 7px;
    padding: 2px 7px;
}

.zd-single-price-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.zd-single-price-wrapper .zd-col-1,
.zd-single-price-wrapper .zd-col-2 {
    width: 100%;
    max-width: 50%;
}

.zd-single-content-wrapper .data-description {
    font-size: 15px;
    background: transparent;
    color: #fff;
}

.zd-single-content-wrapper .data-description p,
.zd-single-content-wrapper .data-description span {
    color: inherit !important;
    background-color: inherit !important;
    font: inherit !important;
}








/*
* Chart
*/
.chart-wrapper-section {
    /*height: 310px;*/
}

.zd-chart-wrapper {
    padding-left: 10px;
    padding-right: 10px;
    /* max-height: 220px; */
}

/* Grid */
body .ct-label.ct-vertical.ct-start {
    color: rgb(255 255 255 / 20%);
}

body .ct-grid {
    stroke: rgb(255 255 255 / 20%);
}

body .ct-label.ct-horizontal.ct-end {
    color: rgb(255 255 255 / 20%);
}

/* Line */
.chart-discord .ct-series-a .ct-line {
    /*stroke: #E465F9;*/
    /*stroke: #FC24D1;*/
    stroke: #F43CE1;
}

.chart-twitter .ct-series-a .ct-line {
    /*stroke: #4122FF;*/
    stroke: #4E50FF;
}

.ct-chart-line .ct-label {
    white-space: nowrap;
}

/* Tooltip */
body .chartist-tooltip {
    background: #171717;
    color: #fff;
    border-radius: 2px;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    min-width: 38px;
    height: 16px;
    font-size: 11px;
    line-height: 14px;
    padding: 0;
}

body .chartist-tooltip span {
    /*font-size: 13px;*/
    /*line-height: 16px;*/
}

body .chartist-tooltip:before {
    display: none;
}

.chart-discord .chartist-tooltip {
    background: -o-linear-gradient(top, #E465F9 0%, #FF1CCD 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#E465F9), to(#FF1CCD));
    background: linear-gradient(180deg, #E465F9 0%, #FF1CCD 100%);
}

.chart-twitter .chartist-tooltip {
    background: -o-linear-gradient(top, #5C80FE 0%, #4122FF 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#5C80FE), to(#4122FF));
    background: linear-gradient(180deg, #5C80FE 0%, #4122FF 100%);
}

.ct-series-a .ct-line {
    stroke-width: 2px;
}

/* Discord Points */
.chart-discord .ct-series-a .ct-point {
    stroke-width: 10px;
    stroke: transparent;
    fill: transparent;

    stroke: #F43CE1;
}

.chart-discord .ct-series-a .ct-point.hover {
    stroke: #F43CE1;
}

/* Twitter Points */
.chart-twitter .ct-series-a .ct-point {
    stroke-width: 10px;
    stroke: transparent;

    stroke: #4E50FF;
}

.chart-twitter .ct-series-a .ct-point.hover {
    stroke: #4E50FF;
}


/* Chart Button */
.chart-button {
    padding: 5px 15px;
    border-radius: 2px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 16px;
    cursor: pointer;
    border: 1px solid transparent;
    background-color: #363636;
}

.chart-button.active {
    background-color: transparent;
    border: 1px solid #363636;
    cursor: default;
}

.chart-button.all-time {}

.chart-button.seven-days {}

.chart-heading-wrapper {
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.chart-heading-wrapper .chart-button {
    margin-left: 10px;
}

body .ct-label.ct-horizontal.ct-end {
    -webkit-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    transform: translateX(-25px);
    width: 40px !important;
    overflow-x: visible;
}

.ct-perfect-fourth.chart-coming-soon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
}



/* Banner */
.zd-banner,
.zd-slider-banner {
    display: block;
}




















/* Overwriting some styles for taiwind.css file*/
.zd-select {
    position: relative;
    z-index: 10;
}

.zd-select .data-selected {
    border: 2px solid rgba(54, 54, 54, var(--tw-border-opacity));
    line-height: 24px;
    padding: 20px 40px;
    cursor: pointer;
    border-radius: 10px;
    border: 2px solid #363636;
    background: #171717;
    position: relative;
    z-index: 10;
}

.data-selected:after {
    content: '';
    width: 20px;
    height: 10px;
    background-image: url('../img/dropdown.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 40px;
}

.zd-select.active .data-selected {
    background: #363636;
}

.zd-select.active .data-selected:after {
    -webkit-transform: translateY(-50%) rotateX(180deg);
    transform: translateY(-50%) rotateX(180deg);
}

.zd-select .data-option-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% - 5px);
    width: 100%;
    max-height: 40vh;
    padding: 20px 0;
    background: #171717;
    border: 1px solid #363636;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
}

.zd-select.active .data-option-wrapper {
    display: block;
}

.zd-select .data-option {
    padding: 4px 40px;
    cursor: pointer;
}

.zd-select.small-select .data-option {
    padding: 4px 8px;
}

.zd-select .data-option.active,
.zd-select .data-option:hover {
    background: #363636;
}

input[type="date"]::-webkit-calendar-picker-indicator, input[type="time"]::-webkit-calendar-picker-indicator {
    background: url('../img/dropdown.svg') no-repeat;
}

/*
.slt-title {
    border: 2px solid rgba(54, 54, 54, var(--tw-border-opacity));
    line-height: 24px;
}
.slt-title::before{ 
    background-image: url(/wp-content/themes/nft-theme/img/dropdown.svg);
}
*/















/*
==============================================
    X. SELECT LISTING PACKAGE
==============================================
*/
.zd-select-listing-package-section {
    margin-bottom: 100px;
    margin-top: 55px;
    position: relative;
}

.zd-select-listing-package-section .data-rock {
    position: absolute;
    top: 0;
    right: 35px;
    width: 150px;
}

/*.zd-select-listing-package-section .zd-page-title {
    margin-bottom: 40px;
    font-family: 'Outfit', sans-serif;
    font-size: 50px;
    line-height: 63px;
    text-align: center;
}*/
.zd-listing-package-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.zd-listing-package {
    width: 100%;
    max-width: calc(33.33% - 20px);
    padding: 40px;
    background-color: #363636;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    background-clip: padding-box;
}

.zd-listing-package::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -1px;
    border-radius: inherit;
    background: -o-linear-gradient(9.99deg, #F22F2F 7.49%, #9939B4 49.71%, #3F8CFF 92.51%);
    background: linear-gradient(80.01deg, #F22F2F 7.49%, #9939B4 49.71%, #3F8CFF 92.51%);
}

.zd-listing-package.best-deal {
    background: -o-linear-gradient(9.99deg, #F22F2F 7.49%, #9939B4 49.71%, #3F8CFF 92.51%);
    background: linear-gradient(80.01deg, #F22F2F 7.49%, #9939B4 49.71%, #3F8CFF 92.51%);
}

.zd-listing-package.best-deal::before {
    background: transparent;
}


.zd-listing-package .data-title {
    font-family: 'Outfit', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
}

.zd-listing-package .data-price {
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 10px;
}

.zd-listing-package .data-amount {
    font-size: 62px;
    line-height: 78px;
    margin-right: 10px;
}

.zd-listing-package .data-currency {
    font-size: 17px;
    line-height: 21px;
    opacity: .5;
}

.zd-listing-package .data-content {
    margin-bottom: 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.zd-listing-package .data-content ul li {
    margin-bottom: 13px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    position: relative;
    padding-left: 20px;
}

.zd-listing-package .data-content ul {
    margin-bottom: 13px;
}

.zd-listing-package .data-content ul:last-child {
    margin-bottom: 0;
}

.zd-listing-package .data-content ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.zd-listing-package .data-content ul li:last-child {
    margin-bottom: 0;
}

.zd-listing-package .data-content ul+ul li {
    opacity: 0.25;
}






/*
==============================================
    X. Payments Accepted
==============================================
*/
.zd-payments-accepted-section {
    margin-bottom: 40px;
    position: relative;
}

.zd-payments-accepted-section .zd-page-title {
    margin-bottom: 77px;
    /*font-family: 'Outfit', sans-serif;
    font-size: 50px;
    line-height: 63px;
    text-align: center;*/
}

.zd-payments-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.zd-payments-wrapper .zd-payment {
    width: 100%;
    max-width: calc((100% / 6));
    padding: 0 10px;
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.zd-payments-wrapper .zd-payment .zd-payment-icon {
    margin-bottom: 11px;
    width: 100%;
    max-width: 100px;
}

.zd-payments-wrapper .zd-payment .zd-payment-icon img {
    width: 100%;
}

.zd-payments-wrapper .zd-payment .zd-payment-title {
    font-family: 'Outfit', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    opacity: 0.5;
}

.zd-payments-accepted-section .data-spiral {
    position: absolute;
    left: -120px;
    top: -300px;
    z-index: -1;
}

.zd-payments-accepted-section .data-spiral::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    bottom: 0;
    background: -o-linear-gradient(9.99deg, #F22F2F 4.73%, #9939B4 56.42%, #3F8CFF 92.51%);
    background: linear-gradient(80.01deg, #F22F2F 4.73%, #9939B4 56.42%, #3F8CFF 92.51%);
    opacity: 0.6;
    -webkit-filter: blur(200px);
    filter: blur(200px);
}














/*
==============================================
    X. Thank You Section
==============================================
*/
.zd-thank-you-section {
    color: #171717;
    /*padding: 50px 0;*/
    margin: 50px 0 100px;
}

.zd-thank-you-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 63px;
    background-color: #fff;
    -webkit-box-shadow: 0px 14px 44px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 14px 44px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    position: relative;
}

.zd-thank-you-wrapper .data-title {
    font-family: 'Outfit', sans-serif;
    font-size: 50px;
    line-height: 63px;
    margin-bottom: 20px;
}

.zd-thank-you-wrapper .zd-col-1 {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 40px 56px 40px 17px;
}

.zd-thank-you-wrapper .zd-col-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    width: 100%;
    max-width: 220px;
}

.zd-thank-you-wrapper .zd-col-2 .data-image-wrapper {
    -webkit-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    transform: rotate(4deg);
}

.zd-thank-you-wrapper .zd-col-2 .data-image-wrapper img {
    border-radius: 10px;
    width: 220px;
    height: 220px;
    -o-object-fit: cover;
    object-fit: cover;
}

.zd-thank-you-wrapper .data-sphere {
    position: absolute;
    bottom: -123px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    z-index: 1;
}

.zd-thank-you-wrapper .data-globe-grid {
    position: absolute;
    right: -108px;
    top: -85px;
    z-index: -1;
    -webkit-transform: rotate(-11deg);
    -ms-transform: rotate(-11deg);
    transform: rotate(-11deg);
}

.zd-thank-you-wrapper .data-title span {
    background: -webkit-linear-gradient(80.01deg, #F22F2F 4.73%, #9939B4 56.42%, #3F8CFF 92.51%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.zd-thank-you-wrapper .data-description {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
}

.zd-thank-you-wrapper .data-description strong {
    font-weight: 700;
}













/*
==============================================
    X. One Time Offer Section
==============================================
*/
.zd-one-time-offer-section {
    margin-bottom: 90px;
    position: relative;
}

.zd-light {
    position: absolute;
    width: 766px;
    height: 766px;
    left: -444px;
    top: -302px;
    background: -o-linear-gradient(9.99deg, #F22F2F 4.73%, #9939B4 56.42%, #3F8CFF 92.51%);
    background: linear-gradient(80.01deg, #F22F2F 4.73%, #9939B4 56.42%, #3F8CFF 92.51%);
    opacity: 0.6;
    -webkit-filter: blur(823.656px);
    filter: blur(823.656px);
    z-index: -1;
}

.zd-light-2 {
    position: absolute;
    width: 908px;
    height: 690px;
    right: -200px;
    top: 995px;
    background: -o-linear-gradient(9.99deg, #F22F2F 4.73%, #9939B4 56.42%, #3F8CFF 92.51%);
    background: linear-gradient(80.01deg, #F22F2F 4.73%, #9939B4 56.42%, #3F8CFF 92.51%);
    opacity: 0.6;
    -webkit-filter: blur(823.656px);
    filter: blur(823.656px);
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    z-index: -1;
}

.data-one-time-offer-grid {
    position: absolute;
    right: 0;
    bottom: -150px;
}

.zd-one-time-offer-wrapper {
    max-width: 450px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.zd-one-time-offer-wrapper .data-title {
    font-family: 'Outfit', sans-serif;
    font-weight: bold;
    font-size: 50px;
    line-height: 63px;
    text-transform: uppercase;
    margin-bottom: 38px;
    position: relative;
}

.zd-one-time-offer-wrapper .data-title span {
    position: absolute;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 23px;
    line-height: 102.54%;
    text-align: center;
    letter-spacing: 0.04em;
    color: #DE0303;
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
    background: #471313;
    border-radius: 4px;
    padding: 1px 8px 1px 9px;
    bottom: -8px;
    right: 16px;
}

.zd-one-time-offer-wrapper .data-warning-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #DE0303;
    -webkit-box-shadow: 0px 14px 44px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 14px 44px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 21px;
    padding: 14px 54px;
    margin-bottom: 20px;
}

.zd-one-time-offer-wrapper .data-warning-message img {
    padding-right: 30px;
}

.zd-one-time-offer-wrapper .zd-offer-package {
    padding: 60px;
    background-color: #fff;
    color: #171717;
    border-radius: 10px;
    position: relative;
}

.zd-one-time-offer-wrapper .zd-off-sale {
    position: absolute;
    top: 32px;
    right: 29px;
}

.zd-one-time-offer-wrapper .zd-offer-package .data-title {
    font-family: 'Outfit', sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
}

.zd-one-time-offer-wrapper .zd-offer-package .data-price {
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.zd-one-time-offer-wrapper .zd-offer-package .data-price .data-amount {
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: 62px;
    line-height: 78px;
    margin-right: 10px;
}

.zd-one-time-offer-wrapper .zd-offer-package .data-price .data-amount span {
    background: -webkit-linear-gradient(80.01deg, #F22F2F 4.73%, #9939B4 56.42%, #3F8CFF 92.51%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.zd-one-time-offer-wrapper .zd-offer-package .data-price .data-currency {
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    text-transform: uppercase;
    color: #171717;
    opacity: 0.5;
}

.zd-one-time-offer-wrapper .zd-offer-package .data-content {
    margin-bottom: 32px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
}

.zd-one-time-offer-wrapper .zd-offer-package .data-content ul li {
    margin-bottom: 13px;
    position: relative;
    padding-left: 25px;
}

.zd-one-time-offer-wrapper .zd-offer-package .data-content ul li strong {
    font-weight: 600;
}

.zd-one-time-offer-wrapper .zd-offer-package .data-content ul li:last-child {
    margin-bottom: 0;
}

.zd-one-time-offer-wrapper .zd-offer-package .data-content ul li::before {
    content: '✓';
    position: absolute;
    background: -webkit-linear-gradient(80.01deg, #F22F2F 4.73%, #9939B4 56.42%, #3F8CFF 92.51%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Outfit', sans-serif;
    font-size: 17px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.zd-one-time-offer-wrapper .zd-offer-package .zd-link-wrapper {
    margin-bottom: 11px;
}

/*
.zd-one-time-offer-wrapper .zd-offer-package .zd-link {
    color: #fff;
    padding: 20px;
    width: 100%;
    font-family: Poppins;
    font-weight: 600;
    font-size: 14px;
    background: linear-gradient(80.01deg, #F22F2F 4.73%, #9939B4 56.42%, #3F8CFF 92.51%);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
.zd-one-time-offer-wrapper .zd-offer-package .zd-link:hover {
    --tw-shadow: 0px 14px 44px rgba(206, 51, 101, 0.62);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
*/
/*
.zd-one-time-offer-wrapper .zd-offer-package .link-to-action {
    margin-bottom: 11px;
}
.zd-one-time-offer-wrapper .zd-offer-package .ignore-link {
    margin-bottom: 20px;
    position: relative;
    background: #fff;
    border: 1px solid transparent;
}
.zd-one-time-offer-wrapper .zd-offer-package .ignore-link::before {
    content: '';
    position: absolute;
    top: 0; 
    right: 0; 
    bottom: 0; 
    left: 0;
    z-index: -1;
    margin: -1px;
    border-radius: inherit;
    background: linear-gradient(80.01deg, #F22F2F 7.49%, #9939B4 49.71%, #3F8CFF 92.51%);
}
.zd-one-time-offer-wrapper .zd-offer-package .ignore-link span {
    background: -webkit-linear-gradient(80.01deg, #F22F2F 4.73%, #9939B4 56.42%, #3F8CFF 92.51%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
*/
.zd-one-time-offer-wrapper .zd-offer-package .data-message-to-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 10px;
    line-height: 15px;
    margin-top: 20px;
}

.zd-one-time-offer-wrapper .zd-offer-package .data-message-to-action svg {
    margin-right: 10px;
    width: 24px;
}



.zd-countdown-wrapper {
    position: relative;
    z-index: 20;
    width: 100%;
    max-width: 400px;
}

.zd-countdown-timer {
    padding-top: 5px;
    background: #171717;
    height: 118px;
    border-radius: 10px;
    position: relative;
    border: transparent;
}

.zd-countdown-timer:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -1px;
    border-radius: inherit;
    background: -o-linear-gradient(9.99deg, #F22F2F 7.49%, #9939B4 49.71%, #3F8CFF 92.51%);
    background: linear-gradient(80.01deg, #F22F2F 7.49%, #9939B4 49.71%, #3F8CFF 92.51%);
}

.zd-countdown-timer span .countdown-section {
    position: relative;
}

.zd-countdown-timer span .countdown-section::after {
    content: ':';
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 0;
    top: -5px;
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: 62px;
    line-height: 78px;
}

.zd-countdown-timer span .countdown-section:last-child:after {
    display: none;
}

.zd-countdown-timer span .countdown-amount {
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: 62px;
    line-height: 78px;
}

.zd-countdown-timer span .countdown-period {
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    opacity: 0.5;
}

.zd-countdown-timer.zd-countdown-timer-nft {
    width: 100%;
    height: 80px;
    padding-top: 0;
    margin-bottom: 0;
    background: #222;
}

.zd-countdown-timer.zd-countdown-timer-nft span .countdown-amount,
.zd-countdown-timer.zd-countdown-timer-nft span .countdown-section::after {
    font-size: 36px;
    line-height: 52px;
}


.minting-live-text-wrapper {
    position: relative;
    border-radius: 10px;
}

.minting-live-text-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*z-index: -1;*/
    margin: -1px;
    border-radius: inherit;
    background: -o-linear-gradient(9.99deg, #F22F2F 7.49%, #9939B4 49.71%, #3F8CFF 92.51%);
    background: linear-gradient(80.01deg, #F22F2F 7.49%, #9939B4 49.71%, #3F8CFF 92.51%);
}

.minting-live-text-wrapper .minting-live-text {
    background: #222222;
    z-index: 3;
    position: relative;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 42px;
    white-space: nowrap;
}
















/*
==============================================
    X. Promote Page
==============================================
*/
.page-template-promote .zd-page-title {
    font-size: 40px;
    line-height: 48px;
}






















/*
==============================================
    X. Newsletter Section
==============================================
*/
.newsletter-section .data-form-response {
    margin-top: 15px;
    color: #000;
    text-align: center;
}

.newsletter-section .data-form-response.error {
    color: #DE0303;
}

.newsletter-section .data-form-response.success {
    color: #079f07;
}






















/*
==============================================
    X. Footer
==============================================
*/

.zd-footer {
    padding: 20px 0;
    background: #222222;
}

.zd-footer .data-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.zd-footer .data-developed-by a {
    color: #ff4c4c;
}