
@import url('https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://cdn-uicons.flaticon.com/uicons-solid-rounded/css/uicons-solid-rounded.css');
@import url('https://cdn-uicons.flaticon.com/uicons-bold-straight/css/uicons-bold-straight.css');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Sarabun', sans-serif;
}
* a {
    text-decoration: none;
}


body {
  height: 100vh;
  background-image: url(../../../assets/my-images/Bg_new01.png);
  background-position: center;
  background-size: cover;
}
header {
  /*position: fixed;*/
  top: 10px;
  left: 0;
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;

}

header .logo {
  display: flex;
  align-items: center;
  
}

header .logo .logo-box > img{
  height: 100px;
  margin: 0 auto;
  margin-top: 40px;
  
}
header .logo .logo-box {

  display: flex;
  align-items: center;
  background: #eeeeed;
  width: 130px;
  height: 160px;
  margin-left: 50px;
  margin-right: 10px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  box-shadow:  5px 5px 7px #c8c8c8;
  border:  solid 3px #fff;
}
.container .content .image > img {
  height: 530px;
  width: 690px;
  float: right;
  margin-right: 50px;
  margin-top: -50px;
  margin-bottom: 100px;
}
header .logo .logo-name{
  margin-top: 20px;
}
header .logo .logo-name h2{
  color: #056839;
}
header .logo .logo-name p{
  color: #056839;
}
header .navbar {
  transition: .3s linear;
}
header .navbar ul {
  display: flex;
  align-items: center;
  width: 400px;
  justify-content: space-evenly;
  list-style: none;
  margin-right: 20px;
}
header .navbar ul .b1{
  font-size: 18px;
  height: 45px;
  width: 150px;
  margin-top: 20px;
  background: #221F4A;
  box-shadow:  3px 3px 5px #88acdf;
  border: none;
  border-radius: 15px;
  cursor: pointer;
}
header .navbar ul .b2{
  font-size: 18px;
  height: 45px;
  width: 150px;
  margin-top: 20px;
  background: #E96F85;
  box-shadow:  3px 3px 5px #88acdf;
  border: none;
  border-radius: 15px;
  cursor: pointer;
}
header .navbar ul .b1:hover {
  opacity: .8;
  transition: .2s;
  cursor: pointer;
}
header .navbar ul .b2:hover {
  opacity: .8;
  transition: .2s;
  cursor: pointer;
}
header .navbar ul .b1 a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 400;
}
header .navbar ul .b2 a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
input {
  display: none;
}
label {
  display: none;
  z-index: 2;
  position: absolute;
  top: 30px;
  right: 10px;
  cursor: pointer;
}
label span {
  display: block;
  height: 3px;
  width: 30px;
  background: #E96F85;
  margin: 5px 0;
  transition: .3s;
}
label span:nth-child(1) {
  margin-left: 20px;
}
label span:nth-child(2) {
  width: 50px;
}#toggle:checked ~ lable > span:nth-child(1){
  background: #fff;
  transform: rotateZ(45deg);
  width: 30px;
  margin-top: 10px;
}
#toggle:checked ~ lable > span:nth-child(2){
  background: #fff;
  transform: rotateZ(-45deg);
  width: 30px;
  margin-top: -8px;
  margin-left: 19px;
}
#toggle:checked ~ header .navbar {
  left: 0;
}
.container {
  margin: 100px auto;
}
.container .content {
  position: relative;
}
.container .content .info {
  position: absolute;
  top: 50px; 
  left: 120px;
  width: 500px;
  
}
.container .content .info h1 {
  font-size: 55px;
  font-weight: 900;
  /*color: #212d54;*/
  color: #1b69ad;
}
.container .content .info p {
  color: rgb(108, 105, 105);
  font-size: 18px;
  margin-top: 25px;
  letter-spacing: 0.5px;
  /* font-weight: 100; */
}
.container .content .info button {
  height: 55px;
  width: 100%;
  background: linear-gradient( -140deg, #FFCFCB, #E96F85 60%); 
  box-shadow:  3px 3px 5px #c8c8c8;
  outline: none;
  border: none;
  border-radius: 15px;
  margin-top: 30px;
}
.container .content .info button:hover {
  opacity: .7;
  transition: .2s;
  cursor: pointer;
}


.container .content .info button {
  text-decoration: none;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}
.container .content .image > img {
  height: 440px;
  width: 520px;
  float: right;
  margin-right: 80px;
  margin-top: -20px;
  margin-bottom: 140px;
}
footer {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-image: url(../../../assets/my-images/footer.png);
  background-size: cover;
}
.main-footer,.center-footer{
  width: 50%;
  height: 260px;
  display: table;
}
.main-footer .text_logo {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.center-footer .text-box-03 {
  display: table-cell;
  vertical-align: middle;
}
.main-footer h1 {
  font-size: 26px;
  color: #4b4a4a;
}
.main-footer p {
  font-size: 18px;
  color: #545353;
  margin-top: 5px;
}
.center-footer h3 {
  color: #4b4a4a;
}
.center-footer li {
  margin-top: 8px;
  color: #4b4a4a;
}
.copy-right {
  width: 100%;
  height: 40px;
  background: #424441;
  color: #FFF;
  text-align: center;
  padding: 10px;
}

.center-footer li {
  list-style: none;
}
@media (max-width: 1250px) {
  .container .content .info p {
    padding: 0 160px 0 0;
  }
 
  .container .content .image > img {
    height: 440px;
    width: 580px;
    
  }
  .container .content .info {
    top: 0px; 
  }
  .container .content .info h1 {
    font-size: 45px;
  }
  .container .content .info p {
    font-size: 26px;
  }
  .container .content .info button {
    width: 70%;
  }
  .container .content .info button  {
    font-size: 18px;
  }
}
@media (max-width: 1100px) {
  .container .content .image > img {
    height: 370px;
    width: 450px;
    
  }
  .container .content .info h1 {
    font-size: 36px;
  }
  .container .content .info p {
    font-size: 18px;
  }
  
}

@media (max-width:978px) {
  footer {
    height: 100px;
    width: 100%;
    bottom: 0;
    position: fixed;
  }
  .container .content .image > img {
    display: none;
  }
  .container .content .info {
    top: 100px; 
  }
  label {
    display: block;
  }
  header {
    position: fixed;
  }
  header .navbar {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0; 
    left: 100%; 
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../../../assets/my-images/lable_02.png);
    background-position: center;
    background-size: cover;
  }
  header .navbar ul{ 
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: column wrap;
    margin-top: 300px;
    
  }
  header .navbar ul li {
    margin: 0;
    font-size: 30px;
    color: #e4e4e4;
  }
  header .navbar ul li:hover {
    background: #E96F85;
    border-radius: 50px;
    padding: 0 50px;
    transition: .3s;
    
  }
  .container .content .info {
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  .container .content .info p{
    padding: 0;
  }
  header {
    z-index: 1;
  }
}
@media (max-width: 650px) {
  .container .content .info {
    width: 450px;
  }
  .container .content .info p{
    padding: 0 16px;
  }
}
@media (max-width: 470px) {
  .container .content .info {
    width: 400px;
  }
  header {
    justify-content: flex-start;
  }
}
@media (max-width: 380px) {
  .container .content .info {
    width: 250px;
  }
  .container .content .info h1{
    font-size: 50px;
  }
  header .logo h2{
    font-size: 15px;

  }
  header .logo > img {
    height: 35px;
  }
}