html,body {
    margin:0;
    font-family: helvetica;


    

 margin: 0;
font-family: helvetica, Arial, sans-serif;
overflow-x: hidden;  

  }

.noSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

::-webkit-scrollbar {
    display: none;
}

.hidden {
    display: none;
}

#gabbois {
  position: fixed;
  top: 30px;
  width: 200px;
  z-index:200;
  margin:15px;
  /* pointer-events: none; */
  image-rendering:optimizeQuality;

}

#menu  {
    margin-left: 15px;
    top:25vh;
    position:fixed;
    overflow-y: scroll;
    height:75vh;
    z-index:2;
    /* transform:translate(0,0); */
  }


  
  p.menuText {
    font-size: 40px;
    margin:0;
    cursor: pointer;
  }
  
  p.menuText:hover {
    font-weight: bold;
  }


p.menuText2 {
  font-size: 30px;
  margin:0;
  cursor: default;

}

p.menuText2_5 {
  font-size: 30px;
  margin:0;
  cursor: default;
  /* font-weight: bold; */

}

p.menuText3 {
  font-size: 30px;
  margin:0;
  cursor: default;
  font-style: italic;

}

.menuPress {
  font-size: 30px;
  margin:0;
  line-height: 30px;


}

.menuPress:hover {
  text-decoration: underline;
  cursor: alias;
}

.menuPress2 {
  font-size: 30px;
  margin:0;
  cursor:default;
  line-height: 30px;
}

  a {
    color:black;
  }

  nav#commMenu {
    margin-top: 12px;
    margin-left: 10px;
    line-height: 14px;
    margin-bottom: 12px;
  }

  #commmenu a {
    text-decoration: none;
  }

  
  
  p.commText {
    margin:0;
    font-size: 30px;
    line-height: 30px;;
  
  }
  
  p.commText:hover {
    font-weight: bold;
  
  }








  
  div#contentDiv {
    position: fixed;
    top: 0;
    left: 37.5vw;
    padding-top:25vh;
    width:600px;
    padding-bottom:25vh;
    overflow:scroll;
    height:75vh;
  }


  .imageSize {
    margin-bottom: 20px;
    width:600px;
  }











/* NEW */ 

      section {
        position: relative;
        top: 0;
        left:0;
        margin-left: 25vw;
        width: 75vw;
        height:1000px;
        overflow: auto;

      }

        #grid {
        display: grid;
        grid-template-columns: auto auto auto;
        grid-template-rows: auto;
        align-items: center;
        justify-items: center;
      }

        #grid img {
        width: 25vw;
        align-items: center;
        justify-items: center;
        cursor: pointer;
      }
      
        .i1 {
        height: 70px;
        max-width: 100%;
        object-fit: contain; 
        image-rendering: crisp-edges;
        cursor: pointer;
       
       
      }

      #commmenu {
      display: none;

    }



































/* =====  NOTIF DESKTOP   ======== */

#notifications {
  position: fixed;
  top:0;
  right:0;
  transform: translate(500px,0);
  z-index: 1000000000000;



}


#siteDesktop {
  z-index: 100;
}

.notif {
  position:relative;
  top:20px;
  right:20px;

  width: 345px;
  border-radius: 8px;
    box-shadow: 0px 0px 20px -5px #cccccc;
background-color: none;
  transition: 0.3s;
}

.anim {
  animation: notif 15s infinite ease-in-out;

}
@keyframes notif {

  0% {transform: translate(0,0); opacity: 0}
  10% {transform: translate(-500px,0); opacity: 1}
  20% {transform: translate(-500px,0); opacity: 1}
  30% {transform: translate(-500px,0); opacity: 1}
  40% {transform: translate(-500px,0); opacity: 1}
  50% {transform: translate(-500px,0); opacity: 1}
  60% {transform: translate(-500px,0); opacity: 1}
  70% {transform: translate(-500px,0); opacity: 1}
  80% {transform: translate(0,0); opacity: 0}
  90% {transform: translate(0,0); opacity: 0}
  100% {transform: translate(0,0); opacity: 0}



}



.accept {
  position:absolute;
  bottom:0;
  right:0;
  width:22%;
  height:45%;
  /* background-color: red; */
  z-index: 3;
  margin-right:20px;
  transform:translate(0,15px);
  border-radius:0 0 10px 0;
  cursor:pointer;

}

.decline {
  position:absolute;
  top:0;
  right:0;
  width:22%;
  height:45%;
  /* background-color: cyan; */
  z-index: 3;
  margin-right:20px;
  transform:translate(0,21px);
  border-radius:0 10px 0  0;
  cursor:pointer;

}

.drag {
  position:fixed;
  cursor:all-scroll;
  background-color: none;
  left:20vw;
  top:10vw;
  z-index: 100;


}

.close {
  position: absolute;
  /* top:20vw; */
  /* left:10vw; */
  width:40px;
  height:30px;
  /* background-color: lime; */
  z-index: 101;
  cursor:pointer;

}

.opacity {
  opacity: 0;
  pointer-events: none;
}

.airdropImg {
  width: 600px;
  position: absolute;
  z-index: 100;
  box-shadow: 0px 0px 20px -5px #cccccc;
  border-radius: 2px
}





/* new style */



    .com-solo {
      position:absolute;
      width:75vw;
      left:0;
    }


    .com-text {
  
        position:relative;
        top:0;
        left:0;
        
        height:auto;

        

    }

        .com-text2 {
      position:absolute;
      top:0;
      left:0;
      width:50vw;
      height:calc(100vh - var(--menuB));
      background-color: white;
      overflow:scroll;
    }

    .com-text-t {
        padding: 5% 20% 5% 20% ;
    }

    .com-text-title {
        font-size:30px;
        text-align:left;
        padding:0;
        margin:0;
    }

    .com-text-desc {
        font-size:20px;
        padding:0;
        margin:0;
    }

        .com-img {
       


 
        background-color: white;
        margin:0;
        padding:0;
        display: flex;
        flex-direction: column; 
      

        position:relative;
        left:20%;
     
        height:auto;
        width:60%;

    }





/* =====  NOTIF end  ======== */







#buttmob {
  display:none;
}

#gs {
  display: grid;
  align-items: top;
  justify-items: center; 
  grid-template-columns: auto auto;
  grid-template-rows: auto;
}


.team-grid{
  display:grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;            /* space between cards */
  width:100%;
}

.team-member{ text-align:center; }
.team-member img{
  display:block;
  margin:0 auto;
  width:200px;          /* or 100% if you want the image to stretch */
  max-width:100%;
  height:auto;
}

/* mobile: 2 per row */
@media (max-width: 900px){
  .team-grid{ grid-template-columns: repeat(2, 1fr); }
}






/* where the toast-like notifications appear */
#notifications {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  pointer-events: none; /* only the images catch clicks */
}
#notifications .anim { position: relative; margin-top: 8px; }
#notifications .notif {
  pointer-events: auto;
  cursor: pointer;
  width: 320px;          /* adjust */
  max-width: 90vw;
  display: block;
  filter: drop-shadow(0 6px 20px rgba(0,0,0,.25));
}

/* in/out animations */
.slide-in   { animation: notif-in  var(--in, .35s) ease-out forwards; }
.slide-out  { animation: notif-out var(--out,.35s) ease-in  forwards; }

@keyframes notif-in {
  from { transform: translateY(16px); opacity: 0; }
  to   { transform: translateY(0);    opacity: 1; }
}
@keyframes notif-out {
  from { transform: translateY(0);    opacity: 1; }
  to   { transform: translateY(16px); opacity: 0; }
}

/* B-image draggable card */
.bcard {
  position: absolute;    /* or fixed if you prefer */
  top: 100px; left: 100px;
  background: white;
  border-radius: 8px;
  border:none;
  box-shadow: 0 12px 30px rgba(0,0,0,.25);
  z-index: 10000;
}
.bcard .bimg {
  display: block;
  max-width: 70vw;
  max-height: 70vh;
  height: auto;
}
.bcard .close-x {
  position: absolute;
  top: 6px; right: 8px;
  background: transparent;
  border: 0;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}



@media screen and (max-width:1000px) {

  #notifications {display: none;}
  .bcard {display: none;}


  #gs { 
      grid-template-columns: auto;
  }

  body {
    overflow-x: hidden;
    width:100vw;
    /* position: fixed; */
  }

 #buttmob {
   position:fixed;
   top: 30px;
   left:0;
    display: block;
    z-index: 600;
  }


  #gabbois {
    position:fixed;
    top: 30px;
    left:calc(100vw - 230px);
  }

  #menu {
    transition: 0.5s;
    left:-100vw;
    overflow-x: hidden;
    overflow-y:scroll;
    position: fixed;
    background-color: white;
    width:calc(100vw - 20px);
    padding-left:20px;
    margin:0;

 

  }


  /* notif */
  #siteDesktop {
    display: none;
  } /* notif end */

  div#contentDiv {
    position: absolute;
    top: 0;
    left: 5vw;
    padding-top:25vh;
    width:90vw;
    padding-bottom:25vh;
    transition: 0.5s;
    overflow-x: hidden;
  }


.imageSize {
    margin-bottom: 20px;
    width:90vw;
    overflow-x: hidden;
  }


      section {
        position: absolute;
        top: 25vh;
        margin-left: 0;
        width:100vw;
        height:75vh;
      }



    .com-solo {
      position:absolute;
      width:100vw;
      left:0;
    }


      .com-text-t {
        padding: 5% 5% 5% 5% ;
    }

    .com-img {
       
        left:0;
        width:100%;

    }

    
        #grid {
        display: grid;
        grid-template-columns: auto auto;
        grid-template-rows: auto;
        align-items: center;
        justify-items: center;
      }

        #grid img {
        width: 50vw;
        align-items: center;
        justify-items: center;
        cursor: pointer;
      }


}