/*Colors that are used in this website:

#1-#355834 // dark green
#2-#8ED081 //light green
#3-#000 //black
#4-#3F4045 // light gray

*/

* {
    margin: 0;
    padding: 0;
    /* overflow-x: hidden; */

}

.logo img{
    max-width: 200px;
    height: 90px;
    margin-top: 5px;
}


.navbar ul li {
    list-style: none;
    display: inline-block;
    margin-top: 25px;
    overflow-y: hidden;
}

.navbar ul li a {
    padding: 10px 30px;
    text-decoration: none;
    color: #000;
    font-size: 20px;
    font-family: playfair display;
    font-style: italic;
}

.sidebar {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    backdrop-filter: blur(10px);
    background-color: #ffffff3b;
    box-shadow: -10px 0px 10px rgba(0, 0, 0, 0.1);
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: center;
}

#radovi{
    background-color: #fff;
    border: none;
    font-family: playfair display;
    font-style: italic;
}


.Menu-button svg {
    display: none;
    fill: #000;
}

.sidebar ul {
    list-style: none;
    margin-top: 150px;
    margin-left: 370px;
    text-align: center;
}

.sidebar ul li {
    width: 100%;
    text-align: center;
    padding: 15px;
}

.sidebar ul li a {
    width: 100%;
    color: #000;
    text-align: center;
    text-decoration: none;
    font-size: 25px;
    position: relative;
    font-family: playfair display;
    font-style: italic;
}

.HideOnMobile {
    display: none;
}


.img-holder {
    margin-top: 130px;
}

.img-holder img {
    max-width: 840px;
    height: 550px;
    border-radius: 25px;
}

.text-holder {
    margin-top: 200px;
}

.text-holder h2 {
    font-family: lato;
    font-style: italic;
    color: #355834;
    letter-spacing: 1.3px;
    line-height: 40px;
}

.text-holder h3 {
    padding-top: 25px;
    font-family: lato;
    font-style: italic;
    letter-spacing: 1.2px;
}

.text-holder p {
    font-family: playfair display;
    font-style: italic;
    letter-spacing: 1.3px;
    padding-top: 15px;
}

.inovation-text-holder {
    margin: 0 auto;
    max-width: 200px;
    margin-top: 100px;
    text-align: center;
    margin-bottom: 30px;
}

.inovation-text-holder h2 {
    font-family: playfair display;
    font-weight: 500;
    font-style: italic;
    color: #355834;
    overflow-y: hidden;
}

.org-text {
    text-align: center;
    font-family: lato;
    letter-spacing: 1.3px;
    font-size: 19px;
}

.org-hidden-text {
    display: none;
}

.org-hidden-text-second {
    display: none;
}

.org-hidden-text-third {
    display: none;
}

.org-hidden-text-four {
    display: none;
}

.keyword {
    cursor: pointer;
    font-weight: 700;
    color: #8ED081;
}

.green-box {
    width: 400px;
    height: 100px;
    background-color: #8ED081;
    border-radius: 10px;
}

.tree-img-holder img {
    margin: 0 auto;
}

.tree-section {
    margin: 100px auto;
    text-align: center;
}

.consulting-section {
    margin: 0 auto;
}

.consulting-text {
    max-width: 450px;
    height: 170px;
    margin: 0 auto;
    background-color: #8ED081;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px
}

.consulting-text p {
    font-size: 20px;
    font-family: lato;
    font-weight: 600;
    text-align: center;
    font-style: italic;
    color: #000;
    text-decoration: none;
}

.consulting-text a{
    text-decoration: none;
}

.consulting-btn {
    height: 100px;
    max-width: 300px;
    background-color: #355834;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 100px;
}

.consulting-btn a {
    font-size: 32px;
    font-family: lato;
    text-decoration: none;
    color: #fff;
    font-style: italic;
}

.back_panel {
    padding: 0;
    margin-top: 250px;
}

.kontakt {
    padding: 15px;
}

#galerija {
    margin: auto;
    max-width: 450px;
    max-height: 700px;
    /* Prevent overflow */
    height: auto;
    /* Dynamic height */
    padding-top: 20px;
    overflow: hidden;
    /* No overflow */
}

#slikapreview {
    margin: auto;
    background-color: white;
    max-width: 450px;
    max-height: 700px;
    height: auto;
    /* Dynamic height */
    overflow-y: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

#slikapreview img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    /* Maintain aspect ratio */
    display: block;
}

#pointsHolder {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 400px;
    height: 30px;
    margin: 0 auto;
    padding: 0;
}

.indikator {
    background-color: gray;
    margin-right: 10px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.video-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}

footer {
    margin-top: 150px;
    background-color: #8ED081;
}

.footer-text {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.footer-text p {
    padding-top: 18px;
    text-decoration: none;
    color: #000;
    font-size: 20px;
    font-family: lato;
    letter-spacing: 1.3px;
    font-style: italic;
}

.footer-text a {
    text-decoration: none;
    color: #000;
    font-size: 20px;
    font-family: lato;
    letter-spacing: 1.3px;
    font-style: italic;

}

/*GALLERY*/
.gallery-holder img {
    max-width: 450px;
    height: 450px;
    padding: 20px;
    border-radius: 50px;
    margin: 0 auto;
}

.red {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*STATUTI*/
.statuti-section {
    margin: 50px auto;
    text-align: center;

}

.statuti-section h1 {
    font-family: lato;
    font-style: italic;
}

.statuti-section a {
    padding: 5px;
    font-family: lato;
}

.statuti-img-holder {
    text-align: center;
}


/*TEAM SECTION*/

.red-tim {
    display: flex;
    justify-content: center;
    align-items: center;
}

.red-img-holder img {
    width: 200px;
    height: 200px;
    border-radius: 5px;
}

.red-img-holder {
    flex-basis: 250px;
}


.red-text-box {
    max-width: 350px;
}


.red-text-box p {
    font-size: 18px;
    font-family: lato;
    letter-spacing: 1.3px;
}

.red-text-box h3 {
    font-family: Playfair Display;
    letter-spacing: 1.2px;

}

.team-heading-holder {
    text-align: center;
}

.team-heading-holder h1 {
    margin-top: 100px;
    font-family: Playfair Display;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-style: italic;
    padding-bottom: 50px;
}

.team-heading-holder h2 {
    margin-bottom: 50px;
    font-family: lato;
    letter-spacing: 1.4px;
}

.card-holder {
    margin-bottom: 100px;
    /* text-align: center; */
}

#voxy {
    height: 250px;
}

#pavle {
    height: 250px;
}

#Steva-Ema {
    height: 250px;
    margin-bottom: 240px;
}

#alex {
    height: 220px;
}

#dole {
    margin-top: 100px;
}

#suza-bube {
    width: 190px;
    height: 250px;
}

#bole {
    height: 200px;
    width: 240px;
}

#Bole {
    flex-basis: 280px;
}

/*FQA SECTION*/

.accordion {
    background-color: white;
    color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    font-size: 1.2rem;
    width: 100%;
    padding: 2rem 2.5rem;
    border: none;
    outline: none;
    transition: 0.4s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}

.accordion i {
    font-size: 1.6rem;
}

.active,
.accordion:hover {
    background-color: #f1f7f5;
}

.pannel {
    padding: 0 2rem 2.5rem 2rem;
    background-color: white;
    overflow: hidden;
    background-color: #f1f7f5;
    display: none;
}

.pannel p {
    color: rgba(0, 0, 0, 0.7);
    font-size: 1.2rem;
    line-height: 1.4;
}

.faq {
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin: 10px 0;
}

.faq.active {
    border: none;
}

.wrapper {
    max-width: 75%;
    margin: auto;
}

.wrapper>p,
.wrapper>h1 {
    margin: 1.5rem 0;
    text-align: center;
}

.wrapper>h1 {
    letter-spacing: 3px;
}

/*partners-section*/

.partners-section h3{
    text-align: center;
    padding-bottom: 50px;
    letter-spacing: 1.3px;
    font-size: 32px;
    font-family: Palyfair display;
}

.partners-section-heading p{
    max-width: 400px;
    font-family: lato;
    font-size: 20px;
}

.partners-section-heading{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.partners-button-holder{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.partners-button-holder a{
    max-width: 300px;
    height: 60px;
    background-color: #8ED081;
    padding: 20px 50px;
    border-radius: 15px;
    color: #000;
    text-decoration: none;
    font-family: lato;
    letter-spacing: 1.3px;
    font-size: 20px;
}

.partner-holder {
    font-size: 24px;
    padding-top: 5px;
    border-block: 1px solid;
    overflow: hidden;
    user-select: none;  
    --gap: 20px;
    display: flex;
    gap: var(--gap);

    margin-top: 50px;
  }
  
  .partner-holder ul {
    list-style: none;
    flex-shrink: 0;
    min-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--gap);
  
    animation: scroll 20s linear infinite;
  }
  
  .partner-holder:hover ul {
    animation-play-state: paused;
  }
  
  @keyframes scroll {
    to {
      transform: translateX(calc(-100% - var(--gap)));
    }
  }

  .partner-holder ul li a{
    text-decoration: none;
    color: #000;
    font-family: lato;
  }

  .partner-holder ul li a:hover{
    text-decoration: underline;
    transition: 0.3s ease-in-out;
  }

  .partners-text-holder p{
    text-align: center;
    font-family: lato;
    letter-spacing: 1.2px;
    font-size: 20px;
  }

  /*Profit section*/

  .profit-img-holder{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .profit-img-holder img{
    height: 300px;
  }
