.bg-a {
  background: rgb(255, 255, 113);
}
.selword {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 30%;
  left: 3%;
  height: 80%;
  width: 37%;
  background-color: rgb(250, 176, 78);
  /* border-radius: 1em; */
  cursor: pointer;
  border: 2px solid rgb(114, 104, 104);
  margin-top: 6%;
}
.swordhover:hover {
  background-color: antiquewhite;
}
.chooseword1 {
  position: absolute;
  top: 19%;
  height: 35%;
  left: 7%;
  width: 65%;
}
.roof {
  height: 12%;
  width: 54%;
  position: absolute;
  top: 25%;
  left: 6%;
  z-index: 1;
}
.house_base {
  height: 5%;
  width: 54%;
  position: absolute;
  top: 91%;
  left: 6%;
  z-index: 1;
}
.yellobg {
  background-color: aliceblue;
}
.swordhover:hover {
  background-color: antiquewhite;
}
.sword:hover {
  background-color: antiquewhite;
}
.corrans {
  background-color: #92c13f;
  transition: background-color 350ms;
  animation: correctAnsAnim 1s forwards 1s ease-in;
  pointer-events: none;
}
@keyframes correctAnsAnim {
  from {
    background-color: #92c13f;
  }
  to {
    background-color: #d9ead3;
  }
}
.incorrans {
  background-color: rgb(185, 52, 52);
}
.sword0 {
  top: 30%;
  left: 3%;
}
.sword1 {
  top: 30%;
  left: 40%;
}
.sword2 {
  top: 110%;
}
.sword3 {
  top: 110%;
  left: 40%;
}
.textuh {
  font-size: 6vmin;
  display: block;
  color: black !important;
}
.blackltr {
  color: black;
}
.corransword {
  position: absolute;
  top: 67%;
  left: 73%;
  color: whitesmoke;
  font-size: 6vmin;
  z-index: 100;
  transform-origin: center;
  animation: shrinkGrow 8s infinite ease-in-out alternate;
}
@keyframes shrinkGrow {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.4);
  }
  40% {
    transform: scale(1);
  }
  60% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1.4);
  }
}

.opa {
  opacity: 1;
}

svg {
  width: 100%;
  height: 100%;
  /* position: absolute !important; */
  left: 0%;
}
.backgroundimg {
  width: 100%;
  height: 100%;
}
.opt_img{
  display: none;
}
#cranesvg {
  /* position: absolute;
  right: 0%;
  top: 30%;
  height: 70%; */
  position: absolute;
  right: -20%;
  top: 20%;
  height: 80%;
  width: 70%;
  z-index: 10;
  /* background: white; */
}

@media screen and (max-width: 480px) {
  /* .craneright {
    height: 50%;
    position: absolute;
    right: 0%;
    top: 15%;
    height: 83%;
  }
  .corransword{
    position: absolute;
	  top: 45%;
	  width: 30%;
	  height: 86%;
	  left: 40%;
	  color: whitesmoke;
	  font-size: 6vmin;
    padding-top: 10%;
    z-index: 100;
  } */
}
#crane {
  overflow: visible;
}
.comeInCrane {
  animation: comeInCrane 4s ease-out both;
}
@keyframes comeInCrane {
  from {
    transform: translateX(42%);
  }
  to {
    transform: translateX(0%);
  }
}
/* Start of Cards */
.cardDiv {
  display: flex;
  flex-direction: column;
  width: 23%;
  height: 65%;
  border: 3px solid #4e4e4e;
  background: #faebd7;
  position: absolute;
  top: 26%;
  left: 1%;
  border-radius: 12px;
  opacity: 0;
}
.top-letter {
  padding: 1% 0%;
  font-size: 10vmin;
}
.cardContentholder {
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 13%;
}
.cdDiv {
  flex: 1;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  font-size: 5vmin;
}
.cardimg {
  width: 35%;
}

.card1 {
  left: 1%;
  animation: addi 1s forwards 3s;
}
.card2 {
  left: 26%;
  animation: addi 1s forwards 5s;
}
.card3 {
  left: 51%;
  animation: addi 1s forwards 7s;
}
.card4 {
  left: 76%;
  animation: addi 1s forwards 9s;
}
/* End of Cards */

.imgdiv1 {
  position: absolute;
  top: 5%;
  left: 2%;
  border: 2px solid black;
  height: 100%;
  width: 23%;
  background-color: antiquewhite;
  border-radius: 15px;
  opacity: 0;
}
.imdiv1 {
  left: 2%;
  animation: addi 1s forwards 3s;
}
.imdiv2 {
  left: 26%;
  animation: addi 1s forwards 5s;
}
.imdiv3 {
  left: 50%;
  animation: addi 1s forwards 7s;
}
.imdiv4 {
  left: 74%;
  animation: addi 1s forwards 9s;
}
.lst {
  position: absolute;
  top: 32%;
  left: 49%;
  font-size: 2vw;
}
.img1 {
  position: absolute;
  top: 27%;
  left: 8%;
  height: 20%;
  width: 25%;
}
.lst1 {
  position: absolute;
  top: 50%;
  left: 49%;
  font-size: 2vw;
}
.img2 {
  position: absolute;
  top: 47%;
  left: 8%;
  height: 20%;
  width: 25%;
}
.lst2 {
  position: absolute;
  top: 70%;
  left: 49%;
  font-size: 2vw;
}
.img3 {
  position: absolute;
  top: 67%;
  left: 8%;
  height: 20%;
  width: 25%;
}
.headtxt {
  position: absolute;
  top: 22%;
  left: 9%;
  font-size: 6vw;
  z-index: 100;
  opacity: 0;
}
.corransword1 {
  left: 9%;
  animation: addi 2s forwards 3s;
}
.corransword2 {
  left: 33%;
  animation: addi 2s forwards 5s;
}
.corransword3 {
  left: 58%;
  animation: addi 2s forwards 7s;
}
.corransword4 {
  left: 82%;
  animation: addi 2s forwards 9s;
}
/* .imdiv1{
  animation: addi 2s linear 3s;
} */
@keyframes addi {
  0% {
    transform: scaleX(0);
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}
/* .ukhu{
  opacity: 0;
} */

.colorblack {
  color: black;
}
