@media screen and (min-width: 1200px) {
  main {
    width: 80%;
  }
}
@media screen and (min-width: 1500px) {
  main {
    width: 60%;
  }
}
@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) {
  .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;
  }
}
@media screen  and (max-height: 1024px) {
    .carousel-inner {
        height: 97.8%;
    }
}
@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.1rem;
        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: 495px) {

  .options .box .answer_box {
    font-size: 1.5rem;
  }
  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;
  }
  .options {
    margin-top: 30%;
    bottom: 0;
    width: 100%;
  }
  .options .box {
    margin: 1rem 3px;
  }
  .controls img {
    width: 60px;
  }
  .controls div img {
    width: 40px;
  }

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

  main {
    padding: 2rem 10px;
  }

  .questions .ques {
    padding: 7px 15px 7px 15px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .questions {
    font-size: 1.5rem;
}
[type="button"]:not(:disabled) {
    margin: 0;
    top: 4px;
}
}
