@import url(https://fonts.googleapis.com/css2?family=Pacifico&display=swap);.thankyou_container{background-image:url(/assets/images/common-banner/thank-you-bg.webp);width:100%;height:100vh;background-position:center;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;display:flex;justify-content:center;align-items:center}.thankyou_container .thankyou_box{width:100%;max-width:768px;padding:1rem;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1rem}.thankyou_container .thankyou_box h1{font-family:Pacifico,cursive;font-size:3.5rem}.thankyou_container .thankyou_box p{font-size:1.2rem;text-align:center}.thankyou_container .thankyou_box strong{color:var(--logo-light-color);font-size:1.5rem}.thankyou_container .thankyou_box a{font-size:1.5rem}.thankyou_container .thankyou_box button{padding:.8rem 1.5rem;font-size:1.2rem}.thankyou_container .thankyou_box .whatsapp_box{display:flex;justify-content:center;align-items:center;gap:.6rem}.thankyou_container .thankyou_box .whatsapp_box strong{color:var(--green-color)}.thankyou_container .thankyou_box .whatsapp_box i{font-size:1.8rem;color:var(--green-color)}@media (max-width:362px){.thankyou_container .thankyou_box strong{color:var(--logo-light-color);font-size:1.1rem}.thankyou_container .thankyou_box a{font-size:1.1rem}.thankyou_container .thankyou_box .whatsapp_box i{font-size:1.1rem;color:var(--green-color)}}