@media (max-width: 768px) {
  .mobile-menu-btn {
    display: block;
  }

  .nav-links {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
    padding: 80px 20px 20px;
    flex-direction: column;
    gap: 30px;
    text-align: center;
    z-index: 999;
  }

  .nav-links.active {
    display: flex;
    padding: 100px 0 0;
  }

  .nav-links.active::after {
    content: "";
    position: absolute;
    bottom: 50%;
    left: 25%;
    transform: translateX(-50%);
    width: 150px;
    height: 150px;
    background: url("../gifs/mobile-menu.gif");
    background-size: contain;
    z-index: 1000;
  }

  .nav-links a {
    font-size: 16px;
  }

  .header-social {
    position: fixed;
    top: 80%;
    /* bottom: 0; */
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    display: none;
    gap: 40px;
    z-index: 1000;
  }

  .nav-links.active ~ .header-social {
    display: flex;
  }

  .header-social a {
    width: 25px;
    height: 20px;
  }

  .spiderman-gif {
    top: 55px;
    width: 150px;
    height: 150px;
  }

  .section {
    min-height: 500px;
  }

  .home {
    padding: 40px 10px;
  }

  .arrow-gif {
    width: 100px;
    height: 100px;
  }

  .home h1 {
    margin-bottom: 5px;
  }

  h1 {
    font-size: 50px;
  }

  .title-p {
    font-size: 15px;
  }

  .home h2 {
    font-size: 11px;
    max-width: 250px;
    padding: 20px 15px;
    top: 14%;
    right: 1%;
  }

  .home-text {
    margin: 0 180px;
  }

  h3 {
    font-size: 15px;
    margin-bottom: 5px;
  }

  .home-text p {
    font-size: 12px;
  }

  .meows-one {
    width: 110px;
  }

  .meows-one h2,
  .meows-three h2 {
    margin: 10px;
    font-size: 25px;
  }

  .click-here-gif {
    width: 200px;
  }

  .img-container {
    width: 80px;
    height: 80px;
    top: 21%;
    left: 44.5%;
  }

  .meows-modal {
    max-width: 500px;
    padding: 15px;
  }

  .meows-header h2 {
    font-size: 25px;
  }

  .meows-header p {
    font-size: 12px;
  }

  .meows-modal-img {
    width: 210px;
  }

  .meows-info {
    max-width: 220px;
    margin-left: 10px;
  }

  .meows-description {
    font-size: 10px;
  }

  .stat {
    padding: 5px;
  }

  .stat-label,
  .stat-value {
    font-size: 10px;
    margin-bottom: 5px;
  }

  .profession-modal {
    max-width: 400px;
    max-height: 70vh;
    padding: 15px;
  }

  .profession-modal h2 {
    font-size: 15px;
  }

  .profession-benefits p {
    font-size: 11px;
  }

  .buttons {
    margin: 20px 0;
    padding: 5px 12px;
  }

  .button-2 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .secondary-button {
    font-size: 9px;
    padding: 5px 15px;
  }

  p {
    font-size: 11px;
  }

  .about-partners {
    margin-top: 20px;
  }

  .partners-friends {
    font-size: 20px;
  }

  .partners-gif {
    width: 50px;
    height: 50px;
    bottom: 19%;
  }

  .partners-logo {
    gap: 10px;
    height: 100px;
  }

  .partners-list {
    gap: 10px;
    animation-duration: 60s;
  }

  .circle-image {
    width: 60px;
  }

  .circle-image a {
    width: 50px;
    height: 50px;
  }

  .circle-image span {
    font-size: 7px;
  }

  .worksList,
  .blogList {
    max-width: 768px;
  }

  .works-head,
  .blog-head {
    margin-bottom: 20px;
  }

  .work-card,
  .blog-card {
    width: 250px;
    height: 270px;
  }

  .work-modal,
  .blog-modal {
    margin: 10% auto;
    max-width: 600px;
  }

  .title-and-cat {
    gap: 5px;
  }

  .workTitle {
    font-size: 20px;
  }

  .crawling-cat {
    width: 35px;
    height: 55px;
  }

  .workImage,
  .blogImage {
    height: 60%;
    margin-bottom: 15px;
  }

  .work-modal-text,
  .work-modal-techlinks {
    padding: 15px;
  }

  .work-modal-h3 {
    font-size: 14px;
  }

  .workMainDescription,
  .workDescription {
    font-size: 10px;
    margin-bottom: 10px;
  }

  .workTechnologies {
    font-size: 9px;
  }

  .work-modal-a {
    gap: 5px;
  }

  .workLinks {
    font-size: 10px;
  }

  .events-filters {
    margin: 15px 0;
  }

  .events-filters select {
    padding: 5px;
    font-size: 11px;
  }

  .event-card {
    max-width: 180px;
    max-height: 180px;
    padding: 10px;
  }

  .event-type {
    font-size: 10px;
    padding: 4px 8px;
    top: -14px;
    right: -14px;
  }

  .event-title {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .event-datetime,
  .event-place,
  .datetime-group {
    margin-bottom: 5px;
  }

  .event-icon {
    width: 14px;
    height: 14px;
  }

  .event-datetime span,
  .datetime-group span {
    font-size: 10px;
  }

  .event-description {
    font-size: 11px;
  }

  .hiding-cat {
    left: 40%;
    bottom: 80%;
    width: 50px;
    height: 50px;
  }

  .swiper-container {
    max-width: 550px;
    height: 300px;
  }

  .blog-card-image {
    height: 105px;
  }

  .blog-card-ctg {
    font-size: 7px;
  }

  .blog-card-title {
    font-size: 11px;
  }

  .blog-card-date p {
    font-size: 8px;
  }

  .blog-svg {
    width: 9px;
    height: 9px;
    margin-right: 2px;
  }

  .blog-card-info {
    font-size: 10px;
    margin-bottom: 5px;
  }

  .readMoreBtn {
    font-size: 10px;
    padding: 4px 10px;
  }

  .blogCategories {
    font-size: 9px;
    margin-bottom: 5px;
  }

  .blogHeader {
    margin-bottom: 10px;
  }

  .blogTitle {
    margin: 0 0 5px 0;
    font-size: 20px;
  }

  .blogDate,
  .blogReadTime {
    font-size: 10px;
  }

  .blog-modal-svg {
    width: 10px;
    height: 10px;
    margin-right: 3px;
  }

  .social-container {
    max-width: 500px;
    height: 150px;
    gap: 30px;
  }

  .social-icon a {
    width: 60px;
    height: 60px;
  }

  .social-label {
    font-size: 12px;
  }

  .feedback {
    width: 450px;
  }

  .feedback h2 {
    font-size: 15px;
    margin: 0 0 15px;
  }

  .feedback p {
    font-size: 12px;
    margin-bottom: 15px;
  }

  .feedback button {
    padding: 10px 20px;
    font-size: 12px;
  }

  .cat-runner {
    animation: runLoop 10s linear infinite;
  }

  .cat-runner img {
    width: 80px;
    height: 65px;
  }

  .modal {
    max-width: 350px;
    height: 350px;
    padding: 20px;
  }

  .modal-btn-close {
    top: 12px;
    right: 12px;
  }

  .modal h2 {
    font-size: 18px;
    margin: 0 0 10px;
  }

  .form-label,
  .form-input {
    font-size: 10px;
  }

  .form-input {
    height: 25px;
  }

  .form-button {
    height: 30px;
  }
}
