@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&family=Playfair+Display:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap');

.navbar-toggler:active,
.navbar-toggler:focus{
    outline: 0 !important;
    border: 0 !important;
}
.navbar-toggler-icon {
    /* background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); */
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.sticky-wrapper{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    z-index: 999;
}
.header{
    margin-top: 30px;
    transition: all .2s ease;
    position: absolute;
    width: 100%;
    z-index: 9999;
}
.fixed-header-on .header{
    margin-top: 0 !important;
}
.section.hero{
  background: url('/assets/img/art/Banner.png') center no-repeat;
  /* background-attachment: fixed; */
  background-size: cover;
  margin: 0 0 20px;
  min-height: max(700px, 100vh);
  position: relative;
  /* animation: fadeInWithScaleAndTranslate 1s ease; */
  animation: zoomIn 1s ease;
}
.webdoor {
  background: url('/assets/img/modern-art-studio.jpg') center no-repeat;
  background-size: cover;
  margin: 0 0 20px;
  min-height: max(700px, 100vh);
  position: relative;
  animation: zoomIn 10s;
}
.webdoor::before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #000;
  opacity: .5;
}
.webdoor h1{
  /* font-family: 'Playfair Display', serif; */
  font-size: 56px;
}
.webdoor .overtitle,
.overtitle{
  color: #fff;
  font-size: 22px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  letter-spacing: 0.15em;
}
.webdoor .btn-custom:hover{
  background-color: #1c1c1c !important;
  color: #fff !important;
}
.block-title .overtitle{
  font-size: 17px;
  color: #aaa081 !important;
}
.block-title .overtitle::before{
  content: "";
  top: 50%;
  width: 60px;
  height: 2px;
  background-color: #aaa081;
  display: block;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.collections-container-info{
  display: flex;
  gap: 1rem;
  align-items: center;

  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
  width: fit-content;
  padding: 10px;
  border-radius: 6px;
}
@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.hero-title{
  position: absolute;
  width: 100%;
  /* display: block; */
  align-items: center;
  justify-content: center;
  bottom: 2.1rem;
  left: 0;
}
.hero-title h1{
  font-weight: 500;
  color: var(--primary-color);
  font-size: 56px;
  margin: 0 28%;
  text-align: center;
  line-height: 1.1;
  text-transform: uppercase;
}
@media(max-width: 1399px){
  .hero-title{
    bottom: 8rem;
  }
  .hero-title h1{
    font-size: 42px;
  }
}
@media(max-width: 1200px){
  .section.hero{
    /* background-attachment: scroll !important; */
  }
}
@media(max-width: 767px){
  .section-hero{
    background-position: center 13px !important;
  }
  .hero-title{
    bottom: 5rem;
  }
  .hero-title h1{
    font-size: 24px;
    margin: 0 6%;
  }
}
@media(max-width: 568px){
  .section.hero{
    /* background-attachment: scroll !important; */
    min-height: 720px;
  }
  .hero-title{
    bottom: 7.4rem;
  }
}
@keyframes zoomIn {
    from {
      opacity: 0;
      transform: scale(1.2);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }
@keyframes fadeInWithScaleAndTranslate {
    from {
      opacity: 0;
      transform: scale(0.9) translateY(-20px);
    }
    to {
      opacity: 1;
      transform: scale(1) translateY(0);
    }
  }
@keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
.section.hero::before, section.hero::after{
    border: 1px solid #1c1c1c;
    bottom: 20px;
    content: "";
    left: 0;
    margin: 15px;
    position: absolute;
    right: 0;
    top: 0;
}
.section.hero::after{
    margin: 10px;
}
.notxt-decoration,
.notxt-decoration:hover,
.notxt-decoration:focus,
.notxt-decoration:active{
    text-decoration: none !important;
}
.dark-bg{
    /* background-color: #000 !important; */
    background-color: var(--primary-color) !important;
}
/* .section.about-art{
    height: 1800px;
} */
.art-box{
    max-width: 280px;
    min-width: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    /* padding-bottom: 1000px; */
}
/* .art-box-content {
    position: sticky; 
    top: 0;
}
.art-box-content.is-sticky{
    padding-top: 120px;
} */
.font-serif{
    /* font-family: 'Cinzel', 'PT Serif', serif; */
    font-family: 'Playfair Display', serif;
    /* letter-spacing: 1.3; */
    color: #fff;
}
.font-large{
    font-size: 28px;
}
.modal-menu{
    left: 0;
}
.modal-menu .modal-dialog{
    left: 0;
    /* top: 6rem;
    max-height: calc(9px*100 - 13rem) !important;
    height: 80% !important; */
    margin-left: calc(10px + 1rem) !important;
}
.modal-menu .modal-dialog {
    transition: width 0.7s ease !important;
    width: 0 !important; /* Começa com largura zero */
}
.modal-menu.show .modal-dialog {
    width: 420px !important; /* Largura máxima desejada */
}
.modal-menu.fade{
  transition: none !important;
}
.modal-menu.closing .modal-dialog {
  transition: width 0.7s ease !important;
  width: 420px !important; /* Largura máxima */
}
.modal-menu.closing.show .modal-dialog {
  width: 0 !important; /* Largura começa em 420px e diminui para 0 */
}
@media(max-width:767px){
  .modal-menu .modal-dialog {
      transition: width 0.7s ease !important;
      width: 0 !important; /* Começa com largura zero */
  }
  .modal-menu.show .modal-dialog {
      width: 100% !important; /* Largura máxima desejada */
  }
  .modal-menu.closing .modal-dialog {
    transition: width 0.7s ease !important;
    width: 100% !important; /* Largura máxima */
  }
  .modal-menu.closing.show .modal-dialog {
    width: 0 !important; /* Largura começa em 420px e diminui para 0 */
  }
}
.static-infos-item{
    border-top: 1px solid rgba(0,0,0,.5);
}
.static-infos-item:last-child{
    border-bottom: 1px solid rgba(0,0,0,.5);
}
.font-bg{
    background: #000;
    color: #fff !important;
    padding: 5px;
}
.about-art-author{
    max-width: 320px;
    right: 20px;
    bottom: 120px;
}
/* IMAGE ICON BOX */
.section-mint-card {
    width: 100%;
    /* height: 100%; */
    display: flex;
    flex-wrap: wrap;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .section-mint-card.is-inview .mint-content-image img {
    opacity: 1;
    transform: scale(1);
    object-fit: contain;
    height: 100%;
  }
  .mint-content-image img {
    object-fit: contain;
    height: 100%;
  }
  .section-mint-card * {
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .section-mint-card .mint-icon {
    width: 100px;
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    position: absolute;
    left: .7rem;
    top: .7rem;
    z-index: 1;
    color: #fff;
    text-transform: uppercase;
  }
  .section-mint-card .mint-icon img {
    height: 50px;
  }
  .section-mint-card .mint-content-image {
    width: 100%;
    display: block;
    margin: 0;
    overflow: hidden;
    max-height: 280px;
  }
  .section-mint-card .mint-content-image img {
    width: 100%;
    display: block;
    opacity: 1 !important;
    transform: scale(1.2);
    transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  }
  .section-mint-card .mint-content-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    background: #fff;
  }
  .section-mint-card .mint-content-box .font-serif{
    color: var(--primary-color);
    /* letter-spacing: -0.98px; */
  }
  .section-mint-card .mint-content-box .expand {
    width: 100%;
    /* max-height: 0; */
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    justify-content: center;
  }
  .section-mint-card .mint-content-box b {
    width: 100%;
    display: block;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .section-mint-card .mint-content-box h4 {
    width: 100%;
    display: block;
    font-size: 32px;
    /* font-family: 'Cinzel', serif; */
    margin-bottom: 0;
  }
  .section-mint-card .mint-content-box p {
    width: 100%;
    margin: 0;
  }
  .section-mint-card .mint-content-box a {
    display: inline-block;
    position: relative;
    margin: 0 auto !important;
    font-weight: 500;
  }
  .section-mint-card .mint-content-box a:hover {
    text-decoration: none;
  }
  .section-mint-card .mint-content-box a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 0;
    transition: width 0s ease, background .25s ease;
  }
  .section-mint-card .mint-content-box a:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 4px;
    width: 0;
    background: var(--secondary-color);
    transition: width .25s ease;
  }
.section-title{
    font-size: 56px !important;
}
.page-wrapper, section{
  overflow: hidden;
}
.text-dark{
    color: #000 !important;
}
.image-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .image-container img {
    max-width: 100%; /* Ajuste o tamanho conforme necessário */
    transform: translateY(0); /* Define a posição inicial */
    transition: transform 0.3s ease; /* Tempo de animação e curva de aceleração */
  }
.anim-zoomin-wrap{
    transition: all .3s ease;
    overflow: hidden;
}
.anim-zoomin-wrap:hover img{
    transform: scale(1.1);
}
.anim-zoomin-wrap img{
    transition: all .3s ease;
}
.text-spacing-uppercase{
    text-transform: uppercase;
    font-size: 12px;
    margin: 10px 0 !important;
    color: #777777;
    letter-spacing: 4px;
}
.mint-section-card-info{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background: var(--primary-color);
    padding: 10px;
    color: #fff;
}
.mint-section-card-info p > span:nth-child(1){
  font-size: 22px;
}
.mint-section-card-info h5{
  font-size: 22px;
  color: #fff !important;
}
/* IMAGE BOX */
.image-box {
  width: 100%;
  display: block;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.image-box.is-inview img {
  opacity: 1 !important;
  transform: scale(1) !important;
  transition-delay: .3s;
}
.image-box img {
  width: 100%;
  opacity: 0 !important;
  transform: scale(1.4) !important;
  transition: opacity 1.2s cubic-bezier(.215,.61,.355,1),transform 1.2s cubic-bezier(.215,.61,.355,1);
}
.swal2-popup{
  padding: 65px 80px !important;
}
.swal2-actions.swal2-loading .swal2-styled.swal2-confirm{
  border-left-color: var(--primary-color) !important;
    border-right-color: var(--primary-color) !important;
    border-top-color: var(--primary-color) !important;
}
.nfc-box{
  border-radius: 24px;
  background-color: var(--secondary-color);
  padding: 35px 65px;
}
.nfc-box :is(h3,p,p.lead){
  color: #000 !important;
}
.nfc-box img{
  position: absolute;
  top: 0;
  right: -3%;
  width: 360px;
}
.overflow-show{
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
.modal-redeem{
  transition: all .3s ease;
}
.custom-radio{
  transition: all .3s ease;
}
/* .custom-radio:hover {
  background-color: rgba(0,0,0,.05);
} */
.custom-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.custom-radio input[type="radio"] ~ .custom-control-label:before {
  border: 2px solid #007bff;
}
.custom-radio input[type="radio"]:checked ~ .custom-control-label:before {
  border: 2px solid #007bff;
  background-color: #007bff;
}
.btn-checked{
  background-color: var(--primary-color) !important;
  color: #fff !important;
}
.custom-radio .img-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.custom-radio .img-container .mint-icon{
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  background-color: #000;
  padding: 2px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.custom-radio .img-container .mint-icon img{
  width: 32px;
  display: inline;
}
.custom-radio .img-container .mint-icon span{
  font-size: 13px;
  color: #fff;
}
.custom-radio .radio-img {
  width: 100%;
  height: auto;
}
.google-sign > p{
  letter-spacing: 1px;
  text-align: center;
}
/* .fixed-header-on .scrollToTop{
  opacity: 1 !important;
} */
.about{
  background-image: linear-gradient(0deg, rgba(245, 247, 250, 0) 0%, rgba(245, 247, 250, 0.8) 100%);
  position: relative;
}
.about::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.3;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/assets/img/event-bg-1-1.jpg');
  z-index: -1;
}
.block-title h3{
  font-size: 44px;
  color: #000;
  margin-top: 1rem;
}
.about-highlited{
  font-size: 24px;
  line-height: 44px;
}
.nfc-cta{
  background-image: url('/assets/img/shape-dark-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  box-shadow: 0px 20px 50px 0px rgba(33, 37, 43, 0.1);
}
.block-image{
  height: 440px;
}
.block-image img{
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.collections{
  background-image: url('/assets/img/event-bg-1-1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.collections .mint-content-box h4{
  font-size: 22px;
  font-weight: 600;
}
.collections-container{
  margin-top: 120px;
  position: relative;
}
.collections-container.coming-soon::before{
  content: "";
  position: absolute;
  bottom: 0;
  height: 80%;
  width: 100%;
  background: rgba(255,255,255,.6);
  z-index: 9;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.coming-soon-text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.collections .swiper-button-next,
.collections .swiper-button-prev{
  top: auto;
  bottom: 0;
  border: 1px solid rgba(0,0,0,.2);
  padding: 20px;
}
.collections .swiper-button-next::after,
.collections .swiper-button-prev::after{
  color: #000;
  font-size: 18px;
}
.collections .swiper-button-next{
  right: auto;
  left: 50%;
}
.collections .swiper-button-prev{
  right: 50%;
  left: auto;
}
.collections .swiper-wrapper{
  height: fit-content;
  padding-bottom: 4rem;
}
.disclaimer-delivery{
  border: 1px solid rgba(0,0,0,1);
  max-width: 440px;
  margin: 0 auto;
}
.disclaimer-delivery .bi{
  font-size: 26px;
}
.collections .overtitle{
  justify-content: center;
}
#modalArtist{
  background-color: #000;
}
#modalArtist .modal-dialog{
  max-width: 1320px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
#modalArtist .modal-content{
  background-color: #000;
}
#modalArtist .close,
#modalArtist .close:hover,
#modalArtist .close:active,
#modalArtist .close:focus{
  color: #fff;
  text-shadow: none !important;
}
.featured-collection-image legend{
  font-size: 14px;
  font-weight: 500;
  margin-top: 0.5rem;
}
.btn-default-transparent.bg-white:hover,
.btn-default-transparent.bg-white:active,
.btn-default-transparent.bg-white:focus{
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: #fff !important;
}
.btn-default-transparent:not(.bg-white):hover,
.btn-default-transparent:not(.bg-white):active,
.btn-default-transparent:not(.bg-white):focus{
    color: #fff !important;
}
@media(max-width: 767px){
    .fixed-header-on .header{
        padding: 15px 0;
    }
    .font-large{
        font-size: 18px;
    }
    .header{
        margin: 0 !important;
        padding: 10px 0;
    }
    .header .btn-default-transparent{
        max-width: 140px !important;
        min-width: 120px !important;
        padding: 15px 10px !important;
    }
    #logo a{
        font-size: 18px !important;
    }
    .modal-menu .modal-dialog{
        height: 100% !important;
    }
    .static-infos-item{
        font-size: 13px;
    }
    .artist {
        background: url('/assets/img/bg-linesbottom.jpg') no-repeat !important;
    }
    .art-box-content{
        padding-bottom: 60px !important;
    }
    .nfc-box{
      min-height: 550px;
      padding: 40px 20px;
    }
    .nfc-box img{
      right: auto;
      top: auto;
      bottom: -5%;
      left: 5%;
      width: 300px;
    }
    .webdoor h1{
      font-size: 36px;
    }
    .block-title h3{
      font-size: 28px;
    }
    .about-highlited{
      font-size: 18px;
      line-height: 32px;
    }
    .block-title .overtitle{
      font-size: 12px;
      justify-content: start;
    }
    .collections-container-info{
      overflow-x: auto;
      width: 100%;
    }
    .collections-container-info li {
      white-space: nowrap;
    }
    .collections .swiper-wrapper{
      height: fit-content;
      padding-bottom: 4rem;
    }
    .disclaimer-delivery{
      max-width: 100%;
    }
    .collections .overtitle{
      justify-content: start;
    }
}

/* animação da logo na navbar 
---------------------------------------------------*/
.page-wrapper,
.sticky-wrapper,
.header{
    background-color: transparent;
}
#logo a{
    display: grid;
    align-items: center; /* Centraliza verticalmente */
    justify-content: center; /* Centraliza horizontalmente */
    font-size: 26px;
}
#logo a:hover{
    text-decoration: none;
}
#logo a:active{
    color: #000;
}
.primary-logo{
    flex-grow: 1;
    transition: transform .8s cubic-bezier(.645,.045,.355,1);
    transform-origin: top;
    grid-column: 1/2;
    grid-row: 1/-1;
    justify-content: center;
    backface-visibility: hidden;
    display: inline-flex;
    vertical-align: middle;
}
.secondary-logo{
    grid-column: 1/2;
    grid-row: 1/-1;
    transform-origin: bottom;
    transform: translateY(-180%) rotateX(90deg);
    transition: transform .8s cubic-bezier(.645,.045,.355,1);
    justify-content: center;
    display: inline-flex;
    vertical-align: middle;
}
.logo-rotate .primary-logo {
    transform: translateY(100%) rotateX(90deg)
}
.logo-rotate .secondary-logo {
    transform: translateY(0) rotateX(0deg)
}

/* PreLoad
-------------------------------------------------------------- */
.preload {
    overflow: hidden;
} 

.preload-container {
    position: relative;
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99999999999;
    display: block;
    overflow: hidden;
}

.preload-logo {
    position: absolute;
    top: 100%; /* Inicialmente fora do quadro */
    left: 50% !important;
    width: 264px;
    height: 29px;
    transform: translateX(-50%) !important;
    z-index: 100;
    margin: 0 auto;
    background: transparent;
    background-image: url(../img/logo-w.png);
    background-repeat: no-repeat;
    background-position: center center;
    animation: logoSlideIn 1s forwards; /* Usei o nome 'logoSlideIn' para a animação */
}

@keyframes logoSlideIn {
    0% {
        top: 100% !important; /* Inicialmente fora do quadro */
    }
    100% {
        top: 50%; /* No centro */
    }
}
@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
@media (max-width: 767px){
    .preload-logo{
        animation: none !important;
        top: 50% !important;
    }
    .header-dropdown-buttons .btn-group .dropdown-menu{
        left: 0;
    }
    #header .header{
        background-color: hsla(0,0%,100%,.8) !important;
    }
}