@media only screen and (max-width: 600px) {
  /* //////////////////////////////////////////////////////////////////  */
  /* >>>>>>>>>>>>>>> HEADER <<<<<<<<<<<<<<<  */
  /* //////////////////////////////////////////////////////////////////  */
  .profile {
    display: block;
    margin-bottom: 30px;
    text-align: center;
    margin-top: -25px;
  }
  .profile img {
    width: 100px;
    border-radius: 50%;
  }
  .profile-name {
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0;
    font-size: 22px;
  }
  .profile-job-title {
    text-align: center;
  }
  #side-menu {
    background: linear-gradient(to bottom, #252020, #ff004f);
  }
  .logo {
    font-size: 18px;
  }
  nav .bx {
    display: block;
    font-size: 25px;
    letter-spacing: 2px;
  }
  nav ul {
    background: #ff004f;
    position: fixed;
    top: 0;
    right: -200px;
    width: 200px;
    height: 200vh;
    padding-top: 80px;
    transition: right 1s;
    z-index: 1;
  }
  nav ul li {
    display: block;
    margin: 25px;
    margin-bottom: 10px;
  }
  nav ul .bx-window-close {
    position: absolute;
    top: 25px;
    left: 25px;
    cursor: pointer;
  }
  .nav__link {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  /* //////////////////////////////////////////////////////////////////  */
  /* >>>>>>>>>>>>>>> HOME SECTION <<<<<<<<<<<<<<<  */
  /* //////////////////////////////////////////////////////////////////  */
  .home-section {
    margin-bottom: 120px;
  }
  .home-section .home-details {
    margin-top: -58px;
  }
  .home-details h1 {
    font-size: 46px;
  }
  .home-details h3 {
    font-size: 28px;
    font-weight: 600;
  }
  .home-details p {
    font-size: 16px;
    line-height: 1;
    margin-top: 12px;
  }
  .profile-image {
    display: none;
  }
  /* //////////////////////////////////////////////////////////////////  */
  /* >>>>>>>>>>>>>>> MY-WORK SECTION <<<<<<<<<<<<<<<  */
  /* //////////////////////////////////////////////////////////////////  */
  .my-work-section {
    margin-bottom: 90px;
  }
  .my-work-title h1 {
    position: absolute;
    top: -0.3%;
    left: 11%;
    width: 220px;
    font-size: 26px;
    letter-spacing: 3px;
    font-weight: 600;
    text-align: center;
    transform: rotate(0deg);
  }
  .grid {
    width: 320px;
  }
  .tile-img {
    border-radius: 4px;
  }
  .grid-block {
    width: 100%;
    min-height: 11.25rem;
  }
  .image-grid {
    -webkit-transform: rotateX(0deg) rotateZ(0deg);
    transform: rotateX(0deg) rotateZ(0deg);
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  /* //////////////////////////////////////////////////////////////////  */
  /* >>>>>>>>>>>>>>> ABOUT SECTION <<<<<<<<<<<<<<<  */
  /* //////////////////////////////////////////////////////////////////  */
  .about-section {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 10px 10%;
  }
  .about-description {
    border-radius: 10px;
    font-size: 24px;
  }
  .about-description h1 {
    font-size: 26px;
    letter-spacing: 3px;
    padding: 8px;
  }
  .about-description p {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 15px;
  }
  .tab-titles {
    gap: 20px;
  }
  .tab-links {
    font-size: 16px;
    letter-spacing: 1px;
    margin-right: -3px;
  }
  .tab-contents ul li span {
    font-size: 14px;
  }
  .about-skills h1 {
    margin-top: 16px;
  }

  /* //////////////////////////////////////////////////////////////////  */
  /* >>>>>>>>>>>>>>> SERVICES SECTION <<<<<<<<<<<<<<<  */
  /* //////////////////////////////////////////////////////////////////  */
  .services-section {
    padding: 10px 10%;
    margin-bottom: 90px;
  }
  .service-title {
    font-size: 26px;
    letter-spacing: 3px;
    margin-bottom: 22px;
  }
  .services-lists {
    grid-template-columns: 1fr;
    row-gap: 25px;
  }
  .services-list h2 {
    letter-spacing: 2px;
  }
  .list-description {
    font-size: 16px;
    margin-top: 15px;
  }
  .service-text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 0.9;
    overflow: hidden;
    height: 200px;
  }

  /* //////////////////////////////////////////////////////////////////  */
  /* >>>>>>>>>>>>>>> CONTACT SECTION <<<<<<<<<<<<<<<  */
  /* //////////////////////////////////////////////////////////////////  */
  .contact-section {
    grid-template-columns: 1fr;
  }
  .contact-title {
    font-size: 26px;
    letter-spacing: 3px;
    margin-top: 15px;
  }
  .social-media a {
    width: 33px;
    height: 33px;
    margin: 60px 15px 30px 0;
    font-size: 32px;
  }
  .btn-cv {
    margin-bottom: 30px;
  }
  /* #scroll-up-button {
    position: absolute;
    right: 7px;
    bottom: 20px;
    font-size: 44px;
    color: #ff004f;
  } */
  /* //////////////////////////////////////////////////////////////////  */
  /* >>>>>>>>>>>>>>> FOOTER SECTION <<<<<<<<<<<<<<<  */
  /* //////////////////////////////////////////////////////////////////  */
  .copyright {
    font-size: 10px;
    padding: 20px;
  }
}
