@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

@font-face {
    font-family:'cursiva';
    src: url('../fonts/home/Sunday\ Gallery.otf') format('opentype');
}

body {
    background-color: rgb(232,236,239);;
    font-family: 'Poppins', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
}

 .glass {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    margin: 0;
    height: 412px;
    width: 1300px;

    background: rgba( 232, 236, 239, 0.4 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 11.5px );
    -webkit-backdrop-filter: blur( 11.5px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
}



main {

    display: flex;

}

.texto {
    max-width: 920px;
    margin-left: 15px;
}

ansaide {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-right: 10px;
    border-right: 2px solid black;
    height: 96%;
}

.box a  {
    width: 45px;
    height: 38px;
    display: flex;
    align-items: center;
    padding: 5px;
    margin: 0.6rem;
    position: relative;
    
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.5s ease;
    color: rgb(232,236,239);
    text-decoration: none;
}

.box a:hover {
    width: 120px;
    border-radius: 20px;
}

.box:first-child a:hover{
    width: 126px;
    border-radius: 20px;
}

.instagram:hover {
    width: 110px;
    transition: 0.5s;
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    color: white;
    border-radius: 20px;
}


.twitter:hover {
    width: 110px;
    transition: 0.5s;
    background: #027dd5; 
    color: white;
    border-radius: 20px;
}

.icon-s {
 
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 50%;
    margin-left: 5px;
    transition: all .4s ease;
}

#icone-do-insta {
    margin-right: 3px;
}

.img-ttw {
    height: 32px;
    width: 35px;
}

.img-insta {
    height: 33px;
    width: 37px;
}

.box:first-child {
    margin-right: 25px;
}


ansaide h1 {
    font-family: 'cursiva', sans-serif;
    font-size: 70px;
    margin-top: 5px;
    margin-bottom: 0px;
    letter-spacing: 10px;
}

h3 {
    margin: 0;
}

.botoes {
    padding-top: 20%;
    display: flex;

}


/*HEADER*/
header ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    list-style: none;

}

li {
    padding-right: 50px;
    font-size: 17px;
}
li:hover {
    transform: scale(1.2);
    transition: 0.5s all;
}

header a {
    text-decoration: none;
    color: black;

}


.iconess {
    width: 17px;
    height: 17px;
    padding-top: 1px;
}

a li span {
    text-decoration: underline;
}

header {
    height: 80px;
}

