body {
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background: url('img/background-2.png') no-repeat center right/cover;
    position: relative;
}
@media (max-width: 600px) {
  body {
    background: url('img/background-3.png') no-repeat center center/cover;

}}
header {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}
.logo {
  width: 150px;
      height: auto;
      max-width: 100%;
      margin-top: 50px;
      margin-left: 20px;
            }
            @media (max-width: 600px) {
              .logo {
                width: 150px;
                    height: auto;
                    max-width: 100%;
                    margin-top: 30px;
                    margin-left: 7px;
}}
.content {
  text-align: left;
  max-width: 550px;
  left: 60px;
  top: 150px;
  position: absolute;
}
@media (max-width: 600px) {
.content {
  max-width: 300px;
  position: absolute;
  top: 100px;
  left: 50px;

}
}
h1 {
  font-size: 96px;
      margin-bottom: 10px;
      color: #ffffff;
      text-align: left;
}
@media (max-width: 600px) {
  h1 {
    font-size: 55px;
  }}
p {
    font-size: 18px;
    color: #ffffff;
}
@media (max-width: 600px) {
  #alaotsikko {
            width: 300px;
            }}
.buttons {
  display: flex;
  flex-direction: row;
  align-items: left;
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 600px) {
.buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 170px;
  margin-left: -50px;
}
}
.btn {
  display: none;
  width: 270px;
  padding: 16px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  color: white;
  border-radius: 50px;
  transition: background 0.3s, transform 0.2s;
  text-align: center;
  cursor:pointer;
}
@media (max-width: 600px) {
  .btn {
display: block;
width: 270px;
padding: 0px;
font-size: 16px;
font-weight: 400;
text-decoration: none;
color: white;
/* border-radius: 50px; */
transition: background 0.3s, transform 0.2s;
text-align: center;
cursor: pointer;
}
}


#new-business-mobiili-a {
  display: none;
}
@media (max-width: 600px) {
  #new-business-mobiili-a {
    background: linear-gradient(to right, #6433FB, #FF5733);
    position: fixed;
    bottom: 89px;
    right: -30px;
    width: 370px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 0px;
    box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.2);
    transform: skew(-15deg);
    overflow: hidden;
    animation: fadeOpacity1 10s infinite alternate;
    display: block;
       }
  }
#new-business-mobiili-a:hover {
    background-color: #4C29C2;
    transform: scale(1.05);
    transform: skew(-15deg);

}
#established-business-mobiili-a {
  display: none;
}
@media (max-width: 600px) {
  #established-business-mobiili-a {
    background: linear-gradient(to bottom, #129e84, #1ed0a2);
            position: fixed;
            bottom: 20px;
            right: -20px;
            width: 370px;
            padding-top: 20px;
            padding-bottom: 20px;
            border-radius: 0px;
            box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.2);
            transform: skew(-15deg);
            overflow: hidden;
            animation: fadeOpacity2 10s infinite alternate;
            display: block;
      }
  }
#established-business-mobiili-a:hover {
    background-color: #0d826c;
    transform: scale(1.05);
    transform: skew(-15deg);

}
#new-business-a {
    background-color: #6433FB;
}
#new-business-a:hover {
    background-color: #4C29C2;
    transform: scale(1.05);
}
#established-business-a {
    background-color: #129e84;

}
#established-business-a:hover {
    background-color: #0d826c;
    transform: scale(1.05);
}
@media (max-width: 600px) {
#new-business-a {
    background-color: #6433FB;
    display: none;
}}
@media (max-width: 600px) {
#new-business-a:hover {
    background-color: #4C29C2;
    transform: scale(1.05);
    display: none;

}}
@media (max-width: 600px) {
#established-business-a {
    background-color: #129e84;
    display: none;

}}
@media (max-width: 600px) {
#established-business-a:hover {
    background-color: #0d826c;
    transform: scale(1.05);
    display: none;

}
}
#new-business-mobiili-b {
  display: none;
}
@media (max-width: 600px) {
  #new-business-mobiili-b {
    background: linear-gradient(to right, #6433FB, #FF5733);
    position: fixed;
    bottom: 89px;
    right: -30px;
    width: 370px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 0px;
    box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.2);
    transform: skew(-15deg);
    overflow: hidden;
    animation: fadeOpacity1 10s infinite alternate;
    display: block;
       }
  }
#new-business-mobiili-b:hover {
    background-color: #4C29C2;
    transform: scale(1.05);
    transform: skew(-15deg);

}
#established-business-mobiili-b {
  display: none;
}
@media (max-width: 600px) {
  #established-business-mobiili-b {
    background: linear-gradient(to bottom, #129e84, #1ed0a2);
            position: fixed;
            bottom: 20px;
            right: -20px;
            width: 370px;
            padding-top: 20px;
            padding-bottom: 20px;
            border-radius: 0px;
            box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.2);
            transform: skew(-15deg);
            overflow: hidden;
            animation: fadeOpacity2 10s infinite alternate;
            display: block;
      }
  }
#established-business-mobiili-b:hover {
    background-color: #0d826c;
    transform: scale(1.05);
    transform: skew(-15deg);

}
#new-business-b {
    background-color: #6433FB;
}
#new-business-b:hover {
    background-color: #4C29C2;
    transform: scale(1.05);
}
#established-business-b {
    background-color: #129e84;

}
#established-business-b:hover {
    background-color: #0d826c;
    transform: scale(1.05);
}
@media (max-width: 600px) {
#new-business-b {
    background-color: #6433FB;
    display: none;
}}
@media (max-width: 600px) {
#new-business-b:hover {
    background-color: #4C29C2;
    transform: scale(1.05);
    display: none;

}}
@media (max-width: 600px) {
#established-business-b {
    background-color: #129e84;
    display: none;

}}
@media (max-width: 600px) {
#established-business-b:hover {
    background-color: #0d826c;
    transform: scale(1.05);
    display: none;

}
}

footer {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
}
@media (max-width: 600px) {
footer {
  position: fixed;
  bottom: -10px;
  text-align: center;
  width: 100%;
  opacity: 0.7;
}
}

.copyright {
    font-size: 12px;
    color: white;
}

#mirror {
  background-color: #444444;
      opacity: 0.7;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      display: none;
      position: fixed;
}
#laatikko-tausta {
    background-color:#ffffff;
      left: 50%;
      top: 50%;
      width: 350px;
      height: 500px;
      border-radius: 50px;
      display: none;
      position: fixed;
      margin-left: -175px;
      margin-top: -250px;

}
#seloste-alle-vuoden {
  font-size: 14px;
      color: #ffffff;
      text-align: center;
      left: 50%;
      margin-left: -125px;
      width: 250px;
      top: 50%;
      margin-top: -200px;
      height: 400px;
      display: none;
      position: fixed;

}

#seloste-yli-vuoden {
  font-size: 14px;
      color: #ffffff;
      text-align: center;
      left: 50%;
      margin-left: -125px;
      width: 250px;
      top: 50%;
      margin-top: -200px;
      height: 400px;
      display: none;
      position: fixed;


}

#linkki-teksti-kulutusluotto {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    font-weight:400;
    left: 50%;
    display: none;
    position:fixed;
    margin-left: -130px;
    width: 260px;
    top: 50%;
    margin-top: 140px;
    height: 60px;


}
#linkki-teksti-yritysluotto {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    font-weight:400;
    left: 50%;
    display: none;
    position:fixed;
    margin-left: -130px;
    width: 260px;
    top: 50%;
    margin-top: 140px;
    height: 60px;

}
#linkki-pohja-kulutusluotto {
  background-color: #6433FB;
      left: 50%;
      margin-left: -130px;
      width: 260px;
      top: 50%;
      margin-top: 140px;
      height: 60px;
      border-radius: 50px;
      display: none;
      position: fixed;

}
#linkki-pohja-yritysluotto {
  background-color: #129e84;
      left: 50%;
      margin-left: -130px;
      width: 260px;
      top: 50%;
      margin-top: 140px;
      height: 60px;
      border-radius: 50px;
      display: none;
      position: fixed;

}
#linkki-painike-kulutusluotto {
      left: 50%;
      margin-left: -130px;
      width: 260px;
      top: 50%;
      margin-top: 140px;
      height: 60px;
      border-radius: 50px;
      display: none;
      position: fixed;

}
#linkki-painike-yritysluotto {
      left: 50%;
      margin-left: -130px;
      width: 260px;
      top: 50%;
      margin-top: 140px;
      height: 60px;
      border-radius: 50px;
      display: none;
      position: fixed;

}

#kumppani-logo-1 {
  width: 250px;
    top: 50%;
    margin-top: 50px;
    left: 50%;
    margin-left: -125px;
    display: none;
    position: fixed;

            }
            #kumppani-logo-2 {
              width: 250px;
                top: 50%;
                margin-top: 50px;
                left: 50%;
                margin-left: -125px;
                display: none;
                position: fixed;
                        }
                        #seloste-alle-vuoden-b {
                          font-size: 14px;
                              color: #ffffff;
                              text-align: center;
                              left: 50%;
                              margin-left: -125px;
                              width: 250px;
                              top: 50%;
                              margin-top: -200px;
                              height: 400px;
                              display: none;
                              position: fixed;

                        }

                        #seloste-yli-vuoden-b {
                          font-size: 14px;
                              color: #ffffff;
                              text-align: center;
                              left: 50%;
                              margin-left: -125px;
                              width: 250px;
                              top: 50%;
                              margin-top: -200px;
                              height: 400px;
                              display: none;
                              position: fixed;


                        }

                        #linkki-teksti-kulutusluotto-b {
                            font-size: 18px;
                            color: #ffffff;
                            text-align: center;
                            font-weight:400;
                            left: 50%;
                            display: none;
                            position:fixed;
                            margin-left: -130px;
                            width: 260px;
                            top: 50%;
                            margin-top: 140px;
                            height: 60px;


                        }
                        #linkki-teksti-yritysluotto-b {
                            font-size: 18px;
                            color: #ffffff;
                            text-align: center;
                            font-weight:400;
                            left: 50%;
                            display: none;
                            position:fixed;
                            margin-left: -130px;
                            width: 260px;
                            top: 50%;
                            margin-top: 140px;
                            height: 60px;

                        }
                        #linkki-pohja-kulutusluotto-b {
                          background-color: #6433FB;
                              left: 50%;
                              margin-left: -130px;
                              width: 260px;
                              top: 50%;
                              margin-top: 140px;
                              height: 60px;
                              border-radius: 50px;
                              display: none;
                              position: fixed;

                        }
                        #linkki-pohja-yritysluotto-b {
                          background-color: #129e84;
                              left: 50%;
                              margin-left: -130px;
                              width: 260px;
                              top: 50%;
                              margin-top: 140px;
                              height: 60px;
                              border-radius: 50px;
                              display: none;
                              position: fixed;

                        }
                        #linkki-painike-kulutusluotto-b {
                              left: 50%;
                              margin-left: -130px;
                              width: 260px;
                              top: 50%;
                              margin-top: 140px;
                              height: 60px;
                              border-radius: 50px;
                              display: none;
                              position: fixed;

                        }
                        #linkki-painike-yritysluotto-b {
                              left: 50%;
                              margin-left: -130px;
                              width: 260px;
                              top: 50%;
                              margin-top: 140px;
                              height: 60px;
                              border-radius: 50px;
                              display: none;
                              position: fixed;

                        }

                        #kumppani-logo-1-b {
                          width: 250px;
                            top: 50%;
                            margin-top: 50px;
                            left: 50%;
                            margin-left: -125px;
                            display: none;
                            position: fixed;

                                    }
                                    #kumppani-logo-2-b {
                                      width: 250px;
                                        top: 50%;
                                        margin-top: 50px;
                                        left: 50%;
                                        margin-left: -125px;
                                        display: none;
                                        position: fixed;
                                                }
                        #arrows {
                          background: url(img/arrows.png) no-repeat center center / cover;
                          position: fixed;
                          bottom: 95px;
                          right: 0%;
                          margin-right: 270px;
                          width: 50px;
                          height: 50px;
                          display: none;
                        }
                        @media (max-width: 600px) {
                        #arrows {
                          background: url(img/arrows.png) no-repeat center center / cover;
                          position: fixed;
                          bottom: 95px;
                          right: 0%;
                          margin-right: 285px;
                          width: 50px;
                          height: 50px;
                          display:block;
                          opacity:0;
                          animation: fadeOpacity3 10s infinite alternate;

                        }}


                        @keyframes fadeOpacity1 {
                            0% { scale:1.05; }
                            50% { scale:1 }
                            100% { scale:1.05; }
                        }
                        @keyframes fadeOpacity2 {
                            0% { opacity: 0.7;scale:0.95; }
                            50% { opacity: 1;scale:1; }
                            100% { opacity: 0.7;scale:0.95; }
                        }
                        @keyframes fadeOpacity3 {
                            0% { opacity: 1;scale:1.05; }
                            50% { opacity: 0;scale:1; }
                            100% { opacity: 1;scale:1.05; }
                        }
