body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}#root,body,html{background-color:#fff;font-family:sans-serif;height:100%;overflow-x:hidden;width:100%}.App{background-color:#fbf7f7;height:100%;position:relative}.App .hamburger-icon{cursor:pointer;left:20px;position:fixed;top:10px;z-index:1001}.App .sidebar-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0009;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:999}.App .landing-banner{align-items:center;background:linear-gradient(0deg,#0003,#0003),linear-gradient(180deg,#4a1f62,#6d2976 98.92%);border-bottom-left-radius:30px;border-bottom-right-radius:30px;border-width:1px;display:flex;flex-direction:column;height:350px;justify-content:center;min-width:260px;padding-bottom:25px;transition:ease-out}.App .landing-banner .banner-wrapper{max-height:180px;max-width:180px}.App .landing-banner .banner-wrapper img{height:100%;object-fit:contain;width:100%}.App .landing-banner .banner-heading{align-items:center;color:#fff;display:flex;flex-direction:column;gap:5px;justify-content:center}.App .landing-banner .banner-heading span{font-size:36px;font-weight:600}.App .landing-banner .banner-heading p{color:#f1f1f1;font-size:20px;letter-spacing:0;line-height:28px;text-align:center;width:285px}@media screen and (min-width:500px){.App .landing-banner{border-radius:0;height:300px}}.App .sticky-mini-banner{align-items:center;background:linear-gradient(0deg,#0003,#0003),linear-gradient(180deg,#4a1f62,#6d2976 98.92%);border-bottom:1px solid #ffffff1a;border-bottom-left-radius:10px;border-bottom-right-radius:10px;color:#fff;display:flex;gap:8px;height:50px;justify-content:center;padding:8px 16px;position:-webkit-sticky;position:sticky;top:0;transition:opacity .4s ease-in;z-index:999}.App .sticky-mini-banner.visible{opacity:1;pointer-events:auto}.App .sticky-mini-banner img{height:30px;object-fit:contain;width:auto}.App .sticky-mini-banner span{font-size:18px;font-weight:500}.App .sticky-header-container{align-items:center;background-color:#0000;display:flex;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.sidebar{background-color:#fffef2;box-shadow:2px 0 8px #0003;height:100%;left:-280px;padding:1rem 0;position:fixed;top:0;transition:left .3s ease-in-out;width:0;z-index:1000}.sidebar.open{left:0;width:90%}.sidebar .sidebar-header{align-items:center;border-bottom:1px solid #000;display:flex;justify-content:space-between;padding-bottom:15px;position:relative;width:100%}.sidebar .sidebar-header .sidebar-logo-wrapper{align-items:center;display:flex;flex-direction:column;gap:4px;justify-content:center;margin:auto}.sidebar .sidebar-header img{height:80px;object-fit:contain}.sidebar .sidebar-header .close-icon{cursor:pointer;position:absolute;right:2px;top:-10px}.sidebar .sidebar-menu{list-style:none;margin-top:1rem}.sidebar .sidebar-menu li{align-items:center;border-bottom:1px solid #ececec;display:flex;font-size:16px;justify-content:space-between;padding:1rem;text-transform:capitalize}.sidebar .sidebar-menu li a{color:#777;text-decoration:none;text-transform:uppercase}.sidebar .sidebar-menu li a:hover{color:#6c2975}@media screen and (min-width:500px){.sidebar.open{left:0;width:20%}}.about-container{margin:0 auto;max-width:1200px;padding:2rem 1rem}.about-container h2{color:#333;font-size:1.75rem;margin-top:2rem;text-align:center}.about-container p{color:#555;font-size:1rem;line-height:1.6;margin-top:1rem;text-align:justify}.find-right{align-items:center;display:flex;justify-content:center;margin:30px auto;width:285px}.find-right span{color:#0c0c0d;font-size:20px;font-weight:300;line-height:28px;text-align:center}.first-consultation{align-items:center;border-image-slice:1;border-image-source:linear-gradient(90deg,#fcf7f4,#6c2975 50%,#fcf7f4);border-style:solid;border-width:1px 0;color:#5e256d;display:flex;justify-content:center;margin:30px auto;padding:15px 0;text-transform:uppercase;width:285px}.first-consultation span{font-size:18px;font-weight:400;text-align:center}.landing-icons-wrapper{align-items:center;display:flex;gap:2px;justify-content:center;margin:40px auto}.landing-icons-wrapper .landing-icon{align-items:center;border-right:1px solid #d7d7d7;display:flex;flex-direction:column;gap:8px;justify-content:center;padding:0 20px}.landing-icons-wrapper .landing-icon img{height:40px;object-fit:contain;width:40px}.landing-icons-wrapper .landing-icon span{color:#494747;font-size:14px;text-align:center}.landing-icons-wrapper .landing-icon:last-child{border-right:none}.download-free-chat-btn{align-items:center;background:linear-gradient(93.06deg,#ffd966 -3.92%,#ffe082 97.58%);border:.5px solid #ecb948;border-radius:100px;bottom:20px;box-shadow:0 4px 4px 0 rgba(0,0,0,.302);cursor:pointer;display:flex;font-weight:700;gap:10px;justify-content:center;left:50%;padding:16px 30px;position:fixed;transform:translateX(-50%);width:80%;z-index:10}@media screen and (min-width:500px){.download-free-chat-btn{max-width:30%}}.connect-with{align-items:center;display:flex;font-size:20px;justify-content:center;line-height:28px;margin:10px auto;padding:0 30px;text-align:center}.carousel-wrapper{-webkit-overflow-scrolling:touch;background-color:#fbf7f7;max-width:100%;overflow-x:auto;padding:40px 20px}.carousel-wrapper::-webkit-scrollbar{display:none}.carousel-wrapper .carousel-slides{display:flex;gap:10px;width:-webkit-max-content;width:max-content}@media screen and (min-width:500px){.carousel-wrapper .carousel-slides{gap:20px;margin:auto}}.carousel-wrapper .slide{flex:0 0 auto;height:230px;width:130px}.carousel-wrapper .slide img{height:100%;object-fit:contain;width:100%}@media screen and (min-width:500px){.carousel-wrapper .slide{height:450px;width:230px}}.testimonial-wrapper{align-items:center;background-color:#fffcf4;display:flex;flex-direction:column;justify-content:center;margin:auto;padding:10px 0}.testimonial-wrapper .testimonial-number{color:#298350;font-family:Poltawski Nowy;font-size:38px;font-weight:800}.testimonial-wrapper .testimonial-stars{max-height:200px;max-width:200px}.testimonial-wrapper .testimonial-stars img{height:100%;object-fit:contain;width:100%}.testimonial-wrapper .testimonial-totalReviews{color:#615e5f;font-size:12px;font-weight:200}.horoscope{background-color:#fffcf4}.carousel-slides-horoscope{display:flex;gap:10px;width:-webkit-max-content;width:max-content}@media screen and (min-width:500px){.carousel-slides-horoscope{gap:20px;margin:auto}}.carousel-slides-horoscope .slide-horoscope{align-items:center;background-color:#fff;border-radius:20px;display:flex;flex-direction:column;height:150px;justify-content:center;width:300px}.carousel-slides-horoscope .slide-horoscope .slide-header{align-items:center;display:flex;justify-content:space-between;width:100%}.carousel-slides-horoscope .slide-horoscope .slide-header .dp-wrapper{align-items:center;display:flex;gap:4px;justify-content:center;padding:10px}.carousel-slides-horoscope .slide-horoscope .slide-header .dp-wrapper .dp{background-color:#df95ff;border-radius:50%;max-height:30px;max-width:30px}.carousel-slides-horoscope .slide-horoscope .slide-header .dp-wrapper .dp img{height:100%;object-fit:contain;width:100%}.carousel-slides-horoscope .slide-horoscope .slide-header .dp-wrapper .dp-value{align-items:center;display:flex;flex-direction:column;gap:1px;justify-content:center;padding:5px 0}.carousel-slides-horoscope .slide-horoscope .slide-header .dp-wrapper .dp-value .dp-name{color:#302f30;font-size:14px}.carousel-slides-horoscope .slide-horoscope .slide-header .dp-wrapper .dp-value .dp-date{color:#949192;font-size:12px}.carousel-slides-horoscope .slide-horoscope .slide-header .rating{align-items:center;display:flex;gap:10px;justify-content:center;padding-right:10px}.carousel-slides-horoscope .slide-horoscope .slide-description{font-size:13px;font-weight:200;padding:0 17px;text-align:justify}.bottom-text{background-color:#fbf7f7;font-family:Raleway;font-size:20px;font-weight:400;letter-spacing:0;line-height:28px;padding-bottom:100px;padding-top:12px;text-align:center}.privacy-content{margin:0 auto;max-width:1200px;padding:2rem 1rem}.privacy-content h2{color:#333;font-size:1.75rem;margin-top:2rem;text-align:left;text-transform:uppercase}@media screen and (max-width:500px){.privacy-content h2{font-size:1.4rem}}.privacy-content li,.privacy-content p{color:#555;font-size:1rem;line-height:1.6;margin-top:1rem;text-align:justify}.privacy-content li{margin-left:1rem}.terms-content{margin:0 auto;max-width:1200px;padding:2rem 1rem}.terms-content h2{color:#333;font-size:1.75rem;margin-top:2rem;text-align:left;text-transform:uppercase}@media screen and (max-width:500px){.terms-content h2{font-size:1.4rem}}.terms-content li,.terms-content p{color:#555;font-size:1rem;line-height:1.6;margin-top:1rem;text-align:justify}.terms-content li{margin-left:1rem}
/*# sourceMappingURL=main.5a9f4736.css.map*/