*{
    margin: 0;
    padding: 0;
}
body{
    margin: 0;
    padding: 0;
    font-family: 'IBM Plex Sans Thai', sans-serif;
}
h1,h2,h3,h4,h5,h6,a,span,p{
    margin: 0;
    padding: 0;
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}


/* all css  */
.full-page{
    background: #FDD1D8;
    height: 100vh;
    overflow: hidden;
    padding-top: 50px;
    box-sizing: border-box;
}
.page-container{
    max-width: 1320px;
    width: 95%;
    margin: 0 auto;
    height: 100%;
}

.header-section{
    background:#A50E0E;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 50px;
}
.header-content {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 14px;
	height: 100%;
}
.header-content img{
    width: 30px;
    height: auto;
}
.header-content span{
    font-weight: 500;
    font-size: 22px;
    color: #F2F2F2;
    line-height: normal;
    display: inline-block;
}
.middle-width {
	max-width: 576px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 48px 0;
	box-sizing: border-box;
	height: 100%;
}
.top-content {
	text-align: center;
}
.top-content img{
    height: 89px;
}
.middle-content {
	text-align: center;
}
.middle-content h1{
    font-size: 52px;
    font-weight: 500;
    color: #000000;
    line-height: normal;
}
.middle-content a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 21px;
	max-width: 400px;
	width: 100%;
	background-image: linear-gradient(#00C300, #00A540);
	height: 75px;
	border-radius: 8px;
	color: #FBFBFB;
	font-weight: bold;
	font-size: 42px;
}
.middle-content a img{
    height: 49px;
}

.bottom-content {
	text-align: center;
}
.star img {
	width: 20px;
    height: auto;
    margin: 0 2px;
}
.client-div h2 {
	font-size: 24px;
	color: #000000;
	font-weight: 500;
    line-height: normal;
}
.star {
	height: 20px;
	margin-bottom: 5px;
}
.client-div a {
	font-size: 20px;
	color: #000000;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	gap: 10px;
}
.client-div a img {
	margin-top: -3px;
}
.bottom-content span {
	font-size: 18px;
	color: #000000;
	font-weight: 300;
	margin-top: 18px;
	display: block;
}
.client-div {
	background: #FFE6E6;
	border-radius: 9px;
}
.hero-section {
	height: 100%;
}
.client-div {
	border-radius: 9px;
	background-image: linear-gradient(to left,#A50E0E,#FFE6E6,#A50E0E);
    padding: 1px;
    overflow: hidden;
}
.c2{
    background: #FFE6E6;
    border-radius: 9px;
    padding: 20px;
}