:root {
    --dark: #303030;
    --bs-dropdown-link-active-bg: #202020!important;
    --bs-dropdown-link-active-color: #fff!important;
}
body{
    font-family: "Cal Sans", sans-serif;
    font-weight: 400!important;
    line-height: 180%;
}
.btn{
    padding:10px 30px;
}
  
.section-padding{
    padding: 100px 0;
}
.py-50{
    padding: 50px 0;
}
.py-100{
    padding: 100px 0;
}
.py-200{
    padding: 200px 0;
}
.pt-100{
    padding-top: 100px;
}
.pt-200{
    padding-top: 200px;
}
.pb-100{
    padding-bottom: 100px;
}
.pb-200{
    padding-bottom: 200px;
}
.bg-blur{
    background:#ffffffa3;
    backdrop-filter: blur(5px);
}
.gradient-transition {
    background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    height: 200px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
}
.gradient-transition2 {
    background: linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    height: 200px;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
}
.loading {
    position: fixed;
    top: 0; right: 0;
    bottom: 0; left: 0;
    background: #68686896;
    z-index: 9999;
}
.loader {
    left: 50%;
    margin-left: -4em;
    font-size: 10px;
    border: .8em solid #dadbdf;
    border-left: .8em solid var(--brown);
    animation: spin 1.1s infinite linear;
}
.loader, .loader:after {
    border-radius: 50%;
    width: 8em;
    height: 8em;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4.05em;
}

@keyframes spin {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.divider {
    border-color:  #fff;
    border-width:  5px;
    width: 100px;
    margin:  0 auto;
    opacity: 1;
}
.table_custom { 
    --bs-table-bg: transparent !important; 
    --bs-table-color: #fff !important;}
header.scrolled {
    background:  #000;
}
header{
    position: relative;
    z-index: 2;
} 
.navbar .nav-link {
  color:#fff;
}
.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: #505050;
} 
.first{
  background: url('../images/header.webp');
  margin-top: -70px;
  background-attachment: fixed;
  background-size: cover;
  z-index: 1;
  min-height: 100vh;
}
.first .container {
  position: relative;
  z-index: 2;
}
.first .video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.first video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.first .video::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 0;
}
.second{
  background: url('../images/second.webp');
  background-attachment: fixed;
  background-size: cover;
}
.location{
  background: url('../images/third.webp');
  background-attachment: fixed;
  background-size: cover;
}
.galerija{
  background: url('../images/galerija.webp');
  background-attachment: fixed;
  background-size: cover;
}
.location .nav-link{
  color: #fff;
}
.kontakt{
  background: url('../images/kontakt.webp');
  background-attachment: fixed;
  background-size: cover;
  background-position-y: bottom;
}
.location .velana{
    border-radius:0;
    border-top-right-radius: 100px;
}
.location .bistrica{
    border-radius:none;
    border-bottom-left-radius: 100px;
}
.mobile .velana{
    background: url('../images/velana.webp') no-repeat center center/cover;
    height: 50vh;
    margin-top: -70px;
    padding-top: 70px;
}
.mobile .bistrica{
    background: url('../images/bistrica.webp') no-repeat center center/cover;
    height: 50vh;
}
.tns-item img{
    border:1px solid #fff
}
.obrazec.card{
    border-radius:0;
    border-top-right-radius: 100px;
}
.info.card{
    border-radius:0;
    border-bottom-left-radius: 100px;
    margin-top:-100px;
}
.galerija .nav-link{
    color: white;
}
.footer{
    background:url('../images/footer.webp') no-repeat center center/cover;
}
.footer .nav-link {
    color: #fff;
    margin-right: 20px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
}
.footer .nav-link:hover {
    color: #fff;
    text-decoration: underline;
}
.footer .nav-link.small{
    font-size: 80%;
}
canvas {
    display: block;
    position: fixed;
    left: 0;
    right: 8px;
    top: 0;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
 .grecaptcha-badge{
  z-index: 2000 !important;
}  
@media screen and (max-width: 992px) {

    .h1, h1 {
        font-size: calc(1.375rem + 3vw);
    }
    .location .velana{
        border-radius:0;
        border-bottom-right-radius: 30px;
    }
    .location .bistrica{
        border-radius:0;
        border-bottom-left-radius: 30px;
    }
    .obrazec.card{
        border-radius:0;
        border-top-right-radius: 30px;
    }
    .info.card{
        border-radius:0;
        border-bottom-left-radius: 30px;
        margin-top:-30px;
    }
    .dropdown-menu.show{
        background: transparent;
    }
    .dropdown-menu.show a{
        color:#fff;
    }
    .bg-blur-dark{
        background: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(5px);
    }
    
}
@media (max-width: 576px) {
  .border-sm-top {
    border-top: 1px solid #e3e7eb !important;
  }
  .border-sm-right {
    border-right: 1px solid #e3e7eb !important;
  }
  .border-sm-bottom {
    border-bottom: 1px solid #e3e7eb !important;
  }
  .border-sm-left {
    border-left: 1px solid #e3e7eb !important;
  }
  .border-sm-top-0 {
    border-top: 0 !important;
  }
  .border-sm-right-0 {
    border-right: 0 !important;
  }
  .border-sm-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-sm-left-0 {
    border-left: 0 !important;
  }
  .border-sm-x {
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }
  .border-sm-y {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
  }
  .border-sm {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }
  .border-sm-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}

@media (min-width: 768px) {
  .border-md-top {
    border-top: 1px solid #e3e7eb !important;
  }
  .border-md-right {
    border-right: 1px solid #e3e7eb !important;
  }
  .border-md-bottom {
    border-bottom: 1px solid #e3e7eb !important;
  }
  .border-md-left {
    border-left: 1px solid #e3e7eb !important;
  }
  .border-md-top-0 {
    border-top: 0 !important;
  }
  .border-md-right-0 {
    border-right: 0 !important;
  }
  .border-md-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-md-left-0 {
    border-left: 0 !important;
  }
  .border-md-x {
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }
  .border-md-y {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
  }
  .border-md {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }
  .border-md-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}

@media (min-width: 992px) {
  .border-lg-top {
    border-top: 1px solid #e3e7eb !important;
  }
  .border-lg-right {
    border-right: 1px solid #e3e7eb !important;
  }
  .border-lg-bottom {
    border-bottom: 1px solid #e3e7eb !important;
  }
  .border-lg-left {
    border-left: 1px solid #e3e7eb !important;
  }
  .border-lg-top-0 {
    border-top: 0 !important;
  }
  .border-lg-right-0 {
    border-right: 0 !important;
  }
  .border-lg-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-lg-left-0 {
    border-left: 0 !important;
  }
  .border-lg-x {
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }
  .border-lg-y {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
  }
  .border-lg {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }
  .border-lg-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}

@media (min-width: 1200px) {
  .border-xl-top {
    border-top: 1px solid #e3e7eb !important;
  }
  .border-xl-right {
    border-right: 1px solid #e3e7eb !important;
  }
  .border-xl-bottom {
    border-bottom: 1px solid #e3e7eb !important;
  }
  .border-xl-left {
    border-left: 1px solid #e3e7eb !important;
  }
  .border-xl-top-0 {
    border-top: 0 !important;
  }
  .border-xl-right-0 {
    border-right: 0 !important;
  }
  .border-xl-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-xl-left-0 {
    border-left: 0 !important;
  }
  .border-xl-x {
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }
  .border-xl-y {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
  }
  .border-xl {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }
  .border-xl-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}