@font-face {
    font-family: 'Gotham';
    src: url('fonts/GothamMedium.ttf');
    src: url('../fonts/GothamMedium.ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/GothamLight.ttf');
    src: url('../fonts/GothamLight.ttf');
    font-weight: 200;
    font-style: normal;
}

* {
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

html, body {
    max-width: 100vw;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

a {
    color: inherit;
    text-decoration: none;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 50;
}

header img {
    position: absolute;
    width: 5vw;
}

header .logo {
    margin-left: 5vw;
    font-family: 'Gotham';
    font-weight: 200;
    font-size: 3vw;
    letter-spacing: 5px;
    color: #FFFFFF;
}

header ul {
    margin-right: 200px;
    list-style: none;
    align-self: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

header ul li {
    font-family: 'Gotham';
    font-weight: 200;
    font-size: 1.5vw;
    margin-left: 2vw;
    letter-spacing: 3px;
    color: #FFFFFF;
}

header ul li:hover {
    transition-duration: 0.5s;
    opacity: 0.7;
}

section {
    position: relative;
    width: 100%;
    height: 65vw;
    z-index: 25;
    overflow-y: hidden;
}

section img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 65vw;
    object-fit: cover;
}

.section {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.section h2 {
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 2.5vw;
    padding-bottom: 1em;
    z-index: 10;
}

.section p {
    font-family: 'Gotham';
    font-weight: 200;
    font-size: 2vw;
    text-align: center;
    padding: 0 15vw 0 15vw;
    z-index: 10;
}

#section-2 {
    background-color: #f0c560;
}

#trishaw {
    position: absolute;
    width: 40%;
    z-index: 0;
    opacity: 0.4;
}

#section-3 {
    background-color: #79ccf2;
}

#drinks {
    position: absolute;
    left: 0;
    width: 40%;
    z-index: 0;
    opacity: 0.3;
}

#section-4 {
    background-color: #9f5fa0;
}

#section-4 a {
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 3em;
    padding-bottom: 1em;
    z-index: 10;
}

#section-4 a:hover {
    transition-duration: 0.5s;
    color: #FFFFFF;
}

#section-4 img {
    position: absolute;
    z-index: 0;
    opacity: 1;
}

#wantonmee {
    top: 0;
    left: 0;
    width: 20%;
}

#nasilemak {
    top: 0;
    right: 0;
    width: 25%;
}

#prata {
    bottom: 0;
    left: 0;
    width: 30%;
}

#durian {
    bottom: 0;
    right: 0;
    width: 20%;
}

#briyani {
    top: 0;
    left: 0;
    width: 15%;
}

#laksa {
    top: 0;
    right: 0;
    width: 20%;
}

#meegoreng {
    bottom: 0;
    left: 0;
    width: 20%;
}

#chickenrice {
    bottom: 0;
    right: 0;
    width: 25%;
}
