*
{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

/* 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: #263D42;
    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 */

/* all start */
.title 
{
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    color: white;
}
.title1
{
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    color: #303030;
}
.titleLine
{
    height: 20px;
    display: block;
    margin: auto;
    background-color: #FD5200;
    margin-top: -25px;
    margin-bottom: 50px;
    border-radius: 25px;
}
/* all end */

/* navTop start */
#navTop
{
    /* padding: 5px 0px; */
    /* background-color: whitesmoke; */
    /* background-color: #263D42; */
    background-color: white;
}
.navTopHolder
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navTopHolder a
{
    text-decoration: none;
    color: #303030;
    /* color: white; */
    font-weight: 500;
}
#logo
{
    width: 60px;
}
.navTopHolderItemImg
{
    align-items: center;
    margin: 0px 5px;
}
.navTopHolderItemImg img
{
    width: 20px;
    /* filter: invert(1); */
    margin-top: -3px;
}
.navTopHolderItem 
{
    display: flex;
}
/* navTop end */

/* navigation start */
#navigation
{
    background-color: #F5F5F5;
    /* background-color: #1f3135; */
    /* background-color: #263D42; */
    padding: 5px 0px;
}
.navbar .navbar-nav .nav-item .nav-link
{
    color: #191919;
    font-size: 18px;
    font-weight: 500;
}
/* navigation end */

/* hero start */

.hero-overlay
{
    padding: 280px 0px;
    background-color: rgba(0, 0, 0, 0.65);
}
.heroCon
{
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -0%);
    width: 100%;
}
.heroCon a
{
    text-align: center;
    color: white;
    background-color: #FD5200;
    /* background-color: #F5F1EA; */
    display: block;
    margin: auto;
    max-width: 250px;
    padding: 10px 30px;
    font-weight: 700;
    text-decoration: none;
    font-size: 22px;
    margin-bottom: -25px;
    border-radius: 25px;
    animation: blink1 0.3s ease-in-out alternate 1000;
}
@keyframes blink1
{
    0%
    {
        transform: scale(1.0);
    }
    100%
    {
        transform: scale(1.01);
    }
}
.heroCon a:hover
{
    color: white;
}
.heroCon p
{
    text-align: center;
    font-size: 25px;
    color: white;
    font-weight: 600;
}
.heroCon h1
{
    color: white;
    text-align: center;
    font-size: 90px;
    font-weight: 700;
}
/* hero end */

/* servicestxt start */
#servicestxt
{
    padding: 100px 0px 50px 0px;
    /* background-color: whitesmoke; */
}
#servicesTxt h3
{
    text-align: center;
}
#servicesTxt p
{
    text-align: center;
    font-size: 20px;
}
/* servicestxt end */

/* services start */
#services
{
    padding: 50px 0px;
    background-color: whitesmoke;
}
.servicesHolder
{
    border-radius: 15px;
    margin: 10px 0px;
}
.services-overlay
{
    padding: 120px 0px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 15px;
    position: relative;
}
.servicesCon
{
    position: absolute;
    left: 50px;
    bottom: 10px;
    transform: translate(-20px, -10px);
}
.servicesCon h3
{
    color: white;
    margin-bottom: 10px;
}
.servicesCon a
{
    color: white;
    font-weight: 500;
    text-decoration: none;
    padding: 10px 30px;
    background-color: #FD5200;
    border-radius: 25px;
}
.servicesCon a:hover
{
    color: white;
}
#p1
{
    background-image: url(IMG/pregradni-zidovi-1024x683.avif);
    background-size: cover;
}
#p2
{
    background-image: url(IMG/gletovanje.avif);
    background-size: cover;
}
#p3
{
    background-image: url(IMG/dekoracja.avif);
    background-size: cover;
}
#p4
{
    background-image: url(IMG/adaptacije.avif);
    background-size: cover;
    background-position: bottom;
}
#p5
{
    background-image: url(IMG/smallBg.avif);
    background-size: cover;
    background-position: bottom;
}
#p6
{
    background-image: url(IMG/fasaderski.avif);
    background-size: cover;
    background-position: bottom;
}
/* services end */

/* how start */
#how
{
    padding: 50px 0px;
}
#how p
{
    font-size: 20px;
}
#how ul li
{
    font-size: 20px;
}

/* how end */

/* dobijate start */
#dobijate
{
    padding: 100px 0px;
    background-color: #FD5200;
}
#dobijate p
{
    color: white;
    text-align: center;
    font-size: 20px;
}
.dobijateHolder h3
{
    color: white;
    text-align: center;
}
.dobijateHolder img
{
    display: block;
    margin: auto;
}
.dobijateHolder p
{
    font-size: 20px;
}
.dobijateHolder
{
    padding: 10px 0px;
}
/* dobijate end */

/* zanimljivost start */
#zanimljivost
{
    padding: 100px 0px;
}
#zanimljivost p
{
    font-size: 20px;
    text-align: justify;
}
/* zanimljivost end */

/* about start */
#about
{
    padding: 100px 0px;
}
#about p
{
    font-size: 20px;
    text-align: center;
}
#aboutBtn
{
    padding: 10px 30px;
    background-color: #FD5200;
    color: white;
    text-align: center;
    max-width: 220px;
    width: 100%;
    text-decoration: none;
    font-weight: 600;
    display: block;
    margin: auto;
    margin-top: 20px;
    border-radius: 25px;
    font-size: 18px;

}
/* about end */

/* test start */
#test
{
    background-image: url(IMG/adaptacije.avif);
    background-size: cover;
    position: relative;
    background-position: bottom;
}
.testCon
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 90%;
}
.testCon h2
{
    color: white;
    font-size: 45px;
    text-align: center;
}
.testCon a
{
    padding: 10px 35px;
    background-color: #FD5200;
    color: white;
    font-weight: 600;
    text-decoration: none;
    max-width: 220px;
    width: 100%;
    display: block;
    margin: auto;
    text-align: center;
    border-radius: 25px;
    font-size: 18px;
    margin-top: 20px;
}
.test-overlay
{
    padding: 250px 0px;
    background-color: rgba(0, 0, 0, 0.6);
}
/* 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 */

/* contact start */
#contact
{
    padding: 100px 0px;
    background-color: whitesmoke;
}
#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: #FD5200;
    /* background: linear-gradient(to bottom, #F5EA52, #CFA032); */
    border: none;
    padding: 10px 35px;
    outline: none;
    border: none;
    margin: 10px 0px;
    font-weight: 600;
    border-radius: 25px;
    font-size: 18px;    color: white;
    border-radius: 25px;
    display: block;
    margin: auto;
}
#provera
{
    display: none;
}
.contactHolder
{
    margin: 20px 0px;
}
.contactHolderItem img
{
    width: 32px;
    margin-right: 10px;
    margin-top: 10px;
}
/* contact end */

/* contactp start */
#contactp
{
    padding: 50px 0px;
}
#contactp p
{
    text-align: center;
    font-size: 20px;
}
#contactp a
{

    background-color: #FD5200;
    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;
    border-radius: 20px;
}
/* contactp end */

/* location start */
#location
{
    padding: 50px 0px;
    background-color: whitesmoke;
}
/* location end */

/* reviews start */
#reviews {
    background-color: white;
    border-radius: 10px;
    padding: 50px 0;
}


.review-slider-container {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.review-slider {
    display: flex;
    transition: transform 1s ease-in-out;
    transform: translateX(0);
}

.review-item {
    min-width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px;
}

#reviews .card {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
    max-width: 100%;
    cursor: pointer;
}

#reviews .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

#reviews .card-img-top {
    border-radius: 10px 10px 0 0;
    object-fit: cover;
    height: 200px;
    display: none;
}

#reviews .card-body {
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    padding: 15px;
    text-align: center;
}

#reviews .card-title {
    font-size: 1.25rem;
    font-weight: bold;
}

#reviews .card-text {
    color: #666;
    margin: 15px 0;
}

.stars {
    color: #fde403;
    font-size: 18px;
}

.star {
    margin-right: 5px;
}

@media (max-width: 767px) {
    .review-item {
        min-width: 100%;
    }
}

@media (min-width: 768px) {
    .review-item {
        min-width: 33.3333%;
    }
}

@media (min-width: 992px) {
    .review-item {
        min-width: 25%;
    }
}
/* reviews end */

/* questions start*/
#questions
{
    padding: 50px 0px;
    background-color: rgb(248, 248, 248);
}
#faqAccordion .card-header {
    background-color: #f8f9fa;
    border: none;
    width: 100%;
}

#faqAccordion .btn-link {
    text-decoration: none;
    font-weight: bold;
    color: white;
    background-color: #FD5200;
    width: 100%;
    max-width: 100%;
}

#faqAccordion .btn-link:hover {
    color: white;
}

.card-body {
    background-color: #f1f1f1;
    padding: 15px;
    font-size: 1rem;
    color: #333;
}


/* Aktivno stanje dugmadi */
.card-header .btn:focus {
    outline: none;
    box-shadow: none;
}
/* questins end */

/* footer start */
#footer
{
    padding: 50px 0px;
    background-color: #191919;
}
#footerLogo
{
    width: 200px;
    display: block;
    margin: auto;
}
#footer h5
{
    color: white;
    font-weight: 400;
}
#footer ul
{
    list-style: none;
    margin-left: -30px;
    margin-top: 20px;
}
#footer ul li a
{
    text-decoration: none;
    color: white;
}
#footer ul li
{
    color: white;
}
#footer p
{
    color: white;
}
.networkHolder a img
{
    width: 32px;
    margin: 5px 5px;
}
.netHolder
{
    display: flex;
    align-items: center;
    
}
/* footer end */

/* footerBtm start */
#footerBtm
{
    padding: 10px 0px;
    background-color: #303030;
}
#footerBtm a
{
    text-align: center;
    color: white;
    text-decoration: none;
}
/* footerBtm end */


/* inspiracija start */
#inspiracija
{
    padding: 50px 0px;
    background-color: whitesmoke;
}
/* 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: black;
  }
  .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 */
    border-radius: 8px; /* opciono za efekat */
        display: block;
    margin: auto;
    }
    .slikaHolder img {
  position: relative;
  z-index: 1;      /* slika ide preko pozadine */
  display: block;
  width: 100%;
  max-width: 90%;
  border-radius: 8px; /* ako hoÄ‡eÅ¡ da prati oblik pozadine */
  display: block;
  margin: auto;
}

    .testCon h2
    {
        color: white;
        font-size: 32px;
        text-align: center;
    }

    #hero
    {
        animation: bg 30s ease-in-out alternate 1000;
    }
    @keyframes bg
    {
        0%
        {
            background-position: right;
        }
        100%
        {
            background-position: left;
        }
    }

  }


  #all
  {
    padding: 10px 30px;
    background-color: #FD5200;
    color: white;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    width: 100%;
    max-width: 220px;
    display: block;
    margin: auto;
    margin-top: 20px;
        border-radius: 25px;
    font-size: 18px;
  }


  /* gallery start */
#gallery
{
    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%;
}
.close button
{
    width: 30px;
    height: 30px;
    background-color: #FD5200;
    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 span
{
    background-color: #FD5200;
    padding: 5px;
    font-weight: 600;
}
.modal-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    color: white;
    cursor: pointer;
    z-index: 1001;
    user-select: none;
    background-color: #FD5200;
    outline: none;
    border: none;
}
#closeBtn
{
    padding: 5px;
    background-color: #FD5200;
    color: white;
    font-size: 18px;
}

.modal-arrow.left {
    left: 10px;
        background-color: #FD5200;
    outline: none;
    border: none;  
}

.modal-arrow.right {
    right: 10px;
    background-color: #FD5200;
    outline: none;
    border: none;  
}

@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%;
    }
    .hero-overlay
    {
        padding: 240px 0px;
        background-color: rgba(0, 0, 0, 0.65);
    }
}
/* gallery end */



/* media query start */
@media only screen and (max-width: 576px)
{
    .hide
    {
        display: none;
    }
    .heroCon h1
    {
        font-size: 60px;
    }
    .title
    {
        font-size: 38px;
    }
    .title1
    {
        font-size: 38px;
    }
}
/* media query end */



.gipsarski-overlay
{
    padding: 200px 0px;
    background-color: rgba(0, 0, 0, 0.4);
}
.molerski-overlay
{
    padding: 200px 0px;
    background-color: rgba(0, 0, 0, 0.4);
}
.kljuc-overlay
{
    padding: 200px 0px;
    background-color: rgba(0, 0, 0, 0.4);
}
.dekorativni-overlay
{
    padding: 200px 0px;
    background-color: rgba(0, 0, 0, 0.4);
}
.adaptacija-overlay
{
    padding: 200px 0px;
    background-color: rgba(0, 0, 0, 0.4);
}
.fasaderski-overlay
{
    padding: 200px 0px;
    background-color: rgba(0, 0, 0, 0.4);
}
/* dnevne end */

/* furnitureHero start */
#furnitureHero
{
    padding: 30px 0px;
    background-color: whitesmoke;
}
#furnitureHero p
{
    font-size: 25px;
    text-align: center;
    margin-top: -35px;
}
#furnitureHero a
{
    text-align: center;
    padding: 10px 30px;
    background-color: #FD5200;
    color: white;
    font-weight: 600;
    text-decoration: none;
    font-size: 18px;
    max-width: 220px;
    width: 100%;
    display: block;
    margin: auto;
    border-radius: 20px;
}
/* furnitureHero end */

/* ser1 start */
#ser1
{
    padding: 50px 0px;
    background-color: whitesmoke;
}
#ser1 p
{
    font-size: 20px;
    text-align: justify;
}
/* ser1 end */