
#alweb {
    background: #ebf0fe;
    width: 100%;
    height: auto;
}
#sec_g1,#sec_g2,#sec_g3,#sec_g4,#sec_g5{
    margin: 0;
    padding: 0;
    width: 100%;
    top: 0;
    height: 634px;
    background: #ebf0fe;
}
#sec_g1 .mnu{
    width: 100%;
    height: 60px;
}
#sec_yalhchal1,#sec_yalhchal2,#sec_yalhchal3,#sec_yalhchal4,#sec_yalhchal5,#sec_yalhchal6,#sec_yalhchal7و #sec_yalhchal1_5{
    width: 100%;
    height: 100%;
    background: #ebf0fe;
}
.h{
    margin-top: 30px;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 60px;

}
.h h1{
    color: #243eac;
    font-size: 30px;
    font-family: Shabnam;

}
.cadr_yakhchal{
    width: 100%;
    height:auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cadr_h{
    width: 90%;
    height: 450px;
    box-shadow: 1px 2px 3px rgba(0,0,0,0.71);
    margin: 30px 0;
    display: flex;
    overflow-x: scroll;
    background-color: rgba(73,112,242,0.72);
    align-items: center;
}
.cadr_h::-webkit-scrollbar{
    width: 0;
}
.box_pic{
    box-shadow: 1px 2px 3px rgba(0,0,0,0.71);
    display: flex;
    position: relative;
    min-width: 300px;
    height: 340px;
    margin-right: 20px;
    transition: .3s;
    overflow: hidden;
}
.Imagebx{
    width:300px;
    height:340px;
    position: absolute;
}
.Imagebx img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:all .3s ease;
}

.cadr_h :hover.Imagebx{
    transform: scale(1.1);

}
.box_pic:hover{
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.2) ;

}
.box_pic .cadrT{
    width: 100%;
    height: 100%;
}
.box_pic .cadrT .wrap{
    position: absolute;
    display: flex;
    bottom: -130px;
    width:100%;
    background-color: rgba(118,148,245,0.73);
    padding: 5px 15px 5px 15px;
    transition: bottom .5s ease;
    box-shadow: -1px -1px 8px  rgba(0,0,0,0.2) ;
}
.box_pic:hover .wrap{
    bottom: 0;
}
.wrap .title{
    display: flex;
    position: absolute;
    color: white;
    font-family: Shabnam;
    font-size: 20px;
    font-weight: 600;
}
.wrap .price{
    font-family: Shabnam;
    font-size: 15px;
    font-weight: 600;
    position: absolute;
    left:30px;
    top:12px;
    color: white;
    padding: 0 0 0 12px;

}
.wrap p{
    font-family: Shabnam;
    font-size: 15px;
    padding: 27px 3px 0 27px;
    color: #243eac;
    font-weight: 600;
}
@media only screen and (min-width:240px)  and (max-width:800px){
    .h h1 {
        color: #243eac;
        font-size: 17px;
        font-family: Shabnam;
    }
    .box_pic {
        display: flex;
        position: relative;
        min-width: 200px;
        height: 200px;
        margin-right: 20px;
        transition: .3s;
        overflow: hidden;
    }
.cadr_h {
    width: 90%;
    height: 327px;
    margin: 30px 0;
    display: flex;
    overflow-x: scroll;
    background-color: rgba(73,112,242,0.72);
    align-items: center;
}
    .box_pic .cadrT .wrap {
        position: absolute;
        display: flex;
        bottom: -96px;
        width: 100%;
        background-color: rgba(118,148,245,0.73);
        padding: 5px 15px 5px 15px;
        transition: bottom .5s ease;
    }
    .wrap .title {
        display: flex;
        position: absolute;
        color: white;
        font-family: Shabnam;
        font-size: 12px;
        font-weight: 600;
    }
    .wrap .price {
        font-family: Shabnam;
        font-size: 12px;
        font-weight: 600;
        position: absolute;
        left: 30px;
        top: 12px;
        color: white;
        padding: 0 0 0 12px;
    }
    .wrap p {
        font-family: Shabnam;
        font-size: 10px;
        padding: 27px 3px 0 27px;
        color: #243eac;
        font-weight: 600;
    }
    .Imagebx img {
        width: 67%;
        height: 60%;
        object-fit: cover;
        transition: all .3s ease;
    }
    .box_pic:hover .wrap{
        bottom: 0;
    }
}