*
{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body
{
    background-image: url(IMG/bg.avif);
    background-size: contain;
}

/* title start */
.title
{
    text-align: center;
    font-size: 45px;
    font-weight: 700;
}
.subTitle
{
    text-align: center;
    font-size: 20px;
    margin-bottom: -5px;
}
.titleText
{
    text-align: center;
    font-size: 18px;
    margin-bottom: 40px;
}
/* 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: #405A20; /* crvena */
}

.inner-circle {
  width: 20px;
  height: 20px;
  background-color: #4a6c20; /* 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
{
    color: black;
    font-size: 20px;
}
.navbar-brand
{
    width: 120px;
}
#navBtn
{
    background-color: #405A20;
    padding: 10px 35px;
    border-radius: 0px;
    margin-right: 2px;
    color: white;
    font-weight: 600;
    font-size: 18px;
    margin-left: 10px;
}
/* navigation end */

/* hero start */
#hero
{
    padding: 200px 0px;
    position: relative;
}
.heroCon
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 70%;

}
.heroCon h1
{
    text-align: center;
    font-size: 55px;
    font-weight: 700;
}
.heroCon p
{
    text-align: center;
    font-size: 22px;
    margin-top: 25px;
}
.btn
{
    padding: 10px 30px;
    border: 2px solid black;
    border-radius: 0px;
}
.btnsHolder
{
    display: flex;
    justify-content: center;
    align-items: center;
}
#primaryBtn
{
    background-color: #405A20;
    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(82, 82, 82);
    border-radius: 0px;
    margin-left: 2px;
    font-size: 20px;
    max-width: 250px;
    width: 100%;
}
/* hero end */

/* why start */
#why
{
    padding: 50px 0px;
    background-color: white;
}
#why img
{
    display: block;
    margin: auto;
    width: 100px;
}
#items p
{
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
}
/* why end */

/* sale start */
#sale
{
    padding: 50px 0px;
    background-color: rgba(255, 255, 255, 0.3);
}
#sale img
{
    max-width: 75%;
    display: block;
    margin: auto;
}
#sale p
{
    text-align: center;
    font-size: 20px;
    padding: 20px 0px;
}
/* sale end */

/* services start */
#services
{
    padding: 100px 0px;
    background-color: rgba(250, 250, 250, 0.7);
    /* background-color: red; */
}
.servicesHolder
{
    margin: 10px 0px;
}
#ser1
{
    background-image: url(IMG/tepihtrava\ \(1\).avif);
    background-size: cover;
}
#ser2
{
    background-image: url(IMG/uredjivanjedvorista.avif);
    background-size: cover;
}
#ser3
{
    background-image: url(IMG/navodnjavanje\ \(1\).avif);
    background-size: cover;
}
#ser4
{
    background-image: url(IMG/projektovanje.avif);
    background-size: cover;
    background-position: bottom;
}
.services-overlay
{
    padding: 200px 0px;
    background-color: rgba(0, 0, 0, 0.6);
    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 */

/* gallery start */
#gallery
{
    padding: 100px 0px;
    background-color: white;
}
#gallery img
{
    max-height: 50%;
    height: 80%;
    width: auto;
}
#gallery #secondaryBtn
{
    display: block;
    margin: auto;
}
#secondaryBtn
{
    transition: 0.3s ease-in-out;
}
#secondaryBtn:hover
{
    background-color: #405A20;
    color: white;
}
/* gallery end */

/* test start */
#test
{
    background-image: url(IMG/pozadina\ \(1\).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;
    border: 1px solid white;
    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, 0.5);
}
#about p
{
    text-align: center;
    font-size: 20px;
}
/* about end */

/* clients start */
#clients
{
    padding: 100px 0px;
    background-color: white;
}
#clients 
.recenzijaHolder
{
    border: 1px solid rgb(171, 171, 171);
    padding: 20px 10px;
}
.recenzijaHolder img
{
    width: 80px;
}
.recenzijaHolder p
{
    font-size: 20px;
}
/* clients end */

/* footer start */
#footer 
{
    padding: 50px 0px;
    background-color: whitesmoke;
}
#footer h3
{
    font-size: 18px;
}
#footer #logo
{
    width: 140px;
}
#footer form input
{
    width: 100%;
    border-radius: 0px;
    outline: none;
    border: 1px solid black;
    padding: 3px 5px;
}
#footer form button
{
    background-color:  #405A20;
    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;

}
#footer ul li a
{
    text-decoration: none;
    color: black;
}
.potpis
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.potpisItem a
{
    text-decoration: none;
    font-size: 16px;
    color: black;
}
.potpisItem p
{
    height: 13px;
    font-size: 16px;
}
/* footer end */

/* location start */
#location
{
    padding: 50px 0px;
    background-color: rgba(250, 250, 250, 0.7);
}
/* location end */

/* contactp start */
#contactp
{
    padding: 50px 0px;
}
#contactp p
{
    text-align: center;
    font-size: 20px;
}
#contactp a
{

    background-color:  #405A20;
    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 */

/* numbers start */
#counter-section {
  background-color: #f6f6f6;
  padding: 60px 20px;
  text-align: center;
}

.counter-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}

.counter-box {
  flex: 1 1 150px;
}

.counter {
  font-size: 48px;
  font-weight: bold;
  color: #1f1f1f;
}

.counter + p {
  margin-top: 10px;
  color: #191919;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

/* numbers end */

/* contact start */
#contact
{
    padding: 50px 0px;
}
#contact p
{
    font-size: 20px;
}
#contact h2
{
    font-size: 22px;
}
#contact a
{
    text-decoration: none;
    color: #333333;
    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;
} 
.contact-Form1 textarea
{
    margin: 5px 0px;
}
.contact-Form1 button
{

    /* background-color: #88A5A9; */
    background-color:  #405A20;
    /* 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 */

/* media query start */
@media only screen and (max-width: 576px)
{
    #navigation
    {
        background-color: rgba(255, 255, 255, 0.3);
    }
    .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;
    }
    #hero
    {
        background-color: rgba(255, 255, 255, 0.3);
    }
    #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: 140px;
        display: block;
        margin: auto;
        margin-bottom: 20px;
    }
    #footer form
    {
        margin-bottom: 20px;
    }
    #test
    {
        background-attachment: scroll;
    }
    .testCon h2
    {
        color: white;
        font-size: 22px;
        text-align: center;
    }
    .testCon p
    {
        font-size: 18px;
        text-align: center;
        color: white;
    }
    #about #secondaryBtn
    {
        display: none;
    }
    #bigImage
    {
        display: none;
    }
    #sale img
    {
        max-width: 100%;
        display: block;
        margin: auto;
    }
    #sale .btnsHolder #secondaryBtn
    {
        display: none;
    }
    }
/* media query end */


#contactHero
{
    background-color: white;
}
.contact-overlay
{
    padding: 150px 0px;
    background-color: rgba(0, 0, 0, 0.5);
}
#contactHero p
{
    text-align: center;
    color: white;
    font-size: 20px;
    font-weight: 500;
}
#contactHero h1
{
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    margin-top: -15px;
    color: white;
}
/* contactHero end */

/* products start */
#products
{
    padding: 50px 0px;
}
#products h3
{
    text-align: center;
    font-size: 32px;
}
#products p
{
    font-size: 20px;
    text-align: center;
}
#products ul
{
    text-align: center;
    list-style: none;
}
#products ul li
{
    font-size: 20px;
}
/* products end */

/* gallery start */

.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;

}


