* 
{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Urbanist", sans-serif;
}

/* all start */
.title-white
{
    text-align: center;
    font-weight: 600;
    font-size: 45px;
    color: white;
}
.subtitle
{
    text-align: center;
    font-size: 20px;
    color: white;
    opacity: 0.8;
    margin-bottom: 40px;

}
.title-black
{
    text-align: center;
    color: black;
    font-weight: 600;
    font-size: 45px;
}
.subtitle-dark
{
    text-align: center;
    font-size: 20px;
    color: black;
    opacity: 0.8;
    margin-bottom: 40px;
}
.btns
{
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
}
#primaryBtn
{
    padding: 10px 30px;
    background-color: #21513A;
    color: white;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    max-width: 250px;
    width: 100%;
    border-radius: 30px;
    margin-right: 5px;
}
#secondaryBtn
{
    padding: 10px 30px;
    color: black;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    max-width: 250px;
    width: 100%;
    border-radius: 30px;
    border: 1px solid black;
}
/* all end */

#cursor-effect {
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
}

.outer-circle,
.inner-circle {
  position: absolute;
  border-radius: 50%;
  animation: pulse 1.5s infinite ease-in-out;
}

.outer-circle {
  width: 30px;
  height: 30px;
  background-color: #F5A800; /* crvena */
}

.inner-circle {
  width: 20px;
  height: 20px;
  background-color: #ad7909; /* plava */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.4;
  }
  100% {
    transform: scale(1);
    opacity: 0.8;
  }
}

/* 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: #21513A;
    color: white;
    font-weight: 600;
    margin-top: 20px;
}
#btn2
{
    background: none;
    color: #1a1a1a;
    outline: none;
    border: 0px;
    font-size: 12px;
}
/* newsletter end */

.btns1
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.btns1 a
{
    margin: 0px 5px;
}
#primaryBtn1
{
    padding: 10px 30px;
    background-color: #C47A00;
    color: white;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    max-width: 200px;
    width: 100%;
    border-radius: 30px;
    margin-right: 5px;
}
#secondaryBtn1
{
    padding: 10px 5px;
    color: white;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border-radius: 30px;
    margin-right: 5px;
}
#secondaryBtn2
{
    padding: 10px 30px;
    color: black;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border-radius: 30px;
    margin-right: 5px;
    background-color: white;
}
/* arrow start */
.arrowHolderO
{
    opacity: 0;
    z-index: 1000000000000000;
}
.arrowHolder img 
{
    position: fixed;
    top: 89vh;
    right: 2%;
    width: 32px;
    z-index: 1000000000000000;
}
/* arrow end */




/* navigation start */
#navigation
{
    background-color: #2D261E;
    position: relative;
    padding: 20px 0px;
}

@media (min-width: 992px) 
{
#navbarNav
{
    margin-right: -120px;
}
}
.navbar .navbar-nav .nav-item .nav-link
{
    color: white;
    font-size: 18px;
    font-weight: 600;
}
    #navigation .navbar-brand-center {
        position: absolute;
        bottom: -20px;
        left: inherit;
        transform: translateY(20px);
        margin: 0;
    z-index: 111111000;

    }
.navbar-brand img
{
    width: 150px;
}
#navPrimary
{
    padding: 10px 30px;
    background-color: #21513A;
    color: white;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    max-width: 200px;
    width: 100%;
    border-radius: 30px;
    margin-right: 5px;
}
#navSecondary
{
    padding: 10px 30px;
    color: white;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    max-width: 200px;
    width: 100%;
    border-radius: 30px;
    border: 1px solid white;
    margin-right: 5px;
}
.languageHolder img
{
    width: 32px;
    margin-left: 5px;
}
#langSmall 
{
    display: none;
}
#langBig
{
    display: block;
    right: 50px;
}
.languageHolder 
{
    display: flex;
    align-items: center;
    justify-content: start;
    margin-right: 10px;
}
.languageHolder .languageitem a img
{
    width: 32px;
}
/* navigation end */

/* hero start */
.n img
{
    width: 100px;
    margin-right: 15px;
    height: auto;
    object-fit: contain; /* sprečava izobličenje */

}
#hero
{
    padding: 40px 0px;
    background-image: url(IMG/herobg.avif);
    background-size: cover;
}
#hero h1
{
    margin: 0px;
    font-size: 55px;
    font-weight: 700;
    line-height: 62px;
    color: black;
    display: flex;
    align-items: center;
    flex-wrap: wrap; /* ako ide u više redova na mobilnom */
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.tacka {
  display: inline-flex;
  align-items: center;
  font-weight: 800;
  font-size: 100px;
  line-height: 1;
  color: black;
  margin: 0 2px;
}
#color
{
    color: #AB8345;
}
#hero p
{
    font-size: 22px;
}
.slider {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.slides {
    position: relative;
    width: 100%;
    height: auto;
}

.slides img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: 12px;
}

/* Samo aktivna slika */
.slides img.active {
    opacity: 1;
    position: relative;
}

/* hero end */

/* services start */
#services
{
    padding: 100px 0px;
    background-color: #2D261E;
}
.servicesHolder img
{
    display: block;
    margin: auto;
    margin-bottom: 20px;
}
.servicesHolder
{
    display: block;
    margin: auto;
    color: white;
    text-align: center;
}
.servicesHolder h3
{
    font-size: 32px;
}
/* services end */

/* image start */
#overlay
{
    background-image: url(IMG/test1.avif);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}
.overlayCon
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 60%;
}
.overlayCon h2
{
    text-align: center;
    font-size: 40px;
    color: white;
    font-weight: 600;
}
.overlayCon img
{
    display: block;
    margin: auto;
    width: 200px;
    margin-bottom: 50px;
}
.overlayBg
{
    padding: 280px 0px;
    background-color: rgba(0, 0, 0, 0.5);
}
/* image end */

/* expirience start */
#expirience
{
    padding: 100px 0px;
}
#expirience img
{
    border-radius: 30px;
    margin: 13px 0px;

}
#expirience p
{
    text-align: center;
    font-size: 20px;
}
/* expirience end */

/* product start */
/* Wrapper */
.events-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-height: 450px;
}

/* Left image */
.events-image {
    flex: 1 1 50%;
    background-image: url(IMG/image00025.avif);
    background-size: cover;
    background-position: bottom;
    min-height: 450px;
}

/* Right content box */
.events-content {
    flex: 1 1 50%;
    background-color: #2D261E;
    color: white;
    padding: 100px 70px;
    padding-right: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.events-content h2 {
    font-size: 35px;
    margin-bottom: 40px;
}
.events-content h3 {
    font-size: 25px;
}
#products .btns1
{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#products1 .events-content {
    flex: 1 1 50%;
    background-color: white;
    color: black;
    padding: 100px 50px;
    padding-left: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#products1 .events-content img
{
    filter: invert(1);
}
#products1 .events-content .btns1 #secondaryBtn1
{
    color: black;
}
#products1 .events-content .btns1
{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.events-image1 {
    flex: 1 1 50%;
    background-image: url(IMG/cat.avif);
    background-size: cover;
    background-position: center;
    min-height: 450px;
}
.events-image2 {
    flex: 1 1 50%;
    background-image: url(IMG/image00078.avif);
    background-size: cover;
    background-position: center;
    min-height: 450px;
}

/* product end */

/* test start */
#test
{
    padding: 100px 0px;
    background-color: #21513A;
    background-image: url(IMG/bgNew\ 1.avif);
}
#test .text
{
    text-align: center;
    font-size: 20px;
    color: white;
}
#test img
{
    display: block;
    margin: auto;
    border-radius: 30px;
}
/* test end */

/* gallery start */
#gallery
{
    padding: 100px 0px;
}
#gallery img
{
    margin: 13px 0px;
}
.img-wrap {
  border-radius: 25px;
  overflow: hidden;
}

.img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* gallery end */

/* about start */

#about
{
    padding: 100px 0px;
    background-color: #2D261E;
    background-image: url(IMG/aboutBg\ \(1\).avif);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
#about .text
{
    text-align: center;
    color: white;
    font-size: 20px;
}
#about img
{
    border-radius: 20px;
}
/* about end */

/* information start */
#information
{
    padding: 100px 0px;
}
.informationHolder
{
    padding: 20px 0px;
}
#information h3
{
    font-size: 20px;
    margin-top: 10px;
    font-weight: 700;
}
#information p
{
    font-size: 20px;
}
#information a
{
    color: black;
    margin-top: -20px;
    font-size: 20px;
}
#information iframe
{
    display: block;
    margin: auto;
    width: 100%;
}
/* information end */

/* footer start */
#footer
{
    padding: 100px 0px;
    background-color: #070706;
}
#footer img
{
    width: 150px;

}
.footer-content
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-content .footer-content-item form input
{
    outline: none;
    border: none;
    border-bottom: 1px solid white;
    background-color: transparent;

}
.footer-content .footer-content-item h3
{
    color: white;
}
.footer-content .footer-content-item form button
{
    background-color: #F5A800;
    border-radius: 30px;
    padding: 10px 30px;
    color: white;
    outline: none;
    border: none;
    font-weight: 600;
}
.footer-content .footer-content-item p
{
    color: white;
}
.footer-content .footer-content-item a
{
    text-decoration: none;
    color: white;
}
hr
{
    border-top: 2px solid #333; /* može se menjati stil, boja i debljina */
    height: 5px;
    background-color: white;
}
#footer h3
{
    font-size: 20px;
    color: white;
    font-weight: 500;
}
#footer ul 
{
    list-style: none;
}
#footer ul li a
{
    text-decoration: none;
    color: white;
    margin-left: -30px;
}
/* footer end */

/* newsletter start */
#newsletter
{
    padding: 100px 0px 100px 0px;
    background-color: rgba(255, 255, 255, 0.814);
}
#newsletter p
{
    font-size: 20px;
}
#newsletter form
{
    width: 90%;
    display: block;
    margin: auto;
}
#newsletter form input
{
    width: 100%;
    padding: 5px 7px;
    border-radius: 0px;
    outline: none;
    border: 1px solid rgb(129, 129, 129);
}
#newsletter form button
{
    padding: 10px 30px;
    background-color: #F5A800;
    font-weight: 600;
    text-align: center;
    outline: none;
    border: none;
    color: white;
    margin-top: 10px;
}
/* newsletter end */


#contactHero
{
    color: white;
}
#contactHero p
{
    font-size: 22px;
    margin-top: -20px;
}
/* contactHero end */

/* kontakt start */
#contact
{
    padding: 100px 0px;
    background-color: white;
}
.contactTxt
{
    font-size: 22px;
    text-align: center;
}
#con p
{
    font-size: 22px;
}
#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: black;
    font-size: 18px;
    text-align: center;
}

#contact form
{
    background-color: hsla(31, 77%, 30%, 0.142);
    padding: 30px 20px;
    border: 1px solid rgb(189, 189, 189);
    border-radius: 12px;
    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: 1px solid rgb(189, 189, 189);
    border-radius: 12px;

}
#contact form textarea
{
    width: 100%;
    padding: 5px 15px;
    margin: 10px 0px;
    border-radius: 0px;    
    outline: none;
    border: 1px solid rgb(189, 189, 189);
    border-radius: 12px;

}
#contact form img
{
    display: block;
    margin: auto;
    margin-top: -100px;
    width: 120px;
}
#contact form button
{

    max-width: 250px;
    width: 100%;
    font-weight: 600;
    display: block;
    margin: auto;
    font-size: 18px;
    background-color: #21513A;
    padding: 10px 30px;
    color: white;
    outline: none;
    border: none;
    border-radius: 30px;
}
#contact h3
{
    font-size: 20px;
    margin-top: 10px;
    font-weight: 700;}
#contact a
{
    color: black;
    margin-top: -20px;
    font-size: 20px;
}
#information p
{
    font-size: 20px;
}
#provera
{
    display: none;
}
/* kontakt end */

/* mapa start */
#mapa
{
    padding: 100px 0px 100px 0px;
    background-color: rgba(255, 255, 255, 0.811);
}
/* mapa end */


/* questions start */
#questions1
{
    padding: 50px 0px;
    background-color: #21513A;
    background-image: url(IMG/bgNew\ 1.avif);
    background-size: cover;
}
.contactH
{
    display: flex;
    justify-content: center;
    align-items: center;
}
.contactH a
{
        background-color: #F5A800;
        border-radius: 30px;
        padding: 10px 30px;
        color: white;
        outline: none;
        border: none;
        font-weight: 600;
        width: 100%;
        max-width: 250px;
        display: block;
        margin: auto;
        margin-top: 10px;
        text-decoration: none;
        font-size: 18px;
}
.contactH a:hover
{
    color: white;
}
#questions1 h3
{
    color: white;
    text-align: center;
    margin: 0px 20px;
}
/* questions end */



/* media query start */
@media only screen and (max-width: 1249px)
{
    #hero h1
    {
    text-align: left;
    font-weight: 700;
    color: black;
    }
    #color
    {
        margin-top: -10px;
    }
}
@media only screen and (max-width: 1024px)
{
        #hero h1
    {
    text-align: left;
    font-weight: 700;
    color: black;
    font-size: 55px;
    }
    #color
    {
        margin-top: 0px;
    }
    .events-content {
    flex: 1 1 100%;
    background-color: #2D261E;
    color: white;
    padding: 100px 70px;
    padding-right: px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    }
        .events-content h2
    {
        text-align: center;
    }
    #products1 .events-content h2
    {
        text-align: center;
    }
    #products1 .events-content {
    flex: 1 1 100%;
    background-color: white;
    color: black;
    padding: 100px 50px;
    padding-left: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
}
@media only screen and (max-width: 992px)
{
            #hero h1
    {
        font-weight: 700;
        color: black;
        text-align: center;
            display: flex;
    align-items: center;
    flex-wrap: wrap; /* ako ide u više redova na mobilnom */
    justify-content: center;
    }
    .btns
    {
        justify-content: center;
        margin: 20px 0px;
    }

}
@media only screen and (max-width: 768px)
{
    .hide
    {
        display: none;
    }
    #footer img
    {
        display: block;
        margin: auto;
    }
    .footer-content
    {
        display: block;
    }
        .footer-content .footer-content-item p
    {
        color: white;
        text-align: center;
    }
    .footer-content .footer-content-item a
    {
        text-decoration: none;
        color: white;
        text-align: center;
    }
    .footer-content .footer-content-item form input
    {
        outline: none;
        border: none;
        border-bottom: 1px solid white;
        background-color: transparent;
        width: 100%;
        max-width: 100%;
        border-radius: 0px;

    }
    .footer-content .footer-content-item h3
    {
        color: white;
        text-align: center;
    }
    #footer h3
    {
        margin-top: 20px;
    }

    #footer
    {
        text-align: center;
    }
    .footer-content .footer-content-item form button
    {
        background-color: #F5A800;
        border-radius: 30px;
        padding: 10px 30px;
        color: white;
        outline: none;
        border: none;
        font-weight: 600;
        width: 100%;
        max-width: 200px;
        display: block;
        margin: auto;
        margin-top: 10px;
    }
    .btns
    {
        display: flex;
        align-items: center;
        justify-content: center;
    }
      #products  .btns1
    {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #products1 .btns1
    {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .overlayCon h2
    {
        text-align: center;
        font-size: 30px;
        color: white;
        font-weight: 600;
    }
    .overlayCon
    {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        max-width: 90%;
    }
    
    .events-content h2
    {
        text-align: center;
    }
    #products1 .events-content h2
    {
        text-align: center;
    }
        #hero h1
    {
        font-weight: 700;
        line-height: normal;
        color: black;
    display: flex;
    align-items: center;
    flex-wrap: wrap; /* ako ide u više redova na mobilnom */
    justify-content: center;
    }
    #about
    {
        background-attachment: scroll;
    }
        #products1 .events-content {
    flex: 1 1 100%;
    background-color: white;
    color: black;
    padding: 100px 20px;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    }
    .events-content {
    flex: 1 1 100%;
    background-color: #2D261E;
    color: white;
    padding: 100px 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    }
    #gallery img
    {
        margin: 13px 0px;
        border-radius: 30px;
        /* border-radius: 30px 30px 30px 30px; */
    }
    #bigImg
    {
        border-radius: 20px 20px 20px 20px;
    }

}
@media only screen and (max-width: 576px)
{
    #contact form
    {
        margin-top: 50px;
    }
        #formTxt
        {
            font-size: 16px;
            text-align: center;
        }
    .contactH
    {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #overlay
    {
        background-image: url(IMG/image00059.avif);
        background-size: cover;
        background-position: center;
        background-attachment: scroll;
    }
   
    .subtitle br
    {
        display: none;
    }
    #navPrimary
    {
        display: none;
    }
    #hero
    {
        padding: 30px 0px;
    }

    #hero h1
{
    font-weight: 700;
    font-size: 45px;
        line-height: normal;
    color: black;
  display: flex;
  align-items: center;
  flex-wrap: wrap; /* ako ide u više redova na mobilnom */
  text-align: center;
  justify-content: center;
}
.tacka {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 90px;
  line-height: 1;
  color: black;
  margin: 0 2px;
}
    #hero p
    {
        font-size: 20px;
        text-align: center;
    }
    #hero img
    {
        display: block;
        margin: auto;
    }
    #primaryBtn
    {
        padding: 10px 30px;
        background-color: #21513A;
        color: white;
        font-weight: 600;
        text-align: center;
        text-decoration: none;
        max-width: 200px;
        width: 100%;
        border-radius: 30px;
        margin-right: 5px;
        font-size: 16px;

    }
    #secondaryBtn
    {
        padding: 10px 30px;
        color: black;
        font-weight: 600;
        text-align: center;
        text-decoration: none;
        max-width: 200px;
        width: 100%;
        border-radius: 30px;
        border: 1px solid black;
        font-size: 16px;
    }
    .title-white
    {
        text-align: center;
        color: white;
        font-weight: 600;
        font-size: 35px;
    }
    .subtitle
    {
        text-align: center;
        font-size: 16px;
        color: white;
        opacity: 0.8;
        margin-bottom: 30px;
    }
    .title-black
    {
        text-align: center;
        color: black;
        font-weight: 600;
        font-size: 35px;
    }
    .subtitle-dark
    {
        text-align: center;
        font-size: 16px;
        color: black;
        opacity: 0.8;
        margin-bottom: 40px;
    }


    #hero .btns
    {
        margin-bottom: 40px;
    }
    .servicesHolder
    {
        display: block;
        margin: auto;
        color: white;
        text-align: center;
        padding: 30px 0px;
    }
      #newsletter
    {
        padding: 100px 0px 50px 0px;
        background-color: rgba(255, 255, 255, 0.814);
    }
    #newsletter p
    {
        font-size: 20px;
        text-align: center;
    }
    #newsletter form
    {
        width: 90%;
        display: block;
        margin: auto;
    }
      #newsletter h3
    {
        text-align: center;
    }
    #newsletter form input
    {
        width: 100%;
        padding: 5px 7px;
        border-radius: 0px;
    }
    #newsletter form button
    {
        padding: 10px 30px;
        background-color: #21513A;
        font-weight: 600;
        text-align: center;
        outline: none;
        border: none;
        color: white;
        display: block;
        margin: auto;
        margin-top: 10px;
    }
    #footer img
    {
        display: block;
        margin: auto;
    }
    #gallery
    {
        padding-top: 50px;
    }
    #gallery img
    {
        max-width: 100%;
        width: 100%;
    }


    .events-image1 
    {
    flex: 1 1 50%;
    background-image: url(IMG/cat.avif);
    background-size: cover;
    background-position: center;
    min-height: 450px;
    }
    .events-image2 {
        flex: 1 1 50%;
        background-image: url(IMG/image00078.avif);
        background-size: cover;
        background-position: right;
        min-height: 450px;
    }
}
/* media query end */

/* usluga start */
.u1
{
    background-image: url(IMG/cat.avif);
    background-size: cover;
    background-position: center;
    position: relative;
}
.u2
{
    background-image: url(IMG/cafeimg10.avif);
    background-size: cover;
    background-position: center;
    position: relative;
}
.u3
{
    background-image: url(IMG/eventnot.avif);
    background-size: cover;
    background-position: center;
    position: relative;
}
.usluga-overlay
{
    padding: 280px 0px;
    background-color: rgba(0, 0, 0, 0.7);
}
.uslugaCon
{
    position: absolute;
    /* top: 50%; */
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, -10%);
    width: 95%;
    display: block;
    margin: auto;
}
.uslugaCon img
{
    display: block;
    margin: auto;
    width: 200px;
}
.uslugaCon h1
{
    font-size: 50px;
    color: white;
    font-weight: 600;
    text-align: center;
}
.uslugaCon p
{
    font-size: 25px;
    color: white;
    font-weight: 600;
    text-align: center;
}
#secondCol img
{
    width: 100%;
    height: 50%;
}
/* usluga end */

/* text start */
#text
{
    padding: 20px 0px;
}
#text p
{
    font-size: 22px;
    text-align: center;
}
/* text end */

/* why start */
#why
{
    padding: 100px 0px 100px 0px;
}
.whyHolder
{
    padding: 40px;
    background-color: #21513A;
    margin: 5px 0px;
    background-image: url(IMG/bgNew\ 1.avif);
    border-radius: 20px;
}
#why h3
{
    text-align: center;
    font-size: 20px;
    color: white;
    margin-top: 10px;
}
#why img
{
    display: block;
    margin: auto;
    width: 48px;
}
/* why end */

/* uslugaTxt start */
#uslugaTxt
{
    padding: 100px 0px;
    background-color: #21513A;
    background-image: url(IMG/bgNew\ 1.avif);
    background-size: cover;
}
#uslugaTxt p
{
    text-align: center;
    font-size: 20px;
    color: white;
}
/* uslugaTxt end */

/* opis start */
#opis
{
    padding: 100px 0px;
    background-color: white;
}
#opis img
{
    border-radius: 30px;
}
.servicesHolder1
{
    margin: 10px 0px;
    border-radius: 20px;
}
#ser1
{
    background-image: url(IMG/minikonf.avif);
    background-size: cover;
    background-position: right;
}
#ser2
{
    background-image: url(IMG/ketering.avif);
    background-size: cover;
    background-position: bottom center;
}
#ser3
{
    background-image: url(IMG/eventnot.avif);
    background-size: cover;
    background-position: right;
}
#ser4
{
    background-image: url(IMG/image00059.avif);
    background-size: cover;
}
#ser5
{
    background-image: url(IMG/edukacija.avif);
    background-size: cover;
}
#ser6
{
    background-image: url(IMG/privatno.avif);
    background-size: cover;
}
#ser7
{
    background-image: url(IMG/s7.avif);
    background-size: cover;
}
#ser8
{
    background-image: url(IMG/s8.avif);
    background-size: cover;
    background-position: center;
}
#ser9
{
    background-image: url(IMG/s9.avif);
    background-size: cover;
    background-position: center;
}
.services-overlay
{
    padding: 200px 0px;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    border-radius: 20px;

}
.servicesCon
{
    position: absolute;
    left: 30%;
    bottom: 10%;
    transform: translate(-25%, -10%);
    color: white;
    width: 100%;
    max-width: 95%;
    display: block;
    margin: auto;
}
.servicesCon h3
{
    color: white;
    font-size: 22px;
}
.servicesCon p
{
    font-size: 18px;
}
.servicesCon a
{
    text-decoration: none;
    color: white;
    font-weight: 600;
}
.servicesCon a:hover
{
    color: white;
}
#opis img
{
    display: block;
    margin: auto;
    width: 85%;
}
#opis .text
{
    font-size: 20px;
    text-align: center;
}
#opis h4
{
    font-size: 20px;
    margin-top: 20px;
}

/* opis end */

/* rezervacija start */
#rezervacija
{
    padding: 100px 0px 50px 0px;
}
#rezervacija img
{
    border-radius: 20px;
}
#rezervacija input
{
    width: 100%;
    padding: 10px 15px;
    margin: 5px 0px;
    border-radius: 0px;
    outline: none;
    border: 1px solid rgb(189, 189, 189);
    border-radius: 12px;
}
#rezervacija textarea
{
    width: 100%;
    padding: 10px 15px;
    margin: 5px 0px;
    border-radius: 0px;
    outline: none;
    border: 1px solid rgb(189, 189, 189);
    border-radius: 12px;
}
#rezervacija button
{
    outline: none;
    border: 0px;
    display: block;
    margin: auto;
}
/* rezervacija end */
.bigHide
{
    display: none;
}

/* media query start */

@media only screen and (max-width: 992px)
{
    .informationHolder img
    {
        display: block;
        margin: auto;
    }
    #information h3
    {
        font-size: 20px;
        margin-top: 10px;
        font-weight: 700;
        text-align: center;
    }
    #information p
    {
        font-size: 20px;
        text-align: center;
    }
    .informationHolder
    {
        text-align: center;
    }
    #information .informationHolder a
    {
        color: black;
        margin-top: -20px;
        font-size: 20px;
        text-align: center;

    }
}
@media (max-width: 991.98px) {
     #navigation
     {
        padding: 20px 0px;
     }
    #navigation .navbar-brand-center {
        position: absolute;
        left: 50%;
        bottom: -15px;
        transform: translate(-50%, 15px);
        margin: 0;
    }
    #navigation .navbar-toggler {
        margin-left: auto;
    }
        #langSmall 
    {
        display: block;
        position: absolute;
        left: 150px;
        top: 15px;
    }
    #langBig
    {
        display: none;
    }
}
@media only screen and (max-width:991px)
{
        #navPrimary
    {
        display: none;
    }
    .navbar-brand img
    {
        width: 130px;
    }
}
@media only screen and (max-width:576px)
{
    #rezervacija
    {
        padding-bottom: 0px;
    }

     #gallery img
    {
        margin: 10px 0px;
    }



    #rezervacija
    {
        padding: 100px 0px 100px 0px;
    }
    .uslugaCon h1
    {
        font-size: 35px;
        color: white;
        font-weight: 700;
        text-align: center;
    }
    .uslugaCon p
    {
        font-size: 20px;
        color: white;
        font-weight: 600;
        text-align: center;
    }
    .usluga-overlay
    {
        padding: 200px 0px;
        background-color: rgba(0, 0, 0, 0.6);
    }
}
@media only screen and (max-width: 770px)
{
    .bigHide
    {
        display: block;
    }
}
@media only screen and (max-width: 768px)
{
    .uslugaCon img
    {
        display: block;
        margin: auto;
        width: 80px;
        margin-bottom: -10px;
    }
    .informationHolder img
    {
        display: block;
        margin: auto;
    }
    #information h3
    {
        font-size: 20px;
        margin-top: 10px;
        font-weight: 700;
        text-align: center;
    }
    #information p
    {
        font-size: 20px;
        text-align: center;
    }
    .informationHolder
    {
        text-align: center;
    }
    #information .informationHolder a
    {
        color: black;
        margin-top: -20px;
        font-size: 20px;
        text-align: center;

    }
    #about1 img
    {
        margin: 10px 0px;
    }
    #langSmall 
    {
        display: block;
        position: absolute;
        left: 120px;
        top: 25px;
    }
}

@media only screen and (max-width: 660px)
{
        #langSmall 
    {
        display: block;
        position: absolute;
        left: 80px;
        top: 25px;
    }
}


@media only screen and (max-width: 576px)
{
    #langSmall 
    {
        display: block;
        position: absolute;
        left: 10px;
        top: 25px;
    }
    #langBig
    {
        display: none;
    }
        #opis img
    {
        display: block;
        margin: auto;
        width: 100%;
        max-width: 100%;
        margin-bottom: 40px;
        margin-top: -20px;
    }
     .btns1
 {
    flex-direction: column;
 }
}

/* media query end */

/* about1 start */
#about1
{
    padding: 100px 0px;
}
#about1 .text 
{
    font-size: 20px;
    text-align: center;
}
#about1 img
{
    border-radius: 30px;
}
/* about1 end */

/* other start */
#other
{
    padding: 100px 0px;
    background-color: whitesmoke;
}
/* other end */

.testimonials-section {
background-color: white;
padding: 100px 0px 100px 0px;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 1rem;
}
.title {
text-align: center;
font-size: 2rem;
font-weight: bold;
margin-bottom: 2.5rem;
}
.slider-wrapper {
overflow: hidden;
position: relative;
}
#testimonial-track {
display: flex;
transition: transform 0.7s ease-in-out;
}
.testimonial {
flex-shrink: 0;
width: 100%;
padding: 1rem;
}
.testimonial-content {
background-color: #ffffff;
padding: 1.5rem;
border-radius: 1rem;
box-shadow: 0 4px 6px rgba(0,0,0,0.1);
height: 100%;
}
.testimonial-content p {
font-style: italic;
color: #4b5563;
margin-bottom: 1rem;
}
.testimonial-content h4 {
font-weight: 600;
color: #111827;
}
@media (min-width: 768px) {
.testimonial {
width: calc(100% / 3);
}
}



@media(max-width: 768px) {
    .slider {
        margin-top: 20px; /* daje prostor ispod teksta */
    }
    .dot {
        height: 12px;
        width: 12px;
    }
}

@media(max-width: 480px) {
    .dots {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 376px)
{
    .btns
    {
        flex-direction: column;

    }

 .btns1
 {
    flex-direction: column;
 }
}
@media only screen and (max-width: 320px)
{
    .btns #secondaryBtn
        {
            border: none;
        }

}

/* ===================================
   Form Message Styles
   =================================== */
.form-message {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    border-radius: 12px;
    margin-bottom: 20px;
    animation: slideIn 0.3s ease-out;
    transition: opacity 0.3s ease;
}

.form-message-success {
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    border: 1px solid #28a745;
    color: #155724;
}

.form-message-error {
    background: linear-gradient(135deg, #f8d7da 0%, #f5c6cb 100%);
    border: 1px solid #dc3545;
    color: #721c24;
}

.form-message-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-weight: bold;
    font-size: 14px;
    flex-shrink: 0;
}

.form-message-success .form-message-icon {
    background: #28a745;
    color: white;
}

.form-message-error .form-message-icon {
    background: #dc3545;
    color: white;
}

.form-message-text {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}