@font-face {
  font-family: 'thin';
  src: url('assets/fonts/Montserrat-Thin.ttf') format('truetype');
}
@font-face {
  font-family: 'regular';
  src: url('assets/fonts/Montserrat-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'bold';
  src: url('assets/fonts/Montserrat-Bold.ttf') format('truetype');
}
*{
    margin: 0;
    padding: 0;
    border: 0;
}
body{
    overflow-y: hidden;
}
#completeFade{
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10000000;
    background-color: black;
}
#completeFade img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 50vw;
}
#cont{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#mainBody{
    width: 100%;
    height: 100%;
    background-image: url(assets/mobile.png);
    background-position: center;
    background-size: cover;
}
#flasa{
    position: fixed;
    width: 50%;
    height: 60%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.2s all ease-in-out;
}
#lang{
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    color: black;
    font-family: thin;
    width: 30%;
    height: 30%;
}
#mne{
    position: absolute;
    left: 0;
    top: 0;
    width: 45%;
    height: 100%;
    background-color: white;
    border-radius: 20px;
    background-color: darkgreen;
    color: white;
    transition: 0.5s all ease-in-out;
}
#mne h1{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
#eng{
    position: absolute;
    right: 0;
    top: 0;
    width: 45%;
    height: 100%;
    background-color: white;
    border-radius: 20px;
    transition: 0.5s all ease-in-out;
}
#eng h1{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
#flasa img{
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-25%);
    width: 85%;
}
#header{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 12%;
    z-index: 3;
}
#blackout{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    display: none;
    z-index: 3;
}
#headerMenu{
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 12%;
}
#close{
    font-family: regular;
    color: black;
    font-size: 3vw;
    width: 10%;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    outline: none;
}
#close h1{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
#footerMenu{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 15%;
}
#socialMenu{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 55%;
    height: 40%;
    z-index: 5;
}
#followUs{
    color: black;
    font-family: regular;
    letter-spacing: 2px;
    font-size: 2.5vw;
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
}
#socialIcons{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    letter-spacing: 10px;
    text-align: center;
}
#cvet{
    position: absolute;
    bottom: 2%;
    left: 0;
    z-index: 4;
}
#cvet img{
    width: 65vw;
}
#socialIcons i{
    color: black;
    font-size: 4.3vw;
}
#menuBody{
    width: 100%;
    height: 40%;
    position: absolute;
    top: 13%;
    z-index: 5;
}

#porijeklo{
    position: absolute;
    right: 10%;
    height: 25%;
    top: 0;
    width: 40%;
    text-align: right;
}
#porijeklo h1{
    font-family: thin;
    font-size: 4vw;
}
#oNama{
    position: absolute;
    right: 10%;
    height: 25%;
    top: 25%;
    width: 40%;
    text-align: right;
}
#oNama h1{
    font-family: thin;
    font-size: 4vw;
}
#proizvodi{
    position: absolute;
    right: 10%;
    height: 25%;
    top: 50%;
    width: 40%;
    text-align: right;
}
#proizvodi h1{
    font-family: thin;
    font-size: 4vw;
}
#kontakt{
    position: absolute;
    right: 10%;
    height: 25%;
    top: 75%;
    width: 40%;
    text-align: right;
}
#kontakt h1{
    font-family: thin;
    font-size: 4vw;
}
#copy{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    height: 60%;
    color: black;
    z-index: 5;
    text-align: center;
    font-family: regular;
    font-size: 3.2vw;
    letter-spacing: 2px;
}
#menuFold{
    position: fixed;
    right: -100%;
    top: 0;
    width: 75%;
    height: 100%;
    background-color: white;
    z-index: 10;
}
#logo{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4%;
}
#logo img{
    width: 35vw;
}
#body{
    color: white;
    text-align: right;
    width: 100%;
    height: 30%;
    position: absolute;
    right: 4%;
    top: 20%;
    font-size: 4.3vw;
}
#body h1{
    font-family: bold;
    line-height: 4vw;
}
#body h3{
    font-family: thin;
    line-height: 6vw;
    font-style: italic;
}

#menu{
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
    width: 10%;
    height: 30%;
}
#line1{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 15%;
    background-color: white;
    border-radius: 20px;
}
#line2{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 15%;
    background-color: white;
    border-radius: 20px;
}
#line3{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70%;
    height: 15%;
    background-color: white;
    border-radius: 20px;
}