* {
    margin: 0;
    padding: 0;
    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: 999999;
}

.arrowHolder img {
    position: fixed;
    top: 89vh;
    right: 2%;
    width: 40px;
    z-index: 999999;
}
/* arrow end */

/* navigation start */
#navigation {
    padding: 20px 0;
    transition: 0.3s ease-in-out;
}

#navigation1 {
    padding: 20px 0;
    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 0;
    background-color: rgba(0, 0, 0, 0.65);
}

.heroCon {
    position: absolute;
    top: 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);
    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);
    }
    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 0;
    text-align: center;
    background-color: whitesmoke;
}
/* aline end */

/* ocekivanja start */
#ocekivanja {
    padding: 50px 0;
}

.ocekivanjaHolder {
    margin: 15px 0;
}

.ocekivanjaHolder img {
    display: block;
    margin: auto;
}

.ocekivanjaHolder h5 {
    text-align: center;
    margin: 15px 0;
}

.ocekivanjaHolder p {
    text-align: center;
}
/* ocekivanja end */

/* locationsmore start */
#locationsmore {
    padding: 50px 0;
    background-color: rgb(247, 247, 247);
}

.locationsmoreHolder {
    margin-top: 10px;
    background-color: white;
    color: white;
    text-align: center;
}

.locationsmoreHolder-overlay {
    padding: 80px 0;
    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 0 0;
    width: 100%;
    display: block;
    margin: auto;
}

.locationsmoreHolder h5 {
    margin: 10px 0;
    padding: 0 5px;
    font-size: 22px;
    font-weight: 600;
}

.locationsmoreHolder p {
    margin: 10px 0;
    padding: 0 30px;
}
/* locationsmore end */

/* trube start */
#trube {
    padding: 50px 0;
}

#trube a p {
    text-align: center;
    text-decoration: none;
}

#trube p {
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
}
/* trube end */

/* images start */
#images {
    padding: 50px 0;
    background-color: rgb(247, 247, 247);
}

#images img {
    margin: 5px 0;
    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 0;
    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 0;
    font-size: 18px;
}

#svadbe p {
    margin: 30px 0;
}

#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 0;
}

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

/* contact start */
#contactTop {
    padding: 50px 0 20px 0;
    background-color: rgb(247, 247, 247);
}

#contactTop p {
    font-size: 18px;
}

#contactTop .contactIconHolder img {
    width: 32px;
    margin-right: 10px;
}

.contactIconHolder {
    margin: 15px 0;
}

#contactTop a {
    color: #292b2c;
    text-decoration: none;
}

.contact-Form1 input,
.contact-Form1 textarea {
    width: 100%;
    padding: 10px 10px;
    margin: 5px 0;
    outline: none;
    border: 1px solid #c1c1c1;
}

.contact-Form1 button {
    display: block;
    margin: 25px 0;
    background: linear-gradient(45deg, #A05713, #DF9E34, #E99424);
    padding: 10px 30px;
    outline: none;
    border: none;
    color: white;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

iframe {
    height: 250px;
}

.seo-links {
    padding-left: 18px;
    margin-top: 20px;
}

.seo-links li {
    margin-bottom: 6px;
}
/* contact end */

/* about start */
#about {
    padding: 50px 0;
    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 0;
    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 0;
    background-color: rgb(247, 247, 247);
}

.rateHolder {
    margin: 25px 0;
    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 end */

/* footer start */
#footer {
    padding: 50px 0;
    background-color: #070707;
}

#footer img {
    width: 120px;
    display: block;
    margin: auto;
    margin-bottom: 30px;
}

#footer h3,
#footer p,
#footer a {
    text-align: center;
    color: white;
}

#footer a {
    text-decoration: none;
}
/* footer end */

/* focus states */
a:focus,
button:focus,
input:focus,
textarea:focus {
    outline: 2px solid #df9e34;
    outline-offset: 2px;
}

/* media query start */
@media only screen and (max-width: 576px) {
    #hero {
        background-image: url(IMG/smallbg.jpg);
        background-size: cover;
    }

    .hero-overlay {
        padding: 250px 0;
        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;
    }

    #about {
        background-color: white;
        text-align: center;
    }
}
/* media query end */

/* modal */
.modal {
    display: none;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.95);
    overflow: hidden;
    padding-top: 50px;
}

.modal-content {
    display: block;
    max-width: 500px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.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;
}

.prev,
.next {
    cursor: pointer;
    position: fixed;
    top: 52%;
    width: auto;
    padding: 16px;
    margin-top: -25px;
    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 screen and (max-width: 768px) {
    .close {
        top: 50px;
        right: 25px;
        font-size: 35px;
    }

    .next {
        right: 0;
    }

    .prev {
        left: 0;
    }

    .prev,
    .next {
        top: 50%;
        background-color: rgba(0, 0, 0, 0.2);
    }

    .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 {
        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;
        position: absolute;
    }

    .prev,
    .next {
        top: 50%;
    }
}

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

/* heroPage start */
#heroPage {
    background-image: url(IMG/bg1.png);
    background-size: cover;
    position: relative;
    background-position: bottom;
}

.heroPage-overlay {
    padding: 300px 0;
    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: 0 10px;
    color: #070707;
}

.secondLink a img {
    width: 32px;
}
/* heroPage end */

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

/* contactPage start */
#contactPage {
    padding: 50px 0;
    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 0;
        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;
        }
    }
}