*
{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

/* all start */
.title
{
    text-align: center;
    font-size: 50px;
    font-weight: 700;
}
.title2
{
    text-align: center;
    font-size: 50px;
    font-weight: 700;
}
.line
{
    width: 75px;
    height: 3px;
    background-color: #1E3455;
    display: block;
    margin: auto;
    margin-bottom: 40px;
}

.title1
{
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: white;
}
.line1
{
    width: 75px;
    height: 3px;
    background-color: white;
    display: block;
    margin: auto;
    margin-bottom: 40px;
}
/* all end */

/* newletter start */
.overlay1 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 11111111111;
        backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px); /* za Safari */
}
.popup {
    background: white;
    padding: 50px 20px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hidden {
    display: none;
}
.popup form
{
    max-width: 300px;
    width: 300px;
}
.popup form input
{
    width: 100%;
    text-align: center;
    padding: 2px 5px;
}
.popup form h3
{
    font-size: 14px;
}
#btn1
{
    padding: 5px 35px;
    display: block;
    margin: auto;
    border: 0px;
    outline: 0px;
    max-width: 200px;
    background-color: #CA8E39;
    color: white;
    font-weight: 600;
    margin-top: 20px;
    /* border-radius: 30px; */
}
#btn2
{
    background: none;
    color: #1a1a1a;
    outline: none;
    border: 0px;
    font-size: 12px;
}
/* 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 */
#navigation
{
    /* border-top: 5px solid #CA8E39; */
    background-color: transparent;
}
.navbar .navbar-nav .nav-item .nav-link
{
    color: white;
    /* color: black; */
    font-size: 18px;
    font-weight: 500;
}
.navbar .navbar-nav .nav-item .nav-link:hover
{
    color: white;
}
.navbar-brand img
{
    width: 100px;
}
#onlineTermin
{
    padding: 10px 30px;
    background-color: #CA8E39;
    color: white;
    font-weight: 600;
    text-decoration: none;
    font-size: 18px;
    border-radius: 25px;
}
/* navigation end */

/* hero start */
    #hero
    {
        height: 85vh;
        position: relative;
        /* background-image: url(IMG/2052.jpg); */
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }

    .hero-overlay {
        /* padding: 250px 0px; */
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        transition: background-image 1s ease-in-out;
    }
    #heroOverlay
    {
        background-size: cover;
    }
    #heroLink:hover
    {
        background-color: #CA8E39;
        color: white;
    }
    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 1;
    }

    .heroCon {
        position: absolute;
        top: 70%;
        left: 50%;
        transform: translate(-50%, -70%);
        color: white;
        text-align: center;
        z-index: 2;
        width: 95%;
    }
    .heroCon h1
    {
        /* text-transform: uppercase; */
        font-size: 70px;
        font-weight: 700;
    }
    .heroCon p
    {
        font-size: 35px;
    }
    .heroCon a
    {
        padding: 10px 40px;
        color: white;
        text-decoration: none;
        text-align: center;
        max-width: 250px;
        background-color: #CA8E39;
        border-radius: 0px;
        outline: none;
        border: 0px;
        font-size: 18px;
        font-weight: 600;
        border-radius: 25px;
    }
    .arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 2rem;
        color: white;
        cursor: pointer;
        z-index: 10;
    }

    .arrow.left {
        left: 20px;
    }

    .arrow.right {
        right: 20px;
    }

    .dots {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 10px;
        z-index: 2;
    }

    .dots .dot {
        width: 5px;
        height: 5px;
        background-color: white;
        border-radius: 50%;
        cursor: pointer;
        transition: background-color 0.3s;
    }

    .dots .dot.active {
        background-color: #CA8E39;
    }

    @media (max-width: 768px) {
        #hero
        {
            height: 70vh;
            position: relative;
        }
    
        .arrow {
            font-size: 16px;
        }

        .heroCon h1 {
            font-size: 35px;
        }

        .heroCon p {
            font-size: 20px;
        }
        .arrow
        {
            display: none;
        }
        .dots .dot {
            width: 5px;
            height: 5px;
            background-color: white;
            border-radius: 50%;
            cursor: pointer;
            transition: background-color 0.3s;
        }
    }
/* hero end */

/* line start */
#line
{
    padding: 20px 0px;
    background-color: #1E3455;
    z-index: 111110000;

}
.lineHolder
{
    padding: 40px;
    background-color: #1E3455;
    border-radius: 25px;
}
.lineHolder h3
{
    text-align: center;
    font-size: 18px;
    color: white;
    margin-top: 10px;
}
.lineHolder img
{
    display: block;
    margin: auto;
}
#line1
{
    background-color: whitesmoke;
}
#line1 p
{
    text-align: center;
    font-size: 20px;
    margin: 40px 0px;
    font-weight: 500;
}
/* line end */

/* services start */
#services
{
    padding: 50px 0px;
}
.servicesHolder
{
    border-radius: 15px;
    margin: 10px 0px;
}
.services-overlay
{
    padding: 150px 0px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 15px;
    position: relative;
}
.servicesCon
{
    position: absolute;
    left: 50px;
    bottom: 10px;
    transform: translate(-20px, -10px);
}
.servicesCon h3
{
    color: white;
}
.servicesCon a
{
    color: white;
    font-weight: 500;
    text-decoration: none;
}
.servicesCon a:hover
{
    color: white;
}
#p1
{
    background-image: url(IMG/libela.avif);
    background-size: cover;
}
#p2
{
    background-image: url(IMG/cistacica.avif);
    background-size: cover;
}
#p3
{
    background-image: url(IMG/trava.avif);
    background-size: cover;
}
#p4
{
    background-image: url(IMG/sneg.avif);
    background-size: cover;
}
/* services end */

/* online start */
#online
{
    padding: 50px 0px;
}
#online ul li
{
    font-size: 20px;
}
#online input
{
    padding: 3px 5px;
    margin: 5px 0px;
    width: 100%;
    outline: none;
    border-radius: 0px;
    border: 1px solid #616161;
}
#online select
{
    width: 100%;
    padding: 3px 5px;
    margin: 5px 0px;
    color: #616161;
    outline: none;
    border-radius: 0px;
    border: 1px solid #616161;
    background-color: white;

}
#online .form-group button
{
    padding: 10px 35px;
    background-color: #CA8E39;
    font-weight: 500;
    text-align: center;
    outline: none;
    border: 0px;
    color: white;
    max-width: 250px;
    display: block;
    margin: auto;
        border-radius: 25px;

}
.napomena
{
    opacity: 0.5;
    font-size: 12px;
    margin-top: 10px;
}
#onlinep
{
    font-size: 20px;
}
/* online end */

/* gallery start */
#gallery
{
    padding: 50px 0px;
    background-color: whitesmoke;
}
/* gallery end */

/* numbers start */
#counter-section {
  background-color: #1E3455;
  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: white;
}

.counter + p {
  margin-top: 10px;
  color: white;
  font-size: 16px;
  /* text-transform: uppercase; */
  letter-spacing: 1px;
  font-weight: 500;
}
/* numbers end */

/* images start */
#images
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.imagesLeft
{
    width: 100%;
    max-width: 50%;
    background-color: #1E3455;
    padding: 300px 0px;
    background-image: url(IMG/parket.avif);
    background-position: center center;
}
.imagesRight
{
    width: 100%;
    max-width: 50%;
    background-color: #CA8E39; 
    padding: 300px 0px;
    background-image: url(IMG/trava.avif);
    background-position: center center;
}
/* images end */

/* where start */
#where
{
    padding: 50px 0px;
}
#where p
{
    text-align: center;
    font-size: 20px;
}
/* where end */

#ser
{
    padding: 50px 0px;
    text-align: center;
}
#ser p
{
    font-size: 20px;
}

/* about start */
#about
{
    padding: 50px 0px;
    background-color: whitesmoke;
}
#about p
{
    text-align: center;
    font-size: 20px;
}
#moreBtn
{
    padding: 10px 30px;
    background-color: #CA8E39;
    font-weight: 600;
    text-align: center;
    width: 100%;
    max-width: 250px;
    text-decoration: none;
    display: block;
    margin: auto;
    color: white;
    margin-top: 20px;
    border-radius: 25px;

}
/* about end */

/* projects start */
#projects
{
    padding: 50px 0px;
    background-color: #1E3455;
}
#projects h2
{
    color: white;
    text-align: center;
}
/* projects end */

/* location start */
#location
{
    padding: 50px 0px;
}
/* location end */

/* questions start*/
#questions
{
    padding: 50px 0px;
    background-color: rgb(248, 248, 248);
    text-align: center;

}
#faqAccordion .card-header {
    background-color: #f8f9fa;
    border: none;    
    text-align: center;
    font-size: 18px;
}

#faqAccordion .btn-link {
    text-decoration: none;
    font-weight: bold;
    color: #1a1a1a;
    background-color: whitesmoke;
    width: 100%;
    text-align: center;
}

#faqAccordion .btn-link:hover {
    color: #1a1a1a;
}

.card-body {
    background-color: #f1f1f1;
    padding: 15px;
    font-size: 1rem;
    color: #333;
}

/* Aktivno stanje dugmadi */
.card-header .btn:focus {
    outline: none;
    box-shadow: none;
}
/* questions end */

/* footer start */
#footer
{
    padding: 50px 0px;
    background-color: #171717;
}
#footer ul li
{
    color: white;
}
#footer p
{
    color: white;
}
#footer ul 
{
    list-style: none;
    margin-left: -30px;
}
#footer a
{
    color: white;
    text-decoration: none;
}
#footer h3
{
    color: white;
    font-size: 18px;
}
#footer form input
{
    padding: 2px 5px;
}
#footer form button
{
    padding: 10px 30px;
    background-color: #CA8E39;
    color: white;
    outline: none;
    font-weight: 600;
    border: 0px;
    margin-top: 10px;
}
.impholder
{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.impholder a
{
    padding: 0px 10px;
}
/* footer end */

/* contact start */
#contact
{
    padding: 50px 0px;
}
#contact p
{
    font-size: 20px;
}
#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: #CA8E39;
    /* 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;
    border-radius: 20px;
}
#provera
{
    display: none;
}
.contactHolder
{
    margin: 20px 0px;
}
.contactHolderItem
{
    margin-top: 15px;
}
.contactHolderItem img
{
    width: 32px;
    margin-right: 10px;
}
/* contact end */


/* aboutHero start */
#aboutHero
{
    padding: 50px 0px;
    background-color: whitesmoke;
}
#aboutHero p
{
    text-align: center;
    font-size: 22px;
    margin-top: -10px;
}
#aboutHero a
{
    padding: 10px 30px;
    background-color: #CA8E39;
    color: white;
    font-weight: 600;
    text-decoration: none;
    display: block;
    margin: auto;
    border-radius: 30px;
    max-width: 220px;
    width: 100%;
    text-align: center;
    font-size: 18px;
}
/* aboutHero end */

/* aboutTxt start */
#aboutTxt
{
    padding: 50px 0px;
}
#aboutTxt p
{
    font-size: 20px;
}
/* aboutTxt end */

/* impressum start */
#impressum
{
    padding: 20px 0px;
}
#impressum p
{
    font-size: 20px;
}
/* impressum end */

/* datenschutz start */
#datenschutz
{
    padding: 20px 0px;
}
#datenschutz p
{
    font-size: 20px;
}
/* datenschutz end */

/* cookie start */
    #cookie-banner {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: white;
        color: #333;
        padding: 50px;
        text-align: center;
        display: none;
        z-index: 1001;
    }
    #cookie-banner button
    {
        padding: 10px 30px;
        background-color: #CA8E39;
        border-radius: 20px;
        border: 0px;
        font-weight: 600;
         color: white;
    }
    #overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.5);
        display: none;
        z-index: 1000;
    }
/* cookie end */



/* media query start */
@media only screen and (max-width: 576px)
{
    .heroCon h1
    {
        color: white;
        font-size: 42px;
        text-align: center;
    }
    .heroCon p
    {
        font-size: 22px;
        text-align: center;
        color: white;
    }
    #line
    {
        margin-top: -40px;
    }
    .lineHolder
    {
        padding: 40px;
        background-color: #1E3455;
        border-radius: 20px;
        margin-bottom: 5px;
    }
    .lineHolder h3
    {
        text-align: center;
        font-size: 14px;
        color: white;
        margin-top: 10px;
    }
    .lineHolder img
    {
        display: block;
        margin: auto;
        width: 32px;
    }
    #line p
    {
        text-align: center;
        font-size: 20px;
        margin-top: 60px;
    }
    .imagesLeft
    {
        width: 100%;
        max-width: 100%;
        background-color: #1E3455;
        padding: 250px 0px;
        background-image: url(IMG/parketsmall.avif);
        background-position: center center;
    }
    .imagesRight
    {
        display: none;
    }
    #aboutTxt p
    {
        font-size: 20px;
        text-align: center;
    }
    #cookie-banner {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: white;
            color: #333;
            padding: 50px;
            text-align: center;
            display: none;
            z-index: 1001;
            max-width: 90%;
            width: 100%;
        }
    .impholder
    {
        display: block;
        margin-bottom: 20px;
    }

    .title2
    {
        text-align: center;
        font-size: 35px;
        font-weight: 700;
    }
    .title
    {
        text-align: center;
        font-size: 35px;
        font-weight: 700;
    }
    .title1
    {
        text-align: center;
        font-size: 35px;
        font-weight: 700;
    }
    #onlineTermin
    {
        display: none;
    }
}
/* media query end */


/* gallery start */
#gallery1
{
    padding: 50px 0px;
}
#gallerys img
{
    width: 100%;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}
#gallerys img:hover
{
    width: 100%;
    filter: brightness(0.8);
}
/* gallery end */

.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%;
    background-color: transparent;
}
.close button
{
    width: 30px;
    height: 30px;
    background-color: #090909;
    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;
}

.modal-arrow.right {
    right: 10px;
}

@media (max-width: 576px) {
    .modal-arrow {
        font-size: 1.5rem;
    }
    .modal-content img {
        display: block;
        max-height: 50%;    
        height: 50%;
        margin: auto;
        max-width: 95%;
    }
    .modal-content {
        position: relative;
        max-width: 100%;
        width: 100%;
        height: 100%;
        max-height: 100%;
    }

    .firstArrowHolder img
    {
        width: 32px;
        opacity: 0.3;
        animation: projectsArrow 0.3s ease-in-out alternate 1000;
    }
    .secondArrowHolder img
    {
        width: 32px;
        opacity: 0.5;
        animation: projectsArrow 0.3s ease-in-out alternate 1000;
        filter: invert(1);
    }
    .projectsHolder img
    {
        opacity: 0.3;
        width: 32px;
        animation: projectsArrow 0.3s ease-in-out alternate 1000;
    }
    .about-overlay
    {
        padding: 200px 0px;
        background-color: rgba(0, 0, 0, 0.6);
    }
}

/* aboutHero1 start */




.about-overlay
{
    padding: 250px 0px;
    background-color: rgba(0, 0, 0, 0.6);
}
.aboutHero1Con
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
}

.aboutHero1Con h1
    {
        /* text-transform: uppercase; */
        font-size: 70px;
        font-weight: 700;
        color: white;
        text-align: center;
    }
    .aboutHero1Con p
    {
        font-size: 45px;
        text-align: center;
        color: white;
    }
    .aboutHero1Con a
    {
        padding: 10px 40px;
        color: white;
        text-decoration: none;
        text-align: center;
        max-width: 250px;
        background-color: #CA8E39;
        border-radius: 0px;
        outline: none;
        border: 0px;
        font-size: 18px;
        font-weight: 600;
        border-radius: 25px;
        display: block;
        margin: auto
    }
        .aboutHero1Con a:hover
        {
            color: white;
        }
/* aboutHero1 end */

/* other start */
#other
{
    padding: 50px 0px;    
    background-color: whitesmoke;
    /* background: linear-gradient(45deg, #B88B00, #a47c02); */
}
.otherHolder
{
    /* background-color: rgb(231, 231, 231); */
    /* background-color: black; */
    width: 100%;
}
#other a
{
    text-decoration: none;
    color: #303030;
}
.otherHolder img
{
    width: 100%;
    height: 200px;
    max-height: 200px;
}
.otherHolder h5
{
    padding: 10px 5px;
}
#ph1
{
    background-image: url(IMG/libelaSmall.avif);
    cursor: pointer;
    background-position: center;
    background-size: cover;
}
#ph2
{
    background-image: url(IMG/rizla.avif);
    cursor: pointer;
    background-position: bottom;
    background-size: cover;
}
#ph3
{
    background-image: url(IMG/prozori.avif);
    cursor: pointer;
    background-position: center;
    background-size: cover;
}
#ph4
{
    background-image: url(IMG/orezivanje.avif);
    cursor: pointer;
    background-position: center;
    background-size: cover;
}
.ph-overlay
{
    padding: 150px 0px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.4);
    transition: 0.2s ease-in-out;
}
.ph-overlay:hover
{
    padding: 150px 0px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.6);
}
.ph-overlay1
{
    padding: 73px 0px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.4);
    transition: 0.2s ease-in-out;

}
.ph-overlay1:hover
{
    padding: 73px 0px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.6);
}
.ph-overlay2
{
    padding: 150px 0px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.4);
    transition: 0.2s ease-in-out;

}
.ph-overlay2:hover
{
    padding: 150px 0px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.6);
}
.phCon
{
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.phCon h4
{
    color: white;
    margin-bottom: 5px;
}
#productsBtn
{
    margin-top: 5px;
    padding: 10px 30px;
    background-color: #1E3455;
    border-radius: 20px;
    color: white;
    font-weight: 600;
}
/* other end */


@media only screen and (max-width: 576px)
{
    .aboutHero1Con
    {
        max-width: 95%;
        width: 100%;
    }
        .aboutHero1Con h1
    {
        color: white;
        font-size: 40px;
        text-align: center;
    }
    .aboutHero1Con p
    {
        font-size: 22px;
        text-align: center;
        color: white;
    }
}


/* servicesTxt start */
#servicesTxt
{
    padding: 50px 0px;
}
#servicesTxt ul li
{
    padding: 5px 0px;
    font-size: 20px;
}
#servicesTxt p
{
    text-align: center;
    font-size: 20px;
}
/* servicesTxt end */


/* servicesHero start */
#servicesHero
{
    position: relative;
    background-image: url(IMG/namestaj.avif);
    background-size: cover;
}
.services-overlay1
{
    padding: 250px 0px;
    background-color: rgba(0, 0, 0, 0.6);
}

.servicesCon1
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 95%;
    width: 100%;
}
.servicesCon1 h1
 {
        /* text-transform: uppercase; */
        font-size: 70px;
        font-weight: 700;
        color: white;
        text-align: center;
    }
    .servicesCon1 p
    {
        font-size: 45px;
        text-align: center;
        color: white;
    }
    .servicesCon1 a
    {
        padding: 10px 40px;
        color: white;
        text-decoration: none;
        text-align: center;
        max-width: 250px;
        background-color: #CA8E39;
        border-radius: 0px;
        outline: none;
        border: 0px;
        font-size: 18px;
        font-weight: 600;
        border-radius: 25px;
        display: block;
        margin: auto
    }
        .servicesCon1 a:hover
        {
            color: white;
        }
/* servicesHero end */



@media only screen and (max-width: 576px)
{
    #servicesHero
    {
        position: relative;
        background-image: url(IMG/namestajsmall.avif);
        background-size: cover;

    }
    .servicesCon1
    {
        max-width: 95%;
        width: 100%;
    }
        .servicesCon1 h1
    {
        color: white;
        font-size: 40px;
        text-align: center;
    }
    .servicesCon1 p
    {
        font-size: 22px;
        text-align: center;
        color: white;
    }
}
