main{width: 100%;}.slider{width: 100%;position: relative;overflow-x: hidden;}.slider .pictures{width: 100%;position: relative;height: calc((100vw - 20px) /5.33);}.slider .pictures a{display: inline-block;top: 0;left: 0;position: absolute;padding: 0 5px;width: 60%;box-sizing: border-box;-webkit-transition: all 2s cubic-bezier(.19, 1, .22, 1) .1s;-moz-transition: all 2s cubic-bezier(.19, 1, .22, 1) .1s;-o-transition: all 2s cubic-bezier(.19, 1, .22, 1) .1s;transition: all 2s cubic-bezier(.19, 1, .22, 1) .1s;}.slider .pictures a>img{width: 100%;}.slider .pictures a.biroonLeft{left: -100%;opacity: 0;z-index: -1;}.slider .pictures a.left{left: -40%;opacity: 1;z-index: 0;}.slider .pictures a.middle{left: 20%;opacity: 1;z-index: 1;}.slider .pictures a.right{left: 80%;opacity: 1;z-index: 2;}.slider .pictures a.biroonRight{left: 140%;opacity: 0;z-index: 3;}.buttons{width: 100%;}.buttons .buttonLeft{background: linear-gradient(90deg, var(--body-background) 0%, var(--body-background0) 100%);width: 10%;height: 100%;position: absolute;top: 0;left: 0;cursor: pointer;z-index: 6;}.buttons .buttonRight{background: linear-gradient(90deg, var(--body-background0) 0%, var(--body-background) 100%);width: 10%;height: 100%;position: absolute;top: 0;right: 0;cursor: pointer;z-index: 6;}.dots{position: absolute;width: 130px;height: 10px;display: flex;flex-direction: row;justify-content: space-between;bottom: 5%;left: calc(50% - 65px);z-index: 6;}.dots>div{content: '';cursor: pointer;background-color: var(--body-background);border-radius: 10px;height: 7px;width: 20px;-webkit-transition: all .3s ease .1s;-moz-transition: all .3s ease .1s;-o-transition: all .3s ease .1s;transition: all .3s ease .1s;}.dots>div.active{width: 40px;background-color: var(--logoColor);-webkit-transition: all .3s ease .1s;-moz-transition: all .3s ease .1s;-o-transition: all .3s ease .1s;transition: all .3s ease .1s;}@media only screen and (min-width:0px) and (max-width:959px){.slider .pictures{height: calc((100vw - 10px) / 3.2);}.slider .pictures a{width: 100%;}.slider .pictures a.biroonLeft{left: -200%;}.slider .pictures a.left{left: -100%;}.slider .pictures a.middle{left: 0%;}.slider .pictures a.right{left: 100%;}.slider .pictures a.biroonRight{left: 200%;}.buttons .buttonLeft{width: 15%;left: -2%;}.buttons .buttonRight{width: 15%;right: -2%;}.dots{bottom: 0%;}.dots>div{height: 3px;}}.ownAds>ul{width: 96%;display: flex;flex-direction: row;align-content: space-around;margin: 20px 2%;background-color: var(--main-background);padding: 15px 10px;box-sizing: border-box;border-radius: 4px;box-shadow: 1px 1px 15px var(--box-shadow-color);overflow-x: auto;-webkit-flex-wrap: nowrap;-ms-flex-wrap: nowrap;flex-wrap: nowrap;}.ownAds>ul li{width: 100%;display: flex;flex-direction: column;margin: 10px;align-items: center;text-align: center;font-size: 12px;min-width: 90px;line-height: 20px;}.ownAds>ul li>img{width: 30%;padding-bottom: 20px;min-width: 50px;}.blogs{display: flex;flex-direction: column;width: 100%;border: 1px solid var(--borderColor);border-radius: 10px;margin-top: 80px;}.blogs.firstPage{width: 96%;margin: 0 auto;}.blogs:has(.blogLoadMore.hidden){border-radius: 10px 10px 0 0;border-bottom: 0;}.blogs.firstPage:has(.blogLoadMore.hidden){border-radius: 10px 10px 0 0;border-bottom: 0;}.blogs .blogLoadMore{text-align: center;}.blogs .blogLoadMore.hidden{display: none;}.blogs .blogLoadMore>div{width: 33%;padding: 10px 25px;margin: 15px auto;background: var(--logoColor);color: var(--pen6Color);border-radius: 4px;display: inline-block;cursor: pointer;}.blogs.hidden{display: none;}.blogs>.blogOrder{width: 100%;display: flex;flex-direction: row;padding: 8px 25px;box-sizing: border-box;}.blogs.firstPage>.blogOrder{display: none;}.blogs>.blogOrder2{display: none;}.blogs.firstPage>.blogOrder2{width: 100%;display: flex;flex-direction: row;padding: 8px 25px;box-sizing: border-box;}.blogOrder>p ,.blogOrder2>p{padding: 10px 10px 10px 30px;color: var(--pen5Color);}.blogOrder>li{padding: 10px;cursor: pointer;color: var(--pen3Color);-webkit-transition: all .3s ease-in-out .1s;-moz-transition: all .3s ease-in-out .1s;-o-transition: all .3s ease-in-out .1s;transition: all .3s ease-in-out .1s;font-size: 12px;}.blogOrder>li.active{background-color: var(--logoColor);color: var(--pen6Color);border-radius: 4px;}.allBlogBox{display: flex;flex-direction: row;flex-wrap: wrap;width: 100%;border-top: 1px solid var(--borderColor);}.allBlogBox.col3 .blogBox{display: flex;flex-direction: column;justify-content: flex-start;align-items: center;flex-wrap: wrap;background-color: #f9f9f9;text-align: justify;width: calc(100% / 3);box-sizing: border-box;border: 1px solid rgba(189, 189, 189, 0.555);border-right: 0;border-top: 0;text-decoration: none;}.allBlogBox.col3 .blogBox:nth-child(3n){border-left: 0;width: calc(100% / 3 - 1px);}.allBlogBox.col4 .blogBox{display: flex;flex-direction: column;justify-content: flex-start;align-items: center;flex-wrap: wrap;background-color: #f9f9f9;text-align: justify;width: calc(100% / 4);box-sizing: border-box;border: 1px solid rgba(189, 189, 189, 0.555);border-right: 0;border-top: 0;text-decoration: none;}.allBlogBox.col4 .blogBox:nth-child(4n){border-left: 0;width: calc(100% / 4 - 1px);}.blogBox:hover{box-shadow: 0px 0px 5px 4px var(--box-shadow-color);z-index: 1;}.blogBox.Free:hover{box-shadow: none;}.blogBox figure{width: 100%;}.blogBox img{margin: 0;width: 100%;opacity: 1 !important;padding: 0;box-sizing: border-box;aspect-ratio: 4 / 3;}.blogBox>section{display: flex;flex-direction: row;justify-content: center;align-items: center;flex-wrap: wrap;background-color: #f9f9f9;text-align: justify;width: 100%;box-sizing: border-box;color: var(--pen3Color);}.blogBox>section>h4{width: 100%;font-size: 14px;box-sizing: border-box;height: 50px;text-align: justify;line-height: 24px;font-weight: bold;display: inline;margin: 15px 15px 30px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}.blogBox>section>time{width: 70%;padding-right: 15px;box-sizing: border-box;}.blogBox>section>div.stars{width: 30%;display: flex;justify-content: end;}.blogBox>section>div.stars::after{content: '\f005';font-family: 'Farhang';color: var(--logoColor);padding: 0 15px;box-sizing: border-box;}.blogBox>section>p{width: calc(100% - 30px);margin: 25px 15px;font-size: 12px;color: var(--pen3Color);text-align: justify;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;line-height: 20px;text-indent: 15px;}@media only screen and (min-width:0px) and (max-width:959px){.allBlogBox{border-top: 0;border-bottom: 1px solid var(--borderColor);}.allBlogBox{display: flex;flex-direction: row;flex-wrap: wrap;width: 100%;border-top: 1px solid var(--borderColor);}.allBlogBox.col3 .blogBox,.allBlogBox.col3 .blogBox:nth-child(3n),.allBlogBox.col4 .blogBox,.allBlogBox.col4 .blogBox:nth-child(4n),.blogs .blogBox{width: 100%;border: 0;border-top: 1px solid var(--borderColor);position: relative;display: inline-block;}.blogs .blogBox:hover{box-shadow: none;}.blogBox.Free{display: none;}.blogs .blogBox figure{width: 40%;}.blogs .blogBox figure>img{position: absolute;top: 0;right: 0;width: 40%;height: 100%;object-fit: cover;z-index: 1;}.blogs .blogBox>section{position: relative;z-index: 2;background: transparent;width: 60%;margin-right: 40%;}.blogs .blogBox>section>p{line-height: 25px;}.blogOrder>li{display: none;}.blogOrder>li.active{display: initial;}.blogs .blogLoadMore>div{width: 50%;padding: 10px 15px;}}