html,body {
  overflow-x: hidden!important;
  scroll-behavior: smooth;
}

:root {
  --green: #415434;
  --white: #f0e9d7;


  --shine-degree: 120deg;
  --shine-color: rgba(255, 255, 255, 0.2);
  --shine-effect: linear-gradient(
    var(--shine-degree),
    transparent,
    var(--shine-color),
    transparent
  );
  --shine-transition: all #{$anim-speed}s ease-in-out;
}


@font-face {
  font-family: "Montserrat";
  src: url('../assets/fonts/Montserrat-VariableFont_wght.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {

  font-family:"Montserrat",sans-serif!important;
  
  font-weight: normal;
  background-color: var(--white);

}
* {
  font-family:"Montserrat"!important;
}

/* COLORS */
  .bg-green{
    background-color: var(--green);
  }
.bg-white-athis{
  background-color: var(--white);
}

.bg-black {
  background-color: #313131;
}

.bg-gray {
  background-color: #d3d3d3;
}

.bg-blue {
  background-color: rgba(18, 18, 61, 1);

}

.bg-gray-gradient {
  background: linear-gradient(12deg, rgba(193, 193, 193, 0.05) 0%, rgba(193, 193, 193, 0.05) 2%, rgba(129, 129, 129, 0.05) 2%, rgba(129, 129, 129, 0.05) 27%, rgba(185, 185, 185, 0.05) 27%, rgba(185, 185, 185, 0.05) 66%, rgba(83, 83, 83, 0.05) 66%, rgba(83, 83, 83, 0.05) 100%), linear-gradient(321deg, rgba(240, 240, 240, 0.05) 0%, rgba(240, 240, 240, 0.05) 13%, rgba(231, 231, 231, 0.05) 13%, rgba(231, 231, 231, 0.05) 34%, rgba(139, 139, 139, 0.05) 34%, rgba(139, 139, 139, 0.05) 71%, rgba(112, 112, 112, 0.05) 71%, rgba(112, 112, 112, 0.05) 100%), linear-gradient(236deg, rgba(189, 189, 189, 0.05) 0%, rgba(189, 189, 189, 0.05) 47%, rgba(138, 138, 138, 0.05) 47%, rgba(138, 138, 138, 0.05) 58%, rgba(108, 108, 108, 0.05) 58%, rgba(108, 108, 108, 0.05) 85%, rgba(143, 143, 143, 0.05) 85%, rgba(143, 143, 143, 0.05) 100%), linear-gradient(96deg, rgba(53, 53, 53, 0.05) 0%, rgba(53, 53, 53, 0.05) 53%, rgba(44, 44, 44, 0.05) 53%, rgba(44, 44, 44, 0.05) 82%, rgba(77, 77, 77, 0.05) 82%, rgba(77, 77, 77, 0.05) 98%, rgba(8, 8, 8, 0.05) 98%, rgba(8, 8, 8, 0.05) 100%), linear-gradient(334deg, hsl(247, 0%, 2%), hsl(247, 0%, 2%));
}

.curve{

}

.text-green{
  color:var(--green)
}
.text-bela{
  color: var(--white);
}

.bg-textura-zelena{
  background-image: url('/img/banners/zelena-tekstura.png');
  background-position: center;
  background-size: cover;
}
.bg-textura-bela{
  background-image: url('/img/banners/bela-tekstura.png');
  background-position: center;
  background-size: cover;
}

.border-green{
  border: 1px solid var(--green);
}
.odg-btn:hover{
  color: #fff;
}


/* COLORS */

/* NAVIGACIJA */
.nav-bg-green{
  background-color: var(--green);
  color: var(--white)!important;
  transition: background-color 0.5s ease;

}
.nav-bg-gradient{

  background-image: url('/img/banners/layered-waves-haikei.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  transition: background-color 1s ease;

}

.nav-bg-transparent {

 
  background-color: #41543448;
  transition: background-color 0.5s ease;
  color: var(--green)!important;
}
.nav-bg-black {
  background-color: #2b2b2b;
}
.underline-50{
  position: relative;
  display: inline-block; 
}
.underline-50::after{
  position: absolute;
  height: 1px;
  width: 70%;
  left: 0;
  bottom: -5px;
  background: var(--green);
  display: block;
  content: "";

}
.telefon {

  font-size: 16px;
  text-decoration: none;
  color: var(--green);

}

nav {
  font-size: 16px;
  font-family: "NexaBold";
  transition: transform 0.2s;
  backdrop-filter: blur(4px);
}

@media only screen and (max-width: 1260px) {
  nav {
    font-size: 16px;

  }

  .telefon {
    font-size: 10px;
  }
}

.nav-link{
  color: var(--green);
}

.nav-link-green{
  color: var(--green) !important;
}
.nav-ling-white{
  color: var(--white) !important;
}

.nav-link:hover {
  text-decoration: underline;
}


.telefon:hover {
  text-decoration: none;
  color: var(--green);
}

.telefon i {
  text-decoration: none;
  color: var(--green);
}

.call-btn-nav {
  border: 2px solid #fff0;
  border-radius: 15px;
  padding: 5px 10px 5px 10px;
  background-color: #fff;
  text-align:  center;
  /* box-shadow: 0 .1rem 1rem #2a3451!important; */
  
}

.call-btn-nav:hover {
  border: 2px solid #444c62;


}

.bg-plava {
  /* background-color: rgba(18, 18, 61, 1); */
  /* background: radial-gradient(circle at 90% 24%, rgba(209, 209, 209,0.04) 0%, rgba(209, 209, 209,0.04) 50%,rgba(160, 160, 160,0.04) 50%, rgba(160, 160, 160,0.04) 100%),radial-gradient(circle at 91% 63%, rgba(45, 45, 45,0.04) 0%, rgba(45, 45, 45,0.04) 50%,rgba(87, 87, 87,0.04) 50%, rgba(87, 87, 87,0.04) 100%),radial-gradient(circle at 17% 2%, rgba(124, 124, 124,0.04) 0%, rgba(124, 124, 124,0.04) 50%,rgba(117, 117, 117,0.04) 50%, rgba(117, 117, 117,0.04) 100%),linear-gradient(88deg, rgb(33, 20, 105),rgb(1, 15, 13)); */
  /* background: radial-gradient(circle at 1% 52%, rgba(139, 139, 139,0.05) 0%, rgba(139, 139, 139,0.05) 50%,rgba(21, 21, 21,0.05) 50%, rgba(21, 21, 21,0.05) 100%),radial-gradient(circle at 41% 28%, rgba(81, 81, 81,0.05) 0%, rgba(81, 81, 81,0.05) 50%,rgba(7, 7, 7,0.05) 50%, rgba(7, 7, 7,0.05) 100%),radial-gradient(circle at 48% 1%, rgba(93, 93, 93,0.05) 0%, rgba(93, 93, 93,0.05) 50%,rgba(7, 7, 7,0.05) 50%, rgba(7, 7, 7,0.05) 100%),linear-gradient(255deg, rgb(156, 41, 132),rgb(47, 14, 122)); */
  background: linear-gradient(12deg, rgba(193, 193, 193, 0.05) 0%, rgba(193, 193, 193, 0.05) 2%, rgba(129, 129, 129, 0.05) 2%, rgba(129, 129, 129, 0.05) 27%, rgba(185, 185, 185, 0.05) 27%, rgba(185, 185, 185, 0.05) 66%, rgba(83, 83, 83, 0.05) 66%, rgba(83, 83, 83, 0.05) 100%), linear-gradient(321deg, rgba(240, 240, 240, 0.05) 0%, rgba(240, 240, 240, 0.05) 13%, rgba(231, 231, 231, 0.05) 13%, rgba(231, 231, 231, 0.05) 34%, rgba(139, 139, 139, 0.05) 34%, rgba(139, 139, 139, 0.05) 71%, rgba(112, 112, 112, 0.05) 71%, rgba(112, 112, 112, 0.05) 100%), linear-gradient(236deg, rgba(189, 189, 189, 0.05) 0%, rgba(189, 189, 189, 0.05) 47%, rgba(138, 138, 138, 0.05) 47%, rgba(138, 138, 138, 0.05) 58%, rgba(108, 108, 108, 0.05) 58%, rgba(108, 108, 108, 0.05) 85%, rgba(143, 143, 143, 0.05) 85%, rgba(143, 143, 143, 0.05) 100%), linear-gradient(96deg, rgba(53, 53, 53, 0.05) 0%, rgba(53, 53, 53, 0.05) 53%, rgba(44, 44, 44, 0.05) 53%, rgba(44, 44, 44, 0.05) 82%, rgba(77, 77, 77, 0.05) 82%, rgba(77, 77, 77, 0.05) 98%, rgba(8, 8, 8, 0.05) 98%, rgba(8, 8, 8, 0.05) 100%), linear-gradient(334deg, hsl(247, 0%, 2%), hsl(247, 0%, 2%));

  transform: scale(1.0);
}

.bg-st {
  background-color: #00000078;
}

.small-nav {
  display: none;
  background-color: var(--green);
  box-shadow: 0 -5px 10px rgba(0, 0, 0, .2);
  align-content: center;
}

.small-nav a {
  padding: 2px !important;

}

.small-nav i {
  font-size: 25px;
}

.small-nav p {
  color: #fff;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0px;
  font-size: 10px;
}

@media only screen and (max-width: 320px) {
  .small-nav p {

    font-size: 7px;
  }

}



#call-btn p {
  color: #000;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0px;
  font-size: 15px;
}

#call-btn i {
  font-size: 20px;
  color: #000;

}

#call-btn {
  padding: 0px !important;

}

#call-btn a {
  padding: 1px !important;

}

#call-btn-white p {
  color: #fff;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0px;
  font-size: 15px;
}

#call-btn-white i {
  font-size: 20px;
  color: #fff;

}

#call-btn-white {
  padding: 0px !important;

}

#call-btn-white a {
  padding: 1px !important;

}
#call-btn-green p {
  color: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0px;
  font-size: 15px;
}

#call-btn-green i {
  font-size: 20px;
  color: #000000;

}

#call-btn-green {
  padding: 0px !important;

}

#call-btn-green a {
  padding: 1px !important;

}

#logo {
  display: none;
}

.head-baner-spacing {
  margin-top: 120px;
  padding: 10px;
}

@media only screen and (max-width: 992px) {
  .bg-plava {
    background-color: rgba(18, 18, 61, 1);
    transform: scale(1.0);
  }

  .head-baner-spacing {
    margin-top: 20px;
    padding: 0;
  }

  .head-baner-spacing h2 {
    font-size: 24px !important;
  }

  /*.usluge-opis h4{*/
  /*text-align: center;*/
  /*}*/

  /*.usluge-slika{*/
  /*text-align: center!important;*/

  /*}*/
}

@media only screen and (max-width: 994px) {

  #big-nav {
    display: none;
  }

  .small-nav {
    display: inline;

  }

  #call-btn-head {
    display: none;
  }

  #logo {
    display: block;
  }

  #logo-lg {
    display: none;
  }

  #btn-klub {
    display: none;
  }


}

.small-nav-icons {
  width: 25px;
  height: 25px;
  color: #ffffff;
}

.klub-card-icons {
  height: 25px;

}

.naslov {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.ucinite-naslov{
     font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2; 
}
.naslov-banner {
  font-size: 4.7rem;
  font-weight: 500;
  line-height: 1;
}
.restoran-naslov{
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.2;
  white-space: nowrap;
  
}
.naslov-lg{
  
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.naslov-sm{
  font-size: 1.5rem;
}

.blog-naslov {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.blog-naslov::after {
  content: "";
  width: 30px;
  background-color: #333;
  height: 6px;
  position: absolute;
  bottom: -2px;
  left: 0;
  transition: all 300ms linear;
  clip-path: polygon(13% 0, 100% 0, 88% 100%, 0% 100%);
}

.blog-naslov::before {
  display: block;
  height: 1px;
  margin-top: 0;
  margin-bottom: 0;
  content: '';
  position: absolute;
  bottom: 0;
  left: 45px;
  background-color: #e8e8e8;
  width: calc(100% + -45px);
}

.tip-proslave-naslv {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
}



@media only screen and (max-width: 768px) {

  .tip-proslave-naslv {
    font-size: 1.6em;
    font-weight: 300;
    line-height: 1.2;
  }

  

}
@media only screen and (max-width: 375px) {

  .naslov-sm{
    font-size: 1.2em;
  }
.naslov-banner {
  font-size: 3.2rem;
  font-weight: 300;
  line-height: 1.3;
}
  
  .knife-logo{
    padding-top:5px!important;
}
.ucinite-naslov{
         font-size: 2.0rem;
  font-weight: 500;
  line-height: 1.2; 
}

}



@media only screen and (max-width: 366px) {

  /* .small-nav-icons{
    width:20px;
    height:20px
    color:#ffffff;
  }
  .small-nav-icons p{
    font-size: 10px;
    color:#ffffff;
  } */

  .tip-proslave-naslv {
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.2;
  }

  .naslov {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
  }

  .naslov-lg{
  
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
  }
  .naslov-sm{
    font-size: 1.5rem;
  }

  .blog-naslov {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
  }

  .naslov-na-vrhu {
    font-size: 25px;
  }
  


}

.dropdown-menu-bg {
  /* background-color: rgba(18, 18, 61, 1)!important; */
  /* background: radial-gradient(circle at 90% 24%, rgba(209, 209, 209,0.04) 0%, rgba(209, 209, 209,0.04) 50%,rgba(160, 160, 160,0.04) 50%, rgba(160, 160, 160,0.04) 100%),radial-gradient(circle at 91% 63%, rgba(45, 45, 45,0.04) 0%, rgba(45, 45, 45,0.04) 50%,rgba(87, 87, 87,0.04) 50%, rgba(87, 87, 87,0.04) 100%),radial-gradient(circle at 17% 2%, rgba(124, 124, 124,0.04) 0%, rgba(124, 124, 124,0.04) 50%,rgba(117, 117, 117,0.04) 50%, rgba(117, 117, 117,0.04) 100%),linear-gradient(88deg, rgb(33, 20, 105),rgb(1, 15, 13)); */
  /* background: linear-gradient(12deg, rgba(193, 193, 193, 0.05) 0%, rgba(193, 193, 193, 0.05) 2%, rgba(129, 129, 129, 0.05) 2%, rgba(129, 129, 129, 0.05) 27%, rgba(185, 185, 185, 0.05) 27%, rgba(185, 185, 185, 0.05) 66%, rgba(83, 83, 83, 0.05) 66%, rgba(83, 83, 83, 0.05) 100%), linear-gradient(321deg, rgba(240, 240, 240, 0.05) 0%, rgba(240, 240, 240, 0.05) 13%, rgba(231, 231, 231, 0.05) 13%, rgba(231, 231, 231, 0.05) 34%, rgba(139, 139, 139, 0.05) 34%, rgba(139, 139, 139, 0.05) 71%, rgba(112, 112, 112, 0.05) 71%, rgba(112, 112, 112, 0.05) 100%), linear-gradient(236deg, rgba(189, 189, 189, 0.05) 0%, rgba(189, 189, 189, 0.05) 47%, rgba(138, 138, 138, 0.05) 47%, rgba(138, 138, 138, 0.05) 58%, rgba(108, 108, 108, 0.05) 58%, rgba(108, 108, 108, 0.05) 85%, rgba(143, 143, 143, 0.05) 85%, rgba(143, 143, 143, 0.05) 100%), linear-gradient(96deg, rgba(53, 53, 53, 0.05) 0%, rgba(53, 53, 53, 0.05) 53%, rgba(44, 44, 44, 0.05) 53%, rgba(44, 44, 44, 0.05) 82%, rgba(77, 77, 77, 0.05) 82%, rgba(77, 77, 77, 0.05) 98%, rgba(8, 8, 8, 0.05) 98%, rgba(8, 8, 8, 0.05) 100%), linear-gradient(334deg, hsl(247, 0%, 2%), hsl(247, 0%, 2%)); */
  background-color:var(--green);
}

.dropdown-menu-bg .dropdown-item {
  color: #fff;
}

.dropdown-menu-bg .dropdown-item:hover {
  color: #fff;
  background-color: inherit;
}


.dropdown-menu {
  /* background-color: rgba(0, 0, 0, 0.5); */
  /* background-color:#f0f0f0; */
  border-radius: 3px;


}

.dropdown-item {
  color: #111;
  font-size: 20px;
}

.dropdown-item:hover {
  text-decoration: underline;
  background-color: inherit;
  color: #111;
}

.dropdown-item:hover {
  color: #111;
  font-size: 20px;
}

/*.small-nav .dropdown-menu{
     background-color: rgba(18, 18, 61, 1)!important; 
}*/

/*
.small-nav .dropdown-menu{

    border-radius: 0px;
    width: 100vw !important;
    height: 100vh!important;
    text-align: center;
    left: 0;
    right: 0;
    margin:0px;
    z-index: 99999999;
    background-color: #313131;
}
*/

/* END NAV */
.home-banner{
  min-height: 750px;
  height: 100%;
  width: 100%;
  /* margin-top: 86px; */
  background-image: url('/img/banners/main-banner-header.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.konktakt-index{
  padding: 20px 20px 20px 20px;
}
.baner1{

  background-image: url('/img/banners/baner-proba.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 350px;
  width: 100%;
}
.baner2{

  background-image: url('/img/banners/contact-banner-3-smanjen.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size:100% 100%;
  height: 500px;
  width: 100%;
}

@media only screen and (max-width:599px) {
  .home-banner{
    background-image: url('/img/banners/main-banner-header.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: scroll;
    
  }
.baner1{
  background-image: url('/img/banners/banner-mobile.png');
  height: 450px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.baner2{

  background-image: url('/img/banners/banner-mobile-2.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 450px;

}

  .konktakt-index{
    padding:0;
  }
  .korak-slika{
    /* height: 200px; */


  }
}


.section-container{
  padding: 2px 2px 2px 2px;
  background-color: transparent;

}

.section-card{
  /* background-color:  #f9f9f8; */
  background-color: var(--white);
  padding: 3em 2em 3em 2em;
  border-style: solid;
  border-color: var(--green);
  border-radius: 80px 80px 80px 80px; 
  overflow: hidden;
  position: relative;
  transition: all 1s;
}
.section-card:hover{
  color: #2b2b2b;
  transform: translateY(-6px);
}
.gradient-bg-animation::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, var(--white) 60%,var(--green)100%);
  opacity: 0;
  transition: opacity 0.9s ease;
  
}

.gradient-bg-animation:hover::after{
  opacity: 1;
}

.section-body{
  z-index: 2;
}
.section-card:hover .gradient-bg-animation::after{
  opacity: 1;
}

/* .gradient-bg-animation::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, var(--green),var(--white));
  opacity: 0;
  transition: opacity 0.3s ease;
} */

/* .section-card:hover .gradient-bg-animation::after {
  opacity: 1;
 
} */

.section-card-title{
  color: var(--green);
}

.section-card:hover img{
  filter: invert(10%) sepia(6%) saturate(17%) hue-rotate(314deg) brightness(100%) contrast(83%);

}

.section-card img{

  filter:  invert(27%) sepia(48%) saturate(311%) hue-rotate(52deg) brightness(95%) contrast(92%);
}



.header-img{

 background-image: url('/img/banners/logo-fork-main-banner.png');
 background-position: bottom;
 background-size: contain;
 background-repeat: no-repeat;
}


@media (max-width: 768px) {
  .header-img {
    /* background-image: url('/img/banners/fork.png') */
  }
  
.header-img{
  width: 100%;
 
  background-position: bottom;
  background-size: contain;
 }
}

#head-baner {
  background-image: url('/img/banners/main-header-banner.png');
  
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size:  contain;
  background-attachment: scroll;
}

#head-baner p {
  color: #000000;



}

#head-baner h1 {
  color: #000000;
  font-weight: 900;
  font-size: 70px;
}

#head-baner {
  color: #000000;

}

@media only screen and (max-width: 768px) {
  #head-baner {
    height: 350px;
    background-image: url('/img/banners/main-header-banner.png');
    background-attachment: scroll;
  }

  .baner-logo {
    width: 60%;
  }
}

.klub-naslov {
  font-weight: 600;
}

#club-baner {
  background-image: url('/img/banners/main-header-banner-sm.png');
  height: 200px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  background-attachment: scroll;
  margin-top: 00px;
}

.kategorija-baner {
  background-image: url('/img/banners/main-header-banner-sm.png');
  height: 450px;
  color: var(--green);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 550px; 
  background-attachment: scroll;

}
.godisnjica-baner {
  position: relative; 
  background-image: url('/img/banners/second-main-banner-godisnjica.png');
  height: 550px;
  color: var(--white);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 550px; 
  background-attachment: fixed;

}
.o-nama-baner{
  position: relative;
  height: 450px;
  color: var(--white);
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 550px; 
  background-attachment: fixed;
}

.tip-prolsave-baner{
  position: relative; 
  height: 240px;
  color: var(--white);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 550px;
  
  background-attachment: fixed;
}


.main-baner{
  background-image: url('/img/banners/main-banner-header.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.deciji-rodjendan-baner {
  background-image: url('/img/banners/second-main-banner-deciji rodjendan.png');
}
 .svadba-baner{
  background-image: url('/img/banners/second-main-banner-svadba.png');
}
.krstenje-baner{
  background-image: url('/img/banners/second-main-banner-krstenje.png');
}
.rodjendan-baner{
  
  background-image: url('/img/banners/second-main-banner-rodjendan.png');
}
.punoletstvo-baner{
  
  background-image: url('/img/banners/second-main-banner-punoletstvo.png');
}
.prvi-rodjendan-baner{
  
  background-image: url('/img/banners/second-main-banner-prvi-rodjendan.png');
}
.poslovni-dogadjaj-baner{
  background-image: url('/img/banners/second-main-banner-poslovni-dogadjaji.png');
}
.momacko-devojavko-vece-baner{
  
  background-image: url('/img/banners/second-main-banner-devojacko-vece.png');
}
.rodjenje-baner{
  background-image: url('/img/banners/second-main-banner-rodjenje-deteta.png');
}

.o-nama-baner{


  background-image: url('/img/banners/o-nama-banner.png');

}
.rounded-baner{
  border-radius: 2.25em;
}
.rounded-img{
  border-radius: 2.25em 2.25em 0em 0em;
}

.bg-lisce{
  background-image: url('/img/banners/contact-banner-2.png');
}
.bg-contact{

  background-image: url('/img/banners/contact-banner-3 (1).png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  
  height: 100vh;
}

.baner-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); /* Adjust the overlay color and opacity */
  
}

.img-wrap {
  height: auto;
  width: auto;
  margin-bottom: 30px;
}

.prostor-link {
  color: #000;
  text-decoration: none;

}

.prostor-link-beli {
  color: #fff;
  text-decoration: none;

}

.border-top1 {
  border: 1px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(90deg, rgba(234, 250, 66, 1) 0%, rgba(92, 160, 225, 1) 49%, rgba(251, 57, 169, 1) 100%);
}

.klub-border {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-image-slice: 4;
  border-width: 2px;
  border-image-source: linear-gradient(90deg, rgba(234, 250, 66, 1) 0%, rgba(92, 160, 225, 1) 49%, rgba(251, 57, 169, 1) 100%);
}

.prostor {
  opacity: 1;
  transition: transform .2s;
}

.prostor-link:hover {
  color: #000;
  text-decoration: none;

}

.prostor:hover {
  color: #000;
  text-decoration: none;
  transform: scale(1.2)!important;
}

.prostor-preporuka {
  color: #000;
  text-decoration: none;
  transition: transform .2s;
  font-size: 14px;
}

.prostor-preporuka:hover {
  color: #000;
  text-decoration: none;
  transform: scale(1.1);
  opacity: 0.8;
}

@media only screen and (max-width: 575px) {
  .test {
    max-width: 90%;
  }


}


@media only screen and (min-width: 768px) {
  .pr-img {
    width: 348px !important;
    height: 206px !important;
  }
}


.oblak {
  position: relative;
  background: #fff;
  height: 225px;
  border-radius: 50px;
  border: 5px solid #d8d8d8;
  padding: 11px;

}

.oblak::after {
  content: '';
  border: 10px solid transparent;
  border-top-color: #d8d8d8;
  border-bottom: 0;
  position: absolute;
  bottom: -13px;
  left: 20%;
  margin-left: -20px;
}

.test1 {
  /* background-image:url(../img/icon/abstraktne_linije1.svg); */
  background-repeat: repeat-x;
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
}

#rewiew {
  height: 100%
}

#rewiew img {
  height: 105px;
  width: 105px;
}

.review-img {
  width: 55px;
  height: 55px;

}

.link-rm {
  color: #000;
  text-decoration: none;
}

.link-rm-white {
  color: #fff;
  text-decoration: none;
}

/* .link-rm-white:hover{
  color:#fff;
  text-decoration: underline;
} */
.link-rm:hover {
  color: #000;
  text-decoration: none;
}

#galerija img {
  height: 290px;
  width: 400px;
}

/* FOOTER */
.icons-proslava {
  width: 40px;
  height: 40px;

}

.icons-proslava1 {
  width: 50px;
  height: 50px;

}

/* FOOTER */

.footer-icons {
  /* background-color: #33383b;
  color: #ffffff; */
  font-size: 20px;
  width: 38px;
  height: 38px;
  /* border-radius: 70%; */
  text-align: center;
  line-height: 42px;
  margin: 10px 10px;
  vertical-align: middle;
}

footer {
  color: #fff;
  font-size: 18px;
  background-color: var(--green);
  background-image: url('/img/banners/zelena-tekstura.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-color: #292c2f; */
  /* background: radial-gradient(circle at 24% 23%, rgba(167, 167, 167, 0.06) 0%, rgba(167, 167, 167, 0.06) 25%, rgba(148, 148, 148, 0.06) 25%, rgba(148, 148, 148, 0.06) 50%, rgba(129, 129, 129, 0.06) 50%, rgba(129, 129, 129, 0.06) 75%, rgba(110, 110, 110, 0.06) 75%, rgba(110, 110, 110, 0.06) 100%), radial-gradient(circle at 58% 30%, rgba(14, 14, 14, 0.06) 0%, rgba(14, 14, 14, 0.06) 25%, rgba(60, 60, 60, 0.06) 25%, rgba(60, 60, 60, 0.06) 50%, rgba(107, 107, 107, 0.06) 50%, rgba(107, 107, 107, 0.06) 75%, rgba(153, 153, 153, 0.06) 75%, rgba(153, 153, 153, 0.06) 100%), radial-gradient(circle at 79% 53%, rgba(225, 225, 225, 0.06) 0%, rgba(225, 225, 225, 0.06) 25%, rgba(189, 189, 189, 0.06) 25%, rgba(189, 189, 189, 0.06) 50%, rgba(152, 152, 152, 0.06) 50%, rgba(152, 152, 152, 0.06) 75%, rgba(116, 116, 116, 0.06) 75%, rgba(116, 116, 116, 0.06) 100%), linear-gradient(221deg, rgb(0, 0, 0), rgb(0, 0, 0)); */
}

.footer-kontakt i {
  background-color: #33383b;
  color: #ffffff;
  font-size: 20px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 10px;
  vertical-align: middle;
}

.footer-fb {
  width: 48px !important;
  height: 48px !important;
  background-color: #33383b !important;
  color: #4267b2 !important;
  font-size: 25px !important;
  line-height: 45px !important;
}

.footer-ig {
  width: 48px !important;
  height: 48px !important;
  background-color: #33383b !important;
  font-size: 25px !important;
  line-height: 45px !important;
}

.footer-kontakt p {
  margin: 5px;
}

.footer-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-left: 10px;
}

.footer-links ul li {
  margin: 3px;
}

.f-mail {
  font-size: 18px;
  overflow: hidden;
}

@media only screen and (max-width: 420px) {
  .f-mail {
    font-size: 15px;
    overflow: hidden;
  }


}


.link-rm-white ul li a {
  color: #fff;
  text-decoration: none;
}

#lokacija,
#klijenti {
  /* font-weight: 600; */
}

#procenti {
  /* font-weight: 060; */
}

.mt-lg{
  margin-top: 80px;
}

#return-to-top {
  position: fixed;
  bottom: 120px;
  right: 30px;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
}

#return-to-top svg {
    color: #fff;
    margin: 0;
    position: relative;
    left: 8px;
    top: 5px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
  color: #fff;
  top: 5px;
}

/* Klub */
.text-veci p {
  font-size: 20px;
  margin-bottom: 3px;
}

.glider-prev {
  left: 20px !important;
  background-color: #fff;
  color: #fff !important;
  display: block !important;
  font-size: 80px !important;
}

.glider-next {
  right: 20px !important;
  background-color: #fff;
  color: #fff !important;
  display: block !important;
  font-size: 80px !important;
}

.glider-black-prev {
  left: 20px !important;
  background-color: #fff;
  color: #111 !important;
  display: block !important;
  font-size: 80px !important;
}

.glider-black-next {
  right: 20px !important;
  background-color: #fff;
  color: #111 !important;
  display: block !important;
  font-size: 80px !important;
}



.collapsible-link::before {
  content: '+';
  font-size: 24px;
  margin-right: 15px;
  /* border-right: 1px solid rgba(0,0,0,.125); */
  transition: all 0.5s;

}

.collapsible-link[aria-expanded='true']::before {
  content: '-';
}


#container {
  text-align: center;
}

#text {
  display: inline-block;
  vertical-align: middle;
  color: #070606;
  letter-spacing: 2px;
}

#cursor {
  display: inline-block;
  vertical-align: middle;
  width: 3px;
  height: 40px;
  background-color: #fff;
  animation: blink .75s step-end infinite;
}

@keyframes blink {

  from,
  to {
    background-color: transparent
  }

  50% {
    background-color: #fff;
  }
}


.btn-green{
  color:var(--white);
  background-color: var(--green);
}
.btn-green:hover{
  color:var(--green);
  background-color: var(--white);
  border: 1px solid var(--green);
}

.btn-white{
  color:var(--green);
  background-color: var(--white);
  border: 1px solid var(--green);
  position: relative;
  overflow: hidden;

}

.btn-white:hover{
  color:var(--white);
  background-color: var(--green);
  border: 1px solid var(--white);
}

.shine:after{
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255,255,255,0.5) 50%, rgba(229, 172, 142, 0));
  transform: rotateZ(60deg) translate(-5em, 7.5em);
}
/*This activates the sheen once the button has been hovered*/
.shine:hover::after, button:focus::after {
  animation: sheen 1s forwards;
}
@keyframes sheen {
  100% {
    transform: rotateZ(60deg) translate(1em, -9em);
  }
}

@keyframes shine {
  0% {left: -100px}
  20% {left: 100%}
  100% {left: 100%}
}
.card-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,0) 88%, rgba(0,0,0,0.7) 95%);
  color: #fff; 
  padding: 5px; 
}
.card-img-overlay:hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.1); 
  color: #fff; 
  padding: 5px; 
}
.card-anim{
  transition: all .3s;
}
.card-anim:hover{
  transform: translateY(-6px);
}


.section-container {
  position: relative;
}


.card-img-top-blog {
  width: 100%;
 
  background-size: contain;
  /* object-fit: cover; */
}


.blog-btn {

  position: absolute;
  bottom: 0;
  right: 15px;

}

.blog-btn-in {
  padding: 12px 25px 12px 25px;
  margin-right: -30px;
  transform: skewX(-25deg);
  /* background: linear-gradient(12deg, rgba(193, 193, 193, 0.05) 0%, rgba(193, 193, 193, 0.05) 2%, rgba(129, 129, 129, 0.05) 2%, rgba(129, 129, 129, 0.05) 27%, rgba(185, 185, 185, 0.05) 27%, rgba(185, 185, 185, 0.05) 66%, rgba(83, 83, 83, 0.05) 66%, rgba(83, 83, 83, 0.05) 100%), linear-gradient(321deg, rgba(240, 240, 240, 0.05) 0%, rgba(240, 240, 240, 0.05) 13%, rgba(231, 231, 231, 0.05) 13%, rgba(231, 231, 231, 0.05) 34%, rgba(139, 139, 139, 0.05) 34%, rgba(139, 139, 139, 0.05) 71%, rgba(112, 112, 112, 0.05) 71%, rgba(112, 112, 112, 0.05) 100%), linear-gradient(236deg, rgba(189, 189, 189, 0.05) 0%, rgba(189, 189, 189, 0.05) 47%, rgba(138, 138, 138, 0.05) 47%, rgba(138, 138, 138, 0.05) 58%, rgba(108, 108, 108, 0.05) 58%, rgba(108, 108, 108, 0.05) 85%, rgba(143, 143, 143, 0.05) 85%, rgba(143, 143, 143, 0.05) 100%), linear-gradient(96deg, rgba(53, 53, 53, 0.05) 0%, rgba(53, 53, 53, 0.05) 53%, rgba(44, 44, 44, 0.05) 53%, rgba(44, 44, 44, 0.05) 82%, rgba(77, 77, 77, 0.05) 82%, rgba(77, 77, 77, 0.05) 98%, rgba(8, 8, 8, 0.05) 98%, rgba(8, 8, 8, 0.05) 100%), linear-gradient(334deg, hsl(247, 0%, 2%), hsl(247, 0%, 2%)); */
  background: var(--green);
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
}

.blog-btn-in:before {
  position: absolute;
  content: '';
  /* background: #05155e; */
  background: var(--green);
  height: 100%;
  width: 60px;
  top: 0;
  right: -0.5px;
  z-index: 0;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
}

.blog-btn-in:hover:before {
  /* background-color: #32b0ff; */
  background: var(--green);
}

.blog-btn-in:hover {
  background-color: var(--green);
}

.blog-btn-in a {
  color: #fff;
}

.blog-btn-in a span {

  position: relative;
  display: inline-block;
  transform: skewX(25deg);
  padding-right: 45px;
}

.blog-btn-in a span:after {
  position: absolute;
  content: ">";
  top: 1px;
  right: -1px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  z-index: 1;
}




.trakica:before {
  display: block;
  height: 10px;
  content: '';
  position: absolute;
  width: auto;
  top: -1px;
  left: -15px;
  width: 170px;

  -webkit-transition: all .50s ease-in-out;
  transition: all .50s ease-in-out;
  background-color: var(--green);
  clip-path: polygon(0 0, 100% 0%, 92% 100%, 0% 100%);
}

.card-info {
  overflow: hidden;
  z-index: 1;
}

.card-info:after {
  z-index: -1;
  position: absolute;
  content: '';
  bottom: 0px;
  right: -230px;
  background: url("../img/icon/card-pattern.png") center no-repeat;
  height: 100%;
  width: 100%;
  top: auto;
}

.user-content p {
  margin-top: 5px;
  font-size: 1em;
}

.user-image img {
  width: 120px;
  height: 120px;
  border: 3px solid var(--green);
}

.spacer {
  aspect-ratio: 960/100;
  width: 100%;
  height: 110px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.card-img-bottom {
  align-self: flex-end;
}
.wave-top {
  background-image: url("../img/banners/wave-top.svg");
}
.wave-bottom {
  background-image: url("../img/banners/wave-bottom.svg");
}
.line-top{
  background-image: url("../img/banners/line.svg");
}
.line-bottom{
  background-image: url("../img/banners/line-bottom.svg");
}
.kontakt-image {

  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  /* background-image: url("../img/kontakt.jpg"); */
  background-image: url("../img/banners/contact-banner.png");
}

.kontakt-btn {
  display: inline-block;
  padding: 20px;
  color: #fff;
  border-radius: 4px;
  background: linear-gradient(12deg, rgba(193, 193, 193, 0.05) 0%, rgba(193, 193, 193, 0.05) 2%, rgba(129, 129, 129, 0.05) 2%, rgba(129, 129, 129, 0.05) 27%, rgba(185, 185, 185, 0.05) 27%, rgba(185, 185, 185, 0.05) 66%, rgba(83, 83, 83, 0.05) 66%, rgba(83, 83, 83, 0.05) 100%), linear-gradient(321deg, rgba(240, 240, 240, 0.05) 0%, rgba(240, 240, 240, 0.05) 13%, rgba(231, 231, 231, 0.05) 13%, rgba(231, 231, 231, 0.05) 34%, rgba(139, 139, 139, 0.05) 34%, rgba(139, 139, 139, 0.05) 71%, rgba(112, 112, 112, 0.05) 71%, rgba(112, 112, 112, 0.05) 100%), linear-gradient(236deg, rgba(189, 189, 189, 0.05) 0%, rgba(189, 189, 189, 0.05) 47%, rgba(138, 138, 138, 0.05) 47%, rgba(138, 138, 138, 0.05) 58%, rgba(108, 108, 108, 0.05) 58%, rgba(108, 108, 108, 0.05) 85%, rgba(143, 143, 143, 0.05) 85%, rgba(143, 143, 143, 0.05) 100%), linear-gradient(96deg, rgba(53, 53, 53, 0.05) 0%, rgba(53, 53, 53, 0.05) 53%, rgba(44, 44, 44, 0.05) 53%, rgba(44, 44, 44, 0.05) 82%, rgba(77, 77, 77, 0.05) 82%, rgba(77, 77, 77, 0.05) 98%, rgba(8, 8, 8, 0.05) 98%, rgba(8, 8, 8, 0.05) 100%), linear-gradient(334deg, hsl(247, 0%, 2%), hsl(247, 0%, 2%));
  -webkit-transition: all .6s;
  -moz-transition: all .6s;

}

.kontakt-btn:hover {
  color: #fff;
  background-color: #333;
  text-decoration: none;
}

.kontakt-btn a {
  color: #fff;
  text-decoration: none;

}

.zlato {

  z-index: -1;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../img/zlato-3.jpg");
  top: -100px;
  height: calc(100%+100px);
}

.background-container {
  background-image: url("../img/banners/logo-section-banner.png");
  position: relative;
  overflow: hidden;
  height: calc(100% + 100px);
  padding: 80px;
}

.background-container:before {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-image: url("../img/zlato-3.jpg"); */
  background-size: cover;
  background-position: center;
  z-index: -1;
}

/* .card {
  width: 300px;
}

.card-img-top {
  width: 100%;
  height: auto;
} */

.price-badge {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 1;
  padding: 0px;
}

.cena-badge {
  font-size: 1.2em;
  font-weight: lighter;
  background-color: rgba(65, 84, 52, 0.5);
  /* background-color: rgba(0, 0, 0, 0.3); */
  /* Adjust the alpha value (0.5) to control the transparency */
  color: var(--white);
  /* Set the text color for better visibility */
}
.overlay-img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.kontakt-header{
  background-color: var(--green);
  
  padding: 10px 10px 10px 10px;
  color:var(--white);
}

.kontakt-body{
  background-color: var(--white);

}

.kontakt-forma{
  background-color: var(--green);
  color: var(--white);
  border-radius: 15px;
}

.precica-link{
  color: var(--white);
  font-weight: bold;
  
}
.restorani-cards{
  min-height:140px;
}
.precica-link:hover{
  color: #fff;
  text-decoration: none;

}

.korak{
  background: var(--green);
  width: 120px;
  height: 38px;
  display: inline-block;
  color: var(--white);
  padding: 5px;
  font-weight: bold;
  clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
}

.text-bela-u-zuto{
  color: var(--white);
}

.text-bela-u-zuto:hover{
  color: #fff;
}

.toggle-collapse .collapse-content {
  height: 250px;
  overflow: hidden;
  position: relative
}

.toggle-collapse .collapse-content.auto-height {
  height: auto;
  overflow: visible
}

.toggle-collapse .collapse-content.auto-height:before {
  content: none
}

.toggle-collapse .collapse-content:before {
  background-image: linear-gradient(0deg,#ffffff,hsla(0,0%,100%,0));
  border-bottom: 10px solid #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 100px;
  left: 0;
  position: absolute;
  right: 0;
  z-index:1;
}

.toggle-collapse .collapse-content :first-child {
  margin-top: 0
}


.toggle-collapse .collapse-content p {
  margin-bottom: 1em
}

.toggle-collapse .collapse-content a {
  color: var(--green);
  font-weight: 600;
  transition: .3s
}

.toggle-collapse .collapse-content a:hover {
  color: var(--green);
}

.toggle-collapse .collapse-content ul {
  margin: 0 0 20px;
  padding: 0 0 0 20px
}

.toggle-collapse.show-collapse .collapse-content {
  height: auto
}

.toggle-collapse.show-collapse .collapse-content:before {
  content: none
}

.toggle-collapse.show-collapse+.toggle-collapse-btn {
  transform: rotate(180deg);
}

.toggle-collapse-btn {
  -ms-flex-align: center;
  align-items: center;
  background-color: #fbfbfc;
  border-radius: 8px;
  border: none;
  display: -ms-flexbox;
  display: flex;
  font-size: 21px;
  height: 40px;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  transform-origin: center;
  width: 40px
}




.pulse-button {
 
  
  text-align: center;
 
  color: white;

  background: var(--white);
  cursor: pointer;
  
   box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: pulse 1.5s infinite;
  animation: pulse 1.3s infinite;
}


.pulse-button:hover {
  -webkit-animation: none;
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    /*box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);*/
  }
  100% {
    transform: scale(0.9);
    /*box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);*/
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    /*box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);*/
  }
  100% {
    transform: scale(0.9);
    /*box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);*/
  }
}
