@import url('https://fonts.googleapis.com/css2?family=Belanosima:wght@400;600;700&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Merriweather", serif;
    color: #333;
    background-color: #f5f5f5;
}


header{
    height: 364px;
    width:100%;
    background-color: #ecedee;
}

.logo {
    height:55px;
    position: absolute;
    top:0;
    left:55px;
}


nav{
    background-color: #2f3e1d;
    height: 55px;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 5px;
    font-family: Source Serif Variable;
 }
 
 .meni ul{
     list-style-type: none;
     text-align: right;
     
 }
 .meni li{
     display: inline-block;
     padding-right: 35px; 
     padding-top: 0px; 
 }




.meni a {
    color:  #cccec4;
     font-size: 16pt;
     padding: 25px;
     text-decoration: none;
}

.meni a:hover {
    color: #597f65;
}

label {
    margin: 0 30px 0 0;
    font-size: 26px;
    width: 26px;
    line-height: 70px;
    float: right;
    display: none;
}

#prekidac {
     display: none; 
}


.biljka{
    width:425px;
    float: right;
}
.slika{
    justify-content: center;
}
h1{
    font-size: 55pt;
   color: #2f3e1d;
   padding-left: 65pt;
   padding-top: 40pt;
}

p{ 
    color: #2f3e1d ;
    font-size: 15pt;
    padding-left:70pt;
    padding-top: 20pt;
 }




.ostranici {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    height: 397px;
    background-color: #fdfdfd;
}
.ostranici-stupac {
    flex-direction: column;
}

.ostranici-content {
    max-width: 600px;
}
.ostranici img{
    padding-left: 45pt;
    width: 700px;
}

.ostranici h2 {
    float: right;
    font-size: 46px;
    font-family: "Belanosima", sans-serif;
    color: #2d3d1e;
}

.ostranici p {
    float: right;
    font-size: 20px;
    margin-top: 10px;
    padding-top: 1px;
    color: #333;
    text-align: right;
}
hr{
    height: 10px;
    background-color: #3c4a2b;
}

.about img {
    height: 150px;
}

.reviews {
    text-align: center;
    padding: 50px;
    background-color: #edeeee;
}

.reviews h2 {
    font-size: 35px;
    color: #2d3d1e;
    margin-bottom: 20px; 
    text-align: left;
}
.poravnanje {
    display: flex;
    justify-content: space-between;
    gap: 20px; 
}

.reviews h4{
    font-size: 25px;
}

.reviews p{
    font-size: 12pt;
}
.card1{
    border: 2px solid #3a3a2e;
    border-radius: 10px;
    width: 300px;
    height: 400px;
    padding: 15px;
    background-color: #edeeee;
    color: #3a3a2e;
    text-align: left;
    font-size: 14px;

}
.card1:hover{
    width: 310px;
    height: 410px;
    box-shadow: 15px 15px 10px #63775d;
    transition: width 1.5s, height 1.5s;
}

.card2{
    border: 2px solid #3a3a2e;
    border-radius: 10px;
    width: 300px;
    height: 400px;
    padding: 15px;
    background-color: #edeeee;
    color: #3a3a2e;
    text-align: left;
    font-size: 14px;

}
.card2:hover{
    width: 310px;
    height: 410px;
    box-shadow: 15px 15px 10px #63775d;
    transition: width 1.5s, height 1.5s;
}


.card3{
    border: 2px solid #3a3a2e;
    border-radius: 10px;
    width: 300px;
    height: 400px;
    padding: 15px;
    background-color: #edeeee;
    color: #3a3a2e;
    text-align: left;
    font-size: 14px;

}
.card3:hover{
    width: 310px;
    height: 410px;
    box-shadow: 15px 15px 10px #63775d;
    transition: width 1.5s, height 1.5s;
}




footer { 
    height: 70px;
    text-align: center;
     padding: 20px;
      background-color: #2d3d1e; 
    } 

    footer img{
        padding-top: 5pt;
        width: 200px;
    }


    .sredina{
        width: 1060px;
        padding-left: 100pt;
        justify-content: center;
    }
    main{
        color: #fff;
    }
    .velicina{
        font-size: 30pt;
        padding-left: 60pt;
    }

.trening{
    text-align: left;
    padding: 50px;
    background-color: #fff;

}

.trening h2{
    padding-left: 40pt;
    padding-top: 50pt;
}
.trening p{
    padding-left: 40pt;
    padding-bottom: 52pt;
}
.trening img{
    padding-left: 24pt;
}


.trening2{
    float: right;
    width: 530px;
    margin-right: 3cm;
    
    
}
aside{
    float: right;
}

.bijela{
    background-color: #fff;
}

.box1{
    font-size: 30pt;
    width: 600px;
    height: 150px;
    padding: 15px;
    background-color: #2e3d1c;
    color: #fff;
    border-radius: 15px;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 50px;
    padding-bottom: 50px   
    
}

.box1:hover{
    width: 625px;
    height: 175px;
    transition: width 1.5s, height 1.5s;
}

.box2{
    font-size: 18pt;
    width: 600px;
    height: 170px;
    padding: 15px;
    background-color: #2e3d1c;
    color: #fff;
    border-radius: 15px;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 50px;
    padding-bottom: 50px  
}
.box2:hover{
    width: 625px;
    height: 185px;
    transition: width 1.5s, height 1.5s;
}
.box3{
    font-size: 20pt;
    width: 600px;
    height: 170px;
    padding: 15px;
    background-color: #2e3d1c;
    color: #fff;
    border-radius: 15px;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 50px;
    padding-bottom: 50px 
}
.box3:hover{
    width: 625px;
    height: 185px;
    transition: width 1.5s, height 1.5s;
}
@media (max-width: 1024px){
    
    header{
        height: 364px;
        width:100%;
        background-color: #ecedee;
    }
    
    

     nav a{
      
         font-size: 14pt;
    
     }
    
    
    .biljka{
        width: 425px;
        float: right;
    }
    .slika{
        justify-content: center;
    }
    h1{
        font-size: 45pt;
       color: #2f3e1d;
       padding-left: 65pt;
       padding-top: 40pt;
    }
    
    p{ 
        color: #2f3e1d ;
        font-size: 12pt;
        padding-left:70pt;
        padding-top: 20pt;
     }
    
    
    
    
    .ostranici {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 50px;
        height: 397px;
        background-color: #fdfdfd;
    }
    .ostranici-stupac {
        flex-direction: column;
    }
    
    .ostranici-content {
        max-width: 600px;
    }
    .ostranici img{
        padding-left: 45pt;
        width: 600px;
    }
    
    .ostranici h2 {
        font-size: 42px;
       
    }
    
    .ostranici p {
        float: right;
        font-size: 15px;
        margin-top: 10px;
        padding-top: 1px;
        color: #333;
        text-align: right;
    }
    
    
    
    .reviews {
        text-align: center;
        padding: 50px;
        background-color: #edeeee;
    }
    
    .reviews h2 {
        font-size: 35px;
        color: #2d3d1e;
        margin-bottom: 20px; 
        text-align: left;
    }
    .poravnanje {
        display: flex;
        justify-content: space-between;
        gap: 20px; 
    }
    
    .reviews h4{
        font-size: 22px;
    }
    
    .reviews p{
        font-size: 11pt;
    }
    .card1{
        border: 2px solid #3a3a2e;
        border-radius: 10px;
        width: 300px;
        height: 370px;
        padding: 15px;
        background-color: #edeeee;
        color: #3a3a2e;
        text-align: left;
        font-size: 14px;
    
    }
    .card1:hover{
        width: 310px;
        height: 400px;
        box-shadow: 15px 15px 10px #63775d;
        transition: width 1.5s, height 1.5s;
    }
    
    .card2{
        border: 2px solid #3a3a2e;
        border-radius: 10px;
        width: 300px;
        height: 370px;
        padding: 15px;
        background-color: #edeeee;
        color: #3a3a2e;
        text-align: left;
        font-size: 14px;
    
    }
    .card2:hover{
        width: 310px;
        height: 400px;
        box-shadow: 15px 15px 10px #63775d;
        transition: width 1.5s, height 1.5s;
    }
    
    .card3{
        border: 2px solid #3a3a2e;
        border-radius: 10px;
        width: 300px;
        height: 370px;
        padding: 15px;
        background-color: #edeeee;
        color: #3a3a2e;
        text-align: left;
        font-size: 14px;
    
    }
    .card3:hover{
        width: 310px;
        height: 400px;
        box-shadow: 15px 15px 10px #63775d;
        transition: width 1.5s, height 1.5s;
    }
    
    
    
        .sredina{
            width: 1060px;
            padding-left: 100pt;
            justify-content: center;
        }
        main{
            color: #fff;
        }
        .velicina{
            font-size: 30pt;
            padding-left: 60pt;
        }
    
    .trening{
        text-align: left;
        padding: 50px;
        background-color: #fff;
    
    }
    
    .trening h2{
        padding-left: 35pt;
        padding-top: 50pt;
    }
    .trening p{
        padding-left: 40pt;
        padding-bottom: 52pt;
    }
    .trening img{
        padding-left: 24pt;
        width: 500px;
    }
    

    aside{
        float: right;
    }
    
    .bijela{
        background-color: #fff;
    }
    
    .box1{
        font-size: 15pt;
        width: 300px;
        height: 150px;
        padding: 15px;
        background-color: #2e3d1c;
        color: #fff;
        border-radius: 15px;
        margin-top: 30px;
        margin-bottom: 20px;
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 50px;
        padding-bottom: 50px   
        
    }
    
    .box1:hover{
        width: 325px;
        height: 175px;
        transition: width 1.5s, height 1.5s;
    }
    
    .box2{
        font-size: 12pt;
        width: 300px;
        height: 170px;
        padding: 15px;
        background-color: #2e3d1c;
        color: #fff;
        border-radius: 15px;
        margin-top: 30px;
        margin-bottom: 20px;
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 50px;
        padding-bottom: 50px  
    }
    .box2:hover{
        width: 325px;
        height: 165px;
        transition: width 1.5s, height 1.5s;
    }
    .box3{
        font-size: 12pt;
        width: 300px;
        height: 150px;
        padding: 15px;
        background-color: #2e3d1c;
        color: #fff;
        border-radius: 15px;
        margin-top: 30px;
        margin-bottom: 20px;
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 50px;
        padding-bottom: 50px 
    }
    .box3:hover{
        width: 325px;
        height: 165px;
        transition: width 1.5s, height 1.5s;
    }
} @media (max-width: 760px){

    body{
        min-height: auto;
        min-width: auto;
    }

     header{
        min-height: auto;
     }    
     section{
        min-height: auto;
     }

    .logo {
        height: 70px;
        padding-right: 25px;
    }
    
    
    label {
        display: block;
        cursor: pointer;
    }

    nav{
        height: 70px;
        color: #f6f2f2;
    }

    .meni {
        background-color: #2f3e1d;
        display: flex;
        flex-direction: column;
        text-align: center;
        width: 100%;
        display: none;

    }

    .meni a {
        display: block;
        border-bottom: 1px solid #ffffff;
        margin: 0;
    }
    .meni a:hover {
        color: #ffffff;
    }

    

    #prekidac:checked+.meni {
        display: block;
    
    }

    
    
    .biljka{
        display: none;
    }
    .slika{
        justify-content: center;
    }
    h1{
        font-size: 40pt;
        text-align: center;
    }
    
    
    p{ 
        font-size: 12pt;
        text-align: center;
     }
     .ostranici{
        min-height: auto;
     }
    .ostranici img{
        display: none;
    }
    
    .ostranici h2 {
        text-align: center;
        font-size: 30pt;
        padding-right: 50pt;
    }
    
    .ostranici p {
        text-align: center;
        font-size: 15px;
        
    }
    hr{
        height: 10px;
        background-color: #3c4a2b;
    }

    .reviews {
        display: flex;
        flex-direction: column;
    }
    
    .reviews h2 {
        font-size: 35px;
        text-align: center;
    }
    .poravnanje {
        padding: auto;
        display: flex;
        flex-direction: column;
        align-content: center;
        gap: 15px; 
    }
    
    .reviews h4{
        font-size: 30px;
    }
    
    .reviews p{
        font-size: 11pt;
    }
    
        .velicina{
            font-size: 25pt;
            text-align: center;
        }
    
    .trening{
        padding: 50px;
        background-color: #fff;
    
    }
    
    .trening h2{
        text-align: center;
        font-size: 25pt;
    }
    .trening p{
        text-align: center;
    }
    .trening img{
        width: 400px;
    }

    aside{
        padding: auto;
        float: right;
        display: flex;
        flex-direction: column;
        padding-right: 25pt;
    }
    
    .box1, box2, box3{
        font-size: 12pt;
        width: 300px;
        min-height: 150px; 
        padding-left: 50pt;  
        padding-bottom: 20pt;
        
    }
    
    .box1:hover .box2:hover .box3:hover{
        width: 320px;
        height: 200px;
        transition: width 1.5s, height 1.5s;
    }
    
   

   


}


