@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap");

body {
  font-family: "Inter", sans-serif;
}

h1 {
  font-weight: bold;
  font-size: 6em;
}

h2 {
  font-size: 3em;
  margin-bottom: 1em;
}

h3 {
  font-weight: bold;
  margin-bottom: 30px;
}

p {
  font-size: 1.2em;
}

img {
  width: 100%;
}

.subtitle {
  font-weight: bold;
}

.intro {
  padding-bottom: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

.intro p {
  font-size: 2em;
}

.services {
  padding: 1em 0;
  text-align: center;
}

.services h2 {
  text-align: center;
}

.services-intro {
  margin: 30px auto 50px auto;
  max-width: 80%;
}

.services span {
  text-align: center;
  font-size: 1.5em;
  display: block;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-weight: bold;
  letter-spacing: 5px;
}

.services .col-lg-4,
.services .col-md-6 {
  margin: 15px 0;
}

.content {
  box-shadow: 0 20px 70px 0 rgb(52 54 56 / 15%);
  padding: 40px;
  margin-bottom: 80px;
  background: #fff;
}
.box {
  box-shadow: 0 20px 70px 0 rgb(52 54 56 / 15%);
  padding: 50px 30px;
  height: 100%;
  background: #fff;
  text-align: center;
}

.box i {
  font-size: 4em;
  display: block;
  margin-bottom: 30px;
}

.contact {
  padding: 3em 0;
  text-align: center;
}

.contact a {
  text-decoration: none;
  color: #000;
}

.contact a:hover {
  text-decoration: underline;
}

.contact > div {
  padding: 20px 0;
  font-size: 1.5em;
}
.contact div i {
  width: 30px;
}

.social {
  display: flex;
}

.social div {
  width: 100px;
}

footer {
  height: 50px;
}

.bg {
  position: absolute;
  top: 0;
  background-image: url(https://static.vecteezy.com/system/resources/previews/002/059/346/non_2x/beautiful-rounded-black-square-pattern-free-vector.jpg);
  background-size: contain;
  height: 100vh;
  width: 50%;
  z-index: -1;
  opacity: 0.1;
}

.bg2 {
  position: absolute;
  top: 100vh;
  background-image: url(https://static.vecteezy.com/system/resources/previews/002/059/346/non_2x/beautiful-rounded-black-square-pattern-free-vector.jpg);
  background-size: contain;
  height: 100vh;
  width: 50%;
  z-index: -1;
  opacity: 0.1;
  left: 50%;
}

.bg3 {
  position: absolute;
  top: 200vh;
  background-image: url(https://static.vecteezy.com/system/resources/previews/002/059/346/non_2x/beautiful-rounded-black-square-pattern-free-vector.jpg);
  background-size: contain;
  height: 100vh;
  width: 50%;
  z-index: -1;
  opacity: 0.1;
}

.bg4 {
  position: absolute;
  top: 300vh;
  background-image: url(https://static.vecteezy.com/system/resources/previews/002/059/346/non_2x/beautiful-rounded-black-square-pattern-free-vector.jpg);
  background-size: contain;
  height: 100vh;
  width: 50%;
  z-index: -1;
  opacity: 0.1;
  left: 50%;
}
