@font-face {
    font-family: Neue Machina;
    src: url(../../font/PPNeueMachina-PlainUltrabold.otf);
    font-weight: 900;
}

* {
    margin: 0px;
    padding: 0px;
}

html {
    padding: 0px;
    margin: 0 auto;
}

body {
    margin: 0px auto;
    padding: 0px;
    background: #F9FAFF;
}

p {
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-toggler:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

img {
    width: 100%;
    display: block;
    height: auto;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: var(--color1);
}

a,
button {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

body,
html {
    margin: 0;
}

/* header start */

._header_logo {
    max-width: 90px;
    margin-right: 20px;
}

._logo {
    display: flex;
    width: 140px;
    align-items: initial;
    margin-bottom: 30px;
}

._header_nft_nav_item {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    color: #000000;
}

._header_nft_nav_item_wrap {
    margin: 0 15px;
}

._nav_right_search {
    border: none;
    background: transparent;
}

._nav_right_search:focus {
    box-shadow: none;
    border: none;
}


._nav_right_search_wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid #000;
    padding: 5px 5px 5px 10px;
}

._nav_right_search_ic {
    display: inline-block;
}

._header_nft_nav_right_wrap {
    align-items: center;
    margin-left: 20px;
}
._nav_right_btn_wrap {
    margin: 0 25px;
}

._nav_right_btn1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 3px;
    display: inline-block;
    padding: 15px 40px;
}

._nav_right_btn2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    color: #fff !important;
    border-radius: 3px;
    display: inline-block;
    padding: 16px 40px;
    background: #000;
    margin-left: 10px;
}

._nav_right_profile_drop {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}


._nav_right_profile_img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-right: 10px;
}

._nav_profile_drop_items {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 180px;
    background: rgb(232, 236, 255);
    transform-origin: top;
    transform: perspective(1000px) rotateX(-90deg);
    transition: 0.5s;
    top: 60px;
    right: 0;
    padding: 20px 15px;
    border-radius: 10px;
    z-index: 9999;
}

._nav_profile_drop_items.active {
    transform: perspective(1000px) rotateX(0deg);
}

._nav_profile_drop_item {
    margin-bottom: 15px;
}

._nav_profile_drop_item:last-child {
    margin-bottom: 0;
}

._nav_profile_drop_item_link {
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    font-family: 'Poppins';
    line-height: 1.6;
    font-size: 15px;
}

._marquee_nft_wrap {
    background: #000;
    color: #fff;
    padding: 15px 0;
    /* position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 999; */
}

._header_nft_wrapper {
    padding-top: 50px;
}

.scroll_header {
    position: fixed;
    top: 0;
    transition: top 0.2s ease-in-out;
    width: 100%;
    z-index: 999;
}

.nav-up {
    top: -60px;
}

._marquee_nft_main {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

._marquee_nft_main:hover ._marquee_nft_item {
    animation-play-state: paused;
}

._marquee_nft_ic {
    margin: 0 2rem;
    width: auto;
}

._marquee_nft_item {
    display: inline-block;
    will-change: transform;
    animation: marquee 60s linear infinite;
    word-spacing: 15px;
}


@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

._hero_nft_wrapper {
    padding-top: 50px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

._hero_nft_left_card_wrap {
    max-width: 280px;
    background: #ffffff;
    border-radius: 20px;
    margin: 0 auto;
}

._hero_nft_left_card_wrap_inner {
    padding: 20px 0;
}

._hero_nft_left_card_img {
    max-width: 250px;
    margin: 0 auto;
}

._hero_nft_left_card_btm_prfl {
    display: flex;
    align-items: center;
}

._hero_nft_left_card_prfl_img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-left: -15px;
}

._hero_nft_left_card_prfl_img:first-child {
    margin-left: 0;
}

._hero_nft_left_card_btm {
    padding: 0 30px;
    margin-top: -30px;
}

._hero_nft_left_card_btm_title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    margin-top: 10px;
}

._hero_card_btm_point_left_img {
    max-width: 15px;
}

._hero_card_btm_point_left_num {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
    color: #00AC4F;
    margin-left: 6px;
}

._hero_card_btm_point_left {
    display: flex;
    align-items: center;
    flex: 0 0 50%;
}

._hero_nft_left_card_btm_point_right {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
    text-align: right;
    color: #838383;
}

._hero_nft_left_card_btm_point {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0 20px;
}

._hero_nft_left_card_btm_time {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 26px;
    text-align: center;
    color: #5539A8;
    background: #F5F5F5;
    border-radius: 150px;
    width: 110px;
    padding: 5px 0;
}

._hero_nft_left_card_btm_link {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2px;
    color: #4F33A3;
}

._hero_nft_left_card_btm_time_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

._hero_nft_left_inner {
    position: relative;
    z-index: 2;
}

._hero_nft_left_card_wrap._card_back {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    transform: translate(-60%, 0%) rotate(-25deg);
    transform-origin: 40% 100%;
    padding: 0 20px;
}

._hero_nft_right_title {
    font-family: 'Neue Machina';
    font-style: normal;
    font-weight: 800;
    font-size: 26px;
    line-height: 1.5;
    text-transform: capitalize;
    max-width: 80%;
    color: #000000;
}

._hero_nft_right_txt {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    /* or 31px */
    letter-spacing: 0.005em;
    color: #3A3A3A;
}

._hero_nft_right_btm_title {
    font-family: 'Neue Machina';
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    max-width: 70%;
    margin: 20px 0 0;
}

._hero_nft_right_btm_btn {
    margin-top: 20px;
}

._hero_nft_right_btm_btn1 {
    display: inline-block;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #FFFFFF !important;
    background: linear-gradient(94.25deg, #4E12F7 0%, #C87BBF 123.04%, #EBC7C9 241.07%);
    padding: 20px 30px;
    width: 170px;
    text-align: center;
}

._hero_nft_right_btm_btn2 {
    display: inline-block;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #000000;
    background: transparent;
    padding: 20px 30px;
    border: 1px solid #4E12F7;
    margin-left: 20px;
    width: 170px;
    text-align: center;
}

._hero_nft_right_btm_btn3 {
    display: inline-block;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #000000;
    background: transparent;
    margin-left: 40px;
    text-align: center;
}

/* responsive css */
/* Desktop/Laptop */
@media only screen and (max-width: 1600px) {}

@media (max-width: 1440px) {}

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


/* Desktop/Laptop */
@media only screen and (max-width: 1199px) {}

/* Ipad pro */
@media only screen and (max-width: 991px) {}

/* Ipad/Mobile L */
@media only screen and (max-width: 767px) {}

/* Mobile */
@media only screen and (max-width: 575px) {}

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

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





/* second section start */

._second_sec {
    margin-top: 90px;
}

._secnd_sec_wrapper {
    border: 1px solid #4E12F7;
    background: #fff;
}

._second_sec_left_title {
    font-family: Poppins;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 1.5;
    color: #000000;
}

._second_sec_left_title_cl {
    font-family: 'Neue Machina';
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 1.5;

    background: linear-gradient(94.25deg, #4E12F7 0%, #C87BBF 32.64%, #EBC7C9 124.3%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

._second_sec_left {
    max-width: 60%;
    margin: 0 auto;
    border: 1px solid #4E12F7;
    padding: 20px 20px;
}

._second_sec_right_txt {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    /* or 28px */

    letter-spacing: 0.005em;

    color: #3A3A3A;
}

/* responsive css */
/* Desktop/Laptop */
@media only screen and (max-width: 1600px) {}

@media (max-width: 1440px) {}

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


/* Desktop/Laptop */
@media only screen and (max-width: 1199px) {}

/* Ipad pro */
@media only screen and (max-width: 991px) {}

/* Ipad/Mobile L */
@media only screen and (max-width: 767px) {}

/* Mobile */
@media only screen and (max-width: 575px) {}

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

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

/* second section ends */




/* third section start */

._third_sec {
    margin-top: 50px;
}

._third_sec_card_ic {
    max-width: 140px;
    margin: 0 auto;
}

._third_sec_title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.4;
    /* or 114px */

    letter-spacing: 0.005em;

    /* Linear */

    background: linear-gradient(94.25deg, #4E12F7 0%, #C87BBF 123.04%, #EBC7C9 241.07%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-align: center;
}

._third_sec_subtitle {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0.005em;
    background: linear-gradient(94.25deg, #4E12F7 0%, #C87BBF 123.04%, #EBC7C9 241.07%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-align: center;
    margin: 5px auto 0;
    max-width: 70%;
}

._third_sec_txt {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    /* or 37px */

    text-align: center;
    letter-spacing: 0.005em;

    color: #3A3A3A;
    max-width: 60%;
    margin: 0px auto;

}



/* responsive css */
/* Desktop/Laptop */
@media only screen and (max-width: 1600px) {}

@media (max-width: 1440px) {}

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


/* Desktop/Laptop */
@media only screen and (max-width: 1199px) {}

/* Ipad pro */
@media only screen and (max-width: 991px) {}

/* Ipad/Mobile L */
@media only screen and (max-width: 767px) {}

/* Mobile */
@media only screen and (max-width: 575px) {}

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

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

/* third section ends */



/* fourth section start */

._fourth_sec {
    margin-top: 60px;
}

._fourth_sec_wrapper {
    background: linear-gradient(94.25deg, #4E12F7 0%, #C87BBF 123.04%, #EBC7C9 241.07%);
    padding: 5px 0 40px;
}

._fourth_sec_title {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 1.8;
    /* or 58px */

    letter-spacing: 0.06em;

    color: #FFFFFF;
    text-align: center;
    margin: 30px 0;
}

/* responsive css */
/* Desktop/Laptop */
@media only screen and (max-width: 1600px) {}

@media (max-width: 1440px) {}

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


/* Desktop/Laptop */
@media only screen and (max-width: 1199px) {}

/* Ipad pro */
@media only screen and (max-width: 991px) {}

/* Ipad/Mobile L */
@media only screen and (max-width: 767px) {}

/* Mobile */
@media only screen and (max-width: 575px) {}

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

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

/* fourth section ends */




/* spotlight section start */

._spot_sec {
    margin-top: 60px;
}

._spot_sec_title {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.3;
    /* or 67px */

    /* Linear */
    background: linear-gradient(94.25deg, #4E12F7 0%, #C87BBF 123.04%, #EBC7C9 241.07%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

._spot_sec_card_top_img {
    max-width: 250px;
    margin: 0 auto;
}

._spot_sec_card_top_img:hover {
    transform: scale(1.05);
    transition: 0.4s;
}

._spot_card_btm_prfl_img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    margin-left: -10px;
}

._spot_card_btm_prfl_img:hover {
    transform: scale(1.05);
    transition: 0.4s;
}
  

._spot_card_btm_prfl_img:first-child {
    margin-left: 0;
}

._spot_card_btm_prfl_img_wrap {
    display: flex;
    align-items: center;
}

._spot_sec_card_btm {
    margin-top: 10px;
    padding: 0 20px;
}

._spot_card_btm_like {
    display: flex;
    align-items: center;
}

._spot_card_btm_like_num {
    margin-left: 5px;
}

._spot_card_btm_prfl {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

._spot_sec_card {
    background: #ffffff;
    border-radius: 10px;
    max-width: 90%;
}

._spot_sec_card_inner {
    padding: 10px 0;
}

._spot_card_btm_title {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.2;
    /* identical to box height, or 144% */


    /* Natural Color 1/Black 1 */
    margin-top: 22px;
    color: #1B1D21;

}

._spot_card_btm_eth_wrap {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}



._spot_card_btm_eth_wrap:hover {
    transition: 10s;
    justify-content: space-between;
}

._spot_card_btm_eth {
    max-width: 25px;
    margin-left: -10px;
}

._spot_card_btm_eth_wrap:hover {
    transition: 10s;
    justify-content: space-between;
}

._spot_card_btm_eth:hover {
    transition: 1s;
    transform: scale(1.4);
    max-width: 25px;
}

._spot_card_btm_eth_num {
    margin-left: 10px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    /* identical to box height, or 150% */


    /* Natural Color 2/Natural Color 3 */

    color: #4C4D53;
}

._spot_card_btm_buy {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    /* identical to box height, or 150% */


    /* Linear */

    background: linear-gradient(94.25deg, #4E12F7 0%, #C87BBF 123.04%, #EBC7C9 241.07%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    border: 1.15206px solid #EBEDFC;
    border-radius: 11.5206px;
    text-align: center;
    display: block;
    padding: 10px;
    margin-top: 20px;
    transition: .3s all ease;
}

._spot_card_btm_buy:hover {
    background: linear-gradient(94.25deg, #4E12F7 0%, #C87BBF 123.04%, #EBC7C9 241.07%);
    -webkit-text-fill-color: #fff;

}

._spot_sec_cards_wrap {
    margin-top: 20px;
}

/* responsive css */
/* Desktop/Laptop */
@media only screen and (max-width: 1600px) {}

@media (max-width: 1440px) {}

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


/* Desktop/Laptop */
@media only screen and (max-width: 1199px) {}

/* Ipad pro */
@media only screen and (max-width: 991px) {}

/* Ipad/Mobile L */
@media only screen and (max-width: 767px) {}

/* Mobile */
@media only screen and (max-width: 575px) {}

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

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

/* spotlight section ends */





/* upcoming section start */

._upc_sec {
    margin-top: 50px;
}

._upc_sec_title {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.3;
    /* or 67px */

    /* Linear */
    background: linear-gradient(94.25deg, #4E12F7 0%, #C87BBF 123.04%, #EBC7C9 241.07%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

._upc_sec_card_top_img {
    max-width: 250px;
    margin: 0 auto;
}


._upc_sec_card_top_img:hover {
    transform: scale(1.05);
    transition: 0.4s;
}
  

._upc_card_btm_prfl_img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    margin-left: -10px;
}

._upc_card_btm_prfl_img:hover {
    transform: scale(1.05);
    transition: 0.4s;
}

._upc_card_btm_prfl_img:first-child {
    margin-left: 0;
}

._upc_card_btm_prfl_img_wrap {
    display: flex;
    align-items: center;
}

._upc_sec_card_btm {
    margin-top: 10px;
    padding: 0 20px;
}

._upc_card_btm_like {
    display: flex;
    align-items: center;
}

._upc_card_btm_like_num {
    margin-left: 5px;
}

._upc_card_btm_prfl {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

._upc_sec_card {
    background: #ffffff;
    border-radius: 10px;
    max-width: 90%;
}

._upc_sec_card_inner {
    padding: 10px 0 20px;
}

._upc_card_btm_title {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2px;
    /* identical to box height, or 144% */


    /* Natural Color 1/Black 1 */
    margin-top: 20px;
    color: #1B1D21;

}

._upc_card_btm_time_wrap {
    margin-top: 20px;
}

._upc_card_btm_time_title {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 144% */


    color: #D2D2D4;
}

._upc_card_btm_time {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2px;
    /* identical to box height, or 144% */

    margin-top: 15px;
    color: #4C4D53;

}

._upc_card_btm_time span {
    margin-right: 5px;
}

._upc_sec_cards_wrap {
    margin-top: 20px;
}


/* responsive css */
/* Desktop/Laptop */
@media only screen and (max-width: 1600px) {}

@media (max-width: 1440px) {}

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


/* Desktop/Laptop */
@media only screen and (max-width: 1199px) {}

/* Ipad pro */
@media only screen and (max-width: 991px) {}

/* Ipad/Mobile L */
@media only screen and (max-width: 767px) {}

/* Mobile */
@media only screen and (max-width: 575px) {}

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

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

/* upcoming section ends */




/* collection section start */

._coll_sec {
    margin-top: 40px;
    transform: scale(.92);
}

._coll_title {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.3;
    /* identical to box height, or 47px */

    text-align: center;

    color: #110F0F;
}

._coll_main_wrapper {
    margin-top: 40px;
}

._coll_left_wrapper {
    position: relative;
}

._coll_left_wrap {
    display: flex;
    align-items: center;
    margin-top: 30px;
    margin-left: 40px;
}

._coll_left_wrap:first-child {
    margin-top: 0;
}

._coll_left_num {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.01em;
    color: #110F0F;
}

._coll_img {
    width: 50px;
    height: 50px;
    border-radius: 10px;
}

._coll_img:hover {
    transform: scale(1.08);
    transition: 0.4s;  
}

._coll_medal {
    max-width: 24px;
    margin: 0 auto;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%, 0);
}

._coll_img_wrap {
    position: relative;
    margin: 0 20px;
}

._coll_det_title {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    /* identical to box height, or 22px */

    letter-spacing: 0.01em;

    color: #110F0F;

}

._coll_det_amo {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    /* identical to box height, or 22px */

    letter-spacing: 0.01em;

    color: rgba(0, 0, 0, 0.5);
    margin-top: 5px;
}

._coll_line {
    width: auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

/* responsive css */
/* Desktop/Laptop */
@media only screen and (max-width: 1600px) {}

@media (max-width: 1440px) {}

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


/* Desktop/Laptop */
@media only screen and (max-width: 1199px) {}

/* Ipad pro */
@media only screen and (max-width: 991px) {}

/* Ipad/Mobile L */
@media only screen and (max-width: 767px) {}

/* Mobile */
@media only screen and (max-width: 575px) {}

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

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

/* collection section ends */



/* category section start */

._cat_sec {
    transform: scale(.9);
    position: relative;
}

._cat_title {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.2;
    color: #000000;
    text-align: center;
}

._cat_main_card_img {
    max-width: 360px;
    margin: 0 auto;
    transition: .3s all ease;
}

._cat_main_card {
    background: #fff;
    border-radius: 25px;
    padding: 20px 0;
    cursor: pointer;
}

._cat_main_card_img_wrap {
    max-width: 360px;
    margin: 0 auto;
    overflow: hidden;
}

._cat_main_card:hover ._cat_main_card_img {
    transform: scale(1.1);
}

._cat_main_card_title {
    font-family: Poppins;
    text-align: center;
    margin-top: 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: -0.01em;
    text-transform: capitalize;
    color: #000000;
}

._cat_main_wrapper {
    margin-top: 40px;
}


/* responsive css */
/* Desktop/Laptop */
@media only screen and (max-width: 1600px) {}

@media (max-width: 1440px) {}

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


/* Desktop/Laptop */
@media only screen and (max-width: 1199px) {}

/* Ipad pro */
@media only screen and (max-width: 991px) {}

/* Ipad/Mobile L */
@media only screen and (max-width: 767px) {}

/* Mobile */
@media only screen and (max-width: 575px) {}

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

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

/* category section ends */


/* auc section start */

._auc_sec {
    transform: scale(.9);
    position: relative;
}

._auc_main_left_wrapper {
    max-width: 500px;
    margin: 0 auto;
}

._auc_main_left_btm_wrapper {
    background: #fff;
    padding: 40px 30px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    top: -20px;
    z-index: 99;
    position: relative;
}

._auc_main_left_btm_f_eth {
    max-width: 20px;
}

._auc_main_left_btm_f_num {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0.01em;

    color: #101010;
    margin-left: 10px;
}

._auc_main_left_btm_f_eth_wrap {
    display: flex;
    align-items: center;
}

._auc_main_left_btm_title {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.01em;
    color: #999999;
    margin-bottom: 10px;
}

._auc_right_title {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.4;
    max-width: 60%;
    color: #101010;
}

._auc_main_wrapper {
    margin-top: 60px;
}

._auc_right_txt {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color: #565656;
    max-width: 80%;
    margin-top: 10px;
}

._auc_right_card_top_title {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.01em;

    color: #101010;
}

._auc_right_card_top_btn1 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.4;
    /* or 163% */

    text-align: center;
    letter-spacing: 0.01em;

    color: #101010;
    background: #DDF247;
    border-radius: 8px;
    display: inline-block;
    width: 150px;
    padding: 15px 20px;
}

._auc_right_card_top_btn2 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.4;
    /* or 163% */

    text-align: center;
    letter-spacing: 0.01em;

    color: #101010;
    background: transparent;
    border-radius: 8px;
    display: inline-block;
    width: 150px;
    padding: 15px 20px;
    border: 1px solid #F1F1F1;
}

._auc_right_card_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

._auc_right_card {
    max-width: 550px;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 9.63068px 96.3068px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    margin-top: 20px;
}

._auc_right_card_mid {
    margin-top: 30px;
}

._auc_right_card_mid_img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-right: 10px;
}

._auc_right_card_mid_f {
    display: flex;
    align-items: center;
}

._auc_right_card_mid_det_txt {
    font-size: 14px;
    color: #a1a1a1;
    margin-top: 5px;
}

._auc_main_left_btm_title._card {
    font-size: 14px;
}

._auc_main_left_btm_f_eth._card {
    max-width: 12px;
}

._auc_main_left_btm_f_num._card {
    font-size: 12px;
}

._auc_main_left_btm_f_num._card2 {
    font-size: 12px;
    margin-left: 0;
}

._auc_right_card_mid {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

._auc_right_card_last {
    margin-top: 50px;
    display: flex;
    align-items: center;
}

._auc_right_card_last ._auc_right_card_mid_img {
    width: 40px;
    height: 40px;
}

._auc_right_card_last ._auc_right_card_mid_det_title {
    font-size: 14px;
    color: #999999;
    font-weight: 400;
}

._auc_right_card_last ._auc_right_card_mid_det_txt {
    color: #000;
}

._auc_right_card_last ._auc_right_card_mid_f {
    margin-right: 50px;
}

._auc_right_card_last ._auc_right_card_mid_f:last-child {
    margin-right: 0px;
}

._auc_right_wrap {
    margin-left: 20px;
}

._auc_right_table_wrap {
    margin-top: 20px;
    max-width: 550px;
}

._auc_right_table_top_link {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    color: #999999;
    margin: 0 20px 0 0;
}

._auc_right_table_top_link._active {
    color: #000;
}

._auc_right_table_top {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 15px;
}

._auc_right_table_head_wrap {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #f1f1f1;
}

._auc_right_table_head_item {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #101010;
}

._auc_right_table_item {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.01em;
    color: #101010;
}

._auc_right_table_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #f1f1f1;
}

._auc_right_table_head_item:nth-child(1) {
    flex: 0 0 36%;
}

._auc_right_table_head_item:nth-child(2) {
    flex: 0 0 26%;
}

._auc_right_table_head_item:nth-child(3) {
    flex: 0 0 25%;
}

._auc_prev_ic,
._auc_next_ic {
    border: none;
    background: transparent;
}

._auction_slider_wrapper {
    position: relative;
}

._auction_slider_arrows {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* responsive css */
/* Desktop/Laptop */
@media only screen and (max-width: 1600px) {}

@media (max-width: 1440px) {}

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


/* Desktop/Laptop */
@media only screen and (max-width: 1199px) {}

/* Ipad pro */
@media only screen and (max-width: 991px) {}

/* Ipad/Mobile L */
@media only screen and (max-width: 767px) {}

/* Mobile */
@media only screen and (max-width: 575px) {}

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

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

/* auc section ends */

/* partner section start */

._par_sec {
    margin-top: 40px;
}

._par_title {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.4;
    color: #000000;
    text-align: center;
}

._par_logo_wrapper {
    background: #d7ddeb;
    padding: 30px 0;
    margin-top: 20px;
}

._par_logo_img {
    max-width: 200px;
    margin: 0 40px;
}

._par_logo_img:hover {
    transform: scale(1.1);
    transition: 0.4s;
}

._par_logo_main_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* responsive css */
/* Desktop/Laptop */
@media only screen and (max-width: 1600px) {}

@media (max-width: 1440px) {}

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


/* Desktop/Laptop */
@media only screen and (max-width: 1199px) {}

/* Ipad pro */
@media only screen and (max-width: 991px) {}

/* Ipad/Mobile L */
@media only screen and (max-width: 767px) {}

/* Mobile */
@media only screen and (max-width: 575px) {}

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

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

/* partner section ends */



/* trend section start */

._trend_sec {
    margin-top: 40px;
    position: relative;
    z-index: 2;
}

._trend_title {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.4;
    color: #000000;
}

._trend_title_grad {
    background: linear-gradient(94.25deg, #4E12F7 0%, #C87BBF 123.04%, #EBC7C9 241.07%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

._trend_card {
    background: #fff;
    overflow: hidden;
    border-radius: 15px;
    padding-bottom: 40px;
    margin-top: 30px;
    border: 1px solid #f1f1f1;
}

._trend_card_top_img:hover {
    transform: scale(1.04);
    transition: 0.4s;
}

._trend_card_top_img {
    object-fit: cover;
}

._trend_card_mid_img {
    border: 6px solid #fff;
    box-shadow: 0px 11.9471px 17.3777px rgba(0, 0, 0, 0.14);
    max-width: 90px;
    margin: -50px auto 0;
    position: relative;
    z-index: 10;
    border-radius: 50%;
}

._trend_card_mid_img:hover {
    transform: scale(1.04);
    transition: 0.4s;
}

._trend_card_btm {
    margin-top: 10px;
    padding: 0 30px;
}

._trend_card_btm_head_title {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -1.0861px;
    color: #000000;
}

._trend_card_btm_head_sub {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -1.0861px;
    color: #000000;
    margin: 0 10px;
}

._trend_card_btm_head_wrap {
    display: flex;
    align-items: center;
}

._trend_card_btm_head_ic {
    max-width: 20px;
}

._trend_card_btm_txt {
    margin-top: 10px;
}

/* Home Modal */
._home_modal_wrap {}

._home_modal_dlg {}

._home_modal_content {
    padding: 20px;
    border-radius: 30px;
}

._home_modal_content .modal-header {
    align-items: flex-start;
    border: none !important;
}

._home_modal_content .modal-title {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 22px;
    line-height: 1.6;
    text-transform: capitalize;
    color: #0D0D0D;
    flex: 0 0 70%;
}

._home_modal_close_btn {
    background-color: rgba(215, 215, 215, 0.44);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px !important;
    height: 42px !important;
    border-radius: 50%;
    background-size: 12px;
    margin: 0 !important;
    margin-top: 15px !important;
}

._home_modal_body {
    padding: 12px 20px !important;
}

._home_modal_body_li {
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

._home_modal_body_li_txt_wrap {
    display: flex;
    align-items: center;
    gap: 0 14px;
}

._home_modal_body_img {
    width: 36px;
}

._home_modal_body_txt {
    font-weight: 600;
    font-size: 18px;
    line-height: 35px;
    color: #0D0D0D;
}

._home_modal_body_li_txt2_wrap ._home_modal_body_txt {
    font-weight: 600;
    font-size: 18px;
    line-height: 35px;
    color: #AFAFAF;
}

._modal_drop_btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border: none;
    box-shadow: none !important;
    font-weight: 600;
    font-size: 18px;
    line-height: 35px;
    color: #0D0D0D;

}

/* Home Modal */
/* responsive css */
/* Desktop/Laptop */
@media only screen and (max-width: 1600px) {}

@media (max-width: 1440px) {}

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


/* Desktop/Laptop */
@media only screen and (max-width: 1199px) {}

/* Ipad pro */
@media only screen and (max-width: 991px) {}

/* Ipad/Mobile L */
@media only screen and (max-width: 767px) {}

/* Mobile */
@media only screen and (max-width: 575px) {}

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

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

/* trend section ends */


/* footer start */

._footer_wrapper {
    background: #101010;
    padding-top: 100px;
}

._footer_wrap {
    padding: 60px 0 120px;
}

._footer_left_logo {
    max-width: 80px;
}

._footer_left_txt {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #FFFFFF;
    margin-top: 20px;
}

._footer_left_ic_wrap {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

._footer_left_ic_item {
    margin-right: 20px;
}

._footer_list_head {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.23819px;
    color: #FFFFFF;
}

._footer_list_link {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: -0.23819px;
    color: #bbbbbb;
}

._footer_list_link:hover {
    color: #fff;
}

._footer_list_item {
    margin: 15px 0;
}

._footer_left_email_wrap {
    margin-top: 30px;
}

._footer_left_email_title {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
}

._footer_left_email_main_wrap {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

._footer_left_email_in {
    background: transparent;
    border: 1px solid #4E12F7;
    padding: 10px 5px 10px 10px;
    flex: 0 0 60%;
    color: #fff;
}

._footer_left_email_in::placeholder {
    font-size: 15px;
    color: #fff;
}

.subemail_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    color: #FFFFFF;
    padding: 12px 40px;
    background: linear-gradient(94.25deg, #4E12F7 0%, #C87BBF 123.04%, #EBC7C9 241.07%);
}

/* responsive css */
/* Desktop/Laptop */
@media only screen and (max-width: 1600px) {}

@media (max-width: 1440px) {}

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


/* Desktop/Laptop */
@media only screen and (max-width: 1199px) {}

/* Ipad pro */
@media only screen and (max-width: 991px) {}

/* Ipad/Mobile L */
@media only screen and (max-width: 767px) {}

/* Mobile */
@media only screen and (max-width: 575px) {}

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

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

/* footer ends */





/* ==================================
            explore page
====================================*/





/* hero start */

._hero_explore_wrapper {
    margin-top: 30px;
    transform: scale(.9);
}


._exp_sec_card_top_img {
    max-width: 400px;
    margin: 0 auto;
}

._exp_card_btm_prfl_img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    margin-left: -10px;
}

._exp_card_btm_prfl_img:first-child {
    margin-left: 0;
}

._exp_card_btm_prfl_img_wrap {
    display: flex;
    align-items: center;
}

._exp_sec_card_btm {
    margin-top: 20px;
    padding: 0 30px;
}

._exp_card_btm_like {
    display: flex;
    align-items: center;
}

._exp_card_btm_like_num {
    margin-left: 5px;
}

._exp_card_btm_prfl {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

._exp_sec_card {
    background: #ffffff;
    border-radius: 20px;
    max-width: 450px;
    margin: 30px auto 0;
}

._exp_sec_card_inner {
    padding: 20px 0 30px;
}

._exp_card_btm_title {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2px;
    /* identical to box height, or 144% */


    /* Natural Color 1/Black 1 */
    margin-top: 30px;
    color: #1B1D21;

}

._exp_card_btm_eth_wrap {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

._exp_card_btm_eth {
    max-width: 30px;
}

._exp_card_btm_eth_num {
    margin-left: 10px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    /* identical to box height, or 150% */


    /* Natural Color 2/Natural Color 3 */

    color: #4C4D53;
}

._exp_card_btm_buy {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    /* identical to box height, or 150% */


    /* Linear */

    background: linear-gradient(94.25deg, #4E12F7 0%, #C87BBF 123.04%, #EBC7C9 241.07%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    border: 1.15206px solid #EBEDFC;
    border-radius: 11.5206px;
    text-align: center;
    display: block;
    padding: 10px;
    margin-top: 20px;
}


._hero_explore_left_title {
    text-align: center;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.4;
    color: #000000;
}

._hero_explore_sub {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    color: #000000;
}

._hero_explore_title {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 1.4;
    color: #000000;
}

._hero_explore_txt {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    text-transform: capitalize;
    color: #71706E;
    max-width: 70%;
}

._hero_explore_right_art_flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

._hero_explore_right_art {
    margin-top: 20px;
    display: flex;
    flex: 0 0 50%;
    align-items: center;
}

._hero_explore_right_des_img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin: 0 10px;
}

._hero_explore_right_des_name {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #000;
}

._hero_explore_right_des_verify {
    max-width: 20px;
    margin-left: 10px;
}

._hero_explore_right_mint {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

._hero_explore_right_mint_img {
    max-width: 60px;
    margin-left: 10px;
}

._hero_explore_right_from {
    margin-top: 0px;
}

._hero_explore_right_from_main {
    background: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    width: fit-content;
    justify-content: center;
    border-radius: 10px;
    padding: 10px 50px;
    margin-top: 10px;
}

._hero_explore_right_from_main_img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 50%;
}

._hero_explore_right_from_main_txt {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    color: #11142D;
}

._hero_explore_right_to {
    margin-top: 20px;
}

._explore_vodiapicker {
    display: none;
}

#_explore_select_id {
    padding-left: 0px;
}

#_explore_select_id img,
._explore_select_btn img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

#_explore_select_id li {
    list-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
}

#_explore_select_id li:hover {
    background-color: #F4F3F3;
    cursor: pointer;
}

#_explore_select_id li img {
    margin: 5px;
}

#_explore_select_id li span,
._explore_select_btn li span {
    margin-left: 15px;
}

/* item list */

._explore_select_class {
    display: none;
    width: 100%;
    max-width: 350px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 5px;

}

.open {
    display: show !important;
}

._explore_select_btn {
    margin-top: 10px;
    width: 100%;
    max-width: 250px;
    height: 60px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #f1f1f1;

}

._explore_select_btn li {
    list-style: none;
    padding-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

._explore_select_btn:hover li {
    margin-left: 0px;
}

._explore_select_btn:hover {
    background-color: #F4F3F3;
    border: 1px solid transparent;
    box-shadow: inset 0 0px 0px 1px #ccc;
}

._explore_select_ic {
    position: relative;
    top: -15px;
    left: -40px;
}

._explore_select_btn:focus {
    outline: none;
}

._hero_explore_right_agree_wrap {
    display: flex;
    max-width: 500px;
    margin-top: 30px;
    align-items: center;
}

#_hero_explore_right_agree_id,
#_hero_explore_right_agree_id2 {
    height: 1.2em;
    width: 1.2em;
    vertical-align: middle;
    margin-right: 10px;
}

._explore_submit_btn {
    background: linear-gradient(225deg, #8743FF 0%, #4136F1 100%);
    border-radius: 37.3333px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    border: none;
    display: inline-block;
    margin-top: 30px;
    width: fit-content;
    padding: 10px 50px;
}


/* hero ends */



/* table start */

._explore_table_sec {
    margin-top: 100px;
    padding-bottom: 100px;
}

._explore_table_item_drop {
    display: flex;
    align-items: center;
    border: 1px solid #4136F1;
    padding: 15px 20px;
}

._explore_table_item_drop_txt {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    margin-left: 20px;
}

._explore_table_item_drop_ic2 {
    margin-left: auto;
}


#_explore_filter {
    border: none;
    font-size: 18px;
    background: transparent;
}

._explore_filter_option_show {
    width: auto;
    max-width: 150px;
    display: inline-block;
    margin-left: 50px;
}

._explore_table_item_dropdown_table {
    margin-top: 50px;
}

._explore_table_item_dropdown_table_img {
    width: auto;
    max-width: 1200px;
    margin: 0 auto;
}

._explore_table_item_dropdown {
    visibility: hidden;
    display: none;
    opacity: 0;
    margin-top: 40px;
}

._explore_table_item_dropdown.active {
    visibility: visible;
    display: block;
    opacity: 1;

}

/* table ends */






/* ==================================
            create page
====================================*/


._create_hero_wrapper {
    margin-top: -60px;
    transform: scale(.9);
}

._create_hero_title {
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.4;
    color: #35373E;

}


._create_right_wrap {
    width: 350px;
    position: sticky;
    top: 60px;
}

._create_main_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

._create_right_sec_card_topper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}

._create_right_sec_card_top_img {
    max-width: 320px;
    margin: 15px auto 0;
}

._create_right_sec_card_top_img:hover {
    transform: scale(1.1);
    transition: 0.4s;
}
  

._create_right_card_btm_prfl_img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    margin-left: -10px;
}

._create_right_card_btm_prfl_img:hover {
    transform: scale(1.1);
    transition: 0.4s;
  }

._create_right_card_btm_prfl_img:first-child {
    margin-left: 0;
}

._create_right_card_btm_prfl_img_wrap {
    display: flex;
    align-items: center;
}

._create_right_sec_card_btm {
    margin-top: 20px;
    padding: 0 20px;
}

._create_right_card_btm_like {
    display: flex;
    align-items: center;
}

._create_right_card_btm_like_num {
    margin-left: 5px;
}

._create_right_card_btm_prfl {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

._create_right_sec_card {
    background: #ffffff;
    border-radius: 10px;
}

._create_right_sec_card_inner {
    padding: 20px 0;
}

._create_right_card_btm_title {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2px;
    color: #1B1D21;

}

._create_right_card_btm_eth_wrap {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

._create_right_card_btm_eth {
    max-width: 30px;
}
._create_right_card_btm_eth:hover {
    transform: scale(1.1);
    transition: 0.4s;
}

._create_right_card_btm_eth_num {
    margin-left: 10px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    /* identical to box height, or 150% */


    /* Natural Color 2/Natural Color 3 */

    color: #4C4D53;
}

._create_right_card_btm_buy {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    /* identical to box height, or 150% */


    /* Linear */

    background: #D8DCF9;
    border-radius: 11.5206px;
    text-align: center;
    display: block;
    padding: 10px;
    margin-top: 20px;
}

._create_right_card_btm_prfl_wrap {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

._create_right_card_btm_prfl_txt {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #808191;
}

._create_right_card_btm_prfl_name {
    color: #000;
    font-weight: 600;
}

._create_right_card_btm_prfl_img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 50%;
}

._create_left_in_btn {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;

    border: 1.45068px solid #808191;
    border-radius: 14.5068px;
    /* Natural Color 1/Natural Color 2 */

    color: #808191;
    background: transparent;
    display: inline-block;
    padding: 8px 20px;

}

._create_in_upload_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.et_pb_contact_form_label {
    display: block;
    color: black;
    font-weight: bold;
    letter-spacing: 1.2px;
    font-size: 18px;
    padding-bottom: 5px;
}

input[id="et_pb_contact_brand_file_request_0"] {
    display: none;
}

label[for="et_pb_contact_brand_file_request_0"] {
    background: #F7F7F7;
    height: 250px;
    background-image: url('../img/upload.svg');
    background-repeat: no-repeat;
    background-position: top 80px center;
    /* position: absolute; */
    background-size: 4%;
    color: transparent;
    margin: auto;
    width: 100%;
    /* top: 50%; */
    /* left: 0; */
    /* right: 0; */
    transform: translateY(10%);
    box-sizing: border-box;
    border-radius: 20px;
}

label[for="et_pb_contact_brand_file_request_0"]:before {
    content: "Drag and Drop a file here";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #202020;
    font-weight: 400;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

label[for="et_pb_contact_brand_file_request_0"]:after {
    display: block;
    content: 'PNG, GIF, WEBP, JPG, MP3, MP4 or WEBM. Max 100Mb';
    position: absolute;
    bottom: 80px;
    font-size: 14px;
    color: rgb(77, 77, 77);
    font-weight: 400;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

label[for="et_pb_contact_brand_request_0"]:after {
    content: " (Provide link or Upload files if you already have guidelines)";
    font-size: 12px;
    letter-spacing: -0.31px;
    color: #7a7a7a;
    font-weight: normal;
}

label[for="et_pb_contact_design_request_0"]:after {
    content: " (Provide link or Upload design files)";
    font-size: 12px;
    letter-spacing: -0.31px;
    color: #7a7a7a;
    font-weight: normal;
}

label[for="et_pb_contact_brand_file_request_0"].changed,
label[for="et_pb_contact_brand_file_request_0"]:hover {
    background-color: #e3f2fd;
}

label[for="et_pb_contact_brand_file_request_0"] {
    cursor: pointer;
    transition: 400ms ease;
}

.file_names {
    display: block;
    position: absolute;
    color: black;
    left: 0;
    bottom: -30px;
    font-size: 13px;
    font-weight: 300;
}

.file_names {
    text-align: center;
}

._create_in_upload_wrapper {
    margin-bottom: 50px;
}

._create_left_in_title ._item_details {
    margin-top: 40px;
}

._create_token_name_wrap {
    margin-top: 30px;
}

._create_input_label {
    font-size: 16px;
    font-weight: 500;
}

._create_input_main {
    margin-top: 10px;
    border: none;
    padding: 10px;
    background: #F7F7F7;
    border: 1.5px solid #F2F2F2;
    border-radius: 12px;
    width: 100%;
    transition: .2s all ease;
}

._create_input_main:focus {
    border: 1.5px solid #4136F1;
}

._create_token_des_wrap {
    margin-top: 30px;
}

._create_token_des_img {
    margin-top: 20px;
}

._create_token_chains_wrap {
    margin-top: 40px;
}

.form__radio-input {
    display: none;
}

.form__label-radio {
    font-size: 1.6rem;
    cursor: pointer;
    position: relative;
    padding-left: 2.2rem;
}

.form__radio-button {
    height: 1.2rem;
    width: 1.2rem;
    border: 2px solid #110F0F;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 6px;
}

.form__radio-button::after {
    content: "";
    display: block;
    height: .7rem;
    width: .7rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #110F0F;
    opacity: 0;
    transition: opacity 0.2s;
}

.form__radio-input:checked~.form__label-radio .form__radio-button::after {
    opacity: 1;
}

._create_token_chains_item_img_wrap {
    display: flex;
    align-items: center;
    font-size: 18px;
}

._create_token_chains_item_img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

._create_token_chains_item_wrap {
    margin-top: 20px;

}

.form__radio-group {
    margin-bottom: 25px;
}

._create_token_copies_wrap {
    margin-top: 30px;
}


._create_tokem_item_prev_wrap {
    margin-top: 10px;
}

._create_token_id2_wrap {
    margin-top: 30px;
}

._create_sales_wrap {
    margin-top: 20px;
}

._create_sales_input_wrap {
    display: flex;
    align-items: center;
}

._create_input_label._sales {
    margin-bottom: 10px;
}

._create_sales_input_wrap .form__radio-group {
    margin-right: 20px;
}

._create_sales_wrap .form__radio-button {
    width: 1.2rem;
    height: 1.2rem;
    top: 5px;
}

._create_sales_wrap .form__label-radio {
    font-size: 1.2rem;
    padding-left: 1.8rem;
}

._create_sales_wrap .form__radio-button::after {
    width: .7rem;
    height: .7rem;
}

._create_token_price_wrap {
    margin-top: 10px;
}

._create_royality_wrap {
    margin-top: 30px;
}

._create_token_date_wrap {
    margin-top: 30px;
}

._create_cat_wrap {
    margin-top: 30px;
}

._create_cat_select {
    margin-top: 10px;
}

._create_check_wrap {
    margin-top: 30px;
}

._create_check_wrap_top {
    display: flex;
    align-items: center;
}

._create_check_wrap_btm {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

._create_btm_btn_wrap {
    margin-top: 40px;
}

._create_btm_btn1 {
    display: block;
    border: none;
    background: linear-gradient(94.25deg, #4E12F7 0%, #C87BBF 241.07%);
    border-radius: 16px;
    width: 100%;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    text-align: center;

    /* Natural Color 2/White */

    color: #FFFFFF;
    padding: 15px;
}

._create_btm_btn2 {
    background: #808291;
    display: block;
    border: none;
    border-radius: 16px;
    width: 100%;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    text-align: center;

    /* Natural Color 2/White */

    color: #FFFFFF;
    padding: 15px;
}

._create_btm_congrats_wrap {
    max-width: 80%;
    margin: 100px auto 0;
}

._create_btm_congrats_btn {
    background: linear-gradient(180deg, #8743FF 0%, #7634E4 100%);
    box-shadow: 0px 16.7565px 33.513px rgba(20, 102, 204, 0.16);
    border-radius: 17.8736px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    color: #FFFFFF;
    display: block;
    border: none;
    width: 100%;
    padding: 12px 0;
}

._create_art_btm_wrap {
    max-width: 80%;
    margin: 60px auto 0;
}

._create_btm_btn1._revoke {
    margin: 60px auto 0;
    max-width: 80%;
}

._create_royal_slider_img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
}

._create_royal_slider_left_inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 40px;
}

._create_royal_slider_right_inner {
    display: flex;
    align-items: center;
    margin-left: 40px;
}

._create_royal_slider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    position: relative;
}

._create_royal_slider_btn {
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 30px;
}

._create_royal_slider_left {
    background: #808291;
    flex: 0 0 50%;
    padding: 5px 0;

}

._create_royal_slider_right {
    background: #AB90F7;
    flex: 0 0 50%;
    padding: 5px 0;
}

._create_royal_slider_left_progress {
    color: #fff;
    font-weight: 500px;
    font-family: Poppins;
    margin-left: 15px;
}

._create_royal_slider_right_progress {
    color: #fff;
    font-weight: 500px;
    font-family: Poppins;
    margin-right: 15px;
}

._create_cat_select {
    box-shadow: none !important;
}

._create_page_modal_wrapper {
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

._create_page_modal {
    background: #fff;
    max-width: 80%;
    margin: 0 auto;
    padding: 50px 30px;
    transform: scale(.9);
    animation: popup 0.5s;
}

@keyframes popup {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

._create_page_modal_main_title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    color: #000000;
    text-align: center;
    margin-bottom: 60px;
}

._create_page_modal_l_title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    color: #11142D;
}

._create_page_modal_l_cat {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    background: #3C50E0;
    display: inline-block;
    padding: 6px 30px;
    margin-left: 20px;
}

._create_page_modal_l_t {
    display: flex;
    align-items: center;
}

._create_page_modal_l_img {
    max-width: 450px;
    width: 500px;
    height: 320px;
    object-fit: cover;
    border-radius: 20px;
    margin: 30px 0;
}

._create_page_modal_l_txt {
    margin-top: 10px;
    max-width: 90%;
}

._create_page_modal_r_list_item_img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

._create_page_modal_r_list_item_title {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #1B1D21;
    margin-left: 10px;
}

._create_page_modal_r_list_item {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

._create_page_modal_r_btm {
    display: flex;
    align-items: center;
}

._create_page_modal_r_btm_result {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #1B1D21;
    margin-left: 10px;
}

._create_page_modal_r_table {
    margin: 40px auto 0;
}

._create_page_modal_r_table_heading {
    font-weight: 600;
    font-size: 18px;
}

._create_page_modal_r_table_head {
    display: flex;
    align-items: center;
    text-align: center;
}


._create_page_modal_r_table_result {
    display: flex;
    align-items: center;
}

._create_page_modal_r_table_heading {
    flex: 0 0 150px;
}

._create_page_modal_r_table_result_item:first-child {
    flex: 0 0 160px;
    text-align: center;
}

._create_page_modal_r_table_result_item:nth-child(2) {
    flex: 0 0 130px;
    text-align: center;
}

._create_page_modal_r_table_result_item:nth-child(3) {
    flex: 0 0 170px;
    text-align: center;
}

._create_page_modal_r_table_result {
    margin-top: 5px;
}

._modal_ok_btn {
    background: linear-gradient(94.25deg, #4E12F7 0%, #C87BBF 241.07%);
    border-radius: 17.4081px;
    width: 100%;
    display: block;
    padding: 15px;
    color: #fff;
    margin-top: 30px;
    border: none;
}

/* Settings Wrap */


._nft_settings_wrapper {
    min-height: calc(100vh - 140px);
    position: relative;
}

._nft_settings_wrap {
    position: absolute;
    width: 100%;
    height: 100%;

}

._nft_settings_container {
    display: flex;
    height: 100%;
}

._nft_settings_sidebar_wrap {
    background-color: #fff;
    padding: 8px 16px;
    flex: 0 0 260px;
    height: 100%;
    overflow: auto;
}

._nft_settings_sidebar_wrap hr {
    margin: 5px 0;
}

._nft_settings_sidebar_wrap {
    background-color: #fff;
    padding: 8px 16px;
    flex: 0 0 260px;
    height: 100%;
    overflow: auto;
}

._divider {
    background-color: #d6dbe0;
    height: 2px !important;
    margin-left: 16px;
}

._nft_settings_sidebar_top_li {
    margin: 5px 0;
}

._nft_settings_sidebar_top_li a {
    display: flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 14px;
}

._nft_settings_sidebar_top_li a:hover {
    background: #3C50E0;
}

._nft_settings_sidebar_top_li a:hover ._nft_settings_sidebar_top_li_txt {
    color: #fff;
}

._nft_settings_sidebar_top_li a:hover ._nft_settings_sidebar_top_li_ic svg * {
    fill: #fff;
    opacity: 1;
}

._nft_settings_sidebar_top_li a:hover ._circle_svg svg * {
    stroke: #808191;
    opacity: 1;
}

._nft_settings_sidebar_top_li a:hover ._circle_svg svg circle {
    fill: #fff;
    opacity: 1;
}

._nft_settings_sidebar_top_li_active a {
    background: #3C50E0;
}

._nft_settings_sidebar_top_li_active a ._nft_settings_sidebar_top_li_txt {
    background: #3C50E0;
    color: #fff;
}

._nft_settings_sidebar_top_li_active a ._nft_settings_sidebar_top_li_ic svg * {
    fill: #fff;
    opacity: 1;
}

._nft_settings_sidebar_top_li_toggle_wrap a {
    background: none !important;
    color: #808191 !important;
}

._nft_settings_sidebar_top_li_toggle_wrap a ._nft_settings_sidebar_top_li_ic svg path {
    fill: #808191 !important;
    transition: .2s all ease;
}

._nft_settings_sidebar_mid_title {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 29px;
    color: #808191;
    padding: 14px 16px;
}

._nft_settings_sidebar_top_li_ic {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px 0 0;
}

._nft_settings_sidebar_top_li_txt {

    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 29px;
    color: #808191;
}

._nft_settings_sidebar_top_li_toggle {
    background: #E4E4E4;
    border-radius: 110px;
    width: 76px;
    height: 30px;
    position: relative;
    cursor: pointer;
}

#toggle {
    display: none;
}

#toggle:checked~._nft_settings_sidebar_top_li_toggle {
    background: #3C50E0;
}

#toggle:checked~._nft_settings_sidebar_top_li_toggle ._nft_settings_sidebar_top_li_toggle_ball {
    left: calc(70% - 3px);
    background: #fff;
}

._nft_settings_sidebar_top_li_toggle_ball {
    position: absolute;
    border-radius: 50%;
    top: 3px;
    left: 3px;
    width: 24px;
    height: 24px;
    background: #3C50E0;
    border: 2px solid #fff;
    transition: .2s all ease;
    box-shadow: 0px 3.6625px 4.88333px rgba(0, 0, 0, 0.14);
}

._nft_settings_main_wrap {
    background-color: #fff;
    padding: 20px 36px;
    flex: 1 1;
    border-left: 2px solid #F2F2F2;
    overflow: auto;
}

._nft_settings_main_inner {}

._nft_settings_main_top {
    position: relative;
}

._nft_settings_main_top_ul {
    display: flex;
    align-items: center;
    position: absolute;
    right: 8px;
    top: 14px;
}

._nft_settings_main_top_li {
    margin: 0 11px;
}

._nft_settings_main_top_btn {
    background: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
    color: #FFFFFF;
    border: none;
    padding: 8px 24px;
    border-radius: 28px;
}

._nft_settings_main_top_btn_follow {
    background: #7A52F4;
}

._nft_settings_main_top_btn_bar {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

._nft_settings_main_top_ppic_wrap {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
}

._nft_settings_main_top_ppic {
    width: 112px;
    height: 112px;
    border-radius: 50%;
}

._nft_settings_main_top_heading {
    text-align: center;
    padding: 70px 0 20px;
}

._nft_settings_main_top_heading_title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    color: #000000;
}

._nft_settings_main_top_heading_ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}

._nft_settings_main_top_heading_li {
    display: flex;
    align-items: center;
    margin: 0 8px;
}

._nft_settings_main_top_heading_btn {
    border: 1px solid rgba(207, 219, 213, 0.6);
    border-radius: 28px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: fit-content;
    justify-content: center;
    padding: 10px 22px;
}

._nft_settings_main_top_heading_btn_ic {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 4px 0 0;
}

._nft_settings_main_top_heading_btn_txt {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
    color: #5D5D5B;
}

._nft_settings_main_bottom_heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

._nft_settings_main_bottom_li {
    margin: 0 8px 0 0;
}

._nft_settings_main_bottom_li button {
    border: 1px solid rgba(207, 219, 213, 0.6) !important;
    border-radius: 20px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    color: #000000;
    padding: 6px 20px !important;
}

._nft_settings_main_bottom_li button:hover {
    color: #7A52F4 !important;
}

._nft_settings_main_bottom_li button.active {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), #7A52F4 !important;
    color: #7A52F4 !important;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

._nft_settings_main_bottom_ul2 {
    display: flex;
    align-items: center;
}

._nft_settings_main_bottom_li2 {
    margin: 0 0 0 8px;
}

._nft_settings_main_bottom_btn {
    border: 1px solid rgba(207, 219, 213, 0.6) !important;
    border-radius: 20px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    color: #000000;
    padding: 6px 20px !important;
    background: #fff;
    display: flex;
}

._nft_settings_main_bottom_btn_ic {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px 0 0;
}

._nft_settings_main_bottom_body {
    margin: 30px 0;
}

._nft_settings_main_bottom_content {
    padding: 20px;
    border: 1px solid rgba(207, 219, 213, 0.6);
    border-radius: 18px;
    margin: 20px 0;
}

._nft_settings_main_bottom_content_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 16px 0;
}

._nft_settings_main_bottom_content_top_ul {
    display: flex;
    align-items: center;
}

._nft_settings_main_bottom_content_top_li {
    margin: 0 -15px 0 0;
}

._nft_settings_main_bottom_content_top_more_btn {
    background: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

._nft_settings_main_bottom_content_top_more_btn_ic {
    display: flex;
    align-items: center;
    justify-content: center;
}

._nft_settings_main_bottom_content_top_img {
    width: 36px;
    height: 36px;
}

._nft_settings_main_bottom_content_img_wrap {
    margin: 16px 0;
}

._nft_settings_main_bottom_content_title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    color: #000000;
    margin: 20px 0 10px;
}

._nft_settings_main_bottom_content_title_wrap {
    margin: 10px 0;
}

._nft_settings_main_bottom_content_title_img_wrap {
    display: flex;
    align-items: center;
}

._nft_settings_main_bottom_content_title_img {
    width: 28px;
    height: 28px;
}

._nft_settings_main_bottom_content_p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #5D5D5B;
    margin: 0 8px;
}

._nft_settings_main_bottom_content_p strong {
    color: #000;
}

._nft_settings_main_bottom_content_btn_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 24px 0 10px;
}

._nft_settings_main_bottom_content_btn {
    background: #7A52F4;
    border-radius: 28px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    border: none;
    padding: 12px 26px;
}

._nft_settings_main_bottom_content_btn_ic {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px 0 0;
}

._nft_settings_main_bottom_content_btn_txt {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}

._nft_settings_main_bottom_content_btn2 {
    background: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

._load_more_btn {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), #7A52F4;
    border-radius: 28px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #7A52F4;
    border: none;
    padding: 14px 10px;
    width: 300px;
    margin: 0 auto;
}

/* Settings Wrap */
/* Profile Settings Wrap */
._nft_pro_settings_title_wrap {
    margin: 20px 0;
}

._nft_pro_settings_title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 46px;
    color: #35373E;
}

._nft_pro_settings_top_img_wrap {
    position: relative;
    border-radius: 18px;
}

._nft_pro_settings_top_img {
    border-radius: 18px;

}

._nft_pro_settings_top_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(247, 247, 247, 0.2);
    box-shadow: inset 0px 1.70295px 5.10884px rgba(255, 244, 244, 0.1);
    backdrop-filter: blur(37.4648px);
    border-radius: 80.0385px;
    border: none;
    position: absolute;
    right: 18px;
    bottom: 18px;
    width: 176px;
    height: 48px;
}

._nft_pro_settings_top_btn_ic {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px 0 0;
}

._nft_pro_settings_top_btn_txt {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    color: #FFFFFF;
}

._nft_settings_profile_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

._nft_settings_profile_info {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

._nft_settings_profile_info_img {
    width: 130px;
    height: 130px;
    position: relative;
    margin-right: 68px;
    margin-top: -50px;
}

._nft_settings_profile_info_mini_img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 44px;
    height: 44px;
    background: #F7F7F7;
    border-radius: 81px;
    display: flex;
    align-items: center;
    justify-content: center;
}

._nft_settings_profile_btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

._nft_settings_profile_btn1 {
    margin-right: 34px;
}

._nft_settings_profile_cancel_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F0F3F6;
    border-radius: 12px;
    width: 136px;
    height: 52px;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    color: #35373E !important;
    border: 0;
}

._nft_settings_profile_save_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2A2C33;
    border: 0;
    border-radius: 12px;
    width: 136px;
    height: 52px;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    color: #FFFFFF !important;
}

._nft_settings_profile_info_cont01 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 27px;
    line-height: 1.2;
    color: #2A2C33;
    margin-bottom: 3px;
}

._nft_settings_profile_info_cont02 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    color: #808191;
}

._nft_settings_profile_form_wrap {
    padding-top: 60px;
}

._nft_settings_profile_form_label {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    color: #35373E;
    margin-bottom: 14px;
}

._nft_settings_profile_form_inpt {
    background: #F7F7F7;
    border-radius: 10px;
    border-color: transparent;
    padding: 17px 10px 17px 22px;
    color: #000;
}

._nft_settings_profile_form_inpt::placeholder {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 19px;
    line-height: 1.2;
    color: #808191;
    transition: .3s all ease-in-out;
}

._nft_settings_profile_form_inpt:focus::placeholder {
    transform: translateY(-10px);
    opacity: 0;
}

._nft_settings_profile_form_btn {
    padding: 16px 28px;
    border-radius: 16px;
    background: #3C50E0;
}

._nft_settings_profile_verify_cont_btns,
._nft_settings_profile_connect_cont_btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

._nft_settings_profile_connect_cont_btns {
    padding-top: 20px;
}

._nft_settings_profile_verify_cont {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    color: #808191;
    max-width: 61%;
}

._nft_settings_profile_verify_cont_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D8DCF9;
    border-radius: 12px;
    width: 192px;
    height: 56px;
    font-family: 'poppins';
    font-weight: 600;
    font-size: 19px;
    line-height: 1.2;
    text-align: center;
    color: #3C50E0 !important;
    border: 0;
}

._nft_settings_profile_connect_cont {
    display: flex;
    align-items: center;
}

._nft_settings_profile_connect_cont {
    display: flex;
    align-items: center;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    color: #35373E;
}

._nft_settings_profile_connect_cont_ic {
    margin: 0 10px 0 0;
}

._nft_settings_profile_connect_cont_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D8DCF9;
    border-radius: 12px;
    width: 140px;
    height: 52px;
    font-family: 'poppins';
    font-weight: 600;
    font-size: 19px;
    line-height: 1.2;
    text-align: center;
    color: #3C50E0 !important;
    border: 0;
}

._nft_settings_profile_form01_wrap,
._nft_settings_profile_notification_wrap {
    padding-top: 40px;
}

._nft_settings_profile_form01_txt {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 32px;
    line-height: 1.2;
    color: #2A2C33;
    margin-bottom: 20px;
}

._nft_settings_profile_password_form_bottm_inpt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

._nft_settings_profile_password_form_bottm_inpt01 {
    width: 47%;
}

._nft_settings_profile_notification_btn {
    padding: 12px 56px;
    border-radius: 16px;
    background: #3C50E0;
}

._nft_settings_profile_notification_list_cont01 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    color: #35373E;
}

._nft_settings_profile_notification_list_cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 15px;
}

._nft_settings_profile_notification_list_cont_ic,
._nft_settings_profile_notification_list_cont_inactiv_ic {
    width: 66px;
    height: 32px;
    border-radius: 54.4943px;
    position: relative;
}

._nft_settings_profile_notification_list_cont_ic {
    background: #3C50E0;
}

._nft_settings_profile_notification_list_cont_inactiv_ic {
    background: #F7F7F7;
    transition: .2s all ease;
}

._nft_settings_profile_notification_list_cont_ic_sp,
._nft_settings_profile_notification_list_cont_inactiv_ic_sp {
    background: #FFFFFF;
    box-shadow: 0px 3.40589px 6.81178px rgba(0, 0, 0, 0.2), inset 0px 3.40589px 3.40589px #FFFFFF, inset 0px -1.70295px 1.70295px rgba(0, 0, 0, 0.1);
    border-radius: 40.8707px;
    width: 23px;
    height: 23px;
    position: absolute;
    top: 4px;
    transition: .2s all ease;
}

#toggler1 {
    display: none;
}

#toggler1:checked~._nft_settings_profile_notification_list_cont_inactiv_ic {
    background: #3C50E0;
    transition: .2s all ease;
}

#toggler1:checked~._nft_settings_profile_notification_list_cont_inactiv_ic ._nft_settings_profile_notification_list_cont_inactiv_ic_sp {
    left: calc(70% - 5px);
    transition: .2s all ease;
}

#toggler2 {
    display: none;
}

#toggler2:checked~._nft_settings_profile_notification_list_cont_inactiv_ic {
    background: #3C50E0;
}

#toggler2:checked~._nft_settings_profile_notification_list_cont_inactiv_ic ._nft_settings_profile_notification_list_cont_inactiv_ic_sp {
    left: calc(70% - 5px);
    transition: .2s all ease;
}

#toggler3 {
    display: none;
}

#toggler3:checked~._nft_settings_profile_notification_list_cont_inactiv_ic {
    background: #3C50E0;
}

#toggler3:checked~._nft_settings_profile_notification_list_cont_inactiv_ic ._nft_settings_profile_notification_list_cont_inactiv_ic_sp {
    left: calc(70% - 5px);
    transition: .2s all ease;
}

#toggler4 {
    display: none;
}

#toggler4:checked~._nft_settings_profile_notification_list_cont_inactiv_ic {
    background: #3C50E0;
}

#toggler4:checked~._nft_settings_profile_notification_list_cont_inactiv_ic ._nft_settings_profile_notification_list_cont_inactiv_ic_sp {
    left: calc(70% - 5px);
    transition: .2s all ease;
}

#toggler5 {
    display: none;
}

#toggler5:checked~._nft_settings_profile_notification_list_cont_inactiv_ic {
    background: #3C50E0;
}

#toggler5:checked~._nft_settings_profile_notification_list_cont_inactiv_ic ._nft_settings_profile_notification_list_cont_inactiv_ic_sp {
    left: calc(70% - 5px);
    transition: .2s all ease;
}

#toggler6 {
    display: none;
}

#toggler6:checked~._nft_settings_profile_notification_list_cont_inactiv_ic {
    background: #3C50E0;
}

#toggler6:checked~._nft_settings_profile_notification_list_cont_inactiv_ic ._nft_settings_profile_notification_list_cont_inactiv_ic_sp {
    left: calc(70% - 5px);
    transition: .2s all ease;
}

#toggler7 {
    display: none;
}

#toggler7:checked~._nft_settings_profile_notification_list_cont_inactiv_ic {
    background: #3C50E0;
}

#toggler7:checked~._nft_settings_profile_notification_list_cont_inactiv_ic ._nft_settings_profile_notification_list_cont_inactiv_ic_sp {
    left: calc(70% - 5px);
    transition: .2s all ease;
}

._nft_settings_profile_notification_list_cont_ic_sp {
    right: 4px;
}

._nft_settings_profile_notification_list_cont_inactiv_ic_sp {
    left: 4px;
}

.richText .richText-toolbar ul li a {
    color: #121212 !important;
}

.richText .richText-toolbar {
    position: relative;
}

/* Profile Settings Wrap */
/* responsive css */
/* Desktop/Laptop */
@media only screen and (max-width: 1600px) {}

@media (max-width: 1440px) {}

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


/* Desktop/Laptop */
@media only screen and (max-width: 1199px) {}

/* Ipad pro */
@media only screen and (max-width: 991px) {}

/* Ipad/Mobile L */
@media only screen and (max-width: 767px) {}

/* Mobile */
@media only screen and (max-width: 575px) {}

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

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







/* Explore new */
._nft_expnew_wrapper {
    min-height: calc(100vh - 140px);
    position: relative;
}

._nft_expnew_wrap {
    position: absolute;
    width: 100%;
    height: 100%;

}

._nft_expnew_container {
    display: flex;
    height: 100%;
}

._nft_expnew_sidebar_wrap {
    background-color: #fff;
    padding: 8px 16px;
    flex: 0 0 260px;
    height: 100%;
    overflow: auto;
}

._nft_expnew_sidebar_wrap hr {
    margin: 5px 0;
}

._nft_expnew_sidebar_wrap {
    background-color: #fff;
    padding: 8px 16px;
    flex: 0 0 260px;
    height: 100%;
    overflow: auto;
}

._divider {
    background-color: #dee2e7;
    height: 2px !important;
    margin-left: 16px;
}

._nft_expnew_sidebar_top_li {
    margin: 10px 0;
}

._nft_expnew_sidebar_top_li a {
    display: flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 14px;
    justify-content: center;
    align-items: center;
}


._nft_expnew_sidebar_top_li a:hover {
    background: #3C50E0;
}

._nft_expnew_sidebar_top_li a:hover ._nft_expnew_sidebar_top_li_txt {
    color: #fff;
}

._nft_expnew_sidebar_top_li a:hover ._nft_expnew_sidebar_top_li_ic svg * {
    fill: #fff;
    opacity: 1;
}

._nft_expnew_sidebar_top_li a:hover ._filter svg * {
    stroke: #fff;
    opacity: 1;
}

._nft_expnew_sidebar_top_li a:hover ._circle_svg svg * {
    stroke: #808191;
    opacity: 1;
}

._nft_expnew_sidebar_top_li a:hover ._circle_svg svg circle {
    fill: #fff;
    opacity: 1;
}

._nft_expnew_sidebar_top_li_active a {
    background: #3C50E0;
}

._nft_expnew_sidebar_top_li_active a ._nft_expnew_sidebar_top_li_txt {
    background: #3C50E0;
    color: #fff;
}

._nft_expnew_sidebar_top_li_active a ._nft_expnew_sidebar_top_li_ic svg * {
    fill: #fff;
    opacity: 1;
}

._nft_expnew_sidebar_top_li_toggle_wrap a {
    background: none !important;
    color: #808191 !important;
}

._nft_expnew_sidebar_top_li_toggle_wrap a ._nft_expnew_sidebar_top_li_ic svg path {
    fill: #808191 !important;
    transition: .2s all ease;
}

._nft_expnew_sidebar_mid_title {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 29px;
    color: #808191;
    padding: 14px 16px;
}

._nft_expnew_sidebar_top_li_ic {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 10px;
}

._nft_expnew_sidebar_top_li_txt {

    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 29px;
    color: #4C4D53;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;

}

._nft_expnew_main_wrap {
    background-color: #F9FAFF;
    padding: 20px 36px;
    flex: 1 1;
    border-left: 2px solid #F2F2F2;
    overflow: auto;
}

._nft_expnew_sidebar_top_sub_menu {
    display: none;
}

._nft_expnew_sidebar_top_sub_item {
    font-family: 'Poppins',
        sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 29px;
    color: #4C4D53;
}

._nft_expnew_sidebar_top_sub_item:hover {
    color: #F2F2F2;
}

._nft_expnew_card {
    max-width: 100%;
    margin: 20px 0;
}

._nft_expnew_card ._spot_sec_card_top_img {
    max-width: 90%;
}

/* Explore new */




/* Creator */

._creator_title {
    font-weight: 700;
    font-size: 38px;
    line-height: 40px;
    color: #35373E;
}

._creator_txt {
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    color: #808191;
    margin-top: 10px;
}

._creator_top_right_btn {
    border: 1.24444px solid #dbdbdb;
    border-radius: 12.4444px;
}

._creator_top_right_btn:focus {
    box-shadow: none;
    border: 1.24444px solid #3251ff;
}

._creator_top_right {
    text-align: right;
}

._creator_top_wrap {
    margin-top: 50px;
}

._creator_mid_wrap {
    margin-top: 50px;
}

._creator_card_wrap {
    background: #FFFFFF;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin: 15px 0;
}

._creator_card_mid_prfl {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: -35px auto 0;
    border: 2px solid #ffffff;
    position: relative;
    z-index: 99;
}

._creator_card_name {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    color: #2A2C33;

}

._creator_card_des {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #808191;
}

._creator_card_name_right_btn {
    background: #3C50E0;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    padding: 10px;
    width: 80px;
}

._creator_card_name_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}

._creator_card_btm_wrap {
    background: #F7F7F7;
    border-radius: 12.4444px;
    padding: 15px;
    margin: 15px 15px 20px;
}

._creator_card_btm_ic_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

._creator_card_btm_ic_item {
    margin: 0 10px;
}

._creator_card_btm_ic_link svg path {
    transition: .3s all ease
}

._creator_card_btm_ic_link:hover svg path {
    fill: #3C50E0;

}

/* Creator */



/* nft */

/* NFTcss */
._nft_wrapper {
    /* padding: 50px 0; */
    background-color: #F9FAFF;
    transform: scale(0.85);
    margin-top: -40px;
}

._nft_content_title {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 36px;
    line-height: 59px;
    color: #000000;
}

._nft_content_info_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px 0;
}

._nft_content_info_title {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    line-height: 35px;
    color: #11142D;
}

._nft_content_info_ul {
    display: flex;
    align-items: center;
}

._nft_content_info_li {
    display: flex;
    align-items: center;
    margin: 0 0 0 8px;
}

._nft_content_info_li_txt {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 33px;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    color: #000000;
}

._nft_content_info_li_txt span {
    color: #626262;
}

._nft_content_info_li_txt2 {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #808191;
}

._nft_content_info_li_ic_img {
    width: 30px;
}

._nft_content_profile_wrap {
    display: flex;
    align-items: center;
    margin: 14px 0;
}

._nft_content_profile_img {
    width: 48px;
}

._nft_content_profile_title {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    line-height: 35px;
    color: #2A2C33;
    margin: 0 0 0 14px;
}

._nft_content_profile_p_wrap {
    display: flex;
    align-items: center;
}

._nft_content_profile_p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
    color: #5D5D5B;
    margin: 0 20px 0 0;
}

._Offers_auction_table_wrap {
    padding: 20px 22px 10px;
}

._Offers_auction_border_table_td {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: rgb(231 231 231);
    transition: .2s all ease;
    vertical-align: middle;
    padding: 20px 5px !important;
}

._Offers_auction_border_table_td1 {
    font-weight: 600;
}

._Offers_auction_border_table_td svg {
    margin: 0 6px 0 0;
}

._op {
    transition: .2s all ease;
    opacity: .2;
}

._Offers_tr:hover ._op {
    opacity: 1;
}

._Offers_tr:hover ._Offers_auction_border_table_td {
    color: #000000;
}

._property_auction_wrapper {
    background: #fff;
    padding: 30px 20px 30px 24px;
}

._nft_content_wrap {
    max-width: 90%;
}

._nft_des_wrap {
    margin: 0 auto;
    max-width: 80%;
}

._nft_content_card_wrap {
    background: #FFFFFF;
    box-shadow: 0px 18.5263px 20.8421px rgba(153, 155, 168, 0.04);
    border-radius: 18px;
}

._nft_content_img_wrap {
    max-width: 90%;
    margin: 0 auto;
}

._nft_content_price_wrap {
    margin: 15px 0;
}

._nft_content_desc_wrap {
    background: #FFFFFF;
    box-shadow: 0px 18.5263px 20.8421px rgb(153 155 168 / 4%);
}

._nft_content_card_inner {
    padding: 20px 25px 20px;
}

._nft_content_card_title {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 12px;
    line-height: 21px;
    color: #5D5D5B;
}

._nft_content_card_crypto_wrap {
    padding: 12px 0 18px;
    display: flex;
    align-items: center;
}

._nft_content_card_crypto_ic {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #F1F4F4;

}

._nft_content_card_crypto_txt {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    margin: 0 0 0 14px;
}

._nft_content_card_crypto_btn {
    background: #7A52F4;
    border-radius: 26px;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    padding: 12px 0;
    color: #FFFFFF;
    border: none;
}

._nft_content_card_crypto_btn span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 8px;
}

._nft_content_card_crypto_btn2 {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), #7A52F4;
    border-radius: 26px;
    color: #7A52F4;
}

._nft_content_desc_title {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 20px;
    line-height: 44px;
    color: #585858;
}

._nft_content_desc_p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #585858;
}

._nft_content_desc_p a {
    color: #000;
}

._Offers_wrapper {
    transform: scale(.88);
}

._activity_border_heading_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

._Offers_border_wrap,
._activity_border_wrap {
    border: 1px solid rgba(207, 219, 213, 0.6);
    border-radius: 19px;
}

._Offers_border_heading_txt {
    padding: 24px 10px 24px 28px;
    border-bottom: 1px solid rgba(207, 219, 213, 0.6);
}

._activity_border_heading_wrap {
    padding: 24px 31px 24px 28px;
    border-bottom: 1px solid rgba(207, 219, 213, 0.6);
}

._Offers_border_heading,
._activity_border_heading,
._property_auction_card_head_txt {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    color: #000000;
}

._property_auction_card_head {
    padding-bottom: 21px;
}

._property_auction_card {
    background: #F7F7F7;
    border: 1px solid #F0F3F6;
    border-radius: 13px;
    padding: 13px 11px;
    margin-bottom: 14px;
}

._property_auction_card_cont1 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: #3C50E0;
    margin-bottom: 5px;
    text-align: center;
}

._property_auction_card_cont2 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    color: #35373E;
    margin-bottom: 5px;
    text-align: center;
}

._property_auction_card_cont3 {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #808191;
    margin-bottom: 5px;
    text-align: center;
}


._activity_border_heading_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s all ease-in-out;
    border: 1px solid rgba(207, 219, 213, 0.6);
    border-radius: 20px;
    width: 103px;
    height: 40px;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
    color: #000000;
    background: transparent;
    margin-left: 6px;
}

._active_btn,
._activity_border_heading_btn:hover {
    color: #7A52F4;
    border-color: transparent;
    background: #E4DCFD;
}

._activity_border_heading_btns {
    display: flex;
    align-items: center;
}

._Offers_border_table_wrap {
    padding: 22px 54px 0 56px;
}

._activity_border_table_wrap {
    padding: 22px 40px 0 27px;
}

._Offers_border_table_th {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 13px;
    line-height: 1.2;
    color: #5D5D5B;
    border-bottom: 0;
    padding: 20px 10px !important;
}

._Offers_border_table_td {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #000000;
    vertical-align: middle;
    padding: 20px 10px !important;
}

._Offers_border_table_td svg {
    margin: 0 6px 0 0;
}

._Offers_border_table_td._font_width {
    font-weight: 500;
}

/* NFTcss */
/* NFT Artist css */

._nft_artist_title {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 32px;
    line-height: 60px;
    background: linear-gradient(91deg, #4E12F7 0%, #C87BBF 33.04%, #EBC7C9 51.07%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

._nft_artist_content_wrap {
    margin: 0px 0 15px;
}

._nft_artist_content {
    background: #FFFFFF;
    border-radius: 12.7907px;
}

._nft_artist_content_inner {
    padding: 10px;
}

._nft_artist_content_info_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 12px 0 15px;
}

._nft_artist_content_ul {
    display: flex;
    align-items: center;
}

._nft_artist_content_li {}

._nft_artist_content_li2 {
    margin: 0 0 0 -20px;
}

._nft_artist_content_li_img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

._nft_artist_content_info_inner {
    display: flex;
    align-items: center;
}

._nft_artist_content_info_txt {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16x;
    line-height: 26px;
    color: #808191;
    margin: 0 0 0 5px;
}

._nft_artist_content_title {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 18px;
    line-height: 33px;
    color: #1B1D21;
}

._nft_artist_content_btn {
    border: 1px solid #EBEDFC;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(94.25deg, #4E12F7 0%, #C87BBF 123.04%, #EBC7C9 241.07%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    padding: 12px 0;
    margin: 10px 0 0;
}

._nft_artist_content_drop_btn_wrap {
    margin: 10px 0 25px;

}

._nft_artist_content_drop_btn {
    width: 100%;
    background: none !important;
    border: none;
    box-shadow: none !important;
    padding-left: 0;
}

._nft_artist_content_drop_btn::after {
    display: none;
}

._nft_artist_content_select_inner {
    display: flex;
    align-items: center;
}

._nft_artist_content_select_ic img {
    width: 28px;
    height: 28px;
}

._nft_artist_content_select_txt {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 31px;
    color: #4C4D53;
    margin: 0 0 0 14px;
}

/* NFT Artist css */

/* Countdown css */
._nft_count_wrapper {
    padding: 5px 0;
    background: #5EC18B;
}

._nft_count_content {
    display: flex;
    align-items: center;
    justify-content: center;
}

._nft_count_content_title {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 20px;
    line-height: 52px;
    color: #FFFFFF;
}

._nft_count_content_title_countdown {
    margin: 0 22px;

}

/* Countdown css */
/* css */

._nftcol_offer_wrapper {
    margin-top: 50px;
}

._activity_wrapper {
    transform: scale(.88);
}

._nft_artist_wrapper {
    transform: scale(.88);
}

._nft_auction_descrip_wrap {
    margin-top: 60px;
    max-width: 100%;
}

._nft_auction_content_in {
    padding: 20px 25px 20px;
}

._nft_auct_artist_wrapper {
    margin-top: -40px;
}

._nft_des_auctcol_wrap {
    max-width: 100%;
    margin-top: 40px;
}


._nft_artist_auctcol_wrapper {
    margin-top: -50px;
}

/* nft */



/* stats */

._stats_main_wrapper {
    background: #fff;
    transform: scale(.9);
    padding: 30px 20px;
    filter: drop-shadow(0px 28px 44px rgba(179, 183, 205, 0.15));
    border-radius: 20px;
}

._stats_title_wrap {
    max-width: 90%;
    margin: 0 auto;
}

._stat_item_load_btn {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #808191;
    border: 1px solid #D8DCF9;
    border-radius: 12px;
    padding: 10px 30px;
    background: transparent;
    margin: 0 auto;
}

._stat_nav_item {
    background: #F7F7F7;
    border-radius: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    margin: 0 15px;
    border: 1px solid #F7F7F7;
}

._stat_nav_item:first-child {
    margin-left: 0;
}

._stat_nav_item .nav-link {
    color: #808191 !important;
}

._stat_nav_item .nav-link.active {
    color: #2081E2 !important;
    background: #F4F9FE;
    border: 1px solid #2081E2;
    border-radius: 10px;
}

._stats_main_item_check_label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}

._stats_main_item_checkbox {
    cursor: pointer;
}

._stats_main_item_img {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    margin-right: 10px;
}

._stats_main_item {
    display: flex;
    align-items: center;
}

._stats_main_item_checkbox {
    margin-right: 10px;
}

._stats_main_item_title {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    color: #2A2C33;
    max-width: 150px;
}

._stats_main_item_eth_num {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
    color: #2A2C33;
}

._stats_main_item_eth_ic {
    display: flex;
    align-items: center;
}

._stats_main_item_wrap {
    display: flex;
    align-items: center;
    border-bottom: 1.04093px solid #F2F2F2;
    padding: 25px 0;
}

._stats_main_item_name {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: #83BF6E;
}

._stats_main_item_number {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
    color: #2A2C33;
}

._stats_main_item_more_btn {
    border: none;
    background: #F7F7F7;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

._stats_main_item {
    flex: 1 1 auto;
}


/* stats */


/* fav */
._fav_search_wrap {
    background: #F7F7F7;
    border-radius: 10px;
    padding: 0 10px;
}

._fav_search_input {
    background: transparent;
    border: none;
    padding: 15px 0px;
}

._fav_table_item_header {
    margin: 40px 0 0;
}

._fav_table_item_header_main {
    display: flex;
    align-items: center;
    color: #A5A6A9;
}

._fav_table_header_item {
    flex: 1 1 auto;
}

._fav_table_header_item:nth-child(1) {
    flex: 1 1 20%;
}

.colcheck_input {
    margin-right: 10px;
}

._fav_main_table_item {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
    color: #2A2C33;
}

._fav_main_table_item_ic {
    display: flex;
    align-items: center;
}

._fav_main_table_item_wrap {
    display: flex;
    align-items: center;
}

._fav_main_table_item,
._favcheck_label {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
}

.favcheck_main_in {
    margin-right: 10px;
}

._favcheck_label_img {
    max-width: 100px;
    margin-right: 15px;
}

._favcheck_label_right_owner {
    font-weight: 600;
    font-size: 13px;
    color: #808191;
}

._fav_main_table_item_green {
    color: rgb(18, 176, 10);
}


._fav_main_table_item_red {
    color: #f7251a;
}

._fav_main_table_item_wrap {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #F2F2F2;
}

._fav_main_table_item {
    flex: 1 1 auto;
}

._fav_main_table_item:nth-child(1) {
    flex: 0 0 330px;
}

._fav_main_table_item:nth-child(2) {
    flex: 0 0 150px;
}

._fav_main_table_item:nth-child(3) {
    flex: 0 0 165px;
}

._fav_main_table_item:nth-child(4) {
    flex: 0 0 125px;
}

._fav_main_table_item:nth-child(5) {
    flex: 0 0 120px;
}

._fav_main_table_item:nth-child(6) {
    flex: 0 0 130px;
}

._fav_main_table_item:nth-child(7) {
    flex: 0 0 110px;
}

/* fav */




/* topnft */

._top_nft_filter_btn_wrap {
    width: 90%;
}

._top_nft_filter_btn {
    background: #F7F7F7;
    border-radius: 10px;
    padding: 15px;
    text-align: left;
    color: #808191;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

._top_nft_search_btn {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #FFFFFF;
    background: #3C50E0;
    border-radius: 10px;
    border: none;
    padding: 15px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(0, 0);
}

._top_nft_search {
    max-width: 80%;
}

._top_nft_search_main_wrap {
    position: relative;
}

._top_nft_main_table_wrap ._fav_main_table_item:nth-child(2) {
    flex: 0 0 140px;
}

._top_nft_main_table_wrap ._fav_main_table_item:nth-child(3) {
    flex: 0 0 120px;
}


._top_nft_main_table_wrap ._fav_main_table_item:nth-child(5) {
    flex: 0 0 175px;
}

/* topnft */



/* topsellingnft */

._selling_nft_btn_main_wrap {
    max-width: 90%;
    margin: 20px auto 0;
}

._selling_nft_left_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    color: #000000;
    border: 1px solid rgba(207, 219, 213, 0.6);
    border-radius: 50px;
    padding: 10px 30px;
    margin: 0 10px;
}

._selling_nft_left_btn:first-child {
    margin-left: 0;
}

._selling_nft_btn_main_left1_ic {
    margin-right: 5px;
}

._selling_nft_btn_main_right {
    text-align: right;
}

._top_selling_header_ic {
    margin-left: 5px;
}

._top_selling_header_item {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #000000;

}

._selling_main_table_item_img {
    max-width: 56px;
    margin-right: 10px;
}

._selling_main_table_item_num {
    margin-right: 20px;
}

._selling_main_table_item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 14;
    color: #000000;
}

._selling_main_table_item_wrapper {
    margin: 20px 0;
    display: flex;
    align-items: center;
    border: 1px solid rgba(207, 219, 213, 0.6);
    border-radius: 10px;
    ;
    padding: 10px;
}

._top_selling_header_item:nth-child(1) {
    flex: 0 0 35%;
}

._selling_main_table_item_name {
    width: 280px;
}

._selling_main_table_item_ic {
    margin-right: 5px;
    max-width: 20px;
}

._selling_main_table_item:nth-child(1) {
    flex: 0 0 400px;
}

._selling_main_table_item:nth-child(2) {
    flex: 0 0 120px;
}

._selling_main_table_item:nth-child(3) {
    flex: 0 0 115px;
}

._selling_main_table_item:nth-child(4) {
    flex: 0 0 130px;
}

._selling_main_table_item:nth-child(5) {
    flex: 0 0 160px;
}

._selling_main_table_item:nth-child(6) {
    flex: 0 0 130px;
}


/* topsellingnft */



/* my collection */
._mycol_cards_wrapper {
    max-width: 90%;
    margin: 20px auto 0;
}

._mycol_card_main_top_left_img {
    max-width: 160px;
    margin: 0 auto;
}

._mycol_card_main_wrap {
    max-width: 350px;
    background: #fff;
    border-radius: 10px;
    margin: 10px 0;
}

._mycol_card_main_top {
    display: flex;
    align-items: center;
    padding: 5px;
}

._mycol_card_main_top_right_img {
    flex: 1 1 auto;
    margin: 3px;
}

._mycol_card_main_top_right {
    display: flex;
    align-items: center;
    flex: 1 1 50%;
    flex-wrap: wrap;
}

._mycol_card_main_top_left {
    flex: 1 1 50%;
}

._mycol_card_main_top_right_img:nth-child(1),
._mycol_card_main_top_right_img:nth-child(2) {
    width: 80px;
    max-width: 80px;
}

._mycol_card_main_top_right_img:nth-child(3) {
    width: 170px;
    max-width: 170px;
}

._mycol_card_main_mid_left_title {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    color: #1B1D21;

}

._mycol_card_main_mid_left_des {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #808191;
    margin-top: 5px;
}

._mycol_card_main_mid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    margin: 10px 0;
}

._mycol_card_main_mid_right_item {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #5062E3;
    background: #EBEDFC;
    border: 1px solid #5062E3;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
}

._mycol_card_main_btm {
    margin: 40px 0 0;
    padding-bottom: 20px;
}

._mycol_card_main_btm_view {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #35373E;
    display: block;
    padding: 10px;
    width: 90%;
    margin: 0 auto;
    background: #F7F7F7;
    border-radius: 12px;
    border: none;
}

/* my collection */


/* my wallet */

._wallet_main_wrapper {
    max-width: 90%;
    margin: 0 auto;
}

._wallet_header_img {
    max-width: 65px;
}

._wallet_header_title {
    display: flex;
    align-items: center;
}

._wallet_header_txt {
    margin-top: 0px;
}

._wallet_main_heading_title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #A5A6A9;
}

._wallet_main_heading {
    margin-top: 20px;
}

._wallet_main_heading_btn {
    font-family: 'Poppins';
    border: none;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    background: linear-gradient(94.25deg, #4E12F7 0%, #C87BBF 123.04%, #EBC7C9 241.07%);
    border-radius: 17.0242px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 30px;
}

._wallet_main_heading_title_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

._wallet_top_table_left_img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    margin-right: 10px;
}

._wallet_top_table_left_right_txt {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #808191;
}

._wallet_top_table_left_right_title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #1B1D21;
    margin-top: 5px;

}

._wallet_top_table_left {
    display: flex;
    align-items: center;
}

._wallet_top_table_right_btn_wrap {
    display: flex;
    align-items: center;
}

._wallet_top_table_right_btn_img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 20px;
}

._wallet_top_table_right_btn_txt {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #797A7E;
}

._wallet_top_table_right_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    background: #F7F7F7;
    border: 1px solid #F0F3F6;
    border-radius: 11px;
    padding: 10px;
}

._wallet_top_table_wrap {
    margin-top: 10px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px;
}

._wallet_top_table_right_btn::after {
    border-top: 0.7em solid;
    border-right: 0.7em solid transparent;
    border-bottom: 0;
    border-left: 0.7em solid transparent;
    margin-right: 10px;
}


._wallet_top_table_right_btn_drop_ic {
    margin: 0 10px;
}

._wallet_top_table_item_wrap {
    margin: 0 0 20px;
}

._wallet_btm_table_wrap {
    margin: 100px auto;
    max-width: 67%;
}

._wallet_table_btm_main {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}

._wallet_table_btm_main ._favcheck_label_img {
    max-width: 70px;
}

._wallet_btm_table_wrap ._fav_table_header_item:nth-child(1) {
    flex: 0 0 37%;
}

._wallet_btm_table_wrap ._fav_table_header_item:nth-child(2) {
    flex: 0 0 15%;
}

._wallet_btm_table_wrap ._fav_table_header_item:nth-child(3) {
    flex: 0 0 20%;
}

._wallet_btm_table_wrap ._fav_table_header_item:nth-child(4) {
    flex: 0 0 18%;
}


._wallet_btm_table_wrap ._fav_main_table_item:nth-child(1) {
    flex: 0 0 335px;
}

._wallet_btm_table_wrap ._fav_main_table_item:nth-child(2) {
    flex: 0 0 130px;
}

._wallet_btm_table_wrap ._fav_main_table_item:nth-child(3) {
    flex: 0 0 180px;
}

._wallet_btm_table_wrap ._fav_main_table_item:nth-child(4) {
    flex: 0 0 180px;
}

._wallet_nft_main_top_wrap {
    transform: scale(.9);
    margin-top: 0;
}

/* my wallet */


/* congrats */

._create_page_modal_wrapper._congrats {
    display: block;
    position: relative;
    background-color: transparent;
    transform: scale(.85);
    margin-top: -70px;
}

/* congrats */






/* reward */

._reward_nft_hero {}

._reward_nft_hero_img {
    max-width: 350px;
    margin: 0 auto;
}


._reward_nft_hero_title {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 60px;
    text-transform: uppercase;

    /* Linear */

    background: linear-gradient(94.25deg, #4E12F7 0%, #C87BBF 123.04%, #EBC7C9 241.07%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin: 40px auto 0;
    text-align: center;
}

._reward_nft_stake_subtitle {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    text-transform: capitalize;
    color: #000000;
    text-align: center;
}

._reward_nft_stake_wrapper {
    background: #ffffff;
    margin-top: 50px;
    padding: 30px 0;
}

._reward_nft_stake_title {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 68px;
    text-transform: uppercase;

    /* Linear */

    background: linear-gradient(94.25deg, #4E12F7 0%, #C87BBF 123.04%, #EBC7C9 241.07%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin: 20px auto 0;
    text-align: center;
}

._reward_nft_stake_title_line {
    display: block;
    width: 100%;
    height: 2px;
    background: linear-gradient(94.25deg, #4E12F7 0%, #C87BBF 123.04%, #EBC7C9 241.07%);
    transform: rotate(-1.38deg);
    max-width: 50%;
    margin: 0 auto;
}

._reward_nft_stake_title_btn1 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    color: #FFFFFF !important;
    background: linear-gradient(270deg, #8743FF 0%, #4136F1 100%);
    border-radius: 3px;
    display: inline-block;
    padding: 12px 30px;
    margin: 0 5px;
}

._reward_nft_stake_title_btn2 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    color: #000000;
    border: 1px solid #4136F1;
    display: inline-flex;
    padding: 11px 30px;
    border-radius: 3px;
    align-items: center;
    margin: 0 5px;
}

._reward_nft_stake_title_btn2_ic {
    width: 24px;
    height: 24px;
}

._reward_nft_stake_title_btn_wrap {
    text-align: center;
    margin-top: 40px;
}

._reward_nft_stake_tab_btn.active {
    background: linear-gradient(270deg, #8743FF 0%, #4136F1 100%);
    border-radius: 3px;
}

._reward_nft_stake_tab_btn {
    color: #000;
}

._reward_nft_stake_tab_box_wrap {
    border: 1px solid #4136F1;
    padding: 30px 20px;
    margin: 30px 0;
}

._reward_nft_stake_tab_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

._reward_nft_stake_tab_box._box2 {
    align-items: flex-start;
}

._reward_nft_stake_box_title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    text-transform: capitalize;
    color: #000000;
}

._reward_nft_stake_box_txt {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
    /* identical to box height, or 25px */

    letter-spacing: 0.04em;
    text-transform: capitalize;

    color: #626262;

    margin-top: 20px;
}

._reward_nft_stake_tab_box_right {
    text-align: right;
    display: flex;
    align-items: center;
}

._reward_nft_stake_tab_box_right2_img_wrap {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #F0F0F0;
    display: flex;
    align-items: center;
    justify-content: center;
}

._reward_nft_stake_tab_box_right2_img {
    max-width: 30px;
}

._reward_nft_stake_tab_box_right2 {
    margin-left: 20px;
}

._reward_nft_stake_tab_box_btn {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    color: #FFFFFF;
    background: linear-gradient(94.25deg, #4E12F7 0%, #C87BBF 123.04%, #EBC7C9 241.07%);
    margin-top: 20px;
    border: none;
    display: block;
    width: 100%;
    padding: 20px;
}

._reward_nft_stake_box_link {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;

    /* Linear */

    background: linear-gradient(94.25deg, #4E12F7 0%, #C87BBF 123.04%, #EBC7C9 241.07%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-top: 20px;
    display: inline-block;
}

._reward_nft_stake_tab_box_right2_img_wrap._right_ic {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #8743FF;
    background: transparent;
}

._reward_nft_stake_tab_box_left_btm_ic_wrap {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #F0F0F0;
    display: flex;
    align-items: center;
    justify-content: center;
}

._reward_nft_stake_tab_box_left_btm {
    display: flex;
    align-items: center;
}

._reward_nft_stake_tab_box_left_btm_txt_wrap ._reward_nft_stake_box_txt {
    margin: 0;
}

._reward_nft_stake_tab_box_left_btm_txt_wrap {
    margin-left: 15px;
}

._reward_nft_stake_tab_box_left_btm {
    margin-top: 10px;
}

._reward_nft_stake_tab_box_left._btm_border {
    border-right: 1px solid #8743FF;
    padding-right: 40px;
}

._reward_nft_stake_tab_box_left._btm_border ._reward_nft_stake_box_txt {
    margin: 0;
}

._reward_nft_stake_tab_box._btm_margin {
    margin-top: 15px;
    justify-content: flex-start;
    align-items: flex-start;
}

._reward_nft_stake_tab_box_right._text_left {
    text-align: left !important;
    display: block;
    margin-left: 20px;
}

._reward_nft_stake_tab_box_right._text_left ._reward_nft_stake_box_txt {
    margin: 0;
}

._reward_nft_stake_tab_box_right._text_left ._reward_nft_stake_box_title {
    margin-top: 20px;
}

._reward_nft_btm_wrapper {
    margin-top: 50px;
    text-align: center;
    padding: 50px 0;
}

._reward_nft_btm_wrapper ._reward_nft_stake_box_title {
    margin-top: 20px;
}

._reward_nft_btm_wrapper ._reward_nft_stake_box_txt._bottom {
    margin: 40px auto 0;
    max-width: 60%;
}

/* reward */




/* blog */

._blog_nft_hero_wrapper {
    margin-top: 40px;
    transform: scale(.9);
}

._blog_nft_hero_title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    text-transform: capitalize;
    text-align: center;
    color: #000000;
}

._blog_nft_hero_img {
    max-width: 500px;
    margin: 0 auto;
}

._blog_nft_hero_wrap {
    margin-top: 50px;
}

._blog_nft_hero_right_title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    text-transform: capitalize;
    color: #000000;
    line-height: 1.4;
}

._blog_nft_hero_right_txt {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    color: #626262;
    max-width: 80%;
    margin: 20px 0;
}

._blog_nft_hero_right_link {
    background: linear-gradient(270deg, #8743FF 0%, #4136F1 100%);
    border-radius: 3px;
    display: inline-block;
    padding: 10px 20px;
    color: #fff !important;
}

._top_post_title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    text-transform: capitalize;
    margin-bottom: 10px;
    color: #000000;
}

._title_line {
    display: block;
    width: 90%;
    height: 1px;
    background: #000;
}

._top_post_wrapper {
    margin-top: 100px;
}

._blog_card_wrap {
    background: #FFFFFF;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.02);
    max-width: 350px;
    margin: 20px 0;
}

._blog_card_subtitle {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    color: #626262;
}

._blog_card_con {
    margin-top: 20px;
    padding: 5px 25px 30px;
}

._blog_card_title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    text-transform: capitalize;
    color: #000000;
    margin: 10px 0;
}

._blog_card_txt {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    /* or 27px */

    letter-spacing: 0.04em;
    text-transform: capitalize;

    color: #626262;
    margin: 15px 0;
}

._blog_card_link {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    /* or 22px */

    letter-spacing: 0.04em;
    text-transform: capitalize;

    /* Linear */

    background: linear-gradient(270deg, #8743FF 0%, #4136F1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

/* blog */



/*trust logo nft section*/
._trust_logo_nft_wrapper {
    background: linear-gradient(94.25deg, #4E12F7 0%, #C87BBF 123.04%, #EBC7C9 241.07%);
    padding: 62px 0;
    margin-top: 80px;
}

._trust_logo_nft_head_txt {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
    color: #FFFFFF;
    margin: 0 auto 40px;
    max-width: 68%;
}

._trust_logo_nft_wrap {
    transform: scale(.9);
}

/* responsive css */
/* Desktop/Laptop */
@media only screen and (min-width: 1600px) {}

@media (max-width: 1399px) {}

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

/* Ipad pro */
@media only screen and (max-width: 991px) {}

/* Ipad/Mobile L */
@media only screen and (max-width: 767px) {}

/* Mobile */
@media only screen and (max-width: 575px) {}

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

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

/*trust logo nft section end*/


/*feature nft section end*/
._feature_nft_wrapper {
    margin-top: 40px;
    transform: scale(.9);
}

._feature_nft_head_txt {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 8px;
}

._feature_nft_head_para {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #626262;
    max-width: 74%;
    margin: 0 auto 60px;
}


._feature_nft_card {
    background: #FFFFFF;
    padding: 90px 30px;
    margin-bottom: 28px;
    height: calc(100% - 28px);
}

._feature_nft_card_cont_txt {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    text-transform: capitalize;
    color: #11142D;
    margin-bottom: 16px;
}

._feature_nft_card_cont_para {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #11142D;
    margin: auto;
}

/* responsive css */
/* Desktop/Laptop */
@media only screen and (min-width: 1600px) {}

@media (max-width: 1399px) {}

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

/* Ipad pro */
@media only screen and (max-width: 991px) {}

/* Ipad/Mobile L */
@media only screen and (max-width: 767px) {}

/* Mobile */
@media only screen and (max-width: 575px) {}

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

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

/*feature nft section end*/

/*partner nft section*/
._partner_nft_wrapper {
    margin-top: 0px;
    transform: scale(0.9);
}

._partner_nft_head_txt {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 8px;
}

._partner_nft_head_para {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #626262;
    max-width: 74%;
    margin: 0 auto 60px;
}


._partner_nft_card {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.02);
    padding: 63px 0 56px;
    margin: 0 auto 32px;
}

._partner_nft_card._bg1,
._partner_nft_card._bg2,
._partner_nft_card._bg3,
._partner_nft_card._bg4,
._partner_nft_card._bg5 {
    position: relative;
}

._partner_nft_card._bg1::before,
._partner_nft_card._bg2::before,
._partner_nft_card._bg3::before,
._partner_nft_card._bg4::before,
._partner_nft_card._bg5::before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 165px;
    top: 0;
    left: 0;
}

._partner_nft_card._bg1::before {
    background-image: url("../img/partner-card-bg-img01.svg");
}

._partner_nft_card._bg2::before {
    background-image: url("../img/partner-card-bg-img02.svg");
}

._partner_nft_card._bg3::before {
    background-image: url("../img/partner-card-bg-img03.svg");
}

._partner_nft_card._bg4::before {
    background-image: url("../img/partner-card-bg-img04.svg");
}

._partner_nft_card._bg5::before {
    background-image: url("../img/partner-card-bg-img05.svg");
}

._partner_nft_card_ic {
    position: relative;
}

._partner_nft_card_ic_sp {
    position: absolute;
    bottom: -32px;
    right: 25%;
    transform: translate(-50%, -50%);
}

._partner_nft_card_ic_tag {
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin: auto;
}

._partner_nft_card_cont_txt {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 36px;
    line-height: 1.2;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    margin-top: 20px;
}

/* responsive css */
/* Desktop/Laptop */
@media only screen and (min-width: 1600px) {}

@media (max-width: 1399px) {}

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

/* Ipad pro */
@media only screen and (max-width: 991px) {}

/* Ipad/Mobile L */
@media only screen and (max-width: 767px) {}

/* Mobile */
@media only screen and (max-width: 575px) {}

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

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

/*partner nft section end*/


/* faq nft section*/
._faq_nft_wrapper {
    margin-top: 0;
    transform: scale(.9);
}

._faq_nft_head_txt {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 11px;
}

._faq_nft_head_para {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #626262;
    margin: 0 auto 60px;
}


._item_space {
    margin-bottom: 40px;
}

._faq_nft_accord_wrap .accordion-item {
    border-color: transparent;
    background: transparent !important;
}

._faq_nft_accord_wrap .accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color: transparent;
}

._faq_nft_accord_wrap .accordion-button:focus {
    border-color: transparent !important;
    outline: 0;
    box-shadow: none;
}

._faq_nft_accord_wrap .accordion-button {
    padding: 40px 0 16px 35px !important;
    background-color: transparent;
}

._faq_nft_accord_itm_btn {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 26px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #000000 !important;
    transition: .2s all ease-in-out;
    border-radius: 0 !important;
    background: transparent !important;
}

.accordion-button::after {
    width: 24px;
    height: 24px;
    background-image: url("../img/faq-accord-arrow.svg");
    background-size: 24px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../img/faq-accord-arrow.svg");
}

._faq_nft_accord_wrap .accordion-body {
    padding: 0 0 50px 35px;
}

._faq_nft_accord_itm_cont {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #303030;
    max-width: 77%;
}


/* responsive css */
/* Desktop/Laptop */
@media only screen and (min-width: 1600px) {}

@media (max-width: 1399px) {}

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

/* Ipad pro */
@media only screen and (max-width: 991px) {}

/* Ipad/Mobile L */
@media only screen and (max-width: 767px) {}

/* Mobile */
@media only screen and (max-width: 575px) {}

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

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

/* faq nft section end*/

/*testimonial nft section*/
._testimonial_nft_wrapper {
    margin: 50px 0;
    transform: scale(.9);
}

._testimonial_nft_slider {
    position: relative;
}

._testimonial_nft_slider::before {
    position: absolute;
    content: "";
    background-image: url("../img/testimonial-slider-quote.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 55px;
    height: 50px;
    top: 0;
    right: 0;
}

._testimonial_nft_slider_left_img {
    position: relative;
    z-index: 10;
    margin: 0 0 15px;
}

._testimonial_nft_slider_left_img::before {
    position: absolute;
    content: "";
    background: #000000;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    z-index: -1;
    top: 5%;
    left: 5%;
}

._testimonial_nft_slider_left_img::after {
    position: absolute;
    content: "";
    background: linear-gradient(94.25deg, #4E12F7 0%, #C87BBF 123.04%, #EBC7C9 241.07%);
    border: 7px solid #FFFFFF;
    box-shadow: 12px -12px 10px rgba(0, 0, 0, 0.03);
    width: 138px;
    height: 138px;
    border-radius: 50%;
    z-index: 11;
    bottom: -13px;
    right: 16%;
}

._testimonial_nft_slider_left_img_tag {
    width: 416px;
}

._testimonial_nft_slider_r8_para {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 26px;
    line-height: 1.5;
    text-transform: capitalize;
    color: #000000;
    max-width: 88%;
    margin-bottom: 16px;
}

._testimonial_nft_slider_r8_info_txt {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 23px;
    line-height: 1.2;
    text-transform: capitalize;
    background: linear-gradient(94.25deg, #4E12F7 0%, #C87BBF 123.04%, #EBC7C9 241.07%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
}

._testimonial_nft_slider_r8_info_para {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    text-align: left;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    color: #626262;
}

/* responsive css */
/* Desktop/Laptop */
@media only screen and (min-width: 1600px) {}

@media (max-width: 1399px) {}

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

/* Ipad pro */
@media only screen and (max-width: 991px) {}

/* Ipad/Mobile L */
@media only screen and (max-width: 767px) {}

/* Mobile */
@media only screen and (max-width: 575px) {}

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

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

/*testimonial nft section end*/


/*video1 nft section*/
._video1_nft_wrapper {
    background: #FFFFFF;
    padding: 40px 0;
    margin-top: 100px;
}

._video1_nft_wrap {
    transform: scale(.9);
}

._video1_nft_head_txt {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 9px;
}

._video1_nft_head_para {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #626262;
    margin: 0 auto 60px;
}

._video1_nft_thumb {
    position: relative;
    max-width: 90%;
    margin: 0 auto;
}

._video1_nft_thumb_img {
    position: relative;
    z-index: 10;
}

._video1_nft_thumb_img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #D9D9D9;
    z-index: 11;
    opacity: 0.14;
}

._video1_nft_thumb_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.3);
    width: 152px;
    height: 152px;
    border-radius: 50%;
    border: 0;
    z-index: 111;
}

._video1_nft_thumb_btn_sp {
    background: linear-gradient(110.67deg, #0F326C -4%, #0040C8 -3.99%, #113467 86.22%);
    width: 73px;
    height: 73px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

._video1_nft_thumb_btn_sp::before {
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.5);
    width: 114px;
    height: 114px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: -1;
    animation: video 1.2s linear alternate infinite;
}

@keyframes video {
    from {
        transform: scale(0.9);
    }

    to {
        transform: scale(1.13);
    }
}


/* responsive css */
/* Desktop/Laptop */
@media only screen and (min-width: 1600px) {}

@media (max-width: 1399px) {}

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

/* Ipad pro */
@media only screen and (max-width: 991px) {}

/* Ipad/Mobile L */
@media only screen and (max-width: 767px) {}

/* Mobile */
@media only screen and (max-width: 575px) {}

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

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

/*video1 nft section end*/


/*cross slider nft section*/
._cross_slider_nft_wrapper {
    margin-top: 50px;
}

._cross_slider_nft_head_txt {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 8px;
}

._cross_slider_nft_head_para {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #626262;
    margin: 0 auto 20px;
}

._cross_slider_nft {
    position: relative;
}

._cross_slider_nft .splide__track {
    padding: 40px 0 0;
}

._cross_slider_nft_card {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.02);
    margin: 0 0 32px;
    transition: .2s all ease-in-out;
}

.splide__slide.is-active.is-visible ._cross_slider_nft_card {
    transform: scale(1.07, 1.1);
}


._cross_slider_nft_card_txt {
    padding: 56px 16px;
}

._cross_slider_nft_card_txt1 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    max-width: 85%;
    margin: auto;
}

._cross_slider_nft .splide__arrows.splide__arrows--ltr._cross_slider_nft_arrows {
    display: flex;
    align-items: center;
}

._cross_slider_nft .splide__arrow.splide__arrow--prev,
._cross_slider_nft .splide__arrow.splide__arrow--next {
    border: 1.5px solid #292D32;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.splide__arrow.splide__arrow--prev {
    left: -55px;
}

.splide__arrow.splide__arrow--next {
    right: -55px;
}


._cross_slider_nft .splide__pagination {
    margin: 30px 0 0;
}

._cross_slider_nft .splide__pagination li {
    display: flex;
    margin: 0 16px 0 0;
}

._cross_slider_nft .splide__pagination li:last-child {
    margin: 0;
}

._cross_slider_nft .splide__pagination__page {
    border: 0;
    background: #D9D9D9;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

._cross_slider_nft .splide__pagination__page.is-active {
    background: linear-gradient(270deg, #8743FF 0%, #4136F1 100%);
}


._cross_slider_nft_link {
    margin-top: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
}

._cross_slider_nft_link1 {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s all ease-in-out;
    width: 420px;
    height: 60px;
    background: linear-gradient(270deg, #8743FF 0%, #4136F1 100%);
    border-radius: 2.4px;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #FFFFFF !important;
}

/* responsive css */
/* Desktop/Laptop */
@media only screen and (min-width: 1600px) {}

@media (max-width: 1399px) {}

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

/* Ipad pro */
@media only screen and (max-width: 991px) {}

/* Ipad/Mobile L */
@media only screen and (max-width: 767px) {}

/* Mobile */
@media only screen and (max-width: 575px) {}

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

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

/*cross slider nft section end*/


/* terms & services */

._main_terms_date {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    /* identical to box height, or 31px */

    letter-spacing: 0.04em;
    text-transform: capitalize;

    color: #626262;

}

._main_terms {
    margin-top: 50px;
}

._main_terms_txt {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.8;
    /* or 47px */

    letter-spacing: 0.02em;
    text-transform: capitalize;

    color: #000000;
    margin: 40px 0;
    max-width: 90%;
}

/*doc nft section end*/
._doc_nft_wrapper {
    margin: 70px 0 100px;
}

._doc_nft_head_txt {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 9px;
}

._doc_nft_head_para {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 22px;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #626262;
    margin: 0 auto 56px;
}

._doc_nft_card {
    background: #000000;
    box-shadow: 11.0938px 11.0938px 22.1876px rgba(0, 0, 0, 0.02);
    margin-bottom: 50px;
}

._doc_nft_card_cont {
    padding: 40px 55px 84px 25px;
}

._doc_nft_card_cont_txt {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 8px;
}

._doc_nft_card_cont_para {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #CBCBCB;
}

._doc_nft_card1_img {
    position: relative;
    z-index: 2;
    padding: 0 0 30px;
}

._doc_nft_card1_img::before {
    position: absolute;
    content: "";
    background: linear-gradient(270deg, #8743FF 0%, #4136F1 100%);
    border-radius: 2.39403px;
    width: 192px;
    height: 256px;
    bottom: 0;
    right: 0;
    z-index: -1;
}

._doc_nft_card1_img_tag {
    width: 375px;
}

/* responsive css */
/* Desktop/Laptop */
@media only screen and (min-width: 1600px) {}

@media (max-width: 1399px) {}

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

/* Ipad pro */
@media only screen and (max-width: 991px) {}

/* Ipad/Mobile L */
@media only screen and (max-width: 767px) {}

/* Mobile */
@media only screen and (max-width: 575px) {}

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

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

/*doc nft section end*/

._career_persons_wrapper {
    transform: scale(.8);
    margin-top: 50px;
}


/*about nft section end*/
._about_nft_wrapper {
    margin-top: 110px;
}

._about_nft_head_txt {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 9px;
}

._about_nft_head_para {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 22px;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #626262;
    margin: 0 auto 60px;
    max-width: 75%;
}


._about_nft_slider_card {
    background: linear-gradient(270deg, #8743FF 0%, #4136F1 100%);
    padding: 70px 35px 38px;
    transition: .2s all ease-in-out;
}

.splide__slide.is-active.is-visible ._about_nft_slider_card {
    transform: scale(1.1);
}

._about_nft_slider .splide__track {
    padding: 40px 0;
}

._about_nft_slider_card_cont_para {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #F9FAFF;
    margin: 0 auto 40px;
}

._about_nft_slider_card_info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

._about_nft_slider_card_info_img {
    background: #D9D9D9;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    flex: 0 0 63px;
    transition: .3s all ease-in-out;
}

/* .splide__slide.is-active.is-visible ._about_nft_slider_card_info_img {
    width: 79px;
    height: 74px;
    flex: 0 0 79px;
} */

._about_nft_slider_card_info_cont {
    margin: 0 0 0 16px;
}

._about_nft_slider_card_info_cont_txt {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 26px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 3px;
}

._about_nft_slider_card_info_cont_para {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #FFFFFF;
}

/* responsive css */
/* Desktop/Laptop */
@media only screen and (min-width: 1600px) {}

@media (max-width: 1399px) {}

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

/* Ipad pro */
@media only screen and (max-width: 991px) {}

/* Ipad/Mobile L */
@media only screen and (max-width: 767px) {}

/* Mobile */
@media only screen and (max-width: 575px) {}

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

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

/*about nft section end*/

._reward_nft_btm_wrapper._career {
    margin: 0;
    padding: 0;
}

._about_title {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 1.6;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    max-width: 50%;
    margin: 0 auto;
    color: #101010;

}

/*coundown nft section*/

._coundown_nft_list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

._coundown_nft_single_list {
    margin: 0 88px 0 0;
}

._coundown_nft_single_list:last-child {
    margin: 0;
}

._coundown_nft_single_list_txt {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 46px;
    line-height: 1.2;
    color: #101010;
    margin-bottom: 6px;
    display: flex;
}

._coundown_nft_single_list_txt_ic {
    color: #C87BBF;
    display: flex;
}

._coundown_nft_single_list_para {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.01em;
    color: #565656;
}

/* responsive css */
/* Desktop/Laptop */
@media only screen and (min-width: 1600px) {}

@media (max-width: 1399px) {}

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

/* Ipad pro */
@media only screen and (max-width: 991px) {}

/* Ipad/Mobile L */
@media only screen and (max-width: 767px) {}

/* Mobile */
@media only screen and (max-width: 575px) {}

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

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

/*coundown nft section end*/

/*video2 nft section*/
._video2_nft_wrapper {
    margin-top: 70px;
    transform: scale(.9);
}

._video2_nft_head_txt {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 9px;
}

._video2_nft_head_para {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 22px;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #626262;
    margin: 0 auto 40px;
}

._video2_nft_thumb {
    position: relative;
}

._video2_nft_thumb_img {
    position: relative;
    z-index: 10;
}

._video2_nft_thumb_img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #F1F1F1;
    z-index: 11;
    border-radius: 24px;
    opacity: 0.14;
}

._video2_nft_thumb_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(104.26% 85.42% at 50% 50%, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
    backdrop-filter: blur(23.9861px);
    width: 96px;
    height: 96px;
    border-radius: 50%;
    border: 0;
    z-index: 111;
}

/* responsive css */
/* Desktop/Laptop */
@media only screen and (min-width: 1600px) {}

@media (max-width: 1399px) {}

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

/* Ipad pro */
@media only screen and (max-width: 991px) {}

/* Ipad/Mobile L */
@media only screen and (max-width: 767px) {}

/* Mobile */
@media only screen and (max-width: 575px) {}

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

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

/*video2 nft section end*/

/*firms icons nft section*/
._firms_icons_nft_wrapper {
    margin-top: 60px;
    transform: scale(.9);
}

._firms_icons_nft_head_txt {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 9px;
}

._firms_icons_nft_head_para {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 22px;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #626262;
    margin: 0 auto 56px;
}

._firms_icons_nft_icons_ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

._firms_icons_nft_icon_li {
    margin: 0 80px 0 0;
}

._firms_icons_nft_icon_li:last-child {
    margin: 0;
}

._firms_icons_nft_ic {
    width: 200px;
    height: 48px;
    object-fit: fill;
}

._firms_icons_nft_ic:hover {
    transform: scale(1.2);
    transition: 0.4s;
}

/* responsive css */
/* Desktop/Laptop */
@media only screen and (min-width: 1600px) {}

@media (max-width: 1399px) {}

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

/* Ipad pro */
@media only screen and (max-width: 991px) {}

/* Ipad/Mobile L */
@media only screen and (max-width: 767px) {}

/* Mobile */
@media only screen and (max-width: 575px) {}

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

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

/*firms icons nft section end*/

/*story nft section*/
._story_nft_wrapper {
    margin-top: 80px;
    transform: scale(.9);
}

._story_nft_head_txt {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 11px;
}

._story_nft_head_para {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 22px;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #626262;
    margin: 0 auto 60px;
}

._story_nft_left_img_tag {
    max-width: 500px;
    margin: 0 auto;
}

._story_nft_r8_para,
._story_nft_r8_para1,
._story_nft_r8_para2 {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.01em;
    color: #101010;
    max-width: 93%;
}

._story_nft_r8_para,
._story_nft_r8_para1 {
    margin-bottom: 34px;
}

/* responsive css */
/* Desktop/Laptop */
@media only screen and (min-width: 1600px) {}

@media (max-width: 1399px) {}

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

/* Ipad pro */
@media only screen and (max-width: 991px) {}

/* Ipad/Mobile L */
@media only screen and (max-width: 767px) {}

/* Mobile */
@media only screen and (max-width: 575px) {}

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

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

/*story nft section end*/


/*banner nft section*/
._banner_nft_wrapper {
    margin: 30px 0;
}

._banner_nft_bg_img {
    background-image: url("../img/page1-banner-img.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 480px;
}

/* responsive css */
/* Desktop/Laptop */
@media only screen and (min-width: 1600px) {}

@media (max-width: 1399px) {}

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

/* Ipad pro */
@media only screen and (max-width: 991px) {}

/* Ipad/Mobile L */
@media only screen and (max-width: 767px) {}

/* Mobile */
@media only screen and (max-width: 575px) {}

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

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

/*banner nft section end*/

/*system nft section*/
._system_nft_wrapper {
    margin-bottom: 80px;
    transform: scale(.9);
}

._system_nft_left_txt {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 16px;
    margin-bottom: 32px;
}

._system_nft_left_border_box {
    border: 1px solid #8743FF;
}

._system_nft_left_border_box_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #8743FF;
    padding: 30px 29px;
}

._system_nft_left_border_box_list:last-child {
    border-bottom: 0;
}

._system_nft_left_border_box_list_txt_tag {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 22px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #000000;
}

._system_nft_left_border_box_list_link_tag {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 22px;
    line-height: 1.2;
    text-transform: capitalize;
    background: linear-gradient(270deg, #8743FF 0%, #4136F1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    transition: .2s all ease-in-out;
}


._system_nft_r8_txt_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 16px;
    margin-bottom: 32px;
}

._system_nft_r8_txt1 {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #000000;
}

._system_nft_r8_link {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #979797 !important;
    display: inline-block;
    transition: .2s all ease-in-out;
}

._system_nft_r8_link:hover {
    color: #000 !important;
}

._system_nft_r8_link.day,
._system_nft_r8_link.week {
    margin: 0 12px 0 0;
}


._system_nft_r8_average_platform,
._system_nft_r8_polygon_processing {
    border: 1px solid #8743FF;
    padding: 35px 11px 35px 22px;
}

._system_nft_r8_average_platform {
    margin-bottom: 33px;
}

._system_nft_r8_average_platform_txt1 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 8px;
}

._system_nft_r8_average_platform_txt2 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 36px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #000000;
}

/* responsive css */
/* Desktop/Laptop */
@media only screen and (min-width: 1600px) {}

@media (max-width: 1399px) {}

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

/* Ipad pro */
@media only screen and (max-width: 991px) {}

/* Ipad/Mobile L */
@media only screen and (max-width: 767px) {}

/* Mobile */
@media only screen and (max-width: 575px) {}

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

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

/*system nft section end*/

/*all system nft section*/
._all_system_nft_wrapper {
    transform: scale(.9);
}

._all_system_nft_head_txt {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 40px;
}

._all_system_nft_r8_link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

._all_system_nft_r8_link1 {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    text-align: right;
    text-transform: capitalize;
    background: linear-gradient(270deg, #8743FF 0%, #4136F1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: flex;
    transition: .2s all ease-in-out;
}

._all_system_nft_r8_link1_svg {
    margin: 0 0 0 10px;
}

._all_system_nft_left_single_list {
    border-bottom: 1px solid rgba(0, 0, 0, 0.32);
    margin-bottom: 24px;
    padding-bottom: 24px;
}

._all_system_nft_left_single_list_txt {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 2px;
}

._all_system_nft_left_single_list_para {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    color: #626262;
}

/* responsive css */
/* Desktop/Laptop */
@media only screen and (min-width: 1600px) {}

@media (max-width: 1399px) {}

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

/* Ipad pro */
@media only screen and (max-width: 991px) {}

/* Ipad/Mobile L */
@media only screen and (max-width: 767px) {}

/* Mobile */
@media only screen and (max-width: 575px) {}

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

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

/*all system nft section end*/

/*doc nft section end*/
._doc_nft_wrapper {
    margin: 0px 0 0px;
    transform: scale(.9);
}

._doc_nft_head_txt {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 9px;
}

._doc_nft_head_para {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 22px;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #626262;
    margin: 0 auto 56px;
}

._doc_nft_card {
    background: #000000;
    box-shadow: 11.0938px 11.0938px 22.1876px rgba(0, 0, 0, 0.02);
    margin-bottom: 50px;
}

._doc_nft_card:hover {
    transform: scale(1.1);
    transition: 0.4s;
}

._doc_nft_card_cont {
    padding: 40px 55px 84px 25px;
}

._doc_nft_card_cont_txt {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 8px;
}

._doc_nft_card_cont_para {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #CBCBCB;
}

._doc_nft_card1_img {
    position: relative;
    z-index: 2;
    padding: 0 0 30px;
}

._doc_nft_card1_img::before {
    position: absolute;
    content: "";
    background: linear-gradient(270deg, #8743FF 0%, #4136F1 100%);
    border-radius: 2.39403px;
    width: 192px;
    height: 256px;
    bottom: 0;
    right: 0;
    z-index: -1;
}

._doc_nft_card1_img_tag {
    width: 375px;
}

/* new */
._explore_filter_option_show {
    padding: 8px 30px;
    background: #fff;
    border: 1px solid #4136F1;
    position: relative;
}

._explore_filter_option_show_p {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    color: #000000;
}

._explore_filter_option_close {
    position: absolute;
    top: 1px;
    right: 10px;
    cursor: pointer;
}

._explore_table_item_dropdown_table_head_ul {
    padding: 12px 12px;
    background-color: #fff;
    border: 1px solid #4136F1;
    display: flex;
    align-items: center;
    justify-content: center;
}

._explore_table_item_dropdown_table_head_li {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    color: #000000;
    flex: 0 0 20%;
    text-align: center;
}

._explore_table_item_dropdown_table_ul {
    padding: 12px 12px;
    background-color: #fff;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}

._explore_table_item_dropdown_table_li {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    color: #000000;
    flex: 0 0 20%;
    text-align: center;
}

._nft_expnew_sidebar_title {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 28px;
    line-height: 59px;
    color: #000000;
    text-align: center;
}

.splide__arrow svg {
    fill: #000;
    height: 1.2em;
    width: 1.2em;
    transform: scaleX(-1);
    ;

}

.edit {
    border: 1px solid #efefef;
    min-height: 300px;
    max-height: 300px;
    padding: 8px 20px;
}

._create_input_label {
    margin: 0 0 10px;
}

._congrats_modal_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding: 100px 0 0;
    overflow: hidden;
    z-index: 1000;
    background-color: rgba(0, 0, 0, .4);
}

/* profile details */
._profile_details_wrap {
    padding: 85px 0 20px;
}

._profile_details_sidebar_ul {}

._profile_details_sidebar_li {
    display: flex;
    align-items: center;
    gap: 0 22px;
    padding: 14px 22px;
    border-radius: 8px 0px 0px 8px;
    cursor: pointer;
    transition: .2s all ease;
}

._profile_details_sidebar_li._active {
    background: rgba(112, 0, 255, 0.06);
    box-shadow: 7.41439px 7.41439px 14.8288px rgba(0, 0, 0, 0.02);
    color: #0E0E0E;
}

._profile_details_sidebar_li._active ._profile_details_sidebar_li_txt {
    color: #0E0E0E;
}

._profile_details_sidebar_li._active ._profile_details_sidebar_li_ic svg path {
    fill: #0E0E0E !important;
    opacity: 1;
}

._profile_details_sidebar_li:hover {
    background: rgba(112, 0, 255, 0.06);
    box-shadow: 7.41439px 7.41439px 14.8288px rgba(0, 0, 0, 0.02);
}

._profile_details_sidebar_li:hover ._profile_details_sidebar_li_txt {
    color: #0E0E0E;
}

._profile_details_sidebar_li:hover ._profile_details_sidebar_li_ic svg path {
    fill: #0E0E0E !important;
    opacity: 1;
}

._profile_details_sidebar_li:hover ._profile_details_sidebar_li_ic svg g {
    opacity: 1;
}

._profile_details_sidebar_li_ic {
    display: flex;
    align-items: center;
    justify-content: center;
}

._profile_details_sidebar_li_txt {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: rgba(14, 14, 14, 0.6);
}

._profile_details_sidebar_wrap {
    height: 80vh;
    position: sticky;
    top: 100px;
}

._profile_details_main_inner {
    background: #FFFFFF;
    border-radius: 26px;
    padding: 24px 52px;
}

._profile_details_main_content_title {
    font-family: Poppins;
    font-weight: 700;
    font-size: 40px;
    line-height: 49px;
    color: #0E0E0E;
}

._profile_details_main_content_input_wrap {
    padding: 38px 0 20px;
}

._profile_details_main_attach_wrap {
    display: flex;
    align-items: center;
    gap: 0 14px;
}

._profile_details_main_banner_wrap {
    justify-content: flex-end;
}

._profile_details_main_attach_txt {
    font-family: Poppins;
    font-weight: 700;
    font-size: 16.06px;
    line-height: 19px;
    color: #0E0E0E;
}

._profile_details_main_attach_btn {
    width: 82px;
    height: 82px;
    background-image: url("../img/profile-up.png");
    border-radius: 50%;
    background-size: cover;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

._profile_details_main_attach_btn label {
    cursor: pointer !important;
    width: fit-content;
    height: 100%;
    display: grid;
    position: absolute;
}

._profile_details_main_attach_input {
    visibility: hidden;
}

._profile_details_main_banner_btn {
    width: 216px;
    height: 82px;
    border-radius: 8px;
    background-image: url("../img/banner-btn.png");
}

._profile_details_main_input_wrap {
    margin: 12px 0;
}

._profile_details_main_input {
    background: rgba(217, 217, 217, 0.12);
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-radius: 8px;
    padding: 22px 26px;
    width: 100%;
    margin: 12px 0;
    box-shadow: none !important;
    border-color: rgba(0, 0, 0, 0.04) !important;
}

._profile_details_main_attach_txt2 {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: rgba(14, 14, 14, 0.39);
    margin: 8px 0;
}

._profile_details_main_input_btn {
    background: #7000FF;
    border-radius: 17px;
    border: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 6px;
    padding: 24px 0;
}

._profile_details_main_input_btn_ic {
    display: flex;
    align-items: center;
    justify-content: center;
}

._profile_details_main_input_btn_txt {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;

}

/* profile details */
/* Featured Item */
._profile_details_feat_content {
    width: 100%;
    min-height: 234px;
    background: #DEDEDE;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 24px 0;
}

._profile_details_feat_content_btn {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: #7000FF;
    right: -15px;
    bottom: -15px;
}

._profile_details_feat_content_title {
    font-family: Poppins;
    font-weight: 500;
    font-size: 60px;
    line-height: 87px;
    color: #FFFFFF;

}

/* Featured Item */
/* Notification Settings */
._profile_details_main_content_p {
    font-family: Poppins;
    font-weight: 700;
    font-size: 16.06px;
    line-height: 19px;
    color: rgba(14, 14, 14, 0.4);
    margin: 8px 0;
}

._profile_details_main_content_li {
    display: flex;
    align-items: center;
    gap: 0 5px;
    padding: 13px 28px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

._profile_details_main_content_li_txt {
    font-family: Poppins;
    font-weight: 700;
    font-size: 16.06px;
    line-height: 19px;
    color: #0E0E0E;

}

._profile_details_main_content_li_ic_wrap {
    display: flex;
    align-items: center;
    gap: 0 5px;
    flex: 0 0 210px;
}

._profile_details_main_content_li_p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: rgba(14, 14, 14, 0.39);
}

._profile_details_main_content_bottom {
    margin: 60px 0 0;
}

._profile_details_main_content_bottom_title {
    font-family: Poppins;
    font-weight: 700;
    font-size: 16.06px;
    line-height: 19px;
    color: #0E0E0E;
}

._profile_details_main_content_bottom_p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16.06px;
    line-height: 19px;
    color: rgba(14, 14, 14, 0.39);
    margin: 6px 0;
}

._profile_details_main_noti_input_wrap {
    margin: 12px 0;
    display: flex;
    align-items: center;
    gap: 0 26px;
}

._profile_details_main_noti_input_btn {
    background: #000000;
    border: 1px solid rgba(0, 0, 0, 0.04) !important;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 9px;
    padding: 16px 20px;
    width: 180px;
    max-width: 180px;
}

._profile_details_main_noti_input_btn_txt {
    font-family: Poppins;
    font-weight: 700;
    font-size: 28.06px;
    line-height: 33px;
    color: #FFFFFF;
}

/* Notification Settings */
/* new */
/*  */
/* Dark Mode */
._dark_mode {
    background: #101010;
}

._marquee_nft_wrap {
    transition: .2s all ease;
}

._dark_mode ._marquee_nft_wrap {
    background-color: #fff;
    color: #121212;
}

._dark_mode ._marquee_nft_ic svg path {
    fill: #000;
}

._header_nft_wrapper {
    transition: .2s all ease;
}

._dark_mode ._header_nft_wrapper {
    background-color: #101010;
}

._header_nft_nav_item {
    transition: .2s all ease;
}

._dark_mode ._header_nft_nav_item {
    color: #fff;
}

._hero_nft_right_title {
    transition: .2s all ease;
}

._dark_mode ._hero_nft_right_title {
    color: #fff;
}

._nav_right_search_wrap {
    transition: .2s all ease;
}

._dark_mode ._nav_right_search_wrap {
    border: 1.19701px solid rgba(255, 255, 255, 0.47);
}

._dark_mode ._nav_right_search_ic svg path {
    stroke: #fff
}

._dark_mode ._nav_right_search {
    background-color: #101010;
}

._dark_mode ._nav_right_btn1 {
    background: linear-gradient(94.25deg, #4E12F7 0%, #C87BBF 123.04%, #EBC7C9 241.07%);
    border: 1.19701px solid #FFFFFF;
    color: #fff;
}

._dark_mode ._nav_right_btn2 {
    background-color: #fff;
    color: #000 !important;
}

._dark_mode ._nav_right_profile_drop_ic svg path {
    stroke: #fff;
}

._dark_mode ._hero_nft_right_txt {
    color: #8E8E8E;
}

._dark_mode ._hero_nft_right_btm_title {
    color: #FFFFFF;
}

._dark_mode ._hero_nft_right_btm_btn2 {
    color: #fff;
}

._dark_mode ._hero_nft_right_btm_btn3 {
    color: #fff;
}

._dark_mode ._hero_nft_right_btm_btn3 span svg path {
    /* stroke: #fff; */
    fill: #fff;
}

._dark_mode ._secnd_sec_wrapper {
    background-color: #101010;
}

._dark_mode ._second_sec_left_title {
    color: #fff;
}

._dark_mode ._second_sec_right {
    color: #8E8E8E;
}

._dark_mode ._second_sec_right {
    color: #8E8E8E;
}

._dark_nft_shape {
    position: absolute;
    background: linear-gradient(90deg, rgba(218, 34, 255, 0.18) 0%, rgba(151, 51, 238, 0.18) 100%);
    filter: blur(100px);
    width: 400px;
    height: 400px;
    z-index: -1;
}

._dark_nft_shape_right {
    right: -200px;
    top: -200px;
}

._dark_nft_shape_left {
    left: -200px;
    top: 200px;
}

._dark_nft_shape_left2 {
    left: -200px;
    bottom: 50px;
}

._dark_mode ._coll_title {
    color: #fff;
}

._dark_mode ._coll_left_num {
    color: #fff;
}

._dark_mode ._coll_det_title {
    color: #fff;
}

._dark_mode ._coll_det_amo {
    color: #fff;
}

._dark_mode ._coll_line {
    filter: invert(1);
}

._dark_mode ._cat_title {
    color: #fff;
}

._dark_mode ._third_sec_card_ic {
    filter: invert(1);
    opacity: .8;
}

._dark_mode ._cat_main_card {
    background-color: #000;
    border: 1px solid rgba(78, 18, 247, 1);
}

._dark_mode ._cat_main_card_title {
    color: #fff;
}

._dark_mode ._auc_right_title {
    color: #fff;
}

._dark_mode ._auc_right_txt {
    color: #8E8E8E;
}

._dark_mode ._auc_right_card_top_title {
    color: #fff;
}

._dark_mode ._auc_right_card_top_btn2 {
    color: #fff;
}

._dark_mode ._auc_right_card {
    background: #2A2C32;
    box-shadow: 0px 9.63068px 96.3068px rgba(0, 0, 0, 0.07);
}

._dark_mode ._auc_right_table_top_link {
    color: #fff;
}

._dark_mode ._auc_right_table_head_item {
    color: #fff;
}

._dark_mode ._auc_main_left_btm_f_eth {
    filter: invert(1);
}

._dark_mode ._auc_main_left_btm_f_num {
    color: #fff;
}

._dark_mode ._auc_main_left_btm_title {
    color: #fff;
}

._dark_mode ._auc_main_left_btm_f_num {
    color: #fff;
}

._dark_mode ._auc_right_table_item {
    color: #fff;
}

._dark_mode ._auc_right_card_last ._auc_right_card_mid_det_txt {
    color: #fff;
}

._dark_mode ._auc_main_left_btm_f_eth {
    filter: invert(1);
}

._dark_mode ._auc_main_left_btm_f_eth svg path {
    stroke: #fff;
}

._dark_mode ._auc_main_left_btm_wrapper {
    background: #17181D;
}

._dark_mode ._par_logo_wrapper {
    background: #fff;
}

._dark_mode ._trend_title {
    color: #fff;
}

._dark_mode ._auc_right_card_mid_det_title {
    color: #fff;
}

/* Dark Mode */
/*  */
/* responsive css */
/* Desktop/Laptop */
@media only screen and (min-width: 1600px) {}

@media (max-width: 1399px) {}

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

/* Ipad pro */
@media only screen and (max-width: 991px) {}

/* Ipad/Mobile L */
@media only screen and (max-width: 767px) {}

/* Mobile */
@media only screen and (max-width: 575px) {}

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

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

/*doc nft section end*/