/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .nav-item {
        margin: 5px;
    }

    .image-bottom {
        height: 150px !important;
    }

    .image-left {
        height: 300px !important;
        bottom: 1.9rem !important;

    }

    .textright {
        position: absolute;
        width: 100% !important;
        right: 0;
        top:30%;
        font-size: 10px;
        text-align: justify;
        padding: 1rem;
    }
    /*صفحه اول*/
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .nav-item {
        margin: 5px;
    }

    .image-bottom {
        height: 150px !important;
    }

    .image-left {
        height: 300px !important;


    }

}
/*صفحه اول*/
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .nav-item {
        margin: 5px;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .nav-item {
        margin: 5px;
    }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .nav-item {
        margin: 5px;
    }
}