@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

body {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  max-width: 1600px;
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

h2 {
  font-size: 3.6rem;
  color: #213a3b;
}

p,
ol,
li {
  color: #5e5e5e;
  font-size: 1.2rem;
}

.btn {
  padding: 1em 1.6em;
  font-weight: 700;
  cursor: pointer;
  border: 0;
  background-color: inherit;
}

.btn-box {
  background-color: white;
}
.btn-form {
  background-color: #315353;
  max-width: max-content;
  color: white;
}

.btn-inline {
  color: #213a3b;
  /* text-decoration: underline;
  text-decoration-thickness: 3px; */
  letter-spacing: 3px;
  font-weight: 500;
  border-bottom: 1px solid #213a3b;
  padding-inline: 0;
}

.navigation {
  padding: 25px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  /* position: sticky; */
  top: 0;
  background-color: white;
}

.navigation img {
  width: 150px;
}
svg {
  margin: 0 auto;
  width: 100%;
  display: relative;
  background-color: red;
}

.jumbotron {
  min-height: 90vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: url("../images/01.jpg") no-repeat 100% 24%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
}

.jumbotron--text {
  padding-left: 150px;
  max-width: 50vw;
}

.jumbotron--text > * + * {
  margin-top: 20px;
}

.jumbotron--text h1 {
  font-size: 4.5rem;
  color: white;
}

.cta {
  padding: 80px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cta > * + * {
  margin-top: 40px;
}

.services {
  margin-block: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}

.services img {
  width: 600px;
}

.services--text {
  width: 40%;
}

.features > * + * {
  margin-top: 50px;
}

.features h2 {
  text-align: center;
  margin-bottom: 20px;
}

.features img {
  width: 200px;
  border-radius: 50%;
}

.features--items {
  display: flex;
  justify-content: center;
  align-items: center;
}

.features--items div {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  margin: 10px;
}

.features--items h3 {
  font-size: 1.7rem;
}
.features--items p {
  font-size: 1rem;
}

aside {
  background-color: #0b585c;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
}

aside h2 {
  color: white;
  margin: 0;
  font-size: 4.5rem;
}

.contact h2,
.contact p {
  text-align: center;
}
.contact p {
  margin-bottom: 100px;
}

.contact form {
  display: flex;
  flex-direction: column;
  max-width: 50%;
  margin: auto;
}

.contact form > * + * {
  margin-top: 40px;
}

.contact input,
.contact textarea {
  border: 0;
  border-bottom: 1px solid #e2e2e2;
  padding-block: 10px;
  outline: 0;
}

.contact {
  margin-block: 50px;
}

.contact button {
  align-self: center;
}
