@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&display=swap');


*{
    margin: 0px;
    padding: 0px;
}

section{
    width: 100%;
    height: 100vh;
   
}
body{
    font-family: Tahoma , Helvetica, sans-serif;
  
  
    background-image: url(slike/backgroundkopija2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

header {
    width:100%;
    position: fixed;
    top:0;
    left:0;
}


#strB{

   display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
   
    gap: 4em;
    padding-top: 200px;
    padding-left: 30px;

    min-height:100vh;
}
.headerimg {
    width: 25%;
    padding-top: 10px;
    padding-left: 20px;
      }


nav{
    width: 100%;
   
z-index: 1;
top: 70px;
padding-top: 10px;
padding-left: 500px;
}

nav a {
    color: #000000;
  
    margin: 0.5em 1.5em;
padding-right: 10px;
    font-size: 1.5em;
    font-family: "Lilita One", sans-serif;
}



nav a:hover {
    color: #fff;
    cursor: pointer;
}
ul{
    width: fit-content;
    margin: auto;
    list-style: none;
}

ul li{
    float: left;
    margin-right: 30px;
}

ul li a{
    color: #000000;
    text-decoration: none;


}
.prvi {
    float: right;
    padding-top: 25%;
    padding-right:7%;
}


.drugi {
    background-color:rgba(255, 255, 277, 0.7);
   
    width: 23%;
 height: 380px;
    float: left;
   /** margin-left: 120px;
   margin-top: 180px;**/
 
   padding-left: 15px;
   padding-bottom:120px ;
   border-radius: 5%;
   padding-right: 10px;

}



.osoba {
    background-image: url(slike/man2.jpg );
    background-size: cover;

    width:200px;
    height:200px;
    border-radius: 50%;
   
    transform: translate(260px, -40px);
}
.osoba2 {
    background-image: url(slike/girl1.jpg );
    background-size: cover;

    width:200px;
    height:200px;
    border-radius: 50%;
   
    transform: translate(260px, -40px);
}

.osoba3 {
    background-image: url(slike/girl222.jpg );
    background-size: cover;

    width:200px;
    height:200px;
    border-radius: 50%;
  
    transform: translate(260px, -40px);
}



.zvijezdice {
    width: 40%;
z-index:1;
margin-top: -45px;
padding-left: 4px;
}

.recenzija {
   padding-left: 10px;
    margin-top: -180px;
    font-size: 18pt;

}






.tekst{
  padding-top: 130px;
    width: 90%;
    z-index:1;
    padding-left: 10px;
    font-size: 15pt;
}

.slika  {
width: 30%;
z-index: 2;


}
.podnaslov {
   font-size: 40px;
    color: #fff;
    font-family: "Quicksand", sans-serif;
    font-weight: 300;
 
   
}
.naslov {
    color: #fff;
    font-size: 90px;
    font-family: "Bitter", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
  
  

 
}



.button1 {
    background-color:rgba(255, 255, 277, 0.4);
    padding:8px;
    padding-left: 20px;
    border-radius: 20px;
    border: #8f8c89 solid;
    border-width:2px;
  margin-bottom: 40px;
    line-height: 18pt;

 /** box-shadow: 0 10px 16px 0 #e4e4e43f, 0 17px 50px 0 rgb(184, 181, 182);**/

}








@media(max-width: 768px) {

  
    .button1 {
        background-color:rgba(255, 255, 277, 0.4);
        padding:2px;
        padding-left: 5px;
  
        border: #8f8c89 solid;
        border-width:1px;
      margin-bottom: 40px;
        line-height: 18pt;
    
     
    }
    

    nav {
        height: 2em;
        padding-left: 10px;
        font-size: 0.5em;
        text-align: center;
        padding: 7px 0;
    } 
    
    
    
    nav a {
        color: #fff;
        text-decoration: none;
        margin: 0.5em 1.5em;
    }
    
    nav a:hover {
        color: #283f2b;
        cursor: pointer;
    }
    


 header{
    height: auto;
    flex-direction: column;
 }
  .osoba {
    transform: translate(170px, -90px);
    width:150px;
    height:150px;


  }

  .drugi {
    width: 50%;
    padding: none;
 
  }

  .recenzija {
    padding-left: 10px;
    margin-top: -105px;
    font-size: 18pt;
    
  }
  .zvijezdice {
    display: none;
  }

  .tekst {
    width: 90%;
    padding-top: 50px;
  }

  .osoba2 {
    transform: translate(190px, -90px);
    width:150px;
    height:150px;
  }

  .osoba3 {
    transform: translate(170px, -90px);
    width:150px;
    height:150px;
  }


#strB{
    display: flex;


    padding-top: none;
    

}

.prvi {
    padding-left: 30px;
}


}





  
