body,
html {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  display: table;
  position: absolute;
}

body {
  font-family: "Montserrat", sans-serif !important;
  height: 100%;
  max-width: 100%;
  display: table-cell;
  vertical-align: middle;
  overflow-x: hidden;
  overflow-wrap: break-word;
  line-height: 2 !important;
}

@media (prefers-color-scheme: dark) {
body {
    --bs-body-bg: #111 !important
}
}

.navbar-default {
  max-width: 100%;
}

.net-link img {
  width: 30px;
  margin: 5px;
  opacity: 0.8;
}

a {
  color: rgba(180, 53, 13, 1) !important;
  text-decoration: none !important;
}

nav a {
  color: #222 !important;
}

a.anchor {
  display: block;
  position: relative;
  top: -80px;
  visibility: hidden;
}

a:active,
a:hover {
  color: rgba(234, 125, 16, 1) !important;
  text-decoration: none !important;
}

a.partner img {
  width: 50px;
  border-radius: 75px;
  opacity: 0.5;
}

a.partner:hover img {
  opacity: 0.7;
  -webkit-filter: none;
  filter: none;
}

.about-us {
  font-size: 20px;
}

.about-us .col {
  margin-bottom: 0;
}

.background-image {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url("../assets/bg.jpg");
  background-position: center;
  background-size: cover;
  opacity: 0.5;
  filter: brightness(100%) blur(10px);
  -webkit-filter: brightness(100%) blur(10px);
  z-index: -1;
}

blockquote .quote {
  font-style: italic;
  margin-top: 50px !important;
  margin-bottom: 20px !important;
  margin-left: 50px !important;
  margin-right: 50px !important;
  text-align: right;
}

blockquote .quote:before {
  content: "“";
}

blockquote .quote:after {
  content: "”";
}

@media (max-width: 768px) {
  blockquote .quote {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}

blockquote .author {
  margin-top: 10px;
  display: block;
  text-align: right;
}

#btn-download {
  font-size: 20px;
}

.card-container {
  width: 90%;
  height: 200px;
  margin: auto;
}

.card-container-b {
  width: 80%;
  height: 170px;
  margin: auto;
}

@media (min-width: 768px) {
  .card-container {
    height: 250px;
  }

  .card-container-b {
    height: 220px;
  }
  .slogan {
    font-size: 60px;
  }
}

@media (min-width: 992px) {
  .card-container {
    height: 500px;
  }

  .card-container-b {
    height: 450px;
  }
}

.counters {
  text-align: center;
}

.container-navbar {
  padding-top: 0;
  background: rgba(255, 255, 255, 0);
}

.google-play-badge {
  width: 200px;
}

.google-play-badge-it {
  width: 180px;
}

.banner {
  text-align: center;
}

.section-header {
  background: linear-gradient(
    132deg,
    rgba(255, 171, 87, 1) 0%,
    rgba(234, 125, 16, 1) 30%,
    rgba(180, 53, 13, 1) 100%
  );
  text-align: center;
  font-size: 30pt;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h3 {
  text-align: center;
}

.home {
  min-height: 650px;
}

.home .col {
  position: relative;
  top: -30px;
}

#logo {
  height: 40px;
}

.lang .dropdown-toggle img {
  width: 24px;
}

.lang .dropdown-menu img {
  width: 20px;
}

.license {
  font-size: 10px;
  margin-top: 20px;
  margin-bottom: 5px !important;
}

.main-screen {
  width: 400px;
  padding-left: 120px;
  padding-right: 120px;
}

nav {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  opacity: 0.95;
}

.nav-item {
  padding-left: 10px;
  padding-right: 10px;
}

[class^="col"] {
  margin-bottom: 50px;
}

.col-net-link {
  margin-bottom: 0;
}

p {
  font-size: 16pt;
  text-align: justify;
}

.p-badge {
  text-align: center;
}

.p-function {
  font-size: 14pt;
  padding: 10pt;
  line-height: 1.7;
}

.profile-picture {
  height: 100px;
  width: 100px;
  background-size: cover;
  border-radius: 50px;
  margin-bottom: 10px;
}

.profile-picture-small {
  height: 64px;
  width: 64px;
  background-size: cover;
  border-radius: 32px;
  margin-bottom: 5px;
}

.slogan {
  background: linear-gradient(
    132deg,
    rgba(255, 171, 87, 1) 0%,
    rgba(234, 125, 16, 1) 20%,
    rgba(180, 53, 13, 1) 50%,
    rgba(234, 125, 16, 1) 70%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  letter-spacing: -3px;
  background-size: 300% 300%;
  animation: animeGradient 20s ease infinite;
}

.stars {
    background: linear-gradient(
      132deg,
      rgba(255, 171, 87, 1) 0%,
      rgba(234, 125, 16, 1) 30%,
      rgba(180, 53, 13, 1) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 300% 300%;
    animation: animeGradient 3s ease infinite;
  }

.social-icon {
  margin: 10px;
}

.sub-slogan {
  font-size: 20px;
}

.screenshot {
  height: 450px;
  margin-left: 10px;
  margin-right: 10px;
}

video {
  width: 100%;
  height: 600px;
  object-fit: cover;
  opacity: 0.9;
  -webkit-mask-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 1)),
    to(rgba(0, 0, 0, 0))
  );
  -webkit-mask-size: 100%, 0;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: left top, left bottom;
}

@media (min-width: 768px) {
  .card-container {
    height: 250px;
  }

  .card-container-b {
    height: 220px;
  }

  .main-screen {
    width: 500px;
  }
}

@media (min-width: 992px) {
  .slogan {
    font-size: 100px;
  }

  .card-container {
    height: 500px;
  }

  .card-container-b {
    height: 450px;
  }
}

.bmc-btn-text {
  color: black;
}

@keyframes animeGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.gradient-opacity {
  position: relative;
  display: inline-block;
  background: var(--bs-body-bg);
  -webkit-mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 0)
  );
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

#main-screen {
  min-height: 300px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

[data-bs-theme="light"][data-lang="it"] #main-screen {
  background-image: url("../img/Screenshot_it.png");
}

[data-bs-theme="light"][data-lang="en"] #main-screen {
  background-image: url("../img/Screenshot_en.png");
}

[data-bs-theme="dark"][data-lang="it"] #main-screen {
  background-image: url("../img/Screenshot_it_dark.png");
}

[data-bs-theme="dark"][data-lang="en"] #main-screen {
  background-image: url("../img/Screenshot_en_dark.png");
}
