@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --color-primary: #aa0000;
  --color-primary-dark: #8b0000;
  --color-secondary: #25addd;
  --color-bg: #f9f9f9;
  --color-text: #222222;
  --color-text-white: #f9f9f9;
  --color-accent: #ffd700;
  --color-border: #e0e0e0;
  --color-success: #28a745;
  --color-warning: #ffc107;
  --color-error: #dc3545;
  --wrapper-padding-y: 5rem;
  --wrapper-padding-x: clamp(1rem, 15vw, 15rem);
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background-color: #fff;
  font-family: "Lato Regular", sans-serif;
  padding-top: 90px;
  overflow: hidden;
}

#website-content {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.wrapper {
  padding: var(--wrapper-padding-y) var(--wrapper-padding-x);
}

.wrapper-horizontal {
  padding-left: var(--wrapper-padding-x);
  padding-right: var(--wrapper-padding-x);
}

.no-wrapper-top {
  padding-top: 1rem;
}

.btn {
  font-size: 16px;
  background: none;
  border-radius: 50px;
  padding: 15px 2rem;
  border-color: var(--color-primary-dark);
  display: inline-block;
  color: var(--color-text-white);
  vertical-align: top;
  background-color: var(--color-primary);
  font-weight: 500;
}

.btn:hover {
  background-color: var(--color-primary-dark);
}

a {
  color: #181818;
  text-align: initial;
  transition-duration: 200ms;
}

a:hover {
  color: var(--color-primary);
}

a.btn:hover {
  color: var(--color-text-white);
}

p,
a,
span,
legend {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #181818;
}

.nav a,
a.btn {
  font-family: "Poppins", sans-serif;
}

p,
a,
legend {
  text-decoration: none !important;
}

p,
span,
legend {
  text-align: justify;
}

h1 {
  font-size: 2.5rem;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
  color: #333;
  font-weight: 600 !important;
}

h2 {
  font-size: 2rem;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
  color: #333;
  font-weight: 600 !important;
  text-align: center;
}

h3 {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: normal;
  unicode-bidi: isolate;
}

.section-bg {
  background: var(--color-bg);
}

.col-2-5 {
  width: 40%;
}

.col-3-5 {
  width: 60%;
}

.container-flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.cards {
  max-width: 1200px;
  display: grid;
  align-items: start;
  gap: 10px;
  width: 100%;
  margin: 0 auto;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent !important;
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
  padding: 20px 30px;
  justify-content: center;
  border: 0 !important;
}

.reveal {
  position: relative;
  transform: translateY(50px);
  opacity: 0;
  transition: 1s;
}

.reveal.left {
  transform: translateX(-50px);
}

.reveal.right {
  transform: translateX(50px);
}

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

.com-content-category-blog__item.blog-item:nth-child(even) {
  background-color: #f5f5f5;
  padding: 30px;
  border-radius: 4px;
  position: relative;
  z-index: 1;
}

.com-content-category-blog__item.blog-item:not(:last-child)::after {
  position: relative;
  content: "";
  width: 30px;
  height: 30px;
  border-right: 0.3em solid #aa0000;
  border-top: 0.3em solid #aa0000;
  transform: rotate(135deg);
  margin: 60px auto 100px;
  display: block;
}

.flex-horizontal {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 2rem;
}

.desktop-only {
  display: block;
}

.mobile-menu {
  display: none;
}

/* Header */
.header-holder {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 10px;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #f5f5f5;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 9999;
}
.header-holder .logo {
  justify-self: left;
}
.header-holder .logo .custom {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.header-holder .logo .custom p {
  text-align: center;
}
.header-holder .logo .custom p:nth-child(1) {
  display: flex;
  margin: 0px;
}
.header-holder .logo .custom p:nth-child(2) {
  margin-left: 10px;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  margin-block-start: 0;
  margin-block-end: 0;
}

.header-holder-second {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  position: fixed;
  top: 80px;
  width: 100%;
  background-color: var(--color-bg);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 9999;
}

.menu-primary {
  justify-self: center;
  color: white;
  border-radius: 4px;
}
.menu-primary ul.nav {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding-inline-start: 0px;
  margin-block-start: 9px;
  margin-block-end: 9px;
}
.menu-primary ul.nav li {
  color: var(--color-text);
}
.menu-primary ul.nav li a {
  padding-top: 15px;
  padding-bottom: 15px;
  color: var(--text-primary);
  text-decoration: none;
  font-weight: normal;
  position: relative;
  transition: color 0.3s;
  padding: 10px 20px;
  transition: 0.2s;
  text-transform: uppercase;
}
.menu-primary ul.nav li a:hover::after {
  width: 100%;
}
.menu-primary ul.nav li a:hover {
  color: var(--color-primary);
}

.menu-application {
  justify-self: end;
}
.menu-application ul.nav {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin: 0;
  padding: 0;
}
.menu-application ul.nav li a {
  color: var(--color-primary);
  font-weight: 400;
  padding: 10px 20px;
  border-radius: 50px;
  background-color: transparent;
  border: 1px solid var(--color-primary);
}
.menu-application ul.nav li .android-icon::before {
  font-family: "Material Icons";
  content: "android";
  font-size: 18px;
  margin-right: 8px;
  vertical-align: middle;
  display: inline-block;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  text-transform: lowercase;
}
.menu-application ul.nav li:first-child a {
  color: var(--color-text-white);
  font-weight: 400;
  padding: 10px 20px;
  border-radius: 50px;
  background-color: var(--color-primary);
}
.menu-application ul.nav li:nth-child(1) a:hover,
.menu-application ul.nav li:nth-child(2) a:hover {
  color: var(--color-text-white);
  background-color: var(--color-primary-dark);
}

.menu-toggle {
  display: none;
}

/* Home header */
header #home-content {
  padding-top: 8rem;
}
header #home-content .custom h1:nth-child(1) {
  color: var(--color-primary);
  margin-bottom: 5px;
}
header #home-content .custom p:nth-child(3) {
  font-family: "Roboto", sans-serif;
  margin-top: 20px;
}
header #home-content .custom .btn.icon-download::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: var(--color-text-white);
  -webkit-mask-image: url("../images/icons/download.svg");
  mask-image: url("../images/icons/download.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  vertical-align: middle;
  margin-right: 0.5em;
}
header #home-content .custom .btn.icon-download {
  text-transform: uppercase;
}

#ad-offer {
  background-color: #59c5eb;
  background: linear-gradient(120deg, #59c5eb 0%, #3b82f6 100%);
}
#ad-offer .custom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
}
#ad-offer .custom h2 {
  font-weight: 500;
  text-align: left;
}
#ad-offer .custom p {
  font-size: 1.2rem;
  font-weight: 400;
}
#ad-offer .custom h2,
#ad-offer .custom p {
  color: var(--color-text-white);
}

/* Footer */
#footer {
  display: none;
  background-color: #1a1a1a;
}
#footer .card p,
#footer .card a,
#footer .card span {
  color: #fff;
}
#footer .card a:hover {
  color: var(--color-primary);
}
#footer .card h3 {
  color: #fff;
}
#footer .card .custom {
  padding-left: 10px;
}
#footer .card .custom p {
  margin-top: 5px;
  margin-bottom: 5px;
}
#footer .card .custom > p:first-child {
  margin-right: 10px;
}

/* Feature Grid */
.feature-grid ul {
  list-style-type: none;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}

.feature-grid li {
  display: block;
}

.feature-box {
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  padding: 30px;
  background: #fdfdfd;
  position: relative;
}

.feature-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  width: 40px;
  height: 3px;
  background: #aa0000;
  border-radius: 10px;
}

.feature-box:hover {
  border-color: #aa0000;
}

.feature-box h4 {
  margin-top: 20px;
  font-size: 18px;
  color: #222;
}

.feature-box p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

#footer-copyright {
  background-color: #1a1a1a;
  padding-top: 40px;
  padding-bottom: 40px;
}
#footer-copyright .moduletable {
  /* border-top: 1px solid #565656; */
  padding-left: 15px;
  padding-right: 15px;
}
#footer-copyright h3 {
  font-family: "Poppins", sans-serif;
  color: #fff;
}
#footer-copyright p {
  color: #565656;
  text-align: left;
}
#footer-copyright p a {
  color: #b7b7b7;
}
#footer-copyright p a:hover {
  color: #aa0000;
}

.section-text-image .section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 4vw, 4rem);
  align-items: start;
  margin: 2rem 0;
}
.section-text-image .section .text,
.section-text-image .section .image {
  padding: 1rem;
  box-sizing: border-box;
}
.section-text-image .section .text h1 {
  color: var(--color-primary);
}
.section-text-image .section .text p {
  font-size: 1rem;
  text-align: justify;
}
.section-text-image .section img {
  width: auto;
  height: auto;
  max-width: 500px;
  max-height: 600px;
  display: block;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
}
.section-text-image .section.section-left-text .text {
  flex: 0 0 60%;
}
.section-text-image .section.section-left-text .image {
  flex: 0 0 40%;
}
.section-text-image .section.section-left-image .image {
  flex: 0 0 40%;
}
.section-text-image .section.section-left-image .text {
  flex: 0 0 60%;
}

@keyframes slideInFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInFromRight {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.section-left-image,
.section-left-text {
  animation: slideInFromLeft 0.8s ease forwards;
  opacity: 0;
}

.section-right-image,
.section-right-text {
  animation: slideInFromRight 0.8s ease forwards;
  opacity: 0;
}

/* Presentation Schedule */
#presentation-schedule {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right, #aa0000, #ff6666, #aa0000);
  position: relative;
}

#presentation-schedule::before,
#presentation-schedule::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 5px;
  pointer-events: none;
}

#presentation-schedule::before {
  top: 0;
  background: linear-gradient(to right, #aa0000, #ff6666);
}

#presentation-schedule::after {
  bottom: 0;
  background: linear-gradient(to right, #aa0000, #ff6666);
}

/* Offer table */
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Segoe UI", sans-serif;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
  margin: 2rem 0;
}
.comparison-table thead {
  background-color: var(--color-primary);
  color: #fff;
}
.comparison-table thead th {
  padding: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.95rem;
}
.comparison-table tbody tr:nth-child(even) {
  background-color: #f8fafd;
}
.comparison-table tbody td {
  padding: 1rem;
  text-align: center;
  border: 1px solid #e0e0e0;
}
.comparison-table tbody td:first-child {
  text-align: left;
  font-weight: 500;
  background-color: #f4f6f8;
}
.comparison-table tbody td.yes {
  color: var(--color-success);
  font-weight: 500;
}
.comparison-table tbody td.no {
  color: #ccc;
}
.comparison-table tbody td.optional {
  color: var(--color-secondary);
  font-style: italic;
}
.comparison-table tbody td.partial {
  color: var(--color-error);
}
.comparison-table tbody td.limited {
  color: var(--color-error);
}
.comparison-table tbody td.unlimited {
  color: var(--color-success);
  font-weight: 500;
}

/* COOKIES */
#cookies-container {
  display: none;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  -webkit-box-shadow: 0px 0px 6px 0px rgb(66, 68, 90);
  -moz-box-shadow: 0px 0px 6px 0px rgb(66, 68, 90);
  box-shadow: 0px 0px 6px 0px rgb(66, 68, 90);
  border-top: 1px solid #3e3e3e;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 11;
}
#cookies-container a {
  text-decoration: underline !important;
}
#cookies-container .btn {
  padding: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  display: table;
}
#cookies-container .btn p {
  margin-block-start: 0px;
  margin-block-end: 0px;
  color: var(--color-text-white);
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  border: none;
  font-size: 12px;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
@media (max-width: 1024px) {
  h1,
  h2,
  h3 {
    text-align: center;
  }
  header #home-content {
    padding-top: 1rem;
  }
  .section p .btn,
  #ad-offer img {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
  .section-text-image .section {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  /* kolejność */
  .section-left-text .text {
    order: 1;
  }
  .section-left-text .image {
    order: 2;
  }
  /* paddingi */
  .section-text-image .section .text,
  .section-text-image .section .image {
    padding: 0;
  }
  /* obraz */
  .section-text-image .section img {
    width: 100%;
    max-width: 320px;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  /* tekst */
  .section-text-image .section h1,
  .section-text-image .section h2,
  .section-text-image .section h3 {
    text-align: center;
  }
  .section-text-image .section p {
    text-align: left;
    font-size: 0.95rem;
  }
  .responsive-table thead {
    display: none;
  }
  .responsive-table tr {
    display: block;
    margin-bottom: 1.5rem;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  }
  .responsive-table td {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #eee;
    font-size: 0.95rem;
    text-align: left;
  }
  .responsive-table td:before {
    content: attr(data-label);
    font-weight: 600;
    color: #555;
    flex-basis: 50%;
    padding-right: 1rem;
    text-align: left;
  }
  .responsive-table td:last-child {
    border-bottom: none;
  }
  /* Menu */
  .desktop-only {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
  .header-holder {
    grid-template-columns: 1fr 1fr;
  }
  .menu-toggle {
    display: flex;
    flex-direction: column;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
    margin-left: auto;
    z-index: 1001;
  }
  .menu-toggle span {
    width: 26px;
    height: 2px;
    background: var(--color-primary);
    display: block;
    transition: 0.3s;
  }
  /* OVERLAY */
  .mobile-menu {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 1000;
    /* MENU STYLE */
  }
  .mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
  }
  .mobile-menu a {
    font-size: 1.1rem;
    text-transform: uppercase;
  }
  body.menu-open .mobile-menu {
    opacity: 1;
    pointer-events: auto;
  }
  /* PANEL */
  .mobile-menu-inner {
    position: absolute;
    top: 80px;
    right: 0;
    width: min(90vw, 360px);
    height: 100%;
    background: #fff;
    padding: 2rem;
    transform: translateX(100%);
    transition: transform 0.35s ease;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  body.menu-open .mobile-menu-inner {
    transform: translateX(0);
  }
  /* HAMBURGER → X */
  body.menu-open .menu-toggle span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  body.menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }
  body.menu-open .menu-toggle span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }
  .menu-application ul.nav {
    display: flex;
    gap: 2rem;
  }
}
@media (min-width: 1110px) {
  #footer .cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 900px) {
  #footer .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 900px) {
  .cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

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