nav{background:var(--color-mobnav-bg);display:grid;height:5rem;left:0;place-items:center;position:fixed;top:0;width:100vw;z-index:10}.nav-container{align-items:center;display:flex;height:100%;justify-content:space-between;position:relative}.nav-logo img{width:10rem}.nav-links{align-items:center;display:flex;font-weight:600;gap:5rem}.nav-links a{color:var(--color-nav-text);transition:var(--transition)}.nav-links a:hover{color:var(--color-secondary);transition:var(--transition)}.booking-btn{background:var(--color-primary)!important;border:1px solid #0000;border-radius:99px;color:var(--color-white)!important;font-weight:500;padding:.8rem 1.8rem}.booking-btn:hover{background:var(--color-white)!important;border:1px solid var(--color-primary);color:var(--color-primary)!important}.theme-toggle{background:#0000;color:var(--color-nav-text);cursor:pointer;font-size:1.3rem}.active-nav{color:var(--color-secondary);position:relative}.active-nav:after{background:var(--color-secondary);content:"";display:block;height:.2rem;left:calc(50% - 1rem);margin-top:.4rem;position:absolute;width:2rem}.nav-toggle-btn{display:none}@media screen and (max-width:1024px){.nav-toggle-btn{background:#0000;color:var(--color-nav-text);cursor:pointer;display:inline-block;font-size:1.3rem;z-index:9999}.nav-control{display:flex;gap:2rem}.nav-links{background:var(--color-mobnav-bg);flex-direction:column;gap:0;height:100vh;left:0;padding-right:100px;padding-top:100px;position:absolute;top:0;width:100vw;z-index:98}.nav-links li{border-bottom:1px solid var(--color-mobnav-line);display:flex}.nav-links li:last-child{border-bottom:1px solid #0000}.active-nav:after{background:#0000}.nav-links a{padding:30px;width:80vw}.booking-btn{margin-top:20px;padding:1rem!important;text-align:center;width:66vw!important}.show-nav{display:flex}.hide-nav{display:none}}@keyframes fadeInOpacity{0%{opacity:0}to{opacity:1}}.hero-banner{align-items:center;background-image:url(/snowboard-coach/static/media/main_bg.353b4bdf812e0a2943ac.jpg);background-position:50%;background-size:cover;display:flex;flex-direction:column;height:680px;justify-content:center;margin-bottom:0;width:100%}.hero-banner img{cursor:pointer;width:400px}.hero-banner h1{color:var(--color-secondary);font-family:Ubuntu,sans-serif;font-size:3rem;font-style:italic;margin:1rem}.hero-banner .hero-button{display:flex;gap:20px}.hero-features{background-color:var(--bg-color-grey10);width:100%}.hero-features .hero-features-item{align-items:center;display:flex;flex-direction:row;height:80px;justify-content:space-evenly;line-height:2rem}.wrapper-aboutme{align-items:center;display:flex;flex-direction:row;gap:4rem;justify-content:center;margin-inline:auto;margin:6rem auto;max-width:1920px;overflow:hidden;width:var(--container-width-1g)}.wrapper-aboutme .home-aboutme{background-color:#7fffd4;background-image:url(/snowboard-coach/static/media/about-me.5d06e047e65802057aac.jpg);background-position:50%;background-size:cover;height:100%;min-height:600px;width:500px}.wrapper-aboutme .aboutme-content{padding-bottom:4rem;width:50%}.wrapper-aboutme .aboutme-content p{line-height:1.3;margin:2rem 0}.why-container{background-image:url(/snowboard-coach/static/media/bg_mt.38ecd0f4330f48c0ff6b.jpg);background-position:50%;background-size:cover;max-width:1920px;padding:6rem 2rem;width:100%}.why-container .title h1{color:#fff;line-height:1.3;padding-top:6rem;text-align:center}.why-container .why-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:space-between}.why-container .why-wrapper .why-content{display:flex;flex-direction:row;gap:1rem;margin:4rem 0;width:var(--container-width-1g)}.why-container .why-wrapper .why-content div{background-color:#fff;border-radius:1rem;flex:1 1;padding:2rem;text-align:center}.why-container .why-wrapper .why-content div svg{color:var(--color-primary);font-size:3rem;margin:1.2rem}.why-container .why-wrapper .why-content div .item-title{font-size:1.2rem;font-weight:600;padding-bottom:1rem}.why-container .why-wrapper .why-content div p{line-height:1.6}.test-title{margin:6rem auto;text-align:center}.feedback-container{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin:8rem 0 1rem;position:relative;width:var(--container-width-1g)}.feedback-container .feedback-card{grid-gap:2rem;align-content:center;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);justify-content:space-between;position:relative;width:100%}.feedback-container .feedback-card .feedback-content{background-color:#d0d0d0;border-radius:20px;padding:6rem 2rem 2rem;position:relative}.feedback-container .feedback-card .feedback-content .profile-img img{left:calc(50% - 70px);position:absolute;top:-70px;width:140px}.feedback-container .feedback-card .feedback-content .feedback-name{font-size:1.2rem;font-weight:600;margin-bottom:1rem}.feedback-container .left-btn-container{left:0;position:relative;top:50%}.feedback-container .left-btn-container .left-btn{cursor:pointer;font-size:2rem}.feedback-container .right-btn-container{position:relative;right:0;top:50%}.feedback-container .right-btn-container .right-btn{cursor:pointer;font-size:2rem}.dot-indicator{align-items:center;display:flex;height:30px;justify-content:center;margin-bottom:4rem;margin-top:1rem;position:relative;width:100%;z-index:999}.dot-indicator .dot{background-color:#bbb;border-radius:50%;cursor:pointer;height:10px;margin:0 5px;width:10px}.dot-indicator .dot.active{background-color:#333;height:10px;width:10px}@media (max-width:767px){.hero-banner h1{text-align:center}.hero-banner .hero-button{display:flex;flex-direction:column;gap:10px;width:50%}.hero-features{height:130px;margin:auto}.hero-features .hero-features-item{align-items:flex-start;display:flex;flex-direction:column;justify-content:space-evenly;line-height:2rem;margin:0 auto;padding:1rem;text-align:left;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.wrapper-aboutme{flex-direction:column;gap:4rem;margin:4rem auto;width:var(--container-width-xs)}.wrapper-aboutme .home-aboutme{min-height:400px;width:100%}.wrapper-aboutme .aboutme-content{padding-bottom:4rem;width:100%}.wrapper-aboutme .aboutme-content p{margin:2rem 0}.why-container{padding:2rem 0;width:100%}.why-container .title h1{padding-top:4rem}.why-container .why-wrapper{flex-direction:column}.why-container .why-wrapper .why-content{flex-direction:column;gap:2rem;margin:4rem 0;width:var(--container-width-xs)}.feedback-container{width:var(--container-width-xs)}.feedback-container .feedback-card{grid-template-columns:1fr}}.header-banner-about{background-color:var(--color-primary);background-image:url(/snowboard-coach/static/media/bg_mt2.cf2cfdb06223918f0e72.jpg);height:200px;width:100%}.about-me-pic,.header-banner-about{background-position:50%;background-size:cover}.about-me-pic{background-image:url(/snowboard-coach/static/media/about-me3.afccd7b140d74db2a486.jpg);border-radius:1rem;box-shadow:0 0 10px #d6d6d6;height:600px;width:60%}.about-me-content,.about-me-pic{margin:4rem auto}.about-me-content h1{text-align:center}.about-me-content p,.achievement-card{text-align:center;width:60%}.achievement-card{background-color:var(--bg-color-grey10);border-radius:1rem;margin:2rem auto;padding:1rem}.achievement-card h2{color:var(--text-color-unchanged);margin-bottom:1rem;text-decoration:underline}.achievement-card h3{margin-top:1.2rem}.achievement-card h3,.achievement-card p{color:var(--text-color-unchanged)}.gallery{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(4,1fr);margin:2rem auto}.gallery img{border-radius:1rem;height:260px;object-fit:cover;object-position:top;width:100%}@media (max-width:767px){.about-me-pic{background-position:50%;background-size:cover;height:500px;margin:4rem auto;width:100%}.about-me-content p{text-align:center;width:100%}.achievement-card{width:100%}.gallery{display:grid;grid-template-columns:repeat(2,1fr)}.gallery img{width:100%}}.form-title{margin-bottom:2rem}.form-wrapper{grid-gap:0;display:grid;gap:0;grid-template-columns:1fr 2fr}.form-wrapper .form-img img{border-radius:1rem 0 0 1rem;gap:0;height:100%;object-fit:cover;padding:0;width:100%}.form-wrapper .form-content{background-color:#e6f2ef;border-radius:0 1rem 1rem 0;padding:2rem 4rem;width:100%}.form-wrapper .form-content div{display:flex;flex-direction:column;padding:0 1rem}.form-wrapper .form-content label{margin:.6rem 0}.form-wrapper .form-content input{font-size:1rem;height:44px;margin-bottom:1rem;padding:1rem}.form-wrapper .form-content select{font-size:.9rem;height:48px;margin-bottom:1rem;padding:1rem}.form-wrapper .form-content button{display:block;margin:2rem auto;width:60%}@media (max-width:767px){.form-wrapper{grid-template-columns:1fr;width:100%}.form-wrapper .form-img img{border-radius:1rem 1rem 0 0;height:200px;object-fit:cover;width:100%}.form-wrapper .form-content{background-color:#e6f2ef;border-radius:0 0 1rem 1rem;padding:1rem;width:100%}}@media (min-width:768px) and (max-width:1023px){.form-wrapper{grid-template-columns:1fr;width:100%}.form-wrapper .form-img img{border-radius:1rem 1rem 0 0;height:200px;object-fit:cover;width:100%}.form-wrapper .form-content{background-color:#e6f2ef;border-radius:0 0 1rem 1rem;padding:2rem;width:100%}}*,:after,:before{border:0;box-sizing:border-box;list-style:none;margin:0;outline:0;text-decoration:none}p{font-size:1rem;line-height:1.8rem}:root{--bg-color:#f5f5f5;--bg-color-grey10:#e9e9e9;--text-color:#555;--color-primary:#1b6c73;--color-secondary:#c24211;--color-nav-text:var(--color-primary);--color-mobnav-bg:#eeeeeed4;--color-mobnav-line:#dfdfdf;--color-white:#fff;--color-block:#f5f5f5;--color-footer-copyrigth:#202020;--color-footer:#333;--container-width-1g:80%;--container-width-md:84%;--container-width-xs:96%;--transition:all 500ms ease}[data-theme=dark]{--bg-color:#212121;--text-color:#f5f5f5;--bg-color-grey10:#3a3a3a;--color-primary:#1b6c73;--color-secondary:#c24211;--color-nav-text:#f5f5f5;--color-mobnav-bg:#131313;--color-mobnav-line:#353535}html{scroll-behavior:smooth}main{width:80%}body{background:#f5f5f5;background:var(--bg-color);color:#555;color:var(--text-color);font-family:Montserrat,sans-serif;overflow-x:hidden}.container{margin-inline:auto;max-width:1920px;width:80%;width:var(--container-width-1g)}.btn-primary{background-color:#1b6c73;background-color:var(--color-primary);border:1px solid #0000;border-radius:999px;color:#f5f5f5;color:var(--bg-color);cursor:pointer;font-size:1rem;font-weight:500;padding:.8rem 5rem;text-align:center}.btn-primary:hover{background:#fff!important;background:var(--color-white)!important;border:1px solid #1b6c73;border:1px solid var(--color-primary);color:#1b6c73!important;color:var(--color-primary)!important;transition:all .5s ease;transition:var(--transition)}.btn-center{display:flex;margin:auto;text-align:center}.btn-secondary{background-color:#f5f5f5;background-color:var(--bg-color);border-radius:999px;color:#555;color:var(--text-color);cursor:pointer;font-size:1rem;padding:.6rem 1.8rem}.social-links{display:flex;flex-direction:row;gap:1rem;margin:1rem 0}.social-links i{font-size:2rem}.footer-wrapper,.social-links i{color:#f5f5f5;color:var(--color-block)}.footer-wrapper{background-color:#333;background-color:var(--color-footer);padding-bottom:6rem;padding-top:6rem}.footer-wrapper footer{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr 2fr;margin-inline:auto;max-width:1920px;width:80%;width:var(--container-width-1g)}.footer-wrapper footer .footer-logo{padding-bottom:2rem;width:260px}.footer-wrapper footer a{color:#fff;color:var(--color-white)}.footer-wrapper footer p{line-height:2}.footer-wrapper footer .quick-links ul{line-height:2;list-style-type:none;margin:0 0 1rem;padding:0}.footer-wrapper footer h3{line-height:2;margin-bottom:1rem}.footer-wrapper footer .newsletter-form{display:flex;padding-right:4rem}.footer-wrapper footer .newsletter-form input{border:none;flex:2 1;margin-right:8px;padding:8px}.copyright{background-color:#202020;background-color:var(--color-footer-copyrigth);color:#f5f5f5;color:var(--color-block);font-size:1rem;padding:20px;text-align:center}@media (max-width:767px){main{width:96%;width:var(--container-width-xs)}.footer-wrapper{background-color:#333;background-color:var(--color-footer);color:#f5f5f5;color:var(--color-block);padding-bottom:4em;padding-top:4rem}.footer-wrapper footer{grid-template-columns:1fr;width:96%;width:var(--container-width-xs)}.footer-wrapper footer .footer-logo{padding-bottom:2rem;width:260px}.footer-wrapper footer p{font-size:1rem;line-height:2}.footer-wrapper footer .quick-links ul{cursor:pointer;line-height:2;list-style-type:none;margin:0 0 1rem;padding:0}.footer-wrapper footer h3{line-height:2;margin-bottom:1rem}.footer-wrapper footer .newsletter-form input{margin-right:1rem}.copyright{background-color:#202020;background-color:var(--color-footer-copyrigth);color:#f5f5f5;color:var(--color-block);font-size:1rem;padding:20px;text-align:center}}@media (min-width:768px) and (max-width:1023px){main{width:84%;width:var(--container-width-md)}}.header-banner{background-color:var(--color-primary);background-image:url(/snowboard-coach/static/media/bg_snow.15020cbfea9d46783d33.jpg);background-position:50%;background-size:cover;height:200px;width:100%}main{margin:4rem auto;width:var(--container-width-1g)}main p{margin:1rem auto}.booking-wrapper,.class-wrapper{padding:4rem 8rem}.class-wrapper p{font-size:1.2rem}.class-table{border-collapse:collapse;margin-top:20px;width:100%}.class-table td,.class-table th{background-color:#e4f2f0;border:2px solid #fff;font-size:1.1rem;padding:1rem;text-align:center;width:12.5%}.class-table td i{color:#1b6c73}.class-table th{background-color:#6a9798;color:#fff}.class-table-wrapper-mobile{padding:0}.class-table-mobile th{background-color:#6a9798;color:#fff;font-size:1rem;width:22%}.class-table-mobile td{background-color:#e4f2f0;border:1px solid #fff;font-size:.9rem;padding:1.2rem;text-align:center;width:22%}.class-table-mobile td i{color:#1b6c73;font-size:1.2rem}.social-links-page{margin:3rem auto 8rem}.social-links-page i{color:var(--color-primary)}.header-banner-booking{background-color:var(--color-primary);background-image:url(/snowboard-coach/static/media/bg_mt2.cf2cfdb06223918f0e72.jpg);background-position:50%;background-size:cover;height:200px;width:100%}
/*# sourceMappingURL=main.4ee7af94.css.map*/