*
{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body
{
    background-image: url(IMG/bgnew.avif);
    background-size: contain;
}
/* title start */
.title
{
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    color: white;
}
.subTitle
{
    text-align: center;
    font-size: 20px;
    margin-bottom: 0px;
    color: white;

}
.titleText
{
    text-align: center;
    font-size: 18px;
    margin-bottom: 40px;
    color: white;

}

.title2
{
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    color: black;
}
.subTitle2
{
    text-align: center;
    font-size: 20px;
    margin-bottom: 0px;
    color: black;

}
.titleText2
{
    text-align: center;
    font-size: 18px;
    margin-bottom: 40px;
    color: black;
}
/* title end */

#cursor-effect {
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
}

.outer-circle,
.inner-circle {
  position: absolute;
  border-radius: 50%;
  animation: pulse 1.5s infinite ease-in-out;
}

.outer-circle {
  width: 30px;
  height: 30px;
  background-color: #446B37; /* crvena */
}

.inner-circle {
  width: 20px;
  height: 20px;
  background-color: #4c6c41; /* plava */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.4;
  }
  100% {
    transform: scale(1);
    opacity: 0.8;
  }
}

/* newsletter end */

/* arrow start */
.arrowHolderO
{
    opacity: 0;
    z-index: 1000000000000000;
}
.arrowHolder img 
{
    position: fixed;
    top: 89vh;
    right: 2%;
    width: 32px;
    z-index: 1000000000000000;
}
/* arrow end */

/* navigation start */
.navbar .navbar-nav .nav-item .nav-link
{
    font-size: 20px;
    color: white;
    transition: 0.3s ease-in-out;
}
.navbar .navbar-nav .nav-item .nav-link:hover
{
    color: white;
}
.navbar-brand img
{
    width: 100px;
    background-image: none;
}
/* navigation end */

/* hero start */
#hero
{
    position: relative;
    background-size: cover;
    background-position: center;
    background-image: url(IMG/herobg.avif);
}
.hero-overlay
{
    padding: 380px 0px;
    background-color: rgba(0, 0, 0, 0.6);
}
.heroCon
{
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 10%);
    width: 100%;
    max-width: 70%;

}
.heroCon h1
{
    text-align: center;
    font-size: 55px;
    font-weight: 700;
    color: white;
}
.heroCon p
{
    text-align: center;
    font-size: 22px;
    margin-top: 25px;
    color: white;

}
.btn
{
    padding: 10px 30px;
    border: 2px solid white;
    border-radius: 0px;
    color: white;
}
.btnsHolder
{
    display: flex;
    justify-content: center;
    align-items: center;
}
#primaryBtn
{
    background-color: #446B37;
    padding: 10px 45px;
    border-radius: 0px;
    margin-right: 2px;
    color: white;
    font-weight: 600;
    font-size: 20px;
}
#secondaryBtn
{
    padding: 10px 45px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 0px;
    margin-left: 2px;
    font-size: 20px;
    max-width: 300px;
    width: 100%;
    color: white;
}
#secondaryBtn1
{
    padding: 10px 45px;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 0px;
    margin-left: 2px;
    font-size: 20px;
    max-width: 300px;
    width: 100%;
    color: black;
}
/* hero end */

/* why start */
#why
{
    padding: 100px 0px 50px 0px;
    /* background-color: white; */
}
#why img
{
    display: block;
    margin: auto;
    width: 120px;
}
#items p
{
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
    color: white;
}
/* why end */

/* services start */
#services
{
    padding: 100px 0px;
    /* background-color:whitesmoke; */
}
.servicesHolder
{
    margin: 10px 0px;
}
#ser1
{
    background-image: url(IMG/p3-1.avif);
    background-size: cover;
}
#ser2
{
    background-image: url(IMG/p2-4.avif);
    background-size: cover;
    background-position: center;
}
#ser3
{
    background-image: url(IMG/p2.avif);
    background-size: cover;
    background-position: center;
}
.services-overlay
{
    padding: 200px 0px;
    background-color: rgba(0, 0, 0, 0.45);
    position: relative;
}
.servicesCon
{
    position: absolute;
    left: 30%;
    bottom: 10%;
    transform: translate(-25%, -10%);
    color: white;
    width: 100%;
    max-width: 95%;
    display: block;
    margin: auto;
}
.servicesCon h3
{
    color: white;
    font-size: 22px;
}
.servicesCon p
{
    font-size: 18px;
}
.servicesCon a
{
    text-decoration: none;
    color: white;
    font-weight: 600;
}
.servicesCon a:hover
{
    color: white;
}
/* services end */

/* products start */
#productsHide
{
    display: block;
}
#products
{
    padding: 100px 0px;
    /* background-color: rgba(255, 255, 255, 1); */
}
.productsHolder 
{
    padding: 0px 0px 20px 0px;
    background-color: whitesmoke;
    margin: 10px 0px;
    border: 1px solid rgb(215, 215, 215);
}
.productsHolder img
{
    margin-bottom: 15px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
}
.productsHolder h4
{
    text-align: center;
    font-size: 18px;
    padding: 0px 10px;
}
.productsHolder h3
{
    text-align: center;
    font-size: 16px;
    padding: 0px 10px;

}
.productsHolder p 
{
    text-align: center;
    font-size: 16px;
    padding: 0px 10px;
}
.productsHolder p span
{
    font-weight: 600;
    color: black;
    font-size: 20px;
}
.break
{
    display: block;
}
#link
{
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    margin-top: 15px;
    color: white;
}
/* products end */

/* dostava start */
#dostava
{
    padding: 100px 0px;
}
#dostava ul li
{
    color: white;
    font-size: 20px;
}
#dostava .txt
{
    font-size: 20px;
    color: white;
}
#dostava .btnsHolder
{
    display: flex;
    justify-content: flex-start;
}
/* dostava end */

/* tabla start */
#tabla
{
    padding: 100px 0px;
}
#tabla .txt
{
    font-size: 20px;
    color: white;
}
#tabla .btnsHolder
{
    display: flex;
    justify-content: flex-start;
}
/* tabla end */

/* test start */
#test
{
    background-image: url(IMG/testbg.avif);
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}
.test-overlay
{
    padding: 250px 0px;
    background-color: rgba(0, 0, 0, 0.7);
}
.testCon
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 95%;
    display: block;
    margin: auto;
}
.testCon h2
{
    color: white;
    font-size: 45px;
    text-align: center;
}
.testCon p
{
    font-size: 25px;
    text-align: center;
    color: white;
}
.testCon a
{
    display: block;
    margin: auto;
    background-color: #446B37;
    padding: 10px 30px;
    max-width: 250px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    color: white;
    font-weight: 600;
    font-size: 20px;
    transition: 0.2s ease-in-out;
}
.testCon a:hover
{
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}
/* test end */

/* about start */
#about
{
    padding: 100px 0px;
    background-color: rgba(255, 255, 255, 1);
}
#about p
{
    text-align: center;
    font-size: 20px;
}
#about p span
{
    color: #405A20;
    font-weight: 700;
}
/* about end */


/* clients start */
#clients
{
    padding: 50px 0px;
    background-color: whitesmoke;
}
#clients 
.recenzijaHolder
{
    border: 1px solid rgb(255, 255, 255);
    padding: 20px 10px;
}
.recenzijaHolder img
{
    width: 80px;
}
.recenzijaHolder p
{
    font-size: 20px;
}
/* clients end */

/* footer start */
#footer 
{
    padding: 50px 0px;
    background-color: #212422;
}
#footer h3
{
    font-size: 18px;
    color: white;
}
#footer #logo
{
    width: 140px;
}
#footer form input
{
    width: 100%;
    border-radius: 0px;
    outline: none;
    border: 1px solid black;
    padding: 10px 10px;

}
#footer form button
{
    background-color:  #446B37;
    border: 0px;
    outline: none;
    padding: 10px 30px;
    color: white;
    font-weight: 600;
    margin-top: 5px;
}
#footer ul
{
    list-style: none;
    margin-left: -30px;
}
#footer ul li
{
    padding: 3px 0px;
    color: white;

}
#footer ul li a
{
    text-decoration: none;
    color: white;
}
.potpis
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.potpisItem a
{
    text-decoration: none;
    font-size: 16px;
    color: white;
}
.potpisItem p
{
    height: 13px;
    font-size: 16px;
    color: white;
}
/* footer end */

/* contactp start */
#contactp
{
    padding: 50px 0px;
}
#contactp p
{
    text-align: center;
    font-size: 20px;
    color: white;
}
#contactp a
{

    background-color:  #446B37;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 30px;
    color: white;
    max-width: 230px;
    width: 100%;
    display: block;
    margin: auto;
    margin-top: 20px;
}
/* contactp end */

/* contact start */
#contact
{
    padding: 100px 0px;
}
.contactHolder h2
{
    font-size: 22px;
    color: white;
}
.contactHolder p
{
    font-size: 20px;
    color: white;
}
#contact a
{
    text-decoration: none;
    color: white;
    font-size: 20px;
}
.contact-Form1 input, textarea
{
    width: 100%;
    padding: 10px 10px;
    margin: 5px 0px;
    outline: none;
    border: none;
    /* border-bottom: 2px solid rgb(179, 0, 0); */
    border: 1px solid #c1c1c1;
    border-radius: 0px;
} 
#formica
{
    padding: 30px 20px;
    background-color: white;
}
.contact-Form1 textarea
{
    margin: 5px 0px;
}
.contact-Form1 button
{

    /* background-color: #88A5A9; */
    background-color:  #446B37;
    /* background: linear-gradient(to bottom, #F5EA52, #CFA032); */
    border: none;
    padding: 10px 35px;
    outline: none;
    border: none;
    margin: 10px 0px;
    font-weight: 600;
    font-size: 16px;
    color: white;
    border-radius: 0px;
        display: block;
    margin: auto;
}
#provera
{
    display: none;
}
.contactHolder
{
    margin: 20px 0px;
}
.contactHolderItem img
{
    width: 32px;
    margin-right: 10px;
}
.contactHolderItem
{
    margin: 10px 0px;
}
/* contact end */

/* location start */
#location
{
    padding: 100px 0px;
    /* background-color: rgba(255, 255, 255, 0.85); */
}
#location p
{
    color: white;
}
/* location end */

/* questions start */
#questions1
{
    padding: 50px 0px;
    background-color: #446B37;
    background-size: cover;
}
#questions1 h3
{
    color: white;
    text-align: center;
}
/* questions end */

/* media query start */
@media only screen and (max-width: 576px)
{
    #navigation img
    {
        width: 80px;
    }
    #products .btnsHolder {
    display: flex;
    flex-direction: column; /* postavlja elemente jedan ispod drugog */
    justify-content: center; /* centriranje vertikalno unutar kontejnera */
    align-items: center;     /* centriranje horizontalno */
    gap: 10px; /* opcionalno, razmak između dugmadi */
}
    #productsHide
    {
        display: none;
    }
    #dostava .txt
    {
        text-align: center;
    }
    #tabla .txt
    {
        text-align: center;
    }
    .break
    {
        display: none;
    }
    .title
    {
        text-align: center;
        font-size: 32px;
        font-weight: 700;
    }
    .subTitle
    {
        text-align: center;
        font-size: 20px;
        margin-bottom: -5px;
    }
    .titleText
    {
        text-align: center;
        font-size: 18px;
        margin-bottom: 40px;
    }
        .title2
    {
        text-align: center;
        font-size: 32px;
        font-weight: 700;
    }
    .subTitle2
    {
        text-align: center;
        font-size: 20px;
        margin-bottom: -5px;
    }
    .titleText2
    {
        text-align: center;
        font-size: 18px;
        margin-bottom: 40px;
    }
    #hero
    {
        background-color: rgba(255, 255, 255, 0.3);
        animation: heroAnimation 25s alternate 100;
        background-image: url(IMG/smallHero.avif);
        background-size: cover;
        background-position-y: bottom;
    }
    @keyframes heroAnimation
    {
        0%
        {
            background-position: left;
        }
        100%
        {
            background-position: right;
        }
    }
    .hero-overlay
    {
        padding: 300px 0px;
        background-color: rgba(0, 0, 0, 0.65);
    }
    #hero #secondaryBtn
    {
        display: none;
    }
    .heroCon
    {
        max-width: 95%;
        width: 100%;
        display: block;
        margin: auto;
    }
    .heroCon h1
    {
        text-align: center;
        font-size: 35px;
    }
    .heroCon p
    {
        text-align: center;
        font-size: 20px;
        margin-top: 25px;
    }
    .potpis
    {
        display: block;
    }
    .potpisItem 
    {
        text-align: center;
    }
    #footer #logo
    {
        width: 90px;
        display: block;
        margin: auto;
        margin-bottom: 20px;
    }
    #footer form
    {
        margin-bottom: 20px;
    }
    #test
    {
        background-attachment: scroll;
        background-position: left;
    }
    .testCon h2
    {
        color: white;
        font-size: 22px;
        text-align: center;
    }
    .testCon p
    {
        font-size: 18px;
        text-align: center;
        color: white;
    }
     #about .btnsHolder
     {
        justify-content: center;
        
     }
    #about #secondaryBtn1
    {
        display: none;
    }
    #dostava .btnsHolder
     {
        justify-content: center;
     }
    #dostava #primaryBtn
    {
        display: none;
    }
     #tabla .btnsHolder
     {
        justify-content: center;
     }
    #tabla #secondaryBtn1
    {
        display: none;
    }
    #dostava img
    {
        margin-top: 20px;
    }
    #tabla img
    {
        margin-bottom: 20px;
    }
    #location
    {
        padding-top: 50px;
    }
    }
/* media query end */

/* gallery start */
#gallery
{
    padding: 100px 0px;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content {
    position: relative;
    max-width: 90%;
    width: 100%;
    height: 100%;
    max-height: 90%;
}
.close button
{
    width: 30px;
    height: 30px;
    background-color: #4a6c20;
    position: absolute;
    font-weight: 600;
    top: 0%;
    right: 0%;
    /* transform: translate(-10%, -10%); */
    outline: none;
    border: 0px;
    color: white;
}

.modal-content img {
    display: block;
    max-height: 100%;    
    margin: auto;
}

.modal-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    color: white;
    cursor: pointer;
    z-index: 1001;
    user-select: none;
}

.modal-arrow.left {
    left: 10px;
    background-color: #405A20;
}

.modal-arrow.right {
    right: 10px;
    background-color: #405A20;

}

#inspiracija
{
    padding: 100px 0px 50px 0px;
    background-color: none;

}
/* inspiracija end */
#inspiracija a
{
    text-decoration: none;
    font-size: 20px;
    color: #121212;
}

 #klizac {
    scroll-behavior: smooth;
    padding-bottom: 10px;
  
  /* sakrij horizontalni scrollbar */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE i Edge */
}

#klizac::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

  .klizac-item {
    flex: 0 0 auto;
    width: 100%;
    max-width: 300px;
  }

  .strelica-levo,
  .strelica-desno {
    position: absolute;
    top: 35%;
    transform: translateY(-35%);
    /* color: white; */
    font-weight: 500;
    font-size: 20px;
    width: 100px;
    height: 100px;
    background-color: transparent;
    /* border: 1px solid #ccc; */
    z-index: 10;
    color: #446B37;
  }
  .button
  {
    border: none;
    outline: none;
  }

  .strelica-levo {
    left: -50px;
        font-size: 100px;
            border: none;
    outline: none;

  }

  .strelica-desno {
    right: -50px;
            font-size: 100px;
                border: none;
    outline: none;

  }

  @media (max-width: 768px) {
    .klizac-item {
      max-width: 90%;
    }

    .strelica-levo,
    .strelica-desno {
      display: none !important;
    }
  }

@media (max-width: 576px) 
  {
    .slikaHolder::before {
    content: "";
    position: absolute;
    top: 20px;       /* pomera se nadole */
    left: 70px;    
    width: 100%;
    max-width: 80%;
    height: 100%;
    background-color: #58442c1c;
    z-index: 0;      /* iza slike */
        display: block;
    margin: auto;
    }
    .slikaHolder img {
  position: relative;
  z-index: 1;      /* slika ide preko pozadine */
  display: block;
  width: 100%;
  max-width: 90%;
  display: block;
  margin: auto;
}
  }

  /* numbers start */
  #counter-section {
  /* background-color: rgb(255, 255, 255); */
  padding: 100px 20px;
  text-align: center;
  background-image: none;
  background-size: cover;
  
}

.counter-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}

.counter-box {
  flex: 1 1 150px;
}

.counter {
  font-size: 60px;
  font-weight: bold;
  color: white;
}

.counter + p {
  margin-top: 10px;
  color: white;
  font-size: 25px;
  letter-spacing: 0px;
  font-weight: 500;
}
/* numbers end */


#inspiracija1
{
    /* background-image: url(IMG/bgnew.avif);
    background-size: cover; */
    padding: 100px 0px 50px 0px;
}

#inspiracija
{
    padding: 100px 0px 50px 0px;
    background-color: transparent;
}
/* inspiracija end */
#inspiracija a
{
    text-decoration: none;
    font-size: 20px;
    color: #121212;
}

 #klizac1 {
    scroll-behavior: smooth;
    padding-bottom: 10px;
  
  /* sakrij horizontalni scrollbar */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE i Edge */
}

#klizac1::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

  .klizac-item1 {
    flex: 0 0 auto;
    width: 100%;
    max-width: 300px;
  }

  .strelica-levo1,
  .strelica-desno1 {
    position: absolute;
    top: 35%;
    transform: translateY(-35%);
    /* color: white; */
    font-weight: 500;
    font-size: 20px;
    width: 100px;
    height: 100px;
    background-color: transparent;
    /* border: 1px solid #ccc; */
    z-index: 10;
    color: #446B37;
  }
  .button
  {
    border: none;
    outline: none;
  }

  .strelica-levo1 {
    left: -50px;
        font-size: 100px;
            border: none;
    outline: none;

  }

  .strelica-desno1 {
    right: -50px;
            font-size: 100px;
                border: none;
    outline: none;

  }

  @media (max-width: 768px) {
    .klizac-item1 {
      max-width: 90%;
    }

    .strelica-levo1,
    .strelica-desno1 {
      display: none !important;
    }
  }

@media (max-width: 576px) 
  {
    .slikaHolder::before {
    content: "";
    position: absolute;
    top: 20px;       /* pomera se nadole */
    left: 70px;    
    width: 100%;
    max-width: 80%;
    height: 100%;
    background-color: #58442c1c;
    z-index: 0;      /* iza slike */
        display: block;
    margin: auto;
    }
    .slikaHolder img {
  position: relative;
  z-index: 1;      /* slika ide preko pozadine */
  display: block;
  width: 100%;
  max-width: 90%;
  display: block;
  margin: auto;
}
  }