@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,500;1,6..96,400&family=Geologica:wght@300;400&display=swap');


:root{
    --color-primary: #111111;
    --color-secondary: #fffffff3;
    --color-terciary: #ffffff21;   
}

.container{
    width:100%;
    margin: 0 auto;
    padding: 415px 128px;
    max-width: 1920px;
    height: 50vh;
    background:  var(--color-primary);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;
}

@media screen and (max-width:500px){
    .container{
    width:100%;
    padding: 200px 64px;
    height: 100vh;
    }

    .social{
    padding-top: 500px;
    }

    footer{
    padding: 16px 0px;
    position: center;
    
    }

    .foot{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-family: 'Bodoni Moda', serif;
    }
}


.hero__title{
    font-family: 'Bodoni Moda', serif;
    font-size: 54px;
    line-height: 1;
    font-weight: 500;
    color: var(--color-secondary);
    margin-bottom: 8px;
    padding-top: 100px;
}

.hero__subtitle{
    font-family: 'Geologica', sans-serif;
    font-size: 21px;
    line-height: 1;
    font-weight: 300;
    color: var(--color-terciary);
    margin-bottom: 8px;
}
 
.social{
    display: flex;
    align-items: center;
    justify-content:center;
    width:100%;
    margin: 0 auto;
    background:var(--color-primary);
    padding: 415px 0;
    max-width: 1920px;
    height: 100vh;
}


.link1{
    display: flex;
    align-items: center;
    justify-content:center;
    font-family: 'Geologica', sans-serif;
    font-size: 21px;
    line-height: 2;
    font-weight: 300;
    color: var(--color-terciary);
    text-decoration: none;
   } 
.link1:hover{
    color: var(--color-secondary);
}
.link2{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Geologica', sans-serif;
    font-size: 21px;
    line-height: 2;
    font-weight: 300;
    color: var(--color-terciary);
    text-decoration: none;
   } 
   .link2:hover{
    color: var(--color-secondary);
}

.link3{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Geologica', sans-serif;
    font-size: 21px;
    line-height: 2;
    font-weight: 300;
    color: var(--color-terciary);
    text-decoration: none;
   } 
   .link3:hover{
    color: var(--color-secondary);
}

.footer{
    width:100%;
    margin: 0 auto;
    padding: 32px 64px;
    max-width: 1920px;
    background:  #111111;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;
}

.foot{
    display: flex;
    align-items: bottom right;
    justify-content: end;
    font-family: 'Bodoni Moda', serif;
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    color: var(--color-terciary);
    padding:0px;
    text-decoration: none;
}