@font-face {
  font-family: "Baloo 2";
  src: url("../fonts/Baloo2-Regular.ttf") format("truetype");
}

html {
  scroll-behavior: smooth;
}

body {
  color: #333;
  font-family: "Baloo 2", sans-serif;
  left: 0px;
  top: 0px;
  -webkit-font-smoothing: subpixel-antialiased;
}

a {
  text-decoration: none;
}

a:hover {
  color: #bf1e18;
}

.text-danger {
  color: #e4312a;
}

h1,
h2,
h3 {
  letter-spacing: -0.005em;
  line-height: 140%;
}

h1 {
  font-size: 30px;
  margin-bottom: 64px;
  text-align: center;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 18px;
}

section {
  padding-bottom: 90px;
  padding-top: 90px;
}

section.product {
  padding-top: 160px;
}

section.client,
section.contact-us,
section.industry-area {
  background-color: #fff;
}

section.product,
section.project,
section.team {
  background-color: #f8f8f8;
}

@media screen and (max-width: 768px) {
  section {
    padding: 32px 0;
  }

  section.product,
  section.hero {
    padding-top: 120px;
  }
}

@media screen and (max-width: 414px) {
  h1 {
    margin-bottom: 32px;
  }

  .btn-sm-block {
    display: block;
    width: 100%;
  }
}
