*{
    margin: 0;
    padding: 0%;
    font-family: 'Shantell Sans', cursive;
    box-sizing: border-box;
}

.header{
    height: 90vh;
    width: 100%;
    background-image: linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)),url(slike/background.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}

.navbar{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}

.navbar img{
    width: 120px;
}



.navbar-links ul {
    margin: 0;
    padding: 0;
    display: flex;
}

.navbar-links li{
    font-size: 20px;
    list-style: none;
    padding: 8px 12px;

}

.navbar-links li a{
    text-decoration: none;
    color: white;
}

.navbar-links ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background: #00BFFF;
    display: block;
    margin: auto;
    transition: 0.5s;
}

.navbar-links ul li:hover::after{
    width: 100%;
}

.text-box{
    width: 90%;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

.text-box h1{
    font-size: 80px;
    color: white;
}


.text-box p{
    margin: 10px 0 40px;
    font-size: 14px;
}

.text-box .quote{
    font-size: 30px;
}

.toggle-button{
    position: absolute;
    top: .75rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
}

.toggle-button .bar{
    height: 3px;
    width: 100%;
    background-color: white;
    border-radius: 10px;
}

@media (max-width: 600px){
    .toggle-button{
        display: flex;
    }

    .navbar-links{
        display: none;
        width: 100%;
    }

    .navbar{
        flex-direction: column;
        align-items: flex-start;
    }

    .navbar-links ul{
        flex-direction: column;
        width: 100%;
    }

    .navbar-links li{
        text-align: center
    }

    .navbar-links li a{
        padding: .5rem 1rem;
    }

    .navbar-links.active{
        display: flex;
    }

    .text-box h1{
        font-size: 20px;
    }
}




.hero{
    display: flex;
    margin: 20px ;
    justify-content: center;
    align-items: center;
}

.hero img{
    width: 300px;
    border: 3px solid black;
    border-radius: 10px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.hero img:hover, .hero img:focus, .hero img:active{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}



.hero-par{
    padding: 10px;
    margin-left: 40px;
    color: white;
    background: rgb(88, 88, 88);
    width: 55%;
    align-items: center;
    text-align: center;
    border-radius: 20px;

}

.hero-btn{
    display: inline-block;
    text-decoration: none;
    color: white;
    border: 1px solid #00BFFF;
    padding: 12px 34px;
    font-size: 13px;
    background: #00BFFF;
    cursor: pointer;
}

.hero-btn:hover{
    box-shadow: 0 0 20px 0px #00BFFF;

}



@media(max-width: 700px){
    .hero{
        flex-direction: column;
    }

    .hero-par{
        width: 99%;
        margin: 20px auto;
    }
}


.storitve{
    width: 99%;
    margin: 50px auto;
    text-align: center;
    padding-top: 50px;
    background-color: rgb(88, 88, 88);
}

.storitve img{
    width: 90%;
}

.storitve h1{
    font-size: 36px;
    font-weight: 600;
    color: white;
}

p{
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
}

.row-services{
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
    padding: 20px;  
}

.row-services a{
    color: black;
    font-weight: bolder;
    text-decoration: none;
}

.storitve-col{
    flex-basis: 31%;
    background-color: white;
    border-radius: 10px;
    margin: 20px auto;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5;
}



h3{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
}

.storitve-col:hover{
    box-shadow: 0 0 20px 0px #00BFFF;
}

.storitve-btn{
    display: inline-block;
    text-decoration: none;
    color: white;
    border: 1px solid #00BFFF;
    padding: 12px 34px;
    font-size: 13px;
    background: #00BFFF;
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
}

.storitve-btn:hover{
    box-shadow: 0 0 20px 0px #00BFFF;

}

@media(max-width: 700px){
    .row-services{
        flex-direction: column;
    }
}




.customers{
    width: 80%;
    margin: auto;
    text-align:  center;
}

.row{
    display: flex;
}

.mnenje{
    flex-basis: 44%;
    margin: 20px auto;
    display: flex;
    background: linear-gradient(#00BFFF, rgb(88, 88, 88));
    padding: 25px;
    border-radius: 10px;
    text-align: left;
    cursor: pointer;
}

.mnenje img{
    height: 40px;
    margin-left: 5px;
    margin-right: 30px;
    border-radius: 50%;
}

.mnenje p{
    padding: 0;
}

.mnenje h3{
    margin-top: 15px;
    text-align: left;
}

.mnenje .fa{
    color: white;
}

@media(max-width: 700px){
    .mnenje img{

        margin-left: 0;
        margin-right: 15px;
    }

    .customers{
        width: 99%;
    
    }

    .mnenje{
        margin: 10px;
    }

    .row{
        flex-direction: column;
    }

}


.kontakt{
    width: 99%;
    margin: 10px auto;
    padding: 20px;
    background-color: rgb(88, 88, 88);
    text-align: center;
    align-items: center;
    justify-content: center;
}

.kontakt h1{
    color: white;
}

.kontakt p{
    color: white;
    
    
}

.social{
    margin: 20px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.icon{
    width: 70px;
    height: 70px;
    border-radius: 100px;
    background-color: white;
    margin: 20px;
    text-align: center;
    font-size: 50px;
    line-height: 70px;
    overflow: hidden;
    transition: all .3s ease-out;
}

.icon:hover{
    width: 400px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    color: white;
}

.icon:hover i{
    color: white;
}

.icon .fa-square-facebook{
    color: #00BFFF;
}
.fb:hover{
    background: #00BFFF;
}

.icon .fa-instagram{
    color: #00BFFF;
}
.insta:hover{
    background: #00BFFF;
}

.icon .fa-phone-volume{
    color: green;
}
.ph:hover{
    background: green;
}

@media(max-width: 700px){
    .social{
        flex-direction: column;
    }
}


form{
    background-color: white;
    display: flex;
    flex-direction: column;
    padding: 2vw 4vw;
    width: 50%;
    border-radius: 10px;
    margin: 50px auto;
}

form h3{
    font-weight: 800;
    margin-bottom: 20px;
}

form input, form textarea{
    border: 0;
    margin: 10px 0;
    padding: 20px;
    outline: none;
    background-color: #9cd9ee;
    font-size: 16px;
}

form button{
    padding: 15px;
    background: #9cd9ee;
    color: black;
    font-size: 18px;
    border: 0;
    outline: none;
    cursor: pointer;
    width: 20%;
    margin: 20px auto 0;
    border-radius: 30px;
}

@media(max-width: 700px){
    form{
        width: 99%;
    }
}


footer{
    display: flex;
    text-align: center;
    align-items: center;
    background-color: #00BFFF;
    padding: 20px;
    font-size: 15px;
  
}

footer .links{
    display: flex;
    margin: auto;
}

footer .links ul{
    display: flex;
    list-style: none;

}

footer .links a{
    text-decoration: none;
    padding: 0px 15px;
    color: white;
}

footer .copyright{
    margin: auto;
    color: white;
}

@media(max-width: 700px){
    footer{
        display: block;
        font-size: 10px;
    }

    footer .links{
        margin-top: 10px;
        margin-left: 30px;
    }

}



    
.wrapper{
    position: fixed;
    bottom: 20px;
    right: 20px;
    max-width: 345px;
    width: 100%;
    background: rgb(202, 186, 186);
    opacity: 70%;
    border-radius: 8px;
    padding: 15px 25px 22px;
    transition: right 0.3s ease;
}

.wrapper .hide{
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.wrapper header{
    display: flex;
    align-items: center;
    column-gap: 15px;
}

header i{
    font-size: 32px;
}

header h2{
    font-weight: 500;
}

.cookies .data p{
    font-size: 16px;
}

.data p a{
    text-decoration: none;
}

.wrapper .buttons{
    margin: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}

.buttons .button{
    width: calc(100% / 2 - 10px);
    padding: 8px 0;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.buttons .button:hover{
    background-color: antiquewhite;
}