@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400&display=swap');

:root {
    --white: #E5E5E5;
    --blue: #1E2D4A;
    --blueLight: #3f83e4;
    --gradient: linear-gradient(90deg, var(--white), var(--blue));
}

@font-face {
    font-family: 'Outfit';
    src: url('fonts/Outfit-font.ttf');
}

* {
    font-family: 'Outfit', Outfit;
    color: var(--white);
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    outline: none;
    border: none;
    user-select: none;
}

*::selection {
    background: var(--white);
    color: #fff;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
}

body {
    background: #000000;
}

section {
    min-height: 100vh;
    padding: 9% 9%;
    padding-top: 7.5rem;
    padding-bottom: 2rem;
}

.btn {
    display: inline-block;
    margin-top: 1rem;
    padding: .8rem 3rem;
    border-radius: 5rem;
    background: var(--gradient);
    font-size: 1.7rem;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
    transition: all .3s linear;
}

.btn:hover {
    transform: scale(1.1);
}

/* -=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=--=-= HEADER -=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=--=-= */

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 2rem 9%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
}

header .logo {
    font-size: 2rem;
    color: var(--blue);
}

header .logo span {
    color: var(--white);
}

header a {
    text-shadow: 2px 2px 4px rgba(0,0,0,1);
}

header i {
    text-shadow: 2px 2px 4px rgba(0,0,0,1);
}

header .navbar a {
    font-size: 1.7rem;
    margin-left: 2rem;
    color: var(--white);
}

header .navbar a:hover {
    color: var(--white);
}

header input {
    display: none;
}

header label {
    font-size: 3rem;
    color: var(--blue);
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
}

.home {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
}

#orcamento-nav-bar {

    position: absolute;

    left: 50%;

    transform: translateX(-50%);

}

.imagem-largura-max img {
    max-width: 100%;
    width: 100%;
}

.navbar-hidden {
    display: none;
}

#orcamento-nav-bar {
    font-size: 2.3rem;
    text-shadow: black;
}

.home .image img {
    animation: float 3s linear infinite;
    width: auto;
    height: auto;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0rem);
    }
    50% {
        transform: translateY(-3.5rem);
    }
}

.home .content h3 {
    font-size: 12rem;
}

.home .content h3 span {
    color: var(--white);
    text-transform: uppercase;
}

.home .content p {
    font-size: 3rem;
    color: #666;
    padding: 1rem 0;
}

.features .box-container {
    display: flex;
    flex-wrap: wrap;
}

.features .box h2 {
    font-size: 2rem;
    font-weight: normal;
    color: var(--blueLight);

}

.features .box-container .box {
    flex: 1 1 30rem;
    border-radius: .5rem;
    border: .1rem solid rgba(0, 0, 0, .2);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
    margin: 1.5rem;
    padding: 3rem 2rem;
    border-radius: .5rem;
    transition: .2s linear;
}


#name-feedback {
    color: var(--blueLight);
    font-size: 1.3rem;
    padding: 1rem;
}

.feedback {
    font-size: 2rem;
    padding-top: 9%;
    padding-bottom: 9%;
}

.features .box-container .box img {
    height: 15rem;
}

.features .box-container .box h3 {
    font-size: 2.5rem;
    color: var(--white);
    padding-top: 1rem;
}

.features .box-container .box p {
    font-size: 2rem;
    color: var(--white);
    padding: 1rem 0;
    line-height: 20px;
}

.features .box-container .box p .box.numberFeatures {
    font-size: 1.6rem;
    color: var(--blue);
    padding: 1rem 0;
}

.proposal {
    background-color: #3f83e4;
    background-size: cover;
    background-position: center;
    padding: 9%;
}


.proposal .column {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.proposal .column .image {
    flex: 1 1 40rem;
}

.proposal .column .image img {
    width: 100%;
}

.proposal .column .content {
    flex: 1 1 40rem;
}

.proposal .column .content h3 {
    font-size: 3rem;
    color: #666;
}

.proposal .column .content p {
    font-size: 2rem;
    color: var(--white);
    padding: 1rem 0;
}

.proposal button {
    background: var(--white);
    color: black;
}

.fa-instagram {
    font-size: 3rem;
}

.fa-square-behance {
    font-size: 3rem;
}

.fa-bars {
    font-size: 3rem;
}

.review .box-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.review {
    padding: 9%;
}

.review p {
    font-size: 2rem;
    color: var(--white);
    padding: 1rem;
}

.review .box-container .box {
    background: #fff;
    margin: 1rem;
    padding: 1rem;
    text-align: center;
    position: relative;
    border: .1rem solid rgba(0, 0, 0, .2);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
    flex: 1 1 30rem;
    border-radius: .5rem;
}

.review .box-container .box .fa-quote-right {
    position: absolute;
    top: 1rem;
    right: 2rem;
    font-size: 8rem;
    color: var(--white);
    opacity: .3;
}

.review .box-container .box .user img {
    border-radius: 50%;
    object-fit: cover;
    height: 7rem;
    width: 7rem;
    margin-top: 2rem;
}

.review .box-container .box .user h3 {
    color: var(--white);
    font-size: 2rem;
}

.review .box-container .box .user .stars i {
    color: var(--blue);
    font-size: 1.5rem;
    padding: 1rem 0;
}

.review .box-container .box .comment {
    color: #666;
    font-size: 1.4rem;
    padding: 1rem;
}

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

.contact .image {
    flex: 1 1 40rem;
}

.contact .image img {
    width: 100%;
    padding: 2rem;
}

.contact form {
    flex: 1 1 40rem;
    padding: 9%;
    border-radius: .5rem;
    border-color: white;
    background: black;
}

.contact form .heading {
    text-align: left;
    padding: 0;
    padding-bottom: 2rem;
}

.contact form .inputBox {
    position: relative;
    margin: 5px;
}

.contact form .inputBox input, .contact form .inputBox textarea {
    width: 100%;
    background: black;
    margin: 1rem;
    font-size: 1.7rem;
    text-transform: none;
}

.contact form .inputBox textarea {
    resize: none;
    height: 13rem;
}

.contact form .inputBox label {
    top: 1.8rem;
    left: 1.7rem;
    font-size: 1.5rem;
    transition: .2s linear;
}

.contact form div {
    border-bottom: 1px solid white;
}


.contact form .inputBox input:focus ~ label,
.contact form .inputBox input:valid ~ label,
.contact form .inputBox textarea:focus ~ label,
.contact form .inputBox textarea:valid ~ label {
    top: -.5rem;
    font-size: 1.5rem;
    color: var(--white);
}

div .contact {
    padding: 9% 3rem 9% 3rem;
}

.footer {
    padding-top: 3rem;
    background: #232323;
}

.footer .box-container {
    display: flex;
    flex-wrap: wrap;
}

.footer .box-container .box {
    flex: 1 1 25rem;
    margin: 2rem;
}

.footer .box-container .box h3 {
    font-weight: normal;
    font-size: 2rem;
    padding: 1rem 0;
    color: var(--white);
}

.footer .box-container .box p {
    font-size: 1.5rem;
    padding: 1rem 0;
    color: var(--white);
}

.footer .box-container .box a {
    display: block;
    font-size: 2rem;
    padding: .5rem 0;
    color: var(--white);
}

/*.footer .box-container .box a:hover{
    text-decoration: underline;
}*/

.footer .box-container .box .info {
    display: flex;
    align-items: center;
}

.footer .box-container .box .info i {
    margin: .5rem 0;
    margin-right: 1rem;
    border-radius: 50%;
    background: #fff;
    color: var(--white);
    font-size: 1.5rem;
    height: 4rem;
    width: 4rem;
    text-align: center;
}

.footer .credit {
    font-size: 2rem;
    font-weight: normal;
    letter-spacing: .1rem;
    color: #fff;
    border-top: .1rem solid #fff5;
    padding: 2.5rem 1rem;
    text-align: center;
}

/* media queries  */

@media screen and (min-width: 768px) {
    html {
        font-size: 62.5%;
    }

    label {
        font-size: 1.7rem;
    }

    label input {
        font-size: 1.7rem;
    }
}

@media (max-width: 1200px) {

    html {
        font-size: 55%;
    }

}

@media (max-width: 991px) {

    section {
        padding: 0 3%;
        padding-top: 7.5rem;
        padding-bottom: 2rem;
    }

}

@media (max-width: 768px) {

    header input:checked ~ label::before {
        content: '\f00d';
    }

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

    .home .image img {
        width: 100%;
    }

    .home .content p {
        font-size: 2.5rem;
    }

    .proposal {
        background-position: right;
    }

    .home .content h3 {
        font-size: 10rem;
    }
}

@media (max-width: 450px) {

    html {
        font-size: 50%;
    }

    .proposal .column .content .buttons a {
        width: 100%;
        text-align: center;
    }

    .proposal .column .content .buttons a:last-child {
        margin: 1rem 0;
    }

}

button {
    background: var(--blueLight);
    padding: .8rem 3rem;
    border-radius: 1rem;
    font-size: 1.7rem;
    cursor: pointer;
    align-content: center;
}

#button-blue {
    margin-top: 15px;
    display: flex;
    justify-content: center;
}

#button-white-send-contact {
    background: var(--white);
    padding: .8rem 3rem;
    border-radius: 1rem;
    font-size: 1.7rem;
    cursor: pointer;
    align-content: center;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    color: black;
}

#button-white {
    margin-top: 15px;
    display: flex;
    justify-content: right;
}


.button:hover {
    transform: scale(1.1);
}

html {
    background-color: darkgray;
}

.title-white {
    color: var(--white);
    font-size: 3rem;
}

.title-main {
    color: var(--white);
    font-size: 5rem;
}

.title-black {
    color: black;
    font-size: 3rem;
}

.heading {
    text-align: center;
    background: var(--gradient);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 3.5rem;
    text-transform: uppercase;
    padding: 1rem;
}

.cls-1 {
    fill:#fff;
}