@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;1,100;1,200;1,300;1,400;1,500&display=swap');

body {
    font-family: 'Barlow', sans-serif;
    background: url(https://image.admin.solutions/md-marketplace-background/3a014b95-f797-4f40-89c5-f3b35c8c170f/dc2ec7a4-60f3-4202-9417-23641fea8e02/d50b38b9-fd67-4dc2-8a3d-f9d2d7946cd2);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.navbar {
    background: #582CA6;
    box-shadow: 0 0 100px 30px #000000
}

.nav-link {
    font-size: 20px;
    color: rgba(255, 255, 255, .55);
}

.navbar .nav-link:hover {
    color: #fff !important;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 992px) {
    .navbar-collapse {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
        background: #271449;
        margin-top: 6px;
    }
}

h1.title {
    color: #fff;
    font-weight: 900;
    font-size: 40px;
}

.well {
    padding: 40px 60px;
    border: 1px solid #59575794;
    border-radius: 2em;
    background: rgb(28 31 40 / 76%);
    font-size: 22px;
    color: #fff;
}

@media screen and (max-width: 576px) {
    .well {
        padding: 40px;
    }
}

.seemnft-metal-department p {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
}

.seemnft-metal-department .market-place-metal {
    background: url("https://image.admin.solutions/insert-seo-keywords-here/f1eea6b1-689d-485d-aa8b-fc2065442401/15163155-06d0-4751-b3a5-9f58e1d1192b/6834a21e-fd1b-49ee-b4cc-72485bd1d9f8");
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: 100% 100%;
    /* Resize the background image to cover the entire container */
}

@media screen and (max-width: 992px) {
    .seemnft-metal-department .market-place-metal {
        background-size: cover;
    }
}

.seemnft-metal-department .market-place-metal .hero {
    padding-top: 15em;
    padding-bottom: 3em;
}

.seemnft-metal-department .market-place-metal .hero h1 {
    color: #fff;
    font-weight: 800;
    font-size: 3.2em;
    padding-bottom: 0;
}

.seemnft-metal-department .market-place-metal .hero .metal-btn {
    padding-top: 4em;
}

.seemnft-metal-department .market-place-metal .hero .metal-btn .btn-outline-primary {
    color: #ffffff;
    border: 2px solid #5001b1 !important;
    border-radius: 24px !important;
    margin-left: 1em;
    font-size: 18px;
}

.seemnft-metal-department .market-place-metal .hero .metal-btn .btn-outline-primary:hover {
    background: #5001b1;
}

.seemnft-metal-department .market-place-metal .hero .metal-btn .btn-space {
    padding-left: 2em !important;
    padding-right: 2em !important;
}

.seemnft-metal-department .market-place-metal .hero .metal-btn .purple {
    background: #5001b1;
    position: relative;
    z-index: 5;
}

.seemnft-metal-department .market-place-metal .hero .metal-btn .btn-dark {
    position: relative;
    z-index: 2;
}

.seemnft-metal-department .market-place-metal .hero .scrolldownBTN {
    padding-bottom: 9em;
    padding-top: 8em;

}



@media only screen and (max-width: 600px) {
    .seemnft-metal-department .market-place-metal .hero {
        padding-top: 10em;
    }

    .seemnft-metal-department .market-place-metal .hero h1 {
        font-size: 3em;
    }

    .seemnft-metal-department .market-place-metal .hero img {
        padding-bottom: 4em;
        padding-top: 3em;
    }

    .seemnft-metal-department .market-place-metal .hero .well p {
        font-size: 18px;
    }
}

.seemnft-metal-department .market-carousel {
    padding-top: 6em;
}

.seemnft-metal-department .market-carousel .carousel-bg {
    background: rgba(14, 20, 30, 0.6);
    border-radius: 36px;
    padding: 5em 1em 5em 1em;
    margin-top: 5em;
}

.seemnft-metal-department .market-carousel .carousel-bg .img-burst {
    background: #312b29;
    padding: 1.5em;
    border-radius: 15px;
    -webkit-box-shadow: 9px 6px 9px #000000c2;
    box-shadow: 9px 6px 9px #000000c2;
}

.seemnft-metal-department .market-carousel .carousel-bg .img-burst:nth-child(2) {
    background: #323c4e;
    padding: 1.5em;
    border-radius: 15px;
    -webkit-box-shadow: 9px 6px 9px #000000c2;
    box-shadow: 9px 6px 9px #000000c2;
}

.seemnft-metal-department .market-carousel .carousel-bg .img-burst:nth-child(3) {
    background: #36180a;
    padding: 1.5em;
    border-radius: 15px;
    -webkit-box-shadow: 9px 6px 9px #000000c2;
    box-shadow: 9px 6px 9px #000000c2;
}

.seemnft-metal-department .market-carousel .carousel-bg img {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.seemnft-metal-department .market-carousel .carousel-bg p {
    font-size: 16px;
    padding-top: 0.5em;
}

.seemnft-metal-department .market-carousel .carousel-bg .btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    height: 100%;
}

.seemnft-metal-department .market-carousel .carousel-bg .btn-wrapper .btn-outline-primary {
    color: #ffffff;
    border: 2px solid #5001b1 !important;
    border-radius: 24px !important;
    font-size: 18px;
}

.seemnft-metal-department .market-carousel .carousel-bg .btn-wrapper .btn-outline-primary:hover {
    background: #5001b1;
}

.seemnft-metal-department .market-carousel .carousel-bg .btn-wrapper .exp {
    padding-left: 2.5em !important;
    padding-right: 2.5em !important;
}

.seemnft-metal-department .market-carousel .carousel-bg .btn-wrapper .buy {
    background: #5001b1;
    z-index: 10;
    position: relative;
}

.swiper-pagination-bullet {
    border: 1px solid #1da1f2;
}

.swiper-pagination-bullet-active {
    background: #1da1f2;
}

img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
}

/* .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
} */

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

/* .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
} */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000;
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px;
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    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;
    text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.swiper-container.one {
    padding-top: 40px;
    text-align: center;
}

.swiper-container.one .swiper-slide {
    padding: 0 43px;
}

.swiper-container {
    width: 100%;
    padding-bottom: 60px;
}

.swiper-slide img {
    display: block;
    margin: auto;
    width: 100%;
}

/* .swiper-slide {
    width: 390px;
    height: auto;
    padding: 0 15px;
} */

.two {
    padding-top: 3em;
}

.two .swiper-slide {
    width: 350px;
    padding: 2em;
    text-align: center;
}

.two p {
    font-size: 15px;
    padding-top: 2em;
    margin-bottom: 0px;
}

.img-1 {
    -webkit-box-shadow: 8px 12px 30px rgba(0, 0, 0, 0.89);
    box-shadow: 8px 12px 30px rgba(0, 0, 0, 0.89);
    background: #312b29;
    padding: 1em;
    border-radius: 13px;
}

.img-2 {
    -webkit-box-shadow: 8px 12px 30px rgba(0, 0, 0, 0.89);
    box-shadow: 8px 12px 30px rgba(0, 0, 0, 0.89);
    background: #323c4e;
    padding: 1em;
    border-radius: 13px;
}

.img-3 {
    -webkit-box-shadow: 8px 12px 30px rgba(0, 0, 0, 0.89);
    box-shadow: 8px 12px 30px rgba(0, 0, 0, 0.89);
    background: #36180a;
    padding: 1em;
    border-radius: 13px;
}

.swiper-slide .slider-image .preview-icon {
    z-index: -1;
    width: calc(100% - 30px);
}

.swiper-slide.swiper-slide-active .slider-image:hover .preview-icon {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0;
}

.swiper-pagination-bullet {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ee0f6f;
    border-radius: 10px;
    display: inline-block;
    height: 10px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 26px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.swiper-pagination-bullet-active {
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, right top, from(#ee0f6f), to(#f89482)) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #ee0f6f 0%, #f89482 100%) repeat scroll 0 0;
    border: medium none;
    height: 12px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 12px;
}


@media (max-width: 800px) and (min-width: 250px) {

    #faqs {
        padding: 30px 0px !important;
    }

    #faqs h1 {
        font-size: 2em !important;
    }

    #faqs p {
        border-radius: 1rem !important;
        font-size: 22px;
        line-height: 1.6;

    }

    #faqs .py-5 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    #about_us h1 {
        font-size: 2em !important;
    }

    #about_us p {
        font-size: 20px;
        text-align: center;
    }

}


@media (max-width: 1350px) and (min-width:800px) {

    #faqs {
        padding: 10px 0px !important;
    }

    #faqs .py-5 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

}



#faqs {
    color: white;
}

#faqs .bg-custom-cardbody {
    background: #313f51;
}

#faqs .customCollapse {
    background: #17212f;
}

#faqs .accordion-header {
    background: #17212f !important;
}

#faqs .accordion-button::after {

    background-image: url(https://image.admin.solutions/arrow-right/f1eea6b1-689d-485d-aa8b-fc2065442401/f04f9089-fd5a-4c59-90ad-f6ea24904ee5/0e164eb8-fff5-4fbb-9426-01a23fdcb749);

}

#faqs .accordion-button:not(.collapsed)::after {
    background-image: url(https://image.admin.solutions/arrow-up/f1eea6b1-689d-485d-aa8b-fc2065442401/f04f9089-fd5a-4c59-90ad-f6ea24904ee5/ff31bc3c-4e9d-4593-9cb7-c0e0eaf98203);
    transform: rotate(360deg);
}

#faqs .accordion-button:not(.collapsed) {
    color: #fff;
}

#faqs h5 {
    color: #fff !important;
    font-size: 23px;
    font-weight: 400;
    font-family: 'Barlow', sans-serif;
}

#faqs h6 {
    color: #fff !important;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Barlow', sans-serif;
    line-height: 2;
    padding: 5px 21px;

}

#faqs .accordion-item {
    background: #313f51;
}

#faqs u {
    text-decoration: none;
    border-bottom: 3px solid #4f01b1;
    border-width: 5px;
    padding-bottom: 5px;
}

#faqs .rounded-3 {
    border-radius: 1rem !important;
}

#merchSlider {
    padding-bottom: 100px;

}

#merchSlider .carousel-inner {
    background: #1d212b;
    padding: 15px;
    border-radius: 10px;
}

#merchSlider .carousel-indicators .active {
    opacity: 1 !important;
}

#merchSlider .carousel-indicators_buttons {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-clip: padding-box;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.6s ease;
    border-radius: 6px;
}

#merchSlider .carousel-indicators {
    bottom: -25px;
}



/* MARKETPLACE */
#marketplace {
    padding: 50px 0 100px 0;
    font-family: 'DM Sans', system-ui, sans-serif;
}

#marketplace .container {
    max-width: 1320px !important;
}

#marketplace .loading {
    max-width: 50px;
    position: absolute;
    z-index: 1;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#marketplace p {
    font-family: 'DM Sans', system-ui, sans-serif;
    line-height: 1.4;
    font-size: 14px;
    font-weight: 400;
}

#marketplace a:hover {
    color: #ccc;
    cursor: pointer;
}

#marketplace #reloadWallet {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 79%);
    border-radius: 20px;
    display: none;
}

#marketplace #reloadWallet img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#marketplace .card {
    width: 100%;
    border: solid 4px #FFF;
    border-radius: 2rem;
    padding: 0.75rem;
    text-decoration: none;
    color: inherit;
    background: #ECEFF1;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    overflow: hidden;
    font-family: 'DM Sans', system-ui, sans-serif;
    font-size: 12px;
    margin-bottom: 3rem;
    /*transition: 0.5s all;*/
}

#marketplace .card ::before {
    position: fixed;
    content: "";
    box-shadow: 0 0 100px 40px #ffffff08;
    top: -10%;
    left: -100%;
    height: 60rem;

    /*transform: rotate(-45deg);
    transition: 1s all;*/
}

#marketplace .card:hover {
    border: 1px solid #fff;
    background-color: #fff;
    cursor: pointer;
}

#marketplace .card:hover ::before {
    filter: brightness(0.5);
    top: -100%;
    left: 200%;
}

#marketplace .card__body {
    background: #FFF;
    border-radius: 1.25rem;
    padding: 0.75rem;
}

#marketplace .card__top {
    display: flex;
    font-weight: 500;
}

#marketplace .card__owner,
#marketplace .card__creator {
    width: 60%;
    display: flex;
}

#marketplace .card__owner {
    position: relative;
}

#marketplace .card__owner::after {
    content: '';
    position: absolute;
    top: 0;
    right: -1px;
    width: 2px;
    height: 100%;
    border-radius: 2px;
    background: #ECEFF1;
}

#marketplace .card__creator {
    flex-direction: row-reverse;
    text-align: right;
}

#marketplace .card__avatar {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    background: #ECEFF1;
    border-radius: 100%;
    flex-shrink: 0;
    font-size: 25px;
    text-align: center;
    font-family: 'Roboto Mono', monospace;
}

#marketplace .card__user {
    padding: 0 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#marketplace .card__user__title {
    font-size: 0.75rem;
    color: #B0BEC5;
}

#marketplace .card__image {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
    margin-top: 0.75rem;
    border-radius: 1rem;
    background: #ECEFF1;
    box-shadow: 0 16px 32px #ECEFF1;
}

#marketplace .card__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#marketplace .card__info {
    margin: 0.75rem;
    display: flex;
    justify-content: space-between;
}

#marketplace .card__info p {
    margin: 0;
}

#marketplace .card__footer {
    background: #FFF;
    padding: 0.75rem;
    border-radius: 0.75rem 0.75rem 1.75rem 1.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#marketplace .card__btn {
    width: 48%;
    padding: 1rem;
    text-align: center;
    font-weight: 500;
    /*transition: all 200ms ease;*/
}

#marketplace .card__btn:hover {
    cursor: pointer;
}

#marketplace .card__btn--primary {
    background: #263238;
    color: #ECEFF1;
    border-radius: 0.5rem 0.5rem 1.25rem 0.5rem;
}

#marketplace .card__btn--primary:hover {
    background: #ccc;
    color: #212121;
}

#marketplace .card__btn--secondary {
    border-radius: 0.5rem 0.5rem 0.5rem 1.25rem;
}

#marketplace .card__btn--secondary:hover {
    background: #ECEFF1;
    color: #212121;
}

#marketplace #close-btn {
    position: absolute;
    z-index: 3;
    font-size: 30px;
    right: 20px;
    top: 20px;
}

#marketplace #close-btn:hover {
    cursor: pointer;
}

#marketplace .search-btn {
    width: 40px;
    display: inline-block;
}

#marketplace .elinks {
    background: #cfd8dc;
    margin: 0 0 10px 0;
    padding: 10px 15px !important;
    border-radius: 5px;
}

#marketplace .elinks a {
    color: #212121;
    text-decoration: none;
}

#marketplace .buyBTN {
    margin-left: -20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#marketplace tr.multi-collapse.collapse.show {
    background: aliceblue;
    border: 1px solid #e8e8e8;
}

#marketplace #PageRowDownToken,
#marketplace #PageRowUpToken {
    background: #212121;
    color: #fff;
    height: 35px;
    opacity: 1;
    margin: 0 5px;
    width: 40px;
    display: inline-block;
}

#marketplace #nums {
    line-height: 2.5;
}

#marketplace .modal-content .svg-inline--fa.fa-circle-xmark {
    position: absolute;
    z-index: 10;
    right: 20px;
    top: 20px;
    height: 2rem;
}

#marketplace .modal-content .svg-inline--fa.fa-circle-xmark:hover {
    cursor: pointer;
}

#marketplace .modal-content {
    background: #ECEFF1;
    border: solid 4px #FFF;
    border-radius: 2rem;
    padding: 0.75rem;
    font-family: 'DM Sans', system-ui, sans-serif;
    font-size: 14px;
}

#marketplace .modal-content h5 {
    font-family: 'Montserrat', sans-serif;
}

#marketplace .modal-body {
    background: #FFF;
    border-radius: 1.25rem;
    padding: 1.5rem 1rem;
}

#marketplace .modal-body .btn {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
}

#marketplace .modal-body .form-control {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

#marketplace #token-title {
    font-size: 26px;
    font-family: 'DM Sans', system-ui, sans-serif;
}

#marketplace .nft-title {
    font-weight: 600;
    font-family: 'DM Sans', system-ui, sans-serif;
}

#marketplace #nft-table ul {
    list-style: none;
    text-align: center;
    padding: 10px;
}

#marketplace #WalletIDfrom2FA {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    margin-bottom: 20px;
}


@media (max-width: 992px) {
    #marketplace h1.title {
        font-size: 36px !important;
    }

    #marketplace h2.sub-title {
        font-size: 14px !important;
        margin-bottom: 40px !important;
    }

    #marketplace .card {
        width: 80%;
        margin: 0 auto 1rem auto;
    }
}

.base-timer {
    position: relative;
    width: 300px;
    height: 300px;
}

.base-timer {
    margin: auto;
}

.base-timer__svg {
    transform: scaleX(-1);
}

.base-timer__circle {
    fill: none;
    stroke: none;
}

.base-timer__path-elapsed {
    stroke-width: 7px;
    stroke: grey;
}

.base-timer__path-remaining {
    stroke-width: 7px;
    stroke-linecap: round;
    transform: rotate(90deg);
    transform-origin: center;
    transition: 1s linear all;
    fill-rule: nonzero;
    stroke: currentColor;
}

.base-timer__path-remaining.green {
    color: rgb(65, 184, 131);
}

.base-timer__path-remaining.orange {
    color: orange;
}

.base-timer__path-remaining.red {
    color: red;
}

.base-timer__label {
    position: absolute;
    width: 300px;
    height: 300px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
}

#mpcards .swiper-pagination {
    display: none;
}

#mpcards .swiper-wrapper {
    width: auto;
}

@media only screen and (max-width: 767px) {
    #marketplace #mpcards {
        height: 380px;
    }

    #marketplace .swiper-slide .card {
        height: 300px;
    }

    #mpcards .swiper-pagination {
        bottom: 50px;
        display: block;
    }

    #mpcards .swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
}