.remote-connect {
    padding: 155px 130px 115px 130px;
    background-image: url(../assets/images/second-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 24px;
}

.remote-connect__img {
    min-width: 637px;
    min-height: 637px;
    max-width: 637px;
    max-height: 637px;
    border-radius: 1000px;
    background-image: url(../assets/images/gamer.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.remote-connect__content {
    gap: 68px;
}

.remote-connect__text {
    max-width: 345px;
}

.remote-connect__text button {
    max-width: 256px;
}

.full-hd {
    background-color: rgba(33, 32, 32, 0.56);
    border-radius: 24px;
    padding: 100px 20px 100px 175px;
    gap: 140px;
}

.full-hd__left-bg {
    position: absolute;
    background-color: #3379EC;
    filter: blur(200px);
    width: 300px;
    height: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.7;
}

.full-hd__slider {
    width: 545px;
    height: 360px;
    border-radius: 24px;
    overflow: hidden;
}

.full-hd__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.full-hd__slider-pagination {
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    display: flex;
    align-items: center;
    gap: 10px;
}

.full-hd__slider-pagination .swiper-pagination-bullet {
    background: white;
}

.full-hd__slider-pagination .swiper-pagination-bullet-active {
    background: #27C5F4 !important;
    box-shadow: 0px 8px 24px -2px rgba(40, 195, 244, 0.25);
}

.full-hd__right {
    max-width: 256px;
}

.full-hd__right h1 {
    font-size: 36px;
}

.game-catalog {
    height: 1073px;
    position: relative;
}

.game-catalog__text {
    max-width: 396px;
    z-index: 2;
}

.game-catalog__text button {
    width: 256px;
}

.game-catalog__bg1 {
    background-color: #3379EC;
    filter: blur(200px);
    width: 960px;
    height: 960px;
    opacity: 0.16;
    z-index: 0;
}

.game-catalog__bg2 {
    z-index: 0;
    content: url(../assets/icons/circle.svg);
}

.game-catalog__img {
    border-radius: 12px;
    overflow: hidden;
}

.game-catalog__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.game-catalog__img.one {
    width: 172px;
    height: 104px;
    left: -77px;
    top: 374px;
}

.game-catalog__img.two {
    width: 156px;
    height: 98px;
    left: 10%;
    top: 133px;
}

.game-catalog__img.three {
    width: 104px;
    height: 65px;
    top: 104px;
    right: 45%;
}

.game-catalog__img.four {
    width: 290px;
    height: 182px;
    top: 191px;
    right: 10%;
}

.game-catalog__img.five {
    width: 134px;
    height: 81px;
    top: 480px;
    right: -20px;
}

.game-catalog__img.six {
    width: 180px;
    height: 108px;
    bottom: 272px;
    right: 12%;
}

.game-catalog__img.seven {
    width: 168px;
    height: 101px;
    left: calc(50% - 84px);
    bottom: 103px;
}

.game-catalog__img.eight {
    width: 214px;
    height: 134px;
    bottom: 276px;
    left: 8%;
}

.os {
    margin-left: 84px;
    position: relative;
    z-index: 1;
}

.os h1 {
    font-size: 48px;
    color: #F5F7FA;
}

.os-list {
    max-width: calc(100% - 84px);
    overflow-x: auto;
    padding-bottom: 34px;
}

.os-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0px 8px 24px -2px rgba(92, 92, 92, 0.24);
    border-radius: 10px;
    background-color: #212020;
}

.os-list::-webkit-scrollbar {
    height: 10px;
    background-color: #212020;
}

.os-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0px 8px 24px -2px rgba(92, 92, 92, 0.24);
    background-color: #5C5C5C;
}

.os-list__item {
    border-radius: 12px;
    background-color: #212020;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 42px;
    width: 298px;
    min-width: 298px;
    height: 180px;
}

.supported-devices {
    margin-top: 107px;
    overflow: hidden;
}

.supported-devices__list {
    max-width: 100%;
}

.supported-devices__list-item {
    display: flex;
    align-items: center;
    gap: 64px;
    width: auto;
    cursor: pointer;
}

.supported-devices__list-item h1 {
    color: #5C5C5C;
    white-space: nowrap;
    transition: color var(--transition);
}

.supported-devices__name.active {
    color: white;
}

.sugestions {
    width: 70%;
    margin: 160px auto 0 auto;
}

.sugestions-bg {
    position: absolute;
    top: 0;
    left: 20%;
    background-color: #E120A2;
    filter: blur(300px);
    width: 960px;
    height: 960px;
    opacity: 0.1;
    z-index: -1;
}

.sugestions>.row {
    z-index: 1;
}

.sugestions-g {
    --bs-gutter-x: 120px;
    --bs-gutter-y: 170px;
}

.sugestions-img {
    width: 100%;
    height: 474px;
    border-radius: 24px;
    overflow: hidden;
}

.sugestions-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sugestions-text button {
    width: 256px;
}

.sugestions-text h2 {
    color: #F5F7FA;
}


@media (max-width: 1200px) {

    .full-hd,
    .remote-connect {
        padding: 80px 40px;
    }

    .remote-connect__img {
        min-width: 400px;
        min-height: 400px;
        max-width: 400px;
        max-height: 400px;
    }

    .full-hd {
        gap: 40px
    }

    .supported-devices {
        margin-top: 46px;
    }

    .sugestions {
        width: 100%;
    }

    .sugestions-g {
        --bs-gutter-x: 40px;
        --bs-gutter-y: 80px;
    }

    .sugestions-img {
        width: 100%;
    }


}

@media (max-width: 992px) {
    .full-hd__slider {
        width: 400px;
        height: 280px;
    }

    .os {
        margin-left: 0;
        margin-top: 40px;
    }

    .os-list {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .remote-connect__img {
        min-width: 328px;
        min-height: 328px;
        max-width: 328px;
        max-height: 328px;
    }

    .remote-connect__text,
    .remote-connect__text button {
        max-width: 100%;
    }

    .full-hd,
    .remote-connect {
        padding: 35px 20px;
    }

    .full-hd {
        gap: 60px;
    }

    .full-hd__slider {
        width: 334px;
        height: 218px;
    }

    .full-hd__right {
        max-width: 100%;
    }

    .game-catalog {
        height: 800px;
    }

    .game-catalog__img.one,
    .game-catalog__img.four,
    .game-catalog__img.five,
    .game-catalog__img.eight {
        display: none;
    }

    .game-catalog__img.six {
        right: -55px;
        bottom: 100px;
    }

    .game-catalog__img.seven {
        left: -55px;
        bottom: 0;
    }

    .game-catalog__img.three {
        right: 83px;
    }

    .game-catalog__img.two {
        left: -100px;
    }

    .sugestions {
        margin: 120px auto 0 auto;
    }

    .sugestions-content {
        display: flex;
        flex-direction: column;
        gap: 48px;
    }

    .sugestions-content>div {
        width: 100%;
        margin: 0;
        height: fit-content;
    }

    .sugestions-content>div:nth-of-type(1) {  order: 2; }
    .sugestions-content>div:nth-of-type(2) {  order: 1; }
    .sugestions-content>div:nth-of-type(3) {  order: 3; }
    .sugestions-content>div:nth-of-type(4) {  order: 4; }
    .sugestions-content>div:nth-of-type(5) {  order: 6; }
    .sugestions-content>div:nth-of-type(6) {  order: 5; }

}

@media (max-width: 576px) {
    .os-list {
        overflow-x: hidden;
    }

    .os h1 {
        font-size: 20px;
    }
}