
  body {
      font-family: Arial, Helvetica, sans-serif;
      background-color: rgb(246, 241, 241);
    }
    
    .sidepanel  {
      width: 0;
      position: absolute;
      height: 550px;
      top: 0;
      left: 0;
      z-index: 1;
      background-color: #111;
      overflow-x: hidden;
      transition: 0.5s;
      padding-top: 60px;
    }
    
    .sidepanel a {
      padding: 8px 8px 8px 32px;
      text-decoration: none;
      font-size: 25px;
      color: #818181;
      display: block;
      transition: 0.3s;
    }
    
    .sidepanel a:hover {
      color: #f1f1f1;
    }
    
    .sidepanel .closebtn {
      position: absolute;
      top: 0;
      right: 25px;
      font-size: 36px;
    }
    
    .openbtn {
      font-size: 20px;
      top:0;
      right: 0;
      cursor: pointer;
      background-color: #111;
      color: white;
      padding: 10px 15px;
      border: none;
    }
    .openbtn:hover {
      background-color:#444;
    }
    
  
    .img img{
      width:50%;
      height:50%;
      display:flex;
      justify-content: space-around;
      left:50%;
      flex-wrap: nowrap;
      flex-direction: row;
      align-content: space-between;
      align-items: flex-end;
    }
  
  .honeybacher {
    
   width: 530px;
   height: 315px;
   margin-left: 33%;
  }
  .text{
    text-align: center;
    color: #111;
  }
  .text-overlay {
    position: absolute;
    top: 50%; /* Adjust position as needed */
    left: 23%; /* Adjust position as needed */
    transform: translate(-50%, -50%); /* Center the text */
    color: black; /* Text color */
    font-size: 40px; /* Text size */
    padding: 10px; /* Padding around the text */
    text-align: center;
    background-color: rgba(0, 0, 0, 0); /* Transparent background */
    font-family: cursive;
    /* Add other styles as needed */
}
  .but{
    width: 100px;
    text-align: center;
    color: rgb(2, 2, 2);
    border-radius: 30%;
    background: transparent;
    margin-left: 36px;
  }
  
  .bor1{
   
    left: 10PX;
   display: flex;
   flex-direction: row;
   flex-wrap: nowrap;
   position: relative;
   justify-content: space-around ;
   align-content: space-around;
   align-items: stretch;
  }
  .bor1 img{
    
    width: 130px;
    height: 200px;
    background-color: rgb(166, 233, 226);
    transition: ease-in-out 0.5s;
    filter:drop-shadow(6px 7px 8px rgb(243, 195, 107));
    
  }
 
  
  .products-section1 {
    margin: 40px 0;
    display: flex;
    justify-content: center;
    gap: 35px;
  }
  .product-card1 {
    
    padding: 10px;
    border-radius: 15px;
    width: 150px;
    text-align: center;
  }
  .product-card1 img {
    width: 100%;
    border-radius: 10px;
  }
  .about-section {
    text-align: center;
    background-color: white;
    padding: 20px;
    border-radius: 15px;
    margin: 20px 10px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  }
  .footer {
    text-align: center;
    padding: 20px;
    color: white;
  }
  .social-icons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
    width: 50px 50px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
  }
  .social-icons img{
    width: 50px;
    height: 50px;
  }
  .Logo{
    text-align: center;
    background-color: white;
    padding: 20px;
    border-radius: 15px;
    margin: 20px 10px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    width: fit-content;
    margin-left: 42%;

  }
  .Logo img{
    display: grid;
    align-items: center;
    justify-content: center;
    margin-left: 2%;
    width: 201px;
    height: 133px;
  }

  .honeybee{
    margin-top: 2%;
    width: 680px;
    height: 374px;
  }
  
  @media (max-width: 600px) { 
    
    .products-section1{
      display: flex;
      gap: 0;
    }
    .Logo{
      width: fit-content;
      margin-left: 24%;
    }
    .Logo img{
      width: 160px;
      height: 100px;
    }
    .text-overlay{
      position: absolute;
      top: 52%; /* Adjust position as needed */
      left: 38%; /* Adjust position as needed */
      transform: translate(-70%, -50%); /* Center the text */
      color: black; /* Text color */
      font-size: 14px; /* Text size */
      padding: 10px; /* Padding around the text */
      text-align: center;
      background-color: rgba(0, 0, 0, 0); /* Transparent background */
      /* Add other styles as needed */
  }
  .butt{
    width: 100px;
  }
  .honeybacher{
    width: 350px;
    height: 231px;
    margin:0 ;
    margin-left: 9%;
  }
    }

  
  @media screen and ( max-width:600px ){
    .img background-image{
      left: 5%;
      width: 90%;
      height: 40%;
    } 
    .products-section1{
      display: flex;
    }
    .honeybee{
      width: 300PX;
      height: 200PX;
      margin-top: 10%;
      margin-left: 15%;
    }
    
  }
  
  @media (min-width: 900px) { 
    .img background-image{ 
      width: 90%;
      height: 40%; 
    } 
    .products-section{
      display: flex;
      gap: 50px
    }
  }
    
  @media (min-width: 1000px) { 
    .img background-image{ 
      width: 90%;
      height: 40%;
    } 
    .products-section{
      display: flex;
      gap: 50px
    }
    
  } 