@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");@import url("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");@font-face{font-family:FoundersGrotesk;font-style:normal;font-weight:700;src:url(../fonts/FoundersGrotesk-Semibold.otf) format("opentype")}@font-face{font-family:FoundersGrotesk;font-style:normal;font-weight:lighter;src:url(../fonts/FoundersGrotesk-Light.otf) format("opentype")}@font-face{font-family:FoundersGrotesk;font-style:normal;font-weight:300;src:url(../fonts/FoundersGrotesk-Light.otf) format("opentype")}@font-face{font-family:FoundersGrotesk;font-style:normal;font-weight:400;src:url(../fonts/FoundersGrotesk-Regular.otf) format("opentype")}@font-face{font-family:FoundersGrotesk;font-style:normal;font-weight:500;src:url(../fonts/FoundersGrotesk-Regular.otf) format("opentype")}@font-face{font-family:FoundersGrotesk;font-style:normal;font-weight:medium;src:url(../fonts/FoundersGrotesk-Medium.otf) format("opentype")}@font-face{font-family:FoundersGrotesk;font-style:normal;font-weight:600;src:url(../fonts/FoundersGrotesk-Semibold.otf) format("opentype")}*{box-sizing:border-box;margin:0;padding:0}a{text-decoration:none}a:hover{color:currentColor}ol,ul{list-style:none;margin:0;padding:0}body{font-family:FoundersGrotesk,Inter,sans-serif;font-weight:400}img{width:100%}main{overflow-x:hidden}:root{--responsive-font:1.83rem}html{font-size:62.5%}@media only screen and (max-width:75em){html{font-size:56.25%}}@media only screen and (max-width:52.25em){html{font-size:50%}}@media only screen and (max-width:23.75em){html{font-size:44%}}@media only screen and (max-width:21.25em){html{font-size:42%}}@media only screen and (max-width:18.125em){html{font-size:35%}}@media only screen and (min-width:112.5em){html{font-size:75%}}.btn{background:#000;border:none;border-radius:3rem;color:#fff;display:inline-block;font-size:1.6rem;font-weight:500;letter-spacing:.3px;overflow:hidden;padding:1.1rem 2.5rem .4rem;position:relative;text-align:center;text-transform:capitalize;transition:.5s;z-index:1}@media only screen and (max-width:37.5em){.btn{font-size:1.8rem}}.btn span{border:none;display:block;height:0;position:ab lute;transform:translate(-50%,-50%);transition:width .5s ease-in-out,height .5s ease-in-out;width:0;z-index:-1}.btn__line{color:#82b440;font-size:1.5rem;font-weight:500;letter-spacing:.3px;padding-bottom:3px;position:relative;text-transform:capitalize}.btn__line:before{background:#82b440;bottom:0;content:"";height:1px;left:0;position:absolute;width:100%}.btn__line:hover{color:#1cbcd8}.btn__line:hover:before{background:#1cbcd8}.btn:hover{background:#3d8b49;color:#fff}.btn:hover span{height:562.5px;width:225%}.btn--contact{background:#cfa55b;margin:3.5rem 0 0}.btn--header{background:#82b440;border:none;box-shadow:none;margin-top:1rem;padding:1rem 2.4rem}.btn--nav{background:#3d8b49;color:#fff;transform:translateY(-.5rem)}.btn--nav:hover{background:#fff200;color:#fff}@media only screen and (max-width:61.875em){.btn--nav{margin-left:auto;order:3}}.btn--primary:hover{background:#fff200;color:#000}.heading{align-items:center;display:flex;flex-direction:column;margin-bottom:4rem;text-align:center}@media only screen and (max-width:37.5em){.heading{margin-bottom:3rem}}.heading__primary{color:#1cbcd8;font-size:2.8rem;font-weight:600}.heading__primary--features{color:#fff}.heading__primary--about{margin-bottom:1rem}@media only screen and (max-width:52.25em){.heading__primary--about-page{margin-bottom:0}}.heading__subtitle{color:#585757;font-size:1.7rem;font-weight:400;max-width:75rem}.heading__subtitle--features{color:#fff}.heading--terms{font-size:2.1rem;font-weight:500;margin:2rem 0}.heading--about-page{margin-bottom:2rem}@media only screen and (max-width:52.25em){.heading--about-page{margin-bottom:0}}.paragraph{color:#434343;font-size:1.5rem;font-weight:400;letter-spacing:0;line-height:1.8;margin-bottom:1rem}@media only screen and (max-width:37.5em){.paragraph{font-size:var(--responsive-font)}}.paragraph--speciality{color:#848484;font-size:1.55rem}@media only screen and (max-width:37.5em){.paragraph--speciality{font-size:var(--responsive-font)}}.paragraph--features{color:#fff}.paragraph--footer{color:#262727;line-height:1.954}.paragraph--footer:last-child{margin-bottom:0}.paragraph--icon{padding-left:3rem;position:relative}.paragraph--icon i{color:#016fb7;left:0;position:absolute;top:5.5px}.para-last-item{margin-bottom:0}.section-padding{padding:8rem 0}@media only screen and (max-width:52.25em){.section-padding{padding:7rem 1rem}}.move-left{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.move-left.animate{-webkit-animation:moveLeft .65s ease forwards;animation:moveLeft .65s ease forwards;-webkit-transform:translateX(-100px);-ms-transform:translateX(-100px);transform:translateX(-100px)}.move-right.animate{-webkit-animation:moveRight .65s ease forwards;animation:moveRight .65s ease forwards;-webkit-transform:translateX(100px);-ms-transform:translateX(100px);transform:translateX(100px)}@-webkit-keyframes moveLeft{to{opacity:1;-webkit-transform:translateX(0)}}@keyframes moveLeft{to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes headerSlideDown{0%{margin-top:-100px}to{margin-top:0}}@keyframes headerSlideDown{0%{margin-top:-100px}to{margin-top:0}}@-webkit-keyframes moveRight{to{opacity:1;-webkit-transform:translateX(0)}}@keyframes moveRight{to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.breadcrumb{background-image:url(https://new-mouzy.netlify.app/assets/img/inner-bg.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;margin-bottom:0;padding:4rem 0;position:relative;z-index:0}.breadcrumb:before{background:#016fb7;content:"";height:100%;left:0;opacity:.4;position:absolute;top:0;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;width:100%;z-index:0}.breadcrumb__title{color:#fff;font-size:3rem;margin-bottom:0;position:relative;z-index:2}.owl-item.active h1,.owl-item.active p{animation-delay:.3s;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;animation-name:fadeInDown}.owl-item.active .btn{animation-delay:.3s;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;animation-name:fadeInUp}.owl-nav .owl-prev{background:rgba(0,0,0,.5)!important;border-radius:0;cursor:pointer;display:block;height:40px;left:15px;opacity:0;position:absolute;top:43%;-webkit-transition:all .4s ease-out;transition:all .4s ease-out;width:40px;z-index:1000}.owl-nav .owl-prev span{color:#fff;font-size:1.6875rem}.owl-nav .owl-prev:focus{outline:0}.owl-nav .owl-prev:hover{background:#000!important}.owl-nav .owl-next{background:rgba(0,0,0,.5)!important;border-radius:0;cursor:pointer;display:block;height:40px;opacity:0;position:absolute;right:15px;top:43%;-webkit-transition:all .4s ease-out;transition:all .4s ease-out;width:40px;z-index:1000}.owl-nav .owl-next span{color:#fff;font-size:1.6875rem}.owl-nav .owl-next:focus{outline:0}.owl-nav .owl-next:hover{background:#000!important}.line-btn__box{align-items:center;display:flex;justify-content:center;margin-top:2rem}.line-btn__link:link,.line-btn__link:visited{border-bottom:1px solid #82b440;color:#82b440;font-size:2rem;font-weight:500;line-height:1.6;padding:3px;transition:all .2s}.line-btn__link:hover{background:#82b440;border-bottom:1px solid #82b440;border-radius:5px;box-shadow:0 1rem 2rem rgba(0,0,0,.15);color:#fff;padding:3px 1.5rem;transform:translateY(-3px)}.swiper-button-next,.swiper-button-prev{background:#fff200;border-radius:7.66667rem;height:7.66667rem;padding:.5rem 1rem;width:7.66667rem}@media only screen and (max-width:37.5em){.swiper-button-next,.swiper-button-prev{height:5.66667rem;width:5.66667rem}}.swiper-button-next:after,.swiper-button-prev:after{color:#3d8b49;content:"➜"}.swiper-button-next.bg-light,.swiper-button-prev.bg-light{backdrop-filter:blur(33px);background:hsla(0,0%,100%,.67);border-radius:7.66667rem}.swiper-button-next.bg-light:after,.swiper-button-prev.bg-light:after{color:#000}.swiper-button-prev:after{content:"➜";transform:rotate(180deg)}.navigation{border-bottom:1px solid hsla(0,0%,100%,.1);position:relative;-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s;width:100%;z-index:3}@media only screen and (max-width:61.875em){.navigation{position:relative}}.navigation.sticky{-webkit-animation:fadeInDown .5s ease-in-out 0s 1 normal none running;-moz-animation:fadeInDown .5s ease-in-out 0s 1 normal none running;animation:fadeInDown .5s ease-in-out 0s 1 normal none running;-webkit-animation:headerSlideDown .5s ease forwards;animation:headerSlideDown .5s ease forwards;backdrop-filter:blur(0);background-color:#fff!important;background:hsla(0,0%,100%,.67);border-radius:0;box-shadow:0 2px 28px 0 rgba(0,0,0,.09);left:0;position:fixed;top:0;width:100%;z-index:30}.navigation.sticky .navigation__logo--2{display:inline-block}.navigation.sticky .navigation__logo--1{display:none}.navigation-outside-container{background:transparent;padding-top:2rem;position:absolute;width:100%}.navigation__content{align-items:center;backdrop-filter:blur(33px);background:hsla(0,0%,100%,.67);border-radius:16rem;display:flex;flex-wrap:wrap;justify-content:center;padding:1rem 2rem;position:relative}@media only screen and (max-width:61.875em){.navigation__content{background-clip:padding-box;padding:2rem 3rem;position:static}}.navigation__content.active{border-radius:0;height:100%;left:0;position:fixed;top:0;width:100%;z-index:1000}.navigation__logo{cursor:pointer;position:relative}.navigation__logo img{border-radius:0;width:7rem}@media only screen and (max-width:61.875em){.navigation__logo{order:2}}.navigation__logo--2{display:none}@media only screen and (max-width:61.875em){.navigation__logo--2{display:inline-block}}.navigation__logo--1{display:inline-block}@media only screen and (max-width:61.875em){.navigation__logo--1{display:none}}.navigation__list{align-items:center;color:#000;display:flex;justify-content:center;list-style:none;margin-left:auto}@media only screen and (max-width:61.875em){.navigation__list{background:#fff;display:none;height:100%;left:0;opacity:0;order:2;padding-left:4rem;padding-top:6rem;position:fixed;top:0;transform:translateX(-100%);transition:all .8s ease;visibility:hidden;width:80%;z-index:35}.navigation__list:before{background:rgba(112,121,139,.6);content:"";height:1px;left:0;position:absolute;top:7rem;width:100%}}.navigation__list.active{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:flex-start;opacity:1;transform:translateX(0);visibility:visible}.navigation__list.active .navigation__items{font-size:3rem}.navigation__items{cursor:pointer;margin-right:3.5rem}@media only screen and (max-width:61.875em){.navigation__items{padding:3rem 0;width:100%}.navigation__items:not(:last-child){border-bottom:1px solid rgba(61,139,73,.2)}}.navigation__link{color:#121416;font-size:1.8rem;font-weight:500}.navigation__link:hover{color:#3d8b49}.navigation__link.active{color:#3d8b49;font-weight:500}@media only screen and (max-width:61.875em){.navigation__link{color:#000;font-size:1.9rem}}.navigation__menu{display:none;margin-top:1rem;position:relative;width:30px;z-index:2}@media only screen and (max-width:61.875em){.navigation__menu{display:inline-block;margin-right:3rem;margin-top:0;order:1}}.navigation__menu .hamburger .line{background-color:#70798b;border-radius:10px;content:"";display:block;height:2.5px;margin:5px auto;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:25px}.navigation__menu .hamburger:hover{cursor:pointer}.navigation__menu #hamburger-1.active .line:nth-child(2){opacity:0}.navigation__menu #hamburger-1.active .line:first-child{-webkit-transform:translateY(6px) rotate(45deg);-ms-transform:translateY(6px) rotate(45deg);-o-transform:translateY(6px) rotate(45deg);transform:translateY(6px) rotate(45deg)}.navigation__menu #hamburger-1.active .line:nth-child(3){-webkit-transform:translateY(-9px) rotate(-45deg);-ms-transform:translateY(-9px) rotate(-45deg);-o-transform:translateY(-9px) rotate(-45deg);transform:translateY(-9px) rotate(-45deg)}.hidden{display:none;height:auto}.overlay{background:rgba(0,0,0,.6);content:"";height:100%;left:0;position:fixed;top:0;width:100%;z-index:3}.mobile-btn{display:none}@media only screen and (max-width:61.875em){.mobile-btn{display:block}}.hamburger-2{display:none;position:absolute;right:2rem;top:2rem}@media only screen and (max-width:61.875em){.hamburger-2{display:block}}.hamburger-2 .line{background-color:#70798b;border-radius:10px;content:"";display:block;height:2.5px;margin:5px auto;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:25px}.hamburger-2 .line:hover{cursor:pointer}.hamburger-2 .line:nth-child(2){opacity:0}.hamburger-2 .line:first-child{-webkit-transform:translateY(6px) rotate(45deg);-ms-transform:translateY(6px) rotate(45deg);-o-transform:translateY(6px) rotate(45deg);transform:translateY(6px) rotate(45deg)}.hamburger-2 .line:nth-child(3){-webkit-transform:translateY(-9px) rotate(-45deg);-ms-transform:translateY(-9px) rotate(-45deg);-o-transform:translateY(-9px) rotate(-45deg);transform:translateY(-9px) rotate(-45deg)}.media__social{align-items:center;display:flex;gap:1.5rem;margin-top:5rem}.media__social-item{background:#262727;border-radius:50%;color:#fff;cursor:pointer;font-size:1.8rem;padding:.5rem 1rem}.media__social-item i{color:#fff;transform:translate(1%,27%)}.media__social-item i:hover{color:hsla(0,0%,100%,.8)}.loader{height:100%;position:fixed;width:100%;z-index:100000}.loader__background{background:#3d8b49;overflow:hidden}.loader__background,.loader__element{height:100%;left:0;position:fixed;top:0;width:100%}.loader__element{align-items:center;display:flex;justify-content:center;transform:scaleX(0);transform-origin:center right;z-index:99999}.loader__element-1{background:#fff200}.loader__element-1 svg{width:40rem}.loader__element-2{background:#3d8b49}.loader__element-2 h1{color:#fff200;font-size:3rem;opacity:0}.typography-1--center{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center}.typography-1__sub-title{color:#1b1b1b;font-size:3.2rem;font-style:normal;font-weight:700;letter-spacing:-.128rem;line-height:91%;text-transform:uppercase}@media only screen and (max-width:37.5em){.typography-1__sub-title{margin-bottom:1rem}}.typography-1__main-title{-webkit-text-fill-color:transparent;text-fill-color:transparent;background:linear-gradient(180deg,#008d40,#000);-webkit-background-clip:text;background-clip:text;font-size:3.4rem;font-weight:900;line-height:3.7rem}.typography-1__main-title--black{color:#000;font-size:3.4rem;font-weight:900;line-height:3.7rem}.typography-2{align-items:center;display:flex;gap:2rem;justify-content:center;margin-bottom:5rem}.typography-2__main-title{color:#3d8b49;font-size:8rem;font-style:normal;font-weight:700;letter-spacing:-.384rem;line-height:91%;text-transform:uppercase}@media only screen and (max-width:37.5em){.typography-2__main-title{font-size:6.5rem}}.typography-2__main-title--center{text-align:center}.typography-2__line{background:#fff;height:2px;width:40%}.heading__primary{-webkit-text-fill-color:transparent;text-fill-color:transparent;background:linear-gradient(242.22deg,#96c0ff 39.74%,#d795ff 104.92%);-webkit-background-clip:text;background-clip:text;font-size:3.2rem;font-weight:700;letter-spacing:0;line-height:36px;margin-bottom:2rem}.banner__slider:hover .owl-prev{left:0;opacity:1}.banner__slider:hover .owl-next{opacity:1;right:0}#scroll{align-items:center;background-color:#3d8b49;-webkit-border-radius:6rem;-moz-border-radius:6rem;border-radius:6rem;bottom:8rem;color:#fff;cursor:pointer;display:none;display:flex;font-size:2rem;height:5rem;justify-content:center;position:fixed;right:2rem;text-align:center;width:5rem;z-index:100}@media only screen and (max-width:52.25em){#scroll{bottom:9rem;height:6.4rem;width:6.4rem}}#scroll:hover{background-color:rgba(55,69,95,.7);filter:"alpha(opacity=100)";-ms-filter:"alpha(opacity=100)";opacity:1}.whatsapp-float{background-color:#25d366;border-radius:5rem;bottom:2rem;box-shadow:2px 2px 3px #999;color:#fff;font-size:3rem;height:5rem;position:fixed;right:2rem;text-align:center;width:5rem;z-index:100}.whatsapp-float:hover{background-color:rgba(37,211,102,.7);color:#fff}@media only screen and (max-width:52.25em){.whatsapp-float{font-size:3.4rem;height:6.4rem;width:6.4rem}}.whatsapp-float--icon{margin-top:1.6rem;transform:translate(2%,-15%)}@media only screen and (max-width:52.25em){.whatsapp-float--icon{margin-top:2.2rem}}.header{background-color:#fff200;background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%}.header__content{align-items:center;padding:23rem 0 0}@media only screen and (max-width:37.5em){.header__content{row-gap:2rem}}@media only screen and (max-width:61.875em){.header{height:auto}}@media only screen and (max-width:37.5em){.header{background-position:0}}.header__text{flex-direction:column;gap:2rem}.header__text,.header__title{align-items:center;display:flex}.header__title{color:#3d8b49;font-size:9rem;font-weight:700;gap:1rem;letter-spacing:0;line-height:1.2;margin-bottom:1.5rem;max-width:70%;position:relative;text-align:center;text-transform:uppercase;z-index:3}@media only screen and (max-width:75em){.header__title{font-size:7rem}}@media only screen and (max-width:61.875em){.header__title{font-size:6rem}}@media only screen and (max-width:37.5em){.header__title{font-size:5rem;margin-bottom:0;max-width:39rem;text-align:center;z-index:0}}.header__title--mobile{display:none}@media only screen and (max-width:37.5em){.header__title--mobile{display:initial}}.header__title .text-avil{-webkit-text-stroke-width:3px;-webkit-text-stroke-color:#fff;color:transparent;position:relative;z-index:5}@media only screen and (max-width:37.5em){.header__title .text-avil{-webkit-text-stroke-color:#3d8b49;-webkit-text-stroke-width:0;color:#3d8b49}}.header__btn{grid-column:1/2;grid-row:3/4}@media only screen and (max-width:37.5em){.header__btn{grid-column:1/2;grid-row:4/5}}.header__features{grid-column:4/5;grid-row:3/4}@media only screen and (max-width:37.5em){.header__features .about__features{max-width:100%}.header__features{grid-column:1/3;grid-row:3/4;margin:3rem 0 3rem 3rem}}@media only screen and (max-width:61.875em){.header__features object{height:4.5rem;width:4.5rem}}@media only screen and (max-width:52.25em){.header__features object{height:5rem;width:5rem}}@media only screen and (max-width:61.875em){.header__features-text{font-size:1.8rem!important}}@media only screen and (max-width:23.75em){.header__features-text{font-size:2.2rem!important}}.header__sub-title{color:#000;font-size:2.3rem;font-weight:700;letter-spacing:0;line-height:1.8;margin-bottom:2rem;opacity:1;position:relative;z-index:0}@media only screen and (max-width:37.5em){.header__sub-title{margin-bottom:0;text-align:center}}.header__sub-title span{color:#3d8b49}.header__circle{background:linear-gradient(160.59deg,#fef102 13.03%,#ffc700 96.15%);border-radius:50%;box-shadow:0 14px 85px 42px rgba(0,0,0,.12);height:33.5rem;position:relative;width:33.5rem;z-index:0}.header__circle-div{align-items:center;display:flex;flex-direction:column;grid-column:2/4;grid-row:1/4;justify-content:center}@media only screen and (max-width:37.5em){.header__circle-div{grid-column:1/3;grid-row:2/3}}.header__circle-div img{margin-bottom:-23rem;position:relative;width:24rem;z-index:1}.header__slider{margin-bottom:0;margin-top:10rem;padding-bottom:12rem;position:relative}.header__slider .swiper{padding:0 5rem 8rem}@media only screen and (max-width:37.5em){.header__slider .swiper{padding:0 0 8rem}.header__slider .swiper .menu-slider__img img{width:80%}}@media screen and (orientation:landscape) and (min-device-width:320px) and (max-device-width:450px){.container{max-width:608px}}@media only screen and (min-width:112.5em){.container{max-width:132rem}}main{position:relative}.remove-scrolling{height:100%;overflow:hidden;transition:overflow .1s}.pro-single__imgs{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:start;width:100%}.pro-single__imgs img{height:40%;width:100%}.about{background-color:#fff;background-origin:content-box;background-repeat:no-repeat;background-size:cover;overflow:hidden;padding-bottom:15rem;position:relative}.about .typography-2__main-title{font-size:5.33333rem}.about__wrapper{align-items:center;display:flex;justify-content:center}.about__content{align-items:flex-start;display:flex;justify-content:space-between}@media only screen and (max-width:61.875em){.about__content{flex-direction:column;gap:2rem;margin-left:0;width:100%}}.about__features{align-items:center;display:flex;gap:3rem;height:100%}@media only screen and (max-width:37.5em){.about__features{max-width:41rem}}.about__features-text{font-size:2.2rem;margin-bottom:0}@media only screen and (max-width:23.75em){.about__features-text{font-size:2rem}.about__features-block{max-width:85%}}@media only screen and (max-width:61.875em){.about__features-block object{height:4.5rem;width:4.5rem}}@media only screen and (max-width:52.25em){.about__features-block object{height:5rem;width:5rem}}.about__wave{height:105%;left:0;position:absolute;top:-2rem;width:100%}@media only screen and (max-width:61.875em){.about__wave{top:-5rem}}.about__wave img{height:100%;width:100%}@media only screen and (max-width:61.875em){.about__wave img{width:105%}}.about__wave img svg{height:100%!important;width:150rem!important}.about__img{bottom:0;left:0;position:absolute;width:20rem}@media only screen and (max-width:61.875em){.about__img{display:none}}@media only screen and (min-width:112.5em){.about__img{left:2rem;width:30rem}}.about__paragraph{color:#262727;font-size:2rem;font-style:normal;font-weight:500;letter-spacing:.04rem;line-height:116%;max-width:40%;text-transform:capitalize}@media only screen and (max-width:61.875em){.about__paragraph{max-width:90%}}@media only screen and (max-width:37.5em){.about__paragraph{font-size:2.3rem;font-weight:500;line-height:3.9rem}}.wave{bottom:-3rem;height:auto;top:auto}@media only screen and (max-width:37.5em){.wave{bottom:-3px}}.wave-div{overflow:hidden;padding-bottom:25rem;position:relative}.wave img{height:22rem}@media only screen and (max-width:37.5em){.wave img{height:12rem}}.menu{padding-bottom:15rem}.menu__left{align-items:flex-start;display:flex;gap:5rem;height:100%;justify-content:space-between}.menu__left-details{max-width:60%}@media only screen and (max-width:37.5em){.menu__left-details{max-width:100%}}.menu__paragraph{color:#3d8b49;font-size:1.8rem;font-style:normal;font-weight:500;letter-spacing:1;line-height:91%;text-transform:capitalize}.menu__img-box{align-items:flex-end;display:flex;height:100%;justify-content:center;position:relative}@media only screen and (max-width:37.5em){.menu__img-box{transform:translateX(-10%)}}.menu__img-box img{transition:all .2s ease-in-out;width:50%}@media only screen and (max-width:37.5em){.menu__img-box img{transform:translateX(-10%)}}.menu__img-back{left:0;opacity:0;position:absolute;top:25%;visibility:hidden;width:100%!important;z-index:-1}@media only screen and (max-width:37.5em){.menu__img-back{transform:translateX(0)!important}}.menu__img-back img{width:100%}.menu__slider{height:auto;margin-bottom:0;margin-top:20rem}.menu__slider .swiper-wrapper{padding-left:5rem}.menu__slider .swiper{height:100%}.menu__slider .swiper-slide-next .menu__img-box .menu__img-back,.menu__slider .swiper-slide-prev .menu__img-box .menu__img-back{opacity:0;visibility:hidden}.menu__slider .swiper-slide-active .menu__img-box .menu__img-back{opacity:1;visibility:visible}.menu__right{padding:0 2rem;position:relative}.menu__right .swiper-button-next:after,.menu__right .swiper-button-prev:after{font-size:3rem!important}@media only screen and (max-width:37.5em){.menu__right .swiper-button-next:after,.menu__right .swiper-button-prev:after{font-size:2.7rem!important}}.menu__right .swiper-button-prev{left:40rem}@media only screen and (max-width:61.875em){.menu__right .swiper-button-prev{left:18rem}}@media only screen and (max-width:37.5em){.menu__right .swiper-button-prev{left:0}}.menu__right .swiper-button-next{right:34rem}@media only screen and (max-width:61.875em){.menu__right .swiper-button-next{right:6rem}}@media only screen and (max-width:37.5em){.menu__right .swiper-button-next{right:0}}.menu__bottom-div{background:#000;border-radius:1.5rem;height:15rem}.menu__circle{height:24rem;position:relative;width:24rem}@media only screen and (max-width:37.5em){.menu__circle{display:none}}.menu__circle--1{align-items:center;background:#fff200;border-radius:21.1rem;color:#008d40;display:flex;font-size:2.8rem;font-style:normal;font-weight:700;height:21.1rem;justify-content:center;left:0;letter-spacing:-.112rem;line-height:91%;position:absolute;text-transform:uppercase;top:7%;width:21.1rem}.menu__circle--2{background:#ffeb75;border-radius:24rem;height:24rem;left:0;position:absolute;top:0;width:24rem}.menu__back-text{color:#d7f6dc;font-size:16.41667rem;font-style:normal;font-weight:600;left:-30%;letter-spacing:-.65667rem;line-height:91%;margin-top:6rem;position:absolute;text-align:center;text-transform:uppercase;white-space:nowrap;width:100%}@media only screen and (max-width:37.5em){.menu__back-text{font-size:14rem;left:-60%}}.story{background:#fff200;position:relative}.story .typography-2__main-title{color:#fff;font-size:12rem}.story .typography-2__main-title span{color:#3d8b49}.story__img-top{margin-bottom:10rem;margin-top:-28rem;width:23%}@media only screen and (max-width:61.875em){.story__img-top{margin-top:-15rem;width:33%}}@media only screen and (max-width:37.5em){.story__img-top{width:65%}}.story .typography-1{margin-bottom:10rem}@media only screen and (max-width:37.5em){.story .typography-1{margin-bottom:5rem}}.story__title-box{margin-bottom:4rem;position:relative}.story__title-1,.story__title-2{color:#fff;font-size:5.4rem;font-weight:800}.story__title-1 span,.story__title-2 span{color:#fff200}.story__title-2{-webkit-text-stroke-width:1px;-webkit-text-stroke-color:#fff;color:transparent;left:-.5rem;position:absolute;top:.5rem;z-index:0}.story__title-1{position:relative;z-index:1}.story__paragraph{color:#fff;font-size:2.5rem;font-weight:500;line-height:3.9rem;max-width:70%}@media only screen and (max-width:700px){.story__paragraph{max-width:100%}}.story__paragraph-box .about__paragraph{max-width:100%}.story__img-box{display:flex;height:100%;justify-content:center}.story__img-box img{width:50%}@media only screen and (max-width:61.875em){.story__img-box img{width:80%}}@media only screen and (max-width:37.5em){.story__img-box img{margin-bottom:3rem;width:100%}}.story__img-3{position:absolute;right:8%;top:-45%;transform:translateY(50%);width:45rem;z-index:1}@media only screen and (max-width:61.875em){.story__img-3{top:-41%}}@media only screen and (max-width:700px){.story__img-3{bottom:11rem;width:31rem}}@media only screen and (max-width:480px){.story__img-3{display:none}}.menu-slider{background:#fff200}.menu-slider-2{background:#fff;padding:8rem 0}.menu-slider-2 .typography-2__main-title{color:#3d8b49}.menu-slider-2 .typography-2__line{background:#3d8b49}.menu-slider-2 .swiper-pagination-bullet-active{background:#3d8b49!important}.menu-slider__img{align-items:center;display:flex;justify-content:center;margin-bottom:-8rem;width:100%}.menu-slider__img img{width:60%}.menu-slider__details{align-items:center;border-radius:1.5rem;display:flex;justify-content:center;padding:10rem 2rem 2rem;text-align:center}.menu-slider__details h2{text-align:center;width:100%}.menu-slider__stars{align-items:center;color:#fff200;display:flex;gap:1rem}.menu-slider__slider{position:relative}.menu-slider__slider .swiper{padding:0 5rem 8rem}.menu-slider__slider .swiper-pagination-bullet{background:#fff;height:1.5rem;opacity:1;width:1.5rem}.menu-slider__slider .swiper-pagination-bullet-active{background:#fff200;opacity:1}.menu-slider__slider .swiper-button-next:after,.menu-slider__slider .swiper-button-prev:after{font-size:3rem!important}.outlets{background:#fff200;position:relative}.outlets__slider{margin-top:6rem}.outlets__img{margin-bottom:4rem;position:relative}.outlets__img:after{background:rgba(0,0,0,.3);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.outlets__img:hover+.outlets__details .outlets__address,.outlets__img:hover+.outlets__details .outlets__title{opacity:1;visibility:visible}.outlets__details{bottom:0;color:#fff;left:0;padding:2rem;position:absolute;width:100%;z-index:3}.outlets__details .row{display:none}.outlets__box{overflow:hidden;position:relative}@media only screen and (max-width:37.5em){.outlets__box{overflow:visible}}.outlets__box:hover .outlets__address,.outlets__box:hover .outlets__title{opacity:1;visibility:visible}.outlets__title{color:#fff;font-size:3.2rem;font-style:normal;font-weight:600;letter-spacing:1;line-height:91%;margin-bottom:2rem;opacity:0;text-transform:capitalize;transition:all .3s;visibility:hidden}@media only screen and (max-width:37.5em){.outlets__title{opacity:1;visibility:visible}}.outlets__address{color:#fff;font-size:1.6rem;font-style:normal;font-weight:500;letter-spacing:1;line-height:119%;opacity:0;text-transform:capitalize;transition:all .3s;visibility:hidden}@media only screen and (max-width:37.5em){.outlets__address{font-size:2.3rem;font-weight:500;line-height:1.4;opacity:1;visibility:visible}}.guest{background:#fff}.guest__slide-box{border-radius:50%;overflow:hidden}.guest__slide-box--2{height:30.7rem;left:0;top:50%;width:30.7rem}@media only screen and (max-width:37.5em){.guest__slide-box--2{height:26.7rem;width:26.7rem}}.guest__slide-box--1{height:37.8rem;left:38%;top:0;width:37.8rem}@media only screen and (max-width:37.5em){.guest__slide-box--1{height:32.8rem;width:32.8rem}}.contact{background:#3d8b49;padding:4rem 0;position:relative}.contact .container{position:relative;z-index:3}.contact__left-part{background:#000;padding:3rem}@media only screen and (max-width:61.875em){.contact__left-part{margin-right:0}}.contact__right-part{display:flex;height:100%;justify-content:center;left:-1rem;padding:3rem;position:relative}@media only screen and (max-width:61.875em){.contact__right-part{left:0}}@media only screen and (max-width:37.5em){.contact__right-part{flex-direction:column}}.contact__right-part img{width:50%}@media only screen and (max-width:37.5em){.contact__right-part img{width:100%}}.contact__details-info{align-items:center;display:flex;flex-direction:column;height:100%;text-align:center}.contact__details-info object{height:5rem;margin-bottom:1.5rem;width:5rem}.contact__informations{display:flex;flex-direction:column;gap:2rem}.contact__informations object{height:7rem;width:7rem}@media only screen and (max-width:37.5em){.contact__informations object{height:6rem;width:6rem}}.contact__informations-text{color:#fff;font-size:2.2rem}.form__group{display:flex;flex-direction:column;margin-top:1rem}.form__group.active label{color:#fff;font-size:1.6rem;transform:translateY(1rem);visibility:visible}.form__loading{display:block;position:relative;width:20%}.form__label{color:#fff;font-size:1.5rem;font-weight:500;margin-bottom:1rem;opacity:.8;transform:translateY(3.4rem);transition:all .2s;z-index:3}@media only screen and (max-width:37.5em){.form__label{font-size:1.8rem}}.form__input{background:#fff;background:transparent;border:none;border-bottom:2px solid #c1c1c1;border-radius:4px;color:#fff;display:block;font-size:1.6rem;line-height:1.25;outline:none;padding:.5rem .75rem;width:100%;z-index:4}@media only screen and (max-width:37.5em){.form__input{font-size:1.8rem}}.form__input:focus{border-bottom:2px solid #55c57a;outline:none}.form__input:focus:invalid{border-bottom:2px solid #ff7730}.form__input::placeholder{color:#fff!important;font-size:1.6rem}.form__text-area{background:transparent none repeat scroll 0 0;border-image:none;border-style:none none solid;border-width:0 0 1px;border-bottom:2px solid #c1c1c1;color:#fff;font-size:1.65rem;height:10rem;margin-top:1rem;width:100%}.form__text-area::placeholder{color:#fff;font-size:1.6rem}.form__text-area:focus{outline:none}.footer{background:#fff200;padding:8rem 1rem 4rem}.footer__list{align-items:center;column-gap:30px;display:grid;display:flex;flex-wrap:wrap;gap:2rem;grid-template-columns:35% repeat(3,1fr);grid-template-rows:repeat(1,1fr);justify-content:space-between}.footer__items{align-items:flex-start;display:flex;flex-direction:column}@media only screen and (max-width:52.25em){.footer__items{align-items:flex-start;justify-content:flex-start}}@media only screen and (max-width:37.5em){.footer__items--logo{max-width:17rem}.footer__items--nav{order:1;width:100%}.footer__items--nav .footer__nav-li{align-items:center;display:flex;justify-content:center}}.footer__heading{color:#262727;font-size:3rem;font-weight:700;margin-bottom:2rem;text-transform:uppercase}.footer__sub-heading{color:#262727;font-size:1.8rem;font-weight:800;letter-spacing:1px;margin-bottom:2rem;position:relative;text-align:left}@media only screen and (max-width:37.5em){.footer__sub-heading{font-size:2.2rem}}.footer__nav-list{align-items:center;display:flex;gap:2rem;justify-content:space-between;list-style:none;width:100%}.footer__nav-li{margin-bottom:1.7rem;text-align:start;width:100%}.footer__nav-items{align-items:center;color:#262727;cursor:pointer;display:flex;font-size:1.8rem;text-decoration:none}.footer__nav-items:hover{color:#aaa}@media only screen and (max-width:37.5em){.footer__nav-items{font-size:var(--responsive-font)}}.footer__address-item{align-items:center;color:#262727;display:block;display:flex;font-size:1.5rem;gap:1.5rem;line-height:2;margin-bottom:1.2rem;position:relative}.footer__address--contact{margin-bottom:0}@media only screen and (max-width:37.5em){.footer__address{font-size:var(--responsive-font);line-height:1.5}}.footer__logo{border-radius:0;margin-bottom:2rem;width:10rem}.footer__hr{color:#262727;margin:4rem 0 2rem}.footer__copyright{align-items:center;display:flex;font-size:1.4rem;justify-content:space-between;padding-top:.9rem}@media only screen and (max-width:37.5em){.footer__copyright{flex-direction:column;text-align:center}}.footer__copyright h2{color:#262727;font-size:1.4rem;margin:0}@media only screen and (max-width:37.5em){.footer__copyright h2{font-size:1.6rem;line-height:2}}.footer__nvf{color:#262727}.inside{background-color:#f2f2f1;background-position:50%;background-repeat:no-repeat;background-size:cover}.inside__content{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:start}.inside__title{background:#3d8b49;color:#fff;font-size:3.4rem;margin-bottom:3rem;padding:1rem 2rem;position:relative;z-index:1}.inside__paragraph{font-size:2.5rem;font-weight:500;line-height:3.9rem}.inside__new-img{align-items:center;display:flex;height:100%;justify-content:center}.inside__new-img img{width:50%}.inside__img{position:absolute;z-index:0}.inside__img-1{bottom:-11rem;left:8.5rem;width:70rem}@media only screen and (min-width:112.5em){.inside__img-1{bottom:-14rem;left:13.5rem;width:72rem}}@media only screen and (max-width:75em){.inside__img-1{bottom:-4rem;left:-6.5rem;width:70rem}}@media only screen and (max-width:61.875em){.inside__img-1{bottom:10rem;left:-7.5rem;width:61rem}}@media only screen and (max-width:37.5em){.inside__img-1--1{display:none}}.inside__img-1--2{display:none}@media only screen and (max-width:37.5em){.inside__img-1--2{bottom:-7.5rem;display:block;left:-1.5rem;width:31rem}}.inside__img-2{bottom:-10rem;z-index:0}.inside__cup-img{align-items:center;display:flex;height:100%;justify-content:center;margin-top:-87rem;position:relative;width:100%}@media only screen and (max-width:75em){.inside__cup-img{margin-top:-70rem}}@media only screen and (max-width:61.875em){.inside__cup-img{margin-top:-60rem}}@media only screen and (max-width:37.5em){.inside__cup-img{margin-top:-25rem}}.inside__video-icon{align-items:center;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:5rem;height:5rem;justify-content:center;left:50%;padding-left:5px;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .2s ease-in;width:5rem}.inside__video-icon.hidden{display:none}.inside__video-icon:hover{background:transparent!important;color:#fff!important}.inside path{fill:transparent}.inside__curve-text{color:rgba(0,0,0,.07);font-size:11.83333rem;font-style:normal;font-weight:600;line-height:normal;text-transform:uppercase}.inside__cup-video{align-items:center;display:flex;flex-direction:column;justify-content:center;padding-bottom:13rem}.inside__cup-video img{width:34%}@media only screen and (max-width:37.5em){.inside__cup-video img{width:67%}}.inside #circle{margin-top:-37rem;overflow:hidden;padding-bottom:100%;position:relative;width:100%}@media only screen and (max-width:75em){.inside #circle{margin-top:-20rem}}@media only screen and (max-width:61.875em){.inside #circle{margin-top:-10rem}}@media only screen and (max-width:37.5em){.inside #circle{overflow:visible}}.inside #circle text{color:rgba(0,0,0,.07);font-size:2rem;font-style:normal;font-weight:600;line-height:normal;text-transform:uppercase}@media only screen and (max-width:61.875em){.inside #circle text{font-size:2.5rem}}.inside #circle svg{-webkit-animation-duration:5s;-moz-animation-duration:5s;-ms-animation-duration:5s;-o-animation-duration:5s;animation-duration:5s;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-ms-animation-iteration-count:infinite;-o-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:rotate;-moz-animation-name:rotate;-ms-animation-name:rotate;-o-animation-name:rotate;animation-name:rotate;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear;-ms-animation-timing-function:linear;-o-animation-timing-function:linear;animation-timing-function:linear;height:auto;left:0;position:absolute;top:0;width:100%}@media only screen and (max-width:37.5em){.inside #circle svg{height:auto;left:-26.4rem;position:absolute;top:-11rem;width:210%}}.curved-text{display:inline-block;font-size:32px;margin:0 auto;position:relative}.curved-text span{margin:0;min-width:.5em;padding:30px;text-align:center}.contact__text-content{align-items:center;display:flex;flex-direction:column;gap:5rem;justify-content:center;padding:11rem 0}.contact__text-content .typography-1{max-width:50%}@media only screen and (max-width:61.875em){.contact__text-content .typography-1{max-width:65%}}@keyframes textRevealing{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(1turn)}to{-webkit-transform:rotate(0)}}@-moz-keyframes rotate{0%{-moz-transform:rotate(1turn)}to{-moz-transform:rotate(0)}}@-ms-keyframes rotate{0%{-ms-transform:rotate(1turn)}to{-ms-transform:rotate(0)}}@-o-keyframes rotate{0%{-o-transform:rotate(1turn)}to{-o-transform:rotate(0)}}@keyframes rotate{0%{transform:rotate(1turn)}to{transform:rotate(0)}}.modal{background-color:rgba(0,0,0,.5);display:none;height:100%;left:0;overflow:hidden;position:fixed;top:0;width:100%;z-index:1000}.modal iframe{height:50rem}@media only screen and (max-width:61.875em){.modal{overflow-y:scroll}}.modal-content{background-color:#fefefe;border:1px solid #888;margin:12rem auto;padding:0;width:50%}@media only screen and (max-width:37.5em){.modal-content{width:85%}}.close{color:#aaa;float:right;font-size:28px;font-weight:700;position:absolute;right:1rem;top:1rem;z-index:2}.close:focus,.close:hover{color:#000;cursor:pointer;text-decoration:none}.submitmodal{align-items:center;background:#f7f7f7;display:flex;flex-direction:column;justify-content:center;padding:2rem}.submitmodal img{width:50%}@media only screen and (max-width:37.5em){.submitmodal img{width:80%}}.submitmodal p{font-size:1.8rem;font-weight:500;margin-top:2rem;max-width:50%;text-align:center}@media only screen and (max-width:37.5em){.submitmodal p{font-size:2.2rem;max-width:70%}}.submitmodal p a{color:#008d40}