@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
  font-family: "Roboto", sans-serif;
}

html,
body {
  margin: 0;
  padding: 0;
}

header {
  width: 100%;
  max-width: 1200px;
  background-color: #fff;
  height: 80px;
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  top: 50px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  left: 50%;
  padding: 0 20px;
  box-sizing: border-box;
  align-items: center;
  transform: translatex(-50%);
  border-radius: 5px;
}
header .fa-solid {
  display: none;
}
header .navigation i {
  display: none;
}
header .navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
header .navigation ul li {
  padding: 0 10px;
  box-sizing: border-box;
}
header .navigation ul li a {
  text-decoration: none;
  color: #302b31;
}
header .identity {
  width: auto;
  height: 40px;
}
header .identity img {
  height: 100%;
  width: auto;
}

.about__us {
  width: 100%;
  height: auto;
  padding: 50px 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding-bottom: 100px;
  justify-content: center;
  background-color: #dcd6d7;
}
.about__us .content {
  max-width: 1100px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about__us .content h2 {
  font-size: 40px;
  text-align: center;
  font-weight: 400;
  border-bottom: 2px solid #df1024;
}
.about__us .content .box {
  width: 100%;
  padding: 35px 20px;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  font-size: 20px;
  letter-spacing: 1px;
  text-align: center;
  line-height: 1.2em;
}

.hero {
  height: 100vh;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  justify-content: center;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/hero-bg.webp");
}
.hero .content {
  display: flex;
  flex-direction: column;
  max-width: 1100px;
  width: 100%;
  align-items: center;
}
.hero .content h1 {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.hero .content p {
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.featured {
  height: 350px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-image: url("../img/featured-bg.webp");
}
.featured .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(223, 16, 37, 0.3843137255);
  width: 100%;
  height: 100%;
}

.contact {
  width: 100%;
  height: auto;
  padding: 100px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.contact .content {
  max-width: 1100px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.contact .content .maps {
  width: 50%;
}
.contact .content .maps #embed-ded-map-canvas {
  border-radius: 10px;
  overflow: hidden;
}
.contact .content .info {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.contact .content .info form {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  height: auto;
  display: flex;
  flex-direction: column;
}
.contact .content .info form input {
  border: 1px solid #dcd6d7;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 20px;
  box-sizing: border-box;
  height: 40px;
  border-radius: 2px;
  font-size: 16px;
}
.contact .content .info form input:focus {
  outline: none;
}
.contact .content .info form textarea {
  border: 1px solid #dcd6d7;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 20px;
  box-sizing: border-box;
  border-radius: 2px;
  font-size: 16px;
}
.contact .content .info form textarea:focus {
  outline: none;
}
.contact .content .info form button {
  height: 40px;
  background-color: #df1024;
  border-radius: 2px;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  font-weight: bold;
}

.page__content {
  min-height: calc(100vh - 59px);
  width: 100%;
  background-color: #dcd6d7;
  padding: 50px 20px;
  padding-top: 150px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
.page__content .content {
  max-width: 1100px;
  width: 100%;
}

footer {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background-color: #302b31;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .content {
  max-width: 1100px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
footer .content span {
  font-size: 16px;
  color: #fff;
}
footer .content ul {
  margin: 0;
  padding: 0;
  flex-direction: row;
  display: flex;
  list-style: none;
  align-items: center;
}
footer .content ul li a {
  padding: 0 10px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 1200px) {
  header {
    border-radius: 0;
    top: 0;
  }
}
@media only screen and (max-width: 760px) {
  .contact .content {
    flex-direction: column-reverse;
  }
  .contact .content .info {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
  }
  .contact .content .info .group {
    width: 100%;
  }
  .contact .content .maps {
    width: 100%;
    margin-bottom: 20px;
  }
  footer .content {
    flex-direction: column-reverse;
    align-items: center;
  }
  footer .content span {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 560px) {
  .hero .content h1 {
    font-size: 42px;
  }
  .hero .content p {
    font-size: 12px;
  }
  .about__us .content h2 {
    font-size: 26px;
  }
  .about__us .content .box {
    font-size: 12px;
  }
  footer .content ul li a {
    font-size: 12px;
  }
  footer .content span {
    font-size: 12px;
  }
  header .fa-solid {
    display: block;
    font-size: 24px;
  }
  header .navigation {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    align-items: center;
    display: none;
    justify-content: center;
    background-color: #fff;
  }
  header .navigation i {
    position: absolute;
    top: 20px;
    display: block;
    right: 20px;
    font-size: 24px;
    z-index: 999;
  }
  header .navigation ul {
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
  }
  header .navigation ul li {
    margin-bottom: 30px;
  }
  header .navigation ul li:last-child {
    margin-bottom: 0;
  }
  header .navigation ul li a {
    font-size: 24px;
    font-weight: bold;
  }
}/*# sourceMappingURL=style.css.map */