@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap');

.main-wrapper {
    font-family: "Exo", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.6;
    color: #d3d3d3;
    background-color: #000;
    max-width: 1920px;
    margin: 0 auto;
}

.main-wrapper h1 {
    font-family: "Exo", sans-serif;
    font-size: 130px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}

.main-wrapper h2 {
    font-family: "Exo", sans-serif;
    font-size: 64px;
    font-weight: 700;
    text-transform: uppercase;
    color: #c09a5c;
    margin-bottom: 20px;
}

.main-wrapper h3 {
    font-family: "Exo", sans-serif;
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
}

.main-wrapper h4 {
    font-family: "Exo", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
}

.main-wrapper p {
    margin-bottom: 0;
}

.section-1 {
    background-image: url(../assets/storage_kv.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    height: 1080px;
    text-align: center;
    position: relative;
    padding-top: 48px;
}

.section-1 h2 {
    margin-bottom: 0;
}

.section-1 h3 {
    background-color: #513d1b;
    border: 3px solid #c09a5d;
    padding: 16px 8px;
    max-width: 768px;
    margin: 0 auto;
}

.section-1 h3 span {
    font-weight: 700;
    color: #c09a5d;
}

.section-1 img {
    display: block;
    width: 40%;
    position: absolute;
    top: 32%;
    left: 30%;
    z-index: 55;
}

.section-1 .hero-txt {
    display: block;
    position: absolute;
    width: 60%;
    bottom: 8%;
    left: 20%;
    z-index: 55;
}

.section-2 {
    padding: 80px 0;
}

.section-2 .read {
    display: flex;
    justify-content: end;
    position: relative;
}

.section-2 .read .spatium {
    position: absolute;
    margin-right: 55%;
    z-index: 1;
    padding-top: 10%;
}

.section-2 small {
    font-size: 16px;
    display: block;
    text-align: center;
    margin-top: 16px;
}

.section-3 {
    text-align: center;
    padding: 80px 0;
}

.section-3 img {
    margin: 20px 0;
}

.section-4 {
    padding: 80px 0;
}

.section-4 .row {
    display: flex;
    align-items: center;
}

.section-5 {
    background-image: url(../assets/msi-data-security-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    height: 1080px;
    display: flex;
    align-items: center;
    text-align: center;
}

.section-5 .security-card {
    border: 1px solid #c09a5c;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.7);
    padding: 30px 10px;
    min-height: 397px;
}

.section-5 .security-card h3 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.section-5 .security-card img {
    margin: 16px 0;
}

.section-5 .security-card p {
    font-size: 16px;
}

.section-6 {
    padding: 80px 0;
}

.section-6 .row {
    display: flex;
    align-items: center;
}

.section-7 {
    margin-bottom: 80px;
}

.section-7 .row {
    display: flex;
    align-items: center;
}

.section-8 {
    background-image: url(../assets/spatium2021-warranty-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    height: 640px;
    display: flex;
    align-items: center;
}

.section-8 small {
    display: block;
    font-size: 16px;
    margin-top: 20px;
}

.section-8 img {
    display: block;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .main-wrapper h1 {
        font-size: 38px;
    }

    .main-wrapper h2 {
        font-size: 28px;
    }
    
    .section-1 {
        height: 210px;
        padding-top: 6px;
    }
    
    .section-1 h3 {
        font-size: 18px;
        padding: 4px;
    }

    .section-1 img {
        width: 60%;
        top: 65%;
        left: 20%;
    }

    .section-1 .hero-txt {
        width: 100%;
        left: 0;
        top: 120%;
    }

    .section-1 .hero-txt h2 {
        font-size: 48px;
    }

    .section-1 .hero-txt p {
        font-size: 18px;
    }

    .section-2 {
        padding-top: 100%;
    }

    .section-2 .read {
        margin-bottom: 20px;
    }

    .section-2 .spatium {
        display: none;
    }

    .section-3 {
        padding: 40px 0;
    }

    .section-4 {
        text-align: center;
    }

    .section-4 p {
        margin-bottom: 20px;
    }

    .section-5 {
        height: auto;
        padding: 80px 0 60px;
    }

    .section-5 .security-card {
        margin-bottom: 20px;
    }

    .section-6 {
        text-align: center;
    }

    .section-6 p {
        margin-bottom: 20px;
    }

    .section-7 {
        text-align: center;
    }

    .order {
        order: -1 !important;
    }

    .section-7 p {
        margin-bottom: 20px;
    }

    .section-8 {
        height: auto;
        text-align: center;
        padding: 80px 0;
    }

    .section-8 img {
        width: 50%;
        margin-top: 20px;
    }
}