*
{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
.languageHolder img
{
    width: 32px;
    margin-left: 5px;
}
#langSmall 
{
    display: none;
}
#langBig
{
    display: block;
}
.languageHolder 
{
    display: flex;
    align-items: center;
    justify-content: start;
    margin-right: 10px;
}
.languageHolder .languageitem a img
{
    width: 32px;
}

.title
{
    text-align: center;
    font-weight: 600;
    margin-bottom: 50px;
    font-size: 40px;
}
.title span
{
    font-size: 18px;
}

#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: #104E5D; /* crvena */
}

.inner-circle {
  width: 20px;
  height: 20px;
  background-color: #09303a; /* 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;
  }
}
/* 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: #104E5D;
    color: white;
    font-weight: 600;
    margin-top: 20px;
}
#btn2
{
    background: none;
    color: #1a1a1a;
    outline: none;
    border: 0px;
    font-size: 12px;
}
/* newsletter end */

/* navigation start */
.navbar .navbar-nav .nav-item .nav-link
{
    color: white;
    font-size: 20px;
    font-weight: 600;
}
.navbar-brand img
{
    width: 80px;
}
#navBtn
{
    padding: 10px 35px;
    display: block;
    margin: auto;
    border: 0px;
    outline: 0px;
    max-width: 250px;
    background-color: #104E5D;
    color: white;
    font-weight: 600;
    text-decoration: none;

}
/* navigation end */

/* black start */
#black
{
  padding: 50px 0px;
  background-color: rgb(255, 157, 0);
}
#black .text 
{
  text-align: center;
  font-size: 25px;
}
#black .btns
{
  display: flex;
  justify-content: center;
}
#black video
{
    max-width: 25%;
    width: 100%;
    display: block;
    margin: auto;
    margin-bottom: 50px;

}
/* black end */

/* hero start */
#hero
{
    background-image: url(IMG/bg.avif);
    background-size: cover;
    background-position: center;
    position: relative;
}
.heroCon
{
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translate(-50%, 20%);
    width: 95%;
}
.heroCon p
{
  text-align: center;
  font-size: 25px;
  color: white;
  font-weight: 600;
  margin-bottom: -10px;
}
.heroCon h1
{
    text-align: center;
    font-weight: 700;
    font-size: 75px;
    color: white;
}
#hero .btns
{
    display: flex;
    justify-content: center;
}
#hero .btns #secondaryBtn
{
    border: 1px solid white;
    color: white;
}
.hero-overlay
{
    padding: 320px 0px;
    background-color: rgba(0, 0, 0, 0.5);
}
/* hero end */

/* text start */
#text
{
    padding: 30px 0px;
    background-color: rgb(252, 252, 252);
}
#text p
{
    font-size: 20px;
    text-align: center;
}
/* text end */

/* products start */
#products
{
    padding: 70px 0px 0px 0px;
}
#products1
{
    padding: 100px 0px 50px 0px;
}
.productsHolder
{
    display: flex;
    justify-content: flex-start;
    margin: 15px 0px;
}
.productsText
{
    margin-left: 15px;
}
.productsText h3
{
    font-size: 25px;
}
.productsText p
{
    font-size: 18px;
}

.sliderControls
{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.sliderControls button
{
    background-color: white;
    color: black;
    border-radius: 1px solid black;
    border-radius: 50%;
    margin: 10px 3px;
    transition: 0.3s ease-in-out;
}
.sliderControls button:hover
{
    background-color: #104E5D;
}
#productsMainImg
{
    height: 100%;
    width: auto;

}
.productsSliderWrapper {
  position: relative;
  width: 100%;
}

.productsSliderWrapper img#productsMainImg {
  width: 100%;
  display: block;
}
#productsPrev
{
  background-color: #09303a;
  text-align: center;
}
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: #fff;
  border: none;
  font-size: 24px;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10;
}

.arrow:hover {
  background: rgba(0,0,0,0.7);
  transform: translateY(-50%) scale(1.1);
}

.arrow.prev { left: 10px; }
.arrow.next { right: 10px; }

.sliderDots {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.sliderDots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  margin: 0 5px;
  cursor: pointer;
}

.sliderDots span.active {
  background: #104E5D;
  transform: scale(1.2);
}
/* products end */

/* reservation start */
#reservation1
{
    padding: 50px 0px;
  background-color: #09303a28;
}
#reservation1 p
{
    text-align: center;
    font-size: 20px;
}
#reservation1 .btns
{
    display: flex;
    justify-content: center;
}

#viberForm
{

  padding: 20px;
  background-color: white;
}
.mreze
{
  text-align: center;
}
#viberForm img
{
  width: 64px;
  display: block;
  margin: auto;
  margin-bottom: 10px;
}
#viberForm input
{
  width: 100%;
  display: block;
  margin: auto;
  padding: 5px 7px;
  border: 1px solid rgb(191, 191, 191);
  margin-bottom: 10px;
  border-radius: none;
}
#viberForm input

#viberForm button
{
  border: none;
  outline: none;
  display: block;
  margin: auto;
}

#whatsappForm
{

  padding: 20px;
  background-color: white;
}
.mreze
{
  text-align: center;
}
#whatsappForm img
{
  width: 64px;
  display: block;
  margin: auto;
  margin-bottom: 10px;
}
#whatsappForm input
{
  width: 100%;
  display: block;
  margin: auto;
  padding: 5px 7px;
  border: 1px solid rgb(191, 191, 191);
  margin-bottom: 10px;
  border-radius: none;

}
#whatsappForm input

#whatsappForm button
{
  border: none;
  outline: none;
  display: block;
  margin: auto;
}
/* reservation end */

/* gallery start */
#gallery
{
    padding: 50px 0px;
    background-color: rgb(251, 251, 251);
}
.gallery-wrapper {
  position: relative;
  overflow: hidden;
  padding: 20px 0px;
}

.gallery-track {
  display: flex;
  transition: transform 0.4s ease;
}

.gallery-item {
  min-width: 33.33%;
  padding: 5px;
}

.gallery-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.gallery-controls {
  position: absolute;
  bottom: 20px;
  right: 100px;
  display: flex;
  gap: 10px;
}

.arrow {
  border: 1px solid #111;
  background: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 18px;
  cursor: pointer;
}

.arrow:hover {
  background: #111;
  color: #fff;
}

.dots {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.dots span {
  height: 8px;
  width: 8px;
  background: #aaa;
  border-radius: 50%;
  margin: 0 4px;
  cursor: pointer;
}

.dots .active {
  background: #09303a;
}

/* --- Responsive --- */
@media (max-width: 768px) {
  .gallery-item {
    min-width: 50%;
  }
}

@media (max-width: 576px) {
  .gallery-item {
    min-width: 100%;
  }

  .arrow {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }

  .gallery-controls {
    bottom: 5px;
    right: 10px;
  }
}
/* gallery end */

/* about start */
#about
{
    padding: 50px 0px;
    background-image: url(IMG/aboutbg.avif);
    background-size: cover;
    background-position: center;
}
#about p
{
    text-align: center;
    font-size: 20px;
}
/* about end */

/* test start */
#test
{
    background-image: url(IMG/test.avif);
    background-size: cover;
    background-position: center;
}
.test-overlay 
{
    padding: 300px 0px;
    background-color: rgba(0, 0, 0, 0.55); /* manje jaka boja da se vidi blur */
    position: relative;
    /* backdrop-filter: blur(3px); */
    /* -webkit-backdrop-filter: blur(3px);  */
}
.testCon
{
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translate(-50%, 20%);
}
.testCon h3
{
    text-align: center;
    color: white;
    font-size: 45px;
    font-weight: 700;
}
.testCon p
{
    text-align: center;
    color: white;
    font-weight: 600;
    font-size: 25px;
}
#test a
{
    text-align: center;
    padding: 10px 35px;
    font-weight: 700;
    background-color: #104E5D;
    color: white;
    text-decoration: none;
    display: block;
    margin: auto;
    max-width: 250px;
    width: 100%;
    font-size: 22px;
}
/* test end */

/* hightlights start */
#hightlights
{
    padding: 100px 0px;
}
#hightlights .hightlightsHolder img
{
    width: 50px;
}
#hightlights h3
{
    font-size: 20px;
}
.hightlightsHolder
{
    margin: 20px 0px;
}
.btns
{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#primaryBtn
{
    padding: 10px 30px;
    background-color: #104E5D;
    text-align: center;
    text-decoration: none;
    color: white;
    margin-right: 10px;
    font-weight: 600;
    font-size: 18px;

}
#secondaryBtn
{
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    color: black;
    margin-right: 10px;
    border: 1px solid black;
    font-weight: 600;
    font-size: 18px;

}
/* hightlights end */

/* clients start */
#clients
{
  padding: 50px 0px;
  background-color: #09303a28;
}
/* clients end */


/* questions start*/
#questions
{
    padding: 50px 0px;
    background-color: hsla(206, 98%, 19%, 0.016);
}
#faqAccordion .card-header {
    background-color: white;
    border: none;
    text-align: center;

}

#faqAccordion .btn-link {
    text-decoration: none;
    color: black;
    background-color: white;
    font-size: 20px;
    text-align: center;
}

#faqAccordion .btn-link:hover {
    color: black;
}

.card-body {
    background-color: rgb(241, 241, 241);
    padding: 15px;
    font-size: 20px;
    color: #333;
    text-align: center;

}
.card-header h3
{
    font-size: 20px;
}

/* Aktivno stanje dugmadi */
.card-header .btn:focus {
    outline: none;
    box-shadow: none;
}
/* questions end */

/* questions start */
#questions1
{
    padding: 50px 0px;
    background-color: #104E5D;
    background-size: cover;
}
#questions1 h3
{
    color: white;
    text-align: center;
}
/* questions end */

/* footer start */
#footer
{
    padding: 50px 0px;
    background-color: #1a1a1a;
    color: white;
}
#footer h3
{
    font-size: 20px;
    color: white;
}
#footer ul
{
    list-style: none;
    text-align: left;
    margin-left: -30px;
}
#footer ul li a
{
    text-decoration: none;
    text-align: left;
    color: white;
}
#footer img
{
    width: 100px;
}
#footer p span
{
    font-weight: 600;
}
.potpis
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.potpis p
{
  color: white;
}
.potpis a
{
    text-decoration: none;
    color: white;
}
.potpis a:hover
{
  color: white;
}
/* footer end */

/* location start */
#location
{
    padding: 50px 0px;
    background-color: rgba(250, 250, 250, 0.7);
}
/* location end */

/* contactp start */
#contactp
{
    padding: 50px 0px;
}
#contactp p
{
    text-align: center;
    font-size: 20px;
}
#contactp a
{

    background-color:  #09303a;
    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;
}
#contactp a:hover
{
  color: white;
}
#contact-Form1 button
{
  color: white;
}
#contact-Form1 button:hover
{
  color: white;
}
/* contactp end */

/* numbers start */
#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;
}

/* numbers end */

/* contact start */
#contact
{
    padding: 50px 0px;
}
#contact p
{
    font-size: 20px;
}
#contact h2
{
    font-size: 22px;
}
#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:  #104E5D;
    /* 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;
}
#provera
{
    display: none;
}
.contactHolder
{
    margin: 20px 0px;
}
.contactHolderItem img
{
    width: 32px;
    margin-right: 10px;
}
.contactHolderItem
{
    margin: 10px 0px;
}
/* contact end */

/* smestaj start */
#smestaj
{
  padding: 50px 0px;
}
#smestaj h1
{
  font-size: 55px;
  font-weight: 700;
}
#smestaj p
{
  font-size: 22px;
}
/* smestaj end */

/* a start */
#a
{
  padding: 50px 0px;
  background-color: whitesmoke;
}
#a p
{
  font-size: 20px;
  text-align: center;
}
#a .btns
{
  display: flex;
  align-items: center;
  justify-content: center;
}
/* a end */



/* media query start */

@media only screen and (max-width: 768px)
{
    #langSmall 
    {
        display: block;
        position: absolute;
        right: 110px;
        top: 35px;
    }
    #langBig
    {
        display: none;
    }
}

@media only screen and (max-width: 600px)
{
    #langSmall 
    {
        display: block;
        position: absolute;
        right: 110px;
        top: 35px;
    }
    #langBig
    {
        display: none;
    }
}

@media only screen and (max-width: 576px)
{
    #langSmall 
    {
        display: block;
        position: absolute;
        right: 70px;
        top: 28px;
    }
    #langBig
    {
        display: none;
    }
  #hightlights .hightlightsHolder img
  {
      width: 50px;
      display: block;
      margin: auto;
      margin-bottom: 20px;
  }
  #hightlights h3
  {
      font-size: 22px;
      text-align: center;
  }
   #hightlights p
   {
    text-align: center;
   }
  .hightlightsHolder
  {
      margin: 20px 0px;
  }
  #products #primaryBtn
  {
    margin-left: 20px;
    /* display: block;
    margin: auto; */
  }
  #products1 #primaryBtn
  {
    margin-left: 35px;
  }
  #smestaj
  {
    padding: 50px 0px;
  }
  #smestaj h1
  {
    font-size: 45px;
    font-weight: 700;
    text-align: center;
  }
  #smestaj p
  {
    font-size: 22px;
    text-align: center;
  }
   #smestaj .btns
   {
    margin-bottom: 30px;
   }
    #primaryBtn
    {
        margin: auto;
    }
    #secondaryBtn
    {
        display: none;
    }
    .potpis
  {
      display: block;
      margin: auto;
  }
  .potpis a
  {
      text-decoration: none;
      color: black;
      text-align: center;
  }
  #footer img
  {
    display: block;
    margin: auto;
  }
  #navBtn
  {
    display: none;
  }
  .heroCon h1
  {
      text-align: center;
      font-weight: 600;
      font-size: 35px;
      color: white;
  }
  #hero .btns
  {
      display: flex;
      justify-content: center;
  }
  #hero .btns #secondaryBtn
  {
      border: 1px solid white;
      color: white;
      font-size: 18px;
      display: none;
  }
    #hero .btns #primaryBtn
  {
    font-size: 18px;
  }
  .hero-overlay
  {
      padding: 220px 0px;
      background-color: rgba(0, 0, 0, 0.5);
  }
  .productsSliderWrapper
  {
    padding-bottom: 30px;
  }

  .testCon
  {
      position: absolute;
      bottom: 20%;
      left: 50%;
      transform: translate(-50%, 20%);
      width: 95%;
      display: block;
      margin: auto;
  }
  .testCon h3
  {
      text-align: center;
      color: white;
      font-size: 25px;
      font-weight: 600;
  }
  .testCon p
  {
      text-align: center;
      color: white;
      font-weight: 600;
      font-size: 18px;
  }
  #test a
  {
      text-align: center;
      padding: 10px 35px;
      font-weight: 600;
      background-color: #104E5D;
      color: white;
      text-decoration: none;
      display: block;
      margin: auto;
      max-width: 250px;
      width: 100%;
      font-size: 20px;
  }
  .test-overlay 
  {
      padding: 200px 0px;
      background-color: rgba(0, 0, 0, 0.55); /* manje jaka boja da se vidi blur */
      position: relative;
      /* backdrop-filter: blur(3px); */
      /* -webkit-backdrop-filter: blur(3px);  */
  }
  .potpis a
  {
    color: white;
  }
  #idprodImg
  {
    width: 100px;
  }
}


/* media query end */


#location iframe
{
  max-width: 100%;
  width: 100%;
  display: block;
  margin: auto;
}




    #reservation
    {
        padding: 50px 0px;
        background-color: white;
    }

    
    #reservation p
    {
      font-size: 20px;
      text-align: center;
    }

    .calendar {
        display: inline-block;
        margin: 0px;
        border: 1px solid #ddd;
        border-radius: 5px;
        overflow: hidden;
        width: 100%;
        max-width: 400px;
        height: 400px;
    }
    .calendar-header {
        text-align: center;
        background-color: #104E5D;
        color: white;
        padding: 10px;
    }
    .calendar-header button {
        background-color: transparent;
        border: none;
        color: white;
        font-size: 1.2rem;
        cursor: pointer;
        margin: 0 5px;
    }
    .calendar-body {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        gap: 5px;
        padding: 10px;
        background-color: #f8f9fa;
        height: calc(100% - 500px); /* Adjusting height considering the header */
        box-sizing: border-box;
    }
    .calendar-day {
        border: 1px solid #ddd;
        padding: 10px;
        cursor: pointer;
        background-color: white;
        border-radius: 3px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .calendar-day:hover {
        background-color: #e9ecef;
    }
    .selected-date {
        background-color: #104E5D;
        color: white;
    }
    .form-container {
        margin-top: 20px;
    }
    .calendar-weekday {
        font-weight: bold;
        padding: 10px;
        text-align: center;
    }
    .disabled {
        color: #ccc;
        cursor: not-allowed;
    }
    .calendarHolder
    {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 20px 0px;
    }
    .form-group
    {
        margin-top: 15px;
    }
    .form-group select
    {
      max-width: 100%;
      width: 100%;
      padding: 10px;
    }
    .calendarHolder p
    {
        text-align: center;
    }



    #reservationForm input
    {
        outline: none;
        border: none;
        border: 1px solid black;
        border-radius: 0px;
    }
    #reservationForm input:hover
    {
        outline: none;
    }
    #sendBtn
    {
        padding: 10px 35px;
        background-color: #104E5D;
        color: white;
        font-weight: 500;
        max-width: 250px;
        text-align: center;
        outline: none;
        border: 0px;
        margin-top: 15px;
    }



    @media only screen and (max-width: 768px)
    {
        .calendarHolder
        {
            display: block;
            margin: 0px;
            margin: auto;
        }
        #reservation p
        {
            font-size: 18px;
        }
        #reservation p
        {
            text-align: justify;
        }
        #sendBtn
        {
            display: block;
            margin: auto;
            max-width: 250px;
            text-align: center;
        }
    
    }

    @media only screen and (max-width: 420px)
    {
        .calendarHolder
        {
            display: block;
            margin: 0px;
            margin: auto;
            max-width: 100%;
        }
        #reservation p
        {
            font-size: 20px;
        }
        #reservation p
        {
            text-align: justify;
        }
        #sendBtn
        {
            display: block;
            margin: auto;
            max-width: 250px;
            text-align: center;
        }
        .calendar-body
        {
            font-size: 12px;
        }
    
    }


    .client-reviews {
  text-align: center;
  padding: 20px;
}

.client-reviews .review {
  transition: opacity 0.5s ease;
}

.client-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}

.client-name {
  font-weight: bold;
  margin-bottom: 5px;
}

.client-text {
  font-style: italic;
  color: #555;
}