@keyframes fadeInLeft{from{transform:translateX(100px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes fadeInRight{from{transform:translateX(-100px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes fadeInTop{from{transform:translateY(100px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeInBottom{from{transform:translateY(-100px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes zoomIn{from{transform:scale(0.95);opacity:0}to{transform:scale(1);opacity:1}}.fade-left,.fade-right,.fade-top,.fade-bottom,.zoom-in{opacity:0;will-change:transform,opacity}.fade-left.show-animate{animation:fadeInLeft 1.2s ease-out forwards}.fade-right.show-animate{animation:fadeInRight 1.2s ease-out forwards}.fade-top.show-animate{animation:fadeInTop 1.2s ease-out forwards}.fade-bottom.show-animate{animation:fadeInBottom 1.2s ease-out forwards}.zoom-in.show-animate{animation:zoomIn 1.2s ease-out forwards}.swiper{width:100%;margin-left:auto;margin-right:auto}.swiper-slide{background-size:cover;background-position:center}.swiper-slide img{display:block;width:100%;height:100%;object-fit:cover}*{margin:0px;padding:0px;box-sizing:border-box;font-family:"Open Sanss",sans-serif}img{width:100%;height:auto}section{overflow-x:hidden}.section-padding{padding:65px 0}.sticky-div{position:sticky;top:130px;z-index:4}.overflow-unset{overflow:unset !important}.moreText{display:none}.go-top-btn{background:#65246d;height:55px;width:55px;right:15px;bottom:10px;position:fixed;z-index:10;font-size:20px;text-align:center;border-radius:50%;border:2px solid transparent;box-shadow:0 0 10px 3px rgba(108,98,98,.2);color:#1f1f1f;text-decoration:none;transition:all .4s;display:none;cursor:pointer}.go-top-btn i{display:block;line-height:52px;color:#fff}.sticky-div{position:sticky !important;top:130px;z-index:4}*{scrollbar-width:auto;scrollbar-color:#65246d #fff}*::-webkit-scrollbar{width:11px}*::-webkit-scrollbar-track{background:#f5f5f5;border-radius:10px}*::-webkit-scrollbar-thumb{background-color:#65246d;border-radius:10px;border:3px solid #fff}*::-webkit-scrollbar-thumb:hover{background-color:#38143f}h1,h2,h3,h4,h5{margin-bottom:1rem;margin:0;padding:0;font-weight:600}ul,ol{padding:0;margin:0}li{list-style:none;color:#171717}a{color:#171717;text-decoration:none;transition:.4s ease}p{color:#171717;margin-bottom:15px;font-size:1em;line-height:22px}.section-title h1,.section-title h2{font-size:2.5em;font-weight:600;font-family:"Poppins",sans-serif;color:#65246d}.section-title span{text-transform:uppercase;font-size:.9em;display:block}.int-typography h2,.int-typography h3,.int-typography h4{margin-bottom:10px}.int-typography ul{margin-bottom:10px}.int-typography ul li{list-style-type:disc;list-style-position:inside;margin-bottom:5px;font-size:1em}.divider{width:5rem;height:.125rem;background:#65246d;border-radius:.125rem;margin-bottom:1.5rem}header .header-area{background-color:transparent;position:fixed;top:0;left:0;width:100%;z-index:5}header .header-area .header-main{display:flex;justify-content:space-between;padding:0px 50px;height:80px;align-items:center}@media only screen and (min-width: 576px)and (max-width: 767px),(max-width: 575px){header .header-area .header-main{padding:0px 5px}}header .header-area .header-main .logo{padding:0 15px}header .header-area .header-main .logo img{height:50px;object-fit:contain;filter:brightness(0) invert(1)}header .header-area .header-main .nav-menu{padding:0 15px}header .header-area .header-main .nav-menu .menu .menu-item{display:inline-block;margin-left:30px;position:relative}@media only screen and (min-width: 992px)and (max-width: 1199px){header .header-area .header-main .nav-menu .menu .menu-item{margin-left:10px}}header .header-area .header-main .nav-menu .menu .menu-item:first-child{margin-left:0}header .header-area .header-main .nav-menu .menu .menu-item>a{display:block;font-size:1em;font-family:"Poppins",sans-serif;color:#fff;font-weight:600;transition:all .3s ease}@media(min-width: 992px){header .header-area .header-main .nav-menu .menu .menu-item>a.bg-button{background-color:#65246d;padding:10px 30px;border-radius:40px;cursor:pointer}header .header-area .header-main .nav-menu .menu .menu-item>a.bg-button::after{display:none}header .header-area .header-main .nav-menu .menu .menu-item>a.bg-button:hover{background-color:#411747;color:#fff;transform:translateY(-3px)}}@media only screen and (min-width: 992px)and (max-width: 1199px){header .header-area .header-main .nav-menu .menu .menu-item>a{font-size:15px}}header .header-area .header-main .nav-menu .menu .menu-item>a .plus{display:inline-block;height:10px;width:10px;position:relative;margin-left:3px;pointer-events:none}header .header-area .header-main .nav-menu .menu .menu-item>a .plus::before,header .header-area .header-main .nav-menu .menu .menu-item>a .plus::after{content:"";position:absolute;box-sizing:border-box;left:50%;top:50%;background:#000;height:2px;width:100%;transform:translate(-50%, -50%);transition:all .3s ease}header .header-area .header-main .nav-menu .menu .menu-item>a .plus::after{transform:translate(-50%, -50%) rotate(-90deg)}header .header-area .header-main .nav-menu .menu .menu-item>a:hover{color:#e0c3e8}@media(min-width: 992px){header .header-area .header-main .nav-menu .menu .has-children:hover .sub-menu{transform:translateY(0);opacity:1;visibility:visible}header .header-area .header-main .nav-menu .menu .has-children:hover>a .plus::after{transform:translate(-50%, -50%) rotate(0deg)}}@media(max-width: 991px){header .header-area .header-main .nav-menu{position:fixed;right:-280px;visibility:hidden;width:280px;height:100%;top:0;overflow-y:auto;background-color:#222;z-index:1000;padding:15px 0;transition:all .5s ease}header .header-area .header-main .nav-menu .menu .menu-item{display:block;margin:0}header .header-area .header-main .nav-menu .menu .menu-item>a{color:#fff !important;padding:12px 15px;border-bottom:1px solid #333}header .header-area .header-main .nav-menu .menu .menu-item>a .plus::before,header .header-area .header-main .nav-menu .menu .menu-item>a .plus::after{background-color:#fff}header .header-area .header-main .nav-menu .menu .menu-item:first-child a{border-top:1px solid #333}header .header-area .header-main .nav-menu .menu .menu-item .sub-menu{width:100%;position:relative;opacity:1;visibility:visible;border:none;background-color:transparent;box-shadow:none;transform:translateY(0px);padding:0px;left:auto;top:auto;max-height:0;overflow:hidden}}@media only screen and (max-width: 991px)and (min-width: 1200px)and (max-width: 1399px),only screen and (max-width: 991px)and (min-width: 992px)and (max-width: 1199px){header .header-area .header-main .nav-menu .menu .menu-item .sub-menu{height:auto}}@media(max-width: 991px){header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item{margin-left:0}header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item a{padding:12px 25px;color:#fff;border-bottom:1px solid #333}header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item a:hover{padding-left:25px}}@media(max-width: 991px){header .header-area .header-main .nav-menu .menu .has-children a{display:flex;justify-content:space-between;align-items:center}}@media(max-width: 991px){header .header-area .header-main .nav-menu .menu .has-children.active>a .plus::after{transform:translate(-50%, -50%) rotate(0deg)}}header .header-area .header-main .open-nav-menu{height:34px;width:40px;margin-right:15px;display:none;align-items:center;justify-content:center;cursor:pointer}header .header-area .header-main .open-nav-menu span{display:block;height:3px;width:30px;background-color:#f4f4f4;position:relative}header .header-area .header-main .open-nav-menu span::after,header .header-area .header-main .open-nav-menu span::before{content:"";position:absolute;left:0;width:100%;height:100%;background-color:#f4f4f4;box-sizing:border-box}header .header-area .header-main .open-nav-menu span::before{top:-9px}header .header-area .header-main .open-nav-menu span::after{top:9px}@media(max-width: 991px){header .header-area .header-main .open-nav-menu{display:flex}}header .header-area .header-main .close-nav-menu{font-size:27px;background-color:transparent;color:#65246d;margin:0 0 15px 15px;cursor:pointer;display:none;align-items:center}header .header-area .header-main .close-nav-menu img{width:16px}@media(max-width: 991px){header .header-area .header-main .close-nav-menu{display:flex}}header .header-area .header-main .menu-overlay{position:fixed;z-index:999;background-color:rgba(0,0,0,.5);left:0;top:0;height:100%;width:100%;visibility:hidden;opacity:0;transition:all .3s ease}@media(max-width: 991px){header .header-area .header-main .menu-overlay.active{visibility:visible;opacity:1}header .header-area .header-main .nav-menu.open{visibility:visible;right:0px}}header .header-area .contact-btn .btn-main{padding:18px 30px}header .header-area.sticky{background:#fff;box-shadow:rgba(99,99,99,.2) 0px 2px 8px 0px}header .header-area.sticky .logo img{filter:none}header .header-area.sticky .nav-menu .menu .menu-item a{color:#000}header .header-area.sticky .nav-menu .menu .menu-item a.bg-button{color:#fff}header .header-area.sticky .nav-menu .menu .menu-item a:hover{color:#ac3dba}header .header-area.sticky .open-nav-menu span{background-color:#65246d}header .header-area.sticky .open-nav-menu span::before,header .header-area.sticky .open-nav-menu span::after{background-color:#65246d}.padding-banner{padding-top:136px}@media(max-width: 991px){.padding-banner{padding-top:106px}}@media(min-width: 992px){header .header-area .header-main .nav-menu .menu .menu-item .sub-menu.sub-menu-2{top:8px;left:calc(100% + 21px);opacity:0;visibility:hidden;width:250px}header .header-area .header-main .nav-menu .menu .menu-item.has-children-2:hover .sub-menu-2{top:0;opacity:1;visibility:visible}}@media(max-width: 992px){header .header-area .header-main .nav-menu .menu .menu-item .sub-menu.sub-menu-2 .menu-item a{padding:12px 45px}header .header-area .header-main .nav-menu .menu .menu-item .sub-menu.sub-menu-2 .menu-item a:hover{padding-left:45px}}.footer-area{background:#38143f}@media(max-width: 991px){.footer-area .footer-top .single-footer-caption{margin-bottom:70px}}.footer-area .footer-top .single-footer-caption .footer-logo{position:relative;margin-bottom:20px}@media(max-width: 991px){.footer-area .footer-top .single-footer-caption .footer-logo{display:flex;justify-content:center}}.footer-area .footer-top .single-footer-caption .footer-logo img{height:50px;width:fit-content;object-fit:contain;filter:brightness(0) invert(1)}.footer-area .footer-top .single-footer-caption .footer-pera .info1{margin-bottom:10px;color:#f4f4f4}@media only screen and (min-width: 992px)and (max-width: 1199px){.footer-area .footer-top .single-footer-caption .footer-pera .info1{padding-right:0px}}@media only screen and (min-width: 768px)and (max-width: 991px){.footer-area .footer-top .single-footer-caption .footer-pera .info1{padding-right:0px}}@media only screen and (min-width: 576px)and (max-width: 767px){.footer-area .footer-top .single-footer-caption .footer-pera .info1{padding-right:0px}}@media only screen and (min-width: 576px)and (max-width: 767px){.footer-area .footer-top .single-footer-caption .footer-pera .info1{padding-right:0px}}.footer-area .footer-top .single-footer-caption .footer-tittle span{color:#f3e8f6;font-family:"Poppins",sans-serif;font-size:18px;margin-bottom:38px;font-weight:500;text-transform:uppercase}.footer-area .footer-top .single-footer-caption .footer-tittle ul li{color:#000;margin-bottom:15px;text-transform:capitalize}.footer-area .footer-top .single-footer-caption .footer-tittle ul li a{color:#868c98;font-weight:300;transition:.4s ease}.footer-area .footer-top .single-footer-caption .footer-tittle ul li a:hover{color:#65246d;padding-left:5px}.footer-area .footer-top .single-footer-caption .footer-cap{margin-bottom:30px}@media(min-width: 992px){.footer-area .footer-top .single-footer-caption .footer-cap{text-align:end}}@media(min-width: 992px){.footer-area .footer-top .single-footer-caption .footer-cap ul{display:flex;justify-content:end}.footer-area .footer-top .single-footer-caption .footer-cap ul li:not(:last-child){margin-right:10px}}.footer-area .footer-top .single-footer-caption .footer-cap span{color:#65246d;font-size:16px;font-weight:300;margin-bottom:10px;display:block}.footer-area .footer-top .single-footer-caption .footer-cap p{color:#f4f4f4;font-size:16px}.footer-area .footer-top .single-footer-caption .footer-cap a{color:#f4f4f4;font-size:16px;font-weight:300;margin-bottom:20px;display:block;transition:.4s ease}.footer-area .footer-top .single-footer-caption .footer-cap a:hover{color:#ce86d7;transform:translateY(-1px)}.social_links{margin:25px 0}@media(max-width: 991px){.social_links{margin:30px 0 40px}}.social_links ul li{display:inline-block}.social_links ul li a{font-size:18px;color:#c3b2f0;width:40px;height:40px;display:inline-block;text-align:center;background:#65246d;border-radius:50%;line-height:40px !important;margin-right:7px;color:#fff;line-height:41px !important;transition:.4s ease}.social_links ul li a:hover{background:#ce86d7}@media only screen and (min-width: 768px)and (max-width: 991px){.mob-center{text-align:center}}@media only screen and (min-width: 576px)and (max-width: 767px){.mob-center{text-align:center}}@media(max-width: 575px){.mob-center{text-align:center}}.slider-area{background:linear-gradient(to bottom, #38143F, #65246d)}@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),(max-width: 575px){.slider-area{margin-top:107px}}.slider-area .slider-height{height:300px;background-size:cover}.slider-area .slider-height .hero-cap h1{color:#f3e8f6;font-size:45px;font-weight:700;line-height:1}@media only screen and (min-width: 576px)and (max-width: 767px){.slider-area .slider-height .hero-cap h1{font-size:40px}}@media(max-width: 575px){.slider-area .slider-height .hero-cap h1{font-size:35px}}.slider-area .slider-height .hero-cap .ajust-link{color:#f3e8f6;font-weight:500}.slider-area .slider-height .hero-cap .ajust-link:hover{color:#fff}.slider-area .slider-height .hero-cap .color-w{color:#f3e8f6;margin:0}.slider-area .divider{background:#fff}button.btn-main{border:none}.btn-main{background:#38143f;box-shadow:rgba(50,50,93,.25) 0px 2px 5px -1px,rgba(0,0,0,.3) 0px 1px 3px -1px;padding:13px 18px;text-transform:uppercase;font-family:"Poppins",sans-serif;color:#fff;cursor:pointer;display:inline-block;font-size:14px;border-radius:25px;-moz-user-select:none;font-weight:400;letter-spacing:1px;cursor:pointer;transition:color .4s linear;position:relative;z-index:1;overflow:hidden}.btn-main::after{position:absolute;content:"";width:0;height:100%;top:0;right:0;z-index:-1;background-color:#65246d;border-radius:25px;box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),7px 7px 20px 0px rgba(0,0,0,.1),4px 4px 5px 0px rgba(0,0,0,.1);transition:all .3s ease}.btn-main:hover{color:#fff}.btn-main:hover:after{left:0;width:100%}.btn-main:active{top:2px}.service-card{border-radius:10px;box-shadow:rgba(0,0,0,.24) 0px 3px 8px;transition:all .3s ease}.service-card .image-area{position:relative;overflow:hidden;border-radius:10px 10px 0 0;height:300px}.service-card .image-area img{width:100%;height:100%;transition:all .3s ease;object-fit:cover}.service-card .image-area img.obj-contain{object-fit:contain;background:#bfb2cf}.service-card .image-area .icon-hover{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(0deg, #38143f 0%, rgba(255, 255, 255, 0) 100%);opacity:0;transition:opacity .3s ease;color:#fff;font-size:2rem}.service-card .content-area{padding:20px;background:#fff;border-radius:10px}.service-card .content-area h3{font-size:1.3rem;font-weight:600;font-family:"Poppins",sans-serif;color:#65246d;margin-bottom:10px}.service-card .content-area p{font-size:.9rem;font-weight:400;color:#191919}.service-card:hover .icon-hover{opacity:1}.service-card:hover .image-area img{transform:scale(1.05)}.cta-area{background-image:url(../img/banners/cta-bg.webp);background-repeat:no-repeat;background-size:cover;background-attachment:fixed;background-position:center;overflow:hidden;box-shadow:inset 0 0 0 1000px rgba(21,22,22,.35);padding:100px 0}.cta-area .cta-caption h2{color:#fff;font-size:50px;font-weight:700;line-height:1.5;margin:0}@media only screen and (min-width: 768px)and (max-width: 991px){.cta-area .cta-caption h2{font-size:50px}}@media only screen and (min-width: 768px)and (max-width: 991px){.cta-area .cta-caption h2{font-size:45px}}@media(max-width: 575px){.cta-area .cta-caption h2{font-size:40px;margin-bottom:20px}}.cta-area .cta-caption p{color:#fff;font-size:18px}.cta-area .btn-main i{font-size:3em}.form-contact label{font-size:14px}.form-contact .form-group{margin-bottom:30px}.form-contact .form-group input,.form-contact .form-group textarea{color:#fff}.form-contact .form-group .adjust-flex{display:flex;justify-content:center}@media(max-width: 575px),only screen and (min-width: 576px)and (max-width: 767px){.form-contact .form-group .adjust-flex{flex-direction:column}.form-contact .form-group .adjust-flex .btn-main{width:100%}.form-contact .form-group .adjust-flex .btn-main.whats-form{margin-left:0;margin-top:10px}}.form-contact .form-group .btn-prod button,.form-contact .form-group .btn-prod a{width:80%;margin-left:0}.form-contact .form-control{border:1px solid #e5e6e9;border-radius:0px;height:48px;padding-left:18px;font-size:13px;background:transparent;width:100%}.form-contact .form-control:focus{outline:0;box-shadow:none}.form-contact .form-control::placeholder{font-weight:300;color:#999}.form-contact textarea{border-radius:0px;height:85px !important;padding-top:20px}.form-contact button{border:none}#form-prod-int{padding:20px;box-shadow:rgba(0,0,0,.24) 0px 3px 8px;border-radius:8px}.h3-form{font-size:20px;color:#f3e8f6}.h3-form i{color:#65246d;font-size:18px;position:relative;top:5px}.whats-form{background:#22ba59;margin-left:20px}.whats-form::after{background-color:#01a43d}@keyframes sweep{0%{opacity:0;transform:translateX(-10px)}100%{opacity:1;transform:translateX(0)}}.whatsapp{position:fixed;width:60px;height:60px;bottom:75px;right:15px;background-color:#25d366;color:#fff;border-radius:50px;text-align:center;font-size:30px;z-index:100;animation:sweep 1.5s ease-in-out;display:flex;justify-content:center}.whatsapp-icon{margin-top:13px}.contact-section{padding:65px 0 0}.contact-section .info-container{background:#fff;box-shadow:rgba(0,0,0,.07) 0px 1px 2px,rgba(0,0,0,.07) 0px 2px 4px,rgba(0,0,0,.07) 0px 4px 8px,rgba(0,0,0,.07) 0px 8px 16px,rgba(0,0,0,.07) 0px 16px 32px,rgba(0,0,0,.07) 0px 32px 64px;position:relative;padding:20px;border-radius:8px}.contact-section .info-container .contact-info{display:flex}.contact-section .info-container .contact-info:not(:last-child){margin-bottom:35px}.contact-section .info-container .contact-info h3{font-size:1.1em;font-weight:500;color:#000;margin-bottom:5px}.contact-section .info-container .contact-info h3 a:hover{color:#65246d}.contact-section .info-container .contact-info p{color:#383838;margin-bottom:0}.contact-section .info-container .contact-info .icon{color:#38143f;margin-right:10px;font-size:1.6em;min-width:35px}.contact-section .info-container::after{content:"";position:absolute;display:block;height:115%;width:85%;border-radius:0%;left:-30px;top:-20px;z-index:-2;border-radius:8px;opacity:.8;border:3px solid color-mix(in srgb, #f3e8f6, #fff 40%);background:#f3e8f6}.contact-section .btn-contact{display:flex}@media(max-width: 576px){.contact-section .btn-contact{display:flex;flex-wrap:wrap;justify-content:center}}@media(max-width: 576px){.contact-section .btn-contact .btn-main{margin-left:0;width:80%}}.banner{position:relative;height:100vh;min-height:600px;max-height:900px;display:flex;align-items:center;overflow:hidden}.banner__background{position:absolute;inset:0;background:linear-gradient(to top, #38143F, #65246d);z-index:0}.banner__overlay{position:absolute;inset:0;opacity:.2;mix-blend-mode:overlay}.banner__bg-image{position:absolute;inset:0;background-image:url(../img/banners/banner1.webp);background-size:cover;background-position:center}.banner__shape{position:absolute;border-radius:50%;animation:float 6s ease-in-out infinite}.banner__shape--1{width:16rem;height:16rem;background:rgba(243,232,246,.1);top:-5rem;left:-5rem}.banner__shape--2{width:24rem;height:24rem;background:rgba(56,20,63,.45);bottom:-5rem;right:-5rem;animation-delay:2s}.banner__content{position:relative;z-index:4;padding-left:1rem;padding-right:1rem;margin-top:100px;margin-left:auto;margin-right:auto;width:100%}.banner__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width: 992px){.banner__grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem}}.banner__text{max-width:36rem;margin-left:auto;margin-right:auto;text-align:center}.banner__text h1{font-size:3.7rem;font-weight:200;font-family:"Poppins",sans-serif;color:#fff;line-height:1.4}@media only screen and (min-width: 992px)and (max-width: 1199px){.banner__text h1{font-size:3rem}}@media(max-width: 767px){.banner__text h1{font-size:2.5rem}}@media(min-width: 992px){.banner__text{max-width:100%;margin-left:0;text-align:left}}.banner__form{background:rgba(255,255,255,.1);backdrop-filter:blur(2px);border-radius:1rem;padding:2rem;animation:fade-in 1s ease-out forwards;animation-delay:.3s;opacity:0;box-shadow:0 8px 32px rgba(0,0,0,.1);border:1px solid rgba(255,255,255,.1)}@media(max-width: 991px){.banner__form{display:none}}.banner__mobile-btn{display:none;margin-top:10px;animation:fade-in 1s ease-out forwards;animation-delay:.4s;opacity:0;box-shadow:rgba(110,110,110,.24) 0px 3px 8px}@media(max-width: 991px){.banner__mobile-btn{display:inline-block}}.banner__modal{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);z-index:1000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .3s ease;padding:1rem}.banner__modal--active{opacity:1;visibility:visible}.banner__modal-content{background:rgba(255,255,255,.1);backdrop-filter:blur(10px);border-radius:1rem;padding:2rem;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 8px 32px rgba(0,0,0,.1);border:1px solid rgba(255,255,255,.1)}.banner__modal-close{position:absolute;top:0;right:0;background:transparent;border:none;color:#fff;font-size:2rem;cursor:pointer;line-height:1;padding:.5rem}.banner .animated-title{margin-bottom:20px}.banner .animated-title .word{display:inline-block;white-space:nowrap}.banner .animated-title .word .letter{display:inline-block;opacity:0;transform:translateY(20px);transition:opacity .3s ease,transform .3s ease;font-size:3.7rem;font-weight:700;font-family:"Poppins",sans-serif;color:#fff;line-height:1.4}@media only screen and (min-width: 992px)and (max-width: 1199px){.banner .animated-title .word .letter{font-size:3rem}}@media(max-width: 767px){.banner .animated-title .word .letter{font-size:2.5rem}}.banner .animated-title .space{display:inline-block;width:.25em}.banner__description{font-size:1.125rem;color:rgba(255,255,255,.9);margin-bottom:2rem;animation:fade-in 1s ease-out forwards;animation-delay:.2s;opacity:0}.banner__button{display:inline-block;padding:.5rem 1rem;background-color:#65246d;color:#fff;text-decoration:none;border-radius:.25rem;font-weight:500;transition:background-color .3s ease;animation:fade-in 1s ease-out forwards;animation-delay:.4s;opacity:0}.banner__button:hover{background-color:#411747}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes fade-in{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(min-width: 768px){.banner__content{padding-left:2rem;padding-right:2rem}}@media(min-width: 992px){.banner__title{font-size:3.75rem}}.about-area{padding:100px 0;background:#f3e8f6}.about-area .section-title h2{display:flex;align-items:center}.about-area .section-title h2 img{height:40px;width:40px;object-fit:contain;margin-right:8px}@media(min-width: 992px){.about-area .padding-lg-left{padding-left:3rem}}.about-area .icons-area{margin-top:30px}.about-area .icons-area .icon{background:#65246d;padding:20px;border-radius:50%;box-shadow:0px 0px 20px 8px rgba(0,0,0,.2);width:60px;height:60px;display:flex;align-items:center;justify-content:center;margin:0 auto}.about-area .icons-area .icon i{font-size:1.2rem;color:#fff}.about-area .icons-area .content h3{font-size:1.2rem;font-family:"Poppins",sans-serif;font-weight:600;margin:10px 0;text-align:center}.about-area .icons-area .content p{font-size:1rem;font-weight:400;color:#666;text-align:center}.about-area .style-img{position:relative;width:95%;margin:0 auto;padding:8px;z-index:1}@media(max-width: 991px){.about-area .style-img{margin-top:50px}}.about-area .style-img .image-wrapper{position:relative;width:100%;height:400px;border-radius:10px;overflow:hidden;box-shadow:0px 0px 20px 8px rgba(0,0,0,.2)}.about-area .style-img .image-wrapper.float{animation-name:float-up-down;animation-duration:4s;animation-timing-function:ease-in-out;animation-iteration-count:infinite;-webkit-animation:float-up-down 4s ease-in-out infinite;-moz-animation:float-up-down 4s ease-in-out infinite;-o-animation:float-up-down 4s ease-in-out infinite}.about-area .style-img .image-wrapper::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg, #38143f 0%, rgba(255, 255, 255, 0) 100%);pointer-events:none;z-index:1}.about-area .style-img .image-wrapper img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}@media(max-width: 575px){.about-area .style-img .image-wrapper{height:350px}}@keyframes float-up-down{0%,100%{transform:translateY(0)}50%{transform:translateY(-20px)}}.about-area .style-img::before{content:"";position:absolute;display:block;z-index:-1;right:-40px;bottom:-32px;width:250px;height:250px;border-radius:50%;background-color:#38143f;background-size:1em 1em;opacity:.3}@media(max-width: 575px){.about-area .style-img::before{height:220px;width:220px}}.about-area .style-img::after{content:"";position:absolute;display:block;height:200px;width:200px;border-radius:50%;left:-50px;top:-30px;z-index:-2;opacity:.3;background:#65246d}@media(max-width: 575px){.about-area .style-img::after{height:140px;width:140px}}.services-area{padding:100px 0;overflow-y:hidden;position:relative}@media(min-width: 1200px){.services-area .container{width:100%;max-width:none}}.services-area::before{position:absolute;content:"";top:50px;right:-10px;width:20%;height:200px;border-radius:100px 0 0 100px;background:#65246d;opacity:.2;z-index:-1}@media(max-width: 575px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 768px)and (max-width: 991px){.services-area::before{display:none}}.services-area::after{position:absolute;content:"";bottom:70px;left:-10px;width:20%;height:200px;border-radius:0 100px 100px 0;background:#65246d;opacity:.2;z-index:-1}@media(max-width: 575px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 768px)and (max-width: 991px){.services-area::after{width:50%}}.contact-section{position:relative;padding:100px 0;color:#fff;overflow-y:hidden;background-color:#38143f}.contact-section .contact-background{position:absolute;inset:0;overflow:hidden}.contact-section .contact-background .contact-shape{position:absolute;background:rgba(255,255,255,.1);border-radius:50%}.contact-section .contact-background .contact-shape.shape-1{top:5rem;left:2.5rem;width:16rem;height:16rem;animation:pulse-slow 4s infinite}.contact-section .contact-background .contact-shape.shape-2{bottom:2.5rem;right:2.5rem;width:20rem;height:20rem;animation:pulse-slow 3s infinite}@media(max-width: 575px){.contact-section .contact-background .contact-shape.shape-2{display:none}}.contact-section .contact-background .contact-shape.shape-3{top:10rem;right:5rem;width:5rem;height:5rem;border-radius:.5rem;transform:rotate(45deg);background:rgba(255,255,255,.1)}.contact-section .contact-background .contact-shape.shape-4{bottom:10rem;left:5rem;width:10rem;height:10rem;border-radius:.5rem;transform:rotate(12deg);background:rgba(255,255,255,.1)}@media(max-width: 575px){.contact-section .contact-background .contact-shape.shape-4{display:none}}.contact-section .section-container{position:relative;z-index:4}.contact-section .contact-title{font-size:2.5rem;font-family:"Poppins",sans-serif;font-weight:700;margin-bottom:.5rem}@media(min-width: 768px){.contact-section .contact-title{font-size:3rem}}.contact-section .divider{background:#fff}.contact-section p{color:rgba(255,255,255,.9);margin-bottom:1rem}.contact-section .contact-icon{width:3rem;height:3rem;background:rgba(255,255,255,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-section .contact-info-title{font-size:1.25rem;font-family:"Poppins",sans-serif;font-weight:700;margin-bottom:5px;color:#fff}.contact-section .contact-info-text{color:rgba(255,255,255,.7)}.contact-section .contact-form-inner{position:relative;background:rgba(255,255,255,.1);backdrop-filter:blur(0.5rem);border:1px solid rgba(255,255,255,.2);padding:1.5rem;border-radius:1rem;box-shadow:0 .5rem 1rem rgba(0,0,0,.15)}@media(min-width: 768px){.contact-section .contact-form-inner{padding:2rem}}.contact-section .contact-form-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}@keyframes pulse-slow{0%,100%{opacity:.5}50%{opacity:1}}.map-site ul li{margin-bottom:10px}.map-site ul li i{color:#38143f}.map-site ul li a{color:#000;text-transform:uppercase;font-size:.9em}.map-site ul li a:hover{color:#65246d;padding-left:5px}.politica-de-privacidade h2{margin-top:15px}.lgpd{position:fixed;bottom:4%;left:2%;max-width:360px;padding:1rem;background-color:#fff;border-radius:10px;box-shadow:rgba(99,99,99,.2) 0px 2px 8px 0px;z-index:9999}.lgpd .title{font-weight:600;color:#1f2937}.lgpd .description{margin-top:1rem;font-size:.875rem;line-height:1.25rem;color:#4b5563}.lgpd .description a{color:#3b82f6}.lgpd .description a:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline}.lgpd .actions{display:flex;align-items:center;justify-content:end;margin-top:1rem;-moz-column-gap:1rem;column-gap:1rem;flex-shrink:0}.lgpd .actions .pref{font-size:.75rem;line-height:1rem;color:#1f2937;-webkit-text-decoration-line:underline;text-decoration-line:underline;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);border:none;background-color:transparent}.lgpd .actions .pref:hover{color:#9ca3af}.lgpd .actions .pref:focus{outline:2px solid transparent;outline-offset:2px}.lgpd .actions .accept{font-size:.75rem;line-height:1rem;background-color:#111827;font-weight:500;border-radius:.5rem;color:#fff;padding-left:1rem;padding-right:1rem;padding-top:.625rem;padding-bottom:.625rem;cursor:pointer;border:none;transition:all .15s cubic-bezier(0.4, 0, 0.2, 1)}.lgpd .actions .accept:hover{background-color:#374151}.lgpd .actions .accept:focus{outline:2px solid transparent;outline-offset:2px}/*# sourceMappingURL=style.css.map */
