@media screen and (width<1430px) {
    .hero-section {
        width: 100%;
        height: 100vh;
        background-color: var(--bodyBack-one);
    }

    #working-left {
        width: 60%;
        height: 60%;
    }

    #price-bottom {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    #price-div-1 {
        margin-top: 5rem;
    }

    .price-div {
        width: 40vw;
        height: 100%;
        padding: 1.5rem;
        margin: 2rem auto;
    }

    #right {
        margin-left: 12rem;
    }

    .left {
        margin-right: 10rem;
        margin-top: 3rem;
        margin-bottom: 2rem;
    }

    #working-right {
        width: 45%;
        height: 100%;
        background-image: url(./hero-main.png), url(./Untitled_design__2_-removebg-preview.png);
        background-size: 75rem;
        background-repeat: no-repeat;
        background-position: center;
    }

}

@media screen and (width < 1150px) {
    .hero-section {
        width: 100%;
        height: 100%;
    }

    #right {
        margin-left: 5rem;
    }

    .left {
        margin-right: 8rem;
        margin-top: 3rem;
        margin-bottom: 2rem;
    }

    #workingarea {
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: 85%;
        height: 100%;
        margin: 0 auto;
    }

    #working-left {
        width: 100%;
        height: 60%;
        margin-left: 0rem;
        margin: 5rem auto;
    }

    #working-right {
        width: 70%;
        height: 50rem;
        margin: 0 auto;
        background-image: url(./hero-main.png), url(./Untitled_design__2_-removebg-preview.png);
        background-size: 80rem;
        background-repeat: no-repeat;
        background-position: center;
    }

    #elem-1 {
        width: 23rem;
    }

    #elem-2 {
        width: 70rem;
    }

    #elem-3 {
        width: 65rem;
    }

    /* #about-work {
        display: flex;
        flex-direction: column-reverse;
        width: 80%;
        height: 80%;
    }

    .about-left {
        width: 50%;
        margin: 0 auto;

    }

    #about-img {
        width: 100%;
        height: 40rem;
        margin: 0 auto;
        padding: 0 auto;

    }

    #about-right {
        width: 100%;
        height: 95%;
        padding-top: 8rem;
        margin: 2rem 0;
    } */

    #portfolio-top {
        width: 70vw;
        gap: 1rem;
    }

    .Long-videos-card p {
        font-size: 1.2rem;
    }
}

@media screen and (width < 1000px) {
    #nav {
        width: 100%;
        transform: translate(0%, 0%);
        display: flex;
        justify-content: space-between;
    }

    #right {
        margin-left: 4em;
    }

    .left {
        display: flex;
        flex-direction: column;
        width: 120%;
        height: 110vh;
        position: fixed;
        top: -5rem;
        right: -10rem;

        background-color: var(--bodyBack-two);
        transform: translateX(100%);
        transition: all 0.5s linear;
        opacity: 0;
        visibility: hidden;
        scroll-behavior: smooth;
        overflow: hidden;
    }

    #nav ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 5rem;
        margin-top: 10rem;
    }

    #nav ul a {
        font-size: 2.5rem;

    }

    .mobile-nav-btn {
        margin-top: 2rem;
        margin-right: 3rem;
        display: block;
    }

    .hambar {
        display: block;
        height: 4rem;
        width: 4rem;
        fill: var(--text);
        margin-top: 1rem;
    }

    .hambar-cross {
        display: none;
        visibility: hidden;
        height: 4rem;
        width: 4rem;
        fill: var(--text);
        margin-top: 1rem;
    }

    .active .left {
        transform: translateX(0%);
        opacity: 1;
        visibility: visible;
        overflow: hidden;
    }

    .active .hambar-cross {
        display: block;
        visibility: visible;
    }

    .active .hambar {
        display: none;
        visibility: hidden;
    }



    .hero-section {
        width: 100%;
        height: 100%;
        background-color: var(--bodyBack-one);
    }

    #working-left {
        width: 100%;
        height: 60%;
        margin: 3rem auto;
    }

    #working-right {
        width: 70%;
        height: 50rem;
        margin: 0 auto;
        background-image: url(./hero-main.png), url(./Untitled_design__2_-removebg-preview.png);
        background-size: 80rem;
        background-repeat: no-repeat;
        background-position: center;
    }

    #elem-1 {
        width: 100vw;
        height: 2rem;

    }

    #elem-2 {
        width: 60rem;

    }

    #elem-3 {
        width: 53rem;

    }

    #cards-div {
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 3rem;
    }

    .card {
        width: 50vw;
        height: 30rem;
    }

    .price-div {
        width: 50vw;
        height: 100%;
    }

    #contact-bottom {
        width: 80%;
        height: 100%;
    }

    #input-name,
    #input-email {
        width: 46%;
    }

    #input-subject {
        width: 96%;
    }

    #textarea {
        width: 96%;
    }

    #contact-btn {
        width: 20rem;
        height: 5rem;
        float: right;
        margin-top: 2rem;
        margin-right: 2.5rem;
    }

    #Long-videos-cards-div {
        justify-content: center;
        margin-top: 3rem;
        /* border: 2px solid red; */
    }

    .Long-videos-card {
        width: 50vw;
        height: 30rem;
    }

    #videos-div {
        justify-content: center;
    }

    .video {
        width: 70vw;
        height: 100%;
        margin-bottom: 4rem;
    }

    .video-js {
        width: 69vw;
        height: 30rem;
    }

    #short-videos-div {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 2rem;
    }

    .short-video {
        width: 36vw;
        margin-bottom: 3rem;
    }

    .short-video-js {
        width: 35vw;
        height: 40rem;
    }
}

@media screen and (width < 850px) {

    h1 {
        font-size: 3.2rem;
    }

    h2 {
        font-size: 2.7rem;
    }

    h3 {
        font-size: 2.3rem;
    }

    h4 {
        font-size: 1.2rem;
        line-height: 1.8rem;
        letter-spacing: 0.25rem;
    }

    p {
        font-size: 1.5rem;
        line-height: 2.7rem;
    }

    .back-img {
        width: 100%;
        height: 100%;
    }

    #nav {
        width: 100%;
        transform: translate(0%, 0%);

    }

    #right {
        margin-left: 3rem;
    }

    .left {
        display: flex;
        flex-direction: column;
        width: 110%;
        height: 110vh;
        position: absolute;
        top: -5rem;
        right: -10rem;
        z-index: -1;
        background-color: var(--bodyBack-two);
        transform: translateX(100%);
        transition: all 0.5s linear;
        opacity: 0;
        visibility: hidden;
        scroll-behavior: smooth;
    }


    #nav #right span {
        font-size: 4rem;
    }

    #nav #right h1 {
        font-size: 4rem;
    }

    #workingarea {
        width: 90%;
        margin: 0 auto;
    }

    #working-left {
        top: 33%;
    }

    #elem-2 {
        height: 15rem;
    }

    #elem-3 {
        height: 8rem;
    }

    .about-heading {
        width: 27rem;
        margin: 0 auto;
        overflow: hidden;

    }

    .about-heading h2 {
        text-align: center;
        font-size: 4rem;
        transition: all ease 0.3s;
    }

    #about-inner {
        width: 85%;
    }

    #portfolio-work {
        width: 90%;
        height: 100%;
        margin: auto;
    }

    #price-work {
        width: 90%;
        height: 100%;
        margin: 0 auto;
    }

    #faqs-work {
        width: 90%;
        height: 100%;
        margin: 0 auto;
    }

    #contact-div {
        width: 90%;
        margin: 0 auto;
    }

    #contact-bottom {
        width: 100%;
    }

    #input-name,
    #input-email {
        width: 46%;
    }

    #input-subject {
        width: 96%;
    }

    #textarea {
        width: 96%;
    }

    #contact-btn {
        font-size: 2rem;
        width: 18rem;
        height: 5rem;
        float: right;
        margin-top: 2rem;
        margin-right: 2.5rem;
    }

    .swiper {
        width: 90%;
    }

    .double-comma {
        margin-top: 3rem;
    }

    #Long-videos-inner {
        width: 90%;

    }

    #vlog-videos-inner {
        width: 90%;
        min-height: 100%;
        margin: 0 auto;
    }

    #vlog-videos {
        width: 100%;
        height: 100%;
        margin-top: 2rem;
        /* border: 2px solid red; */

    }

    #game-videos {
        margin-top: 2rem;
    }

    #game-videos-inner {
        width: 90%;
    }

    #food-videos {
        margin-top: 2rem;
    }

    #food-videos-inner {
        width: 90%;
    }

    #tech-videos {
        margin-top: 2rem;
    }

    #tech-videos-inner {
        width: 90%;
    }

    #tech-videos {
        margin-top: 2rem;
    }

    #tech-videos-inner {
        width: 90%;
    }

    #challange-videos {
        margin-top: 2rem;
    }

    #challange-videos-inner {
        width: 90%;
    }

    #fitness-videos {
        margin-top: 2rem;
    }

    #fitness-videos-inner {
        width: 90%;
    }

    #short-videos {
        margin-top: 2rem;
    }

    #short-videos-inner {
        width: 90%;
    }

    #podcast-videos {
        margin-top: 2rem;

    }

    #podcast-videos-inner {
        width: 90%;
        min-height: 100%;
        margin: 0 auto;
    }

}

@media screen and (width < 755px) {
    .price-div {
        width: 60vw;
        height: 100%;
    }

    #footer-div {
        justify-content: space-between;
    }

    #footer-about {
        width: 27rem;
        height: 100%;
        margin-bottom: 2rem;

    }

    #footer-links {
        width: 10rem;
        height: 100%;
        /* margin: auto 0; */
    }

    #footer-service {
        width: 10rem;
        height: 100%;
        margin-top: 0rem;
    }

    #footer-subs {
        width: 25rem;
        height: 100%;
        /* margin-top: 2rem; */
    }

    #food-videos-top h2 {
        font-size: 3rem;

    }

    .hero-section {
        width: 100%;
        height: 100%;
        background-color: var(--bodyBack-one);
    }

    #working-left {
        width: 100%;
        height: 60%;
        margin: 3rem auto;
    }

    #working-right {
        width: 72%;
        height: 40rem;
        margin: 3rem auto;
        background-image: url(./hero-main.png), url(./Untitled_design__2_-removebg-preview.png);
        background-size: 70rem;
        background-repeat: no-repeat;
        background-position: center;

    }
}


@media screen and (width < 700px) {

    #elem-1 {
        width: 55rem;
        height: 2rem;
    }

    #elem-2 {
        width: 55rem;
    }

    #elem-3 {
        width: 53rem;
    }

    .about-left {
        width: 60%;
        margin: 0 auto;

    }

    #about-img {
        width: 100%;
        height: 40rem;
        margin: 0 auto;
        padding: 0 auto;

    }

    .card {
        width: 50vw;
        height: 50vh;
        margin-bottom: 2rem;

    }

    #portfolio-top {
        width: 90vw;
        gap: 1rem;
    }

    .price-div {
        width: 70vw;
        height: 100%;
    }

    #price-top h2 {
        font-size: 3.5rem;
    }

    .swiper {
        width: 90%;
        height: 60%;

    }

    .swiper p {
        font-size: 1.3rem;

    }

    #short-videos-div {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        /* gap: 2rem; */
    }

    .short-video {
        width: 61vw;
        margin-bottom: 3rem;
    }

    .short-video-js {
        width: 60vw;
        height: 50rem;
    }

    #clients-swiper {
        display: flex;
        flex-direction: column;
        width: 90%;
        height: 50rem;
        margin: auto;
    }

    #price-top {
        width: 50rem;
        height: 12rem;
        margin: 0 auto;
        text-align: center;
        overflow: hidden;
    }
}

@media screen and (width < 600px) {
    #workingarea {
        width: 90%;
        height: 100%;
        margin: 3rem auto;
    }

    #working-left {
        width: 100%;
        height: 60%;
        margin: 3rem auto;
    }

    #working-right {
        width: 100%;
        height: 40rem;
        margin: 0rem auto;
        background-image: url(./hero-main.png), url(./Untitled_design__2_-removebg-preview.png);
        background-size: 70rem;
        background-repeat: no-repeat;
        background-position: center;

    }

    #elem-1 {
        width: 20rem;
        height: 1.8rem;
    }

    #elem-2 {
        width: 45rem;
    }

    #elem-3 {
        width: 45rem;
        height: 6rem;
    }

    #faqs-work p {
        font-size: 1.5rem;
    }

    #client-review {
        height: 80vh;

    }



    #food-videos-top {
        width: 40rem;
        height: 7rem;
        margin: 5rem auto;
        text-align: center;
        overflow: hidden;
    }

    .hero-section {
        width: 100%;
        height: 100%;
        background-color: var(--bodyBack-one);
    }
}

@media screen and (width <=550px) {

    h1 {
        font-size: 3.2rem;
    }

    h2 {
        font-size: 2.4rem;
    }

    h3 {
        font-size: 2rem;
    }

    h4 {
        font-size: 1rem;
        line-height: 1.6rem;
        letter-spacing: 0.20rem;
    }

    p {
        font-size: 1.2rem;
        line-height: 2.5rem;
    }


    .about-heading h4 {
        font-size: 4rem;
        transition: all ease 0.3s;
    }

    .about-heading {
        width: 25rem;
        overflow: hidden;
    }

    #about-work {
        width: 95%;
    }

    #footer-about {
        width: 100vw;
        height: 100%;
    }



    #portfolio-top h2 {
        padding-top: 3rem;
        font-size: 4rem;
    }

    .card {
        width: 90vw;
        height: 30rem;
        margin-bottom: 2rem;
    }

    .price-div {
        width: 89vw;
        height: 100%;
    }

    #price-work p {
        font-size: 1.3rem;
    }

    #price-work h3 {
        font-size: 2.5rem;
    }

    #faqs-work p {
        font-size: 1.2rem;
    }

    .add {
        height: 3rem;
        margin-left: 1rem;
    }

    #clients-swiper-top {
        width: 100vw;
        margin-bottom: 2rem;
    }

    #clients-swiper-top p {
        font-size: 1.5rem;
    }

    .swiper {
        width: 80%;
        height: 60%;
    }

    #clients-swiper-top h2 {
        font-size: 3.5rem;
    }

    .swiper-slide-1 {
        display: flex;
        justify-content: center;
        width: 100%;
        margin: 1.5rem auto;
        height: 10rem;
        gap: 1rem;

    }

    .swiper-slide-1-inner {
        margin-top: 2.5rem;
    }

    .review-img {
        margin-left: -2rem;
    }

    .swiper-slide-1 h4 {
        font-size: 1.5rem;
    }

    #Long-videos-cards-div {
        /* justify-content: center; */
        margin-top: 3rem;
    }

    #Long-videos {
        width: 100%;
        height: 100%;
        margin-top: 8rem;
    }

    .Long-videos-card {
        width: 88vw;
        height: 30rem;
    }


    .video {
        width: 88vw;
        height: 100%;
        margin-bottom: 4rem;
    }

    .video-js {
        margin-right: 2rem;
        width: 87vw;
        height: 30rem;
    }

    .short-video {
        width: 91vw;
        margin-bottom: 3rem;
    }

    .short-video-js {
        width: 90vw;
        height: 50rem;
    }

    #price-top {
        width: 40rem;
        height: 18rem;
        margin: 0 auto;
        text-align: center;
        overflow: hidden;
    }

    #portfolio-top {
        width: 38rem;
        margin: auto;
        text-align: center;
        gap: 1rem;
        padding-top: 3rem;
    }

    .portfolio-heading {
        height: 15rem;
        overflow: hidden;
    }

    #game-videos-top h2 {
        font-size: 3rem;
    }

    #tech-videos-top h2 {
        font-size: 3rem;

    }

    #educaton-videos-top h2 {

        font-size: 3rem;
    }

    #travel-videos-top h2 {
        font-size: 3rem;

    }

    #challange-videos-top h2 {
        font-size: 3rem;

    }

    #educaton-videos-top {
        width: 25rem;
        height: 10rem;
        margin: 3rem auto;
        text-align: center;
        overflow: hidden;
    }

    #challange-videos-top {
        width: 35rem;
        height: 9rem;
        margin: 5rem auto;
        text-align: center;
        overflow: hidden;
    }
}

@media screen and (width <=500px) {
    #right {
        margin-left: 2rem;
    }

    .hero-section {
        width: 100%;
        height: 100%;
        background-color: var(--bodyBack-one);
    }

    #working-left {
        width: 100%;
        height: 60%;
        margin: 3rem auto;
    }

    #working-right {
        width: 100%;
        height: 40rem;
        margin: 0rem auto;
        background-image: url(./hero-main.png), url(./Untitled_design__2_-removebg-preview.png);
        background-size: 60rem;
        background-repeat: no-repeat;
        background-position: center;

    }

    #elem-1 {
        width: 20rem;
        height: 1.8rem;
    }

    #elem-2 {
        width: 40rem;
        height: 20rem;
    }

    #elem-3 {
        width: 38rem;

    }
}

@media screen and (width <=400px) {
    #elem-1 {
        width: 20rem;
        height: 1.8rem;
    }

    #elem-2 {
        width: 90vw;
        height: 26rem;
        overflow: visible;
    }

    #elem-3 {
        width: 90vw;
        height: 12rem;
    }

    .hero-section {
        width: 100%;
        height: 100%;
        background-color: var(--bodyBack-one);
    }

    #working-left {
        width: 100%;
        height: 60%;
        margin: 3rem auto;
    }

    #working-right {
        width: 100%;
        height: 40rem;
        margin: 0rem auto;
        background-image: url(./hero-main.png), url(./Untitled_design__2_-removebg-preview.png);
        background-size: 50rem 40rem;
        background-repeat: no-repeat;
        background-position: center;

    }

    .about-left {
        width: 90%;
        margin: 0 auto;
    }


    #about-img {
        width: 100%;
        height: 35rem;
        margin: 0 auto;
        padding: 0 auto;
    }

    #portfolio-top h2 {
        padding-top: 3rem;
        font-size: 3rem;
    }

    #nav #right span {
        font-size: 3.5rem;
    }

    #nav #right h1 {
        font-size: 3.5rem;
    }


    #price-top {
        text-align: center;
    }

    #price-top h2 {
        font-size: 3rem;
    }

    #contact-bottom input,
    textarea {
        font-size: 1.3rem;
        padding: 0.5rem;
    }

    #contact-btn {
        font-size: 1.8rem;
        width: 16rem;
        height: 4.5rem;
    }

    #contact-div h2 {
        font-size: 3.5rem;
        width: 90%;
        margin: 0 auto;
        padding-top: 1rem;
        text-align: center;
    }

    .swiper {
        width: 90%;
        height: 60%;

    }

    #clients-swiper-top p {
        font-size: 1.5rem;
    }

    #clients-swiper-top {
        width: 95vw;
        margin-bottom: -3rem;
        margin: 0 auto;

    }

    #footer-div {
        justify-content: center;
        gap: 3rem;
        padding: 0 2rem;
        padding-top: 2rem;
    }

    #footer-about {
        width: 100vw;
        height: 100%;
    }

    #footer-about-inner {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-top: 1rem;
    }

    #footer-links {
        width: 100vw;
        height: 100%;
       
    }

    #footer-service {
        width: 100vw;
        height: 100%;
    }

    #footer-subs {
        width: 100vw;
        height: 100%;
        margin: auto 0;
    }

    .swiper-slide-inner {
        width: 100%;
        height: 45vh;
        margin: auto 0;
    }

    .hambar {

        margin-top: 1rem;
    }

    .hambar-cross {
        width: 3rem;
        height: 3rem;
    }

    #nav ul {
        gap: 5rem;
        margin-top: 8rem;
        margin-right: 5rem;
    }

    #nav ul a {
        font-size: 2.5rem;

    }

    #Long-videos-top h2 {
        font-size: 3.5rem;
        width: 25rem;
    }

    #price-top {
        width: 30rem;
        height: 22rem;
        margin: 0 auto;
        text-align: center;
        overflow: hidden;
    }

    #portfolio-top {
        width: 28rem;
        margin: auto;
        text-align: center;
        gap: 1rem;
        padding-top: 3rem;

    }

    .portfolio-heading {
        height: 15rem;
        overflow: hidden;
    }

    #game-videos-top {
        width: 30rem;
        height: 9rem;
        margin: 5rem auto;
        text-align: center;
        overflow: hidden;
    }

    #food-videos-top {
        width: 30rem;
        height: 12rem;
        margin: 5rem auto;
        text-align: center;
        overflow: hidden;
    }

    #travel-videos-top {
        width: 17rem;
        height: 12rem;
        margin: 5rem auto;
        text-align: center;
        overflow: hidden;
    }

    #challange-videos-top {
        width: 22rem;
        height: 12rem;
        margin: 5rem auto;
        text-align: center;
        overflow: hidden;
    }
    #fitness-videos-top {
        width: 30rem;
        height: 15rem;
        margin: 5rem auto;
        text-align: center;
        overflow: hidden;
    }
    #realstate-videos-top {
        width: 30rem;
        height: 12rem;
        margin: 5rem auto;
        text-align: center;
        overflow: hidden;
    }
    .footer-about-heading {
        width: 8rem;
        height: 3rem;
    }

    .footer-service-heading {
        width: 10rem;
        height: 3rem;

    }

    .footer-subs-heading {
        width: 25rem;
        height: 3rem;
        overflow: hidden;
    }

    .footer-link-heading {
        width: 8rem;
        height: 3rem;
    }
}

@media screen and (width < 350px) {

    #elem-2 {
        width: 95vw;
        height: 28rem;
        overflow: visible;

    }

    #elem-3 {
        width: 95vw;
        height: 12rem;
    }


}

@media screen and (width < 300px) {
    #elem-2 {
        width: 90vw;
        height: 30rem;
        overflow: visible;
    }

    #elem-3 {
        width: 90vw;
        height: 12rem;
    }

    .hero-section {
        width: 100%;
        height: 100%;
        background-color: var(--bodyBack-one);
    }

    #working-left {
        width: 100%;
        height: 60%;
        margin: 3rem auto;
    }

    #working-right {
        width: 100%;
        height: 40rem;
        margin: 0rem auto;
        background-image: url(./hero-main.png), url(./Untitled_design__2_-removebg-preview.png);
        background-size: 40rem 40rem;
        background-repeat: no-repeat;
        background-position: center;

    }

    #nav #right {
        margin-left: 1rem;
    }

    #nav #right span {
        margin-top: 1.5rem;
        font-size: 3rem;
    }

    #nav #right h1 {
        margin-top: 1.5rem;
        font-size: 3rem;
    }

    .mobile-nav-btn {
        margin-right: 0rem;
        margin-top: 2rem;

    }

    #price-top h2 {
        font-size: 2.7rem;
    }

    #contact-div h2 {
        font-size: 3rem;
    }

    #clients-swiper-top {
        width: 100%;
        margin-bottom: 0rem;
    }

    #clients-swiper-top h2 {
        font-size: 1.5rem;
    }

    .swiper {
        width: 90%;
        height: 60%;

    }

    .about-heading {
        width: 20rem;
        height: 5rem;
    }

    .about-heading h2 {
        font-size: 3rem;
        transition: all ease 0.3s;
    }

    .swiper-slide-2 {
        margin-top: -4rem;
    }

    .swiper p {
        font-size: 1rem;

    }

    #clients-swiper-top h2 {
        font-size: 3rem;
    }

    .swiper-slide-1-inner {
        margin-top: 1rem;

    }

    .swiper-slide-1 {
        margin: 3rem auto;
        gap: 0.5rem;
    }

    .swiper-slide-1 img {
        width: 10rem;
        height: 8rem;
        border-radius: 100%;
        margin-left: 0rem;

    }

    #hero-btn-2 {
        width: 14rem;
        font-size: 2rem;
    }

    .price-btn {
        width: 13rem;
        height: 4rem;
        font-size: 1.6rem;
        margin-right: 2rem;
    }

    #contact-btn {
        width: 15rem;
        height: 5rem;
        font-size: 1.5rem;
        float: right;
        margin-top: 2rem;
        margin-right: 1rem;
    }

    .hambar {
        margin-top: 1.8rem;
        margin-left: 2rem;
    }

    .hambar-cross {
        width: 3rem;
        height: 3rem;
    }

    #nav ul {
        gap: 5rem;
        margin-top: 8rem;
        margin-right: 6rem;
    }

    #nav ul a {
        font-size: 2.3rem;

    }

    .left {
        width: 105%;
        height: 110vh;
    }

    #Long-videos-top h2 {
        font-size: 3rem;
        width: 20rem;
    }

    .short-video {
        width: 91vw;
        margin-bottom: 3rem;
    }

    .short-video-js {
        width: 88vw;
        height: 50rem;
    }

    #clients-swiper {
        display: flex;
        flex-direction: column;
        width: 90%;
        height: 50rem;
        margin: auto;
    }

    #price-top {
        width: 23rem;
        height: 20rem;
        margin: 0 auto;
        margin-left: 0rem;
        text-align: center;
        overflow: hidden;
    }

    #portfolio-top {
        width: 20rem;
        margin: auto;
        text-align: center;
        gap: 1rem;
        padding-top: 3rem;

    }

    .portfolio-heading {
        height: 13rem;
        overflow: hidden;
    }

    .contact-heading {
        width: 20rem;
        height: 6rem;
        margin: 0 auto;
        text-align: center;
        overflow: hidden;
    }

    .contact-heading h2 {
        font-size: 4rem;
        padding-top: 1rem;
        overflow: hidden;
        transition: all linear 0.3s;
    }

    #Long-videos-top {
        width: 30rem;
        height: 12rem;
        margin: 5rem auto;
        text-align: center;
        overflow: hidden;
    }

    #game-videos-top {
        width: 25rem;
        height: 12rem;
        margin: 5rem auto;
        text-align: center;
        overflow: hidden;
    }

    #food-videos-top {
        width: 20rem;
        height: 15rem;
        margin: 5rem auto;
        text-align: center;
        overflow: hidden;
    }

    #tech-videos-top {
        width: 20rem;
        height: 12rem;
        margin: 5rem auto;
        text-align: center;
        overflow: hidden;
    }

    #educaton-videos-top {
        width: 20rem;
        height: 9rem;
        margin: 3rem auto;
        text-align: center;
        overflow: hidden;
    }

    #educaton-videos-top h2 {
        font-size: 2.5rem;
    }

    #challange-videos-top {

        
        width: 22rem;
        height: 9rem;
        margin: 5rem auto;
        text-align: center;
        overflow: hidden;
    }

    #challange-videos-top h2 {
        font-size: 2rem;
    }
    #fitness-videos-top {
        width: 20rem;
        height: 12rem;
        margin: 5rem auto;
        text-align: center;
        overflow: hidden;
    }
    #fitness-videos-top h2{
        font-size: 3rem;
    }
    #realstate-videos-top {
        width: 19rem;
        height: 9rem;
        margin: 5rem auto;
        text-align: center;
        overflow: hidden;
    }
    #realstate-videos-top h2{
        font-size: 3rem;

    }
    #footer-subs {
        width: 25rem;
        overflow: hidden;
    }

    .footer-subs-heading {
        height: 2.4rem;
    }

    .footer-subs-heading h2 {
        font-size: 1.7rem;
    }
    #footer-subs p a{
        font-size: 1.3rem;
        margin-left: 1px;
    }

}

@media screen and (width < 270px) {

    #elem-2 {
        width: 90vw;
        height: 35rem;
        overflow: visible;
    }

    #elem-3 {
        width: 90vw;
        height: 12rem;
    }

    .hero-section {
        width: 100%;
        height: 100%;
        background-color: var(--bodyBack-one);
    }

    #working-left {
        width: 100%;
        height: 60%;
        margin: 3rem auto;
    }

    #working-right {
        width: 100%;
        height: 40rem;
        margin: 0rem auto;
        background-image: url(./hero-main.png), url(./Untitled_design__2_-removebg-preview.png);
        background-size: 30rem 30rem;
        background-repeat: no-repeat;
        background-position: center;

    }
}

@media screen and (width < 200px) {
    #workingarea-2 {
        margin-top: 3rem;


    }

    #nav #right span {
        margin-top: 2rem;
        font-size: 2.5rem;
    }

    #nav #right h1 {
        margin-top: 2rem;
        font-size: 2.5rem;
    }

    .hambar {
        display: block;
        height: 2rem;
        width: 2rem;
        fill: var(--text);
        margin-top: 2rem;
    }

    .card p {
        font-size: 1.1rem;
    }

    #contact-div h2 {
        font-size: 2.5rem;
    }

    .swiper p {
        font-size: 1rem;

    }

    #clients-swiper-top h2 {
        font-size: 2.5rem;
    }

    #clients-swiper-top p {
        font-size: 1rem;
    }

    .swiper-slide-1-inner {
        margin-top: 1.5rem;
    }

    #hero-btn-2 {
        width: 12rem;
        font-size: 1.8rem;
    }

    .price-btn {
        width: 11rem;
        height: 3.5rem;
        font-size: 1.4rem;
        margin-right: 1.5rem;
    }

    #contact-btn {
        width: 12rem;
        height: 4rem;
        font-size: 1.2rem;
        float: right;
        margin-top: 2rem;
        margin-right: 1rem;
    }

    .left {
        width: 170%;
        height: 110vh;
    }

    #Long-videos-top h2 {
        font-size: 2.5rem;
        width: 17rem;
    }

    .contact-heading {
        width: 17rem;
        height: 6rem;
        margin: 0 auto;
        text-align: center;
        overflow: hidden;
    }

    .contact-heading h2 {
        font-size: 4rem;
        padding-top: 1rem;
        overflow: hidden;
        transition: all linear 0.3s;
    }
}