@media only screen and (max-width:1280px){
  .intro-wheel{
    height: 80vh;
  }
}

@media only screen and (max-width:1024px){
  .intro-wheel{
    height: 70vh;
  }

  .wheel-container .wheel-wrapper .deal-wheel {
    --size: clamp(90vw, 90vw, 700px);
  }

  .quiz-section .quiz-questions .question-container .question-txt{
    max-width: 660px;
    font-size: 24px;
    line-height: 36px;
  }
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  .intro-wheel {
    width: 70%;
    height: auto;
  }

  .intro-wheel img {
    width: 100%;
    height: auto;
    display: block;
  }
}

@media only screen and (max-width:768px){
  .du-logo {
    max-width: 60px;
  }

  .spin-game.home .du-logo {
    max-width: 100px;
  }

  .spin-screen.intro .intro-scrn-texts {
    padding: 40px 0 0;
  }

  .spin-screen .spin-screen-wrap{
    padding: 30px 20px;
  }

  .game-intro-title {
    font-size: 64px;
    line-height: 68px;
  }

  .game-intro-text {
    font-size: 22px;
    line-height: 32px;
  }

  .wheel-container {
    width: 100%;
  }

  .wheel-container .wheel-container-wrap {
    margin: 0 -20px;
    overflow: hidden;
    position: relative;
  }

  .ar .wheel-container .wheel-container-wrap{
    direction: ltr;
  }

  .wheel-container .wheel-container-wrap .wheel-container-cont {
    width: 140vw;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
  }

  .wheel-spin-header .wheel-spin-header-wrap {
    display: block;
  }

  .wheel-spin-header .wheel-spin-header-wrap .wheel-spin-ctas .wheel-spin-ctas-wrap {
    padding: 25px 0 0;
  }

  .wheel-spin-header .wheel-spin-header-wrap .wheel-spin-ctas .spin-cta {
    font-size: 28px;
    line-height: 34px;
  }

  .du-btn-wrap .du-btn {
    font-size: 22px;
    height: 48px;
    line-height: 40px;
    padding: 0 40px;
  }

  .wheel-container .wheel-wrapper .deal-wheel {
    --size: clamp(140vw, 140vw, 700px);
  }

  .wheel-container {
    width: 100%;
    padding: 10vh 0 0;
  }

  .quiz-section .quiz-section-wrap{
    flex-direction: column;
    gap: 50px;
    align-items: unset;
  }

  .quiz-section .quiz-section-wrap .quiz-questions{
    order: 2;
    flex: auto;
  }

  .quiz-section .quiz-section-wrap .quiz-timer {
    order: 1;
    width: 100%;
    text-align: center;
  }

  .quiz-timer .time-num{
    margin: 0 auto;
  }

  .quiz-section .quiz-questions .question-container .question-txt {
    max-width: 540px;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 40px;
  }

  .quiz-section .quiz-questions .answers-list .answer-opt .answer-opt-cont{
    margin: 0 auto;
    left: 25px;
  }

  .ar .quiz-section .quiz-questions .answers-list .answer-opt .answer-opt-cont{
    right: 25px;
    left: auto;
  }

  .results-section {
    padding: 60px 0 0;
  }

  .results-section .quiz-results .quiz-done {
    font-size: 38px;
    line-height: 48px;
  }

  .results-section .quiz-results .res-row span {
    font-size: 32px;
    line-height: 42px;
  }
}

@media only screen and (max-width:640px){
  .game-intro-title {
    font-size: 54px;
    line-height: 58px;
  }

  .du-logo {
    max-width: 40px;
  }

  .spin-game.home .du-logo {
    max-width: 80px;
  }

  .spin-form-container {
    padding: 30px 0 0;
  }

  .spin-form-container .spin-form-container-wrapper{
    padding: 25px 15px;
    max-width: 540px;
  }

  .spin-form-container .game-form-intro {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
  }

  .categ-result .categ-result-wrap .categ-res-name {
    font-size: 28px;
    line-height: 34px;
  }

  .categ-result .categ-result-wrap .time-to-finish {
    font-size: 20px;
    line-height: 28px;
  }

  .quiz-section {
    padding: 30px 0 0;
  }

  .quiz-header .quiz-header-wrap .points-earned .points-earned-wrap{
    font-size: 30px;
  }

  .quiz-timer .time-num{
    transform: scale(0.8);
  }

  .quiz-timer .box-lbl{
    padding: 0;
  }

  .quiz-section .quiz-questions .question-container .question-txt{
    font-size: 20px;
    line-height: 31px;
  }

  .quiz-section .quiz-questions .answers-list .answer-opt .answer-opt-cta{
    font-size: 22px;
    line-height: 32px;
  }

  .results-section .quiz-results .quiz-done {
    font-size: 32px;
    line-height: 42px;
  }

  .results-section .quiz-results .res-row span {
    font-size: 26px;
    line-height: 34px;
  }

  .quiz-section .quiz-section-wrap{
    gap: 40px;
  }
}

@media only screen and (max-width:540px){
  .game-intro-title {
    font-size: 42px;
    line-height: 46px;
  }

  .game-intro-text {
    font-size: 18px;
    line-height: 28px;
  }

  .spin-form-container .game-form-intro {
    font-size: 18px;
    line-height: 24px;
  }

  body{
    font-size: 16px;
    line-height: 22px;
  }

  .wheel-container{
    padding: 5vh 0 0;
  }

  .wheel-spin-header .wheel-spin-header-wrap .wheel-spin-ctas .spin-cta {
    font-size: 24px;
    line-height: 30px;
  }

  .du-btn-wrap .du-btn {
    font-size: 18px;
    height: 44px;
    line-height: 36px;
    padding: 0 30px;
  }

  .categ-result .categ-result-wrap .categ-res-name {
    font-size: 24px;
    line-height: 30px;
  }

  .categ-result .categ-result-wrap .time-to-finish {
    font-size: 18px;
    line-height: 26px;
  }

  .quiz-section .quiz-questions .question-container .question-txt {
    font-size: 18px;
    line-height: 28px;
  }

  .quiz-section .quiz-questions .answers-list .answer-opt .answer-opt-cta {
    font-size: 18px;
    line-height: 26px;
  }

  .results-section .quiz-results .quiz-done {
    font-size: 26px;
    line-height: 36px;
  }

  .results-section .quiz-results .res-row span {
    font-size: 22px;
    line-height: 28px;
  }
}

@media only screen and (max-width:460px){
  .intro-wheel{
    width: 80%;
  }

  .game-intro-title {
    font-size: 34px;
    line-height: 38px;
  }

  .game-intro-text {
    font-size: 16px;
    line-height: 26px;
  }

  .gameform .field-col input{
    font-size: 16px;
  }

  .wheel-container .wheel-container-wrap .wheel-container-cont {
    width: 150vw;
  }

  .wheel-container .wheel-wrapper .deal-wheel {
    --size: clamp(150vw, 150vw, 700px);
  }

  .wheel-container {
    padding: 10vh 0 0;
  }

  .wheel-spin-header .wheel-spin-header-wrap .wheel-spin-ctas .spin-cta {
    font-size: 22px;
    line-height: 30px;
  }

  .quiz-section .quiz-questions .answers-list .answer-opt .answer-opt-cont{
    left: auto;
  }

  .ar .quiz-section .quiz-questions .answers-list .answer-opt .answer-opt-cont{
    right: auto;
  }

  .quiz-section .quiz-questions .answers-list .answer-opt .answer-opt-cont{
    padding: 0 15px;
  }

  .quiz-section .quiz-questions .answers-list .answer-opt .answer-opt-cont:before, .quiz-section .quiz-questions .answers-list .answer-opt .answer-opt-cont:after{
    width: 20px;
    height: 20px;
    right: -10px;
  }

  .ar .quiz-section .quiz-questions .answers-list .answer-opt .answer-opt-cont::before, .ar .quiz-section .quiz-questions .answers-list .answer-opt .answer-opt-cont::after {
    left: -10px;
    right: auto;
  }
}