@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap);

body {
    margin: 0;
    background-color: rgb(11, 11, 11);
    font-family: in, Tahoma, Geneva, Verdana, sans-serif;
    color: white
}

.navabar {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid rgb(26, 26, 26);
    background-color: rgba(12, 12, 12, .8);
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: #141414 1px solid
}

.tlo {
    background-color: rgba(12, 12, 12, .8);
    border: 1px solid rgb(26, 26, 26);
    color: white;
    padding: 12px 12px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    transition: all .3s ease;
    margin-right: 2px;
    display: flex;
    align-items: center;
    justify-content: center
}

.logo {
    width: 70px
}

.items {
    display: flex
}

.navsec {
    margin: 10px;
    font-weight: 450;
    font-size: 105%;
    font-family: Inter, sans-serif;
    cursor: pointer;
    transition: .2s
}

.navsec:hover {
    transform: translateY(-2px)
}

.jezyk {
    margin-left: auto
}

.section2 {
    height: 130px;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    margin-top: 150px
}

.karuzela {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    position: relative
}

.algory {
    display: inline-flex;
    animation: scroll 75s linear infinite
}

@keyframes scroll {
    from {
        transform: translateX(-50%)
    }

    to {
        transform: translateX(0%)
    }
}

.algo {
    cursor: default;
    margin: 0 15px;
    color: rgb(194, 194, 194);
    font-size: 100%;
    white-space: normal;
    transition: .2s;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    width: 320px;
    height: 140px;
    padding: 12px 18px;
    border: 1px solid rgb(26, 26, 26);
    border-radius: 8px;
    background-color: rgba(12, 12, 12, .8);
    flex-shrink: 0;
    justify-content: space-between
}

.algo:hover {
    color: white;
    border-color: rgba(34, 34, 34, .6);
    background-color: rgba(17, 17, 17, .8)
}

.section2:hover .algory {
    animation-play-state: paused
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 6px
}

.stars {
    font-size: 20px;
    color: #e2e2e2;
    letter-spacing: 1px
}

.review-date {
    font-size: 10px;
    color: rgb(120, 120, 120);
    font-weight: 500
}

.review-text {
    font-size: 17px;
    line-height: 1.35;
    color: rgb(190, 190, 190);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    flex-grow: 1
}

.review-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 4px
}

.review-platform {
    font-size: 10px;
    color: rgb(140, 140, 140);
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 600
}

.helpful-count {
    font-size: 10px;
    color: rgb(100, 100, 100)
}

.section {
    max-width: 100%;
    height: 600px;
    justify-content: center;
    align-items: center;
    display: flex
}

.content {
    margin: auto;
    justify-content: center;
    align-items: center;
    background-color: #000;
    width: 350px;
    height: 300px;
    display: flex;
    object-fit: cover;
    transition: transform .2s ease-out;
    transform-origin: center center
}

.textmain {
    width: 450px;
    height: 400px;
    justify-content: center;
    align-items: center;
    display: flex
}

.cc {
    text-align: center
}

.tt {
    font-size: 320%
}

.des {
    margin-top: 20px;
    color: rgb(207, 207, 207)
}

.ingame {
    width: 870px;
    margin-top: 180px
}

@keyframes gowno {
    50% {
        transform: scale(105%)
    }
}

.card {
    cursor: default;
    width: 130px;
    height: 70px;
    border: 1px solid;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgb(31, 31, 31);
    border-radius: 10px;
    background: rgba(49, 49, 49, .164);
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    margin-left: -80px;
    margin-top: 100px;
    transition: .4s
}

.card-2 {
    margin-top: -200px;
    width: 100px;
    margin-left: -670px
}

.card-3 {
    margin-top: 300px;
    width: 100px;
    margin-left: -500px
}

.number {
    font-size: 140%;
    font-weight: 5
}

.descard {
    font-size: 80%;
    color: rgb(179, 179, 179)
}

.section3 {
    width: 100%;
    height: 500px;
    margin-top: 200px
}

.namess {
    text-align: center;
    font-size: 250%
}

.ffsec {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.featurescontainer {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative
}

.featurestitle {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 60px;
    cursor: default;
    text-align: center
}

.featuresgrid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center
}

.featurecard {
    margin: 15px;
    width: 450px;
    height: 200px;
    border: 1px solid rgb(26, 26, 26);
    border-radius: 10px;
    padding: 30px;
    position: relative;
    cursor: default;
    transition: transform .3s;
    background-color: rgba(12, 12, 12, .8);
    overflow: hidden;
    z-index: 1;
    box-sizing: border-box;
    min-width: 280px
}

.featurecard:hover::before {
    opacity: 1
}

.featureicon {
    font-size: 27px;
    margin-bottom: 20px;
    color: #FCFCFD
}

.featuretitle {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px
}

.featuredes {
    color: rgb(194, 194, 194);
    line-height: 1.5;
    font-size: 95%
}

.section4 {
    width: 100%;
    height: 700px;
    margin-top: 200px;
    border-top: 1px solid rgb(26, 26, 26);
    background-color: rgba(12, 12, 12, .8);
    border-bottom: 1px solid rgb(26, 26, 26)
}

.ppsec {
    text-align: center;
    cursor: default;
    font-size: 250%;
    margin-top: 30px
}

.ppr {
    width: 100%;
    height: 500px;
    justify-content: center;
    align-items: center;
    display: flex
}

.ppcard {
    width: 340px;
    height: 380px;
    background-color: #141414;
    margin: 15px;
    border: 1px solid rgb(26, 26, 26);
    border-radius: 10px;
    background-color: rgba(12, 12, 12, .8)
}

.namepp {
    text-align: center;
    font-size: 180%
}

.pricepp {
    text-align: center;
    font-size: 150%;
    margin-top: 5px
}

.despp {
    text-align: center;
    font-size: 100%;
    color: #ccc;
    margin-top: 5px;
    line-height: 1.5;
    width: 300px;
    height: 60px;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: auto
}

.product {
    width: 700px;
    height: 410px;
    border: 1px solid rgb(26, 26, 26);
    background-color: rgb(14, 14, 14);
    border-radius: 10px;
    margin: auto;
    margin-top: 70px
}

.nameproduct {
    text-align: center;
    font-size: 150%;
    color: white;
    font-weight: 600
}

.sep {
    width: 100%;
    height: 1px
}

.prew {
    width: 100%;
    height: 230px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-image: url(product.webP);
    filter: grayscale(99)
}

.time {
    justify-content: center;
    align-items: center;
    display: flex
}

.choosetime {
    font-size: 110%;
    color: rgb(175, 175, 175);
    width: 100px;
    height: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
    cursor: pointer
}

.choosetime.active {
    color: white;
    position: relative
}

.choosetime.active::after {
    content: "";
    position: absolute;
    left: 26%;
    bottom: 10px;
    width: 48px;
    height: 1px;
    background-color: white
}

.choosetime.active.activemm::after {
    content: "";
    position: absolute;
    left: 20%;
    bottom: 10px;
    width: 60px;
    height: 1px;
    background-color: white
}

.price {
    text-align: center;
    font-size: 145%;
    color: white;
    font-weight: 600;
    margin-top: 5px;
    cursor: default
}

.choosepay {
    justify-content: center;
    align-items: center;
    display: flex
}

.p {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 200px;
    height: 40px;
    border-radius: 10px;
    margin: 20px;
    color: rgb(194, 194, 194);
    cursor: pointer;
    transition: .4s;
    background-color: #141414;
    font-weight: 500
}

.p:hover {
    background-color: #1d1d1d
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    overflow: auto;
    backdrop-filter: blur(7px);
    background-color: rgba(0, 0, 0, .199)
}

.modal-content {
    margin: auto;
    padding: 80px;
    width: 80%;
    max-width: 900px;
    border-radius: 15px;
    position: relative;
    background-color: rgb(14, 14, 14);
    color: white;
    animation-name: anim1;
    animation-duration: .4s
}

.close {
    color: #bebebe;
    float: right;
    position: absolute;
    right: 15px;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
    top: 14px;
    font-size: 20px;
    font-weight: 500;
    transition: .5s
}

.close:hover,
.close:focus {
    color: rgb(255, 255, 255);
    text-decoration: none;
    cursor: pointer
}

label {
    display: block;
    margin-top: 10px;
    font-size: 100%
}

input {
    width: 100%;
    margin: auto;
    height: 30px;
    display: flex;
    margin-top: 5px;
    background-color: rgb(22, 22, 22);
    margin-bottom: 15px;
    border: 1px solid transparent;
    border-radius: 5px;
    color: white;
    padding-left: 10px;
    transition: .3s
}

input:focus {
    outline: 0;
    border: 1px solid rgb(56, 56, 56);
    background-color: rgb(26, 26, 26)
}

.nametext {
    font-size: 180%;
    font-weight: 600
}

.sraj {
    font-size: 80%
}

button {
    background-color: rgb(31, 31, 31);
    color: white;
    padding: 10px 55px;
    border: 0;
    border-radius: 7px;
    cursor: pointer;
    display: inline-block;
    margin-top: 10px;
    transition: .3s
}

button:hover {
    background-color: rgb(56, 56, 56)
}

.reg {
    width: 350px;
    height: 250px;
    overflow-y: scroll;
    margin-left: 540px;
    color: white;
    margin-top: -250px
}

.reg::-webkit-scrollbar {
    width: 4px;
    height: 6px
}

.reg::-webkit-scrollbar-track {
    background: transparent
}

.reg::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px
}

.reg::-webkit-scrollbar-thumb:hover {
    background: #555
}

@keyframes anim1 {
    0% {
        transform: scale(60%)
    }

    50% {
        transform: scale(105%)
    }

    75% {
        transform: scale(95%)
    }
}

@keyframes show1 {
    0% {
        transform: translateY(-50px)
    }

    100% {}
}

.cmsec {
    text-align: center;
    font-size: 250%;
    margin-top: 30px
}

.section5 {
    width: 100%;
    height: 500px;
    margin-top: 100px
}

.descm {
    width: 100%;
    height: 600px;
    justify-content: center;
    align-items: center;
    display: flex
}

.secdes {
    width: 600px;
    height: 400px;
    justify-content: center;
    align-items: center;
    display: flex
}

.hj {
    margin: 40px
}

.secdc {
    width: 450px;
    height: 400px;
    justify-content: center;
    align-items: center;
    display: flex
}

.desccm {
    color: rgb(223, 223, 223);
    font-weight: 500
}

h2 {
    font-size: 250%;
    font-weight: 500
}

.footer {
    background-color: rgb(11, 11, 11);
    border-top: 1px solid rgb(26, 26, 26);
    padding: 40px 0 30px;
    margin-top: 150px;
    font-family: "Open Sans", sans-serif
}

.footercontainer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px
}

.footermain {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 30px
}

.footerbrand {
    width: 50px;
    height: 60px;
    background-color: #000;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute
}

.footerlogo {
    width: 50px
}

.footertagline {
    color: #909090;
    font-size: 14px
}

.footerlinks {
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

.footerlinks a {
    color: #b0b0b0;
    text-decoration: none;
    font-size: 14px;
    transition: color .2s ease
}

.footerlinks a:hover {
    color: white
}

.footersocial {
    display: flex;
    gap: 15px
}

.footersocial a {
    color: #909090;
    font-size: 18px;
    transition: color .2s ease, transform .2s ease
}

.footersocial a:hover {
    color: white;
    transform: translateY(-2px)
}

.footerbottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid rgb(26, 26, 26);
    flex-wrap: wrap;
    gap: 20px
}

.footerlegal {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px
}

.footerlegal a {
    color: #707070;
    text-decoration: none;
    font-size: 13px;
    transition: color .2s ease
}

.footerlegal a:hover {
    color: #b0b0b0
}

.footercopyright {
    color: #707070;
    font-size: 13px
}

.languageselect {
    background-color: transparent;
    color: #909090;
    border: 1px solid rgb(26, 26, 26);
    border-radius: 4px;
    padding: 6px 10px;
    font-size: 13px;
    appearance: none;
    outline: 0;
    transition: all .2s ease
}

.languageselect:hover {
    border-color: #505050;
    color: white
}

@media screen and (max-width:768px) {
    .footermain {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 25px
    }

    .footer-brand {
        align-items: center
    }

    .footerlinks {
        justify-content: center
    }

    .footerbottom {
        flex-direction: column;
        gap: 15px
    }

    .footerlegal {
        justify-content: center
    }
}

.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border-top: 4px solid #FFF;
    border-right: 4px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite
}

.loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border-left: 4px solid #8f8f8f;
    border-bottom: 4px solid transparent;
    animation: rotation .5s linear infinite reverse
}

@keyframes rotation {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    background-color: #0006e;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 1s ease
}

#preloader.fade-out {
    opacity: 0;
    pointer-events: none
}

.mobiletextnav {
    display: none;
    font-weight: 500;
    color: rgb(238, 238, 238);
    margin-left: 10px
}

.mobiletext {
    display: none
}

.featurestitlemobile {
    display: none
}

@media (max-width:768px) {
    .navbar {
        width: 100%;
        justify-content: center;
        align-items: center;
        display: flex
    }

    .featurestitlemobile {
        display: block;
        font-size: 36px;
        font-weight: 500;
        margin-bottom: 60px;
        cursor: default;
        text-align: center
    }

    .featurestitle {
        display: none
    }

    .items {
        display: none
    }

    .mobiletextnav {
        display: block;
        color: #eee;
        font-size: 20px
    }

    .section {
        height: 380px
    }

    .content {
        display: none
    }

    .mobileh1 {
        font-size: 300%;
        text-align: center
    }

    .mobiletext {
        display: block
    }

    .mobiledes {
        text-align: center;
        width: 350px;
        margin: auto;
        margin-top: 10px;
        font-size: 110%;
        color: rgb(224, 224, 224)
    }

    .mobilebtn {
        width: 140px;
        height: 40px;
        justify-content: center;
        align-items: center;
        display: flex;
        background-color: rgb(236, 236, 236);
        border-radius: 5px;
        font-size: 110%;
        margin: auto;
        color: black;
        margin-top: 20px
    }

    .mobilebtn:active {
        background-color: rgb(210, 210, 210)
    }

    .section2 {
        margin-top: 50px
    }

    .section3 {
        height: 1450px
    }

    .featurecard {
        width: 80%;
        padding: 20px
    }

    .product {
        width: 320px;
        height: 450px;
        border: 1px solid rgb(26, 26, 26);
        background-color: rgb(14, 14, 14);
        border-radius: 10px;
        margin: auto;
        margin-top: 70px
    }

    .p {
        width: 200px;
        margin: 5px;
        height: 40px
    }

    .prew {
        width: 100%;
        height: 230px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        background-image: url(pmobile.png);
        filter: grayscale(99)
    }

    .price {
        margin-top: 5px
    }

    .choosepay {
        margin-top: 15px;
        flex-wrap: wrap
    }

    button {
        width: 100%
    }

    .next-btn2 {
        width: 108%
    }

    .reg {
        display: none
    }

    #buyNowBtn {
        padding: 10px
    }

    .modal-content {
        width: 180px
    }

    .secdes {
        display: none
    }

    iframe {
        width: 300px;
        margin-top: -60px
    }
}