@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Encode+Sans+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');

@font-face {
    font-family: 'UTM Avo';
    font-style: normal;
    src: url('https://fonts.cdnfonts.com/s/13304/utm-avo.woff') format('woff');
}

@font-face {
    font-family: 'UTM Avo';
    font-style: normal;
    font-weight: bold;
    src: url('https://fonts.cdnfonts.com/s/13304/utm-avobold.woff') format('woff');
}

* {
    box-sizing: border-box;
}

html {
    box-sizing: border-box;
    container-type: inline-size;
    scroll-behavior: smooth;
    --color-red: #ED1B29;
}

body {
    margin: 0;
    width: 100vw;
}

section {
    background: white;
    /* linear-gradient(to right, #690017, #AB0300); */
    box-sizing: border-box;
    height: max-content;
    padding: 20px;
    position: relative;
    width: 100vw;
}

section {
    display: grid;
    gap: 2vw;
    grid-template-columns: repeat(6, 1fr);
}

section .four-rem.montserrat.bold {
    display: inline-block;
}

section:first-child {
    aspect-ratio: 16/9;
    display: block;
    min-height: 60vh;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
}

section:first-child div {
    aspect-ratio: 16/9;
    animation: scale 5s infinite alternate;
    background-image: url("https://yuhappsbucket0.s3.ap-southeast-1.amazonaws.com/lima_binhson_assets/s1.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

section:first-child .header {
    align-items: center;
    display: flex;
    flex-direction: row;
    font-weight: bold;
    gap: 1.5vw;
    justify-content: space-between;
    left: 0;
    padding: 1vh 2vw;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

section:first-child .header img {
    background-color: white;
    border-radius: 20px;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    height: auto;
    object-fit: contain;
    padding: 8px 20px;
    width: min(calc(100vw - 80px), 360px);
}

section:first-child .header .links {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-self: flex-end;
}

section:first-child .header a {
    color: white;
    text-decoration: none;
    text-shadow: 1px 1px 3px black;
    text-transform: uppercase;
}

section:first-child .menu-button {
    align-items: center;
    background: white !important;
    border-radius: 40px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: none;
    flex-direction: row;
    justify-items: center;
    padding: 8px;
    text-shadow: none !important;
}

section:first-child svg {
    display: block;
    fill: black;
    height: 24px;
    width: 24px;
}

section:nth-child(2) {
    background: linear-gradient(to right, #690017, #AB0300);
    padding: 0;
}

section:nth-child(2) div {
    font-size: 4rem;
    grid-column: 1 / span 6;
    margin-top: 40px;
    text-align: center;
}

section:nth-child(2) img {
    object-fit: cover;
    width: 100%;
}

section:nth-child(3) {
    background-image: url("https://yuhappsbucket0.s3.ap-southeast-1.amazonaws.com/lima_binhson_assets/sb.webp");
}

section:nth-child(3) div {
    grid-column: span 3;
}

section:nth-child(3) img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

section:nth-child(3) div:last-child {
    text-align: center;
}

section:nth-child(3)>div:last-child div {
    background-color: #995F2820;
    border-radius: 8px;
    padding: 20px;
}

section:nth-child(3) ul {
    padding: 0;
}

section:nth-child(3) li {
    line-height: 2.2rem;
    list-style: none;
    text-align: left;
}

section:nth-child(4) {
    background: white;
}

section:nth-child(4) div:first-child {
    grid-column: span 6;
    grid-row: 1 / span 1;
    text-align: center;
}

section:nth-child(4) div.brown-text {
    grid-column: 1 / span 3;
    grid-row: 2 / span 1;
    text-align: justify;
}

section:nth-child(4) div.map {
    background-clip: border-box;
    background-image: url("https://yuhappsbucket0.s3.ap-southeast-1.amazonaws.com/lima_binhson_assets/s4.webp");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    /* box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em; */
    grid-column: 4 / span 3;
    grid-row: 2 / span 2;
}

section:nth-child(4) table {
    border-collapse: separate;
    border-spacing: 20px;

    grid-column: 1 / span 3;
    grid-row: 3 / span 1;
}

section:nth-child(4) .distance {
    background: linear-gradient(to right, #690017, #AB0300);
    border-radius: 20px 0 20px 0;
    color: #FCBB00;
    font-weight: bold;
    padding: 8px 20px;
    text-align: center;
    text-transform: uppercase;
}

section:nth-child(4) .description {
    background: linear-gradient(to right, #690017, #AB0300);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: bold;
    text-transform: uppercase;
}

section:nth-child(5) {
    background-image: url("https://yuhappsbucket0.s3.ap-southeast-1.amazonaws.com/lima_binhson_assets/sb.webp");
}

section:nth-child(5) div:first-child {
    grid-column: span 6;
    grid-row: 1 / span 1;
    text-align: center;
}

section:nth-child(5) div.img {
    grid-column: span 1;
}

section:nth-child(5) div.img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

section:nth-child(5) div.white {
    background: white;
    grid-column: span 3;
    padding: 40px;
}

section:nth-child(5) div.white strong {
    color: #AB0300;
    line-height: 1.8rem;
}

section:nth-child(6) {
    min-height: 60vh;
    padding: 0;
}

section:nth-child(6) img {
    grid-column: span 6;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

section:nth-child(7) {
    background: url("https://yuhappsbucket0.s3.ap-southeast-1.amazonaws.com/lima_binhson_assets/s7.webp"), linear-gradient(to right, #690017, #AB0300);
    background-position: center bottom, center bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
    display: block;
}

section:nth-child(7)>div {
    background: #202020d0;
    backdrop-filter: blur(2px);
    border-radius: 20px;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    color: white;
    max-width: 800px;
    padding: 40px;
    width: calc(100%-40px);
}

section:nth-child(7) .red-text {
    color: #FCBB00;
}

section:nth-child(8) div:first-child {
    grid-column: span 6;
    text-align: center;
}

section:nth-child(8) div.img {
    aspect-ratio: 1.6;
    background: url("https://yuhappsbucket0.s3.ap-southeast-1.amazonaws.com/lima_binhson_assets/s8.webp");
    grid-column: span 2;
}

section:nth-child(8) div.img:nth-of-type(2) {
    background-position: 0 0;
}

section:nth-child(8) div.img:nth-of-type(3) {
    background-position: 50% 0;
}

section:nth-child(8) div.img:nth-of-type(4) {
    background-position: 100% 0;
}

section:nth-child(8) div.img:nth-of-type(5) {
    background-position: 0 100%;
}

section:nth-child(8) div.img:nth-of-type(6) {
    background-position: 50% 100%;
}

section:nth-child(8) div.img:nth-of-type(7) {
    background-position: 100% 100%;
}

section:nth-child(8) img {}

section:nth-child(9) {
    background-image: url("https://yuhappsbucket0.s3.ap-southeast-1.amazonaws.com/lima_binhson_assets/s9.webp");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}

section:nth-child(9) div {
    background: #AB0300;
    margin: 20px auto;
    text-align: center;
    width: min(800px, 100%);
}

section:nth-child(9) div:first-child {
    margin-top: 15%;
}

section:nth-child(9) div:last-child {
    margin-bottom: 15%;
}

section:nth-child(9) div img {
    filter: grayscale(200%) invert();
    padding: 20px;
}

section:nth-child(10) div {
    grid-column: span 6;
    text-align: center;
}

section:nth-child(10) div:nth-child(2),
section:nth-child(10) div:nth-child(3) {
    aspect-ratio: 1.4;
    background-image: url("https://yuhappsbucket0.s3.ap-southeast-1.amazonaws.com/lima_binhson_assets/s11.webp");
    background-repeat: no-repeat;
    background-size: cover;
    grid-column: span 3;
}

section:nth-child(10) div:nth-child(2) {
    background-position: 0 0;
}

section:nth-child(10) div:nth-child(3) {
    background-position: 100% 0;
}

section:nth-child(10) div:nth-child(4) {
    background: linear-gradient(to right, #690017, #AB0300);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-align: justify;
}

.hotline {
    align-items: center;
    background: #E98600;
    border-radius: 40px;
    bottom: 20px;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    color: white;
    display: flex;
    flex-direction: row;
    font-size: 24px;
    padding: 20px;
    position: fixed;
    right: 20px;
    text-decoration: none !important;
}

.hotline-text {
    color: white;
    font-size: 18px;
    text-decoration: none !important;
}

.hotline svg {
    display: block;
    fill: white;
    height: 24px;
    width: 24px;
}

.condensed {
    font-family: 'Encode Sans Condensed', serif;
}

.montserrat {
    font-family: 'Montserrat', sans-serif;
}

.poppins {
    font-family: 'Poppins', sans-serif;
}

.myriad {
    font-family: 'myriad-pro', sans-serif;
}

.utm-avo {
    font-family: 'UTM Avo', sans-serif;
}

.alpha-brights {
    font-family: 'Alpha Brights', sans-serif;
}

.bold {
    font-weight: 700;
}

.uppercase {
    text-transform: uppercase;
}

.onehalf-rem {
    font-size: 1.5rem;
}

.two-rem {
    font-size: 2rem;
}

.three-rem {
    font-size: 3rem;
}

.four-rem {
    font-size: 4rem;
}

.center {
    text-align: center;
}

.red-text {
    color: #ED1B29;
}

.brown-text {
    color: #4B1818;
}

.section-title-text {
    background: linear-gradient(to right, #E98600, #FCBB00);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 2.5rem;
}

.title-blue-1 {
    background: linear-gradient(to right, #690017, #AB0300);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.title-blue-2 {
    background: linear-gradient(to right, #690017, #AB0300);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.blue-text {
    color: #690017;
}

.section-title-badge {
    background: linear-gradient(to right, #690017, #AB0300);
    border: none;
    border-radius: 20px;
    display: inline-block;
    outline: none;
    padding: 12px min(4vw, 60px);
}

a.section-title-badge {
    text-decoration: none;
}

a.section-title-badge span {
    font-size: 1.25rem;
}

.spacer {
    flex: 1;
}

.splash {
    animation: shrink 5s linear forwards;
    background: #fffffff0;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 15;
}

.splash img {
    animation: shrinker 5s linear forwards;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
    position: fixed;
    right: 0;
    top: 0;
    width: 50%;
    z-index: 20;
}

.mob-menu {
    animation: fade-in .1s forwards linear;
    background: #00000080;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 8;
}

.mob-menu.reversed {
    animation: fade-out .1s forwards linear;
}

.mob-menu.hidden {
    display: none;
}

.mob-menu-content {
    animation: slide-in .1s forwards linear;
    background: white;
    bottom: 0;
    padding: 20px;
    position: fixed;
    right: 0;
    top: 0;
    width: min(100vh, 280px);
    z-index: 10;
}

.mob-menu-content.reversed {
    animation: slide-out .1s forwards linear;
}

.mob-menu-content.hidden {
    display: none;
}

.mob-menu-content a {
    display: block;
    color: black;
    font-weight: bold;
    padding: 8px 20px;
    text-decoration: none;
    text-transform: uppercase;
}

@keyframes scale {
    0% {
        scale: 1;
    }

    5% {
        scale: 1;
    }

    80% {
        scale: 1.44;
    }

    100% {
        scale: 1.44;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes slide-in {
    0% {
        translate: 100% 0;
    }

    100% {
        translate: 0 0;
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes slide-out {
    0% {
        translate: 0 0;
    }

    100% {
        translate: 100% 0;
    }
}

@keyframes shrink {
    0% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        display: none;
        opacity: 0;
    }
}

@keyframes shrinker {
    0% {
        opacity: 0;
        translate: 0;
    }

    20% {
        opacity: 1;
        translate: 0;
    }

    80% {
        opacity: 1;
        translate: 0 -20%;
    }

    100% {
        display: none;
        opacity: 0;
    }
}

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

    section:nth-child(4) div {
        grid-column: 1 / span 6;
    }

    section:nth-child(4) .brown-text {
        grid-column: 1 / span 6 !important;
    }

    section:nth-child(4) .map {
        aspect-ratio: 1;
        grid-column: 1 / span 6 !important;
        grid-row: 3 / span 1 !important;
    }

    section:nth-child(4) table {
        grid-column: 1 / span 6 !important;
        grid-row: 5 / span 1 !important;
    }

    section:nth-child(5) div.img {
        grid-column: span 2;
    }

    section:nth-child(5) div.white {
        grid-column: span 6;
    }

    section:nth-child(8) div.img {
        aspect-ratio: 1.75;
        grid-column: span 3;
    }
}

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

    .link {
        display: none;
    }

    section:first-child .menu-button {
        display: block;
    }

    section:nth-child(3) div {
        grid-column: span 6;
    }

    section:nth-child(10) div:nth-child(2),
    section:nth-child(10) div:nth-child(3) {
        grid-column: span 6;
    }

    .section-title-text {
        font-size: 2rem;
    }
}

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

    section:nth-child(8) div.img {
        grid-column: span 6;
    }

    .section-title-text {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 480px) {
    .hotline-text {
        display: none !important;
    }
}