* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.main {
  width: 100vw;
  height: 95vh;
  /* background-color: aqua; */
  background-repeat: no-repeat;
  background-image: url("fig.jpg");
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.main-heading {
  font-size: 40px;
  color: white;
  font-family: sans-serif;
  font-weight: 800;
}
.subheading {
  color: white;
  font-size: 20px;
  font-family: sans-serif;
  font-weight: 800;
  letter-spacing: 4.5px;
  line-height: 50px;
}
.btn {
  background-color: rgba(0, 0, 0, 0.436);
  color: white;
  padding: 15px 30px;
  border: none;
  border-radius: 25px;
}

.head {
  color: white;
  font-size: 90px;
  font-weight: 900;
  font-family: sans-serif;
}

.btn1 {
  padding: 15px 40px;
  color: rgb(20, 185, 20);
  background-color: white;
  border: none;
  border-radius: 25px;
  font-weight: bold;
}
.head {
  width: 70vw;
  height: auto;
  text-align: center;
  line-height: 100px;
  margin-bottom: 80px;
}
.text-center {
  font-family: arial;
  /* padding: 60px; */
  font-size: 50px;
  /* padding-bottom: 1rem; */
  /* margin-top: 50px; */
  color: #828282;
  text-align: center;
  padding: 2rem;
}
/* .services { */
/* width: 100%; */
/* height: auto; */
/* background-color: white; */
/* display: flex; */
/* align-items: center; */
/* justify-content: center; */
/* } */

#services .container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 30px;
}
.carts {
  width: 100%;
  height: 50vh;
  background-color: white;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
.cart {
  width: 15rem;
  height: 350px;
  /* background-color: red; */
  /* border-radius: 20px; */
}
.cart-img {
  width: 100%;
  height: 60%;

  /* background-color: blue; */
  /* border: none; */
  /* border-radius: 16px; */
}
.cart-img img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.cart-body h3 {
  width: 100%;
  height: 40%;
  margin-top: 10px;
  font-family: sans-serif;
}

.about {
  width: 1903px;
  height: 732px;
  background-image: url("5.png");
}
