@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=Bayon&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Siemreap&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');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* promotion */
.promotion {
    display: flex;
    justify-content: center;
    gap: 200px;

}

.promotion img {
    width: 400px;
}

/*  */
/* swiper */
/* html,
body {
    position: relative;
    height: 100%;
} */

body {
    /* font-size: 14px; */
    color: #000;
    margin: 0;
    padding: 0;
}

.swiper {
    width: 100%;
    height: auto !important;
}

.swiper-wrapper {
    padding: 20px;
}

.swiper-slide {
    width: 350px;
    box-shadow: 0px 20px 50px -10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    position: absolute;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    width: 100%;
    height: 300px;
    margin: 20px auto;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    color: #333;
}

/*  */
body {
    font-family: "Siemreap", sans-serif;
}

section {
    width: auto;
    padding: 20px 0 50px 0;
}

.container {
    width: 1200px;
    margin: auto;
}

.text {
    text-align: center;
    color: #333;
    padding-top: 20px;
}

.line {
    width: 50px;
    height: 4px;
    margin: auto;
    border-radius: 20px;
    background-color: #ff8d15;
    margin-bottom: 10px;
    margin-top: 10px;
}

p {
    font-size: 18px;
    font-weight: 600;
}

.row {
    width: 100%;
}

.col-4 {
    width: 33.33%;
}

.display {
    display: flex;
    gap: 20px;
    padding: 20px;
}


.swiper-wrapper .swiper-slide .card-img img {
    width: 100%;
    border-radius: 30px;
}

.card-text {
    margin-top: 10px;
    padding: 0 18px 0 18px;
    border-radius: 10px;
    display: block;
    align-items: center;
}

.card-text h2 {
    color: #ff8d15;
    font-size: 25px;
    font-family: "Poppins", sans-serif;
    font-family: "Siemreap", sans-serif;
}

.card-text p {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
}


.btn {
    padding: 0 18px 23px 18px;
    display: flex;
    justify-content: center;
}

.btn button {
    color: white;
    background-color: #ff8d15;
    padding: 10px 12px;
    border: none;
    border-radius: 10px;
    font-family: "Siemreap", sans-serif;
    font-size: 15px;
    font-weight: bold;
}

.btn button:hover {
    color: #ff8d15;
    background-color: #333;
    cursor: pointer;
}