*{
  padding: 0;
  margin: 0;
  font-family: "Ruda-Regular";
}

@font-face {
  font-family: "Ruda-Regular";
  src: url(../fonts/Ruda-Regular.ttf);
}

@font-face {
  font-family: "Ruda-Bold";
  src: url(../fonts/Ruda-Bold.ttf);
}

@font-face {
  font-family: "Ruda-Black";
  src: url(../fonts/Ruda-Black.ttf);
}

h1 {
  font-size: 53px;
  line-height: 58px;
  font-family: "Ruda-Black";
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 26px;
  line-height: 31px;
}

p {
  font-size: 24px;
  line-height: 31px;
  font-family: "Ruda-Bold";
}

span {
  font-family: "Ruda-Bold";
}


header {
  background-color: transparent;
  padding-top:30px;
}

li {
  list-style: none;
}

a {
  color: #000;
  padding: 16px 65px;
  border-radius: 30px;
  display: block;
  max-width: max-content;
  font-weight: 900;
  margin-top: 30px;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
}

img {
  width:100%;
}

.navbar {
  min-height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-branding img {
  max-width: 200px;
}

a.nav-branding {
  padding:0px;
  margin: 0px;
}

.nav-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}

.nav-link {
  transition: 0.3s ease-out;
  margin-bottom: 0px;
  margin-top: 15px;
}

.nav-link:hover {
  color: dodgerblue;
}

.hamburger {
  display: none;
  cursor: pointer;
}

.bar {
  display: block;
  width: 25px;
  height: 2px;
  margin: 6px auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
}

li.nav-item {
  color:#fff;
}

li.nav-item:first-child {
  margin-top:70px;
}

@media(max-width:3024px) {
  .hamburger{
    display: block;
    z-index: 999;
  }

  .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);
  }

  .nav-menu{
    position: fixed;
    left: -100%;
    top: 0;
    gap: 0;
    flex-direction: column;
    background-color: rgba(0,0,0,.7) !important;
    width: 100%;
    text-align: center;
    transition: 0.015s;
    z-index: 999;
    padding-bottom: 20px;
  }

  .nav-item{
    width: 980px;
    margin: 0px auto;
    margin-top: 0px;
    display: flex;
    justify-content: right;
  }

  .nav-menu.active{
    left: 0;
  }

}

.hero_area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url(../img/hero.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  height:100vh;
}

.slider_section {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.hero_area h1,
.hero_area p {
  color: #fff;
}

.hero_area .detail-box {
  padding-right:30px;
}

.hero_area .detail-box span {
  display:block;
  color:#fff;
  font-size: 26px;
  line-height: 50px;
}

.hero_area .detail-box img {
  width:37px;
  padding-right: 10px;
}

.hero_area .detail-box  a {
  background: #00FFB1;
}

section .left-col-fotovoltaice a:hover,
.hero_area .detail-box a:hover,
section.business-plan a:hover {
  background-color: #000;
  color:#fff;
  transition: background-color 0.6s;
}

section.section-gap {
  padding: 60px 0px;
}
section.fotovoltaice_section h1{
  color:#518766;
}
section .left-col-fotovoltaice img {
  max-width: 280px;
  display: inline-block;
  margin-top: -15px;
}

section .left-col-fotovoltaice p{
  padding:15px 0px;
}

section .left-col-fotovoltaice a {
  background-color: #518766;
  color:#fff;
  max-width: 100%;
}

.listing-faq {
  background: #F4F4F4;
  margin-bottom: 15px;
  border-radius: 8px;
  padding:5px;
}

.listing-faq .btn.btn-link {
  width: 100%;
  text-align: left;
  font-size: 27px;
  text-decoration: none;
  color: #7DCB9A;
  font-family: "Ruda-Bold";
}

.listing-faq .card-body{
  padding: 7px 15px;
}

section .grant-column {
  padding-left: 5%;
}

section .grant-column img{
  padding: 40px 0px;
  width: 85%;
}

section .grant-column h2 {
  font-size: 40px;
  color:#5FCE96;
}

section .grant-column h3 {
  font-size: 80px;
  color:#3C8963;
  margin-top: -10px;
  font-family: "Ruda-Black";
  line-height: normal;
}

section.services {
  background-color: #e7ebef;
  padding: 80px;
}

section.services img{
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 4rem;
  width:4rem;
}

section.services h3 {
  padding-top:15px;
}

section.services .col-lg-3 {
  padding-right: 40px;
}

section.business-plan {
  padding: 60px 0px;
  background: rgb(0,255,177);
  background: -moz-linear-gradient(97deg, rgba(0,255,177,1) 0%, rgba(0,139,96,1) 100%);
  background: -webkit-linear-gradient(97deg, rgba(0,255,177,1) 0%, rgba(0,139,96,1) 100%);
  background: linear-gradient(97deg, rgba(0,255,177,1) 0%, rgba(0,139,96,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffb1",endColorstr="#008b60",GradientType=1); 
}

.center-column-text {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

section.business-plan a {
  text-align: center;
  margin: 25px auto;
  background: #fff;
}

section.business-plan p{
  padding-top: 20px;
  padding-bottom: 10px;
}

.disclaimer p{
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  font-family: "Ruda-Regular";
}

section.full-faq {
  background-color: #e7ebef;
  padding: 80px;
}

section.full-faq h2{
  display: inline-grid;
}

.collapsible-link {
  width: 100%;
  position: relative;
  text-align: left;
}

.collapsible-link::before {
  content: "\f067";
  position: absolute;
  top: 50%;
   right: 0.8rem;
  transform: translateY(-50%);
  display: block;
  font-family: "FontAwesome";
  font-size: 1rem;
  font-weight: lighter;
  -webkit-text-stroke: 2px #e7ebef;
}

.collapsible-link[aria-expanded="true"]::before {
  content: "\f068";
}

section.full-faq .card-faq button {
  font-size: 22px;
  padding: 6px 0px;
  border-bottom: 1px solid rgba(0,0,0,.3);
  border-radius: 0px;
  margin-bottom: 6px;
  color: #000;
  opacity: 0.5;
  text-decoration: none;
}

#accordionfull {
  padding: 50px 0px 20px;
}

#accordionfull .card-body {
  border-bottom: 1px solid rgba(0,0,0,.2);
}

#accordionfull .card-body p {
  font-size: 18px;
  color: #000;
  opacity: 0.5;
  text-decoration: none;
  font-family: "Ruda-Regular";
}

#accordionfull a {
  font-size: 14px;
  color: #000;
  opacity: 0.3;
  text-decoration: none;
  font-family: "Ruda-Regular";
  padding:0px;
}

.partners-section {
  background-color: #e7ebef;
  padding-bottom: 70px;
}

.partners-section .container .partners-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.partner-item {
  margin: 0rem 0rem 0;
  max-width: 20rem;
}

.partner-item img {
  max-height: 7rem;
  max-width: 100%;
}

footer {
  padding-top: 40px;
  background-color: #000;
  border: 0;
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg,#c625ff 6%,#2e41ff 40%,#00e4ff 66%,#0f0 94%);
  border-top-style: solid;
  border-top-width: 6px;
}

footer .logo-container img {
  opacity: 0.5;
  max-width: 160px;
}

footer .logo-container img:hover {
  opacity: 1;
}

footer a {
  padding: 0px;
  text-align: left;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-top: 1rem;
  opacity: .5;
}

.footer-link.h5 {
  font-size: 17px;
  padding-top:9px;
}

footer .copyright-footer {
  border-top: 1px solid #1a1a1a;
  padding: 40px 0px 10px;
  margin: 30px 0px 10px;
}

footer .footer-copy p,
footer .footer-widget,
p.widget-heading{
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  opacity: 0.6;
  font-family: "Ruda-Regular";
}

footer .legal-links a,
.widget-heading {
  font-size: 14px;
  padding: 0px;
  margin: 0px 0px 7px;
}

p.widget-value {
   color: #fff;
  opacity: 0.6;
  font-family: "Ruda-Regular";
}

footer a:hover {
  color:#fff;
  opacity:1;
}

@media only screen and (min-width: 320px) and (max-width: 767px) { 

    header {
      padding-top: 15px;
    }

    .nav-branding img {
      max-width: 135px;
    }

    h1 {
      font-size: 35px;
      line-height: 42px;
    }

    h3 {
      font-size: 21px;
      line-height: 29px;
    }

    a {
      padding: 14px 9px;
      max-width: 100%;
      margin-top: 25px;
      font-size: 16px;
    }

    .hero_area {
      height: 80vh;
    }


    .hero_area h1, 
    .hero_area p {
      padding: 10px 0px 5px;
    }

    .hero_area .detail-box {
      padding-right: 0px;
    }

    p {
      font-size: 19px;
      line-height: 27px;
    }

    .hero_area .detail-box img {
      width: 25px;
      padding-right: 5px;
    }

   .hero_area .detail-box span {
        font-size: 18px;
       line-height: 24px;
       display: flex;
       align-items: baseline;
       margin-bottom: 10px;
    }
    section .grant-column img {
      width: 100%;
    }

    section.services .col-lg-3 {
      padding-right: 5px;
    }

    section .left-col-fotovoltaice img {
      max-width: 190px;
    }

    .listing-faq .btn.btn-link {
      font-size: 20px;
    }
    section .left-col-fotovoltaice p {
      padding: 9px 0px;
    }

    section .grant-column h2 {
      font-size: 30px;
    }

    section .grant-column h3 {
      font-size: 60px;
    }

    section.services,
    section.full-faq {
      padding: 50px 10px;
    }

    section.services img {
      height: 3rem;
      width: 3rem;
    }

    section.services h3 {
      padding-top: 12px;
      padding-bottom: 30px;
    }

    section.business-plan {
      background: -moz-linear-gradient(160deg, rgb(0, 186, 255) 0%, rgb(0, 93, 251) 100%);
      background: -webkit-linear-gradient(160deg, rgba(0,186,255,1) 0%, rgba(0,93,251,1) 100%);
      background: linear-gradient(160deg, rgb(0, 186, 255) 0%, rgb(0, 93, 251) 100%);
    }

    section.full-faq .card-faq button {
      font-size: 19px;
      padding: 5px 0px;
    }

    #accordionfull .card-body p {
      font-size: 16px;
    }

    .partner-item {
      margin: 0rem 0rem 0;
      max-width: 33%;
    }

    .detail-box br,
    .row.fotovoltaice-title br,
    .center-column-text br{
      display:none;
    }

    section.fotovoltaice_section h1 {
    color: #518766;
    font-size: 28px;
    line-height: 38px;
  }

    footer {
      padding-top: 30px;
    }

    .col-lg-3.logo-container {
      padding-bottom: 30px;
    }

    .footer-link.h5 {
      font-size: 15px;
      padding-top: 8px;
    }

    footer .logo-container img,
    footer .right-image {
      max-width: 150px;
    }

    .col-md-5.legal-links {
      padding: 15px;
    }

    li.nav-item:first-child {
      margin-top: 80px;
    }

    .nav-item {
      width: auto;
    }

}

@media only screen and (min-width: 768px) and (max-width: 992px) { 

  h1 {
    font-size: 44px;
    line-height: 51px;
    margin-bottom: 10px;
  }

  .nav-item {
    width: auto;
  }

  li.nav-item:first-child {
    margin-top: 82px;
  }
  li.nav-item {
    color: #fff;
  }

  .hero_area {
    height: 70vh;
  }

  section.services .col-lg-3 {
    padding-right: 35px;
    padding-bottom: 30px;
  }

  section.full-faq {
    background-color: #e7ebef;
    padding: 50px 10px;
  }

  .partner-item {
    max-width: 33%;
    padding: 35px;
  }

  .detail-box br,
  .row.fotovoltaice-title br,
  .center-column-text br{
    display:none;
  }

  .hero_area .detail-box span {
    display: block;
    color: #fff;
    font-size: 24px;
    line-height: 34px;
    margin: 10px 0px;
    display: flex;
    align-items: baseline;
}


  .col-lg-3.logo-container {
    padding-bottom: 40px;
  }

  footer .right-image {
    max-width: 200px;
    margin-top: 30px;
  }

  .footer-link.h5 {
    font-size: 15px;
    padding-top: 8px;
  }

  .hero_area {
    height: 60vh;
  }
}
.footer-h5 {
  color: #fff;
  display: block;
  font-weight: 500;
  margin-top: 1rem;
  opacity: .85;
}

.ensys-footer .container .custom-footer-row {
  border-top: 1px solid rgba(231,235,239,.2);
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.ensys-footer .container .custom-footer-row {
  align-items: center;
  justify-content: space-between;
}