:root {
    --bs-body-color: #6e6e6e;
    --bs-dark: #040405;
}

body {
    font-family: "Montserrat", sans-serif;
    letter-spacing: -0.5px;
    background-color: #050502;
}

a {
    text-decoration: none;
}

@media (min-width: 1500px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1420px;
    }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--bs-dark);
}

.main-scrollbar {
    height: 100vh;
}


/* -----------------------------------------------------------------
    -  Component
----------------------------------------------------------------- */

.btn {
    font-size: 15px;
    border-radius: 10px;
    padding: 0.797rem 0.75rem;
    font-weight: 600;
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none;
}

.btn-dark {
    background-color: #000;
    border-color: #000;
}


/* -----------------------------------------------------------------
    -  Navbar
----------------------------------------------------------------- */

.navbar {
    padding: 0;
    background: #00c9a7;
    /* background: linear-gradient(133deg, rgb(0 0 0 / 43%) 0%, rgb(28 28 28 / 48%) 100%); */
    box-shadow: 0px 5px 80px rgb(0 0 0 / 10%);
    z-index: 1;
    height: 70px;
}

.navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 700;
    font-size: 16px;
    -o-transition: color 0.2s;
    transition: color 0.2s;
    -webkit-transition: color 0.2s;
}

.navbar-nav.navbar-custom .nav-item {
    height: 70px;
    display: flex;
    align-items: center;
}

.navbar-nav.navbar-custom .dropdown-menu {
    position: absolute;
}

.navbar-nav.navbar-custom .nav-link {
    padding: 0 0 0 8px !important;
}

@media (min-width: 1200px) {
    .navbar-nav .nav-item {
        height: 70px;
        display: flex;
        align-items: center;
    }
    .navbar-nav .nav-link {
        height: 100%;
        display: flex;
        align-items: center;
        padding: 0 15px !important;
    }
}

.navbar-nav .nav-link .btn-registration {
    color: #fff;
    font-weight: 500;
    padding: 7px 20px;
    border-radius: 30px;
    background-color: #000;
}

.navbar-nav .nav-link .switcher {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid rgba(4, 4, 5, 0.1);
}

@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-nav .active .nav-link:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 3px;
        width: 100%;
        background-color: #fff;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }
    .navbar-bg-white .navbar-nav .active>.nav-link,
    .navbar-nav .nav-link.active,
    .navbar-bg-white .navbar-nav .nav-link.show,
    .navbar-nav .show>.nav-link {
        color: var(--main-txt-color);
    }
    .navbar-bg-white.navbar-expand-xl .navbar-nav .active .nav-link:after {
        background-color: var(--main-bg-color);
    }
}

.no-background {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-nav .nav-link.btn-login {
    color: #424450;
    font-size: 16px;
    font-weight: 500;
}

.navbar-nav .btn-start {
    background: #fff;
    color: var(--btn-bg-color);
    padding: 6px 1rem;
    border-radius: 3px;
    font-weight: 500;
    margin-left: 1.5rem;
}

.navbar-bg-white .navbar-nav .btn-start {
    color: #fff;
    background-color: var(--btn-bg-color);
}

.navbar-nav .nav-link.btn-start:hover,
.navbar-nav .nav-link.btn-start:focus {
    border-color: transparent;
}

.navbar-bg .navbar-nav .nav-link.btn-start:hover {
    color: #fff;
    background-color: #323ee2;
    border-color: #323ee2;
}

.navbar-collapse-header {
    display: none;
}

@media (max-width: 1199px) {
    /*Navbar collaps*/
    .navbar-collapse {
        position: absolute;
        z-index: 1050;
        top: 0;
        right: 0;
        left: 0;
        overflow-y: auto;
        width: calc(100% - 1.4rem);
        height: auto !important;
        margin: 0.7rem;
        opacity: 0;
        border-radius: 0.375rem;
        padding: 1.5rem;
        background: #fff;
        -webkit-box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
    }
    .navbar-collapse.collapsing,
    .navbar-collapse.show {
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        transition-property: opacity, transform, -webkit-transform;
        -webkit-transform-origin: top right;
        transform-origin: top right;
    }
    .navbar-collapse.show {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .navbar-collapse.collapsing {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    .navbar-collapse .navbar-collapse-header {
        display: block;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .navbar-collapse .collapse-brand img {
        height: 36px;
    }
    .navbar-collapse .collapse-close {
        text-align: right;
    }
    .navbar-collapse .navbar-toggler {
        position: relative;
        display: inline-block;
        width: 24px;
        height: 24px;
        cursor: pointer;
    }
    .navbar-nav .nav-link {
        padding: 0.8rem 0;
        font-size: 17px;
    }
    .navbar-nav .btn-start {
        margin-left: 0;
    }
}

@-webkit-keyframes show-navbar-collapse {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes show-navbar-collapse {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@media (min-width: 1200px) {
    .no-background {
        background-color: transparent;
    }
}

.navbar-collapse {
    flex-grow: inherit;
}

.offcanvas {
    background-color: #f0f0f0;
}


/*Navbar dropdown menu*/

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
    color: var(--main-txt-color);
    background-color: transparent;
}

.dropdown-toggle::after {
    border-right: 0.2em solid transparent;
    border-left: 0.2em solid transparent;
}

.dropdown-item.dropdown-toggle:after {
    right: 1rem;
}

.dropdown-menu .show>.dropdown-toggle::after {
    top: 58%;
    -webkit-transform: rotate(-230deg) translateY(0);
    -ms-transform: rotate(-230deg) translateY(0);
    transform: rotate(-230deg) translateY(0);
}

.dropdown-menu ul::before,
.dropdown-menu ul::after {
    display: none;
}

.dropdown-item .menu-badge {
    font-size: 10px;
    color: #5e72e4;
    border-radius: 10px;
    padding: 1px 7px 2px;
    margin-left: 8px;
    line-height: 1;
    position: relative;
    top: -1px;
    font-weight: 700;
    background-color: rgba(0, 84, 209, 0.1);
}

@media (max-width: 991px) {
    .dropdown-toggle::after {
        top: 19px;
    }
}

@media (min-width: 992px) {
    .dropdown-menu::after .dropdown-menu::before {
        display: block;
        position: absolute;
        left: 12%;
        vertical-align: middle;
        content: "";
        border-style: none double solid;
        width: 0;
        height: 0;
    }
    .dropdown-menu::before {
        top: -10px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 10px solid rgba(57, 70, 78, 0.08);
    }
    .dropdown-menu::after {
        top: -9px;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 9px solid #fff;
    }
}


/*Navbar logo*/

.navbar-brand {
    margin-right: 20px;
}

@media (min-width: 1200px) {
    .navbar-brand {
        margin-right: 70px;
    }
}

.navbar-brand img,
.navbar-brand svg {
    height: 38px;
}

.no-background .navbar-brand .logo-dark {
    display: none;
}

.navbar-bg .navbar-brand .logo-white {
    display: none;
}


/*navbar toggle*/

.navbar-toggler {
    border: 0;
    padding: 0;
}

.navbar-toggler-icon {
    background-image: url(../img/toggler-icon.svg);
}

.no-background .navbar-toggler-icon {
    background-image: url(../img/toggler-icon-dark.svg);
}

.navbar-bg-white .navbar-toggler-icon {
    background-image: url(../img/toggler-icon-dark.svg);
}

@media (max-width: 1199px) {
    .navbar-brand img {
        height: 32px;
    }
    .no-background .navbar-right {
        background-color: transparent;
    }
    .navbar-nav .nav-link.btn-login {
        background-color: rgba(94, 114, 228, 0.2);
        color: #5e72e4 !important;
        margin-top: 15px;
        margin: 16px 0 10px;
    }
    .navbar-nav .nav-link.social-link:first-child {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-nav .nav-link.social-link {
        margin: 1.5rem 0.625rem;
    }
}

.search-wrap {
    flex: 1;
    margin-right: 20px;
    position: relative;
    max-width: 768px;
    display: none !important;
}

.search-wrap .form-control {
    border-radius: 30px;
    height: 42px;
    padding: 8px 20px;
    padding-left: 43px;
    max-width: 768px;
    border-color: #ddd;
}

.search-wrap .searchIcon {
    position: absolute;
    top: 50%;
    left: 13px;
    transform: translateY(-50%);
    stroke: #9f9f9f;
    stroke-width: 1px;
}


/*Navbar serch*/

.top-search {
    width: 100%;
    left: 0;
    z-index: 4;
    display: none;
    position: fixed;
    background-color: #fff;
    padding: 0.84rem 2rem;
    top: 0;
    height: 70px;
}

.top-search input.form-control {
    background-color: transparent;
    border: none;
    -moz-box-shadow: 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 0px;
    -o-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
    color: #3c406f;
    height: 40px;
    padding: 0 15px;
    font-size: 15px;
}

.top-search .input-group-addon {
    background-color: transparent;
    border: none;
    padding: 9px 0;
    color: #000;
}

.top-search .input-group-addon.close-search {
    cursor: pointer;
}

@media (max-width: 992px) {
    .top-search .container {
        padding: 0 45px;
    }
}

@media (max-width: 767px) {
    .top-search .container {
        padding: 0 15px;
    }
}

.navbar-nav .nav-link.header-icon {
    height: 40px;
    padding: 0 !important;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 40px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.navbar-nav .nav-link.header-icon .profile-image {
    width: 100%;
    height: 100%;
}

.navbar-nav .nav-link.header-icon.dropdown-toggle::after {
    display: none;
}

.search-icon {
    border: 1px solid rgba(4, 4, 5, 0.1);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    color: #000;
}


/* -----------------------------------------------------------------
    -  Hero header
----------------------------------------------------------------- */

.home-hero-glow {
    top: 50%;
    left: 50%;
    width: 200%;
    transform: translate(-50%, -50%);
}

.round-effect .primary-round,
.round-effect .gradient-round {
    position: absolute;
    width: 650px;
    height: 650px;
    border-radius: 50%;
    filter: blur(100px);
    pointer-events: none;
    z-index: -1;
}

.round-effect .primary-round {
    top: 5%;
    left: 0;
    background-color: #1066e7;
}

.round-effect .gradient-round {
    bottom: 5%;
    right: 0;
    background-color: #ffa432;
}

.opacity-3 {
    opacity: 0.3;
}

.hero-header {
    top: -80px;
    padding: 40px 0 70px;
    background-color: #fff;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hero-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-position: 0 0, 0 0;
    background-size: auto, 100px;
    background-repeat: repeat, repeat;
}

.header-title {
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 500;
    color: #fff;
    line-height: 1.4;
}

span.header-title {
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 300;
    color: #c3f047;
    line-height: 1.4;
}

.text-small {
    font-size: 10px;
}

.mark-area {
    margin-right: 0.25rem !important;
    color: #F14848;
}

.header-des {
    font-size: 17px;
    color: #c7c8c9;
}

.hero-header .btn {
    padding: 8px 26px;
    font-weight: 600;
    margin-right: 10px;
    border-width: 2px;
    border-radius: 10px;
}

.hero-header .btn.btn-primary {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}

.hero-header .btn.btn-outline-primary {
    color: #fff;
    border-color: #fff;
}

.hero-header .btn.btn-outline-primary:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

.btn-wrap {
    margin-top: 2rem;
}

@media (min-width: 576px) {
    .hero-header {
        padding: 140px 0 170px;
        text-align: left;
    }
    .header-title {
        font-size: 60px;
        font-weight: 700;
        line-height: 1.2;
    }
    .header-des {
        font-size: 23px;
    }
    .btn-wrap {
        margin-top: 4rem;
    }
    .hero-header .btn {
        padding: 14px 40px;
    }
}

.text-gradient-pink-blue {
    background: -webkit-linear-gradient(-70deg, #db469f 0%, #2188ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
}

.nft-card {
    padding: 15px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    background-color: #fff;
    border-radius: 10px;
}

.nft-card h6 {
    font-size: 14px;
}

.nft-card .avatar.avatar-md-sm {
    height: 34px;
    width: 34px;
}

.section-pd {
    padding: 100px 0;
}

@media (min-width: 576px) {
    .nft-card {
        transition: all 0.3s ease;
        transform: perspective(650px) rotateX(0deg) rotateY(-10deg);
    }
    .nft-card:hover {
        transform: rotate(0);
    }
}


/* ----------------------------------------- */

.card {
    border-color: rgba(4, 4, 5, 0.1);
}

.card:hover {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15) !important;
}

.nft-items {
    transition: all 0.5s ease;
    padding: 0rem !important;
}

.img-thumbnail {
    padding: 2px;
}

.shadow-sm {
    box-shadow: 0 2px 4px rgba(60, 72, 88, 0.15) !important;
}

.avatar.avatar-coin,
.avatar.avatar-sm-sm {
    height: 32px;
    width: 32px;
}

.img-group .user-avatar img {
    position: relative;
    transition: all 0.5s ease;
}

.nft-items .like-wrap {
    padding: 3px 12px;
    border-radius: 15px;
    font-size: 12px;
    border: 1px solid rgba(4, 4, 5, 0.1);
    background-color: #fafafa;
}

.nft-items .nft-image img {
    transition: transform 0.3s, filter 1.5s ease-in-out;
}

.nft-items:hover .nft-image img {
    transform: scale(1.1);
}

.item-img {
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.item-img img,
.item-img video {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}

.nft-time-counter {
    bottom: -14px;
    left: 16px;
    background-color: #000;
    color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    font-weight: 500;
    padding: 4px 15px;
}

.btn.btn-pills {
    border-radius: 30px;
}

.btn-more {
    border: 0;
    background-color: transparent;
    padding: 0;
    color: #6e6e6e;
}

.btn-more.dropdown-toggle::after {
    display: none;
}

.overflow {
    color: #6e6e6e;
    font-size: 14px;
    font-weight: 500;
}

.blockreact {
    background-color: #f0f0f0;
    border-radius: 10px;
    font-weight: 500;
    font-size: 15px;
    padding: 13px 20px;
    display: inline-block;
    word-break: break-all;
}


/* ===================================== */

.masonry-img-lg {
    object-fit: cover;
    width: 161.4px;
    height: 217px;
}

.masonry-start img {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.masonry-end img:first-of-type {
    border-top-right-radius: 4px;
}

.masonry-end img:nth-of-type(2) {
    border-bottom-right-radius: 4px;
}

.masonry-end .masonry-img-sm {
    object-fit: cover;
    width: 105.6px;
    height: 106.5px;
}

.collection-card-text p {
    font-size: 0.8rem;
    letter-spacing: 0.03rem;
}

.collection-card-carousel.owl-theme .owl-nav {
    margin: 0;
}

.collection-card-carousel.owl-theme .owl-nav [class*="owl-"] {
    color: #034ea0;
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 30px;
    height: 50px;
    width: 50px;
    margin: 0;
    opacity: 1;
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(85, 85, 85, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
}

.collection-card-carousel.owl-theme .owl-nav .owl-next {
    left: auto;
    right: 0;
}

@media (min-width: 576px) {
    .collection-card-carousel.owl-theme .owl-nav [class*="owl-"] {
        left: -25px;
    }
    .collection-card-carousel.owl-theme .owl-nav .owl-next {
        left: auto;
        right: -25px;
    }
}


/* ================================================ */

.avatar.avatar-md-sm {
    height: 40px;
    width: 40px;
}

.creators .verified svg {
    font-size: 20px;
    position: absolute;
    bottom: -5px;
    right: -5px;
}

.creators .online {
    background-color: rgb(52, 199, 123);
    border-radius: 50%;
    height: 10px;
    min-width: 10px;
    right: 12.5%;
    top: 0%;
    border: 1px solid rgb(229, 232, 235);
}


/* -----------------------------------------------------------------
    - Footer
----------------------------------------------------------------- */

.main-footer {
    background-color: #000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 55px;
}

.footer-logo img {
    height: 40px;
}

.footer-logo svg {
    fill: #fff;
    height: 46px;
}

.link-title {
    font-size: 19px;
}

.footer-link .link {
    color: rgba(255, 255, 255, 0.42);
    font-size: 15px;
    margin-bottom: 10px;
}

.footer-link .link:hover {
    color: #fff;
}


/*Subfooter*/

.sub-footer {
    border-top: 1px solid #222222;
    background-color: #202020;
    margin-top: 30px;
    padding-top: 20px;
}

.sub-footer .copy {
    color: #fff;
}

.sub-footer .nav .nav-link {
    padding: 0 1rem;
}

@media (max-width: 768px) {
    .sub-footer,
    .sub-footer ul {
        text-align: center !important;
    }
}

.language-dropdown .btn {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    padding: 8px 36px;
    color: #fff;
}

.social-link li+li {
    margin-left: 10px;
}

.social-link li a {
    height: 50px;
    width: 50px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.social-link li a svg {
    height: 24px;
    fill: #fff;
}

.footer-sub-nav li a {
    color: #fff;
}


/* -----------------------------------------------------------------
    - Items category
----------------------------------------------------------------- */


/* Profile cover */

.profile-cover {
    position: relative;
    height: 10rem;
    padding: 1rem 1rem;
    border-radius: 0.75rem;
}

.profile-cover-img-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 10rem;
    background-color: #e7eaf3;
    border-radius: 0.75rem;
}

.profile-cover-img {
    width: 100%;
    height: 10rem;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: top;
    border-radius: 0.75rem;
}

.profile-cover-avatar {
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    border: 0.15rem solid #fff;
    margin: -6.3rem auto 1.5rem auto;
    width: 7.875rem;
    height: 7.875rem;
    position: relative;
}

.profile-cover-avatar .avatar-img {
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.avatar-status {
    position: absolute;
    bottom: 5px;
    right: 12px;
    border: 2px solid #fff;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #00c9a7;
}

.page-header-title {
    font-size: 30px;
    font-weight: 700;
}

@media (min-width: 992px) {
    .profile-cover {
        height: 15rem;
    }
    .profile-cover-img-wrapper {
        height: 15rem;
    }
    .profile-cover-img {
        height: 15rem;
    }
}

.verification-icon {
    height: 36px;
    width: 36px;
}

.verification-icon-background {
    fill: #0d6efd;
}


/* ================================ */

.custom-tabs.nav {
    overflow-x: auto;
    overflow-y: hidden;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    scroll-behavior: smooth;
}

.custom-tabs.nav-tabs {
    padding-bottom: 0.125rem;
}

.custom-tabs.nav .nav-item {
    white-space: nowrap;
}

.nav-tabs .nav-link {
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom: 0.1875rem solid transparent;
    margin-bottom: -0.125rem;
    color: #000;
    font-weight: 700;
    font-size: 15px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 12px;
}

.nav-item:first-child .nav-link {
    margin-left: 0;
}

.nav-link.active {
    color: #0d6efd;
}

.nav-tabs .nav-link {
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom: 0.1875rem solid transparent;
    margin-bottom: -0.125rem;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #0d6efd;
    background-color: transparent;
    border-color: #0d6efd;
}

.nav-tabs .nav-link .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}

.nav-tabs .nav-item.show>.nav-link,
.nav-tabs .nav-link.active {
    font-weight: 600;
}

.custom-tabs.nav .nav-link {
    white-space: nowrap;
}

.gap-2 {
    gap: 0.5rem !important;
}

.nav-scroller-dropdown {
    position: static;
}

.btn-white {
    background-color: #fff;
    border-color: rgba(4, 4, 5, 0.1);
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    padding: 8px 25px;
}

.dropdown-menu {
    padding: 0.5rem 0.5rem;
    border: 0 solid rgba(0, 0, 0, 0.15);
    box-shadow: rgb(4 4 5 / 20%) 0px 7px 36px -8px;
    /* inset: inherit !important; */
    min-width: 12rem;
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
    animation-duration: 0.2s;
    -webkit-animation-duration: 0.2s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

@media (max-width: 1199px) {
    .navbar-custom-collapse .dropdown-menu {
        box-shadow: none;
        animation: none;
        padding: 0;
    }
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0rem);
        opacity: 1;
    }
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }
    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

.nav-tabs .nav-scroller-dropdown .dropdown-menu {
    border-radius: 0.5rem;
    inset: auto !important;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 0.8125rem;
    color: #8c98a4;
    white-space: nowrap;
}

.dropdown-header {
    text-transform: uppercase;
    letter-spacing: 0.03125rem;
    font-size: 0.65625rem;
    font-weight: 600;
    padding: 0.5rem 1rem;
}

.dropdown-item {
    padding: 0.5rem 1rem;
    color: #000;
    border-radius: 0.3125rem;
    font-size: 14px;
    font-weight: 500;
}

.dropdown-item:not(:last-child) {
    margin-bottom: 0.25rem;
}

.dropdown-item-icon {
    display: inline-block;
    opacity: 0.7;
    width: 1.5rem;
    color: #677788;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(231, 234, 243, 0.7);
}

@media (min-width: 1200px) {
    .item-wrap [class*="col-"] {
        flex: 0 0 auto;
        width: 20%;
    }
}

.fprnFG {
    width: fit-content;
    border-radius: 10px;
    flex-wrap: wrap;
    border: 2px solid #0d6efd;
    margin: auto;
    background-color: #fff;
}

.cWlCaZ {
    height: 178px;
    width: 291px;
}

@media (min-width: 815px) {
    .cWlCaZ {
        width: fit-content;
        height: initial;
    }
}

.iePaOU {
    border-right: 2px solid #0d6efd;
}

.iePaOU:last-of-type,
.iePaOU:nth-child(2) {
    border-right: none;
}

@media (min-width: 815px) {
    .iePaOU:nth-child(2) {
        border-right: 2px solid #0d6efd;
    }
}

.dLEHkN {
    height: 50px;
    width: 50px;
    padding: 10px 12px;
    color: rgb(138, 147, 155);
}

.dLEHkN:hover {
    transition: all 0.2s ease 0s;
    box-shadow: rgba(4, 17, 29, 0.25) 0px 0px 8px 0px;
}

.cWlCaZ .CollectionStatsBar--info {
    width: 144px;
    height: 70px;
    border-radius: inherit;
}

.cWlCaZ .CollectionStatsBar--bottom-bordered {
    border-bottom: 2px solid #0d6efd;
}

.cWlCaZ :first-child>a>* {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

@media screen and (max-width: 815px) {
    .cWlCaZ :first-child>a>* {
        border-bottom-left-radius: 0px;
    }
}

.kscHgv {
    font-size: 21px;
    color: var(--bs-dark);
}

.iYAsis {
    font-size: 14px;
}

.jqNBiE {
    margin-right: 8px;
}

@media (min-width: 815px) {
    .cWlCaZ {
        width: fit-content;
        height: initial;
    }
    .cWlCaZ .CollectionStatsBar--bottom-bordered {
        border-bottom: 0px;
    }
}

.read-more__link {
    font-weight: 500;
}

.load-btn {
    width: 100%;
    border-width: 2px;
    margin-top: 30px;
    height: 50px;
    border-radius: 30px;
    font-weight: 600;
}


/* -----------------------------------------------------------------
    Signup 
----------------------------------------------------------------- */

.header-nav,
.footer-copy {
    padding: 15px;
}

@media (min-width: 576px) {
    .header-nav,
    .footer-copy {
        padding: 20px;
    }
}

.header-nav_logo img,
.header-nav_logo svg {
    height: 32px;
}

.color-change-btn {
    border: 0;
    border-radius: 6px;
    padding: 4px;
    line-height: 1;
    color: #8b8b8b;
}

.registration-content {
    font-size: 14px;
}

.registration-inner {
    width: 100%;
    padding: 0 15px;
}

@media (min-width: 576px) {
    .registration-inner {
        width: 400px;
    }
}

.form-control,
.form-select {
    height: 50px;
    font-size: 15px;
    border-color: transparent;
    border-radius: 10px;
    font-weight: 500;
}

.form-control.form-border,
.form-select.form-border {
    border-color: #ddd;
}

.form-control:hover,
.form-select:hover {
    border-color: #0d6efd;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
    border-color: #0d6efd;
}

textarea.form-control {
    height: auto;
}

.registration-content .btn-primary {
    box-shadow: 0 0.125rem 0.375rem rgb(0 0 0 / 5%), 0 0.5rem 1.2rem rgb(0 0 0 / 10%);
}

.registration-content .nav-tabs {
    margin-left: -5px;
    margin-right: -5px;
    border: 0;
}

.registration-content .nav-item {
    flex: 0 0 auto;
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
}

.registration-content .nav-item span {
    color: #0d6efd;
    font-weight: 600;
    display: block;
    margin-bottom: 3px;
}

.registration-content .nav-tabs .nav-link {
    background-color: #fff;
    width: 100%;
    margin: 0;
    border-radius: 10px;
    height: 70px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.registration-content .nav-tabs .nav-link:hover,
.registration-content .nav-tabs .nav-item.show .nav-link,
.registration-content .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.registration-content .form-check {
    font-weight: 500;
    padding-left: 2em;
}

.registration-content .form-check .form-check-input {
    margin-left: -2em;
}

.registration-content .form-check-input {
    width: 1.3em;
    height: 1.3em;
    border: 0;
    background-color: #d3d3d3;
}

.registration-content .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.btn.btn-wallet {
    background-color: #fff;
    height: 50px;
    border-radius: 10px;
    font-size: 14px;
}

.btn.btn-wallet:hover {
    background-color: #e3e3e3;
}

.progress {
    height: 4px;
    background-color: #d3d3d3;
}

.show-pass {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%);
}

.progress-bar-danger {
    background-color: #e90f10;
}

.progress-bar-warning {
    background-color: #ffad00;
}

.progress-bar-success {
    background-color: #02b502;
}

.fa-eye {
    color: #022255;
    cursor: pointer;
}

.fa-circle {
    font-size: 6px;
}

.fa-check {
    color: #02b502;
}

.login-change {
    border: 0;
    background-color: transparent;
    padding: 0;
    font-weight: 500;
    margin-left: 7px;
    color: #0d6efd;
    outline: none;
}


/* -----------------------------------------------------------------
    - Filter
----------------------------------------------------------------- */

.filter {
    white-space: nowrap;
}

.btn-filter {
    background: linear-gradient( 83.21deg, #8ad731 4.05%, #ffe567 94.68%) !important;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 24px;
    display: flex;
    align-items: center;
}

.btn-filter:focus {
    border-color: #0d6efd;
    box-shadow: none;
}

.btn-filter svg {
    height: 16px;
    width: 16px;
    margin-right: 7px;
}

.dropdown-item:hover {
    background-color: #eaebeb;
}


/* -----------------------------------------------------------------
    - Details Page
----------------------------------------------------------------- */

#countdown li {
    display: inline-block;
    list-style-type: none;
    font-size: 14px;
    margin-left: 5px;
}

#countdown li:first-child {
    margin-left: 0;
}

#countdown li span {
    display: block;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    line-height: 1.2;
    background: #040405;
    padding: 7px 8px;
    border-radius: 6px;
    text-align: center;
}

.bid-btn {
    padding: 8px 80px;
    font-weight: 600;
    box-shadow: 0 0.125rem 0.375rem rgb(0 0 0 / 5%), 0 0.5rem 1.2rem rgb(0 0 0 / 10%);
}

.category-btn {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    user-select: none;
    height: 32px;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    border-radius: 32px;
    border: 2px solid #c3f047;
    background: transparent;
    color: rgb(4, 4, 5);
    margin: 2px;
}

.category-btn::before {
    content: "";
    position: absolute;
    inset: 0px;
    z-index: -1;
    margin: -4px;
    border-radius: 32px;
    background: rgba(4, 4, 5, 0.1);
}

.category-btn span {
    font-family: inherit;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: rgb(4, 4, 5);
    vertical-align: inherit;
}

.image-popup-no-margins {
    cursor: zoom-in;
}

.accordion-item {
    border: 0;
    margin-bottom: 0.5rem;
    border-radius: 0 !important;
}

.accordion-button {
    border-radius: 0 !important;
    font-weight: 600;
    color: #000;
    padding: 20px;
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    box-shadow: none;
    background: #202225;
}

.accordion-body {
    padding: 20px;
    background: #272a2e;
}

.property-card {
    border: 0;
    padding: 12px 20px;
    border-radius: 10px;
}

.property-card h5 {
    font-size: 13px;
    margin-bottom: 3px;
}

.property-card h6 {
    font-size: 15px;
    margin-bottom: 0;
}

.property-card small {
    font-size: 0.775em;
}


/* Table */

.table.table-sm {
    font-size: 15px;
}

.table> :not(:first-child) {
    border-top-width: 0px;
}

.csAGsJ {
    height: 1.5rem;
    width: 1.5rem;
}

.csAGsJ .VerifiedIcon--background {
    fill: #0d6efd;
}


/* ---------- */

.timer-container {
    padding: 35px 25px;
    border-radius: 10px;
    background: #202225;
}

.help {
    position: absolute;
    right: 10px;
    top: 10px;
}


/* -----------------------------------------------------------------
    - Profile Settings 
----------------------------------------------------------------- */

.profile-content {
    padding: 70px 0;
}

.btn-profile {
    padding: 13px 12px;
    border-radius: 10px;
    font-weight: 600;
    background: linear-gradient(83.21deg, #8ad731 4.05%, #ffe567 94.68%), linear-gradient(0deg, #000000, #000000);
    color: #000000;
}

.profile-pic-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.upload-file.profile-pic-wrapper {
    align-items: flex-start;
}

.pic-holder {
    text-align: center;
    position: relative;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.pic-holder-banner {
    border-radius: 4px;
    width: 80%;
    height: 160px;
}

.banner-pic.pic-holder {
    width: 100%;
    border-radius: 10px;
}

.upload-file .pic-holder-banner {
    height: 225px;
    margin: 0;
    border: 2px dashed #cdcdcd;
    padding: 6px;
}

.text-6E6E6E {
    color: #6e6e6e;
}

@media (min-width: 992px) {
    .pic-holder-banner {
        width: 250px;
    }
    .upload-file .pic-holder-banner {
        width: 350px;
    }
}

.pic-holder .pic {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.pic-holder .upload-file-block,
.pic-holder .upload-loader {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #f8f9fc;
    font-size: 12px;
    font-weight: 600;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.pic-holder .upload-file-block {
    cursor: pointer;
}

.uploadProfileInput {
    display: none;
}

.pic-holder:hover .upload-file-block,
.uploadProfileInput:focus~.upload-file-block {
    opacity: 1;
}

.pic-holder.uploadInProgress .upload-file-block {
    display: none;
}

.pic-holder.uploadInProgress .upload-loader {
    opacity: 1;
}


/* Snackbar css */

.snackbar {
    visibility: hidden;
    min-width: 250px;
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 14px;
    transform: translateX(-50%);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}


/* //////////////////////////////// */

.wallet-address {
    position: relative;
}

.wallet-address .form-control {
    background-color: #fff;
    border-radius: 10px;
    padding: 0.81rem 2.75rem 0.81rem 0.75rem;
    position: relative;
}

.wallet-address button {
    border: 0;
    padding: 0;
    background-color: transparent;
}

.wallet-address svg {
    color: #000;
}

.input-group-form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 10px;
    height: 50px;
}

.input-group-form:hover,
.input-group-form:focus-within {
    border: thin solid #0d6efd;
}

.input-group-form__text {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #000;
    margin-left: 0.75rem;
    font-weight: 500;
}

.input-group-form .form-control {
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0.375rem 0.75rem;
}

.tooltips {
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: absolute;
    right: 0.75rem;
    cursor: pointer;
    color: #000;
    top: 50%;
    transform: translate(0, -50%);
}

.tooltips .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.tooltips .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
}

.tooltips:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}


/* -----------------------------------------------------------------
    - Search suggestion
----------------------------------------------------------------- */

.suggestion-list {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 2px;
    z-index: 3;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
    animation-duration: 0.2s;
    -webkit-animation-duration: 0.2s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

@media (max-width: 767px) {
    .suggestion-list {
        inset: 68px 0px 0px;
    }
}

@media (min-width: 768px) {
    .suggestion-list {
        box-shadow: rgb(4 4 5 / 20%) 0px 7px 36px -8px;
    }
}


/* ///////////////////////////////// */

.duration-dropdown {
    inset: auto !important;
    min-width: 45rem;
    padding: 30px;
}

.duration-dropdown .form-control,
.duration-dropdown .form-select {
    border-color: #ddd;
}

.duration-dropdown .form-control:hover,
.duration-dropdown .form-select:hover {
    border-color: #0d6efd;
}

.duration-dropdown .form-control:focus,
.duration-dropdown .form-select:focus {
    box-shadow: none;
    border-color: #0d6efd;
}

.accordion-more::after {
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    margin-left: 10px;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1rem;
    transition: transform 0.2s ease-in-out;
}

.accordion-more:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}


/* -----------------------------------------------------------------
    - My Collections
----------------------------------------------------------------- */

.snip1336 {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    background-color: #fff;
    font-weight: 500;
    color: #6e6e6e !important;
    border-radius: 10px;
}

.snip1336 img {
    max-width: 100%;
    vertical-align: top;
}

.snip1336 img.profile-bg {
    height: 245px;
    width: 100%;
    object-fit: cover;
}

.snip1336 figcaption {
    width: 100%;
    background-color: #fff;
    padding: 25px;
    position: relative;
}

.snip1336 figcaption:before {
    position: absolute;
    content: "";
    bottom: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 55px 0 0 400px;
    border-color: transparent transparent transparent #fff;
}

.snip1336 .profile {
    border-radius: 50%;
    position: absolute;
    bottom: 100%;
    left: 25px;
    z-index: 1;
    max-width: 90px;
    opacity: 1;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    height: 70px;
    width: 70px;
    object-fit: cover;
    top: -80px;
}

.snip1336 h2 {
    margin: 0 0 5px;
    font-weight: 300;
}

.snip1336 span {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
}

.snip1336 span span {
    color: #2980b9;
    margin: 0;
}

.snip1336 p {
    margin: 0;
    font-size: 14px;
}


/* -----------------------------------------------------------------
    - Privacy
----------------------------------------------------------------- */


/*lead*/

.lead {
    font-size: 1.5rem;
    font-weight: 300;
}

.bd-title {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-weight: 300;
    font-size: 3rem;
}

.bd-lead {
    font-size: 1.5rem;
    font-weight: 300;
}

.bd-content>h2,
.bd-content>h3,
.bd-content>h4 {
    pointer-events: none;
}

.bd-content>h2:not(:first-child) {
    margin-top: 3rem;
}

.bd-content>h2::before,
.bd-content>h3::before,
.bd-content>h4::before {
    display: block;
    height: 6rem;
    margin-top: -6rem;
    content: "";
}

.bd-content>h3 {
    margin-top: 1.5rem;
}

@media (max-width: 575px) {
    .bd-title {
        font-size: 2.5rem;
    }
}


/*Ul li*/

.list-checked {
    padding-left: 0;
    text-align: left;
    list-style-type: none;
}

.list-checked>li {
    position: relative;
    padding-left: 2.25rem;
}

.list-checked>li+li {
    margin-top: 0.75rem;
}

.list-checked>li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    top: calc((1.6 * 1rem - 1.25rem));
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
    text-align: center;
    font-size: 0.75rem;
    border-radius: 50%;
    background-color: rgba(13, 110, 253, 0.15);
    color: #000;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230d6efd' class='bi bi-check-lg' viewBox='0 0 16 16'%3E%3Cpath d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}


/* -----------------------------------------------------------------
    - Contact page
----------------------------------------------------------------- */

.info-title {
    padding-left: 30px;
    font-size: 18px;
}

.info-title::before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 20px;
    content: "";
    background-color: #0d6efd;
}

#map {
    width: 100%;
    height: 300px;
}


/* -----------------------------------------------------------------
    - F.A.Q
----------------------------------------------------------------- */

.faq-section-header {
    margin-bottom: 30px;
}

.faq-section-header h5 {
    margin: 0;
    font-size: 23px;
    font-weight: 700;
}

.page-section {
    padding-bottom: 70px;
}

.page-section:last-child {
    padding-bottom: 0;
}

.faq-content .card {
    background-color: transparent;
}

.faq-content .card:hover {
    box-shadow: none !important;
}


/* -----------------------------------------------------------------
    - Utilities
----------------------------------------------------------------- */


/* Font weight */

.fw-thin {
    font-weight: 100 !important;
}

.fw-extra-light {
    font-weight: 200 !important;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-semi-bold {
    font-weight: 600 !important;
}

.fw-extra-bold {
    font-weight: 800 !important;
}

.fw-black {
    font-weight: 900 !important;
}


/* Border radius */

.rounded-4 {
    border-radius: 0.35rem !important;
}

.rounded-5 {
    border-radius: 0.4rem !important;
}

.rounded-6 {
    border-radius: 0.45rem !important;
}

.rounded-7 {
    border-radius: 0.5rem !important;
}

.z-1 {
    z-index: 1 !important;
}

.bg-gray {
    background-color: #f4f4f4 !important;
}

.ms-n3 {
    margin-left: -16px;
}


/* -----------------------------------------------------------------
    - Home Page
----------------------------------------------------------------- */

.rect {
    height: 50px;
    width: 10px;
    background-color: #555;
}


/* 
  - Global
*/

.active {
    background: linear-gradient( 83.21deg, #8ad731 4.05%, #ffe567 94.68%) !important;
    -webkit-background-clip: text !important;
    color: transparent !important;
}

.input-theme {
    background: #4c4c4c !important;
    color: #fff !important;
}

.nav-tabs .nav-link.active {
    background: linear-gradient( 83.21deg, #8ad731 4.05%, #ffe567 94.68%) !important;
    -webkit-background-clip: text !important;
    border-bottom-color: #8ad731;
}

.nav-tabs .nav-link {
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom: 0.1875rem solid transparent;
    margin-bottom: -0.125rem;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 12px;
}

.text-header-form-theme {
    background: linear-gradient( 83.21deg, #8ad731 4.05%, #ffe567 94.68%) !important;
    -webkit-background-clip: text !important;
    color: transparent !important;
}

.text-linear-theme {
    background: linear-gradient( 83.21deg, #8ad731 4.05%, #ffe567 94.68%) !important;
    -webkit-background-clip: text !important;
    color: transparent !important;
}

.form-select.input-theme {
    background-repeat: no-repeat !important;
    background-position: right 0.75rem center !important;
    background-size: 16px 12px !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
}

.text-error {
    color: red;
    font-size: small;
}

.flex {
    display: flex;
}

.ml-auto {
    margin-left: auto;
}

.mr-auto {
    margin-right: auto;
}

.btn-explore {
    border-radius: 25px;
    padding-left: 50px;
    padding-right: 50px;
}

.text-B9DD47 {
    color: #b9dd47 !important;
}

.bg-202225 {
    background: #202225 !important;
}

.bg-C3F047 {
    background: #c3f047;
}

.nav-link:hover {
    background: linear-gradient( 83.21deg, #8ad731 4.05%, #ffe567 94.68%) !important;
    -webkit-background-clip: text !important;
    color: transparent !important;
}

.flex-wrap {
    flex-wrap: wrap;
}

.collection-item {
    display: flex;
    flex-wrap: wrap;
}

.collection-item:nth-child(n+2) {
    margin-left: 10px;
}

.img-home {
    transform: unset;
    height: 200px;
}

@media (max-width: 767px) {
    .collection-item:nth-child(n+2) {
        margin-left: 0rem;
    }
    .collection-item {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (min-width: 768px) {
    .collection-item:nth-child(n+2) {
        margin-left: 10px;
    }
    .img-home {
        transform: translate(0px, 2px);
    }
}

.text-C3F047 {
    color: #c3f047 !important;
}

.buynow-btn {
    background: #c3f047;
}

.buynow-btn:hover {
    background: #dcfe7f;
}

.text-white {
    color: #fff !important;
}

button.nav-link {
    color: #fff;
}

button.nav-link.active {
    color: #c3f047 !important;
}

.text-BFBFBF {
    color: #bfbfbf;
}

.table.info,
.info {
    color: #fff !important;
}

.table.info:hover,
.info:hover {
    color: #fff !important;
}

.text-right {
    text-align: right;
}