 @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

 :root {
  --gold: #c58233;
  --dark-blue: #001841;
  --blue: #00296f;
  --light-blue: #98afda;
  --dark-brown: #391f0c;
  --light: #e5c6a3;
 }

 * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-inline-size: 100%;
}


 .navbar {
 --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
 --bs-navbar-toggler-border-color: white;
 --bs-navbar-toggler-border-radius: 0;
 }

 body{
    background-color: #fff;
    padding-top: 110px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: .9em;
 }
 

 
/*** navbar ***/
.custom-navbar {
  background-color: var(--dark-blue);
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: all 0.4s ease;
  padding-top: 15px;
  padding-bottom: 15px;
}
.navbar-brand img {
  height: 80px;
  transition: height 0.4s ease;
  width: auto;
}
.menu-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
}

.top-row {
  font-size: 0.85rem;
  margin-bottom: 5px;
  transition: all 0.4s ease;
  opacity: 1;
  max-height: 50px;
}

.top-row a {
  color: var(--light-blue);
  text-decoration: none;
  margin-left: 15px;
  padding-left: 0rem !important;
  padding-right: 1rem !important;
}

.top-row a:hover {
  color: var(--gold);
}

.bottom-row .nav-link {
  font-weight: 500;
  font-size: 1.1rem;
  color: var(--light-blue);
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.bottom-row .nav-link::after{
  content: '';
  display: block;
  background-color: var(--gold);
  height: 2px;
  width: 0;
  bottom: -5px;
  position: relative;
  transition: all ease .5s;
}
.bottom-row .nav-link:hover::after{
  width: 100%;
}
.bottom-row .nav-link:hover{
  text-decoration: none;
  color: #fff;
}
.custom-navbar.scrolled {
  padding-top: 5px;
  padding-bottom: 5px;
}

.custom-navbar.scrolled .navbar-brand img {
  height: 50px; 
}

.custom-navbar.scrolled .top-row {
  opacity: 0;
  max-height: 0;
  margin-bottom: 0;
  overflow: hidden;
}

@media (max-width: 578px) {
  .navbar-brand img {
  height: 60px;
  }
  body {
    padding-top: 100px;
  }
}

@media (max-width: 991px) {
  .menu-container {
    align-items: flex-start;
  }
  .top-row {
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .navbar-collapse {
    padding: 20px;
    margin-top: 10px;
    border-radius: 5px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  }
}

.navbar.scrolled .navbar-nav.bottom-row {
  margin-top: 0;
}
@media (max-width: 1209px) {
  .bottom-row .nav-link {
    font-size: 1em;
  }
}
/*** banner ***/
.banner {
    background-image: url('/images/header-blinds.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 30px;
    color: white;
    text-align: center;
    background-position: center;
    z-index: 1;
  position: relative;
}
.banner h2{
    font-size: 3em;
    color: #fff;
    font-weight: 900;
    text-shadow: 1px 1px 15px #2f1c07;
    position: relative;
}
.banner h2 strong {
  z-index: 100000;
  position: relative;
}
.banner h2::before{
  content: '';
  display: block;
  background-color: #5f3a12;
  width: 50%;
  height: 100px;
  position: absolute;
  top: calc(50% - 50px);
  left: 25%;
  filter: blur(33px);
  opacity: .7;
}
.banner p{
  color: var(--dark-brown);
  font-weight: 500;
  font-size: 1.2em;
  position: relative;
  padding: 20px;
}
.banner p::before {
  content: '';
  display: block;
  background-color: var(--light);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  padding: 10px;
  filter: blur(20px);
  opacity: 0.6;
}
.banner a{
  color: var(--dark-brown);
  padding: 15px 10px;
  background-color: #ffffff5e;
  font-weight: 700;
  text-shadow: 0px 0px 3px var(--light);
  box-shadow: 1px 1px 3px var(--dark-brown);
  margin: -1px 1px 1px -1px;
}
.banner a:hover{
  box-shadow: 0px 0px 3px var(--dark-brown);
  margin: 0;
}
/*** general ***/
.content {
    padding: 30px;
}
section h2{
  font-size: 2.5em;
  font-weight: 100;
  padding: 30px;
  text-align: center;
  margin-bottom: 0;
}

/*** title ***/
.title {
    background-color: var(--gold);
    color: #fff;
    margin: 0;
    padding: 20px;
    text-align: center;
}
.title h1 {
    font-size: 2.5em;
    font-weight: 100;
    margin: 0;
    color: #391f0c;
}

/*** services ***/
.services {
    background-color: #fff;
    color: #001841;
}
.services:hover {
    background-color: #edf4ff;
}
.services h2 {
    background-color: #98afda;
}
.services article {
    width: calc(33% - 4px);
    vertical-align: top;
    transition: all .5s ease;
}
.articles article {
    flex: 1;             /* Roztiahne články tak, aby vyplnili šírku */
    min-width: 250px;    /* Minimálna šírka, aby sa na mobile nestlačili príliš */
    padding: 20px;
    display: inline-grid;
}
.services article:hover{
    box-shadow: 0px 10px 31px -2px #95aacb73;
    background-color: #fff;
    transform: scale(1.05);
}
.services .content {
    text-align: center;
}
.services .article p {
    flex-grow: 1;
    margin-bottom: 15px;
}
.services article img {
    margin-bottom: 30px;
    width: 25%;
    max-width: 80px;
}

.services article h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.2em;
    font-weight: 700;
    text-align: center;
}
.services article a {
    color: #a7c8ff;
    background-color: #001841;
    padding: 5px 10px;
    text-decoration: none;
    transition: all .5s;
}
.services article a:hover{
    background-color: #000d23;
}
.services article a::after{
    content: '';
    background-image: url('/images/ico-right.svg');
    display: inline-block;
    height: 20px;
    width: 20px;
    position: relative;
    top: 5px;
    left: 3px;
    
}
.services article a:hover::after {
    left: 5px;
}
@media (max-width: 990px) {
  .services article {
    width: calc(50% - 4px);
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .container, .container-sm {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .services article {
    width: 100%;
  }
}

/*** argument ***/
.argument {
    background-color: #F5F1DC;
    color: #524713;
}
.argument h2{
    background-color: #dacf98;

}
.argument .content {
    background-image: url('../images/bg-argument.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.argument .content .text {
    padding-left: calc(50% + 30px);
}

.argument ul li {
    list-style: none;
    position: relative;
    padding-bottom: 10px;
}
.argument ul li::before{
    content: '';
    background-image: url('/images/ico-check.svg');
    position: absolute;
    display: inline-block;
    height: 26px;
    width: 26px;
    left: -30px;
    font-size: 22px;
}


@media (max-width: 990px) {
  .argument .content .text {
    padding-left: calc(30% + 30px);
  }
  .argument .content {
    background-image: url('../images/bg-argument-tab.jpg');
  }
}
@media (max-width: 600px) {
  .argument .content .text {
    padding-left: 0px;
  }
  .argument .content {
    background-image: url('../images/bg-argument-mob.jpg');
    padding: 40px 20px;;
  }
}
/*** journey ***/
.journey {
    background-color: #d0dff7;
    color:#001841;
}
.journey h2 {
    background-color: #00296f;
    color: #fff;
}
.journey ol {
  counter-reset: list;
  padding: 0;
  list-style: none;
}
.journey ol li {
    margin: 0;
    display: inline-block;
    width: calc(25% - 5px);
    padding: 10px;
    text-align: center;
    vertical-align: top;
    min-width: 220px;

}
.journey ol li::before {
  counter-increment: list;
  content: counter(list) ". ";
  font-weight: bold;
  background-color: #e4eefe;
  color: #00296f;
  border: 2px dotted #00296f;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  border-radius: 50%;
}
.journey ol li strong {
    display: block;
    margin-top: 20px;
}
.journey span.call::before {
    content: '';
    background-image: url('/images/ico-call.svg');
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
}
.journey span.mail::before {
    content: '';
    background-image: url('/images/ico-mail.svg');
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
}
.journey a{
    text-decoration: none;
    color: #0064e4;
    padding: 5px;
    text-wrap: nowrap;
}
.journey a:hover {
   background-color: #e7f1ff;
   
}
@media (max-width: 1100px) {
  .journey ol li {
    width: calc(50% - 5px);
  }
}
@media (max-width: 578px) {
  .journey ol li {
    width: 100%;
  }
}


/*** referencie ***/
.referencie{
  background-color: #a7c8ff;
  overflow: hidden;
}
.referencie h2{
  color: #011b4a;
}
/*** galéria ***/

ul.gallery {
  --numcolumns: 4;
  --gap: 0em;
  --size: calc(100vw / var(--numcolumns));
  display: grid;
  grid-template-columns: repeat(var(--numcolumns), 1fr);
  grid-template-rows: auto;
  gap: var(--gap);
  align-items: stretch;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.gallery > li {
  display: block;
  height: calc(var(--size) - var(--gap));
  overflow: hidden;
  background-color: black;
  position: relative;
}

ul.gallery > li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease all;
}
ul.gallery > li img:hover{
  transform: scale(1.1);
  /*opacity: .7;
  filter: blur(5px);*/
}
ul.gallery > li a{
  height: calc(var(--size) - var(--gap));
  transition: 0.3s ease all;
}
ul.gallery > li.more{
  display: flex;
  text-align: center;
  justify-content: center;
  background-color: transparent;
}
ul.gallery > li.more a{
  color: #011b4a;
  display: flex;
  place-items: center;
  font-weight: 500;
  font-size: 1.1em;
  background-color: transparent;
  width: 100%;
  text-align: center;
  justify-content: center;
  transition: 0.3s ease all;
}
ul.gallery > li.more a::after{
  content: "";
  background-image: url('/images/ico-right-dark.svg');
  height: 24px;
  width: 24px;
  margin-left: 0;
  display: inline;
  transition: 0.3s ease all;
}
ul.gallery > li.more a:hover{
  text-decoration: none;
  background-color: #e4eeff95;
}
ul.gallery > li.more a:hover::after{
  margin-left: 5px;
}

@media (max-width: 578px) {
  ul.gallery {
  --numcolumns: 3 !important;
  }
}
@media (min-width: 1200px) {
  ul.gallery {
  --numcolumns: 5 !important;
  }
}

/*** dopyt ***/
#dopyt h2 {
    background-color: #524713;
    color: #fff;
    margin: 0;
    padding: 30px;
    text-align: center;
}
#dopyt p{
  font-size: 1.8em;
  font-weight: 200;
  text-align: center;
  padding: 30px 0 50px 0;
}
#dopyt h3{
    padding-bottom: 20px;
    font-size: 1.2em;
}
#dopyt{
    background-color: #F5F1DC;
    color: #524713;
    padding: 0 0 30px 0;
}

.group {
  position: relative;
  margin-bottom: 35px;
}
input {
  font-size: 1.1em;
  font-weight: 500;
  padding: 10px 30px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #c2b266;
  color: #524713;
  background: #ffffff52;
}
textarea{
    width: 100%;
    background: #ffffff52;
    color: #524713;
    border: 0;
    border-bottom: 1px solid #c2b266;
    padding: 10px;
}
input:focus,
textarea:focus {
  outline: none;
}
label {
  color: #877624;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 30px;
  top: 10px;
  transition: 0.2s ease all;
}

input:focus ~ label,
input:not(:placeholder-shown) ~ label,
textarea:focus ~ label,
textarea:not(:placeholder-shown) ~ label {
  top: -20px;
  left: 0;
  font-size: .9em;
  color: #524713;
}

.bar { 
  position: relative; 
  display: block; 
  width: 100%; 
}

.bar:before, .bar:after {
  content: '';
  height: 2px; 
  width: 0;
  bottom: 1px; 
  position: absolute;
  background: #524713; 
  transition: 0.2s ease all; 
}

input:focus ~ .bar:before, 
input:focus ~ .bar:after,
textarea:focus ~ .bar:before, 
textarea:focus ~ .bar:after {
  width: 100%;
}

.highlight {
  position: absolute;
  height: 60%; 
  width: 100%; 
  top: 25%; 
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

input:focus ~ .highlight,
textarea:focus ~ .highlight {
  animation: inputHighlighter 0.3s ease;
}

@keyframes inputHighlighter {
  from { background: #877624; }
  to { width: 0; background: transparent; }
}

.choose label {
    position: initial;
    pointer-events: all;
    color: #877624 !important;
    padding: 5px;
}
.choose input{
    width: auto;
    display: inline;
    padding: 10px;
}
.choose ul{
    padding: 10px 0 30px 0;
}
.choose ul li{
    padding: 5px 0;
    list-style: none;
}



.choose input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  margin: 0;
  font: inherit;
  width: 30px;
  height: 30px;
  border: 1px solid #524713;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: inline-grid;
  place-content: center;
}

.choose input[type="checkbox"]::before {
  content: "";
  width: 0.85em;
  height: 0.85em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  /* Windows High Contrast Mode */
  background-color: #524713;
}

.choose input[type="checkbox"]:checked::before {
  transform: scale(1);
}

.choose input[type="checkbox"]:focus {
  outline: max(2px, 0.15em) solid currentColor;
  outline-offset: max(2px, 0.15em);
}

.choose input[type="checkbox"]:disabled {
  --form-control-color: var(--form-control-disabled);

  color: var(--form-control-disabled);
  cursor: not-allowed;
}

.choose input[type="checkbox"]:checked {
    border: 2px solid #524713;
    background: #ffffff52;
}
.choose input[type="checkbox"]:checked + label {
    color: #524713 !important;
}
.group input{
  background-repeat: no-repeat;
  background-position: left;
  background-size: 20px;
}

/*[type="submit"]:not(:disabled){
  background-color: #524713;
  color: #F5F1DC;
  width: 70%;
  min-width: 320px;
  padding: 15px 20px;
  display: inline;
}*/

:active, :hover, :focus {
  outline: 0!important;
  outline-offset: 0;
}
.btn-send::before,
.btn-send::after {
  position: absolute;
  content: "";
}
.btn {
  --bs-btn-padding-x: 0;
}
.btn-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1000px;
  margin: 10px auto 35px;
}
.btn {
  position: relative;
  display: inline-block;
  width: auto; height: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0px 25px 15px;
  min-width: 150px;
}
  .btn span {         
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    top: 0; left: 0;
    width: 100%;
    padding: 15px 20px;
    transition: 0.3s;
  }

/*--- btn-1 ---*/
.btn-send::before {
  background-color: var(--dark-brown);
  transition: 0.3s ease-out;
}
.btn-send span {
  color: var(--light);
  border: 1px solid var(--dark-brown);
  transition: 0.2s 0.1s;
}
.btn-send span:hover {
  color: rgb(28, 31, 30);
  transition: 0.2s 0.1s;
}

/* 1.hover-filled-slide-down */
.btn.hover-filled-slide-down::before {
  bottom: 0; left: 0; right: 0; 
  height: 100%; width: 100%;
}
.btn.hover-filled-slide-down:hover::before {
  height: 0%;
}





#meno {
  background-image: url('/images/ico-user.svg');
}
#email {
  background-image: url('/images/ico-mail2.svg');
}
#telefon {
  background-image: url('/images/ico-call2.svg');
}
#mesto {
  background-image: url('/images/ico-pin.svg');
}

@media (max-width: 578px) {
  #dopyt .container{
    padding: 0 30px;
  }
}

/*** footer ***/
footer {
  background-color: var(--dark-blue);
  color: #fff;
  padding: 20px 0;
  line-height: 2em;
}
footer ul {
  padding: 0;
  margin: 0;
}
footer ul li{
  list-style: none;
}
footer a{
  font-weight: 500;
  color: var(--light);
  position: relative;
  transition: all ease .5s;
  padding: 5px;
  z-index: 100;
}
footer a:hover {
  color: var(--light-blue);
  text-decoration: none;
}
footer a span::after{
  content: '';
  position: absolute;
  display: block;
  height: 2px;
  width: 0;
  background-color: var(--light);
  bottom: 0;
  left: 0;
  transition: all ease .5s;
  z-index: -1;
}

footer a:hover span::after {
  width: 100%;
  background-color: var(--light-blue);
}
footer .bottom{
  border-top: 0;
}
.tfoot{
  border-bottom: 1px solid var(--blue);
  text-align: center;
}