/*

Comila Template

http://www.templatemo.com/tm-490-comila

*/

body {
  background: #ffffff;
  font-family: "Rajdhani", sans-serif, JosefinSans-Bold;
  font-weight: 400;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

h2,
.h2,
h3,
.h3,
h4
.h4 {
  font-weight: 500;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
}

h2,
.h2 {
  font-weight: 4000;
  /* font-family: Arial, Helvetica, sans-serif; */
  color: #692f17;
}

h3,
.h3 {
  /* color: #692f17;*/ 
  padding-bottom: 10px;
}

h4,
.h4 {
  font-size: 1rem;
  line-height: 2rem;
}

p,
li {
  color: #595959; /*#828282*/
  letter-spacing: 0.8px;
  line-height: 28px;
}

strong {
  color: #692f17;
  font-weight: 700;
}

.section--even {
  background: #ffffff;
}

.section--odd,
.section--even {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-title {
  padding-bottom: 11px;
  padding-top: 12px;
}

.section--odd,
.section--even .section-title {
  text-align: center;
}

/* preloader section  */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* home section */
#home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  height: 100vh;
  color: #ece6e5;
  position: relative;
  overflow: hidden;
}

#home .home-thumb {
  text-align: center;
}

#home .btn {
  background: transparent;
  border: 3px solid #ece6e5;
  border-radius: 0px;
  color: #ece6e5;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 14px 36px;
  margin-top: 42px;
  margin-right: 16px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#home .btn:hover {
  background: #692f17;
  color: #ffffff;
  border-color: transparent;
}

#home .btn-success {
  background: #ffffff;
  color: #242424;
  border-color: transparent;
}

/* style_odd section */
.section--odd {
  background: #ece6e5;
}

.section--odd .icon {
  color: #ffffff;
  font-size: 42px;
  padding-right: 14px;
}

.section--odd p {
  color: #333;
}

.section--odd .btn:not(.dropdown-toggle) {
  background: transparent;
  border: 1px solid #692f17;
  border-radius: 0px;
  color: #692f17;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 14px 36px;
  margin-top: 62px;
  margin-right: 16px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 25px;
}

.section--odd .btn:not(.dropdown-toggle):hover,
.section--odd .btn:not(.dropdown-toggle):focus {
  background: #692f17;
  color: #ffffff;
  border-color: transparent;
}
.section--odd .btn.btn-primary {
  background: #692f17;
  color: #ffffff;
}

.section--odd .btn.btn-primary:hover,
.section--odd .btn.btn-primary:focus {
  color: #692f17;
  background: #ffffff;
  border-color: #692f17;
}

/* style_even section  */
.section--even .form-control {
  background: transparent;
  border: 1px solid #f0f0f0;
  border-radius: 0px;
  box-shadow: none;
  font-size: 16px;
  margin-bottom: 16px;
  transition: all 0.4s ease-in-out;
}

.section--even .form-control:hover {
  border-color: #999;
}

.section--even input {
  height: 55px;
}

.section--even input[type="submit"] {
  background: #242424;
  border: none;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 2px;
  transition: all 0.4s ease-in-out;
  margin-top: 10px;
}

.section--even input[type="submit"]:hover {
  background: #692f17;
}

.section--even .btn {
  background: transparent;
  border: 1px solid #692f17;
  border-radius: 0px;
  color: #692f17;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 14px 36px;
  margin-top: 62px;
  margin-right: 16px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.section--even .btn:hover {
  background: #692f17;
  color: #ffffff;
  border-color: transparent;
}

/* footer section  */
footer {
  background: #111112;
  padding-top: 100px;
}

footer p,
footer h2 {
  color: #9E9E9E;
  font-weight: 500;
}

footer .copyright-text {
  padding-top: 10px;
}

footer a {
  color: #fff;
}

footer a:hover,
footer a:focus,
footer a:visited {
  color: #fff; /*#692f17;*/
}

/* svg */
.svgcolor-light {
  /*position: absolute;
  top: 0;
  left: 0; */
  position: relative;
  bottom: 104px;
}
.svgcolor-light > path {
  fill: rgb(255, 255, 255);
  stroke: white;
  stroke-width: 0;
}

.svgcolor-yellow {
  /*position: absolute;
  top: 0;
  left: 0; */
  position: relative;
  bottom: 104px;
}
.svgcolor-yellow > path {
  fill: #ece6e5;
  stroke: white;
  stroke-width: 0;
}

img {
  width: 100%;
  height: auto;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.qr {
  width: 100%;
  height: auto;
}

.benefit_card {
  width: 70%;
  height: auto;
}

/* LIST */
ul.no-bullets {
  list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margins */
}
dd {
  color: #000;
  font-weight: 500;
}

dt {
  color: #692f17;
}

dl {
  text-align: left;
}

li.error {
  list-style-type: none;
  /* margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #ddd;
  background-color: #f9f9f9; */
  font-size: large;
  color: #990505;
}

/*TABLE*/
th,
td {
  padding: 15px;
  text-align: left;
}

#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #692f17;
  color: white;
}

/* MODAL */
.modal .modal-title {
  color: #692f17;
  font-weight: 700;
}

.modal .modal-header .close {
  font-size: 40px;
}

.modal .modal-footer .btn {
  margin: 0;
}

.natalia_img {
  width: 45%;
  height: auto;
}

.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* Back top */
.go-top {
  background-color: #eee;
  bottom: 2em;
  right: 2em;
  color: #111112;
  font-size: 22px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.go-top:hover {
  background: #692f17;
  color: #ffffff;
}

/* social icon section  */
.social-icon {
  padding: 0;
  margin: 0;
}

.social-icon li {
  list-style: none;
  display: inline-block;
}

.social-icon li a {
  border-radius: 100px;
  color: #9E9E9E; /*#626262;*/
  font-size: 18px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  margin-top: 12px;
  margin-right: 10px;
}

.social-icon li a:hover {
  background-color: #ffffff;
  color: #111112;
}


/* Mobile Responsive */
@media (max-width: 980px) {
  h2 {
    font-size: 2.4rem;
  }

  #home {
    height: 65vh;
  }

  .section--odd .col-md-4 {
    padding-bottom: 32px;
  }
}

@media (max-width: 768px) {
  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.6rem;
  }

  h4 {
    font-size: 0.8rem;
    line-height: 1.3rem;
  }
}

@media (max-width: 700px) {
  #home {
    height: 100vh;
  }

  footer {
    text-align: center;
  }
  footer .col-sm-6 {
    padding-bottom: 32px;
  }
}

.custom-grid {
  display: grid;
  grid-gap: 1.25rem;
  text-align: left;
}

@media (min-width: 768px) {
  .custom-grid--x4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 992px) {
  .custom-grid--x4 {
    grid-template-columns: repeat(8, 1fr);
  }
}

@media (min-width: 768px) {
  .custom-grid--x2 {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2.5rem;
  }
}

.custom-grid__tile {
  display: block;
  grid-column: span 2;
  margin-top: 0;
}

.custom-grid__tile--bordered {
  border-style: ridge;
  padding: 10px;
}

.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-space-between {
  justify-content: space-between;
}


.min-100-vh {
  min-height: 100vh;
}

/* Datepicker */
.datepicker-days .day:not(.disabled) {
  background: green;
  border-color: green;
  color: white;
}

.datepicker-days .day:not(.disabled):hover,
.datepicker-days .day:not(.disabled):focus,
.datepicker-days .day:not(.disabled):active {
  background: darkgreen;
  border-color: darkgreen;
}

.input-group.date,
.dropdown--time {
  width: 130px;
}

/* Dropdown */
.dropdown-toggle.form-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dropdown-toggle.form-control ~ .dropdown-menu {
  width: 100%;
}

.dropdown-toggle.form-control.btn-default:focus, 
.dropdown-toggle.form-control.btn-default:hover {
  background-color: #fff;
}

.dropdown--time .dropdown-menu {
  min-width: unset;
}

.btn-submit {
  margin: 0!important;
}

@media (max-width: 991px) {
  .logo--static {
    position: absolute;
    top: -75px;
    /* logo vpravo */
    /* right: 100px; */
    /* logo vlavo */
    /* left: 100px; */
    /* logo v strede */
    left: calc((100% - 75px) / 2);
    width: 75px;
  }
}

#bg-image
#bg-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: -1;
    pointer-events: none;
    background-color: #692f17;
}
#bg-image {
  display: none; /*  hidden from beggining*/
}


/* Hamburger icon */
#menu-toggle {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 25px;
    cursor: pointer;
    z-index: 999;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#menu-toggle span {
    height: 4px;
    background: white;
    border-radius: 2px;
    display: block;
    transition: 0.3s;
}
/* show web title after video*/
.video-fadein {
  opacity: 0;
  transition: opacity 1s ease;
}
.video-fadein.show {
  opacity: 1;
}

/* Side menu */
/* Checkbox remains hidden */
#menu-toggle {
  display: none;
}

/* Hamburger icon */
.menu-icon {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 35px;
  height: 25px;
  cursor: pointer;
  z-index: 1001;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.menu-icon span {
  height: 4px;
  background: rgb(1, 0, 0);
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* Side menu */
#side-menu {
  position: fixed;
  top: 0;
  right: -250px;
  width: 250px;
  height: 100%;
  /* background: #692f17;*/
  background: black;
  color: white;
  z-index: 1000;
  transition: right 0.3s ease;
  padding: 60px 20px;
}

#side-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#side-menu li {
  margin-bottom: 20px;
}

#side-menu a {
  color: white;
  text-decoration: none;
  font-size: 18px;
}

/* Show menu when checkbox is checked */
#menu-toggle:checked ~ #side-menu {
  right: 0;
}

/* Animate hamburger to X */
#menu-toggle:checked + .menu-icon span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

#menu-toggle:checked + .menu-icon span:nth-child(2) {
  opacity: 0;
}

#menu-toggle:checked + .menu-icon span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* Desktop video nastavenia */
#bg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
  pointer-events: none;
  background-color: #692f17;
}

/* Fallback obrázok – defaultne skrytý */
.fallback-image {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}

.fallback-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 📱 Na mobiloch skry video a zobraz fallback */
@media (max-width: 768px) {
  #bg-video {
    display: none;
  }
  .fallback-image {
    display: block;
  }
}

