@font-face {
    font-family: vaziri;
    src: url("../font/vazir/Vazir.woff2") format("woff2");
}
/* @font-face {
    font-family: vaziri;
    src: url("../font/vazir/Vazir-Bold.ttf") format("ttf");
}
@font-face {
    font-family: vaziri;
    src: url("../font/vazir/") format("woff2");
}
@font-face {
    font-family: vaziri;
    src: url("../font/vazir/Vazir-Black.woff2") format("woff2");
} */

@keyframes test{

    0% {
        transform: translateX(0);
       
    }
    100% {
        transform: translateX(31vw); 
    }
}
@keyframes test2{

    0% {
        transform: translateX(0vw);
       
    }
    100% {
        transform: translateX(31vw); 
    }
}
.right{

    animation: test2 1s ease-in forwards;
}
*{
    /* text-decoration: none; */
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: vaziri;
    overflow-x: hidden;
    
}

body{
    
   
        overflow-x: hidden;
        /* width: 100vw; */
    
    
    
    direction: rtl;
    
}
a {
    color: inherit; 
    text-decoration: none; 
}

a:visited {
    color: inherit; 
}

a:active {
    color: inherit; 
}
h1{

    font-size: 40px;
    font-weight: bold;
}
button{
   
    font-size: 20px;
    font-weight: bold;
}
/* header_page */
.header{
    
    align-items: center;
    display: flex;
    width: 100%;
    height: 90px;
    /* background-color: rgb(255, 255, 255); */
    box-shadow: 0px 0px 30px rgb(201 201 201);
    
    margin-bottom: 4px;
    
}
.background_menu{
   
    display: none;
}
.menu_header{

    display: none;
    
}
.icon_main{
    display: flex;
    width: 30%;
    margin-right: 50px;
    align-items: center;
    
}
.login{
    color: white;
    background-color: rgb(114, 112, 245);
    border-radius: 20%;
    width: 5vw;
    height: 8vh;
    margin-left: 20px;
    
}



.header_btn{

    
    display: flex;
width: 40%;
justify-content: space-between;

}
.icon_group{
    width: 30%;
    display: flex;
    flex-direction: row-reverse;
    margin-left: 50px;
    


}

.btn_header{
    font-size: 22px;
    font-weight: bold;
    border: none;
    background-color: rgba(255, 255, 255, 0);
}
.btn_header:hover{
    
    color: #478CCF;
    text-decoration: underline;
    
}


 .list_shop{
    display: flex;
    position: absolute;
    width: 300px;
    height: 100px;
    background-color: #F3FAFF;
    box-shadow: 0px 0px 15px #b9b9b9;
    margin-top: 40px;
    font-size: medium;
    font-weight: 400;
    padding: 10px;
    display: block;
    overflow: hidden;

 }
 .list_shop a {
    margin: 10px;
    display: block;
 }
 .list_shop a:hover{

    color: #478CCF;
    /* text-decoration: underline; */
 }
 
 .active{
    display: none;
 }
/* body_page */
.container{
    margin: auto;
    height: 100%;
    
    /* width: 100%; */
    /* background-color: rgb(255, 255, 255); */
    


}
.section1{
    display: flex;
    justify-content: space-evenly;;
    /* width: 100%; */
    /* overflow-x: hidden; */
    /* height: 90vh; */
    
    
}
.image_home{
    
    
        z-index: -1;
        width: 35%;
        height: 100%;
        overflow-y: hidden;
    

}

#image_main{
    
    
    width: 75%;
    /* height: 70%; */
}
.text_intro{
    display: flex
    ;
        flex-wrap: wrap;
        margin: 30px;
        width: 35%;
  
    

}
.btn_main{
    
    background-color: #478CCF;
    color: #ffffff;
    border: 0;
    width: 220px;
    height: 60px;
    /* margin-top: 30px; */
    border-radius: 9px;
    position: absolute;
    margin-top: 10%;
    
    
    
    
}
.btn_main.kharid{

    margin-right: 45%;
}


.btn_main:hover {
    
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    background-color: #296eb2;
}
#btn{
    display: flex
;
    text-align: left;
    width: 100%;
    justify-content: space-between
   
}


/* section2 */
.section2{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    /* justify-content: space-evenly; */
    overflow-y: hidden;
    /* width: 300vw; */
    height: 700px;
    background-color:#F3FAFF ;
    
}
.text_align{
    
    text-align: center;
    
}
.text_sec{
   display: flex;
   align-items: center;
   text-align: center;
   margin: auto 25vw;
    /* margin-top: 0px 40px; */
    width: 100%;
}

.section2_box{
    display: flex;
    /* width: 100%; */
    padding:  30px 0px;
    
    
    
}
.box{
    min-width: 20vw;
    /* padding: 20px; */
    overflow-y: hidden;
    height: 90%;
    background-color: #fafafa;
    box-shadow: 0px 0px 20px #bdbdbd;
    border-radius: 15px;
    margin: 0px 2.5vw;
    /* animation: test 0s ease-in forwards; */
    transition: 0.5s;
    /* overflow-y: hidden; */
}
.box_selected{
    transition: 0.5s;
margin-top: 30px;
box-shadow: 0px 0px 20px #478CCF;

}
.diamond_box{
    display: flex;
    height: 30%;
    width: 100%;
    align-items: center;
    
    margin-top: 15px;
    justify-content: center


}

.icon_diamond{
    display: flex;
    width: 58px;
    height: 58px;
    
    border: 1px solid;
    border-radius: 100%;
    border-color: #478ccf;
    justify-content: center;
    flex-direction: row;
    align-items: center;


}
.diamond{
    width: 85%;
    height: 85%;
}
.text_box{

    height: 70%;
    width: 100%;
    
    /* background-color: red; */
}
.text_box h3{
    padding:  0px 30px;
}
.h5_box{
    text-align: right;
    margin: 30px;
    color: #4A5568;

}
.massage_box{
display: none;

}
.selector_box{
    overflow: hidden;
        display: flex;
        height: 10%;
        width: 100vw;
        /* margin-top: 90px; */
        align-items: center;
        /* margin-right: -30vw; */
        justify-content: center;
    
    
}
.selector_box img{

    margin: 30px;
}
.selector{
    width: 15px;
    height: 15px;
    background-color: #D9D9D9;
    border-radius: 100%;
    margin: 10px;
}
.selector_main{
    width: 18px;
    height: 18px;
    background-color: #478CCF;
    border-radius: 100%;
    margin: 10px;
}

/* section3 */
.section3{
    overflow: hidden;
    box-sizing: border-box;
    flex-wrap: wrap;


    display: flex;
    justify-content: space-evenly;;
    width: 60%;
    margin: auto;
    /* height: 650px; */
    padding:  30px 0px;
    text-align: center;
    /* height: 100%; */
    font-size: 25px;

    
    
}



.video_home{
    width: 100%;
    height: 100%;
    /* background-color: #4A5568; */
    display: none;


}
.video_text {
    display: flex;
    flex-wrap: wrap;
    padding: 40px;
    font-size: 20px;
    width: 100%;
    align-content: center;
    text-align: center;
}
.video_text h2 {
    width: 100%;
}
#vi
deo_main{
width: 100%;
height: 520px;

}
/* section3---------------------------------------------------------------------------------------------------------------------- */
.section3{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 1600px;
    overflow-y: hidden;


}
.section3 p {

    font-size: 18px;
}

.section1_products{
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    /* padding: 80px; */
    /* padding-top:110px; */
    height: 60vh;
    width: 100%;
    
}
.section1_products p{
    width: 40%;
}
.section1_products h2{
    width: 100%;
}
.section2_products{
    display: flex;
    flex-wrap: wrap;
    /* padding: 80px; */
    width: 100%;
    background-color: #F3FAFF;
}
.section2_products p{
    width: 90%;
    
}
.section2_products h2{
    padding-bottom: 40px;
    
    width: 100%;
}
.section2_products_sec1{
    padding-top: 50px;
    padding-right: 50px;
    width: 50%;
}
.section2_products_sec1 img{
    width: 100%;
    height: 95%;

}
.section2_products_sec1 p {

    width: 100%;
}
.section2_products_sec2
{
    /* padding-top: 1vh; */
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    align-content: flex-start;
    justify-content: center;
    margin: auto;
   

}
.section2_products_sec2 img{

    width: 70%;
    height: 55vh;
}

/* section4 -------------------------------------------------------------------------------------------------------------------- */
.section4{
    overflow: hidden;
    box-sizing: border-box;
    flex-wrap: wrap;


    display: flex;
    justify-content: space-evenly;;
    width: 60%;
    margin: auto;
    /* height: 650px; */
    padding:  30px 0px;
    text-align: center;
    /* height: 100%; */
    font-size: 25px;


}
.section4 h2{

    font-size: 45px;
}
.box_keeper{

    display: flex;
    width: 100%;
    height: 40vh;
    align-items: center;
    text-align: center;
    justify-content: space-around;



}
.box_info{
    display: flex;
    background-color: white;
    width: 20vw;
    height: 100%;
    box-shadow: 2px 2px 2px white;
    align-content: center;
    flex-direction: column;
    justify-content: center;

}
.box_text{
    font-size: 38px;
    color: #5f7d95;
    font-weight: bold;
}
.box_icon img{
    width: 25%;
    /* height: 10%; */
}
.text_section4{
    display: flex;
    margin-right: 5%;
    height: 20%;
    width: 100%;
    font-weight: bold;
    font-size: 30px;
    align-items: flex-end;
    justify-content: flex-start;

}
.icon_section4{
    margin: 30px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;

}
.section5{
    width: 100%;
    height: 250px;
}
/* footer */
.footer{
    width: 100%;
    height: 350px;
box-shadow: -1px -1px 7px 0px #c3c3c3;

}
.icon_footer{
    display: flex;
    width: 50%;
    align-items: center;
    margin: auto;
    justify-content: space-evenly;
}
.box_btn_footer{
    display: flex;
    width: 70%;
    margin: 35px auto;
    justify-content: space-evenly;
    text-align: center;
}
.box_btn_footer a {
    font-size: 20px;
    font-weight: bold;
}
.btn_footer{
    border-color: #478bcf00;
    background-color: #4a556800;


}
.box_btn_footer h2{

    font-size: 20px;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width : 1280px) {
.text_sec{

    display: flex
;
    align-items: center;
    margin: auto 14%;
    width: 100%;
}
.btn_header{
    font-size: 16px;
}

    
    
}
.section2_products_sec2 img{

    width: 70%;
    height: 35vh;
}



/* /////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width : 985px) {


    .background_menu{
        background-color: rgba(63, 63, 63, 0.726);
        /* display: flex; */
        position: fixed;
        
        width: 100%;
        height: 100%;
        display: none;
        z-index: 100;
    }
    .menu{ 
        
        /* background: rgb(121,9,111); */
        background: linear-gradient(36deg, #F3FAFF 50%, #e0ebf7 100%);
        width: 70vw;
        height: 85vh;
        margin: auto ;
        margin-top: 15vh;
        display: flex;
        transform:translate(140%, 0%) scale(1);
        transition: transform 1.5s ease-in-out;
        flex-wrap: wrap;
        flex-direction: row-reverse;
        align-content: flex-start;
        
        


        /* border-radius: 0; */
        
        
        
    }
    #download_png{
        width: 4vw;
        opacity: 70%;
        margin-left: 1vw;
    }
 
    .row_menu{
        display: flex
;
        height: 8%;
        /* border-radius: 10%; */
        margin: 0px auto;
        margin-top: 20px;
        width: 85%;
        align-items: flex-start;
        justify-content: flex-start;
        overflow-y: hidden;
    }
    .row_menu.one{
        
        display: flex;
        border-bottom: 1px solid ;
        
        
    }
    .row_menu.oneproduct{
        
        display: flex;
        border-bottom: 1px solid ;
        
        
    }
    .row_menu.oneproduct.open{

        border-bottom: none ;
    }
    .row_menu img {
        
        align-items: center;
    }
    .row_menu.sec{
        overflow-y: hidden;
       
        /* margin-top: 5px; */
        height: 0;
        font-size: 12px;
        /* display: none; */
        /* transition: 1s; */
        transition: 0.5s ease-in-out;
        margin-top: 0px;
    }
    .row_menu.sec.god_help{
        display: flex;
        height: 6%;
        transform: translate(0%, 50%) scale(1);
        transition: 0.5s ease-in-out;
        margin-top: 2px;
        
    }
    #extend{
        margin-right: 3px;
        margin-top: 10px;
    }
    .back_close{

        display: flex;
                width: 35%;
                justify-content: flex-end;
                position: absolute;
    }
    
    
    #close_image_header{
        display: flex;
        width: 25px;
        height:  25px;
        margin: 15px 0px 0px 15px;

    }
    #back_image_header{

        opacity: 0%;
    }

    .header{
        background-color: white;
        display: flex;
        position: fixed;
        height: 14vh;
        width: 100vw;
        justify-content: space-around;
        z-index: 100;
        
    }
    .header_btn{

        display: none;
    }
    
    h1{

        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }
    button{
   
        font-size: 10px;
        font-weight: bold;
    }
    .icon_main{
        display: flex;
        /* width: 10vw; */
        font-size: 8px;
        flex-wrap: wrap;
        flex-direction: column;
        text-align: center;

    }
  
    .icon_main img{
        width: 10vw;

    }
    
    .icon_group{
        display: none;
    }
    .menu_header{
        display: block;
        width: 20vw;

      
        
    }
    .menu_header img{
        width: 30px;
        height: 20px;
    }
    /* //////////////////////////////////////////////////////////////////////////////////// */
    .section1 {
        display: flex;
        width: 90%;
        margin: auto;
        
        margin-top: 20vh;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .spe{
        font-weight: bold;
    }

    .image_home{
    
        z-index: -1;
    width: 100%;
    height: 370px;
    
    }
    #image_main{
    
    
        width: 100%;
        margin-bottom: 15vh;
        /* height: 70%; */
    }
    h3{

        font-size: 15px;
    }

    .text_intro {
        display: flex;
        flex-wrap: wrap;
        margin: 30px;
        width: 85%;
    }
    .btn_main {
        background-color: #478CCF;
        color: #ffffff;
        border: 0;
        width: 20vw;
        height: 30px;
        border-radius: 9px;
        margin-top: 5%;
        
    }
    .btn_main.kharid{
        margin-right: 40%;
        
    }
    .btn_main.demo{

        margin-right: -15px;
    }
   
    button {
        font-size: 14px;
        font-weight: 100;
    }
    #btn{
        text-align: left;
        width: 95%;
       
    }
    .text_sec {
        display: flex
;
        align-items: center;
        /* margin: auto ; */
        width: 100%;
    }
    .section2{
        overflow: scroll;
    }
    

    .section2_box {
        display: flex;
        
        width: 100%;
        height: 40%;
        padding-top: 30px;
        overflow-x: scroll;
    }

    .text_box h5{

        opacity: 0;
    }
    /* .text_box h3{

        font-size: 10px;
    } */
     .box *{

        overflow-y: hidden;
     }
    .box{
        display: flex;
        flex-wrap: wrap;
        height: 90%;
        min-width: 31vw;
        margin:  0px 2vw;
        /* margin: 0px 3vw; */
    }
    
    .text_box {
        height: 40%;
        
        width: 100%;
        /* background-color: red; */
    }
    .text_box h3{
        font-size: 10px;
    }
    .selector_box{
        display: flex;
        /* overflow: hidden; */
            height: 10%;
            width: 20%;
            /* margin-top: 90px; */
            align-items: center;
            margin-right: -80vw;
            justify-content: center;
        
        
    }
    
    .massage_box{
        /* transition: 1s; */
        background-color: #e0ebf7;
        display: flex;
        direction: ltr;
        display: block;
        width: 100vw;
        height: 37%;
        box-shadow: #478CCF 0px 0px 9px 0px;
        font-size: 25px;
        text-align: center;
        /* margin: auto; */
        /* margin-top: 80px; */
        color: #296eb2;
        padding: 5%;
        overflow: hidden;
        
        
        
    }
     /* section3----------------------------------------------------------------------------------------------------------- */
    .section3{
        height: 100%;

        margin-top: 15vh;
    }
    
    .section1_products{

        height: 100%;
    }

.section2_products_sec1{
    display: flex;
    flex-wrap: wrap;

    margin: auto;
    width: 100%;
    /* height: 65vh; */
    padding: 5%;
}
.section2_products_sec1 h3{
    font-size: 18px;
    padding: 5%;


}
.diamond_icon{
 width: 6vw;

}
.section2_products_sec1 p{
    font-size: 15px;
    padding: 5%;


}
.section2_products_sec1 img {


    display: none;
}
.section2_products_sec2{

    display: flex;
    flex-wrap: wrap;
    

    width: 100%;
    /* height: 65vh; */
    padding: 5%;
}
.section2_products_sec2 h3{
    font-size: 18px;
    padding: 5%;


}
.section2_products_sec2 p{
    font-size: 15px;
    padding: 5%;


}


    .section2_products_sec2 img{

        display: none;
    }
}

    
  
    /* section4----------------------------------------------------------------------------------------------------------- */
    .section4{
        font-size: 12px;

    }
    .section4 h2{

        font-size: 25px;
    }
    
    .box_keeper{
        display: flex;
        flex-wrap: wrap;
        height: 100%;
        
    }
    .box_info{
        
        width: 40vw;
        height: 30vh;
        margin-top: 5vh;


    }
    .box_text{
        font-size: 25px;
    }
    .section5{
        display: none;
    }
    .footer {
        height: 100%;

    }
    .box_btn_footer a{

        font-size: 15px;
    }
    /* .massage_box p {
        width: 30%;
        height: 100%;
        font-size: 20px;
        margin-left: 30px;
        
        display: flex;
    } */
    
