.about-banner{background:var(--np-navy-bg);border-radius:0 0 10% 10%;justify-content:center;align-items:center;height:600px;display:flex;position:relative;overflow:hidden}.about-content-main{text-align:center;color:var(--np-sky-blue-text);z-index:2;flex-direction:column;align-items:center;display:flex}.about-content-main h1{font-size:54px;line-height:1.3}.about-content-main p{width:65%;margin-top:20px;font-size:18px;color:#fff!important}.boy{z-index:2;width:200px;height:300px;transition:transform .9s ease-out;position:absolute;bottom:0;left:10px}.girl{z-index:2;width:200px;height:300px;transition:transform .9s ease-out;position:absolute;bottom:0;right:10px}.flower{z-index:3;pointer-events:none;width:60px;transition:transform .1s linear;position:absolute;top:20px;left:40px}.left-small-flower{width:40px;height:40px;top:90px;left:100px}.right-flower{z-index:3;pointer-events:none;width:60px;transition:transform .1s linear;position:absolute;bottom:170px;right:140px}.right-small-flower{z-index:3;pointer-events:none;width:40px;height:40px;transition:transform .1s linear;position:absolute;bottom:220px;right:220px}.leaf{z-index:1;width:300px;position:absolute}.left-leaf{top:100px;left:-50px}.right-leaf{top:100px;right:-50px;transform:scaleX(-1)}@media (max-width:780px){.about-banner{border-radius:0}.about-content-main h1{width:80%;margin-top:20px;font-size:28px}.flower{width:30px;height:30px;top:20px;left:20px}.left-small-flower{width:15px;height:15px;top:40px;left:60px}.right-flower{width:30px;height:30px;bottom:90px;right:20px}.right-small-flower{width:15px;height:15px;bottom:120px;right:60px}.about-content-main p{width:90%;font-size:16px}.boy,.girl{width:100px;height:140px}}
.about-list{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:28px;padding:0;list-style:none;display:grid}.about-list li{letter-spacing:.01em;align-items:center;margin-bottom:12px;font-size:18px;font-weight:500;display:flex}.about-list-icon{background:var(--np-pink-bg);border-radius:50%;width:20px;height:20px;margin-right:12px;display:inline-block;position:relative}.about-list-icon:after{content:"";border:solid var(--np-white-text);border-width:0 3px 3px 0;width:6px;height:8px;display:block;position:absolute;top:.3rem;left:.45rem;transform:rotate(45deg)}.about-page-sec2-checkMark{background:var(--np-pink-bg);width:16px;height:16px;color:var(--np-white-text);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-right:12px;font-size:.5rem;display:inline-flex;box-shadow:0 2px 8px #ff4c7f14}.about-list li{color:var(--np-primary-text);font-size:18px;font-weight:var(--np-font-weight-light)}.about-sec2{background:var(--np-white-bg);padding:80px 40px}.about-sec2__cards{text-align:center;grid-template-columns:repeat(4,1fr);gap:40px;display:grid}.video-section{margin-top:60px}.video-wrapper{cursor:pointer;border-radius:10rem 1rem;height:30rem;position:relative;overflow:hidden}.video-img{object-fit:cover;width:100%;height:auto;transition:transform .4s;display:block}.video-wrapper:hover .video-img{transform:scale(1.05)}.play-btn{background:var(--np-primary-bg);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;font-size:24px;transition:all .3s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 1px 0 3px #fff}.video-wrapper:hover .play-btn{transform:translate(-50%,-50%)scale(1.1)}.video-modal{z-index:999;background:#000000b3;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.video-content{background:#000;border-radius:10px;width:80%;max-width:800px;overflow:hidden}.feature-card{flex-direction:column;justify-content:center;align-items:center;padding:0 20px;transition:all .3s;display:flex;position:relative}.feature-card:not(:last-child):after{content:"";border-right:1px dashed #ddd;width:1px;height:60%;position:absolute;top:20%;right:0}@media (max-width:780px){.feature-card:not(:last-child):after{display:none}}.feature-img{text-align:center;align-items:center;width:fit-content;margin-bottom:25px;transition:transform .3s,filter .3s}.feature-card:hover .feature-img{filter:drop-shadow(0 12px 8px #1b2a6b40);transform:translateY(-10px)}.feature-card h3{color:var(--np-primary-text);font-weight:var(--np-font-weight-normal);font-size:var(--np-font-size-lg)}.feature-card p{font-size:var(--np-font-size-md);color:var(--np-secondary-text)!important}.about-sec2__bottom{margin-top:60px}.about-page-sec2-text{width:100%;color:var(--np-secondary-text);margin-bottom:24px}.about-page-sec2-text-paragraph1,.about-page-sec2-text-paragraph2{font-family:var(--font-prompt);font-size:var(--np-font-size-md)!important;text-align:start!important;color:var(--np-secondary-text)!important}.about-right{width:100%;position:relative}.about-right ul{margin-bottom:20px}.about-right li{color:var(--np-primary-text);margin-bottom:10px}.hearts{position:absolute;bottom:3rem;right:0}.heart{opacity:0;width:40px;transition:transform .4s,opacity .4s;position:absolute;transform:scale(0)}.show-hearts .heart{opacity:1;animation:1.5s infinite heartbeat;transform:scale(1)}.heart-red{transition-delay:.1s;bottom:0;right:40px}.heart-blue{transition-delay:.3s;bottom:10px;right:0}.heart-yellow{transition-delay:.5s;bottom:20px;right:80px;rotate:40deg}@keyframes heartbeat{0%{transform:scale(1)}25%{transform:scale(1.2)}50%{transform:scale(1)}75%{transform:scale(1.2)}to{transform:scale(1)}}@media (max-width:1080px){.about-sec2__cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:780px){.about-sec2__cards{grid-template-columns:repeat(1,1fr)}.about-sec2__cards h3{font-size:var(--np-font-size-mlg);margin-bottom:26px}.about-sec2__bottom{flex-direction:column}.feature-img{margin-bottom:35px}.video-wrapper{border-radius:5rem 1rem;height:400px}.video-img{object-fit:cover;height:100%}.play-btn{width:60px;height:60px}.about-sec2{padding:80px 10px}.about-right ul{margin-bottom:30px}.heart{opacity:0;width:40px;transition:transform .4s,opacity .4s;position:absolute;transform:scale(0)}.show-hearts .heart{opacity:1;animation:1.5s infinite heartbeat;transform:scale(1)}.heart-red{width:30px;height:auto;transition-delay:.1s;top:20px;bottom:0;right:40px}.heart-blue{width:25px;height:auto;transition-delay:.3s;top:10px;bottom:10px;right:10px}.heart-yellow{width:20px;height:auto;transition-delay:.5s;top:-15px;bottom:20px;right:30px;rotate:360deg}}
