@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Tomorrow:wght@700&display=swap');

html,
body * {
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    background-color: papayawhip;
}

.sect {
    position: fixed;
    top: 6%;
    width: 90%;
    height: auto;

}
.background {
    position: fixed;
    top: 0%;
    width: 100%;
    height: auto;
}
.puzzleStyle {
    position: fixed;
    top:9.5%;
    width: 33.5%;
    margin: 50px;
    margin-left: 16.3%;
}
#obj1 ,#obj3{
    margin-left: 50.45%;
}
#obj2 , #obj3{
    top:45.5%
}



#bob {
    position: fixed;
    top: 6rem;
}

#scene1 {
    position: fixed;
    top: 5rem;
    width: 63%;
    height: auto;
    margin-left: 30%;
}

#scene2 {
    position: fixed;
    top: 5rem;
    width: 63%;
    height: auto;
    margin-left: 30%;
}

#scene3 {
    position: fixed;
    top: 5rem;
    width: 63%;
    height: auto;
    margin-left: 30%;
}

#scene4 {
    position: fixed;
    top: 5rem;
    width: 63%;
    height: auto;
    margin-left: 30%;
}

.boardStyle {
    width: 12%;
    position: relative;
    margin-left: 5%;
    aspect-ratio: 1/1;
    object-fit: contain;
    /* border:1px solid black; */
    padding: 0px 15px;
    margin: 2%;
    background-image: url(../images/boa-8.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.boardLeft {
    /* display: grid;
    grid-template-columns:1fr 1fr 1fr 1fr 1fr; */
    /* justify-content: center; */
    padding: 10px;
    padding-left: 10%;
    height: 14rem;
    width: 63%;
    background-image: url(../images/log-8.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    /* border: 1px solid black; */
    position: fixed;
    top: 79%;
    margin-left: 33%;

}

#name {
    width: 40%;
    margin-left: 7%;
    position: fixed;
    top: 1%;
}
#name1{
    width: 40%;
    margin-left: 30%;
    position: fixed;
    top: 1%;
}

.board {
    position: fixed;
    top: 6rem;
    width: 90%;
    height: auto;
    /* margin-left: 5%; */

}

#shuffle,
#btn0 {
    width: 20%;
    position: fixed;
    top: 65%;
    left: 8%;
    cursor: pointer;

}

#home,
#btn1 {
    width: 20%;
    position: fixed;
    top: 50%;
    left: 8%;
    cursor: pointer;
}

#btn3 {
    width: 20%;
    position: fixed;
    top: 64%;
    left: 40%;
    cursor: pointer;
}

.scoreStyle {
    font-size: 150px;
    position: relative;
    top: -169rem;
    left: 65%;
    height: 150px;
    width: 100px;
    opacity: 0;
}

.com-scene {
    border: 10px solid black;
    border-image: url(../images/bob-8.png) 90;
    border-image-outset: 0px;
}

#scale {
    position: fixed;
    top: 2%;
    left: 65%;
    width: 27%;

}

#countdown {
    content: '';
    width: 15%;
    height: 10%;
    position: fixed;
    top: 23%;
    left: 10%;
    color: white;
    font-size: 40px;
    /* font-weight:1900; */
    font-family: 'Tomorrow', sans-serif;
    background-image: url(../images/clock-back.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0%;
    padding-top: 1%;
    padding-left: 4%;
}

/* #clock {
    width: 15%;
    position: fixed;
    top: 15%;
    left: 10%;
} */

#winningelement {
    position: fixed;
    top: 0px;
}
#pg-1{
    position: fixed;
    top: 0px;
}