@import url("css2-1.css");


:root{
    --prim-color: #fa0d0d;
    --sec-color: #ffcd77;
    --third-color: #161616;
    --forth-color: #583e3dff;
}
*,*::before,*::after{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Just Another Hand", cursive;
    line-height: 1.5;
}
a{
    text-decoration: none;
    text-align: center;
    display: inline-block;
}
img{
    display: block;
}
ul{
    padding: 0 1rem;
}
button{
    border: none;
    display: block;
    cursor: pointer;
    margin: auto;
}
body,html{
    height: 100%;
    width: 100%;
}
.headline{
    background-image: url("wood.png");
    background-position: center;
    background-size: cover;
    padding: 0.2rem 1rem;
    width: min(1000px,100%);
    border-radius: 10px;
    font-size: clamp(30px,5rem,6vw);
    text-align: center;
    vertical-align: middle;
    color: #fff;
    filter: drop-shadow(0 8px 8px #0000005b);
    user-select: none;
}
.homepage{
    min-height: 100vh;
    width: 100%;
    background-color: #000;
    background: url("bg.png")  ;
    background-size: cover;
    background-position: center;
    padding: 3rem 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 3rem;
}
.wrapper{
    height: 100%;
    width: min(1500px,100%);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 0 4rem;
    gap: 4rem;
}

.wrapper > * {
    flex: 1 1 50%;
   max-width: 100%;
}
.nft_image_wrapper{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo,.flag{
    width: min(500px,100%);
    animation: hover 1s infinite ease-in-out;
    filter: drop-shadow(0 10px 10px  #00000040 );
    animation-direction: alternate-reverse;
    border-radius: 0 0 100% 100%;
   transform-origin: top;
   transform-box: fill-box;
   border-top: 20px solid var(--third-color);
   border-bottom: 8px solid var(--prim-color);

}
.nft_text_wrapper{
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    gap: 3rem;
    background-image: url("paper.png");
    background-position: center;
    background-size: cover;
    padding: 1rem 2rem;
    filter: drop-shadow(0 8px 8px #0000005b);
}
.nft_description{
    font-size: clamp(35px,2rem,3vw);
}
.mint_wrapper{
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}
.mint_wrapper > * {
    flex: 1 1 100%;
    width: 100%;
    font-size: clamp(28px,1.5rem,2vw);
    padding: 0.7rem ;
     color: #fff;
     
}
.merch_button{
    background: url("merch_btn.png");
    background-size: cover;
    background-position: center;
}
.min_button{
  display: none;
}
#mint-button-container{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 100%;
}
#mint-button-container > *{
    width: 100% !important;
   
}
.homepage_socials{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: min(600px,100%);
}

.homepage_socials > * {
    background-color: var(--third-color);
    background-image: url("wood.png");
    background-position: center;
    background-size: cover;
    padding: 0.5rem;
    border-radius: 10px;
    filter: drop-shadow(0 5px 5px #0000005b);
}
.homepage_social_link{
    
    width: clamp(40px,3rem,3.5vw);
}
#slider-container {
    display: flex;
    gap: 8px;
    align-items: center;
    width: 100%;
}
#main-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#mint-counter {
    color: #000;
    text-align: center;
}
.wallet-adapter-button {
    background-color: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-family: "Just Another Hand", cursive;
    font-size: clamp(28px,1.5rem,2vw);
    width: 100% ;
    line-height: 48px;
   font-weight: unset;
  }
  .wallet-adapter-button-trigger {
    background: url("");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .wallet-adapter-button:not([disabled]):focus-visible {
    outline-color: #fff;
  }
  .wallet-adapter-button:not([disabled]):hover {
    background-color: #1a1f2e;
  }
  .wallet-adapter-button[disabled] {
    background: #404144;
    color: #999;
    cursor: not-allowed;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .wallet-adapter-button-end-icon,
  .wallet-adapter-button-start-icon,
  .wallet-adapter-button-end-icon img,
  .wallet-adapter-button-start-icon img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
  }
  .wallet-adapter-button-end-icon {
    margin-left: 12px;
  }
  .wallet-adapter-button-start-icon {
    margin-right: 12px;
  }
  .wallet-adapter-collapse {
    width: 100%;
  }
  .wallet-adapter-dropdown {
    position: relative;
    display: inline-block;
  }
  .wallet-adapter-dropdown-list {
    position: absolute;
    z-index: 99;
    display: grid;
    grid-template-rows: 1fr;
    grid-row-gap: 10px;
    padding: 10px;
    top: 100%;
    right: 0;
    margin: 0;
    list-style: none;
    background: #2c2d30;
    border-radius: 10px;
    box-shadow: 0 8px 20px #0009;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
    font-family: DM Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  }
  .wallet-adapter-dropdown-list-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(10px);
  }
  .wallet-adapter-dropdown-list-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    cursor: pointer;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
    border-radius: 6px;
    font-size: clamp(28px,1.5rem,2vw);
    font-weight: 600;
    height: 37px;
    color: #fff;
  }
  .wallet-adapter-dropdown-list-item:not([disabled]):hover {
    background-color: #1a1f2e;
  }
  .wallet-adapter-modal-collapse-button svg {
    align-self: center;
    fill: #999;
  }
  .wallet-adapter-modal-collapse-button.wallet-adapter-modal-collapse-button-active
    svg {
    transform: rotate(180deg);
    transition: transform ease-in 0.15s;
  }
  .wallet-adapter-modal {
    position: fixed;
    inset: 0;
    opacity: 0;
    transition: opacity linear 0.15s;
    background: #00000080;
    z-index: 1040;
    overflow-y: auto;
  }
  .wallet-adapter-modal.wallet-adapter-modal-fade-in {
    opacity: 1;
  }
  .wallet-adapter-modal-button-close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 18px;
    right: 18px;
    padding: 12px;
    cursor: pointer;
    background: #1a1f2e;
    border: none;
    border-radius: 50%;
  }
  .wallet-adapter-modal-button-close:focus-visible {
    outline-color: #fff;
  }
  .wallet-adapter-modal-button-close svg {
    fill: #777;
    transition: fill 0.2s ease 0s;
  }
  .wallet-adapter-modal-button-close:hover svg {
    fill: #fff;
  }
  .wallet-adapter-modal-overlay {
    background: #00000080;
    position: fixed;
    inset: 0;
  }
  .wallet-adapter-modal-container {
    display: flex;
    margin: 3rem;
    min-height: calc(100vh - 6rem);
    align-items: center;
    justify-content: center;
  }
  @media (max-width: 480px) {
    .wallet-adapter-modal-container {
      margin: 1rem;
      min-height: calc(100vh - 2rem);
    }
  }
  .wallet-adapter-modal-wrapper {
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    z-index: 1050;
    max-width: 400px;
    border-radius: 10px;
    background: #10141f;
    box-shadow: 0 8px 20px #0009;
    font-family: DM Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    flex: 1;
  }
  
  .wallet-adapter-modal-wrapper .wallet-adapter-button {
    width: 100%;
  }
  .wallet-adapter-modal-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    margin: 0;
    padding: 64px 48px 48px;
    text-align: center;
    color: #fff;
  }
  @media (max-width: 374px) {
    .wallet-adapter-modal-title {
      font-size: 18px;
    }
  }
  .wallet-adapter-modal-list {
    margin: 0 0 12px;
    padding: 0;
    width: 100%;
    list-style: none;
  }
  .wallet-adapter-modal-list .wallet-adapter-button {

    font-size: clamp(28px,1.5rem,2vw);
  }
  .wallet-adapter-modal-list .wallet-adapter-button-end-icon,
  .wallet-adapter-modal-list .wallet-adapter-button-start-icon,
  .wallet-adapter-modal-list .wallet-adapter-button-end-icon img,
  .wallet-adapter-modal-list .wallet-adapter-button-start-icon img {
    width: 28px;
    height: 28px;
  }
  .wallet-adapter-modal-list .wallet-adapter-button span {
    margin-left: auto;
    font-size: clamp(28px,1.5rem,2vw);
    opacity: 0.6;
  }
  .wallet-adapter-modal-list-more {
    cursor: pointer;
    border: none;
    font-size: clamp(18px,1rem,1.5vw);
    padding: 12px 24px 24px 12px;
    align-self: flex-end;
    display: flex;
    align-items: center;
    background-color: transparent;
    color: #fff;
  }
  .wallet-adapter-modal-list-more svg {
    transition: all 0.1s ease;
    fill: #fff;
    margin-left: 0.5rem;
  }
  .wallet-adapter-modal-list-more-icon-rotate {
    transform: rotate(180deg);
  }
  .wallet-adapter-modal-middle {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 24px 24px;
  }
  .wallet-adapter-modal-middle-button {
    display: block;
    cursor: pointer;
    margin-top: 48px;
    width: 100%;
    background-color: var(--prim-color);
    padding: 12px;
    font-size: 18px;
    border: none;
    color: #fff;
  }
  #mint-slider-amount > * {
    color: #000 !important;
  }

  /* range */
  #mint-slider > div >span >  span:nth-child(1) {
    border-color: var(--third-color);
    background-color: var(--third-color);
  }
  #mint-slider > div >span >  span:nth-child(2) {
    border-color: var(--prim-color);
    background-color: var(--prim-color);
  }
/* range ball*/
  #mint-slider > div >span >  span:nth-child(3) {
   
    background-color: var(--prim-color);
    --wwebkit-accent-color: var(--prim-color) !important;
  }

  @keyframes hover {
    0%{
        transform: skew(2deg) ;
    }
    100%{
        transform: skew(-2deg) ;
    }
}
@keyframes reversehover {
    0%{
        
        transform: rotate3d(0,0,0, 0) ;
    }
    100%{
        transform: rotate3d(1,0,0, 50deg) skew(-30deg);
    }
}
@media only screen and (max-width: 600px){
    .wrapper{
        flex-direction: column;
        gap: 3rem;
        padding: 0 1rem;
    }
    #mint-button-container , #slider-container , #mint-counter{
      display: none;
    }
    .min_button{
      display: block;
      background-image: url("");
      background-position: center;
      background-size: cover;
    }
}