@import url(https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap);*{box-sizing:border-box;font-family:Fredoka,sans-serif;font-weight:300;margin:0;padding:0}:root{--orange:#f6a444}html{display:flex;font-size:100%;justify-content:center;scroll-behavior:smooth}body{height:100vh;overflow-x:hidden;width:100%}h1{font-size:4rem;font-weight:600}h2{font-size:3rem}h2,h3{font-weight:500}h3{font-size:1.5rem}a{color:#000;font-weight:400;text-decoration:none}.btn-a{background-color:#f6a444;background-color:var(--orange);border:none;border-radius:20px;color:#fff;cursor:pointer;padding:.6rem 1.2rem}.flex-btn{align-items:center;display:flex;gap:.7rem}.flex-btn img{width:20px}.input-field{border:none;border-radius:20px;font-size:16px;outline:none;padding:.5rem 1rem;width:100%}.input-box p{font-size:12px}.row{display:flex;gap:1rem;justify-content:space-evenly}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;display:none;margin:0}@media screen and (max-width:600px){html{font-size:80%}}@media screen and (max-width:500px){h1{font-size:3.5rem}h2{font-size:2.7rem}p{font-size:12px}}@media screen and (max-width:400px){p{font-size:11px}}.navbar{background-color:#fff;box-shadow:0 2px 8px 0 #63636333;justify-content:space-between;padding:1rem 2rem;position:fixed;top:0;width:100%;z-index:999}.navbar,.navbar-left{align-items:center;display:flex}.navbar-left{gap:1rem}.navbar-left img{width:70px}.navbar-right{align-items:center;display:flex;gap:2rem}.menu-icon{cursor:pointer;transition:.4s}#menuIcon{display:none}.side-menu{align-items:center;background-color:#fff;box-shadow:0 7px 29px 0 #64646f33;display:flex;flex-direction:column;height:100vh;justify-content:center;padding:3rem 2rem;position:absolute;right:0;top:0;transition:.4s;width:70%}.side-menu h3{color:var(--orange)}.side-menu img{width:100px}.side-menu a{margin-top:1rem}.close-icon{color:var(--orange);font-size:35px;position:absolute;right:3%;top:3%}.whatsapp{align-items:center;background-color:#25d366;border-radius:50%;bottom:3%;box-shadow:0 7px 29px 0 #64646f33;display:flex;height:50px;justify-content:center;position:fixed;right:3%;width:50px;z-index:1000}#whatsappIcon{color:#fff;font-size:30px}@media screen and (max-width:700px){#menuIcon{display:inline}.navbar-right{display:none}}@media screen and (max-width:450px){.navbar-left img{width:50px}}.home-page-landing-section{align-items:center;background:url(/static/media/landingSection.dbde840c297a98f1976a.jpg);background-position:50%;background-size:cover;display:flex;height:100vh;padding:3rem 2rem;position:relative;width:100%}.home-page-landing-section:before{background-color:rgba(0,0,0,.541);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.home-page-landing-section-content{align-items:baseline;color:#fff;display:flex;flex-direction:column;gap:.6rem;max-width:600px;position:relative}.home-page-landing-section-content h1 span{color:var(--orange);font-weight:600}.home-page-about-section{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-evenly;padding:4rem 2rem}.home-page-about-section-left{max-width:550px}.home-page-about-section-left p{font-size:16px;margin-top:1rem}.home-page-about-section-left h2{color:var(--orange)}.home-page-about-section-right img{width:350px}.home-page-offer-section{align-items:center;display:flex;justify-content:center;padding:2rem 2rem 4rem}.home-page-offer-section .colorful-card{align-items:center;color:#fff;display:flex;flex-direction:column;height:150px;justify-content:center;padding:1rem;text-align:center;width:190px}.colorful-card p{font-size:10px}.colorful-card:first-child{background-color:#27a844}.colorful-card:nth-child(2){background-color:#2777eb}.colorful-card:nth-child(3){background-color:#f24d5d}.colorful-card:nth-child(4){background-color:#fec107}.home-page-adopt-section{background-color:#f5faff;gap:3rem;padding:3.5rem 2rem;transition:.6s}.adopt-section-top,.home-page-adopt-section{display:flex;flex-direction:column;text-align:center}.adopt-section-top{align-items:center}.adopt-section-top h2{color:var(--orange)}.adopt-section-middle{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-evenly}.adopt-section-middle img{height:200px;object-fit:cover;width:200px}.adopt-section-bottom{align-items:center;display:flex;flex-direction:column;gap:1rem}.adopt-section-bottom p{max-width:90%}@media screen and (max-width:700px){.home-page-landing-section{height:80vh}}@media screen and (max-width:600px){.home-page-about-section-right img{width:270px}.home-page-about-section{gap:0;padding-bottom:0}.colorful-card{max-height:100px}.colorful-card p{-webkit-box-orient:vertical;-webkit-line-clamp:3;display:-webkit-box;overflow:hidden;white-space:pre-wrap}.adopt-section-middle img{height:150px;width:150px}}@media screen and (max-width:450px){.adopt-section-middle{gap:1rem}.adopt-section-middle img{height:100px;width:100px}.home-page-landing-section-content h1{font-size:3.2rem}}.parallax-section{align-items:center;background:url(/static/media/paralax.00b87a271bd1276127a7.jpg);background-attachment:fixed;background-position:50%;background-size:cover;color:#fff;display:flex;flex-direction:column;gap:.7rem;justify-content:center;margin-bottom:3rem;padding:4rem 2rem;position:relative;text-align:center;width:100%}.parallax-section:before{background-color:#00000087;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.parallax-section h2{position:relative}.parallax-section h2 span{color:var(--orange);font-weight:600}.parallax-section p{font-size:14px;max-width:80%;position:relative}.parallax-section .btn-a{position:relative}@media screen and (max-width:500px){.parallax-section p{font-size:11px}}.care-section{align-items:center;background-color:#f0f8ff;display:flex;gap:2rem;justify-content:space-evenly;margin-top:4rem;padding:4rem 2rem}.care-section-left{max-width:550px}.care-section-left h2{color:var(--orange)}.care-section-left .care-form{margin-top:1rem}.care-form{align-items:center;display:flex;gap:1rem}.care-section-left h3:nth-child(5){color:#f24d5d;font-size:1rem;margin-top:2rem}.care-section-right img{width:400px}@media screen and (max-width:850px){.care-section{flex-wrap:wrap}}@media screen and (max-width:500px){.care-section-right img{width:270px}}.donation-section{align-items:center;display:flex;justify-content:space-evenly;padding:2rem}.donation-section-left{display:flex;flex-direction:column;gap:.4rem;max-width:550px}.donation-section-left h3{font-size:2rem}.donation-section-left h3 span{color:var(--orange);font-weight:600}.donation-section-left h1{color:var(--orange);font-size:5rem}.donation-section-left h4{font-weight:500}.donation-section-right img{width:400px}@media screen and (max-width:800px){.donation-section{flex-wrap:wrap}}@media screen and (max-width:600px){.donation-section-right img{width:260px}}@media screen and (max-width:500px){.donation-section-left h1{font-size:3.7rem}}.rescue-section{align-items:center;display:flex;justify-content:space-evenly;padding:5rem 2rem}.rescue-section-left{align-items:baseline;display:flex;flex-direction:column;gap:.5rem;max-width:550px}.rescue-section-left h2{color:var(--orange)}.rescue-section-left .btn-a{margin-top:1rem}.rescue-section-right img{width:350px}@media screen and (max-width:800px){.rescue-section{flex-wrap:wrap;gap:2rem}}@media screen and (max-width:500px){.rescue-section-right img{width:270px}}.footer{background-color:#000;color:#fff;display:flex;flex-direction:column;gap:3rem;padding:4rem 2rem}.footer-top{align-items:center;display:flex;gap:1rem;justify-content:space-evenly}.footer-top-left{display:flex;flex-direction:column;gap:.5rem;max-width:550px}.footer-top-left h2 span{color:var(--orange);font-weight:500}.footer-top-right img{width:200px}.footer-bottom{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-evenly}.footer-column{display:flex;flex-direction:column;gap:.7rem;max-width:340px}.footer-column p{font-size:12px}.footer-column h3{color:var(--orange)}.footer a{color:#fff}.footer-credit{text-align:center}.footer-credit a{color:var(--orange);text-decoration:underline}@media screen and (max-width:600px){.footer-top{align-items:baseline;display:flex;flex-direction:column;flex-wrap:wrap}.footer-top-left{width:90%}}.about-page{min-height:100vh;width:100%}.about-page-landing-section{align-items:center;display:flex;justify-content:space-evenly;padding:10rem 2rem 3rem}.about-page-landing-section-left{align-items:baseline;display:flex;flex-direction:column;gap:0;max-width:600px}.about-page-landing-section-left h2 span{color:var(--orange);font-weight:600}.about-page-landing-section-left .btn-a{margin-top:2rem}.about-page-landing-section-right img{width:350px}.our-goal-section{align-items:center;background-color:#f0f8ff;display:flex;gap:2rem;justify-content:space-evenly;padding:4rem 2rem}.our-goal-section-left img{width:200px}.our-goal-section-right{max-width:600px}.our-goal-section-right h2{color:var(--orange)}.we-done-section{align-items:center;display:flex;gap:2rem;justify-content:space-evenly;padding:2rem}.we-done-section-left{max-width:550px}.we-done-section-left h2{color:var(--orange)}.we-done-section-left>p{margin-top:1rem}.we-done-section-left-bottom{display:flex;margin-top:2rem}.we-done-section-left-bottom-card{align-items:center;color:#fff;display:flex;flex-direction:column;font-size:12px;gap:.5rem;height:120px;justify-content:center;max-width:140px;padding:1rem;text-align:center}.we-done-section-left-bottom-card h3{color:#fff;font-size:1.6rem}.we-done-section-left-bottom-card:first-child{background-color:#27a844}.we-done-section-left-bottom-card:nth-child(2){background-color:#2777eb}.we-done-section-left-bottom-card:nth-child(3){background-color:#f24d5d}.we-done-section-left-bottom-card:nth-child(4){background-color:#fec107}.we-done-section-right img{width:300px}@media screen and (max-width:800px){.about-page-landing-section-right img{width:270px}.about-page-landing-section-left h2{font-size:2.5rem}.we-done-section{flex-wrap:wrap;gap:0}}@media screen and (max-width:700px){.about-page-landing-section-right img{width:200px}}@media screen and (max-width:650px){.our-goal-section-left img{width:150px}.about-page-landing-section{gap:2rem}}@media screen and (max-width:550px){.about-page-landing-section-left h2{font-size:3rem}.about-page-landing-section{flex-wrap:wrap}.about-page-landing-section-right img{width:300px}.our-goal-section-left img{transform:rotate(60deg) translateX(40px) translateY(-20px);width:100px}.our-goal-section-left{height:150px}.our-goal-section{align-items:baseline;display:flex;flex-direction:column;flex-wrap:wrap;gap:.5rem;padding-top:0}.we-done-section-right img{width:200px}}@media screen and (max-width:500px){.about-page-landing-section-left h2{font-size:2.5rem}.about-page-landing-section-right img{width:250px}.we-done-section-left-bottom-card h3{font-size:1rem}.we-done-section-left-bottom-card p{font-size:8px}.we-done-section-left-bottom-card{height:80px}}.gallery-section{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-evenly;padding:2rem}.gallery-section img{height:180px;object-fit:cover;width:270px}@media screen and (max-width:950px){.gallery-section{gap:1rem;padding:2rem 1rem}.gallery-section img{height:140px;width:230px}}@media screen and (max-width:750px){.gallery-section{gap:.5rem}.gallery-section img{height:110px;width:200px}}@media screen and (max-width:450px){.gallery-section{padding-top:0}.gallery-section img{height:90px;height:70px;width:170px;width:150px}.gallery-section{padding-bottom:0}}.contact-page{min-height:100vh}.contact-page-landing-section{align-items:center;background:url(/static/media/landing%20section.61eb1bfd94211826ccfa.jpg);background-position:50%;background-size:cover;display:flex;gap:2rem;justify-content:space-evenly;min-height:100vh;padding:10rem 2rem 3rem;position:relative}.contact-page-landing-section:before{background-color:rgba(0,0,0,.507);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.contact-form{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:rgba(0,0,0,.226);border-radius:8px;box-shadow:0 7px 29px 0 #64646f33;color:#fff;display:flex;flex-direction:column;gap:1.5rem;max-width:500px;min-width:400px;padding:2rem}.contact-form .input-field{background-color:initial;border-bottom:2px solid var(--orange);border-radius:0;color:#fff}.contact-form textarea{border-bottom:1px solid var(--orange);height:100px;resize:none}.contact-page-landing-section-main-right{color:#fff;max-width:450px;position:relative}.contact-page-landing-section-main-right h1{color:var(--orange);font-size:6rem}.contact-form option{background-color:var(--orange)}.form-submit-screen{height:100%;left:0;position:fixed;top:0;width:100%;z-index:999}.form-submit-box,.form-submit-screen{align-items:center;display:flex;justify-content:center}.form-submit-box{background-color:#fff;border-radius:8px;box-shadow:0 7px 29px 0 #64646f99;flex-direction:column;gap:.6rem;max-width:400px;padding:2rem;text-align:center}#tickIcon{color:var(--orange);font-size:50px}@media screen and (max-width:750px){.contact-page-landing-section{flex-wrap:wrap-reverse}}@media screen and (max-width:450px){.contact-form{min-width:300px}.contact-form textarea{font-size:10px;height:50px}.contact-form .input-field{border-bottom:1px solid var(--orange);font-size:10px}.contact-page-landing-section-main-right h1{font-size:3rem}}
/*# sourceMappingURL=main.a33d7960.css.map*/