@import url(https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Dosis:wght@700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Dosis:wght@400;500;600&display=swap);.hero{margin-top:8rem}@media screen and (min-width:980px){.hero{height:500px;margin-top:10rem}}.hero .container{background-color:#562349;width:90%;height:100%;margin:2rem auto;border-radius:20px;display:flex;flex-direction:column;justify-content:space-between;align-items:center;overflow:hidden}@media screen and (min-width:980px){.hero .container{flex-direction:row;justify-content:space-around;padding:0 4rem}}.hero .container .hero_content{text-align:center;padding:2rem}@media screen and (min-width:980px){.hero .container .hero_content{text-align:left;padding:2rem 0}}.hero .container .hero_content h4{color:#e681b0}@media screen and (min-width:980px){.hero .container .hero_content h4{font-size:1.5rem;padding:0}}.hero .container .hero_content h1{color:#fff;line-height:1.2;margin-bottom:2rem}@media screen and (min-width:980px){.hero .container .hero_content h1{font-size:3rem}}.hero .container .hero_content button{background:transparent;border:none;border-bottom:2px solid #af8f8f;color:#fff;padding-bottom:.4rem;cursor:pointer;font-weight:700;position:relative;font-size:1.1rem}.hero .container .hero_content button:before{content:" ";position:absolute;top:1.75rem;left:0;width:0;height:2px;background-color:#fff;transition:.2s ease-in-out}.hero .container .hero_content button:hover:before{width:100%;right:0}.hero .container .hero_img{width:100%;text-align:center;position:relative;z-index:2}.hero .container .hero_img:before{content:" ";position:absolute;height:400px;border-radius:50%;top:45%;left:1rem;right:1rem;bottom:-4rem;background-color:#ad6989;z-index:1}.hero .container .hero_img img{width:70%;position:relative;z-index:3}.latestblog .container{width:90%;margin:auto;text-align:center;padding:4rem 0}.latestblog .container .header{text-align:center;color:#44374d;margin:3rem 0}.latestblog .container .header h1{font-weight:800}@media screen and (min-width:500px){.latestblog .container .header h1{font-size:3rem}}@media screen and (min-width:766px){.latestblog .container .blogs_container{display:flex}}.latestblog .container .blogs_container div{width:100%;margin:2rem 0;padding:1rem;border:2px solid #f2f5f5;color:#44374d;font-weight:700;border-radius:10px;cursor:pointer;transition:.3s ease-in-out;position:relative;text-align:left}.latestblog .container .blogs_container div:hover{box-shadow:0 0 20px 0 #e4e4e4}@media screen and (min-width:766px){.latestblog .container .blogs_container div{margin:1rem;padding:2rem 1.5rem}}.latestblog .container .blogs_container div .featured{position:absolute;width:auto;top:2rem;right:2rem;padding:.3rem .8rem;display:flex;justify-content:center;align-items:center;background-color:#ff053b;color:#fff;border-radius:20px;border:none;font-size:.9rem}@media screen and (min-width:766px){.latestblog .container .blogs_container div .featured{top:3rem}}.latestblog .container .blogs_container div .featured svg{margin-right:.5rem}.latestblog .container .blogs_container div img{width:100%;border-radius:10px}.latestblog .container .blogs_container div P{margin-top:1rem;font-size:.9rem}.latestblog .container .blogs_container div P span{color:#949494}.latestblog .container .blogs_container div h3{line-height:1.2}@media screen and (min-width:766px){.latestblog .container .blogs_container div h3{font-size:1.8rem}}.latestblog .container .blogs_container div button{background:transparent;margin-top:1.5rem;font-size:1rem;font-weight:700;color:#44374d;border:none;border-bottom:2px solid #c3b9ca;padding-bottom:.5rem;cursor:pointer;position:relative}.latestblog .container .blogs_container div button:before{content:" ";position:absolute;top:1.6rem;left:0;right:15%;width:0;height:2px;background-color:red;transition:.2s ease-in-out}.latestblog .container .blogs_container div button:hover:before{width:100%;left:0;right:0}.latestblog .container .viewall{padding:1.2rem 2rem;margin-top:3rem;background-color:#ff053b;border:none;border-radius:25px;color:#fff;font-weight:700;font-size:1rem;cursor:pointer;transition:.3s ease-in-out}.latestblog .container .viewall:hover{transform:translateY(-5px);box-shadow:0 5px 5px rgba(255,5,59,.403921568627451)}.products .container .products_container .product button:before{top:1.66rem}.products .container{width:90%;margin:auto}.products .container .header{text-align:center;color:#44374d;margin:3rem 0}.products .container .header h1{font-weight:800}@media screen and (min-width:500px){.products .container .header h1{font-size:3rem}}.products .container .products_container{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[1];grid-template-columns:repeat(1,1fr);grid-gap:20px;gap:20px;padding-bottom:2rem}@media screen and (min-width:500px){.products .container .products_container{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:820px){.products .container .products_container{-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1060px){.products .container .products_container{-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4,1fr)}}.products .container .products_container .product{width:100%;padding:1rem;border:2px solid #f2f5f5;color:#44374d;font-weight:700;border-radius:10px}.products .container .products_container .product img{width:100%;height:250px;border-radius:10px}@media screen and (max-width:500px){.products .container .products_container .product img{height:auto}}.products .container .products_container .product h3{margin-top:1rem}.products .container .products_container .product button{background:transparent;margin-top:1.5rem;font-size:1rem;font-weight:700;color:#44374d;border:none;border-bottom:2px solid #c3b9ca;padding-bottom:.5rem;cursor:pointer;position:relative}.products .container .products_container .product button:before{content:" ";position:absolute;top:1.6rem;left:0;right:15%;width:0;height:2px;background-color:red;transition:.2s ease-in-out}.products .container .products_container .product button:hover:before{width:100%;left:0;right:0}.reviews .container{width:90%;margin:auto;position:relative}@media screen and (min-width:600px){.reviews .container{display:flex;justify-content:space-between;padding:2rem 0}}@media screen and (min-width:600px){.reviews .container .reviews_container{width:55%}}@media screen and (min-width:990px){.reviews .container .reviews_container{display:flex;justify-content:space-between}}.reviews .container .reviews_container .review{font-family:"IBM Plex Sans",sans-serif;margin-bottom:32px;padding:32px;border:2px solid #f2f5f5;border-radius:8px;box-shadow:0 10px 20px 0 #d8d8d8}.reviews .container .reviews_container .review p{color:#4b4b4b;font-size:16px;line-height:1.5;font-weight:600;margin:1rem 0 2rem}.reviews .container .reviews_container .review .cust_name{font-weight:700;color:#44374d}.reviews .container .reviews_container .review .happy_cust{color:#a19aa4;font-weight:400}@media screen and (min-width:990px){.reviews .container .reviews_container .right_reviews{margin-top:5rem;margin-left:2rem}}.reviews .container .reviews_container .diff_back{background-color:#44374d;position:relative}.reviews .container .reviews_container .diff_back .cust_name,.reviews .container .reviews_container .diff_back p{color:#fff}.reviews .container .reviews_container .diff_back .happy_cust{color:#a19aa4}.reviews .container .reviews_container .diff_back .backimg{position:absolute;top:0;right:0;width:50%;opacity:.2}.reviews .container .review_content{font-family:"IBM Plex Sans",sans-serif;margin:3rem 0}@media screen and (min-width:600px){.reviews .container .review_content{width:40%;position:-webkit-sticky;position:sticky;top:10rem;align-self:flex-start;margin:0}}.reviews .container .review_content h1{font-weight:700;font-size:2.2rem;line-height:1;color:#44374d;padding-right:1rem}.reviews .container .review_content p{margin:1.5rem 0;color:#44374d;font-weight:500;line-height:1.3}.reviews .container .review_content button{padding:1.2rem 2rem;background-color:#ff053b;border:none;border-radius:25px;color:#fff;font-weight:700;font-size:1rem;cursor:pointer;transition:.3s ease-in-out}.reviews .container .review_content button:hover{transform:translateY(-5px);box-shadow:0 5px 5px rgba(255,5,59,.403921568627451)}.services .container{width:90%;margin:auto;text-align:center;padding:5rem 0 8rem}@media screen and (min-width:990px){.services .container{display:flex;justify-content:space-between}}.services .container div{color:#44374d;line-height:1.2;padding:2rem 0;font-family:"IBM Plex Sans",sans-serif}@media screen and (min-width:990px){.services .container div{padding:2rem 1rem}}.services .container div img{margin-bottom:1rem}.services .container div p{font-weight:400;margin:.5rem 2rem;font-size:1rem}.show{padding:5rem 0}.show .container{width:90%;display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[1];grid-template-columns:repeat(1,1fr);grid-gap:40px;gap:40px}@media screen and (min-width:820px){.show .container{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}}.show .container .Show_clothing{background-color:#f0f0f0;width:100%;height:400px;border-radius:15px;cursor:pointer;transition:.3s ease-in-out;position:relative}.show .container .Show_clothing:hover{box-shadow:0 5px 10px #dad9d9}.show .container .Show_clothing:hover img{transform:scale(1.1)}.show .container .Show_clothing h1{color:#44374d;font-weight:800;padding:2rem;font-family:"Dosis",sans-serif;font-size:3rem}.show .container .Show_clothing h1 span{color:red}.show .container .Show_clothing img{width:250px;transition:.3s ease-in-out;position:absolute;top:7rem;right:2rem}@media screen and (min-width:820px){.show .container .Show_clothing img{width:350px;top:3rem}}.signup .container{width:90%;text-align:center;overflow:hidden;padding:4rem 2rem;border-radius:24px;background-color:#44374d;position:relative;margin:auto auto 4rem}@media screen and (min-width:700px){.signup .container{padding:4rem 9rem}}.signup .container:hover:after,.signup .container:hover:before{transform:scale(1.1)}.signup .container:before{top:-1rem;right:-1rem}.signup .container:after,.signup .container:before{content:"";position:absolute;width:300px;height:200px;background-image:url(/static/media/reviews_white_back.d4616561.png);background-size:cover;background-repeat:no-repeat;opacity:.3;transition:1s ease-in-out}.signup .container:after{bottom:-1rem;left:-1rem}.signup .container .email h1{font-size:1.8rem;color:#fff;line-height:1.2;margin-bottom:1rem}@media screen and (min-width:500px){.signup .container .email h1{font-size:2.5rem}}.signup .container .email input{width:100%;padding:1rem;border:2px solid transparent;border-radius:80px;background-color:#f2f5f5;margin:1rem 0;position:relative;z-index:2}@media screen and (min-width:800px){.signup .container .email input{width:500px}}.signup .container .email button{padding:1rem 2rem;margin-top:rem;background-color:#ff053b;border:none;border-radius:25px;color:#fff;font-weight:700;font-size:1rem;cursor:pointer;transition:.3s ease-in-out;position:relative;z-index:2}.signup .container .email button:hover{background:#fff;color:#ff053b}.navbar{background-color:#fff;border-top:4px solid red;border-bottom:3px solid #f2f5f5;top:0;position:fixed;width:100vw;z-index:100}.navbar .container{padding:1.4rem 1rem;display:flex;align-items:center;justify-content:space-between}.navbar .container .logo{padding-top:.5rem;cursor:pointer}.navbar .container .logo img{width:130px}@media screen and (min-width:980px){.navbar .container .logo img{width:200px}}.navbar .container form.search_bar{position:relative;min-width:50%;padding:0 .5rem}@media screen and (min-width:980px){.navbar .container form.search_bar{min-width:70%;margin:0 2rem}}.navbar .container form.search_bar input{width:100%;border-radius:40px;border:none;background-color:#f2f5f5;padding:.8rem 1rem}@media screen and (min-width:980px){.navbar .container form.search_bar input{padding:1rem}}.navbar .container form.search_bar input::-webkit-input-placeholder{font-size:.9rem;color:#aaa;font-weight:500}.navbar .container form.search_bar input:-ms-input-placeholder{font-size:.9rem;color:#aaa;font-weight:500}.navbar .container form.search_bar input::placeholder{font-size:.9rem;color:#aaa;font-weight:500}.navbar .container form.search_bar .search_icon{position:absolute;right:1.3rem;top:.8rem;fill:#562349;cursor:pointer}@media screen and (min-width:980px){.navbar .container form.search_bar .search_icon{top:.8rem;right:1.5rem;font-size:1.2rem}}.navbar .container .shopping_bag_container{padding:.3rem;border-radius:10px;transition:background .3s ease-in-out;cursor:pointer;position:relative}@media screen and (max-width:480px){.navbar .container .shopping_bag_container{padding:.8rem .8rem .5rem;border-radius:70%;background-color:#44374d;position:fixed;right:1rem;bottom:1rem;z-index:5}}@media screen and (min-width:480px){.navbar .container .shopping_bag_container:hover{background-color:#f2f5f5}}@media screen and (min-width:980px){.navbar .container .shopping_bag_container{margin-right:1rem}}.navbar .container .shopping_bag_container .shopping_bag_icon{font-size:1.5rem;color:#562349}@media screen and (max-width:480px){.navbar .container .shopping_bag_container .shopping_bag_icon{color:#fff}}@media screen and (min-width:980px){.navbar .container .shopping_bag_container .shopping_bag_icon{font-size:1.5rem}}.navbar .container .shopping_bag_container .number_of_items{border-radius:50%;width:20px;height:18px;right:-.4rem;top:-.5rem;position:absolute;background-color:red;color:#fff;text-align:center;font-size:.8rem}@media screen and (max-width:480px){.navbar .container .shopping_bag_container .number_of_items{top:-.7rem;right:0;font-size:.8rem}}.navbar .container .Bars_icon{padding:.5rem;border-radius:10px;transition:.6s ease-in-out;z-index:5;cursor:pointer}@media screen and (min-width:990px){.navbar .container .Bars_icon{display:none}}.navbar .container .Bars_icon:hover{background-color:#f2f5f5}.navbar .container .Bars_icon span{display:block;width:20px;height:2px;background-color:#562349}.navbar .container .Bars_icon span:nth-child(2){margin:.25rem 0}.navbar .container .Bars_icon.active span:first-child{transform:translateY(6px) rotate(45deg)}.navbar .container .Bars_icon.active span:nth-child(2){background:transparent}.navbar .container .Bars_icon.active span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.navbar .container_nav{transition:.5s ease-in-out}@media screen and (max-width:980px){.navbar .container_nav{position:fixed;top:0;right:0;bottom:0;width:100%;background-color:#fff;box-shadow:0 15px 20px 0 #292929;z-index:3;transform:translateX(-1000px)}}@media screen and (min-width:480px){.navbar .container_nav{width:70%}}@media screen and (min-width:980px){.navbar .container_nav{width:100%;padding:0 1rem}}.navbar .container_nav .navigations_links{display:flex;flex-direction:column;justify-content:space-around;text-align:center;height:100%;padding:4rem 0}@media screen and (min-width:981px){.navbar .container_nav .navigations_links{flex-direction:row;padding:0}}.navbar .container_nav .navigations_links a{color:#562349;font-weight:600;font-size:.9rem;font-family:"Montserrat",sans-serif;transition:color .2s ease-in-out;padding:0 .5rem 1rem;position:relative}@media screen and (max-width:990px){.navbar .container_nav .navigations_links a{width:40%;margin:auto}}@media screen and (min-width:480px){.navbar .container_nav .navigations_links a{width:50%}}@media screen and (min-width:980px){.navbar .container_nav .navigations_links a{width:auto}}.navbar .container_nav .navigations_links a:before{content:" ";position:absolute;top:2.1rem;left:50%;right:15%;width:0;height:3px;background-color:red;transition:.2s ease-in-out}.navbar .container_nav .navigations_links a:hover:before{width:100%;left:0;right:0}@media screen and (max-width:990px){.navbar .container_nav .navigations_links a.active{color:red}.navbar .container_nav .navigations_links a.active:before{display:none}}.navbar .container_nav .navigations_links a.active:before{content:" ";position:absolute;top:2.1rem;left:0;right:0;width:100%;height:3px;background-color:red;transition:.2s ease-in-out}@media screen and (max-width:990px){.navbar .container_nav.active{transform:translateX(0)}}*,:after,:before{margin:0;padding:0;box-sizing:border-box}body{font-family:"M PLUS 1p",sans-serif;overflow-x:hidden}.container{max-width:1440px;margin:auto}a{text-decoration:none}li{list-style:none}button,input{outline:none}.products_container .product button:before{top:1.66rem}.hero_blog{text-align:center;height:500px;margin-top:8rem}@media screen and (min-width:980px){.hero_blog{height:300px;margin-top:10rem}}.hero_blog .container{background-color:#f2f5f5;width:93%;height:100%;margin:2rem auto;border-radius:20px;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;position:relative}.hero_blog .container:hover:after,.hero_blog .container:hover:before{transform:scale(1.1)}.hero_blog .container:before{top:-1rem;right:-1rem}.hero_blog .container:after,.hero_blog .container:before{content:"";position:absolute;width:300px;height:200px;background-image:url(/static/media/brush-texture-dark.60c41643.png);background-size:cover;background-repeat:no-repeat;opacity:.1;transition:1s ease-in-out}.hero_blog .container:after{bottom:-1rem;left:-1rem}.hero_blog .container h1{margin:0;font-size:4rem;color:#44374d}.hero_men{text-align:center;height:500px;margin-top:8rem}@media screen and (min-width:980px){.hero_men{height:300px;margin-top:10rem}}.hero_men .container{background-color:#f2f5f5;width:93%;height:100%;margin:2rem auto;border-radius:20px;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;position:relative}.hero_men .container:hover:after,.hero_men .container:hover:before{transform:scale(1.1)}.hero_men .container:before{top:-1rem;right:-1rem}.hero_men .container:after,.hero_men .container:before{content:"";position:absolute;width:300px;height:200px;background-image:url(/static/media/brush-texture-dark.60c41643.png);background-size:cover;background-repeat:no-repeat;opacity:.1;transition:1s ease-in-out}.hero_men .container:after{bottom:-1rem;left:-1rem}.hero_men .container h1{margin:0;font-size:4rem;color:#44374d}.products_container{width:90%;margin:4rem auto;display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[1];grid-template-columns:repeat(1,1fr);grid-gap:20px;gap:20px;padding-bottom:2rem}@media screen and (min-width:500px){.products_container{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:820px){.products_container{-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1020px){.products_container{-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4,1fr)}}.products_container .product{width:100%;padding:1rem;border:2px solid #f2f5f5;color:#44374d;font-weight:700;border-radius:10px}.products_container .product img{width:100%;height:250px;border-radius:10px}@media screen and (max-width:500px){.products_container .product img{height:auto}}.products_container .product h3{margin-top:1rem}.products_container .product button{background:transparent;margin-top:1.5rem;font-size:1rem;font-weight:700;color:#44374d;border:none;border-bottom:2px solid #c3b9ca;padding-bottom:.5rem;cursor:pointer;position:relative}.products_container .product button:before{content:" ";position:absolute;top:1.6rem;left:0;right:15%;width:0;height:2px;background-color:red;transition:.2s ease-in-out}.products_container .product button:hover:before{width:100%;left:0;right:0}.aboutus{margin-top:8rem;display:inline-block}@media screen and (min-width:900px){.aboutus{margin-top:10rem}}.aboutus .container{width:90%;height:300px;margin:auto}.aboutus .container .aboutus_hero{width:100%;background-color:#f2f5f5;height:100%;margin:2rem auto;border-radius:20px;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;position:relative}.aboutus .container .aboutus_hero:hover:after,.aboutus .container .aboutus_hero:hover:before{transform:scale(1.1)}.aboutus .container .aboutus_hero:before{top:-1rem;right:-1rem}.aboutus .container .aboutus_hero:after,.aboutus .container .aboutus_hero:before{content:"";position:absolute;width:300px;height:200px;background-image:url(/static/media/brush-texture-dark.60c41643.png);background-size:cover;background-repeat:no-repeat;opacity:.1;transition:1s ease-in-out}.aboutus .container .aboutus_hero:after{bottom:-1rem;left:-1rem}.aboutus .container .aboutus_hero h1{margin:0;font-size:4rem;color:#44374d}.aboutus .container .aboutus_content{margin-top:6rem}@media screen and (min-width:600px){.aboutus .container .aboutus_content{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px}}.aboutus .container .aboutus_content div h1{line-height:1;color:#44374d}@media screen and (min-width:600px){.aboutus .container .aboutus_content div h1{font-size:3rem}}.aboutus .container .aboutus_content div p{margin:1.5rem 0;color:grey}.aboutus .container .aboutus_content div button{padding:1.2rem 2rem;margin-top:2rem;background-color:#ff053b;border:none;border-radius:25px;color:#fff;font-weight:700;font-size:1rem;cursor:pointer;transition:.3s ease-in-out}.aboutus .container .aboutus_content div button:hover{transform:translateY(-5px);box-shadow:0 5px 5px rgba(255,5,59,.403921568627451)}.aboutus .container .aboutus_content div button a{color:#fff}.aboutus .container .aboutus_content img{width:100%;border-radius:20px;margin-top:2rem}@media screen and (min-width:600px){.aboutus .container .aboutus_content img{margin:0}}.aboutus .container .services_container{width:100%;margin:auto;text-align:center;padding:5rem 0}@media screen and (min-width:990px){.aboutus .container .services_container{display:flex;justify-content:space-between}}.aboutus .container .services_container div{color:#44374d;line-height:1.2;padding:2rem 0;font-family:"IBM Plex Sans",sans-serif}@media screen and (min-width:990px){.aboutus .container .services_container div{padding:2rem 1rem}}.aboutus .container .services_container div img{margin-bottom:1rem}.aboutus .container .services_container div p{font-weight:400;margin:.5rem 2rem;font-size:1rem}.aboutus .container .email_container{width:100%;text-align:center;overflow:hidden;margin-top:2rem;padding:4rem 2rem;border-radius:24px;position:relative;margin-bottom:4rem;background:rgba(0,0,0,.281)}@media screen and (min-width:700px){.aboutus .container .email_container{padding:4rem 9rem}}.aboutus .container .email_container:hover:after,.aboutus .container .email_container:hover:before{transform:scale(1.1)}.aboutus .container .email_container:before{top:-1rem;right:-1rem}.aboutus .container .email_container:after,.aboutus .container .email_container:before{content:"";position:absolute;width:200px;height:200px;background-image:url(/static/media/reviews_white_back.d4616561.png);background-size:cover;background-repeat:no-repeat;opacity:.3;transition:1s ease-in-out}.aboutus .container .email_container:after{bottom:-1rem;left:-1rem}.aboutus .container .email_container .video{position:absolute;width:100%;height:100%;top:0;left:0;object-fit:cover;z-index:-100}.aboutus .container .email_container .email h1{font-size:1.8rem;color:#fff;line-height:1.2;margin-bottom:1rem}@media screen and (min-width:500px){.aboutus .container .email_container .email h1{font-size:2.5rem}}.aboutus .container .email_container .email input{width:100%;padding:1rem;border:2px solid transparent;border-radius:80px;background-color:#f2f5f5;margin:1rem 0;position:relative;z-index:2}@media screen and (min-width:800px){.aboutus .container .email_container .email input{width:500px}}.aboutus .container .email_container .email button{padding:1rem 2rem;margin-top:rem;background-color:#ff053b;border:none;border-radius:25px;color:#fff;font-weight:700;font-size:1rem;cursor:pointer;transition:.3s ease-in-out;position:relative;z-index:2}.aboutus .container .email_container .email button:hover{background:#fff;color:#ff053b}.contact_section{width:100%;margin-top:8rem;display:inline-block}@media screen and (min-width:800px){.contact_section{margin-top:10rem}}.contact_section .container{width:90%;margin:auto}.contact_section .container .aboutus_hero{width:100%;height:300px;background-color:#f2f5f5;margin:2rem auto;border-radius:20px;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;position:relative}.contact_section .container .aboutus_hero:hover:after,.contact_section .container .aboutus_hero:hover:before{transform:scale(1.1)}.contact_section .container .aboutus_hero:before{top:-1rem;right:-1rem}.contact_section .container .aboutus_hero:after,.contact_section .container .aboutus_hero:before{content:"";position:absolute;width:300px;height:200px;background-image:url(/static/media/brush-texture-dark.60c41643.png);background-size:cover;background-repeat:no-repeat;opacity:.1;transition:1s ease-in-out}.contact_section .container .aboutus_hero:after{bottom:-1rem;left:-1rem}.contact_section .container .aboutus_hero h1{margin:0;font-size:3rem;color:#44374d}.contact_section .container .form_content{padding:5rem 0}@media screen and (min-width:990px){.contact_section .container .form_content{display:-ms-grid;display:grid;-ms-grid-columns:25% 1fr;grid-template-columns:25% 1fr;grid-gap:25px;gap:25px}}.contact_section .container .form_content form{width:100%;margin-bottom:2rem}.contact_section .container .form_content form label{font-weight:700;color:#44374d}.contact_section .container .form_content form input::-webkit-input-placeholder,.contact_section .container .form_content form textarea::-webkit-input-placeholder{font-size:1rem}.contact_section .container .form_content form input:-ms-input-placeholder,.contact_section .container .form_content form textarea:-ms-input-placeholder{font-size:1rem}.contact_section .container .form_content form input::placeholder,.contact_section .container .form_content form textarea::placeholder{font-size:1rem}.contact_section .container .form_content form input,.contact_section .container .form_content form textarea{width:100%;border:2px solid transparent;border-radius:20px;background-color:#f2f5f5;margin:.5rem 0 2rem;padding:.8rem;transition:.3s ease-in-out}@media screen and (min-width:990px){.contact_section .container .form_content form input,.contact_section .container .form_content form textarea{padding:1rem}}.contact_section .container .form_content form input:hover,.contact_section .container .form_content form textarea:hover{border-color:#ccc}.contact_section .container .form_content form textarea{width:100%;height:200px;resize:none}.contact_section .container .form_content form button{padding:1rem 2rem;margin-top:2rem;background-color:#ff053b;border:none;border-radius:25px;color:#fff;font-weight:700;font-size:1rem;cursor:pointer;transition:.3s ease-in-out}.contact_section .container .form_content form button:hover{transform:translateY(-5px);box-shadow:0 5px 5px rgba(255,5,59,.403921568627451)}.contact_section .container .form_content form button a{color:#fff}.contact_section .container .form_content .info_details{width:100%;padding:2rem 0}@media screen and (min-width:990px){.contact_section .container .form_content .info_details{padding:0}}.contact_section .container .form_content .info_details div{padding:1rem 2rem;border-radius:20px;border:2px solid #d8d8d8;margin:2rem 0;color:#44374d}@media screen and (min-width:990px){.contact_section .container .form_content .info_details div{margin:0}}.contact_section .container .form_content .info_details div p{margin:1rem 0}@media screen and (min-width:990px){.contact_section .container .form_content .info_details div:nth-child(2){margin:1.5rem 0}}.footer{border-top:3px solid red;border-bottom:3px solid red;padding:3rem 0}.footer .container{width:90%;margin:auto;text-align:center;color:#44374d;font-family:"Dosis",sans-serif}@media screen and (min-width:479px){.footer .container{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:800px){.footer .container{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr)}}.footer .container .logo_social_media_links{display:flex;flex-direction:column;justify-content:center;align-items:center}.footer .container .logo_social_media_links img{width:200px}.footer .container .logo_social_media_links p{font-weight:700;font-size:1.1rem;margin:1rem 0}.footer .container .logo_social_media_links .social_media_icons svg{margin:.5rem;border:2px solid #dbdada;width:2.5rem;height:2.5rem;padding:.5rem;cursor:pointer}.footer .container .navigation{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:2rem 0}@media screen and (min-width:479px){.footer .container .navigation{margin:0}}.footer .container .navigation a{margin:.5rem 0;color:#44374d;font-weight:600;font-size:1.1rem}.footer .container .contact div{font-size:1.1rem;margin:1rem;font-weight:600}.footer .container .contact div svg{margin-right:1rem}
/*# sourceMappingURL=main.0e4dcd2f.chunk.css.map */