* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
 
  
  }
 html{
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-image: url(../img/kali.jpg) ;
    background-repeat: no-repeat;
    
 }  
 body{
   background: transparent;
 }
 @media  (min-width: 1300px) {
   html{
     background-size:  cover;
     background-position: 0;
     
    }
  } 


  .matrix{
    display: none;
  }
  .btnNone{
      display: none;
  }
  /* SO GUI*/


.main{
    display:none;
}
.main-content {
    display: flex;
    flex-direction: column;
   
    align-items: center;

  }.card-view-main{
    flex-direction: column;
    display: flex;

  }
  
  .main-content .card-view-main {
    margin: 20px 0px 20px 0px;
    z-index: -1;
    display: -ms-flexbox;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 315px;
    height: 420px;
    word-wrap: break-word;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border: 3px solid rgba(0, 0, 0, 0.1);
    background-clip: border-box;
    border-radius: 0.5rem;
    display: grid;
    grid-template-columns: minmax(157px, 314px) minmax(157px, 314px);
    grid-template-rows: 33px 25px 180px 25px 25px;
    grid-template-areas: "row1 col1" "row2 row2" "row3 row3";
  }
  
  .row1 {
    color: white;
    grid-area: row1;
    display: flex;
    align-items: center;
    margin: 0;
    padding-left: 5px;
    background-color: rgba(0, 0, 0, 0.8);
    border-bottom: 1px solid black;
    text-transform: capitalize;
  }
  
  .close {
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border-radius: 50%;
    margin-right: 5px;
  }#close{
    width: 16px;
    height: 16px;
    
}.imgClose{
    color:white;
    background-color: #ffffff;
    margin-left: 2px;
    margin-top: 2px;
      
  }
  .min {
    width: 14px;
    height: 14px;
    background: linear-gradient(to right, #ff4e50, #f9d423);
    background: -webkit-linear-gradient(to right, #ff4e50, #f9d423);
    border-radius: 50%;
    margin-right: 5px;
  }.mins {
    width: 14px;
    height: 14px;
    background: linear-gradient(to right, #1308eb, #4f5df6);
    background: -webkit-linear-gradient(to right, #1308eb, #4f5df6);
    border-radius: 50%;
    margin-right: 5px;
  }
  .max {
    width: 14px;
    height: 14px;
    background: linear-gradient(to right, #8e2de2, #4a00e0);
    background: -webkit-linear-gradient(to right, #8e2de2, #4a00e0);
    border-radius: 50%;
    margin-right: 5px;
  }
  
  .col1 {
    background-color: rgba(0, 0, 0, 0.8);
    grid-area: col1;
    display: flex;
    align-items: center;
    margin: 0;
    padding-right: 5px;
    justify-content: end;
    border-bottom: 1px solid black;
    text-transform: capitalize;
  }
  
  .row2 {
    color: white;
    grid-area: row2;
    display: flex;
    align-items: center;
    margin: auto;
    z-index: 555;
    opacity: 1;
    text-transform: capitalize;
  }
  
  .col2 {
    grid-area: col2;
    display: flex;
    align-items: center;
    margin-right: 5px;
    justify-content: end;
    text-transform: capitalize;
    /* border-bottom: 1px solid black; */
  }
  .Icon {
    width: 75px;
    height: 75px;
    background: rgba(0, 0, 0, 0.0);
    margin: 5px;
    padding: 2px;
    border-radius: 3px;
    transition: all 0.15s ease-in-out;
    border: 1px solid transparent;
  }
  .Icon:Hover {
    background: rgba(66, 165, 245, 0.15);
    border: 1px solid #90CAF9;
    cursor: pointer;
  }
  .Icon:Active {
    border: 1px solid #90CAF9;
    background: rgba(66, 165, 245, 0.5);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  }
  .label{ 
    width: 100%;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    font-family: Roboto;
    font-size: 13px;
    color: #fff;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0.5), -1px 0 0 rgba(0, 0, 0, 0.5), 0 1px 0 rgba(0, 0, 0, 0.5), 0 -1px 0 rgba(0, 0, 0, 0.5), 1px 1px rgba(0, 0, 0, 0.5), -1px -1px 0 rgba(0, 0, 0, 0.5), 1px -1px 0 rgba(0, 0, 0, 0.5), -1px 1px 0 rgba(0, 0, 0, 0.5);
}

  #terminal , #readme {
    width: 55px;
    height: 55px;
  }
 
  