*
{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

/* all start */
.title
{
    text-align: center;
    font-size: 45px;
    margin-bottom: 40px;
}
.title1
{
    text-align: center;
    font-size: 45px;
    margin-bottom: 40px;
    color: white;
}
/* 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: #58442C;
    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 */

/* aline start */
#aline
{
    padding: 5px 0px;
    background-color: whitesmoke;
}
.alineHolder
{
    display: flex;
    justify-content: flex-end;
}
.alineItem
{
    margin-left: 10px;
}
.alineItem a
{
    text-decoration: none;
    color: #1a1a1a;
}
.alineItem a:hover
{
    text-decoration: none;
    color: #1a1a1a;
}
/* aline end */

/* navigation start */
.navbar-brand
{
    display: none;
    width: 100px;
}
#navigation
{
    padding: 10px 0px;
    /* position: fixed;
    top: 20px;
    width: 100%;
    background-color: transparent;
    z-index: 111110000; */
}
.navbar .navbar-nav .nav-item .nav-link
{
    color: #292b2c;
    font-size: 20px;
}
.navbar .navbar-nav .nav-item .nav-link:hover
{
    color: #292b2c;
}

/* navigation end */

/* hero start */
    #hero
    {
        height: 80vh;
        position: relative;
        /* background-image: url(IMG/2052.jpg); */
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }

    .hero-overlay {
        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: #58442C;
        color: white;
    }
    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 1;
    }

    .heroCon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        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: 45px;
    }
    .heroCon a
    {
        padding: 10px 40px;
        color: white;
        text-decoration: none;
        text-align: center;
        max-width: 250px;
        background-color: #58442C;
        border-radius: 0px;
        outline: none;
        border: 0px;
        font-size: 18px;
        font-weight: 600;
        border-radius: 20px;
    }
    .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: 10px;
        height: 10px;
        background-color: white;
        border-radius: 50%;
        cursor: pointer;
        transition: background-color 0.3s;
    }

    .dots .dot.active {
        background-color: #58442C;
    }

    @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 */

/* servicestxt start */
#servicestxt
{
    padding: 50px 0px;
    background-color: whitesmoke;
}
#servicesTxt h3
{
    text-align: center;
}
#servicesTxt p
{
    text-align: center;
    font-size: 20px;
}
/* servicestxt end */

/* namestaj start */
#namestaj
{
    padding: 50px 0px;
    max-width: 100%;
}
#namestaj p
{
    font-size: 20px;
}
#namestaj a
{
    padding: 10px 30px;
    background-color: #58442C;
    color: white;
    text-decoration: none;
    display: block;
    margin: auto;
    font-weight: 600;
    width: 100%;
    max-width: 220px;
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
    border-radius: 20px;
}
.slikaHolder {
  position: relative;
  display: inline-block;
}

.slikaHolder::before {
  content: "";
  position: absolute;
  top: 20px;       /* pomera se nadole */
  left: 90px;    
  width: 90%;
  max-width: 90%;
  height: 100%;
  background-color: #58442c70;
  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;
  max-width: 100%;
  border-radius: 8px; /* ako hoćeš da prati oblik pozadine */
  display: block;
  margin: auto;
}
/* namestaj end */

/* quallity start */
#quallity
{
    padding: 50px 0px;
    background-color: #f5f5f5;
}
.quallityHolder
{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #757575;
    /* opacity: 0;
    transform: translateY(100px); */
}
.quallityHolder .quallityItem:nth-child(2)
{
    margin-left: 15px;
}
.quallityItem p
{
    width: 90%;
    font-size: 18px;
}
#quallityBtn
{
    padding: 10px 40px;
    display: block;
    margin: auto;
    background-color: #58442C;
    color: white;
    text-align: center;
    width: 220px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 15px;
    border-radius: 20px;
    font-size: 18px;
}
/* quallity 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.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/dnevnasm.avif);
    background-size: cover;
}
#p2
{
    background-image: url(IMG/kuhinjasm.avif);
    background-size: cover;
}
#p3
{
    background-image: url(IMG/spavacasm.avif);
    background-size: cover;
}
#p4
{
    background-image: url(IMG/predsobljesm.avif);
    background-size: cover;
}
#p5
{
    background-image: url(IMG/trpezarijasm.avif);
    background-size: cover;
}
#p6
{
    background-image: url(IMG/kancelarijasm.avif);
    background-size: cover;
}

/* serevices end */

/* how start */
#how
{
    padding: 50px 0px;
    background-color: #58442C;
    color: white;
}
.howHolder
{
    padding: 20px 0px;
}
.howHolder h4
{
    text-align: center;
    font-size: 20px;
}
.howHolder p
{
    font-size: 12px;
    display: none;
}
#how img
{
    width: 60px;
    display: block;
    margin: auto;
    margin-bottom: 25px;
}
/* how end */

/* solution start */
#solution
{
    padding: 50px 0px;
    background-color: #58442c1c;
}
#solution p
{
    font-size: 20px;
}
#solution ul
{
    margin-top: 50px;
}
#solution ul li
{
    font-size: 20px;
    padding: 5px 0px;
}
#solution a
{
    padding: 10px 30px;
    background-color: #58442C;
    color: white;
    font-weight: 600;
    text-decoration: none;
    max-width: 220px;
    text-align: center;
    width: 100%;
    border-radius: 20px;
    margin-left: 25px;
}
/* solution end */

/* about start */
#about
{
    padding: 50px 0px;
}
#about p
{
    text-align: center;
    font-size: 20px;
}
#about a
{
    padding: 10px 30px;
    background-color: #58442C;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 600;
    color: white;
    width: 100%;
    max-width: 200px;
    display: block;
    margin: auto;
    text-align: center;
}
/* about end */

/* contactp start */
#contactp
{
    padding: 50px 0px;
}
#contactp p
{
    text-align: center;
    font-size: 20px;
}
#contactp a
{

    background-color: #58442C;
    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 */

/* footer top start */
#footer
{
    background-color: rgb(187, 187, 187);
}
#footer-top
{ 
    padding: 15px 0px;
    background-color: #292b2c;
}
.footer-top-holder
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-top-item h5
{
    font-size: 20px;
    color: white;
}
.footer-top-item a
{
    padding: 5px 30px;
    font-weight: 600;
    color: white;
    /* background-color: #88A5A9; */
    background-color: #58442C;
    font-size: 20px;
    border-radius: 0px;
}
#footerLogo
{
    width: 100px;
    display: block;
    margin: auto;
}
/* footer top end */

/* footer middle start */
#footer-middle
{
    background-color: #323435;
}
#footer-middle h5
{
    /* border-bottom: 2px solid #FE5416; */
    margin-bottom: 30px;
}
.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: #323435;

}
.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 */

#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;
}







/* media query start */
@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: 576px)
{
    #navigation1
    {
        position: fixed;
        top:40px;
        width: 100%;
        padding: 10px 0px;
        background-color: transparent;
        z-index: 11110000;
    }
    .navbar-brand
    {
        display: block;
        width: 120px;
    }
    .title
    {
        text-align: center;
        font-size: 32px;
        margin-bottom: 40px;
    }
    .title1
    {
        text-align: center;
        font-size: 32px;
        margin-bottom: 40px;
        color: white;
    }
    #namestaj p
    {
        text-align: justify;
    }
    #solution p
    {
        text-align: center;
    }
    #solution ul
    {
        list-style: none;
    }
    #solution ul li
    {
        text-align: center;
        margin-left: -30px;
    }
    #solution a
    {
        margin-left: 0px;
        display: block;
        margin: auto;
    }
    .quallityHolder
    {
        margin: 10px 0px;
    }
    .quallityItem img
    {
        width: 64px;
    }
}

@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
{
    padding: 50px 0px;
    background-color: whitesmoke;
}
#aboutHero p
{
    text-align: center;
    font-size: 22px;
    margin-top: -30px;
}
#aboutHero a
{
    padding: 10px 30px;
    background-color: #58442C;
    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 */

/* 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: #58442C;
    /* 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 img
{
    width: 32px;
    margin-right: 10px;
}
/* contact end */

/* test start */
#test
{
    background-image: url(IMG/kuhinja.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;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    display: block;
    margin: auto;
}
.testCon h2
{
    color: white;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
}
#test a
{
    text-align: center;
    text-decoration: none;
    background-color: #58442C;
    padding: 10px 30px;
    color: white;
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin: auto;
    max-width: 220px;
    width: 100%;
    border-radius: 20px;
}
/* test end */

/* furnitureImage start */
#furnitureImage
{
    padding: 50px 0px;
    display: none;
}
.thumb-img {
    cursor: pointer;
    border-radius: 4px;
    transition: transform 0.2s ease;
    width: 150px;

  }

  .thumb-img:hover,
  .thumb-img-small:hover {
    transform: scale(1.05);
  }

  .thumb-img-small {
    width: 85px;
    height: auto;
    cursor: pointer;
    border-radius: 4px;
  }

  .main-img {
    max-height: 600px;
    object-fit: cover;
    display: block;
    margin: auto;
  }
/* furnitureImage end */

/* dnevne start */






.dnevne-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: #58442C;
    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 */

/* furnitureImage start */
#furnitureImage
{
    padding: 50px 0px;
}
/* furnitureImage end */

/* projects start */
#projects
{
    padding: 50px 0px;
    background-color: whitesmoke;
}
#projects img
{
    margin: 5px 0px;
}
#projects a
{
    padding: 10px 30px;
    color: white;
    font-weight: 600;
    text-align: center;
    background-color: #58442C;
    border-radius: 20px;
    text-decoration: none;
    max-width: 220px;
    width: 100%;
    display: block;
    margin: auto;
    margin-top: 20px;
    font-size: 18px;
}
/* projects end */

/* other start */
#other
{
    padding: 50px 0px;    
}
.otherHolder
{
    background-color: rgb(231, 231, 231);
    width: 100%;
    text-align: center;
}
#other a
{
    text-decoration: none;
    color: #303030;
}
.otherHolder img
{
    width: 100%;
    height: 200px;
    max-height: 200px;
}
.otherHolder h5
{
    padding: 10px 5px;
}

#allProducts
{
    padding: 10px 30px;
    color: white;
    font-weight: 600;
    text-align: center;
    background-color: #58442C;
    border-radius: 20px;
    text-decoration: none;
    max-width: 220px;
    width: 100%;
    display: block;
    margin: auto;
    margin-top: 10px;
    font-size: 18px;
}
/* other end */

/* inspiracija start */
#inspiracija
{
    padding: 50px 0px;
}
/* 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;
}
  }


  
/* 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;
}
/*  */

/* 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: #d8a85c;
    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: #58442C;
    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: #58442C;
    outline: none;
    border: none;
}
#closeBtn
{
    padding: 5px;
    background-color: #58442C;
    color: white;
    font-size: 18px;
}

.modal-arrow.left {
    left: 10px;
        background-color: #58442C;
    outline: none;
    border: none;  
}

.modal-arrow.right {
    right: 10px;
        background-color: #58442C;
    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%;
    }
    .otherHolder img
    {
        width: 100%;
        height: 120px;
        max-height: 120px;
    }
    #test
    {
        background-image: url(IMG/kuhinja.avif);
        background-size: cover;
        background-position: center;
        background-attachment: scroll;
    }
    .testCon h2
    {
        color: white;
        font-size: 32px;
        font-weight: 600;
        text-align: center;
    }
    .dnevne-overlay
    {
        padding: 200px 0px;
        background-color: rgba(0, 0, 0, 0.4);
    }
    #furnitureImage
    {
        display: block;
    }

}
/* gallery end */

/* firma start */
#firma
{
    padding: 50px 0px;
    font-size: 20px;
}
#firma ul 
{
    list-style: none;
}
#firma ul li
{
    padding: 5px 0px;
}
/* firma end */

/* nam start */
#namTxt
{
    padding: 50px 0px;
}
#namTxt p
{
    font-size: 20px;
    text-align: justify;
}
#namTxt a
{
    padding: 10px 30px;
    background-color: #58442C;
    border-radius: 20px;
    display: block;
    margin: auto;
    width: 100%;
    max-width: 220px;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    color: white;
    font-size: 18px;
}
/* nam end */