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: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
}

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: "Roboto", sans-serif;
}

.banner {
  width: 100%;
}

.form-container {
  padding: 15px;
}

h2 {
  font-size: 16px;
  margin-top: 20px;
  color: #000;
}

.landing-page {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, #d23f2a, #ec6f37);
  color: #fff;
  position: relative;
  overflow: hidden;
  background-image: url(./../images/muscle_desktop.png);
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .landing-page.scroll {
    overflow-y: auto;
  }
}
@media screen and (max-width: 600px) {
  .landing-page {
    align-items: inherit;
    padding-top: 100px;
  }
}

.pattern-bg {
  position: absolute;
  background-size: cover;
  z-index: 1;
}
.pattern-bg img {
  width: 100%;
  max-width: 100%;
}

.content {
  position: relative;
  text-align: center;
  z-index: 2;
  max-width: 700px;
  padding: 20px;
}

.logo {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 100;
  width: 125px;
}
@media screen and (max-width: 600px) {
  .logo {
    left: 50%;
    transform: translateX(-50%);
    width: 75px;
    top: 20px;
  }
}
.logo .logoImg.lastscreen {
  display: none !important;
}

.headings {
  margin-bottom: 75px;
}
@media screen and (max-width: 600px) {
  .headings {
    margin-bottom: 30px;
  }
}
.headings .headingImg {
  max-width: 75%;
  margin: 0 auto;
}
.headings .rangli_camLogo img {
  max-width: 75%;
  margin: 0 auto;
}

.upload-btn {
  background: #fff;
  color: #333;
  border: none;
  padding: 12px 25px;
  font-size: 20px;
  line-height: 30px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.upload-btn:hover {
  background: #f1f1f1;
}

.how-it-works {
  margin-top: 40px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .how-it-works {
    margin-top: 12px;
  }
}
.how-it-works .muscleLogo-m {
  position: absolute;
  left: 50%;
  top: 100%;
  margin-top: 10px;
  width: 60%;
  height: 40vh;
  transform: translateX(-50%);
  display: none;
}
@media screen and (max-width: 600px) {
  .how-it-works .muscleLogo-m {
    display: block !important;
  }
}
.how-it-works .muscleLogo-m img {
  width: 100%;
  display: block;
}
.how-it-works a {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}

.muscleLogo {
  position: absolute;
  right: 10%;
  bottom: 0;
  width: 20%;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  .muscleLogo {
    display: none !important;
  }
}
.muscleLogo img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .muscleLogo img {
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 600px) {
  .muscleLogo {
    width: auto;
    right: 50%;
    height: 28%;
    transform: translateX(50%);
  }
}

.upload-btn-wrapper {
  text-align: center;
}
.upload-btn-wrapper .upload-btn-holder {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.upload-btn-wrapper .upload-btn-holder label {
  display: flex;
  width: 276px;
  align-items: center;
  background: #fff;
  color: #333;
  border: none;
  padding: 12px 25px;
  font-size: 20px;
  line-height: 30px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  cursor: pointer;
  justify-content: center;
}
.upload-btn-wrapper .upload-btn-holder label span {
  font-size: 20px;
  margin: 0px 5px;
}
@media screen and (max-width: 600px) {
  .upload-btn-wrapper .upload-btn-holder label span {
    font-size: 16px;
  }
}
.upload-btn-wrapper .upload-btn-holder label span img {
  width: 20px;
}
.upload-btn-wrapper .upload-btn-holder input {
  font-size: 50px;
  position: absolute;
  opacity: 0;
}

@media screen and (max-width: 600px) {
  .upload-btn-wrapper.upload-img-btn .upload-btn-holder label {
    background: none;
    border: 1px solid #FFF;
    color: #FFF;
  }
}
.how-it-works-popup {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0px;
  top: 0px;
  background: rgba(255, 255, 255, 0.2039215686);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 10;
}
.how-it-works-popup .how-it-works-popup-wrapper {
  width: 680px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #FFF;
  padding: 40px;
  border-radius: 20px;
}
@media screen and (max-width: 600px) {
  .how-it-works-popup .how-it-works-popup-wrapper {
    width: calc(100% - 40px);
    padding: 20px;
  }
}
.how-it-works-popup .how-it-works-popup-wrapper h2 {
  font-size: 32px;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .how-it-works-popup .how-it-works-popup-wrapper h2 {
    font-size: 18px;
  }
}
.how-it-works-popup .how-it-works-popup-wrapper p {
  color: #000;
  font-family: "Roboto", sans-serif;
  margin-top: 20px;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (max-width: 600px) {
  .how-it-works-popup .how-it-works-popup-wrapper p {
    font-size: 16px;
    line-height: 20px;
  }
}
.how-it-works-popup .how-it-works-popup-wrapper p span {
  font-size: 11px;
  line-height: 20px;
}
.how-it-works-popup .how-it-works-popup-wrapper p small {
  font-size: 18px;
  color: #606060;
  line-height: 20px;
}
@media screen and (max-width: 600px) {
  .how-it-works-popup .how-it-works-popup-wrapper p small {
    font-size: 12px;
    line-height: 16px;
  }
}
.how-it-works-popup .how-it-works-popup-wrapper .close-btn {
  width: 24px;
  position: absolute;
  right: 40px;
  top: 40px;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .how-it-works-popup .how-it-works-popup-wrapper .close-btn {
    width: 16px;
    right: 20px;
    top: 25px;
  }
}
.how-it-works-popup .how-it-works-popup-wrapper .close-btn img {
  width: 100%;
  display: block;
}

.image-preview-section {
  width: 1166px;
  margin: 0px auto;
  display: flex;
  padding: 0px 40px;
  justify-content: center;
}
.image-preview-section.show {
  display: flex !important;
}
@media screen and (max-width: 600px) {
  .image-preview-section.show {
    display: block !important;
  }
}
@media screen and (max-width: 600px) {
  .image-preview-section {
    flex-wrap: wrap;
    padding: 0px 20px;
  }
}
.image-preview-section .image-preview-section-lh {
  width: 58%;
}
@media screen and (max-width: 600px) {
  .image-preview-section .image-preview-section-lh {
    width: 100%;
  }
}
.image-preview-section .image-preview-section-lh canvas {
  display: block;
  border: 3px solid #FFF;
  border-radius: 10px;
  height: 450px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .image-preview-section .image-preview-section-lh canvas {
    height: 350px;
  }
}
.image-preview-section .image-preview-section-lh .preview-image {
  width: 100%;
}
.image-preview-section .image-preview-section-rh {
  width: 42%;
  padding-left: 20px;
  display: none;
}
@media screen and (max-width: 600px) {
  .image-preview-section .image-preview-section-rh {
    width: 100%;
    padding-left: 0px;
  }
}

.ai-analysis > img {
  width: 80%;
  display: block;
  margin: 0px auto;
}
@media screen and (max-width: 600px) {
  .ai-analysis > img {
    display: none;
  }
}

.actions {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 10px;
}
@media screen and (max-width: 600px) {
  .actions {
    margin: 10px 0px 0px;
    padding-bottom: 20px;
  }
}
.actions button {
  font-family: "Roboto", sans-serif;
  height: 50px;
  line-height: 48px;
  padding: 0px 25px;
  font-size: 18px;
  color: #FFF;
  background: none;
  border: 1px solid #FFF;
  border-radius: 30px;
  text-align: center;
  cursor: pointer;
  width: 100%;
  margin-top: 10px;
  margin-right: 0px;
}

#stopCamera {
  background: none;
  color: #FFF;
  font-size: 20px;
  line-height: 30px;
  border: none;
  outline: none;
}

#capturePhoto {
  display: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #FFF;
  position: relative;
}
#capturePhoto::after {
  width: 52px;
  height: 52px;
  position: absolute;
  left: 3px;
  top: 3px;
  background: #FFF;
  border-radius: 50%;
  content: "";
}

.scan-rangoli-btn {
  display: flex;
  width: 276px;
  align-items: center;
  background: #fff;
  color: #333;
  border: none;
  padding: 12px 25px;
  font-size: 20px;
  line-height: 30px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  cursor: pointer;
  justify-content: center;
  margin-bottom: 20px;
  display: none;
}
@media screen and (max-width: 600px) {
  .scan-rangoli-btn {
    display: flex;
  }
}
.scan-rangoli-btn span {
  font-size: 20px;
  margin: 0px 5px;
}
@media screen and (max-width: 600px) {
  .scan-rangoli-btn span {
    font-size: 16px;
  }
}
.scan-rangoli-btn span img {
  width: 20px;
}

.video-container {
  position: relative;
  width: 100%;
  height: 400px;
  width: 600px;
  margin: 0 auto 20px;
  border-radius: 15px;
  overflow: hidden;
  background: #2a2a3e;
  border: 3px solid #FFF;
}
@media screen and (max-width: 600px) {
  .video-container {
    max-width: 350px;
    margin: 0 auto;
    height: 350px;
  }
}

#video {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
}
@media screen and (max-width: 600px) {
  #video {
    height: 350px;
  }
}

.camera-placeholder {
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
}

.anilizer-loader {
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .anilizer-loader {
    margin-top: 0px;
  }
}
.anilizer-loader .anilizer-loader-wrapper {
  position: relative;
  width: 100%;
  height: 6px;
  background-color: rgb(255, 255, 255);
  border-radius: 6px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  box-sizing: content-box;
  margin: 20px auto;
  filter: drop-shadow(0px 10px 8px rgba(249, 249, 249, 0.25));
}
@media screen and (max-width: 600px) {
  .anilizer-loader .anilizer-loader-wrapper {
    margin: 10px auto;
  }
}
.anilizer-loader .anilizer-loader-wrapper .padding-mask {
  container-type: inline-size;
  position: absolute;
  inset: 0;
  margin: 0px;
  border-radius: 6px;
  overflow: hidden;
}
.anilizer-loader .anilizer-loader-wrapper .slide {
  position: absolute;
  inset: 0;
  margin: 0 auto;
  width: 50cqw;
  border-radius: 6px;
  background: linear-gradient(to left, rgb(232, 85, 13), rgba(252, 128, 25, 0));
  animation: 1s infinite alternate cha-cha ease-in-out;
}
@keyframes cha-cha {
  from {
    translate: -60cqw;
  }
  to {
    translate: 60cqw;
  }
}

#textDisplay {
  text-align: center;
  color: #FFF;
  font-size: 16px;
  line-height: 18px;
  padding-top: 20px;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 600px) {
  #textDisplay {
    padding-top: 0px;
    padding-bottom: 10px;
  }
}

.mr-logo-m {
  width: 100%;
  display: none;
  padding: 0px 20% 20px;
}
@media screen and (max-width: 600px) {
  .mr-logo-m {
    display: block;
  }
}

.coupon-box {
  background: #fff;
  border-radius: 10px;
  padding: 30px 20px;
  width: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: left;
  margin-top: 15px;
}
@media screen and (max-width: 600px) {
  .coupon-box {
    padding: 15px;
    margin-top: 0px;
  }
}

.coupon-header {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.coupon-header img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.coupon-header h3 {
  margin: 0;
  font-size: 24px;
  line-height: 20px;
  font-weight: 500;
  color: #353535;
  font-family: "Roboto", sans-serif;
  line-height: 30px;
}
@media screen and (max-width: 749px) {
  .coupon-header h3 {
    font-size: 18px;
    line-height: 20px;
  }
}

.coupon-header p {
  margin: 0;
  font-size: 14px;
  color: #717171;
  padding-top: 5px;
  line-height: 21px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding-bottom: 10px;
}
@media screen and (max-width: 749px) {
  .coupon-header p {
    font-size: 12px;
    line-height: 20px;
    padding-top: 0px;
  }
}

.coupon-code-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F5F5F5;
  border: 1px dashed #D9D9D9;
  outline-offset: -3px;
  border-radius: 10px;
  padding: 10px 15px;
}
@media screen and (max-width: 749px) {
  .coupon-code-box {
    padding: 3px 15px;
  }
}

.coupon-code {
  font-size: 16px;
  font-weight: 500;
  color: #E8550D;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 749px) {
  .coupon-code {
    letter-spacing: 0.2px;
  }
}

.copy-btn {
  border: none;
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 21px;
  cursor: pointer;
  font-weight: 600;
  color: #717171;
  transition: all 0.3s ease;
  font-family: "Roboto", sans-serif;
}

.previewImage-container {
  height: 450px;
  overflow: hidden;
  border: 3px solid #FFF;
  border-radius: 10px;
}
.previewImage-container img {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 600px) {
  .previewImage-container {
    height: 280px;
    background: #fff;
  }
}

.share-btn {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .share-btn {
    padding-bottom: 20px;
  }
}
.share-btn button {
  font-family: "Roboto", sans-serif;
  height: 50px;
  line-height: 48px;
  padding: 0px 25px;
  font-size: 18px;
  color: #FFF;
  background: none;
  border: 1px solid #FFF;
  border-radius: 30px;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.next-btn {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .next-btn {
    padding-bottom: 20px;
  }
}
.next-btn button {
  font-family: "Roboto", sans-serif;
  height: 50px;
  line-height: 48px;
  padding: 0px 25px;
  font-size: 18px;
  color: #FFF;
  background: none;
  border: 1px solid #FFF;
  border-radius: 30px;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.coupon-header a {
  color: #000;
  text-decoration: underline;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
}
@media screen and (max-width: 749px) {
  .coupon-header a {
    font-size: 14px;
  }
}

.terms-popup {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0px;
  top: 0px;
  background: rgba(255, 255, 255, 0.2039215686);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 10;
}
.terms-popup .terms-popup-wrapper {
  width: 680px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #FFF;
  padding: 40px;
  border-radius: 20px;
}
@media screen and (max-width: 600px) {
  .terms-popup .terms-popup-wrapper {
    width: calc(100% - 40px);
    padding: 20px;
  }
}
.terms-popup .terms-popup-wrapper h2 {
  font-size: 32px;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .terms-popup .terms-popup-wrapper h2 {
    font-size: 18px;
  }
}
.terms-popup .terms-popup-wrapper .terms_condition {
  margin: 20px 0;
  overflow: auto;
  max-height: 70vh;
}
.terms-popup .terms-popup-wrapper .terms_condition ul {
  color: #000;
  list-style-type: disc;
  margin: 0 25px;
}
.terms-popup .terms-popup-wrapper .terms_condition ul li {
  color: #000;
  font-family: "Roboto", sans-serif;
  margin-top: 20px;
  font-size: 18px;
  line-height: 24px;
}
@media screen and (max-width: 600px) {
  .terms-popup .terms-popup-wrapper .terms_condition ul li {
    font-size: 16px;
    line-height: 20px;
  }
}
.terms-popup .terms-popup-wrapper p {
  color: #000;
  font-family: "Roboto", sans-serif;
  margin-top: 20px;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (max-width: 600px) {
  .terms-popup .terms-popup-wrapper p {
    font-size: 16px;
    line-height: 20px;
  }
}
.terms-popup .terms-popup-wrapper p span {
  font-size: 11px;
  line-height: 20px;
}
.terms-popup .terms-popup-wrapper p small {
  font-size: 18px;
  color: #606060;
  line-height: 20px;
}
@media screen and (max-width: 600px) {
  .terms-popup .terms-popup-wrapper p small {
    font-size: 12px;
    line-height: 16px;
  }
}
.terms-popup .terms-popup-wrapper .close-btn {
  width: 24px;
  position: absolute;
  right: 40px;
  top: 40px;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .terms-popup .terms-popup-wrapper .close-btn {
    width: 16px;
    right: 20px;
    top: 25px;
  }
}
.terms-popup .terms-popup-wrapper .close-btn img {
  width: 100%;
  display: block;
}

.rouded-btn {
  border: 1px solid #ffffff;
  display: flex;
  width: 100%;
  color: #ffffff;
  padding: 12px 25px;
  font-size: 20px;
  line-height: 30px;
  border-radius: 30px;
  text-align: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.btnSection {
  display: flex;
  gap: 20px;
  flex-direction: column;
  margin-top: 20px;
}

.muscleManImg {
  position: absolute;
  left: 0%;
  bottom: -10%;
  width: 19%;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .muscleManImg {
    width: 25%;
    bottom: -10%;
  }
}
@media screen and (max-width: 600px) {
  .muscleManImg {
    width: 50%;
    transform: translate(-50%, 0%);
    bottom: 0;
    left: 50%;
    top: 9%;
    z-index: -1;
  }
  .muscleManImg > img {
    max-height: 50vh;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}

#downloadShare .ai-analysis {
  display: flex;
  align-items: center;
  align-items: center;
  justify-content: center;
}
#downloadShare .ai-analysis > img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 600px) {
  #downloadShare {
    margin-bottom: -20vh;
  }
  #downloadShare .ai-analysis > img {
    display: block;
    z-index: 2;
    max-width: 50vw;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media screen and (max-width: 600px) {
  .extra-css {
    margin: 160px 0 20px 0;
  }
}

.image-preview-section {
  z-index: 1;
}

.logoNew {
  position: absolute;
  right: 2%;
  top: 5%;
}

@media screen and (max-width: 600px) {
  .lastscreen .logo {
    left: inherit;
    transform: translateX(0%);
    right: 20px;
  }
  .lastscreen .logo .logoImg {
    display: none !important;
  }
  .lastscreen .logo .logoImg.lastscreen {
    display: block !important;
  }
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background-image: url(./../images/muscle_desktop.png);
  background-size: cover;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
}
.loader svg {
  width: 100px;
  height: 100px;
}

.landing-page {
  height: inherit;
  min-height: 100vh;
}

.onlyForIphoneText {
  display: none;
  font-size: 25px;
  text-align: center;
  width: 100%;
  margin-top: -20%;
}/*# sourceMappingURL=style.css.map */