@media screen and (max-width: 3000px) {
    video#vid {
        height: 195vh;
    }
}

@media screen and (max-width: 2000px) {
    video#vid {
        height: 173vh;
    }

}

@media screen and (max-width: 1800px) {
    video#vid {
        height: 150vh;
    }
}

@media screen and (max-width: 1600px) {
    video#vid {
        height: 145vh;
    }
}

@media screen and (max-width: 1500px) {
    video#vid {
        height: 135vh;
    }
}

@media screen and (max-width: 1400px) {
    video#vid {
        height: 125vh;
    }
}

@media screen and (max-width: 1300px) {
    video#vid {
        height: 125vh;
    }
}

@media screen and (max-width: 1200px) {
    video#vid {
        height: 115vh;
    }
}

@media screen and (max-width: 1100px) {
    video#vid {
        height: 110vh;
    }
}

@media screen and (max-width: 980px) {
    video#vid {
        height: 100vh;
    }
}


@media screen and (max-width: 850px) {
    video#vid {
        height: 90vh;
    }
}

@media screen and (max-width: 770px) {
    video#vid {
        height: 80vh;
    }
}


@media screen and (max-width: 660px) {
    video#vid {
        height: 80vh;
    }
}

@media screen and (max-width: 1170px) {
    .jps_main_clicked {
        padding: 0px 0%;
    }
}

@media screen and (max-width: 980px) {
    .jp_clicked {
        height: 60px;
        width: 60px;
    }

    .jp1_click {
        width: 100px;
    }

    p.jpsttls {
        font-size: 20px !important;
    }

    div.projexttxts_loaders p {
        font-size: 18px;
        line-height: 30px;
    }

    .gallery_main {
        gap: 20px 20px;
        margin-top: 30px;
    }

    .gallery_main img {
        width: 100%;
        border-radius: 30px;
        transition: all 500ms;
        cursor: pointer;
    }

    .jps {
        width: calc(50% - 10px);
        height: 130px;
    }

    .jps_main {
        justify-content: space-between;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        padding: 0px 20px;
        gap: 15px 15px;
    }

    p.topttl {
        font-size: 30px;

    }

    button.close_pr {
        top: 2%;
        right: 2%;
        width: 50px;
        height: 50px;
        background-size: 23px;
    }

    .jps:hover {
        transform: scale(1);
    }

    div.container {
        height: calc(100vh - 235px);
        margin-top: 235px;
        border-radius: 46px 46px 0px 0px;
    }

    div.container_clicked {
        height: calc(100vh - 110px);
        /* height: max-content; */
        margin-top: 110px;
        border-radius: 30px 30px 0px 0px;
    }

    div.projexttxts_loaders {
        padding: 20px 20px;
        width: 95%;
        margin-top: 20px;
    }

    a.logoanchor {
        width: 138px;
        height: 100px;
        display: inline-block;
        position: fixed;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
        transition: all 800ms;
    }

    div.sec2 {
        padding: 30px;
    }

    p.bigttl {
        font-size: 35px;
        text-align: center;
        margin-bottom: 20px;
    }

    p.content_det {
        font-size: 20px;
        line-height: 38px;
    }

    .contact {
        flex-direction: column;

    }

    a.cnts {
        width: 100%;
    }

    .nav {
        width: 208px;
        height: 50px;
        position: absolute;
    }

    .nav button {
        padding: 10px;
        font-size: 12px;
    }

    .nav_clicked {
        display: none;
    }
}