@media screen and (min-width: 320px) and (max-width: 991px) {

    .header-container {
        justify-content: center;
        gap: 40px;
    }

    .hamburger {
        height: 30px;
        width: 30px;
        display: block;
        cursor: pointer;
        margin: 0px 10px 0px 0px;
        transition: opacity 0.1s;
    }

    .hamburger:active {
        opacity: 0;
    }

    .hamburger .line {
        border-radius: 20px;
        width: 30px;
        height: 3px;
        top: 50%;
        background: rgba(255, 255, 255, 0.815);
        margin: 6px 0;
    }

    .hamburger div:nth-child(1) {
        top: 25%;
    }

    .hamburger div:nth-child(3) {
        top: 75%;
    }

    .hamburger.active div:nth-child(1) {
        position: relative;
        transform: translate(0%, 50%) rotate(45deg);
    }

    .hamburger.active div:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active div:nth-child(3) {
        position: relative;
        top: -25%;
        transform: translate(0%, -50%) rotate(-45deg);
    }

    .nav-bar {
        height: 0;
        position: absolute;
        top: 78px;
        left: 0;
        right: 0;
        width: 100vw;
        background: #574eb8f2;
        transition: 0.5s;
        overflow: hidden;
    }

    .nav-bar.active {
        height: 310px;
        top: 78px;
        opacity: 1;
    }

    .nav-bar ul {
        display: block;
        width: fit-content;
        margin: 30px auto 0 auto;
        text-align: center;
        transition: 0.5s;
        opacity: 0;
    }

    .nav-bar.active ul {
        opacity: 1;
    }

    .nav-bar ul li a {
        margin-bottom: 12px;
        color: white;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    body {
        max-width: 768px;
    }

    .intro {

        box-shadow: inset 0px 0px 20px 0px #000000;
        background: url("../img/metaQuestLogo/intro(sized).png") no-repeat;
        background-size: cover;
        background-position: center;
    }

    .intro__logo-container {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        height: 980px;
        width: 100%;
        box-shadow: inset 0px 0px 15px 10px #2d26356b;
    }

    .intro-logo-tag-cloud {

        margin-top: 50%;

    }

    .services__container {
        padding: 10px;
    }

    .square {
        display: none;
    }

    .swiper-soft {
        width: 100%;
        height: 100%;
        padding: 0px 0px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }


    .game-card_container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .video-wrapper {
        width: 100%;
        margin: 0 auto;
    }

    .screenshot-container {
        width: 100%;
        padding: 5px;
        margin: 0 auto;


    }

    .screenshot-img {
        width: 100%;
        margin: 10px auto;
        box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, .5);
        transition: .2s linear;
    }

    .game-card-description_container {
        width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
        margin: 0 auto;
        padding: 20px;
    }

    .game-card-description_block {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
        border-radius: 20px;

        background: rgba(0, 0, 0, .5);
        box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, .5);
    }

    .donwload-container {
        justify-content: space-around;
        gap: 0;
    }

    .download-icon {
        padding: 5px;
    }

    .coming-txt__title {
        font-size: 40px;
    }

    .about-txt {
        width: 90%;
        z-index: 0;
    }

    .swiper-review {
        display: none;
    }

    .footer-container {
        display: flex;
        padding: 10px 10px;
        align-items: center;
        flex-direction: column-reverse;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .footer-copyright {
        padding: 10px 10px 30px 10px;
        color: white;
        font-size: 24px;
        font-weight: lighter;
    }

    .social {
        border-radius: 20px;
    }

    .footer-txt {
        margin: 5px 0 0 auto;
        font-size: 18px;
        font-weight: lighter;
        color: white;
    }


    .tg-img {
        width: 36px;
        background-repeat: no-repeat;
        background-size: cover;

    }

    .boosty-img {
        width: 36px;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {


    .services__container {
        padding: 20px;
    }

    .services-card__block {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;

        gap: 5px;
        margin: 0 auto;
    }

    .services-card {
        width: 40%;
    }

    .square {
        height: auto;
        max-width: 60vh;
    }

    .not_work {
        width: 100%;
    }

    .swiper-soft {
        width: 100%;
        height: 100%;
        padding: 0px 0px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;

    }

    .game-card {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;

    }

    .game-card_container {
        width: 100%;
        flex-direction: column;

    }

    .game-card_video-container {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 0;

    }

    .video-wrapper {
        width: 90%;
    }

    .screenshots-container {
        margin: 0 auto;

    }

    .screenshot-img {
        margin: 0 auto;
    }


    .game-card-description_container {
        width: 90%;
        margin: 0 auto;
    }

    .game-card-description_block {
        width: 100%;
    }

    .about-txt {
        width: 90%;
    }

    .swiper-review {
        max-width: 770px;
    }
}

@media screen and (max-width: 700px) {
    .screenshot-image-viewer {
        width: 100%;
    }
}

@media screen and (min-width: 1024px) {
    .services-card__block {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;

        gap: 5px;
        margin: 0 auto;
    }

    .services-card {
        width: 40%;
    }

    .square {
        height: auto;
        max-width: 55vh;
    }

    .not_work {
        width: 100%;
    }

    .swiper-soft {
        width: 100%;
        height: 100%;
        padding: 0px 0px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;

    }

    .game-card {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;

    }

    .game-card_video-container {
        width: 60%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 0;
    }


    .video-wrapper {
        width: 90%;
        height: 100%;
    }

    .screenshots-container {
        width: 90%;
        margin: 0 auto;
    }

    .screenshot-img {
        width: 30%;
        margin: 0 auto;

    }

    .game-card-description_container {
        width: 40%;
    }

    .game-card-description_block {
        width: 100%;
    }
}