@import url('https://fints.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@300&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: 'Open Sans' sans-serif;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10000;
    backdrop-filter: blur(20px);
}

header .Logo {
    position: relative;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 2.5em;
}


header ul {
    position: relative;
    display: flex;
    gap: 40px;
}

header ul li {
    list-style: none;
}

header ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 1.95em;
}

header ul li.active a,
header ul li:hover a {
    color: #4693e1;
}

#home {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: #34353a;
    font-size: 2em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 100px;
}

#home::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50vw;
    height: 25vw;
    background: #051730;
    border-top-right-radius: 25vw;
    border-top-left-radius: 25vw;

}

#home .content {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 650px;
    z-index: 10;
}

#home .content h2 {
    position: relative;
    font-size: 3em;
    color: #fff;

}

#home .content p {
    position: relative;
    color: #fff;
    font-size: 1.4em;
   
    display: flex;
    margin: -10px;
    justify-content: flex-end
}

.btn {
    position: relative;
    display: inline-block;
    font-size: 1.25em;
    max-width: 200px;
    background: #4693e1;
    color: #fff;
    text-align: center;
    padding: 18px 30px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-decoration: none;
    margin-top: 150px;
    margin-left: 150px;
}
.center .btn {
    position: relative;
    display: inline-block;
    font-size: 1.25em;
    max-width: 200px;
    background: #4693e1;
    color: #fff;
    text-align: center;
    padding: 18px 30px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-decoration: none;
    margin-top: 50px;
    margin-right: 150px;
   
}

#home .men {

    position: absolute;
    bottom: 0;
    right: 170px;
    max-height: 90vh;
}

#services,
#sobre,
#contato {
    position: relative;
    background: #34353a;
    min-height: 100vh;
    padding: 120px 100px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.secText {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.secText h2 {
    font-size: 3em;
    color: #fff;

}

.secText p {
    max-width: 700px;
    text-align: center;
    color: #aaa;
    font-size: 1.1em;
    line-height: 1.5em;

}

#services .content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    margin: 40px 0;

}

#services .content .servicesBx {
    background: #2e2f34;
    padding: 50px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    border: 2px solid #2e2f34;
}

#services .content .servicesBx:hover {

    border: 2px solid #4693e1;
}

#services .content .servicesBx img {
    max-width: 100px;
    filter: invert(1);
    opacity: 0.5;
    transition: 0.5s;
}

#services .content .servicesBx:hover img {

    opacity: 1;
}

#services .content .servicesBx h3 {
    color: #fff;
    font-weight: 400;
    color: #4693e1;
    font-family: 'Chakra Petch', sans-serif;


}

.center {
    width: 100%;
    text-align: center;

}

#contato .content {

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    margin: 40px 0;
}

#contato .content a {

    background: #2e2f34;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 1.5em;
    color: #fff;
    transition: 0.5s;

}

#contato .content a:hover {

    background: #30fe6c;
}

#contato .content a ion-icon {

    color: #051730;
    font-size: 1.5em;
    margin-right: 10px;
    transition: 0.5s;
}

#contato .content a:hover,
#contato .content a:hover ion-icon {

    color: #222;
}

.copyrights {
    margin-top: 100px;
    position: relative;
    color: #aaa;
    font-size: 1.1em;
 

}

@media (max-width:900px) {
    header {
        padding: 20px 50px;
        backdrop-filter: blur(20px);
    }

    #home {
        padding: 97px 50px;
        flex-direction: column;
        padding-bottom: 0;
    }

    #home .content h2 {
        font-size: 3em;
    }
    #home .content p {
        font-size: 1em;
        justify-content: flex-start

    }


    .btn {

        display: flex;
        max-width: 160px;
        padding: 10px 20px;
        margin-left: 50px;
        margin-top: 44px;
        justify-content: center;
    }

   
    

    #home .men {

        position: absolute;
        height: 58vh;
        right: 70px;
    }

    .secText h2 {
        font-size: 2em;
        text-align: center;
    }

    #services,
    #sobre,
    #contato {
        padding: 50px;
    }
    #services .content{
        grid-template-columns: repeat(2,1fr);
    }
    #contato .content {

        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
        margin: 40px 0;
    }

    .menutoggle{
        position: relative;
        width:  30px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
       
    }
    .menutoggle::before{
        position: absolute;
        content: '';
        width: 100%;
        height: 2px;
        background: #fff;
        transform: translateY(-10px);
        transition: 0.5s;
      box-shadow:0 10px #fff ;
    }
    .menutoggle::after{
        position: absolute;
        content: '';
        width: 100%;
        height: 2px;
        background: #fff;
        transform: translateY(10px);
        transition: 0.5s;
      
    }
    header.active .menutoggle::before{
        transform: translateY(0px) rotate(45deg);
        box-shadow:0 0 #fff ;


    }
    header.active .menutoggle::after{
        transform: translateY(0px) rotate(315deg);
        box-shadow:0 0 #fff ;


    }
    header ul{
        display: none;
    }
    header.active ul{
        position: fixed;
        left: 0;
        top: 84px;
        width: 100%;
        height: calc(100vh - 84px);
        background: rgba(50, 50, 50, 0.95);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        z-index: 10000;
        gap: 20px;
       
    }

    header.active ul li a {
        font-size: 2em;
    }


    }

    @media (max-width:600px) {


        header{
            backdrop-filter: blur(20px);
        }
        #home .content h2{
            
            margin-top: 20px;
            margin-left: 25px;
            font-size: 1.2em;
        }

        #home .content p {
            display: flex;
            font-size: 0.7em;
         
            margin-left: 30px;
           
        }
        #home::before {
            content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 25vw;
    background: #051730;
    border-top-right-radius: 0vw;
    border-top-left-radius: 0vw;
        
        }
        #home .men{
           
            position: absolute;
            justify-content: center;
            height: 42vh;
            right: 110px;
            
        }
        .btn{
            margin-top:30px;
            right: 0px;
        }
        #services .content,
        #sobre .content,
        #contato .content {
            grid-template-columns: repeat(1, 1fr);
        }
        #contato .content a{
            height: 80px;
        }
    }