@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,700;1,500;1,600&family=Poppins:wght@300&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "IBM Plex Sans", sans-serif;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.7;
}

#points-section .point-para {
  font-size: 1.8rem;
  margin-left: 1rem;
}
#points-section .inner {
  margin-top: 6rem;
}
#points-section .card {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border: none;
  padding: 0rem;
  margin: 1rem;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  min-height: 10rem;
}
#points-section .card span:first-child {
  background: #3a2d7e;
  color: white;
  font-size: 3rem;
  font-weight: 700;
  padding: 2rem;
  min-width: 10rem;
  min-height: 11rem;
  -webkit-clip-path: polygon(0% 0%, 55% 0, 100% 50%, 50% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 55% 0, 100% 50%, 50% 100%, 0% 100%);
  display: flex;
  align-items: center;
}
#points-section .card span:last-child {
  background: white;
  color: #000;
  font-size: 1.5rem;
  font-weight: 600;
}
#points-section .center-design {
  margin-top: 2rem;
  position: relative;
  display: flex;
  justify-content: center;
  height: 10vh;
}
#points-section .center-design img {
  position: relative;
  top: -8rem;
  -o-object-fit: contain;
  object-fit: contain;
  width: 12rem;
  height: 13rem;
} /*# sourceMappingURL=main.css.map */

/*download brochure form*/
.modal-logo {
  max-width: 100px;
}

.get_in_touch_innerForm_input {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.get_in_touch_innerForm_input .form-control {
  border-radius: 0px;
  border: none;
  background-color: #f2f2f3;
  font-size: 1.1rem;
  color: #777;
  padding: 0.5rem 1.2rem;
  border-radius: 0.3rem;
}

.get_in_touch_innerForm_input span {
  display: flex;
  gap: 1.2rem;
}

.get_in_touch_innerForm_input button {
  padding: 0.8rem 1.6rem;
  color: #fff;
  background-color: #392d7d;
  border: none;
  border-radius: 0.4rem;
  font-size: 1.1rem;
  font-weight: 500;
}
