*
{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

/* all start*/
.title
{
    font-size: 40px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
    color: #404040;
}
.titleLine
{
    height: 20px;
    display: block;
    margin: auto;
    /* background-color: #006673b5; */
    background-color: #E6F2FF;
    margin-top: -55px;
    margin-bottom: 50px;
    max-width: 60%;
}
#moreBtn
{
    padding: 10px 30px;
    background-color: #005B96;
    color: white;
    font-weight: 600;
    margin-top: 40px;
    display: block;
    margin: auto;
    text-align: center;
    width: 100%;
    max-width: 220px;
    text-decoration: none;
    
}
/* 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: #005B96;
    color: white;
    font-weight: 600;
    margin-top: 20px;
}
#btn2
{
    background: none;
    color: #1a1a1a;
    outline: none;
    border: 0px;
    font-size: 12px;
}
/* newsletter end */

/* navigation start */
#navigation
{
    padding: 30px 0px;
    border-top: 3px solid #005B96;
}
#navigation1
{
    padding: 30px 0px;
    border-top: 3px solid #005B96;
}
.navbar-brand
{
    color: white;
    font-weight: 500;

}
.navbar .navbar-nav .nav-item .nav-link
{
    color: white;
    font-size: 18px;
    font-weight: 500;
}
#callBtn
{
    padding: 10px 30px;
    background-color: #005B96 ;
    color: white;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}

/* navigation end */

/* hero start */
.hero-overlay
{
    padding: 320px 0px;
    background-color: rgba(0, 0, 0, 0.6);
}
.heroCon
{
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -0%);
    width: 100%;
}
.heroCon a
{
    text-align: center;
    color: white;
    background-color: #005B96;
    display: block;
    margin: auto;
    max-width: 250px;
    padding: 10px 30px;
    font-weight: 700;
    text-decoration: none;
    font-size: 20px;
    margin-bottom: -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: 55px;
    font-weight: 700;
}
/* hero end */

/* benefit start */
#benefit
{
    padding: 50px 0px 50px 0px;
}
.benefitHolder
{
    text-align: center;
    background-color: #E6F2FF;
    padding: 20px 5px;
    border-radius: 20px;
    margin: 10px 0px;
}
.benefitHolder h6
{
    font-size: 22px;
    margin-top: 10px;
}
/* benefit end */

/* services1 start */
#services1
{
    padding: 100px 0px 50px 0px;
    background-color: white;
}
#services1 p
{
    text-align: center;
    font-size: 20px;
}
#productsBtn
{
    font-size: 14px;
    color: white;
    transition: 0.2s ease-in-out;
}
#productsBtn:hover
{
    box-shadow: 0 4px 80px #E0AB47; /* Senka ispod dugmeta */
}
#ph1
{
    background-image: url(IMG/pozSmall.avif);
    cursor: pointer;
    background-position: center;
    background-size: cover;
}
#ph2
{
    background-image: url(IMG/budva.avif);
    cursor: pointer;
    background-position: center;
    background-size: cover;
}
#ph4
{
    background-image: url(IMG/Novi-Sad-Serbia.avif);
    cursor: pointer;
    background-position: right;
    background-size: cover;
}
#ph5
{
    background-image: url(IMG/nemacka.avif);
    cursor: pointer;
    background-position: right;
    background-size: cover;
}
.ph-overlay
{
    padding: 170px 0px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.4);
    transition: 0.2s ease-in-out;
}
.ph-overlay:hover
{
    padding: 170px 0px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.6);
}
.ph-overlay1
{
    padding: 83px 0px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.4);
    transition: 0.2s ease-in-out;
}
.ph-overlay1:hover
{
    padding: 83px 0px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.6);
}
.ph-overlay2
{
    padding: 150px 0px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.4);
    transition: 0.2s ease-in-out;

}
.ph-overlay2:hover
{
    padding: 150px 0px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.6);
}
.phCon
{
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.phCon h4
{
    color: white;
    font-weight: 800;
}
#services
{
    padding: 50px 0px;
    background-color: whitesmoke;
}
#services p
{
    font-size: 20px;
    text-align: center;
}
/* services1 end */

/* about start */
#about
{
    padding: 50px 0px;
    background-color: #E6F2FF;
}
#about p
{
    font-size: 20px;
    text-align: center;
}
/* about end */

/* test start */
#test
{
    background-image: url(IMG/budva.avif);
    position: relative;
    background-size: cover;
}
.test-overlay
{
    padding: 250px 0px;
    background-color: rgba(0, 0, 0, 0.5);
}
.testCon
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 95%;
}
.testCon h2
{
    text-align: center;
    color: white;
}
.testCon p
{
    color: white;
    text-align: center;
    font-size: 18px;
}
.testCon a
{
    display: block;
    margin: auto;
    padding: 10px 35px;
    color: white;
    background-color: #005B96;
    text-align: center;
    max-width: 250px;
    width: 100%;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;

}
/* test end */

/* contact start */
#contact
{
    padding: 50px 0px;
    background-color: #E6F2FF;
}
#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-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: #005B96;
    /* 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;
}
.contact-Form1 button:hover
{
    color: white;
}
#provera
{
    display: none;
}
/* contact  end */

/* 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;
}
/*  */

/* reviews start */
#reviews {
    background-color: #f8f9fa;
    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: #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: #0d0d0d;
}
#footer h3
{
    margin-bottom: 30px;
    color: white;
    font-size: 22px;
}
#footer p
{
    text-align: center;
    color: white;
}
#footer ul
{
    list-style: none;
    margin-left: -30px;
}
#footer ul li a
{
    text-decoration: none;
    color: white;

}
#footer img
{
    width: 100px;
}
#author
{
    text-decoration: none;
    text-align: center;
    color: white;
}
/* footer end */


/* media start */
@media only screen and (max-width: 576px)
{
    #footer img
    {
        width: 100px;
        display: block;
        margin: auto;
    }
    #hero
    {
        background-position: right;
    }
    .hero-overlay
    {
        padding: 270px 0px;
        background-color: rgba(0, 0, 0, 0.6);
    }
    .heroCon p
    {
        text-align: center;
        font-size: 20px;
        color: white;
        font-weight: 600;
    }
    .heroCon h1
    {
        color: white;
        text-align: center;
        font-size: 35px;
        font-weight: 700;
    }
    .heroCon a
    {
        text-align: center;
        color: white;
        background-color: #005B96;
        display: block;
        margin: auto;
        max-width: 250px;
        padding: 10px 30px;
        font-weight: 700;
        text-decoration: none;
        font-size: 18px;
        margin-bottom: -25px;
        animation: blink1 0.3s ease-in-out alternate 1000;
    }
    .ph-overlay
    {
        padding: 100px 0px;
    }
    .ph-overlay1
    {
        padding: 100px 0px;
    }
    .ph-overlay2
    {
        padding: 100px 0px;
    }
    .ph-overlay:hover
    {
        padding: 100px 0px;
    }
    .ph-overlay1:hover
    {
        padding: 100px 0px;
    }
    .ph-overlay2:hover
    {
        padding: 100px 0px;
    }
    #callBtn
    {
        display: none;
    }
}
/* media end */


/* online start */
#online
{
    padding: 50px 0px;
}
#online input
{
    padding: 3px 5px;
    margin: 5px 0px;
    width: 100%;
    outline: none;
    border-radius: 0px;
    border: 1px solid #616161;
}
#online textarea
{
        padding: 3px 5px;
    margin: 5px 0px;
    width: 100%;
    outline: none;
    border-radius: 0px;
    border: 1px solid #616161;
}
#online select
{
    width: 100%;
    padding: 3px 5px;
    margin: 5px 0px;
    color: #616161;
    outline: none;
    border-radius: 0px;
    border: 1px solid #616161;
    background-color: white;

}
#online .form-group button
{
    padding: 10px 35px;
    background-color: #005B96;
    font-weight: 500;
    text-align: center;
    outline: none;
    border: 0px;
    color: white;
    max-width: 200px;
    display: block;
    margin: auto;
}
.napomena
{
    opacity: 0.5;
    font-size: 12px;
    margin-top: 10px;
}
#onlinep
{
    font-size: 20px;
}
#online ul li
{
    font-size: 20px;
}
/* online end */