@font-face {
    font-family: yekan;
    src: url(fonts/Yekan.woff);
}
@font-face {
    font-family: vazir;
    src: url(fonts/Vazir.woff);
}
@font-face {
    font-family: play-write;
    src: url(fonts/PlaywriteDKUloopet-VariableFont_wght.ttf);
}
@font-face {
    font-family: nazanin;
    src: url(fonts/BNazanin.woff);
}
@font-face {
    font-family: iransans;
    src: url(fonts/IRAN\ Sans\ Regular.ttf);
}
@font-face {
    font-family: bitter;
    src: url(fonts/Bitter-VariableFont_wght.ttf);
}
@font-face {
    font-family: estedad-regular;
    src: url(fonts/Estedad-Regular.ttf);
}
@font-face {
    font-family: estedad-bold;
    src: url(fonts/Estedad-Bold.ttf);
}
@font-face {
    font-family: estedad-medium;
    src: url(fonts/Estedad-Medium.ttf);
}
@font-face {
    font-family: estedad-thin;
    src: url(fonts/Estedad-Thin.ttf);
}
body {
    margin: 0;
}
.uc-container {
    background-color: #03687F;
    width: 100%;
    height: 100%;
    padding-top: 60px;
}
.uc-card {
    margin: auto;
    width: fit-content;
    background-color: #fff;
    padding: 30px;
    padding: 60px;
    border-radius: 20px;
}
.uc-card h2 {
    text-align: center;
    font-family: yekan;
}
.uc-card h6 {
    max-width: 100%;
    font-size: 16px;
    color: #b4b4b4;
    line-height: 3;
    font-family: vazir;
    text-align: center;
}
.uc-card img {
    max-width: 300px;
    margin: auto;
    display: block;
}
.uc-body {
    padding: 0;
    margin: 0;
}
@media (max-width:768px){
    .uc-card {
        width: 70%;
        padding: 10 !important;
    }
    .uc-card img {
        width: 60%;
    }
}
.main-icon img{
    max-width: 95px;
    margin-top: 9px;
}
.local-row {
    display: flex;
    margin-top: 10px;
}
.title-heading {
    font-family: yekan;
    font-weight: normal;
    margin: 0;
    max-height: 50px;
}
.sitename-heading {
    margin-right: 14px;
}
.sitename-heading h4 {
    font-family: yekan;
    margin: 0;
    color: #504e4e;
    font-weight: lighter;
}
.search {
    width: 51%;
    display: flex;
    justify-content: center;
    padding-top :6px;
    position: relative;
}
.search input {
    margin-top: 20px;
    outline: none;
    background-color: #f3f3f3;
    padding: 4px;
    border: none;
    border-radius: 9px;
    font-family: yekan;
}
.search input::placeholder {
    font-family: vazir;
}
.search input.ipt {
    min-width: 420px;
    cursor: unset !important;
    height: 38px;
}
.search input {
    cursor: pointer;
}
.search button {
    padding: 10px;
    outline: none;
    background-color: #f3f3f3;
    border: none;
    border-radius: 9px;
    cursor: pointer;
}
.site-options-container {
    width: 25%;
    display: flex;
    justify-content: left;
}
.site-options-container a {
    background-color: #f3f3f3;
    padding: 10px;
    border-radius: 9px;
    height: fit-content;
    margin: 20px 10px 0 10px;
    color: black;
}
.site-options-container a i {
    font-size: 23px;
}
.site-options-container a:hover {
    background-color: rgb(11, 4, 56);
}
.site-options-container a:hover i {
    color: #fff;
}
footer {
    background-color: #4b4a4a;
    padding-top: 15px;
    direction: rtl;
    margin-top: 10px;
}
footer .copy-right {
    background-color: #858585;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}
footer .copy-right span {
    font-family: nazanin;
    color: #fff;
    width: 50%;
    padding-right: 10px;
}
ul.main-menu {
    width: 96%;
    margin: auto;
    list-style: none;
    margin-top: 10px;
    box-shadow: 0 0 5px 0 rgb(153 23 175 / 61%); 
    padding: 10px;
    border-radius: 8px;
    background-color: #ececec;
}
ul.main-menu li a {
    font-family: estedad-regular;
    color: #838383;
    text-decoration: none;
    position: relative;
    margin-right: 24px;
}
header {
    padding: 0 18px;
    padding-bottom: 12px;
    direction: rtl;
}
ul.main-menu li a::before{
    transform-origin: 100% 50% !important;
    background: #668aee !important;
  }
ul.main-menu li a:hover::before {
    transform: scale3d(1,1,1);

  }
ul.main-menu li a::before {
    content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  transition: 0.5s transform ease;
  transform: scale3d(0,1,1);
  transform-origin: 0 50%;
}
.top-news {
    min-height: 380px;
    background-color: #568afa;
    width: 95%;
    margin: auto;
    border-radius: 11px;
    direction: ltr;
    display: flex;
}
@media (max-width:768px){
    .local-row {
        display: unset;
    }
    .main-icon img {
        display: block;
        margin: auto;
        margin-top: 10px;
        max-width: 70px;
    }
    .main-icon {
        padding-bottom: 10px;
        border-bottom: 1px solid #504e4e;
        display: block;
    }
    .sitename-heading {
        display: none;
    }
    .input-container {
        width: 100%;
    }
    .search input.ipt {
        width: 95%;
        min-width: unset;
        margin: auto !important;
        display: block;
        height: 41px;
    }
    .search form {
        width: 98%;
    }
    .site-options-container {
        justify-content: center;
        width: 100%;
    }
    ul.main-menu {
        display: none;
    }
}
.dark {
    background-color: #202425 !important;
}
.light {
    color: #fff;
}
.mega-box {
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);   
    width: 75%;
    padding: 15px;
    border-radius: 8px;
}
.side-article-box {
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);   
    width: 23%;
    padding: 15px;
    border-radius: 8px;
    margin-right: 8px;
}
.article-container {
    padding: 10px;
    display: flex;
}
.head-title {
    font-family: iransans;
    font-weight: normal;
    padding-bottom: 10px;
    border-bottom: 1px solid  #f2f2f2;
}
.top-article-img {
    width: 100%;
    border-radius: 14px;
    display: block;
    margin: auto;
}
.article-text {
    margin-top: 20px;
}
.article-text p {
    font-family: iransans;
    line-height: 3;
    font-size: 18px;
    text-align: justify !important;
    display: block;
}
@media (max-width:768px){
    .side-article-box {
    display: none;
    }
    .mega-box {
        width: 100%;
    }
}
.mid-large {
    width: 50%;
    padding: 25px;
}
.mid-large img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    min-height: 360px;
    max-height: 361px;
}
.mid-large a {
    text-decoration: none;
    color: #000;
}
.mid-large h4 {
    background-color: aqua;
    font-family: iransans;
    padding: 10px;
    margin: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 22px;
    text-align: right;
}
.second-large {
    width: 50%;
    display: flex;
}
.second-large .section-one {
    width: 50%;
    padding: 5px;
}
.second-large .section-two {
    width: 50%;
    padding: 5px;
}
.second-large .section-one img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    max-height: 156px;
}
.second-large .section-two img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    max-height: 156px;
}
.second-large .section-one a {
    text-decoration: none;
    color: black;
    margin-top: 5px;
    display: block;
    width: 90%;
    margin-top: 22px;
}
.second-large .section-one a h4 {
    text-align: right;
    background-color: aqua;
    font-family: iransans;
    margin: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 10px;
}
.second-large .section-two a {
    text-decoration: none;
    color: black;
    margin-top: 5px;
    display: block;
    width: 90%;
    margin-top: 22px;
}
.second-large .section-two a h4 {
    text-align: right;
    background-color: aqua;
    font-family: iransans;
    margin: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 10px;
}
@media(max-width:768px){
    .top-news {
        display: block;
        padding-bottom: 10px;
    }
    .mid-large {
        width: 90%;
        padding: 18px;
    }
    .second-large {
        width: 100%;
    }
    .second-large .section-one {
        padding: 0;
        margin: auto;
    }
    .second-large .section-two {
        padding: 0;
        margin: auto;
    }
    .second-large .section-one a {
        margin: auto;
        margin-top: 10px;
    }
    .second-large .section-two a {
        margin: auto;
        margin-top: 10px;
    }
}
.top-news h4 {
    direction: rtl !important;
}
.article-text img {
    border-radius: 14px;
    display: block;
    margin: auto;
    margin-top: 10px;
    max-width: 80%;
}
@media (max-width:768px){
    .article-text img{
        max-width: 100%;
        height: auto;
    }
    .article-text figure {
        margin: 0;
    }
}
.recent-news-container {
    display: flex;
    margin-top: 20px;
    padding-right: 10px;
    direction: rtl;
}
.recent-news-container .news-bar {
    width: 70%;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);   
    border-radius: 14px;
    padding: 10px;
}
.recent-news-container .recent-news-side {
    max-width: 29%;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);   
    border-radius: 14px;
    padding: 10px;
    margin-right: 7px;
}
.article-item {
    direction: rtl;
    max-height: 250px;
    margin-top: 20px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);   
    padding: 10px;
    border-radius: 9px;
    display: flex;
    position: relative;
}
.article-item img {
    width: 29%;
    border-radius: 10px;
    max-width: 260px;
    min-height: 162px;
    max-height: 162px;
    min-width: 260px;
}
.recent-news-container .news-bar h2 {
    font-family: iransans;
    color: #838383;
    padding-bottom: 10px;
}
.recent-news-container .news-bar a{
    text-decoration: none;
    color: #000;
}
.article-item h5 {
    font-family: yekan;
    font-size: 22px;
    margin: 0;
}
.article-item .data-part {
    margin-right: 15px;
}
@media (max-width:768px){
    .recent-news-side {
        display: none;
    }
    .recent-news-container .news-bar{
        width: 100%;
    }
    .recent-news-container {
        padding-right:5px ;
        padding-left: 5px;
    }
    .article-item h5{
        margin-top: 6%;
        margin-bottom: 6%;
        font-size: 15px;
    } 
    .recent-news-container .news-bar {
        padding: 5px;
    }
}
.brand {
    max-width: 10%;
}
.local-row .search {
    width: 60%;
}
.local-row .site-options-container {
    max-width: 35%;
}
.local-row .top-bar {
    width: 93%;
    justify-content: space-between;
    display: flex;
    margin: auto;
}
.local-row .brand img {
    width: 100%;
}
.modern-bar {
    display: block;
    width: 96%;
    margin: auto;
    direction: rtl;
}
.modern-bar .row {
}
.modern-bar .top-one {
    width: 50%;
    max-width: 50% !important;
    height: 400px;
    padding: 0;
}
.modern-bar .top-one .item {
    position: relative;
    height: 100%;
}
.modern-bar .top-one .item .image-bar img{
    width: 100%;
    border-radius: 12px;
    height: 400px;
    max-height: 400px;
}
.modern-bar .top-one .item .image-bar {
    position: absolute;
    top: 0;
    z-index: 50;
    width: 100%;
}
.modern-bar .top-one .item a {
    display: block;
    width: 100%;
    height: 400px;
    position: absolute;
    top: 0;
    z-index: 100;
}
.modern-bar .top-one .item .content-bar{
    position: absolute;
    bottom: 0;
    z-index: 70;
    width: 100%;
}
.modern-bar .top-one .item .content-bar h1 {
    background-color: rgba(89, 89, 89, .8);
    padding: 8px;
    margin-bottom: 0;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    font-size: 18px;
}
.modern-bar .top-one .item .content-bar{
    color: #fff;
    font-family: vazir;
}
.modern-bar .top-sub {
    width: 50%;
    display: flex;
}
.modern-bar .top-sub .section-one {
    width: 50%;
}
.modern-bar .top-sub .section-two {
    width: 50%;
}
.modern-bar .top-sub .section-one .item {
    position: relative;
    height: 200px;
}
.modern-bar .top-sub .section-two .item {
    position: relative;
    padding: 10px;
    height: 200px;
}
.modern-bar .top-sub .section-one .item img {
    width: 100%;
    border-radius: 12px;
    position: absolute;
    top: 0;
    height: 200px;
  
}
.modern-bar .top-sub .section-two .item img {
    width: 100%;
    border-radius: 12px;
    position: absolute;
    top: 0;
    height: 200px;
}
.modern-bar .top-sub .section-two .item a {
    display: block;
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0;
    z-index: 100;   
}
.modern-bar .top-sub .section-one .item a{
    display: block;
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0;
    z-index: 100; 
}
.modern-bar .top-sub .section-one .item .content-bar {
    position: absolute;
    bottom: 0;
    display: flex;
    z-index: 70;
    width: 100%;
    align-items: end;
    border-bottom-left-radius: 12px;
    background-color: rgba(89, 89, 89, .8);
    border-bottom-right-radius: 12px;
    padding-top: 7px;
}
.modern-bar .top-sub .section-two .item .content-bar{
    position: absolute;
    bottom: 0;
    display: flex;
    z-index: 70;
    width: 100%;
    align-items: end;
    border-bottom-left-radius: 12px;
    background-color: rgba(89, 89, 89, .8);
    border-bottom-right-radius: 12px;
    padding-top: 7px;
}
.modern-bar .top-sub .section-two .item .content-bar h2 {
    color: #fff;
    font-family: vazir;
    font-size: 16px;
    padding-right: 5px;
    padding-left: 5px;
}
.modern-bar .top-sub .section-one .item .content-bar  h2 {
    color: #fff;
    font-family: vazir;
    font-size: 16px;
    padding-right: 5px;
    padding-left: 5px;
    
}
.top-space {
    margin-top: 10px;
}
@media(max-width:768px){
    .brand {
        width: 90%;
        max-width: 100%;
        padding-top: 5px;
        border-bottom: 1px solid #838383;
        padding-bottom: 5px;
        margin: auto;
    }
    .brand img {
        width: 40px !important;
        margin: auto !important;
        display: block;
    }
    .local-row .top-bar {
        display: block;
        margin: auto !important;
        width: 100% !important;
    }
    .modern-bar {
        display: none;
    }
    header {
        padding: 0 !important;
    }
}
.top-slider {
    padding-top: 15px;
}
.top-slider .owl-item  {
    position: relative;
}
.top-slider .owl-item img {
    border-radius: 12px;
    margin: auto;
    height: 213px !important;
    width: 390px !important;
}
.top-slider .owl-item a {
    display: block;
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0;
    z-index: 500; 
}
.top-slider .owl-item .content-bar {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 100; 
    align-items: end;
    direction: rtl;
}
.top-slider .owl-item .content-bar h4 {
    color: #000;
    font-family: vazir;
    font-size: 14px;
    direction: rtl;
    background-color: #f3f3f3;
    padding: 10px;
    opacity: 0.7;
    margin-bottom: 0;
    width: 97%;
    margin-right: auto;
    margin-left: auto;
    border-radius: 9px;
}
@media (min-width:810px){
    .top-slider{
        display: none;
    }
  
}
@media(max-width:768px){
    .local-row .search {
        width: 100%;
    }
    .local-row .site-options-container {
        display: none;
    }
    .search button {
        display: none;
    }
    .owl-nav {
        display: none;
    }
    .short-text {
        display: none;
    }
}
.article-date {
    font-family: vazir;
    color: #b4b4b4;
    font-size: 12px;
    position: absolute;
    bottom: 0;
}
.short-text {
    font-family: estedad-thin;
    margin-top: 20px;
    color: #504e4e;
    display: block;
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    margin-bottom: 16px;
}
footer .column {
    width: 23%;
}
footer .column h4 {
    color: #fff;
    font-family: vazir;
    text-align: right;
    font-size: 18px;
}
footer .column ul {
    list-style: none;
}
footer .column ul li a {
    font-family: vazir;
    text-decoration: none;
    color: #dbdbdb;
}
.footer-list {
    padding-right: 20px;
}
footer .social {
    width: 50%;
}
footer .social i {
    font-size: 28px;
    color: #fff;
}
footer .social {
    direction: ltr;
    padding-left: 25px;
}
@media(max-width:768px){
    footer .social {
        width: 100%;
        display: flex;
    }
    .copy-right span {
        width: 100% !important;
    }
    footer .column {
        width: 100%;
    }
    footer .social a {
        margin: auto !important;
        display: block;
        width: fit-content;
    }
}
.nav-mobile-btn {
    background-color: aebbc2;
    position: absolute;
    cursor: pointer;
    display: none;
    top: 0;
}
.nav-mobile-btn .line-a {
    position: absolute;
    height: 3px;
    background-color: #b6b6b6;
    width: 28px;
    top: 9px;
    border-radius: 8px;
}
.nav-mobile-btn .line-b{
    position: absolute;
    height: 3px;
    background-color: #b6b6b6;
    width: 28px;
    top: 16px;
    border-radius: 8px;
}
.nav-mobile-btn .line-c {
    position: absolute;
    height: 3px;
    background-color: #b6b6b6;
    width: 28px;
    top: 24px;
    border-radius: 8px;
}
.mobile-nav {
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: -795px;
    background-color: #d7e2e1;
    height: 100%;
    z-index: 1009;
    transition: all 0.3s ease;
    width: 57% !important;
}
.mobile-nav.open {
    right: 0;
}
.overlay {
    display: none;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1001;
}
@media(max-width:768px){
    .nav-mobile-btn {
        display: block;
    }
    .stock-data {
        padding-right: 10px !important;
    }
    footer .column {
        width: 80%;
    }
    .short-text {
        display: none;
    }
    .brand a {
        width: fit-content;
        display: block;
        margin: auto;
    }
}
.mobile-nav {
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: -1100px;
    background-color: #e3ebfc;
    height: 100%;
    z-index: 1009;
    transition: all 0.3s ease;
    width: 70% !important;
}
.mobile-nav.open {
    right: 0;
}
.overlay {
    display: none;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1001;
}
.mobile-nav .menu  li {
    margin: auto;
    margin-top: 17px;
    width: 87%;
    padding: 3px;
    border-bottom: 1px solid #f7f7f7;
    margin-right: 28px;
}
.mobile-nav .menu li a {
    display: block;
    text-align: right;
    text-decoration: none;
    color: #000;
    font-family: estedad-thin;
    font-size: 21px;
    width: 95%;
    color: #000;
    padding-right: 10px;
}
.mobile-nav .menu {
    list-style: none;
    background-color: #e3ebfc;
    padding-top: 1px;
    border-radius: 10px;
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
}
.all-articles {
    font-family: vazir;
    display: block;
    margin: auto;
    margin-top: 20px;
    text-align: center;
    width: fit-content;
    color: #568afa !important;
    border: 1px solid #858585;
    padding: 6px;
    border-radius: 9px;
}
.pagination-article {
   background-color: #668aee;
   color: #fff !important;
   border-radius: 4px;
   margin-left: 5px;
   margin-right: 5px;
   height: 45px;
   width: 45px;
   border-radius: 50%;
   display: flex;
   justify-content: center;
   align-items: center;
   font-size: 24px;
}
.pagination-article.active {
    background-color: #1f2945;
}
.pagination-container {
    width: fit-content;
    margin: auto;
    margin-top: 30px;
    display: flex;
}
.bottom-category {
    font-family: vazir;
    margin: 7px;
    color: #fff;
    text-decoration: none;
    background-color: #668aee;
    padding: 11px;
    border-radius: 9px;
    font-size: 12px;
}
.phone-page .header {
    direction: rtl;
    padding-top: 20px;
    padding-right: 35px;
    display: flex;
    justify-content: space-between;
    max-width: 90%;
    margin: auto;
}
.main-specifications h3{
    font-family: vazir;
    display: block;
    font-size: 24px;
}
.main-specifications h5 {
    font-family: bitter;
    display: block;
    color: #b4b4b4;
    padding-bottom: 20px;
    border-bottom: 1px solid #4b4a4a;
}
.phone-page .header .main-img {
    padding-right: 30px;
    width: 20%;
}
.phone-page .header .main-img img {
    max-width: 250px;
}
.YN.yn-article-display.yn-borderbox *, .YN.yn-article-display.yn-borderbox {
    margin: auto !important;
}
.YN.yn-article-display .yn-item:hover .yn-item_title {
    font-family: vazir !important;
    text-align: center;
}
.main-specifications {
    width: 40%;
}
.phone-page .price-list {
    width: 28%;
    background-color: #ececec;
    padding: 15px;
    height: fit-content;
    border-radius: 9px;
}
.phone-page .price-list h5 {
    font-family: vazir;
    font-size: 14px;
    border-bottom: 1px solid #504e4e;
    text-align: center;
}
.phone-page .option {
    margin-top: 20px;
    display: flex;
}
.phone-page .option a {
    font-family: yekan;
    color: #858585;
    display: block;
    width: fit-content;
    margin: auto;
    text-decoration: none;
    border: 1px solid #858585;
    padding: 5px;
    border-radius: 8px;
}
.phone-page .header span.note {
    font-size: 12px;
    color: #dbdbdb;
}
.phone-page .header .option-over {
    margin-top: 20px;
}
.phone-page .header .option-over span {
    font-family: vazir;
    color: #9c9c9c;
}
.phone-page .main-phone-detail {
    direction: rtl;
    margin-top: 25px;
}
.phone-page .main-phone-detail h4 {
    background-color: #d7e2e1;
    padding: 6px;
    font-family: vazir;
    border-radius: 6px;
    width: 98%;
    margin-right: 15px;
}
.phone-spec-data {
    display: flex;
    justify-content: space-between;
    width: 96%;
    margin: auto;
}
.phone-spec-data .item {
    background-color: #cfcfcf;
    width: fit-content;
    padding: 7px;
    border-radius: 6px;
    margin: auto;
    display: block;
}
.main-phone-detail .data {
    display: flex;
}
.phone-spec-data .item h6{
    display: block;
    text-align: center;
    font-size: 14px;
    font-family: vazir;
}
.phone-spec-data .item span {
    display: block;
    text-align: center;
    font-size: 16px;
    font-family: vazir;
}
.main-phone-detail .list {
    width: 80%;
    margin: auto;
    margin-top: 30px;
}
.main-phone-detail .list .phone-specification-category{
    padding: 9px;
    background-color: #cfcfcf;
    font-family: vazir;
    font-size: 12px;
    border-radius: 6px;
    margin-top: 8px;
}
.main-phone-detail .list .specs_item h6 {
    background-color: #b4b4b4;
    padding: 6px;
    border-radius: 12px;
    width: fit-content;
    font-family: vazir;
    position: absolute;
    right: 60px;
}
.main-phone-detail .list .specs_item {
    display: flex;
    position: relative;
    height: fit-content;
    margin-top: 7px;
}
.main-phone-detail .list .specs_item span {
    background-color: #e6e6e6;
    font-family: vazir;
    padding: 6px;
    border-radius: 12px;
    margin-right: 330px;
    right: 200px;
}
@media (max-width:768px){
    .phone-page .header {
        display: block;
    }
    .phone-page .header .main-specifications {
        width: 100%;
        margin-top: 25px;
    }
    .phone-page .header .price-list {
        width: 90%;
        margin: auto;
        margin-top: 28px;
    }

    .phone-spec-data .item {
        margin-top: 15px;
        width: 100%;
    }
    .main-phone-detail .list .specs_item h6 {
        right: 10px;
    }
    .main-phone-detail .list .specs_item span {
        margin-right: 182px;
    }
    .phone-page .header .main-img img {
        width: 100%;
        max-width: 100%;
    }
    .phone-page .header .main-img {
        width: 100%;
        padding-right: 0;
    }
    .phone-page .header {
        padding-right: 0;
    }
    .footer-phone-ad {
        width: 95%;
    }
}
.footer-phone-ad {
    width: 60%;
    margin: auto;
    margin-top: 25px;
}
.phone-search-title {
    font-family: vazir;
    margin-top: 20px;
    font-size: 18px;
}
.article-search-title {
    font-family: vazir;
    font-size: 18px;
    margin-top: 20px;
}
.phone-search .phone-name {
    font-family: vazir;
    display: block;
    text-align: center;
    font-size: 14px;
    margin-top: 15px;
}
.phone-search .item {
}
.about-seprino{
    width: 96%;
    display: block;
    margin: auto;
    margin-top: 20px;
    direction: rtl;
}
.about-seprino h3 {
    font-family: vazir;
    font-size: 23px;
}
.about-seprino h4 {
    font-family: vazir;
    font-size: 18x;
    color: #9c9c9c;
    margin-top: 6px;
}
.about-seprino .paragraph {
    font-size: 16px;
    font-family: vazir;
    line-height: 3;
}
@media (max-width:768px) {
    .about-seprino .paragraph {
        text-align: justify;
        width: 98%;
        margin: auto;
    }
}
.latest-phones-title {
    direction: rtl;
    margin-top: 30;
    font-family: estedad-regular;
    margin-right: 40px;
    font-size: 18px;
}
.latest-phones {
    padding-top: 15px;
}
.latest-phones .item  {
    text-decoration: none;
    color: #000;
    font-family: vazir;
    text-align: center;
}
.latest-phones div {
}
.latest-phones .item h5 {
    display: block;
    margin-top: 20px;
    direction: rtl;
}
.latest-phones .item img {
    width: 200px;
    height: 265px;
    display: block;
    margin: auto;
}
.latest-phones .owl-carousel {
}
@media(max-width:768px) {
    .latest-phones .owl-item {
    }
}
.privacy-seprino {
    width: 88%;
    display: block;
    margin: auto;
    margin-top: 20px;
    background-color: #e3ebfc;
    padding: 20px;
    direction: rtl;
    border-radius: 9px;
}
.privacy-seprino .paragraph{
    font-family: vazir;
    line-height: 3;
}
.privacy-seprino .paragraph.important {
    color: red;
}
@media(max-width:768px) {
    .privacy-seprino {
        width: 96%;
    }
}
.contact-container {
    margin: auto;
    margin-top: 20px;
    width: 88%;
    direction: rtl;
}
.contact-container .row {
    display: flex;
}
.contact-container .sub-contact {
    width: 48%;
    background-color: #e3ebfc;
    padding: 30px;
    margin: auto;
    border-radius: 9px;
}
.contact-container .sub-contact i {
    font-size: 29px;
    display: block;
    text-align: center;
}
.contact-container .sub-contact h5 {
    display: block;
    text-align: center;
    font-family: vazir;
}
.contact-container .sub-contact span {
    display: block;
    text-align: center;
    font-family: vazir;
}
.contact-container  .attention {
    padding-right: 15px;
    margin-top: 30px;
}
.contact-container  .attention h3 {
    font-family: vazir;
}
.contact-container  .attention p {
    font-family: vazir;
    color: #9c9c9c;
}
.contact-container span.note {
    text-align: center;
    display: block;
    font-family: vazir;
    margin-top: 35px;
}
.article-data {
    margin-top: 30px;
    display: flex;
    align-items: center;
}
.article-data h6 {
    width: fit-content;
    display: block;
    font-family: iransans;
    color: #b6b6b6;
}
.article-data span {
    color: #b6b6b6;
    margin-right: ;
}
.recent-news-container .owl-carousel {
    direction: ltr !important;
}
.phone-search-item .phone-name{
    direction: rtl;
    display: block;
    margin-top: 15px;
    margin-right: 20px;
    font-family: estedad-regular;
    font-size: 14px;
    text-align: center;
}
.phone-search-item img {
    min-height: 231px;
    max-height: 231px;
}
.related-article-container .item img {
    width: 98px;
    height: 66px;
    border-radius: 4px;
}
.related-article-container .item {
    display: flex;
    margin-top: 15px;
}
.related-article-container .item h4 {
    width: 60%;
    display: block;
    font-size: 15px;
    font-family: iransans;
    margin-right: 10px;
}
.related-article-container .item a{
    color: black;
    text-decoration: none;
    width: fit-content;
    display: flex;
}
.related-article-container h3 {
    font-family: iransans;
}
@media (max-width:768px) {
    .article-item img {
        min-height: unset;
        max-height: unset;
        min-width: unset;
        max-width: unset;
    }
    .article-item h5 {
        line-height: 2;
        text-align: justify;
        display: block;
    }
}
.dark .article-text p {
    color: #fff;
}
.dark h1 {
    color: #fff;
}
.dark .main-menu {
    background-color: #1D1F20;
}
.dark ul.main-menu li a {
    color: #fff !important;
}
.dark .short-text {
    color: #fff !important;
}
.dark .article-item h5 {
    color: #fff !important;
}
@media(max-width:768px) {
    .modern-bar .top-one .item .image-bar img{
        width: 390px;
        max-width: 390px;
        height: 213px;
        max-height: 213px;
    }
}
.mobile-nav .nav-header h4 {
    display: block;
    font-size: 26px;
    font-family: play-write;
    text-align: center;
    color: darkviolet;
    margin-top: 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid #fff;
}
.dark .mobile-nav {
    background-color: #1D1F20;   
}
.mobile-nav .nav-option {
    display: flex;
    justify-content: center;
    padding-top: 15px;
}
.mobile-nav .nav-option a {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #e6e6e6;
    border-radius: 9px;
    padding: 7px;
}
.mobile-nav .nav-option a i {
    font-size: 30px;
}
.dark .main-specifications h3 {
    color: #fff;
}
.dark .YN.yn-article-display .yn-item:hover .yn-item_title {
    color: white !important;
}
.dark .main-phone-detail .list .phone-specification-category {
    background-color: #555859 !important;
    color: white !important;
}
.dark .main-phone-detail .list .specs_item span {
    background-color: #555859 !important;
    color: white !important;
}
.dark .main-phone-detail .list .specs_item h6 {
    background-color: #555859 !important;
    color: white !important;
} 
.dark .site-options-container a {
    background-color: #555859;
    color: white;
}
.dark .mobile-nav .menu {
    background-color: #1D1F20 !important;
}
.dark .mobile-nav .nav-option a {
    background-color: #555859;
}
.dark .mobile-nav .nav-option a i {
    color: #fff !important;
}
.dark .mobile-nav .menu li a  {
    color: #fff !important;
}
@media (max-width:768px) {
    .main-phone-detail .data {
        flex-wrap: wrap;
    }
    .phone-spec-data {
        width: auto !important;
    }
    .dark .main-phone-detail .list .phone-specification-category {
        margin-top: 26px;
    }
}
.dark .phone-spec-data .item {
    background-color: #555859 !important;
}
.dark .phone-spec-data .item span {
    color: #fff !important;
}
.dark .phone-spec-data .item h6 {
    color: #fff !important; 
}
.dark .search input.ipt {
    background-color: #555859 !important;
}
.dark .search input.ipt::placeholder {
    color: #fff !important;    
}
.dark .latest-phones .item h5 {
    color: #fff !important;
}
.dark .article-text span {
    color: white !important;
}
.dark .phone-search-item .phone-name {
    color: white;
}
.dark .YN.yn-article-display .yn-item_title {
    font-family: estedad-regular;
    color: white !important;
}
.dark .search button {
    background-color: #555859;
    color: white;
}
.dark .latest-phones-title {
    color: white;
}
.phone-list {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    width: 98%;
    margin: auto;
    direction: rtl;
}
.phone-list .main {
    width: 82%;
    border: 1px solid #c1c1c1;
    border-radius: 12px;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.phone-list .side {
    width: 17%;
    border: 1px solid #c1c1c1;
    border-radius: 12px;
}
.phone-list .main  a {
    text-decoration: unset;
    color: #000;
    display: block;
    width: 32%;
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 20%);
    padding: 15px;
    border-radius: 10px;
    margin-top: 15px;
}
.phone-list .main  a img {
    display: block;
    margin: auto;
    max-width: 160px;
}
.phone-list .main  a h1 {
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
    font-family: estedad-regular;
    font-weight: 400;
}
.phone-list .main  a span {
    display: block;
    text-align: center;
}
.see-all-phones {
    display: block;
    width: fit-content;
    font-family: estedad;
    font-size: 14px;
    margin: auto;
    margin-top: 0;
    text-decoration: none;
}
@media(max-width:768px) {
    .phone-list .side{
        display: none;
    }
    .phone-list .main {
        width: 100%;
    }
    .phone-list .main  a {
        width: 100%;
    }
}
.not-found {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}
.not-found .card {
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 20%);
    border-radius: 12px;
    width: 40%;
    padding: 15px;
}
.not-found .card span {
    display: block;
    font-size: 60px;
    text-align: center;
    font-family: play-write;
}
.not-found .card h1 {
    font-size: 18px;
    text-align: center;
    font-family: estedad;
}
@media(max-width:768px) {
    .not-found .card {
        width: 98%;
    }
}
.top-slider .owl-item .content-bar h1 {
    background-color: rgba(89, 89, 89, .8);
    padding: 8px;
    margin: auto;
    width: 390px;
    margin-bottom: 0;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    font-size: 14px;
    font-family: estedad-regular;
    color: white;
}
.not-found a {
    display: block;
    margin: auto;
    width: fit-content;
    margin-top: 25px;
    font-family: estedad-regular;
    text-decoration: none;
    background-color: blueviolet;
    color: white;
    padding: 7px;
    border-radius: 8px;
}
.buyers-guide {
    margin: auto;
    margin-top: 25px;
    border: 1px solid #ceccec;
    border-radius: 12px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);   
    width: 94%;
    padding: 20px;
    direction: rtl;
}
.buyers-guide h2 {
    font-size: 16px;
    font-family: estedad-regular;
}
.buyers-guide .container {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
}
.buyers-guide .container .item {
    padding: 15px;
    border: 1px solid #ceccec;
    border-radius: 12px;
    width: fit-content;
    margin-right: 15px;
    margin-top: 15px;
    max-width: 291px;
}
.buyers-guide .container .item img {
    width: 260px;
    border-radius: 12px;
    margin: auto;
    display: block;
}
.buyers-guide .container .item a {
    text-decoration: none;
    font-family: estedad-regular;
    color: unset;
}
.buyers-guide .container .item h4 {
    font-size: 16px;
    margin-top: 15px;
    line-height: 2;
}
.buyers-guide .container .item.first {
    margin-right: 0;
}
.buyers-guide .container .item .tag {
    margin-top: 25px;
    display: flex;
    align-items: center;
}
.buyers-guide .container .item .tag span {
    font-size: 12px;
}
@media(max-width:768px) {
    .buyers-guide .container .item {
        max-width: 100%;
        width: 100%;
    }
}
header .search .search-live {
    position: absolute;
    height: 120px;
    background-color: white;
    width: 120px;
}
.dark span {
    color: white;
}
.dark p {
    color: white;
}
.dark .privacy-seprino {
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.5);
}
.dark .buyers-guide .container .item h4 {
    color: #fff;
}
.newest-articles .item {
    display: flex;
    margin-top: 15px;
}
.newest-articles .item img {
    width: 85px;
    border-radius: 6px;
}
.newest-articles .item a {
    text-decoration: none;
    font-family: iransans;
    display: block;
    width: fit-content;
    margin-right: 15px;
    color: #000;
}
.compare-page {
    padding-top: 30px;
}
.compare-page h1 {
    font-family: iransans;
    text-align: center;
}
.compare-page .content  {
    margin: auto;
    width: 95%;
}
.compare-page .content .images {
    width: 85%;
    direction: rtl;
    display: flex;
    align-items: center;
}
.compare-page .content .images div {
    width: 16.66%;
}
.compare-page .content .images img {
    margin: auto;
    display: block;
}
.compare-page .content .data .row {
    display: flex;
    direction: rtl;
    padding: 0 !important;
    margin-top: 25px;
}
.compare-page .content .data .row h3 {
    width: fit-content;
    font-family: estedad-regular;
    font-size: 16px;
    width: 15.5%;
    padding: 0;
}
.compare-page .content .data .row span {
    font-family: iransans;
    width: 14%;
    font-size: 14px;
    text-align: center;
    padding: 0;
}
.d-none {
    display: none;
}
.dark .contact-container .sub-contact{
    box-shadow: 0 0 5px 0 rgb(153 23 175 / 61%);
    background-color: #202425;
}
.dark .contact-container .sub-contact i {
    color: white;
}
.dark .contact-container .sub-contact h5 {
    color: #fff;
}
.dark .newest-articles .item a {
    color: #fff;
}
.top-ads {
    display: block;
    width: 100%;
}
.top-ads div {
    margin: auto;
}
@media(max-width:768px) {
    .top-ads {
        margin-top: 15px;
    }
    .top-ads img {
        border-radius: 8px;
    }
}
.phone-page .top-banner {
      display: block;
    width: 100%;
}
.phone-page .top-banner div {
    margin: auto;
}
@media(max-width:768px) {
    .owl-carousel .owl-item img {
        width: fit-content;
        margin: auto;
    }
}