* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Roboto", sans-serif;

  line-height: 1.5;
}

ul {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}

h1,
h2 {
  font-weight: 300;
  line-height: 1.2;
}

p {
  margin: 10px 0;
}

img {
  width: 100%;
}

div.wrapper_nav {
  max-width: 1300px;
  background: #fff;
  margin: 0 auto;

  display: flex;

  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  color: black;
  opacity: 0.99;

  transition: all 0.5s;
  text-transform: uppercase;
  z-index: 2;
}

/* Navbar */

.navbar {
  max-width: 100vw;
  position: fixed;
  z-index: 2;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
  border-bottom: 1px solid rgba(1, 1, 1, 0.1);
}

.navbar div.logo {
  margin-left: 0px;
  width: 200px;
  flex-shrink: 0;
}

.navbar ul {
  display: flex;
  align-items: space-around;
  justify-content: space-around;
  align-content: space-around;
}

.navbar ul li:nth-of-type(5) {
  background: rgba(1, 1, 1, 0.05);
  font-weight: 700;
}

.navbar li {
  padding: 35px 10px;
  height: 100px;

  width: 180px;
  transition: all 0.1s ease-in-out;
  text-align: center;
}
.navbar a {
  color: black;
}

.navbar li:hover {
  font-weight: 700;
}

/* Header */

header.hero {
  margin: 0 auto;

  max-width: 1300px;
  background-image: linear-gradient(to bottom right, #ececec, #a1a1a1);
}

div.box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;

  padding-left: 90px;
  padding-top: 20px;
}

div.box img {
  max-width: 1200px;
}

div.box div.content {
  align-self: flex-start;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

div.box div.content h1 {
  font-size: 26px;
  font-weight: 700;
  color: black;
}
div.box div.content p {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
  color: black;
  max-width: 600px;
}
.btn {
  margin-top: 20px;
  cursor: pointer;
  padding: 10px 30px;
  border: none;
  width: 160px;
  font-size: 14px;
  z-index: 1;
}
/* Components */

section.about {
  margin: 0 auto;
  background: #fff;
  max-width: 1300px;
}

section.about div.title {
  display: flex;
  flex-direction: column;
  padding-top: 40px;
  padding-left: 110px;
}

section.about h1 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
  color: black;
}

section.about div.items p {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
}

div.items {
  padding: 0px 70px 0 70px;
  display: flex;
  flex-direction: row;
  justify-content: flex;
  align-content: center;
  align-items: center;
}

div.item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 40px;
}

div.item h1 {
  font-size: 22px;
  align-self: start;
}

div.img_l img {
  width: 300px;
}

/* Details */

section.desc {
  margin: 0 auto;
  background-image: linear-gradient(to bottom right, #ececec, #a1a1a1);
  max-width: 1300px;
}

section.desc div.title {
  display: flex;
  flex-direction: row;
  padding-top: 40px;
  padding-left: 110px;
}

section.desc div.title h1 {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
  color: black;
}
section.desc div.title p {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
  max-width: 500px;
  color: black;
}
section.desc div.title ul {
  padding: 0px 70px 0 100px;
  font-weight: 300;

  list-style-type: disc;
  font-size: 14px;
}
section.desc div.details div.img {
  padding: 60px;
  margin: 0 auto;
  width: 650px;
}
/* Icons */

section.icons {
  margin: 0 auto;

  max-width: 1300px;
}

section.icons h2 {
  padding-top: 40px;
  padding-left: 110px;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
}

section.icons div.title {
  padding-top: 40px;
  padding-left: 110px;
}

section.icons div.title h1 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
}
section.icons div.title p {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
  max-width: 500px;
}

section.icons div.set {
  display: flex;
  padding: 0px 110px;
}
section.icons div.set div.set_1 {
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
}

section.icons div.set div.set_2 {
  padding: 0px 80px 40px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
}

div.set_2 img {
  max-width: 200px;
}

/* Contact */

section.contact {
  margin: 0 auto;
  background-image: linear-gradient(to bottom right, #ececec, #a1a1a1);
  max-width: 1300px;
}

section.contact h2 {
  padding-top: 40px;
  padding-left: 110px;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
}

form {
  padding: 50px 110px;
}

form input,
form textarea {
  width: 100%;
  padding: 17px;
  margin: 15px;
  font-size: 14px;
}

form input[type="submit"] {
  width: 300px;
}
