.heart #line{fill:none;stroke:#84b067;stroke-width:1.5px;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:1;stroke-dashoffset:1px;animation:3s linear infinite dash}.heart #point{fill:none;stroke:#84b067;stroke-width:5px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:.1;stroke-opacity:1;stroke-dasharray:.0001 .9999;stroke-dashoffset:1px;animation:3s linear infinite dash}@keyframes dash{0%{stroke-dashoffset:1px}80%{stroke-dashoffset:0}to{stroke-dashoffset:0}}
.feed_cont{grid-template-columns:auto auto;gap:60px;display:grid}.feed_slide{grid-template-columns:auto auto;gap:20px;display:grid}.swiper{width:100%;height:100%}.feed_cont .swiper-slide img{-o-object-fit:cover;object-fit:cover;border-radius:8px;width:100%;height:auto;display:block}@media (max-width:575.98px){.feed_cont{grid-template-columns:1fr;gap:30px}.feed_slide{grid-template-columns:1fr;justify-content:center;place-items:center;gap:15px}}@media (min-width:576px) and (max-width:767.98px){.feed_cont{grid-template-columns:1fr;gap:40px}.feed_slide{grid-template-columns:1fr;gap:20px}}@media (min-width:768px) and (max-width:991.98px){.feed_cont{grid-template-columns:repeat(1,1fr);gap:40px}.feed_slide{grid-template-columns:repeat(2,auto);gap:20px}}@media (min-width:992px) and (max-width:1199.98px){.feed_cont{grid-template-columns:repeat(2,1fr);gap:50px}.feed_slide{grid-template-columns:repeat(2,auto);gap:25px}}@media (min-width:1200px){.feed_cont{grid-template-columns:repeat(2,1fr);gap:50px}.feed_slide{grid-template-columns:repeat(2,auto);gap:30px}}
.cta{all:unset;color:#fff;cursor:pointer;background:#599066;border:none;border-radius:10px;padding:7px 33px;font-size:20px;text-decoration:none;transition:all 1s;display:flex;transform:skew(-15deg);box-shadow:6px 6px #000}.cta:focus{outline:none}.cta:hover{transition:all .5s;box-shadow:10px 10px #fbc638}.cta .second{margin-right:0;transition:all .5s}.cta:hover .second{margin-right:45px;transition:all .5s}.cta .span{transform:skew(15deg)}.cta .second{width:20px;margin-left:30px;position:relative;top:50%;transform:translateY(5px)!important}.cta .one{transition:all .4s;transform:translate(-60%)}.cta .two{transition:all .5s;transform:translate(-30%)}.cta:hover .three{animation:1s .2s infinite color_anim}.cta:hover .one{animation:1s .6s infinite color_anim;transform:translate(0%)}.cta:hover .two{animation:1s .4s infinite color_anim;transform:translate(0%)}@keyframes color_anim{0%{fill:#fff}50%{fill:#fbc638}to{fill:#fff}}
.about_content_page{grid-template-columns:repeat(2,1fr);justify-content:center;gap:50px;width:90%;margin:auto;padding-inline:60px;display:grid}.afternoon-swiper-container{max-height:calc(100vh - 100px)}.watch_video_about{color:#000;cursor:pointer;border:2px solid #599066;border-radius:50%;justify-content:center;align-items:center;gap:15px;width:40px;height:40px;font-size:15px;transition:all .3s;display:flex}.watch_video_about:hover{color:#fff;background-color:#599066;border:2px solid #fff}@media (max-width:575.98px){.about_content_page{grid-template-columns:repeat(1,1fr);width:90%}}@media (min-width:576px) and (max-width:767.98px){.about_content_page{grid-template-columns:repeat(1,1fr);width:90%}}@media (min-width:768px) and (max-width:991.98px){.about_content_page{grid-template-columns:45% 55%;width:90%}}
