@charset "UTF-8";

* {
    box-sizing: border-box;
    margin-top: 0px;
    user-select: none;
    -webkit-user-select: none;
}

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

body {
    /* background-color: #7C95A0; */
    background-color: #333;
    color: #333;
    margin: 0px;
    padding: 0px;
    font-family: sans-serif;
    max-width: 1920px;
    max-height: 1080px;
    display: flex;
}
@media screen and (max-width: 1919px) {
    main {
        display: none;
    }

    .smallSizeScreen {
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        font-size: .8em;
        color: #FFF;
    }
  }
@media screen and (min-width: 1920px){
  .smallSizeScreen {
    display: none;
}}

main {
    background-color: #7C95A0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1080px;
    width: 1920px;
    border:1px solid black;
    margin-left: auto;
    margin-right: auto;
}

.refreshButton {
    display: flex;
    flex-flow: row-reverse;
    height: 7%;
    margin-top: 35px;
}

.refreshButton img {
    width: 15%;
    color: white;
    background-color: rgba(245, 245, 245, 0.5);
    padding: 3px;
    border-radius: 100%;
    margin-top: 10px;
}

.refreshButton img:hover {
    background-color: rgba(245, 245, 245, 0.8);
    transform: scale(.95)
}

/* ========== content width: this centers content inside their parent element */

.content-width {
    position: relative;
    width: 90%;
    max-width: 1720px;
    margin: 0px auto;
    height: 100%;
}

/* ========== loading screen */

.loading {
    font-family: industry-inc-stencil, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 400px;
    margin: auto;
    animation-name: loading;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    text-shadow: #000 0px 1px 3px;
}

@keyframes loading {
    0% {
        opacity: 1;
        margin-top: 0px;
    }

    50% {
        opacity: .5;
        margin-top: 25px;
    }

    100% {
        opacity: 1;
        margin-top: 0px;
    }

}

/* ========== primary nav */

nav {
    background-color: #C6C6C6;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
}

nav ul {
    margin: auto;
    padding: 0px;
    list-style-type: none;
    display: flex;
    width: 100%;
    justify-content: space-between;
    height: 80px;
}

nav li {
    font-family: industry-inc-stencil, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 45px;
    margin: auto;
    vertical-align: center;
}

nav a {
    display: block;
    text-decoration: none;
    color: black;
}

nav a:hover {
    color: red;
}

/* ========== header */

header {
    border-top: 1px solid black;
    display: none;
}

/* ========== main sections */

.sec_bg {
    position: absolute;
    width: 100%;
    max-width: 1920px;
    height: 1000px;
    bottom: 80px;
}

.sec_fill {
    position: absolute;
    bottom: 80px;
    width: 100%;
    height: 800px;
}

.sec_side {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 600px;
    height: 1000px;
}

/* ========== footer */

footer {
    display: none;
}

/* Background Elements */

.sec_bg .floorBackDrop img {
    /* Floor Tile */
    position: absolute;
    bottom: 0;
    z-index: 0;
    margin: 0;
    padding: 0;
}

.sec_bg .backgroundTowers img {
    /* Background Buildings */
    position: absolute;
    right: 10px;
    bottom: 0;
    z-index: -1;

}

.sec_bg .smilingMan {
    position: absolute;
    right: 425px;
    bottom: 0;
}

.clouds {
    border-radius: 50px;
    background: transparent;
    /* Note: currently only Safari supports backdrop-filter */
    backdrop-filter: blur(22.031600952148438px);
    --webkit-backdrop-filter: blur(22.031600952148438px);
    background-color: rgba(255, 255, 255, 0.23);
    /* (plus shape's fill blended on top as a separate layer with 18.19% opacity) */
    animation-name: clouds;
    animation-duration: 150s;
    animation-iteration-count: infinite;
    z-index: 0;
    position: absolute;
    transition: all .2s ease-in-out;
}

.cl1 {
    width: 670px;
    height: 263px;
    top: 100px;
}

.cl2 {
    width: 336px;
    height: 132px;
    top: 250px;
}

@keyframes clouds {
    from {
        left: 0%;
        opacity: 1;
    }

    to {
        left: 100%;
        opacity: .5;
    }
}

/* ========== intro */

.intro_trashcan {
    position: absolute;
    left: 1400px;
    bottom: 10px;
}

.trash {
    z-index: 10;
    animation-name: wiggle;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

._001 {
    position: absolute;
    bottom: 2px;
    left: 220px;
}

._002 {
    position: absolute;
    /* bottom: 0px;
    left: 0px; */
    top: 53.945px;
    left: 183.1094px;
}

._003 {
    position: absolute;
    bottom: 20px;
    left: 450px;
}

._004 {
    position: absolute;
    bottom: 463px;
    left: 448px;
}

@keyframes wiggle {
    0% {
        margin-bottom: 0;
    }

    33% {
        margin-bottom: 10px;
    }

    33% {
        margin-bottom: 5px;
    }

    100% {
        margin-bottom: 0;
    }

}


.chatbubble {
    position: absolute;
    bottom: 300px;
    right: 5px;
    z-index: 100;
    padding:20px;
    background-color:#fff;
    border-radius: 10px;
}
/* #messages */

 #tail{
    position: absolute;
    bottom:-80px;
    height:100px;
    width:100px;
}

#tail img {
    width: 100%;
}

.buildingTest img {
    position: absolute;
    bottom: 0;
    left: 200px;
}

/* ========== second */

.abestos {
    position: absolute;
    background: transparent;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    /* Note: currently only Safari supports backdrop-filter */
    backdrop-filter: blur(12.39109992980957px);
    --webkit-backdrop-filter: blur(12.39109992980957px);
    background-color: rgba(255, 255, 255, 0.911);
    /* (plus shape's fill blended on top as a separate layer with 89.92% opacity) */
}

.ab1 {
    width: 421px;
    height: 18px;
    left: 447px;
    top: -28px;
}

.ab2 {
    width: 421px;
    height: 18px;
    left: 447px;
    top: 375px;
}

.ab3 {
    width: 149px;
    height: 18px;
    left: 255px;
    top: 375px;
}

/* ========== third */
.wreckingBall {
    width: 150px;
    position: absolute;
    left: 50px;
    top: -600px;
    z-index: 10;
    transform-origin: center top;
}

.bld {
    position: absolute;
}

.bar1 {
    /* bottom left */
    left: 200px;
    top: 370px;
}

.bar2 {
    /* bottom second from left */
    left: 393px;
    top: 370px;
    transform-origin: center bottom;
}

.bar3 {
    /* bottom right */
    left: 858px;
    top: 370px;
}

.bar4 {
    /* top left */
    top: -54px;
    left: 393px;
}

.bar5 {
    left: 858px;
    top: -54px;
}

.hbar1 {
    z-index: 1;
    left: 201px;
    top: 323px;
}

.hbar2 {
    z-index: 1;
    top: -54px;
    left: 393px;
}

.buttongo {
    padding: 25px 50px 0px 50px;
    border-radius: 60px;
    background: #1a66b2;
    border: 5px solid #091b98;
    right: 50px;
    position: absolute;
    bottom: 50px;
    display: flex;
    justify-content:center;
    align-items:center;
    animation-name: flash;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    z-index: 2000;
}

.buttongo p {
    font-family: industry-inc-stencil, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 80px;
    margin: auto;
    color: white;
}

@keyframes flash {
    0% {
        border: 5px solid #122fe9;
    }

    50% {
        border: 5px solid #091b98;

    }

    100% {
        border: 5px solid #122fe9;
    }

}


/* ========== 4_1 */

.wreckingBallReady {
    width: 200px;
    height: 200px;
    background-color: rgb(31, 31, 31);
    position: absolute;
    left: 0px;
    top: 400px;
    border-radius: 100%;
    z-index: 1;
}

.highlightCircle {
    width: 187px;
    height: 187px;
    background: transparent;
    border: 5px dashed #f00;
    border-radius: 100%;
    position: absolute;
    animation-name: cflash;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.c1 {
    left: 799px;
    top: 514px;
}

.c2 {
    left: 331px;
    top: 518px;
}

@keyframes cflash {
    0% {
        border: 5px dashed rgb(94, 0, 0);
    }

    50% {
        border: 5px dashed #f00;

    }

    100% {
        border: 5px dashed rgb(94, 0, 0);
    }

}

.buttonreset {
    padding:25px 50px 0px 50px;
    border-radius: 60px;
    background: #b21a1a;
    border: 5px solid #980909;
    right: 50px;
    z-index:2000;
    position: absolute;
    bottom: 50px;
    display: flex;
    justify-content:center;
    align-items:center;
    animation-name: rflash;
    animation-duration: 2s;
    /* opacity:0; */
    animation-iteration-count: infinite;
}

.buttonreset p {
    font-family: industry-inc-stencil, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 80px;
    color: white;
    line-height:100%;
    margin:0;
}

@keyframes rflash {
    0% {
        border: 5px solid #dd1515;
    }

    50% {
        border: 5px solid #980909;

    }

    100% {
        border: 5px solid #dd1515;
    }

}

/* ========== 4_2 */

.d1 {
    left: 799px;
    top: 550px;
    z-index: 2;
}

.d2 {
    left: 331px;
    top: 550px;
    z-index: 2;
}

.d3 {
    left: 138px;
    top: 550px;
    z-index: 2;
}

.dyn {
    position: absolute;
}

.dyn1 {
    left: 876px;
    top: 591px;
}

.dyn2 {
    left: 411px;
    top: 591px;
}

.dyn3 {
    left: 217px;
    top: 591px;
}

.exp {
    position: absolute;
}

/* .exp img {
    width: 20%;
} */
.exp1 {
    left: 798px;
    top: 566px;
}

.exp2 {
    left: 338px;
    top: 566px;
}

.exp3 {
    left: 144px;
    top: 566px;
}


/* ========== globals */

.hide {
    display: none;
}

.transition {
    transition: ease-out 2s;
}

/* ========== final */

.credits li, p, h3 {
    list-style-type: none;
    font-family: industry-inc-stencil, sans-serif;
    font-style: normal;
    font-size: 28px;
}