.BgImage {
  width: 100%;
  height: 100%;
  position: absolute;
}
body {
  font-family: noto;
}

.matchtheFollowingMain {
  width: 90%;
  height: 66%;
  top: 24%;
  left: 5%;
  position: absolute;
}

.mainDragBox {
  position: absolute;
  width: 100%;
  height: 96%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  flex-direction: row;
}

.dragSectionFormatchthefollowing {
  width: 45%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  /* background-color: #f4f4f4; */
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.dragSectionFormatchthefollowing div {
  /* padding: 12px; */
  /* font-size: 16px; */
  font-weight: 600;
  /* background-color: #fff; */
  /* border: 2px dashed #007bff; */
  /* border-radius: 4px; */
  cursor: move;
  transition: background-color 0.3s ease;
}

/* Hover effect for draggable items */
.dragSectionFormatchthefollowing div:hover {
  /* background-color: #e7f3ff; */
}

/* Drop section style */
.dropSectionFormatchthefollowing {
  width: 45%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  /* background-color: #f9f9f9; */
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.dropSectionFormatchthefollowing div {
  /* padding: 12px; */
  /* font-size: 16px; */
  font-weight: 600;
  /* background-color: #fff; */
  /* border: 2px dashed #007bff; */
  /* border-radius: 4px; */
  cursor: move;
  transition: background-color 0.3s ease;
}

/* Change border when an item is dragged over */
.dropSectionFormatchthefollowing div.drag-over {
  /* border: 2px solid #28a745;
  background-color: #d4edda; */
}

/* Optional: Highlight dropped items with a distinct style */
.dropSectionFormatchthefollowing .dropped {
  /* background-color: #c3e6cb; */
  /* border: 2px solid #28a745; */
  cursor: default;
}

/* Add some spacing and centering for the entire layout */
#DragMainDiv,
#DropMainDiv {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
  font-size: 1vh;
  background: #fdedcb;
  width: 30%;
}

/*  */

.dragSectionFormatchthefollowing,
.dropSectionFormatchthefollowing {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

.dragSectionFormatchthefollowing div,
.dropSectionFormatchthefollowing div {
  /* padding: 10px;
  border: 1px solid #ccc; */
  cursor: pointer;
  /* background-color: #f9f9f9; */
}

.dragSectionFormatchthefollowing div {
  /* background-color: #e0e0e0; */
}

.dropSectionFormatchthefollowing div {
  /* background-color: #d0e0f0; */
}
/* 
#lines {
  z-index: -1;
  
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  
} */
.DragItem {
  font-size: 1vw;
  display: flex;
  align-content: center;
  flex-direction: row;
  justify-content: space-around;
}
.DropItem {
  font-size: 1vw;
  display: flex;
  align-content: center;
  flex-direction: row;
  justify-content: space-around;
}
.RadioButton {
  width: 100%;
}
.dragContent {
  width: 80%;
  text-align: start;
  font-size: 1.4vw;
}
.dropContent {
  width: 80%;
  text-align: start;
  font-size: 1.4vw;
}

/* .dropContent {
  width: 80%;
  text-align: center;
  font-size: 1vw;
} */
.d1-flex {
  display: flex;
  /* width: 70%; */
  /* border: solid; */
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4%;
}
.d2-flex {
  display: flex;
  /* width: 70%; */
  /* border: solid; */
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  width: 100%;
  height: 4%;
  gap: 10px;
  justify-content: center;
}
.radioButtonOneend {
  width: 5%;
}
.radioButtonOneStart {
  width: 5%;
}
.HeadingForDrag {
  width: 100%;
  margin-top: -13%;
  /* border: solid; */
  text-align: center;
  height: 9%;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  background: #eb4180;
  margin-top: -13%;
  /* border: 1px 1px 1px 49px; */
  border-radius: 15px 15px 0px 0px;
}
.headingP {
  font-size: 2vw;
  color: white;
}

.HeadingForDrop {
  width: 100%;
  margin-top: -13%;
  /* border: solid; */
  text-align: center;
  height: 9%;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  background: #eb4180;
  margin-top: -22%;
  /* border: 1px 1px 1px 49px; */
  border-radius: 15px 15px 0px 0px;
}
.HeadingForSimulation {
  position: absolute;
  width: 36%;
  height: 8%;
  top: 5%;
  left: 33%;
  /* border: solid; */
}
.mainHeadingp {
  font-size: 2.2vw;
  color: white;
  text-align: center;
  margin-top: 2%;
}

/* Drag */

/* Alert Style */
.alertincorrect {
  position: absolute;
  background-color: #ffdddd;
  /* border-left: 5px solid #ff4d4d; */
  color: #d8000c;
  padding: 12px 20px;
  font-family: Arial, sans-serif;
  font-size: 1vw;
  border-radius: 8px;
  width: 16%;
  text-align: center;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 1000;
  pointer-events: none;
}

.alertincorrect p {
  margin: 0;
  font-weight: bold;
}

/* Finalsreen  */

.FinalWindow {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 95%;
  gap: 20px;
  border: solid;
  position: absolute;
  width: 76%;
  left: 12%;
  top: -3%;
  background: rgb(0, 149, 59);
  background: radial-gradient(
    circle,
    rgba(0, 149, 59, 1) 9%,
    rgba(96, 195, 27, 1) 100%
  );
  border-color: rgb(198, 195, 19);
  border-radius: 28px;
  border-width: 10px;
  display: none;
  z-index: 2;
}

.gifarea {
  width: 24%;
  max-width: 600px;
  height: 70%;
  /* background-color: lightgray; */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  /* box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);Soft shadow */
}
.textarea {
  width: 80%;
  max-width: 600px;
  height: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  flex-direction: column;
}
.gifAreaanim {
  width: 80%;
}
.finalTexthurray {
  font-size: 5vw;
  color: white;
}
.finalTexthurrayPtag {
  font-size: 1.5vw;
  color: white;
}
.closebuttonForhurray {
  position: absolute;
  left: 95%;
  /* border: solid; */
  top: 2%;
  width: 3%;
  height: 7%;
  cursor: pointer;
}

.styled-button {
  position: absolute;
  background-color: #4caf50;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 1vw;
  cursor: pointer;
  transition: background-color 0.3s ease;
  left: 93%;
  top: 88%;
  border-radius: 30px;
  /* border-width: 58px; */
  border: solid 4px;
  border-color: #434e32;
  display: none;
}

.styled-button:hover {
  background-color: #45a049;
}

.styled-button:active {
  background-color: #3e8e41;
}

.FirstWindow {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 92%;
  gap: 20px;
  border: solid;
  position: absolute;
  width: 76%;
  left: 12%;
  top: -3%;
  background: rgb(0, 149, 59);
  background: radial-gradient(
    circle,
    rgba(0, 149, 59, 1) 9%,
    rgba(96, 195, 27, 1) 100%
  );
  border-color: rgb(198, 195, 19);
  border-radius: 28px;
  border-width: 10px;
  /* display: none; */
  z-index: 2;
}

.closebuttonForIntro {
  position: absolute;
  left: 91%;
  /* border: solid; */
  top: 90%;
  width: 3%;
  height: 7%;
  cursor: pointer;
}
.textareaForIntro {
  width: 87%;
  /* max-width: 718px; */
  height: 72%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  flex-direction: column;
}
.finalintro {
  font-size: 3vw;
  color: white;
}
.finalTextintroPtag {
  font-size: 1.6vw;
  color: white;
}

.NextButton {
  background-color: red;
  color: white;
  border: 2px solid white;
  padding: 20% 26%;
  font-size: 1.2vw;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3sease-in-out;
}

.NextButton:hover {
  background-color: white;
  color: red;
  border: 2px solid red;
}
