<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    user-select: none;
    overflow-x: hidden;
    max-width: 1920px;

}

img {
    pointer-events: none;
}


header {
    width: 100vw;
    height: 100px;
    gap: 7.5rem;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 1000;

}

header img {
    width: 195px;

}

.navbar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;

}

.navbar ul {
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding-top: 20px; */
    gap: 2rem;
}

.navbar li {
    list-style: none;
}

.navbar a {
    font-family: 'Be Vietnam Pro', sans-serif;
    text-decoration: none;
    color: black;
}

.navbar .navbar-toggler {
    display: none;
}

.navbar ul button {
    width: 150px;
    height: 40px;
    border-radius: 50px;
    background-color: #F6AE2A;
    border: none;
    color: #ffff;
    letter-spacing: 1px;
}

/* =================Sec1 style here==================== */
.sec1 {
    margin-top: 6.3rem;
    width: 100vw;
    height: 573px;
    background: url(./product/sec1_bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec1 h1 {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 60px;
    line-height: 71px;
    text-align: center;
    color: white;
}

/* =================Sec2 style here==================== */
.sec2 {
    width: 100vw;
    height: 683px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
}
.sec2 a {
    text-decoration: none;
}

.product_1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2rem;
    width: 450px;
    height: 450px;
    background-color: #00A1E0;
    border-radius: 6px;
}
.product_1 h2{
    font-family: 'Be Vietnam Pro', sans-serif;
font-style: normal;
font-weight: 700;
font-size: 45px;
line-height: 71px;
/* identical to box height, or 158% */

text-align: center;

color: #FFFFFF;
}

.product_2{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5rem;
    width: 450px;
    height: 450px;
    background-color:#F6AE2A;
    border-radius: 6px;
}
.product_2 h2{
    font-family: 'Be Vietnam Pro', sans-serif;
font-style: normal;
font-weight: 700;
font-size: 45px;
line-height: 71px;
/* identical to box height, or 158% */

text-align: center;

color: #FFFFFF;
}
/* =========================footer start here===================================== */
.main_footer{
    width: 100vw;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.text_footer{
    display: flex;
    align-items: flex-start;
    justify-content: start;
    flex-direction: column;
    gap:1rem;
}
.footer_font h5 a{
    text-decoration: none;
    color: #161C1E;
    cursor: pointer;
    font-family: 'Be Vietnam';
font-style: normal;
font-weight: 600;
font-size: 13px;
line-height: 19px;
/* identical to box height */

text-align: center;

color: #161C1E;
}
.footer_font{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
.icon_footer ul {
    display: flex;
    align-items: center;
    justify-content:center;
    gap: 2rem;
}
.icon_footer ul li{
    list-style: none;
}
.icon_footer ul li a{
    text-decoration: none;
}
.icon_footer ul li a img {
    width: 20px;
}</pre></body></html>