.col-lg-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; 
     max-width: 100%;
}
    .offset-lg-3 {
         margin-left: 0%; 
    }
.categories_wrap {
    position: relative;
    DISPLAY: NONE;
}
.contact_phone span {
    color: #f7f8fb;
}
.top-header {
 padding: 0px 0;
  transition: all .0s ease-in-out; 
    DISPLAY: NONE;
}
.top-header {
    border-bottom: 1px solid #eee; 

}
.header_wrap:not([class*=bg_]):not([class*=bg-]) {
    background-color: #0b3d16;
}
.top-header {
    /* border-bottom: 1px solid #eee; */
    BACKGROUND-COLOR: #FFF;
}
.bottom_header .navbar-brand img, .dark_skin . {
   
    DISPLAY: NONE;
}
.bg_dark {
    background-color: #053d11 !important;
}

.footer_dark {
    background-color: #0b3d16;
    position: relative;
}
.banner_section.slide_medium .carousel-item {
    height: 600px;
}

.contact_phone i {
    color: rgb(255 255 255);
    font-size: 30px;
    margin-right: 10px;
}

  
    body1 {
      font-family: sans-serif;
      margin: 0;
      padding: 0;
      background-color: #fff;
    }
    .container1 {
      display: flex;
      flex-wrap: wrap;
      max-width: 1000px;
      margin: 30px auto;
      gap: 20px;
    }
    .main-image1 {
      flex: 1 1 50%;
      position: relative;
    }
    .main-image1 img {
      width: 100%;
      height: auto;
      border-radius: 5px;
    }
    .main-image1 .label1 {
      position: absolute;
      bottom: 10px;
      left: 10px;
      color: white;
      background-color: rgba(0, 0, 0, 0.5);
      padding: 10px 20px;
      font-size: 1.5rem;
      font-weight: bold;
      border-radius: 5px;
    }

    .categories {
      flex: 1 1 45%;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 15px;
    }

    .category {
      border: 1px solid #ddd;
      border-radius: 8px;
      overflow: hidden;
      text-align: center;
      background-color: #fafafa;
    }

    .category img {
      width: 100%;
      height: auto;
    }

    .category p {
      margin: 0;
      padding: 10px;
      font-weight: bold;
      font-size: 1rem;
      
      
    }
 
    body {
      font-family: Arial, sans-serif;
      margin: 0;
    
      background-color: #fff;
      text-align: center;
    }

    h2 {
      font-size: 28px;
      margin-bottom: 30px;
    }

    .collection-grid1 {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 20px;
      max-width: 1000px;
      margin: 0 auto;
    }

    .collection-item1 {
      border: 1px solid #eee;
      border-radius: 10px;
      overflow: hidden;
      transition: transform 0.3s;
      background-color: #f9f9f9;
    }

    .collection-item1:hover {
      transform: scale(1.03);
    }

    .collection-item1 img {
      width: 100%;
      height: 250px;
      object-fit: cover;
    }

    .collection-label1 {
      padding: 10px 0;
      font-weight: bold;
      background-color: #fff;
    }

}
@media (max-width: 575.98px) {
  .banner_section.slide_medium .carousel-item {
    height: 150px;
}
}
/* Small devices (phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .banner_section.slide_medium .carousel-item {
    height: 150px;
}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
   .banner_section.slide_medium .carousel-item {
    height: 150px;
}
}