﻿html {
    scroll-behavior: smooth;
}

#main {
    position: relative;
    padding: 0 0;
    background-color: black;
}

    #main .title {
        position: absolute;
        top: 20%;
        right: 54%;
        width: 40%;
    }

.last-subsection {
    padding: 0 0 4rem 0;
}

.system-btn {
    padding: 10px 25px;
}

#main .title h1 {
    margin: 0;
    line-height: 0.8;
    white-space: nowrap;
}

    #main .title h1:nth-child(2) {
        text-indent: 50px;
    }

@media screen and (max-width: 992px) {
    #main {
        margin-top: 4rem;
    }

        #main .title {
            position: relative;
            top: auto;
            right: auto;
            width: auto;
            text-align: center;
            padding: 30px 0;
        }

    .title-3 {
        text-indent: 30px;
    }

    .system-img {
        max-height: 400px;
        object-fit: contain;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .system-tablet {
        height: 180px;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .system-tablet {
        height: 255px;
    }
}

@media screen and (max-width: 1439px) {
    .title-3 {
        text-indent: 20px;
    }
}

@media screen and (min-width: 1600px) {
    #main .title {
        width: 30%;
    }

    .system-img {
        height: 400px;
        object-fit: contain;
    }
}

@media (min-width: 1200px) {
    #next-level {
        background: url('https://cdn.originpc.com/img/landing/2026/amd-ryzen-7-9850-x3d/crimson-bg.jpg') 50% 50% no-repeat;
        background-size: cover !important;
    }

    #uprising {
        background: url('https://cdn.originpc.com/img/landing/2026/amd-ryzen-7-9850-x3d/reliable-bg.jpg') 50% 50% no-repeat;
        background-size: cover !important;
    }

    #reliable {
        background: url('https://cdn.originpc.com/img/landing/2026/amd-ryzen-7-9850-x3d/mafia-bg.jpg') 50% 50% no-repeat;
        background-size: cover !important;
    }

    #ai {
        background: url('https://cdn.originpc.com/img/landing/2026/amd-ryzen-7-9850-x3d/right-bg.jpg') 50% 50% no-repeat;
        background-size: cover !important;
    }

    #amd-chip {
        background: url('https://cdn.originpc.com/img/landing/2026/amd-ryzen-7-9850-x3d/amd-chip-bg.jpg') 50% 50% no-repeat;
        background-size: cover !important;
    }

    .system-img {
        height: 400px;
        object-fit: contain;
    }
}
