@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --color-01: #cc2922;
    --color-02: #01003a;
    --color-03: #000;
    --color-04: rgb(49, 49, 49);
    --color-05: #8e1a16;
    --color-06: #681411;
    --color-07: #fff;
    --color-08: rgba(49, 49, 49,0.5);
}

@keyframes degrade{
    0%{
        background-position-x: 0%;
    }
    100%{
        background-position-x: 400%;
    }
}
@keyframes appear{
    from{
        opacity: 0;
        translate: -100vw 0;
    }
    to{
        opacity: 1;
        translate: 0 0;
    }
}
@keyframes appearInv{
    from{
        opacity: 0;
        translate: +100vw 0;
    }
    to{
        opacity: 1;
        translate: 0 0;
    }
}

*{
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-weight:400;
    font-style: normal;
    scroll-behavior: smooth;  
    
}
body{
    background: url("../img/job.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: rgba(000,000,000,0.8);
    background-blend-mode:multiply;
    overflow-x: hidden;
}
nav{
    position: fixed;
    width: 100%;
    height: auto;
    /* background-color: rgba(255,255,255,0.0); */
    margin: 0 auto;
    transition: 0.5s;
    z-index: 10;
}
.backnav{
    background-color: var(--color-05);    
}
.menu{
    width: 80%;
    height: 100px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    align-items: center;
}
.menu h1 a{
    /* height: 90%; */
    color: white;
    font-size: 3rem;
    font-weight:800;
    text-align: center;
    text-decoration: none;
}
.menu .menu_it ul{
    display: flex;
    flex-direction: row;
    justify-content:space-around;
}
.menu .menu_it ul li{
    list-style: none;
    margin-left: 50px;
}
.menu .menu_it ul li a{
    text-decoration: none;
    color: white;
    font-size: 1.2rem;
    font-weight:500;
    cursor: pointer;
}
.mobile-menu{
    display: none;
    cursor: pointer;
}

.mobile-menu div{
    width: 32px;
    height: 2px;
    background: white;
    margin: 8px;
    transition: 0.3s;
}

nav .menu .mobile-menu{
    display: none;
}

.mobile-menu.active .line1{
    transform: rotate(-45deg) translate(-8px, 8px);
}

.mobile-menu.active .line2{
    opacity: 0;
}

.mobile-menu.active .line3{
    transform: rotate(45deg) translate(-5px, -7px);
}

#banner{
    width: 100%;
    height: auto;
    /* background: url("../img/job.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: rgba(000,000,000,0.8);
    background-blend-mode:multiply; */
}
#banner .text_banner{
    margin: 0 auto;
    width: 80%;
    height: 100vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
#banner .text_banner .banner_left{
    width: 80%;
}
#banner .text_banner .banner_left h1.dgd{
    color: white;
    font-size: 4rem;
    font-weight:600;
    text-align: center;
}
#banner .text_banner h2{
    color: white;
    font-size: 2.3rem;
    font-weight:300;
    text-align: center;
}
#banner .text_banner a{
    margin: 0 auto;
    display: block;
    width: 170px;
    padding: 7px;
    border-radius: 50px;
    background-color: #cc2922;
    color: white;
    font-size: 1.5rem;
    font-weight:300;
    text-align: center;
    text-decoration: none;
    transition: .5s;
}
#banner .text_banner a:hover{
    background-color: #8e1a16;
}

#sobre{
    margin: 0 auto;
    width: 100%;
    height: auto;
    background-color: white;
    align-items: center;
    padding-bottom: 50px;
}
#sobre .grid{
    margin: 0 auto;
    padding-top: 150px;
    width: 80%;
    height: 500px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
#sobre .sobre_left{
    width: 30%;
    height: 500px;
    margin-right: 50px;
    background: url("../img/ai-generated-robo.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
#sobre .sobre_rigth{
    width: 70%;
    height: auto;    
}
#sobre .sobre_rigth h1{
    font-size: 2.5rem;
    font-weight:800;
    text-align: left;
    animation: appearInv;
    animation-timeline: view();
    animation-range: cover 0% cover 50%;
}
#sobre .sobre_rigth h2{
    font-size: 1.1rem;
    font-weight:300;
    color: var(--color-04);
    text-align: left;
    animation: appearInv;
    animation-timeline: view();
    animation-range: cover 0% cover 30%;
}

#servicos{
    margin: 0px auto;
    width: 100%;
    height: auto;
    background-color: white;
    padding-top: 100px;
}
#card{
    width: 100%;
    background-color: white;
    /* background-color: rgba(142,26,22,0.1); */
}
#servicos .solucao_card{
    margin: 0px auto;
    width: 100%;
    /* height: 400px; */
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content:space-between; 
    background-color: transparent;
    backdrop-filter: blur(10px);
    overflow: hidden;
}
#servicos .solucao_card .cards{
    width: 100%;
    height: 300px;
    background-color: transparent;
    backdrop-filter: blur(15px);
    overflow: hidden;
    /* border-radius: 10px; */
    cursor: pointer;
    transition: .5s;
    color: white;
    margin: auto;
    text-align: center;
    align-items:end;
    display: flex;
    justify-content: center;
    
}
#servicos .solucao_card .cards:hover .text_card{
    height: 300px;
    backdrop-filter: blur(20px);
}
#servicos .solucao_card .cards .text_card{
    transition: .5s;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background-color: transparent;  
    backdrop-filter: blur(15px);
    border-top: 0.3px solid rgb(74, 74, 74);
    width: 100%;
    height: 90px;
}
#servicos .texts_cards{
    margin: 0 auto;
    width: 80%;
    height: auto;
    padding-block: 55px;
    background-color: white;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content:space-between; 
}
#servicos .texts_cards ul li h3{
    font-size: 1.1rem;
    font-weight:300;
    text-align: left;
}
#servicos .texts_cards h2{
    font-size: 1.3rem;
    font-weight:300;
    text-align: left;
}
#servicos .texts_cards h1{
    font-size: 2.5rem;
    font-weight:800;
    text-align: left;
}
#servicos #card .texts_cards ul{
    list-style:decimal;
}
#servicos .solucao_card .card_one{
    background: url("../img/code.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    background-color: rgba(000,000,000,0.4);
    background-blend-mode:multiply;
}
#servicos .solucao_card .card_two{
    background: url("../img/laptop.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    background-color: rgba(000,000,000,0.4);
    background-blend-mode:multiply;
}
#servicos .solucao_card .card_three{
    /* animation: appear;
    animation-timeline: view();
    animation-range: cover 0% cover 30%; */

    background: url("../img/job.jpg");
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;

    background-color: rgba(000,000,000,0.4);
    background-blend-mode:multiply;
}
#servicos .solucao_card .card_four{
    /* animation: appearInv;
    animation-timeline: view();
    animation-range: cover 0% cover 30%; */

    background: url("../img/astronaut.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    background-color: rgba(000,000,000,0.4);
    background-blend-mode:multiply;
}

#contato{
    margin: 0px auto;
    width: 100%;
    height: auto;
    /* background-color: white; */
    background-color: var(--color-06);
    padding-block: 20px;
}
#contato .contato_conteiner{
    margin: 0px auto;
    width: 80%;
    height: 250px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
#contato .contato_conteiner .contato_left{
    width: 50%;
}
#contato .contato_conteiner .contato_left img{
    width: 25%;
}
#contato .contato_conteiner .contato_right{
    width: 50%;
}

#footer{
    margin: 0px auto;
    width: 100%;
    height: auto;
    /* background-color: white; */
    background-color: var(--color-07);
    text-align: center;
    border-top: 3px solid var(--color-08);
}
#footer p{
    font-size: 0.8rem;
}
#footer .foot{
    margin: 0 auto;
    width: 70%;
    height: 200px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
#footer .foot .foot_right{
    width: 30%;
    text-align: right;
}
#footer .foot .foot_right img{
    height: 150px;
}
#footer .foot .foot_center ul{
    list-style: none;
}
#footer .foot .foot_center ul li a{
    text-decoration: none;
    color: var(--color-03);
}
#footer .foot .foot_center{
    width: 40%;
    text-align: center;
    border-left: 1px solid var(--color-08);
    border-right: 1px solid var(--color-08);
}
#footer .foot .foot_left{
    width: 30%;
    text-align: left;
}
#footer .foot .foot_left ul{
    list-style: none;
    
}
#footer .foot .foot_left ul li img{
    height: 16px;
}
#footer .foot .foot_left a img{
    height: 25px;
}
#footer .foot .foot_left ul li a{
    text-decoration: none;
    color: var(--color-04)
}

@media screen and (max-width:1050px) {

    nav{
        background-color: var(--color-05); 
    }
    .menu{
        width: 80%;
    }
    .menu h1 a{
        font-size: 1.8rem;
        font-weight:800;
    }
    .menu .menu_it{
        position: fixed;
        display: block;
        top: 100px;
        right: 0;
        width: 100%;
        height: auto;
        flex-direction: column;
        background-color: var(--color-06);
        align-items: center;
        text-align: center;
        justify-content: space-around;
        transform: translateX(100vw);
        transition: transform 0.3s ease-in;
        overflow: hidden;
    }
    .menu .menu_it ul{
        display: flex;
        flex-direction: column;
        justify-content:space-around;
    }
    .menu .menu_it ul li{
        list-style: none;
        margin-left: 0px;
        border-bottom: 1px solid var(--color-08)
    }
    .menu .menu_it ul li a{
        font-size: 1rem;
        text-decoration: none;
        color: white;
        display: block;
        padding: 35px 0px 30px;
        transition: all 0.4s ease 0s;
    }
    nav .menu .mobile-menu{
        display: block;
    }
    .menu .menu_it.active{
        transform: translateX(00vw);
    }

    #banner{
        width: 100%;
        height: 100%;
    }
    #banner .text_banner{
        width: 90%;
        height: 100vh;
        flex-direction: column;
        padding-top: 50px;
    }
    #banner .text_banner .banner_left h1.dgd{
        font-size: 2rem;
        font-weight:600;
    }
    #banner .text_banner .banner_left h2{
        font-size: 1.5rem;
        font-weight:300;
    }

    #sobre .grid{
        width: 100%;
        height: auto;
        flex-direction: column;
        padding-top: 100px;
    }
    #sobre .sobre_rigth h1{
        font-size: 2.5rem;
        font-weight:800;
        text-align: center;
        animation: none;
    }
    #sobre .sobre_rigth h2{
        text-align: center;
        animation: none;
    }
    #sobre .sobre_left{
        width: 30%;
        height: 250px;
        margin-right: 0px;
    }
    #servicos .texts_cards{
        height: auto;
        padding-block: 10px;
        align-items: center;
    }
    #servicos .texts_cards ul li h3{
        text-align: left;
    }
    #servicos .texts_cards h2{
        text-align: center;
    }
    #servicos .texts_cards h1{
        text-align: center;
    }
    #servicos .solucao_card{
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    #servicos .solucao_card .cards{
        height: 90px; 
    }
    #servicos .solucao_card .cards:hover .text_card{
        height: 90px;
        backdrop-filter: blur(20px);
    }

    #footer .foot{
        margin: 0 auto;
        width: 70%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
    #footer .foot .foot_right{
        width: 90%;
        text-align: center;
        padding-block: 15px;
    }
    #footer .foot .foot_center{
        width: 90%;
        text-align: center;
        border-left: none;
        border-right: none;
        padding-block: 15px;
        border-top: 1px solid var(--color-08);
        border-bottom: 1px solid var(--color-08);
    }
    #footer .foot .foot_left{
        width: 90%;
        text-align: center;
        padding-block: 15px;
    }

}