
* {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.Products {
  margin: auto;
  height: auto;
  width: 80%;
}
.Products {
  /* margin-left: 170px; */
  /* border: 1px solid red; */
  /* width: 70%; */
  /* height: auto; */
  display: grid;
  grid-template-columns: repeat(3, 350px);
  grid-template-rows: repeat(6, 115px);
  gap: 25px;
  margin-left: 100px;
  justify-content: center;
  margin-top: 30px;
}
.a2 {
  /* border: 1px solid blue; */
  display: flex;
  cursor: pointer;
  /* box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;   */
  border-bottom-color: rgb(223, 227, 230);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-style: solid;
  border-bottom-width: 0.916667px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: rgb(223, 227, 230);
  border-left-style: solid;
  border-left-width: 0.916667px;
  border-right-color: rgb(223, 227, 230);
  border-right-style: solid;
  border-right-width: 0.916667px;
  border-top-color: rgb(223, 227, 230);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-top-style: solid;
  border-top-width: 0.916667px;
  color: rgb(79, 88, 94);
  display: flex;
}

.a2:hover {
  box-shadow: rgb(22, 135, 110) 0px 0px 5px 2px;
}

.a21 {
  height: 60px;
  margin-top: 15px;
  margin-left: 15px;
}
.text1 {
  margin-top: 35px;
  margin-left: 35px;
  color: #4a4a4a;
  font-weight: lighter;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: 100%;
}

.text2 {
  margin-left: 40px;
  margin-top: 40px;
  font-family: Open Sans, sans-serif;
  color: rgb(22, 135, 110);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.main {
  margin-left: 40px;
  margin-top: 40px;
  height: auto;
  width: 100%;
  /* border: 1px solid red; */
}

.main2 {
  height: auto;
  width: 79%;
  margin-left: 60px;
}

.a3 {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #4f585e;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.5;
}

.b3 {
  font-family: Open Sans, sans-serif;
  color: #5d656b;
  font-weight: 400;
  line-height: 24px;
}
#slider {

  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

#prevbtn {
  position: absolute;
  left: 375px;
}

#items > img {
  display: none;
  width: 100%;
}

#slider i {
  font-size: 30px;
  border-radius: 50%;
  color: white;
  background-color: #10847e;
}

#belownavbar {
  display: flex;
  justify-content: center;
  background-color: #10847e;
  margin-bottom: 20px;
}
#belownavbar > a {
  text-decoration: none;
  color: white;
  margin-left: 10px;
  padding: 10px;
}
/* * {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
    Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
} */

