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

/* all start */
::-webkit-scrollbar
{
    display: none;
}
.title
{
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 50px;
    font-size: 35px;
}
.title span
{
    font-size: 18px;
    color: #df9e34;
    font-weight: 600;
}
.title1
{
    text-align: left;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 50px;
    font-size: 35px;
}
.title1 span
{
    font-size: 18px;
    color: #df9e34;
    font-weight: 600;
}
/* all end */

/* arrow start */
.arrowHolderO
{
    opacity: 0;
    z-index: 10000000000000001;
}
.arrowHolder img 
{
    position: fixed;
    top: 89vh;
    right: 2%;
    width: 40px;
    z-index: 1000000000000001;
}
/* arrow end */

/* navigation start */
#navigation
{
    /* background-color: whitesmoke; */
    padding: 20px 0px;
}
#navigation1
{
    /* background-color: whitesmoke; */
    padding: 20px 0px;
    color: #070707;
}
.navbar-brand
{
    color: white;
    font-weight: 500;

}
.navbar-brand:hover
{
    color: white;
}
.navbar .navbar-nav .nav-item .nav-link
{
    color: white;
    font-weight: 500;
}
.active
{
    border-bottom: 1px solid #df9e34;
}
/* navigation end */

/* hero start */
#hero
{
    background-image: url(IMG/bg1.png);
    background-size: cover;
    position: relative;
    background-position: bottom;
}
.hero-overlay
{
    padding: 300px 0px;
    background-color: rgba(0, 0, 0, 0.65);
}
.heroCon
{
  position: absolute;
  top: 50%;
  /* left: 50%; */
  transform: translateY(-50%);
}
.heroCon h1
{
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 60px;
  line-height: 50px;
}
.heroCon h1 span
{
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 40px;
}
.heroCon p
{
  color: white;
  font-size: 22px;
  text-align: center;
}
.heroBtn
{
  padding: 10px 35px;
  background: linear-gradient(45deg, #A05713, #DF9E34, #DF9E34, #E99424);
  /* display: block;
  margin: auto; */
  /* background-color: #df9e34; */
  color: white;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  max-width: 250px;
  animation: blink 0.3s ease-in-out alternate 1000;
}
@keyframes blink
{
  0%
  {
    transform: scale(1.0);
  }
  100%
  {
    transform: scale(1.03);

  }
}
.heroBtn:hover
{
  transform: translateY(-5px);
  color: white;
}

.links
{
  position: absolute;
  bottom: 30px;
  right: 150px;
}
.linksHolder
{
  display: block;
}
.linksHolder a
{
  text-decoration: none;
}
.links img
{
  width: 32px;
}
/* hero end */

/* aline start */
#aline
{
    padding: 20px 0px;
    text-align: center;
    background-color: whitesmoke;
}
/* aline end */

/* ocekivanja start */
#ocekivanja
{
  padding: 50px 0px;
}
.ocekivanjaHolder
{
  margin: 15px 0px;
}
.ocekivanjaHolder img
{
  display: block;
  margin: auto;
}
.ocekivanjaHolder h5
{
  text-align: center;
  margin: 15px 0px;
}
.ocekivanjaHolder p
{
  text-align: center;
}
/* ocekivanja end */

/* locationsmore start */
#locationsmore
{
  padding: 50px 0px; 
  background-color: rgb(247, 247, 247);
}
.locationsmoreHolder
{
  margin-top: 10px;
  background-color: white;
  color: white;
  text-align: center;
}
.locationsmoreHolder-overlay
{
  padding: 80px 0px;
  background-color: rgba(0, 0, 0, 0.6);
}
#hol1
{
  background-image: url(IMG/svadba.jpg);
  background-size: cover;
}
#hol2
{
  background-image: url(IMG/img-11.jpg);
  background-size: cover;
}
#hol3
{
  background-image: url(IMG/zurke.jpg);
  background-size: cover;
}
.locationsmoreHolder img
{
  border-radius: 20px 20px 0px 0px;
  width: 100%;
  display: block;
  margin: auto;
}
.locationsmoreHolder h5
{
  margin: 10px 0px;
  padding: 0px 5px;
  font-size: 22px;
  font-weight: 600;
}
.locationsmoreHolder p
{
  margin: 10px px;
  padding: 0px 30px;
}
/* locationsmore end */

/* trube start */
#trube
{
  padding: 50px 0px;
}
#trube a p
{
  text-align: center;
  text-decoration: none;
}

#trube p
{
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
}
/* .img-fluid {
  width: 100%;
  height: auto;
  cursor: pointer;
} */
/* trube end */

/* images start */
#images
{
    padding: 50px 0px;
    background-color: rgb(247, 247, 247);
}
#images img
{
    margin: 5px 0px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}
#images img:hover
{
    transform: translateY(-5px);
    filter: brightness(0.8);
}
#galleryBtn
{
    padding: 10px 35px;
    background: linear-gradient(45deg, #A05713, #DF9E34, #E99424);
    color: white;
    text-decoration: none;
    text-align: center;
    max-width: 200px;
    display: block;
    margin: auto;
    margin-top: 30px;
    font-weight: 600;
    text-transform: uppercase;
}
.dBig-none
{
  display: none;
}
/* images end */

/* trubaci start */
#trubaci
{
    padding: 50px 0px;
    font-size: 18px;
    background-color: rgb(247, 247, 247);
}
#trubaciBtn
{
    padding: 10px 35px;
    background: linear-gradient(45deg, #A05713, #DF9E34, #DF9E34, #E99424);
    text-align: center;
    text-decoration: none;
    color: white;
    font-weight: 600;
    margin-top: 20px;
    text-transform: uppercase;
    max-width: 250px;
    display: block;
    margin: auto;
}
/* trubaci end */

/* svadbe start */
#svadbe 
{
    padding: 50px 0px;
    font-size: 18px;
}
#svadbe p
{
    margin: 30px 0px;
}
#svadbeMore
{
    padding: 10px 35px;
    background: linear-gradient(45deg, #A05713, #DF9E34, #DF9E34, #E99424);
    text-align: center;
    text-decoration: none;
    color: white;
    font-weight: 600;
    margin-top: 20px;
    text-transform: uppercase;
    max-width: 250px;
    display: block;
    margin: auto;
}
/* svadbe end */

/* muzika start */
#muzika
{
  padding: 50px 0px;
}
#muzika p
{
  text-align: center;
  font-size: 18px;
}
/* muzika end */

/* contact start */
#contactTop
{
    padding: 50px 0px 20px 0px;
    background-color: rgb(247, 247, 247);
  }
#contactTop p
{
    font-size: 18px;
    /* padding: 50px 0px; */
}
#contactTop .contactIconHolder img
{
    width: 32px;
    margin-right: 10px;
}
.contactIconHolder
{
    margin: 15px 0px;
}
#contactTop a
{
    color: #292b2c;
    text-decoration: none;
}
.contact-Form1 input, textarea
{
    width: 100%;
    padding: 10px 10px;
    margin: 5px 0px;
    outline: none;
    border: none;
    /* border-bottom: 2px solid rgb(179, 0, 0); */
    border: 1px solid #c1c1c1;
} 
.contact-Form1 textarea
{
    margin: 5px 0px;
}
.contact-Form1 button
{
    display: block;
    margin: auto;
    /* background-color: #88A5A9; */
    background: linear-gradient(45deg, #A05713, #DF9E34, #E99424);
    padding: 10px 30px;
    outline: none;
    border: none;
    margin: 25px 0px;
    color: white;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}
iframe
{
  height: 250px;
}
/* contact page end */

/* about start */
#about
{
  padding: 50px 0px;
  text-align: center;
  font-size: 18px;
}
/* about end */

/* call start */
#call
{
  background-image: url(IMG/svadba.jpg);
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.call-overlay
{
  padding: 250px 0px;
  background-color: rgba(0, 0, 0, 0.5);
}
.callCon
{
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;

}
.callCon h3
{
  text-align: center;
  color: white;
}
.callCon p
{
  text-align: center;
  color: white;
  font-size: 18px;
}
#callBtn
{
  padding: 10px 35px;
  text-align: center;
  background: linear-gradient(45deg, #A05713, #DF9E34, #E99424);
  display: block;
  margin: auto;
  text-decoration: none;
  color: white;
  font-weight: 500;
  max-width: 250px;
}
/* call end */

/* about bottom start */
#aboutBottom
{
    padding: 50px 0px;
    background-color: rgb(247, 247, 247);
  }
.rateHolder
{
    margin: 25px 0px;
    /* background-color: rgba(241, 241, 241, 0.5); */
    padding: 25px 20px;
    border-radius: 10px;
    background-color: white;
}
.rateText h6
{
    font-size: 18px;
    font-weight: 400;
}
.raterName p
{
    text-align: left;
    margin-left: 30px;
}
.raterName p span
{
    opacity: 0.5;
}
.rateImgHolder 
{
    display: flex;
    align-items: center;
    justify-content: flex-start;

}
.rateImgHolder img
{
    width: 60px;
    border-radius: 50%;
    margin-bottom: 10px;
}
.rateText
{
    margin-top: 10px;
}
#rows p
{
    transform: translateY(100px);
    opacity: 0;
}
/* about bottom */

/* footer start */
#footer
{
    padding: 50px 0px;
    background-color: #070707;
}
#footer img
{
    width: 120px;
    display: block;
    margin: auto;
    margin-bottom: 30px;
}
#footer h3
{
    text-align: center;
    color: white;
}
#footer p
{
    text-align: center;
    color: white;
}
#footer a
{
    color: white;
    text-align: center;
    text-decoration: none;
}
/* footer end */


/* media query start */
@media only screen and (max-width:576px)
{


  #hero
  {
    background-image: url(IMG/smallbg.jpg);
    background-size: cover;
  }

    .hero-overlay
    {
        padding: 250px 0px;
        background-color: rgba(0, 0, 0, 0.5);
    }
    .links
    {
    position: absolute;
    bottom: 30px;
    right: 20px;
    }
    .dBig-none
    {
      display: block;
    }
    #svadbe p
    {
        text-align: center;
    }
    .title
    {
        text-align: center;
        text-transform: uppercase;
        font-weight: 400;
        margin-bottom: 30px;
        font-size: 25px;
    }
    .title span
    {
        font-size: 14px;
    }
    .title1
    {
        text-align: center;
        text-transform: uppercase;
        font-weight: 400;
        margin-bottom: 30px;
        font-size: 25px;
    }
    .title1 span
    {
        font-size: 14px;
    }
    #contactTop #p1
    {
        text-align: justify;
    }
    #ctnBtn
    {
      display: block;
      margin: auto;
      max-width: 230px;
    }
    .heroCon
    {
        width: 95%;

    }
    .heroCon h1
    {
        color: white;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 32px;
        line-height: 35px;
        text-align: center;
    }
    #svadbeMore
    {
        display: block;
        margin: auto;
        max-width: 250px;
        margin-bottom: 20px;
    }
    #call
    {
        background-attachment: scroll;
    }
    #trubaci
    {
        text-align: center;
    }
    .heroBtn
    {
      display: block;
      margin: auto;
      /* background: none; */
      /* border: 2px solid #DF9E34; */
      /* color: white; */
      /* background-color: rgba(255, 255, 255, 0.1); */
    }
    #about
    {
      background-color: white;
      text-align: center;
    }

}
/* media query end */



/* stilovi za modal */

.modal {
    display: none;
    position: fixed;
    z-index: 19000000000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.95);
    overflow: hidden;
    padding-top: 50px; /* dodajemo padding na vrhu da modal poДЌne ispod navigacije */
  }
  
  /* stilovi za sadrЕѕaj modala */
  .modal-content {
    display: block;
    max-width: 500px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  /* stilovi za zatvaranje (X) */
  .close {
    color: white;
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 35px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  
  /* stilovi za strelice za navigaciju */
  .prev,
  .next {
    cursor: pointer;
    position: fixed; /* postavljamo na fiksni poloЕѕaj */
    top: 52%;
    width: auto;
    padding: 16px;
    margin-top: -25px; /* pomicanje strelica na polovicu njihove visine */
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    text-decoration: none;
  }
  
  .next {
    right: 200px;
    border-radius: 3px 0 0 3px;
  }
  .prev
  {
    left: 200px;
  }
  
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
  }
  .dBig
{
    display: block;
}
.dSmalll
{
  display: none;
}
  
  /* Media query za prilagodbu na manje ekrane */
  @media screen and (max-width: 768px) {
    .close {
        color: white;
        position: absolute;
        top: 50px;
        right: 25px;
        font-size: 35px;
        font-weight: bold;
      }
      .next {
        right: 0px;
        border-radius: 3px 0 0 3px;
      }
      .prev
      {
        left: 0px;
      }
      .prev,
      .next {
        cursor: pointer;
        position: fixed; /* postavljamo na fiksni poloЕѕaj */
        top: 50%;
        width: auto;
        padding: 16px;
        margin-top: -25px; /* pomicanje strelica na polovicu njihove visine */
        color: white;
        font-weight: bold;
        font-size: 20px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
        -webkit-user-select: none;
        text-decoration: none;
        background-color: rgba(0, 0, 0, 0.2);
      }
        /* stilovi za sadrЕѕaj modala */
    .modal-content 
    {
        margin: auto;
        display: block;
        width: 100%;
        height: auto;
        top:50%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;

    }   
    #images img
    {
        display: block;
        margin: auto;
        margin-top: 10px;
    }
  }

  @media screen and (max-width: 576px) 
  {
    #about p
    {
      text-align: justify;
    }
    #aboutBtn
    {
      display: block;
      margin: auto;
      max-width: 200px;
    }
    #locations p
    {
      text-align: justify;
    }
    #locBtn
    {
      display: block;
      margin: auto;
      max-width: 200px;
    }
  }

  @media only screen and (max-width: 576px)
  {
      .dBigg
      {
          display: none;
      }
      .dSmalll
      {
        display: block;
      }
  }


    @media screen and (max-width: 470px) 
    {
        .prev,
        .next {
          cursor: pointer;
          position: fixed; /* postavljamo na fiksni poloЕѕaj */
          top: 45%;
        }
        #imgh
        {
            height: 500px;
            width: 100%;

            display: flex;
            justify-content: center;
        }
        #imghw
        {
            height: 330px;
            width: 100%;
        }
        #imgww
        {
            height: 260px;
            width: 100%;
        }
        #imgwww
        {
            height: 270px;
            width: 100%;
        }
        #imgwwwl
        {
            height: 220px;
            width: 100%;
        }
    }

    @media screen and (max-width: 450px) 
    {
        .modal-content {
            margin: auto;
            display: block;
            width: 100%;
            height: auto;
            /* margin-top: 80px; */
            position: absolute;
          }

          .prev,
          .next {
            cursor: pointer;
            position: fixed; /* postavljamo na fiksni poloЕѕaj */
            top: 50%;
          }
    }

    @media screen and (max-width: 405px) 
    {
        .modal-content {
            margin: auto;
            display: block;
            width: 100%;
            height: auto;
            /* margin-top: 100px; */
            position: absolute;
          }
    }


    /* heroPage start */
    #heroPage
    {
        background-image: url(IMG/bg1.png);
        background-size: cover;
        position: relative;
        background-position: bottom;
    }
    .heroPage-overlay
    {
        padding: 300px 0px;
        background-color: rgba(0, 0, 0, 0.5);
    }
    .secondLink
    {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 50px;
    }
    .secondLink a 
    {
      text-decoration: none;
      margin: 0px 10px;
      color: #070707;
    }
    .secondLink a img
    {
      width: 32px;
    }
    /* heroPage end */

    /* svadbepage start */
    #svadbepage
    {
        padding: 50px 0px;
        text-align: center;
        font-size: 18px;
    }
    /* svadbepage end */

    /* contactPage start */
    #contactPage
    {
        padding: 50px 0px;
        font-size: 18px;
        text-align: center;
    }
    /* contactPage end */

    @media screen and (max-width: 576px) 
    {
      #heroPage
      {
          background-image: url(IMG/smallbg.jpg);
          background-size: cover;
          position: relative;
          background-position: center;
      }
      #svadbeMore
      {
        display: block;
        margin: auto;
      }
      .heroPage-overlay
      {
          padding: 250px 0px;
          background-color: rgba(0, 0, 0, 0.5);
      }
      #call
      {
        animation: callAnim 20s ease-in-out alternate 10000;

      }
      @keyframes callAnim
      {
        0%
        {
          background-position: left;
        }
        50%
        {
          background-position: right;
        }
        100%
        {
          background-position: left;
        }
      }
    }
