@import url('https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,100..900;1,100..900&display=swap');

* {
  font-family: "Chivo", sans-serif;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #121212;
}

header {
  z-index: 20;
  display: flex;
  background-color: white;
  height: 60px;
  align-items: center;
  padding: 0;
  border: none;
  width: 100%;
  position: fixed;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

header a {
  color: black;
  width: 60%;
  text-decoration: none;
  font-weight: 500;
  font-family: "Chivo", sans-serif;
}

.logo-name {
  padding-left: 5%;
  font-size: 20px;
}

nav {
  display: flex;
  width: 40%;
}

nav div {
  text-decoration: none;
  font-weight: 500;
  font-family: "Chivo", sans-serif;
  transition: 100ms;
  text-wrap: nowrap;
  font-size: 20px;
  margin: auto;
  text-align: center;
}

nav div:active {
  opacity: 0.8;
  text-decoration: none;
  font-weight: 500;
  font-family: "Chivo", sans-serif;
  transition: 100ms;
  text-wrap: nowrap;
  font-size: 20px;
  margin: auto;
  text-align: center;
}

.responesive-nav {
  display: none;
}

.about-us:after {
  display: block;
  content: "";
  position: relative;
  background-color: #60E16F;
  height: 3px;
  width: 0%;
  left: 0;
  transition: 0.5s;
}

.about-us:hover:after {
  width: 100%;
}

.contact-us:after {
  display: block;
  content: "";
  position: relative;
  background-color: #60E16F;
  height: 3px;
  width: 0%;
  left: 0;
  transition: 0.5s;
}

.contact-us:hover:after {
  width: 100%;
}

.slogan-Text {
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 50%;
  color: white;
  margin-left: 5%;
}

.h1andh2slogan {
  margin-top: 5%;
}

.contact-button-div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30%;
}

.slogan-Text h1 {
  font-weight: normal;
  font-size: 40px;
  margin: 0;
  margin-bottom: 15px;
}

.slogan-Text h4 {
  font-weight: normal;
  font-size: 20px;
  margin: 0;
}

.promises-div {
  display: flex;
  align-items: center;
}

.promises-div div {
  display: flex;
  align-items: center;
}

.promises-div h2 {
  padding-left: 1vw;
  font-size: 16px;
  font-weight: 300;
  font-family: "Chivo", sans-serif;
}

.promise2 {
  margin-left: 5%;
}

.kontakta-start {
  background: #60E16F;
  border-style: none;
  text-decoration: none;
  color: black;
  font-weight: 500;
  padding-top: 1.3%;
  padding-bottom: 1.3%;
  padding-left: 3.25%;
  padding-right: 3.25%;
  font-size: 18px;
  border-width: 1px;
  border-radius: 8px;
}

.kontakta-start:hover {
  opacity: 0.9;
}

.kontakta-start:active {
  opacity: 0.8;
}


.image-div {
  overflow: hidden;
  height: 95vh;
  width: 50%;
  display: flex;
  justify-content: center;
  text-align: center;
}

.content1-filter {
  margin-top: 60px;
  height: 95vh;
  width: 100%;
  position: absolute;
  opacity: 0.5;
  background-color: #000000;
  z-index: 0;
}

.image-div img {
  padding-top: 20px;
  height: 100%;
  width: auto;
}

.content1-div {
  padding-top: 60px;
  display: flex;
  width: 100%;
}

.mobile-sidebar {
  background-color: white;
  position: fixed;
  height: 50%;
  top: 50%;
  width: 100%;
  display: none;
  flex-direction: column;
  z-index: 10;
}

.mobile-sidebar-close-button {
  height: 10%;
  align-items: flex-end;
  margin-right: 5px;
}

.mobile-sidebar-links {
  height: 90%;
}

.mobile-sidebar div {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.mobile-sidebar a {
  text-decoration: none;
  color: black;
  font-size: 35px;
  font-weight: 400;
  top: 50%;
  display: block;
  align-self: center;
  justify-content: center;
  text-align: center;
  text-wrap: nowrap;
}

.mobile-sidebar h1:hover {
  color: rgb(77, 77, 77);
  font-size: 50px;
  font-weight: 500;
  top: 50%;
  text-wrap: nowrap;
}

.content2-div {
  scroll-margin-top: 30px;
  height: fit-content;
  width: 100%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
}

.lineup-div>div {
  margin: 1%;
  padding: 1%;
}

.berättelse-div {
  border-radius: 10px;
  height: fit-content;
  width: 80%;
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.lineup-div {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.berättelse-div h1 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 0;
  margin-left: 8px;
}

.berättelse-div h2 {
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  margin-left: 8px;
}

.stats-div {
  border-radius: 10px;
  width: 80%;
  height: fit-content;
  margin: auto;
  background-color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.stats-div h1 {
  margin: 0px;
  margin-left: 8px;
  font-size: 20px;
  font-weight: 600;
}

.stats-div h2 {
  font-size: 16px;
  font-weight: 400;
  margin-left: 8px;
}

.stats-div h3 {
  font-size: 16px;
  font-weight: 600;
}

.stats-div-boxes h1 {
  height: fit-content;
  width: fit-content;
  background-color: white;
  margin: auto;
  font-size: 20px;
  font-weight: 600;
  color: #60E16F;
}

.stats-div-boxes {
  display: flex;
}

.stats-div-boxes div {
  border-radius: 10px;
  text-align: center;
  height: 60px;
  width: 120px;
  background-color: white;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 2%;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-left: 4%;
  padding-right: 4%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
}

.stats-div-boxes div:hover {
  transform: translateY(-6px);
}

.tjänster-div {
  border-radius: 10px;
  display: block;
  width: 80%;
  height: 100%;
  margin: auto;
  background-color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.tjänster-div div {
  font-size: 16px;
  font-weight: 400;
}

.tjänster-div h1 {
  font-size: 20px;
  font-weight: 600;
  margin: 0px 0px 0px 8px;
  padding: 0;
}

.tjänster-div li {
  font-size: 18px;
}

.tjänster-div-tjänster {
  display: flex;
}

.tjänster-div-tjänster div {
  height: 60px;
  width: fit-content;
  background-color: white;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 2%;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-left: 4%;
  padding-right: 4%;
}

.content3-div {
  scroll-margin-top: 60px;
  display: flex;
  height: 95vh;
}

.content3-information {
  width: 50%;
  margin-left: 5%;
  margin-top: 2%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.content3-information h1 {
  color: white;
  font-weight: 500;
  font-size: 16px;
  margin-top: 0;
}

.content3-information h2 {
  color: white;
  font-weight: 300;
  font-size: 14px;
}

.content3-information a {
  color: white;
  font-size: 14px;
  text-decoration: none;
  background-color: #171717;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 12%;
  padding-right: 12%;
}

.mail-button {
  display: flex;
  width: fit-content;
  height: fit-content;
  text-align: end;
  align-items: center;
}

.mail-button:active {
  opacity: 0.8;
  display: flex;
  width: fit-content;
  height: fit-content;
  text-align: end;
  align-items: center;
}

.content3-contact-form {
  display: flex;
  width: 50%;
  margin: auto;
  justify-content: center;
}

.content3-contact-form form {
  background-color: white;
  border-radius: 10px;
  width: 470px;
  height: 650px;
  display: flex;
  justify-content: center;
}

.content3-contact-form h1 {
  color: black;
  font-weight: 500;
  font-size: 20px;
  margin-top: 0;
  text-align: center;
}

.content3-contact-form h2 {
  color: black;
  font-weight: 500;
  font-size: 14px;
  margin-top: 0;
}

.content3-contact-form input {
  border-radius: 5px;
  border-color: #5E5E5E;
  border-width: 1.25px;
  border-style: solid;
  color: black;
  font-weight: 500;
  font-size: 14px;
  margin-top: 0;
  height: 30px;
  padding-left: 10px;
}

.content3-contact-form button {
  border-style: none;
  background-color: #60E16F;
  border-radius: 8px;
  color: black;
  border-width: 1px;
  padding-top: 2%;
  font-weight: 500px;
  padding-bottom: 2%;
  padding-left: 3.5%;
  padding-right: 3.5%;
  font-size: 20px;
}

.content3-contact-form button:hover {
  opacity: 0.9;
  border-style: none;
  background-color: #60E16F;
  border-radius: 8px;
  color: black;
  border-width: 1px;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-left: 3.5%;
  padding-right: 3.5%;
  font-weight: 500;
  font-size: 20px;
}

.content3-contact-form button:active {
  opacity: 0.8;
  border-style: none;
  background-color: #60E16F;
  border-radius: 8px;
  color: black;
  border-width: 1px;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-left: 3.5%;
  padding-right: 3.5%;
  font-weight: 500;
  font-size: 20px;
}

.submit-form {
  background-color: white;
  display: flex;
  justify-content: center;
}


.content3-contact-form-center {
  width: 90%;
  padding: 2%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.content3-title-form h1 {
  margin-bottom: 0;
}

.content3-contact-form-fancy {
  display: block;
  justify-content: center;
  width: 100%;
}

.email-namn-input {
  padding-left: 10px;
  width: 95%;
  height: 30px;
}

.content3-contact-form-select {
  display: block;
}

.content3-contact-form select {
  border-radius: 5px;
  width: 95%;
  height: 30px;
  border-color: #5E5E5E;
  border-width: 1.5px;
  border-style: solid;
  color: black;
  font-weight: 500;
  margin-top: 0;
  padding-left: 10px;
}

.content3-contact-form-textarea {
  display: block;
  justify-content: center;
}

.content3-contact-form textarea {
  border-radius: 5px;
  height: 220px;
  border-color: #5E5E5E;
  border-width: 1.25px;
  border-style: solid;
  color: black;
  font-weight: 500;
  font-size: 14px;
  margin-top: 0;
  padding-left: 10px;
  resize: none;
  width: 95%;
}

@media screen and (min-width: 1600px) {
  .h1andh2slogan h1 {
    font-size: 50px;
  }

  .h1andh2slogan h4 {
    font-size: 25px;
  }

  .content3-information h1 {
    font-size: 20px;
  }

  .content3-information h2 {
    font-size: 18px;
  }

  .kontakta-start {
    background: #60E16F;
    border-style: none;
    text-decoration: none;
    color: black;
    font-weight: 500;
    padding-top: 1.3%;
    padding-bottom: 1.3%;
    padding-left: 3.25%;
    padding-right: 3.25%;
    font-size: 22px;
    border-width: 1px;
    border-radius: 8px;
  }
}


@media screen and (max-width: 1400px) {
  body {
    background-color: #121212;
  }

  .berättelse-div {
    height: fit-content;
    width: 80%;
    background-color: #ffffff;
  }

  .content2-div {
    padding-top: 50px;
    padding-bottom: 50px;
    height: fit-content;
    width: 100%;
    background-color: #ffffff;
    display: flex;
  }
}

@media screen and (max-width: 1153px) {
  body {
    background-color: #121212;
  }

  .content1-filter {
    height: 95vh;
  }

  nav a {
    display: none;
  }

  .image-div {
    display: none;
  }

  .content1-div {
    height: 95vh;
  }

  .responesive-nav {
    display: block;
  }

  .h1andh2slogan h1 {
    font-size: 36px;
  }

  .h1andh2slogan h4 {
    font-size: 20px;
  }

  .slogan-Text {
    width: 100%;
    display: flex;
    flex-direction: column;

  }

  .berättelse-div {
    height: fit-content;
    width: 80%;
    background-color: #ffffff;
  }

  .content2-div {
    padding-top: 50px;
    padding-bottom: 50px;
    height: fit-content;
    display: block;
  }

  .stats-div-boxes {
    flex-wrap: wrap;
  }

  .lineup-div {
    width: 100%;

  }

  .lineup-div2 {
    width: 100%;
    margin-top: 5%;
  }

  .content3-contact-form {
    width: 100%;
  }

  .content3-information {
    width: fit-content;
    margin: auto;
    margin-top: 3%;
    margin-bottom: 3%;
    text-align: center;
  }

  .mail-button-div {
    margin: auto;
    margin-bottom: 1%;
  }

  .content3-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: fit-content;
  }

  .tjänster-div-tjänster {
    flex-wrap: wrap;
  }

  .slogan-Text {
    margin: 0;
  }

  .promises-div {
    margin-left: 5%;
  }

  .slogan-Text h1 {
    margin-left: 5%;
  }

  .slogan-Text h4 {
    margin-left: 5%;
  }
}

/* 700 width */
@media screen and (max-width: 700px) {
  .slogan-Text {
    margin: 0;
  }

  .promises-div {
    margin-left: 5%;
  }

  .slogan-Text h1 {
    margin-left: 5%;
  }

  .slogan-Text h4 {
    margin-left: 5%;
  }

  .content3-contact-form-lineup {
    display: block;
    width: 100%;
  }

  .content3-contact-form-lineup input {
    width: 90%;
  }

  .content3-contact-form-fancy input {
    width: 90%;
  }

  .content3-contact-form-select select {
    width: 92.5%;
  }

  .content3-contact-form textarea {
    border-radius: 5px;
    height: 220px;
    border-color: #5E5E5E;
    border-width: 1.5px;
    border-style: solid;
    color: black;
    font-weight: 500;
    font-size: 16px;
    margin-top: 0;
    padding-left: 10px;
    resize: none;
    width: 90%;
  }
}


@media screen and (max-height: 600px) {
  .slogan-Text {
    justify-content: center;
  }

  .content3-div {
    height: fit-content;
  }

  .content3-contact-form form {
    margin: 4%;
    height: 490px;
    width: 400px;
  }

  .content3-contact-form-textarea textarea {
    height: 120px;
  }

  .content3-contact-form-lineup {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .content3-contact-form-lineup {
    display: block;
    width: 100%;
  }

  .content3-contact-form-lineup input {
    width: 95%;
    font-size: 14px;
  }

  .content3-contact-form-fancy input {
    width: 95%;
    font-size: 14px;
  }

  .content3-contact-form-textarea textarea {
    width: 95%;
    font-size: 14px;
  }
}