@import"https://fonts.googleapis.com/css2?family=Atma:wght@300;400;500;600;700&family=DynaPuff:wght@400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=McLaren&family=Nunito:ital,wght@0,600;1,600&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{position:relative;z-index:0;overflow-x:hidden}#rootContainer{min-height:100dvh;display:grid;grid-template-rows:auto 1fr auto}:root{--primary-color: #5FB1BF;--secondary-color: #EA7B3B;--section-color: #171717;--header-font-family: "Nunito", serif;--header-font-weight: 600;--subheader-font-weight: 400;--body-font-family: "Inter", serif}.customize-section-color{background-color:var(--customize-section-color)}a{text-decoration:none}.primary-button{background-color:var(--primary-btn-bg);color:#fff;text-decoration:none}.primary-button:hover{background-color:#ea7b3b7a}.secondary-button{background-color:var(--secondary-btn-bg);color:#fff}.secondary-button:hover{background-color:#5fb1bf7d}.tertiary-button{background-color:var(--primary-btn-bg);color:#fff;opacity:60%}.tertiary-button:hover{background-color:#5fb1bf7d}.error-text{color:#fff}h1{font-size:4.5rem;text-shadow:1px 2px 5px #171717;color:#fff;font-weight:var(--header-font-weight);font-weight:var(--header-font-family)}h2{font-size:3rem;font-weight:var(--header-font-weight);color:var(--primary-color);font-weight:var(--header-font-family)}h3{font-size:1.6rem;font-weight:var(--subheader-font-weight);letter-spacing:.5px;font-weight:var(--header-font-family)}h4{font-family:var(--body-font-family)}p,ul{line-height:25px;letter-spacing:.3px;font-family:var(--body-font-family);font-size:.9rem}img{border-radius:3px}button{display:flex;padding:.5rem 3rem;font-size:1.1rem;justify-content:center;align-items:center;gap:.6rem;cursor:pointer;border-radius:3px;border:none}button a{text-decoration:none}.category-buttons-list button:after{background-color:#171717}.two-column-grid-container{display:grid;grid-template-columns:repeat(2,1fr);grid-column-gap:3rem;grid-row-gap:3rem}.auto-grid-sub-nav{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;justify-content:space-between}.four-column-grid-container{width:100%;display:grid;grid-template-columns:repeat(4,1fr);grid-column-gap:5rem;grid-row-gap:3rem;place-items:center;align-items:flex-start}.header-section{width:100vw;height:200px;display:flex;justify-content:center;align-items:center;background-position:center;background-size:cover;z-index:10}.mission-statement-home-header{font-size:2rem}.subnav-container{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));justify-content:space-between;text-align:center;row-gap:3rem;column-gap:3rem;padding:2rem 3rem;box-shadow:10px 4px 18px -8px #1717174d;-webkit-box-shadow:10px 4px 18px -8px rgba(23,23,23,.3);-moz-box-shadow:10px 4px 18px -8px rgba(23,23,23,.3)}.subnav-container li{list-style:none;text-transform:uppercase}.paw-point-icon{font-size:2rem;color:var(--secondary-color);display:flex;flex-shrink:0}nav{display:flex;justify-content:space-between;width:100%;padding:1.25rem;align-items:center}nav .navbar-links{display:flex;gap:3rem;font-size:1.2rem;align-items:center}nav .navbar-links button{text-transform:uppercase}.nav-logo{height:30px}.nav-logo img{height:40px}.navbar-links li,.subnav-container{list-style:none;text-decoration:none;cursor:pointer}.navbar-links li a{text-decoration:none;font-size:1.25rem;font-weight:400;transition:color .3s ease;transition:all .3s ease;color:#fff;font-family:var(--header-font-family);font-weight:var(--subheader-font-weight)}.subnav-container li a{text-decoration:none;font-size:1.25rem;font-weight:400;transition:color .3s ease;transition:all .3s ease;color:var(--section-color);font-family:var(--header-font-family);font-weight:var(--subheader-font-weight)}.navbar-links li a:after,.subnav-container li a:after{content:"";display:block;width:0;height:2.5px;border-radius:8px;transition:width .5s}.navbar-links li a:after{background:#fff}.subnav-container li a:after{background-color:var(--section-color)}.navbar-links li a:hover:after,.subnav-container li a:hover:after{width:100%}.navbar-links li a.active-link:after,.subnav-container li a.active-link:after{width:100%}.menu-icon{display:none;cursor:pointer;top:24px;right:35px;flex-direction:column;justify-content:space-between;height:20px;width:25px;z-index:100;transition:transform .3s ease}.bar{width:100%;height:3px;background-color:#fff;transition:.3s}.bar1.toggle{transform:rotate(45deg) translate(5px,5px)}.bar2.toggle{opacity:0}.bar3.toggle{transform:rotate(-45deg) translate(6px,-6px)}.home-header-section{display:flex;align-items:center;width:100vw;height:500px;position:relative;margin-bottom:8rem;background-position:center;background-size:cover}.home-header-section h1{padding-left:3rem}.home-header-core-values-container{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-auto-rows:auto;row-gap:2rem;justify-content:center;align-items:center;position:absolute;bottom:-8rem;z-index:10;padding:3rem;place-items:center}.home-header-core-value{width:200px;display:flex;flex-direction:column;justify-content:center;align-items:center;height:160px;background-color:#fff;text-align:center;padding:1rem;gap:1rem;text-transform:uppercase;border-radius:3px;align-self:center;box-shadow:0 4px 18px -8px #171717a8;-webkit-box-shadow:0px 4px 18px -8px rgba(23,23,23,.66);-moz-box-shadow:0px 4px 18px -8px rgba(23,23,23,.66)}.core-value-icon{font-size:2.5rem;height:50%;color:var(--secondary-color)}.huha-home-section{display:flex;flex-direction:column;gap:3rem}.huha-description{width:100%;display:flex;gap:5rem;padding:0 3rem}.left-text-huha-description{width:50%;height:auto;display:flex;flex-direction:column;justify-content:space-between;gap:2rem}.right-img-huha-description{width:50%;height:250px;background-image:url(/other-imgs/home-imgs/info-header-img.webp);background-position:center;background-size:cover}.four-card-sections{display:flex;flex-direction:column;gap:1.3rem;padding:0 3rem}.home-card{width:100%;display:flex;flex-direction:column;gap:1rem;border-radius:3px;box-shadow:10px 4px 18px -8px #1717174d;-webkit-box-shadow:10px 4px 18px -8px rgba(23,23,23,.3);-moz-box-shadow:10px 4px 18px -8px rgba(23,23,23,.3);padding:1rem;background-color:#fff}.home-card a button{width:100%}.home-card-img{width:100%;height:200px;background-position:center;background-size:cover;border-radius:3px}.home-advice-card:nth-child(1) .home-card-img{background-image:url(/other-imgs/home-imgs/injuredanimal-img.webp)}.home-advice-card:nth-child(2) .home-card-img{background-image:url(/other-imgs/home-imgs/home-rehome-img.webp)}.home-advice-card:nth-child(3) .home-card-img{background-image:url(/other-imgs/home-imgs/lostanimal-img.webp)}.home-advice-card:nth-child(4) .home-card-img{background-image:url(/other-imgs/home-imgs/abused-img.webp)}.home-main-features-card:nth-child(1) .home-card-img{background-image:url(/header-bg-imgs/adopt-imgs.webp)}.home-main-features-card:nth-child(2) .home-card-img{background-image:url(/header-bg-imgs/donation-img.webp)}.home-main-features-card:nth-child(3) .home-card-img{background-image:url(/header-bg-imgs/support-volunteer-img.webp)}.home-main-features-card:nth-child(4) .home-card-img{background-image:url(/header-bg-imgs/adopt-img.webp)}.campaign-section{height:auto}.campaign-card{width:100%;padding:3rem;display:flex;gap:5rem}.left-img-campaign-description{max-width:700px;height:auto}.left-img-campaign-description img{width:100%;height:100%;object-fit:cover}.right-text-campaign-description{width:50%;display:flex;flex-direction:column;gap:2rem;color:var(--primary-color)}.campaign-title{color:var(--primary-color);text-transform:uppercase;width:50%}.home-sponsor-container{width:100%;padding:0 3rem;align-items:center}.sponsor-container{display:flex;flex-direction:column;align-items:center;gap:1rem}.sponsor-boxes-container{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;place-items:center;text-align:center}.sponsor-boxes-container img{width:150px;object-fit:contain;object-position:center}.subnav-section-container{padding:3rem;width:100%}.purpose-about-container{display:flex;gap:5rem}.purpose-img-left-container{background-image:url(/other-imgs/about-purpose-img.webp);width:50%;height:auto;background-position:center;background-size:cover;min-height:350px}.purpose-text-right-container{width:40%}.what-about-container{display:flex;flex-direction:column;gap:1rem}.what-single-card{display:flex;flex-direction:column;gap:1rem;height:100%}.what-single-card button{margin-top:auto}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#17171780;display:flex;justify-content:center;align-items:center;z-index:1000}.modal{padding:4rem;border-radius:8px;width:80%;height:80%;position:relative;color:#f7f8ff;overflow:auto}.modal h3{margin-bottom:2rem}.close-modal-button{cursor:pointer;background-color:#0000;color:#f0f8ff;position:absolute;padding:0;top:1rem;right:1rem;font-size:5rem}.close-modal-button:hover{opacity:50%}.trustee-modal{display:flex;gap:5rem}.trustee-modal-img{width:30%;height:500px;object-fit:cover}.requirment-modal{display:flex;flex-direction:column;gap:2rem}.support-animal-modal{background:#171717;padding:2rem;border-radius:8px;width:80%;max-height:80vh;position:relative;overflow:hidden}.support-animal-grid-container{overflow-y:auto;padding-right:10px;align-items:flex-start}.history-about-section{display:flex;gap:5rem}.left-descript-history-container{width:50%;height:auto;display:flex;flex-direction:column;gap:2rem}.right-points-history-container{width:50%;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(5,1fr);grid-column-gap:3rem;grid-row-gap:1.3rem;align-items:flex-start;place-items:left}.single-point-history{display:flex;align-items:flex-start;justify-content:flex-start;gap:1rem}.trustee-container{display:flex;flex-direction:column;gap:2rem}.trustee-card{width:100%;display:flex;flex-direction:column;gap:1rem;padding:1rem;border-radius:3px;box-shadow:10px 4px 18px -8px #1717174d;-webkit-box-shadow:10px 4px 18px -8px rgba(23,23,23,.3);-moz-box-shadow:10px 4px 18px -8px rgba(23,23,23,.3);color:#f7f8ff}.trustee-img{max-height:500px;overflow:hidden;border-radius:3px}.trustee-img img{width:100%;height:100%;object-fit:cover;object-position:center}.impact-about-container{display:flex;width:100%;gap:5rem}.impact-img-left-container{width:50%;background-image:url(/other-imgs/home-imgs/info-header-img.webp);background-position:center;background-size:cover}.impact-text-right-container{width:50%;display:flex;flex-direction:column;gap:2rem}.impact-stories-box-title{display:flex;gap:1rem;align-items:center}.impact-stories-container h2{color:#fff;font-size:4rem}.impact-stories-container h4{color:#ffffffdf;font-family:var(--header-font-family);font-weight:var(--subheader-font-weight);font-size:1.5rem;margin-bottom:2rem;width:70%}.impact-stories-card h3{font-size:2rem;font-weight:var(--subheader-font-weight);text-transform:uppercase}.impact-stories-card{color:#fff}.volunteering-section{display:flex;flex-direction:column;gap:2rem}.top-volunteering-section{display:flex;gap:5rem}.top-img-volunteering-container{background-image:url(/header-bg-imgs/support-volunteer-img.webp);width:50%;height:300px;background-position:center;background-size:cover;border-radius:3px}.top-descript-volunteering-container{width:50%;display:flex;flex-direction:column;gap:2rem}.middle-volunteering-section{display:flex;gap:5rem;width:100%}.middle-points-volunteering-container{width:50%;display:flex;flex-direction:column;height:100%;gap:1rem}.middle-descript-volunteering-container{width:50%}.bottom-volunteer-option-container{text-align:left;height:100%;display:flex;flex-direction:column;gap:1rem}.bottom-volunteer-option-container ul{margin-left:2rem;display:flex;flex-direction:column;gap:.5rem}.fundraise-section{display:flex;width:100%;gap:5rem}.left-descript-fundraise-container{width:50%;display:flex;flex-direction:column;gap:1.5rem}.left-descript-fundraise-container ul{line-height:2rem;padding-left:3rem}.left-descript-fundraise-container button{width:100%}.right-img-fundraise-container{width:50%;background-image:url(/other-imgs/fundraise-img.webp);background-position:center;background-size:cover}.support-animal-container{display:flex;gap:5rem}.left-descript-support-animal,.right-button-support-animal{width:50%}.right-button-support-animal button{width:100%;margin-top:2rem}.top-support-card,.top-support-card button{width:100%}.animal-card img{width:100%;background-position:center;background-size:cover}.animal-card{color:#f7f8ff;display:flex;flex-direction:column;gap:1rem}.help-support-section{display:flex;flex-direction:column;gap:2rem}.help-support-intro{display:flex;gap:5rem}.left-help-support-intro{display:flex;flex-direction:column;gap:1.5rem;width:50%}.right-help-support-intro{width:50%;height:100%;align-self:end}.right-help-support-intro button{width:100%;margin-top:1rem}.middle-rehome-support-container{display:flex;flex-direction:column;gap:1rem}.middle-rehome-support-container button{width:100%;margin-top:2rem}.information-middle-rehome-container{display:flex;width:100%;gap:5rem}.information-bottom-disaster-container{width:100%;display:flex;gap:5rem}.left-middle-rehome-container,.right-middle-rehome-container,.left-bottom-disaster-container,.right-bottom-disaster-container{width:50%}.right-bottom-disaster-container{display:flex;flex-direction:column;gap:2rem}.left-middle-rehome-container ul{margin-left:2rem}.bottom-disaster-support-container{display:flex;flex-direction:column;gap:2rem;width:100%}.plan-button{width:100%}.right-two-buttons-bottom-disaster-container{display:flex;gap:2rem}.right-two-buttons-bottom-disaster-container a,.right-two-buttons-bottom-disaster-container a button{width:100%}.top-bequest-container{display:flex;gap:5rem}.top-left-bequest-container{width:50%;height:100%}.top-left-img-bequest{background-image:url(/header-bg-imgs/support-volunteer-img.webp);width:100%;height:300px;background-position:center;background-size:cover;margin-bottom:1rem}.top-right-bequest-container{width:50%;display:flex;flex-direction:column;gap:1rem}.middle-bequest-container{display:flex;flex-direction:column;gap:2rem}.middle-bequest-container h2{margin-top:3rem;font-size:2.5rem;text-align:center}.bequest-option-container{text-align:left;align-self:flex-start;display:flex;flex-direction:column;gap:1rem}.buttons-middle-bequest-container{width:100%;display:flex;flex-direction:column;gap:2rem}.buttons-middle-bequest-container a button{width:100%}.top-two-buttons-bequest-container{display:flex;width:100%;gap:2rem}.top-two-buttons-bequest-container a,.top-two-buttons-bequest-container a button{width:100%}.shop-card-info{text-align:left;display:flex;flex-direction:column;gap:1rem}.shop-card-info h2{font-size:2rem}.shop-shops-container{margin-bottom:3rem}.category-buttons-list{width:100%;display:flex;margin-bottom:2rem}.product-card{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;gap:.5rem;border-radius:3px;box-shadow:10px 4px 18px -8px #1717174d;-webkit-box-shadow:10px 4px 18px -8px rgba(23,23,23,.3);-moz-box-shadow:10px 4px 18px -8px rgba(23,23,23,.3);padding:1rem;background-color:#fff}.product-card h3{font-size:1.5rem}.product-card-img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:3px}.cart-no-items-buttons{display:flex;width:100%;gap:2rem;margin-top:2rem}.cart-no-items-buttons a,.cart-no-items-buttons .cart-button{width:100%}.cart-container{width:100%;padding:3rem;max-width:100%;display:flex;flex-direction:column;align-items:center}.cart-container .total-text{padding:2rem}.cart-buttons{display:flex;width:100%;gap:5rem}.cart-buttons a,.cart-button{width:100%}.cart-success-icon{font-size:7rem}.cart-success-container{display:flex;flex-direction:column;align-items:center;width:100%;height:100%;padding:3rem;gap:3rem}.cart-success-buttons{display:flex;gap:5rem}.cart-item-buttons{display:flex;width:100%;justify-content:space-between}.cart-item-buttons button{padding:.2rem 0}.plus-button,.minus-button{width:20%}.remove-button{width:50%}.contact-container{width:100%;display:flex;gap:5rem}.contact-inforamtion-container,.donate-goods-contact-container{width:50%;display:flex;flex-direction:column;gap:1rem}.donate-good-button{display:flex;width:100%;gap:3rem;margin-top:1rem}.donate-button{width:100%}.shelter-contact-box{display:flex;flex-direction:column;gap:1.2rem}.shelter-contact-info p{margin-bottom:2rem}.form-containers label{color:#fff;padding:2rem 0 1rem}.form-containers{margin-top:2rem}.form-containers .input{display:flex;flex-direction:column}.form-containers .input select,input,textarea{padding:1rem}.form-containers textarea{height:100%}.contact-form-container{padding:5rem}.contact-form-container h2{text-align:center}.send-message-button-container{width:100%;grid-column:span 2;text-align:center}.send-message-button,.form-header{width:100%;grid-column:span 2}.form-header{font-size:3rem}.modal-form-container{max-height:100%;overflow:auto}.modal-form-container label{color:#fff;padding:2rem 0 1rem}.success-text{display:flex;flex-direction:column;text-align:center;justify-content:center;align-items:center;padding:3rem;color:var(--primary-color);gap:1rem}.success-text h3{font-size:2rem}.sucess-icon{font-size:10rem}.animal-section-container{padding:3rem}.animals-available-container{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;gap:.5rem;border-radius:3px;box-shadow:10px 4px 18px -8px #1717174d;-webkit-box-shadow:10px 4px 18px -8px rgba(23,23,23,.3);-moz-box-shadow:10px 4px 18px -8px rgba(23,23,23,.3);padding:1rem;background-color:#fff}.animals-available-container a button{width:100%}.animals-available-container-image{width:100%;height:100%;object-position:center;object-fit:cover;border-radius:3px}.single-animal-container{padding:3rem}.animal-post-container{display:flex;width:100%;gap:5rem}.left-animal-container{width:50%;display:flex;flex-direction:column;gap:1rem}.apply-adopt-button{width:50%}.left-animal-img-container{width:100%;height:auto;object-position:center;object-fit:cover;border-radius:3px;position:relative}.left-animal-img-container p{position:absolute;bottom:20px;right:20px;color:#fff;text-shadow:#171717 0 0 5px}.left-animal-img-container img{width:100%}.right-animal-container{width:50%;display:flex;flex-direction:column;gap:1rem}.animal-name-info{display:flex;justify-content:space-between;align-items:center}.animal-name-info .animal-icon-container{font-size:2rem;color:var(--section-color)}.top-right-animal{padding:1rem;display:flex;box-shadow:10px 4px 18px -8px #1717174d;-webkit-box-shadow:10px 4px 18px -8px rgba(23,23,23,.3);-moz-box-shadow:10px 4px 18px -8px rgba(23,23,23,.3);background-color:#f7f8ff;border-radius:3px;justify-content:space-between}.middle-right-animal{display:flex;gap:3rem}.animal-icon-container{display:flex;align-items:center;gap:1rem}.desexed-vax-icon{font-size:3rem;color:var(--primary-color)}.process-adopt-section h2{text-align:center}.process-adopt-section{display:flex;flex-direction:column;gap:2rem}.process-adopt-info{display:flex;width:100%;gap:5rem}.process-adopt-info h3{width:50%;font-size:1.5rem}.process-steps-adopt-container{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);gap:3rem}.bold-color-text{color:var(--primary-color);font-weight:700}.requirements-adopt-section{display:flex;flex-direction:column;gap:3rem}.requirement-button{width:100%}.fees-adopt-section h2{text-align:center;margin-bottom:2rem}.fees-adopt-container{display:flex;gap:5rem;width:100%}.fees-adopt-info-comtainer{width:50%}.fees-adopt-info-comtainer p{margin-bottom:3rem}.fees-adopt-info-comtainer h3{margin-bottom:1rem}.fees-adopt-info-comtainer ul{margin-left:2rem}.adopt-fees-img-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);width:50%;gap:3rem}.adopt-fee-img-1{background-image:url(/other-imgs/adoptfee-img.webp);grid-area:1 / 1 / 2 / 3}.adopt-fee-img-2{background-image:url(/header-bg-imgs/adopt-img.webp);grid-area:2 / 1 / 3 / 2}.adopt-fee-img-3{background-image:url(/header-bg-imgs/home-header-img.webp);grid-area:2 / 2 / 3 / 3}.adopt-fee-img-1,.adopt-fee-img-2,.adopt-fee-img-3{width:100%;background-position:center;background-size:cover;border-radius:3px}.donate-container{display:flex;flex-direction:column;gap:3rem}.donate-info-container{display:flex;gap:5rem}.donate-descript-info-container{width:50%;display:flex;flex-direction:column;gap:1rem}.donate-payment-info-container{width:50%}.payment-method-img-1{width:100%;height:100px;background-position:center;background-size:contain;background-repeat:no-repeat;background-image:url(/other-imgs/payment-method/method1.webp)}.payment-method-img-2{width:100%;height:100px;background-position:center;background-size:contain;background-repeat:no-repeat;background-image:url(/other-imgs/payment-method/method2.webp)}.payment-method-img-3{width:100%;height:100px;background-position:center;background-size:contain;background-repeat:no-repeat;background-image:url(/other-imgs/payment-method/method3.webp)}.payment-method-img-4{width:100%;height:100px;background-position:center;background-size:contain;background-repeat:no-repeat;background-image:url(/other-imgs/payment-method/method4.webp)}.donate-bequest-container{display:flex;justify-content:space-between;align-items:center}.left-info-donate-bequest-container{width:50%;display:flex;flex-direction:column;gap:1rem}.bequest-icon{height:100%;width:10%}.shelter-contact-groups{gap:1rem}footer{display:flex;padding:1.25rem;justify-content:space-between;align-items:center;box-shadow:10px 4px 18px -8px #1717174d;-webkit-box-shadow:10px 4px 18px -8px rgba(23,23,23,.3);-moz-box-shadow:10px 4px 18px -8px rgba(23,23,23,.3);color:#f7f8ff;margin-top:2rem}footer .footer-contact{text-align:right}.footer-social-icon{font-size:2rem;color:var(--primary-color)}.footer-icon-container{display:flex;gap:2rem}@media (max-width: 1400px){.navbar-links{display:none;flex-direction:column;position:fixed;top:0;left:0;width:100%;height:100vh;align-items:center;justify-content:center;transform:translateY(-200%);overflow-y:auto;gap:0;z-index:9999}.navbar-links.active{display:flex;transform:translateY(0)}.navbar-links li a{text-decoration:none;font-size:30px;font-weight:700;text-transform:uppercase;font-size:1.5rem}.navbar-links li{margin:.5rem 0;text-align:center}.navbar{top:0;left:0;width:100%;z-index:9000}.navbar-links.menu-open-background{background-color:var(--customize-section-color);padding:20rem 0 10rem}.menu-open .menu-icon{position:fixed;top:20px;right:20px;z-index:99999}.menu-icon{display:flex}}@media (max-width: 1200px){h1{font-size:3.5rem}h2{font-size:2.5rem}h3{font-size:1.5rem}h4{font-size:1.2rem}p,ul{font-size:.8rem}.home-header-section h1{padding-left:3rem}.home-header-core-values-container{top:60%}.four-column-grid-container{grid-template-columns:repeat(2,1fr)}.trustee-img{max-height:500px}.process-steps-adopt-container{grid-template-columns:repeat(2,1fr);gap:2rem}.trustee-modal{flex-direction:column;gap:3rem}.trustee-modal img{margin-top:5rem;width:100%;height:50%}.shop-shops-container{place-items:start}.donate-method-img{gap:2rem}}@media (max-width: 1030px){.home-header-section{margin-bottom:14em}}@media (max-width: 900px){h1{font-size:3rem}h2{font-size:2rem}h3{font-size:1.2rem}h4{font-size:.9rem}p,ul{line-height:25px;letter-spacing:.3px;font-family:var(--body-font-family);font-size:.8rem}.four-column-grid-container,.two-column-grid-container{grid-template-columns:repeat(1,1fr)}footer{flex-direction:column;align-items:start;gap:2rem}footer .footer-contact{text-align:left}button{padding:1rem 3rem}.paw-point-icon{width:30px;height:30px}.home-card-img{height:300px}.modal-form-container{display:flex;flex-direction:column;gap:2rem}.home-header-section{margin-bottom:18rem}.campaign-card{flex-direction:column;gap:3rem}.left-img-campaign-description,.right-text-campaign-description{width:100%}.huha-description{flex-direction:column-reverse;gap:3rem}.right-img-huha-description{width:100%;height:300px}.left-text-huha-description{width:100%}.purpose-about-container{flex-direction:column;gap:2rem}.purpose-img-left-container{width:100%;height:250px}.purpose-text-right-container{width:100%}.history-about-section{flex-direction:column;gap:3rem}.left-descript-history-container,.right-points-history-container{width:100%}.right-points-history-container{grid-template-columns:repeat(1,1fr)}.trustee-img{max-height:600px;border-radius:3px}.impact-about-container{flex-direction:column-reverse;gap:3rem}.impact-img-left-container{width:100%;height:200px}.impact-text-right-container,.impact-stories-container h4{width:100%}.top-volunteering-section{flex-direction:column-reverse;gap:3rem}.top-img-volunteering-container{width:100%;height:200px}.top-descript-volunteering-container{width:100%}.middle-volunteering-section{flex-direction:column;gap:2rem}.middle-points-volunteering-container,.middle-descript-volunteering-container{width:100%}.fundraise-section{flex-direction:column-reverse;gap:2rem}.left-descript-fundraise-container{width:100%}.right-img-fundraise-container{width:100%;height:200px}.support-animal-container{flex-direction:column;gap:2rem}.left-descript-support-animal,.right-button-support-animal{width:100%}.help-support-intro,.information-middle-rehome-container,.information-bottom-disaster-container,.top-bequest-container{flex-direction:column;gap:1.5rem}.left-help-support-intro,.right-help-support-intro,.left-middle-rehome-container,.right-middle-rehome-container,.left-bottom-disaster-container,.right-bottom-disaster-container,.top-left-bequest-container,.top-right-bequest-container{width:100%}.right-middle-rehome-container{margin-left:2rem}.middle-left-bequest-container{display:grid;grid-template-columns:repeat(2,1fr)}.shop-shops-container{display:grid;grid-template-columns:repeat(2,1fr);place-items:left}.category-buttons-list{display:grid;grid-template-columns:repeat(2,1fr)}.category-buttons-list button{width:100%}.cart-item-buttons button{padding:.7rem 0}.product-card h3{font-size:2rem;padding:1rem 0}.product-card p{font-size:1.5rem;padding:1rem 0}.contact-container{flex-direction:column}.contact-inforamtion-container,.donate-goods-contact-container{width:100%}.shelter-contact-groups{grid-template-columns:repeat(2,1fr);gap:2rem}.shelter-contact-info p{margin-bottom:1rem}.process-adopt-info{flex-direction:column;gap:2rem}.process-adopt-info h3{width:100%}.requirements-adopt-section{gap:2rem;align-items:center}.process-steps-adopt-container{grid-template-columns:repeat(1,1fr);gap:1rem}.requirments-adopt-info{width:80%}.requirments-adopt-grid{gap:2rem}.animal-post-container{flex-direction:column-reverse;gap:3rem}.left-animal-container,.apply-adopt-button,.right-animal-container{width:100%}.donate-info-container{flex-direction:column;gap:3rem}.donate-descript-info-container,.donate-payment-info-container{width:100%}.donate-method-img{grid-template-columns:repeat(2,1fr);margin-bottom:2rem}.left-info-donate-bequest-container{width:80%}.fees-adopt-container{flex-direction:column;gap:3rem}.fees-adopt-info-comtainer{width:100%}.adopt-fees-img-grid{width:100%;height:500px}.contact-form{display:flex;flex-direction:column}.left-info-donate-bequest-container{width:100%}.bequest-icon{display:none}}@media (max-width: 700px){.home-header-section{margin-bottom:28rem}.shop-shops-container{display:flex;flex-direction:column}.cart-buttons,.cart-no-items-buttons{flex-direction:column}.cart-buttons{gap:2rem}.category-buttons-list{grid-template-columns:repeat(1,1fr)}}@media (max-width: 500px){.home-header-section{margin-bottom:55rem}.home-header-core-value{width:100%}.home-header-core-values-container{top:70%}.donate-good-button{flex-direction:column}.shelter-contact-groups{display:flex;flex-direction:column}.contact-form-container{padding:2rem;width:100%;align-items:center;display:flex;flex-direction:column}.contact-form{width:80%}.donate-method-img{gap:1rem}.top-right-animal,.middle-right-animal{flex-direction:column;gap:1rem}}
