.footer{background-color:#81a285;border-top-left-radius:48px;border-top-right-radius:48px;flex-direction:column;gap:24px;width:100%;padding:24px;display:flex}.footer__header{border-bottom:2px solid #fff;justify-content:space-between;align-items:center;width:100%;padding-top:24px;padding-bottom:16px;display:flex}.footer__header__right{flex-direction:column;gap:8px;display:flex}.footer__header__right h2{color:#fff;font-size:20px}.footer__header__right span{color:#f5f5f5}.footer__header__left{color:#f5f5f5;width:50%;font-size:14px;font-weight:400;line-height:24px}@media (min-width:1370px){.footer__header__left{width:30%}}.footer__body{border-bottom:2px solid #fff;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:32px;width:100%;padding-top:16px;padding-bottom:36px;display:grid}.footer__body__list{flex-direction:column;gap:12px;display:flex}.footer__body__list__title{border-bottom:2px solid #fff;padding-bottom:8px}.footer__body__list__title h3{color:#fff;font-size:18px}.footer__body__list__items{flex-flow:column wrap;gap:8px;max-height:200px;padding-right:16px;display:flex}.footer__body__list__items li{cursor:pointer;color:#fff!important}.footer__body__list__items li div{color:#fff!important}.footer__body__list:nth-last-of-type(2){display:none}@media (min-width:1300px){.footer__body__list:nth-last-of-type(2){flex-direction:column;display:flex}}.footer__body__contact{flex-direction:column;gap:16px;width:100%;display:flex}.footer__body__contact__row{color:#fff;align-items:start;gap:8px;display:flex}.footer__body__contact__row div{justify-content:space-between;align-items:center;width:100%;display:flex}.footer__body__contact__row p{color:#fff;font-weight:400}.footer__body__contact__row svg{stroke:#fff;font-size:20px!important}.footer__body__contact__socials{grid-template-columns:repeat(4,1fr);gap:16px;font-size:44px;display:grid}.footer__body__contact__socials a{justify-content:center;align-items:center;display:flex}.footer__body__contact__socials a svg{cursor:pointer;fill:#fff}@media (min-width:1370px){.footer__body{gap:64px}}.footer__footer{width:100%}.footer__footer p{text-align:center;color:#fff;font-size:14px;font-weight:400}@media (min-width:769px){.footer{padding:24px 48px}}
.nav{z-index:50;width:100%;position:fixed;top:0}.nav__main{z-index:50;background-color:#fff;border-bottom:1px solid #ddd;justify-content:space-between;align-items:center;width:100%;max-width:1920px;margin:auto;padding:16px 64px 16px 16px;display:flex;position:relative}.nav__main__menu{cursor:pointer;position:absolute;top:55%;right:24px;transform:translateY(-50%)}.nav__main__menu svg{font-size:24px}.nav__main__logo{width:112px}.nav__main__logo img{object-fit:contain;width:100%;height:100%}.nav__main__search{background-color:#f4f4f4;border-radius:50px;align-items:center;gap:16px;width:60%;height:36px;padding:0 12px;display:none;position:relative}.nav__main__search__icon{align-items:center;display:flex}.nav__main__search__drop{background-color:#fff;width:100%;max-height:500px;padding:16px;transition:all .2s;position:absolute;top:100%;left:0;box-shadow:0 1px 3px 1px #00000036}.nav__main__search__drop__container{flex-direction:column;gap:12px;width:100%;max-height:468px;padding:0 2px;display:flex;overflow-y:auto}.nav__main__search__drop__container__item{flex-direction:column;gap:8px;display:flex}.nav__main__search__drop__container__item__header{border-bottom:1px solid #f4f4f4;width:100%;padding-bottom:4px;font-size:14px}.nav__main__search__drop__container__item ul{flex-direction:column;gap:8px;margin-top:4px;list-style:none;display:flex}.nav__main__search__drop__container__item ul li{cursor:pointer;font-size:13px;line-height:24px}.nav__main__search__drop span{text-align:center;width:100%;margin:16px 0;display:block}@media (min-width:500px){.nav__main__search__drop{border-radius:16px}}.nav__main__search__text,.nav__main__search__text input{width:100%}@media (min-width:500px){.nav__main__search{align-items:center;display:flex}}@media (min-width:1025px){.nav__main__search{width:35%}}.nav__main__searchMobile{background-color:#eee;border-radius:100%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.nav__main__searchMobile__search{z-index:1;background-color:#f4f4f4;align-items:center;width:100%;height:84px;transition:all .3s;display:flex;position:absolute;top:0;left:0}.nav__main__searchMobile__search__input{background-color:#ddd;border-radius:24px;justify-content:space-between;align-items:center;width:80%;height:36px;margin-right:24px;padding:0 12px;display:flex}.nav__main__searchMobile__search__input input{width:100%}.nav__main__searchMobile__search__close{z-index:10;position:absolute;top:50%;left:24px;transform:translateY(-40%)}.nav__main__searchMobile__search__close svg{font-size:18px}.nav__main__addr{background-color:#eee;border-radius:100%;justify-content:center;gap:8px;width:32px;height:32px;display:none}.nav__main__addr span{font-size:16px;font-weight:500;display:none}@media (min-width:1025px){.nav__main__addr span{display:block}}.nav__main__addr svg{stroke:#555;font-size:20px}@media (min-width:1025px){.nav__main__addr{background-color:#0000;justify-content:start;align-items:center;width:max-content;height:max-content;display:flex}}@media (min-width:769px){.nav__main{padding:16px 64px}}.nav__sub{z-index:10;background-color:#fff;border-bottom-right-radius:24px;border-bottom-left-radius:24px;justify-content:space-between;width:100%;max-width:1920px;margin:auto;padding:12px 64px;transition:all .3s;display:none;position:relative;box-shadow:0 1px 3px 1px #00000036}.nav__sub__nav ul{align-items:center;gap:24px;list-style:none;display:flex}.nav__sub__nav ul li{color:#2e2e2e;font-size:14px;font-weight:700}.nav__sub__nav ul li:nth-of-type(2):hover .nav__cat{opacity:1;visibility:visible;transform:translateY(0)}@media (min-width:850px){.nav__sub__nav ul li{position:relative}}.nav__sub__contact{gap:8px;display:none}.nav__sub__contact span{font-size:16px;font-weight:500}.nav__sub__contact svg{stroke:#555;font-size:20px}@media (min-width:1025px){.nav__sub__contact{align-items:center;display:flex}}@media (min-width:769px){.nav__sub{align-items:center;display:flex}}.nav__sideBar{width:300px;padding:16px;font-family:vazir;position:relative}.nav__sideBar__close{cursor:pointer;position:absolute;top:16px;left:16px}.nav__sideBar__addr{background-color:#f4f4f4;border-radius:12px;align-items:start;gap:8px;margin-bottom:12px;padding:16px 12px;display:flex;box-shadow:0 1px 3px 1px #00000036}.nav__sideBar__addr svg{font-size:20px!important}.nav__sideBar ul{flex-direction:column;gap:12px;margin-top:24px;list-style:none;display:flex}.nav__sideBar ul li{border-bottom:1px solid #ddd;width:100%;height:36px}.nav__sideBar ul li:last-of-type{border-bottom:none}.nav__cat{opacity:0;visibility:hidden;border-radius:8px;align-items:center;width:max-content;height:350px;padding:16px 0;transition:all .3s;display:flex;position:absolute;top:100%;right:16px;transform:translateY(-16px)}.nav__cat__wrapper{background-color:#fff;border-radius:8px;gap:24px;width:100%;height:100%;padding:16px;display:flex;box-shadow:0 1px 3px 1px #00000036}.nav__cat__wrapper__list{flex-direction:column;align-items:start;gap:12px;height:100%;display:flex}.nav__cat__wrapper__list__title{border-bottom:2px solid #ddd;width:100%;padding-bottom:4px}.nav__cat__wrapper__list__items{flex-flow:column wrap;gap:8px;height:70%;max-height:350px;display:flex;align-items:start!important}.nav__cat__wrapper__list__items li{text-align:right;cursor:pointer}.nav__cat h3{color:#2e2e2e!important}@media (min-width:850px){.nav__cat{right:0}}
.home-banner{width:100%;height:100vh;position:relative}.home-banner__swiper{width:100%;height:100%}.home-banner__swiper .swiper{height:100%;overflow:hidden}.home-banner__swiper .swiper .swiper-slide{text-align:center;justify-content:center;align-items:center;width:100%;height:100%;font-size:18px;display:flex;position:relative!important}.home-banner__swiper .swiper-slide{text-align:center;justify-content:center;align-items:center;height:100%;font-size:18px;display:flex;position:relative!important}.home-banner__swiper .swiper-slide img{object-fit:cover;width:100%;height:100%;display:block}.home-banner__hero{z-index:10;max-width:450px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.home-banner__hero img{width:100%;height:auto}.home-banner__navigation{z-index:10;flex-direction:column;gap:12px;width:90%;display:flex;position:absolute;bottom:5%;left:5%;right:5%}.home-banner__navigation__title{border-bottom:2px solid #fff;width:100%;padding-bottom:12px}.home-banner__navigation__title p{color:#fff;font-size:24px}.home-banner__navigation__items{justify-content:space-between;align-items:center;display:flex}.home-banner__navigation__items__item{cursor:pointer;color:#fff;font-size:18px}.home-wcu{flex-direction:column;gap:36px;width:90%;margin:auto;display:flex}.home-wcu__right{flex-direction:column;gap:36px;display:flex}.home-wcu__right__links{align-items:center;gap:24px;display:flex}.home-wcu__right__btn{box-shadow:0 1px 3px 1px #00000036}.home-wcu__right h1{color:#2e2e2e;font-size:clamp(20px,2vw,24px)}.home-wcu__right p{color:#555;font-size:clamp(14px,2vw,16px);line-height:36px}.home-wcu__left{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:24px;display:grid}.home-wcu__left__card{background-color:red;border-radius:16px;flex-direction:column;justify-content:space-between;width:100%;height:100px;margin:auto;padding:12px;display:flex;box-shadow:0 1px 3px 1px #00000036;align-items:start!important}.home-wcu__left__card__content{justify-content:space-between;align-items:center;gap:8px;width:100%;display:flex}.home-wcu__left__card__content img{width:20%}@media (min-width:769px){.home-wcu__left__card__content{justify-content:space-between;align-items:center;gap:24px;display:flex}}.home-wcu__left__card h4{color:#fff;margin:0;font-size:16px;text-align:right!important}.home-wcu__left__card p{color:#fff;font-size:clamp(12px,1vw,16px);font-weight:500}@media (min-width:769px){.home-wcu__left__card{width:200px;height:120px}}@media (min-width:1025px){.home-wcu__left__card{width:250px}}@media (min-width:500px){.home-wcu__left{grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}}@media (min-width:769px){.home-wcu__left{justify-content:space-between;align-items:center;display:flex}}@media (min-width:1025px){.home-wcu__left{grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;display:grid}}.home-wcu__btn{justify-content:center;align-items:center;width:100%;display:flex}@media (min-width:1025px){.home-wcu{grid-template-columns:1fr 1fr;display:grid}}@media (min-width:1387px){.home-wcu{gap:13%;width:85%}}.home-prod{flex-direction:column;gap:16px;width:90%;margin:auto;display:flex}.home-prod__header{border-bottom:2px solid #ccc;justify-content:space-between;align-items:center;display:flex}.home-prod__header__swiperNav{align-items:center;gap:8px;font-size:32px;display:flex}.home-prod__header__swiperNav svg{cursor:pointer;fill:#81a285}.home-prod__header h2{color:#2e2e2e;font-size:20px}.home-prod__swiper .swiper{padding:8px 8px 60px}.home-prod__swiper .swiper .swiper-button-next,.home-prod__swiper .swiper .swiper-button-prev{display:none}.home-prod__swiper .swiper .swiper-pagination .swiper-pagination-bullet{opacity:1;background-color:#545775;width:12px;height:12px}.home-prod__swiper .swiper .swiper-pagination .swiper-pagination-bullet-active{background-color:#81a285}@media (min-width:1387px){.home-prod{width:85%}}.home-about{background-color:#81a285;flex-direction:column;gap:16px;width:100%;max-width:1920px;height:100%;padding:32px 5%;display:flex}.home-about__row1{flex-direction:column;gap:24px;display:flex}.home-about__row1__col1{flex-direction:column;gap:16px;line-height:32px;display:flex}.home-about__row1__col1 h3{color:#fff;font-size:clamp(17px,1.5vw,20px)}.home-about__row1__col1 p{color:#fff;font-size:clamp(14px,2vw,16px);font-weight:500}.home-about__row1__col2{border-radius:8px;max-width:600px;max-height:400px;display:none;overflow:hidden}@media (min-width:769px){.home-about__row1__col2{display:block}}.home-about__row1__col2 img{object-fit:contain;object-position:bottom;width:100%;height:100%}@media (min-width:769px){.home-about__row1{grid-template-columns:1fr 1fr;align-items:center;gap:5%;display:grid}}.home-about__row2{flex-direction:column;display:flex}.home-about__row2__col2{flex-direction:column;gap:16px;line-height:32px;display:flex}.home-about__row2__col2 h3{color:#fff;font-size:clamp(17px,1.5vw,20px)}.home-about__row2__col2 p{color:#fff;font-size:clamp(14px,1.5vw,16px);font-weight:500}.home-about__row2__col1{border-radius:8px;max-width:600px;max-height:400px;display:none;overflow:hidden}@media (min-width:769px){.home-about__row2__col1{display:block}}.home-about__row2__col1 img{object-fit:contain;width:100%;height:100%}@media (min-width:500px){.home-about__row2{gap:5%;padding:64px 0 0}}@media (min-width:769px){.home-about__row2{grid-template-columns:1fr 1fr;align-items:center;gap:5%;display:grid}}.home-gal{width:100%;max-width:1920px;margin:auto}.home-gal__info{background-color:#81a285;border-radius:16px;grid-template-columns:2px 1fr;gap:24px;width:100%;height:max-content;padding-top:32px;display:grid;position:relative;box-shadow:0 1px 3px 1px #00000036}.home-gal__info__line{background-color:#fff;width:2px;height:100%;margin-top:5px;margin-right:16px}@media (min-width:426px){.home-gal__info__line{margin:0}}.home-gal__info__items{flex-direction:column;gap:32px;margin:0 16px;display:flex}.home-gal__info__items__item{flex-direction:column;gap:16px;display:flex;position:relative}@media (min-width:1025px){.home-gal__info__items__item:nth-child(n+2){width:85%}}.home-gal__info__items__item__bullet{background-color:#fff;border-radius:100%;width:12px;height:12px;position:absolute;top:5px;right:-31px}.home-gal__info__items__item h4{color:#fff}.home-gal__info__items__item p{color:#fff;font-size:clamp(14px,2vw,15px);font-weight:400;line-height:28px}@media (min-width:426px){.home-gal__info__items{margin:0}}@media (min-width:1025px){.home-gal__info__items{gap:24px}}.home-gal__info__banner{border-radius:16px;grid-column:1/span 2;width:100%;margin-top:16px;position:relative;overflow:hidden;box-shadow:0 1px 3px 1px #00000036}.home-gal__info__banner__bg{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.home-gal__info__banner__bg img{width:100%;height:100%}.home-gal__info__banner__content{z-index:2;text-align:center;flex-direction:column;justify-content:space-around;align-items:center;gap:16px;width:100%;height:100%;padding:8%;display:flex;position:relative}.home-gal__info__banner__content__btn{color:#2e2e2e;background-image:url(/assets/images/stone-btn.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;justify-content:center;align-items:center;width:200px;height:84px;font-size:18px;font-weight:600;display:flex}.home-gal__info__banner__content p{font-weight:400;line-height:36px}.home-gal__info__banner__content h2{color:#fff;font-size:clamp(24px,2vw,32px);line-height:48px}.home-gal__info__banner__content p{color:#fff;font-size:14px,2vw,16px}@media (min-width:426px){.home-gal__info__banner{border-radius:24px}}@media (min-width:1025px){.home-gal__info__banner{width:400px;height:450px;margin-top:0;position:absolute;top:30%;right:90%}}@media (min-width:1387px){.home-gal__info__banner{width:500px;height:600px;right:90%}}@media (min-width:426px){.home-gal__info{padding:32px 24px}}@media (min-width:769px){.home-gal__info{paddding:64px}}@media (min-width:1025px){.home-gal__info{width:70%}}@media (min-width:769px){.home-gal__info{border-radius:36px}}@media (min-width:426px){.home-gal{width:90%}}@media (min-width:1025px){.home-gal{padding-bottom:164px}}@media (min-width:1387px){.home-gal{width:90%}}.home-assist{text-align:center;background-color:#545775;flex-direction:column;gap:clamp(24px,2vw,64px);width:100%;max-width:1920px;height:100%;margin:auto;padding:36px 5%;display:flex;box-shadow:0 1px 3px 1px #00000036}.home-assist__cta{justify-content:center;align-items:center;gap:clamp(16px,2vw,24px);display:flex}.home-assist h2{color:#fff;font-size:clamp(20px,2vw,32px)}.home-assist p{color:#fff;font-size:clamp(14px,2vw,20px);font-weight:400;line-height:36px}@media (min-width:426px){.home-assist{border-radius:24px;width:90%}}@media (min-width:1378px){.home-assist{width:85%;margin-top:32px}}.home-contact{border:0 solid #ddd;border-radius:16px;flex-direction:column;gap:16px;width:85%;max-width:1920px;margin:auto;padding:16px 0;display:flex;width:90%!important}.home-contact__right{flex-direction:column;gap:16px;display:flex}.home-contact__right__row{flex-direction:column;gap:12px;display:flex}.home-contact__right__row__title{align-items:center;gap:8px;display:flex}.home-contact__right__row__value{align-items:center;gap:16px;padding-right:16px;display:flex}.home-contact__right__social{grid-template-rows:1fr;gap:clamp(16px,2vw,24px);display:grid}.home-contact__right__social__card1{text-align:center;color:#fff;background:radial-gradient(circle,#c51d27 0%,#cd0056 50%,#83087e 100%);border-radius:16px;flex-direction:column;gap:24px;width:100%;height:100%;padding:16px;display:flex}.home-contact__right__social__card1__btn{cursor:pointer;color:#d1053c;background-color:#fff;border-radius:48px;align-items:center;gap:8px;width:max-content;margin:auto;padding:4px 16px;display:flex}.home-contact__right__social__card1__btn svg{fill:#d1053c}.home-contact__right__social__card1 p{line-height:24px;color:#fff!important;font-size:14px!important}.home-contact__right__social__card2{text-align:center;color:#fff;background:#c51d27;background:1DC5C5;background:radial-gradient(circle,#1dc5c5 0%,#259ee3 50%,#096eb7 100%);border-radius:16px;flex-direction:column;gap:24px;width:100%;height:100%;padding:16px;display:flex}.home-contact__right__social__card2__btn{cursor:pointer;color:#24a5de;background-color:#fff;border-radius:48px;align-items:center;gap:8px;width:max-content;margin:auto;padding:4px 16px;display:flex}.home-contact__right__social__card2__btn svg{stroke:#24a5de}.home-contact__right__social__card2 p{line-height:24px;color:#fff!important;font-size:14px!important}@media (min-width:500px){.home-contact__right__social{grid-template-columns:1fr 1fr;gap:32px}}@media (min-width:900px){.home-contact__right__social{flex-direction:column;gap:16px;display:flex}}@media (min-width:1200px){.home-contact__right__social{grid-template-columns:1fr 1fr;gap:36px;display:grid}}.home-contact__right h3{font-size:18px}.home-contact__right p{color:#555;font-size:16px;font-weight:500}.home-contact__left{z-index:1;border-radius:16px;width:100%;height:300px;position:relative;overflow:hidden;box-shadow:0 1px 3px 1px #00000036}.home-contact__left__popup{text-align:center;font-family:Shabnam;display:block}.home-contact__left .leaflet-control-attribution{display:none}@media (min-width:900px){.home-contact__left{height:100%}}@media (min-width:426px){.home-contact{padding:16px}}@media (min-width:900px){.home-contact{grid-template-columns:1fr 1fr;gap:64px;display:grid}}@media (min-width:1378px){.home-contact{width:85%}}.home-services{background-color:#718f94;border-radius:24px;flex-direction:column;width:90%;max-width:1920px;height:100%;margin:auto;display:flex;overflow:hidden;box-shadow:0 1px 3px 1px #00000036}.home-services__banner{width:100%;height:300px}.home-services__banner img{object-fit:cover;width:100%;height:100%}@media (min-width:769px){.home-services__banner{width:30%;height:100%}}.home-services__content{flex-direction:column;gap:36px;width:100%;padding:16px;display:flex}.home-services__content__options{align-items:center;gap:10%;display:flex}.home-services__content__options__right{flex-direction:column;gap:12px;width:100%;display:flex}.home-services__content__options__right__title{align-items:center;gap:8px;display:flex}.home-services__content__options__right__title svg{stroke:#fff;font-size:20px}.home-services__content__options__right__items{flex-direction:column;gap:8px;padding-right:16px;display:flex}.home-services__content__options__right__items li{color:#fff;font-size:clamp(14px,1.5vw,16px)}@media (min-width:1200px){.home-services__content__options__right{width:60%}}.home-services__content__options__left{gap:12px;display:none}.home-services__content__options__left li{color:#fff;align-items:center;gap:8px;display:flex}.home-services__content__options__left li span{color:#fff;font-weight:400}@media (min-width:1200px){.home-services__content__options__left{flex-direction:column;display:flex}}.home-services__content__cta{flex-direction:column;gap:24px;display:flex}.home-services__content__cta__title{align-items:center;gap:8px;display:flex}.home-services__content__cta__title svg{stroke:#fff;font-size:18px}.home-services__content__cta__title h5{color:#fff}.home-services__content__cta__items{justify-content:space-between;align-items:center;display:flex}.home-services__content__cta__items__right{align-items:center;gap:8px;display:flex}.home-services__content__cta__items__btns{align-items:center;gap:16px;display:flex}@media (min-width:769px){.home-services__content__cta__items__btns{padding-left:36px}}.home-services__content h3{color:#fff;font-size:20px}.home-services__content p{color:#fff;font-weight:400;line-height:26px}.home-services__content h4{color:#fff;font-size:18px;font-weight:400}@media (min-width:769px){.home-services__content{width:70%;padding:0}.home-services{flex-direction:row;align-items:center;gap:48px;height:500px;padding-left:32px;display:flex}}@media (min-width: 1200ox){.home-services{width:88%}}.whatsapp{cursor:pointer;background-color:#32df72;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;display:flex;box-shadow:0 1px 3px 1px #00000036}.whatsapp svg{fill:#fff;width:70%;height:70%}.telegram{cursor:pointer;background-color:#1986c0;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;display:flex;box-shadow:0 1px 3px 1px #00000036}.telegram svg{stroke:#fff;width:70%;height:70%}.home-blog{width:85%;max-width:1920px;margin:auto;width:90%!important}.home-blog__header{border-bottom:2px solid #ddd;flex-direction:column;gap:12px;width:100%;padding-bottom:8px;display:flex}.home-blog__header h2{font-size:20px}.home-blog__header p{color:#555;font-size:clamp(14px,2vw,16px);font-weight:500;line-height:clamp(28px,2vw,32px)}.home-blog__body{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;padding-top:32px;display:grid}.home-blog__body__card{cursor:pointer;border:1px solid #ddd;border-radius:16px;width:100%;height:400px;transition:all .2s;overflow:hidden}.home-blog__body__card__info{background-color:#fff;border-top:1px solid #ddd;border-radius:16px;flex-direction:column;gap:12px;width:100%;height:53%;padding:16px;transition:all .3s;display:flex;position:relative;bottom:4.5%}.home-blog__body__card__info__link{justify-content:end;align-items:center;gap:8px;display:flex;position:absolute;bottom:16px;left:16px}.home-blog__body__card__info__link span{color:#2e2e2e}.home-blog__body__card__info h5{color:#2e2e2e;font-size:12px;font-weight:600}.home-blog__body__card__info p{color:#555;-webkit-line-clamp:3;text-overflow:ellipsis;-webkit-box-orient:vertical;font-size:14px;font-weight:500;line-height:24px;display:-webkit-box;overflow:hidden}.home-blog__body__card__info span{justify-content:end;align-items:center;gap:8px;font-size:12px;font-weight:600;display:flex}.home-blog__body__card img{object-fit:cover;width:100%;height:50%;transition:all .2s}.home-blog__body__card:hover{transform:translateY(-8px);box-shadow:6px 6px 5px -4px #6c6a6a1b}.home-blog__body__card:hover .home-blog__body__card__info{background-color:#81a285}.home-blog__body__card:hover .home-blog__body__card__info p,.home-blog__body__card:hover .home-blog__body__card__info h5,.home-blog__body__card:hover .home-blog__body__card__info span,.home-blog__body__card:hover .home-blog__body__card__info h4,.home-blog__body__card:hover .home-blog__body__card__info a,.home-blog__body__card:hover .home-blog__body__card__info svg{color:#fff;fill:#fff}.home-blog__body__card:hover img{transform:scale(1.05)}@media (min-width:1025px){.home-blog{width:85%}}.ui-btn-regular{color:#fff;border-radius:36px;justify-content:center;align-items:center;gap:8px;width:max-content;height:40px;padding:0 24px;font-size:clamp(14px,2vw,16px);display:flex;box-shadow:0 1px 3px 1px #00000036}.ui-btn-regular svg{fill:#fff}.ui-btn-outlined{color:#fff;border:1px solid #fff;border-radius:36px;justify-content:center;align-items:center;width:max-content;height:clamp(30px,2vw,36px);padding:0 24px;font-size:clamp(14px,2vw,16px);display:flex}.page-loading{width:100%;height:100%;margin:124px 0 64px;padding:0 24px}.page-loading__content{background-color:#fff;border-radius:8px;flex-direction:column;gap:16px;padding:16px;display:flex}.page-loading__content__header{flex-direction:column;gap:8px;display:flex}.page-loading__content__body{width:100%;height:300px}@media (min-width:769px){.page-loading{margin:164px 0 64px;padding:0 64px}}*{box-sizing:border-box;color:#222;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-variant-numeric:tabular-nums;margin:0;padding:0}* ::-webkit-scrollbar{width:.3em}* ::-webkit-scrollbar-track{box-shadow:inset 0 0 6px #0000004d}* ::-webkit-scrollbar-thumb{background-color:#708090;border-radius:4px;outline:1px solid #708090}html{background-color:#f4f4f4}body{font-feature-settings:"locl" 1;unicode-bidi:bidi-override;background-color:#f4f4f4;font-family:Shabnam,sans-serif;position:relative}img{-drag:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}input{color:#3d3d3d;background-color:#0000;border:none;outline:none;height:100%;padding:0 8px;font-size:1em;font-weight:400;display:flex}input::placeholder{color:#6c757d;font-family:vazir;font-size:1em;font-weight:500}button{cursor:pointer;background-color:#0000;border:none;outline:none;height:100%;font-family:vazir;font-size:1em;font-weight:500}hr{background-color:#dbdbdb;width:0;height:16px}a{color:#000;text-decoration:none}strong{color:#2e2e2e}span{color:#555}.css-19opgx6-MuiFormControlLabel-root{margin:0!important}.stock-btn{color:#fff;background-color:#1a8100}.stock-btn svg{fill:#fff}.stock{color:#1a8100;align-items:center;gap:8px;display:flex}.stock svg{fill:#1a8100}.MuiSlider-valueLabel{opacity:0;background-color:red}.MuiSlider-valueLabel span{background-color:red}.MuiSlider-valueLabel:after{color:red}.MuiDrawer-paper{border-radius:24px 24px 0 0}.MuiSlider-thumb,.MuiSlider-track{color:#81a285}
@font-face{font-family:Shabnam;font-weight:400;font-style:normal;font-display:swap;src:url(/fonts/Shabnam-FD.woff2)format("woff2")}@font-face{font-family:Shabnam;font-weight:500;font-style:normal;font-display:swap;src:url(/fonts/Shabnam-Medium-FD.woff2)format("woff2")}@font-face{font-family:Shabnam;font-weight:600;font-style:normal;font-display:swap;src:url(/fonts/Shabnam-Bold-FD.woff2)format("woff2")}p{color:#292929;font-size:16px;font-weight:600}span{color:#848484;font-size:12px;font-weight:600}a{color:inherit;text-decoration:none}button{background:0 0;border:none;outline:none;font-family:shabnam,Roboto,sans-serif}input{font-family:shabnam,Roboto,sans-serif;font-size:14px}textarea{resize:none;outline:none;font-family:shabnam,Roboto,sans-serif;font-size:14px}input::placeholder{font-family:shabnam,Roboto,sans-serif;font-size:14px}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#a1a3a8}::-webkit-scrollbar-thumb:hover{background:#a1a3a8}.font-fa{font-feature-settings:"locl";unicode-bidi:bidi-override;font-family:Shabnam,sans-serif;position:relative}.font-fa select,.font-fa ::placeholder,.font-fa button{font-family:shabnam,Roboto,sans-serif}.custom-select{position:relative}select{appearance:none;background-color:#0000;border:none;outline:none;width:100%;height:100%}select option{border:10px solid #003566;border-radius:16px;width:100%;padding:8px;transition:all .3s}.custom-select{width:200px;position:relative}.selected-option{cursor:pointer;background:#fff;border:2px solid #000;padding:10px}.options{background:#fff;border:1px solid #000;width:100%;list-style:none;display:none;position:absolute}.options li{cursor:pointer;padding:8px}.options li:hover{background:#d3d3d3}.custom-select select{display:none}.Toastify__toast{font-family:shabnam!important}
