.present{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 40%;
    width: 100%;
    padding: 10px;
    margin-top: 2%;
  }
  
  .recipe-container {
    background: rgba(255, 253, 253, 0.26);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.219);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 25px;
    padding: 30px 0;
    width: min(1200px, 100%);
  }
  
  .recipe-container > h1 {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    color: #52525294;
    margin: 20px 0 40px;
  }
  
  .swiper {
    width: 80%;
    height: 100%;
    margin-bottom: 30px;
  }
  
  .swiper-scrollbar {
    --swiper-scrollbar-bottom: 0;
    --swiper-scrollbar-drag-bg-color: #78c4e7;
    --swiper-scrollbar-size: 5px;
  }
  
  .post {
    max-width: 400px;
    font-size: 1rem;
    font-weight: 500;
    color: var(--clr-text);
    background: rgba(149, 176, 236, 0.274);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 16px 16px 0;
    margin-bottom: 16px;
  }
  
  .post-img {
    width: 100%;
    max-width: 400px;
    object-fit: cover;
    overflow: hidden;
    aspect-ratio: 4/3;
    border-radius: 6px;
    user-select: none;
    pointer-events: none;
  }
  
  
  .post-body {
    display: grid;
    grid-template-columns: 15% 60% 20%;
    align-items: center;
    gap: 8px;
    padding: 15px 0;
    cursor: default;
  }
  
  .post-name {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .post-author {
    width: fit-content;
    font-size: 0.8rem;
    font-weight: 600;
    opacity: 0.6;
    color: var(--clr-text);
  }
  
  .post-avatar {
    width: 40px;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .post-actions {
    position: relative;
  }
  
  .post-actions-content {
    position: absolute;
    bottom: 130%;
    right: 0;
    padding: 8px;
    border-radius: 8px;
    background: rgba(172, 172, 172, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 2px 2px 10px 2px hsl(0, 0%, 0%, 0.25);
    transition: opacity 0.25s, scale 0.25s;
    transform-origin: bottom right;
  }
  
  .post-actions-content[data-visible="false"] {
    pointer-events: none;
    opacity: 0;
    scale: 0;
  }
  
  .post-actions-content[data-visible="true"] {
    pointer-events: unset;
    scale: 1;
    opacity: 1;
  }
  
  .post-actions-content li {
    padding: 0.5rem 0.65rem;
    border-radius: 0.25rem;
    list-style: none;
  }
  
  .post-actions-content li:is(:hover, :focus-within) {
    background-color: rgba(132, 196, 248, 0.7);
  }
  
  .post-actions-link {
    width: max-content;
    display: grid;
    grid-template-columns: 1rem 1fr;
    align-items: center;
    gap: 0.6rem;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
  }
  
  .post-like {
    text-decoration: none;
    color: var(--clr-text);
    margin-right: 5px;
    font-size: 1.1rem;
    opacity: 0.65;
    border-radius: 50%;
    overflow: hidden;
    transition: all 0.35s ease;
  }
  
  .post-actions-controller {
    border: 0;
    background: none;
    color: var(--clr-text);
    cursor: pointer;
    opacity: 0.65;
  }
  
  .post-like:hover,
  .post-actions-controller:hover {
    opacity: 1;
  }
  
  .post-like:focus {
    outline: none;
  }
  
  .post-like.active {
    color: rgb(255, 0, 0);
    opacity: 1;
    transform: scale(1.2);
  }
  
  .swiper-wrapper {
    justify-content: center;
    
  }

  .r{
    justify-content: center;
 margin-left: 40px;
  }


  /* MEDIA QUERIES */
  @media (min-width:720px) and (max-width:1080px){

  }
@media (min-width:1081px){
  .swiper{
    width: 30% !important;
  }

  .r{
    margin-left: 35%;
  }
}


@media(min-width:768px) and (max-width:1080px){
  
}



  @media (max-width: 1200px) { 
    .swiper {
        width: 80%;
      }
  }
  
  @media (max-width: 900px) {
    #recipes {
      padding: 60px 80px;
    }
  
    .swiper {
      width: 50%;
    }
  }
  
  @media (max-width: 765px) {
    .swiper {
      width: 70%;
    }
  }
  
  @media (max-width: 550px) {
    #recipes {
      padding: 40px 40px;
    }
  
    .swiper {
      width: 80%;
    }
  }

  /***************************ResponsivePreset********************************/

  @media (max-width:1080px) {

    .present{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 40%;
      width: 100%;
      padding: 10px;
    }
    
    .recipe-container {
      background: rgba(255, 253, 253, 0.26);
      box-shadow: 0 4px 30px rgba(0, 0, 0, 0.219);
      backdrop-filter: blur(20px);
      -webkit-backdrop-filter: blur(20px);
      border: 1px solid rgba(255, 255, 255, 0.3);
      border-radius: 25px;
      padding: 30px 0;
      width: min(1200px, 100%);
    }
    
    .recipe-container > h1 {
      font-size: 1.5rem;
      font-weight: 600;
      text-align: center;
      color: #52525294;
      margin: 20px 0 40px;
    }
    
    .swiper {
      width: 80%;
      height: 100%;
      margin-bottom: 30px;
    }
    
    .swiper-scrollbar {
      --swiper-scrollbar-bottom: 0;
      --swiper-scrollbar-drag-bg-color: #78c4e7;
      --swiper-scrollbar-size: 5px;
    }
    
    .post {
      margin-left: 1%;
      margin-top: 3%;
      max-width: 200px;
      font-size: 1rem;
      font-weight: 500;
      color: var(--clr-text);
      background: rgba(149, 176, 236, 0.274);
      box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
      border-radius: 10px;
      padding: 16px 16px 0;
      margin-bottom: 16px;
    }


    .image3{
    display: none;
    }

    .body3{
      display: none;
    }

    .post-img {
      width: 100%;
      max-width: 200px;
      object-fit: cover;
      overflow: hidden;
      aspect-ratio: 4/3;
      border-radius: 6px;
      user-select: none;
      pointer-events: none;
    }
    
    .post-body {
      display: grid;
      grid-template-columns: 15% 60% 20%;
      align-items: center;
      gap: 8px;
      padding: 15px 0;
      cursor: default;
    }
    
    .post-name {
      font-size: 0.9rem;
      font-weight: 600;
      margin-bottom: 2px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    
    .post-author {
      width: fit-content;
      font-size: 0.8rem;
      font-weight: 600;
      opacity: 0.6;
      color: var(--clr-text);
    }
    
    .post-avatar {
      width: 40px;
      aspect-ratio: 1/1;
      object-fit: cover;
      border-radius: 5px;
      cursor: pointer;
    }
    
    .post-actions {
      position: relative;
    }
    
    .post-actions-content {
      position: absolute;
      bottom: 130%;
      right: 0;
      padding: 8px;
      border-radius: 8px;
      background: rgba(172, 172, 172, 0.2);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      box-shadow: 2px 2px 10px 2px hsl(0, 0%, 0%, 0.25);
      transition: opacity 0.25s, scale 0.25s;
      transform-origin: bottom right;
    }
    
    .post-actions-content[data-visible="false"] {
      pointer-events: none;
      opacity: 0;
      scale: 0;
    }
    
    .post-actions-content[data-visible="true"] {
      pointer-events: unset;
      scale: 1;
      opacity: 1;
    }
    
    .post-actions-content li {
      padding: 0.5rem 0.65rem;
      border-radius: 0.25rem;
      list-style: none;
    }
    
    .post-actions-content li:is(:hover, :focus-within) {
      background-color: rgba(132, 196, 248, 0.7);
    }
    
    .post-actions-link {
      width: max-content;
      display: grid;
      grid-template-columns: 1rem 1fr;
      align-items: center;
      gap: 0.6rem;
      color: inherit;
      text-decoration: none;
      cursor: pointer;
    }
    
    .post-like {
      text-decoration: none;
      color: var(--clr-text);
      margin-right: 5px;
      font-size: 1.1rem;
      opacity: 0.65;
      border-radius: 50%;
      overflow: hidden;
      transition: all 0.35s ease;
    }
    
    .post-actions-controller {
      border: 0;
      background: none;
      color: var(--clr-text);
      cursor: pointer;
      opacity: 0.65;
    }
    
    .post-like:hover,
    .post-actions-controller:hover {
      opacity: 1;
    }
    
    .post-like:focus {
      outline: none;
    }
    
    .post-like.active {
      color: rgb(255, 0, 0);
      opacity: 1;
      transform: scale(1.2);
    }
    
  }
  