@font-face{
    font-family: font1 ;
    src: url(fonts/GothamSSm-Book_Web.woff2);
}

html, body, ul, li{
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: font1;
}

nav{
    display:flex;
    background-color: transparent;
    justify-content: space-between;
    align-items: center;
}
ul{
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    padding: 0.5rem;
}
li{
    margin: 5px;
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 0.9rem;
}
li:hover{
    background-color: rgba(0, 0, 0, 0.1);
}
li img{
    width: 100px;
}

section{
    background-image: url(img/ModelX_68.jpg); 
    height: 100vh;
    max-width: 100vw;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: baseline;
}
.content-container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 70%;
    margin-top: 10rem;
    font-size: 1.7rem;
}
.button-container button{
    background-color: white;
    color: #171a20;
    padding: 10px 90px;
    margin-right: 10px;
    border-radius: 5px;
    border: none;
    font-size: 1rem;
    font-weight: bold;
}
.button-container button:first-child{
    background-color: #171a20;
    color: white;
}

.menu-container{
    position: absolute;
    background-color: white;
    display: none;
    width: 100%;
    height: 30vh;
    justify-content: center;
    align-items: center;
}
.shop-menu{
    color: #171a20 ;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: 50px;
    padding: 30px;
}
.shop-menu img{
    width: 80px;
}


.live-video{
    margin-top: 84px;
    display: flex;
    background-size: cover;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
}
.content-container1{
    display: flex;
    position: absolute;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: white;
    font-size: 1.7rem;
}
.content-container1 p{
    font-size: 1rem;
    margin-top: -30px;
}
.button-container1 button{
    border: white 2px solid;
    background-color: transparent;
    color: white;
    padding: 10px 90px;
    border-radius: 5px;
    font-size: 1rem;
    margin-top: 30rem;
    font-weight: bold;
}
.button-container1 button:hover{
    background-color: white;
    transition: 0.3s;
    color: #171a20;
}
