html, body {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

body {
    margin: 0;
    background-color: #D4AE98;
}

main {
	position: relative;
    height: 100%;
}

#preloader {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color:#5c7897;
    z-index: 100;
}

#preloader div {
    position: relative;
    top: 40%;
    margin: 0px auto;
}

#stamp {
    width: 100px;
    height: 100px;
}

#stamp .blue {
    fill: #007db6;
}

#stamp .cls-2 {
fill: #f1f2f2;
}

#stamp .snowflake  {
fill: #fff;
}

#stamp .cls-4 {
fill: #a7a9ac;
}

.brick {
    position: absolute;
	height: 100%;
    width: 100%;
    background-image: url(../img/brick-background.svg);
    background-position: top center;
    background-size: 154px 260px;
    z-index: -1;
}

.card-content {
    position: relative;
    width: 100%;
    z-index: 10;
    margin-top: .75px;
}

.video-container {
}

.video-wrapper {
    position: fixed;
    top: 17px;
    right: 0;
    left: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

iframe {
    height: 260px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    min-width: 464px;
}

.logo {
    margin-top:306px;
    text-align: center;
    width: 100%;
    position: absolute;
}

.logo .logo-wrapper {
    background-color: #dec0ad;
    border: 3px solid #3A4F37;
    padding: 10px 20px;
    width: 260px;
}

.logo .logo-wrapper::after,
.logo .logo-wrapper::before {
    content: '';
    display: inline-block;
    position: absolute;
    text-shadow: 5px 3px 6px #49200F;
}

.logo .logo-wrapper::before {
    background: url(../img/L-leaf.svg) no-repeat 0 0;
    width: 70px;
    height: 47px;
    margin-left: -69px;
    margin-top: 0px;
}

.logo .logo-wrapper::after {
    background: url(../img/R-leaf.svg) no-repeat 0 0;
    width: 85px;
    height: 68px;
    margin-left: -5px;
    margin-top: -45px;
}

.logo img {
    width: 100%;
}

canvas {
    position:absolute;
    top:0;
    left:0;
    z-index: 99;
    pointer-events: none;
}

.planter {
    position: relative;
    display: flex;
    gap: 80px;
    justify-content: center;
    height: 100%;
    z-index: 5;
    padding-top: 700px;
}

.pots {
    align-self: flex-end;
}

.pots img {
    width: 206px;
    height: 324px;
}

#buzz {
    position: sticky;
    width: 375px;
    height: 500px;
    bottom: 0;
    left: 0;
    margin: 0px auto;
    z-index: 4;
}

#buzzy {
    position: relative;
    width: 15px;
    height: 15px;
    opacity: 0;
}

#btn-buzz {
    position: fixed;
    width: 25px;
    height: 25px;
    background-color: transparent;
    border: none;
    margin-left: 20%;
    bottom: 20%;
    z-index: 100;
}

#snow {
    display: block;
}

@media (min-width: 576px) { 

    .brick {
        background-position: center -4px;
        background-size: 192px 324px;
    }
    
    .card-content {
        position: absolute;
        height: 100%;
        width: 100%;
        margin-top: 10px;
    }

    .video-container {
        display: flex;
        justify-content: center;
    }

    .video-wrapper {
        position: initial;
        align-self: center;
    }

    iframe {
        position: inherit;
        width:576px;
        height:324px;
        margin-top: 6px;
    }

    .logo {
        margin-top:15px;
        position: relative;
    }

    .logo .logo-wrapper {
        padding: 10px 30px;
        width: 350px;
    }

    .logo .logo-wrapper::before {
        width: 90px;
        height: 60px;
        margin-left: -90px;
        margin-top: -6px;
    }
    
    .logo .logo-wrapper::after {
        width: 95px;
        height: 76px;
        margin-left: 2px;
        margin-top: -38px;
    }

    .logo img {
        width: 250px;
    }

    .planter {
        gap: 90px;
        padding-top:810px;
    }
    
    .pots img {
        width: 237px;
        height: 374px;
    }

 }

 @media (min-width: 768px) { 

    .brick {
        background-size: 256px 432px;
    }
    
    .card-content {
        margin-top: 17px;
    }

    iframe {
        width:768px;
        height:432px;
        margin-top: 6px;
    }

    .logo {
        margin-top:20px;
    }

    .logo .logo-wrapper {
        width: 380px;
    }

    .logo .logo-wrapper::before {
        width: 95px;
        height: 64px;
        margin-left: -102px;
        margin-top: -8px;
    }
    
    .logo .logo-wrapper::after {
        width: 115px;
        height: 92px;
        margin-left: 8px;
        margin-top: -50px;
    }

    .logo img {
        width: 260px;
    }

    .planter {
        gap: 190px;
        padding-top: 950px;
    }
    
    .pots img {
        width: 237px;
        height: 374px;
    }

} 

@media (min-width: 992px) { 
    .brick {
        background-position: center -15px;
        background-size: 330px 558px;
    }
    
    .card-content {
        margin-top: 14px;
    }

    iframe {
        width:992px;
        height:558px;
        margin-top: 6px;
    }

    .logo {
        margin-top:22px;
    }

    .logo .logo-wrapper {
        width: 400px;
    }

    .logo .logo-wrapper::before {
        width: 110px;
        height: 74px;
        margin-left: -125px;
        margin-top: -10px;
    }
    
    .logo .logo-wrapper::after {
        width: 115px;
        height: 92px;
        margin-left: 7px;
        margin-top: -50px;
    }

    .logo img {
        width: 300px;
    }

    .planter {
        display: none;
    }

}

@media (min-width: 1200px) { 
    .brick {
        background-position: center -19px;
        background-size: 426px 720px;
    }
    
    .card-content {
        margin-top: 20px;
    }

    iframe {
        width:1280px;
        height:720px;
        margin-top: 6px;
    }

    .logo {
        margin-top:25px;
    }

    .logo .logo-wrapper::before {
        width: 140px;
        height: 94px;
        margin-left: -186px;
        margin-top: -27px;
    }
    
    .logo .logo-wrapper::after {
        width: 155px;
        height: 123px;
        margin-left: 39px;
        margin-top: -70px;
    }

    .logo .logo-wrapper {
        width: 500px;
    }
}


@media (max-height: 825px) and (min-width: 1200px) {
    .brick {
        background-position: center -15px;
        background-size: 330px 558px;
    }
    
    .card-content {
        margin-top: 14px;
    }

    iframe {
        width:992px;
        height:558px;
        margin-top: 6px;
    }

    .logo {
        margin-top:22px;
    }

    .logo .logo-wrapper {
        width: 400px;
    }

    .logo .logo-wrapper::before {
        width: 110px;
        height: 74px;
        margin-left: -125px;
        margin-top: -10px;
    }
    
    .logo .logo-wrapper::after {
        width: 115px;
        height: 92px;
        margin-left: 7px;
        margin-top: -50px;
    }

    .logo img {
        width: 300px;
    }

    .planter {
        display: none;
    }
}