*{
    margin: 0 0;
    padding: 0 0;
}
html{
    scroll-behavior: smooth;
}
body{
    font-family: vazir;
}
@font-face {
    font-family: vazir;
    src: url(../fonts/Vazir.eot) format(eot); 
}
@font-face {
    font-family: vazir;
    src: url(../fonts/Vazir.ttf) format(ttf);
}
@font-face {
    font-family: vazir;
    src: url(../fonts/Vazir.woff) format(woff);
}
@font-face {
    font-family: vazir;
    src: url(../fonts/Vazir.woff2) format(woff2);
}

/* start nav */

.nav{
    direction: ltr;
    padding: 25px 0;
    width: 100%;

    position: absolute;
    top: 0;
    left: 0;
}

.nav a{
    color: #221c18;
    text-decoration: none;
}

.nav a:hover{
    color: #69594582;
}

.nav_box{
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.nav_brand{
    direction: rtl;
    font-size: 25px;
    font-weight: 600;

}

.nav_links{
    display: flex;
    align-items: center;
    direction: rtl;
    font-size: 17px;
}

.nav_links a{
    padding: 0 10px;
}

/* end nav */

/* start header */

.header{
    /* background-color: #e5bb9d; */
    background-color: #fddfbb;
    padding: 140px 0; 
}

.header_box{
    display: flex;
    justify-content: space-between;
    width: 85%;
    margin: 0 auto;

}

.header_title{
    margin: auto 0;
}

.header_text1{
    font-size: 45px;
    font-weight: 900;
    margin-bottom: 15px;
}

.header_text2{
    font-size: 66px;
    font-weight: 900;
    margin-bottom: 25px;
    display: block;
    color: #221c18;
}

.header_text3{
    font-size: 20px;
    font-weight: 300;
    color: rgba(72, 72, 72, 0.74);
}

.header_img img{
    width: 350px;
    height: 350px;
    margin-left: 160px;
    margin-top: 45px;
    margin-bottom: 45px;
    border-radius: 15px;
    box-shadow: 0 20px 45px -10px rgba(0, 0, 0 ,15);
    transform: rotate( 11deg );
    transition-duration: 1s;
}

.header_img img:hover{
    transform: rotate( -0deg );
}

/* end header */

/* start join */

.join{
    background-color: #695945;
    padding: 50px 0;
}

.join_box{
    width: 85%;
    margin: 0 auto;
    text-align: center;
}

.join_title{
    font-size: 35px;
    font-weight: bold;
    color: #ffffff;
}

.join_text{
    font-size: 20px;
    font-weight: 200;
    color: #000000d5;
    padding: 18px 0;
    display: block;
}

.join_link{
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 15px 45px;
    background-color: #000000;
    border-radius: 10px;
    transition-duration: 0.4s;
    margin-top:20px ;
}

.join_link:hover{
    background-color: #1717177e;

}

/* end join */

/* start dars */

.dars{
    background-color: #fddfbb;
    padding: 100px 0;
}

.dars_box{
    width: 75%;
    margin: 0 auto;
}

.sec_top{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 0;
}
.sec_top_title{
    display: block;
    font-size: 40px;
    font-weight: bold;
    color: #000000;
}

.sec_top_title2{
    display: block;
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
}
.sec_top_line{
    display: block;
    background-color: #221c18;
    width: 80px;
    height: 2px;
    margin: 30px 0;
}
.sec_top>p{
    color: gray;
    width: 60%;
}

.sec_top_p_join{
    font-size: 20px;
    font-weight: 200;
    color: #000000;
    padding: 18px 0;
    display: block;
}

.dars_box_info{
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}

.dars_box_info_img img{
    height: 400px;
    box-shadow: 0 20px 45px -10px rgba(0, 0, 0 ,15);

}

.dars_box_info_text>p{
    font-size: 30px;
    font-weight: 600;
    color: #221c18;
    width: 100%;
}

.pud_box{
    display: block;
    text-decoration: none;
    margin: 15px 0;
}

.pud_box a{
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    font-weight: 100;
    color: #000;
    margin: 12px 0;
}

.pud_box a:hover .pud_icon{
    margin-right: 15px;
    color: #ab9984;
}

.pud_box a:hover{
    color: #ab9984;
}

.pud_icon{
    transition-duration: 0.5s;

}
/* end dars */