@import url("https://fonts.googleapis.com/css2?family=Prompt: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=Kanit: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://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai+Looped:wght@100;200;300;400;500;600;700&family=Mitr:wght@200;300;400;500;600;700&family=Noto+Sans+Thai+Looped:wght@100..900&family=Noto+Sans+Thai:wght@100..900&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    height: 100%;
}
body {
  margin: 0;
  font-family: "Kanit", sans-serif;
   /* font-family: 'Mitr', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important; */
 display: flex;
 flex-direction: column;
  height: 100%;
  background: url(../image/Background.png);
  background-size: cover;
  background-repeat:calc(100%);
  overflow: hidden;
}

/* .warpper {
    background: url(../image/Background.png);
    background-size: cover;
    width: 100%;
    height: 100vh;
    
} */
 .box{
    width: 200px;
    height: 200px;
 }
.main-content{
    width: 100%;
    /* background-color: blue; */
    height: 100%; 
}
 .main-content .content1{
    width: 95%;
    margin: 0 auto;
    /* background-color: aqua; */
     flex: 1 0 auto;  
} 
header{
    width: 100%;
    /* background-color: blueviolet; */
    height: 10%;
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
}
.side-menu{
    width: 70%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
   grid-gap: 0;
}
/* .menu-item{
    border: 1px solid #fff;
} */
.menu-img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.side-logo{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.img-logo{
    width: 100%;
    margin: auto;
}
.logo-img{
    width: 25%;
    height: auto;
    
     object-fit: cover;
    /*align-items: end; */
}
.name-logo{
    width: 100%;
    color: #fff;
    /* background-color:brown; */
}
.hr-logo{
    border: 2px solid #fff;
    opacity: 1;
}
.menu_regis{
    width: 70%;
    margin-bottom: 10px;
}
.btn-regis{
    /* width: 150px;
    border: 3px solid #fff;
    border-radius: 20%; */
    
      padding: 12px 40px;            /* ระยะห่างภายในปุ่ม */
      font-size: 22px;                /* ขนาดตัวหนังสือ */
      color: white;                   /* สีตัวหนังสือ */
      background-color: #ce0e0e;      /* สีพื้นหลัง */
      border: 2px solid #fff;                   /* ไม่มีเส้นขอบ */
      border-radius: 40px;            /* ทำให้ขอบโค้งมน (ยิ่งเลขมากยิ่งโค้ง) */
      cursor: pointer;                /* เปลี่ยนเคอร์เซอร์เมื่อชี้ */
      transition: 0.3s ease;
  

   
}
.btn-regis:hover{
     
    background-color: #ce0e0e;
    color: white;   
    border: 2px solid #fff;                   /* ไม่มีเส้นขอบ */
    border-radius: 40px;
    transform: scale(1.05);
       
}
.title-head{
    width: 95%;
    margin: 0 auto;
    padding: 5px 0;
}
.title-head h4{
    font-size: 22px;
    font-weight: 400;
}
.title-footer{
    width: 95%;
    margin: 0 auto;
    padding: 0 0 5px;
    display: flex;
    flex-direction: row;
    
}
.title-footer span h4{
    font-family: "IBM Plex Sans Thai Looped", sans-serif;
    font-size: 18px;
    font-weight: 300;
    padding-right: 20px;
   
}
.footer{
    width: 100%;
    height: 5%;
    /* background-color: cadetblue; */
    bottom: 0;
    flex: 0 0 auto;
    
}
@media screen and (max-width:540px){
    body{
        background-size: cover;
        overflow: scroll;
         font-family: "Kanit", sans-serif;
    }
    .btn-regis{
    /* width: 150px;
    border: 3px solid #fff;
    border-radius: 20%; */
    
      padding: 8px 20px;            /* ระยะห่างภายในปุ่ม */
      font-size: 16px;                /* ขนาดตัวหนังสือ */
      color: white;                   /* สีตัวหนังสือ */
      background-color: #ce0e0e;      /* สีพื้นหลัง */
      border: 2px solid #fff;                   /* ไม่มีเส้นขอบ */
      border-radius: 40px;            /* ทำให้ขอบโค้งมน (ยิ่งเลขมากยิ่งโค้ง) */
      cursor: pointer;                /* เปลี่ยนเคอร์เซอร์เมื่อชี้ */
      transition: 0.3s ease;
    }
    .side-menu{
        margin: 0 auto;
    }
    .menu_regis {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 10px;
    }     
    .title-footer span h4 {
    font-family: "IBM Plex Sans Thai Looped", sans-serif;
    font-size: 12px;
    font-weight: 100;
    padding-right: 10px;
    padding-top: 15px;
}   
.side-menu {
    width: 90%;
}
.title-head {
    width: 95%;
    /* margin: 0 auto; */
    /* padding: 5px 0; */
}
.title-head h4 {
    font-size: 18px;
    font-weight: 400;
}
.name-logo h1{
 font-size: 22px;
}
.name-logo h3{
 font-size: 18px;
}
.name-logo span{
 font-size: 14px;
}
}

@media screen and (max-width:900px){
    body{
         font-family: "Kanit", sans-serif;
         overflow: scroll;
    }
    .title-head {
    width: 95%;
    /* margin: 0 auto; */
    padding: 0;
}
.side-menu {
    width: 80%;
}
 .menu_regis {
        width: 80%;
        margin: 0 auto;
        padding-bottom: 10px;
        padding-right: 30px;
    }  
.btn-regis{
    /* width: 150px;
    border: 3px solid #fff;
    border-radius: 20%; */
    
      padding: 8px 18px;            /* ระยะห่างภายในปุ่ม */
      font-size: 14px;                /* ขนาดตัวหนังสือ */
      color: white;                   /* สีตัวหนังสือ */
      background-color: #ce0e0e;      /* สีพื้นหลัง */
      border: 2px solid #fff;                   /* ไม่มีเส้นขอบ */
      border-radius: 40px;            /* ทำให้ขอบโค้งมน (ยิ่งเลขมากยิ่งโค้ง) */
      cursor: pointer;                /* เปลี่ยนเคอร์เซอร์เมื่อชี้ */
      transition: 0.3s ease;
    }
.title-head h4 {
    font-size: 16px;
    font-weight: 400;
}
.name-logo h1{
 font-size: 20px;
}
.name-logo h3{
 font-size: 18px;
}
.name-logo span{
 font-size: 13px;
}
.title-footer span h4 {
    font-family: "IBM Plex Sans Thai Looped", sans-serif;
    font-size: 14px;
    font-weight: 100;
    padding-right: 10px;
    padding-bottom: 5px;
}  
}
@media screen and (max-width:968px){
    .btn-regis{
    /* width: 150px;
    border: 3px solid #fff;
    border-radius: 20%; */
    
      padding: 8px 18px;            /* ระยะห่างภายในปุ่ม */
      font-size: 14px;                /* ขนาดตัวหนังสือ */
      color: white;                   /* สีตัวหนังสือ */
      background-color: #ce0e0e;      /* สีพื้นหลัง */
      border: 2px solid #fff;                   /* ไม่มีเส้นขอบ */
      border-radius: 40px;            /* ทำให้ขอบโค้งมน (ยิ่งเลขมากยิ่งโค้ง) */
      cursor: pointer;                /* เปลี่ยนเคอร์เซอร์เมื่อชี้ */
      transition: 0.3s ease;
    }
}
