:root{--primary-color:rgba(201, 181, 125, 0.85);--secondary-color:rgba(24, 20, 15, 0.85);--transparent-white:rgba(255, 255, 255, 0.85);--text-color:rgba(100, 100, 100, 1);--faded-text-color:rgba(100, 100, 100, 0.6)}*,::after,::before{padding:0;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box}body{font-family:Arial,Helvetica,sans-serif;font-weight:400}header{background:#fff;text-align:center;position:fixed;padding:1rem 0;width:100%;z-index:100}h1{text-transform:uppercase}a{text-decoration:none}a:visited{color:#000}.nav-toggle{display:none}.nav-toggle-label{position:absolute;top:0;left:0;margin-left:1rem;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.nav-toggle-label span,.nav-toggle-label span::after,.nav-toggle-label span::before{display:block;background:#000;height:2px;width:2rem;border-radius:2px;position:relative}.nav-toggle-label span::after,.nav-toggle-label span::before{content:"";position:absolute}.nav-toggle-label span::before{bottom:7px}.nav-toggle-label span::after{top:7px}nav{position:absolute;text-align:left;top:100%;left:0;background:#fff;width:100%;-webkit-transform:scale(1,0);transform:scale(1,0);-webkit-transform-origin:top;transform-origin:top;-webkit-transition:-webkit-transform .4s ease-in-out;transition:-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out, -webkit-transform .4s ease-in-out}nav ul{list-style:none}nav li{margin-bottom:1rem;margin-left:1rem}nav a{color:var(--secondary-color);text-decoration:none;font-size:1.2rem;text-transform:uppercase;opacity:0;-webkit-transition:opacity 150ms ease-in-out;transition:opacity 150ms ease-in-out}nav a:hover{color:#000}.nav-toggle:checked~nav{-webkit-transform:scale(1,1);transform:scale(1,1)}.nav-toggle:checked~nav a{opacity:1;-webkit-transition:opacity 250ms ease-in-out 250ms;transition:opacity 250ms ease-in-out 250ms}@media screen and (min-width:800px){.nav-toggle-label{display:none}header{display:grid;grid-template-columns:1fr auto minmax(600px,3fr) 1fr}.logo{grid-column:2/3}nav{all:unset;grid-column:3/4;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}nav ul{display:-webkit-box;display:-ms-flexbox;display:flex}nav li{margin-left:3rem;margin-bottom:0}nav a{opacity:1;position:relative}nav a::before{content:'';display:block;height:5px;background:#000;position:absolute;top:-.75rem;left:0;right:0;-webkit-transform:scale(0,1);transform:scale(0,1);-webkit-transition:-webkit-transform ease-in-out 250ms;transition:-webkit-transform ease-in-out 250ms;transition:transform ease-in-out 250ms;transition:transform ease-in-out 250ms, -webkit-transform ease-in-out 250ms}nav a:hover::before{-webkit-transform:scale(1,1);transform:scale(1,1)}}.content-img{width:100%;height:60rem;background:url(../img/lg-product1.jpeg);background-repeat:no-repeat;background-size:cover;background-position:center;display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:repeat(6,1fr);-webkit-transition:1s;transition:1s}.product-info{grid-column:2/6;grid-row:2/5;background:var(--transparent-white);padding:1.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}h2{font-weight:500;color:var(--faded-text-color);font-family:Cambria,Cochin,Georgia,Times,'Times New Roman',serif}h1{margin-top:1rem;font-weight:400}p{margin-top:1rem;color:var(--text-color);font-family:'Times New Roman',Times,serif;line-height:1.6}button{margin:2rem auto 0;padding:.8rem 1.6rem;font-size:1.2rem;background:var(--transparent-white);border:2px solid var(--primary-color);color:var(--primary-color);-webkit-transition:.3s;transition:.3s}button:hover{background:var(--primary-color);color:var(--transparent-white)}@media screen and (min-width:800px){.product-info{grid-column:2/4;grid-row:3/5}}@media screen and (min-width:800px) and (max-width:1150px){.product-info{grid-column:2/4;grid-row:3/6}}.payment-info{background:#f5f5f5}.info-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.svg-icon{width:5rem;height:5rem;margin-top:2rem;background:var(--primary-color);border-radius:50%}.payment-info h1{font-size:1rem;font-weight:600}.payment-info p{margin-left:2rem;margin-right:2rem;text-align:center}.payment-info button{margin-bottom:3rem;background:#f5f5f5}.payment-info button:hover{background:var(--primary-color);color:#f5f5f5}@media screen and (min-width:800px){.payment-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:5rem 0}.info-box{width:400px}}.product-intro{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product-intro h2{margin-top:2rem;font-size:1.2rem;line-height:.8;font-family:Arial,Helvetica,sans-serif}.product-intro h1{margin-top:1.5rem;font-size:1.6rem;font-weight:600;line-height:.8}.product-intro p{font-size:1.1rem;margin:2rem 1rem 0;text-align:center}.product-box{margin:2rem 1rem 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product-image1{background:url(../img/product2.jpeg)}.product-image2{background:url(../img/product3.jpeg)}.product-image3{background:url(../img/product4.jpeg)}.product-image4{background:url(../img/product5.jpeg)}.product-image5{background:url(../img/product6.jpeg)}.product-image6{background:url(../img/product7.jpeg)}.product-image{width:100%;height:25rem;background-position:center;background-repeat:no-repeat;background-size:cover;-webkit-transition:.3s;transition:.3s}.product-box h1{margin-top:2rem;font-size:1.3rem;-webkit-transition:.3s;transition:.3s;text-align:center}.product-box h2{font-size:1.3rem;margin:2rem 0}.product-box:hover h1{color:var(--primary-color)}.product-box:hover .product-image{-webkit-box-shadow:1px 3px 10px var(--faded-text-color);box-shadow:1px 3px 10px var(--faded-text-color)}@media screen and (min-width:800px){.product-section{margin-top:5rem}.product-box-wrapper{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:1fr 1fr;padding:5rem 10rem 10rem}}.testimonials{background:#f0f0f0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.testimonials-intro{margin-top:2.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.testimonials-intro h2{font-family:Arial,Helvetica,sans-serif}.testimonials-intro h1{font-weight:600;color:var(--secondary-color)}.carousel{overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.carousel p{text-align:center}.testimonial-box-wrapper{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.testimonial-box{margin:4rem 0 3rem;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:-1;display:none}.testimonial-image1{background:url(../img/profile4.jpeg)}.testimonial-image2{background:url(../img/profile5.jpeg)}.testimonial-image3{background:url(../img/profile6.jpeg)}.testimonial-image{width:6rem;height:6rem;margin-bottom:1rem;border-radius:50%;background-position:center;background-size:cover;background-repeat:no-repeat}#button1,#button2,#button3{display:none}#carousel-nav{width:100%;height:1rem;margin-bottom:3rem;text-align:center;z-index:100;cursor:default}#carousel-nav .dots{width:.6rem;height:.6rem;margin:0 .5rem;border-radius:50%;display:inline-block;background:var(--faded-text-color);-webkit-transition:.4s;transition:.4s}#carousel-nav .dots:hover{cursor:pointer;background:var(--text-color);-webkit-transition:.2s;transition:.2s}#button1:checked~#testimonial-box1,#button2:checked~#testimonial-box2,#button3:checked~#testimonial-box3{display:-webkit-box;display:-ms-flexbox;display:flex;z-index:9;-webkit-animation:scroll 1s ease-in-out;animation:scroll 1s ease-in-out}#button1:checked~#carousel-nav #dot1,#button2:checked~#carousel-nav #dot2,#button3:checked~#carousel-nav #dot3{background:var(--text-color)}@-webkit-keyframes scroll{0%{opacity:.4}100%{opacity:1}}@keyframes scroll{0%{opacity:.4}100%{opacity:1}}@media screen and (min-width:800px){.testimonials{padding:5rem 0}.carousel{padding-top:3rem}}.newsletter-box,.newsletter-image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.newsletter-image{max-height:110rem;background:url(../img/newsletter.jpeg);background-position:center;background-repeat:no-repeat;background-size:cover}.newsletter-box{background:var(--transparent-white);width:90vw;height:90vw;margin-top:4rem}.newsletter-box .svg-icon{-webkit-box-shadow:0 10px 20px var(--faded-text-color);box-shadow:0 10px 20px var(--faded-text-color)}.newsletter-box1{margin-top:7rem}.newsletter-box4{margin-bottom:7rem}.newsletter-box h1{font-family:Cambria,Cochin,Georgia,Times,'Times New Roman',serif;font-size:2.5rem;margin:2rem 0}.newsletter-box h2{font-family:Arial;text-transform:uppercase;font-size:1.3rem}.newsletter-cta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:var(--primary-color);color:#fff}.newsletter-cta h1{font-weight:600;margin-top:4rem}.newsletter-cta h2{color:#fff;font-size:1.2rem;margin:1rem;line-height:1.5;text-align:center}#newsletter-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#newsletter-form input{padding:.8rem 1.6rem;margin-top:4rem;font-size:1rem;background:var(--transparent-white);color:var(--secondary-color);border:0}#newsletter-form button{margin:.4rem 0 4rem;background:var(--secondary-color);color:#fff;border:0;text-transform:uppercase;font-size:1rem}@media screen and (min-width:800px){.newsletter-box{width:250px;height:300px}.newsletter-image{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.newsletter-box{margin:4rem 1rem 6rem 1rem}.newsletter-cta h1{margin-top:6rem}.newsletter-cta h2{margin-top:2rem}#newsletter-form{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}#newsletter-form input{margin:10rem 0 6rem 1rem;padding:.8rem 3rem}#newsletter-form button{margin:10rem 0 6rem 1rem;padding:1rem 6rem}}.end-links{margin:2rem 1rem;background:#f5f5f5}.shop-about h1{font-size:1.5rem;font-weight:600}.columns{display:grid;grid-template-columns:1fr 1fr;margin-top:2rem;font-family:Cambria,Cochin,Georgia,Times,'Times New Roman',serif}.columns ul{list-style:none;line-height:1.6}.columns ul a{text-decoration:none;color:#000}.columns ul a:hover{text-decoration:underline}footer{margin:4rem auto;text-align:center}@media screen and (min-width:800px){.end-links{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;padding:5rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.shop-about{width:400px}.columns{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:5rem}.column2,.column3{margin-left:7rem}footer{padding:2rem}}.about-container{margin:3rem 1rem}.about-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.history{margin-bottom:2rem}.history h1,.mission h1{font-size:1.4rem;margin-bottom:1.5rem}.history p,.mission p{line-height:1.6}.about-img{background:url(../img/product4.jpeg);background-size:cover;background-repeat:no-repeat;background-position:center;width:320px;height:213px;margin:5rem auto}@media screen and (min-width:800px){.about-container{display:-webkit-box;display:-ms-flexbox;display:flex;width:1200px;margin:5rem auto}.about-text{width:500px}.about-img{width:450px;height:300px}}.staff-intro{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 1rem 3rem}.staff-intro h2{font-family:Arial,Helvetica,sans-serif;font-size:1.3rem}.staff-intro h1{font-weight:600;font-size:1.7rem;margin-bottom:1.5rem}.staff-intro p{text-align:center;font-size:1.2rem;color:var(--faded-text-color)}.payment-info{background:#fff;margin-bottom:4rem}.payment-info .about-page{grid-template-rows:1fr}.svg-icon{width:10rem;height:10rem;margin-bottom:1rem}.photo1{background:url(../img/profile1.jpeg)}.photo2{background:url(../img/profile2.jpeg)}.photo3{background:url(../img/profile3.jpeg)}.photo1,.photo2,.photo3{background-size:cover;background-repeat:no-repeat;background-position:center}.info-box h1{font-size:1.4rem;line-height:1.5;font-weight:400;margin-bottom:.7rem}.info-box h2{font-size:1.1rem;margin-bottom:2rem}.info-box p{font-size:1.1rem;margin-bottom:2rem}.contact-info{margin:2rem auto;width:90%}.contact-info h1{font-size:1.3rem;font-weight:600;margin-bottom:1rem}.contact-info-list ul{line-height:1;margin:0 0 3rem 2rem;color:var(--faded-text-color)}.contact-info-list ul li{font-size:2.5rem;margin-bottom:1rem}.contact-info-list ul li span{margin-left:1rem;font-size:1rem}.contact-info-list ul .li1{list-style-image:url(../img/map-marker-alt.svg)}.contact-info-list ul .li2{list-style-image:url(../img/phone.svg)}.contact-info-list ul .li3{list-style-image:url(../img/envelope.svg)}.contact-info-list ul .li4{list-style-image:url(../img/globe.svg)}.contact-form-section h1{margin-bottom:2rem}.contact-form input,textarea{display:block;padding:1rem;width:100%;font-size:1rem;margin-bottom:1rem}.contact-form textarea{font-size:1.4rem}.contact-form input[type=submit]{width:auto;margin:2rem auto 0 0;padding:.8rem 1.2rem;font-size:1.2rem;background:var(--primary-color);border:2px solid var(--primary-color);color:#fff;-webkit-transition:.3s;transition:.3s}.contact-form input:hover,textarea:focus{outline:0}.contact-form input:focus,textarea:focus{outline:0;border:1px solid var(--primary-color);-webkit-transition:.3s;transition:.3s}.contact-form input[type=submit]:hover{opacity:.8}@media screen and (min-width:800px){.contact-info{margin:5rem auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:top;-ms-flex-align:top;align-items:top}.contact-form-section{margin-left:8rem;margin-right:1rem;width:36rem}.contact-form input[name=first],.contact-form input[name=last]{display:inline-block;width:17.3rem}.contact-form input[name=first]{margin-right:1rem}}#map{height:400px;width:100%}.content-img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product-h1,.product-h2{text-align:center;color:#fff}.product-h1{font-size:4rem;font-weight:600}.content-img{height:600px}.product-image7{background:url(../img/product8.jpeg);background-position:center;background-repeat:no-repeat;background-size:cover}.product-image8{background:url(../img/product9.jpeg);background-position:center;background-repeat:no-repeat;background-size:cover}.product-image9{background:url(../img/product10.jpeg);background-position:center;background-repeat:no-repeat;background-size:cover}@media screen and (min-width:800px){.payment-info.service-page{padding:5rem 10rem 5rem 12rem;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:1fr 1fr}}
/*# sourceMappingURL=style.min.css.map */
