/* ==================banner=========== */

.wrapper {
    overflow-x: hidden;
}

.banner {
    background-image: url(../img/banner/2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 910px;
    display: flex;
    align-items: center;
}

.banner-img img {
    width: 100%;
}

.price-area {
    line-height: 25px;
}

p.price-type {
    color: #b3b3b3;
}

h4.sm-title {
    font-size: 26px;
}

h1.banner-title {
    font-size: 60px;
    font-weight: 700;
    margin: 15px 0;
    line-height: 75px;
    color: var(--white-color);
    font-family: var(--body-font);
}

.banner-content-wrapper {
    display: flex;
    align-items: center;
    height: 100%;
}

p.banner-des {
    margin-bottom: 25px;
}

.banner-button-area {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1200px) {
    h1.banner-title {
        font-size: 40px;
        line-height: 55px;
    }
    .banner {
        height: 700px;
    }
}

@media screen and (max-width: 992px) {
    h1.banner-title {
        font-size: 45px;
        line-height: 55px;
    }
    h4.sm-title {
        font-size: 20px;
    }
    .banner {
        height: auto;
        padding-top: 150px;
        padding-bottom: 50px;
    }
    br {
        display: none;
    }
    .banner-content {
        text-align: center;
    }
    .banner-button-area {
        justify-content: center;
    }
}

@media screen and (max-width: 550px) {
    h4.sm-title {
        font-size: 18px;
    }
    h1.banner-title {
        font-size: 30px;
        line-height: 45px;
    }
    .banner {
        padding-top: 100px;
    }
    .slider-nav {
        display: none;
    }
}


/* ========================explore============= */

.author-info img {
    width: 50px;
    height: 50px;
    border-radius: 30%;
}

.author-info {
    display: flex;
    align-items: center;
}

.author-name-type {
    margin-left: 14px;
    line-height: 25px;
}

.creator-profile {
    font-weight: 700;
    text-transform: uppercase;
    color: var(--white-color);
    font-size: 15px;
    transition: 0.3s;
}

p.author-type {
    color: #b3b3b3;
}


/* =======section head=============== */

.sec-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 0 20px;
}

a.more-link {
    font-size: 18px;
    color: var(--white-color);
    transition: 0.3s;
}

a.more-link:hover {
    color: var(--main-color);
}


/* =======section head end=============== */

.product-wrapper {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
}

img.product {
    width: 100%;
    border-radius: 25px;
}

.product-card {
    /* border: 1px solid #d7d7d745; */
    margin: 10px;
    padding: 20px;
    border-radius: 25px;
    background: #0e1e45;
}

.product-des {
    margin-top: 20px;
}

.name-diamond {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a.product-name {
    color: var(--white-color);
    transition: 0.3s;
    font-size: 18px;
    font-weight: bold;
}

.name-cat {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

p.category {
    font-size: 12px;
}

a.product-name:hover {
    color: var(--main-color);
}

.buy-like {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a.like-btn i {
    margin-right: 6px;
}

a.like-btn {
    padding: 4px 15px;
    background: #14141f;
    border-radius: 12px;
    color: var(--white-color);
    transition: 0.3s;
    position: absolute;
    right: 12px;
    top: 10px;
    display: flex;
    align-items: center;
}

a.like-btn:hover {
    background: var(--main-color);
}

a.buy-btn {
    font-size: 18px;
}

@media screen and (max-width: 1300px) {
    p.count-card {
        display: none;
    }
    .product-wrapper {
        grid-template-columns: 25% 25% 25% 25%;
    }
}

@media screen and (max-width: 1000px) {
    .product-wrapper {
        grid-template-columns: 33.33% 33.33% 33.33%;
    }
}

@media screen and (max-width: 768px) {
    .product-wrapper {
        grid-template-columns: 50% 50%;
    }
}

@media screen and (max-width: 500px) {
    .product-wrapper {
        grid-template-columns: 100%;
    }
}


/* ====================top collection ========== */

a.collection-link {
    display: flex;
    align-items: center;
    position: relative;
    padding: 15px;
    border: 1px solid #d7d7d745;
    border-radius: 5px;
    background: #5050503b;
    transition: 0.3s;
}

img.collection-img {
    width: 65px;
    border-radius: 5px;
}

p.name {
    color: var(--white-color);
    transition: 0.3s;
    font-weight: 700;
}

p.price {
    font-size: 15px;
    font-weight: bold;
    color: var(--white-color);
    text-transform: uppercase;
}

.collection-name-price {
    padding-left: 10px;
}

.new-collection {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
}

p.count-card {
    position: absolute;
    right: 0;
    font-size: 40px;
    font-weight: 600;
    color: #cfcfcf59;
    right: 10px;
}

a.collection-link:hover {
    background: var(--main-color);
}

.collection-card {
    margin: 10px;
}

@media screen and (max-width: 1300px) {
    p.count-card {
        display: none;
    }
    .new-collection {
        grid-template-columns: 25% 25% 25% 25%;
    }
}

@media screen and (max-width: 1000px) {
    .new-collection {
        grid-template-columns: 33.33% 33.33% 33.33%;
    }
}

@media screen and (max-width: 768px) {
    .new-collection {
        grid-template-columns: 50% 50%;
    }
}

@media screen and (max-width: 500px) {
    .new-collection {
        grid-template-columns: 100%;
    }
}


/* =======================create nft============= */

.nft-card {
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 5px;
    background: #0e1e45;
}

.nft-card img {
    width: 40%;
    border-radius: 5px;
}

.nft-card-info {
    margin-left: 15px;
}

h3.card-title {
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0;
}

.view-btn {
    display: table;
    background: #adadad52;
    margin: 10px 0;
    text-align: center;
    padding: 2px 10px;
    color: var(--white-color);
    border-radius: 5px;
    transition: 0.3s;
}

.view-btn:hover {
    background: var(--main-color);
    color: var(--white-color);
}

p.cat-na {
    background: var(--main-color);
    display: inline;
    padding: 5px 13px;
    border-radius: 5px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
}

a.product-link {
    width: 100%;
}

@media screen and (max-width: 992px) {
    h3.card-title {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    h3.card-title {
        font-size: 24px;
    }
}

@media screen and (max-width: 550px) {
    h3.card-title {
        font-size: 18px;
        font-weight: 600;
        margin: 15px 0;
    }
}


/* ================Live auction=========== */

.timer-area {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 5px;
    width: 100%;
}

.timer {
    text-align: center;
    margin: 0 5px;
}

.date-style {
    background: #444f76;
    padding: 4px 7px;
    font-weight: 600;
    border-radius: 3px;
    line-height: 23px;
}

.timer-product {
    position: relative;
}


/* ============================collection=============== */

.collection-wrapper {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
}

a.hot-collection-link {
    width: 100%;
}

a.hot-collection-link img {
    width: 100%;
    border-radius: 5px;
}

.collection-item {
    border: 1px solid #d7d7d745;
    border-radius: 4px;
    padding: 20px;
    margin: 10px;
    background: #5050503b;
}

.author-img img {
    width: 100px !important;
    margin-top: -42px;
}

.author-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.at-name-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

p.author-name {
    font-weight: 600;
}


/* ==================app feature=========== */

.section-title {
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

h5.sm-title {
    font-size: 18px;
    color: var(--main-color);
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.section-title h2 {
    font-size: var(--l-title);
    line-height: 45px;
    color: var(--white-color);
    font-weight: 600;
}

.feature-sec {
    background-image: url(../img/bg-img/1.png);
    background-repeat: no-repeat;
    background-position: left;
    background-position-y: bottom;
}

.top-icon {
    background-position: left;
    background-repeat: no-repeat;
    display: flex;
}

.feature-card {
    /* background: #0E1E45; */
    padding: 35px 12px 35px 20px;
    border-radius: 5px;
    box-shadow: 0.6px 5px 33px 0px rgb(0 0 0 / 8%);
    /* border: 1px solid #d7d7d745; */
    position: relative;
}

.top-icon img {
    width: 60px;
    margin-bottom: 20px;
}

.feature-card-content h2 {
    font-size: 24px;
    font-weight: 700;
    color: var(--white-color);
    position: relative;
    line-height: 30px;
    margin: 15px 0;
}

.feature-card-content p {
    font-size: 17px;
    line-height: 27px;
}

.border-bar {
    height: 3px;
    background: var(--main-gradient);
    width: 60px;
    margin: 20px 0;
    position: relative;
}

.bar-animate {
    background: #151a2b;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 12px;
    animation: RadiantThemesSeparatorAnimation 1.5s infinite ease-in-out;
    -webkit-animation: RadiantThemesSeparatorAnimation 1.5s infinite ease-in-out;
}

@keyframes RadiantThemesSeparatorAnimation {
    0% {
        left: -12px;
    }
    100% {
        left: 100%;
    }
}

a.nft-link {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@media screen and (max-width: 550px) {
    .feature-card-content h2 {
        margin-top: 0;
    }
    .border-bar {
        margin: 12px 0;
    }
}


/* ========================about============ */


/* page banner  */

.page-banner {
    background-image: url(../img/inner/page-ban.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.page-banner-content {
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}

.page-route {
    display: flex;
    justify-content: center;
}

.banner-inner h2 {
    font-size: var(--l-title);
}

.banner-inner {
    text-align: center;
}

@media screen and (max-width: 992px) {
    .page-banner-content {
        height: 330px;
    }
}

@media screen and (max-width: 600px) {
    .page-banner-content {
        height: 200px;
    }
}


/* page banner end  */


/* ===================page content ================ */

.sec-sm-title {
    font-size: 24px;
    color: var(--main-color);
    margin-bottom: 25px;
}

.sec-title {
    font-size: var(--l-title);
    margin-bottom: 25px;
}

.feature-list {
    display: grid;
    grid-template-columns: 50% 50%;
    margin-bottom: 30px;
}

.feature-list li {
    margin: 10px 0;
    display: flex;
    align-items: center;
}

.feature-list li i {
    font-size: 20px;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.s-bg {
    background-image: -webkit-linear-gradient( 138deg, rgb(157, 75, 250) 0%, rgb(122, 110, 249) 100%);
}

.ls-bg {
    background-image: -webkit-linear-gradient( 138deg, rgb(248, 110, 126) 0%, rgb(254, 111, 168) 100%);
}

.tc-bg {
    background-image: -webkit-linear-gradient( 127deg, rgb(62, 111, 238) 0%, rgb(49, 80, 233) 100%);
}

.b-bg {
    background-image: -webkit-linear-gradient( 138deg, rgb(252, 160, 16) 0%, rgb(249, 153, 105) 100%);
}

.feature-des {
    margin-bottom: 30px;
}

.about-img img {
    width: 100%;
    border-radius: 10px;
}

.about-img {
    position: relative;
}

.about-right-content {
    height: 100%;
    display: flex;
    align-items: center;
}


/* ===========history====/ */

.history-card {
    background: #5050503b;
    padding: 15px;
    border-radius: 10px;
    transition: 0.3s;
}

.history-card:hover {
    margin-top: -20px;
}

.card-img img {
    width: 100%;
    border-radius: 5px;
}

.history-sm-des {
    margin-top: 10px;
}

a.history-link {
    font-size: 20px;
    color: var(--white-color);
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

a.history-link:hover {
    color: var(--main-color);
}

a.read-more {
    color: var(--white-color);
    transition: 0.3s;
    margin-top: 10px;
    font-size: 18px;
}

a.read-more:hover {
    color: var(--main-color);
}

.history {
    background: #16243b;
}


/* ========team section ============ */

a.team-view {
    width: 100%;
}

a.team-view img {
    width: 100%;
    border-radius: 10px;
}

.team-info {
    text-align: center;
    margin-top: 20px;
}

.social {
    margin: 10px 0;
}

ul.team-social {
    display: flex;
    justify-content: center;
}

a.name {
    font-size: 20px;
    color: var(--white-color);
    transition: 0.3s;
}

a.name:hover {
    color: var(--main-color);
}

.team-card {
    background: #5050503b;
    padding: 15px;
    border-radius: 10px;
    transition: 0.3s;
}

.team-card:hover {
    margin-top: -20px;
}


/* ====================item page design =============== */

.profile-img {
    position: relative;
}

.mark {
    width: 30px;
    height: 30px;
    background: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    position: absolute;
    top: -10px;
    right: -12px;
}

.author {
    display: flex;
    align-items: center;
}

.author-details {
    margin-left: 20px;
}

a.author-link {
    font-size: 20px;
    color: var(--white-color);
    transition: 0.3s;
}

a.author-link:hover {
    color: var(--main-color);
}

.inner-text {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.inner-text p {
    color: var(--white-color);
    font-weight: 600;
    font-size: 20px;
    margin: 0px;
}

.un-style-timer {
    display: flex;
    align-items: center;
}

.cmr-3 {
    margin-right: 15px;
}

.sale-count {
    margin: 10px 0;
    background: #0e1e45;
    padding: 15px;
    border-radius: 10px;
}

.tab-btn {
    background: none;
    border: none;
    color: var(--white-color);
    margin: 0 20px;
    text-transform: capitalize;
    transition: 0.3s;
}

.tab-btn:hover {
    color: var(--main-color);
}

.tab-btn.active {
    color: var(--main-color);
}

.tab-head {
    border-bottom: 3px solid #595f74;
    padding-bottom: 10px;
}

.favorite {
    position: absolute;
    top: 10px;
    right: 10px;
}

.about-img {
    position: relative;
}

input[type="file"] {
    display: none;
}

.inputfile+label {
    max-width: 100%;
    width: 100%;
    font-size: 20px;
    /* 20px */
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 10px 20px;
    position: relative;
}

.inputfile+label {
    border: 1px solid #a1a1a1bf;
    padding: inherit;
    border-radius: 5px;
    margin-top: 20px;
    text-align: center;
}

.inputfile+label .archive-name,
.inputfile+label .btn-inputfile {
    padding: 10px 20px 0;
    height: 50px;
    font-style: normal;
}

.inputfile+label .archive-name {
    /* width: 60%; */
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
    color: #919298;
    background: none;
}

.profile-img img {
    width: 100%;
    border-radius: 5px;
}

.change-image-area {
    text-align: center;
}

.profile-img-wrapper {
    background: #5050503b;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #d7d7d745;
}

.profile-image-upload-card {
    background-image: url(../img/inner/19.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    border-radius: 5px;
    position: relative;
}

.profile-image-upload-card:before {
    background: #00000070;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
}


/* ========================artwork================= */

.bar-head {
    position: relative;
}

.art-profile {
    text-align: center;
    margin-top: -60px;
}

.artwork-sidebar {
    border: 1px solid #d7d7d745;
    border-radius: 5px;
}

.bar-head img {
    width: 100%;
}

.art-profile img {
    width: 130px;
}


/* =========================FAQ page design============ */

.faq {
    padding: 50px 0px 0px;
    background: linear-gradient(to bottom, #0973ff2b 0, #fffffe 100%);
}

.faq-head h2 {
    width: 570px;
}

.faq-content {
    margin-bottom: 30px;
    background: #5050503b;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    border-left: 3px solid var(--first-color);
    border-right: 3px solid var(--first-color);
}

.faq-content:hover .faq-que button {
    color: var(--first-color);
}

.faq-que {
    cursor: pointer;
    padding: 18px 25px;
}

.faq-que button {
    border: none;
    outline: none;
    background: none;
    text-align: left;
    color: var(--heading-color);
    font-size: 16px;
    font-weight: 500;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.faq-ans p {
    font-size: 14px;
    line-height: 26px;
    padding: 20px 25px;
    border-top: 1px solid #d7d7d745;
}


/*===============================================================
                    <!-- FAQ STYLE END -->
==================================================================*/


/* ================login================ */

.lost-pass {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.create-social {
    margin-top: 20px;
}

.w-100 {
    width: 100%;
}

.w-100::before {
    display: none;
}

.create-social p {
    margin-top: 20px;
}

.form-inner {
    background: #5050503b;
    padding: 50px 20px;
    border-radius: 5px;
}

p.token-type {
    padding: 0 13px;
    border-radius: 10px;
    line-height: 27px;
    background: var(--main-color);
}


/* =====================contact============== */

.map-img img {
    width: 100%;
}


/* ================================New design================ */

.coutn-timer {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--second-color);
    padding: 5px 16px;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    bottom: 35px;
}

.count-part {
    margin: 0 3px;
}

.coutn-timer img {
    margin-right: 6px;
}

.product-image {
    position: relative;
    display: flex;
    justify-content: center;
}

.bid-btn {
    position: absolute;
    top: 50%;
    background: var(--white-color);
    padding: 8px 25px;
    font-weight: 600;
    font-size: 18px;
    display: flex;
    align-items: center;
    color: var(--second-color);
    border-radius: 23px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.bid-btn img {
    margin-right: 8px;
}

.product-card:hover .product-image .bid-btn {
    opacity: 1;
    visibility: visible;
}

.bid-btn:hover {
    background: var(--second-color);
    color: var(--white-color);
}

.service-boxes .swiper-initialized {
    padding: 35px 0 50px;
}

span.swiper-pagination-bullet {
    color: var(--white-color);
    background: var(--white-color);
    width: 10px;
    height: 10px;
}

.see-more-btn {
    color: var(--white-color);
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    transition: 0.3s;
}

.see-more-btn::before {
    content: "";
    position: absolute;
    display: block;
    height: 2px;
    width: 100%;
    background: linear-gradient(216.56deg, #e250e5 5.32%, #4b50e6 94.32%);
    bottom: 0;
}


/* ==========================Top collection================= */

.top-collection-link {
    width: 100%;
}

img.top-collection-img {
    width: 100%;
    border-radius: 35px;
}

.top-collection-details {
    text-align: center;
    margin-top: 10px;
}

.top-collection-name {
    font-size: 18px;
    font-weight: 700;
    color: var(--white-color);
    transition: 0.3s;
}

.top-collection-price {
    font-size: 15px;
    font-weight: 500;
    color: var(--white-color);
}

.top-collection-link:hover div .top-collection-details {
    color: var(--main-color);
}

.top-collection-link:hover div .top-collection-name {
    color: var(--main-color);
}

.slider-nav {
    display: flex;
    align-items: center;
}

.slider-nav div {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    margin: 0 5px;
    transition: 0.3s;
}

.slider-nav div:hover {
    background: var(--main-color);
}

.varified {
    position: absolute;
    width: 25px;
    height: 25px;
    background: var(--main-color);
    border-radius: 50%;
    color: var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    bottom: 0;
}

.top-product-img {
    position: relative;
}

.load-more-area {
    display: flex;
    justify-content: center;
    align-items: center;
}


/* ==================item ================== */

.view-qu-share {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.count {
    display: flex;
    align-items: center;
}

.share-area {
    display: flex;
    align-items: center;
}

p.view {
    padding: 3px 15px;
    background: #0e1e45;
    margin-right: 10px;
    border-radius: 20px;
    transition: 0.3s;
    cursor: pointer;
}

p.view:hover {
    background: var(--main-color);
}

p.view i {
    margin-right: 6px;
}

p.share-btn {
    background: #0e1e45;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    border-radius: 50%;
    transition: 0.3s;
    cursor: pointer;
}

.share-btn:hover {
    background: var(--main-color);
}

.on-card .author-info {
    background: #0e1e45;
    border-radius: 15px;
    padding: 16px;
}

.price-count {
    display: flex;
    align-items: center;
}

.price-count h5 {
    margin-right: 10px;
}

.end-timer {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
}

.bid-author {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

p.price-bid {
    line-height: 20px;
    font-weight: 700;
}


/* =====================explore============ */

select.select-box {
    background: none;
    border: none;
    color: var(--white-color);
    font-weight: 600;
    padding-right: 14px;
}

.select {
    background: #0e1e45;
    padding: 10px 20px;
    border-radius: 5px;
    margin-right: 10px;
}

select.select-box option {
    background: none;
    color: var(--title-color);
}

.filtaring-category {
    display: flex;
    align-items: center;
}

.sort-by {
    display: flex;
    align-items: center;
}


/* =========================activity==================== */

.activity-details {
    display: flex;
    align-items: center;
}

.activity-img img {
    width: 150px;
}

li.activity-li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #0e1e45;
    padding: 20px 35px 20px 20px;
    border-radius: 20px;
    margin-bottom: 20px;
}

a.activity-btn {
    width: 70px;
    background: #14141f;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

a.activity-btn img {
    width: 50%;
}

.activity-img {
    margin-right: 20px;
    border-radius: 20px;
    overflow: hidden;
}

.activity-content h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.activity-content p a {
    color: var(--main-color);
}

p.activity-date {
    font-size: 18px;
}

li.tag-name {
    display: inline-grid;
    padding: 5px 25px;
    margin: 5px;
    background: #0e1e45;
    border-radius: 29px;
    margin-left: 0;
    transition: 0.3s;
}

a.tag-link {
    font-size: 15px;
    font-weight: 600;
    color: var(--white-color);
}

img.tag-img {
    width: 20px;
    margin-right: 5px;
}

li.tag-name:hover {
    background: var(--main-color);
}

a.filter-clear {
    color: var(--main-color);
    font-weight: 600;
    margin-top: 10px;
    font-size: 20px;
}


/* ========================wallet============== */

.wallet-item {
    background: #0e1e45;
    padding: 40px 30px;
    text-align: center;
    border-radius: 20px;
}

.wallet-item-content h3 {
    font-size: 20px;
    margin: 10px 0;
}

.wallet-item-content p {
    font-size: 13px;
    line-height: 21px;
}

.wallet-item-icon {
    margin-bottom: 20px;
}

.wallet-wrapper-title {
    text-align: center;
}

.wallet-wrapper-title h2 {
    margin-bottom: 20px;
    font-size: 36px;
}

@media screen and (max-width: 768px) {
    .filter-sidebar {
        margin-top: 50px;
    }
    .section-title {
        display: block;
    }
    .filtaring-category {
        margin-bottom: 20px;
    }
    .mmb-3 {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 550px) {
    .activity-img img {
        width: 100px;
    }
    .activity-content h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    p.activity-date {
        font-size: 14px;
    }
    a.activity-btn {
        width: 50px;
        height: 50px;
    }
}

@media screen and (max-width: 500px) {
    .filtaring-category {
        display: block;
    }
    a.author-link {
        font-size: 14px;
    }
    .filter-btn {
        margin-bottom: 10px;
    }
    .select {
        margin-right: 0;
    }
    .sort-by {
        display: block;
        align-items: center;
    }
}

@media screen and (max-width: 450px) {
    li.activity-li {
        padding: 10px 10px 10px 10px;
    }
}

@media screen and (max-width: 400px) {
    .activity-img img {
        width: 63px;
    }
}


/* ================blog============== */

a.blog-link {
    font-size: 25px;
    font-weight: 700;
    color: var(--white-color);
    margin: 15px 0;
    transition: 0.3s;
}

.product-title p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 20px;
}

a.blog-link:hover {
    color: var(--main-color);
}

.post-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.post-date {
    display: flex;
    align-items: center;
}

.post-inview {
    padding: 0 35px;
}

.post-inview.br-right {
    border-right: 1px solid var(--main-color);
}

h1.post-title {
    border-bottom: 1px solid #2c2b2b;
    padding-bottom: 30px;
    font-size: 36px;
}

.blog-details-img img {
    width: 100%;
}

.blog-details-text-inner {
    padding: 20px 0;
}

.post-inner-img img {
    width: 100%;
    height: 100%;
}

.post-inner-img {
    height: 100%;
}

.this-post-tag {
    display: flex;
    align-items: center;
}

ul.tags {
    display: flex;
    align-items: center;
}

ul.tags li {
    margin: 0 6px;
}

ul.tags li a {
    transition: 0.3s;
}

ul.tags li a:hover {
    color: var(--main-color);
}

.share-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

ul.share-social {
    display: flex;
    align-items: center;
}

ul.share-social li {
    margin: 0 7px;
}

ul.share-social li a {
    color: var(--white-color);
    transition: 0.3s;
}

ul.share-social li a:hover {
    color: var(--main-color);
}

.blog-details-comment-title {
    padding-top: 30px;
    border-top: 1px solid #555151;
    margin-top: 30px;
}

.blog-details-comment-title h3 {
    margin-bottom: 30px;
}

ul.recent-post-ul {
    margin-top: 20px;
}

ul.recent-post-ul li {
    margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
    h1.post-title {
        font-size: 28px;
    }
    .post-meta {
        display: block;
        /* margin-top: 20px; */
    }
    .post-date {
        justify-content: space-between;
        margin-top: 20px;
    }
    .post-inview {
        padding: 0;
    }
    .post-inview.br-right {
        border-right: none;
    }
}

@media screen and (max-width: 450px) {
    .share-bar {
        display: block;
    }
    a.blog-link {
        font-size: 18px;
    }
    .creator-profile {
        font-size: 13px;
    }
    p.price {
        font-size: 12px;
    }
}


/* =============================================home  2 css=================== */

.big-bg-area {
    background-image: url(../img/home-bg.png);
    background-repeat: repeat;
    /* background-size: cover; */
}

.banner-bg {
    background: url(../img/banner/4.png) no-repeat center;
    background-size: cover;
}

.banner-padding {
    padding-right: 100px;
}

.about-content {
    height: 100%;
    display: flex;
    align-items: center;
}

h2.about-title {
    margin-bottom: 20px;
}

ul.about-list-ul {
    line-height: 35px;
}

ul.about-list-ul li:before {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    display: block;
    background: linear-gradient(216.56deg, #e250e5 5.32%, #4b50e6 94.32%);
    content: "";
    border-radius: 50%;
    margin-top: 10px;
}

ul.about-list-ul li {
    position: relative;
    padding-left: 30px;
    display: flex;
    /* align-items: center; */
}

.sec-title-n {
    text-align: center;
}

.sec-title-n h5 {
    margin: 10px 0;
}

.sec-title-n h2 {
    font-size: var(--l-title);
}


/* ========================================== */

.images-slider-wrapper {
    width: fit-content;
    display: flex;
}

.images-slider-wrapper .images-slider-imgs {
    display: flex;
    min-width: fit-content;
    animation: aboutImgSlider1 20s linear infinite;
    -webkit-animation: aboutImgSlider1 20s linear infinite;
}

@keyframes aboutImgSlider1 {
    from {
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
    }
    to {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }
}

.images-slider-imgs img {
    margin: 15px;
}


/* ========================================== */

.solutions-section {
    overflow: hidden;
}

.hil {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.solution-area {
    position: relative;
    margin-top: 50px;
}

.hil img {
    width: 100%;
}

.customized-img {
    display: flex;
    justify-content: end;
    align-items: center;
}

.customized-img img {
    width: 70%;
}

.customized-area {
    /* padding: 30px 0; */
}


/* ================================join================= */

ul.join-list-ul li {
    display: flex;
    align-items: baseline;
}

.left-list li {
    justify-content: space-between;
}

.join-list {
    height: 100%;
}

ul.join-list-ul.left-list {
    height: 100%;
}

ul.join-list-ul.left-list li {
    height: 25%;
}

ul.join-list-ul {
    height: 100%;
}

ul.join-list-ul li {
    height: 20%;
}

ul.join-list-ul li p {
    margin-left: 30px;
}

.join-img {
    text-align: center;
}

.join-img img {
    max-width: 100%;
}

.cases-img img {
    width: 100%;
}

.functionalities-list {
    position: relative;
    background: #0e1e45;
    padding: 65px;
}

.function-card-title {
    padding-left: 100px;
}

.absulate-img {
    position: absolute;
    left: -20%;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.function-card-title h2 {
    margin-bottom: 20px;
}

.absulate-img.right {
    right: -30% !important;
    left: auto;
}

.function-right {
    padding-left: 0%;
    padding-right: 130px;
    display: block;
}

.absulate-img.right img {
    width: 80%;
}

.l-title {
    font-size: 50px;
}

.features-img img {
    width: 100%;
}

.features-img {
    text-align: center;
}

.cases-content {
    display: flex;
    align-items: center;
    height: 100%;
}

.content-inner h5 {
    margin-bottom: 30px;
}


/* ==========================road map================== */

.road-map-img {
    position: absolute;
    left: 0;
    z-index: 1;
    max-width: 200px;
}

.road-map-content {
    position: relative;
    margin-top: 150px;
}

.road-map-inner {
    height: 150px;
    background: #0e1e45;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}

.road-map-inner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: linear-gradient(216.56deg, #e250e5 5.32%, #4b50e6 94.32%);
    top: 0;
    z-index: 0;
}

.road-map-img img {
    width: 100%;
}

.road-map-img-end {
    position: absolute;
    right: 0;
}

.road-map-img-end {
    position: absolute;
    right: 0;
    z-index: 1;
}

.allocation-img {
    text-align: center;
}

.allocation-img img {
    width: 100%;
}

ul.conclusion-list li {
    display: inline-grid;
    margin: 20px 30px;
}

ul.conclusion-list {
    text-align: center;
}

.conclusion-img {
    text-align: center;
}

.wallet-img {
    text-align: center;
}

.wallet-img img {
    max-width: 100%;
}

.content-inner p a {
    color: #fff;
    font-weight: 600;
    margin-left: 10px;
    transition: 0.3s;
}

.content-inner p a:hover {
    color: var(--main-color);
}