@import url(https://fonts.googleapis.com/css2?family=Anton&family=Lexend+Deca:wght@100..900&display=swap);body{margin:0;font-size:18px;font-family:sans-serif;color:#6B0F1A}@media screen and (max-width:480px){body{font-size:16px}}.navbar{display:flex;align-items:center;justify-content:space-between;padding:40px 30px 0}@media screen and (max-width:900px){.navbar{padding:40px 30px 40px}}.wa-float{position:fixed;width:55px;height:55px;bottom:50px;right:50px;z-index:999}.wa-float img{width:100%;height:100%;transition:0.3s}.wa-float img:hover{transform:scale(1.1)}.container{display:flex;flex-direction:column;align-items:left;background-color:#FFE4E1}h1,h2{font-family:'Lexend Deca';margin-bottom:0}.text-content{color:#2B2B2B}.button{font-size:16px;display:inline-block;background-color:#6B0F1A;text-decoration:none;color:#FFF;padding:15px 30px;border-radius:5px;border:1px solid #6B0F1A;width:fit-content;box-shadow:0 10px 10px rgb(0 0 0 / .15);transition:all 0.3s ease}.button:hover{font-size:16px;background-color:#FFF;text-decoration:none;color:#6B0F1A;padding:15px 30px;border-radius:5px;border:1px solid #6B0F1A;width:fit-content}.first-content{display:flex;flex-direction:row;justify-content:space-between;min-height:100vh;padding:0 30px 0 30px;overflow:auto}@media screen and (max-width:900px){.first-content{flex-direction:column;justify-content:flex-start;gap:40px;padding:0 30px 30px 30px;min-height:auto}}.second-content{padding:80px 80px 30px 80px;display:flex;flex-direction:row;justify-content:left;gap:100px;background-color:#FFF}@media screen and (max-width:900px){.second-content{flex-direction:column;justify-content:center;gap:20px;padding:30px}}.sub-one-first-content{display:flex;flex-direction:column;padding-top:150px;justify-content:flex-start;max-width:600px}@media screen and (max-width:900px){.sub-one-first-content{display:flex;flex-direction:column;padding-top:0;justify-content:flex-start;max-width:600px}}.sub-two-first-content{display:flex;flex-direction:column;justify-content:flex-start;max-width:600px}.sub-one-second-content,.sub-two-second-content{display:flex;flex-direction:column;max-width:600px}.fade-up{opacity:0;transform:translateY(20px);animation:fadeUpAnim 0.8s forwards}.fade-up.delay{animation-delay:0.4s}@keyframes fadeUpAnim{to{opacity:1;transform:translateY(0)}}.fade-down{opacity:0;transform:translateY(-20px);animation:fadeDownAnim 0.8s forwards}.fade-down.delay{animation-delay:0.4s}@keyframes fadeDownAnim{to{opacity:1;transform:translateY(0)}}.brand-image{height:50px;width:auto}li{list-style:none}@media screen and (max-width:900px){ul,li{padding-left:0}}.show-content{opacity:0;transform:translateY(40px);transition:all 0.6s ease;transition-delay:0.3s}.show-content.show{opacity:1;transform:translateY(0)}.highlight{color:#6B0F1A;font-weight:700;text-decoration:none}.third-content{display:flex;text-align:center;justify-content:center;padding:0 30px 30px;background-color:#FFF}.inside-third{max-width:600px}.fourth-content{display:flex;padding:0 30px 30px 30px;justify-content:center;max-width:auto;gap:20px;background-color:#FFF}@media screen and (max-width:900px){.fourth-content{flex-direction:column}}.card-box{min-height:500px;width:auto;box-shadow:0 2px 8px rgb(0 0 0 / .1),0 8px 20px rgb(0 0 0 / .1);border-radius:5px}.card-img{height:300px;width:100%;object-fit:cover;border-top-left-radius:5px;border-top-right-radius:5px;cursor:pointer}.card-title{color:#6B0F1A;margin-top:30px;margin-bottom:20px;margin-left:20px}.text-discount{color:red;text-decoration:line-through;margin-left:20px;margin-bottom:20px;font-weight:lighter}.text-normal{margin-left:20px;margin-bottom:20px;font-weight:700}.card-btn{margin-left:20px;margin-bottom:30px}footer{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#FFE4E1;padding:80px}.socials{display:flex;gap:20px;padding-top:30px;padding-bottom:20px}.socials i{font-size:xx-large}.social-links{display:flex;align-items:center;gap:10px;text-decoration:none;color:#6B0F1A}.copyright{font-size:16px}@media screen and (max-width:480px){.copyright{font-size:14px}}.faq-content{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#FFF;padding:0 30px 50px 30px}@media screen and (max-width:900px){.faq-content{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#FFF;padding:0 40px 50px 40px}}.faq-content .text-content{font-weight:700;margin-bottom:0}.text-answer{margin-top:10px;color:#2B2B2B}.faq{display:flex;flex-direction:column;text-align:center;max-width:620px}.faq h2{text-align:center}