.glavni {
    width: 100%;
    height: 100%;

    background-color: white;

    position: relative;
    z-index: 2;

}

a {
    color: #747474;
}

p {
    margin: 0;
    padding: 0;
}

.arrowImg {
    height: 0.8em;
}

header {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    top: 0;
    background-color: white;
    z-index: 10;

}

.logo {
    height: 80px;
    position: relative;
    left: 5vw;
}

.logo > p {
    line-height: 80px;
    margin: 0;
    padding: 0;
    font-weight: 600;
    letter-spacing: 0.7em;
}

li,
a {
    list-style: none;
    text-decoration: none;
}

nav {
    position: relative;
    right: 5vw;

}

nav ul {
    display: flex;
    height: 80px;
    margin: 0;
    align-items: center;
    padding: 0px;
    justify-content: flex-end;

}

nav ul li a {
    color: black;
    margin-left: 1.7vw;
    letter-spacing: 0.1em;
    font-size: 0.8em;
    font-weight: 400;
    letter-spacing: 0.15em;

}

nav ul li a:hover {

    border-bottom: 2px solid #fbd65a;

}

.dropbtn {

    background-color: white;
    color: black;
    border: 2px solid #424242;
    border-radius: 8px;
    letter-spacing: 0.1em;
    font-size: 0.8em;
}

.dropbtn:active {
    border-color: yellow;
}

.dropdown {
    position: relative;
    display: inline-block;
    margin-left: 1.7vw;
}

.dropdown-content {
    display: none;
    position: fixed;
    background-color: #f1f1f1;
    width: 100vw;
    top: 80px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 20;
    left: 0;
}



.dropdown-content a {
    color: black;
    float: left;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    letter-spacing: 0.1em;
    font-size: 0.8em;
    text-align: center;
}

.dropdown-content a:hover {
    background-color: #d5d3d4;
}


}

#firstInTheDropdown {
    padding-left: 5vw;
}




.hamburger {
    width: 50px;
    height: 50px;
    padding: 20px;
    display: none;
    cursor: pointer;
    transition: all 0.2s ease-in;
}

.hamburger:hover {
    transform: rotate(360deg);
}


.open-mobile {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255);
    margin: 0;
    top: 0;
    left: 0;
    text-align: center;
    padding: 0;



}

.open-mobile > li {
    cursor: pointer;
    font-size: 2em;
    position: relative;
    height: 10vw;
    background-color: white;
    margin-bottom: 4vw;

}


.exit-btn {
    display: none;
    position: absolute;
    float: right;
    right: 20px;
    font-size: 42px;
    color: #333;
    cursor: pointer;
    transition: all 0.2s ease-in;

}

.exit-btn:hover {
    transform: rotate(360deg);
}

.head-title p {
    text-align: center;
    font-size: 3em;
    margin: 0;
    letter-spacing: 7px;

}

.img-homePage {}

  #head-title {
      position: relative;

      /*  z-index: 12;*/
  }

  #head-titlep {
    margin: auto;
font-size: 5vw;
    font-weight: 100;
line-height: 9vw;
padding: 0;
position: absolute;
left: 5vw;
margin-bottom: 2vw;
bottom: 0;
color: #424242;


  }


.subtitle > button {
    text-align: center;
    font-size: 1.2vw;
    letter-spacing: 0.5vw;
    margin-bottom: 1vh;
    color: white;
    left: 5vw;
    position: relative;
    letter-spacing: 0.2vw;
    border-radius: 10px;
    width: 18vw;
    height: 4vw;
    background-color: #fbd65a;
    color: #ffffff;
    border: 3px solid #ffffff;

}

.subtitle > button:hover{
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.subtitle > #greyButton {
  text-align: center;
  font-size: 1.2vw;
  color: #fbd658;
  margin-bottom: 1vw;
  left: 5vw;
  position: relative;
  letter-spacing: 0.2vw;
  border-radius: 10px;
  width: 18vw;
  height: 4vw;
  cursor: pointer;
  background-color: #424242;
  color: #ffffff;
  border: 3px solid #ffffff;
}


#mobileGrid{
  display: none;
}



.description {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto auto;
  margin-bottom: 8vw;

}

.description1 {
    padding-left: 5vw;
    width: 45vw;
    position: relative;


}

.description1 > p {
  line-height: 2vw;
    margin-top: 1.5vw;
    font-size: 1.3vw;
    w: ;
    text-align: left;
    /* max-width: 40vw; */
    height: 30vw;
    color: #747474;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    height: 20vw;
    padding-right: 2vw;
}



.description1 > p::after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 1vw;
    width: 70%;
    height: 2vw;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
}

.description1 > h2 {

    text-align: left;
    font-size: 1.5vw;
    font-weight: 400;
    margin: 0;
    line-height: 5vw;
    padding-left: 2vw;

    color: #424242;
    width: 88vw;
    background-color: #dedede;





}

.description1 > a {
    line-height: 1.8em;

    font-size: 1.1em;
    text-align: left;
    color: #ea645e;
    font-weight: 600;



}

.description2 > img {
    width: 100%;


}

.description2 {
    padding-right: 5vw;

}

.line {
  margin: 0;
    padding: 0;
    width: 100%;
    background-color: #fbd659;
    height: 3px;
    border: none;
    position: absolute;
    width: calc(100% - 10vw);
}

.desc12 {
    height: 300vh;
    position: relative;
    background-color: white;

}

.horizontal-wraper {
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    top: 100px;
    overflow: hidden;

}

.desc12{
  background-color: #ffffff;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2000 1500'%3E%3Cdefs%3E%3Crect stroke='%23ffffff' stroke-width='0.66' width='1' height='1' id='s'/%3E%3Cpattern id='a' width='3' height='3' patternUnits='userSpaceOnUse' patternTransform='scale(10) translate(-900 -675)'%3E%3Cuse fill='%23fafafa' href='%23s' y='2'/%3E%3Cuse fill='%23fafafa' href='%23s' x='1' y='2'/%3E%3Cuse fill='%23f5f5f5' href='%23s' x='2' y='2'/%3E%3Cuse fill='%23f5f5f5' href='%23s'/%3E%3Cuse fill='%23f0f0f0' href='%23s' x='2'/%3E%3Cuse fill='%23f0f0f0' href='%23s' x='1' y='1'/%3E%3C/pattern%3E%3Cpattern id='b' width='7' height='11' patternUnits='userSpaceOnUse' patternTransform='scale(10) translate(-900 -675)'%3E%3Cg fill='%23ebebeb'%3E%3Cuse href='%23s'/%3E%3Cuse href='%23s' y='5' /%3E%3Cuse href='%23s' x='1' y='10'/%3E%3Cuse href='%23s' x='2' y='1'/%3E%3Cuse href='%23s' x='2' y='4'/%3E%3Cuse href='%23s' x='3' y='8'/%3E%3Cuse href='%23s' x='4' y='3'/%3E%3Cuse href='%23s' x='4' y='7'/%3E%3Cuse href='%23s' x='5' y='2'/%3E%3Cuse href='%23s' x='5' y='6'/%3E%3Cuse href='%23s' x='6' y='9'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='h' width='5' height='13' patternUnits='userSpaceOnUse' patternTransform='scale(10) translate(-900 -675)'%3E%3Cg fill='%23ebebeb'%3E%3Cuse href='%23s' y='5'/%3E%3Cuse href='%23s' y='8'/%3E%3Cuse href='%23s' x='1' y='1'/%3E%3Cuse href='%23s' x='1' y='9'/%3E%3Cuse href='%23s' x='1' y='12'/%3E%3Cuse href='%23s' x='2'/%3E%3Cuse href='%23s' x='2' y='4'/%3E%3Cuse href='%23s' x='3' y='2'/%3E%3Cuse href='%23s' x='3' y='6'/%3E%3Cuse href='%23s' x='3' y='11'/%3E%3Cuse href='%23s' x='4' y='3'/%3E%3Cuse href='%23s' x='4' y='7'/%3E%3Cuse href='%23s' x='4' y='10'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='c' width='17' height='13' patternUnits='userSpaceOnUse' patternTransform='scale(10) translate(-900 -675)'%3E%3Cg fill='%23e5e5e5'%3E%3Cuse href='%23s' y='11'/%3E%3Cuse href='%23s' x='2' y='9'/%3E%3Cuse href='%23s' x='5' y='12'/%3E%3Cuse href='%23s' x='9' y='4'/%3E%3Cuse href='%23s' x='12' y='1'/%3E%3Cuse href='%23s' x='16' y='6'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='d' width='19' height='17' patternUnits='userSpaceOnUse' patternTransform='scale(10) translate(-900 -675)'%3E%3Cg fill='%23ffffff'%3E%3Cuse href='%23s' y='9'/%3E%3Cuse href='%23s' x='16' y='5'/%3E%3Cuse href='%23s' x='14' y='2'/%3E%3Cuse href='%23s' x='11' y='11'/%3E%3Cuse href='%23s' x='6' y='14'/%3E%3C/g%3E%3Cg fill='%23e0e0e0'%3E%3Cuse href='%23s' x='3' y='13'/%3E%3Cuse href='%23s' x='9' y='7'/%3E%3Cuse href='%23s' x='13' y='10'/%3E%3Cuse href='%23s' x='15' y='4'/%3E%3Cuse href='%23s' x='18' y='1'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='e' width='47' height='53' patternUnits='userSpaceOnUse' patternTransform='scale(10) translate(-900 -675)'%3E%3Cg fill='%23fbd659'%3E%3Cuse href='%23s' x='2' y='5'/%3E%3Cuse href='%23s' x='16' y='38'/%3E%3Cuse href='%23s' x='46' y='42'/%3E%3Cuse href='%23s' x='29' y='20'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='f' width='59' height='71' patternUnits='userSpaceOnUse' patternTransform='scale(10) translate(-900 -675)'%3E%3Cg fill='%23fbd659'%3E%3Cuse href='%23s' x='33' y='13'/%3E%3Cuse href='%23s' x='27' y='54'/%3E%3Cuse href='%23s' x='55' y='55'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='g' width='139' height='97' patternUnits='userSpaceOnUse' patternTransform='scale(10) translate(-900 -675)'%3E%3Cg fill='%23fbd659'%3E%3Cuse href='%23s' x='11' y='8'/%3E%3Cuse href='%23s' x='51' y='13'/%3E%3Cuse href='%23s' x='17' y='73'/%3E%3Cuse href='%23s' x='99' y='57'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect fill='url(%23a)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23b)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23h)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23c)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23d)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23e)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23f)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23g)' width='100%25' height='100%25'/%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
}

.horzontal-content {
    width: 300vw;
    display: flex;


    position: relative
}

.icone {
    width: 25px;
}

.izdvajamo1 {
    width: 90%;
    height: 5vw;
    margin: 0 5vw;
    background-color: #dedede;
    border-bottom: 3px solid #fbd659;
    grid-column: 1/3;

}

.izdvajamo1 > h2{
  margin: 0;
font-size: 1.5vw;
line-height: 5vw;
font-weight: 400;
margin-left: 2vw;

}


.izdvajamo {
    width: 90%;
    height: 5vw;
    margin: 0 5vw;
    background-color: #dedede;
    border-bottom: 3px solid #fbd659;

}

.izdvajamo > p {
    width: fit-content;
    margin-left: 2vw;
    line-height: 5vw;
    font-size: 1.5vw;
    font-weight: 400;
}


.iframeDiv {
  width: 25vw;
  height: 90vh;
}

.iframeDiv > iframe {
  border: none;
overflow: hidden;
width: 25vw;
height: 90vh;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .icone {
        width: 40px;
    }


    .horizontal-wraper {
        position: sticky;
        position: -webkit-sticky;
        position: -moz-sticky;
        position: -ms-sticky;
        position: -o-sticky;
        top: 100px;
        overflow: hidden;

        width: 100%;


    }

}

.block {

    width: 100vw;
    height: calc(100vh - 110px);
    display: grid;
    grid-template-columns: 45vw 45vw;
    padding: 0 5vw;
    position: relative;

}


.blockText {
  position: absolute;
      width: 60vw;
      z-index: 10;
      background-color: white;
      top: 10%;
      left: 10%;
      border-right: 2px solid #fbd658;
      padding: 1vw;
      padding-bottom: 5vw;
}

.blockImg1{
  position: absolute;
  right: 0;
  width: 40%;
  height: 90%;
  background-image: url(../img/projektovanje.jpg);
  background-size: cover;
  background-position: center;
}

.blockImg2{
  background-image: url(../img/izradanamestaja.jpg);
  background-size: cover;
  background-position: center;
  position: absolute;
  right: 0;
  width: 40%;
  height: 90%;
}

.blockImg3{
  background-image: url(../img/parket-homepage.jpg);
  background-size: cover;
  background-position: center;
  position: absolute;
  right: 0;
  width: 40%;
  height: 90%;
}

.blockText > h1 {


    text-align: left;
    font-size: 1.5em;
    font-weight: 400;
    margin: 0;
    line-height: 5vw;
    color: #424242;


}



.block > img {
    width: 20vw;
}

.blockText > p {
  line-height: 2vw;
  margin-top: 1.5vw;
  font-size: 1.3vw;
  text-align: left;
  max-width: 55vw;
  color: #747474;

}

.blockText > a {


    line-height: 1.8em;

    font-size: 1.1em;
    text-align: left;
    color: #ea645e;
    font-weight: 600;

}


.kartice {

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 35vw;
    padding: 0 5vw;
    margin-bottom: 8vw;

}

.kartice02 {

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 35vw;
    padding: 0 5vw;
    margin-bottom: 8vw;

}

.kartice02 > .kartica {
  width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-image: url(../img/decjasoba1.jpg);
}

.kartica > p{
  margin: 0;
  position: relative;
  left: 0;
  top: 0;
  transform: rotate(90deg) translate(0, -50%);
  transform-origin: 0;
  font-size: 2vw;
  letter-spacing: 0.5vw;
}

.kartica > .theOtherButton{
background-color: #fbd659;
border-radius: 8px;
height: 4vw;
width: 30vw;
color: #ffffff;
position: absolute;
bottom: 0;
font-size: 1.2vw;
bottom: 15.5vw;
left: 35vw;
}


.kartica1,
.kartica2,
.kartica3 {
    width: calc(100vw / 3);
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-start;
    align-content: stretch;

}

.kartica1,
.kartica2,
.kartica3 {
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.kartica1 {
    background-image: url(../img/1225.jpg);
}

.kartica2 {
    background-image: url(../img/closet.jpg);
}

.kartica3 {
    background-image: url(../img/1475.jpg);
}


.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #00000080;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.kartica3:hover .overlay,
.kartica1:hover .overlay,
.kartica2:hover .overlay {
    height: 100%;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 20vw;
}

.text > h2 {
    text-align: left;
    font-size: 2.5vw;
    font-weight: 400;
    margin: 0;

}

.text > p {

    margin-top: 1.5vw;
    font-size: 1.3vw;
    text-align: left;
    max-width: 40vw;
}

.theOtherButton{
  background-color: #fbd659;
  border-radius: 8px;
  height: 4vw;
  width: 30vw;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  font-size: 1.2vw;
  cursor: pointer;
}

.theOtherButton:hover{
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}


.gridButton{
  background-color: #fbd659;
  border-radius: 8px;
  height: 3vw;
  width: 20vw;
  margin-top: 2vw;
  color: #ffffff;
  border: 3px solid #fff;
  font-size: 1vw;
  cursor: pointer;

}

.gridButton: hover{
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.text > a {
    text-align: left;
    font-size: 1.1em;
    color: #ea645e;
    font-weight: 600;
    position: relative;
    right: 20px;

}

.kartica3 > p,
.kartica1 > p,
.kartica2 > p {
    margin: 0;
    position: relative;
    left: 0;
    top: 0;
    transform: rotate(90deg) translate(20%, -50%);
    transform-origin: 0;
    font-size: 2vw;
    letter-spacing: 0.5vw;
}





.section-img {}


.section-img1 {

    width: 98%;
    height: auto;
    padding-left: 1%;
    padding-bottom: 2px;



}


.section-img2 {

    width: 98%;
    height: auto;
    padding-left: 1%;
    padding-bottom: 2px;

}

.section-img3 {

    width: 98%;
    height: auto;
    padding-left: 1%;

}

.section-scrol > h3 {
    text-align: center;
    font-size: 2em;
    font-weight: 200;
}

.section-scrol > p {

    font-size: 1em;
    text-align: justify;
}




.block > h1 {
    text-align: center;
    font-weight: 100;
}

.block > p {
    margin: auto;
    text-align: justify;
}

.block > img {}

footer {
    display: flex;
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    bottom: 0;
    flex-direction: column;
    z-index: 0;
    color: #4e4e4e;
    width: 100%;



}

.footer-nav {
  padding-top: 5vw;
      display: flex;
      flex-direction: column;
}

.footerList {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}

#map {
    width: 50vw;
    height: 30vw;
    right: 5vw;
    margin-bottom: 2vw;
}

.footer-nav h3 {
    letter-spacing: 2px;
    position: absolute;
    margin: 0;
    margin-left: 5vw;
}



#footerListUlFirst {


    position: relative;
    left: 5vw;



}

.footerList > ul {

    padding: 0px;
    position: relative;
    top: 5vw;
}

.footer-nav li {
    border: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
}

.footer-nav li a:hover{
  color: #fbd659;
}

.footer-nav li a {
  font-size: 1em;
}

.kontakt {

    letter-spacing: 3px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    padding: 0 5vw;
    margin-bottom: 1vw;
}

.kontakt p {
    padding: 0.1em;
    font-size: 1em;
}

.kontakt p:hover{
  color: #fbd65a
}

.abaut {

    max-width: 100%;
}

.abaut p {
    margin: auto;

    text-align: center;
    max-width: 70%;
}

hr {
    width: 100%;
    margin: 0 50px 0 50px;
    background-color: rgb(67, 62, 62);

}

#hrKraj{
  width: 90vw;
    margin-left: 5vw;
    background-color: #979797;
}

.kraj {
    width: 100%;
    text-align: center;
    margin-bottom: 2vw;
    margin-top: 1vw;
}

.aboutUs {
    width: 100%;
    height: 100%;
    background-image: url('../img/123.jpg');
    background-size: cover;
    margin: auto;
    opacity: 0.5;
    color: white;
    text-align: justify;
}

.aboutUsP {
    color: white;
    text-align: justify;
    margin: 0;

}

.aboutUsT {
    text-align: center;
    font-size: 1.5em;
    letter-spacing: 0.1em;
    padding: 1em 1em 0em 1em;
    margin: 0;
}

@media screen and (max-width: 700px) {
    
    .desc12{background-color: #ffffff;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2000 1500'%3E%3Cdefs%3E%3Crect stroke='%23ffffff' stroke-width='0.87' width='1' height='1' id='s'/%3E%3Cpattern id='a' width='3' height='3' patternUnits='userSpaceOnUse' patternTransform='scale(10) translate(-900 -675)'%3E%3Cuse fill='%23fafafa' href='%23s' y='2'/%3E%3Cuse fill='%23fafafa' href='%23s' x='1' y='2'/%3E%3Cuse fill='%23f5f5f5' href='%23s' x='2' y='2'/%3E%3Cuse fill='%23f5f5f5' href='%23s'/%3E%3Cuse fill='%23f0f0f0' href='%23s' x='2'/%3E%3Cuse fill='%23f0f0f0' href='%23s' x='1' y='1'/%3E%3C/pattern%3E%3Cpattern id='b' width='7' height='11' patternUnits='userSpaceOnUse' patternTransform='scale(10) translate(-900 -675)'%3E%3Cg fill='%23ebebeb'%3E%3Cuse href='%23s'/%3E%3Cuse href='%23s' y='5' /%3E%3Cuse href='%23s' x='1' y='10'/%3E%3Cuse href='%23s' x='2' y='1'/%3E%3Cuse href='%23s' x='2' y='4'/%3E%3Cuse href='%23s' x='3' y='8'/%3E%3Cuse href='%23s' x='4' y='3'/%3E%3Cuse href='%23s' x='4' y='7'/%3E%3Cuse href='%23s' x='5' y='2'/%3E%3Cuse href='%23s' x='5' y='6'/%3E%3Cuse href='%23s' x='6' y='9'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='h' width='5' height='13' patternUnits='userSpaceOnUse' patternTransform='scale(10) translate(-900 -675)'%3E%3Cg fill='%23ebebeb'%3E%3Cuse href='%23s' y='5'/%3E%3Cuse href='%23s' y='8'/%3E%3Cuse href='%23s' x='1' y='1'/%3E%3Cuse href='%23s' x='1' y='9'/%3E%3Cuse href='%23s' x='1' y='12'/%3E%3Cuse href='%23s' x='2'/%3E%3Cuse href='%23s' x='2' y='4'/%3E%3Cuse href='%23s' x='3' y='2'/%3E%3Cuse href='%23s' x='3' y='6'/%3E%3Cuse href='%23s' x='3' y='11'/%3E%3Cuse href='%23s' x='4' y='3'/%3E%3Cuse href='%23s' x='4' y='7'/%3E%3Cuse href='%23s' x='4' y='10'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='c' width='17' height='13' patternUnits='userSpaceOnUse' patternTransform='scale(10) translate(-900 -675)'%3E%3Cg fill='%23e5e5e5'%3E%3Cuse href='%23s' y='11'/%3E%3Cuse href='%23s' x='2' y='9'/%3E%3Cuse href='%23s' x='5' y='12'/%3E%3Cuse href='%23s' x='9' y='4'/%3E%3Cuse href='%23s' x='12' y='1'/%3E%3Cuse href='%23s' x='16' y='6'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='d' width='19' height='17' patternUnits='userSpaceOnUse' patternTransform='scale(10) translate(-900 -675)'%3E%3Cg fill='%23ffffff'%3E%3Cuse href='%23s' y='9'/%3E%3Cuse href='%23s' x='16' y='5'/%3E%3Cuse href='%23s' x='14' y='2'/%3E%3Cuse href='%23s' x='11' y='11'/%3E%3Cuse href='%23s' x='6' y='14'/%3E%3C/g%3E%3Cg fill='%23e0e0e0'%3E%3Cuse href='%23s' x='3' y='13'/%3E%3Cuse href='%23s' x='9' y='7'/%3E%3Cuse href='%23s' x='13' y='10'/%3E%3Cuse href='%23s' x='15' y='4'/%3E%3Cuse href='%23s' x='18' y='1'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='e' width='47' height='53' patternUnits='userSpaceOnUse' patternTransform='scale(10) translate(-900 -675)'%3E%3Cg fill='%23F60'%3E%3Cuse href='%23s' x='2' y='5'/%3E%3Cuse href='%23s' x='16' y='38'/%3E%3Cuse href='%23s' x='46' y='42'/%3E%3Cuse href='%23s' x='29' y='20'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='f' width='59' height='71' patternUnits='userSpaceOnUse' patternTransform='scale(10) translate(-900 -675)'%3E%3Cg fill='%23F60'%3E%3Cuse href='%23s' x='33' y='13'/%3E%3Cuse href='%23s' x='27' y='54'/%3E%3Cuse href='%23s' x='55' y='55'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='g' width='139' height='97' patternUnits='userSpaceOnUse' patternTransform='scale(10) translate(-900 -675)'%3E%3Cg fill='%23F60'%3E%3Cuse href='%23s' x='11' y='8'/%3E%3Cuse href='%23s' x='51' y='13'/%3E%3Cuse href='%23s' x='17' y='73'/%3E%3Cuse href='%23s' x='99' y='57'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect fill='url(%23a)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23b)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23h)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23c)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23d)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23e)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23f)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23g)' width='100%25' height='100%25'/%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
    }
    
    footer{
        position:inherit;
    }

  #headwrap {
    background-image: url(../img/home.png);
background-repeat: no-repeat;
background-position: left;
background-size: auto 100%;
width: 100vw;
height: calc(100vh - 80px);
display: grid;
margin-bottom: 8vh;

  }

  #head-title{
    width: 100vw;
  }

    #head-titlep{
    margin: 0;
    font-size: 5vh;
    text-align: center;
    line-height: 9vw;
    position: absolute;
    left: 0;
    width: 100vw;
    color: #424242;
    }

    #nesto {
      text-align: center;
width: 100%;
position: relative;
top: 5vh;
    }

    #nesto > button {
      left: 0;
  width: 50vw;
height: 10vw;
  margin-top: 5vw;
  font-size: 4.5vw;
    }

    #goldenLetters{
      display: none;

  margin: 15vw 0 8vw 0;
  text-align: center;
  font-size: 10vw;

    }
    
  #goldenLetters>p{
 
           font-family: 'tuesday_nightregular';
   
  }



.subtitle > #greyButton{
  left: 0;
width: 50vw;
height: 10vw;
font-size: 4.5vw;
margin: 0;
}


.theOtherButton{
  width: 90vw;
    height: 10vw;
    background-color: white;
    border: 3px solid #fbd658;
    color: #737373;
    font-size: 4.5vw;
}

    .dropbtn {

    }

    .dropdown-content {
        width: 100%;
        left: 0;
        overflow-x: hidden;
        background-color: #f1f1f1;
        display: block;
        height: 30vw;
        position: initial !important;
        height: 30vw !important;
        background-color: azure !important;
        height: 50vw !important;
        margin-top: 5vw;
        background-color: #f4f4f4 !important;
    }

    .dropdown-content a {
        font-size: 5vw;
        float: none;
    }

    #dropdown-content::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #f5f5f5;
    }

    #dropdown-content::-webkit-scrollbar {
        width: 10px;
        background-color: #f5f5f5;
    }

    #dropdown-content::-webkit-scrollbar-thumb {
        background-color: #fbd659;
    }






    .hide-desktop {
        display: none;
    }

    .hamburger {
        display: block;

        padding-right: 0;
    }

    .exit-btn {
        display: block;
    }

    .logo > p {}

    .description {

  grid-template-columns: 100%;

    }

    .description1 {
        width: 90vw;
        height: 95vw;
    }

    .description1 > p {
    font-size: 4vw;
      line-height: 5.1vw;
      height: 75vw;
        margin-top: 5vw;
    }

    .description1 > p::after {
        height: 5vw;
    }

    .description1 > .mobileGridButton {
      position: relative;
      bottom: -2vw;
      width: 50vw;
      left: 20vw;
      height: 10vw;
      background-color: #ffffff;
      border-radius: 8px;
      color: #747474;
      border: 3px solid #fbd658;
      font-size: 4vw;
      text-align: center;
    }



    .description1>.gridButton{
      display: none;
    }

    .description2 {
        width: 90vw;
        padding-left: 5vw;
    }

    .description2>img{
      width: 100%;
      margin-top: 2vh;
    }

    .izdvajamo {

        height: 8vh;
        text-align: center;

        background-color: #dedede;
        margin-bottom: 5vw;
        border-bottom: 3px solid #fbd659;
    }

    .izdvajamo>p{
      line-height: 8vh;
width: 100%;
margin: 0;
font-size: 4vw;
    }

    .izdvajamo1{
      grid-column: unset !important;
      text-align: center;
          height: 8vh;
    }


    .izdvajamo1 > h2{
      margin: 0;
font-size: 4vw;
line-height: 8vh;
font-weight: 400;
    }


        .kartice {
            flex-direction: column;
            width: 90vw;
            height: auto;
        }

        .kartice02 {
            display: none;
        }



    #mobileGrid{
      position: absolute;
    vertical-align: middle;
    display: block;
    width: 60vw;
    height: 60vw;
    top: 15vw;
    left: 15vw;
    background-color: #00000080;
    color: honeydew;
    }

    #mobileGrid>p{
    font-size: 1em;
    padding: 1.5vw;
    }

    .mobileGridButton{
    position: absolute;
    bottom: -5vw;
    width: 50vw;
    left: 5vw;
    height: 10vw;
    background-color: #fbd659;
    border-radius: 8px;
    color: #ffffff;
    border: 3px solid #ffffff;
    font-size: 1.1em;
    }

    .kartica1,
    .kartica2,
    .kartica3 {
        margin-bottom: 5vw;
        width: 90vw;
        height: 90vw;
    }

    .kartica3:hover .overlay,
    .kartica1:hover .overlay,
    .kartica2:hover .overlay {
        display: none;
    }


    .kartica1>p,
    .kartica2>p,
    .kartica3>p{
      font-size: 1.2em;
      transform: rotate(90deg) translate(0, -50%);
    }


    .horizontal-wraper{
      position: relative;
      top: 0
    }


    .block{
      width: 100vw;
      height: auto;
      display: grid;
      grid-template-columns: 100%;
      grid-template-rows: 1fr 1fr;
      padding: 0;
      position: relative;
    }


    .blockText{
      width: 100%;
      height: auto;
      z-index: 0;
      background-color: #0000;
      top: 0;
      position: relative;
      padding: 0;
      left: 0;
    }

    .blockImg1, .blockImg2, .blockImg3{
      width: 100%;
      position: relative;
      right: 0;
      margin-top: 4vw;
    }



    .description1>h2{
    text-align: center;
    height: 8vh;
    line-height: 8vh;
    font-size: 1em;
    font-weight: 300;
    }

    .blockText > p {
        max-width: none;
        padding: 0 5vw;
        font-size: 3.5vw;
    line-height: 5.5vw;
    }

    .blockText > h1 {

        padding: 0 5vw;
        display: inline;
    }

    .block > img {

        display: none;
    }

    .blockText > a {

        padding: 0 5vw;
    }


    .footerList {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: center;
        padding: 0 5vw;
    }

    .footer-nav h3 {
        position: relative;
    border-bottom: 3px solid #fbd658;
    width: 90vw;
    color: #737373;
    font-weight: 400;
    }

    .footerList > ul {
        margin-bottom: 3vh;
        top: 0;
    }

    #map {
        left: 0;
        right: 0;
        width: 90vw;
        height: 60vw;
        margin-bottom: 3vh;
    }

    #footerListUlFirst {
        left: 0;
        margin-bottom: 1vh;
    }




    .footer-nav li {
        float: left;
    }

    .kontakt {
        letter-spacing: 3px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: flex-start;
        align-content: stretch;
        padding: 0 5vw;
        margin-bottom: 2vh;
    }

    .kontakt p {


        margin: 1vh 0;
    }

    .horzontal-content {

        display: inherit;

    }

}

@media screen and (min-width: 700px) {

  #goldenLetters{
         display: none;

    margin: 2vw 0 4vw;
    text-align: center;

  }

  #goldenLetters>p{
    font-size: 5vw;
    line-height: 7vw;
             font-family: 'tuesday_nightregular';
   
  }

    #headwrap {
      display: grid;
grid-template-columns: 60% 40%;
grid-template-rows: 70% 30%;
height: calc(100vh - 80px);
background-image: url(../img/home.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
margin-bottom: 8vw;
}


    }




    .img-homePage {
        visibility: hidden;
        grid-row: 1 / 3;
        grid-column: 2/3;
        float: right;
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 0%;
        border-radius: 50%;
        padding-bottom: 100%;
        margin: auto;
        position: relative;
        right: 50px;
        z-index: 1;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);


    }

    .subtitle {


        padding: 0;
        position: relative;

    }






    .description1>.mobileGridButton{
      display: none;
    }



    .subtitle p {
        position: absolute;
        right: 0;
        grid-row: 2 / 3;
        margin-top: 0;
        color: white;
        text-align: end;
        z-index: 1;
        font-size: 1.5em;
        mix-blend-mode: difference;

    }

    .sticky-title {
        top: 6.8em;
        position: fixed;
        z-index: 12;
        left: 7%;
        font-size: 12px;


    }

    .section {
        width: 100%;
        height: 1000px;
        margin-bottom: 5vw;
        display: none;

    }

    .section-img {
        width: 50%;
        display: inline-block;
        position: sticky;
        position: -webkit-sticky;
        position: -moz-sticky;
        position: -ms-sticky;
        position: -o-sticky;
        top: 80px;

    }


    .section-img1 {

        width: 90%;
        height: auto;
        padding: 2px;



    }


    .section-img2 {
        position: relative;
        background-color: #e8eae7;
        width: 50%;
        height: 0;
        padding-bottom: 50%;
        left: 10%;
        top: -20%;
        z-index: -3;

    }

    .section-img3 {
        position: absolute;
        top: 80%;
        left: 51.3%;
        width: 90%;

    }

    .section-scrol {
        max-width: 5;
        position: absolute;

        background-color: cornsilk;
        width: 50%;
        display: inline-block;



    }

    .section-scrol > h3 {
        text-align: center;
        font-size: 2em;
    }

    .section-scrol > p {
        line-height: 2em;
        margin-right: 5%;
        font-size: 1em;
        text-align: justify;

    }

    .section-scrol-sticky {

        height: 100vh;
        position: absolute;
        right: 5px;
        width: 50%;



    }

    .section-scrol-sticky > h3 {
        font-weight: 200;
        text-align: center;
        font-size: 2em;
    }

    .section-scrol-sticky > p {
        line-height: 2em;
        margin-right: 5%;
        font-size: 1em;
        text-align: justify;
        background-color: #e8eae7;
    }



    .block {}

    .block > h1 {
        font-size: 3em;
        margin: auto;
    }


    .block > p {}


    .block > img {}


    .aboutUs {
        width: 70%;
        height: 100%;
        background-image: url('../img/123.jpg');
        background-size: cover;
        margin: auto;
        opacity: 0.5;
    }

    .aboutUsP {
        color: white;
        text-align: justify;
        font-size: 1.3em;
        padding: 0 2em 0 2em;
    }

    .aboutUsT {
        text-align: center;
        font-size: 2em;
        letter-spacing: 0.2em;
        padding: 3em 1em 1em 1em;
    }


    .block4 {

    }

    .block4 > .blockText h1 {

    }

    .block4 > img {

    }

    .block4 > .blockText > p {

    }




}










/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
    .icone {
        width: 40px;
    }

    .horizontal-wraper {

        width: 100%;

    }




    .block > h1 {}

    .block > p {}
}

/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1000px) and (max-width: 1280px) {
    .desc12 {
        height: 400vh;

    }

    .horizontal-wraper {

        width: 100%;

    }

    .block {}

    .block > p {}

    .block > img {}

    .section-scrol-sticky {
        height: 50vh;
        z-index: 1;
        width: 50%;
        position: absolute;
        right: 5px;
    }

    .section-img {

        height: 50vh;

    }

    .section1 {
        height: 20vh;
    }
}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 700px) and (max-width: 1000px) {

    .horizontal-wraper {

        width: 100%;

    }

    .desc12 {
        height: 400vh;

    }

    .block {}

    .block > p {}

    .block > img {}

    .section-scrol-sticky {
        height: 50vh;
        z-index: 1;
    }

    .section-img {

        height: 50vh;

    }
}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 320px) and (max-width: 767px) {



    #newDropdown {}


}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {


    #map{
      height: 45vw;
    }


    .abaut p {
        margin: auto;
        letter-spacing: 1px;
        color: white;
        text-align: center;
        max-width: 100%;

    }

    .kontakt p {
        padding: 1px;
    }

    .section1 {
        height: 20vh;
    }

    .desc12 {
        height: 600vh;

    }




    .block > p {}

    .block > h1 {}










    .description {
        width: 100%;
    }



}
