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

/* nav */
nav {
  /* non so perchè poi sparisce */
  position: sticky;
  top: 0;
  z-index: 5;
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  margin-top: 1%;
  margin-bottom: 1%;
}

nav .about-us {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 25px;
}

nav .logo img {
  width: 100%;
  padding-top: 3%;
  margin-left: 1rem;
}

nav .user-area {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 25px;
  padding: 1%;
}

nav ul {
  gap: 30px;
}

/* button */
a.btn {
  background-color: blue;
  color: white;
  padding: 0.5rem;
}

/* Hello Section */
header .wrapper {
  background-color: rgb(180, 208, 230);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-height: 630px;
  margin-top: 1%;
}

.hello {
  width: 70%;
  margin-top: 10rem;
}

.hello h1 {
  font-size: 61px;
  font-weight: 800;
}

.hello .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
  margin-top: 3rem;
  gap: 5%;
}

.hello .left-box {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
  margin-bottom: 3rem;
}

.hello .right-box {
  width: 70%;
}

.hello .right-box img {
  width: 100%;
}

/* Generals */

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

ul {
  list-style: none;
  display: flex;
}

a {
  text-decoration: none;
  color: black;
}

main {
  width: 70%;
  margin: 0 auto;
}

main .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
  margin-top: 10rem;
  margin-bottom: 10rem;
}

/* Business-plan section  */
.business-plan h2 {
  margin-bottom: 3rem;
}

.business-plan .invoice-buttons {
  display: flex;
  gap: 2rem;
  margin-bottom: 3rem;
}

.card-head {
  margin-left: 1rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  border-bottom: rgba(200, 200, 200, 0.5) solid 2px;
}
.card-head-triple {
  margin-left: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-bottom: rgba(200, 200, 200, 0.5) solid 2px;
}

.business-plan .card {
  gap: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border: rgba(200, 200, 200, 0.5) solid 2px;
}
.business-plan .card-triple {
  gap: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border: rgba(200, 200, 200, 0.5) solid 2px;
}

.business-plan ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  margin: 1rem;
}

.business-plan ul li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
}

/* card .a {
  color: blue;
  text-decoration: underline;
}  */

/* Dropbox-business section */
.dropbox-business h2 {
  font-size: 30px;
}
.dropbox-business h4 {
  font-size: 35px;
  padding-right: 25rem;
  margin-bottom: 3rem;
}

.img-wrapper img {
  width: 100%;
}

.dropbox-business a {
  color: blue;
  text-decoration: underline;
}

/* card */
.card-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 50px auto;
}

.card {
  width: calc(100% / 3 - (40px / 3));
  margin-bottom: 5rem;
}

.card-triple {
  width: calc(100% - (40px / 1));
  margin-bottom: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Footer */
footer {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(15, 15, 15);
}

footer .wrapper {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
}

.info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 80px;
}

.language {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  gap: 1%;
  margin-bottom: 20px;
  margin-top: 10px;
}

.line {
  width: 14%;
  height: 2px;
  background-color: rgb(200, 200, 200);
  margin-top: 20px;
  margin-bottom: 20px;
}

.info ul {
  flex-direction: column;
  gap: 10px;
  font-size: 15px;
  font-weight: 200;
}

.info ul li a {
  color: white;
}

footer .info ul li:first-child {
  color: white;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 20%;
}

/* fontawesome layout*/
.fa-earth-europe {
  font-size: 15px;
  color: white;
}

.fa-arrow-down {
  font-size: 35px;
  color: black;
  padding-bottom: 1rem;
}

/* invoice-buttons */
.check {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 5px solid blue;
  border-radius: 50%;
}

.not-check {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid grey;
  border-radius: 50%;
}
