body{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background-color: #0f0f0f;
    font-family: Roboto, sans-serif;
    color: #f2f2f2;
    max-width: 1366px;
}

p{
    line-height: 1.5rem;
}

h2{
    font-size: 2.2rem;
}

.navbar{
    display: flex;
    justify-content:space-between;
    padding-inline: 5%;
    align-items: center;
    height: 80px;
}

.navbar h1{
    text-transform: uppercase;
    font-size: 1em;
}

span{
    color: #6f0;
    padding-left: .25em;
}

.navbar li{
    display: inline;
    list-style: none;
    text-transform: uppercase;
}

.navbar li a{
    display: inline;
    text-decoration: none;
    color: #f2f2f2;
    padding-inline: .5rem;
    font-size: .8em;
}

.navbar li a:hover{
    color: #6f0;
    transition: .7s;
}

.hero{
    height: 75dvh;
    align-content: center;
    background-color: #1a1a1a;
}

.bars{
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    height: 30px;
    width: 30px;
}

.bar{
    width: 20px;
    height: 3px;
    background-color: #f2f2f2;
    border-radius: .5em;
}

.hero-content{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding-inline: 10%;
}

.hero-content h2{
    margin-bottom: -.5em;
    padding-bottom: .5em;
}

.hero-content p{
    line-height: 1.5rem;
    padding-bottom: .25em;
    font-weight: 300;
}

.hero img{
    height: 450px;
    
}

.hero-text{
    width: 600px;
}

.hero button{
    color: #1a1a1a;
}

button{
    width: 9rem;
    padding: 8px;
    color: #0f0f0f;
    background-color: #6f0;/*
    border-radius: 1rem;*/
    border: none;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 300;
}

button:hover{
    background-color: #0f0f0f;
    color: #6f0;
    border: #6f0,solid,1px;
    transition: 0.3s ease-in-out;
}
/*
.services-container{

}*/

.serv-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    justify-items: center;
    padding-bottom: 4em;
    gap: 2em;
}

.serv-card{
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 20em;
}

p{
    text-align: justify;
}

.serv-card .lni{
    font-size: 3em;
}

.about{
    padding: 20px;
    background-color: #1a1a1a;
}

h3{
    text-align: center;
    font-size: 2em;
}

.about-section{
    display: block;
    
}

.card{
    padding: 5%;
    text-align: justify;
    min-width: 300px;
    padding: 1em;
    border-radius: 1em;
    font-weight: 300;

}

.contact{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
form h4{
    text-align: center;
}
.form-container{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    padding-bottom: 2em;
}

.ico{
    display: flex;
    flex-direction: column;/*
    padding: 2em;
    flex-wrap: wrap;
    min-width: 300px;
    max-width: 400px;*/
    gap: 1em;
}

.contact form{
    width: 360px;
    font-family: sans-serif;
    font-style: strong;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 1em;
}

input{
    height: 2rem;
}

textarea{
    min-height: 6rem;
}

input, textarea{
    color: #6f0;
}

::placeholder{
    text-transform: uppercase;
    font-size: small;
}

.contact button, .footer-content button, input{
    width: 100%;
}

.f-socials{
    display: flex;
    align-items: center;
}

h5{
    padding: 0;
    line-height: normal;
}

.wa{
    display: flex;
    flex-direction: column;
    text-align: justify;
    align-items: center;/*
    line-height: 1.2em;/*
    gap: .8em;*/
}

.wa .lni{
    font-size: 2em;
}

input, textarea{
    background-color: #1a1a1a;
    border: none;
    font-family: montserat, sans-serif;
    font-size: 1em;
    padding-left: .3em;
}

.footer .card-container{
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

.copyrightbar{
    padding: .75em;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1a1a1a;
}

.copyrightbar span{
    padding-right: .3em;
}

.footer{
    background-color: #010101;
    display: flex;
}

.fb{
    display: flex;
}

.insta{
    display: flex;
    padding-inline: 1em;
    padding-block: .5em;
}

.x{
    display: flex;
}

.footer-head img{
    height: 70px;
    padding-block: 1em;
}

.footer-card{
    display: flex;
    flex-direction: column;
    min-width: 340px;
    list-style: none;
    text-transform: capitalize;
}

.footer-content{
    height: 100px;
    width: 90%;
}

.footer-content a{
    display: inline;
    padding-left: 0;
}

.footer-content a:nth-child(2){
    padding-inline: .5em;
}

a{
    display: flex;
    color: #6f0;
    text-decoration: none;
}


@media (max-width: 400px) {

    .about-section{
        width: 100dvw;
    }

    .hero{
        display: flex;
        justify-content: center;
        width: 100dvw;
        height: max-content;
        padding-bottom: 3em;
    }

    .hero-content{
        display: none;
        flex-wrap: wrap-reverse;
        height: auto;
        width: 100%;
    }

    .hero-content img{
        width: 100%;
        height: 50%;
    }

    .hero-text{
        text-align: center;
        padding-inline: 5%;
    }

    .form-container{
        display: flex;
        flex-wrap: wrap-reverse;
        justify-content: center;
    }

    .card-container{
        display: flex;
        flex-direction: column-reverse;
    }

    .footer-card{
        display: flex;
        align-items: center;
    }

    .contact{
        width: 100dvw;
    }

    .card{
        width: 90dvw;
        padding: 0;
    }

    .card p{
        padding: 0;
    }

    nav{
        display: none;
    }

}

@media (max-width:320px){
/*
    #warning-container{
        width: 289px;
    }*/

    .body{
        width: 300px;
        color: #6f0;
    }

    .footer-card{
        width: 300px;
        padding: 0;
    }

    .serv-card{
        width: 300px;
        padding-inline: 5%;
    }

    .about-section{
        width: 300px;
        padding: 0;
    }

    .card p{
        width: 270px;
    }

    .card{
        width: 280px;
        padding-inline: 10%;
    }

}

@media (max-width:600px){
    .hero{
        display: none;
        justify-content: center;
        width: 100dvw;
        height: max-content;
        padding-bottom: 3em;

        outline: auto;
    }

    .hero-content{
        display: none;
    }

    .hero-content img{
        display: none;
        width: 100%;
        height: 50%;
    }

    .about-section{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100dvw;
    }

    .about-section p{
        width: 90dvw;
        padding-inline: 5px;
    }

    .card{
        width: 100dvw;
        padding: 0;
    }

    .card-container{
        display: flex;
        flex-direction: column-reverse;
    }

    .form-container{
        display: flex;
        flex-wrap: wrap-reverse;
        justify-content: center;
    }

}


@media (max-width: 768px) {

    .hero{
        display: flex;
        height: max-content;
        padding-bottom: 3em;
        outline: auto;
    }

    .hero img{
        width: 400px;
        height: auto;
    }

    .hero-content{
        display: none;
        flex-wrap: wrap-reverse;
        text-wrap: balance;
        height: auto;
        width: 500px;
    }

    .bars{
        display: flex;
        cursor: pointer;
    }

    nav{
        display: none;
    }

    #menu{
        display: none;
        width: 100dvw;
        margin-top: 80px;
        z-index: 1;
    }

    ul{
        margin-top: 130px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-left: -100px;
        gap: 1em;
        padding: 1em;
        width: 80dvw;
        background-color: #010101;
    }
    
}