@font-face {
  font-family: "DaxCondensed-Bold";
  src: url(https://cdn.makear.ai/hersheys/assets/fonts/DaxCondensed-Bold.otf);
  font-weight: bold;
}

@font-face {
    font-family: "Avenir";
    src: url("https://cdn.makear.ai/hersheys/assets/fonts/Avenir.ttc") format("truetype-collection");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: Arial;
  src: url(https://cdn.makear.ai/hersheys/assets/fonts/Arial.ttf);
  font-weight: 400;
}

html{
  touch-action: manipulation;
}
*{
  touch-action: manipulation;

}

img{pointer-events: none;}
body {
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  user-select: none;
  background: #ffffff;
  font-family: "Avenir", sans-serif;
  touch-action: manipulation;
  /* display: flex;
  flex-direction: column; */
}

.header {
  width: 100%;
  height: 11dvh;
  background-image: url('https://cdn.makear.ai/hersheys/assets/images/header-bg.png');
  display: flex;
  background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
  justify-content: center;
  align-items: center;
  position:relative;
  z-index: 99;
}
.rakhii-bro-border-img{
         position: absolute;
    right: 16.5vw;
    width: 31vw;
    top: -1vw;
}
.topLogo {
  max-height: 4.1vh;
}
.top-left-rakhii{
  left: 0;
    width: 44%;
    position: absolute;
    top: -2rem;
}

.main-container {
  width: 100vw;
  height: 89dvh;
  
  display: block;
}
.loading-screen {
   display: flex;
  visibility: visible;
  opacity: 1;
  width: 100vw;
  height: 90dvh;
  flex-direction: column;
  position: absolute;
  align-items: center;
  transition: all 500ms ease-in-out;
  background-image: url('https://cdn.makear.ai/hersheys/assets/images/bg.png');
  background-size: cover;
  background-position: bottom center;
background-repeat: no-repeat;
    top: 10dvh;
}
.loading-content{
  text-align: center;
    justify-content: center;
    align-items: center;
    width: 86%;
    color: #ffffff;
        height: 70dvh;
        display: flex;
}
h3{ font-family:  "DaxCondensed-Bold";
font-weight: 700;
font-style: Bold;
font-size: 60px;
leading-trim: CAP_HEIGHT;
line-height: 36px;
letter-spacing: 0%;
text-align: center;
text-transform: capitalize;
    margin: 10px;
    padding: 5px;
}
.flower-title-card.top{
   right: -1.5rem;
    position: absolute;
    top: -2rem;
}.flower-title-card.bottom{
    position: absolute;
    left: 0rem;
    bottom: 5rem;
}
.loading-headline span{font-family:"DaxCondensed-Bold";
font-weight: 700;
font-style: Bold;
font-size: 50px;
leading-trim: CAP_HEIGHT;
line-height: 49px;
letter-spacing: 0%;
text-align: center;
text-transform: capitalize;
}
.loading-headline{
  position: absolute;
  width: 90vw;
  top:0;
  color: #FFFFFF;
  font-family:  "DaxCondensed-Bold";
font-weight: 700;
font-style: Bold;
font-size: 60px;
leading-trim: CAP_HEIGHT;
line-height: 49px;
letter-spacing: 0%;
text-align: center;
text-transform: capitalize;

}
.product{
  position: absolute;
    bottom: 1rem;
    align-items: center;
    width: 100vw;
    margin: auto;
    text-align: center;
}
.product img{width: 80%;}
.rakhi-title{
font-family: "DaxCondensed-Bold";
color: #fff;
font-weight: 700;
font-style: Bold;
font-size: 50px;
/* leading-trim: NONE; */
line-height: 36px;
letter-spacing: 0%;
text-align: center;
text-transform: capitalize;
display:flex;
    margin: auto;
    width: 80%;
}
.title-card{
  position: relative;
}
.dimension img{width: 100%;}
.continue-screen {
   display: none;
  visibility: hidden;
  opacity: 0;
  width: 100vw;
  height: 90dvh;
  flex-direction: column;
  position: absolute;
  align-items: center;
  transition: all 500ms ease-in-out;
  background-image: url('https://cdn.makear.ai/hersheys/assets/images/bg.png');
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
top: 10dvh;
}

.top-heating-container {
  width: 100vw;
  height: 25dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

h2 {
  color: #318F8B;
  -webkit-text-stroke: 1px #FFFFFF;
  font-family: "Abril Fatface", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
}

h1 {
  font-family: "Caprasimo", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

.bottom-billboard-container {
  bottom: 0;
  /* position: absolute; */
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 92vw;
}

.bottom-billboard-img {
  width: 90%;
  z-index: 2;

}

.bottom-billboard-btn {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 92vw;
  height: 11vw;
  padding: 5px 15px;
  background: #fff;
  color: #3F000B;
     font-family: "Avenir", sans-serif;
    font-weight: 500;
   font-style: normal;
  font-size: 1.15rem;
  text-align: center;
  border: none;
  border: 2px solid transparent;
  border-radius: 25px;
  text-transform: uppercase;
  z-index: 3;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg,
      #F49F51 0%,
      #F49F51 25%,
      #FFFFCF 50%,
      #FFDC6C 100%) border-box;
}

.hersheys-kisses-img {
  position: absolute;
  bottom: 1.5rem;
  width: 52%;
  right: 0;
  z-index: 1;
}

/* Top Rakhi */
.rakhi {
  position: absolute;
  top: -5px;
  left: 5px;
  width: 105px;
  z-index: 2;
}

/* Star */
.star {
  position: absolute;
  top: 48px;
  right: 52px;
  color: white;
  font-size: 21px;
  z-index: 2;
}

/* Main heading */
.heading {

  width: 100%;
  text-align: center;
  color: white;
  z-index: 3;
  justify-content: center;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.special {
  display: inline-block;
  font-family: "DaxCondensed-Bold", serif;
  font-size: 1.6rem;
  font-weight: bold;
  color: #318F8B;
  text-shadow:
    1px 1px 0 #ffffff,
    -1px -1px 0 #ffffff,
    1px -1px 0 #ffffff,
    -1px 1px 0 #ffffff;
}

.main-title {
  margin-top: 15px;
  font-family: "DaxCondensed-Bold";
  font-size: 3.7rem;
  line-height: 0.95;
  letter-spacing: 1px;
  color: white;
  text-shadow: 1px 2px 0 rgba(0, 0, 0, .08);
  text-transform: uppercase;
}

.main-title div {
  margin-top: 5px;
}

.heading-content {
  position: relative;
}

.flower-top {
  right: -1.5rem;
  position: fixed;
}

.flower-bottom {
  left: 1.5rem;
  position: absolute;
  bottom: 7rem;
}

.sparkle-top {
  position: absolute;
  top: -1rem;
  padding: 5px;
}

.instruction-screen {
   display: none;
  visibility: hidden;
  opacity: 0;
  width: 100vw;
  height: 90dvh;
  flex-direction: column;
  position: absolute;
  align-items: center;
  transition: all 500ms ease-in-out;
  background-image: url('https://cdn.makear.ai/hersheys/assets/images/bg.png');
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
top: 10dvh;

}

.headline {
  width: 100%;
  text-align: center;
  color: white;
  z-index: 3;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

.headline-card {
  left: 12%;
  width: 59vw;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1.5px solid #f7b437;
  font-family: "DaxCondensed-Bold", serif;
  font-size: clamp(28px, 8vw, 40px);
  line-height: 1;
  text-align: center;
}

.headline-card.green {
  background: #248e83;
  color: #fff;
  box-shadow: 0 2px 0 rgba(0, 0, 0, .1);
}

.headline-card.cream {
  background: #fff5ec;
  color: #194d49;
  border-color: transparent;
}

.headline-card:nth-child(1) {
  transform: rotate(-3deg);
  z-index: 3;
  width: 48vw;
  margin-left: -6rem;
  font-size: 2.8rem;
}

.headline-card:nth-child(2) {
 width: 58%;
    transform: rotate(-1.5deg);
    z-index: 2;
    margin-left: 4rem;
     font-size: 2.8rem;
}

.headline-card:nth-child(3) {
  transform: rotate(-.5deg);
    z-index: 3;
    margin-left: -2rem;
    width: 67vw;
      font-size: 2.8rem;
}


.steps-wrapper {
  position: relative;
  width: 80vw;
  z-index: 3;
  height: 52dvh;
}

.steps-card {
  position: relative;
  min-height: max-content;
  padding: 40px 25px 24px;
  background: #fff5ed;
  border: 2px solid #f3a72d;
  border-radius: 15px;
  box-shadow:
    0 2px 0 rgba(255, 255, 255, .4),
    0 3px 0 rgba(0, 0, 0, .05);
}

/* TITLE TAB */
.steps-title {
  position: absolute;
  top: -22px;
  left: 21%;
  width: 52%;
  height: 42px;
     font-family: "Avenir", sans-serif;
    font-weight: 600;
    font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff7f0;
  border: 1.5px solid #248e83;
  border-radius: 1.2rem;
  font-size: 16px;
  /* font-weight: 400; */
  color: #222;
  box-shadow: 0 7px 0 rgba(0, 0, 0, .08);
}

/* LIST */
.steps-list {
  padding-left: 18px;
  color: #1d1d1d;
  font-size: 0.9rem;
  line-height: 1.25;
  font-family: "Avenir", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.steps-list li {
  padding-left: 1px;
  margin-bottom: 13px;
}

/* TERMS */
.terms {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 10px;
  font-size: 0.9rem;
  color: #000;
  font-family: "Avenir", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.terms input {
    appearance: none;
    -webkit-appearance: none;

    width: 20px;
    height: 20px;

    border: 2px solid #248e83;
    border-radius: 4px;

    position: relative;
    cursor: pointer;
}

.terms input:checked {
    background: #248e83;
    border-color: #248e83;
    box-shadow: inset 0 0 0 2px white;
}

.terms input:checked::after {
    content: "✓";

    position: absolute;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);

    color: white;

    font-size: 14px;
    font-weight: 700;

    line-height: 1;
}

/* CANDY DECORATION */
.candy-left {
  position: absolute;
  left: -29px;
  top: 0px;
  width: 40px;
  height: 55px;
  transform: rotate(-18deg);
}



/* RIGHT CHOCOLATE DECORATION */
.chocolate {
      position: absolute;
    right: -12px;
    bottom: -10px;
    width: 43%;
    height: 40%;
}
.chocolate img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
  .sparkle {
      position: absolute;
      color: white;
      font-size: 34px;
      font-weight: 300;
      line-height: 1;
      z-index: 5;
    }

    .sparkle.one {
      top: 78px;
          right: 4rem;
    }

    .sparkle.two {
      top: 16rem;
      left: 38px;
      font-size: 28px;
    }




     .flower {
      position: absolute;
    right: 2rem;
    /* bottom: 5rem; */
    width: 30px;
    height: 30px;
    z-index: 2;
    margin: auto;
    /* top: 0; */
    bottom: 10rem;
    }

.hidden {
    display: none !important;
}

  

   

.form-screen {
   display: none;
  visibility: hidden;
  opacity: 0;
  width: 100vw;
  height: 90dvh;
  flex-direction: column;
  position: absolute;
  align-items: center;
  transition:
    visibility 400ms ease-in-out,
    opacity 400ms ease-in-out;
    background-image: url('https://cdn.makear.ai/hersheys/assets/images/bg.png');
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
top: 10dvh;
}
.upload-headline {
  width: 100%;
  text-align: center;
  color: white;
  z-index: 3;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  gap: 10px;
}
.upload-content {
  position: relative;
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}


/* =========================
   HEADING
========================= */

.upload-heading {
  width: 100%;
  margin-top: 20px;
  color: #ffffff;
  font-family: "Avenir", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.3;
}


/* =========================
   UPLOAD CARD
========================= */

.upload-card {
  position: relative;
  width: 210px;
  height: 70px;
  margin-top: 10px;
  padding: 20px 26px 35px;
  background: #fff5ed;
  border: 2px solid #f3a72d;
  border-radius: 17px;
  box-shadow: 0 7px 0 #318f8b;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.preview-image {max-width: 44px;
    max-height: 50px;
    position: absolute;
    bottom: 8px;
    left: 2rem;}
/* =========================
   UPLOAD BUTTON
========================= */

.upload-button {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #318f8b;
  color: #ffffff;
  border-radius: 5px;
  font-family: "Avenir", sans-serif;
  font-size: 19px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.upload-button:active {
  transform: scale(0.97);
}


/* =========================
   UPLOAD INFO
========================= */

.upload-info {
  margin-top: 10px;
  color: #222222;
  font-family: "Avenir", sans-serif;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
}

.name-heading {
width: 267px;
    height: 38px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff5ed;
    border: 1px solid #248e83;
    border-radius: 15px;
    box-shadow: 0 5px 0 rgba(0, 0, 0, 0.10);
    color: #248e83;
    font-family: "DaxCondensed-Bold", sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    text-align: center;
}

.form-container{
    bottom: 0;
    padding: 0;
    margin: 0;
    justify-content: center;
    display: flex;
    width: 92vw;
    height: 42dvh;
  }
  .user-form {
  width: 338px;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}


/* =========================
   FORM ROW
========================= */

.form-row {
  width: 100%;

  display: flex;
  gap: 18px;
}


/* =========================
   FORM GROUP
========================= */

.form-group {
  flex: 1;
  min-width: 0;

  display: flex;
  flex-direction: column;
}


/* =========================
   LABEL
========================= */

.form-group label {
  margin-bottom: 6px;
  color: #ffffff;
  font-family: "Avenir", sans-serif;
  font-size: 12px;
    font-weight: 800;
font-style: Heavy;
line-height: 1;
letter-spacing: 0%;


}


/* =========================
   INPUT
========================= */

.form-group input {
  width: 85%;
  height: 35px;
  padding: 0 13px;
  background: #fff5ed;
  border-radius: 8px;
  color: #222222;
  font-family: "Avenir", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  border:none;
}

.form-group input::placeholder {
    font-family: "Avenir", sans-serif;
    font-weight: 300;
  color: #222222;
  font-size: 0.7rem;
  opacity: 0.9;
  border:none;
}

#previewImage{   
   width: 42px;
    height: 42px;
    object-fit: cover;
    object-position: top;
  }
/* =========================
   PHONE
========================= */

.phone-group {
  width: 135px;
  flex: none;
}

.phone-group input {
  width: 85%;
}
.photo-preview{
  width: 60vw;
    height: 50px;
    color: black;
    display: flex;
    text-align: center;
    /* justify-content: center; */
    position: absolute;
    /* left: 2.5rem; */
    bottom: 5px;
    flex-direction: row;
    align-items: center;
    font-size: 0.7rem;
    font-family: "Avenir", sans-serif;
    gap: 5px;
    justify-content: center;
  }
  .clear-photo-btn {
        width: 25px;
    height: 25px;
    border: none;
    border-radius: 50%;
    background: #f46e6e;
    color: #000;
    font-size: 21px;
    line-height: 25px;
    cursor: pointer;
    z-index: 10;
    display:none;
    padding: 0;
    margin: 0;
    /* margin-left: 15vw; */
}
.terms-error,.error-message{
  text-align: center;
    font-size: 0.7rem;
    font-family:  "Avenir", sans-serif;
    color: #bc2222;
}

/* =========================
   FLOWER
========================= */

.form-flower {
  position: absolute;

  right: 118px;
  bottom: 72px;

  width: 32px;
  height: 32px;

  z-index: 2;
}

.form-flower img {
  width: 100%;
  height: 100%;

  object-fit: contain;
}


/* =========================
   SUBMIT BUTTON
========================= */

.submit-button {
  position: absolute;

  left: 50%;
  bottom: 33px;

  transform: translateX(-50%);

  width: calc(100% - 32px);
  height: 11vw;

  background: #fff5ed;

  border: 2px solid #f3a72d;
  border-radius: 25px;

  color: #3f000b;

   font-family: "Avenir", sans-serif;
   text-transform: Uppercase;
  font-size: 1.15rem;
  font-weight: 500;

  text-align: center;

  z-index: 10;

  cursor: pointer;
}

.submit-button:active {
  transform: translateX(-50%) scale(0.98);
}


#newCaptionButton{ 
     background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #F49F51 0%, #F49F51 25%, #FFFFCF 50%, #FFDC6C 100%) border-box;
border: 2px solid transparent;
color: #3F000B;}
.progress-screen {
    display: flex;
  visibility: visible;
  opacity: 1;
  width: 100vw;
  height: 90dvh;
  flex-direction: column;
  position: absolute;
  align-items: center;
  transition:
    visibility 0ms ease-in-out,
    opacity 0ms ease-in-out;
     background-image: url('https://cdn.makear.ai/hersheys/assets/images/progress-bg.png');
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
top: 10dvh;
}


/* =========================
   CONTENT
========================= */

.progress-content {
     width: 100vw;
    text-align: center;
    color: white;
    z-index: 3;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    /* gap: 40px; */
}


/* =========================
   HEADING
========================= */

.progress-heading {
  /* position: absolute; */

  top: 68px;
  width: 85vw;
  color: #ffffff;
  font-family: "DaxCondensed-Bold", sans-serif;
     font-size: 2rem;
    font-weight: 700;
    /* line-height: 41px; */
  text-align: center;
text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
      height: 30dvh;
    text-align: center;
    display: flex;
    padding: 1.2rem;
    align-items: center;
    flex-direction: column;
    margin-top: 1rem;
    justify-content: end;
}



.heading-line.bold {
  font-weight: 700;
  font-size: 45px;
}

.heading-arrow-text{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.arrow-right,.arrow-lft {
  width: 25%;
  height: 25%;
  object-fit: contain;
}
/* Star inside heading */

.star {
  position: relative;
  display: inline-block;
  margin-right: 2px;
  font-size: 15px;
  top: -2px;
}


/* =========================
   DECORATIVE LINE
========================= */

.progress-line {
  position: absolute;
  top: 124px;
  width: 45px;
  height: 1px;
  background: #e89435;
}


.progress-line::before,
.progress-line::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  top: -1px;
  background: #e89435;

  border-radius: 50%;
}


.left-line {
  left: 25px;
}

.left-line::before {
  left: 0;
}

.left-line::after {
  right: 0;
}


.right-line {
  right: 25px;
}

.right-line::before {
  left: 0;
}

.right-line::after {
  right: 0;
}


/* =========================
   progress CARD
========================= */

.progress-card {
      margin: auto;
    justify-content: center;
    text-align: center;
  /* top: 166px; */
  width: 75vw;
  height: 16dvh;
  padding: 15px 12px 12px;
  background: #fff5ed;
  border: 1.5px solid #f2a33d;
  border-radius: 9px;
  box-shadow:
    5px 7px 0 rgba(38, 116, 133, 0.65);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* gap: 15px; */
}


/* =========================
   progress TEXT
========================= */

.progress-text {
  margin-bottom: 9px;
  color: #333333;
  font-family: "Avenir", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
}


/* =========================
   PROGRESS BAR
========================= */

.progress-bar {
  position: relative;
  width: 223px;
  height: 23px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #5faeaa;
  border-radius: 10px;
}


.progress-fill {
  width: 52%;

  height: 100%;

  background: #318f8b;

  border-radius: 10px;

  animation: progressProgress 2s ease-in-out infinite;
}


@keyframes progressProgress {

  0% {
    width: 15%;
  }

  50% {
    width: 65%;
  }

  100% {
    width: 90%;
  }

}
.progress-fill { position: absolute; left: 0; top: 0; height: 100%; width: 60%; display: flex; } .progress-step { position: absolute; top: 0; height: 100%; border-radius: 60px; } /* 1st color */ .step-1 { left: 0; width: 55%; background: #319593; z-index: 4; } /* 2nd color */ .step-2 { left: 30%; width: 30%; background: #3f9998; z-index: 3; } /* 3rd color */ .step-3 { left: 45%; width: 25%; background: #65aaa8; z-index: 2; } /* 4th color */ .step-4 { left: 60%; width: 20%; background: #9bc8c5; z-index: 1; }

/* =========================
   SPARKLES
========================= */

.progress-sparkle {
  position: absolute;

  color: #ffffff;

  font-family: Arial, sans-serif;

  line-height: 1;

  z-index: 5;
}


.sparkle-top {
  top: 65px;
  right: 34px;

  font-size: 16px;
}


.sparkle-right {
  top: 158px;
  right: 24px;

  font-size: 12px;
}


/* =========================
   CHOCOLATE
========================= */

.progress-chocolate {
         text-align: center;
    margin: auto;
    width: 100vw;
    /* margin-bottom: 0px; */
   
}


.progress-chocolate img {
  width: 100%;
  height: 100%;

  object-fit: contain;
}



.progress {
    width: 0;
    height: 100%;
    border-radius: 10px;
    background: #319e94;
    transition: width 0.3s ease;
}






/* =========================================================
   RESULT
========================================================= */

.result-screen {
    display: flex;
  visibility: visible;
  opacity: 1;
  width: 100vw;
  height: 90dvh;
  flex-direction: column;
  position: absolute;
  align-items: center;
  justify-content: center;
  transition:
    visibility 0ms ease-in-out,
    opacity 0ms ease-in-out;
     background-image: url("https://cdn.makear.ai/hersheys/assets/images/result-bg.png");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
top: 10dvh;
}

.result-content{
width: 80vw;
text-align: center;
position: relative;
margin-top: -15vw;
}

.result-image-wrapper{
  position: relative;
  width: 97%;
  display: block;
  justify-content: center;
  align-items: center;
      left: 0;
    right: 0;
    margin: auto;
}
.photo-frame-img{
     width: 100%;
    box-shadow: 5px 7px 0 rgba(38, 116, 133, 0.65);
    border-radius: 15px;
}
.result-image{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 1rem;
   width: 67vw;
    height: 72vw;
       object-fit: cover;
    border-radius: 8px;
     object-position: top center;
  }
    .result-actions {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 15px;
}

    .caption-counter {
        color: #fff7ef;
        font-family: "Avenir", sans-serif;
        font-size: 0.8rem;
        font-weight: 700;
    }
.result-decoration.top {
    position: absolute;
    right: -22px;
    top: -14px;
    color: white;
    font-size: 22px;
}
.result-decoration.bottom {
      position: absolute;
    left: -22px;
    bottom: 108px;
    color: white;
    font-size: 22px;
}
.caption-text{position: absolute;
    width: 66vw;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 1rem;
    color: #381C11;
    font-family: "DaxCondensed-Bold", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;}
.action-button {
    width: 150px;
    min-height: 38px;
    padding: 5px;
    border: none;
    border-radius: 20px;
    background: #fff7ef;
    color: #347c78;
    font-size: 0.7rem;
    font-weight: 700;
    cursor: pointer;
}
#newPhotoButton{
  background:transparent;
  color:#fff;
  border: 1px solid #fff;
}
    .bottom-actions {
    display: flex;
    justify-content: center;
    gap: 0px;
    margin-top: 10px;
}
    .icon-action{
     background: none;
    width: 85px;
    border:none;
    }
    /* #downloadButton img{width: 68px;
      pointer-events: none;
    } */
    .icon-action img{
      pointer-events: none;
       width: 85%
    }
    .result-screen .hersheys-kisses-img{width: 100vw;bottom: 0rem;}
    
.creative-visualization {
  display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0.4rem;
    width: 5rem;
}
#captionCounter{
  display: none !important;
}

.thank-it-screen{
   display: flex;
  visibility: visible;
  opacity: 1;
  width: 100vw;
  height: 90dvh;
  flex-direction: column;
  position: absolute;
  align-items: center;
  justify-content: center;
  transition:
    visibility 0ms ease-in-out,
    opacity 0ms ease-in-out;
     background-image: url("https://cdn.makear.ai/hersheys/assets/images/result-bg.png");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
top: 10dvh;
}
.thank-content {
     width: 100vw;
    text-align: center;
    color: white;
    z-index: 3;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    /* gap: 40px; */
}
.thank-heading {
  /* position: absolute; */

  top: 68px;
  width: 85vw;
  color: #ffffff;
  font-family: "DaxCondensed-Bold", sans-serif;
     font-size: 2rem;
    font-weight: 700;
    /* line-height: 41px; */
  text-align: center;
text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
      height: 27vh;
    text-align: center;
    display: flex;
    padding: 1.2rem;
    align-items: center;
    flex-direction: column;
    /* margin-top: 1rem; */
    justify-content: end;
}
.thatsIt-img{
  width: 60%;
}
.thank-card {
      margin: auto;
    justify-content: center;
    text-align: center;
  /* top: 166px; */
  width: 75vw;
  height: max-content;
  background: transparent;
  border: none;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  /* gap: 15px; */
}

.thank-text {
  margin-bottom: 9px;
  color: #ffffff;
  font-family: "Avenir", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;

}





.background-image {
  display: none;
  background: #6abfe5;
  width: 100vw;
  height: 100vh;
  position: relative;
  z-index: 10;
  justify-content: center;
  align-items: center;
  /* top: 10dvh; */
  /* margin-right: 12%; */
}
.pc-header{   
   width: 100%;
    height: max-content;   
    display: flex;
    top: 0;
    position: absolute;
    left: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #3F000C;
  }
.background-image .experience-link {
  color: #3F000B;
  display: flex;
  flex-direction: column;
  width: 550px;
  text-align: center;
  /* margin-right: 12%; */
}

.logo-background-image {
  /* position: absolute; */
  padding: 10px;
  width: 140px;
  top: 2rem;
  left: 2rem;
}

.creative-visualisation {
  position: absolute;
  z-index: 160;
  font-family: 'Barlow-Medium';
  bottom: 2dvh;
  left: 2dvh;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: .8rem;
}

@keyframes breathe {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

@media only screen and (min-width: 768px) {
  .background-image {
    display: flex;
  }
  .main-screen {
    display: none;
  }
}
@media screen and (orientation: landscape) {
  .main-screen {
    display: none !important;
  }
   .background-image {
    display: flex;
  }
}