*
{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

/* all start */
::-webkit-scrollbar
{
    display: none;
}
.title
{
    text-align: center;
    font-weight: 700;
    color: #3d3d3d;
    font-size: 35px;
    margin-bottom: 20px;
}
.titleLine
{
    width: 80px;
    height: 4px;
    background-color: #D26643;
    display: block;
    margin: auto;
    margin-bottom: 50px;
    max-width: 80px;
}
/* all end */

/* navigation start */
.navbar-brand img
{
    width: 60px;
}
.navbar .navbar-nav .nav-item .nav-link
{
    color: white;
    font-weight: 600;
    text-transform: uppercase;
}
/* navigation end */

/* hero start */
.heroHolder
{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 700px;
}
.heroHolderLeft
{
    width: 50%;
    max-width: 50%;
    padding: 0px 150px;
}
.heroCon h1
{
    color: #3d3d3d;
    font-weight: 800;
    font-size: 50px;
}
#con1
{
    display: none;
}
.heroCon p
{
    font-size: 23px;
    margin-bottom: 30px;
}
.heroCon a
{
    padding: 15px 35px;
    background-color: #D26643;
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
}
.heroCon a:hover
{
    color: white;
}
.heroHolderRight
{
    width: 50%;
    max-width: 50%;
    background-size: cover;
    background-position: center;
}
.heroHolderRight-overlay
{
    padding: 350px 0px;
    background-color: rgba(0, 0, 0, 0.6);
}
/* hero end */

/* where start */
#where
{
    padding: 50px 0px;
    background-color: whitesmoke;
}
#where p
{
    font-size: 18px;
}
#where ul li
{
    font-size: 18px;
}
#where form input
{
    width: 100%;
    margin: 5px 0px;
    padding: 5px 10px;
    outline: none;
}
#where form button
{
    padding: 10px 35px;
    background-color: #D26643;
    color: white;
    font-weight: 600;
    outline: none;
    border: 0px;
    display: block;
    margin: auto;
}
#provera1
{
    display: none;
}
/* where end */

/* services start */
#services
{
    padding: 50px 0px;
    background-color: white;
}

.ponuda-overlay
{
    padding: 150px 0px;
    background-color: rgba(0, 0, 0, 0.6);
    position: relative;
}
.ponudaCon
{
    position: absolute;
    left: 30%;
    bottom: 10px;
    transform: translate(-30%, -10px);
    width: 95%;
}
.ponudaCon h3
{
    color: white;
    font-size: 22px;
}
.ponudaHolder
{
    margin: 5px 0px;
}
.ponudaBtn
{
    padding: 10px 30px;
    background-color: #D26643;
    color: white;
    font-weight: 600;
    text-decoration: none;
    max-width: 220px;
    text-align: center;
}
#ponudaTxt
{
    text-align: center;
    padding: 30px 0px;
    font-size: 18px;
}
/* services end */

/* how start */
#how
{
    padding: 50px 0px;
    background-color: whitesmoke;
}
#how p
{
    font-size: 18px;
}
#how ul li
{
    font-size: 18px;
}

/* how end */

/* test 1 start */
#test1
{
    background-image: url(IMG/63286.jpg);
    background-size: cover;
    background-position: center;
    background-color: #F5CA2E;
}
.test1-overlay
{
    padding: 350px 0px;
    background-color: rgba(0, 0, 0, 0.6);
    position: relative;
}
.testCon
{   
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 95%;
    text-align: center;
    width: 100%;
}
.testCon h3
{
    text-align: center;
    color: white;
    font-weight: 700;
    font-size: 45px;
}
.testCon p
{
    color: white;
    font-size: 22px;
}
#test1Btn
{
    padding: 10px 35px;
    background-color: #D26643;
    text-align: center;
    text-decoration: none;
    max-width: 250px;
    display: block;
    margin: auto;
    font-weight: 600;
    color: white;
}
/* test 1 end */

/* text start */
#text
{
    padding: 120px 0px;
    background-image: url(IMG/text.png);
    background-position: bottom;
    background-color: #D26643;
}
.textHolder
{
   display: flex;
   background-color: #D26643;
   align-items: center;
   justify-content: center; 
}
.textHolderItem
{
    background-color: #D26643;
}
.textHolderItem h3
{
    text-align: center;
    padding: 10px 25px;
    font-size: 55px;
    background-color: #D26643;
    color: white;
    font-weight: 800;
    line-height: 25px;
}
.textHolderItem h3 span
{
    font-size: 16px;
}
/* text end */

/* about start */
#about
{
    padding: 50px 0px;
    background-color: whitesmoke;
}
#about p
{
    font-size: 18px;
    text-align: center;
}
/* about end */

/* contact start */
#contact
{
    padding: 50px 0px;
}
#contact p
{
    font-size: 18px;
    color: #292b2c;
}
#contact .contactIconHolder img
{
    width: 32px;
    margin-right: 10px;
}
.contactIconHolder
{
    margin: 15px 0px;
}
#contact a
{
    color: #292b2c;
    text-decoration: none;
}
#contact  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  textarea
{
    margin: 5px 0px;
}
#contact button
{
    display: block;
    margin: auto;
    /* background-color: #88A5A9; */
    background-color: #D26643;
    /* 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;
}
#provera
{
    display: none;
}
/* contact 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: #D26643;
    width: 100%;
    max-width: 100%;
}

#faqAccordion .btn-link:hover {
    color: white;
}

.card-body {
    background-color: #f1f1f1;
    padding: 15px;
    font-size: 1rem;
    color: #333;
}

h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
}

/* Aktivno stanje dugmadi */
.card-header .btn:focus {
    outline: none;
    box-shadow: none;
}
/* questins end */

/* reviews start */
#reviews {
    background-color: white;
    border-radius: 10px;
    padding: 40px 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: #ff9800;
    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 */

/* footer start */
#footer
{
    padding: 50px 0px;
    background-color: #111111;
}
#footer img
{
    width: 120px;
    display: block;
    margin: auto;
}
#footer p
{
    text-align: center;
    font-size: 16px;
    color: white;
}
#footer a
{
    color: white;
    text-decoration: none;
    text-align: center;
}
/* footer end */


/* media query start */
@media only screen and (max-width: 768px)
{
    #con1
    {
        display: block;
        padding-left: 50px;
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .heroHolder
    {
        display: block;
        align-items: center;
        justify-content: center;
        height: 600px;
    }
    .heroHolderLeft
    {
        width: 0%;
        max-width: 00%;
        /* padding: 0px 30px; */
    }
    .heroHolderRight
    {
        width: 100%;
        max-width: 100%;
        z-index: 11111000;
        /* background-image: none; */
        /* animation: hero 30s ease-in-out alternate 1000; */
    }
    #con2
    {
        display: none;
    }
    #con1 h1
    {
        font-size: 38px;
        color: white;
    }
    #con1 p
    {
        font-size: 18px;
        color: white;
    }
    @keyframes hero
    {
        0%
        {
            background-position: center;
        }
        50%
        {
            background-position: right;
        }
        100%
        {
            background-position: left;
        }
    }
}
@media only screen and (max-width: 768px)
{
    #text
    {
        padding: 50px 0px;
        background-position: bottom;
        background-color: #D26643;
    }
    .textHolder
    {
    display: block;
    }
    .textHolderItem
    {
        margin: 15px 0px;
    }
    .textHolderItem h3
    {
        text-align: center;
        padding: 10px 25px;
        font-size: 45px;
        font-weight: 700;
        line-height: 25px;
    }
    .textHolderItem h3 span
    {
        font-size: 16px;
    }
    #contact form button
    {
        display: block;
        margin: auto;
        max-width: 250px;
    }
    #howImg
    {
        display: none;
    }
    #test1
    {
        background-image: url(IMG/krecim.jpg);
    }
}
@media only screen and (max-width: 576px)
{
    #con1
    {
        display: block;
        padding-left: 20px;
        width: 100%;
    }

}
/* media query end */

/* company start */

#company
{
    background-color: white;
    padding: 50px 0px;
}
.info span
{
    font-weight: 600;
}
/* company end */



/* gallery start */
#gallery
{
    padding: 100px 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%;
    }
}