/* VÅR LÖSNING FÖR ALLA */

.solution-showcase {
  margin-top: 75px;
  padding: 50px 50px;
  background: linear-gradient(to right, rgb(52, 72, 92, 0.75) 25%, rgb(52, 92, 92, 0.1)),
    url('/img/tekniskt-sofistikerat.jpg');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  min-height: 50vh;
  height: 50vh;
  color: #fff;
}

.solution-showcase h3.underline {
  color: var(--white-color);
  margin-bottom: 25px;
  font-size: 30px;
}

.solution-showcase h2 {
  font-size: 60px;
}

.solution-showcase p {
  font-size: 25px;
  width: 75%;
}

/* VÅRT KONCEPT */

.concept {
  min-height: 100vh;
  height: auto;
  background-color: var(--warm-white-color);
  padding: 50px 50px;
  max-width: 100%;
  margin: 0 auto;
}

.concept .container {
  width: auto;
  margin: 0 auto;
  text-align: center;
}

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

.concept h3 {
  font-size: 30px;
  padding: 50px 0 0 0;
}

.concept p {
  font-size: 22px;
  width: auto;
  text-align: left;
}

/* SEKTION VAD INGÅR */

.select-included {
  width: auto;
  padding: 50px 50px;
  min-height: 100vh;
}

.select-included img {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.select-included img:hover {
  box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
  transform: scale(1.02);
}

.select-included .container {
  padding: 50px 0;
}

.select-included h3 {
  font-size: 30px;
}

.select-included p {
  font-size: 22px;
}

/* KOMPONENTER */

.components {
  padding: 50px 50px;
  width: auto;
}

.components h3.underline {
  font-size: 30px;
  margin-bottom: 25px;
}

.components h2 {
  font-size: 60px;
  text-align: center;
  margin-bottom: 25px;
}

.components .grid {
  gap: 50px;
}

.components .grid .component {
  width: auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.components .grid .card {
  height: 100%;
}
.components .grid .component i {
  border-radius: 50%;
  background-color: var(--warm-white-color);
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  margin-top: 25px;
  border: 3px solid var(--secondary-color);
  color: var(--primary-color);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.components .grid .component p {
  text-align: center;
  font-size: 22px;
}

.components .card div {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: first baseline;
}

/* VÄLJ RÄTT LÖSNING FÖR DIG? */

.choose {
  padding: 50px 50px;
}

.choose .for-boende,
.choose .for-vardgivare,
.choose .for-fastighetsagare {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.choose h4 {
  font-size: 30px;
}
.choose i {
  border-radius: 50%;
  background-color: var(--warm-white-color);
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  margin-top: 25px;
  border: 3px solid var(--secondary-color);
  color: var(--primary-color);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.choose .grid div {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: first baseline;
  width: auto;
}

.choose .btn {
  background-color: var(--secondary-color);
  color: var(--white-color);
  margin-top: 12.5px;
  display: flex;
  flex-direction: column;
  width: 150px;
  border-radius: 9999px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.choose > .container {
  padding: 25px 0;
}

.contact .btn {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 320px) and (max-width: 425px) {
  .solution-showcase {
    margin-top: 70px;
    border: 0px solid red;
    padding: 25px 25px;
    height: 60vh;
  }

  .solution-showcase h3.underline {
    font-size: 25px;
  }

  .solution-showcase h2 {
    font-size: 40px;
    line-height: 1;
  }

  .solution-showcase p {
    font-size: 18px;
    width: 100%;
    line-height: 1.7;
    text-align: left;
  }

  .concept {
    padding: 25px 25px;
    margin: 0 auto;
  }

  .concept h3.underline {
    font-size: 25px;
  }

  .concept h3 {
    font-size: 25px;
  }

  .concept p {
    text-align: justify;
    font-size: 16px;
  }

  .select-included {
    width: auto;
    padding: 25px 25px;
    min-height: 100vh;
  }

  .select-included h3.underline {
    font-size: 25px;
  }

  .select-included h2 {
    font-size: 40px;
    text-align: center;
  }

  .select-included img {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  }

  .select-included img:hover {
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
    transform: scale(1.02);
  }

  .select-included .container {
    padding: 25px 0;
  }

  .select-included h3 {
    font-size: 25px;
  }

  .select-included p {
    font-size: 16px;
  }

  .select-included .grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }

  .select-included .grid h3 {
    font-size: 25px;
  }

  .select-included .grid p {
    font-size: 16px;
    text-align: justify;
  }

  .select-included .grid.first {
    border: 0px solid red;
  }

  .select-included .grid.second {
    border: 0px solid red;
  }
  .select-included .grid.second .left {
    order: 1;
  }

  .select-included .grid.second .right {
    order: 0;
  }

  .select-included .grid.fourth .left {
    order: 1;
  }
  .select-included .grid.fourth .right {
    order: 0;
  }

  /* KOMPONENTER */

  .components {
    padding: 25px 25px;
  }

  .components h3.underline {
    font-size: 25px;
    margin-bottom: 25px;
  }
  .components h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 25px;
  }

  .components .grid {
    gap: 50px;
  }

  .components .grid-3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .components .grid .card {
    height: 100%;
  }

  .components .grid .component i {
    height: 100px;
    width: 100px;
  }

  .components .grid .component i.fa-4x {
    font-size: 40px;
  }

  .components .grid .component h3 {
    font-size: 25px;
  }
  .components .grid .component p {
    font-size: 16px;
  }

  .choose {
    padding: 25px 25px;
  }

  .choose h3.underline {
    font-size: 25px;
  }

  .choose h2 {
    font-size: 40px;
    text-align: center;
  }

  .choose .for-boende,
  .choose .for-vardgivare,
  .choose .for-fastighetsagare {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

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

  .choose i {
    width: 100px;
    height: 100px;
  }

  .choose i.fa-4x {
    font-size: 40px;
  }

  .choose .grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .choose .grid .card {
    width: 100%;
  }

  .choose .grid div {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: first baseline;
    width: auto;
  }

  .contact {
    padding: 25px 25px;
    height: auto;
    min-height: 50vh;
  }

  .contact .container .flex .flex-column {
    height: 100%;
  }

  .contact h3.underline {
    font-size: 20px;
  }

  .contact h2 {
    font-size: 30px;
    text-align: center;
  }

  .contact .grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
  }

  .contact .grid .left {
    height: 100%;
    margin-top: 0px;
  }

  .contact .grid .left p {
    font-size: 16px;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  .contact .grid .right {
    height: 100%;
  }

  .contact .policy a {
    font-size: 16px;
  }

  .contact .form-control {
    font-size: 16px;
  }

  .contact .grid .right .myform .form-control label {
    font-size: 16px;
  }

  .footer {
    height: auto;
    padding: 25px 25px 0px 0px;
    max-width: 99%;
  }

  .footer .grid {
    gap: 0px;
    margin-left: 50px;
    margin-top: 0px;
  }

  .footer .grid .logo-social-container {
    display: none;
    position: absolute;
    top: 50px;
    left: 150px;
  }

  .footer .grid .social {
    border: 0px solid red;
    display: none;
  }

  .footer .social i {
    margin-left: 60px;
    padding: 10px 0px;
    cursor: pointer;
  }

  .footer .grid ul li {
    width: 99px;
  }

  .footer .grid ul li a {
    width: 375px;
  }

  .footer .grid h4 {
    font-size: 16px;
  }

  .footer .grid a {
    font-size: 12px;
  }
}

@media screen and (min-width: 425px) and (max-width: 480px) {
  .solution-showcase {
    margin-top: 70px;
  }

  .solution-showcase h3.underline {
    font-size: 25px;
  }

  .solution-showcase h2 {
    font-size: 40px;
  }

  .solution-showcase p {
    font-size: 18px;
    line-height: 1.2s;
    text-align: justify;
    width: 100%;
  }

  .concept {
    padding: 25px 25px;
  }

  .concept h3.underline {
    font-size: 25px;
  }

  .concept h3 {
    font-size: 25px;
  }

  .concept p {
    font-size: 18px;
    text-align: justify;
    line-height: 1.7;
  }

  .select-included {
    padding: 25px 25px;
  }

  .select-included h3.underline {
    font-size: 25px;
  }

  .select-included h2 {
    font-size: 40px;
  }

  .select-included .grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
  }

  .select-included .grid h3 {
    font-size: 25px;
  }

  .select-included .grid p {
    font-size: 16px;
    text-align: justify;
  }

  .select-included .grid.first .left {
    order: 0;
  }

  .select-included .grid.first .right {
    order: 1;
  }

  .select-included .grid.second .left {
    order: 1;
  }

  .select-included .grid.second .right {
    order: 0;
  }

  .select-included .grid.fourth .left {
    order: 1;
  }

  .select-included .grid.fourth .right {
    order: 0;
  }

  /* KOMPONENTER */

  .components {
    padding: 25px 25px;
  }

  .components h3.underline {
    font-size: 25px;
    margin-bottom: 25px;
  }
  .components h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 25px;
  }

  .components .grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 25px;
  }

  .components .grid .component i {
    height: 100px;
    width: 100px;
  }

  .components .grid .component i.fa-4x {
    font-size: 40px;
  }

  .choose {
    padding: 25px 25px;
  }

  .choose h3.underline {
    font-size: 25px;
  }

  .choose h2 {
    font-size: 40px;
    text-align: center;
  }

  .choose .for-boende,
  .choose .for-vardgivare,
  .choose .for-fastighetsagare {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

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

  .choose i {
    width: 100px;
    height: 100px;
  }

  .choose i.fa-4x {
    font-size: 40px;
  }

  .choose .grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .choose .grid .card {
    width: 100%;
  }

  .choose .grid div {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: first baseline;
    width: auto;
  }

  .contact {
    padding: 25px 25px;
    height: auto;
    min-height: 50vh;
  }

  .contact .container .flex .flex-column {
    height: 100%;
  }

  .contact h3.underline {
    font-size: 20px;
  }

  .contact h2 {
    font-size: 30px;
    text-align: center;
  }

  .contact .grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
  }

  .contact .grid .left {
    height: 100%;
    margin-top: 0px;
  }

  .contact .grid .left p {
    font-size: 16px;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  .contact .grid .right {
    height: 100%;
  }

  .contact .policy a {
    font-size: 16px;
  }

  .contact .form-control {
    font-size: 16px;
  }

  .contact .grid .right .myform .form-control label {
    font-size: 16px;
  }

  .footer {
    height: auto;
    padding: 25px 25px 0px 0px;
    max-width: 99%;
  }

  .footer .grid {
    gap: 0px;
    margin-left: 100px;
    margin-top: 0px;
  }

  .footer .grid .logo-social-container {
    display: none;
    position: absolute;
    top: 50px;
    left: 150px;
  }

  .footer .grid .social {
    border: 0px solid red;
    display: none;
  }

  .footer .social i {
    margin-left: 60px;
    padding: 10px 0px;
    cursor: pointer;
  }

  .footer .grid ul li {
    width: 99px;
  }

  .footer .grid ul li a {
    width: 375px;
  }

  .footer .grid h4 {
    font-size: 16px;
  }

  .footer .grid a {
    font-size: 12px;
  }
}

@media screen and (min-width: 481px) and (max-width: 767px) {
  body {
    border: 0px solid red;
  }

  .solution-showcase {
    padding: 25px 25px;
    margin-top: 70px;
    display: flex;
    height: 60vh;
  }

  .solution-showcase h2 {
    font-size: 40px;
  }

  .solution-showcase h3.underline {
    font-size: 25px;
  }

  .solution-showcase p {
    font-size: 22px;
    text-align: left;
    width: 100%;
  }

  .concept {
    padding: 25px 25px;
  }

  .concept h3.underline {
    font-size: 25px;
  }

  .concept h3 {
    font-size: 25px;
  }

  .concept p {
    font-size: 20px;
    text-align: justify;
    line-height: 1.7;
  }

  .select-included {
    padding: 25px 25px;
  }

  .select-included h3.underline {
    font-size: 25px;
  }

  .select-included h2 {
    font-size: 40px;
  }

  .select-included .grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
  }

  .select-included .grid h3 {
    font-size: 25px;
  }

  .select-included .grid p {
    font-size: 18px;
    text-align: justify;
  }

  .select-included .grid.first .left {
    order: 0;
  }

  .select-included .grid.first .right {
    order: 1;
  }

  .select-included .grid.second .left {
    order: 1;
  }

  .select-included .grid.second .right {
    order: 0;
  }

  .select-included .grid.fourth .left {
    order: 1;
  }

  .select-included .grid.fourth .right {
    order: 0;
  }

  /* KOMPONENTER */

  .components {
    padding: 25px 25px;
  }

  .components h3.underline {
    font-size: 25px;
    margin-bottom: 25px;
  }

  .components p {
    font-size: 18px;
  }
  .components h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 25px;
  }

  .components .grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 25px;
    border: 0px solid blue;
  }

  .components .grid .card {
    width: 50%;
  }

  .components .grid .card h3 {
    font-size: 25px;
  }

  .components .grid .card p {
    font-size: 18px;
  }

  .components .grid .component i {
    height: 125px;
    width: 125px;
  }

  .components .grid .component i.fa-4x {
    font-size: 50px;
  }

  .choose .for-boende,
  .choose .for-vardgivare,
  .choose .for-fastighetsagare {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .choose p {
    font-size: 18px;
  }

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

  .choose i {
    width: 125px;
    height: 125px;
  }

  .choose i.fa-4x {
    font-size: 50px;
  }

  .choose .grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .choose .grid .card {
    width: 50%;
  }

  .choose .grid div {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: first baseline;
    width: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  body {
    border: 0px solid red;
  }

  .solution-showcase {
    padding: 50px 50px;
    margin-top: 70px;
    display: flex;
  }

  .solution-showcase h2 {
    font-size: 50px;
  }

  .solution-showcase h3.underline {
    font-size: 30px;
  }

  .solution-showcase p {
    font-size: 22px;
    text-align: left;
  }

  .concept {
    padding: 50px 50px;
  }

  .concept h3.underline {
    font-size: 25px;
  }

  .concept h3 {
    font-size: 25px;
  }

  .concept p {
    font-size: 20px;
    text-align: justify;
    line-height: 1.7;
  }

  .select-included {
    padding: 25px 25px;
  }

  .select-included h3.underline {
    font-size: 25px;
  }

  .select-included h2 {
    font-size: 40px;
  }

  .select-included .grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
  }

  .select-included .grid h3 {
    font-size: 25px;
  }

  .select-included .grid p {
    font-size: 20px;
    text-align: justify;
  }

  .select-included .grid.first .left {
    order: 0;
  }

  .select-included .grid.first .right {
    order: 1;
  }

  .select-included .grid.second .left {
    order: 1;
  }

  .select-included .grid.second .right {
    order: 0;
  }

  .select-included .grid.fourth .left {
    order: 1;
  }

  .select-included .grid.fourth .right {
    order: 0;
  }

  .components {
    padding: 50px 50px;
  }

  .components h3.underline {
    font-size: 25px;
    margin-bottom: 25px;
  }

  .components p {
    font-size: 20px;
  }
  .components h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 25px;
  }

  .components .grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 25px;
  }

  .components .grid .card {
    width: 50%;
    border: 0px solid red;
  }

  .components .grid .card h3 {
    font-size: 25px;
  }

  .components .grid .card p {
    font-size: 20px;
  }

  .components .grid .component i {
    height: 125px;
    width: 125px;
  }

  .components .grid .component i.fa-4x {
    font-size: 50px;
  }

  .choose .for-boende,
  .choose .for-vardgivare,
  .choose .for-fastighetsagare {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .choose p {
    font-size: 18px;
  }

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

  .choose i {
    width: 125px;
    height: 125px;
  }

  .choose i.fa-4x {
    font-size: 50px;
  }

  .choose .grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .choose .grid .card {
    width: 50%;
  }

  .choose .grid div {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: first baseline;
    width: auto;
  }

  .contact h3.underline {
    font-size: 25px;
  }

  .contact h2 {
    font-size: 40px;
    text-align: center;
  }

  .contact .grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
  }

  .contact .grid .left {
    height: 100%;
    margin-top: 0px;
  }

  .contact .grid .left p {
    font-size: 16px;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  .contact .grid .right {
    height: 100%;
  }

  .contact .policy a {
    font-size: 16px;
  }

  .contact .form-control {
    font-size: 16px;
  }

  .contact .grid .right .myform .form-control label {
    font-size: 16px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
  body {
    border: 0px solid red;
  }

  .solution-showcase {
    padding: 50px 50px;
    margin-top: 70px;
    display: flex;
  }

  .solution-showcase h2 {
    font-size: 60px;
  }

  .solution-showcase h3.underline {
    font-size: 30px;
  }

  .solution-showcase p {
    font-size: 25px;
    text-align: left;
  }

  .concept {
    padding: 50px 50px;
  }

  .concept h3.underline {
    font-size: 30px;
  }

  .concept h3 {
    font-size: 30px;
  }

  .concept p {
    font-size: 22px;
    text-align: justify;
    line-height: 1.7;
  }

  .select-included {
    padding: 25px 25px;
  }

  .select-included h3.underline {
    font-size: 25px;
  }

  .select-included h2 {
    font-size: 40px;
  }

  .select-included .grid h3 {
    font-size: 25px;
  }

  .components {
    padding: 50px 50px;
  }

  .components h3.underline {
    font-size: 25px;
    margin-bottom: 25px;
  }

  .components p {
    font-size: 20px;
  }
  .components h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 25px;
  }

  .components .grid .card {
    width: 100%;
  }

  .components .grid .card h3 {
    font-size: 30px;
  }

  .components .grid .card p {
    font-size: 22px;
  }

  .components .grid .component i {
    height: 150px;
    width: 150px;
  }

  .components .grid .component i.fa-4x {
    font-size: 60px;
  }

  .menu .become-customer {
    display: none;
  }
}

@media screen and (min-width: 1201px) {
  .solution-showcase {
    display: flex;
    padding: 50px 50px;
    margin-top: 70px;
  }
  .container {
    max-width: 1280px;
  }
}
