/* ================================================= */
/* 1. STYLES UMUM (berlaku untuk kedua section) */
/* ================================================= */
/* Ini adalah styling dasar untuk container utama */
.desktop {
    background-color: #ff5b5e;
    display: grid;
    justify-items: center;
    align-items: start;
    width: 100vw;
}


/* ================================================= */
/* 2. STYLES KHUSUS SECTION 1 (Hanya berlaku untuk .section-one) */
/* ================================================= */

.section-one .div {
    background-color: #ff5b5e;
    width: 1440px;
    height: 1024px;
    position: relative;
}

.section-one .text-wrapper {
    position: absolute;
    width: 531px;
    top: 272px;
    left: 94px;
    font-family: "Anonymous Pro-Regular", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 96px;
    letter-spacing: 0;
    line-height: normal;
}

.section-one .overlap-group {
    position: absolute;
    width: 1440px;
    height: 139px;
    top: 0;
    left: 0;
}

.section-one .pilih-bendera {
    position: absolute;
    width: 1368px;
    height: 42px;
    top: 55px;
    left: 49px;
}

.section-one .image-removebg {
    position: absolute;
    width: 815px;
    height: 815px;
    top: 139px;
    left: 625px;
    aspect-ratio: 1;
    object-fit: cover;
}


/* ================================================= */
/* 3. STYLES KHUSUS SECTION 2 (Hanya berlaku untuk .section-two) */
/* ================================================= */

.section-two .div {
    background-color: #ff5b5e;
    width: 1440px;
    height: 1024px;
    position: relative;
}

.section-two .image {
    width: 638px;
    height: 507px;
    top: 258px;
    left: 720px;
    aspect-ratio: 1.26;
    position: absolute;
    object-fit: cover;
}

.section-two .img {
    width: 550px;
    height: 503px;
    top: 262px;
    left: 102px;
    aspect-ratio: 1.09;
    position: absolute;
    object-fit: cover;
}

.section-two .text-wrapper {
    position: absolute;
    width: 1270px;
    top: -1px;
    left: 73px;
    font-family: "BioRhyme-Regular", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 128px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
}