@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: none;
}

@font-face {
  font-family: "Inter";
  src: local("Inter"), local("Inter Regular"), url("wp-contentthemesÚtona-sablona\assets\fontsinterInter-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: local("Plus Jakarta Sans"), local("Plus Jakarta Sans Regular"), url("wp-contentthemesÚtona-sablona\assets\fontsPlusJakartaSansPlusJakartaSans-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
b {
  font-weight: 600;
  transition: none;
}

h1 {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #362c66;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 3.5rem;
}

h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #362c66;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 2.75rem;
}

h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #362c66;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.25rem;
}

h4 {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #362c66;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 2rem;
}

p {
  font-family: "Inter", sans-serif;
  color: #56647b;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
}

a,
button {
  font-family: "Inter", sans-serif;
  color: #56647b;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
}
a.menu-item,
button.menu-item {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a.menu-item:hover,
button.menu-item:hover {
  color: #362c66;
  font-weight: 600 !important;
}

.mini-text {
  font-family: "Inter", sans-serif;
  color: #56647b;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1rem;
}

.pre-heading {
  font-family: "Inter", sans-serif;
  color: #56647b;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1rem;
  color: #bc273b;
  border: solid 1px rgb(235.5515418502, 161.2484581498, 171.2220264317);
  padding: 2px 5px;
  border-radius: 5px;
  background-color: rgb(253.5413656388, 247.9686343612, 248.7166519824);
}

.primary-button {
  cursor: pointer;
  text-decoration: none;
  border-radius: 8px;
  padding: 9px 16px;
  background-color: #bc273b;
  color: white;
  transition: all 0.3s ease-in-out;
  box-shadow: inset 0 0 0 0 white;
}
.primary-button:hover {
  box-shadow: inset 0 0 0 2px #bc273b;
  background-color: white;
  color: #bc273b;
}

.secondary-button {
  cursor: pointer;
  text-decoration: none;
  border-radius: 8px;
  padding: 9px 16px;
  background-color: white;
  color: #56647b;
  transition: all 0.3s ease-in-out;
  box-shadow: inset 0 0 0 1px #c2c2c2;
}
.secondary-button:hover {
  box-shadow: inset 0 0 0 2px #bc273b;
  background-color: white;
  color: #bc273b;
}

.button-link {
  padding-right: 20px;
  font-weight: 600;
  position: relative;
  color: #bc273b;
  border: none;
  cursor: pointer;
}
.button-link::after {
  font-family: "Material Symbols Outlined";
  font-variation-settings: "wght" 100, "FILL" 0;
  content: "arrow_forward_ios";
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  transition: none;
}
.button-link:hover::after {
  animation: move-right 0.4s ease-out;
}
@keyframes move-right {
  0% {
    transform: translateY(-50%) translateX(0);
  }
  50% {
    transform: translateY(-50%) translateX(7px);
  }
  100% {
    transform: translateY(-50%) translateX(0);
  }
}

* {
  box-sizing: border-box;
}

.datona-logo {
  width: 120px;
}

.container {
  padding: 0px 20px;
  max-width: 1280px;
  width: 100%;
}

body,
html {
  overflow-x: hidden;
  min-height: 100vh;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
body main,
html main {
  width: 100%;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
body main > #hero-wrapper,
html main > #hero-wrapper {
  padding-top: 125px;
  padding-bottom: 175px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  overflow-x: hidden;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 75%, rgb(255, 255, 255) 100%), url(/wp-content/themes/datona-sablona/assets/images/pattern.png);
  background-size: cover;
}
body main > #hero-wrapper > #hero,
html main > #hero-wrapper > #hero {
  overflow-x: hidden;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1050px) {
  body main > #hero-wrapper > #hero,
  html main > #hero-wrapper > #hero {
    flex-direction: column;
  }
}
body main > #hero-wrapper > #hero #hero-text,
html main > #hero-wrapper > #hero #hero-text {
  max-width: 475px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 30px;
}
@media (max-width: 1050px) {
  body main > #hero-wrapper > #hero #hero-text,
  html main > #hero-wrapper > #hero #hero-text {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
body main > #hero-wrapper > #hero #hero-text #buttons,
html main > #hero-wrapper > #hero #hero-text #buttons {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 15px;
}
body main > #hero-wrapper > #hero img#pokladna,
html main > #hero-wrapper > #hero img#pokladna {
  margin-right: 50px;
  max-width: 450px;
  width: 100%;
  -webkit-filter: drop-shadow(rgba(0, 0, 0, 0.1294117647) 0px 0px 20px 0px);
  filter: drop-shadow(rgba(0, 0, 0, 0.1294117647) 0px 0px 20px 0px);
}
@media (max-width: 1050px) {
  body main > #hero-wrapper > #hero img#pokladna,
  html main > #hero-wrapper > #hero img#pokladna {
    margin-right: 0px;
    max-width: 400px;
  }
}
body main #services,
html main #services {
  margin-top: -150px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 10px;
  text-align: center;
}
body main #services #selection,
html main #services #selection {
  margin-top: 20px;
  border-radius: 15px;
  border: solid 1px #c2c2c2;
  width: 100%;
  max-width: 800px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}
@media (max-width: 700px) {
  body main #services #selection,
  html main #services #selection {
    margin: 0px 30px;
    width: auto;
  }
}
@media (max-width: 600px) {
  body main #services #selection,
  html main #services #selection {
    grid-template-columns: repeat(2, 1fr);
  }
}
body main #services #selection > article,
html main #services #selection > article {
  cursor: pointer;
  color: #56647b;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 20px 10px;
  border-radius: 15px;
}
body main #services #selection > article i,
html main #services #selection > article i {
  font-size: 2rem;
}
body main #services #selection > article.selected,
html main #services #selection > article.selected {
  border-bottom: solid 3px #bc273b;
  color: #bc273b;
  box-shadow: rgba(0, 0, 0, 0.1294117647) 0px 0px 20px 0px;
}
body main #services #selection > article.selected p,
html main #services #selection > article.selected p {
  color: #bc273b;
}
body main #services #selection-content,
html main #services #selection-content {
  text-align: start;
  margin: 20px 0px;
  width: 100%;
}
body main #services #selection-content .service-group,
html main #services #selection-content .service-group {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  text-align: start;
  display: none;
}
@media (max-width: 1050px) {
  body main #services #selection-content .service-group,
  html main #services #selection-content .service-group {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  body main #services #selection-content .service-group,
  html main #services #selection-content .service-group {
    grid-template-columns: repeat(1, 1fr);
  }
}
body main #services #selection-content .service-group.active,
html main #services #selection-content .service-group.active {
  display: grid;
}
body main #services #selection-content .service-group.active > article,
html main #services #selection-content .service-group.active > article {
  cursor: pointer;
  padding: 25px;
  gap: 25px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  box-shadow: rgba(0, 0, 0, 0.1294117647) 0px 0px 20px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: white;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
body main #services #selection-content .service-group.active > article .services-box-content,
html main #services #selection-content .service-group.active > article .services-box-content {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
body main #services #selection-content .service-group.active > article:hover,
html main #services #selection-content .service-group.active > article:hover {
  box-shadow: rgba(0, 0, 0, 0.2117647059) 0px 0px 20px 0px;
}
body #features,
html #features {
  margin: 50px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;
}
body #features > #features-grid,
html #features > #features-grid {
  text-align: left;
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 15px;
}
@media (max-width: 900px) {
  body #features > #features-grid,
  html #features > #features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  body #features > #features-grid,
  html #features > #features-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
body #features > #features-grid article,
html #features > #features-grid article {
  position: relative;
  padding: 25px;
  gap: 25px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  box-shadow: rgba(0, 0, 0, 0.1294117647) 0px 0px 20px 0px;
}
@media (max-width: 900px) {
  body #features > #features-grid article,
  html #features > #features-grid article {
    min-height: 400px;
  }
}
@media (max-width: 600px) {
  body #features > #features-grid article,
  html #features > #features-grid article {
    min-height: auto;
  }
}
body #features > #features-grid #safety,
html #features > #features-grid #safety {
  overflow: hidden;
  background-color: #bc273b;
  grid-row: span 2;
}
@media (max-width: 900px) {
  body #features > #features-grid #safety,
  html #features > #features-grid #safety {
    grid-row: span 1;
    grid-column: span 2;
  }
}
@media (max-width: 600px) {
  body #features > #features-grid #safety,
  html #features > #features-grid #safety {
    grid-row: span 1;
    grid-column: span 1;
  }
}
body #features > #features-grid #safety h3,
body #features > #features-grid #safety p,
html #features > #features-grid #safety h3,
html #features > #features-grid #safety p {
  color: white;
}
body #features > #features-grid #safety > i,
html #features > #features-grid #safety > i {
  font-size: 35rem;
  color: white;
  position: absolute;
  top: 175px;
  left: -200px;
}
@media (max-width: 1050px) {
  body #features > #features-grid #safety > i,
  html #features > #features-grid #safety > i {
    top: 250px;
    left: -250px;
  }
}
@media (max-width: 900px) {
  body #features > #features-grid #safety > i,
  html #features > #features-grid #safety > i {
    top: 50px;
    left: 400px;
  }
}
@media (max-width: 700px) {
  body #features > #features-grid #safety > i,
  html #features > #features-grid #safety > i {
    top: 50px;
    left: 250px;
  }
}
@media (max-width: 450px) {
  body #features > #features-grid #safety > i,
  html #features > #features-grid #safety > i {
    display: none;
  }
}
body #features > #features-grid #scaling,
html #features > #features-grid #scaling {
  overflow: hidden;
}
body #features > #features-grid #scaling > i,
html #features > #features-grid #scaling > i {
  font-size: 17rem;
  color: #bc273b;
  position: absolute;
  top: 100px;
  left: 150px;
}
@media (max-width: 1050px) {
  body #features > #features-grid #scaling > i,
  html #features > #features-grid #scaling > i {
    top: 150px;
    left: 75px;
  }
}
@media (max-width: 900px) {
  body #features > #features-grid #scaling > i,
  html #features > #features-grid #scaling > i {
    top: 150px;
    left: 200px;
  }
}
@media (max-width: 700px) {
  body #features > #features-grid #scaling > i,
  html #features > #features-grid #scaling > i {
    top: 150px;
    left: 100px;
  }
}
@media (max-width: 600px) {
  body #features > #features-grid #scaling > i,
  html #features > #features-grid #scaling > i {
    top: 150px;
    left: 250px;
  }
}
@media (max-width: 450px) {
  body #features > #features-grid #scaling > i,
  html #features > #features-grid #scaling > i {
    display: none;
  }
}
body #features > #features-grid #support,
html #features > #features-grid #support {
  overflow: hidden;
  grid-column: span 2;
}
@media (max-width: 600px) {
  body #features > #features-grid #support,
  html #features > #features-grid #support {
    grid-row: span 1;
    grid-column: span 1;
  }
}
body #features > #features-grid #support > section,
html #features > #features-grid #support > section {
  max-width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 25px;
}
@media (max-width: 450px) {
  body #features > #features-grid #support > section,
  html #features > #features-grid #support > section {
    max-width: 100%;
  }
}
body #features > #features-grid #support > img,
html #features > #features-grid #support > img {
  z-index: -5;
  width: 200px;
  position: absolute;
  top: 20px;
  left: calc(50% + 75px);
}
@media (max-width: 1050px) {
  body #features > #features-grid #support > img,
  html #features > #features-grid #support > img {
    top: 70px;
  }
}
@media (max-width: 900px) {
  body #features > #features-grid #support > img,
  html #features > #features-grid #support > img {
    top: 100px;
  }
}
@media (max-width: 600px) {
  body #features > #features-grid #support > img,
  html #features > #features-grid #support > img {
    top: 120px;
  }
}
@media (max-width: 450px) {
  body #features > #features-grid #support > img,
  html #features > #features-grid #support > img {
    display: none;
  }
}
body #video,
html #video {
  margin: 50px 0px;
  gap: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body #video iframe,
html #video iframe {
  border: solid 10px #bc273b;
  border-radius: 15px;
  aspect-ratio: 16/9;
  width: 100%;
  max-width: 800px;
  height: auto;
}
body #references,
html #references {
  margin: 50px 0px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: center;
}
body #references #list-of-references,
html #references #list-of-references {
  text-align: start;
  padding-top: 20px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media (max-width: 1050px) {
  body #references #list-of-references,
  html #references #list-of-references {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  body #references #list-of-references,
  html #references #list-of-references {
    grid-template-columns: repeat(1, 1fr);
  }
}
body #references #list-of-references .reference-of-clients,
html #references #list-of-references .reference-of-clients {
  width: 100%;
  padding: 25px;
  gap: 25px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  box-shadow: rgba(0, 0, 0, 0.1294117647) 0px 0px 20px 0px;
}
body #references #list-of-references .reference-of-clients > header,
html #references #list-of-references .reference-of-clients > header {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 15px;
}
body #references #list-of-references .reference-of-clients > header > img,
html #references #list-of-references .reference-of-clients > header > img {
  width: 50px;
  border-radius: 1000px;
}

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