 *,
 *::before,
 *::after {
   box-sizing: border-box;
 }
 
 body {
    font-family: "Arima", sans-serif;
    min-height: 100vh;
    background-image: url("./images/image.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #000;
    margin: 0;
 }

 .container {
     max-width: 320px;
     margin: 0 auto;
     padding: 5px 10px;
     display: flex;
     flex-direction: column;
    align-items: center;
    position: relative;
 }

 img {
     display: block;
 }

 ul {
     list-style: none;
 }

 p,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
     margin: 0;
 }

 ul,
 ol {
     padding-left: 0;
     margin: 0;
 }

 a {
     text-decoration: none;
     cursor: pointer;
     transition-duration: 250ms;
     transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
 }

 .title {
   display: flex;
   margin-bottom: 5px;
   gap: 0;
 }

 .pfp {
    border-radius: 12px;
    width: 100px;
    height: 100px;
    margin-right: 19px;
    border: 2px solid #731919;
 }

 .hi-div {
    border: 2px solid #731919;
    border-radius: 8px;
    width: 181px;
    height: 68px;
    box-shadow: 7px 4px 4px 0 rgb(58,24,24,0.25);
    background: #fff;
 }

 .hi1 {
    font-family: "Arima", sans-serif;
    font-weight: 600;
    font-size: 36px;
    position: relative;
    right: 15px;
    bottom: 8px;
    text-transform: uppercase;
    color: #4C654A;
 }

 .hi2 {
    font-family: "Asset", sans-serif;
    font-size: 16px;
    position: relative;
    left: 27px;
    bottom: 20px;
 }

 .color-span {
    color:#731919;
 }

 .about1 {
   border: 2px solid #000;
   border-radius: 8px;
   background: #fff;
   position: relative;
   display: flex;
   gap: 14px;
   padding: 7px 8px;
   box-shadow: 3px 4px 4px 0 rgb(58, 24, 24, 0.25);
   margin-bottom: 8px;
   align-self: self-start;
 }

 .black-cat {
   position: absolute;
   bottom: 13px;
   left: 137px;
   width: 95px;
  height: 95px;
 }

 .else-div {
   display: flex;
   gap: 9px;
  margin-bottom: 13px;
 }

 .first-else-div {
  align-self: flex-start;
 }

 .about-1-p {
   font-family: "Barrio", sans-serif;
   font-size: 16px;
   align-self: center;
 }

 .about-1-p::before {
   content: "!!!";

   position: absolute;

   top: -15px;
   left: 20px;

   color: #8b0000;

   font-weight: bold;

   transform: rotate(-10deg);
 }

 .img-about1-div {
   display: flex;
   gap: 9px;
   margin-bottom: 11px;
 }

 .img-about1-1 {
   width: 143px;
   height: 77px;
 }

 .img-about1-2 {
   width: 77px;
   height: 77px;
   border: 2px solid #731919;
 }

 .stats-ul li:not(:last-child) {
   margin-bottom: 8px;
 }

 .stats-li {
   border: 2px solid #000;
   border-radius: 4px;
   background: #fff;
   padding-top: 12px;
   padding-bottom: 12px;
   text-align: center;
 }

 .stats-li-2 {
   border-radius: 8px;
 }

 .stats-p {
   font-family: "Arima", sans-serif;
   text-transform: uppercase;
   font-size: 20px;
   font-weight: 600;
   color:#4C654A;
 }

 .lil-text {
  font-family: "Arima", sans-serif;
  font-size: 10px;
  color: #731919;
  margin-top: -10px;
  opacity: 0.7;
 }

 .stats-p:hover, .stats-p:active {
  background: linear-gradient(90deg,
        #4C654A,
        #e25656,
        #731919,
        #4C654A);
  
    background-size: 200% auto;
  
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  
    animation: shine 3s linear infinite;
  }
  
  @keyframes shine {
    to {
      background-position: 200% center;
    }
 }

 .second-else-div {
  margin-top: -90px;
 }

 .second-else-ul .link-li:not(:last-child) {
  margin-bottom: 3px;
}

 .link-a {
  width: 65px;
  height: 65px;
   background-image: url("./images/link-bg.jpg");
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   border-radius: 12px;
   display: flex;
   align-items: center;
   justify-content: center;
 }

 /* .link-b {
  background-image: url("./images/lll.jpg");
 }

 .link-c {
  background-image: url("./images/ggg.jpg");
 }

 .link-d {
  background-image: url("./images/nnn.jpg");
 } */

 .link {
  width: 46px;
  height: 46px;
   fill: #fff;
 }

 .link use {
  width: 46px;
  height: 46px;
 }

 .link-text {
  font-family: "Asset", sans-serif;
  font-weight: 400;
    font-size: 10px;
    color: #fff;
 }

 .hearts-cat {
  margin-top: 17px;
  width: 59px;
  height: 89px;
 }

 .all-abt-me {
  background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("./images/starrs.webp");
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #731919;
  width: 303px;
  height: 235px;
  overflow: scroll;
  scrollbar-color: #731919 white;
  scrollbar-width: thin;
  padding: 7px;
  box-shadow: 7px 7px 4px 0 rgb(58, 24, 24, 0.25);
  margin-bottom: 10px;
 }

 .all-abt-text {
  text-transform: uppercase;
  font-family: "Barrio", sans-serif;
  text-align: center;
  font-size: 32px;
  border-bottom: 1px solid #731919;
  margin-bottom: 8px;
 }

 .all-abt-text-mini {
  font-family: "Arima", sans-serif;
  color: #4C654A;
 }

 .visually-hidden {
  position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
  
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
 }

@media (min-width: 768px) {
  .container {
    max-width: 768px;
    padding: 10px 15px;
    display: block;
  }

  .title {
    margin-bottom: 22px;
  }

  .pfp {
    width: 228px;
    height: 228px;
    margin-right: 16px;
  }

  .hi-div {
    width: 415px;
    height: 68px;
    box-shadow: 7px 10px 4px 0 rgb(58, 24, 24, 0.25);
    display: flex;
  }

  .hi1 {
    font-size: 48px;
    top: 23px;
  }

  .hi2 {
    font-size: 24px;
    bottom: 0;
    top: 17px;
    left: 0;
  }

  .about1 {
    gap: 29px;
    padding: 2px 11px;
    box-shadow: 7px 14px 4px 0 rgb(58, 24, 24, 0.25);
    position: absolute;
    top: 101px;
    left: 315px;
  }

  .about-1-p {
    font-size: 32px;
  }

  .black-cat {
    bottom: 31px;
    left: 317px;
    width: 135px;
    height: 135px;
  }

  .else-div {
    margin-bottom: 0;
  }

  .stats-ul li:not(:last-child) {
    margin-bottom: 11px;
  }

  .stats-li {
    padding: 11px 0;
    width: 226px;
  }

  .lil-text {
    font-size: 12px;
    margin-top: -12px;
  }

  .img-about1-div {
    display: block;
    position: absolute;
    left: 250px;
    top: 206px;
  }

  .img-about1-2 {
    width: 142px;
    height: 142px;
    margin-bottom: 8px;
  }

  .img-about1-3 {
    width: 142px;
    height: 124px;;
  }

  .second-else-div {
    position: absolute;
    left: 400px;
    top: 285px;
  }

  .second-else-ul {
    display: flex;
    gap: 8px;
  }

  .second-else-ul .link-li:not(:last-child) {
    margin-bottom: 0;
  }

  .link-a {
    width: 82px;
    height: 82px;
  }

  .link-text {
    font-size: 12px;
    text-align: center;
  }

  .all-abt-me {
    width: 353px;
    height: 179px;
    box-shadow: 7px 10px 4px 0 rgb(58, 24, 24, 0.25);
    margin-bottom: 0;
    position: absolute;
    left: 400px;
    bottom: 12px;
  }

}

@media (min-width: 1220px) {
  .container {
    max-width: 1220px;
  }

  .title {
    margin-bottom: 30px;
  }

  .pfp {
    width: 350px;
    height: 350px;
    margin-right: 20px;
  }

  .hi-div {
    width: 606px;
  }

  .hi1 {
    font-size: 64px;
    top: 12px;
  }

  .hi2 {
    font-size: 36px;
    top: 12px;
    left: 21px;
  }

  .about1 {
    gap: 40px;
    padding: 7px 30px;
    top: 101px;
    left: 660px;
  }

  .about-1-p {
    font-size: 36px;
  }

  .black-cat {
    bottom: 12px;
    left: 334px;
    width: 228px;
    height: 228px;
  }

  .stats-ul li:not(:last-child) {
    margin-bottom: 27px;
  }

  .stats-li {
    padding: 15px 0;
    width: 350px;
  }

  .stats-p {
    font-size: 32px;
  }

  .lil-text {
    font-size: 16px;
    margin-top: -14px;
  }

  .img-about1-div {
    left: 976px;
    top: 225px;
  }

  .img-about1-1 {
    width: 272px;
    height: 92px;
    position: absolute;
    right: 550px;
    top:-120px;
  }

  .img-about1-2 {
    width: 224px;
    height: 224px;
    margin-bottom: 27px;
  }

  .img-about1-3 {
    width: 225px;
    height: 180px;
  }

  .second-else-div {
    left: 420px;
    top: 307px;
  }

  .second-else-ul {
    gap: 13px;
  }

  .link-a {
    width: 107px;
    height: 107px;
  }

  .link {
    width: 76px;
    height: 76px;
  }

  .link-text {
    font-size: 16px;
  }

  .all-abt-me {
    width: 577px;
    height: 378px;
    border-radius: 2px;
    left: 380px;
    bottom: 12px;
  }

  .all-abt-text {
    font-size: 36px;
  }

  .all-abt-text-mini {
    text-align: center;
    padding: 11px;
    font-size: 20px;
  }

  .hearts-cat {
    float: right;
    margin-top: -90px;
    margin-right: -70px;
  }
}