@media screen and (min-width: 320px) and (max-width: 425px) {
  /*  body {
    width: 100%;
    max-width: 425px;
    min-width: 320px;
    border: 1px solid red;
  } */

  .showcase {
    height: 50vh;
  }

  .btn-showcase {
    font-size: 14px;
    margin-left: 10px;
    padding: 10px 15px;
  }
  .heart {
    min-height: 50vh;
    padding: 25px 25px;
    height: auto;
  }

  .heart h2 {
    font-size: 25px;
    text-align: center;
    font-weight: 300;
  }

  .heart p {
    font-size: 16px;
    padding: 0 25px;
    width: auto;
    padding-bottom: 25px;
    text-align: justify;
  }

  .platform {
    padding: 25px 25px;
  }

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

  .platform h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }

  .platform .grid-3 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .platform .grid-3 .card {
    width: 80%;
    margin: 0 auto;
  }
  .platform .grid-3 .card h4 {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .platform .grid-3 .card p {
    font-size: 16px;
  }

  .platform .grid-3 .card i {
    width: 100px;
    height: 100px;
  }

  .platform .grid-3 .card i {
    font-size: 40px;
  }

  .less {
    border: 0px solid red;
  }

  .less .grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .less img {
    width: 80%;
    margin-left: -20px;
  }

  .less-center p {
    font-size: 16px;
    width: 100%;
    height: inherit;
  }

  .less .btn {
    width: 50%;
  }

  .less .btn-middle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .less .flex-center div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 0px solid red;
  }

  .less .flex-left h3 {
    font-size: 20px;
  }

  .less .flex-left p {
    font-size: 16px;
  }

  .less .flex-left {
    margin: 0;
    padding: 0;
  }

  .advan-caretaker {
    padding: 25px 25px;
  }

  .advan-caretaker .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }

  .advan-caretaker .grid .right h4 {
    font-size: 20px;
  }

  .advan-caretaker .grid .right p {
    font-size: 16px;
  }

  .advan-caretaker .grid .right .btn {
    font-size: 14px;
    width: 300px !important;
  }

  .advan-owner {
    padding: 25px 25px;
  }

  .advan-owner .grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-self: center;
  }

  .advan-owner .grid .left {
    order: 1;
  }

  .advan-owner .grid .right {
    order: 0;
  }

  .advan-owner .grid .left h4 {
    font-size: 20px;
  }

  .advan-owner .grid .left p {
    font-size: 16px;
  }

  .advan-owner .grid .left .btn {
    font-size: 14px;
    width: 100%;
  }

  .works {
    padding: 25px 25px;
    width: 100%;
    height: auto;
  }

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

  .works h2 {
    font-size: 30px;
  }

  .works .grid-4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .works .company .lyktan {
    width: 130%;
    max-width: 200px;
  }
  .works .company .ljusrum {
    width: 50%;
    max-width: 125px;
  }
  .works .company .midroc {
    width: 100%;
    max-width: 150px;
  }
  .works .company .novemberbolaget {
    width: 85%;
    max-width: 175px;
    margin-top: 25px;
  }

  .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 {
    padding: 25px 25px;
    height: auto;
  }

  .footer .grid-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
  }

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

  .footer .grid-4 ul.list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border: 0px solid red;
    width: 150px;
    max-width: 150px;
    text-align: center;
    margin-left: 50px;
  }

  .footer .grid-4 ul.list a {
    font-size: 16px;
  }
}

@media screen and (min-width: 425px) and (max-width: 480px) {
  body {
    border: 0px solid green;
  }

  .showcase {
    display: flex;
    margin-top: 75px;
    background-position: center center;
  }

  .heart {
    padding: 25px 25px;
    height: auto;
  }

  .heart h2 {
    font-size: 40px;
  }

  .heart p {
    font-size: 18px;
    padding: 0 25px;
    text-align: justify;
    height: auto;
  }

  .platform {
    padding: 25px 25px;
  }

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

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

  .platform p {
    font-size: 18px;
    text-align: justify;
  }

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

  .platform .grid-3 .card {
    width: 90%;
    margin: 0 auto;
  }
  .platform .grid-3 .card h4 {
    font-size: 20px;
  }

  .platform .grid-3 .card p {
    font-size: 18px;
    padding: 0 25px;
  }

  .platform .grid-3 .card i {
    width: 100px;
    height: 100px;
  }

  .platform .grid-3 .card i {
    font-size: 40px;
  }

  .less {
    border: 0px solid red;
    height: auto;
  }

  .less .grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .less img {
    width: 100%;
    margin-left: -20px;
  }

  .less-center p {
    font-size: 18px;
    width: 100%;
    height: auto;
  }

  .less .btn {
    width: 50%;
  }

  .less .btn-middle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .less .flex-center div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 0px solid red;
  }

  .less .flex-left h3 {
    font-size: 20px;
  }

  .less .flex-left p {
    font-size: 16px;
  }

  .less .flex-left {
    margin: 0;
    padding: 0;
  }

  .advan-caretaker {
    padding: 25px 25px;
  }

  .advan-caretaker .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }

  .advan-caretaker .grid .right h4 {
    font-size: 25px;
  }

  .advan-caretaker .grid .right p {
    font-size: 18px;
  }

  .advan-caretaker .grid .right .btn {
    font-size: 14px;
    width: auto;
  }

  .advan-owner {
    padding: 25px 25px;
  }

  .advan-owner .grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-self: center;
  }

  .advan-owner .grid .left {
    order: 1;
  }

  .advan-owner .grid .right {
    order: 0;
  }

  .advan-owner .grid .left h4 {
    font-size: 25px;
  }

  .advan-owner .grid .left p {
    font-size: 18px;
  }

  .advan-owner .grid .left .btn {
    font-size: 14px;
    width: 100%;
  }

  .works {
    padding: 25px 25px;
    width: 100%;
    height: auto;
  }

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

  .works h2 {
    font-size: 30px;
  }

  .works .grid-4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .works .company .lyktan {
    width: 130%;
    max-width: 200px;
  }
  .works .company .ljusrum {
    width: 50%;
    max-width: 125px;
  }
  .works .company .midroc {
    width: 50%;
    max-width: 125px;
  }
  .works .company .novemberbolaget {
    width: 85%;
    max-width: 175px;
    margin-top: 25px;
  }

  .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 25px 25px;
    max-width: 100%;
  }

  .footer .grid {
    gap: 25px;
    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: 110px;
  }

  .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: 768px) {
  body {
    width: 100%;
    border: 0px solid green;
  }

  .showcase {
    height: 50vh;
    margin-top: 75px;
  }

  .heart {
    padding: 50px 50px;
    height: auto;
  }

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

  .heart p {
    font-size: 18px;
    line-height: 1.6;
  }

  .platform {
    padding: 50px 50px;
  }

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

  .platform h2 {
    font-size: 40px;
  }

  .platform .grid-3 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .platform .grid-3 .card {
    width: 50%;
    margin: 0 auto;
  }

  .platform .grid-3 .card h4 {
    font-size: 25px;
    margin-bottom: 25px;
  }

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

  .platform .grid-3 .card i {
    width: 125px;
    height: 125px;
  }

  .platform .grid-3 .card i {
    font-size: 50px;
  }

  .less {
    border: 0px solid red;
  }

  .less .grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .less img {
    width: 80%;
    margin-left: -20px;
  }

  .less-center p {
    font-size: 18px;
    width: 100%;
    height: inherit;
  }

  .less .btn {
    width: 100%;
  }

  .less .flex-left h3 {
    font-size: 25px;
  }

  .less .flex-left p {
    font-size: 18px;
  }

  .less .flex-left {
    margin: 0;
    padding: 0;
  }

  .less .less-center .btn {
    display: block;
    text-align: center;
  }

  .less .btn {
    width: 50%;
  }

  .advan-caretaker {
    padding: 50px 50px;
  }

  .advan-caretaker .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }

  .advan-caretaker .grid .right h4 {
    font-size: 25px;
  }

  .advan-caretaker .grid .right p {
    font-size: 18px;
  }

  .advan-caretaker .grid .right .btn {
    font-size: 16px;
    width: 50%;
  }

  .advan-owner {
    padding: 25px 25px;
  }

  .advan-owner .grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-self: center;
    gap: 50px;
  }

  .advan-owner .grid .left {
    order: 1;
  }

  .advan-owner .grid .right {
    order: 0;
  }

  .advan-owner .grid .left h4 {
    font-size: 25px;
  }

  .advan-owner .grid .left p {
    font-size: 18px;
  }

  .advan-owner .grid .left .btn {
    font-size: 16px;
    width: 50%;
  }

  .works {
    padding: 25px 25px;
    width: 100%;
    height: auto;
  }

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

  .works h2 {
    font-size: 30px;
  }

  .works .grid-4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .works .company .lyktan {
    width: 130%;
    max-width: 250px;
  }
  .works .company .ljusrum {
    width: 50%;
    max-width: 150px;
  }
  .works .company .midroc {
    width: 50%;
    max-width: 150px;
  }
  .works .company .novemberbolaget {
    width: 85%;
    max-width: 150px;
    margin-top: 25px;
  }

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

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

  .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: 18px;
  }

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

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

  .footer {
    height: auto;
    padding: 25px 25px 25px 25px;
    display: none;
  }

  .footer .grid .grid-4 {
    gap: 25px;
    grid-template-columns: repeat(4, 1fr);
  }

  .footer .grid .logo-social-container {
    display: block;
    padding: 50px 50px;
  }

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

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

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

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

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

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

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

  .showcase {
    margin-top: -5px;
  }

  .heart h2 {
    font-size: 40px;
  }

  .heart p {
    font-size: 18px;
    line-height: 1.7;
  }

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

  .platform h2 {
    font-size: 40px;
    margin-bottom: 25px;
  }

  .platform .grid-3 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .platform .grid-3 .card {
    width: 50%;
    margin: 0 auto;
  }
  .platform .grid-3 .card h4 {
    font-size: 25px;
    margin-bottom: 25px;
  }

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

  .platform .grid-3 .card i {
    width: 125px;
    height: 125px;
  }

  .platform .grid-3 .card i {
    font-size: 40px;
  }

  .less {
    border: 0px solid red;
  }

  .less .grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .less img {
    width: 80%;
    margin-left: -20px;
  }

  .less-center p {
    font-size: 16px;
    width: 100%;
    height: inherit;
    text-align: center;
  }

  .less .btn {
    width: 50%;
    text-align: center;
  }

  .less .flex-left h3 {
    font-size: 25px;
  }

  .less .flex-left p {
    font-size: 18px;
  }

  .less .flex-left {
    margin: 0;
    padding: 0;
  }

  .advan-caretaker .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }

  .advan-caretaker .grid .right h4 {
    font-size: 25px;

    padding-top: 25px;
  }

  .advan-caretaker .grid .right p {
    font-size: 18px;
  }

  .advan-caretaker .grid .right .btn {
    font-size: 16px;
  }

  .advan-owner .grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-self: center;
  }

  .advan-owner .grid .left {
    order: 1;
  }

  .advan-owner .grid .right {
    order: 0;
  }

  .advan-owner .grid .left h4 {
    font-size: 25px;
    padding-top: 25px;
  }

  .advan-owner .grid .left p {
    font-size: 18px;
  }

  .advan-owner .grid .left .btn {
    font-size: 16px;
    width: 50%;
  }

  .works {
    padding: 25px 25px;
    width: 100%;
    height: auto;
  }

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

  .works h2 {
    font-size: 30px;
  }

  .works .grid-4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .works .company .lyktan {
    width: 150%;
    max-width: 220px;
  }
  .works .company .ljusrum {
    width: 50%;
    max-width: 125px;
  }
  .works .company .midroc {
    width: 50%;
    max-width: 125px;
  }
  .works .company .novemberbolaget {
    width: 85%;
    max-width: 175px;
    margin-top: 25px;
  }

  .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;
  }

  .footer {
    height: 300px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
  body {
    width: 100%;

    margin: 0 auto;
  }
}

@media screen and (min-width: 1201px) {
  body {
    width: 100%;
    min-width: 1201px;

    margin: 0 auto;
  }

  body > nav > ul > li.item.become-customer > a:hover {
    color: var(--primary-color);
  }

  .container {
    max-width: 1280px;
  }
}
