@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@500&display=swap');


* {
    background-color: #d5aa82;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Caveat', cursive;
}

p, h1, span{
    background-color: transparent;
}

.one{
    padding: 20px;
    width: 100%;
    min-height: 550px;
    height: auto;
    background-image: url(./assets/2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    
}

.one h1{
    margin: 10px;
    font-size: 100px;
    font-family: 'Caveat', cursive;
}

.one p{
    font-size: 40px;
    font-family: 'Caveat', cursive;
}

.counter{
    background-color: transparent;
    display: flex;
    flex-direction: row;
}

.item{
    background-color: transparent;
    margin: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.item button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #343434;
    color: white;
    border: none;
    font-family: 'Caveat', cursive;
    font-size: 40px;
    text-align: center;
    line-height: 55px;
   
}


.two{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
}

.music-container{
    background-color: #fff;
    border-radius: 15px;
    display: flex;
    padding: 20px 30px;
    position: relative;
    margin: 100px 0;
    z-index: 10;
    background-color: brown;
}

.img-container{
    position: relative;
    width: 110px;
    background-color: brown;
}

.img-container::after{
    content: '';
    background-color: #fff;
    height: 15px;
    width: 15px;
    position: absolute;
    left: 55%;
    bottom: 35%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.img-container img{
    width: inherit;
    height: 110px;
    border-radius: 50%;
    object-fit: cover;
    bottom: 0;
    left: 0;


    animation: rotate 3s linear infinite;
    animation-play-state: paused;
}

.music-container.play .img-container img{
     animation-play-state: running; 
}

@keyframes rotate{
    from{
        transform: rotate(0deg);
    }

    to{
        transform: rotate(360deg);
    }
}


.navigation{
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    background-color: brown;
}

.navigation i {
    font-size: 50px;
    color: #a0e0e2;
    background-color: brown;
}

.action-btn{
    background-color: #fff;
    border:0;
    color: #dfdbdf; 
    cursor: pointer;
    padding: 10px;
    margin: 0 20px;
    background-color: brown;
}

.navigation button{
    transition: ease-in-out all 0.1s;
  transform: scale(1);
}

.navigation button:active{
    transform: scale(1.2);
}

.three{
    background-image: url(./assets/1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    
    background-size: cover;
    height: 750px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}
.header{
    height: 100px;
    background-color: transparent;
}
.three h1{
    color: white;
    font-size: 60px;
}
.slider{
    display: flex;
    flex-direction: row;
    background-color: transparent;
}
.container{
    display: flex;
    justify-content: center;
    width: 800px;
    background: transparent;
    max-height: 600px;
}

.container img {
    width: auto;
    max-height: 600px;
    max-width: 800px;
}

.btn{
    background-color: transparent;
    display: flex;
    align-items: center;
}

.slider button{
    margin: 30px;
    font-size: 80px;
    color: white;
    background-color: transparent;
    border:none;
    transition: ease-in-out all 0.1s;
    transform: scale(1);
}
.slider button:active {
    transform: scale(1.2);
  }

.slider button i{
    background-color: transparent;
}

.four{
    margin-top: 50px;
    height: 650px;
    background-image: url(./assets/4.jpg);
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}

.four p{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: white;
    text-align: center;
    font-weight: bold;
}

.quote{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80%;
    height: 25%;
    background-color: transparent;
}
.text{
    width: 80%;
    height: 25%;
    margin-top: 25px;
    background-color: transparent;
}
.welcome{
    height: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: white;
    font-size: 50px;
}

.welcome h2{
    background-color: transparent;
}

.bleja{
    height: 25%;
}

.five{
    margin-top: 50px;
    height: auto;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.five img {
   
    width: 90%;
    max-height: auto;
}


.six{
    margin-top: 50px;
    background-image: url(./assets/6.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    
    background-size: cover;
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    box-sizing: border-box;
}

.seven{
    margin-top: 50px;
    background-image: url(./assets/5.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    
    background-size: cover;
    height: 550px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.seven button{
    margin-top: 35px;
    padding: 10px;
    border-radius: 20px;
    outline: none;
    border: none;
    background-color: wheat;
    cursor: pointer;
    font-size: 30px;
    transition: ease-in-out all 0.1s;
    transform: scale(1);
}

.seven button:active{
    transform: scale(1.2);
}
.seven ul{
    margin-left: 120px;
    background-color: transparent;
}
.seven ul li{
    background-color: transparent;
    font-size: 44px;
    margin-top: 35px;
}

.eight{
    margin-top: 50px;
    background-image: url(./assets/9.jpg);
    background-size: cover;
    height: 650px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    color: wheat;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
}


.acc{
    background-color: transparent;
    
}
.acc h3{
    background-color: transparent;
}

.acc a{
    text-decoration: none;
    color: wheat;
}
.link{
    margin-top: 50px;
    background-color: transparent;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    
}

.jen{
    background-color: transparent;
}

.dva{
    background-color: transparent;
}


@media (max-width: 650px){

.one h1{
    font-size: 54px;
}

.one p{
    font-size: 27px;
}

.item{
    margin: 5px;
}

.item button{
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 28px;
}

.four p{
    font-size: 22px;
}
.welcome{
    font-size: 28px;
}

.slider button{
    font-size: 36px;
    margin: -15px;
}


.container{
width: 294px;
max-height: 300px;
}

.container img{
    width: auto;
    max-height: 300px;
    max-width: 300px;
}

.seven ul li{
    font-size: 28px;
}

.seven ul{
    margin-left: 50px;
}
.eight{
    font-size: 27px;
}

}


