@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans+Inline+One&family=Bitter:wght@700&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,800;1,900&family=Outfit:wght@900&display=swap');
*{
    margin: 0;
    padding: 0;
    max-width: 100vw;
    box-sizing: border-box;
    font-family: 'Alumni Sans Inline One', sans-serif;
font-family: 'Bitter', serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Outfit', sans-serif
}
body{
    width: 100%;
    height: 100vh;
    background: #030000;
    background-image: url(Design\ sem\ nome\ \(1\).png);
    background-size: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}
header{
    width: 100%;
    height: 80px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: fixed;
    z-index: 99;
}
header .logo{
    width: 50%;
    Backgroun: 100%
}
header .logo img{
    width: 80px;
}
header .menu ul{
    display: flex;
}
header .menu ul li{
    padding: 0 20px;
    list-style: none;
}
header .menu ul li a{
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    transition: 0.5s ease;
}
header .menu ul li a:hover{
    color: rgb(0, 26, 255);
}
header .menu-mobile{
    display: none;
}
header .btn-mobile{
    display: none;
}

/*=====Main Home =====*/

#home .container{
    width: 100%;
    height: 100vh;
   
}
#home .container .icons{
    width: 10%;
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 60px;
    position: fixed;
    z-index: 999;
}
#home .container .icons ion-icon{
    padding: 30px 0;
    font-size: 2rem;
    color: white;
    transition: 0.5s ease;
}
#home .container .icons ion-icon:hover{
    color: cornflowerblue;
}
#home .container .title{ 
    width: 100%;
    height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding: 0 60px;
}
#home .container .title h1{
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    font-size: 8rem;
    letter-spacing: 10px;
    margin-left: 25;
}
#home .container .title h2{
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    letter-spacing: 30px;
    font-size: 6rem;
    margin-left: 30px;
}
#home .container .title h3{
    color: rgb(255, 254, 254);
    text-transform: uppercase;
    font-size: 1.2rem;
    letter-spacing: 20px;
    margin-top: 30px;
    margin-left: 35px;
}
/*===== about =====*/

#about .container{
    width: 100%;
    height: 125vh;
    background: url(yu.avif);
    background-size: cover;
    display: flex;
    justify-content: space-between;
}
#about .container .title{
    width: 90%;
    height: 100vh;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0 60px;
}
#about .container .title h1{
    color: rgb(250, 250, 250);
    text-transform: uppercase;
    font-size: 2rem;
    text-align: left;
}
#about .container .title p{
    color: rgb(255, 255, 255);
    width: 500px;
    margin-top: 30px;
}
#about .container .box-title{
    width: 420px;
    height: 37vh;
    margin-top: 20px;
    padding: 0 10px;
    box-shadow: 0 0 10px 0 rgba(21, 111, 195, 0.5);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
#about .container .box-title span{
    color: rgb(247, 246, 246);
}
#about .container .box-title .b1{
    width: 400px;
    height: 8px;
    background: rgb(240, 240, 240), 138;
    margin-top: 2px;
    border-radius: 5px;
}
#about .container .box-title .b2{
    width: 350px;
    height: 8px;
    background: #156fc3;
    border-radius: 5px;
}
#about .container .box-title .b3{
    width: 300px;
    height: 8px;
    background: #156fc3;
    border-radius: 5px;
}
#about .container .box-title .b4{
    width: 325px;
    height: 8px;
    background: #156fc3;
    border-radius: 5px;
}
#about .container .box-title .b5{
    width: 247px;
    height: 8px;
    background: #156fc3;
    border-radius: 5px;
}
/*=====portfolio =====*/
#port .container{
    width: 100%;
    height: 100vh;
    background: url(yu.avif);
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;

}
#port .container input[type=radio]{
    display: none;
}
#port .container .card{
    position: absolute;
    width: 40%;
    height: 80%;
    left: 0;
    right: 0;
    margin: 150px auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    box-shadow: 0 0 10px 0 rgba(21, 111, 195, 0.5);
    transition: 0.4s ease;
    cursor: pointer;
}
#port .container .card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
#port .container .card h1{
    position: absolute;
    z-index: 9;
    width: 400px;
    color: rgb(0, 0, 0);
    font-size: 3rem;
    margin-top: 60px;
}
#port .container .card p{
    position: absolute;
    z-index: 9;
    width: 400px;
    color: #eead2d;
    margin-top: 200px;
    text-align: justify;
    right: 100px;
}
#port .container .card button{
    position: absolute;
    z-index: 9;
    margin-top: 400px;
    padding: 10px 20px;
    border-radius: 20px;
    border: none;
    color: rgb(255, 251, 251);
    background: rgba(75, 77, 80, 0.5);
    text-transform: uppercase;
    cursor: pointer;
}
#port .container .cards{
    position: relative;
    width: 100%;
    height: 100%;
}
#item-1:checked ~ .cards #song-3,
#item-2:checked ~ .cards #song-1,
#item-3:checked ~ .cards #song-2{
    transform: translateX(-40%) scale(0.8);
    opacity: 0.4;
    z-index: 0;
}
#item-1:checked ~ .cards #song-2,
#item-2:checked ~ .cards #song-3,
#item-3:checked ~ .cards #song-1{
    transform: translateX(40%) scale(0.8);
    opacity: 0.4;
    z-index: 0;
 }
 #item-1:checked ~ .cards #song-1,
#item-2:checked ~ .cards #song-2,
#item-3:checked ~ .cards #song-3{
    transform: translateX(0) scale(1);
    opacity: 1;
    z-index: 1;
}
/*===== Contact =====*/
#contact .container{
    width: 100%;
    height: 100vh;
    background: url(yu.avif);
    background-size: cover;
}
#contact .container .telefone{
    display: inline-block;
    color: #ecf4fc;
}
#contact .container .content-contact{
    width: 80%;
    height: 60vh;
    margin: 0 auto;
    padding: 200px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
#contact .content-contact .contact-left{
    width: 50px;
    display: flex;
    flex-direction: column;
    color: #fff;
}
#contact .content-contact .contact-left h1{
    font-size: 2rem;
    text-transform: uppercase;
}
#contact .content-contact .linha{
    width: 350px;
    height: 3px;
    background: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}
#contact .content-contact .contact-left ion-icon{
    font-size: 2rem;
    padding: 20px 0;
}
#contact .content-contact .contact-left span{
    font-size: 1.2rem;
    padding: 5px 0;
}
#contact .content-contact .contact-right{
    width: 50%;
    display: flex;
    flex-direction: column;
    color: white;
}
#contact .content-contact .contact-right h1{
    font-size: 2rem;
    text-transform: uppercase;
}
#contact .content-contact .contact-right input[type=email],
#contact .content-contact .contact-right input[type=text]{
    border-radius: 20px;
    border: none;
    padding: 15px 20px;
    margin-bottom: 20px;
    font-size: 1.2rem;
    font-weight: 600;
    outline: none;
}
#contact .content-contact .contact-right textarea{
    width: 100%;
    height: 120px;
    border-radius: 20px;
    border: none;
    margin-bottom: 20px;
    font-size: 1.2rem;
    font-weight: 600;
    outline: none;
    padding: 15px 20px;
}
/*===== Footer =====*/
footer{
    width: 100%;
    height: 80px;
    color: #fff;
    line-height: 80px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    top: -80px;
}
footer a{
    color: #2e8b57;
}
/*===== Media query =====*/
@media screen and (max-width: 1280px){
    #home .container .title h1{
        #home .container .icons ion-icon{
            font-size: 1.5rem;
        }
        #port .container .card h1{
            font-size: 3rem;
        }
        #port .container .card p{
            width: 280px;
            font-size: 0.8rem;
        }
}
#about .container .title{
    align-items: center;
}
#about .container .box-title{
    width: 100%;
    height: 40vh;
}
#about .container .box-title .b1{
    width: 100%;
}
#about .container .box-title .b2{
    width: 90%;
}

#about .container .box-title .b3{
    width: 80%;
}

#about .container .box-title .b4{
    width: 87%;
}

#about .container .box-title .b5{
    width: 66%;
}
#contact .container .content-contact{
    width: 100%;
    height: 100vh;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
}
@media screen and (max-width: 960px){
    body{
        background-image: url(yu.avif);
        background-size: 100%;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    header{
        background: none;
    }
    header .logo{
        width: 600px;
    }
    header .menu{
        display: none;
    }
    header .btn-mobile{
        display: block;
    }
    header .btn-mobile ion-icon{
        color: white;
        font-size: 1.5rem;
        position: absolute;
        left: 90%;
    }
    header .menu-mobile{
        display: none;
        width: 50%;
        height: 30vh;
        box-shadow: 0 0 15px 0 rgba(21, 111, 195, 0.5);
        position: fixed;
        top: 20px;
        border-radius: 10px;
        background: #156fc3;
    }
    header .menu-mobile ul{
        text-align: center;
    }
    header .menu-mobile ul li{
        list-style: none;
        padding: 12px 0;
    }
    header .menu-mobile ul li a{
        text-decoration: none;
        text-transform: uppercase;
        color: white;
    }
    #home .container .icons{
        padding: 0 20px;
    }
    #home .container .title{
        align-items: center;
    }
    #home .container .title h1{
        font-size: 1rem;
    }
    #home .container .title h2{
        font-size: 0.9rem;
    }
    #home .container .title h3{
        font-size: 0.6rem;
    }
    #about .container .title{
        align-items: center;
    }
    #about .container .box-title{
        width: 100%;
        height: 85vh;
    }
    #about .container .box-title .b1{
        width: 100%;
    }
    #about .container .box-title .b2{
        width: 90%;
    }
    #about .container .box-title .b3{
        width: 80%;
    }
    #about .container .box-title .b4{
        width: 87%;
    }
    #about .container .box-title .b5{
        width: 66%;
    }
    #contact .container .content-contact{
        width: 100%;
        height: 100vh;
        top: initial;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    #contact .container .content-contact .contact-left h1{
        font-size: 1.3rem;
    }
    #contact .content-contact .contact-left  ion-icon{
        font-size: 1.0rem;
        padding: 4px 0;
    }
    #contact .content-contact .contact-left span{
        font-size: 0.7rem;
        padding: 4px 0;
    }
    #contact .container .content-contact .contact-right h1{
        font-size: 1.0rem;
        margin-top: 70px;
    }
    contact .content-contact .contact-right input[type=email],
#contact .content-contact .contact-right input[type=text]{
    padding: 10px 15px;
    font-size: 1rem;
}
#contact .content-contact .contact-right textarea{
    padding: 10px 15px;
    font-size: 0.8rem;
}
}
@media screen and (max-width: 750px){
    header{
        padding: 10px;
        
    }
    #home .container .title h1{
        letter-spacing:30px ;
    }
    #home .container .title h2{
        letter-spacing: 10px;
    }
    #about .container .title{
        padding: 10px 60px;
    }
    #about .container .title p{
        width: 100%;
        margin-top: 30px;
}
#port .container .card{
    width: 60%;
    height: 60%;
}
#port .container .card h1{
    left: 30%;
    right: 70%;
    font-size: 1rem;
}
#port .container .card p{
    position: absolute;
    padding-top: 23%;
    z-index: 6;
    width: 200px;
    color: #eead2d;
    margin-top: 100px;
    text-align: justify;
    right: 10px;
}
#port .container .card button{
    padding-top: 5%;
    left: 80%;
}
}
