@font-face {
  font-family: "niagato";
  src: url(niagato.ttf) format("truetype");
}
html {
  font-family: "Inter";
  scroll-behavior: smooth;
}

body {
  font-family: "Inter";
  overflow-x: hidden;
}

.typewrite {
  font-family: "Inter";
  text-align: center;
  font-weight: 100;
  font-size: 56px;
  /* Firefox */
  /* Safari and Chrome */
  /* Opera */
  animation: fadeInFromNone 1.5s ease-in;
  animation-fill-mode: forwards;
}

.blockquote {
  font-size: 1rem !important;
}

.rellax {
  position: absolute;
  z-index: -10000;
}

.rellax2 {
  position: absolute;
  z-index: -10000;
}

.paral {
  position: absolute;
  opacity: 1;
  right: 100px;
}

.paral2 {
  right: 200px;
  opacity: 0.3;
}

.paral3 {
  left: 200px;
}

.paral4 {
  left: 200px;
}

.lottieAnim {
  /* Firefox */
  /* Safari and Chrome */
  /* Opera */
  animation: fadeInFromNone 1.5s ease-in;
  animation-fill-mode: forwards;
}

select {
  -webkit-appearance: unset !important;
     -moz-appearance: unset !important;
          appearance: unset !important;
  border-width: 0 !important;
}

.flag {
  padding-left: 10px;
}

#loadingMaj {
  opacity: 1;
  background: #e8e8e8;
  color: rgb(50, 50, 50);
  width: 100%;
  height: 100%;
  z-index: 1020;
  top: 0;
  left: 0;
  position: fixed;
  /* Firefox */
  /* Safari and Chrome */
  /* Opera */
  animation: fadeOut 1s ease-in 4s forwards;
  animation-fill-mode: forwards;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0.01;
    width: 100%;
    height: 100%;
  }
  100% {
    opacity: 0;
    width: 0;
    height: 0;
    display: none;
    z-index: 1010;
  }
}
@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes cssAnimation {
  to {
    width: 0;
    height: 0;
    overflow: hidden;
  }
}
.container {
  max-width: 1340px;
}

.bg-red-right {
  background-color: #ec1c24;
  color: white;
}

.navbar-light {
  background-color: white;
}

#left {
  width: 50%;
  height: 100%;
  background-color: #ec1c24;
}

#sluzby {
  width: 100%;
  min-height: -moz-max-content;
  min-height: max-content;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  .card:last-of-type {
    height: unset;
  }
}
#reference {
  width: 100%;
  min-height: -moz-max-content;
  min-height: max-content;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

#sluzby #top {
  width: 50%; /* background-color: white; */
  height: 100%;
  right: 0;
  top: 0;
}

#sluzby #top:after {
  content: "";
  display: block;
  width: 200%;
  transform: rotation(5deg);
  background-color: white;
  left: -100%;
  position: absolute;
  bottom: 100%;
  height: 80px;
  transform: rotate(1deg);
}

#sluzby #bottom {
  width: 50%; /* background-color: white; */
  height: 100%;
  right: 0;
  top: 0;
}

#sluzby #bottom:after {
  content: "";
  display: block;
  width: 200%;
  transform: rotation(5deg);
  background-color: white;
  left: -100%;
  position: absolute;
  top: 100%;
  height: 80px;
  transform: rotate(-1deg);
}

#reference #top {
  width: 50%; /* background-color: white; */
  height: 100%;
  right: 0;
  top: 0;
}

#reference #top:after {
  content: "";
  display: block;
  width: 200%;
  transform: rotation(5deg);
  background-color: white;
  left: -100%;
  position: absolute;
  bottom: 91%;
  height: 80px;
  transform: rotate(-1deg);
}

#reference #bottom {
  width: 50%; /* background-color: white; */
  height: 100%;
  right: 0;
  top: 0;
}

#reference #bottom:after {
  content: "";
  display: block;
  width: 200%;
  transform: rotation(5deg);
  background-color: white;
  left: -100%;
  position: absolute;
  top: 85%;
  height: 80px;
  transform: rotate(1deg);
}

#reference-firmy #top {
  width: 50%; /* background-color: white; */
  height: 100%;
  right: 0;
  top: 0;
}

#reference-firmy #top:after {
  content: "";
  display: block;
  width: 200%;
  transform: rotation(5deg);
  background-color: white;
  left: -100%;
  position: absolute;
  bottom: 91%;
  height: 80px;
  transform: rotate(-1deg);
}

#reference-firmy #bottom {
  width: 50%; /* background-color: white; */
  height: 100%;
  right: 0;
  top: 0;
}

#reference-firmy #bottom:after {
  content: "";
  display: block;
  width: 200%;
  transform: rotation(5deg);
  background-color: white;
  left: -100%;
  position: absolute;
  top: 85%;
  height: 80px;
  transform: rotate(1deg);
}

@media (max-width: 768px) {
  #reference #top:after {
    content: "";
    display: block;
    width: 200%;
    transform: rotation(5deg);
    background-color: white;
    left: -100%;
    position: absolute;
    bottom: 98%;
    height: 80px;
    transform: rotate(-1deg);
  }
  #reference #bottom:after {
    content: "";
    display: block;
    width: 200%;
    transform: rotation(2deg);
    background-color: white;
    left: -100%;
    position: absolute;
    top: 95%;
    height: 80px;
    transform: rotate(1deg);
  }
}
a {
  all: unset;
}

a:hover {
  color: unset;
  border: unset;
}

.img-full {
  width: 100%;
}

.rounded {
  border-radius: 24px !important;
}

.bigger {
  font-size: 68px;
}

.opac {
  opacity: 0.5;
}

p {
  font-weight: 300;
}

.light-dark {
  color: rgba(0, 0, 0, 0.54);
}

.zbozi-image-text {
  font-size: 28px !important;
  font-weight: 400;
}

@media (max-width: 1560px) {
  .zbozi-image-text {
    min-height: 84px;
  }
}
.zbozi-image-text2 {
  font-size: 20px !important;
  font-weight: 400;
}

.second_text {
  font-size: 18px !important;
  font-weight: 100;
  opacity: 0.85;
}

.zbozi-image {
  border-color: white;
  border: 3px solid;
  border-radius: 800px;
  margin-bottom: 10px;
  max-width: 200px;
  filter: grayscale(1);
}

.zbozi-image:hover {
  filter: grayscale(0);
}

.profile-image {
  width: 200px;
  height: 200px;
  border-radius: 800px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0px -20px;
     object-position: 0px -20px;
}

.blockquote {
  color: #ec1c24;
}

.ref {
  color: white;
}

h6 {
  font-weight: 300;
  text-transform: uppercase;
}

.text-jak-pracujeme {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
}

.text-main-desc {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.54);
}

.ref-from {
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  font-weight: 600;
}

.ref-company {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  font-weight: 300;
}

.ref-quote {
  color: rgba(255, 255, 255, 0.5);
}
.ref-quote:hover {
  color: rgb(255, 255, 255);
}

.ref-quote:hover {
  color: rgb(255, 255, 255);
}

.btn-primary {
  background-color: #ec1c24;
  border-color: #ec1c24;
}

.small {
  color: rgba(0, 0, 0, 0.54);
}

.btn-secondary {
  background-color: #314584;
  border-color: #314584;
}

.btn-secondary:hover {
  background-color: #41538f;
  border-color: #41538f;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  background-color: #41538f;
  border-color: #41538f;
}

.sluzba-desc {
  font-size: 16px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.85);
}

.sluzba-desc2 {
  font-size: 18px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.85);
}

.icon {
  font-size: 48px;
  padding-bottom: 24px;
  padding-top: 32px;
  color: rgba(255, 255, 255, 0.85);
}

.icon-red {
  font-size: 48px;
  padding-left: 24px;
  padding-right: 24px;
  color: rgb(242, 68, 68);
}

.mt-6 {
  margin-top: 12rem;
}

.target {
  scroll-margin-top: 150px;
}

.lang-btn {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  margin: 0 5px;
}

.partners {
  filter: grayscale(100%);
  max-height: 60px !important;
  max-width: 120px;
  opacity: 0.6;
}

.partners:hover {
  filter: grayscale(0%);
  transition: ease-in-out 0.5s;
  opacity: 1;
}

.vlajecka {
  font-size: 28px;
}

strong {
  font-weight: 600;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  margin-right: auto !important;
  float: right;
}/*# sourceMappingURL=main.css.map */