* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}
.header-site {
  display: flex;
  justify-content: space-between;
}
.logo {
  width: 140px;
  padding: 20px 20px;
  margin-top: 7px;
  margin-left: 10px;
}

.header-site__menu {
  display: flex;
}
.header-site__menu-list a {
  list-style: none;
  text-decoration: none;
  color: hsl(243, 87%, 12%);
}
.header-site__menu-list {
  display: flex;
  justify-content: flex-end;
  gap: 1.5rem;
  list-style: none;
  text-decoration: none;
  padding-top: 2rem;
  font-size: 14px;
  padding-right: 1rem;
  margin-right: 10px;
}
.header-site__menu-list li {
  font-family: "Raleway", sans-serif;
}
.first-part {
  display: flex;
  flex-direction: column-reverse;
  align-items: center; /* Optional, to vertically center the content */
}
.first-illustration {
  padding-top: 50px;
  text-align: center; /* Center the image within its container */
}

.first-illustration img {
  max-width: 90%; /* Make the image responsive */
  height: auto; /* Maintain the image's aspect ratio */
}
.first-illustration__enter-mail {
  text-align: center;
}
.first-illustration__enter-mail h1 {
  font-size: 35px;
}
h1 {
  font-family: "Open Sans", sans-serif;
  padding: 20px 10px;
  color: hsl(243, 87%, 12%);
  font-size: 29px;
  font-weight: 10rem;
  line-height: 1.3;
  padding-bottom: 35px;
}
.first-illustration__enter-mail p {
  font-family: "Open Sans", sans-serif;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 17px;
  padding-bottom: 35px;
  color: hsl(243, 87%, 12%);
  line-height: 1.3;
  word-spacing: 2px;
}
.mail-wrapper {
  display: inline-block; /* Encapsulate the input in a div */
  position: relative;
}

.mail {
  width: 331px;
  height: 47px;
  padding-left: 10px;
  border: 1px solid black;
  border-radius: 4px;
  background: #fff; /* Make the background transparent */
}

.mail::placeholder {
  opacity: 0.3;
  font-size: medium;
  position: absolute;
  left: 1px;
  margin-left: 20px;
}
.get-started-link {
  display: inline-block;
  text-decoration: none;
}

.get-started {
  background-color: hsl(224, 93%, 58%);
  border: hsl(224, 93%, 58%);
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: hsl(240, 75%, 98%);
  padding: 13px 122px;
  margin-top: 23px;
  border-radius: 3px;
  margin-bottom: 150px;
  text-decoration: none;
  cursor: pointer; /* Add this for a pointer cursor on hover */

  /* Add a hover effect */
  transition: background-color 0.5s ease;
}

.get-started:hover {
  background-color: hsl(224, 82%, 69%); /* Adjust the color as needed */
}
.bg-curve {
  background-image: url(images/bg-curve-mobile.svg);
  background-position: center;
  background-size: cover;
}
.second-part {
  display: flex;
  flex-direction: column-reverse;
  align-items: center; /* Optional, to vertically center the content */
}

.second-illustration {
  padding-top: 50px;
  text-align: center; /* Center the image within its container */
  padding-bottom: 80px;
}

.second-illustration img {
  padding-top: 70px;
  max-width: 100%; /* Make the image responsive */
  height: auto; /* Maintain the image's aspect ratio */
  justify-content: center;
}

.second-illustration__second-paragraph {
  text-align: center;
}
.second-illustration__second-paragraph__first-part,
.second-illustration__second-paragraph__second-part {
  text-align: start;
  padding-bottom: 20px;
  line-height: 1.5;
}
.second-illustration__second-paragraph p {
  font-family: "Open Sans", sans-serif;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  color: hsl(0, 2%, 61%);
}
.second-illustration__second-paragraph h4 {
  font-family: "Raleway", sans-serif;
  color: hsl(243, 87%, 12%);
  padding-bottom: 20px;
  font-size: 18px;
}
.second-illustration__fylo-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 50px;
  cursor: pointer;
}

.second-illustration__fylo-button__arrow {
  text-decoration: none;
  color: hsl(170, 45%, 43%);
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  border-bottom: 2px solid hsl(170, 45%, 43%);
  padding-bottom: 8px;
}
.second-illustration__fylo-button__arrow:hover {
  color: hsl(170, 70%, 60%);
  border-color: hsl(170, 70%, 60%);
}

.second-illustration__comment-box {
  background-color: #fff;
}

.second-illustration_comment {
  color: hsl(243, 89%, 15%);
  font-family: "Open Sans", sans-serif;
  line-height: 1.7;
  padding-top: 10px;
  padding-bottom: 5px;
  color: hsl(243, 87%, 12%);
  margin-bottom: 2px;
  font-size: 11px;
  font-weight: 400;
}
.inside-card {
  display: flex;
  justify-content: center;
  padding-bottom: 100px;
}
.card {
  padding: 2rem;
  display: flex;
  gap: 2rem;
  background-color: var(--white);
  border-radius: 8px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
  width: 310px;
  height: 200px;
}

.ceo-pic {
  width: 39px;
  height: 100%;
  border-radius: 50%;
  margin-right: 10px;
  image-resolution: cover;
}
.picture-text {
  display: flex;
  align-items: center;
  padding-top: 10px;
}

.card__content {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.ceo {
  font-size: 9px;
  line-height: 1.5;
}

.card__details strong {
  color: hsl(243, 87%, 12%);
  font-size: 14px;
}
.signup {
  background-color: hsl(238, 22%, 44%);
  justify-content: center;
  align-items: center;
  color: aliceblue;
}
.signup__information {
  display: flex;
  justify-content: center;
  padding-top: 50px;
  font-family: "Open Sans", sans-serif;
  font-weight: lighter;
}
.signup__information-2 {
  display: flex;
  justify-content: center;
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 30px;
  padding-bottom: 40px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  color: hsl(0, 5%, 85%);
}
.signup__mail-wrapper {
  display: flex;
  justify-content: center;
}

.signup__mail {
  display: flex;
  align-items: start;
  width: 262px;
  height: 43px;
  border: 1px solid black;
  border-radius: 4px;
  background: #fff; /* Make the background transparent */
  font-size: 20px;
  padding-left: 5px;
}

.signup__mail::placeholder {
  opacity: 0.3;
  font-size: medium;
  position: absolute;
  left: 10px;
}
.signup__get-started-link {
  display: inline-block;
  text-decoration: none;
}

.signup__get-started {
  background-color: hsl(224, 93%, 58%);
  border: hsl(224, 93%, 58%);
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: hsl(240, 75%, 98%);
  padding: 13px 72px;
  margin-top: 23px;
  border-radius: 3px;
  margin-bottom: 150px;
  text-decoration: none;
  cursor: pointer; /* Add this for a pointer cursor on hover */

  /* Add a hover effect */
  transition: background-color 0.5s ease;
}

.signup__get-started:hover {
  background-color: hsl(224, 82%, 69%); /* Adjust the color as needed */
}
.signup__get-started-1 {
  display: flex;
  justify-content: center;
}
.the-end-information {
  background-color: hsl(243, 87%, 12%);
}
.the-end-information__logo-box {
  padding-top: 60px;
  padding-left: 40px;
}
.the-end-information__contact-phone-number {
  color: hsl(0, 0%, 75%);
  padding-left: 40px;
  padding-top: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
}
.the-end-information__phone-icon {
  padding-right: 10px;
}
.the-end-information__contact-email {
  color: hsl(0, 0%, 75%);
  padding-left: 40px;
  padding-top: 20px;
  padding-bottom: 60px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
}
.the-end-information__mail-icon {
  padding-right: 10px;
}
.the-end-information_list-li {
  color: hsl(0, 0%, 75%);
  text-decoration: none;
  line-height: 2.5;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  padding-left: 40px;
}
.the-end-information_list-li:hover {
  color: blue;
}
.the-end-information__list-1,
.the-end-information__list-2 {
  padding-bottom: 40px;
  list-style: none;
}

.the-end-information__list-ul-1,
.the-end-information__list-ul-2 {
  list-style: none;
}

.social-media {
  color: hsl(0, 0%, 75%);
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-bottom: 40px;
  list-style: none;
  border: none;
  direction: none;
  background-color: hsl(243, 87%, 12%);
}
.fab {
  height: 100%;
  border: 2px solid hsl(0, 0%, 75%);
  border-radius: 50%;
  padding: 10px;
  color: hsl(0, 0%, 75%);
  cursor: pointer;
}
.fab:hover {
  color: dodgerblue;
  border-color: dodgerblue;
}
.attribution {
  font-size: 15px;
  text-align: center;
  background-color: hsl(243, 87%, 12%);
  color: hsl(0, 0%, 75%);
}
.attribution a {
  color: hsl(0, 0%, 75%);
}
@media (min-width: 765px) {
  .logo {
    width: 280px;
    padding: 50px 50px;
    margin-top: 7px;
    margin-left: 10px;
  }
  .header-site__menu-list {
    gap: 4rem;
  }
  .header-site__menu-box {
    display: flex;
    padding-top: 60px;
    padding-right: 70px;
  }

  .first-part {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    padding-bottom: 100px;
    padding-left: 80px;
  }

  .first-illustration__enter-mail-1 {
    display: flex;
    text-align: left;
    font-size: 35px;
    padding-right: 150px;
  }
  .first-illustration__enter-mail p {
    padding-left: 0;
    padding: 0;

    padding-bottom: 50px;
  }
  .image {
    /* Ändra bildkällan till Desktop versionen */
    content: url("images/bg-curve-desktop.svg");
    /* Uppdatera storleken om det behövs */
    object-fit: fill;
    overflow: hidden;
    width: 80%;
  }
  .mail-wrapper {
    display: flex;
    align-items: center;
  }

  .get-started {
    display: flex;
    align-items: center;
    margin: 0;
    font-size: 12px;
    padding: 15px 80px;
    margin-left: 20px;
  }
  .second-part {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding-top: 50px;
  }
  .part {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding-left: 80px;
  }
  .second-illustration img {
    width: 80%;
  }
  .second-illustration__second-paragraph {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
  }
  .second-illustration__second-paragraph h4 {
    font-size: 40px;
    color: hsl(242, 86%, 17%);
    padding-bottom: 40px;
    word-spacing: 2px;
  }
  .second-illustration__second-paragraph__first-part,
  .second-illustration__second-paragraph__second-part {
    text-align: start;
    padding-bottom: 10px;
    padding-left: 0;

    line-height: 1.5;
  }
  .second-illustration__second-paragraph p {
    font-size: 16px;
    color: hsl(243, 87%, 12%);
    padding: 0;
    padding-right: 350px;
    padding-bottom: 20px;
  }
  .signup {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .signup__information {
    display: flex;
    justify-content: start;
  }
  .signup__information h3 {
    font-size: 35px;
    text-align: start;
    padding: 0;
    word-spacing: 2px;
  }
  .signup__box {
    padding: 0;
    padding-left: 80px;
  }
  .signup__information-2 {
    padding-left: 0;
  }
  .signup__information-2 p {
    text-align: start;
    font-size: 20px;
    color: hsl(240, 75%, 98%);
    padding-right: 14rem;
  }
  .signup__form {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding-left: 200px;
    padding-top: 70px;
  }
  .signup__get-started {
    padding: 15px 30px;
    align-items: center;
    padding-top: 70;
  }
  .signup__mail {
    display: flex;
    width: 600px;
    height: 55px;
  }
  .signup__mail-wrapper {
    display: flex;
    align-items: start;
  }
  .the-end-information {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .the-end-information__list-1,
  .the-end-information__list-2 {
    padding-top: 140px;
    padding-bottom: 40px;
    list-style: none;
  }
  .the-end-grid-1 {
    padding-left: 50px;
  }
  .socialmedia-div {
    display: flex;
    justify-content: start;
    padding-top: 140px;
  }
  .fab {
    border: 2px solid hsl(0, 0%, 75%);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    color: hsl(0, 0%, 75%);
    align-items: center;
  }
  .social-media {
    color: hsl(0, 0%, 75%);

    gap: 20px;
    list-style: none;
    direction: none;
    background-color: hsl(243, 87%, 12%);
  }
}
