 
 


/*---- HOME ----*/


#home{
   display: flex; 
   height: 100%;
   overflow: hidden;
}
#home .logo_center{
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    z-index: 11;
    width:350px ;
 
}
 
#home .logo_center img{
z-index: 1;
}
#home .content{
    width: 50%;
    height: 100%;
    align-items: center;
    display: flex; 
    text-align: center;
    justify-content: center;
    transition:all .3s;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

#home .content.middle{
    background-image: url(../uploads/right_bg.jpg);
    background-position: right;
}

#home .content.niche{
    background-image: url(../uploads/left_bg.jpg);
    background-position: left;
}

#home .content.middle.hide,
#home .content.niche.hide{
    width: 0;
}
#home .content.middle.show,
#home .content.niche.show{
    width: 100%;
}



#home .content img{
    /* position: absolute;
    height: 40%;
    transform: translateY(-50%);
    top: 50%;
    z-index: 2; */
}
/* #home .content.middle img{
    left: -14%;
}
#home .content.niche img{
    right: -7%;
} */

#home .content .items .desc{
    width: 50%;
    margin: 0 auto 20px auto;
    font-size: 1.2em;
    color: #ddd;
    font-weight: 600;
}
#home .content.middle .items .desc{
    color: #0c2149;
}

#home .content .items .title {
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bolder;
    font-style: normal;
    font-size: 1.2rem;
    letter-spacing: 0.3em;
    border-radius: 0px;
    padding: 14px 50px 16px;
    transition: all 0.7s ease-out;
    text-decoration: none;
    margin: 0.625rem;
    border: none;
    z-index: 1;
    min-width: 370px;
}
  
#home .content.middle .items .title {
    color: #143980;
    background: linear-gradient(270deg, rgb(20, 57, 128,0.8) ,  rgba(10, 31, 70, 0.8), rgba(34,34,34,0), rgba(34,34,34,0));
    background-position: 1% 50%;
    background-size: 300% 300%;
    border: 4px solid  rgba(49, 94, 177, 0.3);
}
#home .content.niche .items .title {
    color: #cd9a63;
    background: linear-gradient(270deg, rgba(223,190,106,0.8), rgba(146,111,52,0.8), rgba(34,34,34,0), rgba(34,34,34,0));
    background-position: 1% 50%;
    background-size: 300% 300%;
    border: 4px solid rgba(223,190,106,0.3);
}

#home .content .items .title:hover {
    color: #fff;
    border: 4px solid rgba(223,190,106,0);
    background-position: 99% 50%;
}
#home .content.middle.hide .desc,
 #home .content.niche.hide .desc {
    font-size: 0;
 }
#home .content.middle.hide .title {
    transform: rotate(90deg);
    left: -50px;
}

 #home .content.niche.hide .title {
    transform: rotate(90deg);
    left: 50px;
}
 
/*---- PRODUCTS ----*/
 
#products_page{
    z-index: 1;
}

#products_page .page_info .cover{
    max-height: 600px;
    width: 100%;
    overflow: hidden;
}
#products_page .page_info .cover img{
    width: 100%;
}
#products_page .page_info .title{
    font-size: 3em;
    line-height: 2em;
    color: #cd9a63;
}
#products_page .page_info .desc{
    margin-bottom: 20px;
}

#products_page .products .page_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
} 
#products_page .products .page_container .btn_edit{
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}
#products_page .products .page_container .items{
    display: inline-block;
    width: 29%;
    margin: 0 5% 20px 0;
}
#products_page .products .page_container .items:nth-child(3n){
    margin: 0 0 40px 0;
}

#products_page .products .page_container .items .img{
    font-size: 0;
}
#products_page .products .page_container .items img{
    width: 100%;
}
#products_page .products .page_container .items .info {
    padding: 10px;
    padding: 15px;
    text-align: center;
}

#products_page .products .page_container .items .title{
    font-size: 1.5em;
    font-weight: bold;
    color: #111;
}
  

  


#products_page .products .page_container .items .desc{
    color: #B8B8B8;
}
#products_page .products .page_container .items .border div {
    height: 100%;
}
 

 
 



 
 
 



 



#product_page{
    background-color: #f5f5f5;
    box-shadow: 0 0 10px 0 rgb(1 1 1 / 10%);
    z-index: 1;
}

#product_page .cover_page{
    overflow: hidden;
    height: 600px;
    clip-path: inset(0);

}
#product_page .cover_page img{
    object-fit: cover;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#product_page .content .page_container {
    padding: 0;
    top:-50px ;
}
#product_page .content.no_cover .page_container {
    padding:50px 20px;
    display: flex;
    
}
#product_page .content {
    background-color: #fff;
    padding: 50px 0;

}
#product_page .info_box {
    width: 50%;
    right: 0;
    padding-left:30px;
    margin-bottom: 20px;
}
#product_page .info_box h1{
    margin: 0 ;
    font-size: 2.5em;
}
#product_page .info_box .details{
    display: flex;
}
#product_page .info_box .details .items{
    width: 33.33%;
    margin-top: 10px;
}
#product_page .info_box .firsns{
    font-size: 0.9em;
}
#product_page .info_box .notes{
    margin: 20px 0 ;
    padding-bottom: 20px;
}
#product_page .info_box > div:nth-child(4){
    border-bottom: 1px solid #cd9a63;
}
#product_page .info_box .notes .items span,
#product_page .info_box .details .items span{
    color: #cd9a63;
}
#product_page .desc {
    width: 100%;
}
#product_page .images {

    width: 50%;
}
#product_page .images.count2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#product_page .images .item{
    font-size: 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 100px;
}
#product_page .images.count2 .item{
    width: 44%;
}
#product_page .images .item  img {
    width: 100%;
}




#about_page{
    background-color: #f5f5f5;
    box-shadow: 0 0 10px 0 rgb(1 1 1 / 10%);
    padding-bottom: 200px;
    z-index: 1;

}
 
#about_page .flex{
    align-items: center;
}


.lang_fa #about_page .flex .content{
    padding-left: 10%;
}
.lang_en #about_page .flex .content{
    padding-left: 10%;
}
#about_page .flex > div{
    width: 50%;
}

#about_page .page_title{
    font-size: 2em;
    font-weight: 500;
    color: #cd9a63;
}
#about_page .desc{
    color: #fff;
}
#about_page .awards{
    display: flex;
    justify-content: space-between;
    margin-top: 150px;

}
#about_page .awards .items{
    width: 20%;
    text-align: center;
}
#about_page .awards .items img{
    max-height: 100px;

}
#about_page .awards .items .title{
    font-size: 1em;
}
#about_page .awards .items .num{
    font-size: 2em;
}
 
#about_page .cover{
    overflow: hidden;
    height: 400px;
    clip-path: inset(0);

}
#about_page .cover img {
    object-fit: cover;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#contact_page{
    background-color: #f5f5f5;
    box-shadow: 0 0 10px 0 rgb(1 1 1 / 10%);
    padding-bottom: 200px;
    z-index: 1;
}
#contact_page .contact{
    max-width: 800px;
    margin: 0 auto;
    padding: 100px 0;
}

#contact_page .page_title{
    font-size: 2em;
}
#contact_page .desc{
    margin-bottom: 50px;
}
#contact_page .address{
    display: flex;
    justify-content: space-between;
}
#contact_page .address .items {
    max-width: 180px;
}
#contact_page .address .items .title{
    font-weight: bold;
    margin-bottom: 1em;
}
#contact_page .address .items .add span{
    display: inline-block;
    direction: ltr;
}
#contact_page .map{
    height: 400px;
    border: 1px solid #aaa; 
    margin-top: 40px;
}
#contact_page .map img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
/*---- agencies_page ----*/
#agencies_page .agencies .items{
    display: flex;
}
#agencies_page .agencies .items:not(:last-child){
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #cd9a63;
}



#agencies_page .agencies .items .img {
    width: 40%;
    font-size: 0;
    border: 1px solid #cd9a63;
    border-radius: 2px;
    overflow: hidden;
    padding: 10px;
    height: fit-content;
}
#agencies_page .agencies .items .img img{
    overflow: hidden;
}
#agencies_page .agencies .items .img .btn_edit{
    position: absolute;
    left: 10px;
    top: 10px;
}
#agencies_page .agencies .items .info{
    width: 60%;
    padding-left: 4%;
}

#agencies_page .agencies .items .item{
    display: flex;
    margin-bottom: 10px;
    font-size: 1.1em;
}
#agencies_page .agencies .items .item:nth-child(4){
    margin-bottom: 40px;
}
#agencies_page .agencies .items .item.rtl{
    direction: rtl;
}
#agencies_page .agencies .items .item.rtl:first-child{
    background-color: #143980;

}
#agencies_page .agencies .items .item .title{
    font-weight: bold;
    padding:0 5px 0 0 ;
    color: #cd9a63;
}
#agencies_page .agencies .items .item.rtl .title{
    padding:0 0 0 5px;
}

#agencies_page .agencies .items .item.rtl .value{
    direction: ltr;
}
/*---- blog_page ----*/
#blog_page .comments_container{
	width: 80%;
    padding-left: 30px;
}
#blog_page .comments{
    margin-top: 50px;
}
#blog_page .pro_content .related{
	width: 20%;
}
#blog_page .pro_content .related .related_items .grey_box:first-child{
    margin-bottom: 30px;
}
#blog_page .pro_content .related .related_items .grey_box > .title a{
    font-size: 1.5em;
    font-weight: bold;
    color: #765fa9;
}
#blog_page .pro_content .related .blog_box{
    display: block;
    margin-top: 20px;
    margin-bottom: 0;
}
#blog_page .slider_container .product_box{
    display: block;
    margin: 10px;
}
#blog_page .pro_content .related .blog_box{
    width: 100%;
}
#blog_page .pro_content .related .blog_box .info {
    min-height: 70px;
}
#blog_page .slider_container .lSAction{
	position: absolute;
	top: 40%;
	width: 100%;
}
#blog_page .slider_container .lSAction > a{
	width: 60px;
    height: 60px;
    background-size: 30px;
    background-repeat: no-repeat;
	background-position: center;
}
#blog_page .slider_container .lSAction > .lSPrev{
    background-image: url(../uploads/slider_prev_red.png);
	left: 0;
}
#blog_page .slider_container .lSAction > .lSNext{
    background-image: url(../uploads/slider_next_red.png);
	right: 0;
}
#blog_page .pro_content > .info{
	width: 60%;
    padding-left: 30px;
    z-index: 1;
}
#blog_page .pro_content > .info .title{
    font-size: 2em;
    font-weight: bold;
    margin: 0 0 10px 0;
    color: #765fa9;
}
#blog_page .pro_content > .info .grey_box .flex{
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

#blog_page .pro_content .info .info_box{
	display: flex;
	flex-wrap: wrap;
}
#blog_page .pro_content .info .info_box .items{
	width: 33%;
	font-size: 1.1em;
	color: #aaa;
}
#blog_page .pro_content .info .info_box .items:nth-child(1),
#blog_page .pro_content .info .info_box .items:nth-child(2),
#blog_page .pro_content .info .info_box .items:nth-child(3){
	margin-bottom:10px;
}
#blog_page .pro_content .info > .grey_box:first-child{
    border-radius: 10px 0 0 10px;
    padding: 20px 40px;
}
#blog_page .pro_content .related .toc_items .toc{
    padding-right: 35px;
}
#blog_page .pro_content .related .toc_items ul{
    margin: 0;
    list-style: none;
}
#blog_page .pro_content .related .toc_items .toc ol {
    padding:0;
}
#blog_page .pro_content .related .toc_items ul li {
    padding: 7px 0 7px 10px;
    font-size: .9em;
    line-height: 1.4em;
}
#blog_page .pro_content .related .toc_items ul ol ul{
    padding-right: 20px;
}
#blog_page .pro_content .related .toc_items ul ol ul li{
    padding: 5px 0 5px 10px;
}
#blog_page .pro_content .related .toc_items .toc li:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #765fa9;
    border-radius: 50px;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
}
#blog_page .pro_content .related .toc_items{
    position: -webkit-sticky;
    position: sticky;
    top: 75px;
    z-index: 1;
    border-radius: 0 10px 10px 0;
    padding: 20px 0;
}
#blog_page .pro_content .related .toc_items:after{
    content: '';
    display: block;
    position: absolute;
    background-color: #efefef;
    height: 100%;
    width: 15px;
    top: 0;
    left: -15px;
}
#blog_page .pro_content .info .desc{
	font-size: 1.1em;
	line-height: 40px;
    border-bottom: 3px solid #fff;
    padding-bottom: 30px;
	margin-bottom: 30px;
}
#blog_page .pro_content .info .desc img{
    border-radius: 5px;    
}
#blog_page .pro_content .info .desc a{ 
    color: #EF3D6F;
}
#blog_page .pro_content .images .item img{ 
    width: 90%;
    margin: 40px auto;
    display: block;
}
#blog_page .pro_content .images .item{ 
	background-color: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 5px 4px #e6e6e6;
	padding: 10px;
}
#blog_page .pro_content .info .desc h3 a,
#blog_page .pro_content .info .desc h2 a,
#blog_page .pro_content .related .toc_items ul li a{
    color: #765fa9;
}
#blogs_page article{
    width: 100%;
}
#blogs_page .side_option{
    width: 20%;
}
 
#blogs_page .side_option .item:not(:first-child){
    margin-top: 5px;
}
#blogs_page .side_option .item a{
    font-weight: 400;
    border-radius: 5px;
    padding: 5px 10px;
    display: block;
}
#blogs_page .side_option .item a:hover,
#blogs_page .side_option .item.active a{
    background-color: #efefef;
}
#blogs_page .side_option .serach_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#blogs_page .side_option .serach_box input{
	border: none;
	width: 100%;
    background-color: transparent;
}
#blogs_page .side_option .serach_box .serach_btn{
    width: 25px;
    height: 25px;
    background-image: url(../uploads/icon/serach.png);
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    background-color: transparent;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
#blogs_page .side_option .box:not(:last-child){
    direction: rtl;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#blogs_page .side_option .box .title{
	font-weight: bold;
	padding: 10px 0;
	font-size: 1.1em;
    color: #143980;
}
#blogs_page article > .flex{
    flex-wrap: wrap;
    justify-content: flex-start;
}

.blog_box{
    width: 22%;
    margin-right: 3%;
}
.blog_box:not(:last-child){
    margin-bottom: 40px;
}
.blog_box .shadow_box{
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 2px 2px 4px 2px #dcdcdc;
    overflow: hidden;
}
.blog_box .date{
    position: absolute;
    top: 30px;
    background-color: #ffffff;
    color: #aaa;
    font-size: 1em;
    font-weight: 500;
    z-index: 1;
    left: 0;
    border-radius:0 50px 50px 0;
    padding: 7px 20px 7px 10px;
}
.blog_box .cover{
    display: inline-block;
    font-size: 0;
    width: 100%;
}
.blog_box img{
	max-height: 100%;
    width: 100%;
}
.blog_box .cover .new_por{
    position: absolute;
    right: -27px;
    top: -9px;
    width: 100px;
    height: 60px;
    background-image: url(../uploads/images/new_pro.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}
.blog_box .info{
	text-align: center;
    min-height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 0 10px;
}
.blog_box .info .title,
.blog_box .info a{
	color: #143980;
	font-size: 1.1em;
	font-weight: bold;
}
.blog_box .info .price{
	color: #777;
	font-size: 1em;
	font-weight: 300;
	direction: rtl;
}
.blog_box .info .price span{
	display: inline-block;
}
.blog_box .info .price span.discounted:after{
	content: '';
    display: block;
    position: absolute;
    height: 2px;
    background-color: #EF3D6F;
    width: 100%;
    top: 13px;
}
.blog_box .info .discounted_price{
	font-size: 1.1em;
	font-weight: 500;
	color: #EF3D6F;
}
/*---- contents_pages ----*/
#contents_pages{
    background-color: #fff;
    background-attachment: fixed;
}
#contents_pages .page_title{
	font-size: 2.5em;
    font-weight: bold;
    color: #765fa9;
}
#contents_pages .content{
    width: 75%;
}
#contents_pages .desc{
    line-height: 40px;
    font-size: 1.1em;
}
#contents_pages .desc h2,
#contents_pages .desc h3{
    color: #143980;
}
#contents_pages .img{
    width: 25%;
    padding-right: 50px;
    direction: ltr;
}
#contents_pages .img img{
    position: sticky;
    top: 100px;
    max-height: 300px;
    width: auto;
}    

#online_chat {
    bottom: 7px;
}
 
@media only screen  and (max-width: 1420px) {
    footer{
        position:relative;
    }
    #fullpage {
        padding-bottom: 0;
    }
    #contact_page,
    #about_page,
    #product_page,
    #products_page{
        box-shadow: none;
        border-bottom: 1px solid rgb(1 1 1 / 10%);
    }


}
 
@media only screen  and (max-width: 1300px) {
    #home {
        display: flex;
        height: auto;
        flex-wrap: wrap;
    }
    #home .content{
        width:100% !important;
        height: 500px;
    }
    #home .content.middle.hide,
    #home .content.niche.hide{
        height: 0;
    }

    #home .content.middle.hide .title {
        transform: rotate(0deg);
        left: auto;
        top: -70px;
    }
    #home .content.niche.hide .title {
        transform: rotate(0deg);
        left: auto;
        top: 120px;
        
    }
    #home .content.middle.show .items{
        top: 20%;
    }
}
@media only screen  and (max-width: 1024px) {

    #product_page .info_box {
        width: 70%;
    }
    #product_page .desc{
        width: 90%;
    }

    #product_page .content.no_cover .page_container{
        flex-wrap: wrap;
        justify-content: center;
    }
    #product_page .images {
        width: 100%;
        max-width: 600px;
    }
    #product_page .info_box {
        width: 100%;
        max-width: 600px;
        padding-left: 0;
    }
}
@media only screen and (max-width: 900px) {

    #products_page .products .page_container{
        justify-content: space-between;
    }
    #products_page .products .page_container .items {
        width: 46%;
        margin: 0 auto 20px auto;
    }
    #products_page .products .page_container .items:nth-child(3n){
        margin: 0 auto 20px auto;
    }
    #agencies_page .agencies .items{
        flex-wrap:wrap;
        justify-content: center;
    }
    #agencies_page .agencies .items .img{
        width: 100%;
        max-width: 600px;
        margin-bottom: 30px;
    }

    #agencies_page .agencies .items .info {
        width: 100%;
        padding-left: 0;
        max-width: 600px;

    }
}
@media only screen and (max-width: 768px) {
    #products_page .products .page_container .items .info {
        width: 100%;
    }
    #product_page .info_box {
        width: 100%;
    }
    #product_page .images {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
    #product_page .images .item{
        margin-bottom: 40px;
    }
    #products_page .products .page_container .items {
        width: 60%;
        margin: 0 auto 20px auto;
        min-width: 350px;
    }
    #about_page .flex{
        flex-wrap: wrap;
    }
    #about_page .flex > div{
        width: 100%;
    }
    .lang_en #about_page .flex .content{
        padding-left: 0;
    }
    

}
@media only screen and (max-width: 540px) {
    #home .content .items .title{
        min-width: auto;
        padding: 14px 20px 16px;
        scale: 0.9;
    }
    #home .content .items .desc {
        width: 100%;
    }
    #products_page .products .page_container .items {
        width: 100%;
        min-width: auto;
    }


    #product_page .info_box .details{
        flex-wrap: wrap;
        margin-top: 20px;
    }

    #product_page .info_box .details .items {
        width: 100%;
        margin-top: 0;
    }
    #products_page .products .page_container.count3,
    #products_page .products .page_container {

        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
        padding: 50px;
    }
    
    #products_page .products .page_container .items{
        margin-bottom: 40px;

    }
    #product_page .cover_page {
        height: 400px;
    }
    #product_page .cover_page img{
        height: 70%;
    }
    #about_page .flex{
        flex-wrap: wrap;
    }
    #about_page .flex > div{
        width: 100%;
    }
    #about_page .flex .content {
        padding-left: 0;
    }
    #about_page .awards {
        flex-wrap: wrap;
        margin-top: 50px;
    }
    #about_page .awards .items{
        width: 50%;
        margin-bottom: 20px;
    }
    #contact_page .address{
        flex-wrap: wrap;

    }
    #contact_page .address .items{
        width: 100%;
        margin-bottom: 20px;
        max-width:inherit;
    }
    #contact_page .contact {
        padding: 50px 0  0 0;
    }
    #about_page .cover,
    #contact_page .map{
        height: 200px;
    }
    #about_page,
    #contact_page{
        padding-bottom: 50px; 
    }
}
@media only screen and (max-width: 414px) {
  
}