      body {
          margin: 0;
          padding: 0;
          font-family: "Bungee Shade", sans-serif;
          background-color: #fff;
          color: #000;
          overflow-x: hidden;
      }

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 1 to 1000

.bungee-shade-regular {
  font-family: "Bungee Shade", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.varning-ruta {
    padding: 20px;
    background-color: #F54E4E;
    border: 0px solid #2c9c0f;
    border-radius: 5px;
    width: 600px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.varning h1 {
    color: #000000;
    text-align: center;
}

.varning p {
    text-align: center;
    margin: 0;
}

.varning-rutatva {
    padding: 20px;
    background-color: #74bddf;
    border: 0px solid #0f9c89;
    border-radius: 0px;
    width: 98%;
}

      .banner {
          display: flex;
          flex-direction: column;
          align-items: left;
          justify-content: center;
          background-color: #ffffff;
          padding: 0px;
          text-align: left;
          font-size: 25px;
          font-weight: bold;
          border-radius: 0px;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          color: #000;
          position: relative;
      }

      .ice {
          width: 120px;
          height: auto;
          margin-right: 10px;
          cursor: pointer;
      }

      .image {
          width: 100%;
          background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)), url('../image/test.png');
          background-size: cover;
          background-position: center;
          margin-top: -22px;
      }

      .menu-icon {
          display: none;
          cursor: pointer;
          font-size: 30px;
          position: absolute;
          right: 20px;
          top: 57px;
          transform: translateY(-50%);
      }

    .menu-knapp {
        display: flex;
        cursor: pointer;
        transition: color 0.4s ease;
        color: #000;
        text-decoration: none;
        margin-left: 355px;
        position: absolute;
        top: 50px;
        font-size: 17px;
    }

    .menu-knapptva {
        display: flex;
        cursor: pointer;
        transition: color 0.4s ease;
        color: #000;
        text-decoration: none;
        margin-left: 190px;
        position: absolute;
        font-weight: normal;
        top: 50px;
        font-size: 17px;
    }

.text-1p {
    text-align: center;
    margin-top: 85px;
    color: #1062fe;
    font-weight: bold;
    font-size: 18px;
}

.menu-knapptva:hover {
    color: #14c6fc;
}

    .menu-knapptre {
        display: flex;
        cursor: pointer;
        transition: color 0.4s ease;
        color: #000;
        text-decoration: none;
        font-weight: normal;
        margin-left: 260px;
        position: absolute;
        top: 50px;
        font-size: 17px;
    }

.menu-knapptre:hover {
    color: #14c6fc;
}

        .knapp-container {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-left: -10px;
            margin-top: 10px;
            margin-bottom: 20px;
        }

        .knapp-lank {
            padding: 12px 27px;
            text-decoration: none;
            color: #fff;
            border: none;
            border-radius: 10px;
            cursor: pointer;
            font-size: 17px;
            font-weight: normal;
            white-space: nowrap;
            background-image: linear-gradient(45deg, #2d4bd3, #00a5f1);
            background-size: 200% 100%;
            animation: slideBackgroundBackwards 1.2s forwards;
        }

        .knapp-lank:hover {
            animation: slideBackgroundForwards 0.8s forwards;
        }

        @keyframes slideBackgroundForwards {
            0% {
                background-position: 0 0;
            }
            100% {
                background-position: 200% 0;
            }
        }

        @keyframes slideBackgroundBackwards {
            0% {
                background-position: 200% 0;
            }
            100% {
                background-position: 0 0;
            }
        }


      .menu-popup {
          display: none;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          width: 300px;
          background-color: rgba(0, 0, 0, 0.0);
          justify-content: center;
          align-items: center;
          z-index: 1;
          animation-name: fadeIn;
          animation-duration: 0.5s;
      }

      @keyframes slideInRight {
          from {
              transform: translateX(300px);
          }

          to {
              transform: translateX(0);
          }
      }

      @keyframes slideOutRight {
          from {
              transform: translateX(0);
          }

          to {
              transform: translateX(300px);
          }
      }

      .menu-popup-content {
          background-color: #e7e7e7;
          padding: 100px 12px 12px 12px;
          border-radius: 10px;
          height: 610px;
          text-align: center;
      }


      .imggg {
          display: inline-block;
          font-size: 40px;
          position: absolute;
          top: 8%;
          right: 760px;
          transform: translateY(-50%);
          max-width: 60px;
      }

      .menu-popup-content a {
          color: #000;
          border: 0px solid black;
          transition: background-color 0.3s ease;
          border-radius: 10px;
          padding: 10px;
          text-decoration: none;
          font-size: 18px;
          display: block;
          margin-bottom: 10px;
      }

      .menu-popup-content a:hover {
          background-color: #a9a9a9;
      }

      .starten {
        text-align: center;
        margin-top: 50px;
        font-size: 14px;
      }

.tjanst-text {
    text-align: center;
    margin-top: 45px;
}

.tjanst-text2 {
    text-align: center;
    margin-top: -30px;
}

      .vanlig-text {
          text-align: left;
          font-size: 17px;
          font-family: "Galdeano", sans-serif;
          max-width: 670px;
          margin: 0 auto;
      }

      .under {
          text-align: center;
          font-family: "Galdeano", sans-serif;
          font-size: 18px;
          max-width: 470px;
          margin: 0 auto;
          margin-bottom: 45px;
      }

      .vanlig-texttt {
          text-align: center;
          font-family: "Galdeano", sans-serif;
          font-size: 19px;
      }

      .big-text {
          text-align: center;
          font-size: 22px;
          font-family: "Galdeano", sans-serif;
          margin: 0 auto;

      }

      .center {
          text-align: center;
          font-size: 13px;
      }

      .close-btn {
          position: absolute;
          top: 5%;
          right: 20px;
          font-size: 35px;
          cursor: pointer;
          color: #000;
      }

      .invisible-spaceee {
          margin-bottom: 30px;
          background-color: transparent;
          display: block;
          content: "";
          height: 0;
      }

      .invisible-space {
          margin-bottom: 80px;
          background-color: transparent;
          display: block;
          content: "";
          height: 0;
      }

      .box-con {
          display: flex;
          justify-content: center;
      }

      .box {
          width: 370px;
          height: 300px;
          border: none;
          margin: 15px;
          margin-left: 20px;
          margin-right: 20px;
          display: inline-block;
          overflow: hidden;
           overflow-x: hidden;
          position: relative;
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
          transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.5s ease;
          border-radius: 10px;
          background-color: #fff;
          background-size: cover;
          background-position: center;
          text-decoration: none;
          align-items: center;
      }

      .box-123 {
          width: 370px;
          height: 350px;
          border: none;
          margin: 15px;
          margin-left: 20px;
          margin-right: 20px;
          display: inline-block;
          overflow: hidden;
           overflow-x: hidden;
          position: relative;
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
          transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.5s ease;
          border-radius: 10px;
          background-color: #fff;
          background-size: cover;
          background-position: center;
          text-decoration: none;
          align-items: center;
      }

      .box:hover {
          transform: scale(1.1);
          box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
      }

      .box-123:hover {
          transform: scale(1.1);
          box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
      }

      .box-text {
          text-align: center;
          font-size: 17px;
          color: #fff;
          position: absolute;
          top: 270px;
          left: 307px;
      }

      .firstside-text {
          color: #bdbdbd;
          margin-left: 10px;
      }

      .work-text {
          font-size: 12px;
          text-align: center;
      }

.text-2 {
    text-align: center;
    margin-top: 90px;
    color: #000;
}

      .content {
          padding: 20px;
      }

      h2 {
          font-weight: normal;
          margin-bottom: -3px;
      }

      .logga-knapp {
          display: flex;
          justify-content: center;
          align-items: center;
          position: absolute;
          left: 0;
          right: 0;
          top: 470px;
          margin-left: -50px;
      }

      .logga-lank {
          padding: 8px 20px;
          text-decoration: none;
          background-color: #3fa6c5;
          color: #fff;
          border: none;
          border-radius: 40px;
          cursor: pointer;
          margin-top: -7px;
          transition: background-color 0.5s ease;
          font-size: 17px;
          font-weight: normal;
          white-space: nowrap;
      }

      .logga-lank:hover {
          background-color: #1963c5;
      }

.text-3p {
    text-aling: center;
    margin-top: 80px;
    color: #1062fe;
    font-weight: bold;
    font-size: 19px;
}

.text-3 {
    text-aling: center;
    margin-top: 30px;
}

        .text-3box {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
        }

        .text-3pp {
            color: #5e636e;
            margin-top: 25px;
            max-width: 670px;
            text-align: center;
        }

.box-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.box-link h2,
.box-link .content p,
.box-link .pris-text .price {
  text-decoration: none;
}

.box-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

      .content p {
          font-size: 17px;
          margin-bottom: 40px;
          color: #5E636C;
          text-decoration: none;
      }

.text-5p {
    text-align: center;
    margin-top: 70px;
    color: #1062fe;
    font-weight: bold;
    font-size: 18px;
}

.text-5 {
    text-aling: center;
    margin-top: 25px;
}

    .bilder {
      width: 365px;
      height: 550px;
      border: none;
      margin: 20px;
      margin-bottom: 60px;
      display: inline-block;
      overflow: hidden;
       overflow-x: hidden;
      position: relative;
      box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
      border-radius: 10px;
      background-color: #fff;
    }
  
    .bilder:hover {
      transform: scale(1.1);
      box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
      background-color: #dddddd;
    }

.bilder img {
  width: 55px;
  height: 55px;
  margin-top: -10px;
  border-radius: 100px;
  float: left;
  margin-left: 35px;
}

.bilder h3 {
    text-align: center;
    margin-right: 100px;
    margin-top: -5px;
}

.under-bild {
    text-align: center;
    margin-top: -15px;
    margin-right: 159px;
    color: #979ba4;
}

            .slut-text {
              text-align: center;
              margin-top: 14px;
            }

            .lenk-slut {
              color: #000;
            }

.pris-text {
    text-align: center;
    color: #1198FF;
    margin-top: -20px;
    margin-bottom: 10px;
}

      .button {
          background-color: #1453a5;
          color: white;
          padding: 16px 29px;
          border: none;
          border-radius: 8px;
          text-decoration: none;
          cursor: pointer;
          transition: background-color 0.3s ease;
          font-size: 18px;
          margin: 5 auto;
      }

      .button:hover {
          background-color: #1963c5;
      }

        .footer {
            background-color: #333;
            color: white;
            padding: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            text-decoration: none;
        }

        .footer .imgggg {
            width: 100px;
            margin-bottom: 10px;
        }

        .text-container {
            text-align: center;
            text-decoration: none;
        }

        .text-footer {
            font-weight: bold;
        }

        .additional-text {
            color: white;
            margin: 5px 0;
            text-decoration: none;
        }

        .footer-text {
            margin-top: 10px;
            font-size: 12px;
        }

      .bla-knapp {
          background-color: #1453a5;
          color: white;
          padding: 16px;
          border: none;
          border-radius: 8px;
          text-decoration: none;
          cursor: pointer;
          transition: background-color 0.3s ease;
          font-size: 17px;
          margin: 1px;
          display: inline-block;
      }

      .bla-knapp:hover {
          background-color: #1963c5;
      }

      .container {
          height: 600px;
          display: flex;
          justify-content: center;
          align-items: center;
          color: #fff;
      }

      .popup {
          display: none;
      }

      .soka-knapp {
          display: flex;
          justify-content: center;
          align-items: center;
          position: absolute;
          left: 0;
          right: 0;
          margin-top: 45px;
      }

      .soka-lank {
          padding: 10px 20px;
          text-decoration: none;
          margin-top: 10px;
          background-color: #1453a5;
          color: #fff;
          border: none;
          border-radius: 20px;
          cursor: pointer;
          transition: background-color 0.3s ease;
          font-size: 17px;
          font-weight: normal;
      }

      .soka-lank:hover {
          background-color: #1963c5;
      }

      .dc-kanpp {
          display: flex;
          justify-content: center;
          align-items: center;
          position: absolute;
          left: 0;
          right: 0;
          margin-top: 75px;
      }

      .dc-lank {
          padding: 10px 20px;
          text-decoration: none;
          background-color: #1453a5;
          color: #fff;
          border: none;
          border-radius: 20px;
          cursor: pointer;
          transition: background-color 0.3s ease;
          font-size: 17px;
          font-weight: normal;
      }

      .dc-lank:hover {
          background-color: #1963c5;
      }


      .blue-container {
          background: linear-gradient(135deg, #fff, #D3D3D3);
          color: #000;
          padding: 20px;
          border-radius: 0px;
          margin-top: 60px;
          margin-bottom: 100px;
          overflow: hidden;
          display: flex;
          flex-wrap: wrap;
           justify-content: center;
      }

      .container-heading {
          font-size: 28px;
          margin-bottom: 20px;
          width: 100%;
          text-align: center;
      }

.description-garantierbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.text-4p {
    text-align: center;
    color: #1062fe;
    margin-top: 20px;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0px;
}

.description-garantier {
    font-size: 18px;
    margin-bottom: 20px;
    max-width: 500px;
    color: #5E636C;
    text-align: center;
}

      .text-box {
          box-sizing: border-box;
          text-align: center;
          margin-bottom: 20px;
          flex: 1;
      }

      .icon {
          font-size: 50px;
          margin-bottom: 20px;
      }

      .im-con {
          max-width: 90%;
          height: auto;
          border-radius: 5px;
          display: block;
          margin: 0 auto;
      }

      .banner-knapp {
          display: flex;
          justify-content: center;
          align-items: center;
          position: absolute;
          left: 0;
          right: 0;
          margin-top: -279px;
          margin-left: -500px;
      }

      .banner-lank {
          padding: 10px 20px;
          text-decoration: none;
          margin-top: 10px;
          margin-right: 50px;
          background-color: #db930c;
          color: #fff;
          border: none;
          border-radius: 20px;
          cursor: pointer;
          transition: background-color 0.3s ease;
          font-size: 17px;
          font-weight: normal;
          white-space: nowrap;
      }

      .banner-lank:hover {
          background-color: #d49c22;
      }

      .meny-knapp {
          display: flex;
          justify-content: center;
          align-items: center;
          position: absolute;
          left: 0;
          right: 0;
          margin-top: -320px;
      }

      .meny-lank {
          padding: 10px 20px;
          text-decoration: none;
          margin-top: 10px;
          background-color: #1453a5;
          color: #fff;
          border: none;
          border-radius: 20px;
          cursor: pointer;
          transition: background-color 0.3s ease;
          font-size: 17px;
          font-weight: normal;
          white-space: nowrap;
      }

      .meny-lank:hover {
          background-color: #1963c5;
      }

      .animate {
          opacity: 0;
          transform: translateY(20px);
          transition: opacity 0.4s, transform 0.4s;
      }

      .animate.active {
          opacity: 1;
          transform: translateY(0);
      }

          .custom-site {
              text-align: left;
              font-size: 17px;
              font-family: "Galdeano", sans-serif;
              max-width: 670px;
              margin: 0 auto;
              margin-left: 200px;
              margin-bottom: -60px;
              margin-top: -50px;
          }

.license-text{
    text-align: center;
    margin-top: 50px;
}

      @media screen and (max-width: 1050px) {
          .blue-container {
              color: #000;
              padding: 20px;
              border-radius: 10px;
              overflow: hidden;
              display: inline-block;
              flex-wrap: wrap;
          }

          .banner-knapp {
              display: flex;
              justify-content: center;
              align-items: center;
              position: absolute;
              left: 0;
              right: 0;
              margin-left: 340px;
          }

          .image {
              width: 100%;
              background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../image/test.png');
              background-size: cover;
              background-position: center;
              margin-top: -22px;
          }

          .container {
              height: 600px;
              display: flex;
              justify-content: center;
              align-items: center;
              text-align: center;
              color: #fff;
          }

          .vanlig-text {
              text-align: center;
              font-size: 17px;
              font-family: "Raleway", sans-serif;
              max-width: 670px;
              margin: 0 auto;
          }

        .menu-icon {
          display: inline-block;
          cursor: pointer;
          font-size: 30px;
          position: absolute;
          right: 20px;
          top: 57px;
          transform: translateY(-50%);
      }

          .menu-knapp {
        display: none;
        cursor: pointer;
        transition: color 0.4s ease;
        font-size: 19px;
        color: #000;
        text-decoration: none;
        margin-left: 435px;
        position: absolute;
        top: 50px;
    }

.menu-knapp:hover {
    color: #14c6fc;
}

    .menu-knapptva {
        display: none;
        cursor: pointer;
        transition: color 0.4s ease;
        font-size: 19px;
        color: #000;
        text-decoration: none;
        margin-left: 230px;
        position: absolute;
        top: 50px;
    }

.menu-knapptva:hover {
    color: #14c6fc;
}

      .box {
          width: 270px;
          height: 360px;
          border: none;
          margin: 15px;
          display: inline-block;
          overflow: hidden;
          position: relative;
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
          transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
          border-radius: 10px;
          background-color: #dbd8d8;
          background-size: cover;
          background-position: center;
          align-items: center;
      }

   .custom-site {
   text-align: center;
   font-size: 17px;
   font-family: "Galdeano", sans-serif;
   max-width: 670px;
   margin: -50px auto;
   }

   .varning-ruta {
       padding: 20px;
    background-color: #7ddf74;
    border: 2px solid #2c9c0f;
       border-radius: 5px;
       width: fit-content;
       margin: 0 auto;
   }

   .varning-rutatva {
    padding: 20px;
    background-color: #74bddf;
    border: 0px solid #2c9c0f;
    border-radius: 0px;
    width: 90%;
}

    .bilder {
      width: 355px;
      height: 550px;
      border: none;
      margin: 20px;
      margin-bottom: 60px;
      display: inline-block;
      overflow: hidden;
       overflow-x: hidden;
      position: relative;
      box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
      border-radius: 10px;
      background-color: #fff;
    }

        .menu-knapptre {
        display: none;
        cursor: pointer;
        transition: color 0.4s ease;
        color: #000;
        text-decoration: none;
        font-weight: normal;
        margin-left: 260px;
        position: absolute;
        top: 50px;
        font-size: 17px;
    }