
*{
    box-sizing: border-box;
    margin: 0%;
    padding: 0%;
}
p{
    margin: 0px;
}
body, html {
  height: 100%;
  margin: 0;
}
.main-page-background{
    background-image: url('./images/Jazbaatforwebsite\ 1.png');
    min-height: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.navbar-split{
    display: flex; 
    justify-content: space-between; 
    flex-direction: row; 
    flex-wrap: wrap; 
    width: 100%;
}
.page-logo,.page-title, .page-metamask-btn, .page-metamask-btn-mobile,.web-page-button{
    display: flex;
    justify-content: center;
    align-items: center;
}
@media(max-width: 800px){
    .page-logo >img{
        width: 96px;
    }
    .page-title > img{
        width: 223px;
    }
}
@media(max-width: 576px){
    .page-logo >img{
        width: 70px;
    }
    .page-title > img{
        width: 223px;
    }
}

.social-accounts-screen{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.social-left{
    display: flex;
    justify-content: center;
    align-items: center;
}
.social-right{
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(min-width: 576px){
    .social-accounts-screen-mobile{
        display: none;
    }
}
@media(max-width: 576px){
    .page-metamask-btn{
        display: none;
        width: 33.3%;
    }
    .social-accounts-screen{
        display: none;
    }
    .page-logo, .page-title, .page-metamask-btn-cls{
        width: 33.3%;
    }
    #img-title-logo-left{
        width: 70px;
    }
    .page-logo{
        justify-content: start;
    }
    #img-title-logo, #img-title-logo-right{
        width: 100%;
    }
}

.mint-area{
    background-color: rgba(255, 255, 255, 0.2);
    display: grid;
    grid-template-columns: 50% 50%;
}

.jazbaat-album > img{
    width: 100%;
}
.mint-section{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin: 50px 100px;
}
@media(max-width: 950px){
    .mint-section{
        margin: 50px 20px;
        margin-top: 0px;
        height: 300px;
    }
    .mint-btn{
        font-size: 20px !important;
    }
}
.mint-sections{
    display: grid;
    grid-template-rows: 60% 15% 15% 10%;
    height: 100%;
    width: 100%;
}
.mint-reaining{
    display: grid;
    grid-template-rows: 75% 15% 10%;
    /* justify-content: center; */
    align-items: center;
    border: 1px solid white;
    margin: 0px 0px 20px 0px;
}
.mint-reaining > p{
    font-size: 60px;
    color: white;
    font-family: rubik;
    display: flex;
  justify-content: center;
  align-items: center;
}
.mint-reaining > .eth-price{
    display: none;
    justify-content: center;
    align-items: center;
    background-color: white;
    color:black;
    width:100%;
    font-family: Rubik;
    font-size: 18px;
    padding: 8px 0px;
}
.mint-reaining > .wl-mint{
    background-color: black;
    display: flex;
    color: white;
    padding: 0px 10px;
    justify-content: space-around;
    height: 100%;
    align-items: center;
    display: none;
}
.free-mint-eli{
    display: flex;
    width: 50%;
    /* font-size: 15px; */
    justify-content: start;
}
#free-mint-check, #wl-mint-check{
    padding-left: 10px;
}
.wl-mint-eli{
    display: flex;
    width: 50%;
    /* font-size: 15px; */
    justify-content: start;
}
@media(max-width: 1200px){
    .free-mint-eli{
        font-size: 14px;
    }
    .wl-mint-eli{
        font-size: 14px;
    }
}
@media(max-width: 800px){
    .free-mint-eli{
        font-size: 13px;
    }
    .wl-mint-eli{
        font-size: 13px;
    }
}
@media(max-width: 576px){
    .free-mint-eli{
        font-size: 10px;
    }
    .wl-mint-eli{
        font-size: 10px;
    }
}
.increment-decrement{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}


.count-how-many{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

form {
    margin: 0px;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    display: inline-grid;
    grid-template-columns: 25% 50% 25%;
}
.value-button {
    display: inline-block;
    margin: 0px;
    text-align: center;
    vertical-align: middle;
    padding: 11px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.value-button:hover {
  cursor: pointer;
}


form #decrease1 { height: 100%; background-color: white;  color: black;}
form #increase1 { height: 100%; background-color: white; color: black; }
form #input-wrap { margin: 0px; padding: 0px;}
input#number1 { text-align: center;
    height: 100%;
    margin: 5px;
    background: transparent;
    color: white !important;
    background-color: rgba(145, 145, 145, 0.5);
    border: 2px solid white;
}



.mint-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color: white; 
    width: 100%; 
    padding: 5px; 
    font-size: 27px;
    border: none; 
    margin-top: 4px;
}
.chk-open{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: 10px;
}

@media(max-width: 800px){
    .mint-reaining > p{
        font-size: 30px;
    }
    .mint-btn{
        font-size: 20px !important;
    }
}
@media(max-width: 950px){
    .mint-area{
        display: flex;
        width: 100%;
        flex-direction: column;
    }
}

.POC{
    display: grid;
    grid-template-columns: 100% 0%;
}
.poc-1{
    display: flex;
    flex-direction: row;
    /* justify-content: space-around; */
    padding: 0px 5px;
    flex-wrap: wrap;
}
.poc-1-1{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:white;
    padding: 2px 5px;
    margin: 0px 5px;
}
.poc-1-1 > a{
    text-decoration: none;
    color:black;
}
.poc-1-2{
    background-color: rgba(145, 145, 145, 0.5);
    border: 2px solid #FFFFFF;
    padding: 2px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(min-width: 950px){
    .poc-small{
        display: none;
    }
    .POC{
        display: grid;
    }
}
@media(max-width: 950px){
    .POC{
        display: none;
    }
    .poc-small{
        display: block;
    }
}
@media(max-width: 576px){
    .walletAddressJazbaat{
        font-size: 12px !important;
    }
    .viewOnSmall{
        font-size: 12px !important;
    }
}



.collectors-perks{
    display:flex ; justify-content: space-around ; flex-wrap:wrap; width: 100%; padding: 10px; gap: 20px;
}
.collectors-perks >div{
    display: flex; justify-content: center; align-items: center; background-color: rgba(145, 145, 145, 0.5); padding: 20px; border: 2px solid white; flex-direction: column; width: 250px;
}
.collectors-perks >div >h4{
    font-family: 'Times New Roman', Times, serif; color: white;
}

.slider {
  border: 2px solid #222;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 30px auto;
  overflow: hidden;
  width: 541px;
}

 .slider > .slide {
    border-left: 2px solid #222;
    height: 200px;
    float: left;
    overflow: hidden;
    -moz-transition: width .4s ease-out;
    -webkit-transition: width .4s ease-out;
    transition: width .4s ease-out;
    width: 106px;    
}
.slider > .slide:first-child {
      border-left: 0;
}
.slider > .slide:hover {
    cursor: pointer;
}
.slider > .slide.grow {
    width: 310px;
}
.slider > .slide.shrink {
    width: 55px;
}


@media(max-width: 576px){
    footer{
        justify-content: center !important;
    }
}


@media(max-width: 500px){
    .page-logo >img{
        width: 40px;
    }
    #navbar-split-left{
        width: 30px;
    }
    .page-title > img{
        width: 150px;
    }
}








/* Custom Scroll Bar Start */



::-webkit-scrollbar {
  width: 20px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(0, 0, 0); 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: red; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}

/* Custom Scroll Bar End */

