@media screen and (max-width: 400px) {
  html, body {
    overflow-x: hidden;
  
  }
    body{
        font-family: rubik;
        background-color: #F2F2F2;
        margin: 0;
        padding: 0;
    }
    #news {
        text-align: center; /* Center align the content inside the div */
      padding: 2px;
        background-color: black;
        font-family:"Poppins", sans-serif ;
    }
    #news p{
        font-size:14px;

    }
    #new-ticker, #sm,#sn,  .icon, #hero{
        display: none;
    }
 #ideal .news-ticker{
    display: none;
 }
   #LM,.wc, #whole{
    display: block;
   }
   #menu {
    display: flex;
    justify-content: space-between;
    padding: 0; /* Optional: Remove default padding */
    list-style-type: none; /* Optional: Remove default list styling */
}

#menu li {
  
    margin: 25px 25px 10px 25px;
}
header {
    display: flex; /* Use flexbox to arrange items in a row */
    justify-content: space-around; /* Space items evenly along the main axis */
    align-items: center; /* Center items vertically */
    padding: 5px; /* Add padding for spacing */
    background-color: #f2f2f2; /* Set background color for header */
    color: black; /* Set text color to white */
    padding-left: 35px;
}
#logo h1{
  text-align: center;
    font-weight: bold;
 font-size: 20px;
}
 header nav{
    display: none;
 }
.swiper-container{
    display: block;
    margin-bottom: 25px;
}
.swiper-img {
    height: 50vh; /* Set image height to 100% of viewport height on mobile devices */
  }
  .swiper-button-prev,
.swiper-button-next {
  display: none !important; /* Important to override Swiper's default styles */
}
.contents{
    text-align: center;
    padding: 4px;
    margin: 0 auto;
}
.contents p{
    padding: 15px;
    text-align: justify;
    line-height: 2;
}

.play-now1 {
    position: relative;
    border: none;
    padding: 10px 20px;
    background: #eeb51d;
    color: rgb(0, 0, 0);
    font-size: 15px;
    font-weight: 600;
    border-radius: 10px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    left: -7px;
    top: -7px;
    transition: all 0.3s ease-in-out;
}
#products{
    display: none;
}
.wc{
    border-radius: 5px;
    background: linear-gradient(to bottom, #f2f2f2 30%, #4a6272 30%, #4a6272 70%, #4a6272 100%);
}
.wc h1{
    margin-top: 35px; 
    text-align: center;
    font-family: Bebas Neue;
          font-size:  32px;
  }
  .pc {
    display: grid;
    grid-template-columns: repeat(2, 1fr);;
    gap: 10px; /* Adjust the gap as needed */
    padding: 4px;

  }
  
  .p {
    border-radius: 5px;
    text-align: center;
    margin-bottom: 75px;
    height: 240px; /* Center the content within each p class div */
  }
  .p-name, .p-rating, .p-price {
    margin-bottom: 5px; /* Adjust the margin as needed */
  }
  .p-price{
    color: white;
  }
  .p-rating{
    color: gold;
  }
  .p-name{
    color: #979488;
  }
 
  
#testimonials h1{
  margin-top: 65px;
   text-align: center;
   font-family: Bebas Neue;
  font-size:  32px;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 5px; /* Adjust as needed */
}

.card {
  flex: 1 1 300px; /* Flex properties for responsiveness */
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.footer-content {
  flex-direction: column; /* Stack items vertically for smaller screens */
}

.footer-section {
  flex: 1 1 auto; /* Take up available width */
  margin-bottom: 20px; /* Add spacing between sections */
}
.footer-bottom .footer-content {
 padding: 5px;
}
.whatsapp-button {
  position: fixed; 
  bottom: 20px;
  right: 20px;
  z-index: 1000; 
  width: 60px; /* Adjust size */
  height: 60px;
}

#powered-by{
  font-size: 14px;
  text-align: center;
}
#powered-by span{
  font-weight: bold;
}
 }