/* css/styles.css */
@font-face {
  font-family: "Poetsen-Regular";
  src: url("../fonts/PoetsenOne-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "MyraidPro-Bold";
  src: url("../fonts/MYRIADPRO-BOLD.OTF") format("truetype");
  font-style: bold;
  font-weight: 700;
}

@font-face {
  font-family: "MyraidPro-Regular";
  src: url("../fonts/MYRIADPRO-REGULAR.OTF") format("truetype");
  font-style: bold;
  font-weight: 700;
}

@font-face {
  font-family: "tungsten-regular";
  src: url("../fonts/tungsten/Tungsten-Semibold.ttf") format("truetype");
  font-weight: 700;
}

#root {
  height: 100vh;
  /* width: 100%;
  overflow-x: hidden;
  height: max-content; */
  overflow-x: hidden;
  /* position: relative; */
  scroll-behavior: smooth;
  /* background: radial-gradient(172.72% 215.1% at 65.95% 108.25%, #A9DCF3 34.14%, #C0F5EB 83.62%) ,
        radial-gradient(172.72% 215.1% at 65.95% 108.25%, color(display-p3 0.706 0.855 0.941) 34.14%, color(display-p3 0.796 0.953 0.922) 83.62%);
; */
  background-color:hsla(189,100%,89%,1);
  background-image:
  radial-gradient(at 76% 39%, hsla(174,56%,86%,1) 0px, transparent 50%),
  radial-gradient(at 26% 67%, hsla(174,57%,86%,1) 0px, transparent 50%),
  radial-gradient(at 0% 50%, hsla(174,57%,86%,1) 0px, transparent 50%),
  radial-gradient(at 100% 1%, hsla(181,66%,45%,0.59) 0px, transparent 50%),
  radial-gradient(at 0% 100%, hsla(180,56%,54%,0.54) 0px, transparent 50%),
  radial-gradient(at 0% 0%, hsla(167,71%,84%,1) 0px, transparent 50%),
  radial-gradient(at 98% 96%, hsla(201,66%,79%,1) 0px, transparent 50%);
}

body {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  /* background: radial-gradient(ellipse at 66% 108%, #ffc7ad 34%, #ffd7c2 84%),
    radial-gradient(circle at bottom left, rgba(253, 128, 94, 0)),
    radial-gradient(circle at top right, rgba(253, 128, 94, 1)); */
  /* background: radial-gradient(172.72% 215.1% at 65.95% 108.25%, #A9DCF3 34.14%, #C0F5EB 83.62%) ,
        radial-gradient(172.72% 215.1% at 65.95% 108.25%, color(display-p3 0.706 0.855 0.941) 34.14%, color(display-p3 0.796 0.953 0.922) 83.62%); */
  /* background: rgba(0, 124, 195, 1); */
  /* overflow: hidden; */
  background-color:hsla(189,100%,89%,1);
  background-image:
  radial-gradient(at 76% 39%, hsla(174,56%,86%,1) 0px, transparent 50%),
  radial-gradient(at 26% 67%, hsla(174,57%,86%,1) 0px, transparent 50%),
  radial-gradient(at 0% 50%, hsla(174,57%,86%,1) 0px, transparent 50%),
  radial-gradient(at 100% 1%, hsla(181,66%,45%,0.59) 0px, transparent 50%),
  radial-gradient(at 0% 100%, hsla(180,56%,54%,0.54) 0px, transparent 50%),
  radial-gradient(at 0% 0%, hsla(167,71%,84%,1) 0px, transparent 50%),
  radial-gradient(at 98% 96%, hsla(201,66%,79%,1) 0px, transparent 50%);
}

.download-sharing{
  display:flex; 
  position: absolute;
  z-index: 1;
  justify-content: space-evenly;
  width:100%;
}

.start-button {
  position: relative;
  z-index: 5;
  font-family: MyraidPro-Bold;
  font-size: 20px;
  padding: 12px;
  border-radius: 50px;
  border: none;
  margin-top: 14px;
  color: white;
  background: rgba(0, 178, 143, 1);
  width: 150px;
}

.slide-in {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.start-button:hover {
  cursor: pointer;
}

.friend-type {
  color: white;
  font-size: 28px;
}

/* #splash-screen {
  display: none; 
} */

.splash-text,
.splash-subtext {
  display: flex;
  justify-content: center;
  align-items: center;
}

.splash-text {
  color: black;
}

.splash-subtext {
  color: black;
  font-family: MyraidPro-Regular;
  font-size: 26px;
}

.splash-subtext p {
  margin: 0;
}

.logo {
  width: 100px;
  height: 100px;
}

.flag {
  width: 30px;
  height: 30px;
}

#splash-screen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  height: 100vh;
  width: 100%;
  /* background-image: url("../assets/s.jpg");
  background-size: cover;
  background-position: center; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  color: white;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}

#splash-screen.fade-out {
  opacity: 0;
  visibility: hidden;
}

.splash-head {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* height: 30%; */
}

.splash-image {
  display: flex;
  width: 100%;
  justify-content: space-around;
  position: absolute;
  top: 100px;
}

.splash-image_down {
  display: flex;
  width: 100%;
  justify-content: space-around;
  position: absolute;
  bottom: 100px;
}
.chai {
  position: absolute;
  left: 40;
}
.message {
  position: absolute;
  top: -60px;
}
.trophy {
  top: 30;
  position: absolute;
  right: 30;
}

.splash-footer {
    gap: 5px;
    /* height: 100%; */
    width: 100%;
    display: flex;
    color: black;
    justify-content: center;
    align-items: center;
}

.splash-footer img {
  padding-bottom: 8px;
  width: 50px;
  height: 50px;
}

.splash-content h1 {
  font-size: 80px;
  margin-top: 26px;
  margin-bottom: 4px;
  font-family: Poetsen-Regular;
}

.splash-text {
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-top: 40px; */
}

.splash-text h1 {
  font-family: tungsten-regular;
  font-size: 120px;
  margin: 0px;
}

.splash-content p {
  font-size: 26px;
  margin: 0;
}

.splash-content {
  position: absolute;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  height: 100vh;
}

.result-header {
  color: white;
  font-size: 28px;
}

.result-header h2 {
  color: rgba(0, 124, 195, 1);
  text-align: left;
  font-size: 30px;
  margin: 0;
  font-family: MyraidPro-Bold;
}

.result-header ul {
  color: rgba(77, 39, 22, 1);
  font-size: 18px;
  margin: 0;
  font-family: MyraidPro-Regular;
}

.header_logo {
  padding: 24px 24px 0px 24px;
}

.header_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0px 20px;
}

.header_container h1 {
  color: white;
  font-size: 56px;
  margin: 0;
}

.header_container p {
  color: white;
  font-size: 26px;
  margin: 8px 0 0;
}

#background-video {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: -1;
}

.slide-in > h4 {
  color: white;
  font-size: 20px;
  line-height: 28px;
}

/* Quiz Container */
.quiz-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  /* overflow: hidden; */
  /* min-height: 250px; */
  /* height: 70%; */
  width: 100%;
  
  /* align-items: center; */
  /* display: flex;
  justify-content: center; */
  padding-top: 48px;
  padding-bottom: 48px;
}

/* Question Slide */
.question-slide {
  transition: transform 0.3s ease, opacity 0.3s ease;
  border-radius: 12px;
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); */
  /* padding-left: 24px;
  padding-right: 24px; */
}

/* Slide Animation */
.slide-in {
  /* padding-top: 60px; */
  animation: slideIn 0.3s forwards;
  width: 100%;
  color: white;
}

.slide-out {
  animation: slideOut 0.3s forwards;
  color: white;
}

.slide-in h4 {
  width: 60%;
  color: rgba(0, 124, 195, 1);
  font-size: 36px;
  line-height: 40px;
  font-family: MyraidPro-Bold;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(100%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideOut {
  from {
    opacity: 1;
    transform: translateX(0);
  }

  to {
    opacity: 0;
    transform: translateX(-100%);
  }
}

/* Options Styling */
/* .options {
  display: flex;
  flex-direction: column;
  gap: 12px;
} */

.options {
  width: 60%;
  /* padding: 0px 100px; */
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
}

.option-text {
  color: rgba(77, 39, 22, 1);
}

.option-btn {
  /* padding: 12px 0px; */
  background: transparent;
  border: 2px solid transparent;
  border-radius: 8px;
  text-align: left;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 20px;
  color: rgba(77, 39, 22, 1);
  line-height: 28px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  font-family: MyraidPro-Regular;
}

.option-wrapper {
  background: rgba(0, 178, 143, 0.05);
  display: flex;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(0, 178, 143, 0.5);
  border-radius: 12px;
}

.option-wrapper:hover {
  border-color: rgba(0, 178, 143, 0.5);
  background: rgba(0, 178, 143, 1);
  cursor: pointer;
  color: white;
}

.option-wrapper:hover .option-key,
.option-wrapper:hover .option-text{
  color: white;
}

/* */

.option-btn {
  -webkit-tap-highlight-color: transparent;
  outline: none;
  box-shadow: none;
}

.option-btn:focus {
  outline: none;
  box-shadow: none;
}

.art-style-select-container {

  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  /* -webkit-backdrop-filter: blur(12px); */
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  padding: 12px 20px;
  opacity: 0.8;

  /* padding-top: 24px;
  padding-bottom: 24px; */
  display: flex;
  flex-direction: column;
  /* gap: 6px; */
  /* border:1px solid white */
}

.art-style-select-container label {
  padding-top: 8px;
  padding-left:14px;
  color: black;
  font-size: 12px;
}

.art-style-dropdown {
  cursor: pointer;
  outline: none;
  border: none;
  font-size:18px;
  padding: 10px;
  border-radius: 10px;
  background: transparent;
  color: black;
}

/* Result Screen */
.result-screen {
  padding: 24px;
  background: transparent;
  border-radius: 12px;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06); */
  text-align: left;
  display: flex;
  justify-content: center;
}

.result-screen-header {
  /* background: rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2); */
  padding: 24px;
  height: 530px;
}

.result-screen-footer {
  display: flex;
  justify-content: center;
}

.result-screen ul {
  list-style: none;
  text-align: left;
  padding: 0;
  margin-top: 16px;
  width: 90%;
}

.result-screen li {
  padding: 14px 0;
  /* border-bottom: 1px solid #eee; */
  font-size: 18px;
  line-height: 28px;
}

.image-upload-section {
  /* margin-top: 40px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.image-upload-header {
  display: grid;
  place-items: center;
}
.image-upload-label {
  border-radius: 15px;
  cursor: pointer;
  display: inline-block;
  background: black;
  grid-area: 1 / 1;
  z-index: 2;
}
.blast {
  grid-area: 1/1;
  position: relative;
  z-index: 1;
  width: 420px;
}

.image-preview {
  gap: 5px;
  width: 250px;
  height: 250px;
  /* border: 3px dashed white; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  flex-direction: column;
  color: white;
  background-size: cover;
  background-position: center;
  /* border-radius: 50px; */
  transition: border-color 0.3s;
}

.image-preview p {
  margin: 0;
  font-size: 16px;
  color: white;
}

.image-preview:hover {
  border-color: #888;
}

.upload-text {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: white;
  margin-top: 8px;
}

.submit-btn {
  /* margin-top: 1rem; */
  font-family: MyraidPro-Bold;
  padding: 14px;
  background-color: black;
  color: white;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  width: 250px;
  font-size: 18px;
}

.result-video-wrapper {
  /* width: 25%; */
  text-align: center;
  padding: 16px;
}

.result-video-box {
  display: inline-block;
  background: transparent;
  border-radius: 12px;
  /* box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    padding: 20px; */
}

.result-image {
  width: 80%;
  border-radius: 12px;
}

.submit-btn.loading {
  opacity: 0.7;
  pointer-events: none;
  position: relative;
}

.submit-btn .loader {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
  vertical-align: middle;
  margin-left: 8px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.result-video {
  width: 50%;
  border-radius: 12px;
  /* box-shadow: 0 4px 10px rgba(0,0,0,0.1); */
  /* border: 4px solid black; */
}

.result-screen-footer {
    display: flex;
    /* align-items: end; */
    /* align-items: flex-start; */
    color: white;
    /* padding: 24px 24px 0px 24px; */
    /* justify-content: space-between; */
    justify-content: space-evenly;
    padding-right: 75px;
    padding-left: 20px;
}

.label_box{
  width:50%;
}

.result-video-box {
  position: relative;
  width: 720px;
  /* margin: 0 auto; */
  height: 420px;
}

.video-frame-container {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16; /* or whatever fits your frame */
  overflow: hidden;
}

.result-video {
  /* width: 480px;
  height: 800px; */
  width: 72%;
  height: 75%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 60px;
  left: 100px;
  z-index: 0;
}

.frame-overlay {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.nav-arrow {
  background: none;
  border: none;
  font-size: 2rem;
  color: rgba(77, 39, 22, 1);
  cursor: pointer;
  padding: 0 16px;
}
.nav-arrow:disabled {
  color: rgba(77, 39, 22, 1);
  cursor: not-allowed;
}

.navs-arrows {
  z-index: -1;
  width: 90%;
  position: absolute;
  display: flex;
  /* bottom: 100; */
  justify-content: space-between;
}

.powered {
  position: absolute;
  bottom: -70px;
  width: 96%;
  display: flex;
  gap: 5px;
  justify-content: flex-end;
  /* margin-top: 80px;
    margin-right: 80px; */
  height: fit-content;
}

.frame-background {
  z-index: 1;
  position: relative;
  height: 100%;
  width: 100%;
}


.loader-overlay {
  opacity:0.85;
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background:rgba(0, 0, 0, 1);
  z-index: 99999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.loader-overlay img {
  width: 120px;
  height: 120px;
  margin-bottom: 24px;
}
.loader-overlay .loader-text {
  font-size: 22px;
  color: white;
  font-family: MyraidPro-Bold, sans-serif;
  text-align: center;
}

.result-screen-sub-footer p{
    font-family: 'MyraidPro-Bold';
    color: black;
    font-size: 24px;
    line-height: 26px;
    margin: 0px;
    margin-bottom: 16px;
}

.btn-footer{
    display: flex;
    gap: 20px;
    color: black;
}

.btn-yes,.btn-no{
    cursor: pointer;
    border-radius: 12px;
    font-family: 'MyraidPro-Regular';
    font-size: 16px;
    display: flex;
    padding: 4px;
    border: 1px solid rgba(0, 178, 143, 0.5);
    width: 85px;
    height: 30px;
    align-items: center;
    justify-content: center;
    background: rgba(0, 178, 143, 0.05);
}

.result-btn-footer {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}

 .splash_para{
    padding: 28px;
    color: black;
    font-family: MyraidPro-Regular;
    font-size: 22px;
}

.splash-content .one{
  font-size: 18px;
}
.desktop{
  bottom:0px;
}

.qr-image{
  width:120px;
  height:120px;
}


.desktop-qr{
  color: black;
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
}

.hidden {
  display: none;
}

.splash_para {
    padding: 0px 28px 28px 28px;
}
@media (max-width: 767px) {
  body {
    width: 100vw;
    height: 100vh;
    /* background: radial-gradient(
        172.72% 215.1% at 65.95% 108.25%,
        #ffc7ad 34.14%,
        #ffd7c2 83.62%
      ),
      radial-gradient(
        172.72% 215.1% at 65.95% 108.25%,
        color(display-p3 1 0.788 0.694) 34.14%,
        color(display-p3 1 0.851 0.773) 83.62%
      ); */
      background-color:hsla(189,100%,89%,1);
      background-image:
      radial-gradient(at 76% 39%, hsla(174,56%,86%,1) 0px, transparent 50%),
      radial-gradient(at 26% 67%, hsla(174,57%,86%,1) 0px, transparent 50%),
      radial-gradient(at 0% 50%, hsla(174,57%,86%,1) 0px, transparent 50%),
      radial-gradient(at 100% 1%, hsla(181,66%,45%,0.59) 0px, transparent 50%),
      radial-gradient(at 0% 100%, hsla(180,56%,54%,0.54) 0px, transparent 50%),
      radial-gradient(at 0% 0%, hsla(167,71%,84%,1) 0px, transparent 50%),
      radial-gradient(at 98% 96%, hsla(201,66%,79%,1) 0px, transparent 50%);
      /* background: radial-gradient(172.72% 215.1% at 65.95% 108.25%, #A9DCF3 34.14%, #C0F5EB 83.62%) ,
        radial-gradient(172.72% 215.1% at 65.95% 108.25%, color(display-p3 0.706 0.855 0.941) 34.14%, color(display-p3 0.796 0.953 0.922) 83.62%); */
  }
  #root {
    height: auto;
    position: relative;
    display: block;
    min-height: 100vh;
  }
  #root.result-fullscreen {
    height: 100vh !important;
  }
  .powered {
    bottom: 0px;
    width: 100%;
    z-index: 2;
    justify-content: center;
  }
  .mob{width:50%}
  .header_logo {
    padding-top: 24px;
    padding-left: 16px;
  }

  .question-slide {
    padding-left: 24px;
    padding-right: 24px;
  }

  .quiz-container {
    padding-top: 20px;
    position: relative;
    /* overflow: hidden; */
    /* min-height: 250px; */
    /* height: 70%; */
    width: 100%;
    /* align-items: center; */
    display: flex;
    justify-content: flex-start; 
    align-items: center;
    /* margin-bottom: 40px; */
  }
  /* .slide-in > h4 {
    color: white;
    font-size: 20px;
    line-height: 28px;
  } */

  .options hr {
    border: none;
    border-bottom: 1px solid #ccc;
    margin: 0px;
  }

  .result-screen h2 {
    color: rgba(0, 124, 195, 1);
    text-align: left;
    font-size: 24px;
  }

  #splash-screen {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    height: 100vh;
    width: 100%;
    background-image: url("../assets/splash.jpg");
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    color: white;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.8s ease, visibility 0.8s ease;
  }

  #splash-screen.fade-out {
    opacity: 0;
    visibility: hidden;
  }

  .splash-content h1 {
    font-size: 100px;
    margin-bottom: 12px;
  }

  .splash-content p {
    text-align: center;
    font-size: 18px;
  }

  .splash-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .friend-type {
    color: white;
    font-size: 20px;
  }

  .art-style-select-container {
    /* margin-top: 20px; */
    text-align: left;
  }

  .art-style-select-container label {
    display: block;
    font-weight: 400;
    color: black;
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    /* margin-bottom: 8px; */
  }

  .art-style-dropdown {

    background: transparent;
    width: 100%;
    padding: 10px;
    font-size: 18px;
    border-radius: 8px;
    border: none;
    /* background: #ffffff5e; */
    color: #333;
    /* appearance: none; */
  }

  .header_container {
    display: none;
  }

  .options {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .quiz-container {
    /* scroll-behavior: smooth;
    width: 97%;
    max-width: 100vw;
    box-sizing: border-box;
    display: flex;
    top: -30px;
    min-height: 250px;
    height: 75%;
    justify-content: center; */


    scroll-behavior: smooth;
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
    display: flex;
    /* min-height: 250px; */
    /* height: 70%; */
    min-height:95vh;
    justify-content: flex-start;

    /* height: 100%; */
    /* border: 5px solid red; */
    padding-bottom: 24px;
  }

  .slide-in {
    width: 90%;
    height: fit-content;
  }

  .option-btn {
    padding: 0px;
    font-size: 16px;
    line-height: 22px;
  }
  .result-screen {
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding: 0px;
  }
  .result-screen li {
    font-size: 16px;
    line-height: 24px;
  }
  .result-screen-header {
    background: unset;
    border-radius: 0;
    box-shadow: unset;
    backdrop-filter: none;
    -webkit-backdrop-filter: blur(12px);
    border: none;
    padding: 0px;
    height: unset;
    width: 88%;
    padding-left: 24px;
    padding-right: 24px;

    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .result-video {
    width: 300px;
    height: 530px;
    top: 0px;
    left:0px;
  }

  .result-screen-footer {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 2rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .slide-in {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: -webkit-fill-available;
    /* padding-top: 60px; */
  }
  .result-video-wrapper {
    width: 320px;
    text-align: center;
    /* padding-left: 18px; */
    /* padding-top: 50px; */
  }
  .frame-overlay {
    padding-bottom: 50px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 330px;
    height: 560px;
    z-index: 1;
    pointer-events: none;
  }

  .slide-in h4 {
    width: 100%;
    margin-top: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .splash-subtext p {
    font-size: 20px;
  }

  .navs-arrows {
    position: unset;
    width: 100%;
    bottom: 0;
    margin-top: 40px;
  }

  .nav-arrow {
    border-radius: 50%;
    padding: 10px;
    width: 50px;

    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
  }

  .message,
  .trophy,
  .lens,
  .time {
    width: 75px;
  }

  .chai {
    width: 100px;
  }

  .trophy {
    top: 0px;
  }

  .chai {
    left: 8px;
    top: 0px;
  }

  .splash-text {
    text-align: center;
    line-height: 80px;
  }

  .message {
    top: -50;
    right: 130;
  }

  .blast {
    width: 375px;
  }

  .result-video-box {
    top: 0px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 70%;
    /* left: 20px; */
  }

  .result-video-wrapper {
    padding: 0px;
  }

  .splash-text h1 {
    font-family: tungsten-regular;
    font-size: 60px;
    margin: 0px;
  }

  /* .result-screen-header{
    display: flex;
    flex-direction: column;
    justify-content: center;
  } */

  /* .submit-btn {
    margin-top: 1rem;
  } */
  /* .submit-btn {
    margin-bottom:2rem;
  } */
  .splash-head{
    height: 20%;
    margin-top: 0;
  }

  .quiz-container{
    /* height:80%; */
  }

  .download-sharing{
      display: flex;
      position: absolute;
      z-index: 1;
      justify-content: center;
      width: 75%;
      top: -6px;
      left: 40px;
  }

  .result-header{
    width: calc(100% - 30px);
  }
  .result-screen-sub-footer{
    width: 340px;
  }

  .btn-footer {
    width: 100%;
  }

  .btn-yes,.btn-no{
    width: 50%;
  }

  .result-screen-sub-footer p {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 18px;
    margin-top: 22px;
  }

  .result-btn-footer{
    gap: 0px;
  }

  .splash_para{
    padding: 24px;
    color: black;
    font-family: MyraidPro-Regular;
  }
  .result-btn-footer {
    flex-direction: row;
  }

  #prevResultBtn{
    height: 50px;
    width:50px;
    display: flex;
    background: transparent;
    color: #222;
    align-items: center;
    border: 1px solid white;
    border-radius: 50px;
    justify-content: center;
  }

    .result-btn-footer {
        gap: 12px;
    }

  .label_box{
    width:100%;
  }

  .splash_para {
    padding: 28px;
  }
}

@media screen and (min-width: 1366px) and (max-width: 1440px) {
  .options {
    width: 70%;
  }
  .splash-text h1 {
    font-size: 100px;
  }
  .slide-in h4 {
    width: 70%;
    font-size: 32px;
  }
}

@media screen and (min-width: 1440px) {
  .quiz-container{
    padding-top: 48px;
    padding-bottom: 48px;
  }
}