body,
html {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font-size: 15px;
}

* {
  box-sizing: border-box;
  margin: 0px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-display: swap;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.main {
  width: 100%;
}

.wrapper {
  max-width: 500px;
  padding: 0px 0px;
  margin: 0px auto;
}

.header {
  width: 100%;
}

.banner {
  width: 100%;
}
.banner img {
  width: 100%;
  max-width: initial;
}

h1, h2 {
  font-family: "Inter", sans-serif;
}

.landing-page {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: linear-gradient(135deg, #d23f2a, #ec6f37);
  color: #fff;
  position: relative;
  overflow: hidden;
  background-image: url(./../images/bg-pongal-d.png);
  background-size: 100% 100%;
}
@media screen and (max-width: 749px) {
  .landing-page {
    background-image: url(./../images/bg-pongal-m.png);
    justify-content: center;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 40px;
  z-index: 10;
}
@media screen and (max-width: 600px) {
  .header {
    padding: 30px 20px;
  }
  div#result-none .cta_holder {
        position: absolute;
        top: 80% !important;
        left: 50%;
        transform: translate(-50%, -50%) !important;
        width: 100%;
    }
    div#result-empty .result_bottomImg.hide-d, div#result-none .result_bottomImg.hide-d {
        height: 210px !important;
    }
    div#result-superhot .result_bottomImg.hide-d, div#result-hotter .result_bottomImg.hide-d, div#result-medium .result_bottomImg.hide-d,
    div#result-hot .result_bottomImg.hide-d {
        height: auto !important;
    }
}
.header .logo {
  z-index: 100;
}
@media screen and (max-width: 600px) {
  .header .logo {
    width: 100px;
  }
  html, body {
    height: 100%;
    margin: 0;
    overflow: hidden;
    overscroll-behavior: none;
  }

  .landing-page {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
    position: relative;
  }

  .landing-page * {
    box-sizing: border-box;
    max-width: 100%;
  }
  div#result-medium .midText {
    display: grid;
  }
  .content .steps .each:last-child {
    padding-bottom: 0px;
  }
  .pongal_initialLogo {
    max-height: 265px;
  }
  div#result-empty h4, div#result-none h4 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 26px !important;
  }
  div#result-none .midText p {
    margin: 0px auto 30px !important;
    font-size: 18px;
    max-width: 65%;
  }
  .tn div#result-none .midText p {
      max-width: 100%;
  }
  html.en div#result-none a.result-cta {
      padding: 16px 80px;
  }
}
.header .lang-toggle-pill {
  display: inline-flex;
  background: #EC7F00;
  border-radius: 40px;
  padding: 6px;
  width: 220px;
  justify-content: space-between;
  align-items: center;
  font-family: "Inter", sans-serif;
  width: 125px;
}
.header .lang-btn {
  flex: 1;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  cursor: pointer;
  padding: 6px 0;
  border-radius: 30px;
  transition: all 0.2s ease;
}
.header .lang-btn.active {
  background: #fff;
  color: #D8552D;
}

.lang-toggle-pill {
  position: relative;
  overflow: hidden;
}

.lang-toggle-pill::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: calc(50% - 6px);
  height: calc(100% - 12px);
  background: #fff;
  border-radius: 999px;
  transition: transform 0.2s ease-in-out;
  z-index: 0;
}

.lang-toggle-pill.is-en::before {
  transform: translateX(100%);
}

.lang-btn {
  position: relative;
  z-index: 1;
  transition: color 0.2s ease;
}

.lang-btn.active {
  color: #D8552D;
}

.content {
  position: relative;
  text-align: center;
  z-index: 2;
  max-width: 700px;
  padding: 20px;
}
@media screen and (min-width: 750px) {
  .content {
    text-align: left;
    margin-left: 12rem;
  }
  .result_bottomImg.hide-d {
    display: none;
  }
  .rotater.hide-d {
    display: none;
  }
  div#result-medium .midText {
    margin-top: 20px;
  }
}
.content .headings .head {
  font-size: 72px;
  line-height: 72px;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  color: #FFF;
  text-transform: uppercase;
  font-style: italic;
}
@media screen and (max-width: 749px) {
  .content .headings .head {
    max-width: 50%;
    margin: 0 auto;
    font-size: 42px;
    line-height: 46px;
  }
  .tn .content .headings .head {
    max-width: 100%;
    font-size: 35px;
    line-height: 42px;
  }
}
.content .headings .subhead {
  margin: 10px 0;
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
.tn .content .headings .subhead {
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 750px) {
  .content .headings .subhead {
    font-size: 24px;
    line-height: 28px;
  }
  .tn .content .headings .subhead {
      font-size: 20px;
      line-height: 24px;
  }
}
.content .steps {
  margin: 20px 0 10px;
}
@media screen and (max-width: 749px) {
  .content .steps {
    margin: 40px auto;
    max-width: 80%;
  }
}
.content .steps .each {
  padding: 0 0 20px 0;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
@media screen and (min-width: 750px) {
  .content .steps .each {
    align-items: center;
  }
}
.content .steps .each span.number {
  font-size: 14px;
  color: #FFF;
  background: rgba(255, 100, 0, 0.3490196078);
  width: 40px;
  display: inline-flex;
  height: 35px;
  min-width: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  padding: 3px 4px;
}
@media screen and (min-width: 750px) {
  .content .steps .each span.number {
    font-size: 20px;
    line-height: 24px;
  }
  .tn .content .steps .each span {
    font-size: 18px;
    line-height: 22px;
  }
}
.content .steps .each span {
  font-size: 18px;
  line-height: 22.5px;
  font-family: "Inter";
  font-weight: 400;
  text-align: left;
}
.tn .content .steps .each span {
  font-size: 15px;
  line-height: 22px;
}
@media screen and (min-width: 750px) {
  .content .steps .each span {
    font-size: 20px;
    line-height: 24px;
  }
}
.content .cta-wrapper {
  text-align: center;
  margin-top: 40px;
}
@media screen and (min-width: 750px) {
  .content .cta-wrapper {
    text-align: left;
    margin-top: 20px;
  }
}
.content .cta-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  background: #1642B9;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  font-family: "Inter", sans-serif;
  border-radius: 16px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.content .cta-pill span {
  font-size: 20px;
  margin: 0px 0px 0 10px;
}
.content button#uploadBtn {
  padding: 16px 70px;
  border: none;
}
.content button#uploadBtn img {
  margin-left: 10px;
}
.content .cta-subtext {
  margin-top: 18px;
  font-size: 14px;
  line-height: 1.4;
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-weight: bolder;
}
@media screen and (min-width: 750px) {
  .content .cta-subtext br {
    display: none;
  }
}

@media screen and (min-width: 1180px) {
  .cta-pill.hide-d {
    display: none !important;
  }
}
@media screen and (max-width: 1179px) {
  .cta-pill.hide-d {
    display: inline-flex !important;
  }
}

@media screen and (max-width: 1179px) {
  .hide-m {
    display: none !important;
  }
  .steps.hide-m {
    display: none !important;
  } 
  .content .steps.hide-d{
    display: block !important; 
  }
}
@media screen and (min-width: 1180px) {
  .hide-m {
    display: inline-flex !important;
  }
  .steps.hide-d {
    display: none !important; 
  }
  .steps.hide-m {
    display: block !important;
  }
  .content .headings .subhead {
      display: none;
  }
  .content .cta-subtext {
      display: none;
  }
  .content .steps {
    margin: 10px 0 10px;
  }
  .content .cta-wrapper button#uploadBtn {
    display: none !important;
   }
}
p.info {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
}
.tn p.info {
    margin: 20px 0;
}
.camera-screen {
  padding: 20px;
  margin-top: 20%;
}
.camera-screen .heading {
  text-align: center;
}
.camera-screen .heading .head {
  font-size: 72px;
  line-height: 72px;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  color: #FFF;
  text-transform: uppercase;
  font-style: italic;
}
@media screen and (max-width: 749px) {
  .camera-screen .heading .head {
    margin: 0 auto;
    font-size: 30px;
    line-height: 32px;
  }
}
@media screen and (max-width: 375px) {
  .camera-screen .heading .head {
    font-size: 26px;
    line-height: 32px;
  }
  .tn h3.result-not {
    font-size: 18px;
    line-height: 24px;
  }
}
.camera-screen .heading .subhead {
  margin: 10px 0;
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
@media screen and (min-width: 750px) {
  .camera-screen .heading .subhead {
    font-size: 24px;
    line-height: 28px;
  }
}

.camera-frame {
  position: relative;
  width: 100%;
  height: 530px;
  background: #000;
  border-radius: 13.4px;
  overflow: hidden;
  border: 2px solid #FF6400;
  margin-top: 20px;
}


@media screen and (max-width: 376px) {
  .camera-frame {
    height: 350px !important;
  }
  .preview-frame {
    height: 350px !important;
  }
  .preview-frame, .camera-frame {
    width: 345px !important;
  }
  .content .headings .head {
    font-size: 30px;
    line-height: 40px;
  }
  .content .headings .subhead {
    font-size: 16px !important;
  }
  .midText h4 {
    font-size: 23px !important;
    line-height: 28px !important;
  }
  .result-eyebrow {
    font-size: 18px !important;
    line-height: 22px !important;
  }
  img.pongal_ele {
      margin: 26% auto 0;
  }
  .result-card img.pongal_ele {
    margin: 26% auto 10px !important;
  }
  .tn img.pongal_ele {
    margin: 0% auto 0;
  }
  div#result-hotter .result-title {
    font-size: 32px !important;
    line-height: 38px !important;
    padding: 0 20px !important;
  }
  .tn .content .cta-pill {
    font-size: 12px !important;
  }
  .tn .content .headings .head {
    max-width: 100%;
    font-size: 25px !important;
    line-height: 33px !important;
  }
  .content .steps {
      margin: 20px auto 0;
      max-width: 90%;
  }
  .header {
    padding: 20px 20px;
  }
  .content .steps .each:last-child {
    padding-bottom: 0px;
  }
  .en .content .cta-subtext {
    max-width: 50%;
    margin: 16px auto 0px;
  }
  .pongal_initialLogo {
    max-height: 195px;
  }
  .preview-screen {
      margin-top: 12% !important;
  }
  .result_bottomImg.hide-d {
    max-height: 230px;
  }
  .content .steps .each span {
    font-size: 15px;
    line-height: 20.5px;
  }
  .content .cta-wrapper {
    margin-top: 20px;
  }
  .result-card .cta_holder {
      margin: 10px 0 0 !important;
  }
   div#result-none h3.result-not {
    margin: 0 0 30px;
   }
  .camera-screen .heading .head, .preview-heading {
    font-size: 26px !important;
    line-height: 30px !important;
  }
  .tn .result-title {
    font-size: 25px !important;
    line-height: 30px !important;
  }
  .tn div#result-medium .midText h4, .tn div#result-superhot .midText h4 {
     max-width: 100%;
     font-size: 18px !important;
  }
  .nudge-title {
    font-size: 23px !important;
    line-height: 31px !important;
  }
  .nudge-sub {
    font-size: 14px !important;
    line-height: 24px !important;
  }
  .allow-camera-btn {
    font-size: 15px !important;
    line-height: 20px !important;
  }
  .camera-permission-nudge {
    padding: 40px 30px 20px !important;
  }
  .tn div#result-medium .midText {
    margin-top: 5% !important;
  }
  .tn div#result-medium .midText .cta_holder {
    margin-top: 20px !important;
  }
  .tn div#result-medium .result-sub {
    max-width: 100% !important;
    margin: 20px auto !important;
    font-size: 12px !important;
  }
  .referalImg img {
    width: 55% !important;
  }
  .midText {
      top: 60% !important;
  }
  div#result-none .midText {
    top: 50% !important;
  }
   .en .result-title {
    font-size: 28px;
    line-height: 36px;
   }
   .en div#result-none h3.result-not {
      font-size: 22px !important;
  }
  .pongal_initialLogo {
    max-height: 225px !important;
   }
   .tn .content .steps .each span {
        font-size: 13px;
        line-height: 22px;
   }
}
@media only screen 
    and (device-width : 375px) 
    and (device-height : 667px) 
    and (-webkit-device-pixel-ratio : 2) {
      .content .headings .head, .tn .content .headings .head {
        font-size: 26px;
        line-height: 32px;
      }
      .content .cta-pill {
        font-size: 14px;
        line-height: 20px;
      }
      .tn .content .cta-subtext, .content .cta-subtext {
        font-size: 12px;
      }
      .camera-screen .heading .head, .preview-heading {
        font-size: 26px !important;
        line-height: 27px !important;
      }
      .tn .result-title {
        font-size: 23px !important;
        line-height: 30px !important;
      }
      .tn div#result-medium .midText h4, .tn div#result-superhot .midText h4 {
         max-width: 100%;
         font-size: 18px !important;
      }
      .referalImg img {
        width: 55% !important;
      }
}

@media only screen 
    and (device-width : 376px) 
    and (device-height : 779px) {
      .content .headings .head, .tn .content .headings .head {
        font-size: 25px !important;
        line-height: 32px !important;
      }
      .content .cta-pill {
        font-size: 14px !important;
        line-height: 20px !important;
      }
      .tn .content .cta-subtext, .content .cta-subtext {
        font-size: 12px !important;
      }
      .camera-screen .heading .head, .preview-heading {
        font-size: 26px !important;
        line-height: 27px !important;
      }
      .tn .result-title {
        font-size: 23px !important;
        line-height: 30px !important;
      }
      .tn div#result-medium .midText h4, .tn div#result-superhot .midText h4 {
         max-width: 100%;
         font-size: 18px !important;
      }
      .referalImg img {
        width: 75% !important;
      }
      div#result-mega .midText, div#result-superhot .midText, div#result-medium .midText,
      div#result-hotter .midText, div#result-hot .midText, div#result-none .midText, div#result-empty .midText {
        top: 52% !important;
        width: 100% !important;
      }
      .tn div#result-hot .midText h4 {
          font-size: 24px !important;
          line-height: 34px !important;
      }
      .tn div#result-hot .result-title {
        font-size: 28px;
        line-height: 34px;
      }
}

@media screen and (min-width: 377px) and (max-width: 405px) {
  .camera-frame {
    height: 375px !important;
  }
  .preview-frame {
    height: 375px !important;
  }
  .preview-frame, .camera-frame {
    width: 375px !important;
  }
  .camera-permission-nudge img.pongal_ele {
    margin: 3% auto 0;
  }
  .tn .content .headings .head {
    max-width: 100%;
    font-size: 25px;
    line-height: 33px;
  }
  .content .steps {
      margin: 20px auto;
      max-width: 90%;
  }
  .header {
    padding: 20px 20px;
  }
  .content .steps .each:last-child {
    padding-bottom: 0px;
  }
  .en .content .cta-subtext {
    max-width: 55%;
    margin: 16px auto 0px;
  }
  .preview-screen {
      margin-top: 12% !important;
  }
  /*.result_bottomImg.hide-d {*/
  /*  max-height: 210px;*/
  /*}*/
  .camera-screen .heading .head, .preview-heading {
    font-size: 26px !important;
    line-height: 30px !important;
  }
  .tn div#result-hotter .midText, .tn div#result-hot .midText  {
    top: 60%;
  }
  .tn div#result-medium .midText {
    margin-top: 70px;
  }
  .tn div#result-superhot .result-title {
    font-size: 30px;
    line-height: 38px;
  }
  .tn div#result-superhot .midText h4 {
    max-width: 100%;
  } 
  .referalImg img {
    width: 60% !important;
  }
  div#result-mega .midText, div#result-superhot .midText, div#result-medium .midText,
  div#result-hotter .midText, div#result-hot .midText, div#result-empty .midText {
    top: 55% !important;
    width: 100% !important;
  }

  .tn div#result-hot .midText {
    margin-top: 10%;
  }
  div#result-medium .midText {
    margin-top: 15%;
  }
  div#result-none .midText {
    top: 50% !important;
  }
  .result-card .cta_holder {
      margin: 20px 0 0 !important;
  }
  div#result-none .cta_holder {
      top: 80% !important;
  }
  .en div#result-none h3.result-not {
      font-size: 24px !important;
  }
  .tn div#result-hot .midText h4 {
      font-size: 24px !important;
      line-height: 34px !important;
  }
  .tn div#result-hot .result-title {
    font-size: 28px;
    line-height: 34px;
  }
  .tn div#result-medium .result-sub {
    max-width: 100% !important;
    margin: 20px auto !important;
    font-size: 12px !important;
  }
  .content .cta-wrapper {
      margin-top: 10px !important;
  }
  .pongal_initialLogo {
    max-height: 225px !important;
   }
   .tn .content .steps .each span {
        font-size: 13px;
        line-height: 22px;
   }
}

@media screen and (min-width: 406px) and (max-width: 600px) {
  .preview-frame {
    height: 400px !important;
  }
  .camera-frame {
    height: 400px;
  }
  .camera-frame, .preview-frame {
    width: 400px !important;
  }
  .en .content .cta-subtext {
    max-width: 50%;
    margin: 16px auto 0px;
  }
  .referalImg img {
    /*width: 65% !important; */
    width: 75% !important;
    margin: 10px auto !important;
  }
  .en div#result-none h3.result-not {
      font-size: 26px !important;
  }
  .result-card .cta_holder {
    margin: 50px 0 0;
  }
  .rotater {
     top: 70% !important; 
  }
}

.rotater img {
  animation-play-state: paused;
}

.landing-page.is-result-active .rotater img {
  animation-play-state: running;
}

#cameraVideo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.camera-shutter {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #d9d9d9;
  border: 4px solid #ffffff;
}

.gallery-upload {
  margin: 35px auto 0;
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: 1px solid #1642B9;
  padding: 12px 20px;
  border-radius: 12px;
  font-weight: 600;
  color: #1642B9;
  font-family: "Inter", sans-serif;
}

.preview-screen {
  text-align: center;
  padding: 30px 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 10;  
}

.preview-subheading {
  text-align: left;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Inter';
  margin-bottom: 5px;
}
.preview-heading {
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
    text-align: left;
    line-height: 32px;
    font-family: 'Inter';
    font-style: italic;
    text-transform: uppercase;
}

.preview-frame {
  width: 400px;
  height: 400px;
  margin-top: 20px;
  border-radius: 13.47px;
  overflow: hidden;
  border: 2px solid #FF6400;
  position: relative;
}

.preview-frame img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.scan-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;               
  pointer-events: none;

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.30);
  /*background: linear-gradient(
    to bottom,
    rgba(255,255,255,0.15),
    rgba(255,255,255,0.35)
  );*/
  border-bottom: 1px solid #FFF;

  opacity: 0;
}

.preview-frame.is-analyzing .scan-overlay {
  opacity: 1;
  animation: scanFill 4s ease-in-out infinite;
}

@keyframes scanFill {

  0% {
    height: 0;
  }

  45% {
    height: 100%;
  }

  55% {
    height: 100%;
  }

  100% {
    height: 0;
  }

}
.preview-frame.is-frame-animating::after {
  backdrop-filter: blur(1px);
}

.analyzing-text {
      margin-top: 26px;
    margin-bottom: 20px;
    color: #5D5D5D;
    font-size: 20px;
    line-height: 28px;
    font-family: 'Inter';
    font-weight: 500;
  }

.progress-bar {
  width: 315px;
  height: 16px;
  background: #ffffff;
  border-radius: 999px;
  margin: 10px auto 0;
  overflow: hidden;
  border: 0.5px solid #fff;
}

.progress-bar span {
  display: block;
  width: 0%;                 
  height: 100%;
  background: linear-gradient(
    90deg,
    #cfd8ff 0%,
    #6b85e5 45%,
    #1f3f8b 100%
  );
  border-radius: 999px;
  transition: width 0.4s ease; 
}

.camera-permission-nudge {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #1642B9;
  color: #fff;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  padding: 60px 30px;
  text-align: center;
  z-index: 5;
}

.nudge-title {
  font-weight: 900;
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-style: italic;
  font-family: 'Inter';
  margin-top: 30px;
}

.nudge-sub {
  font-size: 18px;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 28px;
  margin: 20px 0 30px;
}

.allow-camera-btn {
  background: #FFE70D;
  color: #1642B9;
  border: none;
  border-radius: 16px;
  padding: 16px 40px;
  font-weight: 700;
  cursor: pointer;
  font-size: 18px;
  line-height: 26px;
  font-family: "Inter";
}
.loader {
    margin: 30px auto 0;
    text-align: center;
    display: flex;
    justify-content: center;
}
.nudge-loader {
  width: 24px;
  height: 24px;
  margin: 12px auto 0;
  border: 3px solid rgba(255,255,255,0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  display: none;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.result-screen {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.result-card {
  max-width: 600px;
  margin-left: 12rem;
  background: transparent;
  color: #fff;
  z-index: 10;
}

.result-eyebrow {
  font-weight: 700;
  font-size: 32px;
  margin: 16px 0;
  line-height: 38px;
  font-weight: 900;
  text-transform: uppercase;
}

.result-sub {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 25px;
}
.midText h4 {
  font-size: 38px;
  margin: 16px 0;
  line-height: 40px;
  font-weight: 400;
}

.result-title {
  font-size: 60px;
  font-weight: 900;
  line-height: 68px;
  text-transform: uppercase;
}

.result-title span {
  color: #fff;
}

.result-cta {
  margin-top: 50px;
  background: #1642B9;
  color: #fff;
  border-radius: 16px;
  padding: 16px 40px;
  border: none;
  cursor: pointer;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  margin-top: 0;
}

.result-card .pongal_ele {
    margin-bottom: 20px;
}

.result-card .cta_holder {
    margin: 50px 0 0;
}

h3.result-not {
  font-size: 32px;
  margin: 16px 0;
  line-height: 40px;
  font-weight: 400;
  font-style: italic;
  text-transform: uppercase;
}

.pongal_initialLogo {
  position: absolute;
  right: 0%;
  bottom: 0;
  width: 100%;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  .pongal_initialLogo img {
    width: 100%;
  }
  .tn div#result-hotter .midText h4 {
    font-size: 20px !important;
  }
  .tn h2.result-title {
    font-size: 28px !important;
    line-height: 36px !important;
  }
}
@media screen and (min-width: 750px) {
  .pongal_initialLogo {
    left: 0%;
    bottom: 0;
    width: 20%;
  }
}

.flipkart_logo {
  position: absolute;
  right: 0px;
  bottom: 0;
  width: 45%;
}
@media screen and (max-width: 749px) {
  .flipkart_logo {
    display: none;
  }
}

@media (max-width: 600px) {
   .landing-page.is-camera-active .pongal_initialLogo {
    display: none;
  }

  .landing-page.is-preview-active .pongal_initialLogo {
    display: none;
  }
  .landing-page.is-result-active .pongal_initialLogo {
    display: none;
  }
  .preview-subheading, .preview-heading {
    text-align: center;
  }
  .progress-bar {
    width: 100%;
    height: 7px;
  }
  .result-eyebrow {
    font-size: 20px;
    line-height: 28px;
    font-style: italic;
  }
  .result-sub {
    font-size: 16px;
    line-height: 22px;
    max-width: 75%;
    margin: 10px auto;
  }
  img.pongal_ele {
    margin: 5% auto 0;
  }
  .midText h4 {
    font-size: 34px;
  }
  .midText {
    padding: 0 1rem;
  }
  .result-title {
    font-size: 36px;
    line-height: 48px;
  }
  div#result-medium .midText h4, div#result-superhot .midText h4 {
    font-size: 20px !important;
    line-height: 28px;
    max-width: 70%;
    margin: 10px auto;
  }
  .midText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    width: 100%;
  }
  .tn .content .cta-pill {
    font-size: 14px;
  }
  .tn .content .cta-subtext {
    font-size: 14px;
    padding: 0 5%;
  }
  .tn .nudge-title {
    font-size: 25px;
    line-height: 32px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1400px) {
  .result-title {
    font-size: 45px;
    line-height: 52px;
  }
  .content .headings .head {
    font-size: 60px;
    line-height: 70px;
  }
  .tn .content .headings .head {
    font-size: 45px;
    line-height: 50px;
  }
  .tn.result-title {
    font-size: 38px;
    line-height: 48px;
  }
  .tn div#result-medium .midText h4, .tn div#result-superhot .midText h4 {
    font-size: 32px;
    line-height: 42px;
  }
  .tn .result-eyebrow {
      font-size: 28px;
      line-height: 38px;
  }
}

@media screen and (max-width: 749px) {
  .result-card {
    position: relative;
    text-align: center;
    z-index: 2;
    max-width: 700px;
    padding: 20px;
    margin-left: 0;
    height: 100%;
    width: 100%;
  }
}

.rotater {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  opacity: 0;
  width: 165vmin;
  height: 180vmin;
  max-width: max-content;
}

.result_bottomImg.hide-d {
    position: absolute; 
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(-120px); 
    opacity: 0;
}
.result_bottomImg.hide-d img {
  width: 100%;
}

.result_bottomImg.hide-d {
  animation: slideFromTop 0.9s ease-out forwards;
  animation-delay: 0.6s;
}

@keyframes slideFromTop {
  from {
    transform: translateY(-120px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.rotater img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  animation: rotateClockwise 30s linear infinite;
  opacity: 0.5;
}

.landing-page.is-result-active .rotater {
  opacity: 0.5;
}

@keyframes rotateClockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

div#result-medium .midText h4, div#result-superhot .midText h4 {
  font-size: 38px;
  font-weight: 400;
}

.result-card > * {
  opacity: 0;
  transform: translateY(20px);
}

.result-card.animate > * {
  animation: fadeUp 0.6s ease forwards;
}

/* staggered delays */
.result-card.animate > *:nth-child(1) { animation-delay: 0s; }
.result-card.animate > *:nth-child(2) { animation-delay: 0.2s; }
.result-card.animate > *:nth-child(3) { animation-delay: 0.4s; }
.result-card.animate > *:nth-child(4) { animation-delay: 0.6s; }
.result-card.animate > *:nth-child(5) { animation-delay: 0.6s; }

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 600px) {
  .result_bottomImg {
    opacity: 0;
    transform: translateY(120px);
  }

  .result-card .result-sub {
    opacity: 0;
    transform: translateY(20px);
  }

  .result-card .midText {
    opacity: 0;
    transform: translateY(20px);
  }

  .result-card .cta_holder {
    opacity: 0;
    transform: translateY(20px);
  }

  .landing-page.is-result-active .result_bottomImg {
    animation: slideUp 0.9s ease-out forwards;
    animation-delay: 0s;
  }

  .landing-page.is-result-active .result-card .result-sub,
  .landing-page.is-result-active .result-card .result-not {
    animation: fadeUp 0.6s ease forwards;
    animation-delay: 1s;
  }

  .landing-page.is-result-active .result-card .midText {
    animation: fadeUp 0.6s ease forwards;
    animation-delay: 2s;
  }

  .landing-page.is-result-active .result-card .cta_holder {
    animation: fadeUp 0.6s ease forwards;
    animation-delay: 3s; 
  }
  
  .landing-page.is-result-active .result-card .cta_holder {
    animation: fadeUp 0.9s ease forwards;
    animation-delay: 3s; 
  }

  h3.result-not {
    font-size: 20px;
    line-height: 28px;
    font-weight: 900;
    font-style: italic;
    padding-top: 10px;
  }
  .preview-screen {
    margin-top: 5%;
  }
  .tn .result-cta {
    font-size: 14px;
    line-height: 24px;
  }
  .result-card img.pongal_ele {
    margin: 26% auto 10px;
  }
}

@keyframes slideUp {
  from {
    transform: translateY(120px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@media screen and (min-width: 750px) and (max-width: 1079px) {
  .content, .result-card {
    margin-left: 3rem;
  } 
  .cta-pill.hide-d {
    display: inline-flex !important;
  }
  .cta-pill.hide-m {
    display: none !important;
  }
  .camera-screen .heading .head {
    font-size: 40px;
    line-height: 48px;
  }
  .camera-screen {
    width: 100%;
    z-index: 100;
  }
  .preview-screen {
    width: 100%;
  }
  .preview-frame {
    width: 100%;
    height: 100%;
  }
  .tn .content .headings .head {
    font-size: 55px;
    line-height: 70px;
  }
  .result_bottomImg.hide-d {
    display: none;
  }
}



[data-en] {
   transition:
    opacity 0.18s ease,
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
}

.lang-transition {
  opacity: 0;
}



html.tn .result-title,
html.tn .result-sub,
html.tn .midText h4,
html.tn .cta-pill span,
html.tn .result-cta {
  transform-origin: center top;
}

html.en .result-title,
html.en .result-sub,
html.en .midText h4,
html.en .cta-pill span,
html.en .result-cta {
  transform: scale(1);
}


@media (max-width: 600px) {
  html.tn .result-title,
  html.tn .result-sub,
  html.tn .midText h4 {
    transform: scale(0.94);
  }

  html.tn.lang-settled .result-title,
  html.tn.lang-settled .result-sub,
  html.tn.lang-settled .midText h4 {
    transform: scale(0.92);
  }
  .tn div#result-none .midText h3.result-not {
    font-size: 18px;
    font-weight: 900 !important;
  }
  .tn div#result-none .midText h4 {
    font-size: 22px !important;
  }
  /*div#result-none .result-card .cta_holder {*/
  /*  opacity: 1 !important;*/
  /*  transform: translateY(20px);*/
  /*}*/
}
.result-title,
.result-sub,
.midText h4,
.cta-pill span,
.result-cta {
  display: inline-block;
}

@media (prefers-reduced-motion: reduce) {
  [data-en] {
    transition: none;
  }
}

@media screen and (min-width: 1023px) {
  .tn .result-card {
    max-width: 50%;
  }
}

div#result-empty h4, div#result-none h4 {
  font-weight: 900;
  text-transform: uppercase;
}

.nudge-close {
  position: absolute;
  top: 5%;
  right: 8%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  cursor: pointer;
  pointer-events: auto;
  padding: 0px;
}

.nudge-close:hover {
  background: rgba(255, 255, 255, 0.4);
}


.referalImg img {
  margin: 10px auto;
  width: 100%;
  border-radius: 10px;
}

@media screen and (min-width: 750px) {
  .referalImg img {
    width: 40% !important;
    margin: 10px 0 !important;
  }
  .en .referalImg img {
    width: 65% !important;
    margin: 10px 0 !important;
  }
  div#result-none h3.result-not {
    font-weight: bolder;
  }
  div#result-none .midText p {
      margin-bottom: 25px !important;
  }
}
@media screen and (min-width: 420px) and (max-width: 580px) {
    .midText {
        margin-top: 10%;
    }
    div#result-none .midText {
        margin-top: 0 !important;
    }
}
@media screen and (min-width: 1365px) {
    .referalImg img {
        width: 45% !important;
        margin: 10px 0 !important;
    }
    .en .referalImg img {
        width: 75% !important;
        margin: 10px 0 !important;
     }
}

div#result-none .rotater.hide-d {
    display: none;
}


.result-screen .progress-bar {
  width: 320px;
  height: 20px;
  background: #ffffff;
  border-radius: 999px;
  overflow: hidden;
  margin: 22px 0 0;
  border: none;
}

.result-screen .progress-fill {
  height: 100%;
  width: 0; 
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    #EB5628 0%,
    #F07E2A 100%
  );
}



.is-result-active .result-screen .progress-fill {
  animation-name: fillProgress;
  animation-duration: var(--fill-duration);
  animation-delay: 2.2s;
  animation-timing-function: cubic-bezier(.22,.61,.36,1);
  animation-fill-mode: forwards;
}

@keyframes fillProgress {
  from {
    width: 0;
  }
  to {
    width: var(--progress);
  }
}



.progress-fill.progress-10  { --progress: 10%;  --fill-duration: 1s; }
.progress-fill.progress-20  { --progress: 20%;  --fill-duration: 2s; }
.progress-fill.progress-30  { --progress: 30%;  --fill-duration: 3s; }
.progress-fill.progress-40  { --progress: 40%;  --fill-duration: 4s; }
.progress-fill.progress-50  { --progress: 50%;  --fill-duration: 5s; }
.progress-fill.progress-60  { --progress: 60%;  --fill-duration: 6s; }
.progress-fill.progress-70  { --progress: 70%;  --fill-duration: 7s; }
.progress-fill.progress-80  { --progress: 80%;  --fill-duration: 8s; }
.progress-fill.progress-90  { --progress: 90%;  --fill-duration: 9s; }
.progress-fill.progress-100 { --progress: 100%; --fill-duration: 10s; }



@media (max-width: 600px) {
  .result-screen .progress-bar {
    width: 80%;
    margin: 20px auto 25px;
  }
}


@media (prefers-reduced-motion: reduce) {
  .is-result-active .result-screen .progress-fill {
    animation: none;
    width: var(--progress);
  }
}
@media screen and (min-width: 1280px) {
    .pongal_initialLogo {
        width: 25% !important;
    }
}
div#result-medium p.result-eyebrow {
    margin: 5px 0 !important;
}


.leftConfetti {
  position: absolute;
  bottom: 0;
  left: 0;
  
}
.rightConfetti {
  position: absolute;
  bottom: 0;
  right: 0;
}

.landing-page.is-result-active .leftConfetti,
.landing-page.is-result-active .rightConfetti {
  animation: confettiOnce 1s ease-out forwards;
  animation-delay: 2.4s; 
}

/* Keyframes */
@keyframes confettiOnce {
  0% {
    opacity: 0;
    visibility: hidden;
  }

  10% {
    opacity: 1;
    visibility: visible;
  }

  85% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.tcConatiner {
  position: absolute;
  bottom: 5%;
  right: 4%;
  z-index: 11;
}

p.tc {
  font-size: 16px;
  color: #FFF;
  font-weight: 700;
  line-height: 24px;
  font-family: 'Inter';
  letter-spacing: 0.2px;
}

@media screen and (max-width: 750px) {
  .tcConatiner {
    bottom: 3%;
  }
  p.tc {
      font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1181px) {
    .camera-screen {
        margin-top: 0%;
    }
    .camera-frame {
      height: 450px !important;
    }
    .preview-screen {
      margin-top: 5%;
    }
    .preview-frame {
        height: 420px !important;
    }
} 
@media screen and (min-width: 1100px) and (max-width: 1181px) {
    
}