* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow: auto;
}

body {
    position: relative;
    font-family: "Gluten", sans-serif;
    position: relative;
}

section {
    width: 100vw;
    height: 100vh;
}

#home {
    position: relative;
    background: #F875AA;
    display: flex;
    justify-content: center;
    align-items: center;
}

.object-container {
    width: 96vw;
    height: 90vh;
    position: relative;
    background: #FDEFE6;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    overflow: hidden;
}

.object {
    position: absolute;
    cursor: grab;
    user-select: none;
    pointer-events: auto;
    z-index: 2;
}

h1 {
   font-size: 64px;
   font-weight: 900; 
   color: #1E075A;
   -webkit-text-stroke-color: #F875AA;
   -webkit-text-stroke-width: 4px;
}

.bloomie-flower {
    width: 108px;
}

.lam-tinh {
    width: 80px;
    height: 75px;
}

.sunflower {
    width: 80px;
    height: 75px;
}

.workshop {
    width: 192px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    background: #69C9D0;
}

.workshop p {
    font-size: 20px;
    font-weight: 700;
    color: #EDFFF0;
    -webkit-text-stroke: 1px #E82775;
}

.hkn {
    width: 266px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 64px;
    background: #75C7FA;
}

.hkn p {
    font-size: 20px;
    font-weight: 400;
    color: #1E075A;
}

.book-ticket {
    width: 252px;
    height: 56px;
    background: #FFE53D;
    border: none;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer !important;
}

.book-ticket p {
    font-family: "Gluten", sans-serif;
    font-weight: 900;
    font-size: 22px;
}

.main-text {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    color: #F875AA;
    width: 100%;
}

.bg-text {
    margin-top: 4px;
    margin-left: 4px;
}

.credit {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 12px;
    color: #1E075A;
    z-index: 20;
}

.links-container {
    position: absolute;
    top: 14px;
    right: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 20;
}

a {
    text-decoration: none;
    width: 80px;
    height: 24px;
    position: relative;
    border-radius: 4px;
}

.link-gr {
    width: 100%;
    height: 100%;
    background: #FDEFE6;
    border-radius: 4px;
    position: absolute;
    top: -2px;
    left: -2px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.link-gr p {
    font-size: 12px;
    font-weight: 500;
}

.link-bg {
    width: 100%;
    height: 100%;
    background: #1E075A;
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.facebook {
    border: 1px solid #0669A7;
}
.tiktok {
    border: 1px solid #267378;
}
.threads {
    border: 1px solid #9B0844;
}
.facebook p {
    color: #0669A7;
}
.tiktok p {
    color: #267378;
}
.threads p {
    color: #9B0844;
}


@media (max-width: 1199px)
    and (min-width: 768px)
    and (max-height: 899px)
{
    .object-container {
        position: relative;
        background: #FDEFE6;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        overflow: hidden;
    }

    h1 {
        font-size: 120px;
        -webkit-text-stroke-width: 6px;
    }

    .bloomie-flower {
        width: 200px;
        height: 180px;
    }

    .lam-tinh {
        width: 128px;
        height: 120px;
    }

    .sunflower {
        width: 128px;
        height: 120px;
    }

    .workshop {
        width: 320px;
        height: 80px;
    }

    .workshop p {
        font-size: 32px;
        -webkit-text-stroke: 2px #E82775;
    }

    .hkn {
        width: 480px;
        height: 80px;
        display: flex;
    }

    .hkn p {
        font-size: 32px;
    }

    .book-ticket {
        width: 490px;
        height: 100px;
    }

    .book-ticket p {
        font-size: 40px;
    }

    .bg-text {
        margin-top: 6px;
        margin-left: 6px;
    }

    .credit {
        font-size: 20px;    
    }

    .links-container {
        position: absolute;
        flex-direction: row;
        top: 26px;
        right: 24px;
        gap: 20px;
    }

    a {
        width: 160px;
        height: 40px;
        border-radius: 10px;
    }

    .link-gr {
        border-radius: 10px;
        position: absolute;
        top: -4px;
        left: -4px;
    }

    .link-gr p {
        font-size: 20px;
    }

    .link-bg {
        border-radius: 10px;
    }
}



@media (min-width: 768px) 
    and (min-height: 900px) 
{
    .object-container {
        background: #FDEFE6;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        overflow: hidden;
    }

    h1 {
        font-size: 140px;
        -webkit-text-stroke-width: 8px;
    }

    .bloomie-flower {
        width: 240px;
        height: 214px;
    }

    .lam-tinh {
        width: 160px;
        height: 150px;
    }

    .sunflower {
        width: 160px;
        height: 150px;
    }

    .workshop {
        width: 384px;
        height: 96px;
    }

    .workshop p {
        font-size: 40px;
        -webkit-text-stroke: 2px #E82775;
    }

    .hkn {
        width: 531px;
        height: 96px;
        display: flex;
    }

    .hkn p {
        font-size: 40px;
    }

    .book-ticket {
        width: 540px;
        height: 120px;
    }

    .book-ticket p {
        font-size: 48px;
    }

    .bg-text {
        margin-top: 6px;
        margin-left: 6px;
    }

    .credit {
        position: absolute;
        top: 24px;
        left: 24px;
        font-size: 16px;    
    }

    .links-container {
        position: absolute;
        flex-direction: row;
        top: 26px;
        right: 24px;
        gap: 12px;
    }

    a {
        width: 128px;
        height: 32px;
        border-radius: 8px;
    }

    .link-gr {
        border-radius: 8px;
        position: absolute;
        top: -3px;
        left: -3px;
    }

    .link-gr p {
        font-size: 16px;
    }

    .link-bg {
        border-radius: 8px;
    }
}


@media (min-width: 1200px) 
    and (max-height: 899px) 
{
    .object-container {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        overflow: hidden;
    }

    h1 {
        font-size: 160px;
        -webkit-text-stroke-width: 8px;
    }

    .bloomie-flower {
        width: 240px;
        height: 214px;
    }

    .lam-tinh {
        width: 160px;
        height: 150px;
    }

    .sunflower {
        width: 160px;
        height: 150px;
    }

    .workshop {
        width: 384px;
        height: 96px;
    }

    .workshop p {
        font-size: 40px;
        -webkit-text-stroke: 2px #E82775;
    }

    .hkn {
        width: 531px;
        height: 96px;
        display: flex;
    }

    .hkn p {
        font-size: 40px;
    }

    .book-ticket {
        width: 540px;
        height: 120px;
    }

    .book-ticket p {
        font-size: 48px;
    }

    .bg-text {
        margin-top: 6px;
        margin-left: 6px;
    }

    .credit {
        font-size: 20px;
        top: 24px;
        left: 24px; 
    }

    .links-container {
        position: absolute;
        flex-direction: row;
        top: 26px;
        right: 24px;
        gap: 20px;
    }

    a {
        width: 160px;
        height: 40px;
        border-radius: 10px;
    }

    .link-gr {
        border-radius: 10px;
        position: absolute;
        top: -1px;
        left: -1px;
    }

    .link-gr p {
        font-size: 20px;
        font-weight: 400;
    }

    .link-bg {
        border-radius: 10px;
    }

    .char {
        display: inline-block; 
        transform-origin: center center;
    }

    .word {
        white-space: nowrap;
    }
}