@media (min-width: 600px) {
  .a-right {
    padding-left: 50%;
    padding-top: 1%;
    border: none;
    background: rgb(10, 11, 9);
    background: linear-gradient(
      90deg,
      rgba(10, 11, 9, 0.541) 0%,
      rgba(66, 66, 66, 1) 71%,
      rgba(66, 66, 66, 1) 73%,
      rgba(67, 67, 67, 1) 76%,
      rgba(70, 70, 70, 1) 79%,
      rgba(72, 72, 72, 1) 80%,
      rgba(75, 75, 75, 1) 83%,
      rgba(78, 78, 78, 1) 88%,
      rgba(83, 83, 83, 1) 92%,
      rgba(86, 86, 86, 1) 97%,
      rgba(92, 92, 92, 1) 100%,
      rgba(98, 98, 98, 1) 100%,
      rgba(108, 108, 108, 1) 100%,
      rgb(71, 71, 71) 100%,
      rgb(104, 104, 104) 100%,
      rgb(124, 124, 124) 100%,
      rgb(90, 90, 90) 100%
    );
  }
  .a-right {
    opacity: 0.2;
    animation: hh 3.785357267845s forwards;
  }
  .a-right:hover {
    opacity: 1;
    animation: hi 1s forwards;
  }
  @keyframes hi {
    0% {
      opacity: 0.2;
    }
    100% {
      opacity: 1;
    }
  }

  @keyframes hh {
    0% {
      opacity: 1;
    }
    25% {
      opacity: 1;
    }
    50% {
      opacity: 1;
    }
    70% {
      opacity: 0.4;
    }
    80% {
      opacity: 0.2;
    }
    100% {
      opacity: 0.07;
    }
  }
  .lsh:hover {
    animation: lsha 1s forwards;
  }
  .container-sub-2-1 > button {
    text-align: right;
  }
  .container-main-main {
    height: fit-content;
  }
  .container-main-1 {
    padding: 1%;
  }
  .container-main-1 > h1 {
    letter-spacing: 50px;
    margin-top: 2%;
  }
  .container-main-3 {
    display: grid;
    padding: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    grid-template-columns: auto auto;
    height: fit-content;
  }
  .container-sub-3 {
    padding: 20px;
    border-radius: 10px;
    font-size: 20px;
    margin: 0.8%;
    padding: 10px;
    height: 100px;
    max-width: 100%;
  }
  .sub-3-img {
    height: 100%;
    width: 100%;
  }
  .sub-3-p {
    max-width: 90%;
    text-align: center;
    height: 100%;
    width: 100%;
  }
  .container-sub-3 > img {
    max-height: 100%;
    max-width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
  }
  .container-sub-3-1 {
    margin: 1px;
    background-color: silver;
  }

  .container-main-5 {
    display: flex;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: auto auto;
  }
  .container-sub-5 {
    padding: 20px;
    border-radius: 10px;
    font-size: 20px;
    margin: 8%;
    padding: 10px;
    display: flex;
    height: 300px;
  }
  .sub-5-img {
    height: 100%;
    width: 100%;
  }
  .container-main-6 {
    position: sticky;
    bottom: 0;
    text-align: center;
    z-index: 1;
    font-family: "Roboto Mono", monospace;
    border-top: 0.001px solid rgba(255, 255, 255, 0.411);
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    grid-template-columns: auto auto auto;
    font-size: smaller;
    border-top: 0.001px solid rgba(255, 255, 255, 0.425);
    display: grid;
    padding: 10px;
    z-index: 3;
  }
  .hd {
    display: none;
  }
  .ins {
    height: 250px;
    width: 250px;
  }
  .i-name {
    width: 75%;
    padding: 1%;
    margin: 3%;
    margin-bottom: 5%;
    position: fixed;
    bottom: 1%;
    z-index: 5;
    animation: o 0.47s forwards;

    border-radius: 15px;
    letter-spacing: 13px;

    background: rgb(10, 11, 9);
    background: linear-gradient(
      360deg,
      rgba(10, 11, 9, 0.541) 0%,
      rgba(66, 66, 66, 1) 71%,
      rgba(66, 66, 66, 1) 73%,
      rgba(67, 67, 67, 1) 76%,
      rgba(70, 70, 70, 1) 79%,
      rgba(72, 72, 72, 1) 80%,
      rgba(75, 75, 75, 1) 83%,
      rgba(78, 78, 78, 1) 88%,
      rgba(83, 83, 83, 1) 92%,
      rgba(86, 86, 86, 1) 97%,
      rgba(92, 92, 92, 1) 100%,
      rgba(98, 98, 98, 1) 100%,
      rgba(108, 108, 108, 1) 100%,
      rgb(71, 71, 71) 100%,
      rgb(104, 104, 104) 100%,
      rgb(124, 124, 124) 100%,
      rgb(90, 90, 90) 100%
    );
    background-color: rgb(41, 41, 41);
  }
  .i-name > p {
    font-family: "Roboto Mono", monospace;
    letter-spacing: 1px;
  }
  .b-opa {
    opacity: 0.2;
  }

  .container-sub-2-1 {
    position: sticky;
    top: 0;
    padding: 5px;
    background: rgb(10, 11, 9);
    background: linear-gradient(
      90deg,
      rgba(10, 11, 9, 1) 0%,
      rgba(66, 66, 66, 1) 71%,
      rgba(66, 66, 66, 1) 73%,
      rgba(67, 67, 67, 1) 76%,
      rgba(70, 70, 70, 1) 79%,
      rgba(72, 72, 72, 1) 80%,
      rgba(75, 75, 75, 1) 83%,
      rgba(78, 78, 78, 1) 88%,
      rgba(83, 83, 83, 1) 92%,
      rgba(86, 86, 86, 1) 97%,
      rgba(92, 92, 92, 1) 100%,
      rgba(98, 98, 98, 1) 100%,
      rgba(108, 108, 108, 1) 100%,
      rgba(114, 114, 114, 1) 100%,
      rgba(176, 176, 176, 1) 100%,
      rgba(212, 212, 212, 1) 100%,
      rgba(255, 255, 255, 1) 100%
    );
    border-bottom: white solid 0.05px;
    text-align: right;
    font-family: "Roboto Mono", monospace;
  }

  .container-sub-2-1 > span {
    padding-left: 3%;
    margin-right: 1%;
    z-index: 3 !important;
  }
  .container-sub-2-1 > span > a {
    text-decoration: none;
    color: white;
  }
}
