
@import url(font.css);
@import url(reset.css);
@import url(animation.css);
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap');




*,
*::before,
*::after {
  box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}

body{
    font-family: 'Roboto Slab', serif;
    background-color: #ffe100;
}

.cta {
    display: inline-block;
    color: #4a2c0e;
    background: #ffe100;
    border-radius: 100px;
    font-size: 24px;
    padding: 15px 70px;
    text-align: center;
    align-items: center;
    text-decoration: none;
    position: relative;
    transition: all 0.4s ease-in-out;
}


h3{
    font-size:16px;
    color:#c8bfb6;
    font-family: 'Roboto Slab', serif;
}
.logo{
    width:125px;
    height:auto;
}

header{
    background-image: url(../assets/top.png?v=1);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height:1000px ;
    position: relative;
}

header::after{
    content:"";
    position: absolute;
    z-index:4;
    background-image: url(../assets/mix.png);
    margin:0 auto;
    right:0;
    left:0;
    width:1077px;
    height:150px;
    bottom:-36px;
}

.container{
    max-width: 1200px;
    padding:0 16px;
    margin:0 auto;
}
.container-big{
    max-width: 1250px;
    padding:0 16px;
    margin:0 auto;
}

.fluid{
    max-width:100%;
    height:auto;
}

.fluid-invert{
    max-width:auto;
    height:100%;
}

.logo-wrapper{
    display:flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-top:16px;
}

.scroll-wrapper{
    position: absolute;
    bottom:120px;
    left:0;
    right:0;
    justify-content: center;
    z-index: 5;
    display:block;
    margin:0 auto;
    display: flex;
    flex-direction: column;
}
.scroll-link, .scroll-text{
    margin:0 auto;
}
.scroll-image{
    width:70px;
    height:70px;
}

.scroll-text{
    margin-top:16px;
    color:#fff;
}

section.first{
    background-image: url(../assets/background-first.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 1070px;
    position: relative;
}

.sweets-wrapper{
    display:flex;
    justify-content: space-between;
    flex-direction: row;
    margin-top:64px;
    position: relative;
    z-index: 1000;

}

.sweet-item1{
    width:24%;
    height:auto;
    position: relative;
    margin-top:300px
}

.sweet-photo1 {
    background-image: url('../assets/sweet1.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 227px;
    /*width: 353px;*/
    transition:all 2s ease;
}

.sweet-photo1:hover {
    background-image:none;
    transition:all 2s ease;
}

.sweet-photo1:hover::after {
    content: url('../assets/sweet1B.png');
    position: absolute;
    transform: scale(0.7);
    transition:all 2s ease;
    top:-110px;
    left:-60px;
}

/*drugi*/
.sweet-item2{
    width:24%;
    height:auto;
    position: relative;
}

.sweet-photo2 {
    background-image: url('../assets/sweet2.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 227px;
    /*width: 353px;*/
    transition:all 2s ease;
}

.sweet-photo2:hover {
    background-image:none;
    transition:all 2s ease;
}

.sweet-photo2:hover::after {
    content: url('../assets/sweet2B.png');
    position: absolute;
    transform: scale(0.7);
    transition:all 2s ease;
    left:-120px;
    top:-100px;
}

/*trzeci*/
.sweet-item3{
    width:24%;
    height:auto;
    position: relative;
}

.sweet-photo3 {
    background-image: url('../assets/sweet3.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 227px;
    /*width: 353px;*/
    transition:all 2s ease;
}

.sweet-photo3:hover {
    background-image:none;
    transition:all 2s ease;
}

.sweet-photo3:hover::after {
    content: url('../assets/sweet3B.png');
    position: absolute;
    transform: scale(0.7);
    transition:all 2s ease;
    left:-70px;
    top:-60px;
}
/*czwarty*/
.sweet-item4{
    width:24%;
    height:auto;
    position: relative;
    margin-top:200px
}

.sweet-photo4 {
    background-image: url('../assets/sweet4.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 227px;
    /*width: 353px;*/
    transition:all 2s ease;
}

.sweet-photo4:hover {
    background-image:none;
    transition:all 2s ease;
}

.sweet-photo4:hover::after {
    content: url('../assets/sweet4B.png');
    position: absolute;
    transform: scale(0.7);
    transition:all 2s ease;
    right:30px;
    top:-30px;
}
/*ludzie*/
.people-wrapper{
    width:100%;
    height:auto;
    position: relative;
    margin-top:100px;
    display:flex;
    justify-content: center;

}

.people {
    background-image: url('../assets/ludzie.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 475px;
    width: 784px;
    transform: scale(1);
    transition:all 2s ease;
}

.people:hover {
    transition:all 2s ease;
}

.people::after {
    content: url('../assets/popup.png');
    position: absolute;
    transform: scale(1);
    transition:all 2s ease;
    top:-180px;
    left:150px;
}


.sweets-wrapper:hover ~.people::after {
    content: "";
    position: absolute;
    transform: scale(1);
    transition:all 2s ease;
    top:-180px;
    left:150px;
}






section.second{
    background-image: url(../assets/bg-section3.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #62331c;
    padding:120px 0;
    position: relative;
    z-index: 5;
}

section.second:before{
    content: "";
    position: absolute;
    z-index: 10;
    background-image: url(../assets/belka.png);
    margin: 0 auto;
    right: 0;
    width: 100%;
    height: 171px;
    top: -100px;
}



.content-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.info-wrapper{
    width:49%;
    position: relative;
    z-index: 5;
}
.photo-wrapper{
    width:100%;
    position: relative;
    z-index: 2;
    display:none
}

ul{
    margin:50px 0;
}

li{
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size:22px;
    padding:8px 0;
    font-family: 'Roboto Slab', serif;
}

p.list{
    color:#fff;
    padding-left:16px;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
}

h2.headline{
    font-family: 'Hazelnut Typeface';
    font-size: 80px;
    color:#fff
}

span.yellow{
    color:#ffe100
}

footer{
    background-color:#fff;
}

.footer-wrapper{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding:40px 0;
}
.eura-wrapper{
    display:flex;
    flex-direction: row;
    align-items: center;
}
h3.eura{
    padding-right:10px;
}

.small-sweets-wrapper{
    display:none;


}

.small-sweet{
    max-width:29%;
    padding:10px;
}
.big-sweet{
    max-width:20%;
    padding:10px;
}

.player-holder{
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background: black;
    border-radius: 20px;
  }
  .player-holder iframe{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 101%;
    width: 101%;
    object-fit: cover;
    border-radius: 20px;
}

.player-holder video{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
height: 101%;
width: 101%;
object-fit: cover;
}

section.video{
    background-image: url(../assets/background-first.png);
    background-position: center;
    background-repeat: no-repeat;
}
.video-wrapper{
    padding:96px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.video-text{
    font-size: 26px;
    color: #000;
    margin:0 auto;
    margin-bottom:56px;
}


@media screen and (max-width:1920px){
    header{
        min-height: 800px;
    }

}



@media screen and (max-width:1600px){
    section.second:before{
        content: "";
        width: 120%;
    }
    header{
        min-height: 700px;
    }
    .scroll-image{
        width:40px;
        height:40px;
    }
    header::after{
        content:"";
        background-image: url(../assets/mix2.png);
        width:730px;
        height:102px;
        bottom:-36px;
    }
    .scroll-wrapper{
        bottom:87px;
    }
    .scroll-text{
        margin-top:10px;
    }
    .sweet-photo1,
    .sweet-photo2,
    .sweet-photo3,
    .sweet-photo4 {
        transform: scale(0.9);
    }

    .sweet-photo1:hover::after,
    .sweet-photo2:hover::after,
    .sweet-photo3:hover::after,
    .sweet-photo4:hover::after{
        transform: scale(0.7);
    }
    .people::after {
        transform: scale(0.9);

    }
    .sweet-photo1:hover::after{
        top:-180px;
    }
    section.first{
        height: 1000px;
    }
    .people-wrapper{
        margin-top:45px;
    }


}

@media screen and (max-width:1440px){
    section.second:before{
        content: "";
        width: 135%;
    }
    header{
        min-height: 600px;
    }
    .scroll-wrapper{
        bottom:77px;
    }
    .logo{
        width:100px;
        height:auto;
    }
    .sweet-photo1,
    .sweet-photo2,
    .sweet-photo3,
    .sweet-photo4 {
        transform: scale(0.9);
    }
    .sweet-photo1:hover::after,
    .sweet-photo2:hover::after,
    .sweet-photo3:hover::after,
    .sweet-photo4:hover::after{
        transform: scale(0.7);
    }
    .sweet-photo3:hover::after{
        left:-90px;
    }
    .sweet-photo4:hover::after{
        top:-50px;
        right:-10px;
    }
    .container-big{
        max-width: 1100px;
        padding:0 16px;
        margin:0 auto;
    }
    .people:hover::after {
        transform: scale(0.9);

    }




}

@media screen and (max-width:1200px){
    section.second:before{
        content: "";
        width: 145%;
    }

    header{
        min-height: 540px;
    }
    .sweet-photo1,
    .sweet-photo2,
    .sweet-photo3,
    .sweet-photo4 {
        transform: scale(0.7);
    }
    .sweets-wrapper{
        display: none;
    }
    .small-sweets-wrapper{
        margin:70px 0;
        display:flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
    }
    .people:hover::after {
        content: url();
        transform: scale(0);

    }
    .people::after {
        display:none;
    }


    section.first{

        background-size: contain;

        height: auto;

    }
    .people-wrapper{
        margin-top: -107px;
    }


}


@media screen and (max-width:1024px){
    section.second:before{
        content: "";
        width: 165%;
    }
    h2.headline{
        font-size: 60px;
    }
    li{
        font-size:16px;
    }
    ul{
        margin:30px 0;
    }
    .info-wrapper{
        width:60%;
        position: relative;
        z-index: 5;
    }
    section.second{
        padding:60px 0;
    }
    header{
        min-height: 440px;
    }
    header::after{
        content:"";
        background-image: url(../assets/mix3.png);
        width:454px;
        height:64px;
        bottom:-36px;
    }
    .scroll-wrapper{
        bottom:39px;
    }
    .logo{
        width:90px;
        height:auto;
    }
    .small-sweet{
        max-width:55%;
        padding:10px;
    }
    .big-sweet{
        max-width:40%;
        padding:10px;
    }
    .people-wrapper{
        margin-top: -107px;
    }
    .video-wrapper{
        padding:72px 0;
    }





}




@media screen and (max-width:768px){
    section.second:before{
        content: "";
        width: 220%;
    }
    .photo-wrapper{
        display: flex;
    }
    .content-wrapper{
        flex-direction: column;
    }
    .info-wrapper{
        width:100%;
        justify-content: center;
        text-align: center;
    }
    ul{
        text-align: left;
        margin: 30px auto;
        width: 60%;
    }
    section.second{
        background-image: none;
    }
    .cta{
        font-size: 16px;
        padding: 15px 35px;
    }
    .footer-wrapper{
        flex-direction: column;
        justify-content: center;
        text-align:center;
        padding:20px 0;
    }
    .eura-wrapper{
        margin-top:16px
    }
    h3{
        font-size:14px;
    }
    header{
        background-image: url(../assets/top2.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        min-height:650px ;
        position: relative;

    }
    .small-sweet{
        max-width:100%;

    }
    .big-sweet{
        max-width:100%;

    }
    .people {
        margin-top:40px;
        height: 370px;
        width: 784px;
        transform: scale(1);
    }

    .video-text{
        margin-bottom:40px
    }

}
@media screen and (max-width:500px){


    header::after{
        content:"";
        background-image: url(../assets/mix4.png);
        width:331px;
        height:46px;
        bottom:-14px;
    }
    .scroll-wrapper{
        bottom:-14px;
        display:none
    }
    header{
        min-height: 540px;
    }
    .people {
        margin-top:40px;
        height: 330px;
        width: 784px;
        transform: scale(1);
    }



}

@media screen and (max-width:400px){


    ul{
        width: 100%;
    }
    .people {
        margin-top: 40px;
        height: 241px;
        width: 784px;
        transform: scale(0.8);
    }
    .video-wrapper{
        padding:40px 0;
    }


}


.logo-wrapper1 {
    display: flex;
    align-items: center;
    justify-content: center;

  }

  @media screen and (max-width:650px) {
    .logo-wrapper1 {
        flex-direction:column;
      }
      .bd1 {
        padding:50px 0 10px;
    }
  }

 .bd1 {
      background:#fff;
      text-align: center;
      padding:50px 10px 10px 10px;
  }

.bd1 h3 {
    margin: 0;
    font-size: 26px;
    color: #4e2b1e;
  }

  .logo-wrapper1 img {
    transform: scale(0.7);
  }
