@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");@keyframes shine{0%{opacity:0;left:0}50%{opacity:1}to{opacity:0;left:100%}}.form{--inputsize:48px;--labelbefore:var(--white);--labelafter:var(--white);--borderbefore:var(--secondary);--borderafter:var(--white);--labelfontbefore:16px;--labelfontafter:14px;--font:500;--inputsize:42px;--color:var(--white);--borderwidth:1px;--labelbackground:none;--font:normal;--textareaheight:86px;--paddingleftright:0px}.form .form-group{position:relative;flex:0 1 100%;max-width:100%;width:100%;--selectheight:var(--inputsize);line-height:0}.form .form-group.active:after{width:100%}.form .form-group:after,.form .form-group:before{content:"";position:absolute;bottom:0;left:0;right:0;height:var(--borderwidth);transition:.5s ease}.form .form-group:before{background:var(--borderbefore)}.form .form-group:after{width:0;background:var(--borderafter)}.form .form-group.border{--paddingleftright:15px}.form .form-group.border:after,.form .form-group.border:before{display:none}.form .form-group.border input{border:1px solid var(--text);border-radius:5px}.form .form-group.border label{background:var(--white)}.form .form-group label{font-weight:var(--font);position:absolute;top:calc(var(--inputsize) / 2 - var(--labelfontbefore) / 2);left:var(--paddingleftright);color:var(--labelbefore);line-height:1;font-size:var(--labelfontbefore);background:none;transition:.3s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.form .form-group input,.form .form-group textarea{height:calc(var(--inputsize) - var(--borderwidth));border:none;resize:none;border-radius:0;width:100%;background:none;color:var(--color);font-size:inherit;font-family:inherit;cursor:auto;padding:0 var(--paddingleftright)}.form .form-group input.valid,.form .form-group input:focus,.form .form-group textarea.valid,.form .form-group textarea:focus{outline:none}.form .form-group input.valid~label,.form .form-group textarea.valid~label{font-size:var(--labelfontafter);color:var(--labelafter);top:calc(var(--labelfontafter) / -2)}.form .form-group input:not(.no-focus):focus,.form .form-group textarea:not(.no-focus):focus{outline:none}.form .form-group input:not(.no-focus):focus~label,.form .form-group textarea:not(.no-focus):focus~label{font-size:var(--labelfontafter);color:var(--labelafter);top:calc(var(--labelfontafter) / -2)}.form .form-group input[readonly],.form .form-group textarea[readonly]{caret-color:transparent}.form .form-group textarea{height:var(--textareaheight);border:none;resize:none;border-radius:0;width:100%;background:none;color:var(--color);font-size:inherit;font-family:inherit;line-height:1.2;cursor:auto;padding:0 var(--paddingleftright);padding-right:15px}.form .form-group textarea::-webkit-scrollbar{width:2px;background:none;height:2px}.form .form-group textarea::-webkit-scrollbar-track{box-shadow:none}.form .form-group textarea::-webkit-scrollbar-thumb{background-color:var(--black);border-radius:15px}.form .form-group textarea.valid,.form .form-group textarea:focus{outline:none;margin-top:13px;height:calc(var(--textareaheight) - 13px)}.form .form-group select:focus{outline:none}.form .form-group select~label{position:absolute;top:calc(var(--labelfontafter) / -2);left:var(--paddingleftright);color:var(--labelafter);translate:0 0;font-size:var(--labelfontafter);opacity:0;transition:.6s ease}.form .form-group select.valid{color:var(--color)}.form .form-group select.valid~label{opacity:1}.form .form-group .error{position:absolute;top:calc(100% + 3px);left:0;right:0;color:red;line-height:normal;font-size:12px}.form .form-group.file-input input[type=file]{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;opacity:0;z-index:4;cursor:pointer}.form .form-group.file-input .file-name{pointer-events:none;height:calc(var(--inputsize) - var(--borderwidth));position:relative;--filename:"Attach Resume*";--filenameinitial:var(--filename);--color:var(--text);--background:none;--image:url(/assets/icon/clip-gray.svg) no-repeat;-webkit-appearance:none;-moz-appearance:none;appearance:none;line-height:calc(var(--inputsize) - var(--borderwidth))}.form .form-group.file-input .file-name:after,.form .form-group.file-input .file-name:before{position:absolute;top:0;bottom:0;left:3%;right:0}.form .form-group.file-input .file-name:before{content:var(--filenameinitial);z-index:2;font-family:inherit;font-size:inherit;line-height:calc(var(--inputsize) - var(--borderwidth));padding-left:var(--paddingleftright);color:var(--color);width:80%;overflow:hidden;text-overflow:ellipsis;background:none}.form .form-group.file-input .file-name:after{content:"";right:0;background:var(--image);background-repeat:no-repeat;z-index:1;background-position:calc(100% - var(--paddingleftright, 0)) 50%;background-size:auto 50%}.form .submit-grp:not(.text-left){text-align:center;margin-top:23px}@media only screen and (max-width:540px){.form .submit-grp:not(.text-left){margin-top:0}}.checkbox-full{position:relative;--size:20px;display:flex;line-height:normal;align-items:center}.checkbox-full:has(input:checked) .check-span{background:var(--primary)}.checkbox-full:has(input:checked) .check-span:before{opacity:1}.checkbox-full input{position:absolute;top:0;left:0;right:0;bottom:0;height:100%;width:100%;opacity:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;z-index:2}.checkbox-full .check-span{flex:0 1 auto;display:block;--size:20px;height:var(--size);width:var(--size);position:relative;padding:0;border-radius:5px;background:#D9D9D9;pointer-events:none}.checkbox-full .check-span:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:2;background:url(/assets/icon/tick-white.svg) no-repeat;background-position:50% 50%;background-size:10px auto;opacity:0}.checkbox-full p{padding-left:14px}.radio-full{position:relative;--size:20px;display:flex;line-height:normal;align-items:center}.radio-full:has(input:checked) .check-span{outline-offset:-4px;outline:2px solid var(--white);background:var(--primary)}.radio-full input{position:absolute;top:0;left:0;right:0;bottom:0;height:100%;width:100%;opacity:0;z-index:2}.radio-full .check-span,.radio-full input{-webkit-appearance:none;-moz-appearance:none;appearance:none}.radio-full .check-span{flex:0 1 auto;display:block;--size:17px;display:inline-block;height:var(--size);width:var(--size);border:1px solid var(--primary);border-radius:50%;position:relative;padding:0;background:transparent}.radio-full p{padding-left:14px}*,:after,:before{padding:0;margin:0;list-style:none;box-sizing:border-box}:root{--headerpadding:10px;--headerheight:90px;--headerfixed:70px;--arrow:25px;--arrowsize:20px;--triangle:10px;--space:11px;--footerstrip:38px;--filterstrip:42px;--elementhover:#886947;--primary:#000;--secondary:#886947;--lightgold:#ffd97e;--colortext:#000;--red:#FF2323;--green:#4EA95F;--sucgreen:#008000;--blue:#2773E5;--text:#666666;--white:#FFFFFF;--black:#000000;--gray:#EFEFEF;--container:1280px;--containerfluid:3%;--gradient-a:linear-gradient(270deg,#ffd97e 20%,#997038);--gradient-b:linear-gradient(90deg,#000000,#886947)}@media only screen and (max-width:991px){:root{--containerfluid:15px;--headerheight:90px;--headerfixed:70px}}@media only screen and (max-width:768px){:root{--headerheight:80px;--headerfixed:60px}}@media only screen and (max-width:540px){:root{--headerheight:70px;--headerfixed:60px}}.sec-pad{padding:60px 0 0}@media only screen and (max-width:991px){.sec-pad{padding:50px 0 0}}@media only screen and (max-width:768px){.sec-pad{padding:40px 0 0}}@media only screen and (max-width:540px){.sec-pad{padding:30px 0 0}}.sec-pad-all{padding:60px 0}@media only screen and (max-width:991px){.sec-pad-all{padding:50px 0}}@media only screen and (max-width:768px){.sec-pad-all{padding:40px 0}}@media only screen and (max-width:540px){.sec-pad-all{padding:30px 0}}body::-webkit-scrollbar{width:8px;background:var(--black)}body::-webkit-scrollbar-track{box-shadow:none}body::-webkit-scrollbar-thumb{background-color:var(--secondary);border-radius:10px}@media only screen and (max-width:540px){body{-webkit-tap-highlight-color:transparent}}body.overflow-hidden{overflow:hidden;margin-right:8px}@media only screen and (max-width:991px){body.overflow-hidden{margin-right:0}}body.overflow-hidden header{width:calc(100% - 8px)}@media only screen and (max-width:991px){body.overflow-hidden header{width:100%}}body,html{font-size:16px;line-height:1.5;font-optical-sizing:auto;font-style:normal;font-family:Lato;font-weight:400}body p,html p{line-height:1.2;color:var(--white)}a[href]{color:#fff;text-decoration:none;cursor:pointer;transition:.5s ease}a[href].logo{display:block;line-height:0}.view_all{font-size:14px;font-weight:500;display:flex;align-items:center;gap:10px;color:var(--primary)}.view_all img{width:24px}.view_all:hover img,.view_all:hover svg{transform:translateX(5px)}svg path{transition:.5s ease}.container{max-width:var(--container);width:100%;margin:0 auto}@media only screen and (max-width:1300px){.container{padding:0 25px}}@media only screen and (max-width:767px){.container{padding:0 15px}}@media only screen and (max-width:345px){.container{padding:0 13px}}@media only screen and (max-width:320px){.container{padding:0 10px}}@media only screen and (max-width:675px){.container.container2{padding-right:0}.container.container2 .heading{padding-right:15px}}@media only screen and (max-width:345px){.container.container2 .heading{padding-right:13px}}@media only screen and (max-width:320px){.container.container2 .heading{padding-right:10px}}.main_wrapper{width:100%;padding:0 var(--containerfluid)}@media only screen and (max-width:1340px){.main_wrapper{padding:0;max-width:var(--container);width:100%;margin:0 auto}}@media only screen and (max-width:1340px) and (max-width:1300px){.main_wrapper{padding:0 25px}}@media only screen and (max-width:1340px) and (max-width:767px){.main_wrapper{padding:0 15px}}@media only screen and (max-width:1340px) and (max-width:345px){.main_wrapper{padding:0 13px}}@media only screen and (max-width:1340px) and (max-width:320px){.main_wrapper{padding:0 10px}}@media only screen and (max-width:1340px) and (max-width:675px){.main_wrapper.container2{padding-right:0}.main_wrapper.container2 .heading{padding-right:15px}}@media only screen and (max-width:1340px) and (max-width:345px){.main_wrapper.container2 .heading{padding-right:13px}}@media only screen and (max-width:1340px) and (max-width:320px){.main_wrapper.container2 .heading{padding-right:10px}}.container-fluid{padding:0 var(--containerfluid);display:block;margin:0 auto}.bgprime{background:var(--black)}h1,h2,h3,h4,h5,h6{font-weight:400;color:var(--white);text-transform:uppercase}h1{font-size:48px;line-height:1.5;font-weight:600;font-family:Zoom}@media only screen and (max-width:767px){h1{font-size:48px}}h2{font-size:40px;font-weight:600}h2,h3{line-height:1.5;font-family:Zoom}.heading h2,h3{font-size:36px}.heading h2{line-height:1.5}@media only screen and (max-width:991px){.heading h2{font-size:32px}}@media only screen and (max-width:768px){.heading h2{font-size:28px}}@media only screen and (max-width:540px){.heading h2{font-size:24px}}.heading.h-large h2,.heading.h-large h3{font-size:36px}.heading>p{margin-top:10px}@media only screen and (max-width:540px){.heading>p{font-size:14px}}h4{font-size:36px;line-height:1.28}h5{font-size:24px;line-height:1.25}@media only screen and (max-width:1152px){h5{font-size:22px}}@media only screen and (max-width:675px){h5{font-size:20px}}h6{font-size:20px}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-uppercase{text-transform:uppercase}.flex{display:flex;flex-wrap:wrap}.grid{display:grid}.span-2{grid-column:span(2)}.inline-flex{--gap:12px;display:inline-flex;align-items:center;gap:0 var(--gap)}img{height:100%;max-width:100%}button,input,select{font-family:inherit;font-size:inherit;cursor:pointer}input{border-radius:0;border:none;outline:none}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}video{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}button{border:none;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}button.edit,button.remove{font-size:14px;text-transform:uppercase}button.remove{color:var(--text)}.btn_wrap{display:flex;align-items:center;gap:15px}.tab-nav{cursor:default}.tab-nav [data-tab]{cursor:pointer;caret-color:transparent}.tab-nav-content{position:relative}.tab-nav-content .tabs{transform:translateY(10px);transition:.6s ease}.tab-nav-content .tabs.active{transform:translateY(0)}.tab-nav-content .tabs:not(.active){position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:0;height:0;overflow:hidden;transform:translateY(3%)}.item-md{position:relative}.item-md:after,.item-md:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;background:none;transition:.5s ease}.item-md:after,.item-md:before{z-index:1}.item-md .figure,.item-md figure{display:block;overflow:hidden;line-height:0;height:100%}.item-md .figure img,.item-md .figure video,.item-md figure img,.item-md figure video{height:100%;width:100%;object-fit:cover;transition:.5s ease}.item-md figcaption{z-index:2}.item-md .link-md,.item-md figcaption{position:absolute;bottom:0;left:0;right:0}.item-md .link-md{top:0;z-index:3}.item-md.center-item figcaption{bottom:auto;top:50%;translate:0 -50%}.relative{position:relative}.testimony_col:before{background:linear-gradient(180deg,rgba(0,0,0,0) 14%,rgba(0,0,0,.6) 88%)}.testimony_col figcaption{display:flex;align-items:center;justify-content:space-between;padding:0 20px 20px;bottom:3%;translate:0 3%}.testimony_col figcaption .content h6,.testimony_col figcaption .content p{color:var(--white)}.testimony_col figcaption .content h6{font-size:24px}@media only screen and (max-width:991px){.testimony_col figcaption .content h6{font-size:22px}}.testimony_col figcaption .content p{font-size:14px}.testimony_col figcaption .play-btn{--btnsize:40px}.product_col{height:100%;width:100%;background-color:var(--white);position:relative;overflow:hidden}.product_col:hover .figure img,.product_col:hover figure img{transform:scale(1)}.product_col:hover .hoverItem{transform:translateY(0)}.product_col .figure,.product_col figure{display:block;line-height:0;height:100%;max-height:500px;width:100%;overflow:hidden;padding:20px 0}.product_col .figure img,.product_col figure img{width:100%;height:100%;object-fit:contain;transform:scale(.9)}.product_col figcaption{overflow:hidden;padding:0 20px 30px}@media only screen and (max-width:540px){.product_col figcaption{padding:0 10px 10px}}.product_col figcaption h6{font-size:16px;font-weight:700;padding:0 20px 5px}@media only screen and (max-width:540px){.product_col figcaption h6{padding:0 5px 5px}}.product_col figcaption p{font-size:14px;font-weight:400;padding:0 20px}@media only screen and (max-width:540px){.product_col figcaption p{padding:0 5px}}.product_col .wislist{position:absolute;top:3%;right:5%;transform:translate(5%,-3%)}.product_col .hoverItem{display:flex;align-items:center;transform:translateY(100%);transition:.5s ease;width:100%;position:absolute;bottom:0}.product_col .hoverItem a,.product_col .hoverItem button{flex:1 1;text-align:center;padding:15px 10px;line-height:1.2}.product_col .hoverItem .enquireBtn{background:var(--black);color:var(--white)}@media only screen and (max-width:540px){.product_col .hoverItem .enquireBtn{padding:8px 5px;font-size:12px}}.product_col .hoverItem .viewDetails{background:var(--gray);color:var(--black)}@media only screen and (max-width:540px){.product_col .hoverItem .viewDetails{padding:8px 5px;font-size:12px}}.city_col{display:block;width:100%;height:100%;background:var(--white);border-radius:10px;border:1px solid #aeaeae;text-align:center;padding:15px 20px;transition:.3s ease}.city_col:hover{box-shadow:0 5px 15px rgba(0,0,0,.3490196078)}.city_col:hover .cname,.city_col:hover .parks{color:var(--black)}.city_col .cname{margin-top:15px;font-weight:600}.city_col .cname,.city_col .parks{color:var(--text);transition:.3s ease}.city_col .parks{font-size:14px}.category_col:before{background:linear-gradient(180deg,rgba(0,0,0,0) 14%,rgba(0,0,0,.3) 88%);border-radius:10px}.category_col:after{background:linear-gradient(0deg,rgba(0,0,0,0) 14%,rgba(0,0,0,.3) 88%);border-radius:10px}.category_col:hover figure img{transform:scale(1.2)}.category_col figure{position:relative;border-radius:10px}.category_col figure video{position:absolute;left:0;top:0;z-index:-1}.category_col figure img{transition:1s ease}.category_col figcaption{width:100%;height:100%;padding:15px 15px 20px;display:flex;flex-direction:column;justify-content:space-between}.category_col figcaption .top_sec{align-items:center;justify-content:space-between}.category_col figcaption .top_sec p{font-size:14px;font-weight:600;color:var(--white)}.category_col figcaption .lower_sec h3{font-size:18px;font-weight:600;color:var(--white);line-height:1.5}.category_col figcaption .lower_sec p{font-size:14px;font-weight:500;color:var(--white)}.industry_col{width:100%}.industry_col:hover figure .img_wrap img{transform:scale(1.2)}.industry_col figure{position:relative}.industry_col figure:after,.industry_col figure:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;background:none;transition:.5s ease}.industry_col figure:after,.industry_col figure:before{z-index:1}.industry_col figure:before{background:linear-gradient(180deg,rgba(0,0,0,0) 14%,rgba(0,0,0,.3) 88%);border-radius:5px}.industry_col figure:after{background:linear-gradient(0deg,rgba(0,0,0,0) 14%,rgba(0,0,0,.3) 88%);border-radius:5px}.industry_col .img_wrap{display:block;overflow:hidden;line-height:0;height:100%;border-top-left-radius:5px;border-top-right-radius:5px}.industry_col .img_wrap img,.industry_col .img_wrap video{height:100%;width:100%;object-fit:cover;transition:.5s ease}.industry_col .img_content{position:absolute;bottom:0;left:0;right:0;z-index:2;width:100%;height:100%;padding:15px 15px 20px;display:flex;flex-direction:column;justify-content:space-between}.industry_col .img_content .top_sec{align-items:center;justify-content:space-between}.industry_col .img_content .top_sec p{font-size:14px;font-weight:600;color:var(--white)}.industry_col .img_content .lower_sec h3{font-size:18px;font-weight:600;color:var(--white);line-height:1.5}.industry_col .img_content .lower_sec p{font-size:14px;font-weight:500;color:var(--white)}.industry_col figcaption{background:var(--white);padding:25px 15px;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.industry_col figcaption>p{font-size:14px;color:var(--text);font-weight:400}.industry_col figcaption .distance{display:flex;align-items:center;gap:10px;padding:20px 0}.industry_col figcaption .distance .dis_col{flex:1 1}.industry_col figcaption .distance .dis_col p,.industry_col figcaption .distance .dis_col span{display:block;font-size:14px;color:var(--text)}.industry_col figcaption .distance .dis_col p{font-weight:600}.industry_col figcaption .btn_wrapper{display:flex;align-items:center;gap:10px}.industry_col figcaption .btn_wrapper .btn{flex:1 1}.overlay{position:fixed;left:0;right:0;bottom:0;top:0;z-index:6;opacity:0;background:rgba(0,0,0,.5);transform:translateY(100%);transition:0s ease .5s,opacity .5s ease;cursor:pointer}@media only screen and (max-width:991px){.overlay{z-index:2}}@media only screen and (max-width:540px){.overlay{display:none}}.overlay.is-open{transition:opacity 1s ease;opacity:1;transform:translateY(0)}.overlay2{position:fixed;left:0;right:0;bottom:0;top:0;z-index:5;opacity:0;background:rgba(0,0,0,.7);transform:translateY(100%);transition:0s ease .5s,opacity .5s ease;pointer-events:none;cursor:pointer}@media only screen and (max-width:991px){.overlay2{z-index:2}}@media only screen and (max-width:675px){.overlay2{display:none}}.overlay2.is-open{transition:opacity 1s ease;opacity:1;transform:translateY(0)}.model{position:fixed;top:0;bottom:0;z-index:7;background:var(--white);background-position:0 80%;background-size:75%;max-width:435px;width:100%}.model .close:not(.btn){position:absolute;top:0;right:0;top:40px;right:40px}@media only screen and (max-width:520px){.model .close:not(.btn){top:20px;right:20px}}.model .close:not(.btn) path{stroke:var(--black)}img{width:100%;object-fit:cover;transition:.5s ease}.btn{--height:42px;--padding:18px;display:inline-flex;align-items:center;justify-content:center;gap:10px;vertical-align:middle;height:var(--height);line-height:var(--height);padding:0 var(--padding);border:1px solid var(--secondary);overflow:hidden;text-transform:capitalize;color:var(--white);-webkit-appearance:none;-moz-appearance:none;appearance:none;caret-color:transparent;z-index:1;position:relative}.btn,.btn:before{transition:.5s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.btn:before{background:transparent}.btn:after,.btn:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;pointer-events:none}.btn:after{-webkit-user-select:none;-moz-user-select:none;user-select:none;background:var(--secondary);transition:.5s ease}.btn:after,.btn:before{z-index:-1;transition:.5s ease}.btn:after{width:0}@media only screen and (max-width:1336px){.btn{--height:36px}}@media only screen and (max-width:540px){.btn{font-size:12px;--padding:14px}}.btn:hover:before{opacity:0}.btn:hover:after{width:100%}.btn:hover path{fill:var(--primary)}.btn:hover img{transform:rotate(20deg)}.btn>img{width:24px;height:24px;transition:.3s ease}.btn.btn-large,.btn.btn-medium{font-size:16px;letter-spacing:0}.btn.w-100{width:100%}.btn.btn-large{--height:52px;--padding:38px}.btn.small{--height:30px;--padding:12px;font-size:14px}.btn.btn-medium{--height:45px;--padding:25px}.btn.solid:before{background:var(--secondary)}.btn.solid:after{width:100%;background:none}.btn.solid:hover{color:var(--secondary)}.btn.solid:hover img{filter:invert(1)}.form-grid{--item:1;--gaplr:30px;--gaptb:32px;display:grid;grid-template-columns:repeat(var(--item),calc((100% - var(--gaplr) * (var(--item) - 1)) / var(--item)));grid-gap:var(--gaptb) var(--gaplr);gap:var(--gaptb) var(--gaplr)}.form-grid .full{grid-column:span var(--item)}.banner{position:relative}.banner:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;background:none;transition:.5s ease;z-index:1;background:linear-gradient(270deg,rgba(0,0,0,0),rgba(0,0,0,.8)),linear-gradient(180deg,rgba(0,0,0,0) 14%,rgba(0,0,0,.6) 88%)}.banner .bg{line-height:0}@media only screen and (max-width:991px){.banner .bg{height:calc(100vh - var(--headerheight))}}.banner .bg>img,.banner .bg>video{width:100%;height:100%;object-fit:cover}.banner .banner-wrapper{position:absolute;left:0;right:0;top:50%;translate:0 -50%;z-index:2}.banner .banner-wrapper h1{font-family:Zoom;text-transform:uppercase;font-size:48px;line-height:1.28;color:var(--white)}.banner .banner-wrapper h2:not(.white){display:inline-block;text-transform:uppercase;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-image:var(--gradient-a)}.banner-banner .content h1{font-family:Zoom;font-size:32px;line-height:1.1875;text-transform:uppercase}.banner-banner .content p{margin-top:18px;color:var(--text)}.swiper-slide{height:auto}.swiper-nav{line-height:0}@media only screen and (max-width:768px){.swiper-nav,.swiper-nav.no_bg{display:none}}.swiper-nav.no_bg .swiper-next,.swiper-nav.no_bg .swiper-prev{background:none;box-shadow:none}.swiper-nav.no_bg .swiper-next img,.swiper-nav.no_bg .swiper-next svg,.swiper-nav.no_bg .swiper-prev img,.swiper-nav.no_bg .swiper-prev svg{width:30px;height:30px}.swiper-nav.buttonbg .swiper-next,.swiper-nav.buttonbg .swiper-prev{background:var(--gradient-a);box-shadow:0 5px 15px 0 rgba(0,0,0,.3490196078)}.swiper-nav.buttonbg-white .swiper-next,.swiper-nav.buttonbg-white .swiper-prev{background:var(--white);box-shadow:0 5px 15px 0 rgba(0,0,0,.3490196078)}.swiper-nav.buttonbg-white .swiper-next svg path,.swiper-nav.buttonbg-white .swiper-prev svg path{stroke:var(--black)}.swiper-nav.white-border .swiper-next,.swiper-nav.white-border .swiper-prev{background:none;box-shadow:none;border:1px solid var(--white)}.swiper-nav.white-border .swiper-next img,.swiper-nav.white-border .swiper-next svg,.swiper-nav.white-border .swiper-prev img,.swiper-nav.white-border .swiper-prev svg{width:30px;height:30px}.swiper-nav.white-border .swiper-next img path,.swiper-nav.white-border .swiper-next svg path,.swiper-nav.white-border .swiper-prev img path,.swiper-nav.white-border .swiper-prev svg path{stroke:var(--white)}.swiper-nav.center-full{position:absolute;top:50%;left:50%;translate:-50% -50%;z-index:2;display:flex;align-items:center;justify-content:space-between;width:100%;max-width:100%;margin:0 auto;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media only screen and (max-width:768px){.swiper-nav.center-full{display:none}}.swiper-nav.center-full .swiper-next,.swiper-nav.center-full .swiper-prev{pointer-events:all;-webkit-user-select:auto;-moz-user-select:auto;user-select:auto}.swiper-nav.group{display:flex;flex-wrap:wrap;align-items:center;gap:0 15px}@media only screen and (max-width:1152px){.swiper-nav.group{gap:0 8px}}@media only screen and (max-width:768px){.swiper-nav.group{display:none}}.swiper-nav.icon-width-auto .swiper-next svg,.swiper-nav.icon-width-auto .swiper-prev svg{width:auto;height:auto}.swiper-next,.swiper-prev{width:40px;height:40px;background:var(--white);border-radius:50%;box-shadow:0 5px 15px 0 rgba(0,0,0,.3490196078)}.swiper-next img,.swiper-next svg,.swiper-prev img,.swiper-prev svg{vertical-align:middle}.swiper-next.swiper-button-disabled,.swiper-prev.swiper-button-disabled{cursor:no-drop;opacity:.4}.swiper-next.swiper-button-lock,.swiper-prev.swiper-button-lock{display:none!important}.swiper-next{transform:rotate(180deg)}.play-btn{--btnsize:56px;--border:2px;--bordercolor:var(--white);--playbtncolor:var(--white);height:var(--btnsize);width:var(--btnsize);border-radius:50%;border:var(--border) solid var(--bordercolor);position:relative;background:none}@media only screen and (max-width:1024px){.play-btn{--btnsize:50px}}@media only screen and (max-width:675px){.play-btn{--btnsize:45px;--border:1px}}.play-btn:before{width:100%;height:100%;top:50%;right:0;bottom:0;left:50%;position:absolute;content:"";transform:translateX(-50%) translateY(-50%);background:var(--bordercolor);border-radius:50%;display:block;animation:pulse-border 1.5s ease-out infinite}@keyframes pulse-border{0%{transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);opacity:.5}to{transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);opacity:0}}.play-btn:after{content:"";position:absolute;top:50%;left:50%;translate:-50% -50%;width:0;height:0;border-top:calc(var(--btnsize) / 8) solid transparent;border-bottom:calc(var(--btnsize) / 8) solid transparent;border-left:calc(var(--btnsize) / 5.6) solid var(--playbtncolor)}.website-content>:first-child{margin-top:0!important}.website-content>:last-child{margin-bottom:0!important}.website-content h1,.website-content h2,.website-content h3,.website-content h4,.website-content h5,.website-content h6{color:var(--white)}.website-content h1{font-size:48px;margin-bottom:45px;text-align:center}@media only screen and (max-width:1024px){.website-content h1{font-size:32px}}@media only screen and (max-width:675px){.website-content h1{font-size:28px}}@media only screen and (max-width:520px){.website-content h1{font-size:20px}}.website-content h2{font-family:Lato;font-size:34px}@media only screen and (max-width:675px){.website-content h2{font-size:24px}}.website-content h3{font-family:Lato;font-size:28px;line-height:1.21}@media only screen and (max-width:675px){.website-content h3{font-size:20px}}.website-content h4{font-family:Lato;font-size:22px}@media only screen and (max-width:675px){.website-content h4{font-size:18px}}.website-content h5{font-family:Lato;font-size:18px}@media only screen and (max-width:675px){.website-content h5{font-size:16px}}.website-content h6{font-family:Lato;font-size:18px}.website-content h2,.website-content h3,.website-content h4{margin:40px 0 18px}.website-content h5,.website-content h6{margin:28px 0 18px}.website-content li,.website-content p{color:var(--text);text-align:justify;-webkit-hyphens:auto;hyphens:auto;word-spacing:-.07em;line-height:1.5}.website-content li b,.website-content p b{font-weight:400}.website-content a{color:var(--secondary)!important}.website-content a:hover{text-decoration:underline}.website-content p,.website-content ul{margin-bottom:20px}.website-content ul{padding-left:18px}@media only screen and (max-width:675px){.website-content ul{padding-left:10px}}.website-content ul li{position:relative;padding-left:28px}@media only screen and (max-width:675px){.website-content ul li{padding-left:20px}}.website-content ul li:not(:last-child){margin-bottom:6px}.website-content ul li:before{content:"";position:absolute;top:8px;left:0;width:10px;aspect-ratio:1;border-radius:50%;background:var(--gradient-a)}.container-fluid.slider-section .upper-sec .slider-nav{right:3%;transform:translate(3%,-50%)}@media only screen and (max-width:675px){.slider-section .container{padding-right:0}}.slider-section .upper-sec{position:relative;margin-bottom:4rem}@media only screen and (max-width:991px){.slider-section .upper-sec{margin-bottom:3rem}}@media only screen and (max-width:768px){.slider-section .upper-sec{margin-bottom:2rem}}@media only screen and (max-width:540px){.slider-section .upper-sec{margin-bottom:1.5rem}}.slider-section .upper-sec .slider-nav{position:absolute;top:50%;right:0;transform:translateY(-50%);display:flex;align-items:center;gap:20px}@media only screen and (max-width:768px){.slider-section .upper-sec .slider-nav{display:none}}.slider-section .upper-sec .slider-nav .swiper-prev img,.slider-section .upper-sec .slider-nav .swiper-prev svg{transform:scaleX(-1)}.slider-section .upper-sec .heading{text-align:center}.lctn{font-size:14px;line-height:1;color:var(--text);--arrow:20px;--space:5px;position:relative;padding-left:calc(var(--arrow) + var(--space))}.lctn:before{content:"";position:absolute;left:0;top:50%;translate:0 -50%;height:var(--arrow);width:var(--arrow);background-image:url(/assets/icon/location-gradient.svg);background-repeat:no-repeat;background-size:100% 100%;background-position:0 0;transition:.5s ease;transform-origin:center right}.lctn.clndr{color:var(--white);--arrow:17px;--space:12px}.lctn.clndr:before{background-image:url(/assets/icon/calender.svg)}.common-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:50px 20px}@media only screen and (max-width:991px){.common-grid{grid-template-columns:repeat(2,1fr);grid-gap:30px 18px}}@media only screen and (max-width:675px){.common-grid{grid-template-columns:100%;grid-gap:20px}}.product-col{position:relative}.product-col:before{content:"";display:block;width:0;height:86%;position:absolute;top:7%;left:0;opacity:0;background:white;box-shadow:0 0 55px 12px white;transform:skewX(-20deg);z-index:1}.product-col:hover:before{animation:shine .4s linear;animation-fill-mode:none}.product-col .figure,.product-col figure{display:block;line-height:0;overflow:hidden;position:relative}.product-col .figure .add-to,.product-col figure .add-to{width:100%;position:absolute;right:0;bottom:0;text-align:right;display:flex;align-items:center;justify-content:end;opacity:0;transition:.5s ease}.product-col .figure .add-to a,.product-col figure .add-to a{display:block;padding:11px 20px;transition:.5s ease}.product-col .figure .add-to a svg,.product-col figure .add-to a svg{width:25px;height:25px;vertical-align:middle}.product-col .figure .add-to a.add2cart,.product-col figure .add-to a.add2cart{background-color:#13195F}.product-col .figure .add-to a.add2cart:hover,.product-col figure .add-to a.add2cart:hover{background-color:#fff}.product-col .figure .add-to a.add2cart:hover svg path,.product-col figure .add-to a.add2cart:hover svg path{fill:var(--primary)}.product-col .figure .add-to a.add2wish,.product-col figure .add-to a.add2wish{background-color:#030735}.product-col .figure .add-to a.add2wish.active,.product-col figure .add-to a.add2wish.active{background-color:#fff}.product-col .figure .add-to a.add2wish.active svg path,.product-col figure .add-to a.add2wish.active svg path{fill:var(--primary)}.product-col .figure .add-to a.add2wish:hover,.product-col figure .add-to a.add2wish:hover{background-color:#fff}.product-col .figure .add-to a.add2wish:hover svg path,.product-col figure .add-to a.add2wish:hover svg path{stroke:var(--primary)}.product-col .figure img,.product-col figure img{width:100%;object-position:cover;object-position:top;transition:.5s ease;transform-origin:left top}.product-col figcaption{text-align:center;padding:18px 20px 0;max-width:305px;margin:0 auto}.product-col figcaption .pro_name{letter-spacing:4px;text-transform:uppercase;color:#000;padding-bottom:10px}.product-col figcaption .price,.product-col figcaption .pro_name{display:block;font-weight:400;font-size:16px;line-height:1.2;text-align:center}.product-col figcaption .price{color:#666666}.product-col figcaption .color-select-wrap{padding-bottom:10px}.product-col figcaption .color-select-wrap li{display:inline-block;vertical-align:middle;position:relative}.product-col figcaption .color-select-wrap li:not(:last-child){margin-right:15px}.product-col figcaption .color-select-wrap li:has(input:checked) span:before{opacity:1}.product-col figcaption .color-select-wrap li span{display:inline-block;width:20px;height:20px;background-color:#000;border-radius:50%;position:relative}.product-col figcaption .color-select-wrap li span:before{content:"";position:absolute;left:-3px;bottom:-3px;width:26px;height:26px;border:1px solid #000;border-radius:50%;opacity:0}.product-col figcaption .color-select-wrap li input{position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%;z-index:2;-webkit-appearance:none;-moz-appearance:none;appearance:none;opacity:0}.product-col figcaption .color-select-wrap li input:checked~span:before,.product-col:hover .add-to{opacity:1}.product-col:hover .figure img,.product-col:hover figure img{transform:scale(1.1)}.product-col .wishlist-ico,.product-col-2 .wishlist-ico{position:absolute;top:13px;right:10px;width:30px;height:30px;border-radius:50%;background:var(--white);display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none}.product-col .wishlist-ico img,.product-col .wishlist-ico svg,.product-col-2 .wishlist-ico img,.product-col-2 .wishlist-ico svg{width:15px;height:auto}.product-col .wishlist-ico.is-active,.product-col .wishlist-ico:hover,.product-col-2 .wishlist-ico.is-active,.product-col-2 .wishlist-ico:hover{background:var(--primary)}.product-col .wishlist-ico.is-active img,.product-col .wishlist-ico:hover img,.product-col-2 .wishlist-ico.is-active img,.product-col-2 .wishlist-ico:hover img{filter:brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(236deg) brightness(103%) contrast(101%)}.product-col-2:hover .wishlist-ico,.product-col:hover .wishlist-ico{opacity:1;pointer-events:all}.product-col-2,.product-col-3{position:relative}.product-col-2:before,.product-col-3:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;background:none;transition:.5s ease}.product-col-2 .figure,.product-col-2 figure,.product-col-3 .figure,.product-col-3 figure{display:block;line-height:0;height:100%;overflow:hidden}.product-col-2 .figure img,.product-col-2 figure img,.product-col-3 .figure img,.product-col-3 figure img{width:100%;height:100%;object-fit:cover;object-position:top;transform-origin:left top;transition:.5s ease}.product-col-2:before,.product-col-3:before{z-index:1}.product-col-2:hover .figure img,.product-col-2:hover figure img,.product-col-3:hover .figure img,.product-col-3:hover figure img{transform:scale(1.1)}.product-col-2 figcaption,.product-col-3 figcaption{position:absolute;bottom:0;left:0;right:0;z-index:2}.product-col-2:before{background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.8))}.product-col-2 figcaption{text-align:center;padding:0 2rem 46px}.product-col-2 figcaption .prd-price,.product-col-2 figcaption .prdt-nm{display:block;color:var(--white);font-size:18px}.product-col-2 figcaption .prdt-nm{margin-bottom:8px}.product-col-3:before{background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.95))}.product-col-3:hover .figure img,.product-col-3:hover figure img{transform:scale(1.05)}.product-col-3 .figure img,.product-col-3 figure img{aspect-ratio:.9}.product-col-3 figcaption{text-align:center;padding:0 2rem;margin-bottom:3.5rem;transition:.5s ease;--btnheight:36px;--titlepad:30px}.product-col-3 figcaption .ico{line-height:0;margin-bottom:20px;transform:translateY(30px) scale(.4);transition:.5s ease;opacity:0}.product-col-3 figcaption h6{color:var(--white);font-size:22px;line-height:1.283;text-transform:uppercase;transition:.6s ease}.product-col-3 .xbjs{position:absolute;left:50%;translate:-50% 0;bottom:0;opacity:0;transform:translateY(30px) scale(.9);transition:.6s ease}.product-col-3 .xbjs .btn{--height:var(--btnheight)}.product-col-3:hover{transform:translateY(0)}.product-col-3:hover figcaption .ico{transform:translateY(0) scale(1);opacity:1}.product-col-3:hover figcaption h6{padding-bottom:calc(var(--btnheight) + var(--titlepad))}.product-col-3:hover figcaption .xbjs{opacity:1;transform:translateY(0) scale(1)}.gray-bg{background:var(--gray)}.gradient-head{text-transform:uppercase;-webkit-text-fill-color:transparent}.grad-text,.gradient-head{display:inline-block;-webkit-background-clip:text;background-image:var(--gradient-a)}.grad-text{text-transform:none;-webkit-text-fill-color:transparent}.grad-text.caps{text-transform:uppercase!important}.whitetxt{font-size:16px;line-height:20px;font-weight:400;color:#fff}.ui-button,.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,html .ui-button.ui-state-disabled:active,html .ui-button.ui-state-disabled:hover{border-radius:50%;background:var(--primary);border-color:var(--primary);height:17px;width:17px;border:none!important;top:50%;translate:0 -50%}.ui-button:focus,.ui-state-default:focus,.ui-widget-content .ui-state-default:focus,.ui-widget-header .ui-state-default:focus,html .ui-button.ui-state-disabled:active:focus,html .ui-button.ui-state-disabled:hover:focus{outline:none}.ui-slider-horizontal{height:2px;border:none!important}.ui-widget-content{background:#CECECE;border:none!important}.ui-widget-header{background:var(--primary)}.kmr-select-wrap{position:relative;display:inline-block;--labelheight:45px;--liheight:34px;--boxsize:calc(var(--liheight) - 14px);--arrowsize:16px;--space:11px}.kmr-select-wrap .label{color:var(--black);height:var(--labelheight);line-height:var(--labelheight);background-image:url(/assets/icon/arrow-down-black.svg);background-repeat:no-repeat;background-position-y:50%;background-position-x:100%;background-size:var(--arrowsize) auto;padding-right:calc(var(--arrowsize) + var(--space));cursor:pointer;caret-color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:12px;text-transform:uppercase;letter-spacing:1px}.kmr-select-wrap.active{--btn:10px}.kmr-select-wrap.active.price_select .kmr-select-menu .upper-sec .reset-btn{display:block}.kmr-select-wrap.slt-rgt .kmr-select-menu{right:0;left:auto}.kmr-select-wrap.color-select .kmr-select-menu li .in-bx{border-color:#ccc;border-radius:50%}.kmr-select-wrap.price_select .kmr-select-menu{padding:20px;width:325px}.kmr-select-wrap.price_select .kmr-select-menu .upper-sec{display:flex}.kmr-select-wrap.price_select .kmr-select-menu .upper-sec .reset-btn{font-size:14px;font-weight:500;display:none}.kmr-select-wrap.price_select .kmr-select-menu .upper-sec .reset-btn svg{width:15px;height:auto;display:inline-block;vertical-align:middle;margin-left:3px}.kmr-select-wrap.price_select .kmr-select-menu h6{flex:1 1;font-size:14px;color:var(--black);font-weight:500}.kmr-select-wrap.price_select .product-range-slider-wrap{margin:30px 0 40px}.kmr-select-wrap.price_select .price-range-input-wrap{display:flex;gap:18px;align-items:center;color:var(--text)}.kmr-select-wrap.price_select .price-range-input-wrap .price-range-input{flex:1 1;border:1px solid #e0e0e0;background:var(--white);display:flex;align-items:center;padding:0 10px;height:30px;color:var(--text);gap:10px}.kmr-select-wrap.price_select .price-range-input-wrap .price-range-input input{border:none;width:100%;color:var(--text)}.kmr-select-wrap.price_select .price-range-input-wrap .price-range-input input:focus{outline:none}.kmr-select-wrap .kmr-select-menu{position:absolute;z-index:1;left:0;top:100%;background:var(--white);width:260px;padding:20px 0;display:none;max-height:244px;overflow-y:auto;box-shadow:0 2px 8px 0 rgba(99,99,99,.2)}.kmr-select-wrap .kmr-select-menu::-webkit-scrollbar{width:6px;background:none;height:6px}.kmr-select-wrap .kmr-select-menu::-webkit-scrollbar-track{box-shadow:none}.kmr-select-wrap .kmr-select-menu::-webkit-scrollbar-thumb{background-color:var(--text);border-radius:10px}.kmr-select-wrap .kmr-select-menu:has(input[type=radio]) li .in-bx{border-radius:50%}.kmr-select-wrap .kmr-select-menu:has(input[type=radio]) li .in-bx:before{display:none}.kmr-select-wrap .kmr-select-menu:has(input[type=radio]):has(input:checked) li .in-bx{outline:5px solid var(--white);outline-offset:-10px}.kmr-select-wrap .kmr-select-menu li{position:relative;display:flex;align-items:center;gap:12px;height:var(--liheight);padding:0 14px}.kmr-select-wrap .kmr-select-menu li:has(input:checked) .in-bx{background:var(--black);transition:.4s ease}.kmr-select-wrap .kmr-select-menu li:has(input:checked) .in-bx:before{opacity:1}.kmr-select-wrap .kmr-select-menu li .in-bx{height:var(--boxsize);width:var(--boxsize);border:1px solid var(--black);border-radius:3px;transition:0s ease;position:relative}.kmr-select-wrap .kmr-select-menu li .in-bx:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;background:url(/assets/icon/tick-white.svg);transition:.5s ease;background-repeat:no-repeat;background-size:48%;background-position:50%;opacity:0}.kmr-select-wrap .kmr-select-menu li span{display:block;flex:1 1;font-size:14px;line-height:1;font-weight:500}.kmr-select-wrap .kmr-select-menu li input{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;height:100%;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;opacity:0}@media only screen and (max-width:991px){.breadcrumps{display:none}}.breadcrumps li{display:inline-block;vertical-align:middle}.breadcrumps li a{color:var(--primary);font-size:14px}@media only screen and (max-width:520px){.breadcrumps li a{font-size:12px;text-overflow:ellipsis}}.breadcrumps li a.active{color:var(--text)}.breadcrumps li:not(:last-child){position:relative;padding-right:20px}@media only screen and (max-width:520px){.breadcrumps li:not(:last-child){padding-right:8px}}.breadcrumps li:not(:last-child):before{content:">";position:absolute;left:100%;top:50%;translate:0 -50%;font-size:12px;font-family:monospace;color:var(--text)}.breadcrumps li:not(:first-child){padding-left:20px}@media only screen and (max-width:520px){.breadcrumps li:not(:first-child){padding-left:8px}}[data-scrollTo]{cursor:pointer}.fancybox__container{--fancybox-bg:var(--black)}.green-color{color:var(--green)!important}.light-green{color:var(--green)}.red-color{color:var(--red)!important}.orange-color{color:orange!important}em{font-style:normal}.mt-hdrfxd{margin-top:var(--headerfixed)}.mt-hdr{margin-top:var(--headerheight)}.w-full{width:100%}.disc{margin:15px 0;text-align:center}.disc p{font-size:14px;line-height:1.2;color:var(--text)}.disc p,.disc p a{transition:.5s ease}.disc p a{color:var(--primary)!important}.disc p a:hover{text-decoration:underline}.check_term{margin:15px 0}.check_term .input_box{position:relative;display:flex;gap:10px;--boxsize:15px;padding-bottom:10px}.check_term .input_box:has(input:checked) .in-bx{background:var(--primary);transition:.4s ease}.check_term .input_box:has(input:checked) .in-bx:before{opacity:1}.check_term .input_box input{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;height:100%;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;opacity:0}.check_term .input_box .in-bx{height:var(--boxsize);width:var(--boxsize);border:1px solid var(--black);border-radius:3px;transition:0s ease;position:relative}.check_term .input_box .in-bx:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;pointer-events:none;background:url(/assets/icon/tick-white.svg);transition:.5s ease;background-repeat:no-repeat;background-size:48%;background-position:50%;opacity:0}.check_term .input_box p{flex:1 1;font-size:14px;line-height:1;color:var(--text)}.sm-block{display:none}@media only screen and (max-width:540px){.sm-block{display:block}}.md-block{display:none}@media only screen and (max-width:768px){.md-block{display:block}}.sm-none{display:block}@media only screen and (max-width:540px){.sm-none{display:none}}.md-none{display:block}@media only screen and (max-width:768px){.md-none{display:none}}.bestSeller_slider_wrapper{position:relative;z-index:0}.bestSeller_slider_wrapper .container-fluid .btn_wrapper{margin-top:50px;text-align:center}.verify{position:absolute;left:0;color:red;font-weight:500;font-size:14px;top:calc(100% + 5px)}@keyframes scroll{0%{transform:translateY(10px)}50%{transform:translateY(20px)}to{transform:translateY(10px)}}.display-none{display:none}.pos-rel{position:relative}.wishlist svg{width:30px}.wishlist.added svg path{fill:var(--primary)}.compare_toggle{position:fixed;z-index:2;bottom:5%;right:2%;transform:translateX(100%);transition:.5s ease}.compare_toggle.active{transform:translateX(0)}.compare_toggle .main_wrap{position:relative;display:flex;align-items:center}.compare_toggle .main_wrap:hover .compare_pro_wrap{transform:scale(1)}.compare_toggle .main_wrap .compare_pro_wrap{padding:15px;background:var(--white);border-radius:2px;box-shadow:-1px -3px 8px 0 rgba(99,99,99,.2);position:absolute;bottom:100%;right:0;display:flex;align-items:center;gap:10px;transition:.5s ease;transform-origin:bottom right;transform:scale(0)}.compare_toggle .main_wrap .compare_pro_wrap .compare_pro{position:relative;width:160px}.compare_toggle .main_wrap .compare_pro_wrap .compare_pro .pro_image{line-height:0}.compare_toggle .main_wrap .compare_pro_wrap .compare_pro .pro_name{padding-top:5px;font-size:14px;line-height:1.2}.compare_toggle .main_wrap .compare_pro_wrap .compare_pro .close{cursor:pointer;display:flex;align-items:center;justify-content:center;width:25px;height:25px;background:var(--white);position:absolute;top:0;right:2%;z-index:1;border-radius:50%}.compare_toggle .main_wrap .compare_pro_wrap .compare_pro .close svg{width:17px;height:17px}.compare_toggle .main_wrap .remove_all{background:var(--white);font-weight:500;font-size:14px;border-radius:4px;height:40px;padding:0 20px;opacity:0;transition:.3s ease;pointer-events:none}.compare_toggle .main_wrap .remove_all.active{opacity:1;pointer-events:all}.compare_toggle .main_wrap .compare_link{display:flex;align-items:center;justify-content:center;gap:10px;font-weight:500;font-size:14px;border-radius:4px;height:40px;padding:0 20px;box-shadow:0 1px 2px 0 rgba(0,0,0,.2);background:var(--primary)}.compare_toggle .main_wrap .compare_link .count{display:flex;align-items:center;justify-content:center;width:20px;height:20px;background:#175ac1;border-radius:2px}.phone-input .iti.iti--allow-dropdown{width:100%}.iti__search-icon{left:unset!important;right:8px}.iti__search-clear{background:var(--white)!important;border-radius:50%!important}.iti__search-clear .iti__search-clear-svg{width:18px;height:18px}.iti__search-clear .iti__search-clear-bg{fill:var(--primary)!important}.error{position:absolute;top:calc(100% + 3px);left:0;right:0;color:red;line-height:normal;font-size:12px}@font-face{font-family:Zoom;src:url(/_next/static/media/ZoomPro-BrutalMedium.3cde8ddf.woff2) format("woff2"),url(/_next/static/media/ZoomPro-BrutalMedium.9ea5c553.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}