*
{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}

/* all start */
.title
{
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 30px;
}
.title1
{
    color: white;
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 30px;
}
/* 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: #d8591d;
    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
{
    width: 120px;
}
.navbar .navbar-nav .nav-item .nav-link
{
    color: black;
    font-size: 18px;
    font-weight: 600;
}
/* navigation end */

/* hero start */
.hero-overlay
{
    padding: 310px 0px;
    background-color: rgba(0, 0, 0, 0.6);
}
.heroCon
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 95%;
}
.heroCon h1
{
    text-align: center;
    font-weight: 800;
    color: white;
    font-size: 100px;
}
.heroCon p
{
    text-align: center;
    font-size: 25px;
    color: white;
}
.heroCon a
{
     background-color: #d8591d;
    color: white;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    display: block;
    margin: auto;
    width: 100%;
    max-width: 280px;
    font-size: 18px;
    transition: 0.3s ease-in-out;
}
.heroCon a:hover
{
    color: white;
    background-color: #d8591d;
}
/* hero end */

/* aline start */
#aline
{
    padding: 40px 0px;
}
#aline p
{
    font-size: 20px;
    text-align: center;
    font-weight: 500;
}
/* aline end */

/* services start */
#services
{
    background-color: whitesmoke;
    /* background-image: url(IMG/nadvoznjak.png); */
    background-size: cover;
}
.services-overlay
{
    padding: 50px 0px;
    /* background-color: rgba(0, 0, 0, 0.6); */
}
.servicesHolder
{

    background-color: #d8591d;
    /* background-color: #d8581da0; */
    /* background-color: rgba(255, 255, 255, 0.5); */
    color: white;
    text-align: center;
    border-radius: 20px;
    margin: 5px 0px;
    font-weight: 600;
}
.servicesHolder-overlay
{
    border-radius: 20px;
    padding: 20px 5px;
    background-color: #d8581d8d;
}
.servicesHolder-overlay1
{
    border-radius: 20px;
    padding: 30px 5px;
    background-color: #d8581d8d;
}
#alignBottom
{
    align-items: flex-end;
}
.servicesHolder h3
{
    padding: 20px 0px;
    font-size: 20px;
}
#s1
{
    background-image: url(IMG/visokoSmall.avif);
    background-size: cover;
}
#s2
{
    background-image: url(IMG/grubiSmall.avif);
    background-size: cover;
}
#s3
{
    background-image: url(IMG/niskoSmall.avif);
    background-size: cover;
}
#s4
{
    background-image: url(IMG/geoSmall.avif);
    background-size: cover;
}
#s5
{
    background-image: url(IMG/projektovanjeSmall.avif);
    background-size: cover;
    background-position: center;
}
#s6
{
    background-image: url(IMG/projektovanje1Small.avif);
    background-size: cover;
}
/* services end */


/* about start */
#about
{
    padding: 80px 0px;
    background-color: whitesmoke;
}
#about p
{
    font-size: 20px;
    text-align: center;
}
#moreBtn
{
    padding: 10px 30px;
    width: 100%;
    max-width: 250px;
    /* border: 2px solid #d8591d; */
    /* color: #171819; */
    background-color: #d8591d;
    color: white;
    display: block;
    margin: auto;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    margin-top: 20px;
}
#moreBtn:hover
{
    color: white;
    background-color: #d8591d;
}
/* about end */

/* test start */
#test
{
    background-image: url(IMG/zgrada2.avif);
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    position: relative;
}
.test-overlay
{
    padding: 250px 0px;
    background-color: rgba(0, 0, 0, 0.6);
}
.testCon
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    display: block;
    margin: auto;
}
.testCon h4
{
    color: white;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
}
#test a
{
    text-align: center;
    text-decoration: none;
    padding: 10px 30px;
    color: white;
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin: auto;
    max-width: 250px;
    width: 100%;
    background-color: #d8591d;
}
/* test end */

/* quallity start */
#quallity
{
    padding: 50px 0px;
}
.quallityHolder
{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #757575;
    /* opacity: 0;
    transform: translateY(100px); */
    margin: 15px 0px;
}
.quallityHolder .quallityItem:nth-child(2)
{
    margin-left: 15px;
}
.quallityItem p
{
    width: 90%;
    font-size: 18px;
}
.quallityItem img
{
    width: 150px;
}
#quallityBtn
{
    padding: 10px 40px;
    display: block;
    margin: auto;
    background-color: #d8591d;
    color: white;
    text-align: center;
    width: 270px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 15px;
    font-size: 18px;
}
/* quallity end */

/* contact start */
#contact
{
    padding: 80px 0px;
}
/* contactp start */
#contactp
{
    padding: 80px 0px;
}
#contactp p
{
    text-align: center;
    font-size: 20px;
}
#contactp a
{

    background-color: #d8591d;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
    color: white;
    max-width: 270px;
    width: 100%;
    display: block;
    margin: auto;
    margin-top: 20px;
}
/* contactp end */
/* contact end */

/* footer top start */
#footer
{
    background-color: rgb(187, 187, 187);
}
#footer-top
{ 
    padding: 15px 0px;
    background-color: #171819;
}
.footer-top-holder
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-top-item h3
{
    font-size: 20px;
    color: white;
}
.footer-top-item a
{
    padding: 5px 30px;
    font-weight: 600;
    color: white;
    /* background-color: #88A5A9; */
    background-color: #1a1a1a;
    font-size: 20px;
    border-radius: 0px;
}
#footerLogo
{
    width: 200px;
    display: block;
    margin: auto;
}
/* footer top end */

/* footer middle start */
#footer-middle
{
    background-color: #0e0e0f;
}
#footer-middle h3
{
    /* border-bottom: 2px solid #FE5416; */
    margin-bottom: 30px;
    font-size: 18px;
}
.footer-middle-holder
{
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}
.footer-middle-item
{
    color: white;
    padding: 15px 0px;
}
.footer-middle-item a
{
    color: white;
    text-decoration: none;
    text-align: left;
    transition: 0.2s ease-in-out;
}
.footer-middle-item a:hover
{
    color: rgb(167, 167, 167);
}
.footer-middle-item ul
{
    list-style: none;
}
.footer-middle-item ul li
{
    padding: 5px 0px;
}
#footerCon
{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid white;
}
/* footer middle end */

#footer-bottom
{
    border-top: 1px solid black;
    background-color: #000000;

}
.footer-bottom-holder
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
    color: rgb(167, 167, 167);
}
#footer-bottom a
{
    text-decoration: none;
    color: white;
}
/* footer end */


/* contactHero start */
.contactHero-overlay
{
    padding: 150px 0px;
    background-color: rgba(0, 93, 171, 0.55);
}
.contactCon p
{
    text-align: center;
    font-size: 20px;
    color: white;
}
.contactCon h1
{
    font-weight: 700;
    font-size: 75px;
    text-align: center;
    color: white;
}
.contactCon a
{
    text-align: center;
    padding: 10px 30px;
    background-color: #00457e;
    display: block;
    margin: auto;
    width: 100%;
    max-width: 250px;
    text-decoration: none;
    color: white;
    font-weight: 600;
}
.contactCon a:hover
{
    color: white;
}
/* contactHero end */

/* contact start */
#contact
{
    padding: 50px 0px;
}
#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: #d8591d;
    /* 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;
    margin-top: 10px;
}
/* contact end */

/* location start */
#location
{
    padding: 50px 0px;
    background-color: whitesmoke;
}
/* location end */


/* media start */
@media only screen and (max-width:576px)
{
    .testCon
    {
        display: none;
    }
    #test
    {
        background-image: url(IMG/zgrada2.avif);
        background-size: cover;
        background-position: bottom;
        background-attachment: scroll;
        position: relative;
    }
    .heroCon h1
    {
        text-align: center;
        font-weight: 800;
        color: white;
        font-size: 50px;
    }
    .heroCon p
    {
        text-align: center;
        font-size: 20px;
        color: white;
    }
    .heroCon a
    {
        background-color: #d8591d;
        color: white;
        padding: 10px 30px;
        text-align: center;
        text-decoration: none;
        font-weight: 600;
        display: block;
        margin: auto;
        width: 100%;
        max-width: 270px;
        font-size: 18px;
        transition: 0.3s ease-in-out;
    }
    .navbar-brand
    {
        width: 120px;
    }
    .title
    {
        text-align: center;
        font-size: 35px;
        font-weight: 600;
        margin-bottom: 30px;
    }
}
/* media end */


@media only screen and (max-width: 1100px)
{
    .footer-top-item h5
    {
        font-size: 20px;
        color: white;
    }
    .footer-top-item a
    {
        padding: 5px 25px;
        font-weight: 600;
        background-color: white;
        color: #202122;
        font-size: 15px;
    }
    .footer-middle-item a
    {
        color: white;
        text-decoration: none;
        text-align: left;
        transition: 0.2s ease-in-out;
        font-size: 13px;
    }
    .footer-middle-item a:hover
    {
        color: rgb(167, 167, 167);
    }
    .footer-middle-item ul
    {
        list-style: none;
        font-size: 13px;
    }
    .footer-middle-item h5
    {
        font-size: 20px;
        color: white;
    }
}

@media only screen and (max-width: 992px)
{
    .footer-middle-item a:hover
    {
        color: rgb(167, 167, 167);
    }
    .footer-middle-item ul
    {
        list-style: none;
        font-size: 10px;
    }
    .footer-middle-item h5
    {
        font-size: 14px;
        color: white;
    }
}

@media only screen and (max-width: 768px)
{
        
    .footer-top-item h5
    {
        font-size: 13px;
        color: white;
    }
    .footer-top-item a
    {
        padding: 5px 25px;
        font-weight: 600;
        background-color: white;
        color: #202122;
        font-size: 13px;
    }
    .footer-middle-holder
    {
        display: block;
    }
    .footer-middle-item
    {
        width: 80%;
        display: block;
        margin: auto;
        padding: 25px 0px;
    }
    .footer-middle-item a
    {
        color: white;
        text-decoration: none;
        text-align: left;
        transition: 0.2s ease-in-out;
        font-size: 14px;
    }
    .footer-middle-item a:hover
    {
        color: rgb(167, 167, 167);
    }
    .footer-middle-item ul
    {
        list-style: none;
        font-size: 14px;
    }
    .footer-middle-item h5
    {
        font-size: 18px;
        color: white;
    }
    .footer-bottom-holder
    {
        display: block;
    }
    #footer-bottom p
    {
        text-align: center;
    }
    #footer-top-item a
    {
        display: none;
    }
    #footer-top-item h5
    {
        text-align: center;
    }
}

@media only screen and (max-width: 470px)
{
    .footer-top-holder
    {
        display: block;
    }
    .footer-top-item h5
    {
        font-size: 13px;
        color: white;
        text-align: center;

    }
    .footer-top-item a
    {
        padding: 5px 25px;
        font-weight: 600;
        background-color: white;
        color: #202122;
        font-size: 11px;
        display: none;
    }

    .footer-top-item
    {
        width: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 415px)
{
    .footer-top-item h5
    {
        font-size: 13px;
        color: white;
        text-align: center;

    }
    .footer-top-item a
    {
        padding: 5px 20px;
        font-weight: 600;
        background-color: white;
        color: #202122;        
        font-size: 10px;
        display: none;
    }

}

@media only screen and (max-width: 370px)
{
    .footer-top-item h5
    {
        font-size: 9px;
        color: white;
        text-align: center;
    }
    .footer-top-item a
    {
        padding: 5px 20px;
        font-weight: 600;
        background-color: white;
        color: #202122;
        font-size: 9px;
        display: none;

    }
}
/* media query end */


/* aboutHero start */

.aboutHero-overlay
{
    padding: 150px 0px;
    background-color: rgba(0, 0, 0, 0.6);
    position: relative;
}
.abouttCon p
{
    text-align: center;
    font-size: 20px;
    color: white;
}
.abouttCon h1
{
    font-weight: 700;
    font-size: 75px;
    text-align: center;
    color: white;
}
.abouttCon a
{
    text-align: center;
    padding: 10px 30px;
    background-color: #d8591d;
    display: block;
    margin: auto;
    width: 100%;
    max-width: 250px;
    text-decoration: none;
    color: white;
    font-weight: 600;
}
.abouttCon a:hover
{
    color: white;
}
/* aboutHero end */

/* aboutCon start */
#aboutCon
{
    padding: 50px 0px;
    background-color: whitesmoke;
}
#aboutCon p
{
    font-size: 20px;
    text-align: center;
}
/* aboutCon end */

/* izdvaja start */
#izdvaja
{
    padding: 50px 0px;
}
#izdvaja p
{
    font-size: 20px;
}
#izdvaja ul li
{
    font-size: 20px;
}
#izdvaja a
{
    text-align: center;
    padding: 10px 30px;
    background-color: #d8591d;
    display: block;
    margin: auto;
    width: 100%;
    max-width: 250px;
    text-decoration: none;
    color: white;
    font-weight: 600;
}
/* izdvaja end */


@media only screen and (max-width:576px)
{
    .abouttCon
    {
        width: 100%;
        max-width: 98%;
    }

    #services
    {
        background-color: whitesmoke;
        background-image: none;
        background-size: cover;
    }
    .servicesHolder
    {
        margin: 5px 0px;
        /* background-color: #d8591d; */
        background-color: #d8591d;
        /* background-color: rgba(255, 255, 255, 0.5); */
        color: white;
        text-align: center;
    }
        .servicesHolder-overlay
        {
            border-radius: 20px;
            padding: 20px 5px;
            background-color: #d8581d8d;
        }
        .servicesHolder-overlay1
        {
            border-radius: 20px;
            padding: 30px 5px;
            background-color: #d8581d8d;
        }
    #services
    {
        padding: 50px 0px;
        background-attachment: scroll;
        /* animation:  servicesBg 40s ease-in-out alternate 1000; */
    }
    @keyframes servicesBg
    {
        0%
        {
            background-position: left;
        }
        100%
        {
            background-position: right;
        }
    }
    #services a
    {
        display: none;

    }
    #test
    {
        background-image: url(IMG/zgrada2.avif);
        background-size: cover;
        background-position: bottom;
        background-attachment: scroll;
        position: relative;
    }
    #aboutHero h1
    {
        text-align: center;
        font-weight: 800;
        color: white;
        font-size: 35px;
    }
    #aboutHero p
    {
        text-align: center;
        font-size: 20px;
        color: white;
    }
    .aboutHero-overlay
    {
        padding: 150px 0px;
        background-color: rgba(0, 0, 0, 0.4);
        position: relative;
    }
}

/* inspiracija start */
#inspiracija
{
    padding: 50px 0px;
}
#inspiracija a
{
    /* text-decoration: none; */
    color: #171819;
    font-size: 18px;
    margin-top: 20px;
}
/* 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: #d8591d;
  }
  .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;
    }
  }



