*
{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;

}

/* arrow start */
body
{
    background-image: url(IMG/pozadina.png);
    background-size: contain;
}
.arrowHolderO
{
    opacity: 0;
    z-index: 1000000000000000;
}
.arrowHolder img 
{
    position: fixed;
    top: 89vh;
    right: 2%;
    width: 32px;
    z-index: 1000000000000000;
}
/* arrow end */

/* all start */
.dark-subtitle
{
    font-family: "Marck Script", cursive;
    color: #171717;
    text-align: center !important;
    font-size: 35px !important;
    margin-bottom: -10px;
}
.dark-title
{
    text-align: center;
    font-size: 55px;
}
.dark-subtitle1
{
    font-family: "Marck Script", cursive;
    color: white;
    text-align: center !important;
    font-size: 35px !important;
    margin-bottom: -10px;
}
.dark-title1
{
    text-align: center;
    font-size: 55px;
    color: white;
}
#primaryBtn
{
    padding: 10px 30px;
    /* background-color: #9D6836; */
    background-color: #4A2F24;
    /* border: 1px solid white; */
    font-size: 20px;
    text-align: center;
    color: white;
    text-decoration: none;
    display: block;
    margin: auto;
    max-width: 400px;
    width: 100%;
    margin-top: 50px;
    font-weight: 500;
}
#secondaryBtn
{
    padding: 10px 30px;
    background-color: #4A2F24;
    border: 1px solid white;
    font-size: 20px;
    text-align: center;
    color: white;
    text-decoration: none;
    display: block;
    margin: auto;
    max-width: 350px;
    width: 100%;
    font-weight: 500;
}
#div
{
    margin-bottom: 100px;
}
::-webkit-scrollbar
{
    display: none;
}
/* all end */

/* navigation start */
.navbar-toggler {
    border: none;
    outline: none;
    box-shadow: none;
}
#navigation
{
    padding: 10px 0px;
}
.navbar-brand img
{
    width: 120px;
}
.navbar .navbar-nav .nav-item .nav-link
{
    color: white;
    text-transform: uppercase;
    font-weight: 600;
}
#navBtn
{
    padding: 10px 40px;
    background-color: #4A2F24;
    color: white;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
}
#navIcon
{
    width: 32px;
}
/* navigation end */

/* hero start */
#hero
{
    background-image: url(IMG/bg.png);
    background-size: cover;
    background-position: center;
    position: relative;
    background-attachment: fixed;
}
.hero-overlay
{
    padding: 380px 0px;
    background-color: rgba(0, 0, 0, 0.7);
}
.heroCon
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.heroCon h1
{
    text-align: center;
    font-size: 100px;
    color: white;
    font-weight: 600;
    text-shadow:
        0 2px 5px rgba(232, 232, 232, 0.2),
        0 5px 15px rgba(218, 218, 218, 0.4);
}
.heroCon p
{
    font-family: "Marck Script", cursive;
    color: white;
    font-size: 45px;
    text-align: center;
    margin-bottom: -10px;
}
.heroCon #primaryBtn
{
    margin-top: 0px;
    max-width: 250px;
}
.title-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    width: 100%;
    max-width: 420px;
    margin: 25px auto 0;
}


.title-divider .line {
    height: 1px;
    background: rgba(255,255,255,0.8);
    flex: 1;
}


.title-divider .star {
    color: #A44F1A;
    font-size: 32px;
    line-height: 1;
    font-family: serif;
}
/* hero end */

/* about start */
#about
{
    padding: 200px 0px;
    background-color: rgba(255, 255, 255, 0.229);
}
#about p
{
    font-size: 20px;
    text-align: center;
}
#aboutImg
{
    max-width: 75%;
    width: 100%;
    display: block;
    margin: auto;
}
/* about end */

/* aboutIcon start */
#aboutIcon
{
    padding: 200px 0px;
    /* background-color: rgba(255, 255, 255, 0.229); */
    text-align: center;
    background-color: #4A2F24;
}
.aboutIconHolder img
{
    display: block;
    margin: auto;
    /* filter: invert(1); */
    margin-bottom: 20px;
}
.aboutIconHolder
{
        padding: 50px 10px;
        /* background-color: rgba(255, 255, 255, 0.332); */
        background-color: #5e3c2f15;
        color: white;
        cursor: pointer;
}
#about #primaryBtn
{
    max-width: 250px;
}
/* aboutIcon end */

/* prenociste start */
#prenociste
{
    padding: 200px 0px;
}
#prenociste p
{
    text-align: center;
    font-size: 20px;
}
#prenociste #primaryBtn
{
    max-width: 250px;
}
/* prenociste end */

/* muzika start */
#muzika
{
    padding: 200px 0px;
    background-color: white;
}
#muzika p
{
    font-size: 20px;
    text-align: center;
}
/* muzika end */

/* test start */
#test
{
    background-image: url(IMG/bg.png);
    background-size: cover;
    background-attachment: fixed;
}
.test-overlay
{
    padding: 400px 0px;
    background-color: rgba(0, 0, 0, 0.6);
}
/* test end */

/* proslave start */
#proslave
{
    padding: 200px 0px;
    background-color: white;
}
#proslave p
{
    text-align: center;
    font-size: 20px;
}
#proslave #primaryBtn
{
    max-width: 350px;
}
/* proslave end */

/* turizam start */
#turizam
{
    padding: 200px 0px;
}
.turizamHolder
{
    margin: 10px 0px;
    background-color: rgba(255, 255, 255, 0.373);
    padding-bottom: 20px;
    cursor: pointer;
}
.turizamHolder h3
{
    font-size: 18px;
    text-align: center;
    padding: 15px 0px 5px 0px;
}
#turizam a
{
    text-align: center;
    text-decoration: none;
    color: #171717;
    display: block;
    margin: auto;
}
#turizam #primaryBtn
{
    color: white;
    max-width: 300px;
}
/* turizam end */

/* specijaliteti start */
#specijaliteti
{
    padding: 200px 0px;
    background-color: white;
}
#specijaliteti #primaryBtn
{
    max-width: 300px;
    width: 100%;
}
/* specijaliteti end */

/* pratite start */
#pratite
{
    padding: 200px 0px 200px 0px;
    background-color: #4A2F24;
}
/* pratite end */

/* questions start */
#questions
{
    padding: 200px 0px;
}
#faqAccordion .card-header {
    background-color: transparent !important;
    border: none;    
    text-align: center;
    font-size: 20px;
}

#faqAccordion .btn-link {
    text-decoration: none;
    color: #1a1a1a;
    /* background-color: rgba(245, 245, 245, 0.833); */
    width: 100%;
    text-align: center;
    font-size: 20px;
}

#faqAccordion .btn-link:hover {
    color: #1a1a1a;
}

.card-body {
    /* background-color: #f1f1f179;
    padding: 15px; */
    color: #333;
    text-align: center;
    background-color: transparent;
}

/* Aktivno stanje dugmadi */
.card-header .btn:focus {
    outline: none;
    box-shadow: none;
}
/* questions end */

/* footer start */
#footer
{
    padding: 100px 0px;
}
#footer img
{
    display: block;
    margin: auto;
    width: 200px;
    margin-bottom: 100px;
}
.footer {
    background: #171717;
    font-size: 15px;
}


.footer-title {
    color: white;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;

}


.footer-title i {
    margin-right: 8px;
}


.footer-list li {
    color: #ddd;
    line-height: 1.7;
}


.footer-list strong {
    color: #fff;
}


.footer-text {
    color: #ddd;
    line-height: 1.8;
}


.footer-line {
    border-color: #c9a45c;
    height: 2px;
    margin-top:40px;
}


.footer-link {
    color:#c9a45c;
    text-decoration:none;
}


.footer-link:hover {
    color:#fff;
}



.footer-menu li {
    margin-bottom:8px;
}


.footer-menu a {
    color:#ddd;
    text-decoration:none;
    transition:.3s;
}


.footer-menu a:hover {
    color:#c9a45c;
}

#footer a
{
    text-decoration: none;
    color: white;
}


/* MOBILNI PRIKAZ */

@media(max-width:768px){

    .footer {
        text-align:center;
    }


    .footer-title {
        margin-top:15px;
    }


    .footer-menu {
        margin-top:20px;
    }


    .footer-menu li {
        display:block;
        margin:8px 0;
    }

}

@media(max-width:992px){

    .heroCon h1 {
        font-size: 40px;
    }


    .heroCon p {
        font-size: 20px;
    }


    .title-divider {
        max-width:350px;
    }

}
/* footer end */


/* MOBILNI */
@media(max-width:768px)
{
    #div { /* width: 120%; */ display: block; margin: auto; object-fit: cover; margin-bottom: 100px; width: 2000px; }
        #proslave #primaryBtn
    {
        width: 320px;
    }
    #about #primaryBtn
    {
        width: 250px;
    }
    .heroCon
    {
        position: absolute;
        bottom: 0%;
        left: 50%;
        transform: translate(-50%, 20%);
        width: 100%;
    }
    #hero   
    {
        /* background-image: url(IMG/smallBg.png);
        background-size: cover; */
        animation: animationBg 10s ease-in-out alternate 1000;
    }
    @keyframes animationBg
    {
        0%
        {
            background-position: left;
        }
        100%
        {
            background-position: right;

        }
    }
    #hero #primaryBtn
    {
        font-size: 18px;
        max-width: 250px;
        width: 100%;
    }
    #proslave p
{
    text-align: center;
    font-size: 20px;
}
#prenociste p
{
    text-align: center;
    font-size: 20px;
}
#prenociste #primaryBtn
{
    max-width: 250px;
}
   #turizam1 p
   {
    text-align: center;
   }
   #turizam1 h2
   {
    text-align: center !important;
    margin: 30px 10px;
   }
    #aboutImg
    {
        max-width: 105%;
        width: 100%;
        display: block;
        margin: auto;
        margin: 50px 0px;
    }
    #about p
    {
        text-align: center;
    }
    .aboutIconHolder
    {
        margin: 30px 0px;
        padding: 50px 10px;
        /* background-color: rgba(255, 255, 255, 0.332); */
    }
    #navBtn
    {
        display: none;
    }
    .navbar-nav .nav-item
    {
        padding-left: 10px;
    }
    .heroCon
    {
        width: 100%;
        max-width: 100%;
    }
    .heroCon h1 {
        font-size: 80px;
    }
    .heroCon p {
        font-size: 25px;
        margin-bottom: 10px;
    }
    #hero
    {
        background-position: right;
    }
    .hero-overlay
    {
        padding: 340px 0px;
        background-color: rgba(0, 0, 0, 0.6);
    }
}
@media(max-width:576px){

    #hero
    {
        background-attachment: scroll;
    }
    #test
    {
        background-attachment: scroll;
        background-position: center;
    }
    .dark-subtitle
    {
        font-family: "Marck Script", cursive;
        color: #171717;
        text-align: center;
        font-size: 25px !important;
        margin-bottom: 0px;
        max-width: 95%;
        width: 100%;
        display: block;
        margin: auto;
    }
    .dark-title
    {
        text-align: center;
        font-size: 35px;
    }
        .dark-subtitle1
    {
        font-family: "Marck Script", cursive;
        text-align: center;
        font-size: 25px !important;
        margin-bottom: 0px;
        max-width: 95%;
        width: 100%;
        display: block;
        margin: auto;

    }
    .dark-title1
    {
        text-align: center;
        font-size: 35px;
    }
    .heroCon
    {
        width: 100%;
        max-width: 100%;
    }
    .heroCon h1 {
        font-size: 65px;
        letter-spacing: -3px;
    }


    .heroCon p {
        font-size: 27px;
        letter-spacing: -1px;
        margin-bottom: -10px;
    }


    .title-divider {
        max-width:260px;
        gap:12px;
        margin-top:20px;
    }


    .title-divider .star {
        font-size:26px;
    }
    .hero-overlay
    {
        padding: 320px 0px;
        background-color: rgba(0, 0, 0, 0.5);
    }

}



/* kontakt start */
#contact
{
    padding: 200px 0px 120px 0px;
    background-color: rgba(255, 255, 255, 0.223);
}
.contactTxt
{
    font-size: 22px;
    text-align: center;
}
#con p
{
    font-size: 22px;
    font-weight: 300;
}
#contact ul
{
    list-style: none;
    margin: 10px 0px;
    margin-left: -30px;
    font-size: 18px;
}
#contact ul li
{
    margin: 15px 0px;
}
#contact ul li a
{
    text-decoration: none;
    color: #1a1a1a;
}
#contact form .conTxt
{
    color: #555;
    font-size: 18px;
    text-align: center;
    padding: 30px 0px;
}
#contact form h3
{
    font-size: 30px;
}
#contact form
{
    background-color: rgba(255, 255, 255, 0.26);
    padding: 30px 20px;
    /* border: 1px solid rgb(189, 189, 189); */
    /* box-shadow: 0px 10px 20px rgba(0,0,0,0.2); */
}
#contact form input
{
    width: 100%;
    padding: 10px 15px;
    margin: 10px 0px;
    border-radius: 0px;
    outline: none;
    border: none;
    border-bottom: 1px solid rgb(189, 189, 189);
    font-size: 18px;
}
#contact form textarea
{
    width: 100%;
    padding: 5px 15px;
    margin: 10px 0px;
    border-radius: 0px;    
    outline: none;
    border: none;
    border-bottom: 1px solid rgb(189, 189, 189);
    font-size: 18px;

}
#contact form img
{
    display: block;
    margin: auto;
    margin-top: -100px;
    width: 120px;
}
#contact form button
{

    max-width: 300px;
    width: 100%;
    font-weight:500;
    display: block;
    margin: auto;
    font-size: 18px;
    background-color: #4A2F24;
    padding: 10px 30px;
    color: white;
    outline: none;
    border: none;
}
#contact h3
{
    font-size: 22px;
    margin-top: 10px;
    font-weight: 400;
}
#contact .informationHolder a
{
    color: #555;
    margin-top: -40px;
    font-size: 20px;
}
#contact .informationHolder p
{
    font-size: 20px;
}
#information p
{
    font-size: 20px;
}
#provera
{
    display: none;
}
/* kontakt end */

/* mapa start */
#mapa
{
    padding: 200px 0px 200px 0px;
    background-color: rgba(255, 255, 255, 1);
}
#mapa p
{
    font-size: 20px;
}
/* mapa end */

/* page start */
#page
{
    background-image: url(IMG/bg.png);
    background-size: cover;
    background-position: center;
    position: relative;
}
.pageCon
{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    width: 100%;
}
.pageCon h1
{
    font-size: 70px;
    margin-top: -20px;
}
.pageCon p
{
    font-size: 25px;
}
.page-overlay
{
    padding: 300px 0px;
    background-color: rgba(0, 0, 0, 0.7);
}
/* page end */

/* turizam start */
#turizam1
{
    padding: 200px 0px;
}
#turizam1 p
{
    font-size: 20px;
    text-align: center;
}
/* turizam end */

/* prenociste start */
#prenociste1
{
    padding: 200px 0px;
}
#prenociste1 form
{
    max-width: 60%;
    width: 100%;
    display: block;
    margin: auto;
    padding: 100px 50px;
    background-color: rgba(255, 255, 255, 0.267); 
}
/* prenociste end */

/* Uklanja plavi outline i border focus efekat */
input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #ccc !important;
}

/* Uklanja i Bootstrap focus glow */
.form-control:focus,
.form-select:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #ccc !important;
}

@media only screen and (max-width: 768px)
{
     #contact h3
{
    font-size: 22px;
    margin-top: 10px;
    font-weight: 400;
    text-align: center;
}
    .informationHolder a
    {
        color: #555;
        margin-top: 40px;
        font-size: 20px;
        text-align: center;
        display: block;
        margin: auto;
    }
    #contact .informationHolder p
    {
        font-size: 20px;
        text-align: center;
    }
    .page-overlay
    {
        padding: 250px 0px;
        background-color: rgba(0, 0, 0, 0.5);
    }
    #contact form input
    {
        text-align: center;
    }
    #contact form textarea
    {
        text-align: center;

    }
}

#menu
{
    padding: 200px 0px;
}
.menu-gallery {
    max-width: 500px;
    margin: auto;
}

.menu-img {
    box-shadow: 0 10px 30px rgba(0,0,0,.15);
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1);
    background-color: #171717;
}
@media only screen and (max-width: 768px)

{
    #prenociste1 form
{
    max-width: 92%;
    width: 100%;
    display: block;
    margin: auto;
    padding: 50px 20px;
}
    #prenociste1 form button
    {
        max-width: 250px;
    }
    #prenociste1 form, input
    {
        text-align: center;
    }
}
@media only screen and (max-width: 576px)
{
    #menu
    {
        padding: 100px 0px;
    }
}


/* inspiracija start */
#inspiracija
{
    padding: 100px 0px 150px 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;
  }
  .klizac-item h3
  {
    text-align: center;
    padding: 10px 0px;
    background-color: #58442c1c;

  }

  .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: #4A2F24;
  }
  .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: 80%;
    }

    .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 */
        display: block;
    margin: auto;
    }
    .slikaHolder img {
  position: relative;
  z-index: 1;      /* slika ide preko pozadine */
  display: block;
  width: 100%;
  max-width: 90%;
  display: block;
  margin: auto;
}
  }