@font-face {
  font-family: garamon;
  src: url(../fonts/Cormorant_Garamond/CormorantGaramond-Regular.ttf);
}
@font-face {
  font-family: msans;
  src: url(../fonts/Merriweather_Sans/MerriweatherSans-VariableFont_wght.ttf);
}
@font-face {
  font-family: script;
  src: url(../fonts/Imperial_Script/ImperialScript-Regular.ttf);
}
@font-face {
  font-family: mistic;
  src: url(../fonts/mistic-cufonfonts/MisticRegular-4BLz9.ttf);
}
@font-face {
  font-family: lexend;
  src: url(../fonts/Lexend/LexendZetta-Light.ttf);
}
@font-face {
  font-family: mrs_saint;
  src: url(../fonts/Mrs_Saint_Delafield/MrsSaintDelafield-Regular.ttf);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; 
}
.akcija {
    width:100%;
    display: flex;
  align-items: center;
  justify-content: center;
  padding:7px;
  background: #000;
}
.akcija p {
    color:white;
  text-align: center;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #f0e8cf;
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(0deg, rgb(234, 180, 34) 0%, rgb(156, 115, 12) 100%);
  border-radius: 10px;
}
.to-top {
  background: white;
  position: fixed;
  bottom: 66px;
  right: 32px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  color: #1f1f1f;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transition: all .4s;
  mix-blend-mode: difference;
  padding: 0;
}
.to-top:hover {
  background: rgb(240, 239, 239);
  transform: translateY(-4px);
}
.to-top.active {
  bottom: 142px;
  pointer-events: auto;
  opacity: 1;
}

.pozovi {
  background: white;
  position: fixed;
  bottom: 52px;
  left: 32px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 29px;
  color: #1f1f1f;
  text-decoration: none;
  transition: all .4s;
  /* mix-blend-mode: difference; */
  padding: 0;
  z-index: 99;
}
.pozovi:hover {
  background: rgb(240, 239, 239);
  transform: translateY(-4px);
}
.pozovi1 {
  bottom: 16px;
  pointer-events: none;
  opacity: 0;
}
.pozovi1.active {
  bottom: 52px;
  pointer-events: auto;
  opacity: 1;
}
.pozovi1 img {
  width: 42px;
}
.whatsapp {
  border-radius: 50%;
}
#floatingButton {
  position: fixed;
  bottom: 36px;
  right: 32px;
  width: 50px;
  height: 50px;
  color: white;
  border: none;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}
#floatingButton img {
  width: 42px;
}
#floatingButton .call {

    background-color: white; 
    border-radius:50%;
}
#musicButton {
  position: fixed;
  bottom: 36px;
  left: 32px;
  padding: 10px;
  font-size: 16px;
  background-color: white; 
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  border: 1px solid #000;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  50% {
    transform: scale(1.1);
  }
}
#musicButton img {
  width: 100%;
}
#musicButton:hover {
  filter: brightness(100%);
}
#musicButton:active {
  transform: scale(0.9);
}
@property --rotate {
  syntax: "<angle>";
  initial-value: 132deg;
  inherits: false;
}
:root {
  --secondary-color: #FFFFF0;
  --contrast-color: #333;
}
body, html {
  font-family: garamon;
  background-color: var(--secondary-color);
  overflow-x: hidden !important;
  scroll-behavior: smooth;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
}
p{
  font-family: msans;
  font-weight: 400;
  width: 500px;
  font-size: .9rem;
  color: #979797;
  line-height: 23px;
}
@media only screen and (max-width:500px) {
  p{
    font-size: .8rem;
  }
}
.btns {
  height: 100%;
  position: relative;
  width: 140px;
  overflow: hidden;
  margin-top: 20px;
}

.title {
  overflow: hidden;
  height: auto;
}

h1 {
    font-size: 40px;
    text-wrap: balance;
    color: var(--contrast-color);
    margin-bottom: 20px;
}
h2 {
  font-size: 35px;
  text-wrap: balance;
  color: var(--contrast-color);
  margin-bottom: 20px;
}
/* BUTTON  */
.button1 {
  width: 130px;
  height: 40px;
  color: #fff;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  right: 24px;
  bottom: 20px;
  border:none;
  box-shadow: none;
  line-height: 42px;
  -webkit-perspective: 230px;
  perspective: 230px;
}
.button1 span {
  background: #d1b44d;
background: linear-gradient(0deg, rgb(202, 157, 32) 0%, rgb(156, 115, 12) 100%);
  display: block;
  position: absolute;
  width: 130px;
  height: 40px;
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5);
  border-radius: 5px;
  margin:0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button1 span:nth-child(1) {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}
.button1 span:nth-child(2) {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}
.button1:hover span:nth-child(1) {
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.button1:hover span:nth-child(2) {
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5);
 color: transparent;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
/* END BUTTONS  */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: -10;
  background-color: var(--contrast-color);
}

/* HEADER  */
header {
  height: 70px;
  background-color: #383a3f;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-family: msans;
}

nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
nav > ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  column-gap: 50px;
  text-transform: uppercase;
  width: 100%;
}
nav a {
  font-family: msans;
  font-size: .9rem;
  color: #fffff0;
  transition: all .3s ease-in-out;
}
nav li:hover a {
  color: goldenrod;
}
nav li span svg {
  transition: .3s;
  transform: translateY(3px);
  cursor: pointer;
}
nav li:hover svg {
  fill: goldenrod;
}
nav > ul > li .ul2 {
  position: absolute;
  background: #383a3f;
  z-index: 999999;
  padding: 30px;
  transform: scaleY(0);
  transition: .4s;
  transform-origin: top;
  text-wrap: nowrap;
}
nav >ul .dorpdown {
  position: relative;
} 
nav > ul > .dorpdown:hover .ul2 {
  transform: scaleY(1);
}
nav > ul > li .ul2 li {
  margin-bottom: 20px;
  list-style:disc;
  color: white;
}
.logo {
  z-index: 9;
}
.logo a {
  color:rgb(223, 215, 215);
  padding-top: 5px;
}
.logo img {
  height: 70px;
  transition: all .3s ease-in-out;
  padding-top: 5px;
}
.hamburger {
  display: none;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  height: 40px;
  width: 40px;
}
.ham {
  height: 2px;
  width: 25px;
  background: #fff;
  transition: 0.5s;
  border-radius: 1px;
  box-shadow: 0 2px 5px rgba(255,101,47,.2);
}
.ham::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 25px;
  background: #fff;
  border-radius: 1px;
  box-shadow: 0 2px 5px rgba(255,101,47,.2);
  transition: all .5s ease-in-out;
  transform: translateY(8px);
}
.ham::before {
  content: '';
  position: absolute;
  height: 2px;
  width: 25px;
  background: #fff;
  border-radius: 1px;
  box-shadow: 0 2px 5px rgba(255,101,47,.2);
  transition: all .5s ease-in-out;
  transform: translateY(-8px);
}
.hamburger.active .ham {
  transform: translateX(-50px);
  background: transparent;
  box-shadow: none;
  background: transparent;
}
.hamburger.active .ham::before {
  transform: rotate(45deg) translate(35px, -35px);
  background: #000;
}
.hamburger.active .ham::after {
  transform: rotate(-45deg) translate(35px, 35px);
  background: #000;
}
.hamburger.active {
  z-index: 99999999999;
}
nav.active .ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(50%, -50%);
  line-height: 30px;
  background: linear-gradient(45deg, #f0e3ad, #ddcc99, #eace68);
  padding: 100px 0;
  animation: nav .5s ease-in-out forwards;
  z-index: 99999999999999;
  height: 110vh;
  padding-left: 30px;
}
nav.active  .dorpdown .ul2 {
  position: relative;
  background: transparent;
  padding: 0 20px;
  transform: scaleY(1);
  color: #000;
  display: none;
    max-height: 0px;
  overflow-y:scroll;
}
nav.active  .dorpdown .ul2 li {
  color: #000;
  margin: 0;
}
nav.active a {
  color: #000;
  font-weight: bold;
  font-size: 1rem;
}
body.active {
  overflow: hidden;
  height: 100vh;
}
html.active {
  overflow: hidden;
  height: 100vh;
}
@keyframes nav {
  0% {
    transform: translate(50%, -53%);
    width: 100%;
    visibility: hidden;
  }
  60% {
    transform: translate(-50%, -53%);
    width: 50px;
    height: 58%;
    visibility: hidden;
  }
  100% {
    transform: translate(-50%, -53%);
    width: 100%;
    height: 100%;
  }
}

@media only screen and (max-width:1000px) {
  .ul {
    display: none;
  }
  .hamburger {
    display: flex;
  }
  nav.active .ul {
    align-items: flex-start;
    padding-left: 20%;
}
  nav.active .dorpdown .ul2 {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: all .5s;
    max-height: 0;
  }
  nav .dorpdown  {
  width: fit-content;
  overflow: hidden;
}
  nav .dorpdown span   {
  padding: 0 10px;
}
  nav li:hover a {
  color: black;
}
  nav li:hover span svg {
  fill: black;
}
  nav li span svg {
  fill: black;
}
}

/*-------END HEADER------*/
/*  HERO  */
.container {
  display: flex;
  height: calc(100vh - 150px);
  justify-content: space-around;
  align-items: center;
  animation: expand .8s ease forwards;
  position: relative;
  transition: all .8s ease;
  overflow: hidden;
}
.container_content {
 width: 50%;
 transform: translateX(100px);
}
.container_content_inner {
  width: 80%;
  margin-left: 17%;
  padding-right: 15px;
}
 /* slika pocetna */
.container_outer_img {
  width: 50%;
  height: 100%;
  overflow: hidden;
}   
.img-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container_img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  animation: slideIn 1.5s ease-in-out forwards;
}
.container h1 {
  transform: translateY(100px);
  animation: slideUp .8s ease forwards .5s;
}
.container p {
  transform: translateY(300px);
  animation: slideUp 1.1s ease forwards .5s;
}
.par {
  height: auto;
  overflow: hidden;
}

.simbol {
  position: absolute;
  top: 30%;
  left: 85%;
  opacity: 0.1;
  z-index: 3;
  width: 400px;
}
.simbol img {
  width: 100%;
}
.simbol2 {
  position: absolute;
  top: -20%;
  left: -20%;
  width: 750px;
  opacity: 0.1;
  z-index: 0; 
  transform: translateX(-100%);
  animation: slideUp .6s ease-out forwards .5s;
}
.simbol2 img {
  opacity: 0.15;
  width: 100%;
}
.youtube-hero {
  position: absolute;
  right:20px;
  bottom: 15px;
}
.youtube-hero iframe {
  border: solid 2px white;
  padding-right: 0.2px;
}
.iskustvo {
  animation: expand .6s ease-out forwards .5s;
  margin-bottom: 50px;
  padding: 0;
  transform: translateX(1400px);
}
.iskustvo h3 {
  font-size: 1.5rem;
  font-family: msans;
  border: solid;
  padding: 20px 50px;
  background:var(--contrast-color);
  color: ivory;
}
 /* on scroll animation  */
.fade-up {
  transform: translateY(200px) scale(.2);
    opacity: 0;
    filter: blur(4px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.fade-up.on-scroll {
    transform: translateY(0px) scale(1);
    opacity: 1;
    filter: blur(0);
}
.slideIn {
  transform: translateX(500px) scale(.2);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.slideIn.on-scroll {
    transform: translateX(0px) scale(1);
}
.expand {
  transform: translateX(1400px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.expand.on-scroll {
    transform: translateX(0);
}
 /* end animation on scroll  */

@keyframes slideIn {
  0% {
    transform: translateX(500px) scale(.2);
  }
  100% {
    transform: translateX(0px) scale(1);
  }
}

@keyframes slideUp {
  0% {
    transform: translateY(300px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes expand {
  0% {
    transform: translateX(1400px);
  }
  100% {
    transform: translateX(0px);
  }
}
@media only screen and (max-width:1700px) {
  .simbol2 {
    top: -30%;
    left: -30%;
  }
}
@media only screen and (max-width:1450px) {
  .simbol2 {
    top: -30%;
    left: -40%;
  }
  .container_content {
    transform: translateX(0);
   }
}
@media only screen and (max-width:1200px) {
  .simbol2 {
    top: -10%;
    left: -50%;
  }
  .zasrecu {
    font-size: 4rem;
    bottom: 7%;
  }

}
@media only screen and (max-width:1000px) {
  .simbol2 {
    display: none;
  }
  .hero {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.293), rgba(0, 0, 0, 0.03)), url(../slike/trubaci-za-veselja-i-svadbe.webp);
    background-size: cover;
    background-position: center;
  }
  .container {
    background: transparent;
    overflow: visible;
  }
  .container_content {
    position: absolute;
    left: 0;
    top: 45%;
    transform: translateX(0px) translateY(-50%);
    z-index: 999;
    width: 80%;
   }
   .container_content p{
    width: fit-content;
    color: white;
    text-shadow: 2px 2px 9px rgba(0, 0, 0, 0.673);
   }
   .container_content h1{
    width: fit-content;
    color: white;
    text-shadow: 2px 2px 9px black;
   }
   .img-inner {
     display: none;
   }
  .iskustvo h3{
    border: none;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width:600px) {
.to-top.active {
  display: none;
}
#floatingButton {
  bottom: 10px;
  right: 10px;
}
 #musicButton {
  bottom: 10px;
  left: 10px;
}
#floatingButton, #musicButton {
  bottom: 10px;
}
.pozovi {
  bottom: 23px;
  left: 10px;
}
.pozovi1.active {
  bottom: 23px;
}
  .container_content_inner {
    width: 100%;
  }
}
@media only screen and (max-width:500px) {
  .container_content_inner {
    margin-left: 20px;
  }
  .container_content {
    top: 55%;
    transform: translateX(0px) translateY(-50%);
   }
  .hero {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.389), rgba(0, 0, 0, 0.03)), url(../slike/trubaci-za-veselja-i-svadbe.webp);
    background-size: cover;
    background-position: 20% 50%;
  }
}
/* END HERO  */

/* NASLOV  */
.naslov {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
/* END NASLOV  */

 /* CARDS  */
 .container1 {
  padding: 50px 5%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  overflow: hidden;
}
.uluga-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 20px;
  padding-bottom: 0;
  width: 100%;
  height: 230px;
}
.uluga-text h3, .uluga-text p {
  text-wrap: balance;
  width: 350px;
  transform: translateY(20px);
  /* text-align: left; */
}
.uluga-text h3 {
  margin-bottom: 20px;
  font-size: 1.6rem;
}
.uluga-text .cena {
  color: rgb(205, 15, 15);
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 20px;
}
.uluga-text a {
  margin-top: 50px;
}
.cards {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.card_effect {
  flex: 0 0 calc(33.3333% - 90px);
  margin: 0 15px;
  position: relative;
  transition: all 0.5s ease-in-out;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  transform: perspective(1000px) rotateX(0deg);
  cursor: pointer;
}
.card_effect img {
  display: block;
  height: 240px;
}
.card_effect_in {
  position: absolute;
  left: 0;
  top: 100%;
  transform: rotateX(-90deg);
  transform-origin: top;
}
.card_effect_in a {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px;
  color: #fff;
  background: rgba(0,0,0,0.7);
  text-decoration: none;
  font-size: 20px;
  transition: all 0.3s ease-in-out 0.3s;
  opacity: 0;
}
.card_effect:hover {
  transform: rotateX(90deg) translateY(-1000px);
}
.card_effect:hover .card_effect_in a {
  opacity: 1;
}
@media only screen and (max-width:1200px) {
  .cards {
    flex-direction: row;
  }
  .container1 {
    flex-direction: column;
    gap: 50px;
  }
}
@media only screen and (max-width:850px) {
  .cards {
    flex-direction: column;
  }
}
 /* END CARDS  */
 /* ABOUT  */
 .about {
  margin: auto;
  padding: 50px 5%;
 }
 .wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
 }
 .slika {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
 }
 .slika img {
  width: 450px;
 }
 .text {
  width: 40%;
 }
 .text p {
  margin: 20px 0;
 }
 .text a {
  margin-top: 10px;
 }
 @media only screen and (max-width:1100px) {
  .about {
    background:  #ddedf0;
  }
  .wrapper {
    flex-direction: column;
   }
   .slika, .text {
    width: 100%;
   }
   .slika  {
    height: 300px;
    overflow: hidden;
    object-position: center;
   }
   .text {
    text-align: center;
   }
   .text p {
    width: fit-content;
   }
}
 /* END ABOUT  */

 /*------- PORUKA------*/
 .poruka {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-top: solid 5px goldenrod;
  border-bottom: solid 5px goldenrod;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.742), rgba(0, 0, 0, 0.414), rgba(0, 0, 0, 0.677)), url(../slike/nebula.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
 }
 .poruka h3 {
  font-size: 2rem;
  text-wrap: balance;
  text-align: center;
  color: #f0feff;
 }
 .poruka p {
  font-size: 2rem;
  font-family: script;
  letter-spacing: 2px;
  word-spacing: 5px;
  font-weight: 800;
  width: fit-content;
  margin-top: 40px;
  color: rgb(234, 206, 136);
  text-align: center;
  position: relative;
  left: 200px;
  margin-bottom: 20px;
 }
 .animacija {
  position: relative;
  width: 100px;
  height: 100px;
}
.animacija:before{
  content: '';
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translate(-5px, -50%);
  background: linear-gradient(to right, #fff 50%, #000 50%) no-repeat;
  background-size: 200% auto;
  background-position: 100% 0;
  animation: colorBallMoveX 1.5s linear infinite alternate;
}
.animacija:after{
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background: #fff;
}
@keyframes colorBallMoveX {
0%  {
  background-position: 0% 0;
  transform: translate(-15px, -50%);
}
15%  , 25% {
  background-position: 0% 0;
  transform: translate(0px, -50%);
}
75% , 85% {
  background-position: 100% 0;
  transform: translate(50px, -50%);
}
100% {
  background-position: 100% 0;
  transform: translate(65px, -50%);
}
}
@media only screen and (max-width:800px) {
  .poruka p {
    left: 0;
    font-size: 1.2rem;
   }
   .poruka h3 {
    margin-top: 30px;
    font-size: 1.3rem;
    width: 100%;
   }
}
 /*------- END PORUKA------*/
  /*------- PRIJATELJI------*/
 .prijatelji {
  width: 90%;
  margin: auto;
  margin-top: 50px;
 }
 .prijatelji h2 {
  text-align: center;
 }
 .prijatelji-container {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 30px;
  padding: 30px 0;
 }
 .prijatelji .prijatelj img {
  height: 50px;
 }
 @media only screen and (max-width:750px) {
  .prijatelji-container {
    flex-direction: column;
    gap: 40px;
  }
}
 /*------- END PRIJATELJI------*/
 
 /*------- POHVALE------*/
 .pohvale {
  padding: 0 5%;
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
 }
 .pohvala {
  flex: 1;
  border: solid 2px goldenrod;
  height: 200px;
  padding: 20px;
  width: 200px;
  position: relative;
 }
 .pohvala h4 {
  font-family: msans;
  margin-bottom: 30px;
 }
 .pohvala p {
  width: 100%;
 }
 .pohvala svg {
  position: absolute;
  top: 2%;
  right: 5%;
  opacity: .1;
  width: 50px;
 }
 .pohvala .recenzija {
  position: absolute;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
 }
 .pohvala .recenzija p{
  display: flex;
  align-items: center;
  justify-content: flex-start;
 }
 .pohvala a img {
  width: 30px;
  margin-left: 20px;
  transition: .3s;
 }
 .pohvala a img:hover {
  transform: scale(1.1);
 }
 @media only screen and (max-width:1300px) {
 .pohvala {
  height: 230px;
 }
}
 @media only screen and (max-width:1000px) {
 .pohvala {
  height: 280px;

 }
}
 @media only screen and (max-width:750px) {
  .pohvale {
    flex-direction: column;
   }
   .pohvala {
    width: 280px;
    height: 240px;
    flex: auto;
   }
}
 @media only screen and (max-width:500px) {
  .margin-botom {
    margin-bottom: 40px;
   }
}
 /*------- END POHVALE------*/
/* MAGIC CARDS  */
.service-home {
  margin: auto;
  padding: 50px 5%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.service {
  border-radius: 8px;
  border: solid rgb(246, 255, 0) 1px;
  padding: 8px;
  background-image: linear-gradient(#c2a500, #e3713c 43%, #ffc65d);
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  transition: .5s;
}
.card {
  position: relative;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
  cursor: pointer;
  animation: spin 3.5s linear infinite;
  overflow: hidden;
}
.card img {
 object-fit: cover;
 object-position: center;
}

.card a {
  color: #212534;
  text-decoration: none;
  font-family: sans-serif;
  font-weight: bold;
  margin-top: 2rem;
}
@media only screen and (max-width:1200px) {
  .card img {
    width: 270px;
   }
}
@media only screen and (max-width:1000px) {
  .card img {
    width: 200px;
   }
}
@media only screen and (max-width:750px) {
  .service-home {
    flex-direction: column;
    row-gap: 50px;
  }
}
/* END MAGIC CARDS  */
 /*------- FOOTER------*/
 
/*-------DEKORACIJA------*/
.dekoracija {
  width: 100%;
  overflow: hidden;
  border-top: goldenrod 2px solid;
  border-bottom: goldenrod 2px solid;
  color: goldenrod;
  font-size: 14px;
}

/*-------END DEKORACIJA------*/
/*-------FOOTER SECTION------*/
footer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #383a3f;
  border-top: goldenrod 3px solid;
  overflow: hidden;
}
.footer {
  width: 80%;
  border-bottom: 1px solid #fffff0;
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
.footerColumn {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.footerColumn .logo-footer {
  transition: .3s;
}
.footerColumn .logo-footer:hover {
  transform: scale(1.1);
}
.footerColumn h3 {
  margin-bottom: 10px;
  color: #fffff0;
  font-size: 1.4rem;
}
.footerColumn a {
  color: #b0b0b0;
  transition: all .2s linear;
  font-family: msans;
  font-size: .9rem;
  margin-bottom: 5px;
}
.footerColumn a svg {
  transform: translateY(3px);
}
.footerColumn a:hover {
  color: goldenrod;
  letter-spacing: 1px;
}
.footerColumn a:hover svg{
  fill: goldenrod;
}
.footerColumn:nth-child(1) img {
  height: 60px;
}
.footerColumn:nth-child(1) p {
  color: #b0b0b0;
}
.ikone {
    margin-top:10px;
}

.ikone a {
    margin-right:20px;
    transition:.3s;
}
/*-------END FOOTER SECTION------*/

/*-------COPYRIGHT------*/
.copyright {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 10px 0;
}
.copyright span {
  font-size: 13px;
  text-transform:none;
  font-family: sans-serif;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fffff0;
  transition: all .3s ease-in-out;
}

.copyright .designed11 {
  font-size: 12px;
  font-family: lexend;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: -2px;
  color: turquoise;
  margin: 0;
  transition: .5s;
}
.copyright .designed11:hover {
  transform: scale(.95);
}
.copyright .designed11 span {
  font-size: 30px;
  font-family: mrs_saint;
  text-align: center;
  color: #f09c00;
  transition: .5s;
}
.copyright .designed11:hover span {
  transform: scale(.95);
}
@media only screen and (max-width:800px) {
  .copyright .designed11 {
    font-size: 11px;
  }
  .copyright .designed11 span {
    font-size: 27px;
  }
}
@media only screen and (max-width:1100px) {
  .footer {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .footerColumn {
    margin-bottom: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .footerColumn:nth-child(4) {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width:550px) {
  .footerColumn:nth-child(1) p {
    width: 300px;
  }
}
@media only screen and (max-width:500px) {
  .footerColumn a {
    font-size: .8rem;
  }
}
@media only screen and (max-width:450px) {
  .copyright {
    flex-direction: column;
  }
  .footerColumn:last-child img {
    width: 70px;
  }
}
/*-------END COPYRIGHT------*/
/*-------END FOOTER------*/









 /* STRANICA USLUGE  */
 .hero22 {
  height: 50vh;
  overflow: hidden;
  background: url(../slike/header3.jpg);
  background-position: 50% 35%;
  background-size: cover;
 }
 .hero2 {
  height: 50vh;
  overflow: hidden;
  background: url(../slike/Najbolji-trubacki-orkestar-trubaci-beograd2.jpg);
  background-position: 50% 50%;
  background-size: cover;
 }
 .dekoracija2 {
  background: var(--contrast-color);
  margin-bottom: 50px;
 }
 .usluge-slika {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
  white-space: nowrap;
}
.usluge-slike2 {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 30px;
  animation: logos 15s infinite linear;
  white-space: nowrap;
  flex-wrap: nowrap;
}
.usluge-slika:hover .usluge-slike2 {
  animation-play-state: paused;
}
.usluge-slike2 .uluge-img {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.usluge-slike2 .uluge-img:last-child {
  margin-right: 30px;
}
.usluge-slike2 .uluge-img img {
  object-fit: cover;
  object-position: center;
  padding:0 30px;
}
@keyframes logos {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
 /* kraj STRANICA USLUGE  */

 /* STRANICA KONTAKT  */
.hero3 {
  background: url(../slike/trubaci-beograd-bend-Milana-Petrovica3.jpg);
  background-position: 50% 35%;
  background-size: cover;
}
.info-form {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 70px;
  width: 100%;
}
.map {
  width: 50%;
}
.map img {
  max-width: 100%;
}
.info {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
}
.kontakt-container {
  display: grid;
  grid-template-columns: auto auto;
  gap: 35px;
  text-align: left;
  margin-bottom: 20px;
}
.kontakt-kolona {
  font-family: msans;
}
.kontakt-kolona a {
  color: ivory;
  background: goldenrod;
  transition: .5s;
  display: flex;
  width: 150px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}
.kontakt-kolona svg {
  transform: translateY(1px);
}
.kontakt-kolona a:hover {
  background: var(--contrast-color);
}
.kontakt h4 {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.kontakt-forma form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.kontakt-forma form input, form textarea {
  padding: 10px;
  width: 400px;
  font-family: msans;
  border: goldenrod solid 1px;
}
.kontakt-forma textarea {
  resize: vertical;
}
.kontakt-forma input:last-child {
  background: goldenrod;
  color: ivory;
  text-transform: uppercase;
  transition: .3s;
  cursor: pointer;
}
.kontakt-forma input:hover:last-child {
  background: ivory;
  color: black;
}
@media only screen and (max-width:1000px) {
  .info-form {
    flex-direction: column;
  }
  .map {
    width: 100%;
    margin-bottom: 50px;
  }
  .info {
    width: 100%;
  }
}
@media only screen and (max-width:450px) {
  .kontakt-forma form input, form textarea {
    width: 100%;
  }
  .kontakt-forma, .kontakt {
    width: 90%;
  }
  .kontakt-container {
    place-items: center;
}
  .kontakt-kolona a {
    display: flex;
    width: 100px;
    height: 40px;
    font-size: .8rem;
  }
  .kontakt-kolona a svg {
    height: 14px;
    width: 14px;
    transform: translateY(1px);
  }
}
 /* KRAJ STRANICA KONTAKT  */
 /*  O NAMA  */
 .hero4 {
  background: url(../slike/Trubaci-Beograd-orkestar-Milana-Mice-Petrovica-header2.jpg);
  background-size: cover;
  background-position: 50% 40%;
 }
 .o-meni{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 50px;
 }
 .o-meni .o-meni-kontejner{
  margin-top: 50px;
  width: 80%;
  padding: 50px;
  border: solid 2px rgb(189, 189, 189);
 }
 .o-meni-kontejner p {
  width: 100%;
 }
 .firstLetter::first-letter {
  font-size: 200%;
  color: #0e9bc6;
  font-weight: bold;
}
 .dveslike {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 20px 0;
 }
 .dveslike img {
  width: 50%;
 }
 .citat {
  background: rgb(132, 132, 132);
  padding:30px 20px;
  margin-top: 20px;
 }
 .citat p {
  color: ivory;
  font-size: 1rem;
  text-align: center;
 }
 @media only screen and (max-width:700px) {
  .dveslike img {
    width: 45%;
  }
  .hide {
    display: none;
  }
  .citat p {
    font-size: 0.9rem;
   }
 }
 .next {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 100px;
  background: url(../slike/trubaci-beograd-srbija.jpg);
  background-size: cover;
  background-position: 50% 80%;
  margin-bottom: 50px;
  border-top: goldenrod 4px solid;
  border-bottom: goldenrod 4px solid;
  margin-top: 30px;
 }
 .next .button1 {
  position: relative;
  top: 0;
  transform: translateY(-7px);
 }
 @media only screen and (max-width:500px) {
  .o-meni .o-meni-kontejner{
    padding: 20px;
   }
   .o-meni .o-meni-kontejner{
    width: 90%;
   }
   .dveslike {
    gap: 10px;
   }
   .citat p {
    text-align: left;
   }
   .next {
    justify-content: space-between;
    padding: 80px 30px;
    margin-bottom: -10px;
    margin-top: 0px;
   }
   .naslov h1 {
    font-size: 2rem;
   }
 }
 /* KRAJ O NAMA  */







     /* KRAJ  LJUBAV I SREĆA  */
  /* CITANJE BUDUCNOSTI STRANA  */
  .hero8 {
    background: url(../slike/Trubaci-Beograd-orkestar-Milana-Mice-Petrovica33.jpeg);
    background-size: cover;
    background-position: 50% 50%;
  }

     /* KRAJ  OTKRIVANJE ISTINE  */

     /* KRAJ  ZDRAVSTVENI PROBLEMI  */
     /* POLITIKA PRIVATNOSTI   */
     .politika-privatnosti-tekst h2{
      font-size: 1.3rem;
     }
     /* KRAJ  POLITIKA PRIVATNOSTI   */
     /* SARADNJA   */
     .crna-pozadina {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: 100vh;
      width: 100vw;
      background: #0000008b;
      z-index: 99;
     }
     .u-izradi {
      z-index: 9999;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: 30vh;
      width:50%;
      border: solid 2px gray;
      background-color: ivory;
     }
     .u-izradi h1 {
      display: grid;
      place-items: center;
      height: 100%;
      text-align: center;
     }
     @media only screen and (max-width:650px) {
      .u-izradi h1 {
        font-size: 1.4rem;
       }
     }
     /* KRAJ  SARADNJA   */

     /* GALERIJA   */
     .hello {
  opacity: 1 !important;
}
.full {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.full .content {
  background-color: rgba(0,0,0,0.75) !important;
  height: 100%;
  width: 100%;
  display: grid;
}
.full .content img {
  left: 50%;
  transform: translate3d(0, 0, 0);
  animation: zoomin 1s ease;
  max-width: 100%;
  max-height: 100vh;
  margin: auto;
}

.byebye:hover {
  transform: scale(0.2) !important;
}
.gallery {
  margin: 0 auto;
  margin-top: 50px;
  display: grid;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));

    margin-bottom: 50px;
  width: 80%;
}
.gallery img {
  max-width: 100%;
  box-shadow: 0 0 16px #33333361;
  transition: all 1.5s ease;
    width: 250px;
  height: 250px;
  object-fit: cover;
}
.gallery img:hover {
  box-shadow: 0 0 16px #333;
}
.gallery .content {
  padding: 4px;
}
.gallery .gallery-item {
  transition: grid-row-start 300ms linear;
  transition: transform 300ms ease;
  transition: all 0.5s ease;
  cursor: pointer;
    display: flex;
  align-items: center;
  justify-content: center;
}
.gallery .gallery-item:hover {
  transform: scale(1.025);
}
.gallery1 {
  margin: 0 auto;
  margin-top: 50px;
  display: grid;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    margin-bottom: 50px;
  width: 80%;
}
.youtube {
  color: rgb(202, 14, 14);
  text-decoration: underline;
}
@media (max-width: 1000px) {
  .gallery {
  width: 90%;
}
}
@media (max-width: 600px) {
  .gallery {
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  }
}
@media (max-width: 400px) {
  .gallery {
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
  }
}
@-moz-keyframes zoomin {
  0% {
    max-width: 50%;
    transform: rotate(-30deg);
    filter: blur(4px);
  }
  30% {
    filter: blur(4px);
    transform: rotate(-80deg);
  }
  70% {
    max-width: 50%;
    transform: rotate(45deg);
  }
  100% {
    max-width: 100%;
    transform: rotate(0deg);
  }
}
@-webkit-keyframes zoomin {
  0% {
    max-width: 50%;
    transform: rotate(-30deg);
    filter: blur(4px);
  }
  30% {
    filter: blur(4px);
    transform: rotate(-80deg);
  }
  70% {
    max-width: 50%;
    transform: rotate(45deg);
  }
  100% {
    max-width: 100%;
    transform: rotate(0deg);
  }
}
@-o-keyframes zoomin {
  0% {
    max-width: 50%;
    transform: rotate(-30deg);
    filter: blur(4px);
  }
  30% {
    filter: blur(4px);
    transform: rotate(-80deg);
  }
  70% {
    max-width: 50%;
    transform: rotate(45deg);
  }
  100% {
    max-width: 100%;
    transform: rotate(0deg);
  }
}
@keyframes zoomin {
  0% {
    max-width: 50%;
    transform: rotate(-30deg);
    filter: blur(4px);
  }
  30% {
    filter: blur(4px);
    transform: rotate(-80deg);
  }
  70% {
    max-width: 50%;
    transform: rotate(45deg);
  }
  100% {
    max-width: 100%;
    transform: rotate(0deg);
  }
}

     /* KRAJ  GALERIJA   */

