.item-image img{
    width:100%;
}

.gallery-section{
    padding-top:10%
}


.gallery-section {
    background: url("/media/images/NewStyle/img/elements/articleBG.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 8% 0;
}

.header-area .main-header{
    background-color: rgba(5, 6, 23, 0.8) !important;
}

.item-content h2{
    font-family: Beirot, Ebrima;
    color: black;
    text-align: right;
    padding: 4%;
    font-size:150%;
}



.gallery-item{
box-shadow: 0 0 5px 5px #0000001c;
    margin-bottom: 15%;
}


.playIcone{
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    background-color: #ffffffe0;
    border-radius: 100%;
    position: absolute;
    left: 42%;
    top: 25%;
    color: rgb(22, 23, 36);
    padding: 0.38% 0 0 0.5%;
}

.playIcone i{
    color: inherit;
}


.playIcone:hover{
    background-color: rgb(82, 82, 83);
    color: white;
}


.item-content{
    background-color: white;
    border-top:1px solid #c6c4c485;
}


.image{
    width: 100%;
    margin-bottom: 5%;
    background-color: #333232;
    padding: 2%;
}

.item-padding{
    padding: 0 30px !important  ;
}


.mfp-bg{
    background:#000000 !important;
    overflow-y:hidden !important;
}


.gallery-item{
    position:relative;
}



.copyButton{
    position:absolute;
    bottom:3px;
    left:3px;
    background-color:#fff22d;
    border:none;
    width:35px;
    height:35px;
    
}


.copyButton:hover{
    cursor:pointer;
}

.copyButton i{
    color:#333232;
}


.gallery-item lable{
    position:absolute;
    bottom:3px;
    left:45px;
    font-family:Iranyekan;
    direction:rtl;
    font-size:11px;
}


.overlay-slider{
   
    opacity:0;
    transition:opacity 1s;
}

.overlay-slider-absolute{
     position:absolute;
    background-color:#00000082;
    top:0;
    width:100%;
    height:100%;
}


.overlay-slider-show{
    opacity:1;
}

@keyframes opacity{
    from{
        opacity:0;
    }
    to{
        opacity:1;
    }
}


@media only screen and (max-width:1250px){
    .gallery-section{
        padding:11% 0;
    }
}

@media only screen and (max-width:991px){
    .item-content h2{
        font-size:130%;
    }
    
    .image img{
        width:27%;
    }
    
    .item-padding{
        padding:0 15px !important;
    }
    
    .gallery-section{
        background:#9b9b9e !important;
    }
}

@media only screen and (max-width:768px){
    .gallery-section{
        padding:15% 0;
    }
}

@media only screen and (max-width:575px){
    .gallery-section{
        padding:100px 0;
    }
    
    .container{
        max-width: unset !important;
        padding:0 10% !important;
    }
    
    .image img{
        width:40%;
    }
}

@media only screen and (max-width:450px){
    
    .image img{
        width:50%;
    }
}





.image-Header{
    height:120px;
    margin-bottom:40px;
    padding:0;
    background-color:#333232;
}


.image-Header img{
    width:20%;
    margin:61px 30px;
}


.image-Header h1{
    font-family:Beirot;
    text-align:right;
    margin:30px 52px;
    font-size:300%;
}


@media only screen and (max-width:1480px){
     .image-Header h1{
        margin:24px 52px;
        font-size:280%;
    }
    
    .image-Header{
        height:100px;
    }
    
    .image-Header img{
        margin:48px 30px;
    }
    
    
    .padding-style-2{
        padding: 25% 7px 0;
    }
}


@media only screen and (max-width:1300px){
     .image-Header h1{
        margin:20px 52px;
        font-size:260%;
    }
    
    .image-Header{
        height:90px;
    }
    
    .image-Header img{
        margin:42px 30px;
        width:22%;
    }
}




@media only screen and (max-width:991px){
     .image-Header h1{
        margin:14px 35px;
        font-size:230%;
    }
    
    .image-Header{
        height:70px;
        width:101%;
        margin-left:-0.5%;
        margin-bottom:20px;
    }
    
    .image-Header img{
        margin:30px 23px;
        width:28%;
    }
}

@media only screen and (max-width:767px){
     .image-Header h1{
        margin:14px 35px;
        font-size:210%;
    }
    
    
    .image-Header img{
        margin:21px 35px;
        width:35%;
    }
}



@media only screen and (max-width:575px){
     .image-Header h1{
        margin:14px 25px;
        font-size:200%;
    }
    
    .image-Header{
        width:102%;
        margin-left:-1.2%;
    }
    
    .image-Header img{
        margin:22px 25px;
        position:absolute;
        width:22%;
    }
}



@media only screen and (max-width:400px){
     .image-Header h1{
        margin:20px 20px;
        font-size:150%;
    }
    

    .image-Header img{
        margin:20px 18px;
        width:33%;
    }
 
}


