/*body {
    background-image: url('https://in-beauty.store/storage/main/akhali/pattern-3.png');
  }*/

  .containerbynika {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 50px;
    flex-wrap: wrap;
  }

  .cardi {
    background: #fff;
    width: 199px;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: 0.3s;
    background-image: url('https://in-beauty.store/storage/main/akhali/pattern-2.png');
  }

  .cardi:hover {
    transform: translateY(-10px);
  }

  .cardi img {
    width: 100%;

    object-fit: cover;
  }
  .cardi h1 {
    margin: 15px 0 5px;
    font-size: 22px;
    color: #3498db;
  }
  .cardi h3 {
    margin: 15px 0 5px;
    font-size: 20px;
    color: #ffffff;
    a {
      text-decoration: none;
      color: inherit; /* რომ ტექსტის ფერი დარჩეს ისეთი როგორიც parent-ს აქვს */
    }
  }
  .cardi h2 {
    margin: 15px 0 5px;
    font-size: 22px;
    color: #ffffff;
    a {
      text-decoration: none;
      color: inherit; /* რომ ტექსტის ფერი დარჩეს ისეთი როგორიც parent-ს აქვს */
    }
  }
  .cardi h5 {
    margin:15px 0 5px;
    font-size:14px;
    color: #ffffff;
    a {
      text-decoration: none;
      color: inherit; /* რომ ტექსტის ფერი დარჩეს ისეთი როგორიც parent-ს აქვს */
    }
  }
  .cardi p {
    color: white;
    font-size: 14px;
    margin-bottom: 20px;
  }

  .social {
    display: flex;
    justify-content: center;
    gap: 15px;
    padding-bottom: 20px;
  }

  .social a {
    width: 40px;
    height: 40px;
    background: black;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    text-decoration: none;
  }

  .social a:hover {
    background: #3498db;
  }


/*
დამთავდა კონტეინერი
*/