
  .brandsclass {
    text-align: center;
    padding: 140px 0;
    background: url('images/nature-9332892.jpg') no-repeat center center/cover;
    background-attachment: fixed;
    position: relative;
  }
  
  .partner{
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 44px;
    color: #091E35;
    font-weight: 700;
    text-transform: uppercase;

}
  @media (max-width: 600px) {
    .partner {
      font-size: 28px;
    }
  }
  
  #container_Lv0 {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.354);
    border-radius: 1em;
  }
  
  #container_Lv1 {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
  }
  
  .container_Lv2 {
    flex: 0 0 100%;
    max-width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bgcolours{
    background-color: #091E35;

  }
  .bgcolourss{
    background-color: black;
  }
  .container_Lv2 img {
    max-width: 50%;
    max-height: 70%;
    object-fit: contain;
  }
  
  #prev_Btn_div,
  #next_Btn_div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 30px;
    color: white;
    z-index: 10;
    padding: 10px 15px;
    border-radius: 50%;
    user-select: none;
  }
  
  #prev_Btn_div {
    left: 15px;
  }
  
  #next_Btn_div {
    right: 15px;
  }
  








 

.brandsclst {
    text-align: center;
    padding: 20px;
    color: black;
    margin-left: 90px;
    margin-right: 90px;
}

.brands-list {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    text-align: justify;
}

.brand-item {
    width: 500px;
    height: 70px;
    border-bottom: 2px solid black;
    margin: 0px;
    padding-top: 15px;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.brand-item a {
    text-decoration: none;
    color: black;

}

.brand-item:hover {
    transform: scale(1.05);
}

.brand-item span {
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 10px;
}

#discovermore {
    font-size: 33px;
    color: black;
    font-weight: 700;

}

.brandsub {
    display: flex;
    gap: 100px;
}

.brandinfo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
}

.brandinfo p {
    font-weight: 200;
    text-align: left;
    line-height: 26px;
    font-size: 20px;
    color: black;

}

  
  .fas,
  #joinchain,
  #contactt,
  #carrer,
  #seelocation,
  .place {
    margin-left: auto;
    margin-right: 0;
    display: block;
    text-align: right;
  }
  
  @media (max-width: 768px) {
    .brand-item {
      max-width: 100%;
      padding: 10px;
    }
  
    .brandinfo {
      width: 100%;
    }
  
    .brandsub {
      flex-direction: column;
      gap: 20px;
    }
  
    .brandinfo p {
      font-size: 1rem;
    }
  
    .fas,
    .place {
      margin-left: 0;
      text-align: left;
    }
  }
  
  @media (max-width: 480px) {
    #discovermore {
      font-size: 1.5rem;
    }
  
    .brandinfo p {
      font-size: 0.95rem;
    }
    .brands-list {
        list-style-type: none;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        text-align: justify;
        width: 100%;
      }
      
      .brand-item {
        width: 100%;
        max-width: 500px;
        height: auto;
        border-bottom: 2px solid black;
        margin: 0 auto;
        padding: 15px 0;
        text-align: left;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
      }
      
.brandsclst {
    text-align: center;
    padding: 20px;
    color: black;
    margin-left: 30px;
    margin-right: 30px;
}
  }
  