/*
    You have to use software's finding tool to reach your styles 
    because its not sorted as same as the html file  
    on most softwares you can use ctrl+f
    */
    
*{
    font-family: 'Oxygen', sans-serif;
}
html{
    padding: 0;
    margin: 0;
}
.flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.noselect{
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
  }.material-icons{
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
  }
    body::-webkit-scrollbar {
        width: 10px;
        height: 10px;
      }
       
      body::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      }
       
      body::-webkit-scrollbar-thumb {
        background-color: darkgrey;
        outline: 1px solid slategrey;
      }

body{
    background-image: url("img/image-hero-desktop.jpg");
    background-repeat: no-repeat;
    background-size: 140vw;
    background-position: center 0;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
}input{
    outline: none;
    background-color: transparent;
    border: none;
}

a{
    text-decoration: none;
    color: inherit;
}
.navbar{
    
    margin:0;
    justify-content: space-between;
    display: flex;
    width: 100vw;
    height: 100px;
    color: white;

}.navbar div{
    display: flex;
    align-items: center;
    margin: 50px 75px;
}
.crowdfund{
    
    transition: 500ms;
    padding: 15px;
    font-family: 'Commissioner', sans-serif;
    font-weight: 750;
    font-size: 35px;
    border-radius: 50px;
    letter-spacing: -2px;
}
/* .crowdfund:hover{
    transition: 500ms;
    background: white;
    border-radius: 15px;
    color: black;
} */
.navbar-buttons a{
    margin: 20px;
    font-size: 17px;
    font-weight: 550;
    font-family: 'Commissioner', sans-serif;
}
.main-menu{
    z-index: 500;
    padding: 15px;
    width: 700px;
    margin-top: 100vh;
    margin-left: calc(50vw - 365px);
    min-height: 300px;
    background-color: white;
    border-radius: 12px;
    box-shadow:0 0 5px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hidden-area{
    display: none;
}
.inner-logo{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -40px;
    box-shadow:0 0 5px rgba(0, 0, 0, 0.3);
    border-radius: 40px;
}
.main-header{
    margin-top: 30px;
    text-align: center;
    font-family: 'Spartan', sans-serif;
    font-weight: 800;
    font-size: 25px;
    letter-spacing: -2px;
}
.main-description{
    margin-top: 10px;
    font-family: 'Spartan', sans-serif;
    color: gray;
    font-size: 13px;
}
.main-buttons-container{
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin-top: 30px;
}
.pledge-tab{
    flex-direction: column;
    align-items: center;
    justify-self: start;
    position: fixed;
    float: left;
    top: 15vh;
    left: calc(50vw - 300px);
    width: 600px;
    max-height: 85vh;
    background-color: white;
    z-index: 1010;
    padding: 0 16px;
    border-radius: 10px;
    border: solid 1px rgba(0, 0, 0, 0.3);
}.pledge-line p{
    margin: 3px 0;
}
.pledge-line{
    margin: 10px 0;
    width: 90%;
}.pledge-title{
    align-items: flex-start;
    width: 100%;
    z-index: 1011;
}
.button{
    width: 200px;
    height:50px;
    border-radius:30px;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    font-family: 'Spartan', sans-serif;
    font-size: 14px;
    color: white;
    padding: 0;
    /* To disable selection on buttons */
    
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently*/
}.main-bg{
    background-color: #3cb4ab;
    color: white;
}
.bookmark-button{
    transition: 200ms;
    transition-property: box-shadow;
    width: 150px;
    display:flex;
    align-items: center;
    color: black;
    cursor: pointer;
}
.bookmark-icon{
    height: 50px;
    margin : 0;
}.bookmark-button div{
    display: flex;
    margin-left: 13px;
}
.info-bar{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
}
.info-bar div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 80px;
    align-items: center;
    flex-shrink: 1;
    margin-top: 30px;
    width: 25%;

}
.info-bar div h2{
    margin: 0px;
    font-size: 32px;
}.info-bar div p{
    margin: 0px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
}
.bar-container{
    padding-top: 1px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 0px;
    border-radius: 6px;
    width: 100%;
    height: 12px;
    background-color: rgba(0, 0, 0, 0.25);
}.bar-value{
    transition: 300ms;
    background-color: #3cb4ab;
    height: 100%;
    border-radius: 6px;
}
.about{
    margin-top: 60px;
    width: 95%;
}
.about h2{
    font-size: 20px;
}
.about p{
    font-size: 14px;
    margin-top: 20px;
    color: rgba(0, 0, 0, 0.6);
}
.items-container{
    width: 90%;
    display: flex;
    flex-direction: column;
}
.first-line{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}.third-line{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.items-left-container{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.items{
    
    border-color: rgba(0, 0, 0, 0.15);
    border-width: 1px;
    border-style: solid;
    padding: 20px;
    margin: 10px;
}
.first-line h2{
    font-size: 20px;
}
.first-line h3{
    font-size: 16px;
    font-weight: 500;
    color: #3cb4ab;
}
.second-line p{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6)
}
.items-left-number{
    font-size: 24px;
}
.items-left-text{
    font-size: 14px;
    margin-left: 3px;
}
.out-of-stock{
    background-color: rgba(0, 0, 0, 0.4);
}
.out-of-stock-nb h2{
    color: rgba(0, 0, 0, 0.3);
}
.out-of-stock-nb{
    color: rgba(0, 0, 0, 0.2);
}
/* Start of hover styles */

.main-bg:hover{
    background-color: #3cb4ab;
    cursor: pointer;
}
.bar-value-number{
    margin-top: -16px;
    font-size: 16px;
}
.display-none{
    display: none;
}
.bookmark-button:hover{
    box-shadow: 0 0 10px rgb(0, 0, 0);
    background-color: rgb(190, 190, 190);
}
.close{
    margin-bottom: 20px;
    width: 100%;
    z-index: 1012;
}.icon-in-pledge{
    margin-top: 10px;
    float: right;
    right: 0px;
    cursor: pointer;
    display: block;
    color: gray;
}.font-weight-high{
    font-weight: 700;
    letter-spacing: 0px;
    font-size: 16px;
    
}.tiny-parag{
    font-size: 15px;
}.pledge-box{
    height: 200px;
    width: 90%;
    margin-left: calc(5% - 5px);
    margin-bottom: 20px;
}.pledge-box{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    border: solid 1px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}.on-off{
    width: 10%;
    height: 100%;
    margin-left: 20px;
}.pledge-rewards-container{
    width: 90%;
}.pledge-container{
    max-height: 70vh;
    overflow-y: scroll;
}
.inside-pledge-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
}.display-flex-row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}.clicked-box{
    height: 250px;
    border: 3px solid #3cb4ab;
}.pledge-input{
    width: 60px;
    height: 40px;
    margin-right: 5px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    font-size: 16px;
    text-align: center;
}.input-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}.continue-btn{
    width: 120px;
}.continue{
    display: flex;
    align-items: center;
    justify-content: center;
}.check-box-btn{
    color: #3cb4ab;
    margin-top: 43px;
}.check-box-btn:hover{
    color: rgba(0, 0, 0, 0.4);
}.pledge-input:focus{
outline: none;
border: 2px solid #3cb4ab;
}
.each-title:hover{
    color: #3cb4ab;
}
/* Signin tab */
/* Signin tab */
/* Signin tab */
/* Signin tab */
/* Signin tab */
/* Signin tab */
/* Signin tab */
.signin-menu{
    top:0;
}
.for-transition{
    top: 100vh;
}.transition-once{
    transition: 1000ms;
    /* transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55); */
}
.sign-in-titles{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    background-color: transparent;
    border-radius: 10px 10px 0 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: none;

}.mybtn{
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 200ms;
    transition-property: color , background-color;
    width: 50%;
    height: 100%;
    border: none;
    border-radius: inherit;
    background: transparent;
    font-size: 23px;
}.mybtn:hover{
    background-color: #3cb4ab;
    color: white;
    
}
.left{border-radius: 10px 0 0 0;}.right{border-radius: 0 10px 0 0;}
.inputs-container{
    padding-top:10% ;
    width: 100%;
    padding-bottom: 20px;
    justify-content: flex-start;
    border: 1px solid rgba(0, 0, 0, 0.2);
    flex-direction: column;
    border-radius: 0 0 10px 10px;
}.signin-tab-icon{
    margin-right: 10px;
}.signin-tab-icon{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}.sign-input{
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 95%;
    height: 60px;
    display: flex;
    border-radius: 10px;
}.sign-input{
    margin-bottom: 3%;
}
.signin-checkbox{
    flex-basis: 10%;
}
.signin-input-box{
    flex-basis: 80%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-width: 0 1px 0 1px;
}
.signin-icon{
    flex-basis: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
}.user-input{
    font-size: 20px;
    padding: 0 20px;
}.forget-password{
    margin-left: 50px;
    width: 95%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}.login-btn{
    background-color: #3cb4ab;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 100ms;
    transition-property: color , background-color;
    width: 95%;
    height: 100%;
    border: none;
    border-radius: inherit;
    font-size: 23px;
    color :white;
}.login-btn:hover{
    background-color: rgb(190, 190, 190);
    color : black;
}
.login-btn-container{
    margin-top: 20px;
    width: 100%;
    height: 60px;
    border-radius: 10px
}
.top-view{
    top:0;
}
.toggled-btn{
    background-color: rgba(0, 0, 0, 0.2);
    color: black;
}
.Thanks-for-support-container{
    border: 1px solid rgba(0, 0, 0, 0.3);
    transition: 300ms ;
    transition-property: top , left , background-color;
    position: fixed;
    left: calc(50vw - 200px);
    top: -100vh;
    width: 400px;
    height: 10vh ;
    background-color: black;
    display: flex;
    justify-content: center;
    border-radius: 20px;
}.Thanks-for-support-container-after{
    top: 20vh;
    background-color: white;
}.top-length{
    margin-top:20vh;
}
footer{
    position: relative;
    display: flex;
    flex-direction: row;
    min-height: 150px;
    background-color: gray;
    width: 100vw;
    bottom: 0;
    margin: 50px 0 0 0;
    z-index: 500;
}footer div{
    min-height: 100%;
    flex-basis: 100%;
    padding: 10px;
    display: flex;
    font-size: calc(1vh + 1vw);
    display: inline;
}footer div a{
    text-decoration: underline;
}