body{
    width: 100%;
      display: flex;
      flex-direction: column;
      overflow-x: hidden;
      background-color: #202020;
  }
  *{
      margin: 0%;
      padding: 0%;
      box-sizing: border-box;
    
      
      
  }
  @font-face {
      font-family: TuskerGrotesk-3800Super;
      src:
        url(./Fonts/TuskerGrotesk-3800Super.ttf) format("TrueType") ,
        url(./Fonts/TuskerGrotesk-3800Super.woff) format("Web Open Font Format"),
        url(./Fonts/TuskerGrotesk-3800Super.woff2) format("Web Open Font Format 2 ");
    }
    @font-face {
      font-family: TuskerGrotesk-bold;
      src:
        url(./Fonts/TuskerGrotesk-4700Bold.ttf) format("TrueType") ,
        url(./Fonts/TuskerGrotesk-4700Bold.woff) format("Web Open Font Format"),
        url(./Fonts/TuskerGrotesk-4700Bold.woff2) format("Web Open Font Format 2 ");
    }
    @font-face {
      font-family: TuskerGrotesk;
      src:
        url(./Fonts/TuskerGrotesk-2500Medium.ttf) format("TrueType") ,
        url(./Fonts/TuskerGrotesk-2500Medium.woff) format("Web Open Font Format"),
        url(./Fonts/TuskerGrotesk-2500Medium.woff2) format("Web Open Font Format 2 ");
    }
    @font-face {
      font-family: BebasNeue;
      src:
        url(./Fonts/Bebas-Neue-Pro-Regular.otf) ;
        
    }
    
  @font-face {
      font-family: handwriting;
      src: url(./Fonts/GreatVibes-Regular.ttf);
    }
    
  .container{
      display: flex;
      height: 90vh;
      background-image: url(./images/header7.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: right;
      background-color: black;
      justify-content: space-between;
      
  }
  #myVideo{
      margin-left: 5%;
      margin-top: 5%;
  }
  
  button{
      font-family: BebasNeue;
      font-size: 25px;
      margin: 8px;
      width: 130px;
      height: 40px;
      background: none;
      border-radius: 50px;
      cursor: pointer;
      color: white;
      margin-right: 0px;
      background-color: black;
      border: black;
      opacity: 0.8;
     
      
      
  }
  .headtitle{
    margin-left: 1%;
    display: flex;
    flex-direction: column;
    gap: 0%;
  }
  .aboutMeTitle{
    font-family: TuskerGrotesk-bold;
    font-size: 108PX;
    color: #61fc64;
  }
  .aboutMe{
    margin-left: 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
  
  }
  .white{
    color: white;
    font-family: TuskerGrotesk-bold;
    font-size: 100PX;
    
  }
  button:hover {
    opacity: 1;
  }
  .contact{
      border: none;
      background-color: #61fc64;
      color: black;
  }
  .aboutMeDetaile{
    color: white;
    font-family: BebasNeue;
    font-size: 170%;
    margin-left: 15%;
    margin-top: 5%;
    width: 75%;
    line-height: 170%;
  
  }
  #discoverMore{
    color:#61fc64 ;
    text-decoration: none;
    font-family: BebasNeue;
    font-size: 170%;
    margin-top: 10%;
    margin-left: 1%;
    display: flex;
    gap: 1.5%;
    transition: 0.5s;
    
    
  }
  .flash{
    color: #61fc64;
    font-size: 180%;
    margin-top: -3.45%;
    font-weight: bold;
    
  
  }
  
  #discoverMore:hover {
    gap: 3%;
    font-size: 175%;
  }
  .textbase{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
    margin-top: 7%;
  
  }
  .imgabout{
    width: 400px;
    height: 550px;
    
    display: block;
    border-radius: 5%;
   
  }
  .aboutTitle{
    font-family: TuskerGrotesk-bold;
    font-size: 80PX;
    color: #61fc64;
    justify-content: center;
    text-align: center;
  }
  .midleft{
    display: flex;
    gap: 10px;
  }
  .lefofimg{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0px;
    margin-left: 5%;
    margin-top: 145px;
    margin-bottom: 0px;
    
    
  }
  .leftline{
   margin-right: 9px; 
  }
  .verticaltext{
    color: white;
    font-family: BebasNeue ;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    letter-spacing: 2.5px;
  }
  .projectsTitle{
    font-family: TuskerGrotesk-bold;
    letter-spacing: 2PX;
    font-size: 60PX;
    color: #61fc64;
    align-items: center;
    text-align: center;
    margin-top: 10%;
  }
  #projectsDescribtion{
    color: white;
    font-family: BebasNeue ;
    letter-spacing: 1.5px;
    font-size: 170%;
    margin-top: 40px;
    text-align: center;
  }
  .myresume{
    color:#61fc64 ;
    text-decoration: none;
    font-family: BebasNeue;
    font-size: 170%;
    margin-top: 2%;
    margin-left: 14.8%;
    display: flex;
    gap: 1%;
    transition: 0.5s;
  }
  .flashmyresume{
    font-size: 170%;
    margin-top: -1.5%;
  }
  .myresume:hover {
    gap: 1.5%;
    font-size: 175%;
    
  }
  .myresume:hover > .flashmyresume {
    margin-top: -1.6%;
    
  }
  .everyproject{
    background-position: center;
    background-size: cover;
    width: 390px;
    height: 390px;
    border-radius: 20px;
    filter: grayscale(1);
    transform: scale(1);
    transition: 0.5s;
    overflow: hidden;
    
  }
  .background{
    background-image: url(./images/player.png);
    
  }
  .background2{
    background-image: url(./images/home.png);
    margin-top: 200px;
    
    
  }
  .background3{
    background-image: url(./images/giftshop.png);
    
  }
  .background4{
    background-image: url(./images/dashboard.webp);
    margin-top: 200px;
  }
  .background5{
    background-image: url(./images/game.png);
    
  }
  .background6{
    background-image: url(./images/ticket.jpg);
    margin-top: 200px;
  }
  .projectList{
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto auto;
    margin-left: 15%;
    margin-top: 10%;
    height: 2000PX;
    
  }
  .project{
    border-radius: 20px;
    text-decoration: none;
    color: aliceblue;
    font-family: BebasNeue;
    
    
  }
  
  .project:hover > .everyproject {
    filter: grayscale(0);
    transform: scale(1.1);
  }
  .blackglass{
    width: 400px;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 280px;
    
    
   
  }
  .show{
    background-color: rgba(0, 0, 0, 0.651);
    transition: 0.8s;
  }
  .hashtags{
    text-align: center;
    justify-content: space-around;
    font-size: 18PX;
    display: flex;
    width: 40%;
    margin-left: 55%;
    padding-top: 10px;
    margin-top: -100px;
    transition: 1s;
    
    
  }
  .hoveredhashtags{
    margin-top: 0px;
  }
  
  .hashtag{
    background-color: rgba(27, 26, 26, 0.771);
    border-radius: 3PX;
  }
  .projectDetails{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 15px;
    transition: 1s;
    margin-top: 200px;
  }
  .hoveretexted{
    margin-top: -100px;
  }
  .projectTitle{
    font-size: 40px;
    color: #61fc64;
    
  }
  .ProjectDetaileDescribtion{
    font-family: BebasNeue;
    font-size: 18px;
    width: 90%;
    letter-spacing: 1.3px;
  }
  .bg2hashtag{
    width: 20%;
    margin-left: 75%;
  }
  .bg3hashtag{
    width: 54%;
    margin-left: 42%;
  }
  .footer{
    background-color: #1c1c1c;
    height: 550PX;
    margin-top: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    
    
  }
  .imageCoverFooter{
    width: 45%;
    
    
  }
  .FooterDecribtion{
    width: 50%;
    justify-content: center;
    align-items: center;
    margin-left: 5%;
    
  }
  .FooterTitle{
    font-family: TuskerGrotesk-bold;
    font-size: 70px;
    justify-content: center;
    align-items: center;
    text-align: left;
  }
  .footertitle1{
    color: white;
    letter-spacing: 1px;
  }
  .footertitle2{
    color: #61fc64;
    letter-spacing: 3px;
  }
  .FooterTitleDescribtion{
    color: white;
    font-family: BebasNeue;
    font-size: 20px;
    margin-top: 30px;
    letter-spacing: 1.5px;
    width: 50%;
  }
  .contacts{
    display: flex;
    gap: 20px;
    width: 60%;
    background-color: #202020;
    border-radius: 10px;
    margin-top: 30px;
  }
  .contactImg{
    width: 150px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    filter: grayscale(1);
  }
  .contactDetaile{
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    gap: 10px;
  
  }
  .contactTitle{
    color: white;
    font-family: BebasNeue;
    font-size: 25px;
    letter-spacing: 1.5px;
  }
  .emailAdress{
    text-decoration: none;
    color: white;
    font-family: BebasNeue;
    font-size: 15px;
    letter-spacing: 1.5px;
    transition: 0.5s;
  }
  .emailAdress:hover{
    color: #61fc64;
  }
  .phone{
    text-decoration: none;
    color: white;
    font-family: BebasNeue;
    font-size: 15px;
    letter-spacing: 1.5px;
    transition: 0.5s;
  }
  .phone:hover{
    color: #61fc64;
  }
  .FooterIcons{
    filter: none;
  }
  .iconsize{
    width: 20px;
    margin-left: 5px;
    margin-top: 5px;
    cursor: pointer;
  
  }
  #endFooter{
    margin-top: 20px;
  }
  .FooterIcons{
    display: flex;
    justify-content: space-between;
    width: 14%;
  }
  .circle{
    width: 30px;
    height: 30px;
    background-color: #1c1c1c;
    border-radius: 50%;
    transition: 0.5s;
  }
  .circle:hover{
    background-color: #61fc64;
  }
  .gitButton{
    background-color: #61fc64;
    align-items: center;
    justify-content: center;
    width: 20%;
  }
  .gitButton > a {
    text-decoration: none;
    color: #1c1c1c;
    align-items: center;
    justify-content: center;
  }
  .centerbutton{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
  }
  @media(max-width: 768px ) {
    .projectTitle{
      z-index: 9999;
      filter: none;
      color: #61fc64;
      
    }
    .container{
      background-size: cover;
      width: 100%;
      background-image: url(./images/cropedheader.jpg);
      flex-direction: column;
    }
    .aboutMeTitle{
      font-size: 54PX;
    }
    .white{
      font-size: 54PX;
    }
    .marsdesign{
      width: 100%;
    }
    .aboutMe{
      flex-direction: column;
    }
    .aboutMeDetaile{
      font-size: 130%;
      width: 90%;
      margin-left: 5%;
    }
    .flashmyresume{
      margin-top: -14px;
      margin-left: 3px;
    }
    .projectList{
      
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: auto ;
    height: 2300PX;
    margin-left: 0%;
    align-items: center;
      justify-content: center;
    
    }
    .hashtags{
      margin-top: 0%;
    }
    .projectDetails{
      margin-top: -100px;
      
    }
    .background2{
      margin-top: 0%;
      background-image: url(./images/home-modified.png);
    }
    .background4{
      margin-top: 0%;
      background-image: url(./images/dashboard-modified.webp);
    }
    .background6{
      margin-top: 0%;
      background-image: url(./images/ticket-modified.jpg);
    }
    .footer{
      flex-direction: column;
      background-image: url(./images/footer15opacity.jpg);
      background-size: contain;
      background-repeat: no-repeat;
      height: 400PX;
      background-color: #202020;
      width: 90%;
      
      
    }
    
    .imageCoverFooter{
      display: none;
    }
    .FooterTitle{
      font-size: 40px;
      width: 190px;
    }
    .FooterTitleDescribtion{
      width: 90%;
      letter-spacing: 1px;
    }
    .FooterDecribtion{
      width: 100%;
    }
    .contactImg{
      width: 80px;
      height: 80px;
    }
    .contactTitle{
      font-size: 20px;
    }
    .emailAdress{
      font-size: 13px;
    }
    .contacts{
      width: 100%;
      background-color: #0f0f0f60;
      gap: 5px;
    }
    .everyproject{
      width: 285px;
      height: 285px;
      justify-content: center;
      align-items: center;
      filter: grayscale(0);
      
    }
    .hashtags{
      margin-left:120px ;
    }
    .bg2hashtag{
      margin-left: 200px;
    }
    .bg3hashtag{
      margin-left: 70px;
    }
    .aboutTitle{
      font-size:60px ;
    }
    .imgabout{
      width: 80%;
      height: 80%;
      margin-top: 30%;
      justify-content: center;
      align-items: center;
      
    }
    .myresume{
      margin-left: 5%;
    }
    .projectsTitle{
      font-size: 40PX;
      
    }
    #projectsDescribtion{
      font-size: 100%;
      width: 75%;
      margin-left: 12.5%;
    }
    .contactDetaile{
      margin-top: 0%;
    }
    .buttons{
      display: none;
    }
    .lefofimg{
      display: none;
    }
    .midleft{
      justify-content: center;
      align-items: center;
    }
    
    .ProjectDetaileDescribtion{
      display: none;
    }
    .background{
      background-image: url(./images/player-modified.png);
      
    }
   
    .background3{
      background-image: url(./images/giftshop-modified.png);
      
    }
   
    .background5{
      background-image: url(./images/game-modified.png);
      
    }
    
  }
  
  @media (min-width:768px) and (max-width:1023px){
    .buttons{
      display: inherit;
    }
    .container{
      flex-direction: row;
      background-image: url(./images/header7.jpg);
    }
    .lefofimg{
      display: inherit;
    }
    .imgabout{
      width: 400px;
    }
    .aboutMe{
      flex-direction: row;
    }
    .textbase{
      margin-top: 130px;
    }
    #projectsDescribtion{
      font-size: 20px;
    }
    .projectList{
      grid-template-rows: auto auto auto;
    grid-template-columns: auto auto;
    gap: 50px;
    height: 2000px;
    margin-left: 2%;
    }
    .background2{
      margin-top: 200px ;
    }
    .background4{
      margin-top: 200px;
    }
    .background6{
      margin-top: 200px;
    }
    .footer{
      width: 95%;
      background-position: right;
    }
    .FooterTitleDescribtion{
      width: 42%;
    }
    .contacts{
      display: flex;
    gap: 20px;
    width: 400px;
    background-color: #202020d3;
    border-radius: 10px;
    margin-top: 30px;
    }
    .contactImg{
      width: 130px;
      height: 130px;
    }
    .contactTitle{
      font-size: 25px;
    letter-spacing: 1.5px;
    }
    .emailAdress{
      font-size: 15px;
    letter-spacing: 1.5px;
    }
    .phone{
      font-size: 15px;
      letter-spacing: 1.5px;
    }
    .flashmyresume{
      margin-top: -14px;
      
    }
  }
  