* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Rubik", sans-serif;
    transition: all 0.3s;
}

html, body {
  overflow-x: hidden !important;
}


.Section1 {
    max-width: 100vw;
    min-height: 85vh;
    background-image: url(./img/Background1.webp);
    background-size: cover;
    background-position: center;
    padding: 160px 70px 0;
}

.SpanSec1 {
    display: flex;
    flex-direction: column;
    gap: 30px;
    color: white;
    width: 50%;
}

.TitleSec1 {
    font-size: 60px;
}

.BSec1 {
    background: linear-gradient(to right, #e800e4 0%, #a86eff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.TextSec1 {
    font-size: 22px;
    width: 80%;
    text-shadow: 0 0 5px white;

}

.IconMessage {
    width: 20px;

}

.Sec1Buttons {
    display: flex;
    gap: 8px;
}

.ButtonTellme {
    background: linear-gradient(129deg, rgba(136, 0, 204, 1) 0%, rgba(106, 0, 212, 1) 100%);
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    color: white;
    font-size: 17px;
    margin-right: 12px;
    display: flex;
    cursor: pointer;
    gap: 10px;
    text-decoration: none;
}

.ButtonTellme:hover {
    box-shadow: 0 0 25px rgb(153, 0, 255);
    transform: translateY(-5px);
}

.ButtonPort {
    border: none;
    font-size: 17px;
    border-radius: 12px;
    padding: 12px 17px;
    cursor: pointer;
}

.ButtonPort:hover {
    box-shadow: 0 0 25px rgb(255, 255, 255);
    transform: translateY(-5px);
}


/*SECTION2*/

.Section2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
    padding: 70px;
}

.Sec2About {
    display: flex;
    gap: 30px;
    width: 900px;
}

.Sec2Image {
    border-radius: 12px;
    width: 420px;
}

.Sec2Span {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.Sec2Title {
    font-size: 33px;
}

.BblackSec2 {
    color: black;
    font-weight: 500;
}

.BSec2 {
    background: linear-gradient(to right, #7946ff 0%, #8500ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
}

.Sec2Text {
    color: #5d5d5d;
    font-size: 17px;
}

.Sec2Text2 {
    border-radius: 12px;
    border: solid 2px #00000017;
    padding: 20px;
    font-weight: 500;
    font-size: 15px;
}

.Sec2Boxes {
    display: flex;
    gap: 35px;
}

.Sec2Box {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f1f1f1;
    border-radius: 15px;
    padding: 20px;
    gap: 8px;
}

.Sec2Box:hover {
    box-shadow: 0 9px 25px rgba(160, 76, 255, 0.249);
    transform: translateY(-5px);
}

.IconSec2 {
    width: 50px;
}

.TitleBox {
    font-weight: 500;
}

.TextBox {
    color: #777777;
    font-size: 14px;
    text-align: center;
}



/*SECTION3*/

.Section3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fafafa;
    padding: 50px;
    gap: 8px;
}

.BSec3 {
    background: linear-gradient(to right, #7946ff 0%, #8500ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.TitleSec3 {}

.ParagraphSec3 {
    font-size: 17px;
    color: gray;
}

.MainSec3 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 50px;
    justify-content: center;
}

.DivWhy {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 21px;
    border-radius: 12px;
    border: solid 1px #cecece;
    width: 550px;
    background-color: white;
}

.DivWhy:hover {
    box-shadow: 0 0 35px rgba(171, 76, 255, 0.558);
    transform: translateY(-5px);
}

.iconSec3 {
    width: 50px;
    position: relative;
    top: -10px;
}


.TitleDivs {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 13px;
}

.TextDivs {
    color: #575757;
    font-size: 17px;
}




/*Section4*/

.Section4 {
    display: flex;
    background-color: #fafafa;
    padding: 80px;
    flex-direction: column;
    align-items: center;
}

.TitleSec4 {
    font-size: 35px;
}

.ParagraphSec4 {
    color: #878787;
    margin-top: 10px;
    font-size: 17px;
    text-align: center;
}

.DivProjectsSec4 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 50px;
}

.DivProject {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: gray;
    border-radius: 12px;
    width: 470px;
    box-shadow: 0 0 14px #00000014;
    height: 370px;
    position: relative;
    overflow: hidden;
}

.DivProject:hover {
    box-shadow: 0 9px 25px rgba(171, 76, 255, 0.558);
    transform: translateY(-5px);
}

.DivImageProject { 
    position: relative;
    overflow: hidden;
}

.ClickBackground {
    position: absolute;
    height: 95%;
    width: 100%;
    background: linear-gradient(353deg, rgba(0, 0, 0, 0.77) 14%, rgba(71, 0, 143, 0) 100%);
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

.DivImageProject:hover .ClickBackground {
    opacity: 1;
}

/* Efeito de zoom na imagem */
.ImageProject {
    width: 100%;
    z-index: 1;
}

.DivImageProject:hover .ImageProject {
    transform: scale(1.3);
}


.DivTextsProject {
    background-color: white;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: baseline;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    z-index: 3;
}

.TitleProject {
    font-weight: 600;
}

.TextProject {
    color: gray;
    font-size: 16px;
}

.checkText {
    border-radius: 30px;
    padding: 8px 15px;
    background-color: #9a00ff21;
    color: #5f009d;
    font-weight: 500;
    font-size: 12px;
    text-align: left;
}

.aSec4{
    text-align: center;
}


.IconGithub{
    width: 20%;
    margin-bottom: 10px;
    cursor: pointer;
}

.IconGithub:hover{
    transform: scale(1.2);
}

.TextGithub{
    font-weight: 600;
    width: 250px;
    text-align: center;
    color: #5d5d5d;
}



/*SECTION5*/

.Section5 {
    padding: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 50px;
    background: linear-gradient(148deg, rgba(191, 0, 255, 1) 0%, rgba(71, 0, 143, 1) 87%);
}

.TitleSec5 {
    color: white;
    font-size: 35px;
    text-align: center;
}

.MainSec5 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 500px;
    align-items: center;
}

.TextSec5 {
    color: white;
    font-size: 20px;
    text-align: center;
}

.IconSocialSec5 {
    width: 20px;
    cursor: pointer;
}

.ButtonSec5 {
    padding: 15px 72px 15px 60px;
    text-align: center;
    border-radius: 12px;
    border: none;
    font-size: 16px;
    color: #df05ff;
    font-weight: 500;
    display: flex;
    gap: 12px;
    cursor: pointer;
    background-color: white;
    text-decoration: none;
}

.ButtonSec5:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 15px rgb(255, 255, 255);
}

.SocialIcons {
    display: flex;
    gap: 25px;
}

.IconSocial {
    width: 20px;
    cursor: pointer;
}

.IconSocial:hover {
    transform: translateY(-5px);
    width: 22px;
}



/*FOOTER*/


.Footer {
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.Credits1 {
    font-weight: 500;
    font-size: 18px;
    text-align: center;
}

.Credits2 {
    color: gray;
    text-align: center;
}

.Credits3 {
    color: gray;
    font-size: 14px;
    margin-top: 15px;
    text-align: center;
}


@media screen and (max-width: 1000px) {

    .Section1 {
        padding: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-position: left;
        min-height: 70vh;
    }

    .SpanSec1 {
        width: 90%;
        align-items: center;
    }

    .TitleSec1 {
        font-size: 34px;
        text-align: center;
    }

    .TextSec1 {
        font-size: 18px;
        text-align: center;
    }

    .Sec1Buttons {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .ButtonTellme {
        padding: 12px 17px;
        font-size: 13px;
        display: flex;
        align-items: center;
        margin-right: 0;
    }

    .IconMessage {
        height: 20px;
    }

    .ButtonPort {
        font-size: 13px;
    }


    /*SECTION2*/

    .Section2 {
        padding: 100px 8px 100px;
    }

    .Sec2About {
        flex-direction: column-reverse;
        width: 95%;
    }

    .Sec2Image {
        width: 95%;
    }

    .Sec2Boxes {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 90%;
    }

    .Sec2Box {
        width: 260px;
    }


    /*SECTION3*/

    .Section3 {
        padding: 100px 8px 100px;
    }

    .MainSec3 {
        align-items: center;
    }

    .DivWhy {
        width: 100%;
        padding: 8px;
    }

    .iconSec3 {
        width: 30px;
    }

    /*SECTION4*/

    .Section4 {
        padding: 100px 8px 100px;
    }

    .TitleSec4 {
        text-align: center;
    }

    .DivProject {
        width: 100%;
    }

    .ClickBackground{
        height: 100%;
    }


    /*SECTION5*/

    .Section5 {
        padding: 100px 8px 100px;
    }

    .MainSec5 {
        width: 100%;
    }

    .TextSec5 {
        width: 95%;
    }
}