@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;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px;
    background-color: rgba(255, 255, 255, 0); /* ne moraš dodavati ako imaš pozadinsku sliku */
    z-index: 1000;
}


#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: 20%;
    
}


nav {
    display: flex;
    align-items: center;
}


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 {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

ul li {
    margin-right: 30px;
}

ul li a {
    color: #000;
    text-decoration: none;
    font-size: 1.2em;
}
.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: 30px;
    line-height: 18pt;
    padding-top: -100px;

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


}



* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  margin-top: 500px;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}







@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;
}


}





  
