@media screen and (min-width: 1200px) {
  main {
    width: 80%;
  }
}
@media screen and (min-width: 669px) {
  .correct::before,
  .wrong::before {
    top: -60px;
    left: 100%;
  }
}
@media screen and (min-width: 678px) {
  .options {
    gap: 3rem;
  }
}
@media screen and (max-width: 1880px) {
  [type="button"]:not(:disabled) {
    top: 8px;
  }
  [type="button"] img {
    width: 100px;
  }
  .controls {
    padding: 4.4px 0px;
  }
}
@media screen and (max-width: 825px) {
  .carousel-inner {
    height: 92.8%;
  }
}
@media screen and (max-width: 678px) {
  .ques_container {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .next_question,
  .checkBtn {
    padding: 5px 10px;
  }
  .ques_container .answer {
    height: 52px;
    border: 3px solid;
  }
  .item {
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
  }
  .carousel-inner {
    height: 85%;
  }
  .controls {
    gap: 10px;
  }
  .options {
    gap: 10px;
  }
  .h1,
  h1 {
    font-size: 1.8rem;
  }
  [type="button"] img {
    width: 80px;
  }

  .controls div img {
    width: 60px;
  }

  .ques_container .audio {
    width: 27px;
  }
}
@media screen and (max-height: 1024px) {
  .carousel-inner {
    /* height: 95%; */
  }
}
@media screen and (max-height: 646px) {
  .controls div img {
    cursor: pointer;
    width: 40px;
  }
  [type="button"] img {
    width: 51px;
  }

  .options {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    width: 50%;
  }
  .options .box {
    width: 200px;
    gap: 0;
    display: flex;
    flex-direction: column;
  }
  .questions {
    display: flex;
    background: #80808021;
    width: 400px;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    font-size: 1.8rem;
    border-radius: 28px;
    padding: 5px 10px;
    border: 3px solid gray;
  }

  .title {
    /* /*padding: 3px;*/ */
    background: var(--header-footer-bgcolor);
    margin: 0;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 676px) and (max-height: 480px) {
  #carouselExampleIndicators {
    top: 7px;
  }
  main {
    margin: 0;
  }
  .title {
    font-size: 1.5rem;
    margin: 0;
  }
  .carousel-inner {
    height: 18rem;
  }
  .questions {
    width: 85%;
    margin: -0.1rem auto;
    font-size: 1.6rem;
  }
  .controls {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 0;
    gap: 10px;
    font-size: 20px;
  }
  .options .box {
    margin: 0.7rem 3px;
    width: 94px;
  }
  .options {
    bottom: -14px;
  }
  .carousel-inner {
    height: 90%;
    background: white;
    padding: 10px 15px;
    /* border-radius: 10px; */
    /* border: 4px solid green; */
  }
  .options .box .answer_box {
    font-size: 1.6rem;
  }

  .controls img {
    width: 60px;
  }
  .controls div img {
    width: 40px;
  }

  [type="button"]:not(:disabled) {
    padding: 0 5px;
    top: 7px;
  }

  .title {
    padding: 6px;
  }

  .controls {
    padding: 5px;
  }
}
@media screen and (max-width: 668px) {
  #sentence-container {
    list-style-type: none;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 50%;
    justify-content: center;
    flex-direction: row;
    margin: 0 auto;
  }
  .sentence-item {
    width: 100px;
  }

  .wrong {
    border: 3px solid red !important;
  }
  .correct {
    border: 3px solid green !important;
  }
}
@media screen and (max-width: 495px) {
  main {
    margin: 0;
  }
  .title {
    font-size: 1.5rem;
  }
  .carousel-inner {
    height: 29rem;
  }
  .questions {
    width: fit-content;
    margin-top: 2rem;
  }
  .controls {
    position: relative;
    display: flex;
    justify-content: center;
    /* margin-top: 15px; */
    gap: 25px;
    font-size: 20px;
  }
  .controls img {
    width: 60px;
  }
  .controls div img {
    width: 40px;
  }

  [type="button"]:not(:disabled) {
    padding: 0 5px;
  }

  main {
    padding: 2rem 10px;
  }

  [type="button"]:not(:disabled) {
    margin: 0;
    top: 4px;
  }

  .sentence-item {
    width: 100px;
  }

  .next_question,
  .checkBtn {
    padding: 9px 11px;
    font-size: 0.7rem;
  }

  .ques_container .audio {
    display: flex;
    align-items: center;
    width: 55px;
  }

  .ques_container .words span {
    /* border: 2px solid; */
    padding: 0 15px;
    /* border-radius: 10px; */
    cursor: pointer;
    margin: 0 4px;
  }

  .ques_container .answer {
    height: 50px;
  }
}
