/* BLI KUND HOS EVIDY */

.easy {
  margin-top: 75px;
  min-height: 50vh;
  height: 50vh;
  color: #fff;
  background-color: var(--primary-color);
  background: linear-gradient(to right, rgb(52, 72, 92, 0.75) 25%, rgb(52, 72, 92, 0.1)),
    url('/img/att-bli-kund-hos-evidy.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 50px;
}

.easy h2 {
  font-size: 80px;
  text-align: left;
}

.easy h2.text-center {
  font-size: 80px;
  text-align: center;
}

.coral {
  color: #fe6f62;
  border-bottom: 3px solid #fe6f62;
  padding-bottom: 8px;
  font-size: 60px;
}

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

.how {
  padding: 50px 50px;
}

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

.coral {
  font-size: 60px;
}

.how h2 {
  font-size: 60px;
  text-align: center;
}

.how p {
  font-size: 22px;
  text-align: center;
  width: auto;
  padding: 0 50px;
}

/* FLEXIBELT */

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

.unflex h2 {
  font-size: 60px;
  text-align: center;
}

.unflex p {
  font-size: 22px;
  width: auto;
  padding: 0 50px;
}

@media screen and (min-width: 320px) and (max-width: 425px) {
  .easy {
    background-position: center;
    padding: 25px 25px;
  }

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

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

  .coral {
    font-size: 40px;
  }

  .how {
    padding: 25px 25px;
  }

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

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

  .how p {
    font-size: 16px;
    line-height: 1.7;
    width: auto;
    padding: 0 25px;
    text-align: justify;
  }

  .unflex {
    padding: 25px 25px;
  }

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

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

  .unflex p {
    font-size: 16px;
    padding: 0 25px;
    text-align: justify;
  }

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

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

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

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

  .contact .grid {
    grid-template-columns: 1fr;
    height: 100%;
    margin-top: 125px;
  }

  .contact .grid p {
    font-size: 16px !important;
    padding: 0;
    margin: 0;
  }

  .contact .grid form {
    width: 90%;
  }

  .contact .grid .form-control {
    width: 100%;
  }

  .contact .grid label {
    font-size: 16px;
  }

  .contact .grid form label {
    font-size: 16px;
  }
  body > section.contact > div.container.grid > div.right > div > form > div:nth-child(3) > 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 red;
  }

  .easy {
    margin-top: 70px;
  }

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

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

  .coral {
    font-size: 40px;
  }

  .how {
    padding: 25px 25px;
  }

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

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

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

  .unflex {
    width: auto;
    padding: 25px 25px;
  }

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

  .unflex p {
    font-size: 16px;
    width: auto;
    padding: 0 25px;
    text-align: justify;
  }
  .contact {
    padding: 25px 25px;
    height: auto;
  }

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

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

  .contact p {
    font-size: 16px;
  }

  .contact .grid {
    grid-template-columns: 1fr;
    height: 100%;
    margin-top: 125px;
  }

  .contact .grid p {
    font-size: 16px !important;
    padding: 0;
    margin: 0;
  }

  .contact .grid form {
    width: 90%;
  }

  .contact .grid .form-control {
    width: 100%;
  }
  .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: 767px) {
  body {
    border: 0px solid black;
  }

  .easy {
    padding: 25px 25px;
    margin-top: -5px;
  }

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

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

  .coral {
    font-size: 40px;
  }

  .how {
    padding: 25px 25px;
  }

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

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

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

  .unflex {
    padding: 25px 25px;
  }

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

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

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

  .contact {
    padding: 25px 25px;
  }

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

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

  .contact p {
    font-size: 18px;
    padding: 0 25px;
  }

  .contact .grid {
    grid-template-columns: 1fr;
    height: 100%;
    margin-top: 150px;
  }

  .contact .grid p {
    font-size: 18px !important;
  }

  .contact .grid form {
    width: 100%;
    margin: 0 auto;
  }

  .contact .grid .form-control {
    width: 100%;
  }

  .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: 768px) and (max-width: 1024px) {
  body {
    border: 0px solid red;
  }

  .easy {
    padding: 25px 25px;
    margin-top: -5px;
  }

  .easy h2,
  .easy h2.text-center {
    font-size: 50px;
  }

  .coral {
    font-size: 50px;
  }

  .how {
    padding: 25px 25px;
  }

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

  .how h2 {
    font-size: 50px;
  }

  .how p {
    font-size: 20px;
    text-align: justify;
    padding: 0 25px;
  }

  .unflex {
    padding: 25px 25px;
  }

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

  .unflex h2 {
    font-size: 50px;
  }

  .unflex p {
    font-size: 20px;
    text-align: justify;
  }

  .contact {
    padding: 25px 25px;
  }

  .contact h2 {
    font-size: 50px;
  }

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

  .contact p {
    font-size: 20px;
  }

  .contact .grid {
    grid-template-columns: 1fr;
    height: 100%;
    margin-top: 150px;
  }

  .contact .grid p {
    font-size: 20px !important;
    text-align: justify;
    padding: 0 25px;
  }

  .contact .grid form {
    width: 80%;
    margin: 0 auto;
  }

  .contact .grid .form-control {
    width: 100%;
  }

  .footer {
    height: auto;
    padding: 25px 25px 25px 25px;
    max-width: 100%;
    font-size: 20px;
  }

  .footer .logo-social-container {
    margin-top: 25px;
  }

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

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

  .easy {
    padding: 50px 50px;
    margin-top: -10px;
    height: 50vh;
  }
  .easy h2,
  .easy h2.text-center {
    font-size: 50px;
  }

  .coral {
    font-size: 80px;
  }

  .how {
    padding: 50px 50px;
  }

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

  .how h2 {
    font-size: 50px;
  }

  .how p {
    font-size: 22px;
    text-align: justify;
    width: 100%;
    padding: 0 50px;
  }

  .unflex {
    padding: 50px 50px;
  }

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

  .unflex h2 {
    font-size: 50px;
  }

  .unflex p {
    font-size: 22px;
    text-align: justify;
  }

  .contact {
    padding: 25px 25px;
  }

  .contact h2 {
    font-size: 50px;
  }

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

  .contact p {
    font-size: 22px;
  }

  .contact .grid {
    grid-template-columns: 1fr;
    height: 100%;
    margin-top: 150px;
  }

  .contact .grid p {
    font-size: 22px !important;
    text-align: justify;
    width: 60%;
  }

  .contact .grid form {
    width: 60%;
    margin: 0 auto;
  }

  .contact .grid .form-control {
    width: 100%;
  }
}

@media screen and (min-width: 1201px) {
  body {
    border: 0px solid blue;
  }

  .coral {
    font-size: 80px;
  }

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