@font-face{font-family:vazir-500;src:url(/fonts/Vazirmatn-Medium.ttf) format("truetype")}@font-face{font-family:vazir-400;src:url(/fonts/Vazirmatn-Regular.ttf) format("truetype")}@font-face{font-family:vazir-700;src:url(/fonts/Vazirmatn-Bold.ttf) format("truetype")}.navbar{position:relative;display:flex;justify-content:space-between;align-items:center;margin-top:1rem;width:100%;padding:0 1.6rem}.navbar *:not(.navbar__overlay){z-index:1}.navbar__overlay{visibility:hidden;background-color:var(--navbar-bg-color);-webkit-backdrop-filter:blur(.4rem);backdrop-filter:blur(.4rem);position:absolute;left:0;right:0;top:0;bottom:0;z-index:0;border-radius:.4rem}.navbar__logo{display:flex;justify-content:center;align-items:center;width:3.4rem;height:2.1rem;background-image:url(/images/logo-sm.png);background-position:center;background-repeat:no-repeat;background-size:cover}.navbar__links{display:none;flex-flow:row-reverse;align-items:center;gap:.9rem;list-style:none}.navbar__link{color:var(--text-color);text-decoration:none;font-size:1rem;transition:all .25s ease-in-out}.navbar__link:hover{color:var(--primary-color)}.navbar__mobile_links{display:flex;align-items:center;flex-flow:row-reverse;justify-content:flex-start;gap:1.6rem;padding:1rem;border-radius:.4rem;width:3.2rem;height:3.2rem;transition:all .2s ease-in-out;overflow:hidden;position:relative}.navbar__mobile_links ul{display:flex;flex-flow:row-reverse;align-items:center;justify-content:flex-start;list-style:none;flex-shrink:0;gap:1.1rem}.navbar__mobile_links ul li{display:flex;justify-content:center;align-items:center;flex-shrink:0}.navbar__mobile_links ul li a{text-decoration:none;color:var(--text-color);transition:all .25s ease-in-out;font-size:.9rem}.navbar__mobile_links ul li a:active{color:var(--primary-color)}.navbar__mobile_links .navbar__overlay{visibility:visible}.navbar__mobile_links--open{width:23.8rem}.navbar__mobile_links--open .navbar__hamburger_btn{rotate:90deg}.navbar__hamburger_btn{background-color:transparent;border:none;cursor:pointer;width:1.2rem;height:1.2rem;overflow:hidden;color:var(--text-color);transition:all .2s ease-in-out;flex-shrink:0}.navbar__hamburger_btn *{width:100%;height:100%;object-fit:contain;object-position:center}@media (min-width:576px){.navbar{justify-content:space-between!important;padding:.8rem 1.6rem}.navbar__overlay{visibility:visible!important}.navbar__links{display:flex;gap:2.5rem!important;justify-content:flex-end!important}.navbar__mobile_links{display:none}}@media (min-width:768px){.navbar{padding:.9rem 2.4rem!important}.navbar__overlay{border-radius:1.2rem!important}.navbar__logo{width:6.4rem!important;height:6.2rem!important;background-image:url(/images/logo-xl.png)!important}.navbar__links{gap:4rem!important}.navbar__link{font-size:1.2rem!important}}@media (min-width:992px){.navbar{padding:1.2rem 2.4rem!important}.navbar__overlay{border-radius:1.6rem!important}.navbar__logo{width:7.4rem!important;height:7.2rem!important;background-image:url(/images/logo-xl.png)!important}.navbar__links{gap:5.6rem!important}.navbar__link{font-size:1.4rem!important}.navbar__link--mobile{display:none!important}.navbar__link--desktop{display:block!important}}@media (min-width:1200px){.navbar__link{font-size:1.6rem!important}.navbar__overlay{border-radius:1.6rem!important}}.divider{display:flex;justify-content:center;align-items:center;position:relative;height:4.7rem;width:100%;margin-top:4rem;background-image:url(/images/section-divider-sm.png);background-repeat:no-repeat;background-position:center;background-size:cover}.divider__title{text-align:center;font-size:1.5rem;margin:0 auto}.product{position:relative;display:flex;flex-flow:row wrap;row-gap:1.6rem;column-gap:3.2rem;align-items:flex-start;justify-content:flex-end;padding:1.6rem;padding-bottom:0;border-radius:.4rem;overflow:hidden}.product:hover .product__overlay{opacity:75%;transition:all .2s ease-in-out 30ms}.product *:not(.product__overlay,.product__bg_img){z-index:1}.product__bg_img{display:flex;justify-content:center;align-items:flex-start;position:absolute;overflow:hidden;right:0;top:0;left:0;bottom:0;z-index:0}.product__bg_img img{width:100%;height:100%;object-fit:cover;object-position:center;filter:brightness(20%)}.product__overlay{position:absolute;background:linear-gradient(90deg,transparent,rgba(131,139,24,.3),rgba(241,255,44,.4));opacity:0%;filter:brightness(100%);left:0;right:0;top:0;bottom:0;z-index:0}.product__wrapper{display:flex;flex-flow:row-reverse nowrap;align-items:flex-start;gap:2rem}.product__wrapper2{display:flex;flex-flow:column nowrap;align-items:flex-end;gap:2.4rem;flex-grow:1}.product__title{color:var(--primary-color);font-size:1.4rem;font-family:vazir-700;line-height:1.6rem;text-align:right;direction:rtl}.product__details{display:flex;flex-flow:column nowrap;gap:1.6rem;align-items:flex-end}.product__detail{display:flex;flex-flow:row-reverse;gap:.8rem;align-items:center}.product__detail-img{max-width:1.8rem;max-height:1.8rem}.product__detail-title{direction:rtl;font-size:1rem;line-height:1.6rem}.product__img{position:relative;width:11.6rem;height:16.7rem;flex-shrink:0;border-radius:.4rem;overflow:hidden}.product__img:hover .product__img_overlay{visibility:visible}.product__img .product__img_overlay{display:flex;justify-content:center;align-items:center;visibility:hidden;position:absolute;left:0;right:0;top:0;bottom:0;z-index:20;background-color:#00000096}.product__img .product__img_overlay a{display:flex;justify-content:center;align-items:center;gap:1rem;text-decoration:none;padding:0 1rem;height:3.8rem;border-radius:10rem;border:.2rem solid var(--text-color);background-color:transparent;color:var(--text-color);font-size:1.2rem;cursor:pointer}.product__img .product__img_overlay a img{width:1.8rem;height:1.8rem}.product__img img{width:100%;height:100%;object-fit:cover}.product__description{max-width:100%;direction:rtl;font-size:1.2rem;line-height:160%;text-align:justify}.product__description--desktop{display:none}.product__show_photos{display:flex;width:100%;color:var(--text-color)}.product__show_photos button{display:flex;align-items:center;gap:.4rem;background-color:transparent;color:inherit;border:none;font-family:vazir-500;font-size:1rem;line-height:1.6rem;cursor:pointer}.product__show_photos span{transition:all .2s ease-in-out;color:inherit}.product__show_photos svg{width:1.8rem;height:1.8rem;transition:all .2s ease-in-out;color:inherit}.product__show_photos--active{color:var(--primary-color)!important}.product__show_photos--active svg{rotate:-90deg}.rotate{transform:rotate(-90deg)}.product__hidden_photos{display:grid;grid-template-columns:repeat(4,max-content);grid-template-rows:max-content max-content;grid-auto-flow:row;overflow-x:auto;overflow-y:hidden;width:100%;gap:.8rem;margin-top:1.6rem;margin-bottom:-1.6rem;transition:all .2s ease-in-out;padding-bottom:1.3rem;cursor:grab}.product__hidden_photos::-webkit-scrollbar{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:.2rem}.product__hidden_photos::-webkit-scrollbar-thumb{background-color:var(--text-color);border-radius:2rem}.product__hidden_photos--open{margin-bottom:1.6rem}.product__hidden_photo{width:15rem;aspect-ratio:1.5/1;border-radius:.4rem;border:.2rem solid var(--primary-color);overflow:hidden;-webkit-user-select:none;user-select:none}.product__hidden_photo img{width:100%;height:100%;object-fit:cover;-webkit-user-drag:none}@media (min-width:576px){.product{padding:2rem;padding-bottom:0;row-gap:2rem!important}.product__wrapper{gap:2.3rem}.product__wrapper2{gap:2rem!important}.product__title{font-size:2rem!important}.product__detail-img{width:1.6rem!important;height:1.6rem!important}.product__detail-title{font-size:1rem!important}.product__description{font-size:1.2rem!important}.product__img{width:11.6rem!important;height:16.7rem!important}.product__show_photos button{font-size:1rem!important}.product__show_photos img{width:1.6rem!important;height:1.6rem!important}.product__hidden_photos{grid-template-columns:repeat(4,max-content);grid-template-rows:repeat(2,max-content);gap:1.4rem;margin-top:2rem;margin-bottom:-2rem}.product__hidden_photos--open{margin-bottom:2rem}}@media (min-width:768px){.product{padding:2.4rem;padding-bottom:0!important;row-gap:2.4rem!important}.product__wrapper{gap:2.6rem}.product__wrapper2{gap:2.4rem!important}.product__title{font-size:2.2rem!important}.product__detail-img{width:1.8rem!important;height:1.8rem!important}.product__detail-title{font-size:1.2rem!important}.product__description{font-size:1.4rem!important}.product__img{width:14rem!important;height:22rem!important}.product__img_overlay a{font-size:1.5rem!important;padding:2rem 1.2rem!important}.product__img_overlay img{width:2rem!important;height:2rem!important}.product__show_photos button{font-size:1.2rem!important}.product__show_photos img{width:1.8rem!important;height:1.8rem!important}.product__hidden_photos{grid-template-columns:repeat(4,max-content);grid-template-rows:repeat(2,max-content);gap:2rem;margin-top:2.4rem;margin-bottom:-2.4rem}.product__hidden_photos--open{margin-bottom:2.4rem}}@media (min-width:992px){.product{padding:2.8rem;padding-bottom:0;row-gap:2.8rem!important}.product__wrapper{gap:2.9rem}.product__wrapper2{gap:2.8rem!important}.product__title{font-size:2.4rem!important}.product__detail-img{width:2rem!important;height:2rem!important}.product__detail-title{font-size:1.3rem!important}.product__description{display:none!important;font-size:1.5rem!important}.product__description--desktop{display:block!important}.product__img{width:20rem!important;height:28rem!important}.product__img_overlay a{font-size:1.7rem!important;padding:2.1rem 1.2rem!important}.product__img_overlay img{width:2.2rem!important;height:2.2rem!important}.product__show_photos button{font-size:1.3rem!important}.product__show_photos img{width:2rem!important;height:2rem!important}.product__hidden_photos{grid-template-columns:repeat(4,max-content)!important;grid-template-rows:repeat(1,max-content)!important;grid-auto-flow:column;gap:2.6rem;margin-top:2.8rem;margin-bottom:-2.8rem}.product__hidden_photos::-webkit-scrollbar{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:.4rem}.product__hidden_photos--open{margin-bottom:2.8rem}.product__hidden_photo{width:16.5rem}}@media (min-width:1200px){.product{padding:3.2rem;padding-bottom:0;row-gap:3.2rem!important}.product__wrapper{gap:3.2rem}.product__wrapper2{gap:3.2rem!important}.product__title{font-size:2.8rem!important}.product__detail-img{width:2.4rem!important;height:2.4rem!important}.product__detail-title{font-size:1.4rem!important}.product__description{font-size:1.6rem!important}.product__img{width:21.6rem!important;height:30.8rem!important}.product__img_overlay a{font-size:1.9rem!important;padding:2.4rem 1.5rem!important}.product__img_overlay img{width:2.4rem!important;height:2.4rem!important}.product__show_photos button{font-size:1.4rem!important}.product__show_photos img{width:2.4rem!important;height:2.4rem!important}.product__hidden_photos{grid-template-columns:1fr 1fr 1fr 1fr;grid-template-rows:repeat(1,max-content);gap:3.2rem;margin-top:3.2rem;margin-bottom:-3.2rem}.product__hidden_photo{width:20.9rem}.product__hidden_photos--open{margin-bottom:3.2rem}}@media (min-width:1400px){.product__hidden_photo{width:24.2rem}}.slide{margin-top:3.2rem;display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;gap:3.2rem}.slide__buttons{display:flex;align-items:center;gap:1.6rem}.slide__button{color:var(--text-color);background-color:transparent;border:none;cursor:pointer}.slide__button svg{width:2.4rem;height:2.4rem}.slide__button--disable{color:var(--primary-color)}.slide__wrapper{display:flex;align-items:flex-start;gap:2.6rem;padding:1rem;overflow:auto;width:100%;scroll-behavior:smooth;direction:rtl}.slide__wrapper *{flex-shrink:0}.slide__wrapper::-webkit-scrollbar{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:none}.card{overflow:hidden;width:23.2rem;aspect-ratio:1/1.58;flex-shrink:0;background-color:var(--gray-400-color);box-shadow:0 4px 8px 3px #4d4b0026;border-radius:.4rem;cursor:pointer}.card__img{width:100%;aspect-ratio:1.68/1;overflow:hidden}.card__img img{width:100%;height:100%;object-fit:cover}.card__wrapper,.card_modal__wrapper{display:flex;flex-flow:column nowrap;align-items:flex-end;gap:1.6rem;width:100%;padding:1.6rem}.card__wrapper{align-items:center;justify-content:flex-start;height:23.5rem;flex-grow:1!important;overflow:auto!important}.card__title,.card_modal__title{font-size:1.2rem;color:var(--primary-color);font-family:vazir-700;direction:rtl;text-align:center}.card__title{width:auto}.card__caption,.card_modal__caption{font-size:1.2rem;color:var(--text-color);direction:rtl;text-align:right;word-spacing:.1rem;line-height:160%}.card__caption{flex-shrink:1!important;overflow:hidden!important;height:100%;text-align:justify}.card__date,.card_modal__date{display:flex;align-items:center;bottom:0;right:1.6rem;left:1.6rem;color:var(--text-color);border-top:1px solid var(--text-color);width:100%;padding-top:1.6rem;font-size:1.2rem;direction:rtl;text-align:right}.card__date{flex-shrink:0;padding:0;padding-top:1.2rem}.card_modal_overlay{display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;z-index:20}.card_modal{position:relative;display:flex;flex-flow:column;justify-content:flex-start;width:28rem;aspect-ratio:1/1.65;border-radius:.8rem;overflow:hidden;background-color:var(--gray-400-color);box-shadow:0 4px 4px #0000004d,0 0 100px 109px #1a1a1ae6;z-index:21}.card_modal__img{width:100%;border-radius:.4rem;aspect-ratio:1.65/1;object-fit:cover;object-position:center}.card_modal__wrapper{align-items:center;height:29.3rem;padding:1.6rem}.card_modal__title{font-size:1.6rem;margin-top:0}.card_modal__caption{flex-shrink:1!important;overflow:auto!important;height:100%;text-align:justify;padding-left:.6rem}.card_modal__caption::-webkit-scrollbar{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:.4rem;margin-right:2rem}.card_modal__caption::-webkit-scrollbar-thumb{background-color:var(--text-color);border-radius:3rem;margin-right:1rem}.card_modal__date{display:flex;align-items:center;width:100%;padding-top:1.6rem!important;flex-shrink:0}.card_modal__close_btn{display:none}@media (min-width:576px){.card{width:26.4rem!important}.card__title{font-size:1.4rem!important}.card__caption{font-size:1.3rem!important}.card_modal{width:30rem}.card_modal__caption{height:17rem}.card__wrapper{height:26.8rem}.card_modal__wrapper{height:32rem;justify-content:space-between}}@media (min-width:768px){.slider-container{padding:0 20px}.card{width:29.6rem!important}.card__wrapper{height:30rem}.card__title{font-size:1.6rem!important}.card__caption{font-size:1.4rem!important}.card_modal{width:32rem}.card_modal__title{font-size:1.7rem}.card_modal__caption{font-size:1.3rem;height:19rem}.card_modal__wrapper{height:33.6rem}}@media (min-width:992px){.card{width:32.8rem!important}.card__wrapper{gap:3.2rem!important;height:32.8rem}.card__title{font-size:1.8rem!important}.card__caption{font-size:1.5rem!important}.card_modal{display:flex!important;flex-flow:row-reverse nowrap!important;gap:3.2rem;width:88.4rem;height:auto!important;aspect-ratio:auto!important;margin:0 auto;padding:3.2rem;direction:ltr}.card_modal__wrapper{display:flex;flex-flow:column;align-items:flex-end;justify-content:flex-start;position:relative;width:auto!important;height:auto!important;flex-shrink:1;padding:0;gap:2.5rem}.card_modal__close_btn{position:absolute;left:0;display:block;width:2rem;height:2rem;background-image:url(/icons/close-times.svg);background-repeat:no-repeat;background-size:cover;border:none;background-color:transparent;cursor:pointer}.card_modal__img{width:36.3rem!important;height:22rem!important;object-fit:cover}.card_modal__title{max-width:33rem;text-align:right;font-size:1.9rem}.card_modal__caption{height:auto!important;overflow:auto!important;scrollbar-width:auto;direction:rtl;font-size:1.5rem;line-height:160%}.card_modal__date{display:none}}@media (min-width:1200px){.card{width:36.3rem!important;aspect-ratio:1/1.5}.card__wrapper{height:33rem}.card__title{font-size:2rem!important}.card__caption{font-size:1.6rem!important}}@media (min-width:1400px){.slide .container{max-width:116.5rem}}.news{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.6rem;margin-top:3.2rem!important}.news__item{height:30vw;background-repeat:no-repeat;background-size:cover;filter:grayscale(50%) brightness(60%);transition:filter .2s ease-in-out}.news__item:hover{filter:none}.news__item:nth-child(1){background-image:url(/images/news-1.png);grid-column:1 / 3}.news__item:nth-child(2){background-image:url(/images/news-2.png)}.news__item:nth-child(3){background-image:url(/images/news-3.png)}.news__item:nth-child(4){background-image:url(/images/news-4.png);grid-column:2 / 4}.news__item:nth-child(5){background-image:url(/images/news-5.png);grid-column:1 / -1}.news__item:nth-child(6){background-image:url(/images/news-6.png);grid-column:1 / 3}.news__item:nth-child(7){background-image:url(/images/news-7.png)}.news__item:nth-child(8){background-image:url(/images/news-8.png)}.news__item:nth-child(9){background-image:url(/images/news-9.png);grid-column:2 / 4}@media (min-width:576px){.news__item{height:16rem}}@media (min-width:768px){.news{grid-template-columns:repeat(9,1fr)}.news__item{height:13rem}.news__item:nth-child(1){grid-column:1 / 5}.news__item:nth-child(2){grid-column:5 / 7}.news__item:nth-child(3){grid-column:7 / -1}.news__item:nth-child(4){grid-column:1 / 3}.news__item:nth-child(5){grid-column:3 / 7}.news__item:nth-child(6){grid-column:7 / -1}.news__item:nth-child(7){grid-column:1 / 5}.news__item:nth-child(8){grid-column:5 / 8}.news__item:nth-child(9){grid-column:8 / -1}}@media (min-width:992px){.news{margin-top:6.4rem!important;gap:.8rem}.news__item{height:18rem}}@media (min-width:1200px){.news{gap:1rem}.news__item{height:25rem}}.accordion{display:flex;flex-flow:column nowrap;justify-content:space-between;align-items:flex-start;width:100%;border:.1rem solid var(--blue-color);background-color:var(--gray-500-color);border-radius:.8rem;box-shadow:0 4px 30px #05316540}.accordion__wrapper{display:flex;padding:1.6rem;align-items:center;justify-content:flex-end;width:100%;gap:1.6rem;-webkit-user-select:none;user-select:none;cursor:pointer}.accordion--close{padding-bottom:0!important}.accordion--close .accordion__caption{margin-bottom:0}.accordion--close .accordion__arrow{transform:rotate(0)}.accordion__title{color:var(--primary-color);font-size:1.2rem;line-height:160%;direction:rtl;flex-grow:1}.accordion__caption{display:block;color:var(--text-color);font-size:1rem;line-height:160%;padding:0 1.6rem;margin-bottom:1.6rem;direction:rtl;overflow:hidden;transition:max-height .3s ease-in-out}.accordion__caption *{word-spacing:.4rem;list-style:outside}.accordion__caption ul{padding-right:1.1rem}.accordion__icon{width:1.8rem;height:1.8rem;display:flex;justify-content:center;align-items:center;flex-shrink:0}.accordion__icon img{width:100%;height:100%}.accordion__arrow{width:1.2rem;height:1.2rem;display:flex;align-items:center;flex-shrink:0;transform:rotate(-90deg);transition:all .3s ease-in-out}.accordion__arrow img{width:100%;height:100%}@media (min-width:576px){.accordion__title{font-size:1.6rem!important}.accordion__caption{font-size:1.4rem!important}.accordion__caption ul{padding-right:1.5rem}.accordion__icon{width:2.4rem!important;height:2.4rem!important}.accordion__arrow{width:1.4rem!important;height:1.4rem!important}}@media (min-width:768px){.accordion__arrow{width:2rem!important;height:2rem!important;padding:.3rem!important}}@media (min-width:992px){.accordion__wrapper{gap:2rem!important}.accordion__arrow{width:2.2rem!important;height:2.2rem!important;padding:.3rem!important}.accordion__icon{width:2rem!important;height:2rem!important}.accordion__caption ul{padding-right:1.9rem}}@media (min-width:1200px){.accordion__wrapper{gap:3rem!important;padding:3.2rem}.accordion__title{font-size:2rem!important}.accordion__caption{font-size:1.8rem!important;padding:0 3.2rem;margin-bottom:3.2rem}.accordion__caption ul{padding-right:2.1rem}.accordion__icon,.accordion__arrow{width:2.6rem!important;height:2.6rem!important}}.accordions{margin-top:3.7rem;width:100%}.accordions .container{display:flex;justify-content:center;align-items:flex-start}.accordions__animation{width:12rem!important;height:17rem!important;flex-shrink:0;margin-right:-7%;-webkit-user-select:none;user-select:none}.accordions__animation img{width:100%;height:100%;object-fit:contain}.accordions__wrapper{display:flex;flex-flow:column nowrap;gap:1.6rem;flex-grow:1}@media (min-width:576px){.accordions{margin-top:6.5rem!important}.accordions__animation{margin-right:-3%!important}}@media (min-width:768px){.accordions{margin-top:9.3rem!important}}@media (min-width:992px){.accordions{margin-top:12.1rem!important}}@media (min-width:1200px){.accordions{margin-top:15rem!important}.accordions__animation{width:32rem!important;height:45rem!important;margin-right:-6%!important}}.footer{display:flex;flex-flow:column nowrap;position:relative;width:100%;margin-top:7.8rem;padding-bottom:15%;background:linear-gradient(180deg,var(--gray-600-color) 0%,#3b3d00 109.96%)}.footer .container{display:flex;flex-flow:column nowrap;align-items:center}.footer__logo{position:relative;display:flex;justify-content:center;align-items:center;width:17.1rem;height:8.5rem}.footer__logo img{position:absolute;width:100%;height:100%;object-fit:contain}.footer__texts{display:flex;justify-content:center;gap:3.2rem;direction:rtl;margin-top:3.4rem}.footer__texts p{font-size:1.4rem}.footer__texts ul{display:flex;flex-flow:column;align-items:flex-start;gap:1.2rem;list-style:none;margin-top:1.6rem}.footer__texts ul li{display:flex}.footer__texts a{text-decoration:none;color:var(--gray-200-color);font-family:vazir-700;font-size:1.2rem;transition:all .2s ease-in-out}.footer__texts a:hover{color:var(--text-color)}.footer__contact_us li{display:flex;align-items:flex-start;gap:1.6rem}.footer__contact_us li img{width:1.8rem;height:1.8rem}.footer__map{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:center;width:100%;border-radius:.4rem;margin-top:2rem;align-self:flex-start;pointer-events:auto}.footer__map iframe{border:2px solid var(--text-color);display:block;width:16.5rem;height:10.5rem;border-radius:.4rem;touch-action:manipulation;touch-action:cross-slide-x}.footer__map--desktop{display:none;flex-flow:column nowrap;justify-content:flex-start;align-self:flex-end!important;width:25rem;height:auto;aspect-ratio:1.5/1;margin-top:1.2rem;align-self:flex-start}.footer__map--desktop iframe{width:100%;border:none;border-radius:.4rem;border:2px solid var(--text-color)}.footer__waves{position:absolute;bottom:0;width:100%;height:auto!important;aspect-ratio:9.3/1;object-fit:fill;object-position:bottom}.footer__socials{display:flex;justify-content:center;height:1.8rem;gap:2.4rem;margin-top:3.2rem}.footer__socials a{height:100%;aspect-ratio:1/1}.footer__socials a img{width:100%;height:100%;object-fit:cover}@media (min-width:576px){.footer__contact_us li img{width:1.95rem!important;height:1.95rem!important}.footer__socials{height:1.95rem!important}.footer__waves{height:4.2rem}.footer__map iframe{width:22rem;height:14rem}}@media (min-width:768px){.footer__contact_us li img{width:2.1rem!important;height:2.1rem!important}.footer__socials{height:2.1rem!important}.footer__waves{height:7.4rem}}@media (min-width:992px){.footer{margin-top:1rem!important;padding-top:10rem!important}.footer .container{flex-flow:row-reverse nowrap;justify-content:space-between}.footer__texts{margin-left:3.2rem!important;gap:2rem!important}.footer__texts p{font-size:1.75rem!important}.footer__texts ul{margin-top:4rem!important;gap:1.6rem!important}.footer__texts a{font-size:1.4rem!important}.footer__map{display:none}.footer__map--desktop{display:flex}.footer__logo{width:22.6rem!important;height:13.2rem!important}.footer__contact_us li img{width:2.25rem!important;height:2.25rem!important}.footer__socials{height:2.25rem!important;margin-top:9rem}.footer__waves{height:10.6rem}}@media (min-width:1200px){.footer__texts{gap:8.5rem!important}.footer__texts p{font-size:2rem!important}.footer__contact_us li img{width:2.4rem!important;height:2.4rem!important}.footer__socials{height:2.4rem!important}.footer__waves{height:13.8rem}.footer__map--desktop iframe{height:100%}}@media (min-width:1400px){.footer__waves{height:17rem}}._logo_motion_container_1fwq4_1{display:flex;flex-flow:column nowrap;align-items:center;margin-top:3.2rem;gap:1.6rem}._logo_motion_1fwq4_1{width:13.2rem;aspect-ratio:1.1 / 1}._logo_motion_text_1fwq4_35{width:100%;aspect-ratio:9 / 1;background-image:url(/images/logo-motion-text.png);background-repeat:no-repeat;background-position:center;background-size:contain}@media (min-width:576px){._container_1fwq4_55{gap:2.4rem!important}._logo_motion_1fwq4_1{width:23.5rem!important}}@media (min-width:768px){._container_1fwq4_55{gap:3.2rem!important}._logo_motion_1fwq4_1{width:33.8rem!important}}@media (min-width:992px){._container_1fwq4_55{gap:4rem!important}._logo_motion_1fwq4_1{width:44.1rem!important}}@media (min-width:1200px){._container_1fwq4_55{gap:4.8rem!important}._logo_motion_1fwq4_1{width:54.6rem!important}}.video__container{display:flex;align-items:center;justify-content:center;position:fixed;z-index:10;background-color:#000000b3;width:100%;height:100%}.video__container .container{z-index:11}.video{width:100%;aspect-ratio:1920 / 1080;object-fit:cover;z-index:12;border-radius:.5rem}@media (min-width:576px){.video{border-radius:1rem}}@media (min-width:768px){.video{border-radius:1.5rem}}@media (min-width:992px){.video{border-radius:2rem}}@media (min-width:1200px){.video{border-radius:2.5rem}}.container{position:relative;margin-left:auto;margin-right:auto;padding-left:2.6rem;padding-right:2.6rem;width:100%}@media (min-width:576px){.container{max-width:50rem;padding-left:0;padding-right:0}.header__video{border-bottom-right-radius:2.5rem!important;border-bottom-left-radius:2.5rem!important}.divider{height:5.3rem!important;margin-top:4.25rem!important}.divider__title{font-size:1.8rem!important}.products{gap:4.2rem;margin-top:4.2rem}.slide{margin-top:4rem!important}.section_banner{margin-top:4.8rem}}@media (min-width:768px){.container{max-width:60rem}.header__video{border-bottom-right-radius:3rem!important;border-bottom-left-radius:3rem!important}.divider{height:5.9rem!important;margin-top:5.5rem!important;background:url(/images/section-divider-lg.png)!important;background-repeat:no-repeat!important;background-position:center!important;background-size:contain!important}.divider__title{font-size:2rem!important}.products{gap:4.4rem;margin-top:4.4rem}.header__details{width:28rem!important;height:7rem!important;margin-bottom:1rem!important;border-radius:.8rem!important}.slide{margin-top:4.8rem!important}.section_banner{margin-top:5rem!important}}@media (min-width:992px){.container{max-width:80rem}.header__video{border-bottom-right-radius:3.5rem!important;border-bottom-left-radius:3.5rem!important}.divider{height:6.5rem!important;margin-top:6.25rem!important;background:url(/images/section-divider-lg.png)!important;background-repeat:no-repeat!important;background-position:center!important;background-size:contain!important}.divider__title{font-size:2.2rem!important}.products{gap:4.6rem;margin-top:4.6rem}.header__details{width:32rem!important;height:8rem!important;border-radius:1.2rem!important;margin-bottom:1.1rem!important}.slide{margin-top:5.6rem!important}.section_banner{margin-top:6rem!important}}@media (min-width:1200px){.container{max-width:100rem}.header__video{border-bottom-right-radius:4rem!important;border-bottom-left-radius:4rem!important}.divider{height:7.2rem!important;background:url(/images/section-divider-lg.png)!important;background-repeat:no-repeat!important;background-position:center!important;background-size:contain!important;margin-top:7rem!important}.divider__title{font-size:2.4rem!important}.products{gap:4.8rem;margin-top:4.8rem}.slide{margin-top:6.4rem!important}.section_banner{margin-top:7rem!important}}@media (min-width:1400px){.container{max-width:113.6rem}}:root{--navbar-bg-color:rgba(26,26,26,.6);--text-color:#fff;--primary-color:#fec200;--blue-color:#00548a;--gray-100-color:#e6e6e6;--gray-200-color:gray;--gray-300-color:#404040;--gray-400-color:#2b2b2b;--gray-500-color:#202020;--gray-600-color:#1a1a1a}*{margin:0;padding:0;box-sizing:border-box;-webkit-user-drag:none;outline:none}html{font-family:vazir-500,B\ titr;font-size:62.5%;color:var(--text-color);scroll-behavior:smooth}body{font-size:1.6rem;min-height:100vh;background-color:var(--gray-600-color);font-feature-settings:"ss01"}.header{position:relative;display:flex;flex-flow:column nowrap;justify-content:space-between;align-items:center;width:100%;aspect-ratio:16/6.8}.header .container{padding:0;z-index:1}.header .header__video{border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;position:absolute;width:100%;height:100%;z-index:0;background-color:#000;object-fit:cover}.header .header__overlay{background-color:var(--navbar-bg-color);-webkit-backdrop-filter:blur(.4rem);backdrop-filter:blur(.4rem);position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.header__details{display:flex;align-items:center;justify-content:space-around;gap:.8rem;position:relative;border-radius:.4rem;margin:0 auto;margin-bottom:.6rem;overflow:hidden;padding:.4rem .8rem;z-index:1}.header__details .header__detail{display:flex;flex-flow:column;align-items:center;z-index:1}.header__details .header__detail p{font-size:1.1rem}.header__details .header__detail p:nth-child(1):first-letter{color:var(--primary-color)}.header__details .header__detail p:nth-child(2){color:var(--gray-100-color);font-size:.9rem}.header__details .header__detail_divider{height:1.8rem;border:none;background-color:var(--gray-300-color);width:.1rem;z-index:1}.products{display:flex;flex-flow:column nowrap;gap:4rem;margin-top:4rem}.section_banner{width:100%;object-fit:cover;margin-top:4.8rem}