* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #00146E;
    color: #fdf0df;
    font-family: "Google Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    overflow-x: hidden;
}

h1 {
    font-family: "Google Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
    font-size: 60px;
    margin: 10px 0 40px 0;
}

h2 {
    font-family: "Google Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 2;
    color: #fff;
    font-size: 28px;
    margin: 0;
    line-height: 1;
}

h3 {
    font-family: "Google Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.8;
    line-height: 1.2;
    color: #fdf0df;
    font-size: 28px;
}

h4 {
    font-family: "Google Sans", sans-serif;
    font-size: 24px;
    margin: 1em 0 0 0;
}

p {
    font-size: 18px;
    line-height: 1.4;
}

section {
    padding: 4em 6em;
    margin: 0 auto;
    max-width: 1400px;
}

section.partners {
    padding-top: 0;
}

footer {
    background-color: #00146E;
    display: block;
    height: auto;
    width: 100%;
    margin: 0;
}

footer p {
    color: #fdf0df;
}

a {
    color: #fdf0df;
    text-decoration: none;
}

nav {
    background-color: #00146E;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 999;
}

h2.dark {
    font-size: 1.8em;
    color: #00146E;
    line-height: 1.2;
}

.menu-container {
    height: 64px;
    display: flex;
    align-items: center;
    padding: 0 6em;
    margin: 0 auto;
}

.menu-container {
    justify-content: space-between;
}

.menu a {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-left: 4em;
    transition: 0.2s;
}

.home-logo img {
    width: 100px;
}

a:hover {
    text-decoration: underline;
}

a.active {
    text-decoration: underline;
}

.btn-dark {
    cursor: pointer;
    background-color: #00146E;
    font-weight: 700;
    font-size: 16px;
    color: #fdf0df;
    padding: 1em 2em;
    border: none;
    transition: 0.4s;
    border-radius: 200px;
    font-size: 1em;
    margin-top: 1em;
}

.btn-light {
    cursor: pointer;
    background-color: #fdf0df;
    font-weight: 700;
    font-size: 16px;
    color: #00146E;
    padding: 1em 2em;
    border: none;
    transition: 0.4s;
    border-radius: 200px;
}

.btn-dark:hover {
    background-color: #000a37;
}

.btn-light:hover {
    background-color: #fff;
}

.container-dark {
    margin: 0 auto;
    background-image: url("img/header-bg.jpg"); 
    background-position: center; 
    background-attachment: fixed; 
    -o-background-size: cover; 
    -moz-background-size: cover; 
    -webkit-background-size: cover; 
    background-size: 100%;
    background-repeat: no-repeat;
}

.container-light {
    background-color: #fdf0df;
    color: #00146E;
    margin: 0 auto;
}

.landing-box {
    margin: 0 auto;
    max-width: 1600px;
    height: 800px;
    padding: 4em 6em;
}

.landing-box p {
    max-width: 800px;
}

.event-logo {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: -80px;
}


.header-container {
    display: flex;
    justify-content: space-between;
}

.presented {
    margin-top: 0;
}

.date {
    color: #fff;
    text-transform: uppercase;
    text-align: right;
    font-size: 1.6em;
}

.sake-symbol {
    width: 160px;
}

.supported-symbol {
    width: 400px;
}

.graphic-img {
    position: absolute;
    width: 24%;
    top: 2280px;
    right: -220px;
    rotate: 70deg;
}

.vertical-img {
    max-width: 480px;
    margin-right: 80px;
}

.product-text {
        width: 50%;
    }

.product-img {
    max-width: 180px;
}

.col-2 {
    display: flex;
    justify-content: space-between;
}

.col-2-text {
    width: 100%;
    margin-right: 80px;
}

.col-3 {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 4em;
}

.col-3-text {
    width: 100%;
    margin-right: 1em;
}

.col-3 p {
    font-size: 14px;
}

.organizer {
    margin-top: 6em;
}

.reg-container {
    display: flex;
    flex-direction: column;
    flex: 50%;
}


::-webkit-scrollbar {
  display: none;
}


.footer {
    max-width: 1400px;
    display: flex;
    margin: 0 auto;
}

.footer-col {
    padding: 2em;
    display: flex;
    flex-direction: column;
}

.footer-col a {
    padding: 0.2em 0;
}



@media screen and (max-width: 1080px) {

    .landing-box {
        width: 90%;
    }

    .col-2 {
        flex-direction: column;
    }

    .col-3 {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        margin-top: 4em;
    }

    .product-text {
        width: 100%;
    }

    .container-dark {
    margin: 0 auto;
    background-image: url("img/header-bg.jpg"); 
    background-position: center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
}
}


@media screen and (max-width: 1024px) {
    
    section {
        padding: 2em 0;
        margin: 0 auto;
        width: 80%;
    }

    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }

    nav {
        height: 174px;
    }

    .footer {
        flex-direction: column;
    }

    .menu-container {
        padding: 0 1em;
    }

    .menu {
        padding: 0;
        margin: 0 auto;
        width: 100%;
        margin-top: 4em;
        height: 100px;
        display: flex;
        flex-direction: column;
        align-items: end;
    }

       .menu a {
        padding: 10px 0;
    }

    .btn-dark {
        margin-bottom: 1em;
    }

    .organizer {
        margin-top: 2em;
    }

    .top-img {
        display: none;
    }

    .partners {
        flex-direction: column;
    }

    .event-logo {
        margin-top: 100px;
        width: 80%;
    }

    .sake-symbol {
        width: 100px;
    }

    .supported-symbol {
    width: 200px;
}

    .date {
        font-size: 1.2em;
    }

    .landing-box {
        padding: 1em;
        width: 100%;
        height: 720px;
    }

    .reg-container button {
        width: 100%;
        font-size: 20px;
    }

    .vertical-img {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .presented {
        flex-direction: column;
    }

    .partner-logo {
        max-width: 100px;
        text-align: center;
        margin-bottom: 1em;
    }

    .partner-logos {
        max-width: 200px;
    }
}
