@import"https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap";@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap";.header{background-image:url(/assets/header-bg-b96da5c7.webp);background-repeat:no-repeat;background-size:cover;height:100%}.header:before{content:"";position:absolute;top:5%;left:40%;background-image:url(/assets/glow-e28590ed.webp);background-repeat:no-repeat;background-size:cover;z-index:2;width:60%;height:50%}@media (max-width: 768px){.header:before{display:none}}.navbar,.navbar__content,.navbar__mobile{display:flex;align-items:center}.navbar{justify-content:center}.navbar__content{justify-content:space-between;height:10rem;position:relative;z-index:9}.navbar__menu{display:flex;flex-direction:column;align-items:flex-end;gap:3rem}.navbar__menu .menu{display:flex;gap:5rem}.navbar__menu .menu li a{letter-spacing:4px;cursor:pointer}.navbar__menu .menu li{transition:.05s ease-in}.navbar__menu .menu li:hover{transform:scale(1.05)}.navbar__menu .top{display:flex;align-items:center;gap:2rem;font-family:Montserrat,sans-serif;font-weight:600}.navbar__menu .top p{font-size:1.4rem}.navbar__toggle{display:none;font-size:3.5rem;background-color:transparent;border:none;outline:none;cursor:pointer}.navbar__toggle svg{color:var(--brown)}.logo img{width:20rem}.show__nav{top:100%}.hide__nav{top:-500%}@media (max-width: 900px){.navbar__menu{position:absolute;left:25%;transform:translate(-25%);flex-direction:column-reverse;align-items:center;width:100%;background-color:#fff;padding:4rem 0;border-radius:5px;box-shadow:1px 1px 8px #0000004d;max-width:60rem}.navbar__menu .menu{flex-direction:column;align-items:center;gap:2.2rem}.navbar__toggle{display:block}.navbar__mobile{justify-content:space-between;width:100%}.logo img{width:15rem}}@media (max-width: 480px){.navbar__menu .top{display:none}.navbar__menu .top p{font-size:1rem}}.hero__right img{filter:drop-shadow(0px 15px 10px rgba(0,0,0,.5))}.hero__left p{font-size:2rem}.hero__left h1{text-shadow:0px 6px 0px var(--shadow),0px 6px 0px var(--shadow),0px 6px 0px var(--shadow),0px 6px 0px var(--shadow),0px 6px 0px var(--shadow),0px 6px 0px var(--shadow)}.hero__left h2{font-size:5rem;text-shadow:0px 6px 0px var(--shadow),0px 6px 0px var(--shadow),0px 6px 0px var(--shadow),0px 6px 0px var(--shadow)}@media (max-width: 1100px){.hero__left h1{font-size:8rem}}@media (max-width: 900px){.hero__left h1{font-size:10rem}}@media (max-width: 550px){.hero__left h1{font-size:8rem}}@media (max-width: 480px){.hero__left h1{font-size:6rem}.hero__left p{font-size:1.6rem}.hero__left h2{font-size:3rem}}@media (max-width: 340px){.hero__left h1{font-size:4rem}}.about{height:50rem;display:flex;justify-content:center;align-items:center;padding:5rem 0;color:#fff;font-family:Bebas Neue,cursive}.about__content{height:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:2rem}.about__content .font-big{font-size:4rem;font-weight:400}.about__one{grid-column:1/2;grid-row:1/3;background-image:url(/assets/about__one-2c985197.webp)}.about__two{grid-column:2/3;grid-row:1/2;background-image:url(/assets/about__two-56d129fc.webp)}.about__three{grid-column:2/3;grid-row:2/3;background-image:url(/assets/about__three-d140aa57.webp)}.about__one:before,.about__two:before,.about__three:before{content:"";position:absolute;top:0;right:0;bottom:0;border-radius:10px;left:0;background:linear-gradient(135deg,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 45%);transition:all .3s ease-in;-webkit-transition:all .3s ease-in;opacity:1}.about__one:hover:before,.about__two:hover:before,.about__three:hover:before{background:linear-gradient(135deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 45%);opacity:0}.about__one,.about__two,.about__three{position:relative;border-radius:10px;background-repeat:no-repeat;background-size:cover;background-position:center center;cursor:default}.about span{display:block}.about h2{position:relative;left:20px;top:20px}.try{font-size:2rem;font-weight:400}@media (max-width: 768px){.about__content{grid-template-columns:1fr;grid-template-rows:repeat(3,1fr)}.about__one{grid-column:1/2;grid-row:1/2}.about__two{grid-column:1/2;grid-row:2/3}.about__three{grid-column:1/2;grid-row:3/4}.about__one:before,.about__two:before,.about__three:before{background:linear-gradient(135deg,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 65%)}.about__content .font-big{font-size:3rem}}@media (max-width: 400px){.about__content .font-big{font-size:2.4rem}}@keyframes shake{0%{transform:translate(0)}25%{transform:translate(-10px) rotate(-5deg)}50%{transform:translate(10px) rotate(5deg)}75%{transform:translate(-10px) rotate(-5deg)}to{transform:translate(0)}}.shake{animation:shake .5s}.product{padding:4rem 0;text-align:center}.product__top h2,.product__block a{font-family:Alfa Slab One,cursive}.product__top h4{font-weight:400;background-color:var(--yellow);padding:1rem 3rem;font-size:1.8rem}.product__top{display:flex;flex-direction:column;align-items:center;gap:2rem;width:100%;max-width:70rem;margin:0 auto;margin-bottom:5rem}.product p{font-family:Montserrat}.product__blocks{display:flex;flex-wrap:wrap;justify-content:space-evenly;align-items:flex-end;row-gap:8rem}.product__block{display:flex;align-items:center;flex-direction:column;gap:2rem;width:30%;min-width:300px;position:relative;transition:.3s ease-in-out}.product__block img{filter:drop-shadow(0px 10px 10px rgba(0,0,0,.4));margin-bottom:3rem}.product__block .big{width:90%}.product__block h3{font-size:3rem;font-weight:400}.product h2{font-size:5rem;font-weight:400}@media (max-width: 768px){.product h2{font-size:3rem}.product__block big{width:80%}.product__block .small{width:90%}.product__block{gap:1rem}}.events{padding:5rem 0}.events .container{max-width:110rem;width:70%}.card{height:350px;background-color:#fff;box-shadow:6px 6px 15px 1px #0003;position:relative;display:grid;grid-template-columns:1fr 1fr;padding:2rem 3rem;gap:3rem;align-items:center;border-radius:5px}.card__content{display:flex;gap:1rem;flex-direction:column}.card__content p{font-family:Montserrat;font-size:1.6rem}.card__content h4{font-family:Bebas Neue,cursive;font-weight:400;font-size:2rem}.card__content h2{font-family:Alfa Slab One,cursive;font-size:3.5rem;font-weight:400;text-transform:uppercase}.card__img{width:100%;height:100%;overflow:hidden;order:2}.card__left{order:1;height:100%;display:flex;gap:2rem;flex-direction:column;justify-content:space-around}.card__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.card-content{text-align:left}.card-content h2{font-size:24px;margin-bottom:10px}.dot{display:inline-block;width:12px;height:12px;border-radius:50%;background-color:var(--gray);margin-right:5px;cursor:pointer;transition:.3s ease-in-out}.dot.active{background-color:var(--yellow)}@media (max-width: 1080px){.card{grid-template-columns:1fr;grid-template-rows:1fr 1fr;height:60rem}.events .container{width:90%}.dot{width:14px;height:14px;margin-right:12px}.card__left{order:2}.card__img{order:1;height:300px}.card__img img{height:100%}.card__left,.card__content{align-items:center}.card__content p{text-align:center}.card__content h2{font-size:2rem}}@media (max-width: 530px){.card{height:70rem;padding:1rem;gap:0}}@media (max-width: 365px){.card{height:80rem}}.form{padding:2rem 0 7rem;position:unset;margin-bottom:6rem}.form__top{text-align:center;margin-bottom:5rem}.form__block{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr);align-items:center;max-width:65rem;margin:0 auto;-moz-column-gap:2rem;column-gap:2rem;row-gap:1rem}.form__block input{width:100%;padding:15px 10px;border:1px solid var(--gray);border-radius:5px;outline:none;font-family:Montserrat,cursive;font-size:1.6rem}.form__block input::-moz-placeholder{font-family:Bebas Neue,cursive;font-size:1.6rem}.form__block input::placeholder{font-family:Bebas Neue,cursive;font-size:1.6rem}.form__block .btn{border:none;outline:0;cursor:pointer}.form__top{display:flex;align-items:center;gap:1rem;flex-direction:column}.form__top h2{font-size:4rem;letter-spacing:3px}.form__top h4{font-weight:400;font-size:2.2rem}.form__top h2,.form__block .btn{font-family:Alfa Slab One,cursive;font-weight:400}.plate{position:absolute;width:40rem;left:85%}@media (max-width: 660px){.form__block{grid-template-columns:1fr}.form__top h2{font-size:2.5rem}}@media (max-width: 1030px){.form__images{display:none}.form{margin-bottom:0}}.footer{margin:8rem 0 5rem;color:var(--white)}.footer__content{background-image:url(/assets/footer__img-7c641a44.webp);background-size:cover;border-radius:5px;padding:2rem 4rem;height:350px;display:flex;justify-content:space-between;flex-direction:column;box-shadow:10px 10px 5px #000000bf inset;-webkit-box-shadow:10px 10px 5px 0px rgba(0,0,0,.75) inset;-moz-box-shadow:10px 10px 5px 0px rgba(0,0,0,.75) inset}.footer__top .text{font-family:Montserrat,sans-serif}.footer__top,.footer__bottom{display:grid;grid-template-columns:1fr 1fr;justify-items:flex-end}.copyright{justify-self:flex-start}.footer__logo{width:25rem}.footer__top{align-items:center;font-family:Bebas Neue,cursive}.footer__top .address div,.social{display:flex;align-items:center}.footer__top .address{display:flex;flex-direction:column;gap:2rem;align-items:flex-start}.footer__top .address div{gap:2rem}.social{gap:1rem;cursor:pointer}.social svg{transition:.15s ease-in-out}.social svg:hover{transform:scale(1.12)}.footer__top .address svg,.social{font-size:25px}@media (max-width: 700px){.footer{margin-top:0}.footer__top{grid-template-columns:1fr;align-items:flex-start;justify-items:flex-start;gap:2rem}.footer__top .address,.footer__top .address div{gap:1rem}.footer__content{height:500px;justify-content:space-around;padding:2rem}.footer__bottom{grid-template-columns:1fr;justify-items:flex-start;gap:1rem}.footer__logo{width:15rem}}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.container{width:100%}.relative{position:relative}.z-\[3\]{z-index:3}.flex{display:flex}.table{display:table}.grid{display:grid}.h-\[calc\(100\%_-_10rem\)\]{height:calc(100% - 10rem)}.h-full{height:100%}.w-\[90\%\]{width:90%}.grid-cols-\[repeat\(2\,1fr\)\]{grid-template-columns:repeat(2,1fr)}.flex-col{flex-direction:column}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-8{gap:2rem}.border-2{border-width:2px}.border-dashed{border-style:dashed}.border-\[color\:var\(--brown\)\]{border-color:var(--brown)}.p-4{padding:1rem}.px-0{padding-left:0;padding-right:0}.py-28{padding-top:7rem;padding-bottom:7rem}.font-alfa{font-family:Alfa Slab One,cursive}.font-bebas{font-family:Bebas Neue,cursive}.text-\[10rem\]{font-size:10rem}.tracking-\[0\.5rem\]{letter-spacing:.5rem}@media (max-width: 900px){.widescreen\:order-1{order:1}.widescreen\:order-2{order:2}.widescreen\:flex{display:flex}.widescreen\:w-4\/5{width:80%}.widescreen\:grid-cols-\[1fr\]{grid-template-columns:1fr}.widescreen\:grid-rows-\[1fr_1fr\]{grid-template-rows:1fr 1fr}.widescreen\:items-center{align-items:center}.widescreen\:justify-center{justify-content:center}.widescreen\:text-center{text-align:center}}:root{--brown: #3d2514;--yellow: #ffc045;--red: #bf2222;--white: #fff;--shadow: #fee8bc;--gray: #dcdcdc;--container: 90%}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:62.5%;overflow-x:hidden}body{font-size:1.6rem;color:var(--brown);font-family:Bebas Neue,cursive;overflow-x:hidden}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}a{text-decoration:none;color:var(--brown)}ul{margin:0;padding:0}li{list-style-type:none}img{max-width:100%;height:auto}p{line-height:1.6}h1,h2,h3{margin:0;padding:0;line-height:1}.btn{background-color:var(--red);padding:1.2rem 6rem;color:var(--white);border-radius:4px;text-align:center}.btn--scale{transform:.3s ease-in-out}.btn--scale:hover{transform:scale(.98)}@media (max-width: 768px){.btn{padding:1.2rem 4rem;font-size:1.5rem}}.container{width:var(--container);max-width:1536px;margin:0 auto}
