@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap');
  
*{
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
    box-sizing: border-box;
    list-style: none;
}

body {
    font-family: 'Poppins';
    background-color: #000000;
}

.header {
    width: 100%;
}
nav {
    display: flex;
    padding: 0.6rem 1.2rem 0.6rem 1.2rem;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
}
nav img {
    width: 60px;
}

.nav-links ul li {
    font-weight: bold;
    list-style: none;
    display: inline-block;
    padding: 1rem 1.2rem;
    position: relative;
}
.nav-links ul li a{
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;

    transition: .3s;
}
.nav-links ul li #login{
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    border-style: solid;
    border-width: 1px;
    padding: 5px 30px;
    border-color: #ffffff;

    transition: .3s;
}

.nav-links ul li a:hover{
    color: #c7ffb1;
    text-decoration: none;
    font-size: 16px;
    text-shadow: 0 0 15px #c7ffb1;
}
.nav-links ul li #login:hover{
    letter-spacing: 0.25em;
    border-style: solid;
    border-width: 1px;
    padding: 5px 30px;
    color: #c7ffb1;
    border-color: #c7ffb1;
    
    text-decoration: none;
    font-size: 16px;
    text-shadow: none;
}
.sec1 {
    box-shadow: 100px 100px 300px rgba(0,0,0,0.9) inset;
    background-image: url(img/main01_eventos.png);
    background-position: 100%;
    background-size: cover;
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.div1 {
    height: 100vh;
}

.head1 {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 100%;
}
.head1 h1 {
    text-align: center;
    color: #f2ffed;
    text-shadow: 0 0 15px #181818;
    font-size: 4rem;

}

.head1 h2 {
    font-weight: 400;
    text-align: center;
    color: white;
}



#vejamais {
    display: flex;
    flex-direction: column;
    color: white;
    position: absolute;
    top: 95%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 10%;
    text-shadow: 0 0 15px #00b31e;
}


.main01{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.main01 img{
    position: absolute;
    width: 100%;
    z-index: -100;
}

.main01 h1{
    font-size: 20vh;
    color: #588647;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
    text-align: center;
}

.main02{
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: black;
}

.main02 h1{
    color: #C7FFB1;
    text-shadow: 56px 35px 11px rgba(0, 0, 0, 0.25);
    font-family: Poppins;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 45px;
}

.main02 p{
    color: #C7FFB1;
    font-family: Poppins;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    min-width: 601px;
    max-width: 601px;
}

.main02 img{
    width: 550px;
    height: 400px;
    flex-shrink: 0;
}

.main02 div{
    width: 100%;
    justify-content: space-around;
    display: flex;
    flex-direction: row;
}

.main03{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.main03 img{
    position: absolute;
    width: 100%;
    z-index: -100;
}

.main03 h1{
    font-size: 20vh;
    color: #588647;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
    text-align: center;
}

.main04{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 22%;
    background-color: black;
}

.main04 h1{
    color: #C7FFB1;
    text-shadow: 56px 35px 11px rgba(0, 0, 0, 0.25);
    font-family: Poppins;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 45px;
}

.main04 p{
    color: #C7FFB1;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    min-width: 601px;
    max-width: 601px;
}

.main04 img{
    width: 500px;
    height: 400px;
    flex-shrink: 0;
}

.main04 div{
    width: 100%;
    justify-content: space-around;
    display: flex;
    flex-direction: row;
}

.main05{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.main05 img{
    position: absolute;
    width: 100%;
    z-index: -100;
}

.main05 h1{
    font-size: 20vh;
    color: #588647;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
    text-align: center;
}

.main06{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 22%;
    background-color: black;
}

.main06 h1{
    color: #C7FFB1;
    text-shadow: 56px 35px 11px rgba(0, 0, 0, 0.25);
    font-family: Poppins;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 45px;
}

.main06 p{
    color: #C7FFB1;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    min-width: 601px;
    max-width: 601px;
}

.main06 img{
    width: 300px;
    height: 400px;
    flex-shrink: 0;
}

.main06 div{
    width: 100%;
    justify-content: space-around;
    display: flex;
    flex-direction: row;
}


/*FOOTER*/
.sec4 {
    margin-top: 3rem;
    background-color: #000000;
    margin-left: 3rem;
}

footer{
    list-style: none;
    text-decoration: none;
    position: relative;    
    display: grid;
    grid-template-columns: 400px repeat(3, 1fr);
    gap: 2rem;
}

footer .column .logo img{
    max-width: 60px;
}

footer .column p{
    color: #ccc;
    margin-bottom: 2rem;
}

footer .column .socials{
    display: flex;
    align-items: center;
    gap: 1rem;
}

footer .column .socials a{
    text-decoration: none;
    color: #ccc;
    border: 1px solid #ccc;
    padding: 5px 10px;
    font-size: 1.25rem;
    border-radius: 100%;
    transition: all 0.3s ease;
}

footer .column .socials a:hover{
    color: #000000;
    background-color: #c7ffb1;
    border-color: #c7ffb1;
}

footer .column h4{
    color: #fff;
    margin-bottom: 2rem;
    font-size: 1.2rem;
    font-weight: 500;
}

footer .column > a{
    text-decoration: none;
    display: block;
    color: #ccc;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

footer .column > a:hover{
    color: #c7ffb1;
}

.copyright{
    max-width: 1200px;
    margin: auto;
    padding: 1rem;
    color: #fff;
    font-size: 0.8rem;
    text-align: center;
}


::-webkit-scrollbar {
    width: 8px;
  }
  ::-webkit-scrollbar-track {
    color: #0d3000;
    border-radius: 10px;
  }
  ::-webkit-scrollbar-thumb {
    background: #c7ffb1;
    border-radius: 10px;
  }
  @media (width < 900px){
    .nav-links{
        display: none;
    }
    header{
        grid-template-columns: repeat(1, 1fr);
    }
    header .image{
        grid-area: 1/1/2/2;
    }
    .app{
        grid-template-columns: repeat(2, 1fr);
    }
    .sec3 {
        background-position: 39%;
        background-size: cover;
        background-image: url(img/mimindo.png);
    }
    footer{
        grid-template-columns: 1fr 200px;
    }
    .text2 img {
        width: 25rem;
        padding-right: 0.6rem;
    }
}

@media (width < 600px){
    header .image::before{
        display: none;
    }

    .app{
        grid-template-columns: repeat(1, 1fr);
    }
    .cont{
        grid-template-columns: repeat(1, 1fr);
}

    footer{
        grid-template-columns: 1fr 150px;
    }

    .text2 img {
        align-self: center;
        width: 10rem;
        padding: 0.3rem;
    }
}

/*Sim, o eu(Daniel) fiz tudo isso :)*/

