@import url('IranSans.css');

body {
    font-family: IRANSans;
}


.e_video {
    width: 100%;
    height: 100vh;
}

/*لینک شبکه های اجتماعی*/
.bar a {
    position: fixed;
    left: -20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 25px;
    width: 80px !important;
    

    border-radius: 0 5px 5px 0;
    display: block;
    z-index: 1;
}

.bar a:hover {
    left: 0;
}

.ma {
    top: 70px;
    background-image: url('../images/general/email.jpg');
    border-radius: 0 5px 5px 0
    
}

.ap {
    top: 130px;
    background-image: url('../images/general/aparat.jpg');
    border-radius: 0 5px 5px 0
}

.ins {
    top: 190px;
    background-image: url('../images/general/inestagram.jpg');
    border-radius: 0 5px 5px 0
}

.eitaa {
    top: 250px;
    background-image: url('../images/general/eitaa.jpg');
    border-radius: 0 5px 5px 0
}

.telegram {
    top: 310px;
    background-image: url('../images/general/telegram.jpg');
    border-radius: 0 5px 5px 0
}

@media screen and (max-width: 960px) {
    .bar a {
        position: fixed;
        left: -20px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        padding: 25px;
        width: 80px;
    }

}

/*حذف آبجکت در اسکرین ها مختلف*/

@media screen  and (min-width: 960px) {
    .none_display_laptop {
        display: none;
    }
}

@media screen  and (min-width: 1300px) {
    .none_display_laptoph {
        display: none;
    }
}

@media screen and (max-width: 960px) {
    .none_display_tablate {
        display: none
    }
}


@media screen and (max-width: 1300px) {
    .none_display_tablateh {
        display: none;
    }
}


@media screen and (min-width: 571px) {
    .none_display_tablatee {
        display: none
    }

    .none_display_laptop {
        display: none;
    }
}

@media screen and (max-width: 570px) {
    .none_display_mobail {
        display: none;
    }
}

.opared {
    opacity: 0%;
    transition: 1s 1s;
}

.opared:hover {
    opacity: 100%;
}

@media screen and (max-width: 1200px) {
    .nodecor {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .decor {
        display: none;
    }
}

.parallax {
    background-attachment: fixed;
    -webkit-background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.back_black {
    background-image: url("../images/general/pattern.jpg");
    background-attachment: fixed;
    -webkit-background-attachment: fixed;
}

@media screen and (min-width: 0px) and (max-width: 400px) {
    .widcor {
        width: 70%;
    }
}

@media screen and (min-width: 400px) and (max-width: 600px) {
    .widcor {
        width: 60%;
    }
}

@media screen and (min-width: 600px) and (max-width: 800px) {
    .widcor {
        width: 50%;
    }
}

@media screen and (min-width: 800px) and (max-width: 1200px) {
    .widcor {
        width: 40%;
    }
}

@media screen and (min-width: 0px) and (max-width: 400px) {
    .widcorf {
        width: 70%;
    }
}

@media screen and (min-width: 400px) and (max-width: 800px) {
    .widcorf {
        width: 50%;
    }
}

@media screen and (min-width: 800px) and (max-width: 1200px) {
    .widcorf {
        width: 40%;
    }
}

@media screen and (max-width: 570px) {
    .heicor {
        padding-bottom: 13px;
        max-width: 100%;
        
    }
}

@media screen and (min-width: 571px) and (max-width: 960px) {
    .heicor {
        padding-bottom: 13px;
        max-width: 100%;
        margin-bottom: 70px;
    }
}

@media screen and (max-width: 570px) {
    .heicor_android {
        
        max-width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .ss4 {
        display: none;
    }
}


@media screen and (min-width: 500px) {
    .ss5 {
        display: none;
    }
}

/*دستور حذف tdفاصله درintroduction*/
@media screen and (max-width: 1200px) {
    .space {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .poster_display_introduction {
        display: none;
    }
}
@media screen and (max-width: 570px) {
    .carousel-inner img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }
}



.imgbox {
    max-width: 100% !important;
    text-align: center;
    margin-bottom: 30px
}

.rowgp {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
}

.columngp {
    -ms-flex: 25%; /* IE10 */
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

.columngp img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}

/* Responsive layout - makes a two columngp-layout instead of four columngps */
@media screen and (max-width: 800px) {
    .columngp {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
}

/* Responsive layout - makes the two columngps stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .columngp {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}
/* .gp_text{

} */
.gp_text p {
    text-indent: 0 !important;

}