
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}


.slider {
    background: grey;
    font-family: Vazir;

}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px; /* Adjust the size of the icon as needed */
    height: 50px;
    fill: #fff; /* Set the color of the icon */
    cursor: pointer;
}

.image-container {
    position: relative;
    display: inline-block;
}

.card_insta {
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: white;
    border-radius: 10px;

    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.profile_insta {
    font-size: 10px;
    height: 70px;
    width: 100%;
    background-color: white;
    border-radius: 10px;
}

.profile_insta img {
    height: 50px;
    width: 50px;
    margin-left: 5%;
    margin-bottom:;
    margin-top: 3%;
    border-radius: 50%;
    object-fit: cover;
}

.profile_insta h4 {
    position: absolute;
    font-size: 16px;
    font-weight: strong;
    padding-left: 80px;
    padding-top: -5%;

}

.profile_insta i {
    position: absolute;
    font-weight: strong;
    right: 15px;
    top: 15px;


}

.profile_insta h5 {
    position: absolute;
    font-size: 13px;
    font-weight: strong;
    color: gray;
    padding-left: 80px;
    padding-top: 5%;
}

.profile_insta span {
    position: absolute;
    font-size: 35px;
    font-weight: strong;
    top: 0px;
    left: 200px;

}

.profile_insta h6 {
    position: absolute;
    font-size: 16px;
    font-weight: 900;
    color: #0095f6;
    left: 220px;
    top: -15px;

}

.icons_insta {
    height: 50px;
    padding: 10px;
    font-size: 10px;
    background-color: white;

}

.icons_insta i {
    position: grid;
    padding-left: 10px;
    height: 100%;
}

.icons_insta #save {
    position: grid;

    height: 100%;
}


.about-post_insta {
    margin-left: 15px;
    padding-right: 5px;
}

.about-post_insta img {
    top: 0px;
    border-radius: 50%;

}


#caption_insta {
    font-size: 14px;
    color: darkblack;
}

.about-post_insta h5 {
    font-size: 13px;
    color: gray;

    height: 10px;
}

.about-post_insta input {
    width: 90%;
    border: 0;
    font-family: "Oxygen";
    padding-left: 10px;
    margin-top: -10px;
}

.about-post_insta input::placeholder {
    padding-top: -10px;
    font-size: 14px;
    font-weight: bold;
    mergin-top: -10px;
}

.about-post_insta h6 {

    color: gray;
}
