@media screen and (max-width:1366px) {
    .state-con {
        width: 85%;
    }

    .links-con {
        width: 85%;
    }

    .girls-con {
        width: 85%;
    }

    .para-con {
        width: 85%;
    }

    .profile-con {
        width: 95%;
    }

    .hire-con {
        width: 95%;
    }

    .profile-box {
        width: 250px;
    }

    .girl-hire {
        height: 60vh;
    }

    .chat-con {
        width: 95%;
    }

    .meet-con {
        width: 95%;
    }

    .enjoy-con {
        width: 95%;
    }

    .girl-1-con {
        width: 95%;
    }

}






@media screen and (max-width:765px) {
    /* header */

    header {
        height: 8vh;
    }

    nav .nav-logo h1 {
        font-size: 1.2rem !important;
    }

    nav .nav-link a button {
        width: 100px;
        height: 35px;
        font-size: 0.6rem;
    }

    nav .nav-link a {
        font-size: 0.8rem;
    }

    nav .nav-link {
        gap: 20px;
    }


    /* header end */







    /* state */

    .state {
        height: 8vh;
    }

    .state-con {
        width: 80%;
    }

    .state-con select {
        width: 100%;
        height: 40px;
    }

    /* stx`x`ate end */





    /* links */

    .links-con {
        gap: 10px;
    }

    .links-con {
        width: 95%;
    }

    .links-con a {
        font-size: 0.8rem;
    }

    /* links end */





    /* girls */

    .girls-con {
        width: 95%;
    }

    .girl-details {
        flex-direction: column;
    }

    .girl-img {
        width: 100%;
        height: 450px;
        border-right: none;
    }

    .girl-information {
        width: 95%;
        height: fit-content;
        margin-top: 5px;
    }

    .girl-number {
        width: 100%;
        height: 55px;
        border-left: none;
    }

    .girl-details {
        height: fit-content;
    }

    /* girl end */



    /* para */

    .para-con {
        width: 90%;
    }

    /* para end */






    /* footer */

    .footer-con ul {
        flex-direction: column;
        text-align: center;
    }

    .copyright {
        text-align: center;
    }

    /* footer end */




    /* click top */

    .click-top {
        width: 45px;
        height: 45px;
    }

    /* click top end */





    /* front-img */

    .swip {
        height: 20vh;
    }

    /* front-img end */





    /* girl-profile */

    .profie-imgs {
        flex-wrap: wrap;
        gap: 15px;
    }

    .profile-box {
        width: 100%;
    }

    /* girl-profile  end */



    /* girl-hire */

    .girl-hire {
        height: fit-content;
        padding: 20px 0px;
    }

    .hire-con {
        flex-direction: column;
        align-items: start;
    }

    .hire-img {
        width: 100%;
    }

    .hire-content {
        margin-top: 10px;
        width: 90%;
    }

    /* girl-hire end */


    /* dream */

    .dream-con {
        width: 95%;
    }

    /* dream end */



    /* chat details */

    .chat-con {
        flex-direction: column;
        width: 95%;
        align-items: center;
    }

    .chat-box {
        width: 180px;
        height: 150px;
    }

    .chat-box h2 {
        font-size: 1rem;
    }

    /* chat details end */





    /* meet */

    .meet-p {
        flex-direction: column;
        gap: 20px;
    }


    /* meet end */


    /* girl 1 */

    .girl-1 {
        height: 25vh;
    }

    /* girl 1 end */



    /* vip */

    .vip {
        height: 20vh;
        padding-top: 20px;
    }

    /* vip end */


    nav .nav-click {
        display: block;
    }


    nav .nav-click {
        color: #333333;
        font-size: 1.3rem;
    }

    nav .nav-link {
        background-color: rgba(255, 255, 255, 0.426);
        backdrop-filter: blur(10px);
        height: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        visibility: hidden;
        opacity: 0;
        justify-content: center;
        align-items: center;
        z-index: 9999;
        position: absolute;
        top: 8vh;
        left: 0;
        padding: 20px 0px;
        transition: all .3s;
    }




    /* rating-row */

    .rating-row {
        align-items: center;
        flex-direction: column;
        gap: 20px;
        z-index: -1;
    }

    /* rating-row  end*/
}