html{
    background-color: #F3EDE6;
    overflow-x: hidden;
}

body{
    height: 100%;
    width: 100%;
    margin: 0;
    background-color: #F3EDE6;
    overflow-x: hidden;
}

@media (orientation: landscape){
    .uvodna{
        height: 100vh;
        background-image: url("/img/uvodna.png");
        background-size: cover;
        background-position: center;
    }
}

@media (orientation: portrait){
    .uvodna{
        height: 100vh;
        background-image: url("/img/landingmob.png");
        background-size: cover;
        background-position: 60%;
    }
}

.uvodnaLogo{
    margin: auto;
    align-items: center;
}

@media (orientation: landscape){
    .uvodnaLogo img{
        object-fit: contain;
        display: block;
        margin: auto;
        width: 25vw;
        position: relative;
        padding-top: 20px;
    }
}

@media (orientation: portrait){
    .uvodnaLogo img{
        object-fit: contain;
        display: block;
        margin-left: 20px;
        width: 35vw;
        position: relative;
        padding-top: 20px;
    }
}

@media (orientation: portrait){
    .title h2{
        padding-top: 0;
        display: block;
        color: #FFF;
        font-family: 'Montserrat';
        font-size: 12vw;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
    }

    .title h3{
        color: #FFF;
        font-family: 'Montserrat';
        font-size: 4.5vw;
        font-style: normal;
        width: 70%;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;
        margin: auto;
    }

    .title h2{
        padding-top: 0;
        display: block;
        color: #FFF;
        font-family: 'Montserrat';
        font-size: 12vw;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
    }

    .title{
        position: absolute;
        bottom: calc(60px + 16.5vw);
    }

    .booknow{
        position: absolute;
        bottom: 5%;
        margin: auto;
        align-content: center;
    }

    .booknow button{
        background: none;
        border-radius: 10px;
        border: 3.5px solid #DAC6AD;
        font-size: 24px;
        font-weight: 700;
        font-family: 'Montserrat';
        color: #FFF;
        padding: 10px 30px 10px 30px;
    }
}

@media (orientation: landscape){                    /*___________________________________________*/
    .navSep{
        max-width: 50vw;
        border-top: 2px solid #FFF;
        margin: auto;
        margin-top: 30px;
    }    
}

@media (orientation: portrait){
    .navSep{
        max-width: 0vw;
        border-top: 0px solid #FFF;
        margin: auto;
        margin-top: 30px;
    }    
}

@media (orientation: portrait){
    .topnav{
        display: none;
    }
}

@media (orientation: landscape){
    .topnav{                                                /*O nama        Villa Madomi        Doživi Pag      Kontakt*/
        width: 100%;
        position: relative;
        margin: auto;
        margin-top: 25px;
    }

    .topnav a{
        display: inline;
        position: relative;
        list-style-type: none;
        margin-left: 20px;
        margin-right: 20px;
        padding: 3vw;
        color: #FFF;
        font-family: 'Montserrat';
        font-size: 1.5vh;
        font-style: normal;
        font-weight: 40;
        line-height: normal;
        text-align: center;
        text-decoration: none;
    }
    
    .topnav a:hover{
        color: #d9c6ad;
    }
}

@media (orientation: portrait){
    .topnavFixed{
        display: none;
    }
}

@media (orientation : landscape){
    .hambi a{
        display: none;
    }
}

@media (orientation : portrait){
    .hambi a{
        font-size: 8vw;
        display: block;
        width: 4vw;
    }

    .hambi{
        position: absolute;
        right: 10vw;
        top: 1.2vh;
        color: #DAC6AD;
    }
}

@media(orientation: landscape){
    .topnavFixed{
        display: none;
        position: fixed;
        top: 0;
        width: 100%;
        height: 5vh;
        background: #F1F1F1;
        z-index: 3;
    }

    .topnavFixed a{
        height: 100%;
        text-decoration: none;
        font-family: Montserrat;
        font-size: 1.3vh;
        color: #DAC6AD;
        margin: auto;
        padding: 1vw;
    }

    .topnavUnhide{
        margin: auto;
        display: none;
        margin-top: 1.3vh;
        border-top: #DAC6AD solid 2px;
        width: 35vw;
    }

    .topnavFixed h2{
        position: absolute;
        display: inline-block;
        margin: auto;
        color: #DAC6AD;
        font-size: 3vh;
        left: 1vw;
        top: 0.5vh;
    }

    .topnavFixed img{
        margin-top: 0.5vh;
        height: 90%;
    }
}

.sideNav{
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #f3ede6;
    color: #719FB6;
    font-weight: 300;
    overflow-x: hidden;
    transition: 0.2s;
}

.sideNav a{
    text-align: center;
    display: block;
    padding: 3vh;
    z-index: 3;
    color: #719FB6;
    font-family: Montserrat;
    font-size: 32px; 
    font-weight: 700;
    text-decoration: none;
    list-style-type: none;
    font-style: normal;
}

.sideNavLogo img{
    width: 65vw;
    position: absolute;
    top: 15vh;
    left: calc(50% - 30vw);     
}

.socials{
    position: absolute;
    bottom: 10vh;
    width: 100%;
    height: 7vh;
}

.socials a{
    height: 0;
}

@media (orientation: landscape){
    .booknow{
        position: absolute;
        top: calc(50% + 15vw);
        margin: auto;
        align-content: center;
    }

    .booknow button{
        text-align:center;
        font-family: 'Montserrat';
        background-color: transparent;
        color:white;
        font-size: 24px;
        border-radius: 10px;
        border: 3.5px solid #DAC6AD;
        width: 208px;
        height: 59.512px;
        flex-shrink: 0;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media (orientation: landscape){

    .onamabutton button {
        margin-top: 5vh;
        width: 10vw;
        height: 4vw;
        background-color: #dcc4a9;
        border-radius: 70px;
        border: 4px solid;
        border-color: #29434e;
        font-family: "Montserrat-Medium", Helvetica;
        font-weight: 300;
        color: #29434e;
        font-size: 1.5vw;
    }

    .subtextmobile{
        display: none;
    }

    .upoznavanje{
        background-color: #f3ede6;
    }

    .slideshow img{
        position: absolute;
        display: inline-block;
    }

    .slike{
        top: 0;
        z-index: 1;
        height: auto;
        width: 40vw;
        left: 30vw;
        border-radius: 20px;
    }

    .slike1{
        top: 3.75vw;
        height: auto;
        width: 30vw;
        left: 10vw;
        z-index: 0;
        border-radius: 20px;
    }

    .slike2{
        height: auto;
        width: 30vw;
        right: 10vw;
        top: 3.75vw;
        z-index: 0;
        border-radius: 20px;
    }

    .slideshow{
        position: relative;
        height: 30vw;
        margin-top: 10vh;
    }


    .title2 h2{
        padding-top: 15vh;
        display: block;
        color: #29434E;
        font-family: 'Montserrat';
        font-size: 3.5vw;
        font-style: normal;
        font-weight: 200;
        line-height: normal;
    }

    .subtext p{
        width: 80%;
        font-family: 'Karla', sans-serif;
        font-weight: 400; 
        color: #29434e;
        font-size: 2vw;
        margin: auto;
        margin-top: 5vh;
    }
}

@media (orientation: landscape){
    .title4 h2{
        padding-top: 15vh;
        padding-bottom: 10vh;
        display: block;
        color: #29434E;
        font-family: 'Montserrat';
        font-size: 4vw;
        font-style: normal;
        font-weight: 200;
        line-height: normal;
    }
    /* .appslike img{
        width: 20vw;                                  
    } */
    .app{
        position: relative;
        height: 14vw;
        margin: auto;
        padding-bottom: 30vh;
    }
    .app img{
        position: absolute;
        left: calc(13.33vw / 2);
        width: 20vw;
        height: auto;
        z-index: 1;
    }
}

@media (orientation: portrait){
    .title4 h2{
        padding-top: 7vh;
        color: #29434E;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 200;
        line-height: normal;
    }
    .app{
        position: relative;
        height: 40vw;
        margin: auto;
        top: 5.5vh;
    }

    .app img{
        position: absolute;
        width: 50vw;
        height: auto;
        margin: auto auto;
        left: calc(50vw / 2);
        z-index: 1;
    }
}

@media (orientation: portrait){

    .slideshow img{
        position: absolute;
        display: inline-block;
    }

    .slideshow{
        position: relative;
        height: 30vw;
        margin-top: 5vh;
    }

    .slike{
        top: 0;
        z-index: 1;
        height: auto;
        width: 40vw;
        left: 30vw;
        border-radius: 20px;
    }

    .slike1{
        top: 3.75vw;
        height: auto;
        width: 30vw;
        left: 10vw;
        z-index: 0;
        border-radius: 20px;
    }

    .slike2{
        height: auto;
        width: 30vw;
        right: 10vw;
        top: 3.75vw;
        z-index: 0;
        border-radius: 20px;
    }

    .title2{
        padding-top: 3.5vh;
        display: block;
        color: #29434E;
        font-family: 'Montserrat';
        font-size: 6vw;
        font-style: normal;
        font-weight: 200;
        line-height: normal;
    }
    
    .subtextmobile{
        padding-bottom: 2vh;
        font-family: 'Karla', sans-serif;
        font-weight: 400; 
        color: #29434e;
        font-size: 2.5vw;
    }

    .upoznavanje{
        background-color: #f3ede6;
    }

    .subtext{
        display:block;
    }
    
    .onamabutton button {
        position: relative;
        margin-top: 3.5vh;
        width: 37.5vw;
        height: 6vh;
        background-color: #dcc4a9;
        border-radius: 70px;
        border: 3px solid;
        border-color: #29434e;
        font-family: "Montserrat-Medium", Helvetica;
        font-weight: 500;
        color: #29434e;
        font-size: 4vw;
    }
    .subtextmobile{
        padding-top: 3.5vh;
        color: #29434E;
        text-align: center;
        font-family: 'Karla', sans-serif;
        font-size: 3.5vw;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
}

@media (orientation: landscape){

    video{
        width: 60vw;
        margin-left: 20vw;
        margin-top: 10vh;
    }

    /*ni padding ni margin top ne rade, ostaje onak bijelo prazno*/
    .box{
        width: 100%;
        height: 20vw;
        background-color: #7b9eb5;
        color: #FFF;
        font-family: Montserrat;
    }

    .fillerbox{
        width: 100%;
        height: 20vh;
        background-color: #f3ede6;
    }

    .box h2{
        padding-top: 5vh;
        font-size: 4vw;
        font-weight: 600;
    }

    .box h3{
        font-weight: 400;
        font-size: 2vw;
    }

    .box input{
        border: none;
        flex-grow: 2;
        height: 100%;
        width: 25vw;
        margin-left: 1vw;
    }

    .send{
        position: relative;
        padding-top: 0.4vh;
        height: 1.3vw;
        flex-grow: 1;
    }

    .send svg{
        position: absolute;
        right: 1vw;
    }

    .send:active{
        transform: scale(0.8);
    }

    .box form{
        border: solid #000 1px;
        border-radius: 15px;
        background-color: #FFF;
        display: flex;
        flex-direction: row;
        width: 35vw;
        height: 2vw;
        margin: auto;
        margin-top: 3vh;
    }
}

@media (orientation: portrait){
    /*ni padding ni margin top ne rade, ostaje onak bijelo prazno*/
    .box{
        width: 100%;
        height: 25vh;
        background-color: #7b9eb5;
        color: #FFF;
        font-family: Montserrat;
        margin-top: 15vw;
    }

    .fillerbox{
        width: 100%;
        height: 0vh;
        background-color: #f3ede6;
    }

    .box h2{
        padding-top: 3vh;
        font-size: 3vh;
        font-weight: 600;
    }

    .box h3{
        font-weight: 400;
        font-size: 2vh;
        margin: 0 5vw 0 5vw;
    }

    .box input{
        border: none;
        flex-grow: 3;
        height: 100%;
        width: 25vw;
        margin-left: 3vw;
    }

    .send{
        height: 2.8vh;
        flex-grow: 1;
        margin: auto auto;
        position: relative;
    }

    .send svg{
        position: absolute;
        right: 1vw;
        margin: auto;
    }

    .send:active{
        transform: scale(0.8);
    }

    .box form{
        border: solid #000 1px;
        border-radius: 10px;
        background-color: #FFF;
        display: flex;
        flex-direction: row;
        width: 80vw;
        height: 3.5vh;
        margin: auto;
        margin-top: 3vh;
    }

    video{
        width: 90vw;
        margin-left: 5vw;
        margin-top: 10vh;
    }
}

@media (orientation: landscape) {

    .blog-ss{
        width: 80%;
        height: 42vw;
        border-radius: 2vw;
        background-color: #F0DBC4;
        color: #FFF;
        font-family: Montserrat;
        margin: auto;
        margin-top: 15vh;
        position: relative;
        overflow: hidden;
    }

    .blog-ss img{
        position: absolute;
        width: 50%;
        height: auto;
        bottom: 20%;
    }

    .blog-ss h2{
        color: #29434E;
        font-family: Montserrat;
        font-size: 3vw;
        font-style: normal;
        font-weight: 400;
        line-height: 135%; /* 135px */
        text-transform: capitalize; 
        text-align: center;
        margin-top: 1.5vw;
    }

    .blog-ss svg{
        position: absolute;
        width: 5%;
        height: auto;
        top: 85%;
        z-index: 1;
    }

    #blogLeft{
        left: 30%;
    }

    #blogRight{
        right: 30%;
    }

    .blog-ss h3{
        position: absolute;
        color: #29434E;
        font-family: Courgette;
        font-size: 2vw;
        font-style: normal;
        font-weight: 400;
        line-height: 200%;
        text-align: center;
        width: 20%; 
        left: 40%;
        top: 85%;
    }
}

@media (orientation: portrait) {

    .blog-ss{
        width: 80%;
        height: 55vw;
        border-radius: 2vh;
        background-color: #F0DBC4;
        color: #FFF;
        font-family: Montserrat;
        margin: auto;
        margin-top: 5vh;
        position: relative;
        overflow: hidden;
    }

    .blog-ss img{
        position: absolute;
        width: 50%;
        height: auto;
        top: calc((55vw - 42vw));
    }

    .blog-ss h2{
        color: #29434E;
        font-family: Montserrat;
        font-size: 2.3vh;
        font-style: normal;
        font-weight: 400;
        line-height: 135%; /* 135px */
        text-transform: capitalize; 
        text-align: center;
        margin-top: 2vh;
    }

    .blog-ss svg{
        position: absolute;
        width: 9%;
        height: auto;
        bottom: 6%;
        z-index: 1;
    }

    #blogLeft{
        left: 25%;
    }

    #blogRight{
        right: 25%;
    }

    .blog-ss h3{
        position: absolute;
        color: #29434E;
        font-family: Courgette;
        font-size: 2vh;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        text-align: center;
        width: 20%; 
        left: 40%;
        bottom: 2%;
    }

    #blogSep{
        margin: 5vh auto 3vh auto; 
        width: 90%; height: 0.7vh;
        border-radius: 4.1vh; 
        background-color: #2A444F;
    }

}

.svg-container-h svg{
    width: auto;
    max-height: 95%;
}

.svg-container-w{
    max-width: 95%;
    height: auto;
}

@media (orientation: landscape) {

    .kontakt h2{
        display: block;
        color: #29434E;
        font-family: 'Montserrat';
        font-size: 4vw;
        font-style: normal;
        font-weight: 200;
        line-height: normal;
        margin-bottom: 5vw;
    }

    .kontakt p{
        font-family: Karla;
        font-size: 3vh;
        margin: 0 10vw 10vh 10vw;
    }

    .kontakt button{
        width: 20vw;
        height: 10vh;
        background-color: #dcc4a9;
        border-radius: 70px;
        border: 3px solid;
        border-color: #29434e;
        font-family: "Montserrat-Medium", Helvetica;
        font-weight: 500;
        color: #29434e;
        font-size: 2vh;  
        margin-top: calc(4rem + 2vh);       
    }

    .kontakt-svg{
        margin: auto;
        height: auto;
        width: 40%;
    }

    .kontakt h3{
        margin-bottom: 5vh; 
        color: #29434E;
        font-family: Montserrat;
        font-size: 1vw;
        font-style: normal;
        font-weight: 500;
        line-height: normal; 
    }
}

@media (orientation: portrait) {

    .kontakt h2{
        display: block;
        color: #29434E;
        font-family: 'Montserrat';
        font-size: 6vw;
        font-style: normal;
        font-weight: 200;
        line-height: normal;
    }

    .kontakt p{
        font-family: Karla;
        font-size: 2vh;
        text-align: center;
        margin: 0 10vw 10vh 10vw;
    }

    .kontakt button{
        width: 25vw;
        height: 4vh;
        background-color: #dcc4a9;
        border-radius: 70px;
        border: 3px solid;
        border-color: #29434e;
        font-family: "Montserrat-Medium", Helvetica;
        font-weight: 500;
        color: #29434e;
        font-size: 1vh;  
        margin-top: 20vw;       
    }

    .kontakt-svg{
        margin: auto;
        height: auto;
        width: 70%;
    }

    .kontakt h3{
        margin-bottom: 5vh; 
        color: #29434E;
        font-family: Montserrat;
        font-size: 2.3vw;
        font-style: normal;
        font-weight: 500;
        line-height: normal; 
    }
}
