* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    overflow-y: hidden;
    overflow-x: hidden;
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Verdana, sans-serif !important;
    font-style: normal;
    font-weight: lighter;
    background-color: #252525;
}

a {
    text-decoration: none !important;
    font-weight: lighter;
    transition: all 0.5s ease;

}


p {
    font-family: 'Segoe UI', sans-serif;
    font-weight: lighter;
}

h1,
h2 {
    padding: 0;
    margin: 0;
}

ol,
ul {
    padding: 0;
    list-style-type: none;
}

li {
    margin-bottom: 0.3em;
}

span {
    font-family: 'Segoe UI', sans-serif;
    font-weight: lighter;
}

.left {
    justify-content: flex-start;
}

.right {
    justify-content: flex-end;
}

.scroll-anchor-margin {
    scroll-margin-top: 120px !important;
}

.header {
    background: #574eb8f2;
    width: 100%;
    position: fixed;
    margin: 0 auto;
    top: 15px;

    z-index: 1 !important;
}

.header-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.header-logo__container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.header__logo-title {
    padding: 0px 10px;
    color: white;
    font-size: 22px;
    font-weight: lighter;
    text-transform: uppercase;
    border-radius: 20px;
}

.header__logo-title:hover {
    color: black;
    background: #e9dcfff0;
    transform: scale(1.01);
    transition: 0.2s;
}

.hamburger {
    display: none;
}

.nav-bar {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
    text-transform: uppercase;
}

.nav-bar ul {
    display: flex;
    margin: 10px;
}

.nav-bar ul li a {
    display: block;
    color: white;
    font-size: 18px;
    padding: 5px 10px;
    font-weight: lighter;
    border-radius: 20px;
    transition: 0.2s;
    margin: 0 5px;
}

.nav-bar ul li a:hover {
    color: black;
    background: #e9dcfff0;
}

.nav-bar ul li a.active {
    color: black;
    background: #e9dcfff0;
}

.nav-item {
    margin-bottom: 0px;
}

.logo-img {
    width: 78px;
    height: 78px;
    padding: 8px;
}

.intro {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    box-shadow: inset 0px 0px 20px 0px #000000;
    background: url("../img/metaQuestLogo/intro(sized).png") no-repeat;
    background-size: cover;
    background-position: 50% 15%;
}

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

.intro-logo-tag-cloud {
    margin-top: 50px;
}


.section_banner {
    visibility: hidden;
}

.services {
    margin: 0 auto;
}

.services__container {
    background: #444095;
    display: flex;
    flex-wrap: wrap;
    padding: 40px;
}

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

    gap: 60px;
    margin: 60px auto;
}

.services-card {
    margin: 10px 10px;
    cursor: pointer;
    border-radius: 20px;
    transition: transform .4s;
    box-shadow: 0px 0px 15px 0px #18133171;

}

.services-card__div {
    background: rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, .5);
    margin: 0 auto;
}

.services-card__div {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 20px;

}

.services-card:hover {
    transform: scale(1.1, 1.1);
}

.services-card__img {
    width: 100%;
    background-repeat: no-repeat;
    border-radius: 20px;
}

.services-card__title {
    margin: 20px 40px;
    font-size: 22px;
    text-transform: uppercase;
    color: white;
}

.services-card__list {

    margin: 0 auto;
    padding: 20px;
    font-size: 18px;
    color: white;
}


.not-working_card {

    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;

}

.not-working_img {
    display: none;
}

.submit {
    width: 100%;
    background: url(../img/icons/dash.png) no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.9;
    padding: 10px;
    margin: 0 0 10px 0;
    border-radius: 40px;
    transition: .3s linear;
}

#firstLaunch {
    box-shadow: inset 0px 0px 20px 0px #000000;
}

#mainOther {
    box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, .5);
    box-shadow: inset 0px 0px 20px 0px #000000;
}

.square {
    height: 500px;
    opacity: 0;
    transform: translateX(-10%);
    transition: all 1.5s;
}

.square.element-show {
    opacity: 0.95;
    transition: all 2.5s;
    transform: translateX(0%);
}

.square-right {
    transform: translateX(10%);
    transition: all 1.5s;
}

.wiki-service {
    background: rgba(0, 0, 0, .3);
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, .3);
}

.wiki-container {
    background: #444095;
    display: flex;
}

.wiki-card {
    cursor: pointer;
    display: inline-block;
    margin: 10px 10px;
    border-radius: 10px;
    vertical-align: middle;
}

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

    cursor: pointer;
    margin: 0px auto;
    padding: 10px 0px;

    transition: transform .6s;
}

.wiki-card__block:hover {
    transform: scale(1.05, 1.05);
}

.wiki-txt__div {
    text-align: center;

    margin: 0 auto;
}

.wiki-txt__title {
    font-size: 54px;
    text-transform: uppercase;
    font-weight: lighter;
    color: white;
}

.wiki-txt__subtitle {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: lighter;
    color: white;
}

.main-other-block-parallax {
    background-image: url("../img/parallax/metaQuestmainBottomBack.png");
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bypass-block-parallax {
    background-image: url("../img/parallax/metaQuestBypass.png");
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.notWorking-block-parallax {
    background-image: url("../img/parallax/metaQuestNotWorking.png");
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wiki-block-parallax {
    background-image: url("../img/metaQuestfaqWiki.png");
    max-height: 250px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.store-block-parallax {
    background-image: url("../img/parallax/metaQuestStore.png");
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.soft {
    margin: 0 auto;
    overflow: hidden;
}

.game-builds {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
    margin-bottom: 0px;
}

.game-card {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    background-color: #3c367e91;
    box-shadow: inset 0px 0px 20px 1px rgba(0, 0, 0, 0.829);
}


.game-card_video-container {
    padding: 20px;
}


.video-wrapper {
    height: 50vw;
    box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, .5);
    background-color: rgba(0, 0, 0, .4);
    border-radius: 20px;
    text-align: center;
}

.screenshots-container {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;

    padding: 10px;
    margin: 0 auto;
}

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

.screenshot-img:hover {
    transition: .2s linear;
    transform: scale(1.08);
}

#screenshot-image-viewer {
    display: none;
    z-index: 999;
}

#screenshot-image-viewer div {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

#screenshot-image-viewer div img {
    display: block;
    width: 80%;
    max-width: 800px;
    margin: 20px;
    animation: showScreenshotImage 0.5s;
}

#screenshot-image-viewer-close {
    position: sticky;
    margin-right: 20px;
    color: white;
    font-size: 100px;
    cursor: pointer;
}

#screenshot-image-viewer-close:hover,
#screenshot-image-viewer-close:focus {
    opacity: 0.8;
}

@keyframes showScreenshotImage {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

.game-card-title {
    color: white;
    padding: 30px;
    font-size: 28px;
    width: 100%;
    text-align: center;
}

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

}

.game-card-description_block {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 10px;



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

.game-card_img {
    width: 100%;
    box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, .5);
    border-radius: 20px;
}

.game-card-description {
    text-align: left;
    color: white;
    font-size: 18px;
    margin: 16px;
}

.game-card-description-line {
    border-radius: 20px;
    width: 95%;
    height: 2px;
    top: 50%;
    background: rgb(255, 255, 255);
    margin: auto;
}

.game-card-add_info {
    text-align: left;
    color: white;
    font-size: 18px;
    margin: 10px 10px 22px 10px;
}

.download-container-title {
    margin-top: -28px;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
}

.download-title {
    background: rgb(255, 255, 255);
    border-radius: 20px;
    padding: 6px;
    display: flex;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000000c7;
}

.donwload-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding: 5px 0px 15px 0px;
    border-radius: 20px;
}

.download-icon {
    width: 64px;
    transition: .3s linear;
    border-radius: 50%;
}

.download-icon:hover {
    scale: 1.2;
}

.game-card-black-mesa {
    background-image: url("../img/gameCardsImages/blackMesaBackgroundSoft.png");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.game-card-skyrim-vr {
    background-image: url("../img/gameCardsImages/skyrimVRBackgroundSoft.png");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.game-card_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    padding-bottom: 40px;
}

.coming-card {
    cursor: pointer;
    display: flex;
    margin: 10px 10px;
    border-radius: 10px;
    vertical-align: middle;
}

.coming-card__block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;

    cursor: pointer;
    margin: 0px auto;
    padding-top: 40px;

    transition: transform .6s;
}

.coming-card__block:hover {
    transform: scale(1.05, 1.05);
}

.coming-txt__div {
    text-align: center;
    margin: 20px auto;
}

.coming-txt__title {
    font-size: 62px;
    text-transform: uppercase;
    font-weight: 400;
    color: white;
}

.coming-txt__subtitle {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: lighter;
    color: white;
}

.about-us {
    background-color: #0000003d;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    z-index: 0 !important;
    gap: 10px;
}

.about-txt {
    margin-top: 1rem;
    font-size: 22px;
    text-align: left;
    color: #fff;
    z-index: 0;
    padding: 26px;
    border-radius: 20px;
    background: #4a4495ed;
}

.about-list {
    list-style-type: disc;
    margin-left: 24px;
    z-index: 0;
}

.about-title {
    text-align: center;
    font-size: 44px;
    font-weight: 400;
    padding: 46px 0px 0px 0px;
    color: white;
}

.reviews {
    margin: 50px 0px 50px 0px;
}

.swiper-soft {
    width: 100%;
    height: 880px;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 0px 20px 1px rgba(0, 0, 0, 0);
    z-index: 0 !important;
}

.swiper-slide {
    width: auto;
    max-width: 100%;
}

.swiper-review {
    -webkit-mask-image: linear-gradient(to right, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 0) 90%);
    mask-image: linear-gradient(to right, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 0) 90%);
    width: 900px !important;
}

.swiper-button-next {
    color: rgba(255, 255, 255, 0.8) !important;
}

.swiper-button-prev {
    color: rgba(255, 255, 255, 0.8) !important;
}

.flip-clock {
    display: flex;
}

.flip-unit {
    position: relative;
    width: 60px;
    height: 90px;
    margin: 0 2px;
    background-color: #574eb880;
    border-radius: 10px;
    perspective: 200px;
}

.flip-card {
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    overflow: hidden;
    background-color: #4c4598;
}

.flip-card.top {
    top: 0;
    transform-origin: 50% 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.flip-card.bottom {
    bottom: 0;
    transform-origin: 50% 0%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.flip-content {
    position: absolute;
    left: 0;
    width: 100%;
    height: 200%;
    color: white;
    text-align: center;
    font-size: 60px;
    line-height: 90px;
    font-weight: 800;
}

.top .flip-content {
    top: 0;
}

.bottom .flip-content {
    bottom: 0;
}

.flip-animate .top {
    animation: flip-top 0.5s ease-in;
}

.flip-animate .bottom {
    animation: flip-bottom 0.5s ease-out 0.5s;
}

@keyframes flip-top {
    0% {
        transform: rotateX(0deg);
    }

    100% {
        transform: rotateX(-90deg);
    }
}

@keyframes flip-bottom {
    0% {
        transform: rotateX(90deg);
    }

    100% {
        transform: rotateX(0deg);
    }
}

.swiper {
    width: 800px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    animation: scrolling linear 60s;
}


.footer {
    background: #574eb8c7;
}

.footer-container {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0px 20px;

}

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

.social {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 10px;
}

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

.support-icons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.li_telegram {
    margin-top: 1.25em;
}

.li_boosty {
    margin-top: 1.25em;
}

.li_youtube {
    margin-top: 1.25em;
}

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

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

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