*{margin: 0px;padding: 0px;border: 0px;direction: rtl;font-family: myfont;text-decoration: none;}
@font-face {
    font-family: myfont;
    src: url(../fonts/IRANSansWeb.woff);
}
@font-face {
    font-family: bmyfont;
    src: url(../fonts/IRANSansWeb.woff);
}

.header{
    width: 100%;
    position: relative;
}
.header-div{
    width: 80%;
    margin: 0px 7%;
    padding: 5px 0px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
#br{
    width: 25px;
    height: 20px;
    background: url(../images/Untitled-2.jpg) -81px -350px;
}
#cl{
    width: 25px;
    height: 20px;
    background: url(../images/Untitled-2.jpg) -114px -350px;
}
#down{
    width: 20px;
    height: 15px;
    background: url(../images/Untitled-2.jpg) -42px -235px;

}
#menuBar{
    display: none;
}
.header-div a{
    font-family: bmyfont;
    color: black;
    font-weight: bold;
    font-size: 20px;
}
.header-menu{
    width: 80%;
    height: 60vh;
    padding: 3% 10%;
    background-color: #3e3f46;
    display: flex;
    flex-direction: column;
    align-items: start;
    position: absolute;
    z-index: 2;
    top: 100%;
    display: none;
}
.header-menu-div{
    width: 100%;
    text-align: end;
}
#iClose{
    text-align: center;
    font-size: 26px;
    color: white;
}
.header-menu a{
    color: white;
    padding-top: 3%;
}

.div-menu-bar{
    width: 15%;
    background-color: rgb(77, 70, 70);
    position: absolute;
    z-index: 2;
    padding: 10px 2%;
    display: flex;
    flex-direction: column;
    align-items: start;
    top: 70%;
    right: 15%;
    border-radius: 2%;  
    display: none;
}
.bb{
    right: 25%;
}
.div-menu-bar a{
    color: white;
    width: 100%;
    margin-top: 10px;
    padding: 10px 2%;
}
.div-menu-bar a:hover{
    background-color: #000b76;
}

/*/////////////end header///////////*/
.main{
    width: 100%;
    background-color: #000b76;
}
.section1{
    background-color: #000b76;
    width: 100%;
    height: 400px;
    position: relative;

}
.section1-div1{
    width: 50%;
    height: 300px;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    position: absolute;
    right: 25%;
    top: 25px;
    color: white;
    text-align: justify;
}
.section1-div1 h1{
    font-size: 34px;
}
.section1-div1 p{
    font-size: 24px;
    line-height: 40px;
}
#app{
    font-size: 26px;
    color: yellow;
}
/*/////////////end section1///////////*/

.section2{
    width: 100%;
    margin: 30px 0px 50px;
    height: 550px;
    position: relative;
    background-color: white;
}
.section2 img{
    width: 100%;
    height: 550px;
    filter: opacity(30%);
    
}
.section2-div{
    color: black;
    font-size: 22px;
    position: absolute;
    top: 70px;
    width: 80%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    right: 11%;
    font-weight: bold;
    
    
}
.section2-div p{
    text-align: justify;
    line-height: 40px;
}
/*/////////////end section2///////////*/

.section3{
    color: white;
    width: 100%;
}
.section3-div1{
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    line-height: 60px;
    padding: 20px 0px;

}
.section3-div2{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}
.section3-div2-item{
    width: 19%;
    height: 180px;
    color: black;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding: 20px 25px;
    border-radius: 15%;
}
#item1{
    width: 53px;
    height: 47px;
    background: url(../images/Untitled-2.jpg) -21px -21px;
}
#item2{
    width: 53px;
    height: 47px;
    background: url(../images/Untitled-2.jpg) -172px -21px;
}
#item3{
    width: 48px;
    height: 47px;
    background: url(../images/Untitled-2.jpg) -72px -21px;
}
#item4{
    width: 53px;
    height: 47px;
    background: url(../images/Untitled-2.jpg) -118px -21px;
}

.section3-div2-item-p h2{
    color: #1f1e1e;
    font-size:23px;
    
}
.section3-div2-item-p p{
    color: #404040;
    font-size: 16px;
    margin-top: 4%;
}

/*/////////////end section3///////////*/

.section4{
    width: 100%;
    height: 300px;
    padding: 70px 0px 40px;
    overflow: hidden;
}
.section4-baner{
    width: 100%;
    height: 300px;
    transition: 2s;
}
.section4-baner:hover{
    transform: scale(110%);
}
/*/////////////end section4///////////*/

.section5{
    color: white;
    width: 100%;
    padding-bottom: 50px;
}
.section5-div1{
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    line-height: 60px;
    padding: 20px 0px;
}
.section5-div1 h1,h4{
    z-index: 2;
}
.section5-div2{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    position: relative;
}
.section5-div2-item{
    width: 18%;
    height: 300px;
    color: black;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding: 20px 25px;
    border-radius: 5%;
}
#section5-item1{
    width: 71px;
    height: 65px;
    background: url(../images/Untitled-2.jpg) -169px -76px;

}
#section5-item2{
    width: 71px;
    height: 65px;
    background: url(../images/Untitled-2.jpg) -91px -76px;

}
#section5-item3{
    width: 71px;
    height: 65px;
    background: url(../images/Untitled-2.jpg) -21px -76px;

}
#section5-item4{
    width: 71px;
    height: 65px;
    background: url(../images/Untitled-2.jpg) -238px -76px;

}

.section5-div2-item-i{
    color: darkmagenta;
    font-size: 45px;
}
.section5-div2-item-p h2{
    color: #1f1e1e;
    font-size:23px;
    
}
.section5-div2-item-p p{
    color: #404040;
    font-size: 16px;
    margin-top: 5%;
    text-align: justify;
}
.section5-div2-item-hover{
    width: 22%;
    height: 100%;
    background-color: #000c764d;
    position: absolute;
    top: -240px;
    border-radius: 5%;
    transition: 1.8s;
    display: none;  
}
.section5-div2-item-hover button{
    background-color: #000b76;
    width: 40%;
    height: 20%;
    border-radius: 10%;
    color: white;
    cursor: pointer;
}
.section5-div2-item:hover .section5-div2-item-hover{
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*/////////////end section5///////////*/

.section6{
    width: 100%;
    
}
.section6-div-parent{
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
    padding: 10px 0px 50px;
}
.section6 img{
    width: 100%;
    height: 500px;
}
.section6-div{
    width: 45%;
    padding: 3% 2%;
    position: absolute;
    top: 10%;
    right: 10%;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-evenly;
}
.section6-div button{
    width: 25%;
    height: 30px;
    border-radius: 10px;
    background-color: #000b76;
    color: white;
}
.section6-divl{
    width: 45%;
    padding: 3% 2%;
    position: absolute;
    top: 10%;
    left: 10%;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-evenly;
}
.section6-divl button{
    width: 25%;
    height: 30px;
    border-radius: 10px;
    background-color: #000b76;
    color: white;
}
.section6-div p{
    margin: 3% 0px 7%;
    text-align: justify;
}
.section6-divl p{
    margin: 3% 0px 7%;
    text-align: justify;
}
/*/////////////end section5///////////*/

.footer{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}
.footer-div1{
    width: 85%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 35px;
    color: #000b76;
}
.footer-div1 div a{
    color: #000b76;
}
.footer-div2{
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 3%;
}
.footer-div2-a{
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    height: 300px;
}
.footer-div2-a a{
    width: 100%;
    color: #000b76;
}
.footer-div2-a p{
    width: 100%;
    color: #000b76;
}
#instagram{
    width: 57px;
    height: 57px;
    background: url(../images/Untitled-2.jpg) -217px -215px;
}
#telegram{
    width: 57px;
    height: 57px;
    background: url(../images/Untitled-2.jpg)  -151px -215px;
}
#f1{
    width: 24px;
    height: 46px;
    background: url(../images/Untitled-2.jpg) -344px -26px;
}
#f2{
    width: 24px;
    height: 46px;
    background: url(../images/Untitled-2.jpg) -344px -120px;
}
#f3{
    width: 32px;
    height: 46px;
    background: url(../images/Untitled-2.jpg) -335px -208px;
}
#f4{
    width: 32px;
    height: 46px;
    background: url(../images/Untitled-2.jpg) -337px -305px;
}
#f5{
    width: 32px;
    height: 46px;
    background: url(../images/Untitled-2.jpg) -336px -396px;
}


.footer-div3{
    width: 85%;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 50px;
    border-top: 2px solid;
}
.footer-div3 p{
    text-align: center;
    margin-bottom: 15px;
}
.footer-div3 a{
    color: #000b76;
}









/*////////////////start media rispons////////////////////*/
@media only screen and (max-width: 1024px){
    
    .header-div img{
        width: 25%;
    }
    .header-div{
        display: flex;
        justify-content: space-between;
    }
    .header-menu{
        display: none;
    }
    .div-menu-bar{
        display: none;
    }
    #menuBar{
        display: flex;
        font-size: 25px;
    }
    .header-div a{
        display: none;
    }
    
/*/////////////end header///////////*/
    .section1-div1 p{
        font-size: 20px;
    }
    #app{
        font-size: 20px;
    }
    /*/////////////end section1///////////*/
    .section2-div{
        font-size: 18px;
    }
    /*/////////////end section2///////////*/
    .section3-div2-item{
        width: 40%;
        height: 145px;
        color: black;
        background-color: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 25px;
        border-radius: 15%;
        margin-bottom: 20px;
    }
    .section3-div2-item-i{
        font-size: 28px;
    }
    .section3-div2-item-p h2{
        font-size:21px;
        
    }
    .section3-div2-item-p p{
        font-size: 19px;
    }
    /*/////////////end section3///////////*/

    .section6-div{
        width: 80%;
        font-size: 17px;
        padding: 3% 2%;
        position: absolute;
        top: 10%;
        right: 5%;
        background-color: white;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: start;
        justify-content: space-evenly;
    }
    .section6-divl{
        width: 80%;
        font-size: 17px;
        padding: 3% 2%;
        position: absolute;
        top: 10%;
        left: 5%;
        background-color: white;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: start;
        justify-content: space-evenly;
    }
    .section6-div p{
        margin: 2% 0px 7%;
    }
    /*/////////////end section6///////////*/
    
}


@media only screen and (max-width: 768px){
    
    .header-div img{
        width: 30%;
    }
    .header-div i{
        font-size: 22px;
    }
    .section1-div1 p{
        font-size: 18px;
    }
    .section1-div1{
        width: 70%;
        right: 14%;
    }
    #app{
        font-size: 18px;
    }
    /*/////////////end section1///////////*/
    .section2-div{
        font-size: 15px;
    }
    
    /*/////////////end section2///////////*/
    .section3-div2-item{
        width: 38%;
        height: 135px;
        color: black;
        background-color: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 25px;
        border-radius: 15%;
        margin-bottom: 20px;
    }
    .section3-div2-item-i{
        font-size: 24px;
    }
    .section3-div2-item-p h2{
        font-size:18px;
        
    }
    .section3-div2-item-p p{
        font-size: 16px;
    }
    /*/////////////end section3///////////*/
    .section5-div2-item{
        width: 39%;
        color: black;
        background-color: white;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        padding: 0px 25px;
        border-radius: 2%;
        margin-bottom: 20px;
    }
    .section5-div2-item-i{
        font-size: 30px;
    }
    .section5-div2-item-p h2{
        font-size:20px;
        
    }
    .section5-div2-item-p p{
        font-size: 18px;
    }
/*/////////////end section5///////////*/
    .section6-div{
        width: 67%;
        font-size: 15px;
        padding: 3% 2%;
        position: absolute;
        top: 10%;
        right: 5%;
        background-color: white;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: start;
        justify-content: space-evenly;
    }
    .section6-divl{
        width: 67%;
        font-size: 15px;
        padding: 3% 2%;
        position: absolute;
        top: 10%;
        left: 5%;
        background-color: white;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: start;
        justify-content: space-evenly;
    }
    .section6-div p{
        margin: 3% 0px 7%;
    }
    /*/////////////end section6///////////*/
    .footer-div2-a{
        width: 45%;
        margin-top: 80px;
    }
    .footer-div3{
        font-size: 16px;
    }
}


@media only screen and (max-width: 480px){
    
    .header-div img{
        width: 30%;
    }
    .header-div i{
        font-size: 20px;
    }
    .section1-div1 p{
        font-size: 16px;
    }
    .section1-div1{
        width: 90%;
        right: 5%;
    }
    #app{
        font-size: 16px;
    }
/*/////////////end section1///////////*/
    .section2-div{
        font-size: 13px;
    }
    
    .section2-div h1{
        text-align: center;
        margin-bottom: 10px;
        
    }
    .section2-div p{
        line-height: 25px;
    }
    .section3-div2-item{
        width: 60%;
        color: black;
        background-color: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 25px;
        border-radius: 15%;
        margin-bottom: 20px;
    }
    /*/////////////end section2///////////*/
    .section3-div2-item-i{
        font-size: 20px;
    }
    .section3-div2-item-p h2{
        font-size:16px;
        
    }
    .section3-div2-item-p p{
        font-size: 14px;
        text-align: justify;
    }
/*/////////////end section3///////////*/
    .section5-div2-item{
        width: 55%;
        color: black;
        background-color: white;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        padding: 0px 25px;
        border-radius: 2%;
        margin-bottom: 20px;
    }
    .section5-div2-item-i{
        font-size: 28px;
    }
    .section5-div2-item-p h2{
        font-size:18px;
        
    }
    .section5-div2-item-p p{
        font-size: 16px;
    }
/*/////////////end section5///////////*/
    .section6-div{
        width: 85%;
        font-size: 13px;
        padding: 3% 2%;
        position: absolute;
        top: 10%;
        right: 5%;
        background-color: white;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: start;
        justify-content: space-evenly;
    }
    .section6-divl{
        width: 85%;
        font-size: 13px;
        padding: 3% 2%;
        position: absolute;
        top: 10%;
        left: 5%;
        background-color: white;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: start;
        justify-content: space-evenly;
    }
    .section6-div p{
        margin: 7% 0px 12%;
    }
    .section6-div button{
        width: 35%;
    }
    .section6-divl button{
        width: 35%;
    }
    /*/////////////end section6///////////*/
    .footer-div2{
        flex-direction: column;
    }
    .footer-div2-a{
        width: 80%;
        margin-top: 80px;
    }
    .footer-div3{
        font-size: 14px;
    }
}

@media only screen and (max-width: 280px){
    
    .section2-div{
        font-size: 11px;
    }
}