@import url('https://fonts.googleapis.com/css2?family=Kufam:ital,wght@0,400..900;1,400..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Kufam", sans-serif;
}

html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    color: #fff;
}

:root {
    --text-blue: #1BD0E9;
    --text-red: #E31B1B;
    --text-yellow: #E9AF1B;
    --text-red-opacity: rgba(192, 0, 0, 0.5);
    --text-blue-opacity: rgba(27, 208, 233, 0.5);
    --text-yellow-opacity: rgba(233, 175, 27, 0.5);
    --bg-geral: #C0C0C0;
    --text-geral-dark: #000;
    --text-geral-light: #fff;
}

body {
    background: var(--bg-geral);
}

.container {
    max-width: 1440px;
    margin: auto;
}

header ul li a {
    color: var(--text-geral-dark);
}

header ul {
    list-style: none;
}

header {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    height: 110px;
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
}

header nav {
    display: flex;
    gap: 10px;
    padding-top: 45px;
}

main .banner {
    background: url(../img/Banner.jpg) center / cover;
    height: calc(100vh - 110px);
    position: relative;
}

main .banner-area {
    background: rgba(0, 0, 0, 0.9);
    height: calc(100vh - 110px);
}

main .banner-area-content {
    padding-top: 100px;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
}

main .banner-area-content h1 {
    font-size: clamp(2em, 1em + 3vw, 3.5em);
}

main .banner-area-content p {
    font-size: clamp(1em, 1em + 1vw, 1.2em);
}

main .banner-area-content #span1 {
    color: var(--text-red);
}

main .banner-area-content #span2 {
    color: var(--text-blue);
}

.button {
    margin-top: 50px;
    border: solid #fff;
    padding: 40px;
    border-radius: 40px;
    font-weight: bold;
}

main .banner-area-content a:hover {
    background: rgba(0, 0, 0, 0.5);
    transition: all 200ms linear;
}

main .banner-area-content i {
    color: #777777;
    position: absolute;
    bottom: 20px;
}

main .area1 {
    background: url(../img/hardcomputer.jfif) center;
    color: #fff;
    text-transform: uppercase;
    background-color: red;
}

main .area1-dark {
    background: rgba(0, 0, 0, 0.9);
}

main .area1-content {
    height: inherit;
    background: rgba(0, 0, 0, 0.8);
    display: grid;
    grid-template-columns: 1fr 1fr;
}

main .area1-content-left {
    height: 340px;
    padding: 60px 40px;
}

main .area1-content-left h1 {
    max-width: 400px;
    font-size: 32px;
}

main .area1-content-right img { 
    width: 100%;
    height: 340px;
    object-fit: cover;
}


main .area2-faqs {
    text-transform: uppercase;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    height: 340px;
    max-width: 520px;
    text-align: center;
}

main .area2-faqs-res {
    background: url(../img/Bannertoquio.jfif) center / cover;
}

main .area2-faqs-res-content {
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    background: rgba(0, 0, 0, 0.9);
    text-transform: uppercase;
}

main .area2-faqs-res-content h2 {
    max-width: 670px;
    text-align: center;
}

main .hardwares {
    text-align: center;
    display: flex;
    flex-direction: column;

}

main .hardwares-title {
    font-size: 40px;
    background: var(--text-red-opacity);
    width: 100%;
    padding: 10px;
}

.hardwares-content {
    padding: 20px;
    display: flex;
    width: 100vw;
    max-width: 1024px;
}

.hardwares-content-left #p-R::first-letter, .softwares-content-left #p-E::first-letter, .perifericos-content-left #p-S::first-letter {
    font-size: 40px;
}

.hardwares-content-left p {
    text-align: start;
}

.hardwares-content-left {
    flex: 1;
    display: flex;
    justify-content: center;
    line-height: 30px;
    flex-direction: column;
}

.hardwares-content-right {
    display: flex;
    flex-direction: column;
    align-items: end;
    flex: 1;
}

.hardwares-content-right img {
    border-radius: 100px;
}

main .softwares-title {
    font-size: 40px;
    background: var(--text-blue-opacity);
    width: 100%;
    padding: 10px;
}

.softwares-content-left p {
    text-align: start;
}

.softwares-content {
    padding: 20px;
    display: flex;
    width: 100vw;
    max-width: 1024px;
}

.softwares-content-left {
    flex: 1;
    display: flex;
    padding-top: 30px;
    line-height: 30px;
    flex-direction: column;
}

.softwares-content-right {
    display: flex;
    flex-direction: column;
    align-items: end;
    flex: 1;
    justify-content: space-around;
}

main .softwares {
    text-align: center;
}

main .perifericos {
    padding-top: 35px;
    text-align: center;
}

main .perifericos-title {
    font-size: 40px;
    background: var(--text-yellow-opacity);
    width: 100%;
    padding: 10px;
}

.perifericos-content-left p {
    text-align: start;
}

.perifericos-content {
    padding: 20px;
    display: flex;
    width: 100vw;
    max-width: 1024px;
    flex-direction: column;
}

.perifericos-content-left {
    display: flex;
    padding-top: 30px;
    line-height: 30px;
    flex-direction: column;
}

.perifericos-content-down {
    background: #222;
    display: flex;
    align-items: end;
    justify-content: center;
    margin-top: 40px;
    gap: 50px;
    padding: 10px;

    margin-bottom: 20px;
}

.perifericos-content-down img {
    border-radius: 30px;
}

.perifericos-content-left ol {
    margin-top: 20px;
    text-align: start;
}

main .internet {
    padding: 30px 0;
    text-align: center;
    color: #fff;
    background: #222;
}

main .internet-area1, main .internet-area2, main .internet-area3 {
    max-width: 700px;
    margin: auto;
    margin-bottom: 30px;
    line-height: 25px;
}

main .internet h2 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: clamp(1.75em, 1em + 3vw, 2.5em);
    line-height: 35px;
}

footer {
    text-align: center;
    padding: 50px;
    font-size: clamp(1em, 1em + 1vw, 1.2em);
}

footer p {
    margin-bottom: 50px;
}

footer i {
    color: #666;
}

/* clamp(1.75em, 1em + 3vw, 2.5em) */

@media (min-width: 769px) and (max-width: 1024px) {
    .hardwares-content {
        padding: 50px 100px;
    }

    .softwares-content {
        padding: 50px 100px;
    }

    .perifericos-content {
        padding: 50px 100px;
    }

    .perifericos-content-down img {
        width: calc(50px + 3vw);
        height: calc(50px + 3vh);
    }
}

@media (min-width: 426px) and (max-width: 768px) {
    .softwares-content-left {
        flex: 2;
        padding-left: 50px;
    }

    .hardwares-content {
        padding: 20px 60px;
        display: flex;
        width: 100vw;
        max-width: 1024px;
    }

    .softwares-content-right {
        align-items: center;
    }

    .perifericos-content-left {
        display: flex;
        padding-top: 30px;
        padding-left: 50px;
        line-height: 30px;
        flex-direction: column;
    }

    main .internet ol, main .internet ul {
        padding: 0 50px;
    }

    .perifericos-content-down img {
        width: calc(50px + 2vw);
        height: calc(50px + 2vh);
    }
}

@media (max-width: 425px) {

    main .banner {
        height: calc(80vh - 110px);
    }
    
    main .banner-area {
        height: calc(80vh - 110px);
    }

    .hardwares-content-left #p-R::first-letter, .softwares-content-left #p-E::first-letter, .perifericos-content-left #p-S::first-letter {
        font-size: 25px;
    }

    header {
        align-items: center;
    }

    header .logo img {
        width: 50px;
    }

    header nav {
        font-size: .5em;
        gap: 5px;
        padding-top: 0px;
    }

    .button {
        margin-top: 100px;
        border: solid #fff;
        padding: 20px;
        font-size: 10px; 
        border-radius: 40px;
        font-weight: bold;
    }

    .perifericos-content-down img {
        width: calc(30px + 1vw);
        height: calc(30px + 1vh);
        border-radius: 30px;
    }

    main .banner-area-content h1 {
        font-size: clamp(.5em, .8em + 1vw, 2em);
    }

    main .banner-area-content p {
        font-size: clamp(.5em, 1em + .8vw, .6em);
    }

    main .banner-area-content i {
        font-size: 10px;
    }

    main .area1-content-left h1 {
        font-size: 20px;
    }

    main .area2-faqs {
        text-transform: uppercase;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
        height: auto;
        max-width: 250px;
        text-align: center;
        padding: 20px;
    }

    main .area2-faqs h2 {
        margin-bottom: 10px;
        font-size: 12px;
    }

    main .area2-faqs-res-content h2 {
        max-width: 670px;
        text-align: center;
        font-size: 20px;
    }

    .hardwares h2, .softwares h2, .perifericos h2 {
        font-size: 25px;
    }

    .hardwares p, .softwares p, .perifericos p {
        font-size: 10px;
        line-height: 15px;
    }

    .hardwares img, .softwares img {
        width: 50px;
    }

    .softwares .softwares-content-right {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex: 0;
        padding-left: 20px;
        justify-content: space-around;
    }

    .hardwares-content-left {
        line-height: 10px;
    }

    .softwares ol {
        text-align: start;
        margin-top: 10px;
        line-height: 20px;
        font-size: 10px;
    }

    .hardwares-content, .softwares-content, .perifericos-content {
        padding: 30px 30px;
    }

    .perifericos ol {
        text-align: start;
        margin-top: 10px;
        line-height: 20px;
        font-size: 10px;
    }

    .perifericos-content-down {
        gap: 30px;
    }

    .internet .internet-area1, .internet .internet-area2, .internet .internet-area3 {
        padding: 0 40px;
    }

    .internet .internet-area1 h2, .internet .internet-area2 h2, .internet .internet-area3 h2 {
        font-size: 20px;
        line-height: 20px;
    }

    .internet .internet-area1 li, .internet .internet-area2 li, .internet .internet-area3 li{
        font-size: 10px;
        line-height: 15px;
    }

    footer {
        padding: 20px;
        font-size: 12px;
    }
}
