/*  Nove CSS  */

.scroll{
  position: absolute;
  bottom: 10%;
  left: 50%;
  height: 20px;
  width: auto;
  transform: translate(-50%);
}
.scroll img{
  height: 50px;
  width: auto;
}


.has-background-prechod{
  background: linear-gradient(90deg, rgba(16, 69, 79) -10%, rgba(163, 171, 120) 150%);
}

.has-background-prechod{
  background: linear-gradient(90deg, rgba(16, 69, 79) -10%, rgba(163, 171, 120) 150%);
}


.has-background-prechod-orange{
  background: linear-gradient(90deg, rgba(246, 189, 30, 1) 0%, rgba(255, 131, 0, 0.8) 100%);
}


.has-background-oznacenie{
  background: rgba(0, 66, 229)!important;
  color:  #fff!important;
}

.has-background-orange {
    background: #506266!important;
}

.hover:hover{
  opacity: 0.8;
}

.caps{
  font-variant: all-small-caps;
}

.spacing-1 {
    letter-spacing: 1px;
}

.center {
    text-align: center;
}

.hero{
  min-height: 30vh!important;
  height: 50vh;
}

@media only screen and (max-width: 600px) {
    .hero{
    min-height: 30vh!important;
    height: 30vh;
  }
  .rel-l{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%!important;
    transform: translate(-50%, -50%);
    color: white;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.6);
  }
}

@media only screen and (min-width: 600px) {
    .hero{
    min-height: 30vh!important;
    height: 30vh;
  }
  .rel-l{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 42%!important;
    transform: translate(-50%, -50%);
    color: white;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.6);
  }
}

@media only screen and (max-width: 768px) {
  .hero{
  min-height: 30vh!important;
  height: 40vh;
}
.rel-l{
  text-align: center;
  position: absolute;
  top: 50%;
  left: 42%!important;
  transform: translate(-50%, -50%);
  color: white;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.6);
}

}
@media only screen and (min-width: 768px) {
  .hero{
  min-height: 30vh!important;
  height: 50vh;
}
.rel-l{
  text-align: center;
  position: absolute;
  top: 50%;
  left: 20%!important;
  transform: translate(-50%, -50%);
  color: white;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.6);
}

}
.banner{
    position: relative;
    width: 100%;
    height: 100%;
}

.image-hero {
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.rel-l{
  text-align: center;
  position: absolute;
  top: 50%;
  left: 22%;
  transform: translate(-50%, -50%);
  color: white;
}

.hr-30 {
    width: 30%;
    background-color: #506266;
    height: 5px;
    font-size: 3px;
    border-radius: 5px
}
.hr-15 {
  margin-top: 5px;
    width: 15%;
    background-color: #506266;
    height: 5px;
    font-size: 3px;
    border-radius: 5px
}

.title-1{
    font-weight: 900!important;
    font-size: 4.2rem!important;
    background: rgba(16, 69, 79, 1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.title-2 {
    color: #F6BD1E!important;
}

.glass{
background: rgba(255, 255, 255, 0.38)!important;
border-radius: 16px!important;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1)!important;
backdrop-filter: blur(5.3px)!important;
-webkit-backdrop-filter: blur(5.3px)!important;
border: 1px solid rgba(255, 255, 255, 1)!important;
}

.glass-2{
  background: rgba(255, 255, 255, 0.19)!important;
  border-radius: 16px!important;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1)!important;
  backdrop-filter: blur(5.8px)!important;
  -webkit-backdrop-filter: blur(5.8px)!important;
}

.title-card{
    font-weight: 900!important;
    font-size: 2.2rem!important;
    background: -webkit-linear-gradient(90deg, rgba(0, 66, 229, 0.8) 0%, rgba(59, 218, 255,0.8) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 3px;
}


.kontakt {
  position: absolute!important;
  bottom: 20px!important;
  left: 50%;
  transform: translate(-50%, 0);
  margin: 20px 0;
  width: 55%!important;
  color: #FFFFFF!important;
  border: none!important;
  font-weight: 900!important;
  letter-spacing: 2px!important;
  border-radius: 15px!important;
}

.info-karta .header{
    border-radius: 25px 25px 0 0;
}

#menu {
    text-align: center;
    height: 65px;
    width: 100%;
    z-index: 9999;
    position: relative;
}

.f-nav {
    position:fixed !important;
    top:0;
    -webkit-transition: height 0.3s // these transitions for give smooth scroll;
    -moz-transition: height 0.3s // these transitions for give smooth scroll;
    transition: height 0.3s // these transitions for give smooth scroll;
}

.kontakt:hover {
}

.hidden {
  overflow: hidden;
}

.blue {
  background-color: rgba(16, 69, 79, 0.3) !important;
}
.blue-dark {
  background: rgba(16, 69, 79, 1)!important;
}


.light-blue {
  background-color: #3BDAFF!important;
}

.xy-img{
    margin: auto 1em;
    min-height: 30em;
}

.scale {
  transform: scale(1.5);
  transform-origin: 0 0;
}

.justify{
   text-align: justify;
}

.mw-257{
    min-width: 257px;
}

.mh-325{
    min-height: 472px;
}

.mh-250{
    min-height: 250px;
}

 .has-text-white strong{
     color: #FFF;
 }

 .info{
   background: rgba(16, 69, 79, 0.65) !important;
   border-radius: 25px!important;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1)!important;
  backdrop-filter: blur(6.7px)!important;
  -webkit-backdrop-filter: blur(6.7px)!important;

 }

 .text-shadow{
    text-shadow: 0px 0px 14px #fff;
}

.info-karta{
  position: relative;
    background: rgba(91, 121, 100, 0.5);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(2.1px);
    -webkit-backdrop-filter: blur(2.1px);
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
    border-radius: 25px;
    min-height: 40rem;
    margin: 15px;
    cursor: pointer;
}

.info-karta:hover{
   scale: 1.1;
   backdrop-filter: none;
}

.info-karta h1{
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
}

.info-karta h4{
    font-size: 1rem;
    text-align: center;
    font-weight: lighter;
}

.info-karta .img{
    position: relative;
    width: 100%;
    height: 150px;
    overflow: hidden;
}

.info-karta .img img{
    transform: translate(0px, -50px);
}
#det .info-karta:nth-child(2) .img img{
    transform: translate(0px, -35px);
}

.info-karta:nth-child(2) .img img{
    transform: translate(0px, -70px);
}

.info-karta .text{
   margin: auto;
   padding: 20px;
   font-weight: 600;
   display: inline-block;
}

.info-karta .text span{
   display: -webkit-box;
   margin: 10px auto;
}
@media only screen and (max-width: 720px) {
  .notification {
    padding: 0!important;
}
.columns {
    padding: 0!important;
}
}
@media only screen and (max-width: 1024px) {
  .info-karta .text{
     display: grid;
  } 
}
 .sbs-background{
   background: rgba(255, 255, 255, 0.6);
    background-image:
      linear-gradient(black, black),
      url("	https://www.strixassistance.sk/site/templates/assets/iStock-1441188347.jpg");
    background-size: cover;
    background-blend-mode: saturation;
}

.dek-background{
  background: rgba(255, 255, 255, 0.6);
   background-image:
     linear-gradient(black, black),
     url("https://www.strixassistance.sk/site/templates/assets/iStock-1449320689.jpg");
   background-size: cover;
   background-blend-mode: saturation;
}

.custom-shape-divider-top-1707229479 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.notification{
    background: none!important;
}


.navbar-burger span{
   background:  #fff!important;
   height: 5px!important;
   border-radius: 5px!important;
   width: 30px!important;
   transform: translate(-50%, -50%)!important;
   position: relative;
   left: 50%!important;
   top: 50%!important;
}

.navbar-burger span:first-child {
    top: 25%!important;
}

.navbar-burger span:nth-child(2){
   top: 50%!important;
}

.navbar-burger{
    top: 50%;
    position: relative;
    right: 0px;
    transform: translate(-50%, -50%);
}

.navbar-burger span:nth-child(3){
   top: 75%!important;
}



@media only screen and (max-width: 1024px) {
  #menu-mobil .level{
  display: block!important;

}

#menu-mobil nav p{
margin-top: 15px;

}

#menu-mobil {
padding-bottom: 2em!important;

}

}

.navbar-burger.is-active span:first-child {
    transform: translate(-50%, 213%) rotate(45deg)!important
}

.navbar-burger.is-active span:nth-child(3) {
    transform: translate(-50%, -300%) rotate(-45deg)!important;
}

@media only screen and (max-width: 1024px) {
.navbar-menu {
    display: block!important;
    box-shadow: none!important;
}

}

.fm-nav {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: height 0.3s // these transitions for give smooth scroll;
    -moz-transition: height 0.3s // these transitions for give smooth scroll;
    transition: height 0.3s // these transitions for give smooth scroll;
}

.text-ls p{
    color: #ffffff;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1.4em;
    text-align: justify;
    padding: 2rem;
    text-shadow: 1px 1px 3px black;
}

.text-ls .H1{
    font-family: sans-serif;
    color: #ffffff;
    font-size: 2.5em;
    font-weight: bold;
    padding: 0 1em;
    margin: 0;
    text-shadow: 1px 1px 3px black;
}

.text-ls .H2{
        font-family: BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #ffffff;
    font-size: 0.5em;
    font-weight: bold;
    margin: 0;
    text-shadow: 1px 1px 3px black;
}

.fotka-ls img{
    border-radius: 100px 100px 284px 100px;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.12);
}

.text-rs p{
    color: #000;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1.4em;
    text-align: justify;
    padding: 2rem;
}

.text-rs .H1{
    font-family: sans-serif;
    color: #000;
    font-size: 2.5em;
    font-weight: normal;
    padding: 0 1em;
    margin: 0;
}

.text-rs .H2{
    font-family: BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #000;
    font-size: 0.5em;
    font-weight: bold;
    margin: 0;
}

.fotka-rs img{
    border-radius: 300px 100px 100px 100px;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.12);
}
.odraz{
    color: #000;
    font-size: 1.5em;
    font-weight: normal;
    padding: 0 2rem;
    margin-top: 1.5em;
}
.odraz li{
    margin-top: 1.5em;
}

.odraz li span{
    position: relative;
    left: 30px;
}

.odraz li:nth-last-child(4) span{
    left: 10px;
}
.odraz li:nth-child(3) span{
    left: 20px;
}

.odraz li i{
    font-size: 1.5em;
}

.odraz p{
    color: #000;
    font-size: 0.75em;
    font-weight: lighter;
    padding: 0 4rem;
}

.text-sluzby H1{
    font-family: sans-serif;
    color: #000;
    font-size: 2.5em;
    font-weight: normal;
    padding: 0 1em;
    margin: 0;
    line-height: 2em;
}

.text-sluzby H2{
    font-family: BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #000;
    font-size: 1.25em;
    font-weight: normal;
    margin: 0.5em 2.25em;
    line-height: 2em;
}
.text-sluzby .hr{
    position: relative;
    width: 45%;
    height: 5px;
    background-color: #506266;
    margin: 0.5em 2.25em;
    border-radius: 25px;
}

.karta-sluzby img{
    position: relative;
    width: 100%!important;
    height: auto!important;
    margin: 0;
}

.card-image .image{
    overflow: hidden;
    height: 150px!important;
}


.karta-sluzby{
   min-height: 405px!important;
   border: none!important;
   box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2)!important;
   padding: 2em!important;
   border-radius: 15px 15px 15px 70px!important;
   cursor: pointer;
}

.karta-sluzby:hover{
   transform: scale(1.1);
}

.m-l-80{
   margin-left: 100%;
}
@media only screen and (max-width: 1408px) {
  .m-l-80{
     margin-left: 80%;
  }
}
@media only screen and (max-width: 1219px) {
  .m-l-80{
     margin-left: 60%;
  }
}
@media only screen and (max-width: 1119px) {
  .m-l-80{
     margin-left: 40%;
  }
}
@media only screen and (max-width: 1025px) {
  .m-l-80{
     margin-left: 0%;
  }
}


/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 5s;
}

@keyframes fade {
  from {opacity: .8}
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

/* The dots/bullets/indicators */
.dot{
    position: relative;
    bottom: 25px;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0.5;
    display: inline-block;
    transition: background-color 0.6s ease;
    z-index: 99;
}
.active {
  background-color: #717171;
}

/*  CSS file */


.header {
  background-color: #fff;
  padding: 15px 0px;
}

.left-info ul li a i {
    font-size: 18px;
    margin-right: 10px;
}

.left-info ul, li {
padding: 0;
margin: 0;
list-style: none;
}

.header .left-info ul li a {
    font-size: 14px;
}
.header ul li a {
    color: #010136;
    transition: all .4s;
}
a {
    text-decoration: none !important;
}

.header ul li {
    display: inline-block;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.header  li {
    padding: 0 10px;
}



.nav-area {
    position: absolute;
    background: rgb(1, 1, 54);
    background: linear-gradient(90deg, rgba(1, 1, 54) 0%, rgba(2, 40, 110) 100%);
    left: 0;
    right: 0;
    z-index: 100;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.nav-item a {
    color: #fff;
  }

.nav-link:focus, .nav-link:hover {
      color: #fff !important;
      opacity: 0.6!important;
    }

.nav-link.active {
    color: #fff !important;
    font-weight: bold;
  }

.dropdown-menu {
     background-color: rgba(1, 1, 54) !important;
}
.dropdown-divider {
    border-top: 1px solid white !important;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: color: #fff !important;
    opacity: 0.6!important;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 0 !important;
    align-items: center;
    margin-right: 3em;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(235, 242, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
  border-color: rgb(235, 242, 255);
}

#content h1{
  color: rgb(1, 1, 54);
  font-weight: bold;
}



#content h2 u{
  color: rgb(2, 40, 110);
  font-weight: bold;
}

.btn-primary{
  background: rgb(2, 40, 110)!important;
  border-color: rgb(1, 1, 54)!important;
}
.btn-primary:hover{
  opacity: 0.8;
}

.obr img{
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}


.service-item {
    border: 1px solid #050352;
    border-radius: 23px;
    padding: 30px;
    background-color: #fff;
    margin-bottom: 30px;
    transition: all .4s;
    min-height: 350px;
}

.produkty {
    border: 1px solid #050352 !important;
    border-radius: 23px;
    background-color: #fff;
    transition: all .4s;
    box-shadow: 3px 2px 8px 3px rgba(156,150,150,0.88);
  -webkit-box-shadow: 3px 2px 8px 3px rgba(156,150,150,0.88);
  -moz-box-shadow: 3px 2px 8px 3px rgba(156,150,150,0.88);
}


.produkty .text-bg-primary{
    background: rgb(1, 1, 54);
    background: linear-gradient(90deg, rgba(1, 1, 54) 0%, rgba(2, 40, 110) 100%);
}


.service-item:hover{
  cursor: pointer;
  box-shadow: 3px 2px 8px 3px rgba(156,150,150,0.88);
-webkit-box-shadow: 3px 2px 8px 3px rgba(156,150,150,0.88);
-moz-box-shadow: 3px 2px 8px 3px rgba(156,150,150,0.88);

}

 .service-item h4 {
    font-size: 20px;
    color: #2a2a2a;
    margin-top: 20px;
    line-height: 30px;
    transition: all .4s;
}

.templatemo-feature {
    max-width: 66px;
    border-radius: 50%;
}

.service-item .btn a{
    color: #fff;
}

.service-item h4{
    color: #050352;
}

.text-justify{
    text-align: justify;
}

.licencia{
  position: relative;
  left: 50%;
  transform: translate(-50%);
}

.footer a{
  font-size: 12px;
  color: grey;
}
