@charset "UTF-8";
/* html {
    box-sizing: border-box;
  }

  *, *::before, *::after {
    box-sizing: inherit;
  } */
@font-face {
  font-family: "FontThin";
  src: url("../fonts/Open_Sans/static/OpenSans-Light.ttf");
  font-weight: 100;
}
@font-face {
  font-family: "FontExtraLight";
  src: url("../fonts/Open_Sans/static/OpenSans-Light.ttf");
  font-weight: 200;
}
@font-face {
  font-family: "FontLight";
  src: url("../fonts/Open_Sans/static/OpenSans-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "FontRegular";
  src: url("../fonts/Open_Sans/static/OpenSans-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "FontMedium";
  src: url("../fonts/Open_Sans/static/OpenSans-SemiBold.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "FontSemiBold";
  src: url("../fonts/Open_Sans/static/OpenSans-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "FontBold";
  src: url("../fonts/Open_Sans/static/OpenSans-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "FontExtraBold";
  src: url("../fonts/Open_Sans/static/OpenSans-ExtraBold.ttf");
  font-weight: 800;
}
@font-face {
  font-family: "FontBlack";
  src: url("../fonts/Open_Sans/static/OpenSans-ExtraBold.ttf");
  font-weight: 900;
}
body {
  margin: 0;
  font-family: FontRegular, Arial, sans-serif;
  font-weight: 600;
  min-width: 320px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: white;
  position: relative;
}

h1 {
  background-size: cover;
  font-family: FontBold;
  font-size: 5.121rem;
  line-height: 1.25em;
  margin-bottom: 30px;
  margin-left: -0.06em;
  letter-spacing: -0.07em;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h2 {
  font-size: 3.75rem;
  font-family: FontBold, serif;
  font-weight: 700;
  color: black;
  letter-spacing: -0.05em;
  background-size: cover;
  line-height: 1.25em;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

a.h4, div.h4 {
  font-size: 2.3rem;
  font-family: FontBold, serif;
  font-weight: 700;
  color: black;
  letter-spacing: -0.05em;
  background-size: cover;
  line-height: 1.25em;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h3 {
  font-size: 1.625rem;
  font-family: FontRegular, serif;
  font-weight: 400;
  line-height: 1.5;
}

a.h3 {
  font-size: 3rem !important;
  font-family: FontBold, serif;
  font-weight: 700;
  color: black;
  letter-spacing: -0.05em;
  background-size: cover;
  line-height: 1.25em;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h4 {
  font-family: FontBold, serif;
  font-size: 2.5rem;
}

h5 {
  font-family: FontBlack, serif;
  font-size: 1.875rem;
}

h6 {
  font-size: 1.4375rem;
  font-family: FontBold, serif;
  line-height: 1.5rem;
}

p.header {
  font-family: FontRegular, "Tahoma";
  font-size: 2.1625rem;
  color: #fff;
  letter-spacing: -0.009em;
  margin-bottom: 2rem;
}

p.smaller {
  font-size: 20.9px;
  font-weight: 300;
  color: #fff;
  letter-spacing: -0.05em;
}

.smaller {
  max-width: 60rem;
}
.smaller p {
  font-size: 20.9px;
  font-weight: 300;
  color: #fff;
  letter-spacing: -0.05em;
}
.smaller li {
  font-size: 20.9px;
  font-family: FontRegular, serif;
}

.more-small p {
  font-size: 14px;
  margin-bottom: 1rem;
}

strong {
  font-family: FontBold;
}

.font-weight-100 {
  font-weight: 100 !important;
}

.font-weight-300 {
  font-weight: 300 !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}

.font-weight-800 {
  font-weight: 800 !important;
}

.text-decoration {
  text-decoration: underline;
}

.fontbold {
  font-family: FontBold, serif;
}

.fontblack {
  font-family: FontBlack, serif;
}

.btn-first {
  border: 3px solid rgb(255, 255, 255) !important;
  border-radius: 30px;
  color: rgb(255, 255, 255);
  float: left;
  font-family: FontBold;
  font-size: 1rem;
  padding-top: 0.625rem;
  padding-left: 1.875rem;
  padding-bottom: 0.625rem;
  padding-right: 1.875rem;
  text-decoration: none;
  transition: 250ms;
  background: transparent;
}

.btn-first:hover {
  background: white;
  color: black !important;
  border: solid 3px white;
}

.btn-second, .btn-second:focus {
  padding-top: 0.625rem;
  padding-left: 1.875rem;
  padding-bottom: 0.625rem;
  padding-right: 1.875rem;
  font-family: FontMedium, serif;
  font-size: 1rem;
  border-radius: 30px;
  text-decoration: none;
  border: 3px solid transparent;
  /* animujeme jen background */
  transition: none;
}

.btn-second:hover {
  color: white; /* přepne se okamžitě */
  transition: none;
}

.btn-third {
  border: 3px solid black;
  border-radius: 30px;
  color: black;
  float: left;
  font-family: FontBold;
  font-size: 1rem;
  padding-top: 0.625rem;
  padding-left: 1.875rem;
  padding-bottom: 0.625rem;
  padding-right: 1.875rem;
  text-decoration: none;
  transition: 250ms;
}

.btn-third:hover {
  background: black;
  color: #fff;
  border: solid 3px black;
}

.btn-fourth {
  border: 3px solid black;
  border-radius: 30px;
  color: black;
  float: left;
  font-family: FontBold;
  font-size: 1rem;
  padding-top: 0.625rem;
  padding-left: 1.875rem;
  padding-bottom: 0.625rem;
  padding-right: 1.875rem;
  text-decoration: none;
  transition: 250ms;
}

.btn-fourth:hover {
  background: black;
  color: #fff;
  border: solid 3px black;
}

.btn-fifth {
  border: 3px solid black;
  border-radius: 30px;
  color: white;
  float: left;
  font-family: FontBold;
  background: #7b41b5 !important;
  border-color: #7b41b5 !important;
  font-size: 1rem;
  padding-top: 0.625rem;
  padding-left: 1.875rem;
  padding-bottom: 0.625rem;
  padding-right: 1.875rem;
  text-decoration: none;
  transition: 250ms;
}

.btn-fifth:hover {
  background: #93328d !important;
  border-color: #93328d !important;
  color: #ffffff !important;
}

button:focus {
  outline: 0 transparent;
}

input {
  font-size: 1.875rem;
  background: white;
  color: #fff;
  transition: all 0.2s;
  border-left: 0;
}

input:hover {
  background: #fff;
  border-left: 0;
}

input[type=text], input[type=email], textarea {
  border: solid 1px rgb(136, 136, 136) !important;
  color: #000;
  background: transparent !important;
}

section {
  position: relative;
}

section.content {
  max-width: 2560px;
}

/* section.content-full{
    max-width: 2560px;
    padding: 0;
    height: 100vh;
    .container-fluid{
        max-width: 1920px;
    }
} */
.img-fluid {
  width: 100%;
}

*:focus {
  outline: none !important;
  border: none;
  box-shadow: none;
}

#black {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #000000;
  z-index: 5000;
  margin-top: 0px;
  overflow-y: auto;
}

#black.block {
  display: block;
  overflow-y: auto;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input {
  border-radius: none;
  -webkit-border-radius: 0px;
}

.text-uppercase {
  text-transform: uppercase;
}

.w-width {
  width: 50%;
}

@media all and (max-width: 2560px) {
  html {
    font-size: 100%;
  }
  .content {
    max-width: 2560px;
    padding: 0px 9.375rem;
  }
}
@media all and (max-width: 2200px) {
  html {
    font-size: 100%;
  }
  .content {
    padding: 0px 9rem;
  }
}
@media all and (max-width: 2000px) {
  html {
    font-size: 100%;
  }
  .content {
    padding: 0px 0rem;
  }
}
@media all and (max-width: 1920px) {
  html {
    font-size: 100%;
  }
  .content {
    padding: 0px 0rem;
  }
  h1 {
    font-size: 5.121rem;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  p.header {
    font-family: FontRegular, "Tahoma";
    font-size: 2rem;
    color: #fff;
    letter-spacing: -0.009em;
    margin-bottom: 2rem;
    line-height: 1.4;
  }
  p.smaller {
    font-size: 1.25rem;
    letter-spacing: -0.05em;
  }
  .smaller p {
    font-size: 1.25rem;
    letter-spacing: -0.05em;
  }
  .smaller li {
    font-size: 1.25rem;
  }
  .more-small p {
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }
  #reference2 .slick-list {
    width: 1800px;
  }
}
@media all and (max-width: 1800px) {
  .content {
    padding: 0px 2rem;
  }
}
@media all and (max-width: 1700px) {
  html {
    font-size: 100%;
  }
}
@media all and (max-width: 1600px) {
  html {
    font-size: 100%;
  }
  .content {
    padding: 0px 2rem;
  }
  #reference2 .slick-prev {
    left: calc(70% - 37px);
  }
  #reference2 .slick-next {
    right: calc(30% - 37px);
  }
}
@media all and (max-width: 1500px) {
  html {
    font-size: 100%;
  }
  .content {
    padding: 0px 2rem;
  }
}
@media all and (max-width: 1440px) {
  html {
    font-size: 90%;
  }
  .content {
    padding: 0px 2rem;
  }
  #reference2 .slick-list {
    width: 130%;
  }
}
@media all and (max-width: 1365px) {
  html {
    font-size: 90%;
  }
  .content {
    padding: 0px 2rem;
  }
  #projects .panel {
    aspect-ratio: auto;
  }
  #team img {
    max-width: 350px;
  }
  #reference2 .slick-list {
    width: 110%;
  }
}
@media all and (max-width: 1199px) {
  html {
    font-size: 90%;
  }
  .content {
    padding: 0px 2rem;
  }
  nav .navbar-brand img {
    transition: all 0.5s;
  }
  nav .navbar {
    --bs-navbar-brand-font-size: auto!important;
  }
  #hero {
    height: auto;
    min-height: auto;
  }
  #hero img.hero {
    height: auto;
  }
  #hero .claim {
    height: auto;
  }
  #team img {
    max-width: 300px;
  }
  p.header {
    font-family: FontRegular, "Tahoma";
    font-size: 1.5rem;
    color: #fff;
    letter-spacing: -0.009em;
    margin-bottom: 2rem;
  }
  #reference2 .slick-list {
    width: 120%;
  }
  #reference2 .slick-prev {
    left: calc(50% - 37px);
  }
  #reference2 .slick-next {
    right: calc(50% - 37px);
  }
  #reference2 .slick-list {
    width: 110%;
  }
}
@media all and (max-width: 991.98px) {
  html {
    font-size: 90%;
  }
  .content {
    padding: 0px 1rem;
  }
  h1 {
    font-size: 3.5rem;
  }
  p, article, ul {
    font-size: 16px;
  }
  nav .nav-link {
    font-size: 1rem;
  }
  nav .nav-link:hover {
    text-decoration: none;
    font-weight: 500;
  }
  .offcanvas.offcanvas-end {
    width: 50%;
  }
  .custom-offcanvas {
    inset: 0;
    right: 0 !important;
    z-index: 10000;
  }
  .custom-offcanvas {
    right: 0 !important;
    left: auto !important;
    inset: 0 auto 0 0;
    transform: translateX(100%);
    opacity: 0;
    transition: transform 0.45s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.35s ease;
  }
  .custom-offcanvas.show, .custom-offcanvas.showing {
    transform: translateX(0) !important;
    opacity: 1;
  }
  .custom-offcanvas.hiding {
    transform: translateX(100%) !important;
    opacity: 0;
  }
  /* Menu list */
  .menu-list .nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .menu-list .nav-item:last-child {
    border-bottom: none;
  }
  .menu-list .nav-link {
    padding-block: 12px;
    transition: color 0.2s ease, padding-left 0.25s ease;
  }
  .menu-list .nav-link:hover {
    color: rgb(252, 234, 16);
    padding-left: 20px;
  }
  /* Rozmazané pozadí (ponecháno) */
  .offcanvas-backdrop.show {
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
    background-color: rgba(0, 0, 0, 0.6);
  }
  #team img {
    max-width: 230px;
  }
  #reference .panel {
    aspect-ratio: auto;
    height: 337px;
    background-size: cover;
    border-radius: 1.875rem;
  }
  #reference .gmm {
    max-width: 7.125rem;
  }
  #reference .logo {
    max-height: 7rem;
  }
  #reference p {
    color: black;
  }
  .w-width {
    width: 75%;
  }
  #info .buttons {
    height: auto;
  }
  .btn {
    font-size: 1.1875rem;
  }
  .form-control {
    font-size: 1.5rem;
  }
  .more-small p {
    font-size: 15px;
    margin-bottom: 1rem;
  }
  #cover-label h1 {
    font-size: 3.5rem;
  }
  #cover-label .panel {
    aspect-ratio: auto;
  }
  a.h3 {
    font-size: 2.3rem !important;
  }
  #reference2 .slick-prev, #reference2 .slick-next {
    top: auto;
    bottom: -5.5rem;
  }
  #info-3 img {
    width: 5rem;
  }
  #reference2 .slick-list {
    width: 130%;
  }
  #reference2 .slick-list {
    width: 120%;
  }
  #reference2 .slick-prev {
    left: calc(50% - 37px);
  }
  #reference2 .slick-next {
    right: calc(50% - 37px);
  }
}
@media all and (max-width: 767.98px) {
  html {
    font-size: 90%;
  }
  h3 {
    font-size: 1.3rem;
  }
  #projects .panel {
    display: flex !important;
    margin-top: 2rem;
  }
  #projects .panel:nth-child(2n), #projects .panel:nth-child(3n), #projects .panel:nth-child(4n) {
    margin-top: 1rem;
  }
  #projects .menu {
    display: none;
  }
  .smaller p {
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    letter-spacing: -0.05em;
  }
  .smaller li {
    font-size: 17px;
  }
  #reference2 .slick-prev, #reference2 .slick-next {
    top: auto;
    bottom: 50%;
    z-index: 1;
  }
  #reference2 .slick-prev {
    left: -3px;
  }
  #reference2 .slick-next {
    right: -3px;
  }
  #cover-label h1 {
    font-size: 3.5rem;
  }
  #cover-label .panel {
    aspect-ratio: 2/1.8;
  }
}
@media all and (max-width: 575.98px) {
  html {
    font-size: 90%;
  }
  .offcanvas.offcanvas-end {
    width: 70%;
  }
  /* p{
      line-height: 1.8;
  } */
  article p {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.19;
  }
  #team img {
    max-width: 100%;
  }
  .w-width {
    width: 100%;
  }
  #advertising .panel {
    min-height: 0;
    background-position: center center;
    background-size: cover;
    border-radius: 1.875rem;
    height: 500px;
  }
  #advertising .panel-1 {
    background-image: url("../images/advertising/voice24-7.jpeg");
  }
  #advertising .panel-1 h5 {
    color: white !important;
    background: none;
    -webkit-text-fill-color: white;
  }
  #reference2 .slick-list {
    width: 130%;
  }
  #reference2 .panel h5 {
    font-size: 1.7rem !important;
  }
  #cover-label .panel {
    aspect-ratio: 2/2;
  }
}
@media all and (max-width: 450px) {
  html {
    font-size: 80%;
  }
  section {
    padding: 0;
  }
  #reference2 .slick-list {
    width: 140% !important;
  }
}
@media all and (max-width: 377px) {
  html {
    font-size: 80%;
  }
  .content {
    padding: 0px 15px;
  }
  footer {
    padding: 0;
  }
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 1.8rem;
  }
  h3 {
    font-size: 1.3rem;
  }
  #reference2 .slick-list {
    width: 104% !important;
  }
  #reference2 .panel h5 {
    font-size: 1.9rem !important;
  }
}
/*# sourceMappingURL=global.css.map */