@import"https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&family=Poppins&display=swap";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.product{padding-top:50px}.product .product-content i{margin-top:5rem}.product-content{color:#000;font-family:Roboto,sans-serif;letter-spacing:2px;padding-bottom:1rem}.product-content>div:first-child p{width:75%}.product-content h1{color:#b89535}.product .icon{font-size:30px;color:#ff8453}.prod-img-card h3{color:#fff;position:absolute;z-index:9;left:20px;top:10px;transform:translateY(-100px);transition:all .5s}.prod-img-card h3:before{content:"";display:inline-block;width:4px;height:30px;background-color:#b89535;position:absolute;left:-10px}.product-image-container{display:flex;overflow:hidden;height:487px;margin-top:1rem;width:100%}.prod-img-card img{width:100%;cursor:pointer;filter:brightness(40%);transition:all .3s}.prod-img-card{width:100%;transition:all .3s;overflow:hidden!important;position:relative}.prod-img-card:hover{width:110%}.prod-img-card:hover img{filter:brightness(20%)}.prod-img-card:hover h3{transform:translateY(0)}.prod-story{background-repeat:no-repeat;background-size:cover;margin-top:50px}.prod-story-cont{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.7)),url(/assets/prod-story-c91f9ddf.jpg);padding:3rem;background-attachment:fixed;background-size:cover;margin-top:1rem}.prod-story-cont>h1{padding:1rem 0}.prod-calender .prod-story-cont{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.7)),url(/assets/calender-f33ed8ea.png)}.prod-story-card{display:flex;flex-direction:column;color:#fff;border:1px solid hsla(0,0%,100%,.1);padding:1rem 2.6rem;transition:all .3s;width:210px}.prod-story-card:hover{background-color:#111314;border:1px solid white}.prod-story-card-container{display:flex;padding:1rem 5rem 3rem}.product .product-footer{text-align:center}.product .product-footer h5{font-weight:700;text-align:center}.product .product-footer p{font-weight:400;font-style:italic;letter-spacing:2px;text-align:center}.product .product-footer a{background-color:#b89535;font-size:1rem;border:1px solid #b89535;color:#fff;text-decoration:none;border-radius:50px;padding:10px 50px;font-weight:500}.product .product-footer a:hover{border:2px solid #b89535;background-color:#fff;color:#000}.prod-story>div:first-child p{width:75%}@media (min-width: 769px) and (max-width: 1024px){.product-image-container{height:396px}}@media (min-width: 441px) and (max-width: 768px){.product-image-container{height:297px}.product-content>div:first-child p{width:100%;padding:10px}.prod-story-card-container{padding:0;padding-top:1rem}.prod-story-card-container{flex-wrap:wrap;justify-content:center}.prod-story>div:first-child p{width:100%}}@media (min-width: 320px) and (max-width: 440px){.product{padding-top:20px}.product-content>div:first-child p{width:100%;padding:5px}.product-image-container{height:116px}.prod-img-card h3{font-size:1rem}.prod-img-card h3:before{content:"";display:inline-block;width:4px;height:30px;background-color:#b89535;position:absolute;left:-10px}.product-content h1{margin:auto 1rem}.prod-story-card-container{padding:0;padding-top:1rem;flex-wrap:wrap;justify-content:center}.prod-story{margin-top:20px}.prod-story-cont{padding:.5rem}.prod-story-card{width:90%}.prod-story>div:first-child p{width:95%}}.product-form{background-color:#f9f7f2;height:100vh}.product-form .productdetails-form h4{text-align:left;font-size:2rem}.product-form .back-to-home{background-color:#416d19;padding:10px 25px;font-weight:600;border-radius:50px;color:#fff;text-decoration:none}@media (min-width: 320px) and (max-width: 440px){.product-form{background-color:#f9f7f2;height:100%}}.register{background-color:#f9f7f2;height:100vh}.register .register-form{padding:30px 40px}.register .register-form h4{text-align:left;font-size:2rem}.register .r-form .back-to-home{background-color:#416d19;padding:10px 25px;font-weight:600;border-radius:50px;color:#fff;text-decoration:none}@media (min-width: 320px) and (max-width: 440px){.register{background-color:#f9f7f2;height:100%}}.contact-form{background-color:#f9f7f2;height:100%}.contact-form .contact-inputs h4{text-align:left;font-size:2rem}.contact-form .contact-inputs .contact-button{text-align:end}.contact-us img{width:100%;object-fit:cover;height:100vh;filter:brightness(70%);position:relative}.contact-us .contact-details h3{position:absolute;top:30%;font-weight:700;font-size:4rem;width:60%;color:#fff}.contact-us .contact-details p{position:absolute;top:55%;width:65%;color:#fff;font-size:2.5rem;font-weight:500}@media (min-width: 769px) and (max-width: 1024px){.contact-us .contact-details h3{font-size:3.5rem}.contact-us .contact-details p{font-size:2rem}}@media (min-width: 320px) and (max-width: 440px){.contact-us .contact-details h3{top:40%;font-size:2.2rem;width:90%}.contact-us .contact-details p{top:55%;width:90%;font-size:1.5rem}}@media (min-width: 441px) and (max-width: 768px){.contact-us .contact-details h3{font-size:3.2rem}.contact-us .contact-details p{width:90%;font-size:1.5rem}}.footer{background-color:#000}.footer .link-head h6{color:#fff;font-weight:600;font-size:1.5rem;text-transform:uppercase}.footer .link-head .footer-links a{text-decoration:none;color:#eee;font-size:1.1rem;font-weight:300}.footer .footer-hr{color:#fff;margin-top:3rem;margin-bottom:3rem}.footer .sm-head h6{color:#fff;font-weight:400;font-size:1.5rem;text-transform:uppercase}.footer .social-links{text-align:right;justify-content:right}.footer .social-links a{width:30px;height:30px;background-color:#f1c40f;border-radius:5px;font-size:1rem;display:flex;justify-content:center;align-items:center;color:#000}@media (min-width: 320px) and (max-width: 440px){.footer .link-head h6{font-size:1.2rem}.footer .link-head .footer-links a{font-size:1rem}.footer .sm-head h6{font-size:1.3em;text-align:center}.footer .social-links{text-align:center;justify-content:center}}@media (min-width: 427px) and (max-width: 768px){.footer .sm-head h6{font-size:1.3em;text-align:center}}.nav-logo img{height:100px}.navbar{padding:1rem;display:flex;flex-wrap:nowrap;border-bottom:2px solid rgba(255,255,255,.15);position:fixed;width:100%;margin-bottom:0;background-color:transparent;z-index:99}.navbar h3{color:#fff;font-size:1rem;font-weight:400}.navbar h3 span{-webkit-animation:colorchange 3s infinite alternate;font-size:1rem;font-weight:900}.bttn{border:none;background-color:#fff;padding:.6rem 2rem;color:#1d1f22;border-radius:50px;font-weight:400;font-size:1rem}.bttn:hover{color:#1d1f22;background-color:#cddbdd}.navbar .nav-toggler{color:#fff;border:none;font-size:1.5rem}.navbar .nav-toggler :hover{color:#cddbdd}.navbar nav{background:#1d1f22;z-index:11111;border-radius:4px;color:#fff;position:fixed;height:100vh;transform:translate(120%);transition:.3s ease-out;width:350px!important;top:0;right:0}.navbar nav.activeNav{transform:translate(0)}.navbar .toggle-links{margin-top:3rem}.navbar .close{text-align:right}.navbar .close .close-icon{font-size:1.5rem;text-align:right}.navbar .accordion-button{background-color:#1d1f22;color:#cddbdd;border:none;padding:0rem 2rem;text-transform:uppercase;font-size:1rem;font-weight:600}.navbar .accordion-button:focus{display:none}.navbar .accordion-item{background-color:#1d1f22;text-transform:capitalize;border:none;border-top:1px solid #1d1f22;color:#cddbdd}.navbar .accordion-button:not(.collapsed){box-shadow:none}.navbar .navtoggle-sumbit{background-color:#000;margin-top:5rem;text-decoration:none;padding:10px;text-align:center;align-items:end;width:350px!important}.navbar .nav-hr{color:#ede4e0}.navbar .accordion-button:after{color:#fff!important}.navbar .toggle-links a{color:#cddbdd;padding:0 2rem;font-weight:600;text-transform:uppercase;text-decoration:none;font-size:1rem}.navbar .toggle-links .accordan-submenu a{font-size:1rem;text-transform:capitalize}.navbar .toggle-links a:hover{color:#b89535}.accordion-button:after{background-image:url(/assets/arrow-5c55205e.png)}.acc-mui>div:first-child{background-color:#1d1f22;box-shadow:none!important}@media (min-width: 320px) and (max-width: 440px){.nav-logo img{height:70px}.navbar h3{color:#fff;font-size:.8rem;font-weight:400}.navbar h3 span{-webkit-animation:colorchange 3s infinite alternate;font-size:.8rem;font-weight:900}.bttn{border:none;background-color:#fff;padding:.5rem 1rem;color:#1d1f22;border-radius:50px;font-weight:400;font-size:1rem}.navbar nav{background:#1d1f22;z-index:11111;border-radius:4px;color:#fff;position:fixed;height:100vh;transform:translate(120%);transition:.3s ease-out;width:100%!important;top:0;right:0}}.dealsOne{background-image:linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.9)),url(/assets/cafe-b711e88f.jpg);background-repeat:no-repeat;display:flex;background-size:cover;gap:1rem;justify-content:center;background-attachment:fixed;flex-wrap:wrap}#daily-delights{scroll-margin-top:140px}.dealsOne .dealone-head h2{color:#fff;font-size:3rem;text-transform:uppercase;font-weight:700;text-align:center;margin-top:15%}.dealsOne .dealone-head .dd-details h4{text-align:left;color:#b89535;font-size:2rem;font-weight:700}.dealsOne .dealone-head .dd-details h6{text-align:left;font-size:1.5rem;color:#fff;font-weight:400}.dealsOne .dealone-head .dd-details .includes{text-align:left;color:#fff;font-weight:600;font-size:1.3rem}.dealsOne .dealone-head .dd-details p{color:#fff;font-size:1.3rem;margin:0;padding:0}.dealsOne .dealsone-link{text-align:center}.dealsOne .dealsone-link a{background-color:#b89535;font-size:1.4rem;border:1px solid #b89535;color:#fff;text-decoration:none;border-radius:50px;padding:10px 150px;font-weight:500}@media (min-width: 320px) and (max-width: 440px){.dealsOne{height:100%}.dealsOne .dealone-head h2{font-size:1.4rem;margin-top:40%}.dealsOne .dealone-head .dd-details h4{font-size:1.3rem}.dealsOne .dealone-head .dd-details h6{font-size:1.2rem}.dealsOne .dealone-head .dd-details .includes,.dealsOne .dealone-head .dd-details p{font-size:1rem}.dealsOne .dealsone-link a{background-color:#b89535;font-size:1rem;border:1px solid #b89535;color:#fff;text-decoration:none;border-radius:50px;padding:10px 50px;font-weight:500}}@media (min-width: 320px) and (max-width: 356px){.dealsOne .dealone-head h2{font-size:1.4rem;margin-top:51%}}@media (min-width: 441px) and (max-width: 768px){.dealsOne .dealone-head h2{font-size:1.4rem;margin-top:30%}.dealsOne .dealone-head .dd-details h4{font-size:1.3rem}.dealsOne .dealone-head .dd-details h6{font-size:1.2rem}.dealsOne .dealone-head .dd-details .includes,.dealsOne .dealone-head .dd-details p{font-size:1rem}.dealsOne .dealsone-link a{background-color:#b89535;font-size:1rem;border:1px solid #b89535;color:#fff;text-decoration:none;border-radius:50px;padding:10px 50px;font-weight:500}}.dealsThree{background-image:linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.9)),url(/assets/service-a9f65906.jpg);background-repeat:no-repeat;display:flex;background-size:cover;gap:1rem;justify-content:center;background-attachment:fixed;flex-wrap:wrap}#annual-access{scroll-margin-top:140px}.dealsThree .dealthree-head h2{color:#fff;font-size:3rem;text-transform:uppercase;font-weight:700;text-align:center;margin-top:9%}.dealsThree .dealthree-head .dd-details h4{text-align:left;font-size:2rem;color:#b89535;font-weight:700}.dealsThree .dealthree-head .dd-details .includes{text-align:left;color:#fff;font-weight:600;font-size:1.3rem}.dealsThree .dealthree-head .dd-details p{color:#fff;font-size:1.3rem;margin:0;padding:0}.dealsThree .dealsthree-link{text-align:center}.dealsThree .dealsthree-link a{background-color:#b89535;font-size:1.4rem;border:1px solid #b89535;color:#fff;text-decoration:none;border-radius:50px;padding:10px 150px;font-weight:500}@media (min-width: 320px) and (max-width: 440px){.dealsThree{height:100%}.dealsThree .dealthree-head h2{font-size:1.4rem;margin-top:10%}.dealsThree .dealthree-head .dd-details h4{font-size:1.3rem}.dealsThree .dealthree-head .dd-details h6{font-size:1.2rem}.dealsThree .dealthree-head .dd-details .includes,.dealsThree .dealthree-head .dd-details p{font-size:1rem}.dealsThree .dealsthree-link a{background-color:#b89535;font-size:1rem;border:1px solid #b89535;color:#fff;text-decoration:none;border-radius:50px;padding:10px 50px;font-weight:500}}@media (min-width: 427px) and (max-width: 768px){.dealsThree{height:100%}.dealsThree .dealthree-head h2{font-size:1.4rem;margin-top:10%}.dealsThree .dealthree-head .dd-details h4{font-size:1.3rem}.dealsThree .dealthree-head .dd-details h6{font-size:1.2rem}.dealsThree .dealthree-head .dd-details .includes,.dealsThree .dealthree-head .dd-details p{font-size:1rem}.dealsThree .dealsthree-link a{background-color:#b89535;font-size:1rem;border:1px solid #b89535;color:#fff;text-decoration:none;border-radius:50px;padding:10px 50px;font-weight:500}}.dealsTwo{background-image:linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.9)),url(/assets/prod-story-c91f9ddf.jpg);background-repeat:no-repeat;display:flex;background-size:cover;gap:1rem;justify-content:center;background-attachment:fixed;flex-wrap:wrap}#monthly-marvels{scroll-margin-top:140px}.dealsTwo .dealtwo-head h2{color:#fff;font-size:3rem;text-transform:uppercase;font-weight:700;text-align:center;margin-top:9%}.dealsTwo .dealtwo-head .dd-details h4{text-align:left;color:#b89535;font-size:2rem;font-weight:700}.dealsTwo .dealtwo-head .dd-details .includes{text-align:left;color:#fff;font-weight:600;font-size:1.3rem}.dealsTwo .dealtwo-head .dd-details p{color:#fff;font-size:1.3rem;margin:0;padding:0}.dealsTwo .dealstwo-link{text-align:center}.dealsTwo .dealstwo-link a{background-color:#b89535;font-size:1.4rem;border:1px solid #b89535;color:#fff;text-decoration:none;border-radius:50px;padding:10px 150px;font-weight:500}@media (min-width: 320px) and (max-width: 440px){.dealsTwo{height:100%}.dealsTwo .dealtwo-head h2{font-size:1.4rem;margin-top:10%}.dealsTwo .dealtwo-head .dd-details h4{font-size:1.3rem}.dealsTwo .dealtwo .dd-details h6{font-size:1.2rem}.dealsTwo .dealtwo-head .dd-details .includes,.dealsTwo .dealtwo-head .dd-details p{font-size:1rem}.dealsTwo .dealstwo-link a{background-color:#b89535;font-size:1rem;border:1px solid #b89535;color:#fff;text-decoration:none;border-radius:50px;padding:10px 50px;font-weight:500}}@media (min-width: 427px) and (max-width: 768px){.dealsTwo{height:100%}.dealsTwo .dealtwo-head h2{font-size:1.4rem;margin-top:10%}.dealsTwo .dealtwo-head .dd-details h4{font-size:1.3rem}.dealsTwo .dealtwo .dd-details h6{font-size:1.2rem}.dealsTwo .dealtwo-head .dd-details .includes,.dealsTwo .dealtwo-head .dd-details p{font-size:1rem}.dealsTwo .dealstwo-link a{background-color:#b89535;font-size:1rem;border:1px solid #b89535;color:#fff;text-decoration:none;border-radius:50px;padding:10px 50px;font-weight:500}}.event-form{background-color:#f9f7f2}.event-form .eregister-form h5{text-align:left;font-size:2rem}.event-form.row>*{padding-left:0;padding-right:0}@media (min-width: 320px) and (max-width: 440px){.event-form{padding-left:1rem;padding-right:1rem;width:100%}.event-form .eregister-form{padding:10px 15px}}.event-details img{width:100%;object-fit:cover;height:150vh;filter:brightness(40%);position:relative}.event-details .eventdetails-head h1{color:#fff;position:absolute;top:20%;font-size:3rem;font-weight:600}.event-details .event-row{top:30%;position:absolute}.event-details .event-box{width:300px;height:350px;background:rgba(255,255,255,.29);box-shadow:0 4px 30px #0000001a;backdrop-filter:blur(9.4px);-webkit-backdrop-filter:blur(9.4px);border:1px solid rgba(255,255,255,.16);padding:10px}.event-details .event-box p{font-size:.8rem;color:#000;font-weight:500;text-align:justify}.event-details .event-box h2{font-size:1.5rem;color:#daa520;font-weight:700;text-align:center}.event-details .event-box h6{font-size:1rem;color:#fff;font-weight:700;text-align:end}.event-details .event-box h5.date{font-size:.8rem;color:#000;font-weight:500;margin-bottom:3px}.event-details .event-box h5.date_value{font-size:.9rem;color:#fff;font-weight:600}@media (min-width: 769px) and (max-width: 1024px){.event-details .event-box{width:200px;height:250px}.event-details .event-box p{font-size:.8rem}}@media (min-width: 320px) and (max-width: 440px){.event-details .eventdetails-head h1{color:#fff;position:absolute;top:30%;font-size:2rem;font-weight:600}.event-details .event-box{position:absolute;width:300px;justify-content:center;height:300px;bottom:15%;background:rgba(255,255,255,.29);box-shadow:0 4px 30px #0000001a;backdrop-filter:blur(9.4px);-webkit-backdrop-filter:blur(9.4px);border:1px solid rgba(255,255,255,.16)}}.event-photos{background-color:#1d1f22}.event-photos .eimage .event-image img{width:100%;height:100%;padding:.3rem;transition:transform .3s ease}.event-photos h1{font-size:2rem;color:#b89535;text-transform:uppercase;font-weight:600}.event-photos .eimage .event-image img:hover{transform:scale(1.1) rotate(5deg);cursor:pointer}.event-faq{background-image:url(/assets/faq-3c3bac2f.jpg);background-repeat:no-repeat;display:flex;background-size:cover;gap:1rem;filter:brightness(80%);height:100%;background-attachment:fixed}.event-faq .faq-content{text-align:left!important}.event-faq .faq-content h1{color:#000;text-transform:uppercase;font-weight:700;font-size:2rem;text-align:left}.event-faq .accordion-button{color:#b89535;text-align:center;letter-spacing:1px;padding:25px 20px;font-weight:600;font-size:1.5rem}.event-faq .accordion-button:after{background-image:none}.event-faq .accordion-body{letter-spacing:2px;font-weight:400}.event-faq .accordion-button:focus{display:none}.event-benifits{background-color:#f9f7f2}.event-benifits .icon{font-size:30px;color:#ff8453}.event-benifits .benifit-content h5{font-weight:700;text-align:center}.event-benifits .benifit-content h6{font-weight:400;font-style:italic;letter-spacing:2px;text-align:center}.franchise{background-color:#1d1f22;padding-top:70px}.franchise img{width:100%;height:350px;object-fit:cover}.franchise .fp-content h4{color:#fff;text-transform:uppercase;font-size:3rem;font-weight:600;left:35%}.franchise .fp-content p{color:#fff}@media (min-width: 320px) and (max-width: 440px){.franchise img{height:250px}.franchise .fp-content h4{font-size:1.8rem}}.fp-head img{width:100%;object-fit:cover;height:100vh;filter:brightness(70%);position:relative}.fp-head .fp-details h3{position:absolute;bottom:55%;font-weight:700;font-size:4rem;width:60%;color:#fff}.fp-head .fp-details p{position:absolute;bottom:5%;width:65%;color:#fff;font-size:2.5rem;font-weight:500}@media (min-width: 769px) and (max-width: 1024px){.fp-head .fp-details h3{font-size:3.5rem}.fp-head .fp-details p{font-size:2rem}}@media (min-width: 320px) and (max-width: 440px){.fp-head .fp-details h3{bottom:60%;font-size:2rem;width:90%}.fp-head .fp-details p{width:90%;font-size:1.4rem}}@media (min-width: 441px) and (max-width: 768px){.fp-head .fp-details h3{bottom:40%;font-size:2.5rem}.fp-head .fp-details p{width:90%;font-size:1.6rem}}.gallery-head img{width:100%;object-fit:cover;height:100vh;filter:brightness(70%);position:relative}.gallery-head .galleryhead-details h3{position:absolute;top:30%;font-weight:700;font-size:4rem;width:60%;color:#fff}.gallery-head .galleryhead-details p{position:absolute;top:55%;width:65%;color:#fff;font-size:2.5rem;font-weight:500}@media (min-width: 441px) and (max-width: 768px){.gallery-head .galleryhead-details h3{font-size:3rem;top:30%;width:90%}.gallery-head .galleryhead-details p{font-size:2rem;top:50%;width:90%}}@media (min-width: 320px) and (max-width: 440px){.gallery-head .galleryhead-details h3{font-size:2.5em;width:90%}.gallery-head .galleryhead-details p{width:90%;font-size:1.5rem}}.gallery{background-color:#f9f7f2}.gallery .gallery-image .ghead h5{font-size:2rem;color:#b89535;text-transform:uppercase;font-weight:600}.gallery .gallery-image .event-image img{width:100%;object-fit:cover;height:400px}.gallery .gallery-footer a{font-weight:600;text-align:center;margin-top:10rem;background-color:#b89535;border:2px solid #b89535;color:#fff;border-radius:50px;text-decoration:none;padding:8px 15px}.gallery .gallery-footer a:hover{border:2px solid #b89535;background-color:#fff;color:#000}@media (min-width: 320px) and (max-width: 440px){.gallery{padding-top:70px;padding-left:20px;padding-right:20px}.gallery .gallery-image .event-image{padding:0}.gallery .gallery-image .event-image img{width:100%;height:200px;object-fit:cover}}.advertisement img{width:100%;filter:brightness(70%);height:60vh;position:relative;object-fit:cover}.advertisement h5{position:absolute;text-align:center;color:#fff}.home-service{background-image:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.9)),url(/assets/bg_tintin-b3e693f3.jpg);background-repeat:no-repeat;display:flex;background-size:cover;gap:1rem;padding:3.5rem 1rem;justify-content:center;background-attachment:fixed;flex-wrap:wrap;filter:brightness(70%);background-color:#000}.home-service .service-content h3{color:#f1c40f;font-size:2rem;font-weight:700;-webkit-animation:colorchange 10s infinite alternate}.home-service .hs-button-grp h3{font-size:2.5rem;color:#fff;text-transform:uppercase;font-weight:700}.home-service .hs-button-grp hr{color:#f1c40f;border:2px solid #fff;margin:0}.home-service .hs-button-grp a{text-decoration:none;color:#fff;font-weight:600;font-size:1.5rem}.home-service .hs-button-grp a:hover{color:#f1c40f}.home-service .hs-button-grp a:active{color:#f1c40f!important}.home-service .hs-button-grp a:focus{color:#f1c40f!important}.home-service .service-content p{color:#fff;font-size:1.2rem}.home-service .service-content .service-hr{color:#fff;font-weight:900}@media (min-width: 320px) and (max-width: 440px){.home-service .service-content h3{font-size:1.3rem}.home-service .hs-button-grp h3{font-size:1.5rem}.home-service .hs-button-grp a{font-size:1.2rem}.home-service .service-content p{color:#fff;font-size:1rem}}.text-animation{background-color:#1d1f22}.marquee{overflow:hidden;font-weight:900;text-transform:uppercase;margin-top:1rem;font-size:3rem;color:#fff;-webkit-animation:colorchange 10s infinite alternate}@-webkit-keyframes colorchange{0%{color:#fff}10%{color:#8e44ad}20%{color:#1abc9c}30%{color:#d35400}40%{color:#fff}50%{color:#34495e}60%{color:#fff}70%{color:#2980b9}80%{color:#f1c40f}90%{color:#2980b9}to{color:pink}}.marquee__inner{display:flex}.marquee__inner p{font-style:italic;font-size:5rem}.marquee__line{flex-shrink:0;margin:0;padding:10px 15px;min-width:100%;white-space:nowrap;animation-name:marqueeLine;animation-duration:20s;animation-timing-function:ease-in-out;animation-iteration-count:infinite}.text-animation .text-ani-content h1{font-weight:600;font-size:2.5rem;margin-bottom:2rem}.text-ani-content>div{width:80%!important}@keyframes marqueeLine{0%{transform:translate(0)}to{transform:translate(-100%)}}.text-ani-content{color:#fff;font-size:1.5rem;letter-spacing:2px;padding-bottom:1rem}.text-ani-content i{text-align:justify}@media (min-width: 320px) and (max-width: 440px){.text-animation .text-ani-content h1{font-size:1.5rem}.marquee__inner p{font-style:italic;font-size:2rem;margin-top:0rem}.marquee{font-size:1rem;margin-top:0}.text-ani-content{color:#fff;font-size:1rem;letter-spacing:2px;padding-bottom:0rem}.marquee__line{animation-duration:40s}.text-ani-content>div{width:100%!important}}.home-video .hvideo video{width:100%;object-fit:cover;height:100vh;filter:brightness(70%)}.home-video .hvideo{position:relative}.home-video .hvideo-content h3{color:#fff;font-size:2rem;width:50%;font-weight:400;bottom:60%;left:5%;position:absolute}.home-video .hvideo-content h3 span{-webkit-animation:colorchange 3s infinite alternate;font-size:3rem;font-weight:900}.home-video .hvideo-content h5{color:#fff;font-size:5rem;width:50%;font-weight:600;bottom:20%;left:5%;position:absolute}.home-video .hvideo-content img{bottom:50%;height:200px;left:70%;position:absolute}.home-video .hvideo-content a{background-color:#b89535;font-size:1.4rem;border:1px solid #b89535;color:#fff;text-decoration:none;border-radius:50px;padding:10px 150px;font-weight:500;bottom:12%;left:5%;position:absolute}.home-video .hvideo-content a:hover{background-color:#b89535;border:1px solid #b89535}@media (min-width: 320px) and (max-width: 440px){.home-video video{padding:0}.home-video .hvideo-content h5{color:#fff;font-size:2.5rem;width:75%;font-weight:600;bottom:30%;left:5%;position:absolute}.home-video .hvideo-content h3 span{font-size:1.5rem}.home-video .hvideo-content h3{font-size:1.5rem;width:75%}.home-video .hvideo-content a{background-color:#b89535;font-size:1.4rem;border:1px solid #b89535;color:#fff;text-decoration:none;border-radius:50px;padding:10px 40px;font-weight:500;bottom:12%;left:5%}}@media (min-width: 427px) and (max-width: 768px){.home-video .hvideo-content h5{color:#fff;font-size:3rem;width:75%;font-weight:600;bottom:25%;left:5%;position:absolute}.home-video .hvideo-content h3 span{font-size:2rem}.home-video .hvideo-content h3{font-size:2rem;width:75%}.home-video .hvideo-content a{background-color:#b89535;font-size:1.4rem;border:1px solid #b89535;color:#fff;text-decoration:none;border-radius:50px;padding:10px 40px;font-weight:500;bottom:12%;left:5%}}@-webkit-keyframes colorchange{0%{color:#fff}10%{color:#f1c40f}20%{color:#fff}30%{color:#f1c40f}40%{color:#fff}50%{color:#f1c40f}60%{color:#fff}70%{color:#f1c40f}80%{color:#fff}90%{color:#f1c40f}to{color:#fff}}.package-form{background-color:#f9f7f2;height:100vh}.package-form h4{text-align:left;font-size:2rem}.package-form .back-to-home{background-color:#416d19;padding:10px 25px;font-weight:600;border-radius:50px;color:#fff;text-decoration:none}@media (min-width: 320px) and (max-width: 440px){.package-form .deals-form{padding:10px 15px}.package-form{height:100%}}.wcafe-play{background-image:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(/assets/bd5-f2c0715f.jpg);background-repeat:no-repeat;display:flex;height:100vh;background-size:cover;gap:1rem;padding:3.5rem 1rem;justify-content:center;background-attachment:fixed;flex-wrap:wrap}#cafe{scroll-margin-top:140px}.wcafe-play .wcafe h3{color:#fff;font-size:2rem}.wcafe-play .wcafe p{color:#fff;font-size:1.2rem}.wcafe-image{display:grid;grid-template-columns:auto auto auto}.wcafe-image img{width:200px;object-fit:cover;height:125px;margin:.3rem;border-radius:.5rem;transition:all .3s}.wcafe-image img:hover{transform:scale(1.1) rotate(5deg);cursor:pointer}@media (min-width: 769px) and (max-width: 1024px){.wcafe-image{grid-template-columns:auto auto auto}.wcafe-image img{width:150px;height:105px}}@media (min-width: 441px) and (max-width: 768px){.wcafe-play{height:auto}.wcafe-play .wcafe h3{font-size:1.3rem}.wcafe-play .wcafe p{color:#fff;font-size:1rem}.wcafe-image{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media (min-width: 320px) and (max-width: 440px){.wcafe-play{height:auto}.wcafe-play .wcafe h3{font-size:1.3rem}.wcafe-play .wcafe p{color:#fff;font-size:1rem}.wcafe-image{grid-template-columns:repeat(auto-fill,minmax(110px,1fr))}.wcafe-image img{width:120px;height:70px}}.wkar-play{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.7)),url(/assets/karoke-a042833f.webp);background-repeat:no-repeat;display:flex;height:100vh;background-size:cover;gap:1rem;padding:3.5rem 1rem;justify-content:center;background-attachment:fixed;flex-wrap:wrap}#kk{scroll-margin-top:140px}.wkar-play .wkar h3{color:#fff;font-size:2rem}.wkar-play .wkar p{color:#fff;font-size:1.2rem}.wkar-image{display:grid;grid-template-columns:auto auto auto}.wkar-image img{width:200px;object-fit:cover;height:125px;margin:.3rem;border-radius:.5rem;transition:all .3s}.wkar-image img:hover{transform:scale(1.1) rotate(5deg);cursor:pointer}@media (min-width: 769px) and (max-width: 1024px){.wkar-image{grid-template-columns:auto auto auto}.wkar-image img{width:150px;height:105px}}@media (min-width: 441px) and (max-width: 768px){.wkar-play{height:auto}.wkar-play .wkar h3{font-size:1.3rem}.wkar-play .wkar p{color:#fff;font-size:1rem}.wkar-image{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media (min-width: 320px) and (max-width: 440px){.wkar-play{height:auto}.wkar-play .wkar h3{font-size:1.3rem}.wkar-play .wkar p{color:#fff;font-size:1rem}.wkar-image{grid-template-columns:repeat(auto-fill,minmax(110px,1fr))}.wkar-image img{width:120px;height:70px}}.wmovie-play{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.7)),url(/assets/movie-f4d03685.jpg);background-repeat:no-repeat;display:flex;height:100vh;background-size:auto;gap:1rem;padding:3.5rem 1rem;justify-content:center;background-attachment:fixed;flex-wrap:wrap}.wmovie-play .wmovie h3{color:#fff;font-size:2rem}.wmovie-play .wmovie p{color:#fff;font-size:1.2rem}.wmovie-image{display:grid;grid-template-columns:auto auto auto}.wmovie-image img{width:200px;height:125px;margin:.3rem;border-radius:.5rem;transition:all .3s}.wmovie-image img:hover{transform:scale(1.1) rotate(5deg);cursor:pointer}@media (min-width: 769px) and (max-width: 1024px){.wmovie-image{grid-template-columns:auto auto auto}.wmovie-image img{width:150px;height:105px}}@media (min-width: 441px) and (max-width: 768px){.wmovie-play{height:auto}.wmovie-play .wmovie h3{font-size:1.3rem}.wmovie-play .wmovie p{color:#fff;font-size:1rem}.wmovie-image{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media (min-width: 320px) and (max-width: 440px){.wmovie-play{height:auto}.wmovie-play .wmovie h3{font-size:1.3rem}.wmovie-play .wmovie p{color:#fff;font-size:1rem}.wmovie-image{grid-template-columns:repeat(auto-fill,minmax(110px,1fr))}.wmovie-image img{width:120px;height:70px}}.wnerf-play{background-image:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(/assets/nw2-ea4705a0.jpg);background-repeat:no-repeat;display:flex;height:100vh;background-size:cover;gap:1rem;padding:3.5rem 1rem;justify-content:center;background-attachment:fixed;flex-wrap:wrap}#nerf{scroll-margin-top:140px}.wnerf-play .wnerf h3{color:#fff;font-size:2rem}.wnerf-play .wnerf p{color:#fff;font-size:1.2rem}.wnerf-image{display:grid;grid-template-columns:auto auto auto}.wnerf-image img{width:200px;object-fit:cover;height:125px;margin:.3rem;border-radius:.5rem;transition:all .3s}.wnerf-image img:hover{transform:scale(1.1) rotate(5deg);cursor:pointer}@media (min-width: 769px) and (max-width: 1024px){.wnerf-image{grid-template-columns:auto auto auto}.wnerf-image img{width:150px;height:105px}}@media (min-width: 441px) and (max-width: 768px){.wnerf-play{height:auto}.wnerf-play .wnerf h3{font-size:1.3rem}.wnerf-play .wnerf p{color:#fff;font-size:1rem}.wnerf-image{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media (min-width: 320px) and (max-width: 440px){.wnerf-play{height:auto}.wnerf-play .wnerf h3{font-size:1.3rem}.wnerf-play .wnerf p{color:#fff;font-size:1rem}.wnerf-image{grid-template-columns:repeat(auto-fill,minmax(110px,1fr))}.wnerf-image img{width:120px;height:70px}}.wparty-play{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.7)),url(/assets/party-5a0c3183.jpg);background-repeat:no-repeat;display:flex;height:100vh;background-size:cover;gap:1rem;padding:3.5rem 1rem;justify-content:center;background-attachment:fixed;flex-wrap:wrap}#ph{scroll-margin-top:140px}.wparty-play .wparty h3{color:#fff;font-size:2rem}.wparty-play .wparty p{color:#fff;font-size:1.2rem}.wparty-image{display:grid;grid-template-columns:auto auto auto}.wparty-image img{width:200px;object-fit:cover;height:125px;margin:.3rem;border-radius:.5rem;transition:all .3s}.wparty-image img:hover{transform:scale(1.1) rotate(5deg);cursor:pointer}@media (min-width: 769px) and (max-width: 1024px){.wparty-image{grid-template-columns:auto auto auto}.wparty-image img{width:150px;height:105px}}@media (min-width: 441px) and (max-width: 768px){.wparty-play{height:auto}.wparty-play .wparty h3{font-size:1.3rem}.wparty-play .wparty p{color:#fff;font-size:1rem}.wparty-image{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media (min-width: 320px) and (max-width: 440px){.wparty-play{height:auto}.wparty-play .wparty h3{font-size:1.3rem}.wparty-play .wparty p{color:#fff;font-size:1rem}.wparty-image{grid-template-columns:repeat(auto-fill,minmax(110px,1fr))}.wparty-image img{width:120px;height:70px}}.wshoot-play{background-image:linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.4)),url(/assets/shooting-667a8e18.jpg);background-repeat:no-repeat;display:flex;height:100vh;background-size:cover;gap:1rem;padding:3.5rem 1rem;justify-content:center;background-attachment:fixed;flex-wrap:wrap}.wshoot-play .wshoot h3{color:#fff;font-size:2rem}.wshoot-play .wshoot p{color:#fff;font-size:1.2rem}.wshoot-image{display:grid;grid-template-columns:auto auto auto}.wshoot-image img{width:200px;object-fit:cover;height:125px;margin:.3rem;border-radius:.5rem;transition:all .3s}.wshoot-image img:hover{transform:scale(1.1) rotate(5deg);cursor:pointer}@media (min-width: 769px) and (max-width: 1024px){.wshoot-image{grid-template-columns:auto auto auto}.wshoot-image img{width:150px;height:105px}}@media (min-width: 441px) and (max-width: 768px){.wshoot-play{height:auto}.wshoot-play .wshoot h3{font-size:1.3rem}.wshoot-play .wshoot p{color:#fff;font-size:1rem}.wshoot-image{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media (min-width: 320px) and (max-width: 440px){.wshoot-play{height:auto}.wshoot-play .wshoot h3{font-size:1.3rem}.wshoot-play .wshoot p{color:#fff;font-size:1rem}.wshoot-image{grid-template-columns:repeat(auto-fill,minmax(110px,1fr))}.wshoot-image img{width:120px;height:70px}}.wsoft-play{background-image:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(/assets/sp1-a0a78997.jpg);background-repeat:no-repeat;display:flex;height:100vh;background-size:cover;gap:1rem;padding:3.5rem 1rem;justify-content:center;background-attachment:fixed;flex-wrap:wrap}#sp{scroll-margin-top:140px}.wsoft-play .wsoft h3{color:#fff;font-size:2rem}.wsoft-play .wsoft p{color:#fff;font-size:1.2rem}.wsoft-play>div{margin-top:104px}.wsoft-image{display:grid;grid-template-columns:auto auto auto}.wsoft-image img{width:200px;height:125px;margin:.3rem;border-radius:.5rem;object-fit:cover;transition:all .3s}.wsoft-image img:hover{transform:scale(1.1) rotate(5deg);cursor:pointer}@media (min-width: 769px) and (max-width: 1024px){.wsoft-image{grid-template-columns:auto auto auto}.wsoft-image img{width:150px;height:105px}}@media (min-width: 441px) and (max-width: 768px){.wsoft-play{height:auto}.wsoft-play .wsoft h3{font-size:1.3rem}.wsoft-play .wsoft p{color:#fff;font-size:1rem}.wsoft-image{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media (min-width: 320px) and (max-width: 440px){.wsoft-play{height:auto}.wsoft-play .wsoft h3{font-size:1.3rem}.wsoft-play .wsoft p{color:#fff;font-size:1rem}.wsoft-image{grid-template-columns:repeat(auto-fill,minmax(110px,1fr))}.wsoft-image img{width:120px;height:70px}}.wwork-play{background-image:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(/assets/3-6cbdd6df.jpg);background-repeat:no-repeat;display:flex;height:100vh;background-size:cover;gap:1rem;padding:3.5rem 1rem;justify-content:center;background-attachment:fixed;flex-wrap:wrap}#co{scroll-margin-top:140px}.wwork-play .wwork h3{color:#fff;font-size:2rem}.wwork-play .wwork p{color:#fff;font-size:1.2rem}.wwork-image{display:grid;grid-template-columns:auto auto auto}.wwork-image img{width:200px;height:125px;margin:.3rem;border-radius:.5rem;transition:all .3s}.wwork-image img:hover{transform:scale(1.1) rotate(5deg);cursor:pointer}@media (min-width: 769px) and (max-width: 1024px){.wwork-image{grid-template-columns:auto auto auto}.wwork-image img{width:150px;height:105px}}@media (min-width: 441px) and (max-width: 768px){.wwork-play{height:auto}.wwork-play .wwork h3{font-size:1.3rem}.wwork-play .wwork p{color:#fff;font-size:1rem}.wwork-image{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media (min-width: 320px) and (max-width: 440px){.wwork-play{height:auto}.wwork-play .wwork h3{font-size:1.3rem}.wwork-play .wwork p{color:#fff;font-size:1rem}.wwork-image{grid-template-columns:repeat(auto-fill,minmax(110px,1fr))}.wwork-image img{width:120px;height:70px}}.wgame-play{background-image:linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.4)),url(/assets/gaming-1ec0b5b2.jpg);background-repeat:no-repeat;display:flex;height:100vh;background-size:cover;gap:1rem;padding:3.5rem 1rem;justify-content:center;background-attachment:fixed;flex-wrap:wrap}#vr{scroll-margin-top:140px}.wgame-play .wgame h3{color:#fff;font-size:2rem}.wgame-play .wgame p{color:#fff;font-size:1.2rem}.wgame-image{display:grid;grid-template-columns:auto auto auto}.wgame-image img{width:200px;object-fit:cover;height:125px;margin:.3rem;border-radius:.5rem;transition:all .3s}.wgame-image img:hover{transform:scale(1.1) rotate(5deg);cursor:pointer}@media (min-width: 769px) and (max-width: 1024px){.wgame-image{grid-template-columns:auto auto auto}.wgame-image img{width:150px;height:105px}}@media (min-width: 441px) and (max-width: 768px){.wgame-play{height:auto}.wgame-play .wgame h3{font-size:1.3rem}.wgame-play .wgame p{color:#fff;font-size:1rem}.wgame-image{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media (min-width: 320px) and (max-width: 440px){.wgame-play{height:auto}.wgame-play .wgame h3{font-size:1.3rem}.wgame-play .wgame p{color:#fff;font-size:1rem}.wgame-image{grid-template-columns:repeat(auto-fill,minmax(110px,1fr))}.wgame-image img{width:120px;height:70px}}*{font-family:"Baloo 2",sans-serif}:root{--theme: #ff8453c2;--theme-dark: #ff8453}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.home-page{background-color:#1d1f22}.label{font-size:1rem;color:#7d7c7c;text-transform:uppercase;font-weight:600;letter-spacing:2px}.input{width:100%;padding:15px 25px;border:1px solid #ccd3ca;border-radius:3px}.select{width:100%;padding:15px 25px;border:1px solid #ccd3ca}.textarea{width:100%;padding:7px 20px;border:1px solid #ccd3ca}.sumbit-btn{background-color:#000;color:#fff;border-radius:50px;text-align:center;font-weight:600;border:none;padding:10px 25px}.input:focus{width:100%;padding:15px 25px;border:1px solid #ccd3ca}.input:active{width:100%;padding:15px 25px;border:1px solid #ccd3ca}
