@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
nav {
  padding: 7px 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
a {
  text-decoration: none;
}
.active {
  color: #ff71cd;
}
nav img {
  height: 60px;
}
nav a {
  color: #5755fe;
  margin-left: 10px;
  font-size: 20px;
  font-weight: 600;
}
.carousel-main-page {
  margin: 0px 30px;
  margin-bottom: 85px;
}
.main-page-bottom {
  margin: 30px;
}
.main-page-bottom h1 {
  text-align: center;
  font-weight: 700;
  color: #5755fe;
}
.main-page-bottom p {
  text-align: justify;
  font-weight: 500;
  padding: 30px 0px;
}
.inline {
  display: flex;
  flex-direction: row;
  font-weight: 600;
  color: #fff;
}
.inline img {
  height: 24px;
  margin-right: 20px;
}
.center {
  text-align: center;
}
.full-height {
  height: 100vh;
}
#heading1 {
  color: #5755fe;
}
.products-body {
  padding: 15px 10%;
}
.products-body h2,
.products-body h3 {
  padding-top: 15px;
}
footer {
  background: linear-gradient(to right, #ff71cd, #5755fe);
  padding: 30px 60px;
  padding-top: 60px;
  color: #fff;
}
.mapsbro {
  width: 100%;
  height: 450px;
}

@media screen and (max-width: 700px) {
  .phoneHide {
    display: hidden;
  }
  .mapsbro {
  height: 200px;
}
  .products-body {
    padding: 15px;
  }
  footer {
    padding: 15px;
  }
}
