@media screen and (max-width: 1024px) {

    /* header */
    header nav .navbar .navbar-right ul li a {
        text-decoration: none;
        color: #fff;
        font-size: 16px;
    }

    header .header-slide {
        width: 100%;
        height: 800px;
        padding: 0;
        margin: 0;
        background-image: url(../images/header.jpg);
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
    }

    header .header-desc {
        color: #fff;
        position: absolute;
        top: 40%;
        right: 0;
        left: 0;
        text-align: center;
    }

        header .header-desc h1 {
            font-size: 40px;
        }

        header .header-desc p {
            padding-top: 20px;
            font-size: 18px;
        }

    #responsive-navigation {
        display: none;
        position: absolute;
        top: 0px;
        z-index: 2;
    }

    /* end-header */

    /* shahrkkhani section */
    #shahrkhani .shahrkhani .shahrkhani-left .shahr-menu {
        background-color: #e7e7e7;
        height: 36%;
        width: 100%;
        text-align: center;
        padding: 19px 0;
        font-size: 69px;
        line-height: 0;
    }

    #shahrkhani .shahrkhani .shahrkhani-left .shahr-menu2 {
        display: none;
    }

    #shahrkhani .shahrkhani .shahrkhani-right {
        display: flex;
        width: 120%;
        z-index: 1;
        height: 420px;
    }

        #shahrkhani .shahrkhani .shahrkhani-right .shahrkhani-right1 {
            width: 230px;
            padding: 2px;
            height: 380px;
            margin: 20px;
            /*background-image: url(../images/shahrkhani-image.jpg);*/
            background-size: contain;
            background-repeat: no-repeat;
        }

    #shahrkhani .back-shahrkhani-section {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 30%;
        height: 420px;
        background-color: #fae8df;
    }

    #shahrkhani .shahrkhani .shahrkhani-left .shahrkhani-left-inside {
        height: 85%;
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        position: relative;
        gap: 20px;
        justify-content: flex-end;
        padding: 20px 20px 20px 0;
    }

    /* end-shahrkkhani section */



    /* shab section */
    #shab .shab .shab-left .shab-menu {
        height: 36%;
        width: 100%;
        text-align: center;
        padding: 19px 0;
        font-size: 69px;
        line-height: 0;
    }



        #shab .shab .shab-left .shab-menu2 {
            display: none;
        }

    #shab .shab .shab-right {
        display: flex;
        width: 120%;
        z-index: 1;
        height: 420px;
    }

        #shab .shab .shab-right .shab-right1 {
            width: 230px;
            padding: 2px;
            height: 380px;
            margin: 20px;
            /* background-image: url(../images/shabe-khouzestan-image.jpg);*/
            background-size: contain;
            background-repeat: no-repeat;
        }

    #shab .back-shab-section {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 30%;
        height: 420px;
    }

    #shab .shab .shab-left .shab-left-inside {
        height: 85%;
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        position: relative;
        gap: 20px;
        justify-content: flex-end;
        padding: 20px 20px 20px 0;
    }

    /* end-shahrkkhani section */

    .team-boxed .item .box {
        text-align: center;
        padding: 30px;
        background-color: #fff;
        margin-bottom: 30px;
        width: 95%;
    }

    .login-container {
        background: white;
        padding: 50px 40px;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        width: 60%;
        margin: auto;
    }

    .container-center-login {
        width: 100%;
        height: 40vh;
    }
}


@media screen and (max-width: 768px) {

    /* navbar */
    header .response {
        display: flex;
    }


    header nav .navbar-left ul a {
        font-size: 11px;
        line-height: 1px !important;
        text-decoration: none;
        color: #fff;
        display: none;
    }


    header nav .navbar .navbar-right {
        display: none;
    }

        header nav .navbar .navbar-right ul {
            display: none;
        }

    header nav .navbar {
        justify-content: end;
    }

    header .hamburger-icon {
        display: block;
    }

        header .hamburger-icon img {
            margin-top: 10px;
            cursor: pointer;
        }

    #responsive-navigation {       
        display: block;
        width: 200px;
        height: 100vh;
        position: absolute;
        top: 0px;
        right: -200px;
        z-index: 100;
        background-color: rgba(0, 0, 0, .9);
    }

        #responsive-navigation ul {
            display: block;
            width: 100%;
            margin: 0;
            padding-top: 30px;
        }

            #responsive-navigation ul li {
                width: 100%;
                text-align: center;
                padding: 20px 0;
            }

                #responsive-navigation ul li a {
                    text-decoration: none;
                    color: #fff;
                }

    .back-container {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 1;
        height: 100vh;
        background-color: rgba(0, 0, 0, .8);
    }

    /* end-navbar */

    /* header */
    header .header-slide {
        width: 100%;
        height: 500px;
        padding: 0;
        margin: 0;
        /* background-image: url(../images/header.jpg);*/
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
    }

    header .header-desc {
        color: #fff;
        position: absolute;
        top: 40%;
        right: 0;
        left: 0;
        text-align: center;
    }

        header .header-desc h1 {
            font-size: 25px;
            padding: 0 5%;
        }

        header .header-desc p {
            font-size: 12px;
            padding: 15px 5%;
        }

    /* end-header */
    /* shahrkkhani section */
    #shahrkhani .back-shahrkhani-section {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 420px;
        background-color: rgb(250, 232, 223);
    }

    #shahrkhani .shahrkhani {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        z-index: 1;
    }

        #shahrkhani .shahrkhani .shahrkhani-left {
            width: 103%;
            height: 420px;
            text-align: center;
        }

        #shahrkhani .shahrkhani .shahrkhani-right .shahrkhani-right1 {
            width: 230px;
            padding: 2px;
            height: 380px;
            background-image: url(../images/shahrkhani-image.jpg);
            background-repeat: no-repeat;
            background-size: contain;
        }



    /* end-shahrkkhani section */

    /* pol section */
    #pol .pol-desc h1 {
        font-size: 30px;
        margin-top: 50px;
    }

    #pol .pol-desc p {
        font-size: 15px;
        line-height: 22px;
        margin-top: 20px;
    }
    /* end-pol section */

    /* shab section */
    #shab .back-shab-section {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 420px;
    }

    #shab .shab {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        z-index: 1;
    }

        #shab .shab .shab-left {
            width: 103%;
            height: 420px;
            text-align: center;
        }

        #shab .shab .shab-right .shab-right1 {
            width: 230px;
            padding: 2px;
            height: 380px;
            background-image: url(../images/shabe-khouzestan-image.jpg);
            background-repeat: no-repeat;
            background-size: contain;
        }


    /* end-shab section */

    .team-boxed h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }

    .team-boxed .item .box {
        text-align: center;
        padding: 30px;
        background-color: #fff;
        margin-bottom: 30px;
        width: 98%;
    }

    .login-container {
        background: white;
        padding: 50px 40px;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        width: 70%;
        margin: auto;
    }

    .container-center-login {
        width: 100%;
        height: 40vh;
    }
}


@media screen and (max-width: 400px) {

    header nav .navbar-left ul a {
        line-height: 1;
        !important text-decoration: none;
        color: #fff;
        display: none;
    }
}
