@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");*{margin:0;padding:0;box-sizing:border-box}*,body{font-family:Poppins,sans-serif}body{max-width:1920px;margin-left:auto!important;margin-right:auto!important;overflow-x:hidden!important}:root{--font-xsm:14px;--font-sm:15px;--font-md:16px;--font-lg:18px;--font-xl:20px;--font-xxl:24px;--font-3xl:32px;--font-4xl:60px;--color-primery:#cc1262;--color-secondry:#79646d;--color-black:#503440;--color-white:#fff;--color-gray:#a0a0a0;--color-gray-light:#c7c7c7}.font-xsm{font-size:var(--font-xsm)!important}.font-sm{font-size:var(--font-sm)!important}.font-md{font-size:var(--font-md)!important}.font-lg{font-size:var(--font-lg)!important}.font-xl{font-size:var(--font-xl)!important}.font-xxl{font-size:var(--font-xxl)!important}.font-3xl{font-size:var(--font-3xl)!important}.font-4xl{font-size:var(--font-4xl)!important}.fw-normal{font-weight:400!important}.fw-medium{font-weight:500!important}.fw-semibold{font-weight:600!important}.fw-bold{font-weight:700!important}.text-white{color:var(--color-white)!important}.text-black{color:var(--color-black)!important}.text-primery{color:var(--color-primery)!important}.text-secondry{color:var(--color-secondry)!important}.text-gray{color:var(--color-gray)!important}.text-gray-light{color:var(--color-gray-light)!important}.heading{font-size:var(--font-4xl)}.para{font-size:var(--font-xl);font-weight:400;line-height:170%}.navbar-li-text{font-size:var(--font-sm);font-weight:400;color:var(--color-black)}.footer-head-text{font-size:var(--font-lg);font-weight:600;color:var(--color-white)}.line-h-160{line-height:160%}@media (min-width:992px) and (max-width:1500px){:root{--font-4xl:50px}}@media (min-width:576px) and (max-width:992px){:root{--font-3xl:32px;--font-4xl:50px}}@media (max-width:576px){:root{--font-xl:16px;--font-xxl:18px;--font-3xl:27px;--font-4xl:40px}}#scroll{position:fixed;z-index:200;right:5%;top:90%;cursor:pointer;width:50px;height:50px;background-color:var(--color-red);box-shadow:1px 3px 20px #cc1262;text-indent:-9999px;display:none;border-radius:60px;background-image:url(/search/assets/img/svg/hand-index.svg);background-repeat:no-repeat;background-position:50%;background-size:28px;animation:moves 2s ease-in-out infinite;transition:all .3s ease-in-out}@keyframes moves{0%{transform:translateY(0)}50%{transform:translateY(-5px)}to{transform:translateY(0)}}#scroll:hover{box-shadow:1px 1px 20px #787777}#scroll:hover span{border-bottom-color:#fff}.navbar-wrapper .search-icon{z-index:4}.navbar-wrapper .hamburger-menu{position:relative;width:29px;cursor:pointer;height:25px}.navbar-wrapper .first{top:0;transition:top .3s cubic-bezier(.23,1,.32,1) .3s,transform .3s cubic-bezier(.23,1,.32,1)}.navbar-wrapper .sec{top:11px;background:#fff;transition:all 0ms .3s}.navbar-wrapper .third{top:22px;transition:top .3s cubic-bezier(.23,1,.32,1) .3s,transform .3s cubic-bezier(.23,1,.32,1)}.navbar-wrapper .hamburger-menu span{width:100%;height:3px;background-color:var(--color-white);border-radius:10px;position:absolute;display:inline-block;left:0}.navbar-wrapper .animate .sec{opacity:0}.navbar-wrapper .animate .first{transform:rotate(45deg)}.navbar-wrapper .animate .first,.navbar-wrapper .animate .third{top:11px;transition:top .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1) .3s}.navbar-wrapper .animate .third{transform:rotate(-45deg)}.navbar-wrapper .hamburger-menu.animate span{background-color:#fff}.overlay-btns button:hover{background-color:transparent;color:#fff}@keyframes mymove{0%{transform:translateY(20px);opacity:0}to{transform:translateY(-20px);opacity:1}}.left,.right{opacity:0}.nav-items-list li a{color:#fff!important;text-decoration:none!important}.fix-screen-mobile{height:100vh;overflow:hidden}.left li,.right li{transform:translateY(10px);transition:all .4s ease-in-out;opacity:0}.left li a,.right li a{font-size:30px;color:#fff;text-decoration:none}.nav-items-list li a{position:relative;color:#fff;font-size:16px;transition:all .3s ease-in-out}.nav-items-list li a:after{position:absolute;width:0;content:"";height:2px;left:0;background-color:#fff;bottom:0;transition:all .3s ease-in-out}.nav-items-list li a:hover:after{width:100%}.red-btn{padding:15px 33px;justify-content:center;align-items:center;background-color:#fff;color:#cc1262;font-weight:600;border:0;font-size:16px;transition:all .3s ease-in-out}.red-btn:hover{box-shadow:0 14px 16px 0 rgba(0,0,0,.539);border-radius:5px}.red-out-line{border:1px solid #cc1262!important;width:-moz-fit-content;width:fit-content}@media (max-width:1400px){.nav-logo{max-width:90px;width:100%}}@media (min-width:992px){#overlay{display:none}}@media (max-width:991.98px){.overlay-links{color:#fff;opacity:1;transition:all .3s ease-in-out;position:relative}.overlay-links:after{position:absolute;content:"";width:0;height:3px;left:0;bottom:-5px;background-color:var(--color-red);transition:all .3s ease-in-out;transform:scale(0)}.overlay-links:hover:after{width:100%;transition:all .3s ease-in-out;transform:scale(1)}.mobile-view #overlay{transition:.7s ease;opacity:1;pointer-events:all}.mobile-view #overlay .left{opacity:1;width:100%;height:100vh}.mobile-view #overlay .left .copyright a{font-size:18px;animation:mymove .9s;animation-delay:1.2s;opacity:0;transform:translateY(10px);animation-iteration-count:1;animation-fill-mode:forwards}.mobile-view #overlay .left .copyright a:hover{text-decoration:none}.mobile-view #overlay .left ul li:first-child{animation:mymove .9s;animation-delay:.2s;transform:translateY(10px);animation-iteration-count:1;animation-fill-mode:forwards}.mobile-view #overlay .left ul li:nth-child(2){animation:mymove .9s;animation-delay:.4s;transform:translateY(10px);animation-iteration-count:1;animation-fill-mode:forwards}.mobile-view #overlay .left ul li:nth-child(3){animation:mymove .9s;animation-delay:.7s;transform:translateY(10px);animation-iteration-count:1;animation-fill-mode:forwards}.mobile-view #overlay .left ul li:nth-child(4){animation:mymove .9s;animation-delay:1s;transform:translateY(10px);animation-iteration-count:1;animation-fill-mode:forwards}.mobile-view #overlay .left ul li:nth-child(5){animation:mymove .9s;animation-delay:1.3s;transform:translateY(10px);animation-iteration-count:1;animation-fill-mode:forwards}.mobile-view #overlay .left ul li:nth-child(6){animation:mymove .9s;animation-delay:1.5s;transform:translateY(10px);animation-iteration-count:1;animation-fill-mode:forwards}.mobile-view #overlay .left ul li a{font-size:30px;color:#e00e0e;text-decoration:none}#overlay{transition:1s ease!important;opacity:0;position:fixed;top:0;left:0;background-color:var(--color-black);width:100%;height:100%;pointer-events:none}}@media (max-width:575.98px){.mobile-view #overlay .left ul li a{font-size:35px}.nav-logo{max-width:70px;width:100%}.red-btn{padding:12px 24px}}@media (min-width:576px){.left li a,.right li a{font-size:40px}}.red-btn,.tag-button,a.red-btn,a.textContainer,button.red-btn,button.textContainer{cursor:pointer;text-decoration:none;border-radius:8px;transition:background-color .15s ease,box-shadow .15s ease,border-color .15s ease,transform .05s ease}a.textContainer,button.textContainer{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;font-weight:600;background-color:var(--color-primary);border:1px solid var(--color-primary);color:#fff!important;box-shadow:0 4px 14px rgba(204,18,98,.22)}.red-btn:hover,a.red-btn:hover,a.textContainer:hover,button.red-btn:hover,button.textContainer:hover{background-color:#a50e4e;border-color:#a50e4e;box-shadow:0 8px 20px rgba(204,18,98,.3)}.red-btn:active,a.red-btn:active,a.textContainer:active,button.red-btn:active,button.textContainer:active{transform:translateY(1px);box-shadow:0 2px 6px rgba(204,18,98,.26)}.red-btn:focus-visible,.tag-button:focus-visible,a.red-btn:focus-visible,a.textContainer:focus-visible,button.red-btn:focus-visible,button.textContainer:focus-visible{outline:3px solid rgba(204,18,98,.45);outline-offset:2px}.red-out-line{background-color:transparent;color:var(--color-primary)!important}.red-out-line:hover{background-color:rgba(204,18,98,.08)}.tag-button{display:inline-block;padding:6px 12px;border:1px solid rgba(0,0,0,.12);background-color:#fff}.tag-button:hover{border-color:var(--color-primary);background-color:rgba(204,18,98,.05)}.app,.app img{cursor:pointer}@media (prefers-reduced-motion:reduce){.red-btn,.tag-button,a.textContainer,button.textContainer{transition:none}}a.red-btn[class*=textContainerType],a[class*=textContainerType].red-btn,button.red-btn[class*=textContainerType],button[class*=textContainerType].red-btn{background-color:var(--color-primary);border:1px solid var(--color-primary);color:#fff!important;border-radius:8px;cursor:pointer;box-shadow:0 4px 14px rgba(204,18,98,.22)}a.red-btn[class*=textContainerType]:hover,button.red-btn[class*=textContainerType]:hover{background-color:#a50e4e;border-color:#a50e4e;box-shadow:0 8px 20px rgba(204,18,98,.3)}.red-out-line{background-color:initial;color:inherit}a.textContainer.red-out-line,button.textContainer.red-out-line{background-color:transparent;border:1px solid #fff;color:#fff!important;box-shadow:none}a.textContainer.red-out-line:hover,button.textContainer.red-out-line:hover{background-color:hsla(0,0%,100%,.14);border-color:#fff;box-shadow:none}a.red-btn.red-out-line,a.textContainer.red-out-line,button.red-btn.red-out-line,button.textContainer.red-out-line{background-color:transparent;color:var(--color-primary)!important;box-shadow:none}a.red-btn.red-out-line:hover,a.textContainer.red-out-line:hover,button.red-btn.red-out-line:hover,button.textContainer.red-out-line:hover{background-color:var(--color-primary);color:#fff!important;box-shadow:0 6px 16px rgba(204,18,98,.28)}.main-hero-bg a.red-btn.red-out-line,.main-hero-bg a.textContainer.red-out-line,.main-hero-bg button.red-btn.red-out-line,.main-hero-bg button.textContainer.red-out-line{background-color:#fff;border-color:#fff!important;color:var(--color-primary)!important}.main-hero-bg a.red-btn.red-out-line:hover,.main-hero-bg a.textContainer.red-out-line:hover,.main-hero-bg button.red-btn.red-out-line:hover,.main-hero-bg button.textContainer.red-out-line:hover{background-color:hsla(0,0%,100%,.88);color:var(--color-primary)!important}.red-btn,a.red-btn,button.red-btn{min-height:44px}@media (min-width:768px){.my-5{margin-bottom:1.75rem!important}.mt-5,.my-5{margin-top:1.75rem!important}.mb-5{margin-bottom:1.75rem!important}.py-5{padding-bottom:1.75rem!important}.pt-5,.py-5{padding-top:1.75rem!important}.pb-5,.py-xl-5{padding-bottom:1.75rem!important}.pt-sm-5,.py-xl-5{padding-top:1.75rem!important}.my-sm-4{margin-top:1rem!important;margin-bottom:1rem!important}}@media (min-width:1200px){.my-5{margin-top:2rem!important;margin-bottom:2rem!important}.py-xl-5{padding-top:2rem!important;padding-bottom:2rem!important}}.member-review img.avatar-fallback,img.avatar-fallback{background-color:#f1e4ea;object-fit:cover}a.red-btn[class*=textContainerType],button.red-btn[class*=textContainerType]{background-color:var(--color-primary)!important;color:#fff!important;border:1px solid var(--color-primary)!important}.main-hero-bg a.red-btn[class*=textContainerType],.main-hero-bg button.red-btn[class*=textContainerType]{background-color:#fff!important;color:var(--color-primary)!important;border:1px solid #fff!important}.main-hero-bg a.red-btn[class*=textContainerType]:hover,.main-hero-bg button.red-btn[class*=textContainerType]:hover{background-color:hsla(0,0%,100%,.9)!important}@media (min-width:768px){body .my-5{margin-bottom:1.75rem!important}body .mt-5,body .my-5{margin-top:1.75rem!important}body .mb-5{margin-bottom:1.75rem!important}body .py-5{padding-bottom:1.75rem!important}body .pt-5,body .py-5{padding-top:1.75rem!important}body .pb-5,body .py-xl-5{padding-bottom:1.75rem!important}body .pt-sm-5,body .pt-xl-5,body .py-xl-5{padding-top:1.75rem!important}body .pb-xl-5{padding-bottom:1.75rem!important}body .my-sm-4{margin-top:1rem!important;margin-bottom:1rem!important}body .my-lg-5{margin-top:1.75rem!important;margin-bottom:1.75rem!important}}:root{--color-primary:#cc1262;--color-primary-dark:#a50e4e}body a.red-btn,body button.red-btn{background-color:#cc1262!important;border:1px solid #cc1262!important;color:#fff!important;cursor:pointer;border-radius:8px;min-height:44px}body a.red-btn.red-out-line,body a.red-out-line,body button.red-btn.red-out-line,body button.red-out-line{background-color:#fff!important;border:1px solid #cc1262!important;color:#cc1262!important}body .main-hero-bg a.red-btn,body .main-hero-bg a.red-out-line,body .main-hero-bg button.red-btn,body .main-hero-bg button.red-out-line{background-color:#fff!important;border-color:#fff!important;color:#cc1262!important}body .main-hero-bg a.red-btn:hover,body .main-hero-bg a.red-out-line:hover,body .main-hero-bg button.red-btn:hover,body .main-hero-bg button.red-out-line:hover{background-color:hsla(0,0%,100%,.88)!important;color:#cc1262!important}body .footer-tags a:not([class]),body footer a:not([class]),body section a:not([class]){color:#503440}body section a:not([class]):hover{color:#cc1262}body .my-container img.w-100,body img.ipnone-img,body section img.w-100{max-height:320px;width:auto!important;max-width:100%;height:auto}@media (min-width:768px){body .my-container img.w-100,body img.ipnone-img,body section img.w-100{max-height:440px}}body .app img,body .review-box img,body .tag-button img,body img.avatar-fallback{max-height:none;width:100%!important}body .my-container img.w-100,body img.ipnone-img,body section img.w-100{max-height:220px}@media (min-width:768px){body .my-container img.w-100,body img.ipnone-img,body section img.w-100{max-height:300px}}body .app img,body .review-box img,body .side-png,body .tag-button img,body footer img,body header img,body img.avatar-fallback{max-height:none}body .heading.line-h-160,body h2.heading,body span.line-h-160{line-height:1.22!important}body section>.position-relative.mt-5{margin-top:1.25rem!important}body section>.position-relative.pt-sm-5{padding-top:1.25rem!important}body .main-top-section.py-3,body .main-top-section.py-lg-5{padding-top:2rem!important;padding-bottom:2rem!important}body p.para.my-4{margin-top:1rem!important;margin-bottom:1rem!important}body .red-btn.mb-5{margin-bottom:1.25rem!important}body a.red-btn,body a.red-out-line,body button.red-btn,body button.red-out-line{font-size:15px!important;line-height:1.35!important;font-weight:600;letter-spacing:.2px;padding:11px 24px;text-align:center;text-decoration:none;display:inline-block;transition:background-color .15s ease,color .15s ease,box-shadow .15s ease}body a.red-btn:hover,body button.red-btn:hover{background-color:#a50e4e!important;border-color:#a50e4e!important;color:#fff!important}body a.red-btn.red-out-line:hover,body a.red-out-line:hover,body button.red-btn.red-out-line:hover,body button.red-out-line:hover{background-color:#cc1262!important;border-color:#cc1262!important;color:#fff!important}body a.red-btn:focus-visible,body button.red-btn:focus-visible{outline:3px solid rgba(204,18,98,.35);outline-offset:2px}body .main-hero-bg a.red-btn,body .main-hero-bg a.red-btn.red-out-line,body .main-hero-bg button.red-btn,body .main-hero-bg button.red-btn.red-out-line{background-color:#fff!important;border:1px solid #fff!important;color:#cc1262!important}body .main-hero-bg a.red-btn:hover,body .main-hero-bg button.red-btn:hover{background-color:#ffe9f1!important;border-color:#ffe9f1!important;color:#a50e4e!important}@tailwind base;@tailwind components;@tailwind utilities;a{text-decoration:none!important}.navbar-item{@apply hover:border-solid border-[1px] hover:rounded-[3px]
  hover:border-red-600 border-white p-[10px]}.responsive-text{font-size:calc(12px + 1.5vw);font-size-adjust:.25}.links-container{display:flex;flex-wrap:wrap;justify-content:center;max-width:100%;margin:5px;text-decoration:none;color:#007bff;transition:color .2s ease}.footer-tags .tag-button{display:inline-flex;align-items:center;background-color:#f7c4d1;color:#333;padding:3.6px 9px;margin:6px;border-radius:7.2px;font-size:8.4px;cursor:pointer;text-decoration:none;transition:background-color .3s ease}.footer-tags .tag-button img{width:9.6px;height:7.2px;margin-right:4.8px;border-radius:1.2px}footer{background-color:#fff;padding:20px;text-align:center;font-family:Arial,sans-serif}.footer-tags{margin-top:10px}.footer-tags .label{font-size:16px;font-weight:700;color:#555;margin-bottom:8px;padding:4px 10px;border-bottom:2px solid #f7c4d1;display:inline-block;text-align:left}.footer-tags .tags{display:flex;flex-wrap:wrap;justify-content:center;margin-top:5px}.footer-tags .tag-button:hover{background-color:#e6a7b4;color:#fff}ul{list-style:none;padding:0;margin:0}.main-hero-bg{min-height:100vh;background-image:url(/search/_next/static/media/hero-bg.46c27f75.webp);background-size:cover;background-position:top}.language-select.form-select{outline:none;box-shadow:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e")}.my-container{max-width:1400px;padding-left:25px;padding-right:25px;margin-left:auto;margin-right:auto}.ipnone-img{width:100%!important}.border-bottom-line{border-bottom:1px solid rgba(0,0,0,.1)}.side-png{max-width:400px;max-height:400px}.z-100{z-index:100}.z-10{z-index:10}.z-2{z-index:2}.matech{bottom:15%;right:13%}.matech img{width:70px}.left-love{bottom:-90px}.left-love img{max-width:100px}.people{left:45%;bottom:20%}.people img{max-width:150px}.right-love{right:0!important;top:-120px}.right-love img{max-width:100px}.member-bg{background-image:url(/search/_next/static/media/member-bg.1588709a.webp);background-size:cover;background-position:top}.max-w-1050{max-width:1050px}.mamber-card{border-radius:20px;background:rgba(255,253,253,.8);transition:all .3s ease-in-out}.mamber-card:hover{box-shadow:0 14px 16px 0 rgba(0,0,0,.539)}.card-img{width:88px;height:88px}.max-w-287{max-width:287px}.review-box{border-radius:20px;background:rgba(255,253,253,.8);transition:all .3s ease-in-out}.client{width:70px;height:70px;border-radius:100%;overflow:hidden}.max-w-500{max-width:500px}.reigster-form label{font-size:16px;color:#574667;font-weight:500}.reigster-form select{font-size:18px;color:#574667;font-weight:500;padding:12px 16px;border-radius:8px;border:1px solid #cecece}.app-btns .app{transition:all .3s ease-in-out}.app-btns .app:hover{transform:scale(1.05)}.footer-link,.footer-link:hover{text-decoration:none;transition:all .3s ease-in-out}.footer-link:hover{color:var(--color-primery)!important}.max-w-283{max-width:283px}.left-phone{left:-160px;z-index:2;max-width:250px}.max-w-850{max-width:850px}.right-phone{right:-160px;z-index:2;max-width:250px}@media (min-width:992px){.max-w-694{max-width:694px}}@media (max-width:576px){.my-container{padding-left:15px;padding-right:15px;width:100%}.star{max-width:100px}.client{width:60px!important;height:60px!important}.reigster-form select{padding:8px 12px}}@media (min-width:576px){.app-btns{max-width:490px}}.custom-btns div img{width:48px;height:auto;border-radius:100%}.previous-c2{left:-55px}.next-c2,.previous-c2{top:45%;z-index:3;position:absolute;cursor:pointer}.next-c2{right:-55px;transition:all .3s ease-in-out}.next-c2:hover,.previous-c2:hover{border-radius:50%;box-shadow:0 0 42px 4px var(--color-black)}@media (max-width:767.98px){.custom-btns div img{width:30px}.previous-c2{left:-25px}.next-c2{right:-25px}}@media (min-width:1440px){.main-hero-bg{background-size:100% 100%;background-position:top}}@media (max-width:1200px){.max-w-283{max-width:243px}.left-phone{left:-100px}.left-phone,.right-phone{z-index:2;max-width:210px}.right-phone{right:-100px}}@media (max-width:575px){.max-w-283{max-width:183px}.left-phone{left:-50px;max-width:150px}.right-phone{right:-50px;max-width:150px}}