.topbar {
    height: 15% !important;
    color: #fff;
    top: 0;
    left: 0;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #5ba8aaff;
    width: 100%;
    font-size: 2em;
    z-index: 99;
    overflow: hidden;
}
.contentbox{
    width: 100%;
    height: 100%;
}
.bg{
    background: radial-gradient(ellipse at center, #DBF7E9 0%,#DBF7E9 50%,#90E6C1 100%)
}
.jungle,.bg_temple,.bg_temple1 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.roadcross{
    display: flex;
    justify-content: center;
    align-items: center;
}
.road {
    width: 80%;
    top: 7%;
    border-radius: 2em;
}
.bush1,.bush2{
    position: absolute;
    cursor: pointer;
}
.bush1 {
    left: 10%;
    width: 14%;
    top: 46%;
}
.bush1 {
    left: 10%;
    width: 14%;
    top: 46%;
}
.bush2 {
    right: 10%;
    width: 14%;
    top: 45%;
}
.andir {
    position: absolute;
    left: 45%;
    top: 62%;
    width: 23%;
}
.andir1 {
    position: absolute;
    width: 14%;
    bottom: 10%;
}
.andir2 {
    position: absolute;
    width: 23%;
    bottom: 11%;
    left: 5%;
}
.andir3 {
    position: absolute;
    width: 14%;
    left: 2%;
    bottom: 15%;
}
.bounce {
    animation: bounceAnimation 2s ease infinite;
}
@keyframes bounceAnimation {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-65px);
    }
    100% {
        transform: translateY(0);
    }
}
.bounce2 {
    animation: bounceAnimation2 2s ease infinite;
}
@keyframes bounceAnimation2 {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0);
    }
}
.speechbox {
    top: 6%;
    position: absolute;
    width: 47%;
    height: 28%;
    left: 34%;
    font-size: 1.3em;
  }
  .text1 {
    top: 50% !important;
    left: 53%;
    transform: translate(-50%, -50%);
    position: absolute;
    font-size: 1.1em;
    width: 86%;
  }
  .spbox1 {
    top: 45%;
    left: 15%;
}
.spbox1 {
    top: 53%;
    left: 20%;
    width: 30%;
    height: 25%;
}
.text1 {
    top: 37% !important;
}
.speechbox.spbox2 {
    top: 35%;
    left: 21%;
    width: 24%;
    height: 25%;
    display: none;
}
.speechbox.spbox3 {
    top: 35%;
    left: 52%;
    width: 24%;
    height: 25%;
    display: none;
}
.speechbox.spbox4 {
    top: 26%;
    left: 19%;
    width: 29%;
    display: none;
}
.handicon {
    position: absolute;
    width: 7%;
    cursor: pointer;
}
.handicon1 {
    left: 12%;
    top: 56%;
}
.handicon2 {
    right: 12%;
    top: 56%;
    display: none;
}
.handicon3 {
    right: 46%;
    top: 18%;
    display: none;
}
.text3 {
    top: 60% !important;
}
.rose {
    position: absolute;
    width: 12%;
    top: 15%;
    cursor: pointer;
}
.textdiv {
    position: absolute;
    width: 11%;
    height: 11%;
    background: #fff;
    border-radius: 0.5em;
    border: 2px solid #76a5af;
    display: none;
}
.textdiv p {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 2.3em;
}
.ma {
    left: 44.5%;
    top: 19%;
}
.ba {
    right: 11%;
    top: 52%;
}
.ha {
    left: 11%;
    top: 52%;
}
.raining {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}