*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 15px;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif !important;
  height: 100%;
  color: #777;
  line-height: 1.5;
}

img {
  width: 100%;
}

h2,
h3 {
  font-weight: 700;
  color: #333;
}

section {
  padding-bottom: 5rem;
  padding-top: 5rem;
}

.section-heading {
  color: #333;
  margin-bottom: 3rem;
}

/* Navigation */

.nav-container > .container-fluid {
  padding: 0;
}

.navbar {
  position: fixed;
  width: 100%;
  background-color: #10246d;
  top: 0;
  transition: top 0.5s;
  -webkit-transition: top 0.5s;
  -moz-transition: top 0.5s;
  -ms-transition: top 0.5s;
  -o-transition: top 0.5s;
}

#navbarTogg {
  max-width: 1170px;
  margin: 0px auto;
}

.navbar-items > .logo-mini-container {
  margin-right: 4rem;
}

.logo-mini-container {
  margin-right: 2rem;
}

.logo-mini {
  height: 2rem;
  width: auto;
  filter: brightness(125%);
  -webkit-filter: brightness(125%);
}

.logo-mobile {
  display: none;
}

.navbar-items > li,
.btn-li-custom {
  text-transform: uppercase;
  margin: 0.1rem 0.5rem;
  font-size: 0.8rem;
  letter-spacing: 0.02rem;
  font-weight: 600;
}

.nav-link {
  color: #fff;
  transition: color 0.3s ease-in-out, border 0.3s ease-in-out,
    color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
}

.nav-item {
  list-style-type: none;
}

.nav-item::marker {
  font-size: 0;
}

#nav-item-gold > .nav-link-ltr:hover,
#nav-item-gold > .nav-link-ltr:active {
  opacity: 1;
  color: #f1cf69;
}

.nav-link::before {
  transition: 300ms;
  height: 5px;
  content: "";
  position: absolute;
  background-color: #f1cf69;
}

.nav-link-ltr::before {
  width: 0%;
  bottom: 15px;
}

.nav-link-ltr:hover::before,
.nav-link-ltr:active::before {
  width: 2rem;
}

.btn-li-custom {
  border: 2px solid #f1cf69;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out;
}

.btn-li-custom:hover {
  color: #000;
  background-color: #f1cf69;
  cursor: pointer;
}

/*Hero - First Screen*/

.header-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1)),
    url("../img/hero.jpg") top/cover;
  height: 100vh;
}

.header-content {
  height: 60vh;
  color: #fff;
  padding-top: 20rem;
  margin: 0;
}

.header-content__h1 {
  font-size: 9rem;
  letter-spacing: 1.8rem;
  font-weight: 700;
  margin-bottom: -2rem;
}

.header-content__text {
  max-width: 50rem;
}

.header-button {
  background-color: #10246d;
  color: #fff;
  font-size: 1em;
  letter-spacing: 0.02rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 1rem 2rem;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.header-button:hover {
  background-color: #f1cf69;
  /* border-color: #10246d; */
  color: #10246d;
  cursor: pointer;
}

/*Sections #uvod + #slogan*/

.fad {
  font-size: 5rem;
  color: #106d59;
  margin-bottom: 0.5rem;
}

.section2 {
  padding: 0 0 4rem 0;
  margin-bottom: 4rem;
  background-color: rgba(255, 255, 255, 0.9) !important;
  background: url("../img/logo-horizontal.png");
  background-blend-mode: color;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: 100% 60%;
}

.slogan-line {
  font-size: 6rem;
  font-weight: 700;
  line-height: 0.75;
}

.slogan-line1 {
  color: #10246d;
}

.slogan-line2 {
  color: #35106d;
}

.slogan-line3 {
  color: #106d59;
}

/*Section3 - 1 col-lg-6 + bgimage*/
.section3 {
  position: relative;
}

.img-background {
  background: url("../img/stojehaskap.jpg");
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  right: 0;
}

.text-lead {
  font-weight: 600;
  color: #333;
}

.text-strong_size {
  font-weight: 600;
  font-size: 1.2rem;
}

.btn-mali {
  width: 10rem;
  margin-top: 3rem;
  color: #000;
  padding: 1rem;
  display: inline-block;
}

/* Bounce In */
.div_hovereffect {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.div_hovereffect:hover,
.div_hovereffect:focus,
.div_hovereffect:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

/*Section4 - Timeline*/
.section4,
.section5 {
  background-color: #e9f1ee;
}

.timeline {
  border-top: solid 1px #35106d;
}

.timeline-year {
  font-size: 3.5rem;
  font-weight: 700;
  color: #35106d;
  margin-bottom: 0;
  margin-top: 2rem;
}

.timeline-heading {
  font-size: 1.1rem;
  color: #35106d;
  font-weight: 700;
}

/* .timeline-item {
  margin-left: -1rem;
} */

.timeline-item::before {
  content: "";
  position: absolute;
  background-color: #35106d;
  top: 0;
  left: 21px;
  width: 1px;
  height: 40px;
}

.timeline-item::after {
  content: "";
  position: absolute;
  background-color: #35106d;
  top: -7px;
  left: 15px;
  width: 14px;
  height: 14px;
  border: 4px solid #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

/*Section5 - #gallery*/
.section5 {
  padding-bottom: 0;
  padding-top: 0;
}

.gallery-item {
  padding: 0;
}

.gallery-box {
  padding: 0;
}

.gallery-item > figure {
  margin: 0;
  opacity: 0.85;
  width: 100%;
}

.gallery-link {
  /* position: absolute; */
  bottom: 1rem;
  /* color: #fff; */
  text-decoration: none;
  text-align: left;
  /* padding: 0 1rem; */
  margin: 0.5rem;
}

.gallery-link > h4 {
  margin-bottom: -0.33rem;
  font-size: 1.2rem;
  font-weight: 600;
}

.gallery-link > p {
  font-size: 0.8rem;
  margin-bottom: 0;
}

.gallery-item > figure:hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  cursor: pointer;
}

/*Section6 - Blog widgets*/

.blog-date {
  line-height: 1.1;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: Poppins, sans-serif;
  color: #106d59;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}

.blog-date > span {
  display: inline-block;
}

.blog-date > span:first-child {
  line-height: 1;
  font-size: 3rem;
  margin-right: 0.25rem;
}

.blog-title {
  font-size: 1.2rem;
  font-weight: 500;
}

.fp-blog-figure {
  margin: 0;
}

.fp-blog-figure > img {
  object-fit: cover;
  width: 100%;
  height: 270px;
}

.blog-button {
  text-align: center;
}

/*Section9 - Bottom (Contacs)*/
.section9 {
  padding-top: 0;
}

.bottom {
  color: #fff;
  max-width: 600px;
  padding: 6.25rem 2.8rem 4rem 2.8rem;
}

.bottom1 {
  margin-left: auto;
}

.bgcolor1 {
  background-color: #10246d;
}

.bgcolor2 {
  background-color: #35106d;
}
s .bottom-header {
  margin-bottom: 3rem;
}
a address > p {
  font-size: 0.8rem;
  margin: 1.56rem 0;
}

.form-input {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 0.6rem;
}

.form-textfield,
.form-textfield:focus,
.form-textfield:hover {
  color: #fff;
  border-color: #fff;
}

.form-textfield,
.form-textfield-nl {
  display: block;
  width: 100%;
  line-height: 0.9rem;
  font-size: 0.9rem;
  background: 0 0;
  color: #9f9f9f;
  border: none;
  border-bottom: 1px solid #b7b7b7;
  padding: 1.25rem 0;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.form-input > textarea {
  min-height: 6.5rem;
}

.form-btn {
  color: #fff;
  background-color: #35106d;
  width: 100%;
  border: 3px solid #fff;
  padding: 0.66rem;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.form-btn:hover {
  background-color: #fff;
  color: #282828;
}

.icon-contacts {
  line-height: 1.2;
  margin-right: 2rem;
  font-size: 1.2rem;
}

#map {
  height: 500px;
  width: 100%;
}

.map-main {
  padding-left: 0;
  padding-right: 0;
}

/*FOOTER*/
footer {
  margin-bottom: 2rem;
}

.bottom-header-title {
  color: #fff;
}

.footer-nav {
  padding-left: 3rem;
}

.footer-form-input {
  display: flex;
  height: 4rem;
  align-items: end;
}

.footer-form-input > .textfield {
  width: 60%;
  padding-bottom: 0;
}

.footer-text,
.footer-menu > li {
  font-size: 0.8rem;
}

.footer-menu > li {
  list-style: none;
  text-transform: uppercase;
  padding: 0.4rem 0;
}

/* NEWSLETTER */
#mc_embed_signup {
  text-align: center;
}

#mc-embedded-subscribe-form > #mc_embed_signup_scroll > label {
  font-weight: 700;
  color: #333;
  font-size: 1.75rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  padding-bottom: 0;
  font-family: "Poppins", sans-serif !important;
}

#mc_embed_signup_scroll > .clear > #mc-embedded-subscribe {
  font-size: 0.8rem;
  letter-spacing: 0.02rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif !important;
  text-transform: uppercase;
  color: #000;
  background-color: #fff;
  padding: 0.5rem 1rem;
}

#mc_embed_signup_scroll > .clear > #mc-embedded-subscribe:hover {
  color: #000;
  background-color: #f1cf69;
}

/*MEDIA QUERRIES*/
@media (max-width: 992px) {
  .logo-mobile {
    display: inherit;
  }

  .logo-desktop {
    display: none;
  }

  .logo-mini {
    height: 3rem;
  }

  .btn-li-custom {
    width: 6rem;
    margin-left: 0;
  }

  .btn-mali {
    width: 10rem;
    margin: 0 auto;
    color: #000;
    padding: 1rem;
  }

  .nav-link-ltr:hover::before,
  .nav-link-ltr:active::before {
    width: 0;
  }

  .slogan {
    background: none;
  }

  .img-background {
    background: none;
  }

  .section2 {
    background: none;
    padding: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .header-content__h1 {
    font-size: 5rem;
    margin-bottom: -1rem;
  }

  .header-content__text {
    padding: 1rem;
  }

  .timeline {
    border-left: solid 1px #10246d;
    border-top: none;
  }

  .timeline-item {
    padding-left: 2.5rem;
    margin-bottom: 2rem;
  }

  .timeline-year {
    line-height: 1;
  }

  .timeline-heading {
    line-height: 1.3;
  }

  .timeline-item::after {
    top: 19px;
    left: 7px;
  }

  .timeline-item::before {
    top: 25px;
    left: 7px;
    width: 30px;
    height: 1px;
  }

  .section-blogfp {
    padding-top: 1rem;
  }

  .blog-entry {
    margin-bottom: 2rem;
  }

  .fp-blog-figure {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 576px) {
  .section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .header-content__h1 {
    letter-spacing: 1rem;
    font-size: 4rem;
  }

  .header-content__text {
    padding: 1rem;
  }

  .gallery-item > figure > img {
    width: 100%;
  }

  .sections {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }

  .slogan-line {
    font-size: 5rem;
  }

  .bottom {
    padding: 3rem 1rem;
  }

  .header-content {
    padding-top: 10rem;
  }

  footer {
    margin-bottom: 0rem;
  }

  .footer-text {
    font-size: 0.5rem;
  }
}
