* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    
}

body {
    font-family: Avenir next;
    color: #eeefe8;
    background-color: #110e14;
}

main {
    margin: 0 auto;
    max-width: 1440px;
}

.center {
    display: flex;
    justify-content: center;
}

.button {
    color: #eeefe8;
    border: 2px solid #eeefe8;
    padding: 20px;
    padding-right: 60px;
    padding-left: 60px;
    font-size: 20px;
    font-weight: 600;
    margin-top: 60px;
    margin-bottom: 140px;
}

li {
    list-style: none;
}

a {
    color: #EEEFE8;
}

h2 {
    color: #EEEFE8;
    text-align: center;
    font-family: Gloock;
    font-size: 70px;
    font-weight: 400;
    margin-top: 200px;
}

/* NAV BAR */

nav {
    max-width: 2500px;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #110e14;
    z-index: 1000;
}

.nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 64px;
    margin-right: 64px;
    margin-top: 28px;
    margin-bottom: 28px;
}

.nav-li {
    margin-left: 53px;
    font-size: 15px;
    font-weight: 600;
}

.nav-ul {
    display: flex;
    margin: 20px;
    align-items: center;
}


a {
    text-decoration: none;
}

.nav-button {
    background-color: #c1c3ea;
    color: #110e14;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 32px;
    padding-right: 32px;
    font-weight: 600;
    border-radius: 2px;
}

/* MAIN */

.diagram {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 190px;
}

.content1 {
    display: flex;
    align-items: center;
    gap: 52px;
    margin-left: 102px;
    margin-right: 87px;
    margin-top: 181px;
}

p {
    font-size: 20px;
    font-weight: 400;
}

.immersion-room-imgs {
    margin-left: 100px;
    margin-top: 257px;
}

.imm-title {
    margin-left: 311px;
    margin-bottom: 20px;
}

.content2 {
    display: flex;
    gap: 53px;
    align-items: end;
}

.p2 {
    margin-left: -311px;
    margin-right: 40px;
}

.content3 {
    display: flex;
    gap: 80px;
    margin-top: 305px;
    margin-left: 125px;
    margin-right: 100px;
}

.p3 {
    margin-top: 200px;
}

.booth-title {
    margin-left: -63px;
}

.online-title {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: 303px;
    margin-top: 221px;
}

h3 {
    font-size: 30px;
    font-weight: 600;
}

.p4 {
    text-align: center;
    margin-top: 68px;
    margin-left: 303px;
    margin-right: 303px;
    margin-bottom: 210px;
}

/* FOOTER */

footer {
    max-width: 2000px;
    margin: 0 auto;
    
}

.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 55px;
    margin-left: 64px;
    margin-right: 64px;
    margin-top: 100px;
}

.links {
    display: flex;
    gap: 80px;
}

.footer-h4 {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 600;
}

.footer-li {
    margin-bottom: 10px;
    text-decoration: underline;
    font-size: 20px;
    font-weight: 500;
}
