@import url(https://fonts.googleapis.com/css2?family=Baloo+Bhai+2:wght@400;500&display=swap);*{margin:0;padding:0;box-sizing:border-box;font-family:"Baloo Bhai 2",cursive}html{font-size:62.5%}#authContainer .container{position:relative;width:100%;background-color:#fff;min-height:100vh;overflow:hidden}#authContainer .forms-container{position:absolute;width:100%;height:100%;top:0;left:0}#authContainer .signin-signup{position:absolute;top:50%;transform:translate(-50%,-50%);left:72%;width:50%;transition:1s ease-in-out .7s;display:grid;grid-template-columns:1fr;z-index:5}#authContainer form{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:0 5rem;transition:all .2s .7s;overflow:hidden;grid-column:1/2;grid-row:1/2}#authContainer form.sign-up-form{opacity:0;z-index:1}#authContainer form.sign-in-form{z-index:2}#authContainer .title{font-size:3.8rem;color:#444;margin-bottom:10px}#authContainer .input-field{max-width:380px;width:100%;background-color:#f0f0f0;margin:10px 0;height:55px;border-radius:55px;display:grid;grid-template-columns:15% 85%;padding:0 .4rem;position:relative}#authContainer .input-field .icon{margin:auto;color:#acacac;transition:.5s;font-size:2.5rem}#authContainer .input-field input{background:none;outline:none;border:none;line-height:1;font-weight:400;font-size:1.7rem;color:#333}#authContainer .input-field input:-ms-input-placeholder{color:#aaa;font-weight:400}#authContainer .input-field input::placeholder{color:#aaa;font-weight:400}#authContainer .social-media{display:flex;justify-content:center;margin-top:10px}#authContainer .social-icon{height:46px;width:46px;display:flex;justify-content:center;align-items:center;margin:0 .45rem;color:#333;border-radius:50%;border:1px solid #333;text-decoration:none;transition:.3s}#authContainer .social-icon:hover{color:#ff4500;border-color:#ff4500}#authContainer .btn{width:150px;background-color:#ff4500;border:none;outline:none;height:49px;border-radius:49px;color:#fff;text-transform:uppercase;font-weight:600;margin:10px 0;cursor:pointer;transition:.5s}#authContainer .btn:hover{background-color:#ff8c00}#authContainer .panels-container{position:absolute;height:100%;width:100%;top:0;left:0;display:grid;grid-template-columns:repeat(2,1fr)}#authContainer .container:before{content:"";position:absolute;height:2000px;width:2000px;top:-10%;right:55%;transform:translateY(-50%);background-image:linear-gradient(-45deg,#ff4500,#ff8c00);transition:1.8s ease-in-out;border-radius:50%;z-index:6}#authContainer .panel{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-around;text-align:center;z-index:6}#authContainer .left-panel{pointer-events:all;padding:3rem 30% 2rem 10%}#authContainer .right-panel{pointer-events:none;padding:3rem 12% 2rem 30%}#authContainer .panel .content{color:#fff;transition:transform .9s ease-in-out;transition-delay:.6s}#authContainer .panel h3{font-weight:600;line-height:1;font-size:3.5rem}#authContainer .panel p{font-size:1.55rem;padding:2rem 0}#authContainer .btn.transparent{margin:0;background:none;border:2px solid #fff;width:130px;height:41px;font-weight:600;font-size:1.2rem}#authContainer .right-panel .content,#authContainer .right-panel .image{transform:translateX(800px)}#authContainer .container.sign-up-mode:before{transform:translate(100%,-50%);right:46%}#authContainer .container.sign-up-mode .left-panel .content,#authContainer .container.sign-up-mode .left-panel .image{transform:translateX(-800px)}#authContainer .container.sign-up-mode .signin-signup{left:28%}#authContainer .container.sign-up-mode form.sign-up-form{opacity:1;z-index:2}#authContainer .container.sign-up-mode form.sign-in-form{opacity:0;z-index:1}#authContainer .container.sign-up-mode .right-panel .content,#authContainer .container.sign-up-mode .right-panel .image{transform:translateX(0)}#authContainer .container.sign-up-mode .left-panel{pointer-events:none}#authContainer .container.sign-up-mode .right-panel{pointer-events:all}@media (max-width:870px){#authContainer .container{min-height:800px;height:100vh}#authContainer .signin-signup{width:100%;top:95%;transform:translate(-50%,-100%);transition:1s ease-in-out .8s}#authContainer .container.sign-up-mode .signin-signup,#authContainer .signin-signup{left:50%}#authContainer .panels-container{grid-template-columns:1fr;grid-template-rows:1fr 2fr 1fr}#authContainer .panel{flex-direction:row;justify-content:space-around;align-items:center;padding:2.5rem 8%;grid-column:1/2}#authContainer .right-panel{grid-row:3/4}#authContainer .left-panel{grid-row:1/2}#authContainer .image{width:200px;transition:transform .9s ease-in-out;transition-delay:.6s}#authContainer .panel .content{padding-right:15%;transition:transform .9s ease-in-out;transition-delay:.8s}#authContainer .panel h3{font-size:1.2rem}#authContainer .panel p{font-size:.7rem;padding:.5rem 0}#authContainer .btn.transparent{width:110px;height:35px;font-size:.7rem}#authContainer .container:before{width:1500px;height:1500px;transform:translateX(-50%);left:30%;bottom:68%;right:auto;top:auto;transition:2s ease-in-out}#authContainer .container.sign-up-mode:before{transform:translate(-50%,100%);bottom:32%;right:auto}#authContainer .container.sign-up-mode .left-panel .content,#authContainer .container.sign-up-mode .left-panel .image{transform:translateY(-300px)}#authContainer .container.sign-up-mode .right-panel .content,#authContainer .container.sign-up-mode .right-panel .image{transform:translateY(0)}#authContainer .right-panel .content,#authContainer .right-panel .image{transform:translateY(300px)}#authContainer .container.sign-up-mode .signin-signup{top:5%;transform:translate(-50%)}}@media (max-width:570px){#authContainer form{padding:0 1.5rem}#authContainer .image{display:none}#authContainer .panel .content{padding:.5rem 1rem}#authContainer .container{padding:1.5rem}#authContainer .container:before{bottom:72%;left:50%}#authContainer .container.sign-up-mode:before{bottom:28%;left:50%}}#header{width:100%;min-height:100vh;background-repeat:no-repeat;background-size:cover;position:relative}#header:after{content:" ";right:0;background:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5));opacity:.35;z-index:-1}#header #image,#header:after{position:absolute;top:0;width:100%;height:100%}#header #image{left:0;z-index:-2}#header .opa{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;padding:2rem 1.5rem}#header .opa h2{font-size:7rem;font-style:italic}#header .opa h2,#header .opa small{color:#fff;font-weight:700;text-shadow:0 0 10px #000}#header .opa small{font-size:2.8rem;margin-bottom:1.2rem;transform:translateY(-5px)}#header .opa .buttonWrapper a,#header .opa small{display:inline-block;font-family:"Lato",Helvetica,Arial,sans-serif}#header .opa .buttonWrapper a{cursor:pointer;padding:1.2rem 4.5rem;text-decoration:none;font-size:1.4rem;margin:1.5rem 2.2rem;background:#ff4500;color:#fff;border-radius:4rem;border:.2rem solid #ff4500;transition:.3s linear;overflow:hidden}#header .opa .buttonWrapper a:hover{opacity:.8}#header .opa .buttonWrapper #a2{display:inline-block;padding:1.4rem 4.5rem;text-decoration:none;font-size:1.2rem;font-weight:lighter;margin:1.5rem 2.2rem;background:transparent;color:#fff;border-radius:4rem;border:.2rem solid #fff;position:relative;overflow:hidden}#header .opa .buttonWrapper #a2:before{left:0}#header .opa .buttonWrapper #a2:after,#header .opa .buttonWrapper #a2:before{content:"";position:absolute;top:0;background:#ff4500;z-index:-1;width:0;height:100%;transition:.3s linear}#header .opa .buttonWrapper #a2:after{right:0}#header .opa .buttonWrapper #a2:hover:after,#header .opa .buttonWrapper #a2:hover:before{width:50%}#header .opa .buttonWrapper #a2:hover{background:#ff4500;border:.2rem solid transparent;opacity:.86}#navBar{background:#fff;display:flex;justify-content:space-between;align-items:center;padding:.6rem 1.8rem;z-index:99}#navBar #logo{cursor:pointer;margin-left:20px}#navBar #logo img{display:inline-block;width:200px;height:40px}#navBar span{font-size:1.8rem}#navBar .menuItems{display:flex;justify-content:space-between;align-items:center}#navBar .menuItems ul{display:flex;justify-content:center;margin-right:2rem}#navBar .menuItems ul li{cursor:pointer;list-style:none;margin:0 1.2rem;padding:0 .4rem}#navBar .menuItems ul li a{font-size:1.8rem;text-decoration:none;color:#000;font-weight:500;padding:.4rem 0;transition:.3s linear;position:relative}#navBar .menuItems ul li a:before{content:"";position:absolute;top:100%;left:0;width:0;height:.18rem;background:#ff4500;transition:.3s linear}#navBar .menuItems ul li a:hover:before{width:100%}#navBar .menuItems ul li a:hover{color:#ff4500}#navBar .menuItems .searchBox{margin-left:1.5rem;position:relative}#navBar .menuItems .searchBox input{outline:none;border:none;padding:.8rem;border-radius:1.8rem;background:#ff4500;color:#fff}#navBar .menuItems .searchBox input:-ms-input-placeholder{color:#fff}#navBar .menuItems .searchBox input::placeholder{color:#fff}#navBar .menuItems .searchBox .searchIcon{font-size:1.8rem;position:absolute;top:50%;right:0;transform:translateY(-50%);margin-right:1rem;cursor:pointer;color:#fff}#navBar .menuItems .cart{display:flex;align-items:center}#navBar .menuItems .cart .cartSecs{cursor:pointer;text-align:center;margin:5px 5px 0 10px}#navBar .menuItems .cart .cartSecs .cartIcon{font-size:2rem;margin-top:5px}#navBar .menuItems .cart .cartSecs .text{margin-top:-5px;font-weight:500;font-size:1.4rem}#navBar .menuItems .cart .profileSec{display:flex;cursor:pointer;padding:5px;border:1px solid silver;border-radius:5px;margin-left:5px}#navBar .menuItems .cart .profileSec .username{font-weight:500;font-size:1.6rem}#navBar .menuItems .cart .profileSec .profileIcon{font-size:2.5rem}#second{padding:10rem 2rem 8rem 5rem}#second .textWrapper{position:relative;top:50%;transform:translateY(-50%)}#second .textWrapper h1{font-size:5rem;color:#ff4500;white-space:nowrap;font-weight:bolder}#second .textWrapper p{font-size:1.5rem}#second .imageWrapper{margin-left:20px;position:relative}#second .imageWrapper img{width:100%;height:100%}#third{padding:0 50px}#third .heading{text-align:center;font-size:3.3rem;margin-bottom:60px}#fourth{padding:4rem;background:rgba(218,211,211,.15)}#fourth .detailsWrapper{display:flex;justify-content:space-evenly;align-items:center;cursor:pointer}#fourth .detailsWrapper:hover .secIcon{transform:scale(1.15);color:#ff4500}#fourth .detailsWrapper .secIcon{font-size:4rem;transition:.3s linear}#fourth .detailsWrapper .rightSec p{font-size:2rem}#fourth .detailsWrapper .rightSec small{font-size:1.2rem}#fifth{padding:5rem 6rem}#fifth .cardWrapper{padding:4rem 1.8rem 4rem 3rem;color:#fff;border-radius:2rem;transition:.4s linear;margin:0 10px}#fifth .cardWrapper:hover{transform:scale(1.03)}#fifth .cardWrapper p{font-size:1.5rem}#fifth .cardWrapper h3{font-size:2.8rem;font-weight:bolder;margin-top:1.5rem;margin-bottom:2.8rem}#fifth .cardWrapper .secButton{font-size:1.4rem;border-radius:.6rem;padding:.6rem 4rem;color:#fff;background:#ff4500;text-transform:none}#sixth{margin:50px 0;padding:5rem 20px}#sixth #blackHeading{color:#000;font-weight:bolder;font-size:3rem}#sixth #whiteHeading{color:#fff;font-weight:bolder;font-size:3rem;text-shadow:0 0 15px #000}#sixth pre{font-size:1.4rem}#sixth .button{padding:.4rem 1.8rem;border-radius:0;background:#ff4500;border:none;color:#fff}#sixth .leftFirst{background:url(https://i.imgur.com/w0TlIdl.jpg);background-size:100% 100%;padding:4rem 1.8rem 4rem 3rem}#sixth .rightFirst{background:url(https://i.imgur.com/q31oB31.jpg);background-size:cover}#sixth .leftSecond,#sixth .rightFirst{padding:4rem 1.8rem 4rem 3rem;color:#fff}#sixth .leftSecond{background:url(https://i.imgur.com/tGus5P3.jpg);background-size:100% 100%;margin-top:2rem}#sixth .rightSecond{background:url(https://i.imgur.com/gtOt5Yj.jpg);background-size:100% 100%;padding:4rem 1.8rem 4rem 3rem;margin-top:2rem}#seven{margin:30px 0 80px;padding:0 50px;position:relative}#seven .title{text-align:center;font-size:2.8rem;font-weight:500}#seven .title span{font-weight:600}#seven .grid{margin-bottom:30px;display:flex;justify-content:center;flex-direction:column;align-items:center;margin-left:30px}#seven .grid img{margin-left:50px}#seven .grid h1{font-size:2rem;font-weight:500}#seven .grid p{font-size:1.3rem}#seven .button{position:absolute;left:50%;transform:translateX(-50%);font-size:1.5rem;text-transform:none;border-radius:5px}#navSecond,#seven .button{background:#ff4500;color:#fff}#navSecond{height:40px;width:100%;padding:5px 30px 0;font-size:1.6rem;font-weight:300;display:flex;justify-content:space-between;align-items:center}#navSecond .navItem{display:flex;list-style:none}#navSecond .navItem li{margin:0 10px;cursor:pointer}#productOne{width:250px;padding:10px;text-align:center;cursor:pointer}#productOne img{margin:20px 0;height:150px;width:100%}#productOne h3{font-size:1.3rem}#productOne .price{font-size:2rem}#productOne .ratingSection{display:flex;justify-content:center}#productOne .ratingSection .rating{font-size:2.1rem}#productOne .ratingSection .count{margin-top:1px;font-weight:100!important;font-size:small}#productOne .desc{font-size:1.2rem}#landing_product{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;margin:10px 0}#landing_product img{cursor:pointer;width:200px;height:190px}#landing_product .title{font-weight:500}#landing_product .detail_price,#landing_product .title{cursor:pointer;font-size:1.6rem}#productDetailsOne{padding:0 50px 10px}#productDetailsOne .offer_banner_one{height:50px;width:50%;max-width:1000px;display:block;margin:0 auto 20px}#productDetailsOne .short_image_section{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:30px}#productDetailsOne .short_image_section .short_image{height:45px;width:45px;padding:2px;margin-top:9px;border-radius:4px;box-shadow:1px 1px 6px 1px #ff4500;cursor:pointer}#productDetailsOne .large_image{width:100%;max-height:400px;padding-top:30px}#productDetailsOne .detail_title{font-size:2.5rem}#productDetailsOne .brand_name{font-size:1.5rem;margin:5px 0}#productDetailsOne .description{font-size:1.45rem}#productDetailsOne .detail_price{margin:5px 0;font-size:3rem;font-weight:500}#productDetailsOne .category{font-size:1.5rem;font-weight:600;margin:5px 0}#productDetailsOne .ratingSection{display:flex}#productDetailsOne .ratingSection .rating{font-size:2rem}#productDetailsOne .ratingSection .count{margin-top:3px;font-weight:100!important;font-size:small}#productDetailsOne .stock{font-size:2rem}#productDetailsOne .share_box{margin-top:50px;display:flex;justify-content:center;flex-direction:column;text-align:center}#productDetailsOne .share_box .share_icon{font-size:2.2rem;cursor:pointer}#productDetailsOne .buttons .button{color:#fff;width:47%;margin:5px;height:60px;font-size:1.5rem!important}#productDetailsOne .buttons .icon{margin-top:-3px;font-size:1.5rem}#productDetailsOne .buttons .cart_button{background:#f80}#productDetailsOne .buttons .buy_button{background:#ff4500}#productDetailsOne .customize_button{margin-top:10px;border:1px solid silver;width:100%;text-transform:none;font-size:1.7rem}#cart{margin-top:30px;padding:0 60px}#cart .cart_top{margin-bottom:30px;display:flex;flex-direction:row;justify-content:space-between}#cart .cart_top .right_section{display:flex}#cart .cart_top .right_section .map{height:20px;margin-right:5px}#cart .cart_top .right_section p{font-size:1.4rem;font-weight:500}#cart .cart_top .right_section #location_box{margin:-5px 0 0 10px;padding:5px 10px;width:150px;border-radius:4px;outline:none}#cart .place_order_button{margin:10px;background:#f80;color:#fff;float:right;padding:10px 40px;font-size:1.7rem;border-radius:2px}#cart .price_details{padding:20px;width:100%;max-width:400px}#cart .price_details .title{font-size:2rem;color:#535353}#cart .price_details p{font-size:1.8rem;margin-top:10px}#cart .price_details hr{margin-top:5px}#cart .price_details span{float:right}#cart .price_details .total_amount{font-weight:700}#cart .price_details .saving{color:green;font-weight:500}#cart .empty_section{margin-top:20px;padding:50px 20px;border:1px dotted silver;text-align:center;color:silver}#cart .empty_section .empty{font-size:8rem;color:#ff4500}#cart .empty_section .shop_button{margin-top:15px;color:#fff;background:#ff4500;border-radius:3px;padding:10px 30px}#cart .security{margin-top:20px;display:flex;flex-direction:row;color:grey}#cart .security .secure_text{font-size:1.5rem;font-weight:600}#cart .security .icon{font-size:2.5rem}#cart .cart_bottom{margin-top:100px;display:flex;justify-content:space-between}#cart .cart_bottom p{font-size:1.5rem}#cart .cart_bottom span{color:#ff4500}#cart_product{margin-top:10px;padding:5px;border-bottom:1px solid silver}#cart_product .image_section{display:flex;flex-direction:column;justify-content:center;align-items:center}#cart_product .image_section .product_img{width:130px;height:150px}#cart_product .image_section .quantity_section button{padding:0 5px;border-radius:50%;border:1px solid silver;cursor:pointer;outline:none;background:none}#cart_product .image_section .quantity_section input{width:40px;margin:8px 4px;outline:none;padding-left:14px}#cart_product .title{font-size:1.6rem;font-weight:500}#cart_product .seller{font-size:1.4rem;font-weight:500}#cart_product .detail_price{font-size:2rem;margin:10px 0}#cart_product .stock{font-size:1.4rem}#cart_product .remove_button{text-transform:none;font-size:1.6rem;margin-top:5px;box-shadow:1px 1px 1px silver}#all_drawer{width:300px;padding-top:-10px}#all_drawer .profile{cursor:pointer;padding:20px 0 20px 10px;display:flex;background:#ff4500;color:#fff}#all_drawer .profile .text{margin-top:3px;font-size:2.1rem}#all_drawer .profile .icon{margin-top:5px;color:#fff;font-size:3rem;margin-right:5px}#all_drawer .title{font-size:1.8rem;padding-left:40px;font-weight:600}#all_drawer .item{padding-left:40px;font-size:1.6rem;font-weight:400}#all_drawer .flag{height:20px}#profile_section{padding:40px}#profile_section .avatar_sec{padding:10px;display:flex}#profile_section .avatar_sec .avatar{font-size:3rem;color:#ff4500;margin-top:5px}#profile_section .avatar_sec p{margin-left:10px;font-size:1.3rem}#profile_section .avatar_sec p span{font-size:1.5rem;font-weight:600}#profile_section .menu_section{margin-top:30px;padding:8px 4px}#profile_section .menu_section .title{font-size:1.6rem}#profile_section .menu_section .item{font-size:1.4rem}#profile_section .menu_section .icon{color:#ff4500}#profile_section .detail_panel{padding:20px}#profile_section .detail_panel h1{margin-top:5px}#profile_section .detail_panel p{margin-top:10px;font-size:1.5rem}#profile_section .detail_panel .faq h1{font-size:1.8rem}#customize{padding:20px 50px}#customize .customize_box{padding:10px}#customize .customize_box .image{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center}#customize .customize_box .image .large_img{margin-top:50px;margin-left:auto;margin-right:auto;width:70%;height:400px}#customize .customize_box .image .small .samll_img{margin-left:10px;height:45px;width:45px;padding:2px;margin-top:9px;border-radius:4px;box-shadow:1px 1px 6px 1px #ff4500;cursor:pointer}#customize .back{cursor:pointer;font-size:1.3rem;font-weight:600;display:flex}#customize .back .icon{font-size:2rem}#customize .main_edit{padding:15px 0 0 30px}#customize .main_edit .category{font-size:1.4rem;font-weight:600;color:grey}#customize .main_edit .title{margin:5px 0;font-size:2rem;font-weight:600}#customize .main_edit .ratingSection{display:flex;font-size:1.4rem}#customize .main_edit .ratingSection .rating{height:20px}#customize .main_edit .ratingSection p{margin-top:-3px}#customize .main_edit .head{margin:7px 0;font-size:1.5rem;font-weight:600}#customize .main_edit .qulity_box strong{font-size:1.2rem}#customize .main_edit .request_btn{width:100%;margin:10px 0;font-size:1.8rem;background:#ff4500;color:#fff;text-transform:none}#checkout_sec{margin-top:20px;padding:20px 40px}#checkout_sec .address_sec{padding:10px;display:flex;position:relative}#checkout_sec .address_sec .icon{margin-top:5px;margin-right:10px;font-size:1.7rem;color:#ff4500}#checkout_sec .address_sec h1{color:grey;font-size:1.7rem}#checkout_sec .address_sec p{font-size:1.4rem}#checkout_sec .address_sec .change_btn{position:absolute;right:20px;top:20px;height:30px;border:1px solid #ff4500;text-transform:none;font-size:1.1rem}#checkout_sec .order_summary{margin-top:20px;padding-bottom:80px}#checkout_sec .order_summary h1{font-size:1.5rem;padding:5px;background:#ff4500;color:#fff}#checkout_sec .order_summary .place_order_button{margin:15px 10px;background:#ff4500;color:#fff;display:block;float:right;padding:10px 40px;font-size:1.7rem;border-radius:2px}#checkout_sec .price_details{padding:20px;width:100%;max-width:400px}#checkout_sec .price_details .title{font-size:2rem;color:#535353}#checkout_sec .price_details p{font-size:1.8rem;margin-top:10px}#checkout_sec .price_details hr{margin-top:5px}#checkout_sec .price_details span{float:right}#checkout_sec .price_details .total_amount{font-weight:700}#checkout_sec .price_details .saving{color:green;font-weight:500}#checkout_sec .security{margin-top:20px;display:flex;flex-direction:row;color:grey}#checkout_sec .security .secure_text{font-size:1.5rem;font-weight:600}#checkout_sec .security .icon{font-size:2.5rem}#order_sec{padding:20px 60px}#order_sec .heading{font-size:2.5rem}#footer{width:100%;height:auto;padding:8rem 10rem 4rem 4rem;background:#252525}#footer .companyDetails img{height:60px;width:100%;max-width:200px}#footer .companyDetails p{color:grey;margin-top:30px;font-size:1.5rem}#footer .companyDetails .socials{margin-top:20px}#footer .companyDetails .socials .icon{font-size:2.5rem;margin:0 .4rem;color:#fff;border-radius:50%;background:#ff4500;padding:4px;cursor:pointer}#footer ul h2{margin-bottom:1.5rem;font-weight:bolder;color:#fff}#footer ul li{list-style:none;font-size:1.6rem;color:grey}#footer ul li p{transition:.2s linear}#footer ul li p:hover{color:#ff4500}#footer ul li a{text-decoration:none;line-height:3.5rem;display:inline-block;transition:all .3s linear;color:grey}#footer ul li a:hover{color:#ff4500;transform:translateX(7px)}#footer #fotterBottom{justify-content:space-between;position:relative}#footer #fotterBottom .copyRight{position:absolute;left:10px;bottom:0;color:grey;font-size:1.3rem}#footer #fotterBottom .newsletter{color:#fff}#footer #fotterBottom .newsletter h3{font-size:2rem;margin-bottom:5px}#footer #fotterBottom .newsletter p{color:grey;font-size:1.4rem;margin-bottom:10px}#footer #fotterBottom .newsletter .form{display:flex}#footer #fotterBottom .newsletter .form input{padding:10px;border-radius:5px;outline:none}#footer #fotterBottom .newsletter .form .button{color:#fff;background:#ff4500;margin-left:5px;padding:0 50px;font-size:1.5rem}.footer_inner{margin:100px 50px 30px;display:flex;justify-content:space-between}.footer_inner p{font-size:1.5rem}.footer_inner span{color:#ff4500;cursor:pointer}
/*# sourceMappingURL=main.707bf686.chunk.css.map */