 body {
      font-family: "Source Serif 4", serif;
      letter-spacing: 1px;
}

p{
  line-height: 1.8em;
  font-size: 18px;
}
footer {
  background-color: #222;
  color: white;
  padding-top: 90px;
}

.featured-image img{
  height: auto;
  width: 100%;
}


.subfooter{
  border-top:1px solid #fff;
  padding: 10px 0;
}
section{
  
  display: block;
  position: relative;
  overflow: hidden;

    padding: 120px 0;
}

.no-padding{
    padding: 0px !important;
}

.no-bottom{
  padding-bottom: 0px !important;
}


header{
    background: #1e1e1e;
    height: auto;
    border-bottom: 1px solid #e6c688;
}

header ul{
    list-style: none;
}

h3{
    font-size: 50px;
    font-weight: 400;
    line-height: 1.4em;
    color: #262626;
    margin-bottom: 20px;
}

header .info {
    display: block;
    color: #fff;
    text-align: right;
    width: 100%;
    z-index: 100;
    background: #e6c688;
}

#mainmenu {
    font-family: "Source Serif 4", serif;
    float: right;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 15px;
	display: flex;
}

#mainmenu li {
    margin: 0px 0px;
    padding: 0px 0px;
    float: left;
    display: inline;
    list-style: none;
    position: relative;
}


#mainmenu a {
    display: inline-block;
    margin: 12px 20px 12px 20px;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    outline: none;
    font-family: "Source Serif 4", serif;
    font-weight: 600;
    letter-spacing: 2px;
}

.flexi-a-center{
    align-items: center;
}

.flexi-space-e{
    justify-content: space-evenly;
}

.flexi-space-e-center{
    justify-content: space-evenly;
    align-items: center;
}

.flex-center{
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.logo{
    width: 450px;
    margin: 20px 0;
}

.info{
    padding: 10px 0;
}

.text-center{
    text-align: center;
}
.info-socials{
    height: 100%;
    display: inline-block;
    position: relative;
    top: 5px;
}
.info-socials i{
  font-size: 30px;
  padding: 0 10px;
   
}




header .container{
  max-width: 80% !important;
}

.info-socials-footer i{
  color: #fff;
  font-size: 60px;
  padding: 0 10px;
}

.featured-image-proizvodi{
  position: relative;
  background: url(../images/dedino-unuce-rakija-od-sljive-main.webp) center center no-repeat;
  background-size: cover;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.featured-image-kontakt{
  position: relative;
  background: url(../images/dedino-unuce-kontakt.webp) center center no-repeat;
  background-size: cover;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.featured-image-priznanja{
  position: relative;
  background: url(../images/dedino-unuce-nasa-priznanja-2.webp) center center no-repeat;
  background-size: cover;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.z-slika{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 50px;
}

/* Sekcija */
.featured-image-proizvodi.dunja {
  position: relative;            /* kreira stacking context */
  background: url(../images/dedino-unuce-rakija-od-dunje-main.webp) center/cover no-repeat;
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Overlay iznad pozadine, ispod sadržaja */
.featured-image-proizvodi.dunja::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.7);
  z-index: 1;
  pointer-events: none;          /* da ne hvata klikove */
}

/* Sav “normalan” sadržaj u sekciji */
.featured-image-proizvodi.dunja > * {
  position: relative;
  z-index: 2;
}

/* Shape divider iznad svega */
.featured-image-proizvodi .shape-divider {
  position: absolute;            /* VAŽNO: mora biti positioned da bi z-index radio */
  left: 0;
  right: 0;
  bottom: 0;                     /* ili top:0 ako je na vrhu */
  z-index: 3;
  pointer-events: none;          /* da ne blokira interakcije ispod */
}

			/* Sekcija kajsija*/
.featured-image-proizvodi.kajsija {
  position: relative;            /* kreira stacking context */
  background: url(../images/dedino-unuce-rakija-od-kajsije-main.webp) center/cover no-repeat;
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Overlay iznad pozadine, ispod sadržaja */
.featured-image-proizvodi.kajsija::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.7);
  z-index: 1;
  pointer-events: none;          /* da ne hvata klikove */
}

/* Sav “normalan” sadržaj u sekciji */
.featured-image-proizvodi.kajsija > * {
  position: relative;
  z-index: 2;
}

/* Shape divider iznad svega */
.featured-image-proizvodi .shape-divider {
  position: absolute;            /* VAŽNO: mora biti positioned da bi z-index radio */
  left: 0;
  right: 0;
  bottom: 0;                     /* ili top:0 ako je na vrhu */
  z-index: 3;
  pointer-events: none;          /* da ne blokira interakcije ispod */
}


			/* Sekcija suva*/
.featured-image-proizvodi.suva {
  position: relative;            /* kreira stacking context */
  background: url(../images/dedino-unuce-rakija-od-suvih-sljiva-main.webp) center/cover no-repeat;
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Overlay iznad pozadine, ispod sadržaja */
.featured-image-proizvodi.suva::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.7);
  z-index: 1;
  pointer-events: none;          /* da ne hvata klikove */
}

/* Sav “normalan” sadržaj u sekciji */
.featured-image-proizvodi.suva > * {
  position: relative;
  z-index: 2;
}

/* Shape divider iznad svega */
.featured-image-proizvodi .shape-divider {
  position: absolute;            /* VAŽNO: mora biti positioned da bi z-index radio */
  left: 0;
  right: 0;
  bottom: 0;                     /* ili top:0 ako je na vrhu */
  z-index: 3;
  pointer-events: none;          /* da ne blokira interakcije ispod */
}

										/* Sekcija viljamovka*/
.featured-image-proizvodi.viljamovka {
  position: relative;            /* kreira stacking context */
  background: url(../images/dedino-unuce-rakija-od-kruske-main.webp) center/cover no-repeat;
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Overlay iznad pozadine, ispod sadržaja */
.featured-image-proizvodi.viljamovka::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.7);
  z-index: 1;
  pointer-events: none;          /* da ne hvata klikove */
}

/* Sav “normalan” sadržaj u sekciji */
.featured-image-proizvodi.viljamovka > * {
  position: relative;
  z-index: 2;
}

/* Shape divider iznad svega */
.featured-image-proizvodi .shape-divider {
  position: absolute;            /* VAŽNO: mora biti positioned da bi z-index radio */
  left: 0;
  right: 0;
  bottom: 0;                     /* ili top:0 ako je na vrhu */
  z-index: 3;
  pointer-events: none;          /* da ne blokira interakcije ispod */
}


.featured-image-proizvodi-main{
  position: relative;
  background: url(../images/dedino-unuce-proizvodi-main.webp) bottom center no-repeat;
  background-size: cover;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
} 


.featured-image-nasa{
  position: relative;
  background: url(../images/dedino-unuce-nasa-prica-2.webp) center center no-repeat;
  background-size: cover;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}



.img-responsive {
    display: inline-block;
    max-width: 100%;
    height: auto;
}


.logo-footer{
    width: 450px;
    padding-bottom: 40px;
}

.proizvod-box{
    text-align: center;
    padding: 20px
}

.proizvod-link{
    text-decoration: none;
      color: #333;
}

.proizvod-link:hover{
  transform: translateX(2px);
}

.nazivi-proizvoda{
    padding-top: 20px;
    margin-bottom: 15px;
    color: #a17d43;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2em;
}

.proizvod-box img{
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: 0.5s;
}


.proizvod-link:hover img{
  transform: translate(3px,-3px);
}

.opis-proizvoda{
    color: #333;
}


.home-s2{
     background: #e6c688;
     padding-top: 170px;
     padding-bottom: 0px;
}
.home-s3{
     padding-top: 150px;
}

.testimonial-section {
  background-color: #e6c688;
  color: #333;

  text-align: center;
}

.testimonial-section h2 {
  font-size: 36px;
  margin-bottom: 10px;
}

.testimonial-section .subtitle {
  font-size: 16px;
  margin: 0 40px;
}

.testimonial-item {
  padding: 30px;
  position: relative;
}

.testimonial-img {
  width: 120px !important;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 20px;
}

.testimonial-text {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.6;
}

.testimonial-name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}

.testimonial-role {
  font-size: 16px;
  opacity: 0.8;
}

/* Owl overrides */
.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  font-size: 30px;
  color: white;
}

.owl-nav .owl-prev {
  left: -40px;
}

.owl-nav .owl-next {
  right: -40px;
}

.owl-dots .owl-dot span {
  background: white;
}

.owl-dots .owl-dot.active span {
  background: #333;
}


.info-desktop{
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-desktop p{
  margin: 0;
  color: #333;
}

.info-desktop a{
  color: #333;
  font-weight: bold;
  text-decoration: none;
}

.insta-gallery {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
}

.insta-content {
  flex: 1;

  text-align: left;
}

.insta-content i {
  font-size: 28px;
  color: #a0793b;
  margin-bottom: 20px;
  display: block;
}

.insta-content h2 {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.4;
}

.insta-btn {
  width: fit-content;
  display: inline-block;
  text-transform: uppercase;
  padding: 15px 30px;
  border-radius: 20px;
  background: #111;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: 0.3s;
}

.insta-btn:hover {
  transform: translate(3px,-3px);
  background: #333;
}


.insta-carousel .item {
  margin: 0 5px;
}

.insta-carousel .item  {
  width: 100%;
  height: auto;
  min-height: 470px;
  border-radius: 4px;
}


.m-slika{
 transition: 0.5s;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 50px;
  transition: 0.5s;
  margin-top: -20px;
}

.m-slika:hover{
  transform: scale(1.2);
}

.item1,
.item2,
.item3,
.item4,
.item5
{
    
    background-size: cover;
    height: 100%;
    position: relative;
}

.item1{
  background: url(../images/dedino-unuce-instagram-post-8.webp) center no-repeat;
}

.item2{
  background: url(../images/dedino-unuce-instagram-post-10.webp) center no-repeat;
}

.item3{
  background: url(../images/dedino-unuce-instagram-post-9.webp) center no-repeat;
}

.item4{
  background: url(../images/dedino-unuce-instagram-post-11.webp) center no-repeat;
}

.item5{
  background: url(../images/dedino-unuce-instagram-post-12.webp) center no-repeat;
}

.item6{
  background: url(../images/dedino-unuce-instagram-post-13.webp) center no-repeat;
}



.leva-strana-footer{
  padding: 0 40px;
}

.spacer-single{
  display: block;
  margin: 50px 0;
}
.desna-strana-footer{
  padding: 0 40px;
}

.desna-strana-footer h3{
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}

.desna-strana-footer a{
  color: #fff;
  font-weight: bold;
}

.btn-poruci {
  position: relative;
    display: inline-block;
    background: #e6c688;
    color: #333 !important;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    padding: 10px 30px;
    border: 2px solid #e6c688;
    border-radius: 20px;
    margin-bottom: 20px;
    transition: 0.5s;
    box-shadow: rgba(255, 255, 255, 0.35) 0px 5px 15px;
}

.btn-poruci:active, .btn-poruci:focus, .btn-poruci:focus-within, .btn-poruci:hover {
    color: #333 !important;
    background-color: #fff;
    outline: 0;
    transform: translate(3px,-3px);
}

.shape-divider {
  position: absolute;
  width: 100%;
  z-index: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  display: block;
}
.shape-divider svg {
  width: 101%;
  height: 100%;
  left: 50%;
  position: absolute;
  transform: translatex(-50%);
  bottom: -2px;
}
.shape-divider[data-position="bottom"] {
  bottom: -2px;
  top: auto;
}
.shape-divider[data-position="top"] {
  bottom: auto;
  top: 2px;
}
.shape-divider[data-flip-horizontal="true"] {
  transform: rotateY(180deg);
}
.shape-divider[data-flip-vertical="true"] {
  transform: rotateX(180deg);
}
.shape-divider[data-flip-horizontal="true"][data-flip-vertical="true"] {
  transform: rotateY(180deg) rotateX(180deg);
}

.owl-theme .owl-dots .owl-dot span{
  display: none !important;
}
.testi-co .owl-dots {
  text-align: center;
  margin-top: -3px;
  padding: 0;
}

.testi-co .owl-dot {
  display: inline-block !important;
  width: 20px;
  height: 2px;
  background-color: #fff !important; /* svetlosiva linija */
  margin: 0 5px;
  border-radius: 0;
  transition: background-color 0.3s;
}

.testi-co .owl-dot.active {
  background-color: #333 !important; /* tamnoplava ili po želji */
}

.insta-carousel .owl-dots {
  text-align: center;
  margin-top: -3px;
  padding: 0;
}

.insta-carousel .owl-dot {
  display: inline-block !important;
  width: 20px;
  height: 2px;
  background-color: #e6c688 !important; /* svetlosiva linija */
  margin: 0 5px;
  border-radius: 0;
  transition: background-color 0.3s;
}

.insta-carousel .owl-dot.active {
  background-color: #333 !important; /* tamnoplava ili po želji */
}

.proizvodi-s1{
  background: #f1f1f1;
  
}

.nasa-prica-1{
 background: #f1f1f1;
}

.nasa-prica-2{
  padding-bottom: 180px;
}


.nasa-prica-3{
  background: #f1f1f1;
}


.nasa-prica-4{
  background: url(../images/dedino-unuce-burad.webp) center no-repeat;
 background-size: cover;
 
  
}




.nasa-prica-2 h3{
  margin: 0px;
  line-height: 1em;
}

.nasa-prica-linija{
  border-top: 1px solid #333;
  width: 300px;
  margin: 30px 0;
}

.nasa-prica-linija{
  display: block;
  border-top: 1px solid #333;
  width: 300px;
  margin: 30px 0;
}


.proizvodi-s2{
  background: #f1f1f1;
  padding-top: 0px;
  padding-bottom: 180px;
}
.proizvodi-ikonice{
  height: 40px;
}


.proizvodi-info{
  text-align: center;
}
.proizvodi-s1 .container-fluid{
  width: 90%;
}

.proizvodi-s1 .col-md-4,
.proizvodi-s1 .col-md-6{
  padding: 0px !important;
}

.proizvodi-slika-box{
  padding: 20px;
}

.proizvodi-info{
  padding: 20px;
}

.proizvodi-str-img{
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: 0.5s;
}

.detalji-info{
  text-align: center;
  padding: 20px 40px;
}

.detalji-info-b{
  text-align: center;
   padding: 20px 40px;
  border-right: 1px solid #333;
}


.detalji-info-b h5{
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 10px;
}

.detalji-info h5,.detalji-info-b h5{
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 10px;
}

.featured-image-proizvodi h1{
  font-size: 50px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 2px;
}

.featured-image-kontakt h1{
  font-size: 50px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 2px;
}


.featured-image-priznanja h1{
  font-size: 50px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 2px;
}


.featured-image-proizvodi-main h1{
  font-size: 50px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 2px;
}

.featured-image-nasa h1{
  font-size: 50px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 2px;
}

.proizvodi-str-img:hover{
  transform: scale(1.1);
}

.proizvodi-slika-box{
  padding: 50px;
  display: flex;
  justify-content: center;
}
.proizvodi-str-img2{
  transition: 0.5s;
  width: 60%;
}

.proizvodi-str-img3{
  transition: 0.5s;
  
}

.proizvodi-str-img2:hover{
  transform: scale(1.1);
}

.proizvodi-str-img3:hover{
  transform: scale(1.1);
}

.pr-s3{
  background: #f1f1f1;
}

.nagrade-section{
   background: #f1f1f1;
}
.nagrade-outter{
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  margin: 40px 0;
}


.nagrade-outter div{
  padding: 0 20px;
  max-width: 30%;
  margin: 0 40px;
}


.nagrade-img{
  padding: 0px;
  transition: 0.5s;
}

.nagrade-img:hover{
    transform: scale(1.1);
    
  
}


/* kontakt-rakija.css */
.kontakt-rakija{
  --bg:#0f0f10;
  --gold:#c6a15b;
  --cream:#f5f1e6;
  --glass:#ffffff14;
  --glass-b:#ffffff22;

  position:relative;
  padding: clamp(48px,5vw,80px) 20px;
  background:
    linear-gradient(180deg, #000000aa 0%, #000000cc 100%),
    url('images/dedino-unuce-rakija-od-sljive-main.webp') center/cover no-repeat;
  display:flex; justify-content:center; align-items:center;
  color:var(--cream);
}

.kontakt-card{
  width:min(960px, 100%);
  background:linear-gradient(180deg, #171717, #0f0f10);
  border:1px solid var(--glass-b);
  border-radius:24px;
  box-shadow:0 10px 40px #00000066;
  overflow:hidden;
  position:relative;
}

.kontakt-card::before{
  /* suptilna „etiketa“/tekstura */
  content:"";
  position:absolute; inset:0;
  background:
    radial-gradient(1200px 300px at 50% -100px, #ffffff0f 0%, transparent 70%),
    radial-gradient(800px 200px at 0% 100%, #c6a15b14 0%, transparent 60%);
  pointer-events:none;
}

.header{
  text-align:center; padding:32px 24px 8px;
}
.header .ornament{
  width:44px; opacity:.9; filter:drop-shadow(0 1px 0 #000);
}
.header h2{
  margin:8px 0 4px; font-size:clamp(24px,3vw,36px); letter-spacing:.02em;
}
.header p{ opacity:.85; margin:0; }

.nasa-prica-6{
  background: #f2f2f2;
}


#menu-btn {
    font-size: 30px;
    cursor: pointer;
    padding: 10px;
    display: none; /* samo za mobilne */
    margin-top: -25px;
    width: 36px;
    height: 36px;
    padding: 5px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

#mobile-menu {
    position: fixed;
    right: -250px;
    top: 0;
    width: 250px;
    height: 100%;
    background: #fff;
    box-shadow: 2px 0 5px rgba(0,0,0,0.3);
    z-index: 1001;
    transition: left 0.3s ease;
    padding: 50px 20px;
    text-align: center;
}

#mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#mobile-menu ul li {
    margin: 15px 0;
}

#mobile-menu a {
    text-decoration: none;
    color: #333;
    font-size: 18px;
}

#mobile-menu .close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
    color: #333;
    text-decoration: none;
}

#menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
}

.mobile-hide{
  display: block;
}

.desktop-hide{
  display: none;
}


.flexi-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-div{
  width: fit-content;
}

.mainmenu-div{
  width: fit-content;
}

.form-iframe{
  background: #f2f2f2; padding: 0px;
}


@media (min-width: 1350px) and (max-width:1600px){

  header .container{
    max-width: 90% !important;
  }

  .logo{
    width: 400px;
  }

}

@media (min-width: 1160px) and (max-width:1350px){

  header .container{
    max-width: 95% !important;
  }

  .logo{
    width: 300px;
  }

}

@media (min-width: 993px) and (max-width:1160px){

  header .container{
    max-width: 95% !important;
  }

  .logo{
    width: 250px;
  }

  #mainmenu a{
    margin: 10px 8px 12px 8px;
  }
}






@media (max-width: 992px) {

  .nagrade-outter{
    flex-direction: column;
    align-items: center;
    margin: 0px;
  }

  .nagrade-outter div{
    max-width: 80%;
    margin: 20px 0;
  }

  .proizvodi-s2 .spacer-single{
    display: none ;
  }

  .nasa-prica-str,
  .nasa-prica-str p{
    text-align: center;
  }

  .featured-image-proizvodi,
  .featured-image-proizvodi.dunja{
    height: 350px;
    min-height: 350px !important;
  }

  .form-iframe{
  background: #f2f2f2; padding: 90px 0;
}

  .featured-image-proizvodi h1,
  .featured-image-kontakt h1,
  .featured-image-priznanja h1{
    text-align: center;
    padding: 0px 15px;
  }

  .featured-image-nasa{
            height: 180px;
        background-size: cover;
  }


  .featured-image-kontakt{
            height: 250px;
        background-size: cover;
  }


  .z-slika{
    margin:50px 0
  }

  .nasa-prica-linija{
    display: inline-block;
  }
  .featured-image-nasa .shape-divider{
    display: none;
  }

  .m-slika{
    margin: 20px 0;
  }

  .m-slika:hover{
  transform: scale(1);
  }

  .home-s2 .insta-btn{
    display: block;
    text-align: center;
    margin: 0 auto;
  }

  .flexi-space-e-center{
    flex-direction: column;
  }

  .detalji-info-b,
  .detalji-info-bb{
    border-bottom: 1px solid #333;
    border-right: 0px;
  }

  .no-shape .shape-divider{
    display: none;
  }
  .featured-image-proizvodi-main {
    position: relative;
    background: none;
    height: auto;
    background-size: contain;
}

  .home .shape-divider{
    display: none;
  }

  .shape-divider[data-position="bottom"] {
  bottom: 0px;
  top: auto;
}
.shape-divider[data-position="top"] {
  bottom: auto;
  top: 0px;
}

  .featured-image img{
    height: auto;
  }

  .mobile-hide{
  display: none;
}
.desktop-hide{
  display: block;
}

.logo{
  width: 250px;
}


.info-desktop p{
  text-align: center;
}
.proiz-mob{
  flex-direction: column;
}

.flexi-a-center{
  flex-direction: column;
}

header .flexi-a-center{
  flex-direction: row;
}

footer .flexi-a-center{
  align-items: center;
}

.leva-strana-footer,
.desna-strana-footer{
  text-align: center;
  padding-bottom: 70px;
}

.insta-content{
  text-align: center;
  padding-bottom: 70px;
}

.insta-content i{
  font-size: 50px;
}

.text-mobile-center{
  text-align: center;
}


.logo-footer{
  width: 250px;
}

   #menu-btn:before {
        font-family: FontAwesome;
        content: "\f0c9";
        font-size: 24px;
        color: #fff;
    }

    #menu-btn {
        display: block;
    }

    #mainmenu{
        display: none;
    }


}

@media (max-width: 482px) {
    .logo {
        width: 200px;
    }
}