/* #BASE START */
body {
    font-family: "Poppins", sans-serif !important;
}

body::-webkit-scrollbar {
    display: none;
}

.mr-1rem {
    margin-right: 1rem;
}

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

.section-title {
    font-size: 32px;
    margin-bottom: 50px;
}

.section-title-for-sub-title {
    font-size: 32px;
    margin-bottom: 20px;
}

.section-sub-title {
    font-size: 16px;
    margin-bottom: 50px;
    font-weight: 500;
}

.card-image {
    width: 64px;
    height: 64px;
}

.card-title {
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
}

.card-text {
    font-size: 14px;
    margin-top: 5px;
    line-height: 30px;
}

.text-green {
    color: #539432 !important;
}

.mb-10px {
    margin-bottom: 10px;
}

/* #BASE START */
/* #BUNNAR START */
.bunnar {
    /* background: url("../../images/02hero.jpg") center; */
    background-size: cover;
    height: 100vh;
    position: relative;
}

#bunnar-video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.bunnar-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 1;
}
.z-index-2 {
    z-index: 2;
}

.bunnar-text {
    position: absolute;
    left: 10%;
    /* top: 200px; */
    top: calc(50% - 90px);
}

.logo {
    /* width: 100%; */
    height: 100px;
    width: 100px;
}

.the-bunnar-title {
    font-size: 28px;
    font-weight: 600;
    margin-top: 40px;
}

.the-bunnar-title-2 {
    font-size: 28px;
    margin-bottom: 0;
}

.the-bunnar-title-2 .bigger {
    font-size: 40px;
    font-weight: bold;
}

.social-links a {
    text-decoration: none;
    font-size: 14px;
}

.the-navabr {
    position: fixed;
    width: 100%;
    z-index: 9;
}

.the-navabr .navbar-container {
    width: 81% !important;
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-after-scroll {
    background-color: #000000 !important;
}

/* #BUNNAR END */
/* #ABOUT START */
.from-top-to-about-section {
    margin-top: 60px;
}

.about-section-card-container {
    display: flex;
}

.about-section-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 347px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 250px;
    border: 1px solid #539432;
}

.about-section-card img {
    width: 64px;
    height: 64px;
    margin-bottom: 10px;
}

.about-section-card p {
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 0;
}

/* #ABOUT END */
/* #ABOUT DESCRIPTION START */
.about-descrption p {
    text-align: center;
    font-size: 25px;
}

/* #ABOUT DESCRIPTION END */
/* #MARQUEE START */
.marquee h1 {
    font-size: 80px;
}

/* #MARQUEE END */
/* #OUR COMMUNITY START */

/* #OUR COMMUNITY END */
/* #OUR VALUES START */
.our-values-card i {
    font-size: 22px;
}

/* #OUR VALUES END */
/* #SEPERATOR START */
.seperator img {
    width: 100%;
}

/* #SEPERATOR END */
/* #OUR COLLECTION START */
.our-collection-card img {
    width: 200px;
    height: 200px;
}

.our-collection-card h6 {
    margin-top: 10px;
}

/* #OUR COLLECTION END */
/* #FOOTER START */
.footer {
    background-color: #539432;
    color: #fff;
    padding-top: 30px;
    /* padding-bottom: 30px; */
}

.footer .get-in-touch-section {
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
}

.footer .get-in-touch-section h3 {
    font-size: 32px;
}

.footer .icon {
    margin-bottom: 15px;
}

.footer h6 {
    margin-bottom: 15px;
    font-size: 14px;
}

.footer h5 {
    font-size: 16px;
}

.footer .copyrights {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 11px;
}

.footer .follow-us {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    text-align: center;
}

.footer .social-links {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.footer .social-links p {
    margin-bottom: 0;
}

.footer .social-links a {
    font-size: 14px;
}

.footer .social-links p {
    margin-right: 14px;
    margin-bottom: 13px;
}

.footer .back-to-top {
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
}

/* #FOOTER END */
/* #BAUNNER PAGES START */
.bunnar-page {
    background: url("../../images/nft_gallery.jpg") center center;
    width: 100%;
    height: 350px;
    position: relative;
}
.overlay {
    background-color: #00000090;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.gallery-title {
    color: #fff;
    z-index: 9999;
    font-family: "Poppins", sans-serif !important;
}

.gallery-breadcrumb,
.gallery-breadcrumb a {
    color: #fff;
    z-index: 99;
    text-decoration: none;
}
.gallery-breadcrumb a.active {
    color: #539432;
}
.fz-12 {
    font-size: 12px !important;
}
.fz-14 {
    font-size: 14px !important;
}

.artist-img {
    width: 300px !important;
    height: 305px !important;
}

/* #BAUNNER PAGES END */
/* #CARD START */
.active > .page-link,
.page-link.active {
    background-color: #539432;
}
button.page-link {
    color: #539432;
}
.card-nft img {
    height: 200px;
    width: 200px;
}
.card-nft .card-text {
    height: 58px;
}
.btn-success {
    background-color: #539432;
}

.section-title-page {
    font-size: 32px;
    /* margin-bottom: 50px; */
}

.card-nft .nft-image-details {
    height: 200px;
    width: 200px;
}
.card-nft-details .card-text {
    height: unset;
}
.card-nft .artist-image-details {
    height: 200px;
    width: 200px;
}
.card-nft .artist-works-image {
    height: 200px;
    width: 200px;
}

.more-btn-wrapper {
    position: absolute;
    bottom: 11px;
    right: 9px;
}
/* #CARD END */
/* EDITS 19-9-2023 START */
.btn-orange {
    background-color: #fd7e14;
    border-color: #fd7e14;
}
.text-orange {
    color: #fd7e14;
}

.btn-orange:hover {
    background-color: #539432 !important;
    border-color: #539432;
}

.login-container {
    margin-top: -88px;
    z-index: 99999;
    position: relative;
    display: flex;
    width: 500px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fff;
    border-right: 1px #f4f4f4 solid;
    border-bottom: 1px #f4f4f4 solid;
    border-left: 1px #f4f4f4 solid;
    -webkit-box-shadow: 10px 10px 0px 0px #fd7e14;
    -moz-box-shadow: 10px 10px 0px 0px #fd7e14;
    box-shadow: 10px 10px 0px 0px #fd7e14;
}

.login-form {
    background-color: #fff;
    width: 450px;
}

.mt-48px
{
    margin-top: 48px;
}
.gender-image
{
    width: 60px;
    height: 58px;
}
.gender-radio
{
    position: absolute;
    bottom: 0;
}

.form-check-input:checked
{
    background-color: #fd7e14;
    border-color: #fd7e14;
}
.fz-18px
{
    font-size: 18px;
}

.forms-btn
{
    padding-left: 77px;
    padding-right: 77px;
    letter-spacing: 2px;
}
/* EDITS 19-9-2023 END */
/* #RESPONSIVE START */
@media screen and (max-width: 991px) {
    /* @base start */
    .from-top {
        margin-top: 50px;
    }

    /* @base end */
    /* @bunnar start */
    .bunnar-text {
        top: 200px;
    }

    .the-bunnar-title-2 {
        font-size: 22px;
    }

    .the-bunnar-title-2 .bigger {
        font-size: 28px;
    }

    /* @bunnar end */
    /* @about start */
    .about-section-card {
        width: 100%;
    }

    /* @about end */
    /* @marquee start */
    .marquee h1 {
        font-size: 40px;
    }

    /* @marquee end */
    /* @footer start */

    .footer .copyrights,
    .footer a,
    .footer .back-to-top,
    .footer .social-links p {
        /* font-size: 12px; */
        text-align: center;
    }
    .only-for-responsive {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .footer .follow-us,
    .footer .social-links {
        align-items: center;
    }
    .footer .get-in-touch-section {
        justify-content: center;
    }
    /* @footer end */
}

/* #RESPONSIVE END */
