@import url("https://fonts.googleapis.com/css?family=Rubik&display=swap");

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
  font-family: "Rubik", sans-serif;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  color: #f1f1f1;
  font-size: 1.6rem;
}

.header {
  height: 100vh;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1001%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='rgba(94%2c 25%2c 230%2c 1)'%3e%3c/rect%3e%3cpath d='M0%2c621.649C113.342%2c603.155%2c203.835%2c529.574%2c299.667%2c466.291C394.245%2c403.837%2c500.562%2c352.715%2c556.518%2c254.153C614.871%2c151.37%2c619.785%2c29.716%2c614.558%2c-88.36C608.879%2c-216.639%2c623.579%2c-372.594%2c525.124%2c-455.023C424.919%2c-538.917%2c269.998%2c-457.102%2c142.092%2c-483.92C28.831%2c-507.667%2c-64.735%2c-630.984%2c-176.822%2c-602.199C-288.639%2c-573.484%2c-326.761%2c-435.738%2c-398.312%2c-345.14C-466.069%2c-259.345%2c-548.911%2c-187.119%2c-585.884%2c-84.237C-628.65%2c34.765%2c-664.248%2c165.208%2c-624.903%2c285.384C-584.01%2c410.289%2c-485.615%2c513.262%2c-369.878%2c575.541C-258.205%2c635.633%2c-125.16%2c642.071%2c0%2c621.649' fill='%234b14b8'%3e%3c/path%3e%3cpath d='M1440 997.543C1528.486 1013.7919999999999 1636.257 1029.5140000000001 1702.893 969.0699999999999 1770.647 907.6120000000001 1734.792 794.21 1760.837 706.521 1782.1109999999999 634.894 1836.342 576.806 1841.541 502.267 1847.517 416.595 1842.002 324.75800000000004 1792.353 254.68400000000003 1741.0059999999999 182.21499999999997 1657.028 134.34199999999998 1569.635 118.505 1486.104 103.368 1407.938 149.781 1325.511 170.086 1238.53 191.51299999999998 1120.201 165.611 1071.969 241.099 1021.9110000000001 319.446 1106.002 419.15 1106.976 512.118 1107.745 585.508 1053.484 656.246 1077.048 725.754 1101.186 796.958 1172.4270000000001 837.643 1232.608 882.7080000000001 1297.167 931.052 1360.672 982.976 1440 997.543' fill='%237e47eb'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1001'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
  background-size: cover;
}

.left-logo {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1rem;
  margin-right: auto;
}

.logo {
  width: 12.5rem;
  height: auto;
}

.flex-menu {
  display: flex;
}

.menu-bar {
  margin-left: auto;
  margin-right: 4rem;
  font-size: 2rem;
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  text-align: center;
}

.menu-bar a {
  color: #f1f1f1;
  text-decoration: none;
  margin-left: 0.5rem;
}

.menu-bar svg {
  margin-left: 3rem;
}

.flex-menu-item {
  display: flex;
  align-items: center;
}

.menu-icon {
  height: 2.5rem;
}

.header-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90vh;
  gap: 3rem;
}

.header-content-left {
  text-align: right;
}

.header-content-left h1 {
  font-size: 4.5rem;
  text-transform: uppercase;
}

.header-content-left h2 {
  font-size: 2rem;
  text-transform: uppercase;
  margin-top: 1rem;
}

.flex-download {
  display: flex;
  flex-direction: row;
  justify-content: right;
  gap: 1rem;
}

.download-button {
  display: inline-block;
  padding: 1.5rem 1.8rem;
  border: 0.2rem solid rgba(81, 121, 255, 0.9);
  border-radius: 2rem;
  text-decoration: none;
  text-align: center;
  color: #f1f1f1;
  margin-top: 4rem;
  font-size: 2rem;
  width: 24rem;
  line-height: 1.6rem;
}

.btn-padding {
  padding: 2.4rem 0;
}

#osText,
.osText {
  font-size: 1.4rem;
  display: block;
}

.header-content-left a:hover:nth-child(-n + 2) {
  background-color: rgba(81, 121, 255, 0.9);
}

.wrong-link-text,
.wrong-link-text a,
.wrong-link-text a:hover {
  color: #f1f1f1;
  margin-top: 2rem;
  display: block;
  text-decoration: none;
}

.supported-text {
  margin-top: 1rem;
  color: rgb(192, 192, 192);
}

.latestversion-text {
  margin-top: 1rem;
  color: rgb(192, 192, 192);
}

.app-img {
  height: 45rem;
  box-shadow: 10px 20px 25px 10px rgba(0, 0, 0, 0.5);
  border-radius: 3%;
}

.features-section {
  background-color: #fbfbfb;
  color: #444;
  text-align: center;
  padding-bottom: 4rem;
}

.features-title {
  text-align: center;
  text-transform: uppercase;
  margin-top: 8rem;
  font-size: 4.5rem;
}

.app-img-small {
  height: 35rem;
  box-shadow: 10px 15px 15px 0px rgba(0, 0, 0, 0.5);
  border-radius: 3%;
}

.features-stack {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  padding-top: 6rem;
}

.features-stack-left img,
.features-stack-right img {
  display: block;
}

.features-stack-left {
  grid-column: 5 / span 8;
  grid-row: 1;
}

.features-stack-right {
  grid-column: 8;
  grid-row: 1;
  padding-top: 20%;
  z-index: 1;
}

.flex-features h1 {
  font-size: 5rem;
  text-transform: uppercase;
  margin-top: 7rem;
}

.features-section ul {
  margin-top: 4rem;
  font-size: 2rem;
}

.features-section li {
  line-height: 3rem;
  list-style: square;
  list-style-position: inside;
}

.footer-section {
  background-color: #222;
}

.flex-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 6rem;
}

.footer-about {
  flex-basis: 40rem;
}

.footer-about p {
  margin-top: 2rem;
}

.footer-links {
  flex-basis: 15rem;
}

.footer-links a {
  color: #f1f1f1;
  text-decoration: none;
}

.footer-links ul {
  list-style: none;
  line-height: 2.75rem;
}

.footer-copyright {
  text-align: center;
  font-size: 1.4rem;
}

.flexbox {
  display: flex;
  flex-direction: column;
  margin-top: 8rem;
  align-items: center;
}

.download-page {
  width: 15rem;
  margin-right: 2rem;
}

.btn-bg:hover {
  background-color: rgba(81, 121, 255, 0.9);
}

hr {
  width: 80%;
  margin: 6rem 0;
  border-color: grey;
}

.flex-privacy-margin h2 {
  margin-top: 4rem;
}

.flex-privacy-margin p:last-child {
  margin-bottom: 4rem;
}

.div-bg {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1001%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='rgba(94%2c 25%2c 230%2c 1)'%3e%3c/rect%3e%3cpath d='M0%2c621.649C113.342%2c603.155%2c203.835%2c529.574%2c299.667%2c466.291C394.245%2c403.837%2c500.562%2c352.715%2c556.518%2c254.153C614.871%2c151.37%2c619.785%2c29.716%2c614.558%2c-88.36C608.879%2c-216.639%2c623.579%2c-372.594%2c525.124%2c-455.023C424.919%2c-538.917%2c269.998%2c-457.102%2c142.092%2c-483.92C28.831%2c-507.667%2c-64.735%2c-630.984%2c-176.822%2c-602.199C-288.639%2c-573.484%2c-326.761%2c-435.738%2c-398.312%2c-345.14C-466.069%2c-259.345%2c-548.911%2c-187.119%2c-585.884%2c-84.237C-628.65%2c34.765%2c-664.248%2c165.208%2c-624.903%2c285.384C-584.01%2c410.289%2c-485.615%2c513.262%2c-369.878%2c575.541C-258.205%2c635.633%2c-125.16%2c642.071%2c0%2c621.649' fill='%234b14b8'%3e%3c/path%3e%3cpath d='M1440 997.543C1528.486 1013.7919999999999 1636.257 1029.5140000000001 1702.893 969.0699999999999 1770.647 907.6120000000001 1734.792 794.21 1760.837 706.521 1782.1109999999999 634.894 1836.342 576.806 1841.541 502.267 1847.517 416.595 1842.002 324.75800000000004 1792.353 254.68400000000003 1741.0059999999999 182.21499999999997 1657.028 134.34199999999998 1569.635 118.505 1486.104 103.368 1407.938 149.781 1325.511 170.086 1238.53 191.51299999999998 1120.201 165.611 1071.969 241.099 1021.9110000000001 319.446 1106.002 419.15 1106.976 512.118 1107.745 585.508 1053.484 656.246 1077.048 725.754 1101.186 796.958 1172.4270000000001 837.643 1232.608 882.7080000000001 1297.167 931.052 1360.672 982.976 1440 997.543' fill='%237e47eb'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1001'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
  background-size: cover;
}

.bottom-margin-sm {
  margin-bottom: 20rem;
}

.top-margin-sm {
  margin-top: 20rem;
}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 1.8rem;
  width: 100rem;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1.6rem;
  margin-bottom: 2rem;
  border-radius: 2rem;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active,
.collapsible:hover {
  background-color: #ccc;
}

/* Style the collapsible content. Note: hidden by default */
.content {
  padding: 0 1.8rem;
  display: none;
  overflow: hidden;
  background-color: #fbfbfb;
  margin-bottom: 2rem;
  color: #444;
  border-radius: 2rem;
  width: 100rem;
  word-wrap: break-word;
  padding: 2rem;
  margin-right: auto;
  margin-left: auto;
}

.flex-privacy-margin {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

#cookie-banner {
  background-color: #fbfbfb;
  color: black;
  border-top: 1px solid #dee2e6;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 10px;
  text-align: center;
  z-index: 1000;
}

#cookie-banner button {
  background-color: #007bff;
  color: #ffffff;
  border: none;
  padding: 5px 10px;
  margin-left: 20px;
  cursor: pointer;
}

#cookie-banner button:hover {
  background-color: #0056b3;
}

.latestversion-text a,
.latestversion-text a:hover,
.latestversion-text a:visited,
.latestversion-text a:active {
  color: white;
}

@media screen and (max-width: 1299px) {
  html {
    font-size: 57.5%;
  }
}

@media screen and (max-width: 1159px) {
  html {
    font-size: 52.5%;
  }
}

@media screen and (max-width: 1099px) {
  html {
    font-size: 50%;
  }
}

@media screen and (max-width: 1065px) {
  html {
    font-size: 47.5%;
  }
  .logo {
    width: 7rem;
    height: auto;
  }
  .app-img {
    width: 40rem;
    height: auto;
  }
  .header-content-left h1 {
    font-size: 4rem;
  }
  .header-content-left h2 {
    font: 1.8rem;
  }
}

@media screen and (max-width: 1024px) {
  html {
    font-size: 47.5%;
  }
  .flexbox {
    margin-top: 4rem;
  }
  hr {
    margin: 2rem 0;
  }
}

@media screen and (max-width: 975px) {
  html {
    font-size: 42.5%;
  }
  .collapsible {
    width: 70rem;
  }
  .content {
    width: 70rem;
  }
  .download-button {
    width: 24rem;
  }
}

@media screen and (max-width: 840px) {
  html {
    font-size: 40%;
  }
  .header-content {
    flex-direction: column;
    padding-top: 15rem;
  }
  .header-content-left {
    text-align: center;
  }
  .flex-download {
    justify-content: center;
  }
  .header {
    height: 130vh;
    padding-bottom: 15rem;
  }
}

@media screen and (max-width: 750px) {
  .features-section ul {
    margin-right: 5rem;
    margin-left: 5rem;
  }
}

@media screen and (max-width: 700px) {
  .features-stack {
    display: flex;
    justify-content: center;
  }
  .features-stack-left {
    display: none;
  }
  .features-stack-right {
    padding: 0;
  }
  .flex-footer {
    padding: 4rem;
  }
  .download-button {
    width: 20rem;
  }
  .download-page {
    width: 12rem;
  }
  .top-margin-sm {
    margin-top: 10rem;
  }
  .flexbox p {
    margin-right: 6rem;
    margin-left: 6rem;
  }
  .collapsible {
    width: 50rem;
  }
  .content {
    width: 50rem;
  }
  .flexbox p {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

@media screen and (max-width: 589px) {
  .menu-bar svg {
    margin-left: 2rem;
  }
  .menu-bar {
    margin-right: 1rem;
  }
  .logo {
    width: 5rem;
    height: auto;
  }
  .menu-bar svg {
    margin-left: 2rem;
  }
  .flex-footer {
    flex-direction: column;
  }
  .footer-about {
    flex-basis: 10rem;
  }
  .footer-links {
    flex-basis: 0;
  }
  .footer-links ul {
    line-height: 2rem;
  }
  .flex-mediaq {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .top-margin-sm {
    margin-top: 7rem;
  }
  .download-page {
    margin-right: 0;
  }
  .download-button {
    margin-top: 2rem;
  }
  .bottom-margin-sm {
    margin-bottom: 10rem;
  }
}

@media screen and (max-width: 499px) {
  .menu-bar svg {
    margin-left: 1rem;
  }
  .header-content {
    padding-top: 15rem;
  }
  .collapsible {
    width: 30rem;
  }
  .content {
    width: 30rem;
  }
  .flexbox p {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

@media screen and (max-width: 469px) {
  html {
    font-size: 35%;
  }
  .app-img {
    width: 30rem;
  }
  .app-img-small {
    height: 25rem;
  }
}

@media screen and (max-width: 439px) {
  .flex-menu {
    padding-top: 6rem;
    justify-content: center;
  }
  .menu-bar {
    margin-left: 0;
    margin-right: 0;
  }
  .footer-links ul {
    line-height: 1.4rem;
  }
}

@media screen and (max-width: 382px) {
  html {
    font-size: 30%;
  }
  .menu-icon {
    height: 1.5rem;
  }
  .app-img {
    width: 30rem;
  }
  .header-content {
    padding-top: 3rem;
  }
  .footer-links ul {
    line-height: 1.4rem;
  }
  .footer-about {
    flex-basis: 8rem;
  }
}

@media screen and (max-width: 340px) {
  html {
    font-size: 25%;
  }
}
