#loadingScreen{position:fixed;z-index:99999;width:100%;height:100dvh;left:50%;top:50%;transform:translate(-50%,-50%)}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){#loadingScreen{width:56vh}}#loadingScreen{background:url(./BG-for-landing-page-a9f3c614.png) no-repeat center center;background-size:cover;z-index:9999;display:flex;flex-direction:column;justify-content:center;align-items:center;transition:opacity .5s ease,visibility .5s ease}#loadingScreen:after{content:"";position:absolute;width:100%;height:100%;background:rgba(0,0,0,.4);top:0;left:0}@keyframes pulse{0%{opacity:.3}50%{opacity:1}to{opacity:.3}}#loadingScreen.hide{opacity:0;visibility:hidden}#loadingScreen.show{opacity:1;visibility:visible}.spinner{width:50px;height:50px;border:5px solid rgba(255,255,255,.3);border-top:5px solid white;border-radius:50%;animation:spin 1s linear infinite;z-index:1}@keyframes spin{to{transform:rotate(360deg)}}body{margin:0;padding:0;overflow:hidden}img{width:100%;-webkit-user-select:none;user-select:none}.pdfContainer{width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:999999999999;position:absolute;background-color:#0009;transform:translateY(-120%)}.pdfContainer.active{transform:translateY(0);transition:transform .4s linear}.pdfContainer.inActive{transform:translateY(-120%);transition:transform .4s linear}#pdfViewer{width:85%;height:85%;border:none;background-color:#fff;position:relative;overflow:scroll}#closePdfButton{position:absolute;top:3%;right:5%;width:5%;height:5%;cursor:pointer;z-index:9999999999999}.app{position:absolute;width:100%;height:100dvh;left:50%;top:50%;transform:translate(-50%,-50%);overflow:hidden}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app{width:56vh}}.app .background{position:absolute;width:100%;height:100dvh}.app .background img{width:100%;height:100dvh}.app .landingPage{position:absolute;top:0;width:100%;height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2%}.app .landingPage.active{transform:translate(-120%);transition:transform .5s linear}.app .landingPage .titleImg{width:40vw;overflow:hidden}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .landingPage .titleImg{width:25vh}}.app .landingPage .titleImg.active img{transform:translateY(0)}.app .landingPage .titleImg img{transform:translateY(120%)}.app .landingPage .subTitle{font-size:5.5vw;color:#fcdc8f;text-align:center;font-family:font4;line-height:1.3;opacity:0}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .landingPage .subTitle{font-size:2.5vh}}.app .landingPage .subTitle.active{opacity:1;transition:opacity .5s linear}.app .landingPage .subTitle span{font-family:font2;font-size:4.5vw;color:#fff}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .landingPage .subTitle span{font-size:2vh}}.app .landingPage .wraper{width:100%;height:50vh;overflow:hidden;position:relative}.app .landingPage .wraper .track{position:relative;width:100%;height:100%}.app .landingPage .wraper .track .card{position:absolute;left:50%;top:50%;width:35vw;transform:translate(100%,100%)}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .landingPage .wraper .track .card{width:20vh}}.app .landingPage .wraper .track .card.activeIn{transition:all .6s ease;transform:translate(-50%,-50%) translate(0) scale(1)}.app .landingPage .wraper .track .card.leftSide{transition:all .6s ease;transform:translate(-150%,-50%) scale(.8);z-index:2;opacity:.6}.app .landingPage .wraper .track .card.center{transition:all .6s ease;transform:translate(-50%,-50%) scale(1);z-index:3;opacity:1}.app .landingPage .wraper .track .card.rightSide{transition:all .6s ease;transform:translate(50%,-50%) scale(.8);z-index:2;opacity:.6}.app .landingPage .wraper .track .card.hidden{transform:translate(-50%,-50%) scale(.5);z-index:1;opacity:0}.app .landingPage .wraper .track .card1.active{transition:all .6s ease;transform:translate(-50%,-50%) translate(0) scale(1)}.app .landingPage .wraper .track .card2.active{transition:all .6s ease;transform:translate(-50%,-50%) translate(-100%) scale(.75)}.app .landingPage .wraper .track .card3.active{transition:all .6s ease;transform:translate(-50%,-50%) translate(100%) scale(.75)}.app .landingPage .wraper .track .card4.active{transition:all .6s ease;transform:translate(-50%,-50%) translate(100%) scale(1);z-index:1;opacity:0}.app .landingPage .buttonContainer{position:relative;width:45vw;overflow:hidden}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .landingPage .buttonContainer{width:28vh}}.app .landingPage .buttonContainer .startButton{position:relative;display:flex;justify-content:center;align-items:center;transform:translateY(120%);cursor:pointer}.app .landingPage .buttonContainer .startButton.active,.app .landingPage .buttonContainer .startButton.inActive{transform:translateY(0);transition:transform .5s linear}.app .landingPage .buttonContainer .startButton div{position:absolute;font-family:font1;font-size:5vw;color:#410089}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .landingPage .buttonContainer .startButton div{font-size:3vh}}.app .header{width:100%;display:flex;flex-direction:row;position:fixed;top:0;padding-top:9%;align-items:center;justify-content:space-evenly;transform:translateY(-150%)}.app .header.active{transform:translateY(0);transition:transform .5s linear}.app .header.inActive{transform:translateY(-150%);transition:transform .5s linear}.app .header .cadburyImg{width:20vw}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .header .cadburyImg{width:10vh}}.app .header .madeToShareImg{width:35vw}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .header .madeToShareImg{width:22vh}}.app .header .humburg{width:20vw;display:flex;flex-direction:row;justify-content:flex-end;cursor:pointer}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .header .humburg{width:10vh}}.app .header .humburg img{width:50%}.app .countrySelecttionPage{display:flex;flex-direction:column;position:absolute;height:70vh;justify-content:space-around;transform:translate(120%);align-items:center;left:50%;top:50%;transform:translate(120%,-50%);margin-top:7vh;width:100%}.app .countrySelecttionPage.active{transform:translate(-50%,-50%);transition:transform .5s linear}.app .countrySelecttionPage.inActive{transform:translate(-220%,-50%);transition:transform .5s linear}.app .countrySelecttionPage .countryText{font-size:6vw;color:#fff;text-align:center;font-family:font4;width:100%}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .countrySelecttionPage .countryText{font-size:3vh}}.app .countrySelecttionPage .countryCountainer{width:100%;display:flex;flex-direction:row;justify-content:center}.app .countrySelecttionPage .countryCountainer .countryImg{width:20vw;cursor:pointer}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .countrySelecttionPage .countryCountainer .countryImg{width:15vh}}.app .countrySelecttionPage .sponsorContainer{display:flex;flex-direction:column;align-items:center;gap:3vh;opacity:0}.app .countrySelecttionPage .sponsorContainer .textContainer{display:flex;flex-direction:column;align-items:center;gap:1vh}.app .countrySelecttionPage .sponsorContainer .textContainer .text1{font-size:5.5vw;color:#fcdc8f;text-align:center;font-family:font4}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .countrySelecttionPage .sponsorContainer .textContainer .text1{font-size:3vh}}.app .countrySelecttionPage .sponsorContainer .textContainer .text2{font-size:2.5vw;color:#fff;text-align:center;font-family:font2;width:90%;line-height:1.4}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .countrySelecttionPage .sponsorContainer .textContainer .text2{font-size:1.3vh;width:80%}}.app .countrySelecttionPage .sponsorContainer .sponsorImgContainer{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;gap:3vw}.app .countrySelecttionPage .sponsorContainer .sponsorImgContainer .sponsorImg{width:24vw}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .countrySelecttionPage .sponsorContainer .sponsorImgContainer .sponsorImg{width:14vh}}.app .countrySelecttionPage .buttonContainer{position:relative;width:45vw;overflow:hidden}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .countrySelecttionPage .buttonContainer{width:26vh}}.app .countrySelecttionPage .buttonContainer .nextButton{position:relative;display:flex;justify-content:center;align-items:center;transform:translateY(120%);cursor:pointer}.app .countrySelecttionPage .buttonContainer .nextButton.active,.app .countrySelecttionPage .buttonContainer .nextButton.inActive{transform:translateY(0);transition:transform .5s linear}.app .countrySelecttionPage .buttonContainer .nextButton div{position:absolute;font-family:font1;font-size:5vw;color:#410089}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .countrySelecttionPage .buttonContainer .nextButton div{font-size:3vh}}.app .formPage{display:flex;flex-direction:column;height:70vh;align-items:center;justify-content:space-between;left:50%;top:50%;transform:translate(120%,-50%);margin-top:7vh;width:100%;position:absolute}.app .formPage.active{transform:translate(-50%,-50%);transition:transform .5s linear}.app .formPage.inActive{transform:translate(-220%,-50%);transition:transform .5s linear}.app .formPage .text1{width:70%;font-size:7vw;font-family:font4;color:#fff;text-align:center;line-height:.8}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .formPage .text1{font-size:3.5vh}}.app .formPage .text1 span{font-size:4.7vw;font-family:font2}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .formPage .text1 span{font-size:2.5vh}}.app .formPage .formContainer{width:85%;display:flex;flex-direction:column;gap:2vh}.app .formPage .formContainer .formFields{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;gap:2vh}.app .formPage .formContainer .formFields .inputBox{position:relative;width:100%}.app .formPage .formContainer .formFields .inputBox input{width:100%;position:absolute;top:2%;left:50%;transform:translate(-50%);border-radius:30px;height:90%;font-size:2.5vh;font-family:font2;text-indent:5%;background-color:transparent;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#fff;-webkit-tap-highlight-color:transparent}.app .formPage .formContainer .formFields .inputBox input:focus{outline:none;border:none;box-shadow:none}.app .formPage .formContainer .formFields .inputBox input:focus-visible{outline:none}.app .formPage .formContainer .formFields .inputBox input:-webkit-autofill,.app .formPage .formContainer .formFields .inputBox input:-webkit-autofill:hover,.app .formPage .formContainer .formFields .inputBox input:-webkit-autofill:focus,.app .formPage .formContainer .formFields .inputBox input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px transparent inset!important;box-shadow:0 0 0 0 transparent inset!important;-webkit-text-fill-color:white!important;transition:background-color 5000s ease-in-out 0s}.app .formPage .formContainer .formFields .inputBox input::placeholder{font-family:font2;font-size:2.6vh;color:#fff3}.app .formPage .ckeckBoxContainer{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.app .formPage .ckeckBoxContainer .checkBox{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;margin-bottom:2%;width:100%;justify-content:space-around}.app .formPage .ckeckBoxContainer .checkBox img{width:5%;cursor:pointer}.app .formPage .ckeckBoxContainer .checkBox div{display:flex;align-items:center;justify-content:center;margin:0;color:#fcdc8f;font-size:3.2vw;font-family:font2;display:inline-block;width:90%;line-height:1.2}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .formPage .ckeckBoxContainer .checkBox div{font-size:1.5vh}}.app .formPage .ckeckBoxContainer .checkBox div span{cursor:pointer;text-decoration:underline;font-family:font3}.app .formPage .getOtpButton{position:relative;width:55vw;display:flex;justify-content:center;align-items:center;cursor:pointer}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .formPage .getOtpButton{width:25vh}}.app .formPage .getOtpButton div{position:absolute;font-family:font1;font-size:6vw;color:#410089}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .formPage .getOtpButton div{font-size:3vh}}.app .otpContainer{position:absolute;top:0;width:100%;height:100dvh;background-color:#42255fcc;z-index:99;transform:translateY(-120%)}.app .otpContainer.active{transform:translateY(0);transition:transform .5s linear}.app .otpContainer.inActive{transform:translateY(-120%);transition:transform .5s linear}.app .otpContainer .otpContainerBaseImg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:80%}.app .otpContainer .otpSubContainer{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:80%;display:flex;flex-direction:column;align-items:center;gap:5vw}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .otpContainer .otpSubContainer{gap:3vh}}.app .otpContainer .otpSubContainer .inboxBoxImg{width:30vw}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .otpContainer .otpSubContainer .inboxBoxImg{width:15vh}}.app .otpContainer .otpSubContainer .enterOtptext{width:100%;font-size:8vw;font-family:font4;text-align:center;color:#fcdc8f;line-height:.7}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .otpContainer .otpSubContainer .enterOtptext{font-size:4vh}}.app .otpContainer .otpSubContainer .enterOtptext span{font-size:4vw;font-family:font2;text-align:center;color:#fff}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .otpContainer .otpSubContainer .enterOtptext span{font-size:2vh}}.app .otpContainer .otpSubContainer .otpBoxes{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:2vw;position:relative}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .otpContainer .otpSubContainer .otpBoxes{gap:1vh}}.app .otpContainer .otpSubContainer .otpBoxes .box{width:10vw;position:relative}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .otpContainer .otpSubContainer .otpBoxes .box{width:5vh}}.app .otpContainer .otpSubContainer .otpBoxes .box input{width:100%;position:absolute;top:2%;left:50%;transform:translate(-50%);height:90%;font-size:5vw;font-family:font4;text-indent:5%;background-color:transparent;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:center;color:#fcdc8f}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .otpContainer .otpSubContainer .otpBoxes .box input{font-size:2.5vh}}.app .otpContainer .otpSubContainer .otpBoxes .box input{-webkit-tap-highlight-color:transparent}.app .otpContainer .otpSubContainer .otpBoxes .box input:focus{outline:none;border:none;box-shadow:none}.app .otpContainer .otpSubContainer .otpBoxes .box input:focus-visible{outline:none}.app .otpContainer .otpSubContainer .otpBoxes .box input:-webkit-autofill,.app .otpContainer .otpSubContainer .otpBoxes .box input:-webkit-autofill:hover,.app .otpContainer .otpSubContainer .otpBoxes .box input:-webkit-autofill:focus,.app .otpContainer .otpSubContainer .otpBoxes .box input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px transparent inset!important;box-shadow:0 0 0 0 transparent inset!important;-webkit-text-fill-color:white!important;transition:background-color 5000s ease-in-out 0s}.app .otpContainer .otpSubContainer .otpBoxes .box input::placeholder{font-family:font2;font-size:2.6vh;color:#ffffff80}.app .otpContainer .otpSubContainer .didntReciveText{width:100%;font-size:5vw;font-family:font2;text-align:center;color:#fff;line-height:1.2}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .otpContainer .otpSubContainer .didntReciveText{font-size:2.5vh}}.app .otpContainer .otpSubContainer .didntReciveText span{font-size:5vw;font-family:font4;text-align:center;color:#fcdc8f;text-decoration:underline;cursor:pointer}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .otpContainer .otpSubContainer .didntReciveText span{font-size:2.5vh}}.app .otpContainer .otpSubContainer .submitButton{position:relative;width:45vw;display:flex;justify-content:center;align-items:center;cursor:pointer}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .otpContainer .otpSubContainer .submitButton{width:25vh}}.app .otpContainer .otpSubContainer .submitButton div{position:absolute;font-family:font1;font-size:4.5vw;color:#410089}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .otpContainer .otpSubContainer .submitButton div{font-size:2.5vh}}.app .categorySelection{display:flex;flex-direction:column;position:absolute;left:50%;top:50%;transform:translate(-200%,-50%);margin-top:7vh;height:80vh;align-items:center;justify-content:space-evenly}.app .categorySelection.pageOut{transform:translate(-250%,-50%)!important;transition:transform .5s linear!important}.app .categorySelection.pageIn{transform:translate(-50%,-50%)!important;transition:transform .5s linear!important}.app .categorySelection .categoryOption{display:flex;flex-direction:column;align-items:center}.app .categorySelection .categoryOption .indoCategText{text-align:center;font-family:font4;font-size:max(3vw,13px);color:#fff;text-wrap-mode:nowrap}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .categorySelection .categoryOption .indoCategText{font-size:2vh}}.app .categorySelection .categoryOption .category{width:70vw;max-width:450px;position:relative;cursor:pointer}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .categorySelection .categoryOption .category{width:40vh}}.app .categorySelection .categoryOption .category div{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:#fcdc8f;font-family:font1;font-size:6vw;text-wrap-mode:nowrap}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .categorySelection .categoryOption .category div{font-size:3.5vh}}.app .categorySelection .categoryOption .termandcondition{text-align:center;font-size:max(2vw,9px);font-family:font2;color:#fff}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .categorySelection .categoryOption .termandcondition{font-size:1.5vh}}.app .categorySelection .pickCategoryBtn{position:relative;width:45vw;display:flex;justify-content:center;align-items:center;cursor:pointer}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .categorySelection .pickCategoryBtn{width:25vh}}.app .categorySelection .pickCategoryBtn div{position:absolute;font-family:font1;font-size:4.5vw;color:#410089}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .categorySelection .pickCategoryBtn div{font-size:2vh}}.app .backButton{display:none;position:absolute;top:2%;left:4%;width:20vw}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .backButton{width:10vh}}.app .templete1Container{display:flex;flex-direction:column;position:absolute;left:50%;top:50%;transform:translate(250%,-50%);margin-top:4.5vh;width:100%;height:77vh;align-items:center;justify-content:space-evenly}.app .templete1Container.pageIn{transform:translate(-50%,-50%)!important;transition:transform .5s linear!important}.app .templete1Container.pageOut{transform:translate(250%,-50%)!important;transition:transform .5s linear!important}.app .templete1Container .textContainer{line-height:1.3}.app .templete1Container .textContainer .categoryName{font-size:max(5vw,25px);font-family:font1;text-align:center;color:#fff}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .templete1Container .textContainer .categoryName{font-size:3.5vh}}.app .templete1Container .textContainer .categoryQues{font-size:max(4vw,18px);font-family:font2;text-align:center;color:#fff}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .templete1Container .textContainer .categoryQues{font-size:3vh}}.app .templete1Container .textContainer .categoryQues span{display:none;font-family:font3}.app .templete1Container .textContainer .addName{display:none;font-size:5vw;font-family:font4;text-align:center;color:#fff;opacity:0}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .templete1Container .textContainer .addName{font-size:3vh}}.app .templete1Container .tempSection{display:flex;flex-direction:column;align-items:center}.app .templete1Container .tempSection .tempHeading{display:flex;flex-direction:row}.app .templete1Container .tempSection .tempHeading.inActive{display:flex!important}.app .templete1Container .tempSection .tempHeading.inActive{display:none!important}.app .templete1Container .tempSection .tempHeading .TextImg{width:45vw;max-width:300px;opacity:.5}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .templete1Container .tempSection .tempHeading .TextImg{width:23vh}}.app .templete1Container .tempSection .tempImage{display:flex;justify-content:center;gap:3vw;position:relative}.app .templete1Container .tempSection .tempImage .wraperImg{position:relative;width:40vw;height:max(50vh,290px);transition:all .6s ease}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .templete1Container .tempSection .tempImage .wraperImg{width:22vh}}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack{position:relative;width:100%;height:100%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .card{width:48vw;max-width:270px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) scale(.8);opacity:0;transition:all .6s ease}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .card{width:26vh}}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .card img{pointer-events:none}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .card.show{display:block}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .card.active{opacity:.5;transition:opacity .3s ease}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .card.center{transform:translate(-50%,-50%) scale(.9);z-index:3;filter:blur(0px);opacity:1}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .card.left{transform:translate(-50%,-50%) translate(-40vw) scale(.6);z-index:2;opacity:.7;filter:blur(2px)}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .card.left{transform:translate(-50%,-50%) translate(-20vh) scale(.6)}}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .card.right{transform:translate(-50%,-50%) translate(40vw) scale(.6);z-index:2;opacity:.7;filter:blur(2px)}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .card.right{transform:translate(-50%,-50%) translate(20vh) scale(.6)}}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .card.hidden{opacity:0;pointer-events:none}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .card.select{opacity:1!important}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .card.deSelect{opacity:.6!important}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .card.fadeOutCard{opacity:0;transform:translate(-50%,-50%) scale(.7);transition:all .4s ease;pointer-events:none}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .card.finalSelected{transition:all .5s cubic-bezier(.22,1,.36,1);transform:translate(-50%,-50%) scale(1);width:50vw;z-index:10}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .card.finalSelected{width:26vh}}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .card.scaled{transform:translate(-50%,-50%) scale(1.5);transition:transform .3s ease}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .card input{width:25%;height:3%;font-size:2.2vw}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .card input{font-size:1.5vh}}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .card textarea{resize:none;overflow:hidden;font-size:3vw}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .card textarea{font-size:1.5vh}}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack{-webkit-tap-highlight-color:transparent}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack:focus{outline:none;border:none;box-shadow:none}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .card input,.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .card textarea{position:absolute;font-family:font2;text-indent:5%;background-color:transparent;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:center;pointer-events:none;color:#fff}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .card input:focus-visible,.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .card textarea:focus-visible{outline:none}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .card input:-webkit-autofill,.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .card input:-webkit-autofill:hover,.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .card input:-webkit-autofill:focus,.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .card input:-webkit-autofill:active,.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .card textarea:-webkit-autofill,.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .card textarea:-webkit-autofill:hover,.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .card textarea:-webkit-autofill:focus,.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .card textarea:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px transparent inset!important;box-shadow:0 0 0 0 transparent inset!important;-webkit-text-fill-color:white!important;transition:background-color 5000s ease-in-out 0s}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .card input::placeholder,.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .card textarea::placeholder{font-family:font3;font-size:2vw;color:#fff3;text-align:center}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .card input::placeholder,.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .card textarea::placeholder{font-size:1vh}}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .birthday01 #birthday01Name1{top:37%;left:24.5%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .birthday01 #birthday01Name2{top:72.8%;left:35.8%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .birthday02 #birthday02Name1{top:26.8%;left:25%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .birthday02 #birthday02Name2{top:58.3%;left:35.8%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .birthday02 #birthday02Name3{top:77.6%;left:35.8%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .food1 #food01Name1{top:25.8%;left:24%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .food1 #food01Name2{top:52.2%;left:35.5%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .food1 #food01Name3{top:73.8%;left:35.8%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .food2 #food02Name1{top:28.8%;left:23.5%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .food2 #food02Name2{top:58.5%;left:35.5%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .food2 #food02Name3{top:77.8%;left:35.5%;height:2%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .food3 #food03Name1{top:27.8%;left:26.5%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .food3 #food03Name2{top:54.2%;left:34.5%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .food3 #food03Name3{top:77.8%;left:35.5%;height:2%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .food4 #food04Name1{top:28%;left:25%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .food4 #food04Name2{top:58.5%;left:34.5%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .food4 #food04Name3{top:77.6%;left:35.5%;height:2%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .films1 #films01Name1{top:35%;left:26.1%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .films1 #films01Name2{top:72.6%;left:35.5%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .films2 #films02Name1{top:29.95%;left:22.5%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .films2 #films02Name2{top:60%;left:34%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .films2 #films02Name3{top:74.5%;left:35.5%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .films3 #films03Name1{top:27.6%;left:23%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .films3 #films03Name2{top:61%;left:35%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .films3 #films03Name3{top:77%;left:35.5%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .films4 #films04Name1{top:36%;left:27%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .films4 #films04Name2{top:72.5%;left:35%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .travel1 #travel01Name1{top:28.5%;left:22%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .travel1 #travel01Name2{top:59%;left:34%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .travel1 #travel01Name3{top:77.5%;left:35%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .travel2 #travel02Name1{top:38.2%;left:24%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .travel2 #travel02Name2{top:73%;left:35%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .travel3 #travel03Name1{top:29%;left:24%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .travel3 #travel03Name2{top:56.8%;left:35%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .travel3 #travel03Name3{top:74.5%;left:35.5%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .travel4 #travel04Name1{top:32.2%;left:23.7%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .travel4 #travel04Name2{top:60.5%;left:35%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .travel4 #travel04Name3{top:74.5%;left:35%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .work1 #work01Name1{top:28.3%;left:24.7%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .work1 #work01Name2{top:60.3%;left:35%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .work1 #work01Name3{top:77.5%;left:35%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .work2 #work02Name1{top:23%;left:22%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .work2 #work02Name2{top:55.3%;left:35%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .food_indo1 #food01Name1_indo{top:26.8%;left:25%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .food_indo1 #food01Name2_indo{top:58.3%;left:35.8%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .food_indo1 #food01Name3_indo{top:77.6%;left:35.8%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .food_indo2 #food02Name1_indo{top:35%;left:25%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .food_indo2 #food02Name2_indo{top:72.8%;left:35.8%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .food_indo3 #food03Name1_indo{top:28.8%;left:23.5%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .food_indo3 #food03Name2_indo{top:58.5%;left:35.5%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .food_indo3 #food03Name3_indo{top:77.8%;left:35.5%;height:2%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .shopping_indo1 #shopping01Name1_indo{top:35%;left:26.1%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .shopping_indo1 #shopping01Name2_indo{top:72.6%;left:35.5%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .shopping_indo2 #shopping02Name1_indo{top:23%;left:22%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .shopping_indo2 #shopping02Name2_indo{top:55.3%;left:35%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .shopping_indo3 #shopping03Name1_indo{top:23%;left:22%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .shopping_indo3 #shopping03Name2_indo{top:55.3%;left:35%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .sport_indo1 #sport01Name1_indo{top:29%;left:24%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .sport_indo1 #sport01Name2_indo{top:56.8%;left:35%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .sport_indo1 #sport01Name3_indo{top:74.5%;left:35.5%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .sport_indo2 #sport02Name1_indo{top:26.8%;left:25%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .sport_indo2 #sport02Name2_indo{top:58.3%;left:35.8%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .sport_indo2 #sport02Name3_indo{top:77.6%;left:35.8%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .sport_indo3 #sport03Name1_indo{top:29%;left:24%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .sport_indo3 #sport03Name2_indo{top:56.8%;left:35%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .sport_indo3 #sport03Name3_indo{top:74.5%;left:35.5%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .travel_indo1 #travel01Name1_indo{top:28.8%;left:23.5%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .travel_indo1 #travel01Name2_indo{top:58.5%;left:35.5%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .travel_indo1 #travel01Name3_indo{top:77.8%;left:35.5%;height:2%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .travel_indo2 #travel02Name1_indo{top:26.8%;left:25%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .travel_indo2 #travel02Name2_indo{top:58.3%;left:35.8%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .travel_indo2 #travel02Name3_indo{top:77.6%;left:35.8%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .travel_indo3 #travel03Name1_indo{top:26.8%;left:25%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .travel_indo3 #travel03Name2_indo{top:58.3%;left:35.8%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .travel_indo3 #travel03Name3_indo{top:77.6%;left:35.8%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .work_indo1 #work01Name1_indo{top:28.5%;left:23%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .work_indo1 #work01Name2_indo{top:59%;left:35%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .work_indo1 #work01Name3_indo{top:77%;left:35%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .work_indo2 #work02Name1_indo{top:29.95%;left:22.5%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .work_indo2 #work02Name2_indo{top:60%;left:34%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .work_indo2 #work02Name3_indo{top:74.5%;left:35.5%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .work_indo3 #work03Name1_indo{top:28.8%;left:23.5%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .work_indo3 #work03Name2_indo{top:58.5%;left:35.5%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .work_indo3 #work03Name3_indo{top:77.8%;left:35.5%;height:2%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .work_indo4 #work04Name1_indo{top:23%;left:22%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .work_indo4 #work04Name2_indo{top:55.3%;left:35%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .customBirthday01 #custBirth01Text01{width:31%;height:27%;top:30%;left:22%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .customBirthday01 #custBirth01Text02{width:57%;height:6%;top:74%;left:19%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .customBirthday02 #custBirth02Text01{width:31%;height:19%;top:26%;left:19%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .customBirthday02 #custBirth02Text02{width:57%;height:11.5%;top:58%;left:19%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .customBirthday02 #custBirth02Text03{width:57%;height:2.5%;top:80%;left:19%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .customFood01 #custFood01Text01{width:31%;height:11%;top:25%;left:19%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .customFood01 #custFood01Text02{width:57%;height:11.5%;top:53%;left:19%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .customFood01 #custFood01Text03{width:57%;height:5.5%;top:76%;left:19%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .customFood02 #custFood02Text01{width:31%;height:16.6%;top:26%;left:19%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .customFood02 #custFood02Text02{width:57%;height:11.5%;top:58%;left:19%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .customFood02 #custFood02Text03{width:57%;height:2.6%;top:80%;left:19%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .customFood03 #custFood03Text01{width:31%;height:16.6%;top:25%;left:19%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .customFood03 #custFood03Text02{width:57%;height:11.5%;top:57%;left:19%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .customFood03 #custFood03Text03{width:57%;height:2.6%;top:80%;left:19%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .customFood04 #custFood04Text01{width:31%;height:16.6%;top:24%;left:19%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .customFood04 #custFood04Text02{width:57%;height:11.5%;top:57%;left:19%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .customFood04 #custFood04Text03{width:57%;height:2.6%;top:80%;left:19%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .customfilms01 #custfilms01Text01{width:35%;height:25.6%;top:31%;left:19%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .customfilms01 #custfilms01Text02{width:57%;height:5.5%;top:74%;left:19%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .customfilms02 #custfilms02Text01{width:31%;height:21.6%;top:26%;left:19%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .customfilms02 #custfilms02Text02{width:57%;height:5.5%;top:62%;left:19%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .customfilms02 #custfilms02Text03{width:57%;height:5.5%;top:76%;left:19%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .customfilms03 #custfilms03Text01{width:31%;height:21.6%;top:26%;left:19%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .customfilms03 #custfilms03Text02{width:57%;height:11%;top:60%;left:19%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .customfilms03 #custfilms03Text03{width:57%;height:2.3%;top:80%;left:19%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .customfilms04 #custfilms04Text01{width:35%;height:25.6%;top:30%;left:19%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .customfilms04 #custfilms04Text02{width:57%;height:6%;top:74%;left:19%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .customTravel01 #custTravel01Text01{width:35%;height:22%;top:23%;left:19%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .customTravel01 #custTravel01Text02{width:57%;height:11%;top:58%;left:19%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .customTravel01 #custTravel01Text03{width:57%;height:2%;top:79%;left:19%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .customTravel02 #custTravel02Text01{width:35%;height:25%;top:32%;left:19.5%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .customTravel02 #custTravel02Text02{width:57%;height:5%;top:75%;left:19%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .customTravel03 #custTravel03Text01{width:30%;height:17%;top:26%;left:19.5%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .customTravel03 #custTravel03Text02{width:57%;height:11%;top:56%;left:19%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .customTravel03 #custTravel03Text03{width:57%;height:5.5%;top:77%;left:19%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .customTravel04 #custTravel04Text01{width:30%;height:22.4%;top:27%;left:19.5%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .customTravel04 #custTravel04Text02{width:57%;height:5.6%;top:62%;left:19%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .customTravel04 #custTravel04Text03{width:57%;height:5%;top:76%;left:19%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .customWork01 #custWork01Text01{width:30%;height:19.4%;top:25%;left:19.5%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .customWork01 #custWork01Text02{width:57%;height:9%;top:60%;left:19%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .customWork01 #custWork01Text03{width:57%;height:2.4%;top:79%;left:19%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .customWork02 #custWork02Text01{width:30%;height:10%;top:23%;left:19.5%}.app .templete1Container .tempSection .tempImage .wraperImg .innerTrack .customWork02 #custWork02Text02{width:57%;height:11%;top:55%;left:19%}.app .templete1Container .buttonContainer{position:relative;display:flex;justify-content:center;align-items:center}.app .templete1Container .buttonContainer .button{display:flex;justify-content:center;align-items:center;position:absolute;width:45vw;cursor:pointer}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .templete1Container .buttonContainer .button{width:26vh}}.app .templete1Container .buttonContainer .button div{position:absolute;font-family:font1;font-size:4.5vw;color:#410089}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .templete1Container .buttonContainer .button div{font-size:2.5vh}}.app .templete1Container .buttonContainer .clickToSelectBtn.active{transform:translateY(0);opacity:1;transition:all .5s linear}.app .templete1Container .buttonContainer .clickToSelectBtn.inActive{transform:translateY(300%);opacity:0;transition:all .5s linear}.app .templete1Container .buttonContainer .proceedBtn{transform:translateY(300%);opacity:0}.app .templete1Container .buttonContainer .proceedBtn.active{transform:translateY(0);opacity:1;transition:all .5s linear}.app .templete1Container .buttonContainer .proceedBtn.inActive{transform:translateY(300%);opacity:0;transition:all .5s linear}.app .generatedImageContainer{display:flex;flex-direction:column;align-items:center;position:absolute;left:50%;top:50%;transform:translate(200%,-50%);width:100%;height:100dvh;justify-content:space-evenly}.app .generatedImageContainer.pageIn{transform:translate(-50%,-50%)!important;transition:transform .5s linear!important}.app .generatedImageContainer.pageOut{transform:translate(-250%,-50%)!important;transition:transform .5s linear!important}.app .generatedImageContainer .logo{width:45vw}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .generatedImageContainer .logo{width:28vh}}.app .generatedImageContainer .imgContainer{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.app .generatedImageContainer .imgContainer .generatedImg{width:45vw}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .generatedImageContainer .imgContainer .generatedImg{width:28vh}}.app .generatedImageContainer .imgContainer .textDiv{font-size:2vw;font-family:font2;text-align:center;color:#fff}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .generatedImageContainer .imgContainer .textDiv{font-size:1vh}}.app .generatedImageContainer .buttonContainer{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2vw}.app .generatedImageContainer .buttonContainer .button{position:relative;width:45vw;display:flex;justify-content:center;align-items:center;cursor:pointer}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .generatedImageContainer .buttonContainer .button{width:25vh}}.app .generatedImageContainer .buttonContainer .button div{position:absolute;font-family:font1;font-size:3.6vw;color:#410089}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .generatedImageContainer .buttonContainer .button div{font-size:2vh}}.app .endPage{position:absolute;width:100%;height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;left:50%;top:50%;transform:translate(200%,-50%)}.app .endPage.pageIn{transform:translate(-50%,-50%)!important;transition:transform .5s linear!important}.app .endPage.pageOut{transform:translate(-250%,-50%)!important;transition:transform .5s linear!important}.app .endPage .titleImg{width:40vw}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .endPage .titleImg{width:25vh}}.app .endPage .wraper{width:100%;height:60vh;overflow:hidden;position:relative}.app .endPage .wraper .track{position:relative;width:100%;height:100%}.app .endPage .wraper .track .card{position:absolute;left:50%;top:50%;width:70vw;transform:translate(-50%,-50%);opacity:0}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .endPage .wraper .track .card{width:50vh}}.app .endPage .wraper .track .card.activeIn{transition:all .6s ease;transform:translate(-50%,-50%) translate(0) scale(1)}.app .endPage .wraper .track .card.leftSide{transition:all .6s ease;transform:translate(-100%,-50%) scale(.5);z-index:2;opacity:.6}.app .endPage .wraper .track .card.center{transition:all .6s ease;transform:translate(-50%,-50%) scale(1);z-index:3;opacity:1}.app .endPage .wraper .track .card.rightSide{transition:all .6s ease;transform:translate(2%,-50%) scale(.5);z-index:2;opacity:.6}.app .endPage .wraper .track .card.hidden{transform:translate(-50%,-50%) scale(.5);z-index:1;opacity:0}.app .endPage .wraper .track .card1.active{opacity:1!important;transition:all .6s ease;transform:translate(-50%,-50%) translate(0) scale(1)}.app .endPage .wraper .track .card2.active{opacity:1!important;transition:all .6s ease;transform:translate(-50%,-50%) translate(-100%) scale(.75)}.app .endPage .wraper .track .card3.active{opacity:1!important;transition:all .6s ease;transform:translate(-50%,-50%) translate(100%) scale(.75)}.app .endPage .container3{display:flex;flex-direction:column;align-items:center;gap:1vw}.app .endPage .container3 .buyNowText{font-size:8vw;font-family:font1;color:#fcdc8f;text-align:center}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .endPage .container3 .buyNowText{font-size:4vh}}.app .endPage .container3 .shopBtnContainer{display:flex;flex-direction:row;gap:2vw;justify-content:center}.app .endPage .container3 .shopBtnContainer .shopNowBtn{width:12vw;cursor:pointer}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .endPage .container3 .shopBtnContainer .shopNowBtn{width:6vh}}.app .menuContainer{position:absolute;top:0;width:100%;height:100vh;z-index:9999;transform:translateY(-130%);background-image:url(./BG-0c66a137.png)}.app .menuContainer.active{transform:translateY(0);transition:all .4s linear}.app .menuContainer.inActive{transform:translateY(-130%);transition:all .4s linear}.app .menuContainer .menuOptions{position:absolute;top:0;width:92%;height:60vw;max-height:420px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:10% 4%;gap:5vw}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .menuContainer .menuOptions{gap:3vh;height:30vh;max-height:none}}.app .menuContainer .menuOptions .menuOption{font-size:5.5vw;text-align:center;font-family:font4;color:#fcdc8f;cursor:pointer}@media (min-width: 1024px) and (min-aspect-ratio: 10/13){.app .menuContainer .menuOptions .menuOption{font-size:2.5vh}}.app .menuContainer .menuOptions .line{width:100%;height:.1%;background-color:#fcdc8f}.app .menuContainer .menuOptions .menuCloseButton{position:absolute;top:5%;right:5%;width:6%;cursor:pointer}.app .menuContainer .brand_logo{position:absolute;bottom:5%;left:50%;width:30%;transform:translate(-50%)}.centerSelected{position:absolute!important;left:50%;transform:translate(-50%) scale(1);z-index:10}.input1Tapped{left:50%!important;transform:translate(-50%,-60%) scale(2)!important;z-index:10!important}.input2Tapped{left:50%!important;transform:translate(-50%,-95%) scale(2)!important;z-index:10!important}.input3Tapped{left:50%!important;transform:translate(-50%,-120%) scale(2)!important;z-index:10!important}.inputTextErrorMsg,.errorMsg,.otpErrorMsg{font-family:font2;font-size:2vh;color:#f33;height:3vh;text-align:center;opacity:0}
