html{
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'Roboto Slab', serif;
  scroll-behavior:smooth;
  -webkit-tap-highlight-color: transparent;
  min-height:100vh;
}
:root{
  --swiper-theme-color:#b9b09f;
  --swiper-pagination-color:#6c9535;
}
body{
  box-sizing: border-box;
  margin:0;
  padding:0;
  min-height:100vh; 
  background-image:linear-gradient(#1d1c1c 23%,#b19668, #1d1c1c 45%);
}
.firstpage{
  width:100%;
  margin:0;
  padding:0;
  height:100vh;
  min-height:650px;
  
  /* background-image:linear-gradient(#b19668 70%, #1d1c1c); */
}
/* Firstpage background */
.covervid{
  z-index:1;
  right:0;
  left:0;
  width:100%;
  height:98%;
  margin:auto;
}
#myVideo {
  right: 0;
  bottom:0;
   -o-object-fit:fill;
     object-fit:fill; 
  width: 100%; 
  z-index:1;
  height:100%;
}
.newlogo{
  position:absolute;
  opacity:0.4;
  top:40%;
  left:50%;
  transform: translate(-50%, -50%);
}
.newlogo img{
width:450px;
height:250px;
border-radius:15px;
filter:brightness(0.9);
}
@media only screen and (max-width: 480px){
  .newlogo img{width:280px;
  height:150px;}
.newlogo{top:25%;
left:50%;
transform:translate(-50%, -50%)}}
/* firstpage text animation */
.animtext{
  z-index:3;
  position:absolute; 
  left: 0; 
  right:0;
  top:60%; 
  display:block;
  height:150px;
  margin:0 auto;
  text-align:center; 
  width:100%;
  margin-bottom:5px;
  min-height:150px;
}
.fadeintext{
  height:100px;
  margin: 0 5px;
}
#mainquote{
  font-size:45px;
  font-family: 'Roboto Slab', serif;
  letter-spacing: 7px;
  -webkit-animation: fademain ease 5s;
  animation: fademain ease 5s;
  padding:0;
  margin:auto;
  /* border:2px solid black; */
  background-color:#1D1C1CDB;
  width:70%;
  left:0;
  right:0;

}
#subtext{
  font-size:16px;
  padding:0;
  margin:0;
}
.quotes{
  display:none;
  font-size:30px;
  letter-spacing:5px;
  color:#6c9535;
  overflow:hidden;
 text-shadow:3px 3px black;
  -webkit-animation: slidein ease 3s;
  animation: slidein ease 3s;
}

  @-webkit-keyframes slidein {
  from {
    transform: translateY(40px);
  }

  to {
    transform: translateY(0px);
  }
}
 @keyframes slidein {
  from {
    transform: translateY(40px);
  }

  to {
    transform: translateY(0px);
  }
}   
  @-webkit-keyframes fademain {
  from {
    opacity:0;
  }

  to {
    opacity:1;
  }
}
 @keyframes fademain {
  from {
    opacity:0;
  }

  to {
    opacity:1;
  }
}  

.orderfirst{
  position:absolute;
  top:80%;
  right:0;
  left:0;
  /* border:3px solid black; */
  background:#1D1C1CDB;
  display:flex;
  flex-wrap: wrap;
  color:#b9b09f;
  text-align:center;
  z-index:3;
  justify-content:center;
  min-width:360px;
}
.orderfirst a{
  text-decoration: none;
  color:#6c9535;
}

.phonenumber p{
  font-size:18px;
  margin:10px;
}
.phonenumber a{
  font-size:18px;
  margin:10px;
  color:#b9b09f;
}
.phonenumber img{
  padding-right:5px;
}
.linecontainer{
  display:flex;
  justify-content: center;
}
.line{
  background-color:#6c9535;
  height:2px;
  width:150px;
}
.linecont{
  display:flex;
  justify-content: center;
}
.lin{
  background-color:#6c9535;
  height:2px;
  width:150px;
}
.orderfirst button{
  margin:10px 70px;
  width:170px;
  height:90px;
  font-size: 16px;
  font-weight: 400;
  color:#6c9535;
  background:rgba(0, 0, 0, 0.7);
  border:2px solid #b9b09f;
  cursor:pointer;
  transition:transform 2s;
  border-radius:10px;
}
.orderfirst button:hover{
  background:#6c9535;
  color:#1D1C1C;
  border:2px solid #1d1c1c;
}

/* End firstpage animation */

.navbar{
  top:0;
  font-size:15px;
  font-weight: 800;
  display:flex;  
  justify-content: center; 
  align-items: center;
  position:fixed;
  border-bottom: solid 2px #6c9535;   
  background-image: linear-gradient(to right, #6c9535,#1D1C1C 45% );
  height:60px;
  z-index:9999;
  width:100%;
 
}
.nav-link{
  text-decoration:none;
  color:#b9b09f;
  letter-spacing: 4px;
  padding:15px 8px 0 8px;
  
}
.nav-link:hover{
  color:#6c9535;
  transition:all 1s;
}  
.nav-link img{
  pointer-events: none;
}
li{
  list-style:none;
}
.hamburger{
  display:none;
  
}
.bar{
  display:block;
  width:25px;
  height: 3px;
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
  background-color:#6c9535;
}
.nav-menu {
  display: flex;
  align-items: center;
  padding-left:0;
  margin-left:0;
}
.nav-item {
  margin-left: 1.9rem;
}
.logo{
  position:absolute;
  left:0;
}
.nav-logo img{
  /* width:50px;
  height:50px; */
  padding-top:5px;
  padding-left:5px;
  pointer-events: none;
}
.social{
  display:none;
}
.socialfix{
  position:absolute;
  right:0;
  
}
.socialfix a{
  padding:0 8px 0 8px;
}
.socialfix img{
  pointer-events: none;
}
.secondpage{
  justify-content: center;
  width:100%;
  height:auto;
} 
.secondpage h1{
  margin:0;
  padding:60px 0 30px 0;
  text-align: center;
  color:#b9b09f;
  text-shadow:black 10px 10px 10px;
  font-size:30px;
}
/* SWIPER   */
.slide-container{
  width:100%; 
  padding: 10px 0; 
  margin-top:30px;
  min-width:250px;
  
}
.slide-content{
  margin: 0 35px;
  overflow: hidden;
  margin-bottom:30px;
  border-radius: 10px;
}

.image-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  height:380px;
  width:100%;
  position: relative;
  row-gap: 5px;
  padding:10px 0;
  border-radius: 10px;
  
}
.overlay{
  position: absolute; 
  /* left: 0; */
  top: 0; 
  height: 100%;
  width: 100%;
  object-fit:cover;
  box-shadow: #1d1c1c 0px 10px 15px;
  border-radius: 10px;
 
}
.overlay img{
  width:100%;
  height:100%;
  border:1px solid #1d1c1c80;
  border-radius: 10px;
}

.swiper-navBtn::before,
.swiper-navBtn::after{
  font-size: 35px;
  color:#6c9535;
  background:#1D1C1C80;
  border-radius: 5px;
}
.swiper-button-next{
    right: 0;
    
  }
  .swiper-button-prev{
    left: 0;
  }
  .swiper-pagination-bullet{
    background: var(--swiper-theme-color);
    opacity: 1;
  }
  .swiper-pagination-bullet-active{
    background: var(--swiper-theme-color);
  }
  
  @media screen and (max-width: 768px) {
   
    .swiper-navBtn{
      display: none;
    }
  }
/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}


/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

#cookie{
  background-image:linear-gradient(#1D1C1C,#6c9535 80%,#1D1C1C);
  color:white;
}
#cookie a{
  color:#6c9535;
}
#cookie h2{
  padding-top:45px;
  text-align:center;
  color:white;

}
.services{
  height:auto;
  justify-content:center;
  
}
.service-container{
  padding:50px 0 0 0;
  display:flex;
  flex-wrap:wrap;
  justify-content: center;
  /* background-image:linear-gradient(#232e44, #1d1c1c 50%); */
}

.foto{
  padding:10px 10px;
  text-align:center;
  width:220px;
  height:100%;
  color:#b9b09f;
  opacity:0.9;
}
.foto p{
  font-size:13px;
  font-weight: bold;
  letter-spacing: 1px;
}
.foto img{
  width:30px;
  height:30px;
  pointer-events: none;
}
#radovi h2{
  padding:30px 0 20px 0;
  text-align:center;
  color:#b9b09f;
  font-size:22px;
}
.about{
  color:#b9b09f;
  text-align:left;
  width:90%;
  /* height:200px; */
  padding-bottom:20px;
  margin:auto;
  left:0;
  right:0;
  letter-spacing: 2px;
  font-size:17px;
  line-height: 22px;
}
.aboutservice{
  color:#b9b09f;
  text-align:left;
  width:90%;
  /* height:200px; */
  padding-bottom:20px;
  margin:auto;
  left:0;
  right:0;
  letter-spacing: 2px;
  font-size:17px;
  line-height: 22px;
}
.about p{
  color:white;
}
.crossing{
  height:30px;
}
/* preloader */
.loader-wrapper {
  width: 100%;
  height: 100%;
  position: fixed; 
  z-index:30000;
  top: 0;
  left: 0;
  background-color: #1D1C1C;
  display:flex;
  justify-content: center;
  align-items: center;
}
#loader {
  display: block;
  position: relative;
  z-index:30000;
  left: 5%;
  top: 5%;  
  width: 100px;
  height: 100px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #6c9535;
  -webkit-animation: spin 5s linear infinite;
  animation: spin 5s linear infinite;
}
#loader:before {
  content: "";
  position: absolute;
  z-index:30000;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #023229;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
#loader:after {
  content: "";
  position: absolute;
  z-index:30000;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: white;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 5s linear infinite;
}
@-webkit-keyframes spin {
  0%   {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}
@keyframes spin {
  0%   {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}
/* End preloader */

/* CONTACT PAGE */

.thirdpage{
  width:100%;
  height:100%; 
  background-image:url(./img/tnt-3.jpg);
  background-size: cover;
  background-attachment: fixed;
}
#kontakt h2{
  text-align:center;
  text-shadow:#1D1C1C 5px 0 10px;
  font-size:26px;
  letter-spacing: 5px;
  color:white;
  padding-top:60px;
  padding-bottom:15px;
  margin:0;
}
.frame{
  margin-bottom:10px;
}
.frame p{
  padding:5px;
  margin:0;
  text-shadow:#1D1C1C 5px 0 10px;
}
.frame a{
  text-decoration:none;
  color:white;
  font-size:20px;
  
}
.number{
  padding-top:10px;
  text-align:center;
  color:white;
  font-size:16px;
}
.frame{
background:#c8ad7ea1;
}
.frame p{
  font-size:20px;
}
#contmail img{
  padding:5px 10px;
  pointer-events: none;
}

/* Contact form */
.container {
  font-family: 'Roboto Slab', serif;
  max-width:800px;
  width:90%;
  margin:auto;
  text-align:center;
  border-radius:6px;
  background-color:#c8ad7ea1;
}
#contact{
  padding-bottom:10px;
}
.head {
  border-radius:6px 6px 0px 0px;
  background-color:#6c9535;
  color:white;
  padding:5px;
}
head h2{
  text-align:center;
  padding:8px 0 18px 0;
  font-size: 1.4em;
}
input {
  margin-bottom:10px;
}
textarea {
  height:100px;
  margin-bottom:10px;
}
input:first-of-type
{
  margin-top:35px;
}
input, textarea {
  font-size: 1em;
  padding: 15px 10px 10px;
  border: 1px solid #1D1C1C;
  background: #6c9535;
  color:white;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-sizing: border-box;
  width: 80%;
  max-width: 600px;
}
::-webkit-input-placeholder {
   color: white;
}
:-moz-placeholder {
   color: white;  
}
::-moz-placeholder {
   color: white; 
}
:-ms-input-placeholder {  
   color: white;  
}
#submit {
  margin-top:5px;
  background-color:#1d1c1c;
  padding: 10px 26px;
  border-radius: 5px;
  border: 1px solid #133224;
  transition: .5s;
  display: inline-block;
  cursor: pointer;
  width:30%;
  color:white;
}
#submit:hover{
  background-color:#6c9535;
  border:1px solid #1d1c1c;
}

@media (max-width: 700px) {
  label.error {
    width: 90%;
  }
  input, textarea {
    width: 90%;
  }
  button {
    width:90%;
  }
}
#gdpr{
  width:30px;
  accent-color: #6c9535;
}
#gdprtext{
  color:white;
}
#gdprtext a{
  color:#b9b09f;
}

/* footer */
footer{
  height:70px;
  text-align:center;
  background-color:#1D1C1C;
  color:white;
  width:100%;
  margin:0;
}
footer a{
  text-decoration: none;
  color:white;
}
footer p{
  margin-top:0;
  padding-top:10px;
}

/* MEDIA QUERIES */

@media only screen and (max-width: 768px) {
  .nav-menu {
    font-size:14px;
    z-index:800;
    position: fixed;
    right: -130%;
    top: 3rem; 
    flex-direction:column;
    background-color:#1D1C1C ;
    width: 60%;
    border:#000000 solid 2px;
    border-radius: 10px;
    text-align: center;
    transition: 0.6s;
    box-shadow:0 10px 27px rgba(0, 0, 0, 0.05);
    height:600px;
  }
  .nav-menu.active {
    right: 0;
  }
  .nav-item {
    width:100%;
    height:100%;
    border-bottom: 1px solid #6c9535;
  }
  .nav-item a{
    display:inline-block;
    width:100%;
    height:100%;
    position:relative;
  }
  .nav-link{
    height:100%;
  }
  .hamburger {
      display: block;
      cursor: pointer;
      padding-right:10px;
  }
  .hamburger.active .bar:nth-child(2) {
      opacity: 0;
  }
  .hamburger.active .bar:nth-child(1) {
      transform: translateY(8px) rotate(45deg);
  }

  .hamburger.active .bar:nth-child(3) {
      transform: translateY(-8px) rotate(-45deg);
  }
.socialfix{
  display:none;
}
.social{
  display:block;
}
.navbar{
  justify-content:flex-end;
}
.about p{
  font-size:17px;
}

}

@media only screen and (max-width: 480px){
  .animtext{
    top:30%;
  }
  #btnfirst{
    order:-1;
    width:70%;
    }
.fadeintext{
    padding-top:100px;
  }
 #onama h2{
    padding-top:5px;
  }
  .orderfirst a{
    padding-top:35px;
  }
  .orderfirst button{
    margin:10px;
  }
  .phonenumber{
    margin:10px;
  }
  nav.navbar{
    height:60px;
    min-width:250px;
  }
  .main{display:none;}
  .swiper-navBtn::before,
  .swiper-navBtn::after{
   color:#6c9535;
} 
.covervid{
  height:70%;
}
 .slide-container{
  width:100%;
}
#mainquote{
  width:90%;
} 
.slide-content{
  margin:0 20px 20px 20px;
}
.firstpage{
  min-width:330px;
}
.secondpage{
  height:auto;
  min-width:330px;
}
.secondpage h1{
  padding:80px 5px 0 5px;

}
.thirdpage{
  min-height:840px;
  min-width:330px;
  background-attachment: unset;
  background-size:cover;
}
.footer{
  min-width:330px;
}
#kontakt h2{
padding-top:70px;
}
.number{
  width:100%;
}
.form{
  width:100%;
}
.about p{
  font-size:18px;
}
}
/* Mobile rotation */
@media screen and (orientation:landscape)
and (min-device-width: 319px) 
and (max-device-width:950px) {
  .animtext{
    top:10%;
  }
 
  .fadeintext{
    padding-top:60px;
  } 
  .firstpage{
    min-height:400px;
  }
 
}
.hide {
  visibility: hidden;
  bottom: 0;
  right: 2em;
}
.show {
  visibility: visible;
  bottom: 2em;
  right: 2em;
  }
  @media only screen and (max-width: 480px) {
    
    .hide {
      bottom: 2em;
      right: 0;
    }
    .show {
      right: 0;
      bottom: 0;
    }
  }
.honeypot-field {
    display: none;
  }
  .thankyou_message{
    display:none;
    height:400px;
    width:100%;
    text-align:center;
    font-size:16px;
  }