*{
    margin: 0;
    box-sizing: border-box;
}
body{
    background-color: #EEE7E0;
}
.navbar{
    width: 100%;
    height: 15vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2% 5%;
}

.linkovi a{
    text-decoration: none;
    padding: 20px 29px;
    border: 1px solid #707070;
    border-radius: 50px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: #2B2B2B;
    margin-right: 20px;
}

.linkovi a:active{
    background-color: #eb700c;
    border: 1px solid #eb700c;
    color: white;
    transition: 0.2s ease-in;
}
.linkovi a:hover{
    background-color: #C67634;
    border: 1px solid #C67634;
    color: white;
    transition: 0.2s ease-in;
}
.linkovi a.last-link{
    background-color: #C67634;
    color: white;
    border: 1px solid #C67634;
}
/*----------------hero------------*/
.hero{
    width: 100%;
    display: flex;
    flex-direction: row;
    padding-bottom: 2%;
}

.hero .lijevi{
    padding: 5% 0 0 5%;

}
.hero .cjelina{
    padding: 10% 0;
}

.hero .lijevi .naslov{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style:normal;
    font-size: 25px;
    color: #2A2A2A;
}

.hero .desni{
    display: grid;
    place-content: center;
}
.hero .desni>div{
    grid-area: 1 / 1;
}
.hero .desni .mali{
    margin-top: 10%;
}
.hero .desni .veliki img{
    width: 60vw;
}
.hero .desni .mali img{
    width: 20vw;
}
.cjelina .cta{
    margin-top: 15%;
}

/*-------sponzori------.*/

.sponzori{
    width: 100%;
    height: 35vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #2B2B2B;
}
.sponzori .gore{
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style:normal;
    display: flex;
    justify-content: center;
    font-size: 17px;
}
.sponzori .dolje{
    display: flex;
    justify-content: center;
}
.sponzori .dolje .podcjelina{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.sponzori .dolje .podcjelina>div{
    margin: 0 20px;
}

.sponzori .cjelina2{
    height: 20vh;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.sponzori .cjelina2>div{
    width: 100%;
}

/*---------video--------------*/
.video{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.video .okvir{
    width: 90vw;
    height: 90vh;

}
.video .okvir video{
    object-fit: cover;
    border-radius: 20px;
}
.video .koralj{
    position: absolute;
    bottom: 0;
    left: 0;
}

/*--------slider--------*/

.slider{
    width: 100%;
    padding: 5% 0;
    background-color: #D395C2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider .kartica{
    width: 350px;
    min-height: 200px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    background-color: #EEE7E0;
    margin: 1% 0.5%;
}
.slider .kartica:hover{
    background-color: wheat;
    transition: 0.2s ease-in;
    transition-delay: 0.1s;
}
.slider .kartica .kartica-unutar{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.slider .kartica .kartica-unutar .slika{
    width: 100%;
    height: 300px;
    background-color: #A59079;
    border-radius: 10px;
}
.slider .kartica .kartica-unutar .slika img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.slider .kartica .kartica-unutar .tekst{
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style:normal;
    color: #2A2A2A;
}
.slider .kartica .kartica-unutar .tekst>div{
    margin: 4% 0;
}
.slider .kartica .kartica-unutar .tekst .naslov{
    font-size: 17px;
}
.slider .kartica .kartica-unutar .tekst .opis{
    font-size: 14px;
    line-height: 1.7;
}
.slider .kartica .kartica-unutar .tekst .cijena{
    font-size: 30px;
    font-weight: bold;
}

.cjelina3 {
    width: 83%;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*------------treat-------------*/

.treat{
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #D395C2;
}
.treat>div{
    position: absolute;
}

.treat .slika{
    width: 80vw;
    height: 80vh;
    border-radius: 20px;
}
.treat .ukrasi img{
    width: 100%;
}
.treat .tekst-sloj{
    width: 80vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #2A2A2A;
}
.treat .tekst-sloj .cjelina4{
    width: 70%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.treat .tekst-sloj .cjelina4 .naslov h2{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style:normal;
    font-size: 40px;
    text-align: center;
}
.cjelina4>div:nth-child(2){
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*------------footer-----------*/

.footer{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 7% 0;
    background-color: #2B2B2B;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style:normal;
}
.footer .prava{
    flex: 3%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: 5%;
}
.footer>div{
    width: 85vw;
    height: 80%;
}
.cjelina5{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.cjelina5>div{
    width: 35vw;
}
.cjelina5>div>div{
    margin-bottom: 5%;
}

.cjelina5 .desni .input-area{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}
.cjelina5 .desni .input-area .input{
    flex: 45%;
    height: 100%;
}

.cjelina5 .desni .input-area .input input{
    width: 95%;
    height: 100%;
    background-color: #2B2B2B;
    border-width:  0 0 2px 0;
    border-color: #C67634;
    border-style: solid;
}
.cjelina5 .desni .input-area .input input::placeholder{
    color: #C67634;;
}
.cjelina5 .opis{
    font-size: 15px;
    line-height: 1.8;
}


/*------------tutorijal menu bar-----------------*/

/* off-screen-menu */
.off-screen-menu {
    background-color:  rgb(245, 245, 245);
    height: 100vh;
    width: 100%;
    max-width: 450px;
    position: fixed;
    top: 0;
    right: -450px;
    display: flex;
    flex-direction: column;
    align-items: center;    
    justify-content: center;
    text-align: center;
    transition: .3s ease;
    z-index: 2;
}
.menu-unutar>div{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: column-reverse;
}
.menu-unutar{
    width: 100%;
    margin-left: 20px;
    height: 40%;
}
.off-screen-menu.active {
    right: 0;
}



/* nav */
nav {
    padding: 1rem;
    display: flex;
    position: absolute;
    right: 10px;
}



/* ham menu */
.ham-menu {
    height: 50px;
    width: 40px;
    margin-left: auto;
    position: relative;
    display: none;
    z-index: 3;
}
.ham-menu span {
    height: 5px;
    width: 100%;
    background-color: #333333;
    border-radius: 25px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .3s ease;
}
.ham-menu span:nth-child(1) {
    top: 25%;
}
.ham-menu span:nth-child(3) {
    top: 75%;
}
.ham-menu.active span {
    background-color: rgb(39, 39, 39);
}
.ham-menu.active span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.ham-menu.active span:nth-child(2) {
    opacity: 0;
}
.ham-menu.active span:nth-child(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}
/*-----------media queries------------*/

@media only screen and (max-width: 1000px) {
    .hero{
        flex-direction: column;
    }
    .cjelina .cta{
        margin-top: 5%;
    }
    .cjelina3{
        flex-direction: column;
    }
    .cjelina3 .kartica{
        width: 100%;
    }
    .cjelina5{
        flex-direction: column;
    }
    .footer>div>div{
        width:100%;
    }
    .slider .kartica .kartica-unutar .tekst .naslov{
        font-size: 27px;
    }
    .slider .kartica .kartica-unutar .tekst .opis{
        font-size: 24px;
    }
  }

  @media only screen and (max-width: 800px) {
    .hamburger{
        display: block;
    }
    .fixed{
        display: none;
    }
    .ham-menu {
        display: block;
        position: fixed;
        right: 50px;
        top: 30px;
    }
    .navbar{
        position: sticky;
        top: 0;
        background-color: wheat;
        z-index: 2;
    }

  }
  @media only screen and (max-width: 650px) {

    .slider .kartica .kartica-unutar .tekst .naslov{
        font-size: 17px;
    }
    .slider .kartica .kartica-unutar .tekst .opis{
        font-size: 14px;
    }
    
  }