*
{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;

}


/* all start */
.title
{
    text-align: center;
    font-weight: 600;
    font-size: 45px;
    text-transform: uppercase;
    margin-bottom: 50px;
}
/* all end */

/* arrow start */
.arrowHolderO
{
    opacity: 0;
    z-index: 1000000000000000;
}
.arrowHolder img 
{
    position: fixed;
    bottom: 20px;
    right: 2%;
    width: 32px;
    z-index: 1000000000000000;
}
/* arrow 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: #980808;
    color: white;
    font-weight: 600;
    margin-top: 20px;
}
#btn2
{
    background: none;
    color: #1a1a1a;
    outline: none;
    border: 0px;
    font-size: 12px;
}
/* newsletter end */

/* navigation start */
.navbar-brand
{
    color: #090909;
    font-weight: 600;
}
.navbar-brand img
{
    width: 100px;
}
.navbar-brand:hover
{
    color: #090909;
}
#navigation
{
    padding: 30px 0px;
}
.navbar .navbar-nav .nav-item .nav-link
{
    color: #292929;
    font-weight: 600;
    text-transform: uppercase;
}
/* navigation end */

/* hero start */

.hero-overlay
{
    padding: 300px 0px;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
}
.heroCon
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.heroCon h1
{
    color: white;
    font-size: 80px;
    font-weight: 700;
}
.heroCon p
{
    color: white;
    font-size: 20px;
    margin-top: -10px;
    margin-bottom: 30px;
}
.heroCon a
{
    padding: 15px 35px;
    background-color: #980808;
    color: white;
    font-weight: 600;
    text-decoration: none;
}
.heroCon a:hover
{
    color: white;
}
/* hero end */

/* services start */
#services
{
    padding: 100px 0px;
    background-color: whitesmoke;
}
/* services end */

/* inspiracija start */
#inspiracija
{
    padding: 100px 0px;
}
#inspiracija a
{
    text-decoration: none;
    color: #090909;
    font-size: 20px;
    margin-top: 20px;
    font-weight: 600;
}
/* inspiracija end */


 #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: 480px;
  }

  .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: rgb(152, 8, 8);
  }
  .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;
    }
  }
/* inspiracija end */

/* how start */
#how
{
    padding: 50px 0px;
}
#how p
{
    font-size: 22px;
    text-align: center;
    font-weight: 600;
}
/* how end */

/* services start */
#services
{
    padding: 100px 0px;
    background-color: whitesmoke;
}
.servicesHolder
{
    border-radius: 15px;
    margin: 10px 0px;
}
#serTxt
{
    text-align: center;
    font-size: 20px;
}
.servicesHolder p
{
    color: white;
}
.services-overlay
{
    padding: 120px 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/slika1.avif);
    background-size: cover;
}
#p2
{
    background-image: url(IMG/krov.avif);
    background-size: cover;
}
#p3
{
    background-image: url(IMG/adaptacija.avif);
    background-size: cover;
}
#p4
{
    background-image: url(IMG/betoniranje.avif);
    background-size: cover;
}
#p5
{
    background-image: url(IMG/zidanje.avif);
    background-size: cover;
}

/* serevices end */

/* servis end */

/* quality start */
#quality
{
    padding: 60px 0px;
    background-color: #980808;
}
.qualityHolder
{
    margin: 25px 0px;
}
.qualityHolder img
{
    display: block;
    margin: auto;
}
.qualityHolder h3
{
    text-align: center;
    color: white;
    font-size: 20px;
    margin-top: 15px;
}
/* quality end */

/* test start */
#test
{
    background-image: url(IMG/gradnja.avif);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.test-overlay
{
    padding: 250px 0px;
    background-color: rgba(0, 0, 0, 0.6);
    position: relative;
}
.testCon
{
    position: absolute;
    bottom: 20%;
    /* left: 50%; */
    /* transform: translate(-50%, -20%); */
    transform: translateY(-20%);
}
.testCon h2
{
    /* text-align: center; */
    color: white;
    font-size: 45px;
    font-weight: 700;
}
.testCon p
{
    /* text-align: center; */
    color: white;
    font-size: 20px;
}
.testCon a
{
    padding: 10px 30px;
    background-color: rgb(152, 8, 8);
    color: white;
    font-weight: 600;
    text-decoration: none;
}
/* test 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 */

/* about start */
#about
{
    padding: 100px 0px;
}
#about p
{
    text-align: center;
    font-size: 20px;
}
#moreBtn
{
    padding: 10px 30px;
    background-color: #980808;
    color: white;
    text-align: center;
    text-decoration: none;
    display: block;
    margin: auto;
    margin-top: 20px;
    font-weight: 600;
    width: 100%;
    max-width: 230px;
}
/* about end */

/* location start */
#location
{
    padding: 50px 0px;
    background-color: whitesmoke;
}
/* location end */

/* contactP start */
#contactP
{
    padding: 20px 0px;
    background-color: #980808;
}
#contactP h3
{
    color: white;
    text-align: center;
}
/* contactP end */

/* questions start*/
#questions
{
    padding: 80px 0px;
    background-color: rgb(248, 248, 248);
}
#faqAccordion .card-header {
    background-color: #f8f9fa;
    border: none;
    text-align: center;
}

#faqAccordion .btn-link {
    text-decoration: none;
    font-weight: bold;
    color: #090909;
    background-color: whitesmoke;
}

#faqAccordion .btn-link:hover {
    color: #090909;
}

.card-body {
    background-color: #f1f1f1;
    padding: 15px;
    font-size: 1rem;
    color: #333;
    text-align: center;
}

h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
}

/* Aktivno stanje dugmadi */
.card-header .btn:focus {
    outline: none;
    box-shadow: none;
}
/*  */

/* footer start */
#footer
{
    padding: 50px 0px;
    background-color: #090909;
    text-align: center;
}
#footer ul
{
    list-style: none;
}
#footer ul li
{
    display: inline-block;   
}
#footer ul li a
{
    text-decoration: none;
    color: white;
    text-align: center;
    margin: 0px 3px;
}
#footLogo
{
    display: block;
    margin: auto;
    width: 100px;
    margin-bottom: 30px;
}
#footer p
{
    text-align: center;
    color: white;
    margin-top: 25px;
}
#footer a
{
    text-decoration: none;
    color: white;
}
.footerHolder
{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10ox 0px;
}
#footImg
{
    margin-right: 7px;
    filter: invert(1);
    width: 20px;
}
/* footer end */

/* aboutHero start */
#aboutHero
{
    padding: 100px 0px;
    background-color: whitesmoke;
}
#aboutHero p
{
    text-align: center;
    font-size: 22px;
    margin-top: -30px;
}
#aboutHero a
{
    padding: 10px 30px;
    background-color: #980808;
    color: white;
    font-weight: 600;
    text-decoration: none;
    display: block;
    margin: auto;
    max-width: 220px;
    width: 100%;
    text-align: center;
    font-size: 18px;
}
/* aboutHero 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: #980808;
    /* 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;
}
/* contact end */

/* images start */
.imagesHolder
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.imagesLeft
{
    padding: 200px 0px;
    width: 100%;
    max-width: 50%;
    background-color: #CE1E22;
    background-image: url(IMG/gradnja.avif);
    background-size: cover;
}
.imagesright
{
    padding: 200px 0px;
    width: 100%;
    max-width: 50%;
    background-color: #171717;   
    background-image: url(IMG/krov.avif);
    background-size: cover;
}
/* images end */

/* media start */
@media only screen and (max-width: 576px)
{
    .imagesLeft
    {
        padding: 200px 0px;
        width: 100%;
        max-width: 100%;
        background-color: #CE1E22;
        background-image: url(IMG/poz.avif);
        background-size: cover;
    }
    .imagesright
    {
        display: none;
    }
    .heroCon h1
    {
        color: white;
        font-size: 50px;
        font-weight: 700;
    }
    .heroCon p
    {
        color: white;
        font-size: 20px;
        margin-top: 0px;
        margin-bottom: 15px;
    }
    .heroCon a
    {
        padding: 10px 35px;
        background-color: #980808;
        color: white;
        font-weight: 600;
        font-size: 18px;
        text-decoration: none;
    }
    #test
    {
        background-attachment: scroll;
    }
    .testCon h2
    {
        /* text-align: center; */
        color: white;
        font-size: 45px;
        font-weight: 700;
        text-align: center;
    }
    .testCon p
    {
        /* text-align: center; */
        color: white;
        font-size: 20px;
        text-align: center;
    }
    .testCon a
    {
        padding: 10px 35px;
        background-color: rgb(152, 8, 8);
        color: white;
        font-weight: 600;
        text-decoration: none;
        display: block;
        margin: auto;
        width: 100%;
        max-width: 220px;
    }
    .title
    {
        text-align: center;
        font-weight: 600;
        font-size: 30px;
        text-transform: uppercase;
        margin-bottom: 50px;
    }
    #navigation
    {
        padding: 10px 0px;
    }
}
/* media end */

/* video start */
#video
{
    padding: 50px 0px;
}
#video video
{
    display: block;
    margin: auto;
    width: 100%;
    max-width: 100%;
    margin: 5px 0px;
}
/* video end */