@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500&display=swap');
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
:root {
    --primary-color:#ffffff;
    --secondary-color: #040405;
    --bg-secondary-color: #fe5722;
    --text-primary-color: #fe5722;
    --text-secondary-oreng: #6e6e6e;
    --bg_dark_color:#121212
}

.dark-theme {
    --primary-color: #040405;
    --secondary-color: #ffffff;
    --bg-secondary-color: transparent;
    --text-primary-color: #fe5722;
    --text-secondary-oreng: #fff;
    --bg_dark_color:#ffffff;
}


html body {
    background-color: var(--primary-color);
    color: var(--secondary-color);
        overflow-x: hidden;
}
.navbar-light .navbar-toggler {
    background: #fff;
}
.sticky-top {
    box-shadow: 0px 0px 15px rgb(69 69 69 / 40%);
    padding: 0px 10px 0px 0;
}
#icon {
    width: 30px;
    margin-left: 12px;
    cursor: pointer;
    background: var(--bg-secondary-color);
    padding: 4px;
    border-radius: 50px;
    filter: brightness(1) !important;
}
.hig_bg {
    color:  var(--text-secondary-oreng);
}
body {
    font-family: 'Poppins', sans-serif; 
}
.bg-white {
    background-color: var(--primary-color) !important;
}
.navbar-light .navbar-nav .nav-link {
    color:  var(--secondary-color) ;
    font-weight: 400;
}
.bg-oreng {
    background-image: linear-gradient(135deg, #fe5722 0%, #fe5722 100%);
}

.bg-dark-blue {
    background-color: var(--primary-color) !important;
}
.nav-link.btn.text-white {
    background-color: var(--bg-secondary-color);
}
/* Raj theme color change*/
/* home page*/ 
 .text-blue {
    color: var(--secondary-color) ;
}
.text-dark-b {
    color: var(--secondary-color) !important;
}
section.menu_bar .btn {
    color: var(--secondary-color) !important;
}
.sellers .text-dark-b {
    color: var(--secondary-color) !important;
}
.sellers .list-bg {
    background: var(--primary-color)!important;
    /*border: 1px solid rgb(57 57 87 / 56%) !important;*/
   border-radius: 10px !important;
    box-shadow: 0px 0px 10px #b7b7b775;
}

.slick-dots li button:before {
    color: #fe5722 !important;
}

/* home page end*/ 

/*section.blog.spad .btn {
     color:var(--primary-color);
}


section.blog.spad .btn {
    color:var(--secondary-color);
    border: var(--secondary-color);
}*/


/*End */ 
select#gtranslate_selector {
    background: #fe5722;
    border: none;
    outline: none;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}

.bg-light-cream {
    background-color: #ffeeee;
}

.text-blue {
    color: #fe5722;
}
.text-dark-b {
    color: rgb(34, 51, 84);
}

.text_oreng {
    color: var(--secondary-color) !important;
}
.border_oreng {
    border: 1px solid #fe814b !important;
    background-color: transparent !important;
    box-shadow: rgba(250, 125, 22, 0.24) 0px 8px 16px 0px !important;
}

.border-blue {
    border: 1px solid #fe5722 !important;
}
.border-white {
    border: 1px solid #fff !important;
}

.btn {
    background-image: url('../img/Button_Wave_bg_img.svg');
    background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px 35px !important;
    background: #fe5722;
}


.social-menu ul{
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0;
    margin: 0;
    transform: translate(-50%, -50%);
    display: flex;
}

.social-menu ul li{
    list-style: none;
    margin: 0 15px;
}

.social-menu ul li .fab{
    font-size: 30px;
    line-height: 60px;
    transition: .3s;
    color: #000;
}

.social-menu ul li .fab:hover{
    color: #fff;
}
.share_pop .modal-body {
    height: 140px;
}
.social-menu ul li a{
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    transition: .6s;
    box-shadow: 0 5px 4px rgba(0,0,0,.5);
}
.share_pop .modal-content {
    margin-top: 50%;
}

.social-menu ul li a:hover{
    transform: translate(0, -10%);
}

.social-menu ul li:nth-child(1) a:hover{
    background-color: rgba(0, 0, 0, 0.829);
}
.social-menu ul li:nth-child(2) a:hover{
    background-color: #E4405F;
}
.social-menu ul li:nth-child(3) a:hover{
    background-color: #0077b5;
}
.social-menu ul li:nth-child(4) a:hover{
    background-color: #000;
}

.btn-blue-light {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    border: 0px; 
    cursor: pointer; 
    text-transform: capitalize; 
    border-radius: 8px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: rgb(255, 255, 255);
    background-color: #fe5722;
    box-shadow: rgb(118 53 220 / 24%) 0px 8px 16px 0px;
}

.padding_t_b {
    padding: 3rem 0;
}
.padding_t_b_5rem {
    padding: 4rem 0;
}

.list-bg {
    background: #7434da1e;
    padding: 6px 10px;
}

.user_img img {
    width: 50px !important;
    height: 50px !important;
    object-fit: cover;
}

.main_box_upcoming {
    background-color: rgb(33, 43, 54);
    color: rgb(255, 255, 255);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background-image: none;
    overflow: hidden;
    position: relative;
    border-radius: 16px;
    z-index: 0;
    border: 0px;
    max-width: 380px;
    min-height: 285px;
    margin: auto;
    text-align: center;
    padding: 32px 23px 0px;
    box-shadow: rgb(0 0 0 / 16%) 0px 12px 24px -4px;
}
.main_box_upcoming::before {
    inset: 0px;
    z-index: -1;
    content: "";
    margin: auto;
    position: absolute;
    width: calc(100% - 23px);
    height: calc(100% - 23px);
    border-radius: 16px;
    background-color: rgb(33, 43, 54);
    box-shadow: rgb(0 0 0 / 12%) -20px 20px 40px 0px;
}
.upcomings_img_box .dates__1 {
    position: absolute;
    top: -1.5rem;
    right: 0rem;
    background-color: #fe5722;
    border-radius: 5px;
}
.upcomings_img_box img {
    width: 292px;
    height: 221px;
    object-fit: cover;
}

.invest_hadings {
    position: relative;
    z-index: 9;
}
.invest_hadings h2 {
    font-size: 3rem;
}
img.home_logo {
    width: 250px;
}
.owl-pagination {
    display: none;
}
a.load_more {
    padding: 8px 50px;
    border-radius: 30px;
    margin: 30px auto 0;
    color: white;
    font-weight: 600;
    background: linear-gradient( 
2deg
 , #fe5722, #fe5722 90%);
    display: block;
    text-align: center;
    text-decoration: none;
}
.by_nw {
    font-size: 13px;
    color: #ffffff !important;
    background: #fe5722;
    padding: 0px 7px;
    border-radius: 50px;
}
.heart_class {
    font-size: 14px;
}


.product__details__text {
    color: var(--secondary-color) !important;
}

/* animation css */
/*.heronfts {
    padding: 3rem 0;
    overflow: hidden;
}*/
.heros_imf {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

._3_d_img_1 .wrapper{
    width: 100%;
    height: 100%;
    background-size: cover !important; 
}
._3_d_img_2 {
    line-height: 0;
    display: block;
    overflow: hidden; 
}
._3_d_img_2 .wrapper {
    width: 100%;
    height: 100%;
    background-size: cover !important;
}
._3_d_img_3 {
    line-height: 0;
    display: block;
    overflow: hidden; 
}
._3_d_img_3 .wrapper {
    width: 100%;
    height: 100%;
    background-size: cover !important;
}
._3_d_img_1
{
    padding-right: 2px;
    padding-bottom: 1px;
    border-radius: 8px;
    background-color: rgb(33, 43, 54);
    box-shadow: rgb(0 0 0 / 48%) 80px -40px 80px;
    z-index: 3;
    position: absolute;
    max-width: 500px;
    padding-right: 4px;
    border-radius: 12px;
    opacity: 1;
    transform: translateX(-33%) translateY(50%) scaleX(0.86) scaleY(1) skewX(0deg) skewY(8deg) translateZ(0px);
}
._3_d_img_2 {
    padding-right: 2px;
    padding-bottom: 1px;
    max-width: 460;
    border-radius: 8px;
    background-color: rgb(33, 43, 54);
    box-shadow: rgb(0 0 0 / 48%) 80px -40px 80px;
    z-index: 2;
    opacity: 1;
    transform: translateX(-12px) translateY(25%) scaleX(0.86) scaleY(1) skewX(0deg) skewY(8deg) translateZ(0px);
}
 
._3_d_img_3 {
    max-width: 510px;
    padding-right: 4px;
    border-radius: 12px;
    padding-right: 2px;
    padding-bottom: 1px;
    border-radius: 8px;
    background-color: rgb(33, 43, 54);
    box-shadow: none;
    z-index: 1;
    position: absolute;
    opacity: 1;
    transform: translateX(16%) translateY(2%) scaleX(0.86) scaleY(1) skewX(0deg) skewY(8deg) translateZ(0px);
}
.animatis_cs {
    animation: 1.5s ease-in-out 1.5s infinite alternate none running float;
}
.animatis_cs1 {
    animation: 3.1s ease-in-out 3.1s infinite alternate none running float;
}
.animatis_cs2 {
    animation: 2.5s ease-in-out 2.5s infinite alternate none running float;
}
@keyframes float {
    0% {
        transform: translate(0%, 0%);
    }

    100% {
        transform: translate(3%, 5%);
    }
}
/* animation css  end*/

/* footer section start here */
.bottom_footers {
    padding: 2rem 0;
    border-top: 1px solid #041721;
    color: var(--secondary-color);
    background: var(--primary-color);
}
/* footer section end here */



/* rajaram end here */


.discurstion {
    background: var(--primary-color); 
    border-radius: 15px; 
    margin-bottom: 15px;
    border: 1px solid rgb(125 125 125 / 41%);
    height:400px;
        padding: 5px;
}
.discurstion .main_pht {
    border-radius: 15px 15px 0px 0px;
        object-fit: cover;
}
.bot-part {
    padding: 15px 10px;
    position: relative;
    color: var(--secondary-color) !important;
}
.bot-part h2 {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}
.bot-part span.nft-card-price-count {
    padding-left: 5px;
    color: #fff;
    font-size:12px !important;
}
.bot-part .heart_class {
    cursor: pointer;
}
.bot-part .nft-card-price-wrapper {
    display: flex;
}
.bot-part .right-corner {
    width: 25px;
    height: 25px;
    border-radius: 22px;
    position: absolute;
    right: 5px;
    top: 10px;
}
.category_btns .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #fe5722;
}
.category_btns .btn {
    border: 1px solid #202a3538;
    margin: 0px 7px 6px;
    background-color: var(--primary-color) !important;
    color: var(--secondary-color) !important;
    border-radius: 50px;
}

.create_page {
   /* background: #041721;*/
    padding: 40px;
    text-align: center;
}

.single_box h6 {
    position: absolute;
    display: inline-block;
    top: 0;
    font-size: 13px;
    left: 7px;
    border: 1px solid #687079;
    padding: 4px 15px;
    font-weight: 400;
    border-radius: 30px;
    color: #fff;
    background-color: #687079;
}
.opt-create img {
    position: relative;
    width: 100px;
    transition: 0.5s;
    transform: scale(1);
        filter: invert(1);
}
.opt-create h3 {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 0;
    color: #fe814b;
}
.create_heading h2 {
    color: #fe814b;
}
.opt-create:hover {
    background: #4a1ea6;
    border: 1px dashed #fe8139;
}
.opt-create:hover img {
    transform: scale(1.2);
}

/* create single page */

.hot_all_collections {
    background: var(--primary-color);
    padding: 40px;
}
.preview-section, 
.upload_here {
    border: 1px solid #31314f;
    min-height: 140px;
    padding: 30px 10px;
    text-align: center;
    border-radius: 16px;
    overflow: hidden;
}
.upload_here p {
    color: var(--secondary-color);
    font-size: 15px;
    font-weight: 500;
}
.upload_here .input-group-append {
    display: inline-block !important;
    text-align: center;
    margin: 0 auto;
}
.connect_wa_llets {
    background: #fe5722 !important;
    color: #fff;
    padding: 5px 24px !important;
    border-radius: 50px;
    border: 1px dashed #fe5722 !important;
   /* backdrop-filter: blur(12px);*/
    transition: 0.5s;
    position: relative;
    opacity: 1;
    font-weight: 400;
}
.choosen_img {
    max-height: 300px;
    width: 100%;
    overflow: hidden;
}
.choosen_img img#preview {
    width: 100%;
    height: auto;
    max-height: 309px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 26px;
}
.fixed_price_box li a, .create_erc20_box {
    border-radius: 7px !important;
    padding: 6px;
    align-items: center;
    display: flex;
    background: transparent;
    border: 1px solid #31314f;
    justify-content: center;
    margin: 0 7px;
    cursor: pointer;
    color: #fff;
    width: 120px;
    height: 120px;
}
.fixed_price_box .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: transparent;
    color: #fe0291;
    border: 1px solid #fe0291;
}
.fixed_price_box .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #4b1ea8;
}

 section.my_items_srt .bg_item_img {
    background-position: center;
    background-size: cover;
    height: 260px;
    background-repeat: no-repeat;
    border-radius: 12px;
    width: 1330px;
    margin: auto;
    object-fit: cover;
    border: 1px solid #31314f;
    overflow: hidden;
    position: relative;
}
section.my_items_srt .back_ground_area .user_imgs img {
    object-fit: cover;
    position: absolute;
    bottom: -50.5px;
    left: 0;
    right: 0;
    margin: auto;
    border: 5px solid #ffffff;
    width: 120px;
    height: 120px;
}
section.my_items_srt .back_ground_area {
    position: relative;
}

section.my_items_srt .back_ground_area:hover .edit_profiles {
    transform: scale(1) translateY(-30px);
    position: absolute;
    right: 39px;
    bottom: 0;
    cursor: pointer;
    opacity: 1;
}
section.my_items_srt .back_ground_area .edit_profiles {
    transition: 0.5s;
    transform: scale(1) translateY(0px);
    cursor: pointer;
    position: absolute;
    right: 39px;
    bottom: 0;
    opacity: 0;
    padding: 5px 10px;
}
section.my_items_srt .address_box a {
    background: #f3f3f3;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 207px;
    color: #000;
}
section.my_items_srt .follow_area.d-flex.align-item-center.justify-content-md-around a {
    color: var(--primary-color) !important;
     color: var(--secondary-color) !important;
}
section.my_items_srt .icons_box a {
    color: #000;
    margin: 0px 5px;
    color: var(--primary-color) !important;
     color: var(--secondary-color) !important;
}
section.my_items_srt .tabs_area .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff !important;
    background-color: #fe5722;
}
section.my_items_srt .tabs_area ul#pills-tab li.nav-item a {
    color: #fe5722;
    border: 1px solid #fe5722;
    margin: 5px 5px;
    border-radius: 50px;
}
section.my_items_srt .main_items_area a.connect_wa_llets:hover {
    color: #fff;
    text-decoration: none;
}
 .item_main .panel {
    border: 1px solid #e1e1e1;
    padding: 5px;
}
.item_main div#uploaded_view img {
    width: 100%;
    margin-bottom: 15px;
}
span.file_remove {
    padding: 3px 9px;
    border: 1px solid #000;
    border-radius: 22px;
    line-height: 38px;
    color: #000;
    cursor: pointer;
}

 
.collectible {
    background: url(../img/create.png) no-repeat center top;
    width: 100%;
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-size: cover;
}
.collectible h2 {
    text-align: center;
    /*color: #fe814b;*/
    color: #fff;
    font-size: 45px;
   /* color: var(--secondary-color);*/
}
.opt-create {
    display: inline-block;
    text-align: center;
    background-color: #212b36;
    border: 1px solid #31314f;
    padding: 50px;
    min-width: 55%;
    margin: 2%;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}
.email-section {
    background: var(--primary-color);
    padding: 50px;
    color: var(--secondary-color);
    border-top: 1px solid #041721;
}
.btn-blue-light:hover {
    background-color: #fe5722;
    box-shadow: none;
} 
.footer_links.text-white a:hover {
    color: #fe5722 !important;
}
.footer_logo p,
.footer_links h5 {
    color:var(--secondary-color) !important;
}
.footer_links ul li a {
    color: var(--secondary-color) !important;
}
.email-section input#sub_mail {
    width: 100%;
    font-size: 14px;
    padding-left: 20px;
    color: #1c1c1c;
    height: 46px;
    border: 1px solid #ededed;
    border-radius: 25px;
    outline: none;
}
/*.email-section button {
    position: absolute;
    right: 0;
    padding: 0px 25px;
     height: 29%; 
    border-radius: 22px;
    background: #cf9922;
    color: white;
    border: 2px solid #fff;
}*/
.email-section button {
    padding: 0px 25px;
    height: 46px;
    border-radius: 32px;
    background: #fe5722;
    color: white;
    border: 1px solid #fe5722;
    width: 100%;
    margin-top: 10px;
}

select.one {
    width: 100%;
    border: 1px solid #ebebeb;
    padding: 15px;
    border-radius: 5px;
    outline: none;
}
.checkout__input p {
    color: var(--secondary-color);
    margin-bottom: 10px;
    margin-top: 10px;
}
.checkout__input p span {
    color: var(--secondary-color);
}
.upload-div {
    padding: 30px;
    border: 2px dashed #ddd;
    border-radius: 20px;
    margin-bottom: 30px;
    text-align: center;
    margin: auto;
    display: grid;
    align-items: center;
    justify-content: center;
}
.checkout__input p {
    color: var(--secondary-color);
    margin-bottom: 20px;
}
.file__choose input[type="file"] {
    font-size: 25px;
    filter: alpha(opacity = 0);
    -ms-filter: "alpha(opacity=0)";
    cursor: pointer;
    _cursor: hand;
    margin: auto;
    padding: 0;
    /* left: 0; */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.file__choose input[type="file"] {
font-size: 25px;
filter: alpha(opacity = 0);
-ms-filter: "alpha(opacity=0)";
cursor: pointer;
_cursor: hand;
margin: auto;
padding: 0;
/* left: 0; */
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.checkout__input input {
    width: 100%;
    height: 46px;
    border: 1px solid #ebebeb;
    padding-left: 20px;
    font-size: 16px;
    color: #b2b2b2;
    border-radius: 4px;
        outline: none;
}
textarea {
    width: 100%;
    height: 150px;
    font-size: 16px;
    color: #6f6f6f;
    padding-left: 20px;
    margin-bottom: 24px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    padding-top: 12px;
    resize: none;    outline: none;
}
.nice-select {
    width: 100%;
}
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}
.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgb(68 68 68 / 11%);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}

.checkout__form {
    background: var(--primary-color);
    border-radius: 25px;
    margin: 50px auto;
    padding: 30px;
    width: 80%;
    border: 1px solid rgb(125 125 125 / 41%);
    color: var(--secondary-color);
}
.checkout__form button#submit {
    color: #fff;
    background-color: #fe5722;
    border-color: #fe5722;
}
/*.menu_bar li.dropdown {
    margin-top: 8px;
}*/
.menu_bar li.dropdown a {
    color: #000;
    text-decoration: none;
}
.menu_bar .dropdown-menu {
    padding: 5px 10px;
    min-width: 14rem;
}
.menu_bar .dropdown-menu li {
    line-height: 28px;
}
.checkout__order {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0px 0px 15px #cfcfcf;
        position: sticky;
    top: 0;
}
section.blog.spad {
    padding: 50px;
}
.blog__details__author__pic img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
}
i.star {
    position: absolute;
    top: 0;
    left: 51px;
    width: 26px;
    color: #fe814b;
}
.blog__details__author__text {
    overflow: hidden;
    padding-top: 9px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog__details__author__pic {
    float: left;
    margin-right: 15px;
}
.blog__sidebar__search form input {
    height: 46px;
    font-size: 15px;
    color: #6f6f6f;
    padding-left: 15px;
    border: 1px solid #e1e1e1;
    border-radius: 20px;
    outline: none;
}
.blog__sidebar__search {
    margin-bottom: 20px;
}
.blog__sidebar__search form button {
    font-size: 16px;
    color: #6f6f6f;
    background: 0 0;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0 18px;
}
.blog__sidebar__search form button i {
    position: absolute;
    right: 25px;
    top: 15px;
    color: #692ecc;
}
.checkout__order .checkout__order__products {
    font-size: 18px;
    color: #1c1c1c;
    font-weight: 500;
    margin-bottom: 10px;
}
.checkout__order .checkout__order__products span {
    float: right;
}
.checkout__order button.btn {
    background: #5725b7;
    color: #fff;
    width: 100%;
    margin: 20px auto;
}
.tabing-strt  .nav-link.active {
    color: #ffffff;
    background-color: #fe5722;
    border-color: #dee2e6 #dee2e6 #fff;
}
.cont_inner {
    padding: 30px;
    background: #ddecff;
    border-radius: 25px;
    margin: 50px 0 0px 0px;
}
.Tarun-second img {
    width: 100%;
}
.Tarun-pt h2 {
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 700;
    color: #000;
}
.Tarun-pt .form-control {
    border-radius: 22px;
    height: inherit;
    padding: 10px 15px;
    background-color: #fff;
    margin-bottom: 30px;
    font-weight: 300;
        font-size: 14px;
        box-shadow: none;
}
.Tarun-pt input.btn.btn-success.btn-send {
    background-color: #fe5722;
    border: 1px solid #fe5722;
}
.Tarun-pt {
    background: #fff;
    border-radius: 25px;
    padding: 30px;
}
.phone {
    background: white;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #cfcfcf;
}
.email {
    background: #fe5722;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #cfcfcf;
    color: #fff;
}
.address {
     background: white;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #cfcfcf;
}
.get_touch {
    margin-bottom: 50px;
}
.get_touch img {
    width: 35px;
    margin-bottom: 15px;
    height: 30px;
}
.get_touch h3 {
    font-size: 25PX;
}
.email a {
    color: #fff;
    text-decoration: none;
}
.phone a{
     color: #000;
    text-decoration: none;
}
.blog__item {
    margin-bottom: 30px;
    border-radius: 15px;
    border: 1px solid rgb(125 125 125 / 41%);
}
.blog__item__pic img {
    border-radius: 15px 15px 0px 0;
}
.blog__item__text {
    padding: 15px;
}
.blog__item__text ul{
    list-style: none;
}
.blog__item__text h5 a {
    color: var(--secondary-color);
    text-decoration: none;
}
.blog_information {
    margin-top: 50px;
}

.swing {
    animation: swing ease-in-out 1s infinite alternate;
    transform-origin: center -20px;
    float:left;
}
.swing img {
    border: 5px solid #f8f8f8;
    display: block;
}
.swing:after{
    content: '';
    position: absolute;  
    width: 20px; height: 20px;  
    border: 1px solid #999;
    top: -10px; left: 50%;
    z-index: 0;
    border-bottom: none;
    border-right: none;
    transform: rotate(45deg);
}
/* nail */
.swing:before{
    content: '';
    position: absolute;
    width: 5px; height: 5px;
    top: -14px;left: 54%;
    z-index: 5;
    border-radius: 50% 50%;
    background: #000;
}
 
@keyframes swing {
    0% { transform: rotate(3deg); }
    100% { transform: rotate(-3deg); }
}
.hero__search__form {
    width: 350px;
    height: 50px;
    border: none;
    position: relative;
    float: right;
    border-radius: 20px;
    margin-bottom: 30px;
}
.hero__search__form form input {
    width: 100%;
    border: solid 1px #d1d1d1;
    height: 48px;
    font-size: 16px;
    color: #b2b2b2;
    padding-left: 15px;
    border-radius: 8px 8px 8px 8px;
    outline: none;
}
.hero__search__form .site-btn {
    border-radius: 0 4px 4px 0!important;
}
.hero__search__form form button {
    position: absolute;
    right: 0;
    top: -1px;
    height: 50px;
}
.site-btn {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    padding: 13px 30px 12px;
    background: #fe5722;
    border: none;
}
.checkout__autor {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0px 0px 15px #cfcfcf;
    margin-bottom: 30px;
}
.checkout__autor button.site-btn {
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    padding: 8px 20px;
    background: #fe5722;
    border: none;
    border-radius: 5px;
}
a.author-link img {
    border-radius: 50px;
}
.blog__details__author__text a.author-link {
    color: #000;
}
.main_box {
    line-height: 40px;
}
.featured__item {
    margin-bottom: 30px;
    margin-top: 20px;
    padding: 10px;
    border:1px solid rgb(125 125 125 / 41%);
    border-radius: 20px; 
}
.featured__item__pic {
    margin-bottom: 10px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    background-position: center center;
    object-fit: cover;
    height: 240px;
    text-align: center;
}
}
.item-details {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 10px;
    border: 1px solid #ddd;
}
.featured__item__text {
    text-align: left;
    padding-top: 15px;
}
.item-pri h5 {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
    color:#B7BDC6;
}
.item-pri h5 span {
    color: rgb(4 4 5/36%);
}
.author-info .avatar {
    width: 44px;
    height: 44px;
    display: block;
    float: left;
    overflow: hidden;
    border-radius: 50%;
    padding: 3px;
    background: #fff;
    border: solid 1px #fe5722;
}
.author-details {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.author-info {
    width: 80%;
    position: relative;
    display: flex;
    align-items: center;
}
.author-info p {
    margin-bottom: 0;
    margin-left: 15px;
    font-weight: 500; 
}
.top-author {
    display: flex;
    align-items: center;
    padding: 15px;
    position: relative;
    border-radius: 10px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}
.top-author .author-info {
    width: inherit;
}
.top-author .author-info .avatar {
    width: 40px;
    height: 40px;
}
.top-author .author-info .star {
    left: 35px;
}
.author-info .star {
    position: absolute;
    top: 0;
    left: 35px;
    color: #fe5722;
}
.top-author .item-pri {
    width: inherit;
    margin-left: 20px;
    flex: auto;
    color: var(--primary-color);
}
/*.item-pri p, .author-link {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(
126.49deg
, #fe814b 0%, #fe814b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}*/
.item-pri p, .author-link {
     color: #b7bdc6;
  /* color: var(--secondary-color);*/
       font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}
.menu_bar .navbar-expand-lg .navbar-nav .dropdown-menu li a {
    line-height: 34px;
}

.product__details__pic__item {
    margin-bottom: 20px;
}
/*.product__details__pic__item img {
    min-width: 100%;
    border-radius: 15px;
    border: 1px solid #7635dc;
}*/
.product__details__pic__item img {
    width: 586px !important;
    border-radius: 15px;
    border: 1px solid #7635dc;
    height: 586px;
    object-fit: cover;
}
.impressions {
    background: #fe5722;
    height: 36px;
    border-radius: 22px;
    padding: 6px 20px;
    display: flex;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    justify-content: space-around;
}
.impressions i {
    margin-right: 5px;
    color: #fff;
    font-style: inherit;
}
.reffer_btn-authhh {
    background: #fe5722;
    color: #fff;
    border: none;
    padding: 6px 10px;
    text-transform: uppercase;
    width: 100%;
    border-radius: 20px;
        font-size: 14px;
}
.swal2-styled.swal2-confirm {
    background-color: #fe5722 !important;
}
.product__details__text h3 {
    color: var(--secondary-color);
    font-weight: 500;
    margin-bottom: 16px;
    font-size: 24px;
}
.offer-btn {
    background: #f3f3f3;
    text-align: center;
    padding: 12px 22px;
    border-radius: 30px;
    margin: 15px 0 30px;
    font-weight: 600;
    border: 1px solid #d5d5d5;
}
.auction-details {
    position: relative;
    margin: 10px 0;
    padding: 15px;
   /* border: 1px solid #ddd;*/
    border-radius: 4px;
}
p.price_strt {
    font-size: 20px !important;
}

.bid_icon {
    width: 100px;
    float: right;
    display: block;
    margin-top: -55px;
        text-align: right;
}
.heart_classed {
    font-size: 14px;
    color: var(--secondary-color) !important;
}
div#timer span {
    padding: 0px 5px;
}
div#timer {
   font-weight: 600;
    display: inline-flex;
    text-align: center;
}
div#timer label {
    display: block;
    margin: 5px 15px;
    text-align: center;
}
.top-bord {
    position: absolute;
    /*background: linear-gradient(to right, rgb(87 37 183) 0%, rgb(12, 80, 255) 24%, rgb(87 37 183) 55.73%, rgb(254 129 75) 75%, rgb(254 129 75) 100%);*/
   /* background: linear-gradient(to right, rgb(207 153 34) 0%, rgb(207 153 34) 24%, rgb(207 153 34) 55.73%, rgb(254 129 75) 75%, rgb(254 129 75) 100%);*/
    height: 3px;
    width: 100%;
    top: 0;
    left: 0;
}
.blog__sidebar__item h4, .latest {
    color: var(--primary-color);
    font-weight: 500;
    font-size: 19px;
    margin-bottom: 25px;
}
.blog__sidebar__recent__item__pic {
    float: left;
    margin-right: 20px;
}
.blog__sidebar__recent__item__text {
    overflow: hidden;
}
.blog__sidebar__recent__item__text h6 {
    font-weight: 500;
    color: var(--parimary-color);
    line-height: 20px;
    margin-bottom: 5px;
    font-size: 16px;
}
.blog__sidebar__recent__item__text span {
    font-size: 15px;
    color: #999;
    text-transform: uppercase;
}
section.product-details {
    padding-top: 70px;
    padding-bottom: 70px;
}
.blog__sidebar__item.mt-30.mb-30 {
    margin-top: 20px;
}
.pro_inners {
    background: var(--primary-color);
    padding: 30px;
    border-radius: 16px;
    border: 1px solid rgb(125 125 125 / 41%);
}
.auction-details.text-center button#submit1 {
    /*background-color: #5725b7;*/
    font-size: 18px;
    width: 300px;
    height: 48px;
    background: linear-gradient( 2deg , #fe5722, #fe5722 90%);
    border: none;
      display: block;
}
.heart_classed i.fal {
    font-weight: 500;
}
.desc_ption {
    height: 80px;
    overflow-y: scroll;
    overflow-x: hidden;
    word-break: break-all;
    font-size: 14px !important;
}
.blog__sidebar__recent {
    height: 155px;
    overflow-y: scroll;
    overflow-x: hidden;
    word-break: break-all;
}
.resources_section .slick-slider .element img {
    width: 100%;
}
img.img-fluid.mai_pht {
    height: 230px;
    object-fit: cover;
    object-position: top;
    width: 230px !important;
    margin: auto;
    border-radius: 12px;
    border: 1px solid rgb(125 125 125 / 12%);
       
}
img.img-fluid.live_abt {
    height: 230px;
    object-fit: cover;
    object-position: top;
    margin: 0 auto;
     width: 230px !important;
      border-radius: 12px;
}
.resources_section .slick-slider .element h2 {
    font-size: 20px;
    color: #fff;
    padding-top: 15px;
    text-align: center;
}

.slick-slider .element {
    color: var(--secondary-color);
    background-color: var(--primary-color);
    /*box-shadow:rgb(0 0 0 / 12%) -20px 20px 40px 0px;*/
    border-radius: 15px;
    display: inline-block;
    margin: 0px 10px; 
    display: flex; 
    justify-content: center; 
    align-items: center;
    font-size: 14px;
    margin-bottom: 15px;
    position: relative;
    border: 1px solid rgb(125 125 125 / 41%);
    height:400px;
        /*width: 2.9% !important;*/
}

.popular_section img {
    min-width: 100%;
    height: 100%;
}

.resources_section .slick-slider .element {
    color: var(--secondary-color);
    background-color: var(--primary-color);
    /*box-shadow:rgb(0 0 0 / 12%) -20px 20px 40px 0px;*/
    border-radius: 15px;
    display: inline-block;
    margin: 0px 8px; 
   /* display: flex; */
    justify-content: center; 
    align-items: center;
    font-size: 14px;
    margin-bottom: 15px;
    position: relative;
    border: 1px solid rgb(125 125 125 / 41%);
    /*height:400px;*/
    /*width: 2.9% !important;*/
    padding: 0px 10px;
}
.resources_section .user_name_hakf.mt-1 {
    padding: 10px 5px;
}
.resources_section {
    padding-bottom: 50px;
}
img.heart {
    width: 25px !important;
    position: absolute !important;
    right: 25px !important;
    top:10px !important;
        filter: brightness(0.5);
}
.shart a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    background: #fe5722;
    padding: 7px 15px;
    border-radius: 5px;
}
.shart {
    margin-top: 10px;
}
.slick-dots li {
    height: 28px !important;
}
.resources_section .hajaj_user.text-left h6 {
    font-size: 13px;
    line-height: 15px;
}
.slick-slidered .element {
    background-color: var(--primary-color); 
    border-radius: 15px;
    display: inline-block;
    margin: 0px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    margin-bottom: 15px;
    position: relative;
    height: 100%;
}
.cate_inner {
    text-align: center;
    padding: 10px;
}
.cate_inner img.likes {
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    margin: -30px auto 20px;
    display: block;
    border: 3px solid #fe5722;
}
.cate_inner p {
    font-size: 14px;
}
.cate_inner h5 {
    font-size: 22px;
    color: var(--secondary-color);
}
.popular_section .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
   /* background: #b1b1b1;*/
    border-radius: 20px;
}
.resources_section ul.slick-dots {
    display: none !important;
}
.popular_section .slick-dots li.slick-active button:before {
    opacity: 0.6;
    color: #fe5722;
    font-size: 7px;
    line-height: 22px;
    margin-left: -4px;
}
.popular_section {
    margin-bottom: 80px !important;
}
.popular_section .slick-slide img {
    border-radius: 15px 15px 0px 0px;
    width:100%;
    height:100%;
}

.nft-card-assets img {
    width: 20px !important;
    height: 20px;
}

.sellers .list-bg {
    background: #efe7fb;
}
.sellers .text-dark-b {
}
.sellers .numbers_user {
    width: 20px;
}
.sellers .nfts_names h6 {
    font-size: 15px;
}
.slick-slidered button.slick-next.slick-arrow {
    height: 40px;
    width: 40px;
    color: #fff;
    text-align: center;
    justify-content: center;
    background: #fe5722;
    border-radius: 50px;
}
.slick-slidered button.slick-prev.slick-arrow {
    height: 40px;
    width: 40px;
    color: #fff;
    text-align: center;
    justify-content: center;
    background: #fe5722;
    border-radius: 50px;
    z-index: 9;
}
.fitered {
    float: right;
    margin-top: -40px;
    margin-bottom: 25px;
}
.fitered select.one {
    width: auto;
    margin-right: 15px;
       padding: initial;
}
.fitered input.form-control {
    height: 48px;
}

.tp_pht img.ico {
    width: 30px !important;
    height: 30px;
    border-radius: 50px;
    cursor: pointer;
}
.tp_pht {
    position: relative;
        display: inline-flex;
            padding: 5px;
}
.tp_pht img.ico01 {
    width: 30px !important;
    height: 30px;
    border-radius: 50px;
    position: absolute;
    top: 5px;
    cursor: pointer;
    left: 25px;
}
.tp_pht img.ico02 {
    width: 30px !important;
    height: 30px;
    border-radius: 50px;
    position: absolute;
    cursor: pointer;
    left: 45px;
}
.resources_section .user_img img {
    width: 30px !important;
    height: 30px !important;
    object-fit: cover;
}

.slick-slider button.slick-next.slick-arrow {
    height: 40px;
    width: 40px;
    color: #fff;
    text-align: center;
    justify-content: center;
    background: #fe5722;
    border-radius: 50px;
}
.slick-slider button.slick-prev.slick-arrow {
    height: 40px;
    width: 40px;
    color: #fff;
    text-align: center;
    justify-content: center;
    background: #fe5722;
    border-radius: 50px;
    z-index: 9;
}
.like_iconed img.loves {
    width: 20px !important;
    
}
.like_iconed {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
#enddays option {
    color: #000;
}

.put-on-marketplace h6,
.make-tab {
    color: var(--secondary-color) !important;
}
 
.upload-file-preview span {
    color: var(--secondary-color);
}

.hot_all_collections .text-muted {
    color: var(--secondary-color) !important;
}
.hot_all_collections .form-control {
    background-color: transparent;
    color: var(--secondary-color);
}
.hot_all_collections label {
    color: var(--secondary-color);
}
.hot_all_collections select#category option {
    color: #000;
}
.hot_all_collections select#select {
    background: #e9ecef;
    outline: none;
}
.hot_all_collections select#select1 {
    background: #e9ecef;
    outline: none;
}
.hot_all_collections .choose_collection h5 {
    color: var(--secondary-color);
}
.popular_section .slick-dots {
   bottom: -45px;
}


@media (max-width: 2200px) and (min-width: 1801px) { 
/*.resources_section .slick-slider .element {
    margin: 0px 30px;
}*/

}

@media (max-width: 1800px) and (min-width: 1601px) { 
/*.resources_section .slick-slider .element {
    margin: 0px 20px;
}*/

}

@media (max-width: 1600px) and (min-width: 1367px) { 

/*.resources_section .slick-slider .element {
    margin: 0px 20px;
}*/



}

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

/*.resources_section .slick-slider .element {
    margin: 0px 20px;
}*/
.product__details__pic__item img {
    width: 100% !important;
}
.navbar-light .navbar-nav .nav-link {
    font-size: 14px;
}

}


@media (max-width: 1290px) and (min-width: 1025px) { 
.product__details__pic__item img {
    width: 100% !important;
}
section.my_items_srt .bg_item_img {
    width: 100%;
}
.navbar-light .navbar-nav .nav-link {
    font-size: 12px;
    padding: 10px 3px;
}
img.home_logo {
    width: 140px;
}
section.menu_bar .form-inline.mt-3 {
    margin-top: 0.4rem !important;
}




}

 @media (max-width: 1024px) { 
img.home_logo {
    width: 200px;
}
section.menu_bar ul.navbar-nav a.nav-link {
       font-size: 10px;
    padding: 5px;
}
section.menu_bar nav.navbar.navbar-expand-lg.navbar-light {
    margin-top: 15px;
}
.resources_section .slick-slider .element {
    margin: 0px 10px;
}
.fitered {
    float: none;
    margin-top: 20px;
    margin-bottom: 15px;
}
.product__details__pic__item img {
    width: 100% !important;
}
section.my_items_srt .bg_item_img {
    width: 100%;
}
section.menu_bar.px-md-5.px-2.sticky-top {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}






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

section.menu_bar ul.navbar-nav a.nav-link {
       font-size: 14px;
    padding: 10px;
}

/*.email-section button {
    height: 34%;
}*/
.cont-sec .col-1-5 {
    width: 33%;
}
.btm_sec ul.list-unstyled.d-flex.align-items-center.justify-content-end.m-0 {
    font-size: 13px;
}
.pht_ones{ 
     height: 350px;
    object-fit: cover;
}
.foot_lg {
    width: 100% !important;
}
.fitered {
    float: none;
    margin-top: 20px;
    margin-bottom: 15px;
}
.product__details__pic__item img {
    width: 100% !important;
}
.abt_page {
    padding: 20px 0px 20px 0px;
}
.counter_page h2 {
    font-size: 30px;
}
section.my_items_srt .bg_item_img {
    width: 100%;
}
section.menu_bar .btn {
        padding: 10px 25px !important;
}






 }
 @media (max-width: 767px) {
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
        overflow-x: hidden !important;
}

.services_teams {
   position: relative ! important;
       margin-bottom: 10px !important;
}




.counter_page .col {
    flex-basis: auto;
    width: 49%;
    margin-bottom: 10px;
}
.abt_page {
    padding: 30px 0px 30px 0px;
}
.abt_page img {
    margin-bottom: 15px;
} 

section.my_items_srt .bg_item_img {
    width: 100%;
}
section.menu_bar {
    overflow-x: hidden;
}

    .discurstion {
    width: 90%;
    margin: 0 auto;
    position:relative;
}
    /*img.img-fluid.mai_pht {
        width: 100% !important
    }
    .pht_see {
        width: 100% !im;
    }*/

.email-section {
    padding: 20px;
}
.email-section input#sub_mail {
    font-size: 13px;
    padding-left: 10px;
}
.checkout__form {
    margin: 30px auto;
    padding: 20px;
    width: 100%;
}
/*.email-section button {
    height: 29%;
}*/
section.blog.spad {
    padding: 15px;
}
.tabing-strt ul.nav.nav-tabs {
    display: -webkit-box;
    justify-content: space-between;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 10px;
}
section.top_artists_ .artists_heading {
    text-align: center;
}
.resources_section {
    padding-bottom: 0px;
}
.exclusive_box {
    text-align: center;
}
.fitered {
    float: none;
    width: 95%;
    margin: 20px auto;
}
.fitered form.form-inline {
    width: 69%;
}
.fitered select.one {
    width: 25%;
    margin-right: 15px;
    padding: initial;
    height: 45px;
}
.bottom_footers {
    text-align: center;
}
.bottom_footers li.main_list.mx-2 {
    display: initial;
}
.cont-sec .col-1-5 {
    width: 100%;
}
.opt-create {
    padding: 30px;
    min-width: 100%;
    margin: 2% 0;
}
.hot_all_collections {
    padding: 15px;
}
.fixed_price_box li a, .create_erc20_box {
    margin: 5px 7px;
    height: auto;
}
section.my_items_srt .back_ground_area .edit_profiles {
    opacity: 1 !important;
    left: 0;
    top: 20px;
    right: 0 !important;
}
.connect_wa_llets {
        display: block;
    margin: 0 auto;
}
section.product-details {
    padding-top: 40px;
    padding-bottom: 40px;
}
section.product-details .pro_inners {
    padding: 15px;
    width: 95%;
}
.price-btn-here.d-md-flex.d-block input#bid {
    width: 100% !important;
    margin-bottom: 5px;
}
.form-inline.my-2.my-lg-0.ml-3 {
    margin-left: 0px !important;
}
.pht_see {
    height: 250px !important;
}
.pht_ones {
    height: 350px;
    object-fit: cover;
}
.popular_section .slick-dots li.slick-active button:before {
    color: transparent;
}
.btm_sec {
    text-align: center !important;
}
.btm_sec .text-right {
    text-align: center !important;
    display: inline-block;
}
.btm_sec ul.list-unstyled.d-flex.align-items-center.justify-content-end.m-0 {
    padding-left: 0px !important;
    font-size: 11px;
}
.form-inline {
    margin-top: 0px !important;
    margin-bottom: 15px !important;
}
.menu_bar .navbar-brand {
    margin-right: 0px
}
img.home_logo {
    width: 200px;
}
section.menu_bar nav.navbar.navbar-expand-lg.navbar-light {
    margin-top: 0;
}
.product__details__pic__item img {
    width: 100% !important;
}
a#currentAddress {
    display: block;
    text-align: center;
    font-size: 15px;
    word-break: break-all;
}
.follow_area {
    text-align: center;
    display: block !important;
}
.has_id_area .icons_box {
    display: block !important;
}



}



 @media (max-width: 767px) and (min-width: 451px) {
.email-section button {
    height: 34%;
}


 }



 .connect_strt button#wallet_coonect {
   justify-content: space-between;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    width: 100%;
    height: 48px;
    margin-bottom: 8px;
    font-size: 16px;
    background: #fe5722;
    color: #fff;
    padding: 5px 24px;
    border-radius: 50px;
    border: 1px dashed #fe5722;
    backdrop-filter: blur(12px);
    transition: 0.5s;
    position: relative;
}
.connect_strt button#metamask {
     justify-content: space-between;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    width: 100%;
    height: 48px;
    margin-bottom: 8px;
    font-size: 16px;
    background: #fe5722;
    color: #fff;
    padding: 5px 24px;
    border-radius: 50px;
    border: 1px dashed #fe5722;
    backdrop-filter: blur(12px);
    transition: 0.5s;
    position: relative;
}
.connect_strt button#bsc {
  justify-content: space-between;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    width: 100%;
    height: 48px;
    margin-bottom: 8px;
    font-size: 16px;
    background: #fe5722;
    color: #fff;
    padding: 5px 24px;
    border-radius: 50px;
    border: 1px dashed #fe5722;
    backdrop-filter: blur(12px);
    transition: 0.5s;
    position: relative;
}
.hajaj_user.text-left small {
    font-size: 14px;
    vertical-align: top;
}
.hajaj_user.text-left {
    width: 100%;
    padding: 5px 0px;
}
 .popular_section .slick-prev {
    left: -10px;
}
.popular_section .slick-next {
    right: -10px;
}
.modal-content { 
    background-color: var(--primary-color);
    color: var(--secondary-color); 
}
.blog__sidebar__recent__item__pic img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    object-fit: cover;
    border: 1px solid;
}
.user_imgs {
     position: relative;
}
.user_imgs::before {
    border-radius: 50%;
    content: '';
    position: absolute;
    top: -20px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: white;
    width: 128px;
    height: 128px;
}

.iwMhCq {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    font-family: inherit;
    font-weight: 700;
    font-size: 14px;
    vertical-align: inherit;
}


    .vmenu h4 a
    {
        text-decoration:none;
        color:White;
        width:200px;
        display:block;
       
    }
   

.vmenu {
    /*display: inline-block;*/
    text-align: left;
}

    .vmenu ol {
    background: #e3e3e3;
    font-size: 0;
    font-height: 30px;
    list-style-type: none;
    padding: 0px;
    overflow: hidden;
    height: 0px;
    /*transition: height 1s ease;*/
    position: absolute;
    top: 35px;
    right: 20px;
    border-radius: 5px;
    width: 120px;
    z-index: 1;
}
    .vmenu ol a {
    color: black;
    text-decoration: none;
    width: 100px;
    margin-left: 15px;
    font-size: large;
    line-height: 46px;
    border: none !important;
}
    .vmenu li
    {
        border-bottom:solid 2px #eee;
            
    }
    .vmenu li:hover
    {
        background:#e3e3e3;  
    }
    .vmenu:hover #s3
    {
        height:93px;
            
    }
     .vmenu:hover #s4
    {
        height:124px;
            
    }



    @media (min-width: 768px){
.col-1-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
}


}