@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");
@import "create-collection.css";

:root{
    --primary-grey-bg:#14141F;
    --secondary-grey-bg:#3C3C56;
    --default-bg: #191923;
    --primary-bg: #24a828;
    --font-grotesk: 'Familjen Grotesk', sans-serif;
}

html{
    scroll-behavior: smooth;
}

body{
    height: 100%;
}

.pv-80{
    padding: 80px 0;
}
.pv-120{
    padding: 120px 0;
}
.btn,
.btn:active,
.btn:focus{
    box-shadow: none !important;
}

header.light .navbar-nav li .nav-link,
header.light .navbar-nav li .nav-link:hover{
    color: #e1e1e1 !important;
}
.light .header-dropdown-buttons .btn-group > .btn{
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.15);
    text-shadow: 1px 1px rgba(0, 0, 0, 0.7);
    color: #cdcdcd;
}

.banner{
    padding-bottom: 90px !important;
}
.banner .content h2{
    font-size: 56px;
}
.banner:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(20,20,31, 0.1) 0%, rgb(20,20,31) 100%);
}

.modal-body-p{
    padding: 40px 26px 0 26px !important;
}
.btn-conn{
    background-color: transparent;
    box-shadow: none;
    border: none;
    font-weight: 800;
    padding: 16px;
    width: 100%;
    cursor: pointer;
    color: #fff;
}
.btn-conn:active,
.btn-conn:focus,
.btn-conn:hover{
    background-color: rgba(255,255,255,.05);
    border: none !important;
    outline: none !important;
}
.box-buy{
    background-color: #343444;
    border-radius: 16px;
}
.box-buy-content{
    padding: 20px;
}
.box-buy img{
    border-radius: 16px;
}
.box-buy-footer{
    padding: 20px;
    background-color: #000;
    border-radius: 0 0 16px 16px;
    font-size: 22px;
    color: #fff;
}
.quantity .qnt_menor_maior:not(input){
    background: transparent;
    box-shadow: none;
    border: none;
    color: #fff;
    padding: 0 16px;
}
.quantity .qnt_menor_maior:hover,
.quantity .qnt_menor_maior:focus,
.quantity .qnt_menor_maior:active{
    border: none !important;
    outline: none !important;
}
.quantity input.qnt_menor_maior{
    pointer-events: none;
}
.cursor-pointer{
    cursor: pointer !important;
}
.section-tabs .nav-pills{
    background: #000;
    width: fit-content;
    margin: 0 auto;
    border-radius: 16px;
    padding: 16px;
}
.section-tabs .nav-pills .nav-link{
    font-size: 16px;
    text-transform: none;
    font-weight: 700;
}
.section-tabs .nav-pills .nav-link.active,
.section-tabs .nav-pills .nav-link:focus{
    border: none;
    background: #343444 !important;
    border-radius: 8px;
    color: #000;
}
.section-tabs .nav-pills .nav-link,
.section-tabs .nav-pills .nav-link:hover{
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.benefits-card{
    border-radius: 20px;
    padding: 16px;
    background-color: #343444;
    transition: all .5s ease;
}
.benefits-card:hover{
    transform: scale(1.02);
}
.benefits-card img{
    border-radius: 20px;
}
.benefits-card-content{
    margin-top: 20px;
}
.box-history{
    display: flex;
    justify-content: space-between;
    width: 100%;
    border: 1px solid rgba(255,255,255,.05);
    border-radius: 16px;
    padding: 16px;
    align-items: center;
}
.box-history-info{
    display: flex;
    gap: 1rem;
    align-items: center;
}
.box-history-time{
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}
.box-history-time span:first-child{
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.box-history-values{
    display: flex;
    flex-direction: column;
    display: flex;
    flex-direction: column;
    text-align: right;
}
.box-history-values span:first-child{
    font-size: 13px;
    font-weight: 700;
    color: #fff;
}
.social-icons{
    display: flex;
    align-items: center;
    font-size: 18px;
}
.social-icons-link:not(:last-child){
    margin-right: 20px;
}
.navbar-toggler,
.navbar-toggler:active,
.navbar-toggler:focus{
    border-color: #138d77 !important;
    background-color: transparent !important;
    border-radius: 0 !important;
}
.navbar-light .navbar-toggler-icon{
    background-image: url('../img/menu.svg');
}
.qrcode-box{
    width: fit-content;
    margin: 0 auto;
}
.count-mints-text{
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    display: block;
    left: 50%;
    color: #333;
}
#btn-checker{
    display: flex;
}
.btn-conn,
.btn-conn > div{
    display: flex;
}
.history-total{
    max-height:450px;
    overflow-y:auto
}
.btn-pix{
    display: flex;
}
@media(max-width:767px){
    .box-buy-footer{
        flex-direction: column;
    }
    .box-buy-footer > div{
        flex-direction: column;
        width: 100%;
        align-items: center;
    }
    .box-buy-footer > div:first-child{
        text-align: center;
    }
    .box-buy-content{
        flex-direction: column;
        gap: 1rem;
    }
    .box-buy-content .box-buy-img img{
        width: 100%;
    }
    .box-buy-footer button{
        width: 100%;
    }
    #header{
        z-index: 1051;
        position: relative;
        background-color: rgba(0,0,0,0.2);
    }
    #header .header{
        background-color: rgba(0,0,0,0.2);
    }
    .section-tabs .nav-pills .nav-link{
        /* font-size: 12px !important; */
    }
    .section-tabs .nav-pills{
        white-space: nowrap;
        overflow-x: auto;
        max-width: 100%;
    }
}

.container{
    max-width: 1440px;
}

@media only screen and (max-width: 1199px){
    .container{
        max-width: 1200px;
    }
}

@media only screen and (max-width: 991px){
    .container{
        max-width: 1440px;
    }
}

@media only screen and (max-width: 767px){
    .container{
        max-width: 740px;
    }
}

/* img{
    border-radius: 10px !important;
} */

/* header
-----------------------------------------*/
.cart .dropdown-item{
    padding: 20px !important;
}
.mobile__buttons .circle{
    padding: 0;
    width: 45px;
    height: 45px;
    margin: 0;
}
#header .header .navbar-nav li .nav-link:not(button),
#header button{
    color: #fff;
    /* border: none !important; */
}
#header .header .navbar-nav li .nav-link{
    border: none !important;
}
#header .header .navbar-nav li .nav-link:hover,
#header .header .navbar-nav li .nav-link:active,
#header .header .navbar-nav li .nav-link:focus,
#header .header .navbar-nav li .nav-link:visited{
    background-color: transparent !important;
    border: none !important;
    /* color: rgba(255,255,255,.8) !important; */
}
#header .collapse{
    border-top: none;
}
#header .header{
    /* background-color: #000 !important; */
}
@media (max-width:767px){
    .header .row{
        justify-content: center !important;
    }
}

/* banner
-------------------------------------------*/
.banner{
    padding-top: 120px;
    height: 100vh;
}
.banner h1{
    font-size: 2rem;
    line-height: 120%;
}
.banner p{
    font-size: 1.2rem;
    line-height: 120%;
}
.banner__image img{
    display: inline;
}
#banner-img{
    transition:2s ease-in-out; /* Adiciona uma transição de fade */
    background-color: transparent !important; /* Define um fundo preto */
}

@media (max-width: 767px){
    .banner{
        padding-top: 45px;
        height: 720px;
    }
    .banner h1{
        font-size: 1.625rem;
    }
    .banner p{
        font-size: 1.2rem;
        line-height: 135%;
    }
}

/* general sections
----------------------------------------------*/
.section__title h3{
    font-size: 2rem;
    line-height: 120%;
}
.section__title h3 span{
    font-size: 60%;
    font-weight: 400;
    opacity: .7;
}
.section__title p{
    font-size: 1.2rem;
    line-height: 135%;
}

@media(max-width: 767px){
    .section__title h3 span{
        display: none;
    }
    .section__title p{
        font-size: 1rem;
        line-height: 135%;
    }
}

/* auction section
---------------------------------------------------*/
.auction__countdown{
    /* width: 280px;
    background: black;
    border-radius: 20px;
    padding: 16px; */
    /* width: fit-content; */
}
.swiper-container{
    padding-top: 20px;
    padding-bottom: 20px;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 20px;
}
.swiper-button-next, .swiper-button-prev{
    /* display: none; */
    bottom: 2px;
    top: auto;
    font-size: 14px;
}
.swiper-button-next:after, .swiper-button-prev:after{
    color: #000;
    font-size: 18px;
    font-weight: 700;
}
.swiper-button-prev{left: 30%;}
.swiper-button-next{right: 30%;}
@media(max-width:767px){
    .swiper-button-prev{left: 0;}
    .swiper-button-next{right: 0;}
    .swiper-pagination{
        /* display: none; */
    }
}
.swiper-pagination-bullet{
    margin: 0 11px 0 5px !important;
    background-color: var(--white) !important;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background: var(--white) !important;
    position: relative;
}
.swiper-pagination-bullet-active:before{
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    border-radius: 50%;
    content: "";
    width: 16px;
    height: 16px;
    border: 1px solid var(--white);
    overflow: visible;
}
.auction__card{
    border-radius: 20px;
    box-shadow: 0px 3px 16px rgb(47 83 109 / 12%);
    background-color: #fff;
    padding: 20px;
}
.auction__card img{
    border-radius: 20px;
}
.auction__button{
    position: absolute;
    top: 45%;
    display: flex;
    justify-content: center;
    width: 100%;
}
.auction__button a{
    width: 180px;
    margin: 0;
}
.auction__countdown{
    position: absolute;
    bottom: 10px;
    display: flex;
    justify-content: center;
    width: 100%;
    display: none;
}
.auction__countdown h3{
    border-radius: 13px;
    background-color: #343444;
    padding: 10px;
    font-size: 16px;
}
.auction__card-info h4,
.auction__card-info a:not(.btn-default){
    color: #333333 !important;
    text-decoration: none !important;
}
.auction__card-info a:hover{
    text-decoration: none;
}
.auction__card-info span:first-child{
    font-weight: 700;
    color: #333333 !important;
    font-size: .9rem;
}
.auction__card-info span:last-child{
    color: #333333;
}

@media(max-width: 767px){
    .auction__countdown{
        width: 100%;
    }
    .auction__countdown h3{
        font-size: 1.2rem;
    }
}

/* lazy mint
-------------------------------------------*/
.lazy__mint p{
    font-size: 1.1rem;
    line-height: 120%;
}
.auction__card.card__lazy-mint{
    background-color: #343444;
    width: 320px;
}
.auction__card.card__lazy-mint :is(h4,a,span){
    color: #fff !important;
}
.lazy__mint ul{
    padding-left:20px;
    list-style: disc;
}
.lazy__mint ul li{
    margin-bottom: .7rem;
}
.quantity-nft-area button:first-child{
    border-radius: 50px 0 0 50px;
}
.quantity-nft-area input{
   height: 40px;
   border-radius: 0;
   border: none;
}
.quantity-nft-area button:last-child{
    border-radius:  0 50px 50px 0;
}
.info-collection__social{
    background-color: #777;
    border-radius:  0 0 20px 20px;
    padding: 20px;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
}
#lazymint .auction__card{
    border-radius: 20px 20px 0 0 !important;
}

/* details
--------------------------------*/
.main{
    padding-top: 120px;
}
.details__title span{
    cursor: pointer;
}
.details__info{
    border-radius: 10px;
    border: 1px solid rgb(229, 232, 235);
}
.details__info p{
    font-size: 1.2rem;
}
.details__info > div{
    padding: 20px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.details__info h4{
    font-size: 30px;
    font-weight: 400;
}
.item .card,
.item .card-header:first-child,
.item .card-header{
    border-radius: 10px;
}
.item .card-block {
    border-radius: 0 0 10px 10px;
    padding: 20px;
    background-color: #fff;
    color: #000;
}
.item .card-header{
    padding: 20px;
}
.item .card-header a{
    color: #000 !important;
    padding: 0;
    font-weight: 700;
}
.collapse{
    /* border-top: 1px solid rgb(229, 232, 235); */
}
.accordion-glued .card:first-of-type .card-header{
    border-radius: 10px 10px 0 0;
}
.accordion-glued .card:first-of-type{
    border-radius: 10px;
}
.details__table.details__info > div{
    padding: 0 !important;
}
.details__info-countdown h5{
    font-size: 1.9rem;
}
.details__table{
    /* border-bottom: none !important; */
    margin-bottom: .25rem;
}
.details__table .item .card-block{
    padding: 0;
    max-height: 332px;
}
.details__table .item .card-block .table-responsive,
.details__table .table-responsive{
    height: 332px;
}
.details__table .table{
    border-bottom: none;
    margin-bottom: 5px;
}
.details__table thead tr th,
.details__table tfoot tr th{
    color: #000;
    padding: 4px 15px;
    background-color: transparent;
    font-weight: 400;
    font-size: 13px;
}
.details__table tbody tr td{
    padding: 12px 20px;
    color: #000;
}
.details__table tbody tr td:first-child{
    font-weight: 700;
}
.details__table tbody tr td img{
    display: inline;
}
.details__table tbody tr td:first-child span{
    color:#14141F;
    font-size: 13px;
    font-weight: 400;
}
@media (max-width:767px){
    .main{
        padding-top: 40px;
    }
    .main-container{
        padding-top: 40px !important;
    }
    .details__info button{
        width: 100%;
    }
    .details__info p{
        font-size: 16px;
    }
    .details__info-countdown h5{
        font-size: 1.4rem;
    }
    .details__info-bid h4{
        display: flex;
        flex-direction: column;
    }
    .details__info-bid h4 small{
        font-size: 14px;
    }
}

/* modal popup
-------------------------------------------------*/
.bid__subtotal p{
    color: #000;
    font-size: 1.2rem;
    font-weight: 400;
}
.dropdown__input{
    cursor: pointer
}
.bid__options input{
    cursor: pointer;
    font-size: 1rem;
    color: #212529;
    height: 50px;
}
.dropdown__input span{
    position: absolute;
    right: 15px;
    top: 20px;
}
.dropdown-item > div{
    width: 30px;
    display: flex;
    justify-content: center;
}
.bid__options .dropdown .dropdown-menu{
    min-width: 100%
}
.bid__options .dropdown-item{
    padding: .7rem 1.5rem;
}

/* modal qr code
------------------------------------------*/
.copy-qrcode{
	position: relative;
	width: 100%;
}
.copy-qrcode input{
	width: 100%;
	padding-right: 35px;
	cursor: pointer;
}
.copy-qrcode input:active,
.copy-qrcode input:focus{
	outline: none;
	box-shadow: none;
}
.copy-qrcode input::selection {
	background: transparent !important;
}
.copy-qrcode button{
	position: absolute;
	top: 10px;
	right: 5px;
	outline: none;
	border: none;
	background-color: transparent;
	cursor: pointer;
	transition: all .4s ease;
}
.mensagem-texto-copiado{
	color: #333;
	font-size: 12px;
	font-weight: 700;
	border-radius: 10px;
	text-align: center;
}

/* account
-----------------------------------------*/
.header__info div{
	border-radius: 50px;
}

/* Modal bottom
-----------------------------------------*/
.modal-dialog.fixed-bottom {
    transform: translateY(100%) !important;
    transition: transform 0.3s ease-out !important;
}
.modal.show .modal-dialog.fixed-bottom {
    transform: translateY(0%) !important;
}
.custom-modal .modal-dialog.fixed-bottom{
    margin: 1.75rem auto 0 auto !important;
    
}
.custom-modal .modal-dialog.fixed-bottom .modal-content{
    border-radius: 20px 20px 0 0 !important;
}
.modal.custom-modal .close{
    overflow: hidden;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    position: absolute;
    right: 10px !important;
    top: 10px !important;
    background-color: transparent !important;
    font-weight: 400;
    border: none;
    outline: none;
    z-index: 10 !important;
    opacity: 1;
    box-shadow: none !important;
    font-size: 36px;
    color: #fff !important;
    text-shadow: none !important;
}
@media(max-width: 767px){
    .custom-modal .modal-dialog.fixed-bottom{
        margin: 1rem 0 0 0 !important;
    }
}

/*=============================
Right Side Modal CSS
===============================*/
.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 420px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
    max-height: calc(100vh - 40px);
    margin: 20px;
}
.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
    border-radius: 20px;
}
.modal.right .modal-body {
	padding: 20px;
}
.modal.right.fade .modal-dialog {
	right: -420px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.right.fade.show .modal-dialog {
	right: 0;
}
.modal-content {
	border-radius: 0;
	border: none;
}
.modal-header {
	border-bottom-color: transparent;
	background-color: transparent;
	padding: 20px 30px 0;
}
.modal.right .close {
	color: #777 !important;
    opacity: 1;
	font-size: 22px;
	outline: 0 !important;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
    text-shadow: none !important;
}
.modal-header .close:not(:disabled):not(.disabled):focus, .modal-header .close:not(:disabled):not(.disabled):hover {
	color: #ff6d34;
	text-decoration: none;
	opacity: 1;
}
.modal.right .modal-body p {
	margin-top: 20px;
}
.modal.right .modal-body ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.modal.right .modal-body .modal-contact-info {
	margin-top: 30px;
	margin-bottom: 20px;
}
.modal.right .modal-body .logo a {
	color: #283a5e;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 900;
}
.modal.right .modal-body .logo a span {
	color: #ff6d34;
}
.modal.right .modal-body .modal-contact-info li {
	position: relative;
	padding-left: 45px;
	font-size: 18px;
	margin-bottom: 25px;
}
.modal.right .modal-body .modal-contact-info li b {
	display: block;
}
.modal.right .modal-body .modal-contact-info li i {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 35px;
	color: #ff6d34;
}
.modal.right .bg-dark :is(p:not(.text-muted,.text-default),h1,h2,h3,h4,span:not(.text-muted,.text-default)){
    color: #fff;
}

@media(max-width: 767px){
    .modal.right .modal-dialog{
        width: 100%;
    }
}

/** elementos de dentro do righ side modal
-----------------------------------------------------------------*/
.side-modal-header{
    /* padding: 20px; */
    border-bottom: 1px solid rgba(1,1,1,.05);
}
.side-modal-header .dropdown-toggle{
    cursor: pointer;
    color: #000;
    font-size: 14px;
    font-weight: 700;
}
.side-modal-body{
    /* padding: 20px; */
}
.side-modal-item{
    border: 1px solid rgba(1,1,1,.05);
    border-radius: 9px;
    margin-bottom: 20px;
}
.bg-dark .side-modal-item{
    border: 1px solid rgba(255,255,255,.05);
}
.side-modal-body-token{
    padding: 16px;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
}
.side-modal-body-token .token-time{
    display: flex;
    flex-direction: column;
    
}
.side-modal-body-token .token-time span:first-child{
    font-weight: 700;
}
.side-modal-body-token .token-time span:last-child{
    font-weight: 700;
    font-size: 14px;
    color: #000;
}
.side-modal-body-funds{
    text-align: center;
}
.side-modal-body-funds .funds-info{
    display: flex;
    flex-direction: column;
    padding: 16px;
}
.side-modal-body-funds .funds-info span:first-child{
    font-size: 14px;
    font-weight: 700;
}
.side-modal-body-funds .funds-info span:last-child{
    font-size: 32px;
    font-weight: 700;
    color: #000;
}
.bg-dark .side-modal-body-funds .funds-info span:last-child{
    font-size: 32px;
    font-weight: 700;
    color: #fff;
}
.side-modal-body-funds .funds-add{
    background-color: #14141F;
    font-weight: 700;
    font-size: 18px;
    padding: 16px;
    color: #fff;
    border-radius: 0 0 10px 10px;
    transition: all .3s ease;
    cursor: pointer;
}
.side-modal-body-funds .funds-add:hover{
    opacity: .9;
}
.bg-dark .side-modal-footer-menu a{
    color: #fff;
    font-size: 22px;
    transition: all .4s ease;
    font-weight: 700;
}
.bg-dark .side-modal-footer-menu a:hover{
    color: #fff;
    text-decoration: none;
    transform: translateX(10px);
}
@media(max-width:767px){
    .side-modal-body-token .token-time{
        flex: 0 0 75%;
    }
    .modal.right.fade.show .modal-dialog{
        margin: 0;
        max-height: 100%;
    }
    .modal.right .modal-content{
        border-radius: 0;
    }
}