@charset "UTF-8";
 @media(max-width:82em){
body .large-hidden{display:none;}
}
@media(max-width:64em){
body .tablet-hidden{display:none;}
}
@media(max-width:48em){
body .phablet-hidden{display:none;}
}
@media(max-width:40em){
body .mobile-hidden{display:none;}
}
@media(max-width:30em){
body .tiny-hidden{display:none;}
}
@media(max-width:22.5em){
body .old-hidden{display:none;}
} *{margin:0;padding:0;list-style:none;box-sizing:border-box;}
html{min-height:100%;scroll-behavior:smooth;}
body{color:#111;line-height:24px;font-size:0.875rem;font-weight:400;font-variation-settings:"wght" 400;direction:rtl;display:flex;min-height:100vh;background:#fff;flex-direction:column;font-family:"IRANYekanXVF", IranYekan, tahoma;-webkit-font-smoothing:antialiased;}
h1, h2, h3, h4, h5, h6 {
font-variation-settings: "wght" 600; } a{color:inherit;text-decoration:none;}
picture img{display:block;}
.wrap{width:1280px;max-width:90%;margin-right:auto;margin-left:auto;}
@media(max-width:82em){
.wrap{width:1024px;}
}
@media(max-width:64em){
.wrap{width:768px;}
.wrap.mobile-open-wrap{width:100%;max-width:100%;}
.wrap.mobile-open-wrap .view-more-articles{margin-left:12px;}
}
@media(max-width:48em){
.wrap{width:600px;}
}
@media(max-width:40em){
.wrap{width:calc(100% - 20px);max-width:initial;}
}
.animated, .tab-content{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.animated-fast{-webkit-animation-duration:0.3s;animation-duration:0.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
@keyframes fly {
0%{opacity:0;transform:translateY(0px);}
75%{opacity:0.75;transform:scale(1.5) translateY(-30px);}
100%{opacity:0;transform:scale(2) translateY(-40px);}
}
.fly, .barghchi-post-like-yes.clicked .svg-icon--fly{animation-name:fly;}
@keyframes fadeIn {
from{opacity:0;}
to{opacity:1;}
}
.fadeIn, .tab-content.current{animation-name:fadeIn;}
@keyframes ripple-animation {
from{transform:scale(0);opacity:1;}
to{transform:scale(3);opacity:0;}
}
@keyframes swing {
20%{transform:rotate3d(0, 0, 1, 15deg);}
40%{transform:rotate3d(0, 0, 1, -10deg);}
60%{transform:rotate3d(0, 0, 1, 5deg);}
80%{transform:rotate3d(0, 0, 1, -5deg);}
to{transform:rotate3d(0, 0, 1, 0deg);}
}
.swing{transform-origin:top center;animation-name:swing;}
.grid{display:grid;}
.transition, .link-hover, .footer .footer__col .menu-item a, .has-link a, .svg-icon, .image-holder img, .title-box__image:after, .button, .comment-form .form-submit #submit, .line-button, .button:before, .comment-form .form-submit #submit:before, .line-button:before, .cat-label, .cat-label:before, .form input, .form textarea, .form select, .tab-link, .tnp-subscription .tnp-field.tnp-field-button:before, .tnp-subscription .tnp-field.tnp-field-button .tnp-submit, .home-latest .tab-link:after, .text-style p a, .text-style p a:not(.readmore-link):before, .table-of-content__btn:before, .readmore-link:after, .header__search-box, #pagenavi .wp-paginate a,
#pagenavi .wp-paginate span{transition:all 0.4s;}
.flex, .comment-form{display:flex;flex-flow:wrap;}
.flex-column{display:flex;flex-direction:column;}
.flex-vc, .circle-title, .section-title, .date, .button, .comment-form .form-submit #submit, .line-button, .tnp-subscription .tnp-field.tnp-field-button, .table-of-content__btn, .pros-and-cons ul li, #pagenavi .wp-paginate{display:flex;flex-flow:wrap;align-items:center;}
.align-items-center{align-items:center;}
.align-items-start{align-items:start;}
.center{text-align:center;justify-content:center;}
.grid-center, .video-box__image:after, .video-box__image:before, #pagenavi .wp-paginate a,
#pagenavi .wp-paginate span{display:grid;place-content:center;}
.hidden{display:none;}
.fg-1{flex-grow:1;}
.block{display:block;}
.none{display:none;}
.space-between{justify-content:space-between;}
.ltr{direction:ltr;}
.grid-1{grid-template-columns:minmax(0, 1fr);}
.grid-3{grid-template-columns:repeat(3, minmax(0, 1fr));}
.grid-4{grid-template-columns:repeat(4, minmax(0, 1fr));}
.white-bg{background:#fff;}
.light-bg{background:#E8F5FF;}
.text-color{color:#111;}
.mute{color:#B6BCC8;}
.mute .svg-icon{--color:#B6BCC8;}
.darkGray{color:#525E6A;}
.darkGray .svg-icon{--color:#525E6A;}
.lightGray{color:#717888;}
.lightGray .svg-icon{--color:#717888;}
.mainColor{color:#2A75BB;}
.mainColor .svg-icon{--color:#2A75BB;}
.gray8{color:#828F9C;}
.gray8 .svg-icon{--color:#828F9C;}
.lightBlue{color:#00A7E7;}
.lightBlue .svg-icon{--color:#00A7E7;}
.red{color:#FC2254;}
.redE{color:#E11010;}
.mainColor-bg{color:#fff;background:#2A75BB;}
.mainColor-bg .svg-icon{--color:#fff;}
.whatsapp-bg{color:#fff;background:#12b34e;}
.whatsapp-bg .svg-icon{--color:#fff;}
.lightBlue-bg, .footer__newsletter .button, .footer__newsletter .comment-form .form-submit #submit, .comment-form .form-submit .footer__newsletter #submit{color:#fff;background:#00A7E7;}
.lightBlue-bg .svg-icon, .footer__newsletter .button .svg-icon, .footer__newsletter .comment-form .form-submit #submit .svg-icon, .comment-form .form-submit .footer__newsletter #submit .svg-icon{--color:#fff;}
.gray{color:#667685;}
.link-hover:hover, .footer .footer__col .menu-item a:hover{color:#2A75BB;}
.has-link:hover a{color:#2A75BB;}
.tablet-visible{display:none;}
@media(max-width:64em){
.tablet-visible{display:grid;grid-template-columns:minmax(0, 1fr);}
}
.mobile-visible{display:none;}
@media(max-width:40em){
.mobile-visible{display:grid;grid-template-columns:minmax(0, 1fr);}
}
.h-100{height:100%;}
.w-100{width:100%;}
.h-1{height:1px;}
.mt-auto{margin-top:auto;}
.ml-auto{margin-left:auto;}
.mr-auto{margin-right:auto;}
.mx-auto{margin-right:auto;margin-left:auto;}
.gap8{gap:8px;}
.gap12{gap:12px;}
.gap16{gap:16px;}
.gap24{gap:24px;}
.gap32{gap:32px;}
.gap40{gap:40px;}
.gap48{gap:48px;}
.gap4{gap:4px;}
.ml16{margin-left:16px;}
.mb4{margin-bottom:4px;}
.mb8{margin-bottom:8px;}
.mb12{margin-bottom:12px;}
.mb16{margin-bottom:16px;}
.mb24{margin-bottom:24px;}
.mb32{margin-bottom:32px;}
.mb48{margin-bottom:48px;}
.mb40{margin-bottom:40px;}
@media(max-width:64em){
.mb40{margin-bottom:24px;}
}
.mb80{margin-bottom:80px;}
.pb1{padding-bottom:1px;}
.p10, .article-box{padding:10px;}
.p24{padding:24px;}
.p32{padding:32px;}
.p16{padding:16px;}
.p12{padding:12px;}
.p8{padding:8px;}
.square{aspect-ratio:1/1;}
.lightBorder{border:1px solid #E0E3E5;}
.border{border:1px solid #E4E4E4;}
.border-bottom{border-bottom:1px solid #E4E4E4;}
.curve, .title-box, .title-box__image, .article-box .wp-post-image, .button, .comment-form .form-submit #submit, .line-button, .button:before, .comment-form .form-submit #submit:before, .form input, .form textarea, .form select, .tnp-subscription .tnp-field.tnp-field-email .tnp-email, .tnp-subscription .tnp-field.tnp-field-button .tnp-submit, .table-of-content__btn, .table-of-content__list, #pagenavi .wp-paginate a,
#pagenavi .wp-paginate span{border-radius:8px;}
.curve10, .text-style img{border-radius:10px;}
.curve16, .article-box{border-radius:16px;}
.round{border-radius:20px;}
.circle, .video-box--small .video-box__image:before{border-radius:50%;}
.pos-r, .title-box, .article-box{position:relative;}
.sticky{top:0;position:sticky;}
.bold{font-weight:700;font-variation-settings:"wght" 700;}
.medium{font-weight:500;font-variation-settings:"wght" 500;}
.normal{font-weight:400;font-variation-settings:"wght" 400;}
.text-control{width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.absolute-center, .title-box__image:after, .title-box__title, .sidebar .title-box .title-box__image:before, .small-box__image img, .video-box__image:after, .video-box__image:before, .line-button:before, .author-page:before, .tnp-subscription .tnp-field.tnp-field-button:before, .text-style p a:not(.readmore-link):before, .stroke:after, .sidebar .slide-btn, .sale-person__online:before{inset:0;margin:auto;position:absolute;}
.overflow-hidden{overflow:hidden;}
.box-shadow{box-shadow:0 0 17px 0 rgba(0, 0, 0, 0.05);}
.auto-visibility{content-visibility:auto;}
.main-title{font-size:2rem;font-weight:700;font-variation-settings:"wght" 700;line-height:normal;}
@media(max-width:48em){
.main-title{font-size:1.125rem;}
}
.circle-title, .section-title{gap:16px;font-weight:bold;font-variation-settings:"wght" 700;font-size:1rem;color:#525E6A;}
.circle-title:before, .section-title:before{width:14px;aspect-ratio:1/1;content:"";background:#2A75BB;border-radius:50%;}
.section-title:after{content:"";height:2px;width:50%;background:linear-gradient(90deg, #FFFFFF 0%, #E8F5FF 100%);}
@media(max-width:48em){
.section-title:after{display:none;}
}
.big-title{font-size:1.375rem;font-weight:700;font-variation-settings:"wght" 700;}
@media(max-width:48em){
.big-title{font-size:1.125rem;}
}
@media(max-width:40em){
.big-title{font-size:0.875rem;}
}
.medium-title{font-size:1.125rem;}
.small-title{font-size:1rem;}
.def-size, .title-box__title{font-size:0.875rem;}
.small-size, .line-button--small, .table-of-content__btn:after{font-size:0.75rem;}
.svg-icon{--size:24px;display:block;--color:#111;width:var(--size);height:var(--size);stroke:var(--color);}
.svg-icon--fill{stroke:none;fill:var(--color);}
.svg-icon.white{--color:#fff;}
.svg-icon--darkGray{--color:#525E6A;}
.svg-icon--32{--size:32px;}
.svg-icon--20{--size:20px;}
.svg-icon--18{--size:18px;}
.svg-icon--16{--size:16px;}
.svg-icon--12{--size:12px;}
.ad-boxes{display:grid;grid-template-columns:minmax(0, 1fr);}
.ad-boxes--double{grid-template-columns:repeat(2, minmax(0, 1fr));}
@media(max-width:48em){
.ad-boxes--double{grid-template-columns:minmax(0, 1fr);}
}
.ad-boxes .ad-box{margin-bottom:0;}
.ad-box:last-child{margin-bottom:0;}
.single-article .ad-box{display:block;}
.single-article .ad-box img{width:100%;}
.image-holder, .image-control{background:#E8F5FF;}
.image-holder img, .image-control img{width:100%;height:100%;display:block;object-fit:cover;font-size:12px;line-height:18px;}
.image-holder{overflow:hidden;}
.image-holder img{transform:scale(1);}
.image-holder:hover img{transform:scale(1.1);}
.image-holder{aspect-ratio:77/60;background:#E8F5FF;}
.img-responsive, picture.img-responsive img, .text-style img{max-width:100%;height:auto;display:block;font-size:12px;line-height:18px;}
.box-author{grid-template-columns:40px minmax(0, 1fr);}
.box-author .image-control{background:#fff;}
.title-box{overflow:hidden;border:1px solid #EFF1F2;}
.title-box__image{overflow:hidden;}
.title-box__image:after{top:20%;content:"";background:linear-gradient(180deg, rgba(42, 117, 187, 0) 42%, rgba(42, 117, 187, 0.8) 70%, #2A75BB 90%);}
.title-box__title{top:auto;padding:24px;line-height:20px;color:#fff;}
.title-box__title .link-hover, .title-box__title .footer .footer__col .menu-item a, .footer .footer__col .menu-item .title-box__title a{padding:10px 16px;}
.title-box__title .lightGray{color:rgba(255, 255, 255, 0.7);}
.title-box__title .lightGray .svg-icon{--color:rgba(255, 255, 255, 0.7);}
@media(max-width:64em){
.title-box__title{display:block;}
.title-box__title a{font-size:14px;padding:4px 8px;line-height:normal;text-align:center;}
}
.title-box--bigger .title-box__title{padding:32px;}
.title-box__view{justify-content:flex-end;}
.sidebar .title-box .title-box__image{aspect-ratio:3/2;}
.sidebar .title-box .title-box__image:after{top:0;background:linear-gradient(180deg, rgba(42, 117, 187, 0) 26%, rgba(42, 117, 187, 0.8) 63%, #1C64A7 90%);}
.sidebar .title-box .title-box__image:before{z-index:2;width:45px;height:45px;background:url(//barghchi.com/mag/wp-content/themes/barghchimag2024/assets/images/play-circle.svg) no-repeat center;background-size:100%;content:"";}
.sidebar .title-box .title-box__title a{padding:0;color:#fff;}
.title-box:hover .title-box__image:after{top:0;}
.meta-box__author:after{content:"|";margin:0 4px;}
.horizontal-box{padding-bottom:16px;margin-bottom:16px;grid-template-columns:182px minmax(0, 1fr);}
.horizontal-box__title{color:#1F2328;}
.horizontal-box__image{aspect-ratio:182/140;}
.horizontal-box__text{line-height:24px;}
.horizontal-box .cat-label{top:16px;}
@media(max-width:48em){
.horizontal-box{grid-template-columns:130px minmax(0, 1fr);}
}
@media(max-width:40em){
.horizontal-box{grid-template-columns:150px minmax(0, 1fr);}
.horizontal-box__header__left{order:-1;width:100%;}
.horizontal-box__title{line-height:24px;}
}
@media(max-width:30em){
.horizontal-box .box-author{grid-template-columns:minmax(0, 1fr);}
.horizontal-box .box-author .image-control{display:none;}
}
.small-box{grid-template-columns:88px minmax(0, 1fr);}
.small-box__image{aspect-ratio:88/72;position:relative;}
.small-box__image img{height:100%;width:auto;right:auto;}
.sidebar .small-box{margin-bottom:0;}
.sidebar .small-box__title{color:#525E6A;}
.date:before{width:16px;height:16px;content:"";background:url(//barghchi.com/mag/wp-content/themes/barghchimag2024/assets/images/clock.svg) no-repeat right center;background-size:100%;margin-left:6px;}
.blog-box .date:before{display:none;}
@media(max-width:48em){
.blog-box{display:grid;grid-gap:12px;border:none;padding:0;grid-template-columns:88px minmax(0, 1fr);}
.blog-box__image{margin:0;border-radius:0 8px 8px 0;aspect-ratio:11 / 9;}
.blog-box__title{font-size:0.875rem;line-height:18px;}
.blog-box__content{justify-content:center;}
.blog-box__content .mt-auto{margin-top:0;}
.blog-box .date:before{display:block;}
}
.article-box{max-width:270px;box-shadow:0px 0px 1px 0px rgba(12, 26, 75, 0.24), 0px 3px 8px -1px rgba(50, 50, 71, 0.05);}
.author .article-box{max-width:initial;}
.author .article-box img{width:100%;height:auto;}
.archive-page .article-box{width:100%;max-width:initial;}
.archive-page .article-box .article-box__image{position:relative;aspect-ratio:282/221;}
.archive-page .article-box .article-box__image .block{left:0;bottom:0;height:100%;width:auto;position:absolute;}
@media(max-width:40em){
.archive-page .article-box .article-box__image{margin-bottom:8px;}
.archive-page .article-box .box-author{display:block;max-width:50%;}
.archive-page .article-box .box-author .image-control{display:none;}
}
.article-box .cat-label{left:10px;}
.article-box__title{line-height:24px;min-height:48px;}
.article-box.swiper-slide{transition-property:all;}
@media(max-width:64em){
.swiper .article-box{width:270px;}
}
.article-box:hover{box-shadow:0px 0px 7px 0px rgba(12, 26, 75, 0.14), 0px 3px 16px -1px rgba(50, 50, 71, 0.01);}
.article-box:hover .article-box__title{color:#00A7E7;}
.cat-box.swiper-slide{width:130px;}
.cat-box__image{border-radius:31px;border:1px solid transparent;}
.cat-box:hover .cat-box__image{border-radius:34px;border-color:#00A7E7;}
.cat-box:hover .cat-box__title{color:#2A75BB;}
.icon-box{--size:36px;grid-gap:12px;grid-template-columns:var(--size) minmax(0, 1fr);}
.icon-box--bigger{--size:54px;}
.icon-box--24{--size:24px;}
.video-box{transition:all 0.5s;}
.video-box__image{position:relative;}
.video-box__image:after, .video-box__image:before{content:"";z-index:2;}
.video-box__image:after{background:rgba(0, 0, 0, 0.2);}
.video-box__image:before{width:40px;height:40px;z-index:3;}
.video-box--small{padding:7px;position:relative;z-index:1;grid-template-columns:130px minmax(0, 1fr);}
@media(max-width:64em){
.video-box--small{max-width:200px;grid-template-columns:minmax(0, 1fr);}
.video-box--small .video-box__title{min-height:48px;font-size:0.75rem;}
}
.video-box--small:after{content:"";inset:0;background:transparent;z-index:-1;border-radius:8px;transition:all 0.3s;position:absolute;border-left:1 solid transparent;}
.video-box--small .video-box__image{aspect-ratio:130/110;}
.video-box--small .video-box__image:before{background:#00A7E7 url(//barghchi.com/mag/wp-content/themes/barghchimag2024/assets/images/play-circle.svg) no-repeat center;background-size:50px;border:2px solid #fff;}
.video-box--small:hover:after{background:#F8F9F9;border-left:4px solid #FC2254;}
.video-box--bigger .video-box__image:before{width:70px;height:70px;background:url(//barghchi.com/mag/wp-content/themes/barghchimag2024/assets/images/play-circle.svg) no-repeat center;background-size:100%;border:none;}
@media(max-width:40em){
.video-box--bigger .video-box__footer{flex-direction:column-reverse;align-items:start;}
.video-box--bigger .video-box__footer__right{justify-content:space-between;}
.video-box--bigger .video-box__footer__left{width:100%;}
}
.how-box{position:relative;}
.how-box__icon{width:70px;background:#EAF9FF;border-radius:20px 20px 20px 0;}
.how-box__icon .svg-icon{--size:40px;--color:#17488A;}
.how-box__arrow{background:url(//barghchi.com/mag/wp-content/themes/barghchimag2024/assets/images/arrow 1.svg) no-repeat;}
.how-box__arrow.swiper-slide{height:20px;}
.single .how-box__arrow.swiper-slide{width:50px;margin:63px auto 0;}
@media(min-width:1025px){
.how-box.swiper-slide{width:120px;height:auto;}
.how-box__arrow.swiper-slide{width:100px;margin:63px 24px 0;}
}
@media(max-width:64em){
.how-box.swiper-slide{width:100px;max-width:120px;}
.how-box__arrow{margin:63px auto 0;}
.how-box__arrow.swiper-slide{width:26px;}
}
.fade-left{--fadeSize:100px;--fadeColor:linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 48.5%, #FFFFFF 100%);}
@media(max-width:64em){
.fade-left{position:relative;}
.fade-left:after{top:0;left:0;bottom:0;content:"";z-index:2;width:var(--fadeSize);position:absolute;background:var(--fadeColor);}
}
.button, .comment-form .form-submit #submit, .line-button{gap:4px;padding:6px 24px;justify-content:center;}
@media(max-width:82em){
.button, .comment-form .form-submit #submit, .line-button{padding:6px 16px;}
}
.button, .comment-form .form-submit #submit{--theme:#2A75BB;color:var(--theme);background:#E8F5FF;position:relative;z-index:1;}
.button:before, .comment-form .form-submit #submit:before{z-index:-1;content:"";position:absolute;right:0;top:0;bottom:0;background:rgba(0, 0, 0, 0.02);width:0;}
.button:hover:before, .comment-form .form-submit #submit:hover:before{width:100%;}
.button .svg-icon, .comment-form .form-submit #submit .svg-icon{--color:var(--theme);}
.button--mainColor, .tnp-subscription .tnp-field.tnp-field-button .tnp-submit, .comment-form .form-submit #submit{--theme:#fff;background:#2A75BB;}
.button--comp{color:#111;background:#FFDC17;}
.light-bg .button, .light-bg .comment-form .form-submit #submit, .comment-form .form-submit .light-bg #submit{background:#fff;}
.line-button{--theme:#2A75BB;color:var(--theme);position:relative;overflow:hidden;z-index:1;border:1px solid var(--theme);}
.line-button .svg-icon{--color:var(--theme);}
.line-button--small{padding:4px 6px;}
.line-button--small .svg-icon{--size:20px;}
.line-button.whatsapp{--theme:#08A54A;color:#1FC95E;background:#E2FAEC;}
.line-button:before{content:"";width:0;z-index:-1;background:var(--theme);}
.line-button:hover{color:#fff;}
.line-button:hover .svg-icon{--color:#fff;}
.line-button:hover img{filter:brightness(0) invert(1);}
.line-button:hover:before{width:100%;}
.custom-button{display:inline-flex;}
.custom-button.center{margin-inline:auto;}
.line-sep{height:1px;}
.bar, .header .nav-services__btn:after{width:1px;height:18px;background:#E4E4E4;}
.blue-card{background:#E8F5FF;border:1px solid #BCDDF3;}
.circle-nav, .square-nav{top:0;--size:24px;--xoffset:12px;bottom:0;margin:auto;cursor:pointer;position:absolute;place-content:center;background:rgba(255, 255, 255, 0.7);z-index:2;width:var(--size);height:var(--size);box-shadow:0px 0px 8px 0px #0000001A;}
.circle-nav .svg-icon, .square-nav .svg-icon{margin:auto;}
.circle-nav.prev, .square-nav.prev{left:var(--xoffset);}
.circle-nav.next, .square-nav.next{right:var(--xoffset);}
.circle-nav.swiper-button-disabled, .square-nav.swiper-button-disabled{display:none !important;}
.editor-suggestion-slider__nav .circle-nav, .editor-suggestion-slider__nav .square-nav{--size:40px;position:static;}
.square-nav{z-index:3;background:#fff;box-shadow:0px 0px 8px 0px #0000001A;}
@media(max-width:48em){
.view-all{font-size:0.75rem;}
}
.list-style li, .text-style ul li{position:relative;padding-right:15px;}
.list-style li:before, .text-style ul li:before{--size:7px;width:var(--size);height:var(--size);content:"";top:9px;right:0;border-radius:3px;position:absolute;background:#2A75BB;}
.list-style li.indent, .text-style ul li.indent{margin-right:15px;padding-right:12px;font-size:0.97em;opacity:0.9;}
.list-style li.indent:before, .text-style ul li.indent:before{background:#FC2254;--size:8px;top:18px;border:none;}
.cat-label{left:0;top:24px;width:80px;color:#fff;overflow:hidden;line-height:30px;position:absolute;text-align:center;z-index:1;border-radius:0 16px 16px 0;background:#FFAA00;}
.cat-label:before{inset:0;width:0;right:auto;content:"";z-index:-1;position:absolute;background:rgba(0, 0, 0, 0.1);}
.cat-label:hover:before{width:100%;}
.cat-label--buying-guide{background:#E958FF;}
.cat-label--product-review{background:#08A54A;}
.cat-label--news{background:#00A7E7;}
.popular-top-article__title{color:#fff;background:linear-gradient(180deg, rgba(42, 117, 187, 0) 42%, rgba(42, 117, 187, 0.8) 70%, #2A75BB 90%);}
.popular-top-article__link{justify-content:flex-end;padding:32px 24px;}
.popular-top-article__image{aspect-ratio:400/250;}
.sidebar .popular-top-article{border-bottom:1px solid #EFF1F2;}
.sidebar .popular-top-article__title{color:#525E6A;background:linear-gradient(180deg, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 0.8) 70%, #FFFFFF 90%);}
.clock:before{content:"";width:12px;height:12px;background:url(//barghchi.com/mag/wp-content/themes/barghchimag2024/assets/images/clock-bg.svg) no-repeat;background-size:12px 12px;}
input, button, select, textarea{border:none;font:inherit;background:none;color:inherit;outline:none;}
input:focus, button:focus, select:focus, textarea:focus{outline:none;}
button{cursor:pointer;}
.form input, .form textarea, .form select{padding:10px !important;display:block;width:100%;border:1px solid #E4E4E4;outline:none;font:inherit;}
.form input:focus, .form input:focus-visible, .form textarea:focus, .form textarea:focus-visible, .form select:focus, .form select:focus-visible{border-color:rgba(42, 117, 187, 0.8);box-shadow:0 0 5px 1px rgba(42, 117, 187, 0.3) inset;}
.newsletter-form .newsletter-form__input{padding:7px 10px !important;}
.newsletter-form .newsLetterButton-group #newsLetter_button{width:100%;margin-top:8px;gap:8px;--theme:#fff;background:#00A7E7;}
.newsletter-form .form-response{margin-top:8px;}
.newsletter-form .form-response:empty{margin-top:0;}
.newsletter-form__loading{display:none;background:#2A75BB url(//barghchi.com/mag/wp-content/themes/barghchimag2024/assets/images/loading.svg) no-repeat center;background-size:36px;z-index:2;}
.breadcrumb{padding-top:var(--space);}
.breadcrumb span a{color:#595959;font-weight:normal;font-variation-settings:"wght" 300;}
.breadcrumb span a:after{content:"/";margin:0 6px;}
.breadcrumb span span:last-child a:after{display:none;}
.breadcrumb span.breadcrumb_last{color:#111;font-weight:400;font-variation-settings:"wght" 400;}
.category .breadcrumb, .search .breadcrumb, .page .breadcrumb{margin-bottom:32px;}
@media(max-width:64em){
.category .breadcrumb, .search .breadcrumb, .page .breadcrumb{margin-bottom:12px;}
}
.single .breadcrumb{margin-bottom:12px;}
@media(max-width:64em){
.single .breadcrumb{margin-bottom:16px;}
}
.tab-link{cursor:pointer;}
.tab-link:hover{border-color:#FFDC17;}
@media(max-width:48em){
.tab-link{font-size:0.75rem;}
}
.tab-content{display:none;}
.tab-content.current{display:block;}
.single .main{grid-template-columns:minmax(0, 1fr) 320px;}
@media(max-width:64em){
.single .main{gap:0;grid-template-columns:minmax(0, 1fr);}
.single .main .p24{padding:16px;}
}
.archive-page{grid-template-columns:minmax(0, 1fr) 308px;}
@media(max-width:64em){
.archive-page{grid-template-columns:minmax(0, 1fr);}
}
@media(max-width:48em){
.archive-page .grid-3{grid-template-columns:repeat(2, minmax(0, 1fr));}
}
@media(max-width:22.5em){
.archive-page .grid-3{grid-template-columns:minmax(0, 1fr);}
}
.author-page{z-index:1;padding-top:24px;}
.author-page:before{z-index:-1;bottom:80px;content:"";background:#FFDC17;height:246px;bottom:auto;}
@media(max-width:48em){
.author-page:before{height:136px;}
}
.author__image{width:160px;margin:110px auto 8px;}
@media(max-width:48em){
.author__image{margin-top:25px;}
}
.author__about{width:664px;max-width:90%;}
.author #breadcrumbs{display:inline-flex;background:rgba(255, 255, 255, 0.5);padding:8px;border-radius:8px;}
@media(max-width:48em){
.author #breadcrumbs{display:none;}
}
@media(min-width:1025px){
.author .author-posts__slider .swiper-wrapper{display:grid;box-sizing:border-box;}
}
.social-icons{gap:20px;}
.social-icons .item:hover{color:#FFDC17;}
.social-icons .item:hover .svg-icon{--color:#FFDC17;}
.single .social-icons .svg-icon{--color:#B6BCC8;}
.single .how-section{margin-bottom:32px;max-width:100%;}
.single .how-section .how-boxes__slider{padding:0 18px;}
iframe{max-width:100%;display:block;}
.footer .tnp-subscription form{display:flex;flex-flow:wrap;}
.tnp-subscription .tnp-field label{display:none;}
.tnp-subscription .tnp-field.tnp-field-email .tnp-email{border:1px solid #E4E4E4;background:none;}
.footer .tnp-subscription .tnp-field.tnp-field-email .tnp-email{background:#fff;border-radius:0 8px 8px 0;}
.footer .tnp-subscription .tnp-field.tnp-field-email{width:calc(100% - 150px);}
.tnp-subscription .tnp-field.tnp-field-button{justify-content:center;position:relative;}
.tnp-subscription .tnp-field.tnp-field-button:before{content:"";right:auto;width:20px;height:20px;z-index:2;background:url(//barghchi.com/mag/wp-content/themes/barghchimag2024/assets/images/sms.svg) no-repeat;background-size:100%;left:calc(50% + 60px);}
.tnp-subscription .tnp-field.tnp-field-button.tnp-field-button--swing:before{transform-origin:top center;animation:swing 1s ease-in-out 1;}
.tnp-subscription .tnp-field.tnp-field-button .tnp-submit{width:100%;cursor:pointer;background:#00A7E7;}
.tnp-subscription .tnp-field.tnp-field-button .tnp-submit:hover{background-color:#2A75BB;}
.footer .tnp-subscription .tnp-field.tnp-field-button .tnp-submit{border-radius:8px 0 0 8px;}
.sidebar .tnp-subscription .tnp-field.tnp-field-button{width:100%;}
.footer .tnp-subscription .tnp-field.tnp-field-button{width:150px;}
.top-section .swiper-wrapper .title-box--bigger{grid-row:1 / 3;grid-column:1 / 1;}
.top-section .swiper-wrapper .title-box--bigger .title-box__title__heading{font-size:1.125rem;}
.top-section .swiper-wrapper .title-box--medium{grid-column:2 / -1;height:220px;}
@media(max-width:48em){
.top-section .swiper-wrapper .title-box--medium{height:auto;}
}
.top-section .swiper-wrapper .title-box--last{margin-top:24px;}
@media(max-width:48em){
.top-section .swiper-wrapper .title-box--last{margin-top:0;}
}
.top-section .swiper-wrapper .title-box__title{display:flex;flex-flow:wrap;padding:24px;}
.top-section .swiper-wrapper .title-box__title__heading{font-size:1rem;max-width:calc(100% - 80px);}
.top-section .swiper-wrapper .title-box__title .svg-icon{--color:#fff;}
.top-section .swiper-wrapper .title-box img{position:absolute;bottom:0;left:0;height:auto;max-width:100%;min-height:100%;min-width:100%;height:auto;width:auto;}
@media(min-width:1313px){
.top-section .swiper-wrapper{column-gap:24px;display:grid;grid-template-columns:792px minmax(0, 1fr);height:464px;}
}
@media(min-width:1025px) and (max-width:1313px){
.top-section .swiper-wrapper{column-gap:24px;display:grid;height:335px;grid-template-columns:500px minmax(0, 1fr);}
.top-section .swiper-wrapper .title-box--medium{height:155px;}
}
@media(max-width:64em){
.top-section .swiper-wrapper .title-box__title{padding:16px;display:flex;}
.top-section .swiper-wrapper .title-box__title__heading{max-width:initial;width:100%;margin-bottom:8px;font-size:1rem;}
.top-section .swiper-wrapper .title-box__title a{text-align:right;padding:0;}
.top-section .swiper-wrapper .title-box img{position:static;}
}
.editor-suggestion-section .swiper-wrapper{padding:16px 2px;}
.editor-suggestion-section .swiper:after{top:0;bottom:0;width:100px;content:"";z-index:2;position:absolute;left:0;background:linear-gradient(to right, #fff, transparent);}
.editor-suggestion-section .swiper .square-nav{--size:40px;--xoffset:2px;}
@media(max-width:64em){
.editor-suggestion-section{padding-right:12px;}
}
.video-section{padding:54px 0;background:#EFF1F2;}
.video-section .section-title:after{background:linear-gradient(90deg, #dbe8f4 0%, #E8F5FF 100%);}
.video-section__content{grid-template-columns:minmax(0, 1fr) 546px;}
.video-section__content .home-video-boxes{--fadeColor:linear-gradient(270deg, rgba(239, 241, 242, 0) 0%, rgba(239, 241, 242, 0.7) 48.5%, #EFF1F2 100%);}
.video-section__content .home-video-boxes .video-box{margin-bottom:24px;}
.video-section__content .home-video-boxes .video-box:last-child{margin-bottom:0;}
.video-section__content .home-video-boxes .square-nav{display:none;}
@media(max-width:64em){
.video-section__content{display:block;}
.video-section__content .home-video-boxes{margin-top:24px;}
.video-section__content .home-video-boxes .square-nav{--size:30px;--xoffset:2px;display:block;}
}
.video-section .meta-box{color:#111;}
@media(min-width:1025px){
.video-section .swiper-wrapper{flex-direction:column;}
.video-section .swiper-wrapper .swiper-slide{width:auto;height:auto;}
}
.home-posts{gap:40px;align-items:start;grid-template-columns:minmax(0, 1fr) 280px;}
@media(max-width:64em){
.home-posts{grid-template-columns:minmax(0, 1fr);}
}
.home-latest .tabs{display:inline-flex;padding-bottom:4px;position:relative;}
.home-latest .tabs:after{height:4px;content:"";inset:0;top:auto;position:absolute;background:#EFF1F2;}
@media(max-width:40em){
.home-latest .tabs{display:flex;flex-flow:row nowrap;white-space:nowrap;width:fit-content;}
.home-latest .tabs:after{height:2px;bottom:1px;}
.home-latest .tabs__nav__wrapper{position:relative;width:100%;overflow-x:auto;overflow-y:hidden;}
}
@media(max-width:40em){
.home-latest .tab-container{position:relative;}
.home-latest .tab-container:before{content:"";top:0;height:38px;width:40px;background:linear-gradient(to right, #fff, transparent);position:absolute;left:0;z-index:2;}
}
.home-latest .tab-link{color:#BBC2C9;padding:3px 24px;position:relative;border-left:2px solid #F8F9F9;}
.home-latest .tab-link:after{content:"";height:4px;position:absolute;bottom:-4px;z-index:2;right:50%;left:50%;background:transparent;}
.home-latest .tab-link--first{padding-right:0;}
.home-latest .tab-link--last{border-left:none;}
.home-latest .tab-link.current{color:#525E6A;}
.home-latest .tab-link.current:after{left:24px;right:24px;background:#2A75BB;}
.home-latest .tab-link.current.tab-link--first:after{right:0;}
.home-latest .tab-link:hover{color:#2A75BB;}
.home-latest .line-button{margin:0 auto;}
.how-section .how-boxes{justify-content:center;grid-template-columns:repeat(9, minmax(0, 1fr));}
.how-section .how-boxes__slider{--fadeSize:70px;}
.how-section .square-nav{display:none;}
@media(max-width:64em){
.how-section .square-nav{--size:30px;--xoffset:2px;display:block;}
}
.how-section .line-button{--theme:#08A54A;}
@media(min-width:1025px){
.cat-slider:before, .cat-slider:after{top:0;bottom:0;margin:auto;width:40px;content:"";z-index:2;position:absolute;}
.cat-slider:before{right:0;background:linear-gradient(to left, #fff, transparent);}
.cat-slider:after{left:0;background:linear-gradient(to right, #fff, transparent);}
.cat-slider .circle-nav{--size:35px;--xoffset:2px;z-index:3;background:#fff;box-shadow:0px 0px 8px 0px #0000001A;}
}
@media(max-width:64em){
.cat-slider .swiper-wrapper{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));grid-gap:16px;}
.cat-slider .swiper-wrapper .cat-box{max-width:100%;}
.cat-slider .swiper-wrapper .cat-box img{height:auto;margin:0 auto;display:block;max-width:100%;}
.cat-slider .circle-nav{display:none;}
}
@media(max-width:48em){
.ad-boxes--single .ad-box{min-height:100px;display:block;}
.ad-boxes--single .ad-box img{width:100%;height:100%;object-fit:cover;}
}
.home-popular-boxes{margin-bottom:56px;}
@media(max-width:64em){
.home-popular-boxes{grid-template-columns:repeat(2, minmax(0, 1fr));}
}
@media(max-width:48em){
.home-popular-boxes{grid-template-columns:minmax(0, 1fr);}
}
.single-article__top{gap:80px;position:relative;min-height:400px;grid-template-columns:minmax(0, 1fr) 51%;}
.single-article__top__meta__view{display:none;}
.single-article__top .single-article__text{color:#1F2328;}
@media(max-width:82em){
.single-article__top{min-height:0;grid-template-columns:minmax(0, 1fr);}
.single-article__top__meta{display:flex;flex-flow:wrap;margin-bottom:16px;justify-content:space-between;}
.single-article__top__meta__view{display:flex;}
.single-article__top__author{width:100%;justify-content:space-between;}
.single-article__top .mb32{margin-bottom:16px;}
.single-article__top__text{margin-bottom:8px;font-size:0.75rem;}
}
@media(max-width:40em){
.single-article__top{margin-bottom:8px;}
}
.single-article__thumb{aspect-ratio:652 / 401;}
@media(min-width:1313px){
.single-article__thumb{width:51%;position:absolute;left:0;top:0;}
}
@media(max-width:82em){
.single-article__thumb{margin-bottom:16px;position:relative;}
}
.single-article__title{font-size:2rem;min-height:84px;line-height:normal;}
@media(max-width:82em){
.single-article__title{min-height:0;}
}
@media(max-width:64em){
.single-article__title{font-size:1rem;}
}
.single-article__cat{top:0;width:auto;padding:0 16px;position:relative;display:inline-block;border-radius:16px;}
@media(max-width:82em){
.single-article__cat{margin-top:16px;}
}
@media(max-width:64em){
.single-article__cat{margin:0;position:absolute;right:16px;bottom:16px;left:auto;top:auto;border-radius:12px;}
}
.single-article__reading-time:after{height:2px;flex-grow:1;background:#EFF1F2;content:"";}
@media(max-width:82em){
.single-article__reading-time{margin-bottom:0;}
}
.single-article__share .item:hover .svg-icon, .single-article__social .item:hover .svg-icon{--color:#E11010;}
.single-article__bottom{grid-template-columns:minmax(0, 1fr) 300px;}
@media(max-width:64em){
.single-article__bottom{grid-template-columns:minmax(0, 1fr);}
.single-article__bottom .ad-box{margin-bottom:9px;}
}
.single-article__related-product{background:#f7f7f7;}
.single-article__related-product .inline-product-box{grid-template-columns:140px minmax(0, 1fr) 168px;}
.single-article__related-product .inline-product-box a:before{display:none;}
.single-article__related-product .inline-product-box__title{margin:0;}
.single-article__related-product .inline-product-box__range{color:#F17603;padding:6px;background:#FFF5E3;display:inline-flex;border-radius:20px 0px 0px 20px;line-height:23px;}
.single-article__related-product .inline-product-box__range .svg-icon{--color:#F17603;}
.single-article__related-product .inline-product-box .brand-img{height:20px;border-radius:0;}
.single-article__related-product .inline-product-box__left .flex-vc, .single-article__related-product .inline-product-box__left .circle-title, .single-article__related-product .inline-product-box__left .section-title, .single-article__related-product .inline-product-box__left .date, .single-article__related-product .inline-product-box__left .button, .single-article__related-product .inline-product-box__left .comment-form .form-submit #submit, .comment-form .form-submit .single-article__related-product .inline-product-box__left #submit, .single-article__related-product .inline-product-box__left .line-button, .single-article__related-product .inline-product-box__left .tnp-subscription .tnp-field.tnp-field-button, .tnp-subscription .single-article__related-product .inline-product-box__left .tnp-field.tnp-field-button, .single-article__related-product .inline-product-box__left .table-of-content__btn, .single-article__related-product .inline-product-box__left .pros-and-cons ul li, .pros-and-cons ul .single-article__related-product .inline-product-box__left li, .single-article__related-product .inline-product-box__left #pagenavi .wp-paginate, #pagenavi .single-article__related-product .inline-product-box__left .wp-paginate{gap:4px;justify-content:flex-end;}
.single-article__related-product .inline-product-box__left .button, .single-article__related-product .inline-product-box__left .comment-form .form-submit #submit, .comment-form .form-submit .single-article__related-product .inline-product-box__left #submit{color:#fff;background:#2A75BB;padding:7px 0;width:127px;margin-right:auto;justify-content:center;}
.single-article__related-product .inline-product-box__left .sale{color:#fff;background-color:#FC2254;line-height:16px;padding:2px 7px 1px;border-radius:5px;}
.single-article__related-product .inline-product-box .image-control{background:#fff;}
@media(max-width:48em){
.single-article__related-product .inline-product-box{grid-template-columns:minmax(0, 1fr);position:relative;padding-right:102px;gap:0;}
.single-article__related-product .inline-product-box__image{width:80px;position:absolute !important;right:8px;top:8px;aspect-ratio:1 / 1;bottom:8px;height:80px;margin:auto;}
.single-article__related-product .inline-product-box .def-size, .single-article__related-product .inline-product-box .title-box__title{font-size:0.75rem;margin-bottom:0;display:block;text-align:right;}
.single-article__related-product .inline-product-box .brand-img, .single-article__related-product .inline-product-box__range{display:none;}
.single-article__related-product .inline-product-box__left{padding:0;}
.single-article__related-product .inline-product-box__left .flex-vc, .single-article__related-product .inline-product-box__left .circle-title, .single-article__related-product .inline-product-box__left .section-title, .single-article__related-product .inline-product-box__left .date, .single-article__related-product .inline-product-box__left .button, .single-article__related-product .inline-product-box__left .comment-form .form-submit #submit, .comment-form .form-submit .single-article__related-product .inline-product-box__left #submit, .single-article__related-product .inline-product-box__left .line-button, .single-article__related-product .inline-product-box__left .tnp-subscription .tnp-field.tnp-field-button, .tnp-subscription .single-article__related-product .inline-product-box__left .tnp-field.tnp-field-button, .single-article__related-product .inline-product-box__left .table-of-content__btn, .single-article__related-product .inline-product-box__left .pros-and-cons ul li, .pros-and-cons ul .single-article__related-product .inline-product-box__left li, .single-article__related-product .inline-product-box__left #pagenavi .wp-paginate, #pagenavi .single-article__related-product .inline-product-box__left .wp-paginate{justify-content:flex-start;}
.single-article__related-product .inline-product-box__left .mb12{margin:0;}
}
.single-article__inline-related-slider{background:#f7f7f7;}
.single-article__inline-related-slider .inline-related-slider .brand-img{height:20px;position:absolute;right:0;top:0;border-radius:0;}
.single-article__inline-related-slider .inline-related-slider .product-box{padding:20px 15px;max-width:208px;transition-property:all;border:1px solid #BCDDF3;}
.single-article__inline-related-slider .inline-related-slider .product-box:hover{border-color:#2A75BB;}
.single-article__inline-related-slider .inline-related-slider .product-box__title{min-height:60px;}
.single-article__inline-related-slider .inline-related-slider .product-box__label{color:#3F65EE;position:absolute;padding:2px 5px 1px;line-height:normal;right:0;bottom:11px;}
@media(max-width:64em){
.single-article__inline-related-slider .inline-related-slider .product-box{width:208px;}
}
.single-article__like .svg-icon{--color:#08A54A;}
.single-article__footer{padding-top:16px;}
.single-article__tags{font-size:0.875rem;}
.single-article__tags .item{padding:5px 12px;background:#F8F9F9;}
.single-article .text-style{text-align:justify;color:#4E5765;}
.single-article__user-reaction{border-color:#E0E3E5;}
.single-article__user-reaction .svg-icon:hover{--color:#E11010;}
@media(max-width:82em){
.single-article__body{border:none;padding:0;}
.single-article .mb24{margin-bottom:16px;}
.single-article .p32{padding:8px;}
.single-article__user-reaction{justify-content:center;margin-bottom:16px;}
}
@media(max-width:40em){
.single-article__social{display:none;}
}
.text-style{line-height:27px;}
.text-style p{margin-bottom:24px;}
@media(max-width:64em){
.text-style p{margin-bottom:16px;}
}
.text-style h2{margin:40px 0 20px;font-size:1.3em;}
.text-style h3{margin:30px 0 20px;font-size:1.2em;}
.text-style h4{margin:20px 0 20px;font-size:1.1em;}
.text-style video, .text-style .wp-video{display:block;margin:0 auto;max-width:100%;height:auto;}
.text-style img.aligncenter{margin:0 auto 24px;}
.text-style .ad-box img{border-radius:0;}
.text-style .wp-caption{max-width:100%;margin:0 auto 24px;}
.text-style .wp-caption-text{text-align:center;margin:10px 0 0;font-size:0.9em;opacity:0.9;}
.text-style .align-right{float:right;margin-left:30px;}
.text-style .align-left{float:left;margin-right:30px;}
.text-style .align-right, .text-style .align-left{max-width:50%;margin-bottom:30px;}
.text-style .align-right img, .text-style .align-left img{margin:0;}
@media(max-width:64em){
.text-style .align-right, .text-style .align-left{float:none;max-width:100%;margin:30px auto;}
}
.text-style p a{color:#2A75BB;position:relative;}
.text-style p a:not(.readmore-link):before{top:calc(100% + 4px);left:50%;right:50%;content:"";height:1px;background:#111;}
.text-style p a:not(.readmore-link):hover{color:#2A75BB;}
.text-style p a:not(.readmore-link):hover:before{left:0;right:0;}
.text-style a.mainColor{color:#2A75BB;}
.text-style ul, .text-style ol{margin:10px 10px 10px 0;}
.text-style ol li{list-style:decimal inside;}
.text-style .table-wrap{width:100%;overflow:auto;}
.text-style table{margin:20px auto;border-collapse:collapse;border:1px solid #E4E4E4;max-width:100%;}
.text-style table td, .text-style table th{border-bottom:1px solid #E4E4E4;border-left:1px solid #E4E4E4;padding:10px;}
.text-style table p{margin-bottom:4px;}
.text-style table thead{border:none;background:#f0f0f0;}
.text-style table.aligncenter{display:grid;justify-content:center;margin:20px auto;}
@media(max-width:48em){
.text-style table{min-width:600px;}
}
.text-style:after{clear:both;height:1px;display:block;}
.text-style blockquote{border-right:5px solid #2A75BB;padding:0 34px 0;margin:40px 20px;position:relative;}
.text-style blockquote:before{content:"\201D";position:absolute;font-size:53px;top:14px;font-family:arial;right:8px;color:#2A75BB;}
.text-style .read-article{padding:6px;color:#2A75BB;border-right:5px solid #2A75BB;border-left:5px solid #2A75BB;}
.text-style .read-article__icon{width:36px;margin-left:8px;}
.text-style .read-article:before{display:none;}
.text-style hr{display:block;margin-bottom:16px;}
@media(max-width:48em){
.text-style .view-all{font-size:0.75rem;}
}
.table-of-content{line-height:30px;}
.table-of-content__btn{background:#f7f7f7;padding:8px;cursor:pointer;}
.table-of-content__btn span{margin-left:auto;color:#111 !important;}
.table-of-content__btn:before{width:14px;height:7px;content:"";order:1;background:url(//barghchi.com/mag/wp-content/themes/barghchimag2024/assets/images/arrow_down.svg) no-repeat left center;background-size:14px 7px;transform:rotate(0);}
.table-of-content__btn:after{margin-right:auto;color:#2A75BB;content:"نمایش بیشتر";padding-left:4px;font-weight:500;font-variation-settings:"wght" 500;}
.table-of-content__btn.active:before{transform:rotate(180deg);}
.table-of-content__list{display:none;background:#f7f7f7;margin:5px 0 0 0;padding:16px 64px 16px 16px;}
.table-of-content__list li{padding-right:23px;}
.table-of-content__list li:before{top:13px;--size:12px;background:none;border-radius:50%;border:1px solid #2A75BB;}
.table-of-content__list li.indent{padding-right:20px;}
.table-of-content__list li.indent:before{top:17px;}
.table-of-content__list a{display:block;padding:6px 0;}
.table-of-content__list a:before{display:none;}
.readmore-link{box-shadow:0px 0px 10px 0px #0000001A;padding:8px 84px 8px 10px;}
.readmore-link:after, .readmore-link:before{top:0;bottom:0;content:"";width:80px;position:absolute;}
.readmore-link:before{background-color:#fff;background-image:linear-gradient(90deg, #2A75BB 50%, #4484bf 50%);background-size:5px 68px;background-repeat:repeat;transform:rotate(17deg);right:-10px;top:-50%;bottom:-50%;}
.readmore-link:after{background:url(//barghchi.com/mag/wp-content/themes/barghchimag2024/assets/images/readmore.svg) no-repeat center center;right:-5px;}
.readmore-link__before{color:#667685;}
.readmore-link:hover:after{right:0;}
.pros-and-cons{margin-top:50px;grid-template-columns:repeat(2, minmax(0, 1fr));}
.pros-and-cons:last-child{margin-bottom:0;}
.pros-and-cons br, .pros-and-cons p:empty{display:none;}
.pros-and-cons__icon{top:-34px;width:68px;margin:auto;left:0;right:0;position:absolute;}
.pros-and-cons ul{margin:0;}
.pros-and-cons ul li{flex-flow:initial;margin-bottom:20px;}
.pros-and-cons ul li:last-child{margin-bottom:0;}
.pros-and-cons ul li:before{margin-left:8px;content:"";min-width:24px;height:24px;position:static;}
.pros-and-cons .advantages, .pros-and-cons .disadvantages{padding-top:40px;}
.pros-and-cons .advantages .svg-icon{--size:32px;--color:#08A54A;}
.pros-and-cons .advantages li:before{background:url(//barghchi.com/mag/wp-content/themes/barghchimag2024/assets/images/tick.svg) no-repeat center;}
.pros-and-cons .disadvantages .svg-icon{--size:32px;--color:#FC2254;}
.pros-and-cons .disadvantages li::before{background:url(//barghchi.com/mag/wp-content/themes/barghchimag2024/assets/images/cross.svg) no-repeat center;}
@media(max-width:48em){
.pros-and-cons{grid-template-columns:repeat(1, minmax(0, 1fr));}
}
.product-compare{border:1px solid #BBC2C9;overflow:hidden;grid-template-columns:150px minmax(0, 1fr);}
.product-compare .circle-nav{position:static;--size:32px;background:none;margin:0;box-shadow:none;}
.product-compare .circle-nav.swiper-button-disabled{display:grid !important;opacity:0.7;}
.product-compare__col{background:#fff;max-width:250px;}
.product-compare__col__title{height:100px;background:#D9F4FF;grid-template-columns:65px minmax(0, 1fr);}
.product-compare__col:nth-child(2n){background:#F9FAFB;}
.product-compare__col:nth-child(2n) .product-compare__col__title{background:#EAF9FF;}
.product-compare__col .item{padding:16px;border-bottom:1px solid #f2f3f5;}
.product-compare__col .item:last-child{border-bottom:none;}
.product-compare__col__image img{height:100%;}
.product-compare__col--first{background:#F9FAFB;border-left:1px solid #BBC2C9;}
.product-compare__col--first .product-compare__col__title{background:#EAF9FF;}
.stroke{position:relative;}
.stroke:after{height:1px;content:"";background:#B6BCC8;}
.barghchi-post-like-yes.clicked .svg-icon{--color:#FC2254;}
hr{border:none;background:none;margin:8px 0;}
.category .sidebar, .search .sidebar, .page-template .sidebar{margin-top:58px;}
@media(max-width:64em){
.category .sidebar, .search .sidebar, .page-template .sidebar{margin-top:0;}
}
.sidebar .slide-btn{width:32px;height:32px;margin:auto;z-index:2;background:#fff;margin:auto 4px;box-shadow:0 0 8px 0 rgba(0, 0, 0, 0.1);transform:translateY(-7px);}
.sidebar .slide-btn.related-slider-next{right:auto;}
.sidebar .slide-btn.related-slider-prev{left:auto;}
.sidebar .side-box__size{font-size:0.875rem;}
.sidebar .product-box .button, .sidebar .product-box .comment-form .form-submit #submit, .comment-form .form-submit .sidebar .product-box #submit{margin:0 auto;padding:3px 0;width:117px;}
.sidebar .product-box__title{min-height:56px;}
.sidebar__newsletter{border-color:#BCDDF3;}
.buy-product{border:1px solid #70ECA4;}
.buy-product .icon-box{--size:60px;}
.buy-product .send-lidt{--theme:#2A75BB;border:1px solid #00A7E7;background:#EAF9FF;}
.sidebar-video-boxes .slide-btn{background:none;margin:auto 0;transform:none;--xoffset:4px;}
.sidebar-video-boxes .slide-btn .svg-icon{--color:#fff;}
.sidebar-video-boxes .slide-btn.prev{right:auto;}
.sale-person__image{position:relative;}
.sale-person__online{width:10px;height:10px;right:4px;top:4px;background:#1FC95E;position:absolute;}
.sale-person__online:before{content:"";border-radius:50%;transform:scale(0);animation:ripple-animation 2s linear infinite;background-color:#1FC95E;pointer-events:none;}
@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal;}:root{--swiper-theme-color:#007aff;}
.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;}
.swiper-vertical > .swiper-wrapper{flex-direction:column;}
.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box;}
.swiper-android .swiper-slide, .swiper-wrapper{transform:translate3d(0px, 0, 0);}
.swiper-pointer-events{touch-action:pan-y;}
.swiper-pointer-events.swiper-vertical{touch-action:pan-x;}
.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;}
.swiper-slide-invisible-blank{visibility:hidden;}
.swiper-autoheight, .swiper-autoheight .swiper-slide{height:auto;}
.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height;}
.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;}
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px;}
.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper{transform-style:preserve-3d;}
.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10;}
.swiper-3d .swiper-slide-shadow{background:rgba(0, 0, 0, 0.15);}
.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);}
.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);}
.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);}
.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);}
.swiper-css-mode > .swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar{display:none;}
.swiper-css-mode > .swiper-wrapper > .swiper-slide{scroll-snap-align:start start;}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper{scroll-snap-type:x mandatory;}
.swiper-vertical.swiper-css-mode > .swiper-wrapper{scroll-snap-type:y mandatory;}
.swiper-centered > .swiper-wrapper::before{content:'';flex-shrink:0;order:9999;}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before);}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after);}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before);}
.swiper-centered.swiper-vertical > .swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after);}
.swiper-centered > .swiper-wrapper > .swiper-slide{scroll-snap-align:center center;}
.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0);}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none;}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size);}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size);}:root{--swiper-navigation-size:44px;}
.swiper-button-next, .swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color));}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none;}
.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none;}
.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev{display:none !important;}
.swiper-button-next:after, .swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none !important;letter-spacing:0;font-variant:initial;line-height:1;}
.swiper-button-prev, .swiper-rtl .swiper-button-next{left:10px;right:auto;}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{content:'prev';}
.swiper-button-next, .swiper-rtl .swiper-button-prev{right:10px;left:auto;}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{content:'next';}
.swiper-button-lock{display:none;}
.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0, 0, 0);z-index:10;}
.swiper-pagination.swiper-pagination-hidden{opacity:0;}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled{display:none !important;}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{bottom:10px;left:0;width:100%;}
.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0;}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(0.33);position:relative;}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1);}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1);}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(0.66);}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(0.33);}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(0.66);}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(0.33);}
.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, 0.2);}
button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none;}
.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer;}
.swiper-pagination-bullet:only-child{display:none !important;}
.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color));}
.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px, -50%, 0);}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block;}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top;}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px);}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap;}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left;}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right;}
.swiper-pagination-progressbar{background:rgba(0, 0, 0, 0.25);position:absolute;}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top;}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top;}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0;}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0;}
.swiper-pagination-lock{display:none;}
.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0, 0, 0, 0.1);}
.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled{display:none !important;}
.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%;}
.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%;}
.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0, 0, 0, 0.5);border-radius:10px;left:0;top:0;}
.swiper-scrollbar-cursor-drag{cursor:move;}
.swiper-scrollbar-lock{display:none;}
.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center;}
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg{max-width:100%;max-height:100%;object-fit:contain;}
.swiper-slide-zoomed{cursor:move;}
.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent;}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear;}
.swiper-lazy-preloader-white{--swiper-preloader-color:#fff;}
.swiper-lazy-preloader-black{--swiper-preloader-color:#000;}
@keyframes swiper-preloader-spin {
0%{transform:rotate(0deg);}
100%{transform:rotate(360deg);}
}
.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000;}
.swiper-free-mode > .swiper-wrapper{transition-timing-function:ease-out;margin:0 auto;}
.swiper-grid > .swiper-wrapper{flex-wrap:wrap;}
.swiper-grid-column > .swiper-wrapper{flex-wrap:wrap;flex-direction:column;}
.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out;}
.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity;}
.swiper-fade .swiper-slide .swiper-slide{pointer-events:none;}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto;}
.swiper-cube{overflow:visible;}
.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%;}
.swiper-cube .swiper-slide .swiper-slide{pointer-events:none;}
.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0;}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto;}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible;}
.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;}
.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0;}
.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px);}
.swiper-flip{overflow:visible;}
.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;}
.swiper-flip .swiper-slide .swiper-slide{pointer-events:none;}
.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto;}
.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;}
.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height;}
.swiper-cards{overflow:visible;}
.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;}
.header{padding:24px 0 0;color:#667685;border-color:#EFF1F2;}
.category .header, .single .header{margin-bottom:16px;}
.home .header{margin-bottom:20px;}
.author .header{margin-bottom:0;}
.header__search-box{width:587px;max-width:100%;padding:0 8px;border-color:#E0E3E5;grid-template-columns:24px minmax(0, 1fr);}
.header__search-box:focus-within{border-color:#00A7E7;}
.header__search-box:focus-within .svg-icon{--color:#2A75BB;}
.header__search-box__input{padding:6px 8px;}
.header__search-box__input::placeholder{color:rgba(113, 120, 136, 0.3);}
.header__search-box__input::-ms-input-placeholder{color:rgba(113, 120, 136, 0.3);}
.header__search-box .svg-icon{--color:#667685;--size:20px;}
.header__search-reasult{top:100%;bottom:auto;z-index:10;padding-top:0;}
.header__search-reasult .item{padding:10px 0;grid-template-columns:80px minmax(0, 1fr);}
.header__search-reasult .item:last-child{border-bottom:none;}
.header__search-reasult .item .image-holder{aspect-ratio:80/53;}
.header__menu{gap:14px;}
.header__menu .open-sub-menu{display:none;}
.header__nav .menu-item{position:relative;}
.header__nav .menu-item.current-menu-item a{color:#292F35;}
.header__nav .menu-item.current-menu-item a .svg-icon{--color:#292F35;}
.header__nav .menu-item a{padding:10px 10px 16px;}
.header__nav .menu-item a:hover{color:#2A75BB;}
.header__nav .menu-item a:hover .svg-icon{--color:#2A75BB;}
.header__nav .sub-menu .menu-item{width:100%;}
.header .nav-services__btn{font-weight:500;font-variation-settings:"wght" 500;padding:10px 0 16px;}
.header .nav-services__btn:after{content:"";height:14px;margin-right:24px;}
@media(max-width:64em){
.header .nav-services__btn:after{margin-right:14px;width:6px;background:none;height:6px;border-top:1px solid #2A75BB;border-left:1px solid #2A75BB;transform:rotate(-45deg);}
}
.header .nav-services__menu{padding:30px;display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));}
@media(min-width:1025px){
.header__top{margin-bottom:4px;}
.header__logo{margin-left:24px;}
.header__nav .menu-item:hover .sub-menu{visibility:visible;opacity:1;z-index:100;transform:translateY(0);}
.header__nav .sub-menu{visibility:hidden;opacity:0;z-index:-100;position:absolute;top:100%;padding:5px;min-width:200px;border-radius:8px;border:1px solid #E4E4E4;box-shadow:0 0 17px 0 rgba(0, 0, 0, 0.05);background:#fff;transition:all 0.5s;transform:translateY(-10px);}
.header__nav .sub-menu .menu-item a{padding:8px;}
.header__nav .sub-menu .menu-item:first-child a{padding-right:8px;}
.header .nav-services .nav-services__menu{width:395px;padding:30px;display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));row-gap:24px;column-gap:42px;z-index:-100;}
.header .nav-services .nav-services__menu a{line-height:18px;padding:0;}
.header .nav-services:hover .sub-menu{visibility:visible;opacity:1;z-index:100;transform:translateY(0);}
}
@media(max-width:64em){
.header{padding:14px 0;margin-bottom:16px;font-size:0.75rem;background-color:#F8F9F9;}
.home .header{margin-bottom:16px;}
.header .nav-bar{visibility:hidden;opacity:0;z-index:-100;position:fixed;inset:0;transition:all 0.4s;}
.header .nav-bar::before{content:"";position:absolute;inset:0;background:rgba(0, 0, 0, 0.7);}
.header .nav-bar--active{visibility:visible;opacity:1;z-index:100;}
.header .nav-bar--active .header__nav{transform:translateX(0);}
.header .tablet-hidden{display:none;}
.header__nav{transition:all .4s;display:flex;background:#fff;width:320px;max-width:70%;position:absolute;height:100vh;color:#111;transform:translateX(30px);padding:16px;flex-direction:column;align-items:start;}
.header__nav .top-search{width:100%;display:block;margin-bottom:24px;}
}
@media (max-width: 64em) and (max-height: 500px) {
.header__nav .top-search{margin-bottom:8px;}
}
@media(max-width:64em){
.header__nav__logo{width:100%;}
.header__nav__logo:after{content:"";height:1px;background:linear-gradient(90deg, rgba(224, 227, 229, 0) 0%, #e0e3e5 100%);display:block;margin-top:8px;}
.header__nav .barghchi-shop{margin-right:0;padding:0;background:none;border:none;}
.header__nav .header__menu{flex-grow:1;gap:14px;width:100%;flex-direction:column-reverse;align-items:start;justify-content:space-between;}
.header__nav .header__menu .menu-item a{padding:10px;}
.header__nav .header__menu .second-menu{display:block;width:100%;}
}
@media (max-width: 64em) and (max-height: 500px) {
.header__nav .header__menu .second-menu{max-height:200px;overflow:auto;}
}
@media (max-width: 64em) and (max-height: 500px) {
.header__nav .header__menu .second-menu{max-height:150px;}
}
@media(max-width:64em){
.header__nav .header__menu .second-menu .menu-item{justify-content:space-between;}
}
@media (max-width: 64em) and (max-height: 500px) {
.header__nav .header__menu .second-menu .menu-item a{padding:4px 10px;}
}
@media(max-width:64em){
.header__nav .header__menu .second-menu .sub-menu{padding-right:24px;}
.header__nav .header__menu .open-sub-menu{width:40px;display:grid;}
}
@media (max-width: 64em) and (max-height: 500px) {
.header__nav .header__menu .open-sub-menu{width:30px;}
}
@media(max-width:64em){
.header__nav .header__menu .open-sub-menu--active .svg-icon{transform:rotate(180deg);}
.header__nav .sub-menu{display:none;width:100%;}
.header__top{justify-content:space-between;}
.header .nav-services__menu{position:fixed;top:165px;bottom:53px;right:0;display:grid;background:#fff;z-index:2;padding:16px;grid-template-columns:repeat(2, minmax(0, 1fr));place-content:start;transition:all 0.5s;transform:translateX(100%);}
}
@media (max-width: 64em) and (max-height: 500px) {
.header .nav-services__menu{top:134px;align-items:start;grid-template-columns:repeat(3, minmax(0, 1fr));}
}
@media(max-width:64em){
.header .nav-services__menu.active{transform:translateX(0);}
.header .nav-services__menu .menu-item{border:none;background:none;}
.header .nav-services__menu .menu-item a{padding:12px;}
}
@media (max-width: 64em) and (max-height: 500px) {
.header .nav-services__menu .menu-item a{padding:5px 00;line-height:17px;}
}
@media(max-width:64em){
.header .close-services{display:none;}
.header .close-services:before{content:"";margin-left:8px;width:6px;background:0 0;height:6px;border-top:1px solid #828F9C;border-left:1px solid #828F9C;transform:rotate(137deg);}
.header .close-services.active{display:flex;}
}
.tablet-visible{display:none;}
@media(max-width:64em){
.tablet-visible{display:block;}
}
.barghchi-shop{gap:16px;background:#EAF9FF;padding:4px 8px;line-height:12px;}
@media(max-width:64em){
.barghchi-shop{font-weight:500;font-variation-settings:"wght" 500;}
}
.search-box{background:#fff;}
.search-box__input{padding:6px 0 6px 15px;}
.search-box__btn{width:40px;}
.search-box .close-this{width:30px;}
.search-box .close-this .svg-icon{--size:25px;}
@media(max-width:64em){
.search-box .close-this .svg-icon{--size:20px;}
}
.footer{background:#F6FBFF;border-top:1px solid #EFF1F2;}
@media(max-width:64em){
.footer__middle{display:grid;gap:24px;grid-template-columns:minmax(0, 1fr);}
.footer__follow{margin:auto;justify-content:center;}
}
@media(max-width:48em){
.footer .mb40, .footer .mb24{margin-bottom:40px;}
}
.footer__top{padding-top:32px;gap:10%;}
@media(max-width:82em){
.footer__top{gap:0;justify-content:space-between;}
.footer__top .footer__col.ml-auto{margin-left:0;}
}
@media(max-width:64em){
.footer__top{display:block;}
}
.footer__logo:after{content:"";width:1px;background:#ABABAB;height:40px;margin:0 16px;}
@media(max-width:40em){
.footer__logo .img{width:100px;}
.footer__logo__text{font-size:.775rem;max-width:calc(100% - 133px);}
.footer__logo__text .small-title{margin-bottom:0;font-size:inherit;}
}
.footer__copy{padding:23px 0 13px 0;}
.footer .footer__col .small-title{color:#17488A;}
.footer .footer__col .menu-item{margin-bottom:8px;}
.footer .footer__col .menu-item a{color:#717888;display:block;}
.footer .footer__col .show-footer-menu{display:none;}
@media(max-width:64em){
.footer .footer__col{margin-bottom:8px;}
.footer .footer__col ul{display:none;}
.footer .footer__col strong.small-title{border-bottom:1px solid #BCDDF3;}
.footer .footer__col .show-footer-menu{display:grid;place-content:center;width:32px;}
.footer .footer__col .show-footer-menu .svg-icon{transform:rotate(0);}
.footer .footer__col .show-footer-menu--active .svg-icon{transform:rotate(180deg);}
.footer .footer__col:last-child{margin-bottom:24px;}
}
.footer .icon-box--first{margin-left:74px;}
.footer .icon-box--first .icon-box__icon{background:#EAF9FF;}
.footer .icon-box--first .icon-box__icon .svg-icon{--color:#00A7E7;}
@media(max-width:40em){
.footer .icon-box--first{margin-left:auto;}
}
.footer .icon-box__icon.whatsapp-bg{background:#E2FAEC;}
.footer .icon-box__icon.whatsapp-bg .svg-icon{--color:#08A54A;}
.footer__social{margin-right:90px;}
@media(max-width:40em){
.footer__social{margin:0;width:100%;text-align:center;}
.footer__social .flex-vc, .footer__social .circle-title, .footer__social .section-title, .footer__social .date, .footer__social .button, .footer__social .comment-form .form-submit #submit, .comment-form .form-submit .footer__social #submit, .footer__social .line-button, .footer__social .tnp-subscription .tnp-field.tnp-field-button, .tnp-subscription .footer__social .tnp-field.tnp-field-button, .footer__social .table-of-content__btn, .footer__social .pros-and-cons ul li, .pros-and-cons ul .footer__social li, .footer__social #pagenavi .wp-paginate, #pagenavi .footer__social .wp-paginate{margin-top:16px;justify-content:center;}
}
.footer__social .item{width:40px;}
.footer__social .item .svg-icon{--color:#2A75BB;}
.footer__social .item .svg-icon--aparat, .footer__social .item .svg-icon--youtube{--size:28px;}
.footer__newsletter{width:424px;max-width:100%;}
.footer__newsletter .newsletter-form__input{background:#fff;padding:7px 9px !important;border-radius:0 8px 8px 0;}
.footer__newsletter .newsletter-form__input::placeholder{color:#B6BCC8;opacity:1;}
.footer__newsletter .button, .footer__newsletter .comment-form .form-submit #submit, .comment-form .form-submit .footer__newsletter #submit{width:156px;padding:0;line-height:40px;border-radius:8px 0 0 8px;}
@media(max-width:64em){
.footer__newsletter{margin:0 auto;}
}
@media(max-width:40em){
.footer__newsletter .form{display:grid;gap:4px;}
.footer__newsletter .form .newsletter-form__input, .footer__newsletter .form .button, .footer__newsletter .form .comment-form .form-submit #submit, .comment-form .form-submit .footer__newsletter .form #submit{width:100%;border-radius:8px;}
}
.go-up{width:45px;border:3px solid #fff;border-radius:50%;bottom:auto;top:-23px;}
.underconstruction{display:none;}
.guest .underconstruction{display:grid;position:fixed;}
#pagenavi .wp-paginate{justify-content:center;gap:3px;}
#pagenavi .wp-paginate a,
#pagenavi .wp-paginate span{padding:0 14px;background:#fff;min-width:40px;height:40px;}
#pagenavi .wp-paginate a.current,
#pagenavi .wp-paginate span.current{background:#E8F5FF;color:#2A75BB;}
#pagenavi .wp-paginate a:hover{color:#2A75BB;}
.comment{font-size:0.75rem;padding:16px 0;}
.comment__text{margin-right:16px;border-right:1px solid #EFF1F2;padding:10px 20px;}
.comment img{display:block;}
.comment-form{gap:16px;}
.comment-form .comment-form__input{width:calc(50% - 8px);}
@media(max-width:30em){
.comment-form .comment-form__input{width:100%;}
}
.comment-form .comment-notes{width:100%;}
.comment-form .comment-form-cookies-consent {
gap: 8px;
display: grid;
grid-template-columns: 14px minmax(0, 1fr); }