/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:none}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";*{box-sizing:border-box;font-family:Poppins,sans-serif}html{scroll-behavior:smooth;height:100%}:root{--accent-clr:#e4572e;--primary-text-clr:#000;--secondary-text-clr:#fff;--primary-bg-clr:#f3f3f2;--secondary-bg-clr:#fff;--border-radius-small:3px;--border-radius-medium:5px}body{background-color:var(--primary-bg-clr);overflow-x:hidden}section{width:100vw;height:auto;display:flex;flex-direction:column;align-items:center;justify-content:center}section.navbar{position:fixed;top:0;z-index:100;background-color:var(--primary-bg-clr);box-shadow:0 0 10px 5px var(--primary-bg-clr)}section>.container{width:1400px;max-width:100%;padding:1rem;display:flex;flex-direction:column;align-items:center}@media only screen and (max-width:700px){section>.container{padding:1rem}}section.mobile-nav{display:flex;position:fixed;background-color:var(--primary-bg-clr);box-shadow:0 10px 15px 0 rgba(0,0,0,.092);top:-30px;opacity:0;pointer-events:none;transition:all .2s ease}@media only screen and (max-width:900px){section.mobile-nav.open{position:fixed;top:60px;opacity:1;pointer-events:all;transition:all .2s ease;display:flex}}section nav.container{background-color:var(--primary-bg-clr);z-index:1;flex-direction:row;padding:1rem 2rem}@media only screen and (max-width:700px){section nav.container{padding:1rem 1.2rem}}section nav.container .logo{color:var(--accent-clr);font-weight:600;position:relative;margin-top:-15px;cursor:pointer}section nav.container .logo:after{content:"Work out World";position:absolute;white-space:nowrap;top:20px;left:50%;transform:translateX(-50%);font-weight:400;font-size:.8rem}section nav.container .logo:before{content:"";position:absolute;width:100%;height:1px;background-color:var(--accent-clr);top:21px}section nav.container.mobile .nav-items-mobile{display:flex;gap:20px;align-items:center;flex-direction:column;justify-content:center;width:100%}section nav.container.mobile .nav-items-mobile a{width:100%;text-align:center;align-self:center;justify-content:center;text-decoration:none;display:flex;flex-direction:row;align-items:center;color:var(--primary-text-clr);font-weight:600}section nav.container .nav-items{display:flex;flex-direction:row;gap:20px;margin-left:auto;align-items:center}section nav.container .nav-items .hamburger{display:none;cursor:pointer}@media only screen and (max-width:700px){section nav.container .nav-items .hamburger{display:block}}section nav.container .nav-items a{text-decoration:none;display:flex;flex-direction:row;align-items:center;color:var(--primary-text-clr);font-weight:600}@media only screen and (max-width:700px){section nav.container .nav-items a{display:none}}button{padding:.5rem 1rem;border-radius:var(--border-radius-small);border:none;font-weight:500}button.accent{background-color:var(--accent-clr);color:var(--secondary-text-clr)}button.minimal{background-color:var(--secondary-bg-clr)}@media only screen and (max-width:700px){button{padding:.4rem .8rem;font-size:14px}}h1.title{color:var(--accent-clr);text-align:center;font-weight:500;margin:20px 0 10px}h1.title.big{font-size:3rem;line-height:4rem}@media only screen and (max-width:768px){h1.title{font-size:2rem;line-height:2rem}h1.title.big{font-size:2rem;line-height:3rem}}h3.title{margin:0;font-size:1.5rem;font-weight:600}p.paragraph{color:var(--primary-text-clr);font-size:1rem;font-weight:500;text-align:center;margin:0}p.paragraph .accent{color:var(--accent-clr)}@media only screen and (max-width:768px){p.paragraph{font-size:.8rem}}.intro-video{border-radius:var(--border-radius-medium);width:max(50vw,500px);max-width:80%;overflow:hidden;position:relative;box-shadow:3px 3px 10px 0 rgba(0,0,0,.076)}.intro-video video{transform:scale(1.1)}.intro-video .play-pause{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px}.intro-video .play-pause img{width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.product-card{display:flex;flex-direction:column;overflow:hidden;border-radius:var(--border-radius-medium);width:350px;min-height:450px}@media only screen and (max-width:600px){.product-card{width:auto;min-height:auto}}@media only screen and (max-width:995px){.product-card:first-child,.product-card:nth-child(2),.product-card:nth-child(3){transform:translateY(0)}}.product-card .img-wrapper{width:100%;height:200px;position:relative;border-radius:var(--border-radius-medium);overflow:hidden}.product-card .details{display:flex;flex-direction:column;padding:.6rem;gap:10px;height:100%;flex-grow:1}.product-card h3{margin:0;font-size:1.5rem;font-weight:600}.product-card button{margin-top:auto}.products-wrapper{width:100%;gap:30px;flex-wrap:wrap}.about-me-wrapper,.products-wrapper{display:flex;align-items:center;justify-content:center}.about-me-wrapper{flex-direction:row;gap:25px}@media only screen and (max-width:768px){.about-me-wrapper{flex-direction:column}.about-me-wrapper .about-me-text{text-align:left}}.about-me-wrapper img{width:300px;height:auto;-o-object-fit:cover;object-fit:cover;border-radius:var(--border-radius-medium)}.about-me-wrapper>div,.testimonials-wrapper{display:flex;flex-direction:column;gap:15px}.testimonials-wrapper{width:100%;align-items:center;padding:2rem}@media only screen and (max-width:768px){.testimonials-wrapper{padding:1rem}}.testimonials-wrapper .testimonial{text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:15px;width:100%;height:auto;min-height:250px;border-radius:var(--border-radius-medium);padding:2rem;background-color:var(--primary-bg-clr);display:none;opacity:0;transition:all .3s ease}@media only screen and (max-width:768px){.testimonials-wrapper .testimonial{min-height:500px}}.testimonials-wrapper .testimonial.active{display:flex;opacity:1;transition:all .3s ease}.testimonials-wrapper .testimonial h3{margin:0}.testimonials-wrapper .testimonial img{width:100px;height:100px;-o-object-fit:cover;object-fit:cover;border-radius:100px}.testimonials-wrapper .testimonial-button{display:flex;gap:10px;cursor:pointer}.testimonials-wrapper .testimonial-button div{height:6px;border-radius:100px;background-color:var(--primary-bg-clr);width:80px}@media only screen and (max-width:768px){.testimonials-wrapper .testimonial-button div{width:40px}}.testimonials-wrapper .testimonial-button div.active{background-color:gray}.email-form{display:flex;flex-direction:row;gap:10px;justify-content:center;align-items:center}.email-form input{border-radius:var(--border-radius-small);background-color:var(--primary-bg-clr);border:none;padding:.5rem;width:300px}@media only screen and (max-width:768px){.email-form input{max-width:200px}}.program-wrapper{width:100%;height:auto;display:flex;padding:1rem;border-radius:var(--border-radius-medium);gap:15px;text-align:left;flex-direction:row}.program-wrapper.right{flex-direction:row-reverse}.program-wrapper img{height:auto;width:400px;border-radius:var(--border-radius-medium);-o-object-fit:cover;object-fit:cover}.program-wrapper .program-content{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:10px}@media only screen and (max-width:992px){.program-wrapper img{width:250px}.program-wrapper{align-items:center;justify-content:center;text-align:center}.program-wrapper,.program-wrapper.right{flex-direction:column}.program-wrapper img{width:100%;height:400px}}@media only screen and (max-width:992px)and (max-width:700px){.program-wrapper img{height:300px}}@media only screen and (max-width:992px){.program-wrapper button{width:100%}.program-wrapper .program-content{align-items:center}}form{flex-direction:column;align-items:flex-start;justify-content:flex-start}form,form>div{width:100%;display:flex;gap:15px}@media only screen and (max-width:500px){form>div{flex-wrap:wrap}}form .input-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:10px;width:100%}form .input-wrapper label{font-weight:500}form .input-wrapper input,form .input-wrapper select,form .input-wrapper textarea{border-radius:var(--border-radius-small);background-color:var(--primary-bg-clr);border:none;padding:.5rem;width:100%}form .input-wrapper textarea{resize:none}.contact-wrapper{display:flex;flex-direction:row;gap:35px;flex-wrap:wrap;width:100%;justify-content:center}.contact-wrapper .extra-contact-info{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.contact-wrapper .extra-contact-info .icon,.contact-wrapper .extra-contact-info a{display:flex;align-items:center;justify-content:center}.contact-wrapper .extra-contact-info a{color:#000;font-weight:500;flex-direction:row;gap:10px;text-decoration:none}