

@import url('https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,500;1,600&display=swap');

body {
  font-family: 'Epilogue', sans-serif;
}

a {
  color:  #2c2c2c;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Epilogue', sans-serif;
  text-transform: uppercase;
}

h2{
  font-family: 'Epilogue', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
}

p{
  font-family: 'Epilogue', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 3px;
}

.yellow-text{
  color: #edcd20;
  text-decoration: none;
}

.yellow-text:hover{
  text-decoration: none;
  color: #edcd20;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #edcd20;;
  width: 40px;
  height: 40px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #2c2c2c;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0s !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 15px 0;
  /*background: rgba(255, 255, 255, 0.95);*/
  background-color: #EDCD20;
}

/*#header.header-transparent {*/
/*  background: transparent;*/
/*}*/

#header.header-scrolled {
  /*background: rgba(255, 255, 255, 0.95);*/
  box-shadow: 0px 2px 15px #2c2c2c;
}

#header .logo h1 {
  font-size: 30px;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  text-decoration: none;
  font-family: 'Epilogue', sans-serif;
}

#header .logo img {
  margin: 0;
  max-height: 100px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
  padding: 0px 10px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 15px 15px 15px;
  font-family: 'Epilogue', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 150%;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.nav-link:hover{
  background-color: #EDCD20;
}

.nav-link-text{
  transition: all 0.3s ease 0s;
  font-weight: bold;
}
.nav-link-text:hover{
  color: #2c2c2c;
  font-weight: bold;
}

.efect li a {
  color: #2c2c2c;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.efect li a::after {
  content: "";
  display: block;
  margin: auto;
  height: 3px;
  width: 0;
  top: 5px;
  background: transparent;
  transition: all 0.3s;

}

.efect li a:hover::after, li > a.active-nav::after {
  width: 100%;
  background: #2c2c2c;
}


/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  font-family: 'Epilogue', sans-serif;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color:  #2c2c2c;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 6px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  margin-bottom: 5px;
  font-size: 15px;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-framing-button{
  border: 2px solid  #2c2c2c;
}

.framing-button{
  border: 2px solid  #2c2c2c;
  padding: 15px 15px 15px 15px;
  font-family: 'Epilogue', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 150%;
  transition: all 0.3s ease 0s;
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 25px;
}

.framing-button:hover{
  background-color: #EDCD20;
  color: white;
  border-color: #edcd20;;
}


.navbar-btn {
  border: 2px solid #2c2c2c;
  color: #FFFFFF !important;
  background: #2c2c2c;
  font-weight: 900;
}

.navbar-btn:hover {
  color: #2c2c2c !important;
}


.nav-active .active{
  color: #FFFFFF;
}

.button{
  font-family: 'Epilogue', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 150%;
  margin-left: 40px;
}

.bx-help-circle:before{
  color: #edcd20;
}

/*--------------------------------------------------------------
# vykopove-prace Section
--------------------------------------------------------------*/
#vykopove-prace {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 80px 0 100px 0;
  margin-top: 46px;
  color: white;
}

#vykopove-prace h1 {
  margin-top: 25px;
  font-family: 'Epilogue', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 120%;
  color: white;
}

.kontakt-btn {
  font-family: 'Epilogue', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 150%;
  display: inline-block;
  padding: 15px 15px 15px 15px;
  border: 2px solid #2c2c2c;
  transition: 0.5s;
  color: #FFFFFF;
  background:#2c2c2c;
  position: relative;
  margin-top: 40px;
  margin-bottom: 25px;
}

#vykopove-prace .framing-button{
  color: white;
  border-color: white;
}
#vykopove-prace .framing-button:hover{
  color: #2c2c2c;
  border-color: #edcd20;;
}

#cenova-ponuka .framing-button{
  color: white;
  border-color: white;
}
#cenova-ponuka .framing-button:hover{
  color: #2c2c2c;
  border-color: #edcd20;;
}

.kontakt-btn:hover{
  background-color: #EDCD20;
  color: #2c2c2c;
  border-color: #EDCD20;
}

.text-bold{
  font-weight: bold;
  text-transform: uppercase;
}

.cover-image{
  height: 100%;
  object-fit: cover;
}

/*#vykopove-prace .kontakt-btn:hover {*/
/*  background: gray;*/
/*}*/

#vykopove-prace .kontakt-btn i {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  position: absolute;
  left: 18px;
  top: 8.5px;
}


#vykopove-prace .kontakt-btn+.kontakt-btn {
  margin-left: 20px;
}

.img-fluid{
  margin: auto;
}

@media (max-width: 991px) {
  #vykopove-prace, #man-tgl, #plosina {
    text-align: center;
  }
  #vykopove-prace{
    margin-top: 25px;
  }



  #vykopove-prace .kontakt-btn+.kontakt-btn {
    margin: 0 25px;
  }

  .hero-img {
    text-align: center;
  }

  .hero-img img {
    width: 60%;
  }
}

@media (max-width: 768px) {
  #vykopove-prace h1 {
    font-size: 28px;
    line-height: 36px;
  }

  h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .section-title {
    padding-bottom: 10px;
  }

  #vykopove-prace {
    margin-top: 15px;
  }

  .hero-img img {
    width: 70%;
  }


  .framing-button {
    margin-bottom: 10px;
    margin-top:  10px;
  }

  .kontakt-btn {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .button{
    margin-left: 0px;
  }
}


@media (max-width: 575px) {

  #plosina{
    text-align: center;
  }
  .hero-img img {
    width: 80%;
  }

  #vykopove-prace{
    margin-top: 0px;
  }


  #vykopove-prace .framing-button{
    margin-bottom: 25px;
  }
  .framing-button{
    margin-bottom: 10px;
    margin-top:  10px;
  }

  .kontakt-btn{
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .section-mobile{
    padding: 0;
  }

  .button{
    margin-left: 0px;
  }

}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.img-section{
  padding: 60px 0;
  overflow: hidden;
}

/*#new-holand{*/
/*  padding-bottom: 60px;*/
/*  overflow: hidden;*/
/*}*/

.section-bg {
  background-color: #f2f5fa;
}

.section-title {
  padding-bottom: 24px;
}

.section-title h2 {
  margin-bottom: 20px;
  padding-bottom: 0;
}

.section-title p {
  margin-bottom: 0;

}

.image-section{
  color: white;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: #f6f8fb;
  min-height: 40px;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# App Features
--------------------------------------------------------------*/
.content {
  padding: 30px 0;
}

#proces .content {
  padding: 0;
}
#proces .content .icon-box {
  margin-top: 0px;
  margin-bottom: 0px;
}

.content .icon-box {
  margin-top: 25px;
  margin-bottom: 25px;
}

.content .icon-box h4 {
  font-family: 'Epilogue', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 24px;
}

.content .icon-box i {
  float: top;
}

.fa-stopwatch{
  content: url('../img/icons/stopwatch-yellow.svg');
  width: 80px;
  height: 80px;
}

.fa-euro{
  content: url('../img/icons/euro-yellow.svg');
  width: 80px;
  height: 80px;
}

.fa-precise{
  content: url('../img/icons/precise-yellow.svg');
  width: 80px;
  height: 80px;
}

.fa-responsible{
  content: url('../img/icons/responsible-yellow.svg');
  width: 80px;
  height: 80px;
}

.fa-hammer{
  content: url('../img/icons/hammer-yellow.svg');
  width: 80px;
  height: 80px;
}

.fa-wall{
  content: url('../img/icons/wall-yellow.svg');
  width: 80px;
  height: 80px;
}

.fa-machine{
  content: url('../img/icons/machine-yellow.svg');
  width: 80px;
  height: 80px;
}

.fa-truck{
  content: url('../img/icons/truck-yellow.svg');
  width: 80px;
  height: 80px;
}

.fa-point{
  content: url('../img/icons/placeholder-filled-point.png');
  width: 16px;
  height: 16px;
}

.content .icon-box p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;

}

.bx{
  color: white;

}

@media (max-width: 991px) {
  .features .image {
    text-align: center;
  }

  .features .image img {
    max-width: 80%;
  }
  #footer .footer-links{
    margin-bottom: 50px;
  }
}

@media (max-width: 667px) {
  .features .image img {
    max-width: 100%;
  }
  #footer .footer-links{
    margin-bottom: 50px;
  }
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.bg-image-1{
  background: url('../img/bg-image-1.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*filter: contrast(50%);*/
}


.bg-image-2{
  background: url('../img/bg-image-2.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.overlay {
  background: rgb(0 0 0 / 70%);
}

.img-section h2{
  margin-top: 112px;
}

.img-section .kontakt-btn{
  margin-bottom: 124px;
}

#img-section .framing-button{
  color: white;
  border-color: white;
  margin-bottom: 100px;
}

#img-section .framing-button:hover{
  color:  #2c2c2c;
  border-color: #edcd20;;
}

#img-section-2 .framing-button{
  color: white;
  border-color: white;
  margin-bottom: 100px;
}

#img-section-2 .framing-button:hover{
  color:  #2c2c2c;
  border-color: #edcd20;;
}


#proces h2{
  margin-bottom: 60px;
}

.line {
  width: 2px;
  background-color: #edcd20 !important;
}
.lead {
  font-size: 1.1rem;
}

.bg-primary{
  background-color: #edcd20 !important;
}

.proces-text{
  margin-left: 46px;
}

#proces p{
  margin-bottom: 94px;
}

.proces-last p{
  margin-bottom: 0px;
}


.bg-color{
  background-color: #2c2c2c;
}


/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .accordion-list {
  padding: 40px 0;
}

.faq .accordion-list ul {
  padding: 0;
  list-style: none;
}

.faq .accordion-list li+li {
  margin-top: 15px;
}

.faq .accordion-list li {
  padding: 20px;
  background: #fff;
  position: relative;
  border: 2px solid  #2c2c2c;
}

.faq .accordion-list a {
  display: block;
  position: relative;
  font-family: 'Epilogue', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .accordion-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
}

.faq .accordion-list .icon-show,
.faq .accordion-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .accordion-list .icon-show {
  display: none;
}

.faq .accordion-list a.collapsed {
  color:  #2c2c2c;
}

.faq .accordion-list a.collapsed:hover {
   color: #EDCD20;
 }

.faq .accordion-list a:hover {
  color: #EDCD20;
}

.faq .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .accordion-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.form-control{
  border-color:  #2c2c2c;
}

.contact .info {
  padding: 20px 40px;
  background: #f1f3f6;
  color: #EDCD20;
  text-align: center;
  border: 1px solid #fff;
}

.contact .info i {
  font-size: 48px;
  color: #EDCD20;
  margin-bottom: 15px;
}

.contact .info h4 {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Epilogue', sans-serif;
}

.contact .info p {
  font-size: 15px;
}

.contact .php-email-form {
  width: 100%;
  margin-top: 48px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form label {
  margin-bottom: 5px;
  margin-left: 12px;
  font-family: 'Epilogue', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  display: inline;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #EDCD20;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  font-family: 'Epilogue', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  display: inline-block;
  padding: 12px 24px;
  border: 2px solid #2c2c2c;
  transition: 0.5s;
  color: #FFFFFF;
  background: #2c2c2c;
  position: relative;
  margin-top: 40px;
  margin-bottom: 25px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #EDCD20;
  color: white;
}


#radio-1, #radio-2, #radio-3, #radio-4, #radio-5, #checkbox{
  accent-color: #edcd20;
  width: 20px;
  height: 20px;
  border: 1px solid  #2c2c2c;
}

@media (max-width: 1024px) {
  .contact .php-email-form {
    padding: 30px 15px 15px 15px;
  }
}

@media (max-width: 768px) {
  .contact .php-email-form {
    padding: 15px 0 0 0;
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background-color: #2c2c2c;
  padding: 0 0 30px 0;
  color: #2c2c2c;
  font-size: 14px;
  color: white;

}

#footer .footer-links{
  font-family: 'Epilogue', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: white;
}


#footer .footer-top {
  padding: 60px 0 30px 0;
  background-color: #2c2c2c;
  color: white;
}


#footer .copyright {
  text-align: center;
  float: left;
  color: white;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: white;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #EDCD20;;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  transition: 0.3s;
  font-weight: bold;
}

#footer .footer-top .social-links a:hover {
  background: #2c2c2c;
  color: #2c2c2c;
  text-decoration: none;
}


#footer .credits-links{
  margin-right: 25px;
  color: white;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #9fb2d8;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.white-text{
  color: white;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: white;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #EDCD20;
}

#footer .footer-top .footer-links a {
  color: white;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links a:hover {
  text-decoration: none;
  color: #EDCD20;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #EDCD20;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.footer-image{
  margin-left: -15px;
}


@media (max-width: 768px) {

  #footer .copyright,
  #footer .credits {
    float: none;
    text-align: center;
    padding: 5px 0;
  }
}

hr{
  border: 1px solid  white;
}


