@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@font-face {
  font-family: "Koni";
  src: url("../font/KoniBlack.eot");
  src: local("KoniBlack"), url("../font/KoniBlack.eot?#iefix") format("embedded-opentype"), url("../font/KoniBlack.woff2") format("woff2"), url("../font/KoniBlack.woff") format("woff"), url("../font/KoniBlack.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "KoniOrnament";
  src: url("../font/KoniBlackOrnament.eot");
  src: local("KoniBlackOrnament"), url("../font/KoniBlackOrnament.eot?#iefix") format("embedded-opentype"), url("../font/KoniBlackOrnament.woff2") format("woff2"), url("../font/KoniBlackOrnament.woff") format("woff"), url("../font/KoniBlackOrnament.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
* {
  text-decoration: none;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Koni";
  border: none;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}

html, body {
  height: 100dvh;
}

body {
  background-image: url("../img/desktop-circle.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

img {
  display: block;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

header {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
}
header .logo-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
header .logo-area .main-logo img {
  width: 350px;
  animation: pulse 2.5s infinite ease-in-out;
}
header .logo-area .sub-logo img {
  width: 200px;
}
header .lang {
  display: flex;
  gap: 16px;
}
header .lang a {
  font-size: 20px;
  color: #BFBFBF;
}

main {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .products {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding-bottom: 20px;
}
main .products img {
  flex-shrink: 0;
  position: relative;
  animation: float 2.5s ease-in-out infinite;
  object-fit: contain;
}
main .products img.first-product {
  margin-top: 15px;
  height: clamp(360px, 44vh, 550px);
  left: 40px;
  animation-delay: 0s;
}
main .products img.second-product {
  height: clamp(420px, 50vh, 620px);
  left: 10px;
  animation-delay: 0.2s;
}
main .products img.third-product {
  margin-top: 15px;
  height: clamp(380px, 46vh, 570px);
  right: 50px;
  animation-delay: 0.5s;
}
main .mobile-buttons {
  display: none;
  gap: 16px;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
main .mobile-buttons .btn {
  letter-spacing: 1px;
  font-size: 12px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 0;
  width: 80px;
  border-radius: 25px;
  gap: 4px;
}
main .mobile-buttons .btn.discover {
  background-color: #df5c24;
}
main .mobile-buttons .btn.view {
  background-color: #f5b41a;
}
main .mobile-buttons .btn.connect {
  background-color: #ed2c7f;
}
main .mobile-icon {
  flex: 1;
  display: none;
  justify-content: center;
  align-items: center;
}
main .mobile-icon img {
  width: 60px;
}

footer.desktop {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
}
footer.desktop .left-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
footer.desktop .left-side .footer-logo img {
  width: 75px;
}
footer.desktop .left-side .social-area {
  display: flex;
  gap: 20px;
  align-items: center;
}
footer.desktop .left-side .social-area .social-logo img {
  width: 80px;
}
footer.desktop .left-side .social-area .social-play-store img {
  width: 80px;
}
footer.desktop .left-side .social-area .social-app-store img {
  width: 80px;
}
footer.desktop .left-side .social-area .social-instagram img {
  width: 30px;
}
footer.desktop .center-side {
  margin-left: 8.5%;
}
footer.desktop .center-side .buttons {
  display: flex;
  gap: 20px;
}
footer.desktop .center-side .buttons .btn {
  letter-spacing: 1px;
  font-size: 20px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  width: 120px;
  border-radius: 25px;
  gap: 4px;
}
footer.desktop .center-side .buttons .btn.discover {
  background-color: #df5c24;
}
footer.desktop .center-side .buttons .btn.view {
  background-color: #f5b41a;
}
footer.desktop .center-side .buttons .btn.connect {
  background-color: #ed2c7f;
}
footer.desktop .right-side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 1;
}
footer.desktop .right-side .stamp {
  margin-right: 21%;
  margin-bottom: 10px;
}
footer.desktop .right-side .stamp img {
  width: 75px;
}
footer.desktop .right-side .copyright img {
  width: 75px;
}
footer.mobile {
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 10px;
}
footer.mobile .left-side {
  display: flex;
  align-items: center;
  gap: 5px;
}
footer.mobile .left-side img.logo {
  width: 50px;
}
footer.mobile .left-side img.stamp {
  width: 30px;
}
footer.mobile .center-side {
  display: flex;
  align-items: center;
  margin-right: 2%;
  gap: 5px;
}
footer.mobile .center-side a {
  display: inline-flex;
}
footer.mobile .center-side a img {
  width: 40px;
}
footer.mobile .right-side {
  display: flex;
  align-items: center;
  gap: 5px;
}
footer.mobile .right-side .social img {
  width: 18px;
}
footer.mobile .right-side .copyright img {
  width: 50px;
}

#cookie-policy {
  background-color: white;
  padding: 20px 50px;
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Lato", sans-serif;
  gap: 20px;
}
#cookie-policy p {
  text-align: center;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  font-size: 14px;
}
#cookie-policy .cookie-buttons {
  display: flex;
  gap: 10px;
}
#cookie-policy .cookie-buttons button {
  cursor: pointer;
  border: 2px solid black;
  border-radius: 25%;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 20px;
  width: 90px;
  font-family: "Lato", sans-serif;
}
#cookie-policy .cookie-buttons button#accept-cookies {
  background-color: black;
  color: white !important;
}
#cookie-policy .cookie-buttons button#decline-cookies {
  background-color: white;
  color: black !important;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  height: 100%;
}

.store-link {
  cursor: pointer;
}

@media (max-width: 768px) {
  body {
    background-image: url("../img/mobile-circle.png");
    background-size: cover;
  }
  header {
    padding-top: 16px;
    flex-direction: column-reverse;
  }
  header .lang {
    justify-content: flex-end;
    padding-right: 20px;
  }
  header .lang a {
    font-size: 14px;
  }
  header .logo-area {
    margin-bottom: 16px;
    margin-top: 10px;
  }
  header .logo-area .main-logo img {
    width: 260px;
  }
  header .logo-area .sub-logo img {
    width: 120px;
  }
  main {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
  }
  main .mobile-buttons, main .mobile-icon {
    display: flex !important;
  }
  main .products {
    height: auto;
    align-items: flex-start;
  }
  main .products img.first-product {
    margin-top: 15px;
    height: clamp(200px, 22vh, 250px) !important;
    left: 25px;
  }
  main .products img.second-product {
    height: clamp(250px, 28vh, 300px) !important;
    left: 5px;
  }
  main .products img.third-product {
    margin-top: 10px;
    height: clamp(220px, 25vh, 270px) !important;
    right: 25px;
  }
  footer.desktop {
    display: none;
  }
  footer.mobile {
    display: flex !important;
  }
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}

/*# sourceMappingURL=main.css.map */
